@modern-js/module-tools-docs 2.6.0 → 2.7.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/doc_build/api/config/build-config.html +363 -0
- package/doc_build/api/config/build-preset.html +72 -0
- package/doc_build/api/config/design-system.html +114 -0
- package/doc_build/api/config/plugins.html +18 -0
- package/doc_build/api/config/testing.html +32 -0
- package/doc_build/api/index.html +12 -0
- package/doc_build/api/plugin-api/plugin-hooks.html +123 -0
- package/doc_build/en/api/config/build-config.html +347 -0
- package/doc_build/en/api/config/build-preset.html +72 -0
- package/doc_build/en/api/config/design-system.html +128 -0
- package/doc_build/en/api/config/plugins.html +18 -0
- package/doc_build/en/api/config/testing.html +32 -0
- package/doc_build/en/api/index.html +12 -0
- package/doc_build/en/api/plugin-api/plugin-hooks.html +123 -0
- package/doc_build/en/guide/advance/asset.html +36 -0
- package/doc_build/en/guide/advance/build-umd.html +43 -0
- package/doc_build/en/guide/advance/copy.html +53 -0
- package/doc_build/en/guide/advance/external-dependency.html +46 -0
- package/doc_build/en/guide/advance/in-depth-about-build.html +123 -0
- package/doc_build/en/guide/advance/in-depth-about-dev-command.html +33 -0
- package/doc_build/en/guide/advance/theme-config.html +40 -0
- package/doc_build/en/guide/basic/before-getting-started.html +98 -0
- package/doc_build/en/guide/basic/command-preview.html +74 -0
- package/doc_build/en/guide/basic/modify-output-product.html +109 -0
- package/doc_build/en/guide/basic/publish-your-project.html +61 -0
- package/doc_build/en/guide/basic/test-your-project.html +42 -0
- package/doc_build/en/guide/basic/use-micro-generator.html +48 -0
- package/doc_build/en/guide/basic/using-storybook.html +77 -0
- package/doc_build/en/guide/best-practices/components.html +122 -0
- package/doc_build/en/guide/intro/getting-started.html +51 -0
- package/doc_build/en/guide/intro/welcome.html +24 -0
- package/doc_build/en/guide/intro/why-module-engineering-solution.html +20 -0
- package/doc_build/en/index.html +12 -0
- package/doc_build/en/plugins/guide/getting-started.html +26 -0
- package/doc_build/en/plugins/guide/plugin-object.html +25 -0
- package/doc_build/en/plugins/guide/setup-function.html +41 -0
- package/doc_build/en/plugins/official-list/overview.html +17 -0
- package/doc_build/en/plugins/official-list/plugin-banner.html +41 -0
- package/doc_build/en/plugins/official-list/plugin-import.html +43 -0
- package/doc_build/guide/advance/asset.html +36 -0
- package/doc_build/guide/advance/build-umd.html +43 -0
- package/doc_build/guide/advance/copy.html +53 -0
- package/doc_build/guide/advance/external-dependency.html +46 -0
- package/doc_build/guide/advance/in-depth-about-build.html +123 -0
- package/doc_build/guide/advance/in-depth-about-dev-command.html +33 -0
- package/doc_build/guide/advance/theme-config.html +39 -0
- package/doc_build/guide/basic/before-getting-started.html +98 -0
- package/doc_build/guide/basic/command-preview.html +74 -0
- package/doc_build/guide/basic/modify-output-product.html +109 -0
- package/doc_build/guide/basic/publish-your-project.html +63 -0
- package/doc_build/guide/basic/test-your-project.html +44 -0
- package/doc_build/guide/basic/use-micro-generator.html +46 -0
- package/doc_build/guide/basic/using-storybook.html +75 -0
- package/doc_build/guide/best-practices/components.html +122 -0
- package/doc_build/guide/intro/getting-started.html +48 -0
- package/doc_build/guide/intro/welcome.html +24 -0
- package/doc_build/guide/intro/why-module-engineering-solution.html +20 -0
- package/doc_build/index.html +12 -0
- package/doc_build/plugins/guide/getting-started.html +26 -0
- package/doc_build/plugins/guide/plugin-object.html +25 -0
- package/doc_build/plugins/guide/setup-function.html +41 -0
- package/doc_build/plugins/official-list/overview.html +17 -0
- package/doc_build/plugins/official-list/plugin-banner.html +41 -0
- package/doc_build/plugins/official-list/plugin-import.html +43 -0
- package/doc_build/static/css/main.0bdbae52.css +1 -0
- package/doc_build/static/js/9061.555c88e4.js +2 -0
- package/doc_build/static/js/9061.555c88e4.js.LICENSE.txt +25 -0
- package/doc_build/static/js/async/1114.d0e9a03f.js +1 -0
- package/doc_build/static/js/async/en_api_config_build-config.4b68a964.js +1 -0
- package/doc_build/static/js/async/en_api_config_build-preset.3c87d23b.js +1 -0
- package/doc_build/static/js/async/en_api_config_design-system.bae5a6a4.js +1 -0
- package/doc_build/static/js/async/en_api_config_plugins.e2525188.js +1 -0
- package/doc_build/static/js/async/en_api_config_testing.bdfe73d2.js +1 -0
- package/doc_build/static/js/async/en_api_index.e8c3584a.js +1 -0
- package/doc_build/static/js/async/en_api_plugin-api_plugin-hooks.130c0839.js +1 -0
- package/doc_build/static/js/async/en_guide_advance_asset.29c82557.js +1 -0
- package/doc_build/static/js/async/en_guide_advance_build-umd.5912e38e.js +1 -0
- package/doc_build/static/js/async/en_guide_advance_copy.e73474a0.js +1 -0
- package/doc_build/static/js/async/en_guide_advance_external-dependency.21c368af.js +1 -0
- package/doc_build/static/js/async/en_guide_advance_in-depth-about-build.90beffab.js +1 -0
- package/doc_build/static/js/async/en_guide_advance_in-depth-about-dev-command.7be33ae4.js +1 -0
- package/doc_build/static/js/async/en_guide_advance_theme-config.ed245a3c.js +1 -0
- package/doc_build/static/js/async/en_guide_basic_before-getting-started.1da2f70c.js +1 -0
- package/doc_build/static/js/async/en_guide_basic_command-preview.16337618.js +1 -0
- package/doc_build/static/js/async/en_guide_basic_modify-output-product.c1634e05.js +1 -0
- package/doc_build/static/js/async/en_guide_basic_publish-your-project.6ffa1dcb.js +1 -0
- package/doc_build/static/js/async/en_guide_basic_test-your-project.503389bd.js +1 -0
- package/doc_build/static/js/async/en_guide_basic_use-micro-generator.1d9ade59.js +1 -0
- package/doc_build/static/js/async/en_guide_basic_using-storybook.2e1cf2bc.js +1 -0
- package/doc_build/static/js/async/en_guide_best-practices_components.db985beb.js +1 -0
- package/doc_build/static/js/async/en_guide_intro_getting-started.fdf2a5e3.js +1 -0
- package/doc_build/static/js/async/en_guide_intro_welcome.e8402d15.js +1 -0
- package/doc_build/static/js/async/en_guide_intro_why-module-engineering-solution.5b18a76a.js +1 -0
- package/doc_build/static/js/async/en_index.9d8e7f26.js +1 -0
- package/doc_build/static/js/async/en_plugins_guide_getting-started.5c423f88.js +1 -0
- package/doc_build/static/js/async/en_plugins_guide_plugin-object.2799e64d.js +1 -0
- package/doc_build/static/js/async/en_plugins_guide_setup-function.bf63c2f5.js +1 -0
- package/doc_build/static/js/async/en_plugins_official-list_overview.226be4e5.js +1 -0
- package/doc_build/static/js/async/en_plugins_official-list_plugin-banner.c8fc2ef5.js +1 -0
- package/doc_build/static/js/async/en_plugins_official-list_plugin-import.dc5a5224.js +1 -0
- package/doc_build/static/js/async/zh_api_config_build-config.e0239f0b.js +1 -0
- package/doc_build/static/js/async/zh_api_config_build-preset.af73b578.js +1 -0
- package/doc_build/static/js/async/zh_api_config_design-system.6f3e0d0a.js +1 -0
- package/doc_build/static/js/async/zh_api_config_plugins.bb32094e.js +1 -0
- package/doc_build/static/js/async/zh_api_config_testing.7af33726.js +1 -0
- package/doc_build/static/js/async/zh_api_index.83d48f6f.js +1 -0
- package/doc_build/static/js/async/zh_api_plugin-api_plugin-hooks.54181e2b.js +1 -0
- package/doc_build/static/js/async/zh_guide_advance_asset.0abb6b82.js +1 -0
- package/doc_build/static/js/async/zh_guide_advance_build-umd.cd0724c4.js +1 -0
- package/doc_build/static/js/async/zh_guide_advance_copy.0c87a269.js +1 -0
- package/doc_build/static/js/async/zh_guide_advance_external-dependency.38ab900c.js +1 -0
- package/doc_build/static/js/async/zh_guide_advance_in-depth-about-build.f74fb46b.js +1 -0
- package/doc_build/static/js/async/zh_guide_advance_in-depth-about-dev-command.390bd229.js +1 -0
- package/doc_build/static/js/async/zh_guide_advance_theme-config.9d46a256.js +1 -0
- package/doc_build/static/js/async/zh_guide_basic_before-getting-started.cb228032.js +1 -0
- package/doc_build/static/js/async/zh_guide_basic_command-preview.d01b5121.js +1 -0
- package/doc_build/static/js/async/zh_guide_basic_modify-output-product.511034ae.js +1 -0
- package/doc_build/static/js/async/zh_guide_basic_publish-your-project.f1222d3a.js +1 -0
- package/doc_build/static/js/async/zh_guide_basic_test-your-project.bb4ee150.js +1 -0
- package/doc_build/static/js/async/zh_guide_basic_use-micro-generator.fbbfa670.js +1 -0
- package/doc_build/static/js/async/zh_guide_basic_using-storybook.e684c97c.js +1 -0
- package/doc_build/static/js/async/zh_guide_best-practices_components.63e6ce1f.js +1 -0
- package/doc_build/static/js/async/zh_guide_intro_getting-started.ed054585.js +1 -0
- package/doc_build/static/js/async/zh_guide_intro_welcome.e1854445.js +1 -0
- package/doc_build/static/js/async/zh_guide_intro_why-module-engineering-solution.c5feb99d.js +1 -0
- package/doc_build/static/js/async/zh_index.bdf672c6.js +1 -0
- package/doc_build/static/js/async/zh_plugins_guide_getting-started.d0775941.js +1 -0
- package/doc_build/static/js/async/zh_plugins_guide_plugin-object.acf4be01.js +1 -0
- package/doc_build/static/js/async/zh_plugins_guide_setup-function.d79620be.js +1 -0
- package/doc_build/static/js/async/zh_plugins_official-list_overview.bded70c0.js +1 -0
- package/doc_build/static/js/async/zh_plugins_official-list_plugin-banner.defbf67c.js +1 -0
- package/doc_build/static/js/async/zh_plugins_official-list_plugin-import.d9e7fb77.js +1 -0
- package/doc_build/static/js/lib-lodash.5ea7bf7d.js +1 -0
- package/doc_build/static/js/lib-polyfill.0d49b811.js +1 -0
- package/doc_build/static/js/lib-react.209d3da0.js +2 -0
- package/doc_build/static/js/lib-react.209d3da0.js.LICENSE.txt +29 -0
- package/doc_build/static/js/lib-router.6f1082f5.js +1 -0
- package/doc_build/static/js/main.457dc37f.js +1 -0
- package/doc_build/static/search_index.c9c50254.json +1 -0
- package/docs/en/guide/basic/command-preview.md +1 -1
- package/docs/en/guide/intro/getting-started.md +1 -1
- package/docs/en/plugins/official-list/overview.md +3 -1
- package/docs/en/plugins/official-list/plugin-banner.md +103 -0
- package/docs/en/plugins/official-list/plugin-import.mdx +177 -0
- package/docs/zh/guide/basic/command-preview.md +1 -1
- package/docs/zh/guide/basic/use-micro-generator.md +2 -2
- package/docs/zh/guide/intro/getting-started.md +1 -1
- package/docs/zh/plugins/official-list/overview.md +2 -1
- package/docs/zh/plugins/official-list/plugin-banner.md +103 -0
- package/docs/zh/plugins/official-list/plugin-import.mdx +176 -0
- package/modern.config.ts +3 -3
- package/package.json +5 -5
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 9061.555c88e4.js.LICENSE.txt */
|
|
2
|
+
(self.webpackChunk_modern_js_module_tools_docs=self.webpackChunk_modern_js_module_tools_docs||[]).push([[9061],{4454:function(e,t,n){"use strict";function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},i.apply(this,arguments)}var o;n.d(t,{RQ:function(){return S},Zn:function(){return P},Zq:function(){return z},aU:function(){return o},cP:function(){return c},fp:function(){return m},kG:function(){return d},lX:function(){return a},pC:function(){return j}}),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(o||(o={}));const r="popstate";function a(e){return void 0===e&&(e={}),p((function(e,t){let{pathname:n,search:i,hash:o}=e.location;return s("",{pathname:n,search:i,hash:o},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){return"string"==typeof t?t:u(t)}),null,e)}function d(e,t){if(!1===e||null==e)throw new Error(t)}function l(e,t){return{usr:e.state,key:e.key,idx:t}}function s(e,t,n,o){return void 0===n&&(n=null),i({pathname:"string"==typeof e?e:e.pathname,search:"",hash:""},"string"==typeof t?c(t):t,{state:n,key:t&&t.key||o||Math.random().toString(36).substr(2,8)})}function u(e){let{pathname:t="/",search:n="",hash:i=""}=e;return n&&"?"!==n&&(t+="?"===n.charAt(0)?n:"?"+n),i&&"#"!==i&&(t+="#"===i.charAt(0)?i:"#"+i),t}function c(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let i=e.indexOf("?");i>=0&&(t.search=e.substr(i),e=e.substr(0,i)),e&&(t.pathname=e)}return t}function p(e,t,n,a){void 0===a&&(a={});let{window:c=document.defaultView,v5Compat:p=!1}=a,h=c.history,m=o.Pop,f=null,g=b();function b(){return(h.state||{idx:null}).idx}function y(){m=o.Pop;let e=b(),t=null==e?null:e-g;g=e,f&&f({action:m,location:v.location,delta:t})}function x(e){let t="null"!==c.location.origin?c.location.origin:c.location.href,n="string"==typeof e?e:u(e);return d(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==g&&(g=0,h.replaceState(i({},h.state,{idx:g}),""));let v={get action(){return m},get location(){return e(c,h)},listen(e){if(f)throw new Error("A history only accepts one active listener");return c.addEventListener(r,y),f=e,()=>{c.removeEventListener(r,y),f=null}},createHref(e){return t(c,e)},createURL:x,encodeLocation(e){let t=x(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){m=o.Push;let i=s(v.location,e,t);n&&n(i,e),g=b()+1;let r=l(i,g),a=v.createHref(i);try{h.pushState(r,"",a)}catch(d){c.location.assign(a)}p&&f&&f({action:m,location:v.location,delta:1})},replace:function(e,t){m=o.Replace;let i=s(v.location,e,t);n&&n(i,e),g=b();let r=l(i,g),a=v.createHref(i);h.replaceState(r,"",a),p&&f&&f({action:m,location:v.location,delta:0})},go(e){return h.go(e)}};return v}var h;function m(e,t,n){void 0===n&&(n="/");let i=P(("string"==typeof t?c(t):t).pathname||"/",n);if(null==i)return null;let o=f(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){return e.length===t.length&&e.slice(0,-1).every(((e,n)=>e===t[n]))?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(o);let r=null;for(let a=0;null==r&&a<o.length;++a)r=v(o[a],w(i));return r}function f(e,t,n,i){void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===i&&(i="");let o=(e,o,r)=>{let a={relativePath:void 0===r?e.path||"":r,caseSensitive:!0===e.caseSensitive,childrenIndex:o,route:e};a.relativePath.startsWith("/")&&(d(a.relativePath.startsWith(i),'Absolute route path "'+a.relativePath+'" nested under path "'+i+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),a.relativePath=a.relativePath.slice(i.length));let l=S([i,a.relativePath]),s=n.concat(a);e.children&&e.children.length>0&&(d(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+l+'".'),f(e.children,t,s,l)),(null!=e.path||e.index)&&t.push({path:l,score:x(l,e.index),routesMeta:s})};return e.forEach(((e,t)=>{var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?"))for(let i of g(e.path))o(e,t,i);else o(e,t)})),t}function g(e){let t=e.split("/");if(0===t.length)return[];let[n,...i]=t,o=n.endsWith("?"),r=n.replace(/\?$/,"");if(0===i.length)return o?[r,""]:[r];let a=g(i.join("/")),d=[];return d.push(...a.map((e=>""===e?r:[r,e].join("/")))),o&&d.push(...a),d.map((t=>e.startsWith("/")&&""===t?"/":t))}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(h||(h={}));const b=/^:\w+$/,y=e=>"*"===e;function x(e,t){let n=e.split("/"),i=n.length;return n.some(y)&&(i+=-2),t&&(i+=2),n.filter((e=>!y(e))).reduce(((e,t)=>e+(b.test(t)?3:""===t?1:10)),i)}function v(e,t){let{routesMeta:n}=e,i={},o="/",r=[];for(let a=0;a<n.length;++a){let e=n[a],d=a===n.length-1,l="/"===o?t:t.slice(o.length)||"/",s=k({path:e.relativePath,caseSensitive:e.caseSensitive,end:d},l);if(!s)return null;Object.assign(i,s.params);let u=e.route;r.push({params:i,pathname:S([o,s.pathname]),pathnameBase:C(S([o,s.pathnameBase])),route:u}),"/"!==s.pathnameBase&&(o=S([o,s.pathnameBase]))}return r}function k(e,t){"string"==typeof e&&(e={path:e,caseSensitive:!1,end:!0});let[n,i]=function(e,t,n){void 0===t&&(t=!1);void 0===n&&(n=!0);T("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');let i=[],o="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,((e,t)=>(i.push(t),"/([^\\/]+)")));e.endsWith("*")?(i.push("*"),o+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?o+="\\/*$":""!==e&&"/"!==e&&(o+="(?:(?=\\/|$))");return[new RegExp(o,t?void 0:"i"),i]}(e.path,e.caseSensitive,e.end),o=t.match(n);if(!o)return null;let r=o[0],a=r.replace(/(.)\/+$/,"$1"),d=o.slice(1);return{params:i.reduce(((e,t,n)=>{if("*"===t){let e=d[n]||"";a=r.slice(0,r.length-e.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return T(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(d[n]||"",t),e}),{}),pathname:r,pathnameBase:a,pattern:e}}function w(e){try{return decodeURI(e)}catch(t){return T(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function P(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,i=e.charAt(n);return i&&"/"!==i?null:e.slice(n)||"/"}function T(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function E(e,t,n,i){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(i)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function z(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function j(e,t,n,o){let r;void 0===o&&(o=!1),"string"==typeof e?r=c(e):(r=i({},e),d(!r.pathname||!r.pathname.includes("?"),E("?","pathname","search",r)),d(!r.pathname||!r.pathname.includes("#"),E("#","pathname","hash",r)),d(!r.search||!r.search.includes("#"),E("#","search","hash",r)));let a,l=""===e||""===r.pathname,s=l?"/":r.pathname;if(o||null==s)a=n;else{let e=t.length-1;if(s.startsWith("..")){let t=s.split("/");for(;".."===t[0];)t.shift(),e-=1;r.pathname=t.join("/")}a=e>=0?t[e]:"/"}let u=function(e,t){void 0===t&&(t="/");let{pathname:n,search:i="",hash:o=""}="string"==typeof e?c(e):e,r=n?n.startsWith("/")?n:function(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(n,t):t;return{pathname:r,search:A(i),hash:O(o)}}(r,a),p=s&&"/"!==s&&s.endsWith("/"),h=(l||"."===s)&&n.endsWith("/");return u.pathname.endsWith("/")||!p&&!h||(u.pathname+="/"),u}const S=e=>e.join("/").replace(/\/\/+/g,"/"),C=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),A=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",O=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";class I extends Error{}const L=["post","put","patch","delete"],U=(new Set(L),["get",...L]);new Set(U),new Set([301,302,303,307,308]),new Set([307,308]),"undefined"!=typeof window&&void 0!==window.document&&window.document.createElement;Symbol("deferred")},2555:function(e,t,n){"use strict";n.d(t,{Qp:function(){return g},tP:function(){return b}});var i=!1;if("undefined"!=typeof window){var o={get passive(){i=!0}};window.addEventListener("testPassive",null,o),window.removeEventListener("testPassive",null,o)}var r="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),a=[],d=!1,l=-1,s=void 0,u=void 0,c=void 0,p=function(e){return a.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},h=function(e){var t=e||window.event;return!!p(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},m=function(){void 0!==c&&(document.body.style.paddingRight=c,c=void 0),void 0!==s&&(document.body.style.overflow=s,s=void 0)},f=function(){if(void 0!==u){var e=-parseInt(document.body.style.top,10),t=-parseInt(document.body.style.left,10);document.body.style.position=u.position,document.body.style.top=u.top,document.body.style.left=u.left,window.scrollTo(t,e),u=void 0}},g=function(e,t){if(e){if(!a.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};a=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(a),[n]),r?window.requestAnimationFrame((function(){if(void 0===u){u={position:document.body.style.position,top:document.body.style.top,left:document.body.style.left};var e=window,t=e.scrollY,n=e.scrollX,i=e.innerHeight;document.body.style.position="fixed",document.body.style.top=-t,document.body.style.left=-n,setTimeout((function(){return window.requestAnimationFrame((function(){var e=i-window.innerHeight;e&&t>=i&&(document.body.style.top=-(t+e))}))}),300)}})):function(e){if(void 0===c){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;if(t&&n>0){var i=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right"),10);c=document.body.style.paddingRight,document.body.style.paddingRight=i+n+"px"}}void 0===s&&(s=document.body.style.overflow,document.body.style.overflow="hidden")}(t),r&&(e.ontouchstart=function(e){1===e.targetTouches.length&&(l=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-l;!p(e.target)&&(t&&0===t.scrollTop&&n>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?h(e):e.stopPropagation())}(t,e)},d||(document.addEventListener("touchmove",h,i?{passive:!1}:void 0),d=!0))}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},b=function(){r&&(a.forEach((function(e){e.targetElement.ontouchstart=null,e.targetElement.ontouchmove=null})),d&&(document.removeEventListener("touchmove",h,i?{passive:!1}:void 0),d=!1),l=-1),r?f():m(),a=[]}},9522:function(e,t,n){"use strict";var i=n(8456),o={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var n,r,a,d,l,s,u=!1;t||(t={}),n=t.debug||!1;try{if(a=i(),d=document.createRange(),l=document.getSelection(),(s=document.createElement("span")).textContent=e,s.ariaHidden="true",s.style.all="unset",s.style.position="fixed",s.style.top=0,s.style.clip="rect(0, 0, 0, 0)",s.style.whiteSpace="pre",s.style.webkitUserSelect="text",s.style.MozUserSelect="text",s.style.msUserSelect="text",s.style.userSelect="text",s.addEventListener("copy",(function(i){if(i.stopPropagation(),t.format)if(i.preventDefault(),void 0===i.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var r=o[t.format]||o.default;window.clipboardData.setData(r,e)}else i.clipboardData.clearData(),i.clipboardData.setData(t.format,e);t.onCopy&&(i.preventDefault(),t.onCopy(i.clipboardData))})),document.body.appendChild(s),d.selectNodeContents(s),l.addRange(d),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");u=!0}catch(c){n&&console.error("unable to copy using execCommand: ",c),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),u=!0}catch(c){n&&console.error("unable to copy using clipboardData: ",c),n&&console.error("falling back to prompt"),r=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"\u2318":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(r,e)}}finally{l&&("function"==typeof l.removeRange?l.removeRange(d):l.removeAllRanges()),s&&document.body.removeChild(s),a()}return u}},5653:function(e){"use strict";!function(t,n,i){let o;(o=i.define)&&o.amd?o([],(function(){return n})):(o=i.modules)?o["FlexSearch".toLowerCase()]=n:e.exports=n}(0,function e(t){function n(e,t){const n=t?t.id:e&&e.id;this.id=n||0===n?n:A++,this.init(e,t),d(this,"index",(function(){return this.a?Object.keys(this.a.index[this.a.keys[0]].c):Object.keys(this.c)})),d(this,"length",(function(){return this.index.length}))}function i(e,t,n,i){return this.u!==this.g&&(this.o=this.o.concat(n),this.u++,i&&this.o.length>=i&&(this.u=this.g),this.u===this.g&&(this.cache&&this.j.set(t,this.o),this.F&&this.F(this.o))),this}function o(e){const t=T();for(const n in e)if(e.hasOwnProperty(n)){const i=e[n];x(i)?t[n]=i.slice(0):k(i)?t[n]=o(i):t[n]=i}return t}function r(e,t){const n=e.length,i=v(t),o=[];for(let r=0,a=0;r<n;r++){const n=e[r];(i&&t(n)||!i&&!t[n])&&(o[a++]=n)}return o}function a(e,t,n,i,o,r,a,d,l,s){let u;if(n=b(n,a?0:o,d,r,t,l,s),d&&(d=n.page,u=n.next,n=n.result),a)t=this.where(a,null,o,n);else{for(t=n,n=this.l,o=t.length,r=Array(o),a=0;a<o;a++)r[a]=n[t[a]];t=r}return n=t,i&&(v(i)||(L=i.split(":"),1<L.length?i=f:(L=L[0],i=m)),n.sort(i)),n=g(d,u,n),this.cache&&this.j.set(e,n),n}function d(e,t,n){Object.defineProperty(e,t,{get:n})}function l(e){return new RegExp(e,"g")}function s(e,t){for(let n=0;n<t.length;n+=2)e=e.replace(t[n],t[n+1]);return e}function u(e,t,n,i,o,r,a,d){return t[n]?t[n]:(o=o?(d-(a||d/1.5))*r+(a||d/1.5)*o:r,t[n]=o,o>=a&&((e=(e=e[d-(o+.5>>0)])[n]||(e[n]=[]))[e.length]=i),o)}function c(e,t){if(e){const n=Object.keys(e);for(let i=0,o=n.length;i<o;i++){const o=n[i],r=e[o];if(r)for(let n=0,i=r.length;n<i;n++){if(r[n]===t){1===i?delete e[o]:r.splice(n,1);break}k(r[n])&&c(r[n],t)}}}}function p(e){let t="",n="";var i="";for(let o=0;o<e.length;o++){const r=e[o];r!==n&&(o&&"h"===r?(i="a"===i||"e"===i||"i"===i||"o"===i||"u"===i||"y"===i,(("a"===n||"e"===n||"i"===n||"o"===n||"u"===n||"y"===n)&&i||" "===n)&&(t+=r)):t+=r),i=o===e.length-1?"":e[o+1],n=r}return t}function h(e,t){return 0>(e=e.length-t.length)?1:e?-1:0}function m(e,t){return(e=e[L])<(t=t[L])?-1:e>t?1:0}function f(e,t){const n=L.length;for(let i=0;i<n;i++)e=e[L[i]],t=t[L[i]];return e<t?-1:e>t?1:0}function g(e,t,n){return e?{page:e,next:t?""+t:null,result:n}:n}function b(e,t,n,i,o,r,a){let d,l=[];if(!0===n){n="0";var s=""}else s=n&&n.split(":");const u=e.length;if(1<u){const x=T(),v=[];let k,P;var c,p=0;let E;var h=!0;let z,j,S,C,A,O,I=0;if(s&&(2===s.length?(C=s,s=!1):s=A=parseInt(s[0],10)),a){for(k=T();p<u;p++)if("not"===o[p])for(P=e[p],E=P.length,c=0;c<E;c++)k["@"+P[c]]=1;else S=p+1;if(w(S))return g(n,d,l);p=0}else j=y(o)&&o;for(;p<u;p++){const y=p===(S||u)-1;if(!j||!p)if((c=j||o&&o[p])&&"and"!==c){if("or"!==c)continue;O=!1}else O=r=!0;if(P=e[p],E=P.length){if(h){if(!z){z=P;continue}var m=z.length;for(c=0;c<m;c++){var f="@"+(h=z[c]);a&&k[f]||(x[f]=1,r||(l[I++]=h))}z=null,h=!1}for(f=!1,c=0;c<E;c++){var b="@"+(m=P[c]);const e=r?x[b]||0:p;if(!(!e&&!i||a&&k[b]||!r&&x[b]))if(e===p){if(y){if((!A||--A<I)&&(l[I++]=m,t&&I===t))return g(n,I+(s||0),l)}else x[b]=p+1;f=!0}else i&&((b=v[e]||(v[e]=[]))[b.length]=m)}if(O&&!f&&!i)break}else if(O&&!i)return g(n,d,P)}if(z)if(p=z.length,a)for(c=s?parseInt(s,10):0;c<p;c++)k["@"+(e=z[c])]||(l[I++]=e);else l=z;if(i)for(I=l.length,C?(p=parseInt(C[0],10)+1,c=parseInt(C[1],10)+1):(p=v.length,c=0);p--;)if(m=v[p]){for(E=m.length;c<E;c++)if(i=m[c],(!a||!k["@"+i])&&(l[I++]=i,t&&I===t))return g(n,p+":"+c,l);c=0}}else!u||o&&"not"===o[0]||(l=e[0],s&&(s=parseInt(s[0],10)));return t&&(a=l.length,s&&s>a&&(s=0),d=(s=s||0)+t,d<a?l=l.slice(s,d):(d=0,s&&(l=l.slice(s)))),g(n,d,l)}function y(e){return"string"==typeof e}function x(e){return e.constructor===Array}function v(e){return"function"==typeof e}function k(e){return"object"==typeof e}function w(e){return void 0===e}function P(e){const t=Array(e);for(let n=0;n<e;n++)t[n]=T();return t}function T(){return Object.create(null)}function E(){let e,t;self.onmessage=function(n){if(n=n.data)if(n.search){const i=t.search(n.content,n.threshold?{limit:n.limit,threshold:n.threshold,where:n.where}:n.limit);self.postMessage({id:e,content:n.content,limit:n.limit,result:i})}else n.add?t.add(n.id,n.content):n.update?t.update(n.id,n.content):n.remove?t.remove(n.id):n.clear?t.clear():n.info?((n=t.info()).worker=e,console.log(n)):n.register&&(e=n.id,n.options.cache=!1,n.options.async=!1,n.options.worker=!1,t=new Function(n.register.substring(n.register.indexOf("{")+1,n.register.lastIndexOf("}")))(),t=new t(n.options))}}function z(n,i,o,r){n=t("flexsearch","id"+n,E,(function(e){(e=e.data)&&e.result&&r(e.id,e.content,e.result,e.limit,e.where,e.cursor,e.suggest)}),i);const a=e.toString();return o.id=i,n.postMessage({register:a,options:o,id:i}),n}const j={encode:"icase",f:"forward",split:/\W+/,cache:!1,async:!1,g:!1,D:!1,a:!1,b:9,threshold:0,depth:0},S={memory:{encode:"extra",f:"strict",threshold:0,b:1},speed:{encode:"icase",f:"strict",threshold:1,b:3,depth:2},match:{encode:"extra",f:"full",threshold:1,b:3},score:{encode:"extra",f:"strict",threshold:1,b:9,depth:4},balance:{encode:"balance",f:"strict",threshold:0,b:3,depth:3},fast:{encode:"icase",f:"strict",threshold:8,b:9,depth:1}},C=[];let A=0;const O={},I={};let L;n.create=function(e,t){return new n(e,t)},n.registerMatcher=function(e){for(const t in e)e.hasOwnProperty(t)&&C.push(l(t),e[t]);return this},n.registerEncoder=function(e,t){return M[e]=t.bind(M),this},n.registerLanguage=function(e,t){return O[e]=t.filter,I[e]=t.stemmer,this},n.encode=function(e,t){return M[e](t)},n.prototype.init=function(e,t){if(this.v=[],t){var r=t.preset;e=t}else e||(e=j),r=e.preset;if(t={},y(e)?(t=S[e],e={}):r&&(t=S[r]),r=e.worker)if("undefined"==typeof Worker)e.worker=!1,this.m=null;else{var a=parseInt(r,10)||4;this.C=-1,this.u=0,this.o=[],this.F=null,this.m=Array(a);for(var d=0;d<a;d++)this.m[d]=z(this.id,d,e,i.bind(this))}if(this.f=e.tokenize||t.f||this.f||j.f,this.split=w(r=e.split)?this.split||j.split:y(r)?l(r):r,this.D=e.rtl||this.D||j.D,this.async="undefined"==typeof Promise||w(r=e.async)?this.async||j.async:r,this.g=w(r=e.worker)?this.g||j.g:r,this.threshold=w(r=e.threshold)?t.threshold||this.threshold||j.threshold:r,this.b=w(r=e.resolution)?r=t.b||this.b||j.b:r,r<=this.threshold&&(this.b=this.threshold+1),this.depth="strict"!==this.f||w(r=e.depth)?t.depth||this.depth||j.depth:r,this.w=(r=w(r=e.encode)?t.encode||j.encode:r)&&M[r]&&M[r].bind(M)||(v(r)?r:this.w||!1),(r=e.matcher)&&this.addMatcher(r),r=(t=e.lang)||e.filter){if(y(r)&&(r=O[r]),x(r)){a=this.w,d=T();for(var s=0;s<r.length;s++){var u=a?a(r[s]):r[s];d[u]=1}r=d}this.filter=r}if(r=t||e.stemmer){var c;for(c in t=y(r)?I[r]:r,a=this.w,d=[],t)t.hasOwnProperty(c)&&(s=a?a(c):c,d.push(l(s+"($|\\W)"),a?a(t[c]):t[c]));this.stemmer=c=d}if(this.a=d=(r=e.doc)?o(r):this.a||j.a,this.i=P(this.b-(this.threshold||0)),this.h=T(),this.c=T(),d){if(this.l=T(),e.doc=null,c=d.index={},t=d.keys=[],a=d.field,s=d.tag,u=d.store,x(d.id)||(d.id=d.id.split(":")),u){var p=T();if(y(u))p[u]=1;else if(x(u))for(let e=0;e<u.length;e++)p[u[e]]=1;else k(u)&&(p=u);d.store=p}if(s){if(this.G=T(),u=T(),a)if(y(a))u[a]=e;else if(x(a))for(p=0;p<a.length;p++)u[a[p]]=e;else k(a)&&(u=a);for(x(s)||(d.tag=s=[s]),a=0;a<s.length;a++)this.G[s[a]]=T();this.I=s,a=u}if(a){let i;for(x(a)||(k(a)?(i=a,d.field=a=Object.keys(a)):d.field=a=[a]),d=0;d<a.length;d++)x(s=a[d])||(i&&(e=i[s]),t[d]=s,a[d]=s.split(":")),c[s]=new n(e)}e.doc=r}return this.B=!0,this.j=!!(this.cache=r=w(r=e.cache)?this.cache||j.cache:r)&&new D(r),this},n.prototype.encode=function(e){return e&&(C.length&&(e=s(e,C)),this.v.length&&(e=s(e,this.v)),this.w&&(e=this.w(e)),this.stemmer&&(e=s(e,this.stemmer))),e},n.prototype.addMatcher=function(e){const t=this.v;for(const n in e)e.hasOwnProperty(n)&&t.push(l(n),e[n]);return this},n.prototype.add=function(e,t,n,i,o){if(this.a&&k(e))return this.A("add",e,t);if(t&&y(t)&&(e||0===e)){var a="@"+e;if(this.c[a]&&!i)return this.update(e,t);if(this.g)return++this.C>=this.m.length&&(this.C=0),this.m[this.C].postMessage({add:!0,id:e,content:t}),this.c[a]=""+this.C,n&&n(),this;if(!o){if(this.async&&"function"!=typeof importScripts){let o=this;return a=new Promise((function(n){setTimeout((function(){o.add(e,t,null,i,!0),o=null,n()}))})),n?(a.then(n),this):a}if(n)return this.add(e,t,null,i,!0),n(),this}if(!(t=this.encode(t)).length)return this;o=v(n=this.f)?n(t):t.split(this.split),this.filter&&(o=r(o,this.filter));const h=T();h._ctx=T();const m=o.length,f=this.threshold,g=this.depth,b=this.b,y=this.i,x=this.D;for(let t=0;t<m;t++){var d=o[t];if(d){var l=d.length,s=(x?t+1:m-t)/m,c="";switch(n){case"reverse":case"both":for(var p=l;--p;)u(y,h,c=d[p]+c,e,x?1:(l-p)/l,s,f,b-1);c="";case"forward":for(p=0;p<l;p++)u(y,h,c+=d[p],e,x?(p+1)/l:1,s,f,b-1);break;case"full":for(p=0;p<l;p++){const t=(x?p+1:l-p)/l;for(let n=l;n>p;n--)u(y,h,c=d.substring(p,n),e,t,s,f,b-1)}break;default:if(l=u(y,h,d,e,1,s,f,b-1),g&&1<m&&l>=f)for(l=h._ctx[d]||(h._ctx[d]=T()),d=this.h[d]||(this.h[d]=P(b-(f||0))),0>(s=t-g)&&(s=0),(c=t+g+1)>m&&(c=m);s<c;s++)s!==t&&u(d,l,o[s],e,0,b-(s<t?t-s:s-t),f,b-1)}}}this.c[a]=1,this.B=!1}return this},n.prototype.A=function(e,t,n){if(x(t)){var i=t.length;if(i--){for(var o=0;o<i;o++)this.A(e,t[o]);return this.A(e,t[i],n)}}else{var r,a=this.a.index,d=this.a.keys,l=this.a.tag;o=this.a.store;var s=this.a.id;i=t;for(var u=0;u<s.length;u++)i=i[s[u]];if("remove"===e&&(delete this.l[i],s=d.length,s--)){for(t=0;t<s;t++)a[d[t]].remove(i);return a[d[s]].remove(i,n)}if(l){for(r=0;r<l.length;r++){var c=l[r],p=t;for(s=c.split(":"),u=0;u<s.length;u++)p=p[s[u]];p="@"+p}r=(r=this.G[c])[p]||(r[p]=[])}for(let o=0,r=(s=this.a.field).length;o<r;o++){for(c=s[o],l=t,p=0;p<c.length;p++)l=l[c[p]];c=a[d[o]],p="add"===e?c.add:c.update,o===r-1?p.call(c,i,l,n):p.call(c,i,l)}if(o){for(n=Object.keys(o),e=T(),a=0;a<n.length;a++)if(o[d=n[a]]){let n,i;for(d=d.split(":"),s=0;s<d.length;s++)n=(n||t)[l=d[s]],i=(i||e)[l]=n}t=e}r&&(r[r.length]=t),this.l[i]=t}return this},n.prototype.update=function(e,t,n){return this.a&&k(e)?this.A("update",e,t):(this.c["@"+e]&&y(t)&&(this.remove(e),this.add(e,t,n,!0)),this)},n.prototype.remove=function(e,t,n){if(this.a&&k(e))return this.A("remove",e,t);var i="@"+e;if(this.c[i]){if(this.g)return this.m[this.c[i]].postMessage({remove:!0,id:e}),delete this.c[i],t&&t(),this;if(!n){if(this.async&&"function"!=typeof importScripts){let n=this;return i=new Promise((function(t){setTimeout((function(){n.remove(e,null,!0),n=null,t()}))})),t?(i.then(t),this):i}if(t)return this.remove(e,null,!0),t(),this}for(t=0;t<this.b-(this.threshold||0);t++)c(this.i[t],e);this.depth&&c(this.h,e),delete this.c[i],this.B=!1}return this},n.prototype.search=function(e,t,n,i){if(k(t)){if(x(t))for(var o=0;o<t.length;o++)t[o].query=e;else t.query=e;e=t,t=1e3}else t&&v(t)?(n=t,t=1e3):t||0===t||(t=1e3);if(!this.g){var d=[],l=e;if(k(e)&&!x(e)){n||(n=e.callback)&&(l.callback=null);var s=e.sort,u=e.page;t=e.limit,E=e.threshold;var c=e.suggest;e=e.query}if(this.a){E=this.a.index;const r=l.where;var p=l.bool||"or",m=l.field;let h,b,v=p;if(m)x(m)||(m=[m]);else if(x(l)){var f=l;m=[],v=[];for(var g=0;g<l.length;g++)o=(i=l[g]).bool||p,m[g]=i.field,v[g]=o,"not"===o?h=!0:"and"===o&&(b=!0)}else m=this.a.keys;for(p=m.length,g=0;g<p;g++)f&&(l=f[g]),u&&!y(l)&&(l.page=null,l.limit=0),d[g]=E[m[g]].search(l,0);if(n)return n(a.call(this,e,v,d,s,t,c,r,u,b,h));if(this.async){const n=this;return new Promise((function(i){Promise.all(d).then((function(o){i(a.call(n,e,v,o,s,t,c,r,u,b,h))}))}))}return a.call(this,e,v,d,s,t,c,r,u,b,h)}if(E||(E=this.threshold||0),!i){if(this.async&&"function"!=typeof importScripts){let e=this;return E=new Promise((function(n){setTimeout((function(){n(e.search(l,t,null,!0)),e=null}))})),n?(E.then(n),this):E}if(n)return n(this.search(l,t,null,!0)),this}if(!e||!y(e))return d;if(l=e,this.cache)if(this.B){if(n=this.j.get(e))return n}else this.j.clear(),this.B=!0;if(!(l=this.encode(l)).length)return d;n=v(n=this.f)?n(l):l.split(this.split),this.filter&&(n=r(n,this.filter)),f=n.length,i=!0,o=[];var w=T(),P=0;if(1<f&&(this.depth&&"strict"===this.f?p=!0:n.sort(h)),!p||(g=this.h)){const e=this.b;for(;P<f;P++){let t=n[P];if(t){if(p){if(!m)if(g[t])m=t,w[t]=1;else if(!c)return d;if(c&&P===f-1&&!o.length)p=!1,t=m||t,w[t]=0;else if(!m)continue}if(!w[t]){const n=[];let r=!1,a=0;const d=p?g[m]:this.i;if(d){let i;for(let o=0;o<e-E;o++)(i=d[o]&&d[o][t])&&(n[a++]=i,r=!0)}if(r)m=t,o[o.length]=1<a?n.concat.apply([],n):n[0];else if(!c){i=!1;break}w[t]=1}}}}else i=!1;return i&&(d=b(o,t,u,c)),this.cache&&this.j.set(e,d),d}this.F=n,this.u=0,this.o=[];for(var E=0;E<this.g;E++)this.m[E].postMessage({search:!0,limit:t,content:e})},n.prototype.find=function(e,t){return this.where(e,t,1)[0]||null},n.prototype.where=function(e,t,n,i){const o=this.l,r=[];let a,d=0;var l;let s;if(k(e)){n||(n=t);var u=Object.keys(e),c=u.length;if(a=!1,1===c&&"id"===u[0])return[o[e.id]];if((l=this.I)&&!i)for(var p=0;p<l.length;p++){var h=l[p],m=e[h];if(!w(m)){if(s=this.G[h]["@"+m],0==--c)return s;u.splice(u.indexOf(h),1),delete e[h];break}}for(l=Array(c),p=0;p<c;p++)l[p]=u[p].split(":")}else{if(v(e)){for(n=(t=i||Object.keys(o)).length,u=0;u<n;u++)e(c=o[t[u]])&&(r[d++]=c);return r}if(w(t))return[o[e]];if("id"===e)return[o[t]];u=[e],c=1,l=[e.split(":")],a=!0}for(p=(i=s||i||Object.keys(o)).length,h=0;h<p;h++){m=s?i[h]:o[i[h]];let p=!0;for(let n=0;n<c;n++){a||(t=e[u[n]]);const i=l[n],o=i.length;let r=m;if(1<o)for(let e=0;e<o;e++)r=r[i[e]];else r=r[i[0]];if(r!==t){p=!1;break}}if(p&&(r[d++]=m,n&&d===n))break}return r},n.prototype.info=function(){if(!this.g)return{id:this.id,items:this.length,cache:!(!this.cache||!this.cache.s)&&this.cache.s.length,matcher:C.length+(this.v?this.v.length:0),worker:this.g,threshold:this.threshold,depth:this.depth,resolution:this.b,contextual:this.depth&&"strict"===this.f};for(let e=0;e<this.g;e++)this.m[e].postMessage({info:!0,id:this.id})},n.prototype.clear=function(){return this.destroy().init()},n.prototype.destroy=function(){if(this.cache&&(this.j.clear(),this.j=null),this.i=this.h=this.c=null,this.a){const e=this.a.keys;for(let t=0;t<e.length;t++)this.a.index[e[t]].destroy();this.a=this.l=null}return this},n.prototype.export=function(e){const t=!e||w(e.serialize)||e.serialize;if(this.a){const t=!e||w(e.doc)||e.doc;var n=!e||w(e.index)||e.index;e=[];let i=0;if(n)for(n=this.a.keys;i<n.length;i++){const t=this.a.index[n[i]];e[i]=[t.i,t.h,Object.keys(t.c)]}t&&(e[i]=this.l)}else e=[this.i,this.h,Object.keys(this.c)];return t&&(e=JSON.stringify(e)),e},n.prototype.import=function(e,t){(!t||w(t.serialize)||t.serialize)&&(e=JSON.parse(e));const n=T();if(this.a){var i=!t||w(t.doc)||t.doc,o=0;if(!t||w(t.index)||t.index){const i=(t=this.a.keys).length;for(var r=e[0][2];o<r.length;o++)n[r[o]]=1;for(o=0;o<i;o++){r=this.a.index[t[o]];const i=e[o];i&&(r.i=i[0],r.h=i[1],r.c=n)}}i&&(this.l=k(i)?i:e[o])}else{for(i=e[2],o=0;o<i.length;o++)n[i[o]]=1;this.i=e[0],this.h=e[1],this.c=n}};const U=function(){const e=l("\\s+"),t=l("[^a-z0-9 ]"),n=[l("[-/]")," ",t,"",e," "];return function(e){return p(s(e.toLowerCase(),n))}}(),M={icase:function(e){return e.toLowerCase()},simple:function(){const e=l("\\s+"),t=l("[^a-z0-9 ]"),n=l("[-/]"),i=[l("[\xe0\xe1\xe2\xe3\xe4\xe5]"),"a",l("[\xe8\xe9\xea\xeb]"),"e",l("[\xec\xed\xee\xef]"),"i",l("[\xf2\xf3\xf4\xf5\xf6\u0151]"),"o",l("[\xf9\xfa\xfb\xfc\u0171]"),"u",l("[\xfd\u0177\xff]"),"y",l("\xf1"),"n",l("[\xe7c]"),"k",l("\xdf"),"s",l(" & ")," and ",n," ",t,"",e," "];return function(e){return" "===(e=s(e.toLowerCase(),i))?"":e}}(),advanced:function(){const e=l("ae"),t=l("ai"),n=l("ay"),i=l("ey"),o=l("oe"),r=l("ue"),a=l("ie"),d=l("sz"),u=l("zs"),c=l("ck"),h=l("cc"),m=[e,"a",t,"ei",n,"ei",i,"ei",o,"o",r,"u",a,"i",d,"s",u,"s",l("sh"),"s",c,"k",h,"k",l("th"),"t",l("dt"),"t",l("ph"),"f",l("pf"),"f",l("ou"),"o",l("uo"),"u"];return function(e,t){return e?(2<(e=this.simple(e)).length&&(e=s(e,m)),t||1<e.length&&(e=p(e)),e):e}}(),extra:function(){const e=[l("p"),"b",l("z"),"s",l("[cgq]"),"k",l("n"),"m",l("d"),"t",l("[vw]"),"f",l("[aeiouy]"),""];return function(t){if(!t)return t;if(1<(t=this.advanced(t,!0)).length){t=t.split(" ");for(let n=0;n<t.length;n++){const i=t[n];1<i.length&&(t[n]=i[0]+s(i.substring(1),e))}t=p(t=t.join(" "))}return t}}(),balance:U},D=function(){function e(e){this.clear(),this.H=!0!==e&&e}return e.prototype.clear=function(){this.cache=T(),this.count=T(),this.index=T(),this.s=[]},e.prototype.set=function(e,t){if(this.H&&w(this.cache[e])){let n=this.s.length;if(n===this.H){n--;const e=this.s[n];delete this.cache[e],delete this.count[e],delete this.index[e]}this.index[e]=n,this.s[n]=e,this.count[e]=-1,this.cache[e]=t,this.get(e)}else this.cache[e]=t},e.prototype.get=function(e){const t=this.cache[e];if(this.H&&t){var n=++this.count[e];const t=this.index;let o=t[e];if(0<o){const r=this.s;for(var i=o;this.count[r[--o]]<=n&&-1!==o;);if(o++,o!==i){for(n=i;n>o;n--)i=r[n-1],r[n]=i,t[i]=n;r[o]=e,t[e]=o}}}return t},e}();return n}(function(){const e={},t="undefined"!=typeof Blob&&"undefined"!=typeof URL&&URL.createObjectURL;return function(n,i,o,r,a){return o=t?URL.createObjectURL(new Blob(["("+o.toString()+")()"],{type:"text/javascript"})):n+".min.js",e[n+="-"+i]||(e[n]=[]),e[n][a]=new Worker(o),e[n][a].onmessage=r,e[n][a]}}()),this)},4546:function(e){"use strict";e.exports=function(e,t,n,i,o,r,a,d){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var s=[n,i,o,r,a,d],u=0;(l=new Error(t.replace(/%s/g,(function(){return s[u++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}}},366:function(e,t){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},i=function(e){return"IMG"===e.tagName},o=function(e){return e&&1===e.nodeType},r=function(e){return".svg"===(e.currentSrc||e.src).substr(-4).toLowerCase()},a=function(e){try{return Array.isArray(e)?e.filter(i):function(e){return NodeList.prototype.isPrototypeOf(e)}(e)?[].slice.call(e).filter(i):o(e)?[e].filter(i):"string"==typeof e?[].slice.call(document.querySelectorAll(e)).filter(i):[]}catch(t){throw new TypeError("The provided selector is invalid.\nExpects a CSS selector, a Node element, a NodeList or an array.\nSee: https://github.com/francoischalifour/medium-zoom")}},d=function(e){var t=document.createElement("div");return t.classList.add("medium-zoom-overlay"),t.style.background=e,t},l=function(e){var t=e.getBoundingClientRect(),n=t.top,i=t.left,o=t.width,r=t.height,a=e.cloneNode(),d=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,l=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;return a.removeAttribute("id"),a.style.position="absolute",a.style.top=n+d+"px",a.style.left=i+l+"px",a.style.width=o+"px",a.style.height=r+"px",a.style.transform="",a},s=function(e,t){var i=n({bubbles:!1,cancelable:!1,detail:void 0},t);if("function"==typeof window.CustomEvent)return new CustomEvent(e,i);var o=document.createEvent("CustomEvent");return o.initCustomEvent(e,i.bubbles,i.cancelable,i.detail),o};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&i.firstChild?i.insertBefore(o,i.firstChild):i.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}(".medium-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s;will-change:opacity}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform .3s cubic-bezier(.2,0,.2,1)!important}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}"),t.Z=function e(t){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},u=window.Promise||function(e){function t(){}e(t,t)},c=function(e){var t=e.target;t!==I?-1!==z.indexOf(t)&&w({target:t}):k()},p=function(){if(!S&&O.original){var e=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;Math.abs(C-e)>A.scrollOffset&&setTimeout(k,150)}},h=function(e){var t=e.key||e.keyCode;"Escape"!==t&&"Esc"!==t&&27!==t||k()},m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e;if(e.background&&(I.style.background=e.background),e.container&&e.container instanceof Object&&(t.container=n({},A.container,e.container)),e.template){var i=o(e.template)?e.template:document.querySelector(e.template);t.template=i}return A=n({},A,t),z.forEach((function(e){e.dispatchEvent(s("medium-zoom:update",{detail:{zoom:L}}))})),L},f=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e(n({},A,t))},g=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var i=t.reduce((function(e,t){return[].concat(e,a(t))}),[]);return i.filter((function(e){return-1===z.indexOf(e)})).forEach((function(e){z.push(e),e.classList.add("medium-zoom-image")})),j.forEach((function(e){var t=e.type,n=e.listener,o=e.options;i.forEach((function(e){e.addEventListener(t,n,o)}))})),L},b=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];O.zoomed&&k();var i=t.length>0?t.reduce((function(e,t){return[].concat(e,a(t))}),[]):z;return i.forEach((function(e){e.classList.remove("medium-zoom-image"),e.dispatchEvent(s("medium-zoom:detach",{detail:{zoom:L}}))})),z=z.filter((function(e){return-1===i.indexOf(e)})),L},y=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return z.forEach((function(i){i.addEventListener("medium-zoom:"+e,t,n)})),j.push({type:"medium-zoom:"+e,listener:t,options:n}),L},x=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return z.forEach((function(i){i.removeEventListener("medium-zoom:"+e,t,n)})),j=j.filter((function(n){return!(n.type==="medium-zoom:"+e&&n.listener.toString()===t.toString())})),L},v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.target,i=function(){var e={width:document.documentElement.clientWidth,height:document.documentElement.clientHeight,left:0,top:0,right:0,bottom:0},t=void 0,i=void 0;if(A.container)if(A.container instanceof Object)t=(e=n({},e,A.container)).width-e.left-e.right-2*A.margin,i=e.height-e.top-e.bottom-2*A.margin;else{var a=(o(A.container)?A.container:document.querySelector(A.container)).getBoundingClientRect(),d=a.width,l=a.height,s=a.left,u=a.top;e=n({},e,{width:d,height:l,left:s,top:u})}t=t||e.width-2*A.margin,i=i||e.height-2*A.margin;var c=O.zoomedHd||O.original,p=r(c)?t:c.naturalWidth||t,h=r(c)?i:c.naturalHeight||i,m=c.getBoundingClientRect(),f=m.top,g=m.left,b=m.width,y=m.height,x=Math.min(Math.max(b,p),t)/b,v=Math.min(Math.max(y,h),i)/y,k=Math.min(x,v),w="scale("+k+") translate3d("+((t-b)/2-g+A.margin+e.left)/k+"px, "+((i-y)/2-f+A.margin+e.top)/k+"px, 0)";O.zoomed.style.transform=w,O.zoomedHd&&(O.zoomedHd.style.transform=w)};return new u((function(e){if(t&&-1===z.indexOf(t))e(L);else{if(O.zoomed)e(L);else{if(t)O.original=t;else{if(!(z.length>0))return void e(L);var n=z;O.original=n[0]}if(O.original.dispatchEvent(s("medium-zoom:open",{detail:{zoom:L}})),C=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,S=!0,O.zoomed=l(O.original),document.body.appendChild(I),A.template){var r=o(A.template)?A.template:document.querySelector(A.template);O.template=document.createElement("div"),O.template.appendChild(r.content.cloneNode(!0)),document.body.appendChild(O.template)}if(O.original.parentElement&&"PICTURE"===O.original.parentElement.tagName&&O.original.currentSrc&&(O.zoomed.src=O.original.currentSrc),document.body.appendChild(O.zoomed),window.requestAnimationFrame((function(){document.body.classList.add("medium-zoom--opened")})),O.original.classList.add("medium-zoom-image--hidden"),O.zoomed.classList.add("medium-zoom-image--opened"),O.zoomed.addEventListener("click",k),O.zoomed.addEventListener("transitionend",(function t(){S=!1,O.zoomed.removeEventListener("transitionend",t),O.original.dispatchEvent(s("medium-zoom:opened",{detail:{zoom:L}})),e(L)})),O.original.getAttribute("data-zoom-src")){O.zoomedHd=O.zoomed.cloneNode(),O.zoomedHd.removeAttribute("srcset"),O.zoomedHd.removeAttribute("sizes"),O.zoomedHd.removeAttribute("loading"),O.zoomedHd.src=O.zoomed.getAttribute("data-zoom-src"),O.zoomedHd.onerror=function(){clearInterval(a),console.warn("Unable to reach the zoom image target "+O.zoomedHd.src),O.zoomedHd=null,i()};var a=setInterval((function(){O.zoomedHd.complete&&(clearInterval(a),O.zoomedHd.classList.add("medium-zoom-image--opened"),O.zoomedHd.addEventListener("click",k),document.body.appendChild(O.zoomedHd),i())}),10)}else if(O.original.hasAttribute("srcset")){O.zoomedHd=O.zoomed.cloneNode(),O.zoomedHd.removeAttribute("sizes"),O.zoomedHd.removeAttribute("loading");var d=O.zoomedHd.addEventListener("load",(function(){O.zoomedHd.removeEventListener("load",d),O.zoomedHd.classList.add("medium-zoom-image--opened"),O.zoomedHd.addEventListener("click",k),document.body.appendChild(O.zoomedHd),i()}))}else i()}}}))},k=function(){return new u((function(e){if(!S&&O.original){S=!0,document.body.classList.remove("medium-zoom--opened"),O.zoomed.style.transform="",O.zoomedHd&&(O.zoomedHd.style.transform=""),O.template&&(O.template.style.transition="opacity 150ms",O.template.style.opacity=0),O.original.dispatchEvent(s("medium-zoom:close",{detail:{zoom:L}})),O.zoomed.addEventListener("transitionend",(function t(){O.original.classList.remove("medium-zoom-image--hidden"),document.body.removeChild(O.zoomed),O.zoomedHd&&document.body.removeChild(O.zoomedHd),document.body.removeChild(I),O.zoomed.classList.remove("medium-zoom-image--opened"),O.template&&document.body.removeChild(O.template),S=!1,O.zoomed.removeEventListener("transitionend",t),O.original.dispatchEvent(s("medium-zoom:closed",{detail:{zoom:L}})),O.original=null,O.zoomed=null,O.zoomedHd=null,O.template=null,e(L)}))}else e(L)}))},w=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.target;return O.original?k():v({target:t})},P=function(){return A},T=function(){return z},E=function(){return O.original},z=[],j=[],S=!1,C=0,A=i,O={original:null,zoomed:null,zoomedHd:null,template:null};"[object Object]"===Object.prototype.toString.call(t)?A=t:(t||"string"==typeof t)&&g(t),A=n({margin:0,background:"#fff",scrollOffset:40,container:null,template:null},A);var I=d(A.background);document.addEventListener("click",c),document.addEventListener("keyup",h),document.addEventListener("scroll",p),window.addEventListener("resize",k);var L={open:v,close:k,toggle:w,update:m,clone:f,attach:g,detach:b,on:y,off:x,getOptions:P,getImages:T,getZoomedImage:E};return L}},509:function(){},7841:function(e,t,n){var i,o;i=function(){var e,t,n={version:"0.2.0"},i=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function o(e,t,n){return e<t?t:e>n?n:e}function r(e){return 100*(-1+e)}function a(e,t,n){var o;return(o="translate3d"===i.positionUsing?{transform:"translate3d("+r(e)+"%,0,0)"}:"translate"===i.positionUsing?{transform:"translate("+r(e)+"%,0)"}:{"margin-left":r(e)+"%"}).transition="all "+t+"ms "+n,o}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(i[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=o(e,i.minimum,1),n.status=1===e?null:e;var r=n.render(!t),s=r.querySelector(i.barSelector),u=i.speed,c=i.easing;return r.offsetWidth,d((function(t){""===i.positionUsing&&(i.positionUsing=n.getPositioningCSS()),l(s,a(e,u,c)),1===e?(l(r,{transition:"none",opacity:1}),r.offsetWidth,setTimeout((function(){l(r,{transition:"all "+u+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),u)}),u)):setTimeout(t,u)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),i.trickleSpeed)};return i.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*o(Math.random()*t,.1,.95)),t=o(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*i.trickleRate)},e=0,t=0,n.promise=function(i){return i&&"resolved"!==i.state()?(0===t&&n.start(),e++,t++,i.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=i.template;var o,a=t.querySelector(i.barSelector),d=e?"-100":r(n.status||0),s=document.querySelector(i.parent);return l(a,{transition:"all 0 linear",transform:"translate3d("+d+"%,0,0)"}),i.showSpinner||(o=t.querySelector(i.spinnerSelector))&&h(o),s!=document.body&&u(s,"nprogress-custom-parent"),s.appendChild(t),t},n.remove=function(){c(document.documentElement,"nprogress-busy"),c(document.querySelector(i.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&h(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var d=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),l=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function i(t){var n=document.body.style;if(t in n)return t;for(var i,o=e.length,r=t.charAt(0).toUpperCase()+t.slice(1);o--;)if((i=e[o]+r)in n)return i;return t}function o(e){return e=n(e),t[e]||(t[e]=i(e))}function r(e,t,n){t=o(t),e.style[t]=n}return function(e,t){var n,i,o=arguments;if(2==o.length)for(n in t)void 0!==(i=t[n])&&t.hasOwnProperty(n)&&r(e,n,i);else r(e,o[1],o[2])}}();function s(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function u(e,t){var n=p(e),i=n+t;s(n,t)||(e.className=i.substring(1))}function c(e,t){var n,i=p(e);s(e,t)&&(n=i.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function h(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(o="function"==typeof i?i.call(t,n,t,e):i)||(e.exports=o)},2504:function(e,t,n){"use strict";var i=n(2265);function o(){}function r(){}r.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,r,a){if(a!==i){var d=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw d.name="Invariant Violation",d}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:o};return n.PropTypes=n,n}},3698:function(e,t,n){e.exports=n(2504)()},2265:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},7491:function(e){var t="undefined"!=typeof Element,n="function"==typeof Map,i="function"==typeof Set,o="function"==typeof ArrayBuffer&&!!ArrayBuffer.isView;function r(e,a){if(e===a)return!0;if(e&&a&&"object"==typeof e&&"object"==typeof a){if(e.constructor!==a.constructor)return!1;var d,l,s,u;if(Array.isArray(e)){if((d=e.length)!=a.length)return!1;for(l=d;0!=l--;)if(!r(e[l],a[l]))return!1;return!0}if(n&&e instanceof Map&&a instanceof Map){if(e.size!==a.size)return!1;for(u=e.entries();!(l=u.next()).done;)if(!a.has(l.value[0]))return!1;for(u=e.entries();!(l=u.next()).done;)if(!r(l.value[1],a.get(l.value[0])))return!1;return!0}if(i&&e instanceof Set&&a instanceof Set){if(e.size!==a.size)return!1;for(u=e.entries();!(l=u.next()).done;)if(!a.has(l.value[0]))return!1;return!0}if(o&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(a)){if((d=e.length)!=a.length)return!1;for(l=d;0!=l--;)if(e[l]!==a[l])return!1;return!0}if(e.constructor===RegExp)return e.source===a.source&&e.flags===a.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===a.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===a.toString();if((d=(s=Object.keys(e)).length)!==Object.keys(a).length)return!1;for(l=d;0!=l--;)if(!Object.prototype.hasOwnProperty.call(a,s[l]))return!1;if(t&&e instanceof Element)return!1;for(l=d;0!=l--;)if(("_owner"!==s[l]&&"__v"!==s[l]&&"__o"!==s[l]||!e.$$typeof)&&!r(e[s[l]],a[s[l]]))return!1;return!0}return e!=e&&a!=a}e.exports=function(e,t){try{return r(e,t)}catch(n){if((n.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw n}}},5022:function(e,t,n){"use strict";n.d(t,{B6:function(){return G},ql:function(){return J}});var i=n(2363),o=n(3698),r=n.n(o),a=n(7491),d=n.n(a),l=n(4546),s=n.n(l),u=n(5241),c=n.n(u);function p(){return p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},p.apply(this,arguments)}function h(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,m(e,t)}function m(e,t){return m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},m(e,t)}function f(e,t){if(null==e)return{};var n,i,o={},r=Object.keys(e);for(i=0;i<r.length;i++)t.indexOf(n=r[i])>=0||(o[n]=e[n]);return o}var g={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},b={rel:["amphtml","canonical","alternate"]},y={type:["application/ld+json"]},x={charset:"",name:["robots","description"],property:["og:type","og:title","og:url","og:image","og:image:alt","og:description","twitter:url","twitter:title","twitter:description","twitter:image","twitter:image:alt","twitter:card","twitter:site"]},v=Object.keys(g).map((function(e){return g[e]})),k={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},w=Object.keys(k).reduce((function(e,t){return e[k[t]]=t,e}),{}),P=function(e,t){for(var n=e.length-1;n>=0;n-=1){var i=e[n];if(Object.prototype.hasOwnProperty.call(i,t))return i[t]}return null},T=function(e){var t=P(e,g.TITLE),n=P(e,"titleTemplate");if(Array.isArray(t)&&(t=t.join("")),n&&t)return n.replace(/%s/g,(function(){return t}));var i=P(e,"defaultTitle");return t||i||void 0},E=function(e){return P(e,"onChangeClientState")||function(){}},z=function(e,t){return t.filter((function(t){return void 0!==t[e]})).map((function(t){return t[e]})).reduce((function(e,t){return p({},e,t)}),{})},j=function(e,t){return t.filter((function(e){return void 0!==e[g.BASE]})).map((function(e){return e[g.BASE]})).reverse().reduce((function(t,n){if(!t.length)for(var i=Object.keys(n),o=0;o<i.length;o+=1){var r=i[o].toLowerCase();if(-1!==e.indexOf(r)&&n[r])return t.concat(n)}return t}),[])},S=function(e,t,n){var i={};return n.filter((function(t){return!!Array.isArray(t[e])||(void 0!==t[e]&&console&&"function"==typeof console.warn&&console.warn("Helmet: "+e+' should be of type "Array". Instead found type "'+typeof t[e]+'"'),!1)})).map((function(t){return t[e]})).reverse().reduce((function(e,n){var o={};n.filter((function(e){for(var n,r=Object.keys(e),a=0;a<r.length;a+=1){var d=r[a],l=d.toLowerCase();-1===t.indexOf(l)||"rel"===n&&"canonical"===e[n].toLowerCase()||"rel"===l&&"stylesheet"===e[l].toLowerCase()||(n=l),-1===t.indexOf(d)||"innerHTML"!==d&&"cssText"!==d&&"itemprop"!==d||(n=d)}if(!n||!e[n])return!1;var s=e[n].toLowerCase();return i[n]||(i[n]={}),o[n]||(o[n]={}),!i[n][s]&&(o[n][s]=!0,!0)})).reverse().forEach((function(t){return e.push(t)}));for(var r=Object.keys(o),a=0;a<r.length;a+=1){var d=r[a],l=p({},i[d],o[d]);i[d]=l}return e}),[]).reverse()},C=function(e,t){if(Array.isArray(e)&&e.length)for(var n=0;n<e.length;n+=1)if(e[n][t])return!0;return!1},A=function(e){return Array.isArray(e)?e.join(""):e},O=function(e,t){return Array.isArray(e)?e.reduce((function(e,n){return function(e,t){for(var n=Object.keys(e),i=0;i<n.length;i+=1)if(t[n[i]]&&t[n[i]].includes(e[n[i]]))return!0;return!1}(n,t)?e.priority.push(n):e.default.push(n),e}),{priority:[],default:[]}):{default:e}},I=function(e,t){var n;return p({},e,((n={})[t]=void 0,n))},L=[g.NOSCRIPT,g.SCRIPT,g.STYLE],U=function(e,t){return void 0===t&&(t=!0),!1===t?String(e):String(e).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},M=function(e){return Object.keys(e).reduce((function(t,n){var i=void 0!==e[n]?n+'="'+e[n]+'"':""+n;return t?t+" "+i:i}),"")},D=function(e,t){return void 0===t&&(t={}),Object.keys(e).reduce((function(t,n){return t[k[n]||n]=e[n],t}),t)},R=function(e,t){return t.map((function(t,n){var o,r=((o={key:n})["data-rh"]=!0,o);return Object.keys(t).forEach((function(e){var n=k[e]||e;"innerHTML"===n||"cssText"===n?r.dangerouslySetInnerHTML={__html:t.innerHTML||t.cssText}:r[n]=t[e]})),i.createElement(e,r)}))},H=function(e,t,n){switch(e){case g.TITLE:return{toComponent:function(){return n=t.titleAttributes,(o={key:e=t.title})["data-rh"]=!0,r=D(n,o),[i.createElement(g.TITLE,r,e)];var e,n,o,r},toString:function(){return function(e,t,n,i){var o=M(n),r=A(t);return o?"<"+e+' data-rh="true" '+o+">"+U(r,i)+"</"+e+">":"<"+e+' data-rh="true">'+U(r,i)+"</"+e+">"}(e,t.title,t.titleAttributes,n)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return D(t)},toString:function(){return M(t)}};default:return{toComponent:function(){return R(e,t)},toString:function(){return function(e,t,n){return t.reduce((function(t,i){var o=Object.keys(i).filter((function(e){return!("innerHTML"===e||"cssText"===e)})).reduce((function(e,t){var o=void 0===i[t]?t:t+'="'+U(i[t],n)+'"';return e?e+" "+o:o}),""),r=i.innerHTML||i.cssText||"",a=-1===L.indexOf(e);return t+"<"+e+' data-rh="true" '+o+(a?"/>":">"+r+"</"+e+">")}),"")}(e,t,n)}}}},N=function(e){var t=e.baseTag,n=e.bodyAttributes,i=e.encode,o=e.htmlAttributes,r=e.noscriptTags,a=e.styleTags,d=e.title,l=void 0===d?"":d,s=e.titleAttributes,u=e.linkTags,c=e.metaTags,p=e.scriptTags,h={toComponent:function(){},toString:function(){return""}};if(e.prioritizeSeoTags){var m=function(e){var t=e.linkTags,n=e.scriptTags,i=e.encode,o=O(e.metaTags,x),r=O(t,b),a=O(n,y);return{priorityMethods:{toComponent:function(){return[].concat(R(g.META,o.priority),R(g.LINK,r.priority),R(g.SCRIPT,a.priority))},toString:function(){return H(g.META,o.priority,i)+" "+H(g.LINK,r.priority,i)+" "+H(g.SCRIPT,a.priority,i)}},metaTags:o.default,linkTags:r.default,scriptTags:a.default}}(e);h=m.priorityMethods,u=m.linkTags,c=m.metaTags,p=m.scriptTags}return{priority:h,base:H(g.BASE,t,i),bodyAttributes:H("bodyAttributes",n,i),htmlAttributes:H("htmlAttributes",o,i),link:H(g.LINK,u,i),meta:H(g.META,c,i),noscript:H(g.NOSCRIPT,r,i),script:H(g.SCRIPT,p,i),style:H(g.STYLE,a,i),title:H(g.TITLE,{title:l,titleAttributes:s},i)}},B=[],_=function(e,t){var n=this;void 0===t&&(t="undefined"!=typeof document),this.instances=[],this.value={setHelmet:function(e){n.context.helmet=e},helmetInstances:{get:function(){return n.canUseDOM?B:n.instances},add:function(e){(n.canUseDOM?B:n.instances).push(e)},remove:function(e){var t=(n.canUseDOM?B:n.instances).indexOf(e);(n.canUseDOM?B:n.instances).splice(t,1)}}},this.context=e,this.canUseDOM=t,t||(e.helmet=N({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},F=i.createContext({}),W=r().shape({setHelmet:r().func,helmetInstances:r().shape({get:r().func,add:r().func,remove:r().func})}),q="undefined"!=typeof document,G=function(e){function t(n){var i;return(i=e.call(this,n)||this).helmetData=new _(i.props.context,t.canUseDOM),i}return h(t,e),t.prototype.render=function(){return i.createElement(F.Provider,{value:this.helmetData.value},this.props.children)},t}(i.Component);G.canUseDOM=q,G.propTypes={context:r().shape({helmet:r().shape()}),children:r().node.isRequired},G.defaultProps={context:{}},G.displayName="HelmetProvider";var $=function(e,t){var n,i=document.head||document.querySelector(g.HEAD),o=i.querySelectorAll(e+"[data-rh]"),r=[].slice.call(o),a=[];return t&&t.length&&t.forEach((function(t){var i=document.createElement(e);for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&("innerHTML"===o?i.innerHTML=t.innerHTML:"cssText"===o?i.styleSheet?i.styleSheet.cssText=t.cssText:i.appendChild(document.createTextNode(t.cssText)):i.setAttribute(o,void 0===t[o]?"":t[o]));i.setAttribute("data-rh","true"),r.some((function(e,t){return n=t,i.isEqualNode(e)}))?r.splice(n,1):a.push(i)})),r.forEach((function(e){return e.parentNode.removeChild(e)})),a.forEach((function(e){return i.appendChild(e)})),{oldTags:r,newTags:a}},Y=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var i=n.getAttribute("data-rh"),o=i?i.split(","):[],r=[].concat(o),a=Object.keys(t),d=0;d<a.length;d+=1){var l=a[d],s=t[l]||"";n.getAttribute(l)!==s&&n.setAttribute(l,s),-1===o.indexOf(l)&&o.push(l);var u=r.indexOf(l);-1!==u&&r.splice(u,1)}for(var c=r.length-1;c>=0;c-=1)n.removeAttribute(r[c]);o.length===r.length?n.removeAttribute("data-rh"):n.getAttribute("data-rh")!==a.join(",")&&n.setAttribute("data-rh",a.join(","))}},V=function(e,t){var n=e.baseTag,i=e.htmlAttributes,o=e.linkTags,r=e.metaTags,a=e.noscriptTags,d=e.onChangeClientState,l=e.scriptTags,s=e.styleTags,u=e.title,c=e.titleAttributes;Y(g.BODY,e.bodyAttributes),Y(g.HTML,i),function(e,t){void 0!==e&&document.title!==e&&(document.title=A(e)),Y(g.TITLE,t)}(u,c);var p={baseTag:$(g.BASE,n),linkTags:$(g.LINK,o),metaTags:$(g.META,r),noscriptTags:$(g.NOSCRIPT,a),scriptTags:$(g.SCRIPT,l),styleTags:$(g.STYLE,s)},h={},m={};Object.keys(p).forEach((function(e){var t=p[e],n=t.newTags,i=t.oldTags;n.length&&(h[e]=n),i.length&&(m[e]=p[e].oldTags)})),t&&t(),d(e,h,m)},K=null,Z=function(e){function t(){for(var t,n=arguments.length,i=new Array(n),o=0;o<n;o++)i[o]=arguments[o];return(t=e.call.apply(e,[this].concat(i))||this).rendered=!1,t}h(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return!c()(e,this.props)},n.componentDidUpdate=function(){this.emitChange()},n.componentWillUnmount=function(){this.props.context.helmetInstances.remove(this),this.emitChange()},n.emitChange=function(){var e,t,n=this.props.context,i=n.setHelmet,o=null,r=(e=n.helmetInstances.get().map((function(e){var t=p({},e.props);return delete t.context,t})),{baseTag:j(["href"],e),bodyAttributes:z("bodyAttributes",e),defer:P(e,"defer"),encode:P(e,"encodeSpecialCharacters"),htmlAttributes:z("htmlAttributes",e),linkTags:S(g.LINK,["rel","href"],e),metaTags:S(g.META,["name","charset","http-equiv","property","itemprop"],e),noscriptTags:S(g.NOSCRIPT,["innerHTML"],e),onChangeClientState:E(e),scriptTags:S(g.SCRIPT,["src","innerHTML"],e),styleTags:S(g.STYLE,["cssText"],e),title:T(e),titleAttributes:z("titleAttributes",e),prioritizeSeoTags:C(e,"prioritizeSeoTags")});G.canUseDOM?(t=r,K&&cancelAnimationFrame(K),t.defer?K=requestAnimationFrame((function(){V(t,(function(){K=null}))})):(V(t),K=null)):N&&(o=N(r)),i(o)},n.init=function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())},n.render=function(){return this.init(),null},t}(i.Component);Z.propTypes={context:W.isRequired},Z.displayName="HelmetDispatcher";var Q=["children"],X=["children"],J=function(e){function t(){return e.apply(this,arguments)||this}h(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return!d()(I(this.props,"helmetData"),I(e,"helmetData"))},n.mapNestedChildrenToProps=function(e,t){if(!t)return null;switch(e.type){case g.SCRIPT:case g.NOSCRIPT:return{innerHTML:t};case g.STYLE:return{cssText:t};default:throw new Error("<"+e.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")}},n.flattenArrayTypeChildren=function(e){var t,n=e.child,i=e.arrayTypeChildren;return p({},i,((t={})[n.type]=[].concat(i[n.type]||[],[p({},e.newChildProps,this.mapNestedChildrenToProps(n,e.nestedChildren))]),t))},n.mapObjectTypeChildren=function(e){var t,n,i=e.child,o=e.newProps,r=e.newChildProps,a=e.nestedChildren;switch(i.type){case g.TITLE:return p({},o,((t={})[i.type]=a,t.titleAttributes=p({},r),t));case g.BODY:return p({},o,{bodyAttributes:p({},r)});case g.HTML:return p({},o,{htmlAttributes:p({},r)});default:return p({},o,((n={})[i.type]=p({},r),n))}},n.mapArrayTypeChildrenToProps=function(e,t){var n=p({},t);return Object.keys(e).forEach((function(t){var i;n=p({},n,((i={})[t]=e[t],i))})),n},n.warnOnInvalidChildren=function(e,t){return s()(v.some((function(t){return e.type===t})),"function"==typeof e.type?"You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.":"Only elements types "+v.join(", ")+" are allowed. Helmet does not support rendering <"+e.type+"> elements. Refer to our API for more information."),s()(!t||"string"==typeof t||Array.isArray(t)&&!t.some((function(e){return"string"!=typeof e})),"Helmet expects a string as a child of <"+e.type+">. Did you forget to wrap your children in braces? ( <"+e.type+">{``}</"+e.type+"> ) Refer to our API for more information."),!0},n.mapChildrenToProps=function(e,t){var n=this,o={};return i.Children.forEach(e,(function(e){if(e&&e.props){var i=e.props,r=i.children,a=f(i,Q),d=Object.keys(a).reduce((function(e,t){return e[w[t]||t]=a[t],e}),{}),l=e.type;switch("symbol"==typeof l?l=l.toString():n.warnOnInvalidChildren(e,r),l){case g.FRAGMENT:t=n.mapChildrenToProps(r,t);break;case g.LINK:case g.META:case g.NOSCRIPT:case g.SCRIPT:case g.STYLE:o=n.flattenArrayTypeChildren({child:e,arrayTypeChildren:o,newChildProps:d,nestedChildren:r});break;default:t=n.mapObjectTypeChildren({child:e,newProps:t,newChildProps:d,nestedChildren:r})}}})),this.mapArrayTypeChildrenToProps(o,t)},n.render=function(){var e=this.props,t=e.children,n=f(e,X),o=p({},n),r=n.helmetData;return t&&(o=this.mapChildrenToProps(t,o)),!r||r instanceof _||(r=new _(r.context,r.instances)),r?i.createElement(Z,p({},o,{context:r.value,helmetData:void 0})):i.createElement(F.Consumer,null,(function(e){return i.createElement(Z,p({},o,{context:e}))}))},t}(i.Component);J.propTypes={base:r().object,bodyAttributes:r().object,children:r().oneOfType([r().arrayOf(r().node),r().node]),defaultTitle:r().string,defer:r().bool,encodeSpecialCharacters:r().bool,htmlAttributes:r().object,link:r().arrayOf(r().object),meta:r().arrayOf(r().object),noscript:r().arrayOf(r().object),onChangeClientState:r().func,script:r().arrayOf(r().object),style:r().arrayOf(r().object),title:r().string,titleAttributes:r().object,titleTemplate:r().string,prioritizeSeoTags:r().bool,helmetData:r().object},J.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},J.displayName="Helmet"},2897:function(e,t,n){"use strict";t.kz=void 0;var i=n(2363);function o(e){var t,n,o=(0,i.lazy)(e),r=(0,i.forwardRef)((function(e,n){var r=(0,i.useRef)(null!=t?t:o);return(0,i.createElement)(r.current,Object.assign(n?{ref:n}:{},e))}));return r.preload=function(){return n||(n=e().then((function(e){return t=e.default}))),n},r}t.kz=o},4065:function(e,t){"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0<n;){var i=n-1>>>1,o=e[i];if(!(0<r(o,t)))break e;e[i]=t,e[n]=o,n=i}}function i(e){return 0===e.length?null:e[0]}function o(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var i=0,o=e.length,a=o>>>1;i<a;){var d=2*(i+1)-1,l=e[d],s=d+1,u=e[s];if(0>r(l,n))s<o&&0>r(u,l)?(e[i]=u,e[s]=n,i=s):(e[i]=l,e[d]=n,i=d);else{if(!(s<o&&0>r(u,n)))break e;e[i]=u,e[s]=n,i=s}}}return t}function r(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"==typeof performance&&"function"==typeof performance.now){var a=performance;t.unstable_now=function(){return a.now()}}else{var d=Date,l=d.now();t.unstable_now=function(){return d.now()-l}}var s=[],u=[],c=1,p=null,h=3,m=!1,f=!1,g=!1,b="function"==typeof setTimeout?setTimeout:null,y="function"==typeof clearTimeout?clearTimeout:null,x="undefined"!=typeof setImmediate?setImmediate:null;function v(e){for(var t=i(u);null!==t;){if(null===t.callback)o(u);else{if(!(t.startTime<=e))break;o(u),t.sortIndex=t.expirationTime,n(s,t)}t=i(u)}}function k(e){if(g=!1,v(e),!f)if(null!==i(s))f=!0,L(w);else{var t=i(u);null!==t&&U(k,t.startTime-e)}}function w(e,n){f=!1,g&&(g=!1,y(z),z=-1),m=!0;var r=h;try{for(v(n),p=i(s);null!==p&&(!(p.expirationTime>n)||e&&!C());){var a=p.callback;if("function"==typeof a){p.callback=null,h=p.priorityLevel;var d=a(p.expirationTime<=n);n=t.unstable_now(),"function"==typeof d?p.callback=d:p===i(s)&&o(s),v(n)}else o(s);p=i(s)}if(null!==p)var l=!0;else{var c=i(u);null!==c&&U(k,c.startTime-n),l=!1}return l}finally{p=null,h=r,m=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var P,T=!1,E=null,z=-1,j=5,S=-1;function C(){return!(t.unstable_now()-S<j)}function A(){if(null!==E){var e=t.unstable_now();S=e;var n=!0;try{n=E(!0,e)}finally{n?P():(T=!1,E=null)}}else T=!1}if("function"==typeof x)P=function(){x(A)};else if("undefined"!=typeof MessageChannel){var O=new MessageChannel,I=O.port2;O.port1.onmessage=A,P=function(){I.postMessage(null)}}else P=function(){b(A,0)};function L(e){E=e,T||(T=!0,P())}function U(e,n){z=b((function(){e(t.unstable_now())}),n)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){f||m||(f=!0,L(w))},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):j=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return h},t.unstable_getFirstCallbackNode=function(){return i(s)},t.unstable_next=function(e){switch(h){case 1:case 2:case 3:var t=3;break;default:t=h}var n=h;h=t;try{return e()}finally{h=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=h;h=e;try{return t()}finally{h=n}},t.unstable_scheduleCallback=function(e,o,r){var a=t.unstable_now();switch("object"==typeof r&&null!==r?r="number"==typeof(r=r.delay)&&0<r?a+r:a:r=a,e){case 1:var d=-1;break;case 2:d=250;break;case 5:d=1073741823;break;case 4:d=1e4;break;default:d=5e3}return e={id:c++,callback:o,priorityLevel:e,startTime:r,expirationTime:d=r+d,sortIndex:-1},r>a?(e.sortIndex=r,n(u,e),null===i(s)&&e===i(u)&&(g?(y(z),z=-1):g=!0,U(k,r-a))):(e.sortIndex=d,n(s,e),f||m||(f=!0,L(w))),e},t.unstable_shouldYield=C,t.unstable_wrapCallback=function(e){var t=h;return function(){var n=h;h=t;try{return e.apply(this,arguments)}finally{h=n}}}},9031:function(e,t,n){"use strict";e.exports=n(4065)},5241:function(e){e.exports=function(e,t,n,i){var o=n?n.call(i,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var r=Object.keys(e),a=Object.keys(t);if(r.length!==a.length)return!1;for(var d=Object.prototype.hasOwnProperty.bind(t),l=0;l<r.length;l++){var s=r[l];if(!d(s))return!1;var u=e[s],c=t[s];if(!1===(o=n?n.call(i,u,c,s):void 0)||void 0===o&&u!==c)return!1}return!0}},8456:function(e){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],i=0;i<e.rangeCount;i++)n.push(e.getRangeAt(i));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},8541:function(e,t){"use strict";t.Z="c9c50254"},6677:function(e,t){"use strict";t.Z={title:"Module Tools",description:"",icon:"https://lf3-static.bytednsdoc.com/obj/eden-cn/zq-uylkvT/ljhwZthlaukjlkulzlp/logo-1x-0104.png",themeConfig:{footer:{message:"Copyright \xa9 2023 ByteDance."},socialLinks:[{icon:"github",mode:"link",content:"https://github.com/web-infra-dev/modern.js/tree/main/packages/solutions/module-tools"}],locales:[{lang:"zh",label:"\u7b80\u4f53\u4e2d\u6587",nav:[{text:"\u6307\u5357",link:"/guide/intro/welcome",activeMatch:"^/guide/"},{text:"API",link:"/api/",activeMatch:"^/api/"},{text:"\u63d2\u4ef6",link:"/plugins/guide/getting-started",activeMatch:"^/plugins/"},{text:"v2.7.0",items:[{text:"\u66f4\u65b0\u65e5\u5fd7",link:"https://github.com/web-infra-dev/modern.js/tree/main/packages/solutions/module-tools/CHANGELOG.md"},{text:"\u8d21\u732e\u6307\u5357",link:"https://github.com/web-infra-dev/modern.js/tree/main/packages/solutions/module-tools/CHANGELOG.md"}]}],title:"Module Tools",outlineTitle:"\u76ee\u5f55",prevPageText:"\u4e0a\u4e00\u9875",nextPageText:"\u4e0b\u4e00\u9875",description:"\u6a21\u5757\u5de5\u7a0b\u89e3\u51b3\u65b9\u6848",sidebar:{"/api/":[{text:"\u6982\u89c8",link:"/module-tools/api/"},{text:"\u914d\u7f6e\u9879",collapsed:!1,collapsible:!0,items:[{text:"BuildConfig",link:"/module-tools/api/config/build-config"},{text:"BuildPreset",link:"/module-tools/api/config/build-preset"},{text:"DesignSystem",link:"/module-tools/api/config/design-system"},{text:"Plugins",link:"/module-tools/api/config/plugins"},{text:"Testing",link:"/module-tools/api/config/testing"}]},{text:"Plugin API",collapsed:!1,collapsible:!0,items:[{text:"Plugin Hooks",link:"/module-tools/api/plugin-api/plugin-hooks"}]}],"/guide/":[{text:"\u4ecb\u7ecd",collapsed:!1,collapsible:!0,items:[{text:"\u6b22\u8fce\u4f7f\u7528",link:"/module-tools/guide/intro/welcome"},{text:"\u4e3a\u4ec0\u4e48\u9700\u8981\u6a21\u5757\u5de5\u7a0b\u89e3\u51b3\u65b9\u6848",link:"/module-tools/guide/intro/why-module-engineering-solution"},{text:"\u5feb\u901f\u5f00\u59cb",link:"/module-tools/guide/intro/getting-started"}]},{text:"\u57fa\u7840\u4f7f\u7528",collapsed:!1,collapsible:!0,items:[{text:"\u5f00\u59cb\u4e4b\u524d",link:"/module-tools/guide/basic/before-getting-started"},{text:"\u547d\u4ee4\u9884\u89c8",link:"/module-tools/guide/basic/command-preview"},{text:"\u4fee\u6539\u8f93\u51fa\u4ea7\u7269",link:"/module-tools/guide/basic/modify-output-product"},{text:"\u4f7f\u7528\u5fae\u751f\u6210\u5668",link:"/module-tools/guide/basic/use-micro-generator"},{text:"\u4f7f\u7528 Storybook",link:"/module-tools/guide/basic/using-storybook"},{text:"\u6d4b\u8bd5\u9879\u76ee",link:"/module-tools/guide/basic/test-your-project"},{text:"\u7248\u672c\u7ba1\u7406\u4e0e\u53d1\u5e03",link:"/module-tools/guide/basic/publish-your-project"}]},{text:"\u8fdb\u9636\u6307\u5357",collapsed:!1,collapsible:!0,items:[{text:"\u6df1\u5165\u7406\u89e3\u6784\u5efa",link:"/module-tools/guide/advance/in-depth-about-build"},{text:"\u6df1\u5165\u7406\u89e3 dev \u547d\u4ee4",link:"/module-tools/guide/advance/in-depth-about-dev-command"},{text:"\u4f7f\u7528 Copy \u5de5\u5177",link:"/module-tools/guide/advance/copy"},{text:"\u5982\u4f55\u5904\u7406\u7b2c\u4e09\u65b9\u4f9d\u8d56",link:"/module-tools/guide/advance/external-dependency"},{text:"\u6784\u5efa umd \u4ea7\u7269",link:"/module-tools/guide/advance/build-umd"},{text:"\u4e3b\u9898\u914d\u7f6e",link:"/module-tools/guide/advance/theme-config"},{text:"\u5904\u7406\u9759\u6001\u8d44\u6e90\u6587\u4ef6",link:"/module-tools/guide/advance/asset"}]},{text:"\u6700\u4f73\u5b9e\u8df5",collapsed:!1,collapsible:!0,items:[{text:"\u5f00\u53d1\u7ec4\u4ef6",link:"/module-tools/guide/best-practices/components"}]}],"/plugins/":[{text:"\u6307\u5357",collapsed:!1,collapsible:!0,items:[{text:"\u5feb\u901f\u5f00\u59cb",link:"/module-tools/plugins/guide/getting-started"},{text:"\u63d2\u4ef6\u5bf9\u8c61",link:"/module-tools/plugins/guide/plugin-object"},{text:"Setup \u51fd\u6570",link:"/module-tools/plugins/guide/setup-function"}]},{text:"\u63d2\u4ef6\u5217\u8868",collapsed:!1,collapsible:!0,items:[{text:"\u603b\u89c8",link:"/module-tools/plugins/official-list/overview"},{text:"Banner \u63d2\u4ef6",link:"/module-tools/plugins/official-list/plugin-banner"},{text:"Import \u63d2\u4ef6",link:"/module-tools/plugins/official-list/plugin-import"}]}]}},{lang:"en",label:"English",nav:[{text:"Guide",link:"/en/guide/intro/welcome",activeMatch:"^/guide/"},{text:"API",link:"/en/api/",activeMatch:"^/api/"},{text:"Plugins",link:"/en/plugins/guide/getting-started",activeMatch:"^/plugins/"},{text:"v2.7.0",items:[{text:"Changelog",link:"https://github.com/web-infra-dev/modern.js/tree/main/packages/solutions/module-tools/CHANGELOG.md"},{text:"Contributing",link:"https://github.com/web-infra-dev/modern.js/tree/main/packages/solutions/module-tools/CHANGELOG.md"}]}],title:"Module Tools",description:"Module Engineering Solutions",sidebar:{"/en/api/":[{text:"Config",collapsed:!1,collapsible:!0,items:[{text:"BuildConfig",link:"/module-tools/en/api/config/build-config"},{text:"BuildPreset",link:"/module-tools/en/api/config/build-preset"},{text:"DesignSystem",link:"/module-tools/en/api/config/design-system"},{text:"Plugins",link:"/module-tools/en/api/config/plugins"},{text:"Testing",link:"/module-tools/en/api/config/testing"}]},{text:"Plugin API",collapsed:!1,collapsible:!0,items:[{text:"Plugin Hooks",link:"/module-tools/en/api/plugin-api/plugin-hooks"}]},{text:"Overview",link:"/module-tools/en/api/"}],"/en/guide/":[{text:"Introduction",collapsed:!1,collapsible:!0,items:[{text:"Welcome to Module Tools",link:"/module-tools/en/guide/intro/welcome"},{text:"Why module project solution",link:"/module-tools/en/guide/intro/why-module-engineering-solution"},{text:"Quick Start",link:"/module-tools/en/guide/intro/getting-started"}]},{text:"Basic Guide",collapsed:!1,collapsible:!0,items:[{text:"Before you start",link:"/module-tools/en/guide/basic/before-getting-started"},{text:"Command Preview",link:"/module-tools/en/guide/basic/command-preview"},{text:"modify-output-product",link:"/module-tools/en/guide/basic/modify-output-product"},{text:"Using the Microgenerator",link:"/module-tools/en/guide/basic/use-micro-generator"},{text:"Using Storybook",link:"/module-tools/en/guide/basic/using-storybook"},{text:"Testing Projects",link:"/module-tools/en/guide/basic/test-your-project"},{text:"Versioning and Publishing",link:"/module-tools/en/guide/basic/publish-your-project"}]},{text:"Advanced Guide",collapsed:!1,collapsible:!0,items:[{text:"In-depth understanding of build",link:"/module-tools/en/guide/advance/in-depth-about-build"},{text:"In-depth understanding of the dev command",link:"/module-tools/en/guide/advance/in-depth-about-dev-command"},{text:"Use the Copy Tools",link:"/module-tools/en/guide/advance/copy"},{text:"How to handle third-party dependencies",link:"/module-tools/en/guide/advance/external-dependency"},{text:"Build umd products",link:"/module-tools/en/guide/advance/build-umd"},{text:"Handle static resource files",link:"/module-tools/en/guide/advance/asset"},{text:"Theme Configuration",link:"/module-tools/en/guide/advance/theme-config"}]},{text:"Best practices",collapsed:!1,collapsible:!0,items:[{text:"Developing Components",link:"/module-tools/en/guide/best-practices/components"}]}],"/en/plugins/":[{text:"Guide",collapsed:!1,collapsible:!0,items:[{text:"Quick Start",link:"/module-tools/en/plugins/guide/getting-started"},{text:"Plugin Object",link:"/module-tools/en/plugins/guide/plugin-object"},{text:"Setup function",link:"/module-tools/en/plugins/guide/setup-function"}]},{text:"Plugins List",collapsed:!1,collapsible:!0,items:[{text:"Overview",link:"/module-tools/en/plugins/official-list/overview"},{text:"Banner Plugin",link:"/module-tools/en/plugins/official-list/plugin-banner"},{text:"Import Plugin",link:"/module-tools/en/plugins/official-list/plugin-import"}]}]}}]},base:"/module-tools/",root:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs",lang:"zh",logo:"",search:{mode:"local"},pages:[{routePath:"/module-tools/en/api/config/build-config",toc:[{id:"alias",text:"alias",depth:2},{id:"asset",text:"asset",depth:2},{id:"path",text:"path",depth:3},{id:"limit",text:"limit",depth:3},{id:"publicpath",text:"publicPath",depth:3},{id:"svgr",text:"svgr",depth:3},{id:"include",text:"include",depth:4},{id:"exclude",text:"exclude",depth:4},{id:"autoexternal",text:"autoExternal",depth:2},{id:"dependencies",text:"dependencies",depth:3},{id:"peerdependencies",text:"peerDependencies",depth:3},{id:"buildtype",text:"buildType",depth:2},{id:"copy",text:"copy",depth:2},{id:"define",text:"define",depth:2},{id:"dts",text:"dts",depth:2},{id:"tsconfigpath",text:"tsconfigPath",depth:3},{id:"distpath",text:"distPath",depth:3},{id:"only",text:"only",depth:3},{id:"externals",text:"externals",depth:2},{id:"format",text:"format",depth:2},{id:"input",text:"input",depth:2},{id:"jsx",text:"jsx",depth:2},{id:"metafile",text:"metafile",depth:2},{id:"minify",text:"minify",depth:2},{id:"outdir",text:"outDir",depth:2},{id:"platform",text:"platform",depth:2},{id:"sideeffects",text:"sideEffects",depth:2},{id:"sourcedir",text:"sourceDir",depth:2},{id:"sourcemap",text:"sourceMap",depth:2},{id:"splitting",text:"splitting",depth:2},{id:"style",text:"style",depth:2},{id:"less",text:"less",depth:3},{id:"lessoptions",text:"lessOptions",depth:4},{id:"additionaldata",text:"additionalData",depth:4},{id:"implementation",text:"implementation",depth:4},{id:"sass",text:"sass",depth:3},{id:"sassoptions",text:"sassOptions",depth:4},{id:"additionaldata-1",text:"additionalData",depth:4},{id:"implementation-1",text:"implementation",depth:4},{id:"postcss",text:"postcss",depth:3},{id:"inject",text:"inject",depth:3},{id:"automodules",text:"autoModules",depth:3},{id:"modules",text:"modules",depth:3},{id:"tailwindcss",text:"tailwindcss",depth:3},{id:"target",text:"target",depth:2},{id:"umdglobals",text:"umdGlobals",depth:2},{id:"umdmodulename",text:"umdModuleName",depth:2}]},{routePath:"/module-tools/en/api/config/build-preset",toc:[{id:"string",text:"string",depth:2},{id:"npm-library",text:"``npm-library'`",depth:3},{id:"npm-library-with-umd",text:"npm-library-with-umd'",depth:3},{id:"npm-component",text:"'npm-component'",depth:3},{id:"npm-component-with-umd",text:"'npm-component-with-umd'",depth:3},{id:"about-the-ecmascript-versions-supported-by-the-presets-and-es5-esnext",text:"About the ECMAScript versions supported by the presets and {es5.... .esnext}",depth:3},{id:"function",text:"Function",depth:2},{id:"function-parameters",text:"Function Parameters",depth:3},{id:"preset",text:"preset",depth:4},{id:"extendpreset",text:"extendPreset",depth:4}]},{routePath:"/module-tools/en/api/config/design-system",toc:[{id:"screens",text:"Screens",depth:2},{id:"max-width-breakpoints",text:"Max-width breakpoints",depth:3},{id:"multiple-range-breakpoints",text:"Multiple range breakpoints",depth:3},{id:"custom-media-queries",text:"Custom media queries",depth:3},{id:"print-styles",text:"Print styles",depth:3},{id:"dark-mode",text:"Dark Mode",depth:3},{id:"colors",text:"Colors",depth:2},{id:"spacing",text:"Spacing",depth:2},{id:"core-plugins",text:"Core plugins",depth:2},{id:"customizing-the-default-configuration",text:"Customizing the default configuration",depth:2},{id:"override-the-default-configuration",text:"Override the default configuration",depth:3},{id:"extending-the-default-configuration",text:"Extending the default configuration",depth:3},{id:"referencing-other-values",text:"Referencing other values",depth:3},{id:"disabling-the-entire-core-plugin",text:"Disabling the entire core plugin",depth:3},{id:"adding-your-own-key",text:"Adding your own key",depth:3},{id:"configuration-references",text:"Configuration references",depth:2}]},{routePath:"/module-tools/en/api/config/plugins",toc:[]},{routePath:"/module-tools/en/api/config/testing",toc:[{id:"jest",text:"jest",depth:2},{id:"transformer",text:"transformer",depth:2}]},{routePath:"/module-tools/en/api/",toc:[]},{routePath:"/module-tools/en/api/plugin-api/plugin-hooks",toc:[{id:"build-hooks",text:"build hooks",depth:2},{id:"beforebuild",text:"beforeBuild",depth:3},{id:"beforebuildtask",text:"beforeBuildTask",depth:3},{id:"afterbuildtask",text:"afterBuildTask",depth:3},{id:"afterbuild",text:"afterBuild",depth:3},{id:"buildplatform-hooks",text:"buildPlatform hooks",depth:2},{id:"registerbuildplatform",text:"registerBuildPlatform",depth:3},{id:"beforebuildplatform",text:"beforeBuildPlatform",depth:3},{id:"buildplatform",text:"buildPlatform",depth:3},{id:"afterbuildplatform",text:"afterBuildPlatform",depth:3},{id:"dev-hooks",text:"Dev Hooks",depth:2},{id:"registerdev",text:"registerDev.",depth:3},{id:"beforedev",text:"beforeDev",depth:3},{id:"beforeafterdevmenu",text:"(before|after)DevMenu",depth:3},{id:"beforedevtask",text:"beforeDevTask",depth:3},{id:"afterdev",text:"afterDev",depth:3}]},{routePath:"/module-tools/en/guide/advance/asset",toc:[{id:"default-behavior",text:"Default behavior",depth:2},{id:"setting-cdn-prefix",text:"Setting CDN Prefix",depth:2}]},{routePath:"/module-tools/en/guide/advance/build-umd",toc:[{id:"third-party-dependency-handling-for-umd-products",text:"Third-party dependency handling for umd products",depth:2},{id:"changing-the-name-of-a-global-variable-in-a-project",text:"Changing the name of a global variable in a project",depth:2}]},{routePath:"/module-tools/en/guide/advance/copy",toc:[{id:"understanding-the-copy-api",text:"Understanding the Copy API",depth:2},{id:"api-description",text:"API Description",depth:2},{id:"\u4e0d\u540c\u573a\u666f\u4f7f\u7528\u793a\u4f8b",text:"\u4e0d\u540c\u573a\u666f\u4f7f\u7528\u793a\u4f8b",depth:2},{id:"\u5c06\u6587\u4ef6\u590d\u5236\u6587\u4ef6",text:"\u5c06\u6587\u4ef6\u590d\u5236\u6587\u4ef6",depth:3},{id:"\u5c06\u6587\u4ef6\u590d\u5236\u5230\u76ee\u5f55",text:"\u5c06\u6587\u4ef6\u590d\u5236\u5230\u76ee\u5f55",depth:3},{id:"\u4ece\u76ee\u5f55\u590d\u5236\u5230\u76ee\u5f55",text:"\u4ece\u76ee\u5f55\u590d\u5236\u5230\u76ee\u5f55",depth:3},{id:"\u4ece\u76ee\u5f55\u5230\u6587\u4ef6",text:"\u4ece\u76ee\u5f55\u5230\u6587\u4ef6",depth:3},{id:"\u4f7f\u7528-glob",text:"\u4f7f\u7528 Glob",depth:3}]},{routePath:"/module-tools/en/guide/advance/external-dependency",toc:[{id:"default-handling-of-third-party-dependencies",text:"Default handling of third-party dependencies",depth:2},{id:"turn-off-default-behavior",text:"Turn off default behavior",depth:3},{id:"packaging-third-party-dependencies",text:"Packaging third-party dependencies",depth:2},{id:"exclude-specified-third-party-dependencies",text:"Exclude specified third-party dependencies",depth:3}]},{routePath:"/module-tools/en/guide/advance/in-depth-about-build",toc:[{id:"in-depth-understanding-of-buildconfig",text:"In-depth understanding of buildConfig",depth:2},{id:"bundle-and-bundleless",text:"Bundle and Bundleless",depth:3},{id:"relationship-between-input-and-sourcedir",text:"Relationship between input and sourceDir",depth:3},{id:"object-type-of-input",text:"Object type of input",depth:4},{id:"sourcedir",text:"sourceDir",depth:4},{id:"declaration-type-files",text:"Declaration Type Files",depth:3},{id:"turn-off-type-generation",text:"Turn off type generation",depth:4},{id:"build-type-files",text:"Build type files",depth:4},{id:"alias-conversion",text:"Alias Conversion",depth:4},{id:"some-examples-of-the-use-of-dts",text:"Some examples of the use of dts",depth:4},{id:"buildconfigdefine-usage-for-different-scenarios",text:"buildConfig.define Usage for different scenarios",depth:3},{id:"environment-variable-replacement",text:"Environment variable replacement",depth:4},{id:"global-variable-replacement",text:"Global variable replacement",depth:4},{id:"build-process",text:"Build process",depth:2},{id:"build-errors",text:"Build errors",depth:2}]},{routePath:"/module-tools/en/guide/advance/in-depth-about-dev-command",toc:[{id:"the-overall-flow-of-the-command-run",text:"The overall flow of the command run",depth:2},{id:"extending-the-dev-command",text:"Extending the dev command",depth:2}]},{routePath:"/module-tools/en/guide/advance/theme-config",toc:[{id:"motivation-and-rationale",text:"Motivation and rationale",depth:2},{id:"usage-examples",text:"Usage examples",depth:2},{id:"tailwindcss",text:"tailwindcss",depth:3},{id:"html-class",text:"HTML Class",depth:4},{id:"apply-directives",text:"@apply Directives",depth:4}]},{routePath:"/module-tools/en/guide/basic/before-getting-started",toc:[{id:"environment-preparation",text:"Environment preparation",depth:2},{id:"getting-started-with-npm",text:"Getting Started with npm",depth:2},{id:"npm-package-type-project",text:"npm package type project",depth:2},{id:"using-third-party-npm-packages",text:"Using third-party npm packages",depth:2},{id:"other-npm-bits-and-pieces-to-know",text:"Other npm bits and pieces to know",depth:2},{id:"program-entry-for-npm-packages",text:"Program entry for npm packages",depth:3},{id:"scripts",text:'"scripts"',depth:3},{id:"npm-install",text:"npm install",depth:4},{id:"npm-publish",text:"npm publish",depth:4},{id:"peerdependencies",text:"peerDependencies",depth:3},{id:"npm-package-manager",text:"npm package manager",depth:2},{id:"module-tools-configuration-file",text:"Module Tools configuration file",depth:2}]},{routePath:"/module-tools/en/guide/basic/command-preview",toc:[{id:"modern-build",text:"modern build",depth:2},{id:"modern-new",text:"modern new",depth:2},{id:"modern-dev",text:"modern dev",depth:2},{id:"modern-test",text:"modern test",depth:2},{id:"modern-lint",text:"modern lint",depth:2},{id:"-modern-change",text:"-modern change",depth:2},{id:"modern-pre",text:"modern pre",depth:2},{id:"modern-bump",text:"modern bump",depth:2},{id:"modern-release",text:"modern release",depth:2},{id:"modern-gen-release-note",text:"modern gen-release-note",depth:2},{id:"modern-upgrade",text:"modern upgrade",depth:2}]},{routePath:"/module-tools/en/guide/basic/modify-output-product",toc:[{id:"modify-the-output-product",text:"Modify the output product",depth:2},{id:"default-output-products",text:"Default output products",depth:2},{id:"buildpreset",text:"buildPreset",depth:2},{id:"string-form-of-build-preset",text:"String form of build preset",depth:3},{id:"build-pre-defined-function-forms",text:"Build pre-defined function forms",depth:3},{id:"build-configuration-object",text:"Build configuration (object)",depth:2},{id:"when-to-use-buildconfig",text:"When to use buildConfig",depth:2}]},{routePath:"/module-tools/en/guide/basic/publish-your-project",toc:[{id:"tracking-changes",text:"Tracking changes",depth:2},{id:"version-update",text:"Version update",depth:2},{id:"publish",text:"Publish",depth:2},{id:"pre-releases",text:"Pre-releases",depth:2}]},{routePath:"/module-tools/en/guide/basic/test-your-project",toc:[{id:"prerequisites-and-conventions",text:"Prerequisites and conventions",depth:2},{id:"run-the-tests",text:"Run the tests",depth:2},{id:"usage-configuration",text:"Usage Configuration",depth:2},{id:"test-example",text:"Test example",depth:2},{id:"common-modules",text:"Common modules",depth:3},{id:"components",text:"Components",depth:3}]},{routePath:"/module-tools/en/guide/basic/use-micro-generator",toc:[{id:"test",text:"Test",depth:2},{id:"storybook",text:"Storybook",depth:2},{id:"tailwind-css-support",text:"Tailwind CSS support",depth:2},{id:"modernjs-runtime-api",text:"Modern.js Runtime API",depth:2}]},{routePath:"/module-tools/en/guide/basic/using-storybook",toc:[{id:"debugging-code",text:"Debugging code",depth:2},{id:"referencing-component-products",text:"Referencing component products",depth:3},{id:"referencing-component-source-code",text:"Referencing component source code",depth:3},{id:"configure-storybook",text:"Configure Storybook",depth:2},{id:"building-storybook-products",text:"Building Storybook Products",depth:2}]},{routePath:"/module-tools/en/guide/best-practices/components",toc:[{id:"debugging-code-with-storybook",text:"Debugging code with Storybook",depth:2},{id:"developing-styles",text:"Developing Styles",depth:2},{id:"csspostcss",text:"CSS/PostCSS",depth:3},{id:"less",text:"Less",depth:3},{id:"sassscss",text:"Sass/Scss",depth:3},{id:"tailwind-css",text:"Tailwind CSS",depth:3},{id:"html-class",text:"HTML class",depth:4},{id:"apply",text:"@apply",depth:4},{id:"recommended-method",text:"Recommended method",depth:4},{id:"the-difference-between-bundle-and-bundleless-build-products",text:"The difference between bundle and bundleless build products",depth:4},{id:"css-modules",text:"CSS Modules",depth:3},{id:"configuring-build-products",text:"Configuring build products",depth:2},{id:"testing-components",text:"Testing components",depth:2},{id:"releasing-components",text:"Releasing components",depth:2}]},{routePath:"/module-tools/en/guide/intro/getting-started",toc:[{id:"3-minute-demo",text:"3 minute demo",depth:2},{id:"lets-get-started",text:"Let's get started",depth:2}]},{routePath:"/module-tools/en/guide/intro/welcome",toc:[]},{routePath:"/module-tools/en/guide/intro/why-module-engineering-solution",toc:[]},{routePath:"/module-tools/en/plugins/guide/getting-started",toc:[]},{routePath:"/module-tools/en/plugins/guide/plugin-object",toc:[{id:"plugin-type-definitions",text:"Plugin type definitions",depth:2},{id:"plugin-configuration-items",text:"Plugin configuration items",depth:2}]},{routePath:"/module-tools/en/plugins/guide/setup-function",toc:[{id:"plugin-api-objects",text:"Plugin API objects",depth:2},{id:"apiuseappcontext",text:"api.useAppContext",depth:3},{id:"apiuseresolvedconfigcontext",text:"api.useResolvedConfigContext",depth:3},{id:"apiusehookrunners",text:"api.useHookRunners",depth:3},{id:"asynchronous-setup",text:"Asynchronous setup",depth:2},{id:"life-cycle-hooks",text:"Life cycle hooks",depth:2}]},{routePath:"/module-tools/en/plugins/official-list/overview",toc:[{id:"official-plugin",text:"Official Plugin",depth:2}]},{routePath:"/module-tools/en/plugins/official-list/plugin-banner",toc:[{id:"quick-start",text:"Quick Start",depth:2},{id:"install",text:"Install",depth:3},{id:"register",text:"Register",depth:3},{id:"example",text:"Example",depth:2},{id:"add-copyright-information-at-the-top-of-a-js-file",text:"Add copyright information at the top of a JS file",depth:3},{id:"configuration",text:"Configuration",depth:2},{id:"banner",text:"banner",depth:3},{id:"footer",text:"footer",depth:3}]},{routePath:"/module-tools/en/plugins/official-list/plugin-import",toc:[{id:"quick-start",text:"Quick Start",depth:2},{id:"install",text:"Install",depth:3},{id:"register",text:"Register",depth:3},{id:"configurations",text:"Configurations",depth:2},{id:"pluginimport",text:"pluginImport",depth:3},{id:"notes",text:"Notes",depth:2}]},{routePath:"/module-tools/api/config/build-config",toc:[{id:"alias",text:"alias",depth:2},{id:"asset",text:"asset",depth:2},{id:"path",text:"path",depth:3},{id:"limit",text:"limit",depth:3},{id:"publicpath",text:"publicPath",depth:3},{id:"svgr",text:"svgr",depth:3},{id:"include",text:"include",depth:4},{id:"exclude",text:"exclude",depth:4},{id:"autoexternal",text:"autoExternal",depth:2},{id:"dependencies",text:"dependencies",depth:3},{id:"peerdependencies",text:"peerDependencies",depth:3},{id:"buildtype",text:"buildType",depth:2},{id:"copy",text:"copy",depth:2},{id:"copypatterns",text:"copy.patterns",depth:3},{id:"copyoptions",text:"copy.options",depth:3},{id:"define",text:"define",depth:2},{id:"dts",text:"dts",depth:2},{id:"tsconfigpath",text:"tsconfigPath",depth:3},{id:"distpath",text:"distPath",depth:3},{id:"only",text:"only",depth:3},{id:"externals",text:"externals",depth:2},{id:"format",text:"format",depth:2},{id:"input",text:"input",depth:2},{id:"jsx",text:"jsx",depth:2},{id:"metafile",text:"metafile",depth:2},{id:"minify",text:"minify",depth:2},{id:"outdir",text:"outDir",depth:2},{id:"platform",text:"platform",depth:2},{id:"sideeffects",text:"sideEffects",depth:2},{id:"sourcedir",text:"sourceDir",depth:2},{id:"sourcemap",text:"sourceMap",depth:2},{id:"splitting",text:"splitting",depth:2},{id:"style",text:"style",depth:2},{id:"less",text:"less",depth:3},{id:"lessoptions",text:"lessOptions",depth:4},{id:"additionaldata",text:"additionalData",depth:4},{id:"implementation",text:"implementation",depth:4},{id:"sass",text:"sass",depth:3},{id:"sassoptions",text:"sassOptions",depth:4},{id:"additionaldata-1",text:"additionalData",depth:4},{id:"implementation-1",text:"implementation",depth:4},{id:"postcss",text:"postcss",depth:3},{id:"inject",text:"inject",depth:3},{id:"automodules",text:"autoModules",depth:3},{id:"modules",text:"modules",depth:3},{id:"tailwindcss",text:"tailwindcss",depth:3},{id:"target",text:"target",depth:2},{id:"umdglobals",text:"umdGlobals",depth:2},{id:"umdmodulename",text:"umdModuleName",depth:2}]},{routePath:"/module-tools/api/config/build-preset",toc:[{id:"string",text:"string",depth:2},{id:"npm-library",text:"'npm-library'",depth:3},{id:"npm-library-with-umd",text:"'npm-library-with-umd'",depth:3},{id:"npm-component",text:"'npm-component'",depth:3},{id:"npm-component-with-umd",text:"'npm-component-with-umd'",depth:3},{id:"\u5173\u4e8e\u9884\u8bbe\u503c\u652f\u6301\u7684-ecmascript-\u7248\u672c\u4ee5\u53ca-es5esnext",text:"\u5173\u4e8e\u9884\u8bbe\u503c\u652f\u6301\u7684 ECMAScript \u7248\u672c\u4ee5\u53ca {es5...esnext}",depth:3},{id:"function",text:"Function",depth:2},{id:"\u51fd\u6570\u53c2\u6570",text:"\u51fd\u6570\u53c2\u6570",depth:3},{id:"preset",text:"preset",depth:4},{id:"extendpreset",text:"extendPreset",depth:4}]},{routePath:"/module-tools/api/config/design-system",toc:[{id:"screens",text:"Screens",depth:2},{id:"max-width-\u65ad\u70b9",text:"Max-width \u65ad\u70b9",depth:3},{id:"\u591a\u4e2a\u8303\u56f4\u7684\u65ad\u70b9",text:"\u591a\u4e2a\u8303\u56f4\u7684\u65ad\u70b9",depth:3},{id:"\u81ea\u5b9a\u4e49\u5a92\u4f53\u67e5\u8be2",text:"\u81ea\u5b9a\u4e49\u5a92\u4f53\u67e5\u8be2",depth:3},{id:"print-\u6837\u5f0f",text:"Print \u6837\u5f0f",depth:3},{id:"dark-mode",text:"Dark Mode",depth:3},{id:"colors",text:"Colors",depth:2},{id:"spacing",text:"Spacing",depth:2},{id:"\u6838\u5fc3\u63d2\u4ef6",text:"\u6838\u5fc3\u63d2\u4ef6",depth:2},{id:"\u81ea\u5b9a\u4e49\u9ed8\u8ba4\u914d\u7f6e",text:"\u81ea\u5b9a\u4e49\u9ed8\u8ba4\u914d\u7f6e",depth:2},{id:"\u8986\u76d6\u9ed8\u8ba4\u914d\u7f6e",text:"\u8986\u76d6\u9ed8\u8ba4\u914d\u7f6e",depth:3},{id:"\u6269\u5c55\u9ed8\u8ba4\u914d\u7f6e",text:"\u6269\u5c55\u9ed8\u8ba4\u914d\u7f6e",depth:3},{id:"\u5f15\u7528\u5176\u4ed6\u503c",text:"\u5f15\u7528\u5176\u4ed6\u503c",depth:3},{id:"\u7981\u7528\u6574\u4e2a\u6838\u5fc3\u63d2\u4ef6",text:"\u7981\u7528\u6574\u4e2a\u6838\u5fc3\u63d2\u4ef6",depth:3},{id:"\u6dfb\u52a0\u81ea\u5df1\u7684-key",text:"\u6dfb\u52a0\u81ea\u5df1\u7684 key",depth:3},{id:"\u914d\u7f6e\u5f15\u7528",text:"\u914d\u7f6e\u5f15\u7528",depth:2}]},{routePath:"/module-tools/api/config/plugins",toc:[]},{routePath:"/module-tools/api/config/testing",toc:[{id:"jest",text:"jest",depth:2},{id:"transformer",text:"transformer",depth:2}]},{routePath:"/module-tools/api/",toc:[]},{routePath:"/module-tools/api/plugin-api/plugin-hooks",toc:[{id:"\u6784\u5efa\u94a9\u5b50",text:"\u6784\u5efa\u94a9\u5b50",depth:2},{id:"beforebuild",text:"beforeBuild",depth:3},{id:"beforebuildtask",text:"beforeBuildTask",depth:3},{id:"afterbuildtask",text:"afterBuildTask",depth:3},{id:"afterbuild",text:"afterBuild",depth:3},{id:"buildplatform-\u94a9\u5b50",text:"buildPlatform \u94a9\u5b50",depth:2},{id:"registerbuildplatform",text:"registerBuildPlatform",depth:3},{id:"beforebuildplatform",text:"beforeBuildPlatform",depth:3},{id:"buildplatform",text:"buildPlatform",depth:3},{id:"afterbuildplatform",text:"afterBuildPlatform",depth:3},{id:"\u8c03\u8bd5\u94a9\u5b50",text:"\u8c03\u8bd5\u94a9\u5b50",depth:2},{id:"registerdev",text:"registerDev",depth:3},{id:"beforedev",text:"beforeDev",depth:3},{id:"beforeafterdevmenu",text:"(before|after)DevMenu",depth:3},{id:"beforedevtask",text:"beforeDevTask",depth:3},{id:"afterdev",text:"afterDev",depth:3}]},{routePath:"/module-tools/guide/advance/asset",toc:[{id:"\u9ed8\u8ba4\u884c\u4e3a",text:"\u9ed8\u8ba4\u884c\u4e3a",depth:2},{id:"\u8bbe\u7f6e-cdn-\u524d\u7f00",text:"\u8bbe\u7f6e CDN \u524d\u7f00",depth:2}]},{routePath:"/module-tools/guide/advance/build-umd",toc:[{id:"umd-\u4ea7\u7269\u7684\u7b2c\u4e09\u65b9\u4f9d\u8d56\u5904\u7406",text:"umd \u4ea7\u7269\u7684\u7b2c\u4e09\u65b9\u4f9d\u8d56\u5904\u7406",depth:2},{id:"\u66f4\u6539\u9879\u76ee\u7684\u5168\u5c40\u53d8\u91cf\u540d\u79f0",text:"\u66f4\u6539\u9879\u76ee\u7684\u5168\u5c40\u53d8\u91cf\u540d\u79f0",depth:2}]},{routePath:"/module-tools/guide/advance/copy",toc:[{id:"\u4e86\u89e3-copy-api",text:"\u4e86\u89e3 Copy API",depth:2},{id:"api-\u8be6\u89e3",text:"API \u8be6\u89e3",depth:2},{id:"\u4e0d\u540c\u573a\u666f\u4f7f\u7528\u793a\u4f8b",text:"\u4e0d\u540c\u573a\u666f\u4f7f\u7528\u793a\u4f8b",depth:2},{id:"\u5c06\u6587\u4ef6\u590d\u5236\u6587\u4ef6",text:"\u5c06\u6587\u4ef6\u590d\u5236\u6587\u4ef6",depth:3},{id:"\u5c06\u6587\u4ef6\u590d\u5236\u5230\u76ee\u5f55",text:"\u5c06\u6587\u4ef6\u590d\u5236\u5230\u76ee\u5f55",depth:3},{id:"\u4ece\u76ee\u5f55\u590d\u5236\u5230\u76ee\u5f55",text:"\u4ece\u76ee\u5f55\u590d\u5236\u5230\u76ee\u5f55",depth:3},{id:"\u4ece\u76ee\u5f55\u5230\u6587\u4ef6",text:"\u4ece\u76ee\u5f55\u5230\u6587\u4ef6",depth:3},{id:"\u4f7f\u7528-glob",text:"\u4f7f\u7528 Glob",depth:3}]},{routePath:"/module-tools/guide/advance/external-dependency",toc:[{id:"\u7b2c\u4e09\u65b9\u4f9d\u8d56\u7684\u9ed8\u8ba4\u5904\u7406",text:"\u7b2c\u4e09\u65b9\u4f9d\u8d56\u7684\u9ed8\u8ba4\u5904\u7406",depth:2},{id:"\u5173\u95ed\u9ed8\u8ba4\u884c\u4e3a",text:"\u5173\u95ed\u9ed8\u8ba4\u884c\u4e3a",depth:3},{id:"\u6253\u5305\u7b2c\u4e09\u65b9\u4f9d\u8d56",text:"\u6253\u5305\u7b2c\u4e09\u65b9\u4f9d\u8d56",depth:2},{id:"\u6392\u9664\u6307\u5b9a\u7b2c\u4e09\u65b9\u4f9d\u8d56",text:"\u6392\u9664\u6307\u5b9a\u7b2c\u4e09\u65b9\u4f9d\u8d56",depth:3}]},{routePath:"/module-tools/guide/advance/in-depth-about-build",toc:[{id:"\u6df1\u5165\u7406\u89e3-buildconfig",text:"\u6df1\u5165\u7406\u89e3 buildConfig",depth:2},{id:"bundle-\u548c-bundleless",text:"Bundle \u548c Bundleless",depth:3},{id:"input-\u4e0e-sourcedir-\u7684\u5173\u7cfb",text:"input \u4e0e sourceDir \u7684\u5173\u7cfb",depth:3},{id:"input-\u7684\u5bf9\u8c61\u6a21\u5f0f",text:"input \u7684\u5bf9\u8c61\u6a21\u5f0f",depth:4},{id:"sourcedir",text:"sourceDir",depth:4},{id:"\u7c7b\u578b\u6587\u4ef6",text:"\u7c7b\u578b\u6587\u4ef6",depth:3},{id:"\u5173\u95ed\u7c7b\u578b\u751f\u6210",text:"\u5173\u95ed\u7c7b\u578b\u751f\u6210",depth:4},{id:"\u6253\u5305\u7c7b\u578b\u6587\u4ef6",text:"\u6253\u5305\u7c7b\u578b\u6587\u4ef6",depth:4},{id:"\u522b\u540d\u8f6c\u6362",text:"\u522b\u540d\u8f6c\u6362",depth:4},{id:"\u4e00\u4e9b-dts-\u7684\u4f7f\u7528\u793a\u4f8b",text:"\u4e00\u4e9b dts \u7684\u4f7f\u7528\u793a\u4f8b",depth:4},{id:"buildconfigdefine-\u4e0d\u540c\u573a\u666f\u7684\u4f7f\u7528\u65b9\u5f0f",text:"buildConfig.define \u4e0d\u540c\u573a\u666f\u7684\u4f7f\u7528\u65b9\u5f0f",depth:3},{id:"\u73af\u5883\u53d8\u91cf\u66ff\u6362",text:"\u73af\u5883\u53d8\u91cf\u66ff\u6362",depth:4},{id:"\u5168\u5c40\u53d8\u91cf\u66ff\u6362",text:"\u5168\u5c40\u53d8\u91cf\u66ff\u6362",depth:4},{id:"\u6784\u5efa\u8fc7\u7a0b",text:"\u6784\u5efa\u8fc7\u7a0b",depth:2},{id:"\u6784\u5efa\u62a5\u9519",text:"\u6784\u5efa\u62a5\u9519",depth:2}]},{routePath:"/module-tools/guide/advance/in-depth-about-dev-command",toc:[{id:"\u547d\u4ee4\u8fd0\u884c\u7684\u6574\u4f53\u6d41\u7a0b",text:"\u547d\u4ee4\u8fd0\u884c\u7684\u6574\u4f53\u6d41\u7a0b",depth:2},{id:"\u6269\u5c55-dev-\u547d\u4ee4",text:"\u6269\u5c55 dev \u547d\u4ee4",depth:2}]},{routePath:"/module-tools/guide/advance/theme-config",toc:[{id:"\u52a8\u673a\u548c\u539f\u7406",text:"\u52a8\u673a\u548c\u539f\u7406",depth:2},{id:"\u4f7f\u7528\u793a\u4f8b",text:"\u4f7f\u7528\u793a\u4f8b",depth:2},{id:"tailwindcss",text:"tailwindcss",depth:3},{id:"html-\u7c7b\u540d",text:"HTML \u7c7b\u540d\u3002",depth:4},{id:"apply-\u6307\u4ee4",text:"@apply \u6307\u4ee4",depth:4}]},{routePath:"/module-tools/guide/basic/before-getting-started",toc:[{id:"\u73af\u5883\u51c6\u5907",text:"\u73af\u5883\u51c6\u5907",depth:2},{id:"\u521d\u8bc6-npm",text:"\u521d\u8bc6 npm",depth:2},{id:"npm-\u5305\u7c7b\u578b\u9879\u76ee",text:"npm \u5305\u7c7b\u578b\u9879\u76ee",depth:2},{id:"\u4f7f\u7528\u7b2c\u4e09\u65b9-npm-\u5305",text:"\u4f7f\u7528\u7b2c\u4e09\u65b9 npm \u5305",depth:2},{id:"\u8fd8\u9700\u8981\u4e86\u89e3\u7684-npm-\u96f6\u788e\u77e5\u8bc6",text:"\u8fd8\u9700\u8981\u4e86\u89e3\u7684 npm \u96f6\u788e\u77e5\u8bc6",depth:2},{id:"npm-\u5305\u7684\u7a0b\u5e8f\u5165\u53e3",text:"npm \u5305\u7684\u7a0b\u5e8f\u5165\u53e3",depth:3},{id:"scripts",text:'"scripts"',depth:3},{id:"npm-install",text:"npm install",depth:4},{id:"npm-publish",text:"npm publish",depth:4},{id:"peerdependencies",text:"peerDependencies",depth:3},{id:"npm-\u5305\u7ba1\u7406\u5668",text:"npm \u5305\u7ba1\u7406\u5668",depth:2},{id:"module-tools-\u914d\u7f6e\u6587\u4ef6",text:"Module Tools \u914d\u7f6e\u6587\u4ef6",depth:2}]},{routePath:"/module-tools/guide/basic/command-preview",toc:[{id:"modern-build",text:"modern build",depth:2},{id:"modern-new",text:"modern new",depth:2},{id:"modern-dev",text:"modern dev",depth:2},{id:"modern-test",text:"modern test",depth:2},{id:"modern-lint",text:"modern lint",depth:2},{id:"modern-change",text:"modern change",depth:2},{id:"modern-pre",text:"modern pre",depth:2},{id:"modern-bump",text:"modern bump",depth:2},{id:"modern-release",text:"modern release",depth:2},{id:"modern-gen-release-note",text:"modern gen-release-note",depth:2},{id:"modern-upgrade",text:"modern upgrade",depth:2}]},{routePath:"/module-tools/guide/basic/modify-output-product",toc:[{id:"\u9ed8\u8ba4\u8f93\u51fa\u4ea7\u7269",text:"\u9ed8\u8ba4\u8f93\u51fa\u4ea7\u7269",depth:2},{id:"\u6784\u5efa\u9884\u8bbe",text:"\u6784\u5efa\u9884\u8bbe",depth:2},{id:"\u6784\u5efa\u9884\u8bbe\u7684\u5b57\u7b26\u4e32\u5f62\u5f0f",text:"\u6784\u5efa\u9884\u8bbe\u7684\u5b57\u7b26\u4e32\u5f62\u5f0f",depth:3},{id:"\u6784\u5efa\u9884\u8bbe\u7684\u51fd\u6570\u5f62\u5f0f",text:"\u6784\u5efa\u9884\u8bbe\u7684\u51fd\u6570\u5f62\u5f0f",depth:3},{id:"\u6784\u5efa\u914d\u7f6e\u5bf9\u8c61",text:"\u6784\u5efa\u914d\u7f6e\uff08\u5bf9\u8c61\uff09",depth:2},{id:"\u4ec0\u4e48\u65f6\u5019\u4f7f\u7528-buildconfig",text:"\u4ec0\u4e48\u65f6\u5019\u4f7f\u7528 buildConfig",depth:2}]},{routePath:"/module-tools/guide/basic/publish-your-project",toc:[{id:"\u8ddf\u8e2a\u53d8\u66f4",text:"\u8ddf\u8e2a\u53d8\u66f4",depth:2},{id:"\u7248\u672c\u66f4\u65b0",text:"\u7248\u672c\u66f4\u65b0",depth:2},{id:"\u53d1\u5e03",text:"\u53d1\u5e03",depth:2},{id:"\u9884\u53d1\u5e03",text:"\u9884\u53d1\u5e03",depth:2}]},{routePath:"/module-tools/guide/basic/test-your-project",toc:[{id:"\u5148\u51b3\u6761\u4ef6\u548c\u7ea6\u5b9a",text:"\u5148\u51b3\u6761\u4ef6\u548c\u7ea6\u5b9a",depth:2},{id:"\u8fd0\u884c\u6d4b\u8bd5",text:"\u8fd0\u884c\u6d4b\u8bd5",depth:2},{id:"\u4f7f\u7528\u914d\u7f6e",text:"\u4f7f\u7528\u914d\u7f6e",depth:2},{id:"\u6d4b\u8bd5\u793a\u4f8b",text:"\u6d4b\u8bd5\u793a\u4f8b",depth:2},{id:"\u666e\u901a\u6a21\u5757",text:"\u666e\u901a\u6a21\u5757",depth:3},{id:"\u7ec4\u4ef6",text:"\u7ec4\u4ef6",depth:3}]},{routePath:"/module-tools/guide/basic/use-micro-generator",toc:[{id:"test-\u6d4b\u8bd5",text:"Test \u6d4b\u8bd5",depth:2},{id:"storybook-\u8c03\u8bd5",text:"Storybook \u8c03\u8bd5",depth:2},{id:"tailwind-css-\u652f\u6301",text:"Tailwind CSS \u652f\u6301",depth:2},{id:"\u542f\u52a8-modernjs-runtime-api",text:"\u542f\u52a8 Modern.js Runtime API",depth:2}]},{routePath:"/module-tools/guide/basic/using-storybook",toc:[{id:"\u8c03\u8bd5\u4ee3\u7801",text:"\u8c03\u8bd5\u4ee3\u7801",depth:2},{id:"\u5f15\u7528\u7ec4\u4ef6\u4ea7\u7269",text:"\u5f15\u7528\u7ec4\u4ef6\u4ea7\u7269",depth:3},{id:"\u5f15\u7528\u7ec4\u4ef6\u6e90\u7801",text:"\u5f15\u7528\u7ec4\u4ef6\u6e90\u7801",depth:3},{id:"\u914d\u7f6e-storybook",text:"\u914d\u7f6e Storybook",depth:2},{id:"\u6784\u5efa-storybook-\u4ea7\u7269",text:"\u6784\u5efa Storybook \u4ea7\u7269",depth:2}]},{routePath:"/module-tools/guide/best-practices/components",toc:[{id:"\u521d\u59cb\u5316\u9879\u76ee",text:"\u521d\u59cb\u5316\u9879\u76ee",depth:2},{id:"\u4f7f\u7528-storybook-\u8c03\u8bd5\u4ee3\u7801",text:"\u4f7f\u7528 Storybook \u8c03\u8bd5\u4ee3\u7801",depth:2},{id:"\u5f00\u53d1\u6837\u5f0f",text:"\u5f00\u53d1\u6837\u5f0f",depth:2},{id:"csspostcss",text:"CSS/PostCSS",depth:3},{id:"less",text:"Less",depth:3},{id:"sassscss",text:"Sass/Scss",depth:3},{id:"tailwind-css",text:"Tailwind CSS",depth:3},{id:"html-\u7c7b\u540d",text:"HTML \u7c7b\u540d",depth:4},{id:"apply",text:"@apply",depth:4},{id:"\u63a8\u8350\u65b9\u5f0f",text:"\u63a8\u8350\u65b9\u5f0f",depth:4},{id:"bundle-\u548c-bundleless-\u6784\u5efa\u4ea7\u7269\u533a\u522b",text:"bundle \u548c bundleless \u6784\u5efa\u4ea7\u7269\u533a\u522b",depth:4},{id:"css-modules",text:"CSS Modules",depth:3},{id:"\u914d\u7f6e\u6784\u5efa\u4ea7\u7269",text:"\u914d\u7f6e\u6784\u5efa\u4ea7\u7269",depth:2},{id:"\u6d4b\u8bd5\u7ec4\u4ef6",text:"\u6d4b\u8bd5\u7ec4\u4ef6",depth:2},{id:"\u53d1\u5e03\u7ec4\u4ef6",text:"\u53d1\u5e03\u7ec4\u4ef6",depth:2}]},{routePath:"/module-tools/guide/intro/getting-started",toc:[{id:"\u4e09\u5206\u949f\u5feb\u901f\u4e0a\u624b",text:"\u4e09\u5206\u949f\u5feb\u901f\u4e0a\u624b",depth:2},{id:"\u8ba9\u6211\u4eec\u5f00\u59cb\u5427",text:"\u8ba9\u6211\u4eec\u5f00\u59cb\u5427",depth:2}]},{routePath:"/module-tools/guide/intro/welcome",toc:[]},{routePath:"/module-tools/guide/intro/why-module-engineering-solution",toc:[]},{routePath:"/module-tools/plugins/guide/getting-started",toc:[]},{routePath:"/module-tools/plugins/guide/plugin-object",toc:[{id:"\u63d2\u4ef6\u7c7b\u578b\u5b9a\u4e49",text:"\u63d2\u4ef6\u7c7b\u578b\u5b9a\u4e49",depth:2},{id:"\u63d2\u4ef6\u914d\u7f6e\u9879",text:"\u63d2\u4ef6\u914d\u7f6e\u9879",depth:2}]},{routePath:"/module-tools/plugins/guide/setup-function",toc:[{id:"\u63d2\u4ef6-api-\u5bf9\u8c61",text:"\u63d2\u4ef6 API \u5bf9\u8c61",depth:2},{id:"apiuseappcontext",text:"api.useAppContext",depth:3},{id:"apiuseresolvedconfigcontext",text:"api.useResolvedConfigContext",depth:3},{id:"apiusehookrunners",text:"api.useHookRunners",depth:3},{id:"\u5f02\u6b65-setup",text:"\u5f02\u6b65 setup",depth:2},{id:"\u751f\u547d\u5468\u671f\u94a9\u5b50",text:"\u751f\u547d\u5468\u671f\u94a9\u5b50",depth:2}]},{routePath:"/module-tools/plugins/official-list/overview",toc:[{id:"\u5b98\u65b9\u63d2\u4ef6",text:"\u5b98\u65b9\u63d2\u4ef6",depth:2}]},{routePath:"/module-tools/plugins/official-list/plugin-banner",toc:[{id:"\u5feb\u901f\u5f00\u59cb",text:"\u5feb\u901f\u5f00\u59cb",depth:2},{id:"\u5b89\u88c5",text:"\u5b89\u88c5",depth:3},{id:"\u6ce8\u518c\u63d2\u4ef6",text:"\u6ce8\u518c\u63d2\u4ef6",depth:3},{id:"\u793a\u4f8b",text:"\u793a\u4f8b",depth:2},{id:"\u5728-js-\u6587\u4ef6\u9876\u90e8\u589e\u52a0\u7248\u6743\u4fe1\u606f",text:"\u5728 JS \u6587\u4ef6\u9876\u90e8\u589e\u52a0\u7248\u6743\u4fe1\u606f",depth:3},{id:"\u914d\u7f6e",text:"\u914d\u7f6e",depth:2},{id:"banner",text:"banner",depth:3},{id:"footer",text:"footer",depth:3}]},{routePath:"/module-tools/plugins/official-list/plugin-import",toc:[{id:"\u5feb\u901f\u5f00\u59cb",text:"\u5feb\u901f\u5f00\u59cb",depth:2},{id:"\u5b89\u88c5",text:"\u5b89\u88c5",depth:3},{id:"\u6ce8\u518c\u63d2\u4ef6",text:"\u6ce8\u518c\u63d2\u4ef6",depth:3},{id:"\u914d\u7f6e",text:"\u914d\u7f6e",depth:2},{id:"pluginimport",text:"pluginImport",depth:3},{id:"\u6ce8\u610f\u4e8b\u9879",text:"\u6ce8\u610f\u4e8b\u9879",depth:2}]}]}},9097:function(e,t,n){"use strict";n.d(t,{O:function(){return ie}});var i=n(2363);function o(e,t,...n){if(e in t){let i=t[e];return"function"==typeof i?i(...n):i}let i=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map((e=>`"${e}"`)).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(i,o),i}var r=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(r||{}),a=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(a||{});function d({ourProps:e,theirProps:t,slot:n,defaultTag:i,features:r,visible:a=!0,name:d}){let u=s(t,e);if(a)return l(u,n,i,d);let c=null!=r?r:0;if(2&c){let{static:e=!1,...t}=u;if(e)return l(t,n,i,d)}if(1&c){let{unmount:e=!0,...t}=u;return o(e?0:1,{0(){return null},1(){return l({...t,hidden:!0,style:{display:"none"}},n,i,d)}})}return l(u,n,i,d)}function l(e,t={},n,o){let{as:r=n,children:a,refName:d="ref",...l}=p(e,["unmount","static"]),u=void 0!==e.ref?{[d]:e.ref}:{},h="function"==typeof a?a(t):a;l.className&&"function"==typeof l.className&&(l.className=l.className(t));let m={};if(t){let e=!1,n=[];for(let[i,o]of Object.entries(t))"boolean"==typeof o&&(e=!0),!0===o&&n.push(i);e&&(m["data-headlessui-state"]=n.join(" "))}if(r===i.Fragment&&Object.keys(c(l)).length>0){if(!(0,i.isValidElement)(h)||Array.isArray(h)&&h.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${o} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(l).map((e=>` - ${e}`)).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((e=>` - ${e}`)).join("\n")].join("\n"));return(0,i.cloneElement)(h,Object.assign({},s(h.props,c(p(l,["ref"]))),m,u,function(...e){return{ref:e.every((e=>null==e))?void 0:t=>{for(let n of e)null!=n&&("function"==typeof n?n(t):n.current=t)}}}(h.ref,u.ref)))}return(0,i.createElement)(r,Object.assign({},p(l,["ref"]),r!==i.Fragment&&u,r!==i.Fragment&&m),h)}function s(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},n={};for(let i of e)for(let e in i)e.startsWith("on")&&"function"==typeof i[e]?(null!=n[e]||(n[e]=[]),n[e].push(i[e])):t[e]=i[e];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(n).map((e=>[e,void 0]))));for(let i in n)Object.assign(t,{[i](e,...t){let o=n[i];for(let n of o){if((e instanceof Event||(null==e?void 0:e.nativeEvent)instanceof Event)&&e.defaultPrevented)return;n(e,...t)}}});return t}function u(e){var t;return Object.assign((0,i.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function c(e){let t=Object.assign({},e);for(let n in t)void 0===t[n]&&delete t[n];return t}function p(e,t=[]){let n=Object.assign({},e);for(let i of t)i in n&&delete n[i];return n}const h="undefined"==typeof window||"undefined"==typeof document;let m=h?i.useEffect:i.useLayoutEffect,f={serverHandoffComplete:!1};var g;let b=0;function y(){return++b}let x=null!=(g=i.useId)?g:function(){let e=function(){let[e,t]=(0,i.useState)(f.serverHandoffComplete);return(0,i.useEffect)((()=>{!0!==e&&t(!0)}),[e]),(0,i.useEffect)((()=>{!1===f.serverHandoffComplete&&(f.serverHandoffComplete=!0)}),[]),e}(),[t,n]=i.useState(e?y:null);return m((()=>{null===t&&n(y())}),[t]),null!=t?""+t:void 0};var v=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(v||{});let k=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((e=>`${e}:not([tabindex='-1'])`)).join(",");var w,P,T=((P=T||{})[P.First=1]="First",P[P.Previous=2]="Previous",P[P.Next=4]="Next",P[P.Last=8]="Last",P[P.WrapAround=16]="WrapAround",P[P.NoScroll=32]="NoScroll",P),E=((w=E||{})[w.Error=0]="Error",w[w.Overflow=1]="Overflow",w[w.Success=2]="Success",w[w.Underflow=3]="Underflow",w),z=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(z||{});function j(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(k)).sort(((e,t)=>Math.sign((e.tabIndex||Number.MAX_SAFE_INTEGER)-(t.tabIndex||Number.MAX_SAFE_INTEGER))))}var S=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(S||{});let C=["textarea","input"].join(",");function A(e,t=(e=>e)){return e.slice().sort(((e,n)=>{let i=t(e),o=t(n);if(null===i||null===o)return 0;let r=i.compareDocumentPosition(o);return r&Node.DOCUMENT_POSITION_FOLLOWING?-1:r&Node.DOCUMENT_POSITION_PRECEDING?1:0}))}function O(e,t,{sorted:n=!0,relativeTo:i=null,skipElements:o=[]}={}){let r=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,a=Array.isArray(e)?n?A(e):e:j(e);o.length>0&&(a=a.filter((e=>!o.includes(e)))),i=null!=i?i:r.activeElement;let d,l=(()=>{if(5&t)return 1;if(10&t)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),s=(()=>{if(1&t)return 0;if(2&t)return Math.max(0,a.indexOf(i))-1;if(4&t)return Math.max(0,a.indexOf(i))+1;if(8&t)return a.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=32&t?{preventScroll:!0}:{},c=0,p=a.length;do{if(c>=p||c+p<=0)return 0;let e=s+c;if(16&t)e=(e+p)%p;else{if(e<0)return 3;if(e>=p)return 1}d=a[e],null==d||d.focus(u),c+=l}while(d!==r.activeElement);return 6&t&&function(e){var t,n;return null!=(n=null==(t=null==e?void 0:e.matches)?void 0:t.call(e,C))&&n}(d)&&d.select(),d.hasAttribute("tabindex")||d.setAttribute("tabindex","0"),2}function I(e){let t=(0,i.useRef)(e);return m((()=>{t.current=e}),[e]),t}let L=function(e){let t=I(e);return i.useCallback(((...e)=>t.current(...e)),[t])},U=Symbol();function M(...e){let t=(0,i.useRef)(e);(0,i.useEffect)((()=>{t.current=e}),[e]);let n=L((e=>{for(let n of t.current)null!=n&&("function"==typeof n?n(e):n.current=e)}));return e.every((e=>null==e||(null==e?void 0:e[U])))?void 0:n}function D(e){var t;if(e.type)return e.type;let n=null!=(t=e.as)?t:"button";return"string"==typeof n&&"button"===n.toLowerCase()?"button":void 0}function R(e,t){let[n,o]=(0,i.useState)((()=>D(e)));return m((()=>{o(D(e))}),[e.type,e.as]),m((()=>{n||!t.current||t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&o("button")}),[n,t]),n}var H=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(H||{});let N=u((function(e,t){let{features:n=1,...i}=e;return d({ourProps:{ref:t,"aria-hidden":2==(2&n)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&n)&&2!=(2&n)&&{display:"none"}}},theirProps:i,slot:{},defaultTag:"div",name:"Hidden"})}));function B({onFocus:e}){let[t,n]=(0,i.useState)(!0);return t?i.createElement(N,{as:"button",type:"button",features:H.Focusable,onFocus:t=>{t.preventDefault();let i,o=50;i=requestAnimationFrame((function t(){if(!(o--<=0))return e()?(n(!1),void cancelAnimationFrame(i)):void(i=requestAnimationFrame(t));i&&cancelAnimationFrame(i)}))}}):null}var _=(e=>(e[e.SetSelectedIndex=0]="SetSelectedIndex",e[e.RegisterTab=1]="RegisterTab",e[e.UnregisterTab=2]="UnregisterTab",e[e.RegisterPanel=3]="RegisterPanel",e[e.UnregisterPanel=4]="UnregisterPanel",e))(_||{});let F={0(e,t){let n=e.tabs.filter((e=>{var t;return!(null!=(t=e.current)&&t.hasAttribute("disabled"))}));if(t.index<0)return{...e,selectedIndex:e.tabs.indexOf(n[0])};if(t.index>e.tabs.length)return{...e,selectedIndex:e.tabs.indexOf(n[n.length-1])};let i=e.tabs.slice(0,t.index),o=[...e.tabs.slice(t.index),...i].find((e=>n.includes(e)));return o?{...e,selectedIndex:e.tabs.indexOf(o)}:e},1(e,t){var n;if(e.tabs.includes(t.tab))return e;let i=e.tabs[e.selectedIndex],o=A([...e.tabs,t.tab],(e=>e.current)),r=null!=(n=o.indexOf(i))?n:e.selectedIndex;return-1===r&&(r=e.selectedIndex),{...e,tabs:o,selectedIndex:r}},2(e,t){return{...e,tabs:e.tabs.filter((e=>e!==t.tab))}},3(e,t){return e.panels.includes(t.panel)?e:{...e,panels:A([...e.panels,t.panel],(e=>e.current))}},4(e,t){return{...e,panels:e.panels.filter((e=>e!==t.panel))}}},W=(0,i.createContext)(null);function q(e){let t=(0,i.useContext)(W);if(null===t){let t=new Error(`<${e} /> is missing a parent <Tab.Group /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,q),t}return t}W.displayName="TabsSSRContext";let G=(0,i.createContext)(null);function $(e){let t=(0,i.useContext)(G);if(null===t){let t=new Error(`<${e} /> is missing a parent <Tab.Group /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,$),t}return t}G.displayName="TabsDataContext";let Y=(0,i.createContext)(null);function V(e){let t=(0,i.useContext)(Y);if(null===t){let t=new Error(`<${e} /> is missing a parent <Tab.Group /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,V),t}return t}function K(e,t){return o(t.type,F,e,t)}Y.displayName="TabsActionsContext";let Z=i.Fragment,Q=u((function(e,t){let{defaultIndex:n=0,vertical:o=!1,manual:r=!1,onChange:a,selectedIndex:l=null,...s}=e;const u=o?"vertical":"horizontal",c=r?"manual":"auto";let p=null!==l,h=M(t),[f,g]=(0,i.useReducer)(K,{selectedIndex:null!=l?l:n,tabs:[],panels:[]}),b=(0,i.useMemo)((()=>({selectedIndex:f.selectedIndex})),[f.selectedIndex]),y=I(a||(()=>{})),x=I(f.tabs),v=(0,i.useMemo)((()=>({orientation:u,activation:c,...f})),[u,c,f]),k=L((e=>(g({type:1,tab:e}),()=>g({type:2,tab:e})))),w=L((e=>(g({type:3,panel:e}),()=>g({type:4,panel:e})))),P=L((e=>{T.current!==e&&y.current(e),p||g({type:0,index:e})})),T=I(p?e.selectedIndex:f.selectedIndex),E=(0,i.useMemo)((()=>({registerTab:k,registerPanel:w,change:P})),[]);m((()=>{g({type:0,index:null!=l?l:n})}),[l]);let z=(0,i.useRef)({tabs:[],panels:[]}),j={ref:h};return i.createElement(W.Provider,{value:z},i.createElement(Y.Provider,{value:E},i.createElement(G.Provider,{value:v},v.tabs.length<=0&&i.createElement(B,{onFocus:()=>{var e,t;for(let n of x.current)if(0===(null==(e=n.current)?void 0:e.tabIndex))return null==(t=n.current)||t.focus(),!0;return!1}}),d({ourProps:j,theirProps:s,slot:b,defaultTag:Z,name:"Tabs"}))))})),X=u((function(e,t){let{orientation:n,selectedIndex:i}=$("Tab.List");return d({ourProps:{ref:M(t),role:"tablist","aria-orientation":n},theirProps:e,slot:{selectedIndex:i},defaultTag:"div",name:"Tabs.List"})})),J=u((function(e,t){var n,r;let a=x(),{id:l=`headlessui-tabs-tab-${a}`,...s}=e,{orientation:u,activation:c,selectedIndex:p,tabs:f,panels:g}=$("Tab"),b=V("Tab"),y=$("Tab"),k=q("Tab"),w=(0,i.useRef)(null),P=M(w,t);m((()=>b.registerTab(w)),[b,w]);let z=k.current.tabs.indexOf(l);-1===z&&(z=k.current.tabs.push(l)-1);let j=f.indexOf(w);-1===j&&(j=z);let S=j===p,C=L((e=>{var t;let n=e();if(n===E.Success&&"auto"===c){let e=null==(t=function(e){return h?null:e instanceof Node?e.ownerDocument:null!=e&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}(w))?void 0:t.activeElement,n=y.tabs.findIndex((t=>t.current===e));-1!==n&&b.change(n)}return n})),A=L((e=>{let t=f.map((e=>e.current)).filter(Boolean);if(e.key===v.Space||e.key===v.Enter)return e.preventDefault(),e.stopPropagation(),void b.change(j);switch(e.key){case v.Home:case v.PageUp:return e.preventDefault(),e.stopPropagation(),C((()=>O(t,T.First)));case v.End:case v.PageDown:return e.preventDefault(),e.stopPropagation(),C((()=>O(t,T.Last)))}return C((()=>o(u,{vertical(){return e.key===v.ArrowUp?O(t,T.Previous|T.WrapAround):e.key===v.ArrowDown?O(t,T.Next|T.WrapAround):E.Error},horizontal(){return e.key===v.ArrowLeft?O(t,T.Previous|T.WrapAround):e.key===v.ArrowRight?O(t,T.Next|T.WrapAround):E.Error}})))===E.Success?e.preventDefault():void 0})),I=(0,i.useRef)(!1),U=L((()=>{var e;I.current||(I.current=!0,null==(e=w.current)||e.focus(),b.change(j),function(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch((e=>setTimeout((()=>{throw e}))))}((()=>{I.current=!1})))})),D=L((e=>{e.preventDefault()})),H=(0,i.useMemo)((()=>({selected:S})),[S]);return d({ourProps:{ref:P,onKeyDown:A,onMouseDown:D,onClick:U,id:l,role:"tab",type:R(e,w),"aria-controls":null==(r=null==(n=g[j])?void 0:n.current)?void 0:r.id,"aria-selected":S,tabIndex:S?0:-1},theirProps:s,slot:H,defaultTag:"button",name:"Tabs.Tab"})})),ee=u((function(e,t){let{selectedIndex:n}=$("Tab.Panels");return d({ourProps:{ref:M(t)},theirProps:e,slot:(0,i.useMemo)((()=>({selectedIndex:n})),[n]),defaultTag:"div",name:"Tabs.Panels"})})),te=r.RenderStrategy|r.Static,ne=u((function(e,t){var n,o,r,a;let l=x(),{id:s=`headlessui-tabs-panel-${l}`,...u}=e,{selectedIndex:c,tabs:p,panels:h}=$("Tab.Panel"),f=V("Tab.Panel"),g=q("Tab.Panel"),b=(0,i.useRef)(null),y=M(b,t);m((()=>f.registerPanel(b)),[f,b]);let v=g.current.panels.indexOf(s);-1===v&&(v=g.current.panels.push(s)-1);let k=h.indexOf(b);-1===k&&(k=v);let w=k===c,P=(0,i.useMemo)((()=>({selected:w})),[w]),T={ref:y,id:s,role:"tabpanel","aria-labelledby":null==(o=null==(n=p[k])?void 0:n.current)?void 0:o.id,tabIndex:w?0:-1};return w||null!=(r=u.unmount)&&!r||null!=(a=u.static)&&a?d({ourProps:T,theirProps:u,slot:P,defaultTag:"div",features:te,visible:w,name:"Tabs.Panel"}):i.createElement(N,{as:"span",...T})})),ie=Object.assign(J,{Group:Q,List:X,Panels:ee,Panel:ne})},5082:function(e,t){"use strict";t.Z=[]},5770:function(){},1479:function(e,t,n){"use strict";n.d(t,{_:function(){return fe}});n(4305),n(7381),n(9835);var i=n(2363),o=n(2897);const r=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5654)]).then(n.bind(n,5069)))),a=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(8782)]).then(n.bind(n,7274)))),d=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(9220)]).then(n.bind(n,3131)))),l=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2097)]).then(n.bind(n,6371)))),s=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2556)]).then(n.bind(n,390)))),u=(0,o.kz)((()=>n.e(1085).then(n.bind(n,6464)))),c=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(1677)]).then(n.bind(n,2169)))),p=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(8230)]).then(n.bind(n,1487)))),h=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(4663)]).then(n.bind(n,1690)))),m=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5057)]).then(n.bind(n,8937)))),f=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(4260)]).then(n.bind(n,4185)))),g=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(8927)]).then(n.bind(n,1645)))),b=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(9826)]).then(n.bind(n,9137)))),y=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(6098)]).then(n.bind(n,7986)))),x=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2678)]).then(n.bind(n,9865)))),v=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(7571)]).then(n.bind(n,7515)))),k=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5578)]).then(n.bind(n,6623)))),w=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(3032)]).then(n.bind(n,18)))),P=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(3741)]).then(n.bind(n,9475)))),T=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2532)]).then(n.bind(n,6494)))),E=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(9675)]).then(n.bind(n,6708)))),z=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(7401)]).then(n.bind(n,7668)))),j=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(229)]).then(n.bind(n,7740)))),S=(0,o.kz)((()=>n.e(2033).then(n.bind(n,2157)))),C=(0,o.kz)((()=>n.e(7512).then(n.bind(n,4010)))),A=(0,o.kz)((()=>n.e(315).then(n.bind(n,8798)))),O=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(8687)]).then(n.bind(n,6532)))),I=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5300)]).then(n.bind(n,5906)))),L=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(4749)]).then(n.bind(n,5262)))),U=(0,o.kz)((()=>n.e(9479).then(n.bind(n,5090)))),M=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(262)]).then(n.bind(n,6185)))),D=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(8888)]).then(n.bind(n,6682)))),R=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(237)]).then(n.bind(n,6226)))),H=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(7241)]).then(n.bind(n,8944)))),N=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(4695)]).then(n.bind(n,8055)))),B=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(3806)]).then(n.bind(n,2804)))),_=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(421)]).then(n.bind(n,900)))),F=(0,o.kz)((()=>n.e(1189).then(n.bind(n,8883)))),W=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(1178)]).then(n.bind(n,2858)))),q=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5723)]).then(n.bind(n,7816)))),G=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(4837)]).then(n.bind(n,5758)))),$=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2611)]).then(n.bind(n,6822)))),Y=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5532)]).then(n.bind(n,8379)))),V=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(727)]).then(n.bind(n,4793)))),K=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2540)]).then(n.bind(n,6642)))),Z=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(1180)]).then(n.bind(n,5035)))),Q=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(775)]).then(n.bind(n,9467)))),X=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(1756)]).then(n.bind(n,1675)))),J=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2821)]).then(n.bind(n,3730)))),ee=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2020)]).then(n.bind(n,7242)))),te=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5966)]).then(n.bind(n,703)))),ne=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(7294)]).then(n.bind(n,1283)))),ie=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5107)]).then(n.bind(n,354)))),oe=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2013)]).then(n.bind(n,2933)))),re=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2633)]).then(n.bind(n,7895)))),ae=(0,o.kz)((()=>n.e(2034).then(n.bind(n,1553)))),de=(0,o.kz)((()=>n.e(1108).then(n.bind(n,8863)))),le=(0,o.kz)((()=>n.e(1895).then(n.bind(n,1896)))),se=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(9868)]).then(n.bind(n,8490)))),ue=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(5284)]).then(n.bind(n,4008)))),ce=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2892)]).then(n.bind(n,1003)))),pe=(0,o.kz)((()=>n.e(4390).then(n.bind(n,8626)))),he=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(3415)]).then(n.bind(n,5850)))),me=(0,o.kz)((()=>Promise.all([n.e(1114),n.e(2477)]).then(n.bind(n,8743)))),fe=[{path:"/module-tools/en/api/config/build-config",element:i.createElement(r),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/api/config/build-config.md",preload:async()=>(await r.preload(),Promise.all([n.e(1114),n.e(5654)]).then(n.bind(n,5069))),lang:"en"},{path:"/module-tools/en/api/config/build-preset",element:i.createElement(a),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/api/config/build-preset.mdx",preload:async()=>(await a.preload(),Promise.all([n.e(1114),n.e(8782)]).then(n.bind(n,7274))),lang:"en"},{path:"/module-tools/en/api/config/design-system",element:i.createElement(d),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/api/config/design-system.md",preload:async()=>(await d.preload(),Promise.all([n.e(1114),n.e(9220)]).then(n.bind(n,3131))),lang:"en"},{path:"/module-tools/en/api/config/plugins",element:i.createElement(l),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/api/config/plugins.md",preload:async()=>(await l.preload(),Promise.all([n.e(1114),n.e(2097)]).then(n.bind(n,6371))),lang:"en"},{path:"/module-tools/en/api/config/testing",element:i.createElement(s),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/api/config/testing.md",preload:async()=>(await s.preload(),Promise.all([n.e(1114),n.e(2556)]).then(n.bind(n,390))),lang:"en"},{path:"/module-tools/en/api/",element:i.createElement(u),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/api/index.md",preload:async()=>(await u.preload(),n.e(1085).then(n.bind(n,6464))),lang:"en"},{path:"/module-tools/en/api/plugin-api/plugin-hooks",element:i.createElement(c),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/api/plugin-api/plugin-hooks.md",preload:async()=>(await c.preload(),Promise.all([n.e(1114),n.e(1677)]).then(n.bind(n,2169))),lang:"en"},{path:"/module-tools/en/guide/advance/asset",element:i.createElement(p),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/advance/asset.mdx",preload:async()=>(await p.preload(),Promise.all([n.e(1114),n.e(8230)]).then(n.bind(n,1487))),lang:"en"},{path:"/module-tools/en/guide/advance/build-umd",element:i.createElement(h),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/advance/build-umd.mdx",preload:async()=>(await h.preload(),Promise.all([n.e(1114),n.e(4663)]).then(n.bind(n,1690))),lang:"en"},{path:"/module-tools/en/guide/advance/copy",element:i.createElement(m),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/advance/copy.md",preload:async()=>(await m.preload(),Promise.all([n.e(1114),n.e(5057)]).then(n.bind(n,8937))),lang:"en"},{path:"/module-tools/en/guide/advance/external-dependency",element:i.createElement(f),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/advance/external-dependency.mdx",preload:async()=>(await f.preload(),Promise.all([n.e(1114),n.e(4260)]).then(n.bind(n,4185))),lang:"en"},{path:"/module-tools/en/guide/advance/in-depth-about-build",element:i.createElement(g),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/advance/in-depth-about-build.md",preload:async()=>(await g.preload(),Promise.all([n.e(1114),n.e(8927)]).then(n.bind(n,1645))),lang:"en"},{path:"/module-tools/en/guide/advance/in-depth-about-dev-command",element:i.createElement(b),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/advance/in-depth-about-dev-command.md",preload:async()=>(await b.preload(),Promise.all([n.e(1114),n.e(9826)]).then(n.bind(n,9137))),lang:"en"},{path:"/module-tools/en/guide/advance/theme-config",element:i.createElement(y),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/advance/theme-config.mdx",preload:async()=>(await y.preload(),Promise.all([n.e(1114),n.e(6098)]).then(n.bind(n,7986))),lang:"en"},{path:"/module-tools/en/guide/basic/before-getting-started",element:i.createElement(x),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/basic/before-getting-started.md",preload:async()=>(await x.preload(),Promise.all([n.e(1114),n.e(2678)]).then(n.bind(n,9865))),lang:"en"},{path:"/module-tools/en/guide/basic/command-preview",element:i.createElement(v),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/basic/command-preview.md",preload:async()=>(await v.preload(),Promise.all([n.e(1114),n.e(7571)]).then(n.bind(n,7515))),lang:"en"},{path:"/module-tools/en/guide/basic/modify-output-product",element:i.createElement(k),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/basic/modify-output-product.md",preload:async()=>(await k.preload(),Promise.all([n.e(1114),n.e(5578)]).then(n.bind(n,6623))),lang:"en"},{path:"/module-tools/en/guide/basic/publish-your-project",element:i.createElement(w),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/basic/publish-your-project.md",preload:async()=>(await w.preload(),Promise.all([n.e(1114),n.e(3032)]).then(n.bind(n,18))),lang:"en"},{path:"/module-tools/en/guide/basic/test-your-project",element:i.createElement(P),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/basic/test-your-project.mdx",preload:async()=>(await P.preload(),Promise.all([n.e(1114),n.e(3741)]).then(n.bind(n,9475))),lang:"en"},{path:"/module-tools/en/guide/basic/use-micro-generator",element:i.createElement(T),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/basic/use-micro-generator.md",preload:async()=>(await T.preload(),Promise.all([n.e(1114),n.e(2532)]).then(n.bind(n,6494))),lang:"en"},{path:"/module-tools/en/guide/basic/using-storybook",element:i.createElement(E),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/basic/using-storybook.mdx",preload:async()=>(await E.preload(),Promise.all([n.e(1114),n.e(9675)]).then(n.bind(n,6708))),lang:"en"},{path:"/module-tools/en/guide/best-practices/components",element:i.createElement(z),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/best-practices/components.mdx",preload:async()=>(await z.preload(),Promise.all([n.e(1114),n.e(7401)]).then(n.bind(n,7668))),lang:"en"},{path:"/module-tools/en/guide/intro/getting-started",element:i.createElement(j),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/intro/getting-started.md",preload:async()=>(await j.preload(),Promise.all([n.e(1114),n.e(229)]).then(n.bind(n,7740))),lang:"en"},{path:"/module-tools/en/guide/intro/welcome",element:i.createElement(S),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/intro/welcome.md",preload:async()=>(await S.preload(),n.e(2033).then(n.bind(n,2157))),lang:"en"},{path:"/module-tools/en/guide/intro/why-module-engineering-solution",element:i.createElement(C),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/guide/intro/why-module-engineering-solution.md",preload:async()=>(await C.preload(),n.e(7512).then(n.bind(n,4010))),lang:"en"},{path:"/module-tools/en/",element:i.createElement(A),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/index.md",preload:async()=>(await A.preload(),n.e(315).then(n.bind(n,8798))),lang:"en"},{path:"/module-tools/en/plugins/guide/getting-started",element:i.createElement(O),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/plugins/guide/getting-started.mdx",preload:async()=>(await O.preload(),Promise.all([n.e(1114),n.e(8687)]).then(n.bind(n,6532))),lang:"en"},{path:"/module-tools/en/plugins/guide/plugin-object",element:i.createElement(I),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/plugins/guide/plugin-object.mdx",preload:async()=>(await I.preload(),Promise.all([n.e(1114),n.e(5300)]).then(n.bind(n,5906))),lang:"en"},{path:"/module-tools/en/plugins/guide/setup-function",element:i.createElement(L),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/plugins/guide/setup-function.mdx",preload:async()=>(await L.preload(),Promise.all([n.e(1114),n.e(4749)]).then(n.bind(n,5262))),lang:"en"},{path:"/module-tools/en/plugins/official-list/overview",element:i.createElement(U),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/plugins/official-list/overview.md",preload:async()=>(await U.preload(),n.e(9479).then(n.bind(n,5090))),lang:"en"},{path:"/module-tools/en/plugins/official-list/plugin-banner",element:i.createElement(M),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/plugins/official-list/plugin-banner.md",preload:async()=>(await M.preload(),Promise.all([n.e(1114),n.e(262)]).then(n.bind(n,6185))),lang:"en"},{path:"/module-tools/en/plugins/official-list/plugin-import",element:i.createElement(D),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/en/plugins/official-list/plugin-import.mdx",preload:async()=>(await D.preload(),Promise.all([n.e(1114),n.e(8888)]).then(n.bind(n,6682))),lang:"en"},{path:"/module-tools/api/config/build-config",element:i.createElement(R),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/api/config/build-config.md",preload:async()=>(await R.preload(),Promise.all([n.e(1114),n.e(237)]).then(n.bind(n,6226))),lang:"zh"},{path:"/module-tools/api/config/build-preset",element:i.createElement(H),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/api/config/build-preset.mdx",preload:async()=>(await H.preload(),Promise.all([n.e(1114),n.e(7241)]).then(n.bind(n,8944))),lang:"zh"},{path:"/module-tools/api/config/design-system",element:i.createElement(N),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/api/config/design-system.md",preload:async()=>(await N.preload(),Promise.all([n.e(1114),n.e(4695)]).then(n.bind(n,8055))),lang:"zh"},{path:"/module-tools/api/config/plugins",element:i.createElement(B),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/api/config/plugins.md",preload:async()=>(await B.preload(),Promise.all([n.e(1114),n.e(3806)]).then(n.bind(n,2804))),lang:"zh"},{path:"/module-tools/api/config/testing",element:i.createElement(_),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/api/config/testing.md",preload:async()=>(await _.preload(),Promise.all([n.e(1114),n.e(421)]).then(n.bind(n,900))),lang:"zh"},{path:"/module-tools/api/",element:i.createElement(F),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/api/index.md",preload:async()=>(await F.preload(),n.e(1189).then(n.bind(n,8883))),lang:"zh"},{path:"/module-tools/api/plugin-api/plugin-hooks",element:i.createElement(W),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/api/plugin-api/plugin-hooks.md",preload:async()=>(await W.preload(),Promise.all([n.e(1114),n.e(1178)]).then(n.bind(n,2858))),lang:"zh"},{path:"/module-tools/guide/advance/asset",element:i.createElement(q),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/advance/asset.mdx",preload:async()=>(await q.preload(),Promise.all([n.e(1114),n.e(5723)]).then(n.bind(n,7816))),lang:"zh"},{path:"/module-tools/guide/advance/build-umd",element:i.createElement(G),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/advance/build-umd.mdx",preload:async()=>(await G.preload(),Promise.all([n.e(1114),n.e(4837)]).then(n.bind(n,5758))),lang:"zh"},{path:"/module-tools/guide/advance/copy",element:i.createElement($),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/advance/copy.md",preload:async()=>(await $.preload(),Promise.all([n.e(1114),n.e(2611)]).then(n.bind(n,6822))),lang:"zh"},{path:"/module-tools/guide/advance/external-dependency",element:i.createElement(Y),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/advance/external-dependency.mdx",preload:async()=>(await Y.preload(),Promise.all([n.e(1114),n.e(5532)]).then(n.bind(n,8379))),lang:"zh"},{path:"/module-tools/guide/advance/in-depth-about-build",element:i.createElement(V),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/advance/in-depth-about-build.md",preload:async()=>(await V.preload(),Promise.all([n.e(1114),n.e(727)]).then(n.bind(n,4793))),lang:"zh"},{path:"/module-tools/guide/advance/in-depth-about-dev-command",element:i.createElement(K),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/advance/in-depth-about-dev-command.md",preload:async()=>(await K.preload(),Promise.all([n.e(1114),n.e(2540)]).then(n.bind(n,6642))),lang:"zh"},{path:"/module-tools/guide/advance/theme-config",element:i.createElement(Z),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/advance/theme-config.mdx",preload:async()=>(await Z.preload(),Promise.all([n.e(1114),n.e(1180)]).then(n.bind(n,5035))),lang:"zh"},{path:"/module-tools/guide/basic/before-getting-started",element:i.createElement(Q),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/basic/before-getting-started.md",preload:async()=>(await Q.preload(),Promise.all([n.e(1114),n.e(775)]).then(n.bind(n,9467))),lang:"zh"},{path:"/module-tools/guide/basic/command-preview",element:i.createElement(X),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/basic/command-preview.md",preload:async()=>(await X.preload(),Promise.all([n.e(1114),n.e(1756)]).then(n.bind(n,1675))),lang:"zh"},{path:"/module-tools/guide/basic/modify-output-product",element:i.createElement(J),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/basic/modify-output-product.md",preload:async()=>(await J.preload(),Promise.all([n.e(1114),n.e(2821)]).then(n.bind(n,3730))),lang:"zh"},{path:"/module-tools/guide/basic/publish-your-project",element:i.createElement(ee),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/basic/publish-your-project.md",preload:async()=>(await ee.preload(),Promise.all([n.e(1114),n.e(2020)]).then(n.bind(n,7242))),lang:"zh"},{path:"/module-tools/guide/basic/test-your-project",element:i.createElement(te),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/basic/test-your-project.mdx",preload:async()=>(await te.preload(),Promise.all([n.e(1114),n.e(5966)]).then(n.bind(n,703))),lang:"zh"},{path:"/module-tools/guide/basic/use-micro-generator",element:i.createElement(ne),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/basic/use-micro-generator.md",preload:async()=>(await ne.preload(),Promise.all([n.e(1114),n.e(7294)]).then(n.bind(n,1283))),lang:"zh"},{path:"/module-tools/guide/basic/using-storybook",element:i.createElement(ie),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/basic/using-storybook.mdx",preload:async()=>(await ie.preload(),Promise.all([n.e(1114),n.e(5107)]).then(n.bind(n,354))),lang:"zh"},{path:"/module-tools/guide/best-practices/components",element:i.createElement(oe),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/best-practices/components.mdx",preload:async()=>(await oe.preload(),Promise.all([n.e(1114),n.e(2013)]).then(n.bind(n,2933))),lang:"zh"},{path:"/module-tools/guide/intro/getting-started",element:i.createElement(re),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/intro/getting-started.md",preload:async()=>(await re.preload(),Promise.all([n.e(1114),n.e(2633)]).then(n.bind(n,7895))),lang:"zh"},{path:"/module-tools/guide/intro/welcome",element:i.createElement(ae),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/intro/welcome.md",preload:async()=>(await ae.preload(),n.e(2034).then(n.bind(n,1553))),lang:"zh"},{path:"/module-tools/guide/intro/why-module-engineering-solution",element:i.createElement(de),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/guide/intro/why-module-engineering-solution.md",preload:async()=>(await de.preload(),n.e(1108).then(n.bind(n,8863))),lang:"zh"},{path:"/module-tools/",element:i.createElement(le),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/index.md",preload:async()=>(await le.preload(),n.e(1895).then(n.bind(n,1896))),lang:"zh"},{path:"/module-tools/plugins/guide/getting-started",element:i.createElement(se),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/plugins/guide/getting-started.mdx",preload:async()=>(await se.preload(),Promise.all([n.e(1114),n.e(9868)]).then(n.bind(n,8490))),lang:"zh"},{path:"/module-tools/plugins/guide/plugin-object",element:i.createElement(ue),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/plugins/guide/plugin-object.mdx",preload:async()=>(await ue.preload(),Promise.all([n.e(1114),n.e(5284)]).then(n.bind(n,4008))),lang:"zh"},{path:"/module-tools/plugins/guide/setup-function",element:i.createElement(ce),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/plugins/guide/setup-function.mdx",preload:async()=>(await ce.preload(),Promise.all([n.e(1114),n.e(2892)]).then(n.bind(n,1003))),lang:"zh"},{path:"/module-tools/plugins/official-list/overview",element:i.createElement(pe),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/plugins/official-list/overview.md",preload:async()=>(await pe.preload(),n.e(4390).then(n.bind(n,8626))),lang:"zh"},{path:"/module-tools/plugins/official-list/plugin-banner",element:i.createElement(he),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/plugins/official-list/plugin-banner.md",preload:async()=>(await he.preload(),Promise.all([n.e(1114),n.e(3415)]).then(n.bind(n,5850))),lang:"zh"},{path:"/module-tools/plugins/official-list/plugin-import",element:i.createElement(me),filePath:"/Users/bytedance/github/targeral/modern-js/packages/toolkit/module-doc/docs/zh/plugins/official-list/plugin-import.mdx",preload:async()=>(await me.preload(),Promise.all([n.e(1114),n.e(2477)]).then(n.bind(n,8743))),lang:"zh"}]}}]);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
|
|
2
|
+
* @license MIT */
|
|
3
|
+
|
|
4
|
+
/*! medium-zoom 1.0.8 | MIT License | https://github.com/francoischalifour/medium-zoom */
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @license React
|
|
8
|
+
* scheduler.production.min.js
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE file in the root directory of this source tree.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @remix-run/router v1.3.2
|
|
18
|
+
*
|
|
19
|
+
* Copyright (c) Remix Software Inc.
|
|
20
|
+
*
|
|
21
|
+
* This source code is licensed under the MIT license found in the
|
|
22
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
23
|
+
*
|
|
24
|
+
* @license MIT
|
|
25
|
+
*/
|