@strapi/admin 4.5.3 → 4.5.5
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/admin/src/components/AuthenticatedApp/index.js +13 -2
- package/admin/src/components/GlobalStyle/index.js +0 -11
- package/admin/src/content-manager/components/ComponentIcon/ComponentIcon.js +49 -0
- package/admin/src/content-manager/components/ComponentIcon/index.js +1 -0
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCard.js +17 -31
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCategory.js +2 -2
- package/admin/src/content-manager/components/DynamicZone/components/DynamicComponent.js +3 -3
- package/admin/src/content-manager/components/EditViewDataManagerProvider/index.js +39 -3
- package/admin/src/content-manager/components/EditViewDataManagerProvider/reducer.js +24 -3
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/findLeafByPathAndReplace.js +2 -1
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/recursivelyFindPathsBasedOnCondition.js +8 -1
- package/admin/src/content-manager/components/InputJSON/FieldWrapper.js +10 -2
- package/admin/src/content-manager/components/InputJSON/Label.js +2 -18
- package/admin/src/content-manager/components/InputJSON/index.js +7 -3
- package/admin/src/content-manager/components/NonRepeatableComponent/index.js +4 -0
- package/admin/src/content-manager/components/RelationInput/RelationInput.js +6 -13
- package/admin/src/content-manager/components/RelationInputDataManager/RelationInputDataManager.js +1 -1
- package/admin/src/content-manager/components/RepeatableComponent/AccordionGroupCustom/index.js +0 -1
- package/admin/src/content-manager/components/RepeatableComponent/DraggedItem/index.js +4 -0
- package/admin/src/content-manager/components/RepeatableComponent/index.js +1 -3
- package/admin/src/content-manager/components/SingleTypeFormWrapper/index.js +1 -1
- package/admin/src/content-manager/components/Wysiwyg/Editor.js +1 -1
- package/admin/src/content-manager/hooks/useLazyComponents/index.js +40 -15
- package/admin/src/content-manager/pages/EditSettingsView/components/DynamicZoneList.js +18 -38
- package/admin/src/content-manager/pages/EditView/Header/index.js +1 -1
- package/admin/src/content-manager/sharedReducers/crudReducer/actions.js +5 -0
- package/admin/src/content-manager/sharedReducers/crudReducer/constants.js +2 -0
- package/admin/src/content-manager/sharedReducers/crudReducer/reducer.js +7 -0
- package/admin/src/core/utils/axiosInstance.js +4 -2
- package/admin/src/hooks/index.js +1 -0
- package/admin/src/hooks/useFetchClient/index.js +23 -0
- package/admin/src/pages/Admin/Onboarding/index.js +42 -44
- package/admin/src/pages/App/index.js +20 -13
- package/admin/src/pages/AuthPage/components/Register/index.js +1 -1
- package/admin/src/pages/AuthPage/components/ResetPassword/index.js +1 -1
- package/admin/src/pages/HomePage/SocialLinks.js +4 -4
- package/admin/src/pages/ProfilePage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +2 -3
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/index.js +23 -18
- package/admin/src/translations/ca.json +2 -3
- package/admin/src/translations/dk.json +2 -2
- package/admin/src/translations/en.json +2 -1
- package/admin/src/translations/es.json +2 -2
- package/admin/src/translations/fr.json +2 -2
- package/admin/src/translations/hu.json +2 -2
- package/admin/src/translations/ja.json +2 -2
- package/admin/src/translations/nl.json +2 -2
- package/admin/src/translations/sk.json +274 -52
- package/admin/src/translations/tr.json +485 -5
- package/admin/src/translations/zh-Hans.json +1 -1
- package/admin/src/translations/zh.json +2 -2
- package/admin/src/utils/fetchClient.js +45 -0
- package/admin/src/utils/getFetchClient.js +10 -0
- package/admin/src/utils/index.js +1 -0
- package/admin/src/utils/uniqueAdminHash.js +22 -0
- package/build/2235.06c13219.chunk.js +106 -0
- package/build/{1233.80b05d66.chunk.js → 2473.45658149.chunk.js} +67 -67
- package/build/2598.962797b2.chunk.js +159 -0
- package/build/4318.0bbd3f4b.chunk.js +30 -0
- package/build/4958.7c118f5e.chunk.js +276 -0
- package/build/5052.712419ea.chunk.js +65 -0
- package/build/7295.e12e5587.chunk.js +114 -0
- package/build/805.ddcead70.chunk.js +138 -0
- package/build/{8633.8da5488a.chunk.js → 8633.19be8f45.chunk.js} +1 -1
- package/build/874.bde3ea04.chunk.js +104 -0
- package/build/9707.77e475ee.chunk.js +101 -0
- package/build/Admin-authenticatedApp.59063c5f.chunk.js +72 -0
- package/build/{Admin_homePage.54e33c2d.chunk.js → Admin_homePage.8945f71a.chunk.js} +5 -5
- package/build/{Admin_marketplace.8219fda6.chunk.js → Admin_marketplace.615343fb.chunk.js} +6 -6
- package/build/Admin_pluginsPage.67728975.chunk.js +6 -0
- package/build/{Admin_profilePage.e9fcce92.chunk.js → Admin_profilePage.175c6516.chunk.js} +2 -2
- package/build/Admin_settingsPage.ba0605a2.chunk.js +178 -0
- package/build/Upload_ConfigureTheView.7cb2a3fd.chunk.js +1 -0
- package/build/admin-app.77b9f2b9.chunk.js +112 -0
- package/build/admin-edit-roles-page.f407538c.chunk.js +1 -0
- package/build/admin-edit-users.5547b126.chunk.js +10 -0
- package/build/{admin-users.a0748674.chunk.js → admin-users.4b6b47f8.chunk.js} +2 -2
- package/build/api-tokens-create-page.dd4ddfcb.chunk.js +1 -0
- package/build/api-tokens-edit-page.821c5a6c.chunk.js +1 -0
- package/build/{api-tokens-list-page.700e575f.chunk.js → api-tokens-list-page.50519ed7.chunk.js} +1 -1
- package/build/ca-json.fa3e6f48.chunk.js +1 -0
- package/build/{codemirror-css.4e2bbed3.chunk.js → codemirror-css.aa4c2de2.chunk.js} +2 -3
- package/build/codemirror-theme.c1d2b07c.chunk.js +33 -0
- package/build/content-manager.d89dcc40.chunk.js +1184 -0
- package/build/content-type-builder-list-view.4aea46fa.chunk.js +198 -0
- package/build/content-type-builder-translation-de-json.a52482c7.chunk.js +1 -0
- package/build/content-type-builder-translation-dk-json.a8616510.chunk.js +1 -0
- package/build/content-type-builder-translation-en-json.1d9a3c14.chunk.js +1 -0
- package/build/content-type-builder-translation-es-json.c3ea46fb.chunk.js +1 -0
- package/build/content-type-builder-translation-ko-json.3fb7ddc8.chunk.js +1 -0
- package/build/content-type-builder-translation-pl-json.9b2993b2.chunk.js +1 -0
- package/build/content-type-builder-translation-pt-BR-json.6d255441.chunk.js +1 -0
- package/build/content-type-builder-translation-sv-json.c608b9ca.chunk.js +1 -0
- package/build/content-type-builder-translation-tr-json.949e22eb.chunk.js +1 -0
- package/build/content-type-builder-translation-zh-json.b79513e4.chunk.js +1 -0
- package/build/content-type-builder.3b1a75a2.chunk.js +127 -0
- package/build/dk-json.ab5dd6ac.chunk.js +1 -0
- package/build/email-settings-page.d7165683.chunk.js +15 -0
- package/build/email-translation-tr-json.8aa034bb.chunk.js +1 -0
- package/build/en-json.d268c039.chunk.js +1 -0
- package/build/es-json.8fe19fb3.chunk.js +1 -0
- package/build/fr-json.7ba93468.chunk.js +1 -0
- package/build/highlight.js.aea3bcf9.chunk.js +85 -0
- package/build/hu-json.459334f8.chunk.js +1 -0
- package/build/{i18n-settings-page.195d42fe.chunk.js → i18n-settings-page.ee572037.chunk.js} +1 -1
- package/build/i18n-translation-tr-json.34ca9d61.chunk.js +1 -0
- package/build/index.html +1 -1
- package/build/ja-json.e69860d6.chunk.js +1 -0
- package/build/main.1a19193b.js +4417 -0
- package/build/nl-json.02de2e84.chunk.js +1 -0
- package/build/runtime~main.2e5b4723.js +2 -0
- package/build/sk-json.2af48064.chunk.js +1 -0
- package/build/sso-settings-page.91924df1.chunk.js +41 -0
- package/build/tr-json.eac8bd79.chunk.js +1 -0
- package/build/upload-settings.5fd96cda.chunk.js +89 -0
- package/build/upload-translation-en-json.32cf9aff.chunk.js +1 -0
- package/build/upload-translation-sk-json.fe86c53b.chunk.js +1 -0
- package/build/upload-translation-tr-json.b173223a.chunk.js +1 -0
- package/build/upload.9993c14f.chunk.js +38 -0
- package/build/users-advanced-settings-page.c4431a05.chunk.js +13 -0
- package/build/users-email-settings-page.d8a0bf10.chunk.js +28 -0
- package/build/{users-permissions-translation-dk-json.fe39c74b.chunk.js → users-permissions-translation-dk-json.bad0b786.chunk.js} +1 -1
- package/build/{users-permissions-translation-en-json.765abf48.chunk.js → users-permissions-translation-en-json.aeab388a.chunk.js} +1 -1
- package/build/{users-permissions-translation-es-json.1bb9cde2.chunk.js → users-permissions-translation-es-json.152a923f.chunk.js} +1 -1
- package/build/{users-permissions-translation-ko-json.3be77775.chunk.js → users-permissions-translation-ko-json.6bd0ae22.chunk.js} +1 -1
- package/build/{users-permissions-translation-pl-json.1dbdd4a1.chunk.js → users-permissions-translation-pl-json.c6a02992.chunk.js} +1 -1
- package/build/{users-permissions-translation-sv-json.d5d11648.chunk.js → users-permissions-translation-sv-json.370d6eee.chunk.js} +1 -1
- package/build/users-permissions-translation-tr-json.9bebc250.chunk.js +1 -0
- package/build/{users-permissions-translation-zh-json.92f406f9.chunk.js → users-permissions-translation-zh-json.1fea833f.chunk.js} +1 -1
- package/build/users-providers-settings-page.47a69fe9.chunk.js +1 -0
- package/build/{users-roles-settings-page.445e5e16.chunk.js → users-roles-settings-page.0a87ba15.chunk.js} +3 -3
- package/build/{webhook-edit-page.14ad1e6e.chunk.js → webhook-edit-page.dcc3d145.chunk.js} +4 -4
- package/build/{webhook-list-page.b87821f2.chunk.js → webhook-list-page.894e6959.chunk.js} +1 -1
- package/build/zh-Hans-json.1b3b4a64.chunk.js +1 -0
- package/build/zh-json.2d46108e.chunk.js +1 -0
- package/package.json +17 -22
- package/server/controllers/admin.js +2 -0
- package/server/index.js +2 -0
- package/server/middlewares/index.js +7 -0
- package/server/middlewares/rateLimit.js +43 -0
- package/server/routes/admin.js +1 -1
- package/server/routes/authentication.js +4 -1
- package/server/routes/roles.js +0 -8
- package/server/services/metrics.js +5 -2
- package/server/services/role.js +1 -0
- package/utils/get-plugins-path.js +17 -3
- package/webpack.alias.js +0 -2
- package/admin/src/content-manager/components/BackHeader/index.js +0 -8
- package/admin/src/content-manager/components/Block/components.js +0 -28
- package/admin/src/content-manager/components/Block/index.js +0 -43
- package/admin/src/content-manager/components/Container/index.js +0 -7
- package/admin/src/content-manager/components/CustomInputCheckbox/components.js +0 -77
- package/admin/src/content-manager/components/CustomInputCheckbox/index.js +0 -53
- package/admin/src/content-manager/components/DynamicComponentCard/Wrapper.js +0 -63
- package/admin/src/content-manager/components/FilterOptionsCTA/index.js +0 -14
- package/admin/src/content-manager/components/FormTitle/index.js +0 -22
- package/admin/src/content-manager/components/FormWrapper/index.js +0 -20
- package/admin/src/content-manager/components/InputJSON/FieldError.js +0 -38
- package/admin/src/content-manager/components/LayoutTitle/index.js +0 -19
- package/admin/src/content-manager/components/PlusButton/index.js +0 -52
- package/admin/src/content-manager/components/PreviewCarret/components.js +0 -27
- package/admin/src/content-manager/components/PreviewCarret/index.js +0 -22
- package/admin/src/content-manager/components/SectionTitle/Title.js +0 -11
- package/admin/src/content-manager/components/SectionTitle/index.js +0 -26
- package/build/1551f4f60c37af51121f.woff2 +0 -0
- package/build/1920.74a262e7.chunk.js +0 -245
- package/build/1e59d2330b4c6deb84b3.ttf +0 -0
- package/build/20fd1704ea223900efa9.woff2 +0 -0
- package/build/2285773e6b4b172f07d9.woff +0 -0
- package/build/23f19bb08961f37aaf69.eot +0 -0
- package/build/2438.61291207.chunk.js +0 -2183
- package/build/2517.9b4940f3.chunk.js +0 -117
- package/build/2f517e09eb2ca6650ff5.svg +0 -3717
- package/build/4306.f03c2b46.chunk.js +0 -98
- package/build/4318.7931eee7.chunk.js +0 -30
- package/build/4689f52cc96215721344.svg +0 -801
- package/build/491974d108fe4002b2aa.ttf +0 -0
- package/build/4986.3820d11d.chunk.js +0 -145
- package/build/504.9aeff724.chunk.js +0 -758
- package/build/527940b104eb2ea366c8.ttf +0 -0
- package/build/77206a6bb316fa0aded5.eot +0 -0
- package/build/7a3337626410ca2f4071.woff2 +0 -0
- package/build/7a8b4f130182d19a2d7c.svg +0 -5034
- package/build/805.e991a370.chunk.js +0 -138
- package/build/8b43027f47b20503057d.eot +0 -0
- package/build/9707.a0cc4ad8.chunk.js +0 -70
- package/build/9bbb245e67a133f6e486.eot +0 -0
- package/build/Admin-authenticatedApp.1e1d3bdd.chunk.js +0 -80
- package/build/Admin_pluginsPage.3c872de7.chunk.js +0 -6
- package/build/Admin_settingsPage.a1a5218b.chunk.js +0 -178
- package/build/admin-app.9cb0abc7.chunk.js +0 -112
- package/build/admin-edit-roles-page.23f15909.chunk.js +0 -1
- package/build/admin-edit-users.283b49ed.chunk.js +0 -10
- package/build/api-tokens-create-page.93dd0689.chunk.js +0 -1
- package/build/api-tokens-edit-page.b0adac81.chunk.js +0 -1
- package/build/bb58e57c48a3e911f15f.woff +0 -0
- package/build/be9ee23c0c6390141475.ttf +0 -0
- package/build/c1e38fd9e0e74ba58f7a.svg +0 -2671
- package/build/ca-json.07ae0f2c.chunk.js +0 -1
- package/build/codemirror-theme.a82cae4e.chunk.js +0 -34
- package/build/content-manager.01e04e11.chunk.js +0 -1200
- package/build/content-type-builder-list-view.4412efc3.chunk.js +0 -201
- package/build/content-type-builder-translation-de-json.0d7696b9.chunk.js +0 -1
- package/build/content-type-builder-translation-dk-json.4729f055.chunk.js +0 -1
- package/build/content-type-builder-translation-en-json.f985c9c4.chunk.js +0 -1
- package/build/content-type-builder-translation-es-json.333cf47f.chunk.js +0 -1
- package/build/content-type-builder-translation-ko-json.51201b12.chunk.js +0 -1
- package/build/content-type-builder-translation-pl-json.4a42349b.chunk.js +0 -1
- package/build/content-type-builder-translation-pt-BR-json.6fe3b8d1.chunk.js +0 -1
- package/build/content-type-builder-translation-sv-json.6deff030.chunk.js +0 -1
- package/build/content-type-builder-translation-tr-json.2e52bc60.chunk.js +0 -1
- package/build/content-type-builder-translation-zh-json.3b0afd31.chunk.js +0 -1
- package/build/content-type-builder.848a9610.chunk.js +0 -145
- package/build/cropper-css.12fe038c.chunk.js +0 -306
- package/build/d878b0a6a1144760244f.woff2 +0 -0
- package/build/dk-json.144c6a8e.chunk.js +0 -1
- package/build/eeccf4f66002c6f2ba24.woff +0 -0
- package/build/email-settings-page.d44a57cb.chunk.js +0 -15
- package/build/email-translation-tr-json.87f2feb3.chunk.js +0 -1
- package/build/en-json.7dd57947.chunk.js +0 -1
- package/build/es-json.6d123a82.chunk.js +0 -1
- package/build/f691f37e57f04c152e23.woff +0 -0
- package/build/fontawesome-css-all.15068c6e.chunk.js +0 -4618
- package/build/fontawesome-css.418f40da.chunk.js +0 -6
- package/build/fontawesome-js.252cc5f3.chunk.js +0 -7
- package/build/fr-json.28ab54cb.chunk.js +0 -1
- package/build/highlight.js.af2de364.chunk.js +0 -86
- package/build/hu-json.c4b641bb.chunk.js +0 -1
- package/build/ja-json.1c9eeeec.chunk.js +0 -1
- package/build/main.f31112a5.js +0 -2034
- package/build/nl-json.26f39180.chunk.js +0 -1
- package/build/runtime~main.f91e75cd.js +0 -2
- package/build/sk-json.7ba4b330.chunk.js +0 -1
- package/build/sso-settings-page.9f091262.chunk.js +0 -1
- package/build/tr-json.9c44ea0c.chunk.js +0 -1
- package/build/upload-settings.450cab1a.chunk.js +0 -18
- package/build/upload-translation-en-json.86da7b0a.chunk.js +0 -1
- package/build/upload-translation-sk-json.b03d4904.chunk.js +0 -1
- package/build/upload.a73936d9.chunk.js +0 -64
- package/build/users-advanced-settings-page.dc23bc56.chunk.js +0 -13
- package/build/users-email-settings-page.6541d372.chunk.js +0 -28
- package/build/users-permissions-translation-tr-json.cdc49a3c.chunk.js +0 -1
- package/build/users-providers-settings-page.e11a2f64.chunk.js +0 -33
- package/build/zh-Hans-json.21617c24.chunk.js +0 -1
- package/build/zh-json.2ecc6b99.chunk.js +0 -1
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7295],{93994:(R,T,n)=>{var i=n(33795);function v(d,c){for(var o=-1,r=c.length,e=Array(r),a=d==null;++o<r;)e[o]=a?void 0:i(d,c[o]);return e}R.exports=v},88311:(R,T,n)=>{var i=n(93994),v=n(83368),d=v(i);R.exports=d},65923:(R,T,n)=>{"use strict";const i=n(52138),v=Symbol("max"),d=Symbol("length"),c=Symbol("lengthCalculator"),o=Symbol("allowStale"),r=Symbol("maxAge"),e=Symbol("dispose"),a=Symbol("noDisposeOnSet"),s=Symbol("lruList"),t=Symbol("cache"),u=Symbol("updateAgeOnGet"),m=()=>1;class D{constructor(l){if(typeof l=="number"&&(l={max:l}),l||(l={}),l.max&&(typeof l.max!="number"||l.max<0))throw new TypeError("max must be a non-negative number");const y=this[v]=l.max||1/0,p=l.length||m;if(this[c]=typeof p!="function"?m:p,this[o]=l.stale||!1,l.maxAge&&typeof l.maxAge!="number")throw new TypeError("maxAge must be a number");this[r]=l.maxAge||0,this[e]=l.dispose,this[a]=l.noDisposeOnSet||!1,this[u]=l.updateAgeOnGet||!1,this.reset()}set max(l){if(typeof l!="number"||l<0)throw new TypeError("max must be a non-negative number");this[v]=l||1/0,I(this)}get max(){return this[v]}set allowStale(l){this[o]=!!l}get allowStale(){return this[o]}set maxAge(l){if(typeof l!="number")throw new TypeError("maxAge must be a non-negative number");this[r]=l,I(this)}get maxAge(){return this[r]}set lengthCalculator(l){typeof l!="function"&&(l=m),l!==this[c]&&(this[c]=l,this[d]=0,this[s].forEach(y=>{y.length=this[c](y.value,y.key),this[d]+=y.length})),I(this)}get lengthCalculator(){return this[c]}get length(){return this[d]}get itemCount(){return this[s].length}rforEach(l,y){y=y||this;for(let p=this[s].tail;p!==null;){const L=p.prev;g(this,l,p,y),p=L}}forEach(l,y){y=y||this;for(let p=this[s].head;p!==null;){const L=p.next;g(this,l,p,y),p=L}}keys(){return this[s].toArray().map(l=>l.key)}values(){return this[s].toArray().map(l=>l.value)}reset(){this[e]&&this[s]&&this[s].length&&this[s].forEach(l=>this[e](l.key,l.value)),this[t]=new Map,this[s]=new i,this[d]=0}dump(){return this[s].map(l=>P(this,l)?!1:{k:l.key,v:l.value,e:l.now+(l.maxAge||0)}).toArray().filter(l=>l)}dumpLru(){return this[s]}set(l,y,p){if(p=p||this[r],p&&typeof p!="number")throw new TypeError("maxAge must be a number");const L=p?Date.now():0,C=this[c](y,l);if(this[t].has(l)){if(C>this[v])return O(this,this[t].get(l)),!1;const S=this[t].get(l).value;return this[e]&&(this[a]||this[e](l,S.value)),S.now=L,S.maxAge=p,S.value=y,this[d]+=C-S.length,S.length=C,this.get(l),I(this),!0}const w=new h(l,y,C,L,p);return w.length>this[v]?(this[e]&&this[e](l,y),!1):(this[d]+=w.length,this[s].unshift(w),this[t].set(l,this[s].head),I(this),!0)}has(l){if(!this[t].has(l))return!1;const y=this[t].get(l).value;return!P(this,y)}get(l){return E(this,l,!0)}peek(l){return E(this,l,!1)}pop(){const l=this[s].tail;return l?(O(this,l),l.value):null}del(l){O(this,this[t].get(l))}load(l){this.reset();const y=Date.now();for(let p=l.length-1;p>=0;p--){const L=l[p],C=L.e||0;if(C===0)this.set(L.k,L.v);else{const w=C-y;w>0&&this.set(L.k,L.v,w)}}}prune(){this[t].forEach((l,y)=>E(this,y,!1))}}const E=(f,l,y)=>{const p=f[t].get(l);if(p){const L=p.value;if(P(f,L)){if(O(f,p),!f[o])return}else y&&(f[u]&&(p.value.now=Date.now()),f[s].unshiftNode(p));return L.value}},P=(f,l)=>{if(!l||!l.maxAge&&!f[r])return!1;const y=Date.now()-l.now;return l.maxAge?y>l.maxAge:f[r]&&y>f[r]},I=f=>{if(f[d]>f[v])for(let l=f[s].tail;f[d]>f[v]&&l!==null;){const y=l.prev;O(f,l),l=y}},O=(f,l)=>{if(l){const y=l.value;f[e]&&f[e](y.key,y.value),f[d]-=y.length,f[t].delete(y.key),f[s].removeNode(l)}};class h{constructor(l,y,p,L,C){this.key=l,this.value=y,this.length=p,this.now=L,this.maxAge=C||0}}const g=(f,l,y,p)=>{let L=y.value;P(f,L)&&(O(f,y),f[o]||(L=void 0)),L&&l.call(p,L.value,L.key,f)};R.exports=D},13272:(R,T,n)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.isSafari=T.isFirefox=void 0;var i=n(17611),v=(0,i.memoize)(function(){return/firefox/i.test(navigator.userAgent)});T.isFirefox=v;var d=(0,i.memoize)(function(){return Boolean(window.safari)});T.isSafari=d},24284:(R,T,n)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.EnterLeaveCounter=void 0;var i=n(17611);function v(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}function d(e,a){for(var s=0;s<a.length;s++){var t=a[s];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function c(e,a,s){return a&&d(e.prototype,a),s&&d(e,s),e}function o(e,a,s){return a in e?Object.defineProperty(e,a,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[a]=s,e}var r=function(){function e(a){v(this,e),o(this,"entered",[]),o(this,"isNodeInDocument",void 0),this.isNodeInDocument=a}return c(e,[{key:"enter",value:function(s){var t=this,u=this.entered.length,m=function(E){return t.isNodeInDocument(E)&&(!E.contains||E.contains(s))};return this.entered=(0,i.union)(this.entered.filter(m),[s]),u===0&&this.entered.length>0}},{key:"leave",value:function(s){var t=this.entered.length;return this.entered=(0,i.without)(this.entered.filter(this.isNodeInDocument),s),t>0&&this.entered.length===0}},{key:"reset",value:function(){this.entered=[]}}]),e}();T.EnterLeaveCounter=r},32022:(R,T,n)=>{"use strict";function i(I){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?i=function(h){return typeof h}:i=function(h){return h&&typeof Symbol=="function"&&h.constructor===Symbol&&h!==Symbol.prototype?"symbol":typeof h},i(I)}Object.defineProperty(T,"__esModule",{value:!0}),T.HTML5BackendImpl=void 0;var v=n(24284),d=n(5782),c=n(54935),o=a(n(9689)),r=n(44444);function e(I){if(typeof WeakMap!="function")return null;var O=new WeakMap,h=new WeakMap;return(e=function(f){return f?h:O})(I)}function a(I,O){if(!O&&I&&I.__esModule)return I;if(I===null||i(I)!=="object"&&typeof I!="function")return{default:I};var h=e(O);if(h&&h.has(I))return h.get(I);var g={},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in I)if(l!=="default"&&Object.prototype.hasOwnProperty.call(I,l)){var y=f?Object.getOwnPropertyDescriptor(I,l):null;y&&(y.get||y.set)?Object.defineProperty(g,l,y):g[l]=I[l]}return g.default=I,h&&h.set(I,g),g}function s(I,O){var h=Object.keys(I);if(Object.getOwnPropertySymbols){var g=Object.getOwnPropertySymbols(I);O&&(g=g.filter(function(f){return Object.getOwnPropertyDescriptor(I,f).enumerable})),h.push.apply(h,g)}return h}function t(I){for(var O=1;O<arguments.length;O++){var h=arguments[O]!=null?arguments[O]:{};O%2?s(Object(h),!0).forEach(function(g){E(I,g,h[g])}):Object.getOwnPropertyDescriptors?Object.defineProperties(I,Object.getOwnPropertyDescriptors(h)):s(Object(h)).forEach(function(g){Object.defineProperty(I,g,Object.getOwnPropertyDescriptor(h,g))})}return I}function u(I,O){if(!(I instanceof O))throw new TypeError("Cannot call a class as a function")}function m(I,O){for(var h=0;h<O.length;h++){var g=O[h];g.enumerable=g.enumerable||!1,g.configurable=!0,"value"in g&&(g.writable=!0),Object.defineProperty(I,g.key,g)}}function D(I,O,h){return O&&m(I.prototype,O),h&&m(I,h),I}function E(I,O,h){return O in I?Object.defineProperty(I,O,{value:h,enumerable:!0,configurable:!0,writable:!0}):I[O]=h,I}var P=function(){function I(O,h,g){var f=this;u(this,I),E(this,"options",void 0),E(this,"actions",void 0),E(this,"monitor",void 0),E(this,"registry",void 0),E(this,"enterLeaveCounter",void 0),E(this,"sourcePreviewNodes",new Map),E(this,"sourcePreviewNodeOptions",new Map),E(this,"sourceNodes",new Map),E(this,"sourceNodeOptions",new Map),E(this,"dragStartSourceIds",null),E(this,"dropTargetIds",[]),E(this,"dragEnterTargetIds",[]),E(this,"currentNativeSource",null),E(this,"currentNativeHandle",null),E(this,"currentDragSourceNode",null),E(this,"altKeyPressed",!1),E(this,"mouseMoveTimeoutTimer",null),E(this,"asyncEndDragFrameId",null),E(this,"dragOverTargetIds",null),E(this,"lastClientOffset",null),E(this,"hoverRafId",null),E(this,"getSourceClientOffset",function(l){var y=f.sourceNodes.get(l);return y&&(0,d.getNodeClientOffset)(y)||null}),E(this,"endDragNativeItem",function(){!f.isDraggingNativeItem()||(f.actions.endDrag(),f.currentNativeHandle&&f.registry.removeSource(f.currentNativeHandle),f.currentNativeHandle=null,f.currentNativeSource=null)}),E(this,"isNodeInDocument",function(l){return Boolean(l&&f.document&&f.document.body&&f.document.body.contains(l))}),E(this,"endDragIfSourceWasRemovedFromDOM",function(){var l=f.currentDragSourceNode;l==null||f.isNodeInDocument(l)||f.clearCurrentDragSourceNode()&&f.monitor.isDragging()&&f.actions.endDrag()}),E(this,"handleTopDragStartCapture",function(){f.clearCurrentDragSourceNode(),f.dragStartSourceIds=[]}),E(this,"handleTopDragStart",function(l){if(!l.defaultPrevented){var y=f.dragStartSourceIds;f.dragStartSourceIds=null;var p=(0,d.getEventClientOffset)(l);f.monitor.isDragging()&&f.actions.endDrag(),f.actions.beginDrag(y||[],{publishSource:!1,getSourceClientOffset:f.getSourceClientOffset,clientOffset:p});var L=l.dataTransfer,C=(0,c.matchNativeItemType)(L);if(f.monitor.isDragging()){if(L&&typeof L.setDragImage=="function"){var w=f.monitor.getSourceId(),W=f.sourceNodes.get(w),S=f.sourcePreviewNodes.get(w)||W;if(S){var N=f.getCurrentSourcePreviewNodeOptions(),$=N.anchorX,_=N.anchorY,x=N.offsetX,A=N.offsetY,b={anchorX:$,anchorY:_},B={offsetX:x,offsetY:A},M=(0,d.getDragPreviewOffset)(W,S,p,b,B);L.setDragImage(S,M.x,M.y)}}try{L==null||L.setData("application/json",{})}catch(U){}f.setCurrentDragSourceNode(l.target);var j=f.getCurrentSourcePreviewNodeOptions(),F=j.captureDraggingState;F?f.actions.publishDragSource():setTimeout(function(){return f.actions.publishDragSource()},0)}else if(C)f.beginDragNativeItem(C);else{if(L&&!L.types&&(l.target&&!l.target.hasAttribute||!l.target.hasAttribute("draggable")))return;l.preventDefault()}}}),E(this,"handleTopDragEndCapture",function(){f.clearCurrentDragSourceNode()&&f.monitor.isDragging()&&f.actions.endDrag()}),E(this,"handleTopDragEnterCapture",function(l){f.dragEnterTargetIds=[];var y=f.enterLeaveCounter.enter(l.target);if(!(!y||f.monitor.isDragging())){var p=l.dataTransfer,L=(0,c.matchNativeItemType)(p);L&&f.beginDragNativeItem(L,p)}}),E(this,"handleTopDragEnter",function(l){var y=f.dragEnterTargetIds;if(f.dragEnterTargetIds=[],!!f.monitor.isDragging()){f.altKeyPressed=l.altKey,y.length>0&&f.actions.hover(y,{clientOffset:(0,d.getEventClientOffset)(l)});var p=y.some(function(L){return f.monitor.canDropOnTarget(L)});p&&(l.preventDefault(),l.dataTransfer&&(l.dataTransfer.dropEffect=f.getCurrentDropEffect()))}}),E(this,"handleTopDragOverCapture",function(){f.dragOverTargetIds=[]}),E(this,"handleTopDragOver",function(l){var y=f.dragOverTargetIds;if(f.dragOverTargetIds=[],!f.monitor.isDragging()){l.preventDefault(),l.dataTransfer&&(l.dataTransfer.dropEffect="none");return}f.altKeyPressed=l.altKey,f.lastClientOffset=(0,d.getEventClientOffset)(l),f.hoverRafId===null&&typeof requestAnimationFrame!="undefined"&&(f.hoverRafId=requestAnimationFrame(function(){f.monitor.isDragging()&&f.actions.hover(y||[],{clientOffset:f.lastClientOffset}),f.hoverRafId=null}));var p=(y||[]).some(function(L){return f.monitor.canDropOnTarget(L)});p?(l.preventDefault(),l.dataTransfer&&(l.dataTransfer.dropEffect=f.getCurrentDropEffect())):f.isDraggingNativeItem()?l.preventDefault():(l.preventDefault(),l.dataTransfer&&(l.dataTransfer.dropEffect="none"))}),E(this,"handleTopDragLeaveCapture",function(l){f.isDraggingNativeItem()&&l.preventDefault();var y=f.enterLeaveCounter.leave(l.target);!y||f.isDraggingNativeItem()&&setTimeout(function(){return f.endDragNativeItem()},0)}),E(this,"handleTopDropCapture",function(l){if(f.dropTargetIds=[],f.isDraggingNativeItem()){var y;l.preventDefault(),(y=f.currentNativeSource)===null||y===void 0||y.loadDataTransfer(l.dataTransfer)}else(0,c.matchNativeItemType)(l.dataTransfer)&&l.preventDefault();f.enterLeaveCounter.reset()}),E(this,"handleTopDrop",function(l){var y=f.dropTargetIds;f.dropTargetIds=[],f.actions.hover(y,{clientOffset:(0,d.getEventClientOffset)(l)}),f.actions.drop({dropEffect:f.getCurrentDropEffect()}),f.isDraggingNativeItem()?f.endDragNativeItem():f.monitor.isDragging()&&f.actions.endDrag()}),E(this,"handleSelectStart",function(l){var y=l.target;typeof y.dragDrop=="function"&&(y.tagName==="INPUT"||y.tagName==="SELECT"||y.tagName==="TEXTAREA"||y.isContentEditable||(l.preventDefault(),y.dragDrop()))}),this.options=new r.OptionsReader(h,g),this.actions=O.getActions(),this.monitor=O.getMonitor(),this.registry=O.getRegistry(),this.enterLeaveCounter=new v.EnterLeaveCounter(this.isNodeInDocument)}return D(I,[{key:"profile",value:function(){var h,g;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((h=this.dragStartSourceIds)===null||h===void 0?void 0:h.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((g=this.dragOverTargetIds)===null||g===void 0?void 0:g.length)||0}}},{key:"window",get:function(){return this.options.window}},{key:"document",get:function(){return this.options.document}},{key:"rootElement",get:function(){return this.options.rootElement}},{key:"setup",value:function(){var h=this.rootElement;if(h!==void 0){if(h.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");h.__isReactDndBackendSetUp=!0,this.addEventListeners(h)}}},{key:"teardown",value:function(){var h=this.rootElement;if(h!==void 0&&(h.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var g;(g=this.window)===null||g===void 0||g.cancelAnimationFrame(this.asyncEndDragFrameId)}}},{key:"connectDragPreview",value:function(h,g,f){var l=this;return this.sourcePreviewNodeOptions.set(h,f),this.sourcePreviewNodes.set(h,g),function(){l.sourcePreviewNodes.delete(h),l.sourcePreviewNodeOptions.delete(h)}}},{key:"connectDragSource",value:function(h,g,f){var l=this;this.sourceNodes.set(h,g),this.sourceNodeOptions.set(h,f);var y=function(C){return l.handleDragStart(C,h)},p=function(C){return l.handleSelectStart(C)};return g.setAttribute("draggable","true"),g.addEventListener("dragstart",y),g.addEventListener("selectstart",p),function(){l.sourceNodes.delete(h),l.sourceNodeOptions.delete(h),g.removeEventListener("dragstart",y),g.removeEventListener("selectstart",p),g.setAttribute("draggable","false")}}},{key:"connectDropTarget",value:function(h,g){var f=this,l=function(C){return f.handleDragEnter(C,h)},y=function(C){return f.handleDragOver(C,h)},p=function(C){return f.handleDrop(C,h)};return g.addEventListener("dragenter",l),g.addEventListener("dragover",y),g.addEventListener("drop",p),function(){g.removeEventListener("dragenter",l),g.removeEventListener("dragover",y),g.removeEventListener("drop",p)}}},{key:"addEventListeners",value:function(h){!h.addEventListener||(h.addEventListener("dragstart",this.handleTopDragStart),h.addEventListener("dragstart",this.handleTopDragStartCapture,!0),h.addEventListener("dragend",this.handleTopDragEndCapture,!0),h.addEventListener("dragenter",this.handleTopDragEnter),h.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),h.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),h.addEventListener("dragover",this.handleTopDragOver),h.addEventListener("dragover",this.handleTopDragOverCapture,!0),h.addEventListener("drop",this.handleTopDrop),h.addEventListener("drop",this.handleTopDropCapture,!0))}},{key:"removeEventListeners",value:function(h){!h.removeEventListener||(h.removeEventListener("dragstart",this.handleTopDragStart),h.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),h.removeEventListener("dragend",this.handleTopDragEndCapture,!0),h.removeEventListener("dragenter",this.handleTopDragEnter),h.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),h.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),h.removeEventListener("dragover",this.handleTopDragOver),h.removeEventListener("dragover",this.handleTopDragOverCapture,!0),h.removeEventListener("drop",this.handleTopDrop),h.removeEventListener("drop",this.handleTopDropCapture,!0))}},{key:"getCurrentSourceNodeOptions",value:function(){var h=this.monitor.getSourceId(),g=this.sourceNodeOptions.get(h);return t({dropEffect:this.altKeyPressed?"copy":"move"},g||{})}},{key:"getCurrentDropEffect",value:function(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}},{key:"getCurrentSourcePreviewNodeOptions",value:function(){var h=this.monitor.getSourceId(),g=this.sourcePreviewNodeOptions.get(h);return t({anchorX:.5,anchorY:.5,captureDraggingState:!1},g||{})}},{key:"isDraggingNativeItem",value:function(){var h=this.monitor.getItemType();return Object.keys(o).some(function(g){return o[g]===h})}},{key:"beginDragNativeItem",value:function(h,g){this.clearCurrentDragSourceNode(),this.currentNativeSource=(0,c.createNativeDragSource)(h,g),this.currentNativeHandle=this.registry.addSource(h,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}},{key:"setCurrentDragSourceNode",value:function(h){var g=this;this.clearCurrentDragSourceNode(),this.currentDragSourceNode=h;var f=1e3;this.mouseMoveTimeoutTimer=setTimeout(function(){var l;return(l=g.rootElement)===null||l===void 0?void 0:l.addEventListener("mousemove",g.endDragIfSourceWasRemovedFromDOM,!0)},f)}},{key:"clearCurrentDragSourceNode",value:function(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var h;(h=this.window)===null||h===void 0||h.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}},{key:"handleDragStart",value:function(h,g){h.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(g))}},{key:"handleDragEnter",value:function(h,g){this.dragEnterTargetIds.unshift(g)}},{key:"handleDragOver",value:function(h,g){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(g)}},{key:"handleDrop",value:function(h,g){this.dropTargetIds.unshift(g)}}]),I}();T.HTML5BackendImpl=P},80557:(R,T)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.MonotonicInterpolant=void 0;function n(o,r){if(!(o instanceof r))throw new TypeError("Cannot call a class as a function")}function i(o,r){for(var e=0;e<r.length;e++){var a=r[e];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(o,a.key,a)}}function v(o,r,e){return r&&i(o.prototype,r),e&&i(o,e),o}function d(o,r,e){return r in o?Object.defineProperty(o,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):o[r]=e,o}var c=function(){function o(r,e){n(this,o),d(this,"xs",void 0),d(this,"ys",void 0),d(this,"c1s",void 0),d(this,"c2s",void 0),d(this,"c3s",void 0);for(var a=r.length,s=[],t=0;t<a;t++)s.push(t);s.sort(function($,_){return r[$]<r[_]?-1:1});for(var u=[],m=[],D=[],E,P,I=0;I<a-1;I++)E=r[I+1]-r[I],P=e[I+1]-e[I],m.push(E),u.push(P),D.push(P/E);for(var O=[D[0]],h=0;h<m.length-1;h++){var g=D[h],f=D[h+1];if(g*f<=0)O.push(0);else{E=m[h];var l=m[h+1],y=E+l;O.push(3*y/((y+l)/g+(y+E)/f))}}O.push(D[D.length-1]);for(var p=[],L=[],C,w=0;w<O.length-1;w++){C=D[w];var W=O[w],S=1/m[w],N=W+O[w+1]-C-C;p.push((C-W-N)*S),L.push(N*S*S)}this.xs=r,this.ys=e,this.c1s=O,this.c2s=p,this.c3s=L}return v(o,[{key:"interpolate",value:function(e){var a=this.xs,s=this.ys,t=this.c1s,u=this.c2s,m=this.c3s,D=a.length-1;if(e===a[D])return s[D];for(var E=0,P=m.length-1,I;E<=P;){I=Math.floor(.5*(E+P));var O=a[I];if(O<e)E=I+1;else if(O>e)P=I-1;else return s[I]}D=Math.max(0,P);var h=e-a[D],g=h*h;return s[D]+t[D]*h+u[D]*g+m[D]*h*g}}]),o}();T.MonotonicInterpolant=c},81061:(R,T,n)=>{"use strict";var i=n(98399);Object.defineProperty(T,"__esModule",{value:!0}),T.NativeDragSource=void 0;function v(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}function d(e,a){for(var s=0;s<a.length;s++){var t=a[s];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function c(e,a,s){return a&&d(e.prototype,a),s&&d(e,s),e}function o(e,a,s){return a in e?Object.defineProperty(e,a,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[a]=s,e}var r=function(){function e(a){v(this,e),o(this,"item",void 0),o(this,"config",void 0),this.config=a,this.item={},this.initializeExposedProperties()}return c(e,[{key:"initializeExposedProperties",value:function(){var s=this;Object.keys(this.config.exposeProperties).forEach(function(t){Object.defineProperty(s.item,t,{configurable:!0,enumerable:!0,get:function(){return i.warn(`Browser doesn't allow reading "`.concat(t,'" until the drop event.')),null}})})}},{key:"loadDataTransfer",value:function(s){var t=this;if(s){var u={};Object.keys(this.config.exposeProperties).forEach(function(m){u[m]={value:t.config.exposeProperties[m](s,t.config.matchesTypes),configurable:!0,enumerable:!0}}),Object.defineProperties(this.item,u)}}},{key:"canDrag",value:function(){return!0}},{key:"beginDrag",value:function(){return this.item}},{key:"isDragging",value:function(s,t){return t===s.getSourceId()}},{key:"endDrag",value:function(){}}]),e}();T.NativeDragSource=r},17892:(R,T)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.getDataFromDataTransfer=n;function n(i,v,d){var c=v.reduce(function(o,r){return o||i.getData(r)},"");return c!=null?c:d}},54935:(R,T,n)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.createNativeDragSource=d,T.matchNativeItemType=c;var i=n(66826),v=n(81061);function d(o,r){var e=new v.NativeDragSource(i.nativeTypesConfig[o]);return e.loadDataTransfer(r),e}function c(o){if(!o)return null;var r=Array.prototype.slice.call(o.types||[]);return Object.keys(i.nativeTypesConfig).filter(function(e){var a=i.nativeTypesConfig[e].matchesTypes;return a.some(function(s){return r.indexOf(s)>-1})})[0]||null}},66826:(R,T,n)=>{"use strict";function i(s){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?i=function(u){return typeof u}:i=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},i(s)}Object.defineProperty(T,"__esModule",{value:!0}),T.nativeTypesConfig=void 0;var v=r(n(9689)),d=n(17892),c;function o(s){if(typeof WeakMap!="function")return null;var t=new WeakMap,u=new WeakMap;return(o=function(D){return D?u:t})(s)}function r(s,t){if(!t&&s&&s.__esModule)return s;if(s===null||i(s)!=="object"&&typeof s!="function")return{default:s};var u=o(t);if(u&&u.has(s))return u.get(s);var m={},D=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var E in s)if(E!=="default"&&Object.prototype.hasOwnProperty.call(s,E)){var P=D?Object.getOwnPropertyDescriptor(s,E):null;P&&(P.get||P.set)?Object.defineProperty(m,E,P):m[E]=s[E]}return m.default=s,u&&u.set(s,m),m}function e(s,t,u){return t in s?Object.defineProperty(s,t,{value:u,enumerable:!0,configurable:!0,writable:!0}):s[t]=u,s}var a=(c={},e(c,v.FILE,{exposeProperties:{files:function(t){return Array.prototype.slice.call(t.files)},items:function(t){return t.items},dataTransfer:function(t){return t}},matchesTypes:["Files"]}),e(c,v.HTML,{exposeProperties:{html:function(t,u){return(0,d.getDataFromDataTransfer)(t,u,"")},dataTransfer:function(t){return t}},matchesTypes:["Html","text/html"]}),e(c,v.URL,{exposeProperties:{urls:function(t,u){return(0,d.getDataFromDataTransfer)(t,u,"").split(`
|
|
2
|
+
`)},dataTransfer:function(t){return t}},matchesTypes:["Url","text/uri-list"]}),e(c,v.TEXT,{exposeProperties:{text:function(t,u){return(0,d.getDataFromDataTransfer)(t,u,"")},dataTransfer:function(t){return t}},matchesTypes:["Text","text/plain"]}),c);T.nativeTypesConfig=a},9689:(R,T)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.HTML=T.TEXT=T.URL=T.FILE=void 0;var n="__NATIVE_FILE__";T.FILE=n;var i="__NATIVE_URL__";T.URL=i;var v="__NATIVE_TEXT__";T.TEXT=v;var d="__NATIVE_HTML__";T.HTML=d},5782:(R,T,n)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.getNodeClientOffset=c,T.getEventClientOffset=o,T.getDragPreviewOffset=a;var i=n(13272),v=n(80557),d=1;function c(s){var t=s.nodeType===d?s:s.parentElement;if(!t)return null;var u=t.getBoundingClientRect(),m=u.top,D=u.left;return{x:D,y:m}}function o(s){return{x:s.clientX,y:s.clientY}}function r(s){var t;return s.nodeName==="IMG"&&((0,i.isFirefox)()||!((t=document.documentElement)!==null&&t!==void 0&&t.contains(s)))}function e(s,t,u,m){var D=s?t.width:u,E=s?t.height:m;return(0,i.isSafari)()&&s&&(E/=window.devicePixelRatio,D/=window.devicePixelRatio),{dragPreviewWidth:D,dragPreviewHeight:E}}function a(s,t,u,m,D){var E=r(t),P=E?s:t,I=c(P),O={x:u.x-I.x,y:u.y-I.y},h=s.offsetWidth,g=s.offsetHeight,f=m.anchorX,l=m.anchorY,y=e(E,t,h,g),p=y.dragPreviewWidth,L=y.dragPreviewHeight,C=function(){var x=new v.MonotonicInterpolant([0,.5,1],[O.y,O.y/g*L,O.y+L-g]),A=x.interpolate(l);return(0,i.isSafari)()&&E&&(A+=(window.devicePixelRatio-1)*L),A},w=function(){var x=new v.MonotonicInterpolant([0,.5,1],[O.x,O.x/h*p,O.x+p-h]);return x.interpolate(f)},W=D.offsetX,S=D.offsetY,N=W===0||W,$=S===0||S;return{x:N?W:w(),y:$?S:C()}}},44444:(R,T)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.OptionsReader=void 0;function n(o,r){if(!(o instanceof r))throw new TypeError("Cannot call a class as a function")}function i(o,r){for(var e=0;e<r.length;e++){var a=r[e];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(o,a.key,a)}}function v(o,r,e){return r&&i(o.prototype,r),e&&i(o,e),o}function d(o,r,e){return r in o?Object.defineProperty(o,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):o[r]=e,o}var c=function(){function o(r,e){n(this,o),d(this,"ownerDocument",null),d(this,"globalContext",void 0),d(this,"optionsArgs",void 0),this.globalContext=r,this.optionsArgs=e}return v(o,[{key:"window",get:function(){if(this.globalContext)return this.globalContext;if(typeof window!="undefined")return window}},{key:"document",get:function(){var e;return(e=this.globalContext)!==null&&e!==void 0&&e.document?this.globalContext.document:this.window?this.window.document:void 0}},{key:"rootElement",get:function(){var e;return((e=this.optionsArgs)===null||e===void 0?void 0:e.rootElement)||this.window}}]),o}();T.OptionsReader=c},15970:(R,T)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.getEmptyImage=i;var n;function i(){return n||(n=new Image,n.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),n}},51968:(R,T,n)=>{"use strict";var i;function v(s){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?v=function(u){return typeof u}:v=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},v(s)}i={value:!0},Object.defineProperty(T,"rX",{enumerable:!0,get:function(){return o.getEmptyImage}}),i=T.PD=void 0;var d=n(32022),c=e(n(9689));i=c;var o=n(15970);function r(s){if(typeof WeakMap!="function")return null;var t=new WeakMap,u=new WeakMap;return(r=function(D){return D?u:t})(s)}function e(s,t){if(!t&&s&&s.__esModule)return s;if(s===null||v(s)!=="object"&&typeof s!="function")return{default:s};var u=r(t);if(u&&u.has(s))return u.get(s);var m={},D=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var E in s)if(E!=="default"&&Object.prototype.hasOwnProperty.call(s,E)){var P=D?Object.getOwnPropertyDescriptor(s,E):null;P&&(P.get||P.set)?Object.defineProperty(m,E,P):m[E]=s[E]}return m.default=s,u&&u.set(s,m),m}var a=function(t,u,m){return new d.HTML5BackendImpl(t,u,m)};T.PD=a},17611:(R,T)=>{"use strict";Object.defineProperty(T,"__esModule",{value:!0}),T.memoize=n,T.without=i,T.union=v;function n(d){var c=null,o=function(){return c==null&&(c=d()),c};return o}function i(d,c){return d.filter(function(o){return o!==c})}function v(d,c){var o=new Set,r=function(s){return o.add(s)};d.forEach(r),c.forEach(r);var e=[];return o.forEach(function(a){return e.push(a)}),e}},84074:(R,T,n)=>{const i=Symbol("SemVer ANY");class v{static get ANY(){return i}constructor(u,m){if(m=d(m),u instanceof v){if(u.loose===!!m.loose)return u;u=u.value}e("comparator",u,m),this.options=m,this.loose=!!m.loose,this.parse(u),this.semver===i?this.value="":this.value=this.operator+this.semver.version,e("comp",this)}parse(u){const m=this.options.loose?c[o.COMPARATORLOOSE]:c[o.COMPARATOR],D=u.match(m);if(!D)throw new TypeError(`Invalid comparator: ${u}`);this.operator=D[1]!==void 0?D[1]:"",this.operator==="="&&(this.operator=""),D[2]?this.semver=new a(D[2],this.options.loose):this.semver=i}toString(){return this.value}test(u){if(e("Comparator.test",u,this.options.loose),this.semver===i||u===i)return!0;if(typeof u=="string")try{u=new a(u,this.options)}catch(m){return!1}return r(u,this.operator,this.semver,this.options)}intersects(u,m){if(!(u instanceof v))throw new TypeError("a Comparator is required");if((!m||typeof m!="object")&&(m={loose:!!m,includePrerelease:!1}),this.operator==="")return this.value===""?!0:new s(u.value,m).test(this.value);if(u.operator==="")return u.value===""?!0:new s(this.value,m).test(u.semver);const D=(this.operator===">="||this.operator===">")&&(u.operator===">="||u.operator===">"),E=(this.operator==="<="||this.operator==="<")&&(u.operator==="<="||u.operator==="<"),P=this.semver.version===u.semver.version,I=(this.operator===">="||this.operator==="<=")&&(u.operator===">="||u.operator==="<="),O=r(this.semver,"<",u.semver,m)&&(this.operator===">="||this.operator===">")&&(u.operator==="<="||u.operator==="<"),h=r(this.semver,">",u.semver,m)&&(this.operator==="<="||this.operator==="<")&&(u.operator===">="||u.operator===">");return D||E||P&&I||O||h}}R.exports=v;const d=n(30156),{re:c,t:o}=n(90887),r=n(62401),e=n(33843),a=n(39405),s=n(14355)},14355:(R,T,n)=>{class i{constructor(N,$){if($=c($),N instanceof i)return N.loose===!!$.loose&&N.includePrerelease===!!$.includePrerelease?N:new i(N.raw,$);if(N instanceof o)return this.raw=N.value,this.set=[[N]],this.format(),this;if(this.options=$,this.loose=!!$.loose,this.includePrerelease=!!$.includePrerelease,this.raw=N,this.set=N.split("||").map(_=>this.parseRange(_.trim())).filter(_=>_.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${N}`);if(this.set.length>1){const _=this.set[0];if(this.set=this.set.filter(x=>!D(x[0])),this.set.length===0)this.set=[_];else if(this.set.length>1){for(const x of this.set)if(x.length===1&&E(x[0])){this.set=[x];break}}}this.format()}format(){return this.range=this.set.map(N=>N.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(N){N=N.trim();const _=`parseRange:${Object.keys(this.options).join(",")}:${N}`,x=d.get(_);if(x)return x;const A=this.options.loose,b=A?a[s.HYPHENRANGELOOSE]:a[s.HYPHENRANGE];N=N.replace(b,w(this.options.includePrerelease)),r("hyphen replace",N),N=N.replace(a[s.COMPARATORTRIM],t),r("comparator trim",N),N=N.replace(a[s.TILDETRIM],u),N=N.replace(a[s.CARETTRIM],m),N=N.split(/\s+/).join(" ");let B=N.split(" ").map(U=>I(U,this.options)).join(" ").split(/\s+/).map(U=>C(U,this.options));A&&(B=B.filter(U=>(r("loose invalid filter",U,this.options),!!U.match(a[s.COMPARATORLOOSE])))),r("range list",B);const M=new Map,j=B.map(U=>new o(U,this.options));for(const U of j){if(D(U))return[U];M.set(U.value,U)}M.size>1&&M.has("")&&M.delete("");const F=[...M.values()];return d.set(_,F),F}intersects(N,$){if(!(N instanceof i))throw new TypeError("a Range is required");return this.set.some(_=>P(_,$)&&N.set.some(x=>P(x,$)&&_.every(A=>x.every(b=>A.intersects(b,$)))))}test(N){if(!N)return!1;if(typeof N=="string")try{N=new e(N,this.options)}catch($){return!1}for(let $=0;$<this.set.length;$++)if(W(this.set[$],N,this.options))return!0;return!1}}R.exports=i;const v=n(65923),d=new v({max:1e3}),c=n(30156),o=n(84074),r=n(33843),e=n(39405),{re:a,t:s,comparatorTrimReplace:t,tildeTrimReplace:u,caretTrimReplace:m}=n(90887),D=S=>S.value==="<0.0.0-0",E=S=>S.value==="",P=(S,N)=>{let $=!0;const _=S.slice();let x=_.pop();for(;$&&_.length;)$=_.every(A=>x.intersects(A,N)),x=_.pop();return $},I=(S,N)=>(r("comp",S,N),S=f(S,N),r("caret",S),S=h(S,N),r("tildes",S),S=y(S,N),r("xrange",S),S=L(S,N),r("stars",S),S),O=S=>!S||S.toLowerCase()==="x"||S==="*",h=(S,N)=>S.trim().split(/\s+/).map($=>g($,N)).join(" "),g=(S,N)=>{const $=N.loose?a[s.TILDELOOSE]:a[s.TILDE];return S.replace($,(_,x,A,b,B)=>{r("tilde",S,_,x,A,b,B);let M;return O(x)?M="":O(A)?M=`>=${x}.0.0 <${+x+1}.0.0-0`:O(b)?M=`>=${x}.${A}.0 <${x}.${+A+1}.0-0`:B?(r("replaceTilde pr",B),M=`>=${x}.${A}.${b}-${B} <${x}.${+A+1}.0-0`):M=`>=${x}.${A}.${b} <${x}.${+A+1}.0-0`,r("tilde return",M),M})},f=(S,N)=>S.trim().split(/\s+/).map($=>l($,N)).join(" "),l=(S,N)=>{r("caret",S,N);const $=N.loose?a[s.CARETLOOSE]:a[s.CARET],_=N.includePrerelease?"-0":"";return S.replace($,(x,A,b,B,M)=>{r("caret",S,x,A,b,B,M);let j;return O(A)?j="":O(b)?j=`>=${A}.0.0${_} <${+A+1}.0.0-0`:O(B)?A==="0"?j=`>=${A}.${b}.0${_} <${A}.${+b+1}.0-0`:j=`>=${A}.${b}.0${_} <${+A+1}.0.0-0`:M?(r("replaceCaret pr",M),A==="0"?b==="0"?j=`>=${A}.${b}.${B}-${M} <${A}.${b}.${+B+1}-0`:j=`>=${A}.${b}.${B}-${M} <${A}.${+b+1}.0-0`:j=`>=${A}.${b}.${B}-${M} <${+A+1}.0.0-0`):(r("no pr"),A==="0"?b==="0"?j=`>=${A}.${b}.${B}${_} <${A}.${b}.${+B+1}-0`:j=`>=${A}.${b}.${B}${_} <${A}.${+b+1}.0-0`:j=`>=${A}.${b}.${B} <${+A+1}.0.0-0`),r("caret return",j),j})},y=(S,N)=>(r("replaceXRanges",S,N),S.split(/\s+/).map($=>p($,N)).join(" ")),p=(S,N)=>{S=S.trim();const $=N.loose?a[s.XRANGELOOSE]:a[s.XRANGE];return S.replace($,(_,x,A,b,B,M)=>{r("xRange",S,_,x,A,b,B,M);const j=O(A),F=j||O(b),U=F||O(B),K=U;return x==="="&&K&&(x=""),M=N.includePrerelease?"-0":"",j?x===">"||x==="<"?_="<0.0.0-0":_="*":x&&K?(F&&(b=0),B=0,x===">"?(x=">=",F?(A=+A+1,b=0,B=0):(b=+b+1,B=0)):x==="<="&&(x="<",F?A=+A+1:b=+b+1),x==="<"&&(M="-0"),_=`${x+A}.${b}.${B}${M}`):F?_=`>=${A}.0.0${M} <${+A+1}.0.0-0`:U&&(_=`>=${A}.${b}.0${M} <${A}.${+b+1}.0-0`),r("xRange return",_),_})},L=(S,N)=>(r("replaceStars",S,N),S.trim().replace(a[s.STAR],"")),C=(S,N)=>(r("replaceGTE0",S,N),S.trim().replace(a[N.includePrerelease?s.GTE0PRE:s.GTE0],"")),w=S=>(N,$,_,x,A,b,B,M,j,F,U,K,G)=>(O(_)?$="":O(x)?$=`>=${_}.0.0${S?"-0":""}`:O(A)?$=`>=${_}.${x}.0${S?"-0":""}`:b?$=`>=${$}`:$=`>=${$}${S?"-0":""}`,O(j)?M="":O(F)?M=`<${+j+1}.0.0-0`:O(U)?M=`<${j}.${+F+1}.0-0`:K?M=`<=${j}.${F}.${U}-${K}`:S?M=`<${j}.${F}.${+U+1}-0`:M=`<=${M}`,`${$} ${M}`.trim()),W=(S,N,$)=>{for(let _=0;_<S.length;_++)if(!S[_].test(N))return!1;if(N.prerelease.length&&!$.includePrerelease){for(let _=0;_<S.length;_++)if(r(S[_].semver),S[_].semver!==o.ANY&&S[_].semver.prerelease.length>0){const x=S[_].semver;if(x.major===N.major&&x.minor===N.minor&&x.patch===N.patch)return!0}return!1}return!0}},39405:(R,T,n)=>{const i=n(33843),{MAX_LENGTH:v,MAX_SAFE_INTEGER:d}=n(88202),{re:c,t:o}=n(90887),r=n(30156),{compareIdentifiers:e}=n(31630);class a{constructor(t,u){if(u=r(u),t instanceof a){if(t.loose===!!u.loose&&t.includePrerelease===!!u.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid Version: ${t}`);if(t.length>v)throw new TypeError(`version is longer than ${v} characters`);i("SemVer",t,u),this.options=u,this.loose=!!u.loose,this.includePrerelease=!!u.includePrerelease;const m=t.trim().match(u.loose?c[o.LOOSE]:c[o.FULL]);if(!m)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+m[1],this.minor=+m[2],this.patch=+m[3],this.major>d||this.major<0)throw new TypeError("Invalid major version");if(this.minor>d||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>d||this.patch<0)throw new TypeError("Invalid patch version");m[4]?this.prerelease=m[4].split(".").map(D=>{if(/^[0-9]+$/.test(D)){const E=+D;if(E>=0&&E<d)return E}return D}):this.prerelease=[],this.build=m[5]?m[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(i("SemVer.compare",this.version,this.options,t),!(t instanceof a)){if(typeof t=="string"&&t===this.version)return 0;t=new a(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof a||(t=new a(t,this.options)),e(this.major,t.major)||e(this.minor,t.minor)||e(this.patch,t.patch)}comparePre(t){if(t instanceof a||(t=new a(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let u=0;do{const m=this.prerelease[u],D=t.prerelease[u];if(i("prerelease compare",u,m,D),m===void 0&&D===void 0)return 0;if(D===void 0)return 1;if(m===void 0)return-1;if(m===D)continue;return e(m,D)}while(++u)}compareBuild(t){t instanceof a||(t=new a(t,this.options));let u=0;do{const m=this.build[u],D=t.build[u];if(i("prerelease compare",u,m,D),m===void 0&&D===void 0)return 0;if(D===void 0)return 1;if(m===void 0)return-1;if(m===D)continue;return e(m,D)}while(++u)}inc(t,u){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",u);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",u);break;case"prepatch":this.prerelease.length=0,this.inc("patch",u),this.inc("pre",u);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",u),this.inc("pre",u);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let m=this.prerelease.length;for(;--m>=0;)typeof this.prerelease[m]=="number"&&(this.prerelease[m]++,m=-2);m===-1&&this.prerelease.push(0)}u&&(e(this.prerelease[0],u)===0?isNaN(this.prerelease[1])&&(this.prerelease=[u,0]):this.prerelease=[u,0]);break;default:throw new Error(`invalid increment argument: ${t}`)}return this.format(),this.raw=this.version,this}}R.exports=a},10953:(R,T,n)=>{const i=n(15497),v=(d,c)=>{const o=i(d.trim().replace(/^[=v]+/,""),c);return o?o.version:null};R.exports=v},62401:(R,T,n)=>{const i=n(38896),v=n(38378),d=n(99261),c=n(56647),o=n(63433),r=n(64622),e=(a,s,t,u)=>{switch(s){case"===":return typeof a=="object"&&(a=a.version),typeof t=="object"&&(t=t.version),a===t;case"!==":return typeof a=="object"&&(a=a.version),typeof t=="object"&&(t=t.version),a!==t;case"":case"=":case"==":return i(a,t,u);case"!=":return v(a,t,u);case">":return d(a,t,u);case">=":return c(a,t,u);case"<":return o(a,t,u);case"<=":return r(a,t,u);default:throw new TypeError(`Invalid operator: ${s}`)}};R.exports=e},36839:(R,T,n)=>{const i=n(39405),v=n(15497),{re:d,t:c}=n(90887),o=(r,e)=>{if(r instanceof i)return r;if(typeof r=="number"&&(r=String(r)),typeof r!="string")return null;e=e||{};let a=null;if(!e.rtl)a=r.match(d[c.COERCE]);else{let s;for(;(s=d[c.COERCERTL].exec(r))&&(!a||a.index+a[0].length!==r.length);)(!a||s.index+s[0].length!==a.index+a[0].length)&&(a=s),d[c.COERCERTL].lastIndex=s.index+s[1].length+s[2].length;d[c.COERCERTL].lastIndex=-1}return a===null?null:v(`${a[2]}.${a[3]||"0"}.${a[4]||"0"}`,e)};R.exports=o},6218:(R,T,n)=>{const i=n(39405),v=(d,c,o)=>{const r=new i(d,o),e=new i(c,o);return r.compare(e)||r.compareBuild(e)};R.exports=v},9643:(R,T,n)=>{const i=n(73308),v=(d,c)=>i(d,c,!0);R.exports=v},73308:(R,T,n)=>{const i=n(39405),v=(d,c,o)=>new i(d,o).compare(new i(c,o));R.exports=v},93948:(R,T,n)=>{const i=n(15497),v=n(38896),d=(c,o)=>{if(v(c,o))return null;{const r=i(c),e=i(o),a=r.prerelease.length||e.prerelease.length,s=a?"pre":"",t=a?"prerelease":"";for(const u in r)if((u==="major"||u==="minor"||u==="patch")&&r[u]!==e[u])return s+u;return t}};R.exports=d},38896:(R,T,n)=>{const i=n(73308),v=(d,c,o)=>i(d,c,o)===0;R.exports=v},99261:(R,T,n)=>{const i=n(73308),v=(d,c,o)=>i(d,c,o)>0;R.exports=v},56647:(R,T,n)=>{const i=n(73308),v=(d,c,o)=>i(d,c,o)>=0;R.exports=v},35791:(R,T,n)=>{const i=n(39405),v=(d,c,o,r)=>{typeof o=="string"&&(r=o,o=void 0);try{return new i(d instanceof i?d.version:d,o).inc(c,r).version}catch(e){return null}};R.exports=v},63433:(R,T,n)=>{const i=n(73308),v=(d,c,o)=>i(d,c,o)<0;R.exports=v},64622:(R,T,n)=>{const i=n(73308),v=(d,c,o)=>i(d,c,o)<=0;R.exports=v},60629:(R,T,n)=>{const i=n(39405),v=(d,c)=>new i(d,c).major;R.exports=v},59986:(R,T,n)=>{const i=n(39405),v=(d,c)=>new i(d,c).minor;R.exports=v},38378:(R,T,n)=>{const i=n(73308),v=(d,c,o)=>i(d,c,o)!==0;R.exports=v},15497:(R,T,n)=>{const{MAX_LENGTH:i}=n(88202),{re:v,t:d}=n(90887),c=n(39405),o=n(30156),r=(e,a)=>{if(a=o(a),e instanceof c)return e;if(typeof e!="string"||e.length>i||!(a.loose?v[d.LOOSE]:v[d.FULL]).test(e))return null;try{return new c(e,a)}catch(t){return null}};R.exports=r},89800:(R,T,n)=>{const i=n(39405),v=(d,c)=>new i(d,c).patch;R.exports=v},44408:(R,T,n)=>{const i=n(15497),v=(d,c)=>{const o=i(d,c);return o&&o.prerelease.length?o.prerelease:null};R.exports=v},80762:(R,T,n)=>{const i=n(73308),v=(d,c,o)=>i(c,d,o);R.exports=v},72743:(R,T,n)=>{const i=n(6218),v=(d,c)=>d.sort((o,r)=>i(r,o,c));R.exports=v},15312:(R,T,n)=>{const i=n(14355),v=(d,c,o)=>{try{c=new i(c,o)}catch(r){return!1}return c.test(d)};R.exports=v},52354:(R,T,n)=>{const i=n(6218),v=(d,c)=>d.sort((o,r)=>i(o,r,c));R.exports=v},21410:(R,T,n)=>{const i=n(15497),v=(d,c)=>{const o=i(d,c);return o?o.version:null};R.exports=v},54770:(R,T,n)=>{const i=n(90887),v=n(88202),d=n(39405),c=n(31630),o=n(15497),r=n(21410),e=n(10953),a=n(35791),s=n(93948),t=n(60629),u=n(59986),m=n(89800),D=n(44408),E=n(73308),P=n(80762),I=n(9643),O=n(6218),h=n(52354),g=n(72743),f=n(99261),l=n(63433),y=n(38896),p=n(38378),L=n(56647),C=n(64622),w=n(62401),W=n(36839),S=n(84074),N=n(14355),$=n(15312),_=n(59663),x=n(94931),A=n(65891),b=n(24925),B=n(69965),M=n(93260),j=n(60715),F=n(30006),U=n(9560),K=n(77795),G=n(57732);R.exports={parse:o,valid:r,clean:e,inc:a,diff:s,major:t,minor:u,patch:m,prerelease:D,compare:E,rcompare:P,compareLoose:I,compareBuild:O,sort:h,rsort:g,gt:f,lt:l,eq:y,neq:p,gte:L,lte:C,cmp:w,coerce:W,Comparator:S,Range:N,satisfies:$,toComparators:_,maxSatisfying:x,minSatisfying:A,minVersion:b,validRange:B,outside:M,gtr:j,ltr:F,intersects:U,simplifyRange:K,subset:G,SemVer:d,re:i.re,src:i.src,tokens:i.t,SEMVER_SPEC_VERSION:v.SEMVER_SPEC_VERSION,compareIdentifiers:c.compareIdentifiers,rcompareIdentifiers:c.rcompareIdentifiers}},88202:R=>{const T="2.0.0",i=Number.MAX_SAFE_INTEGER||9007199254740991,v=16;R.exports={SEMVER_SPEC_VERSION:T,MAX_LENGTH:256,MAX_SAFE_INTEGER:i,MAX_SAFE_COMPONENT_LENGTH:v}},33843:(R,T,n)=>{var i=n(13158),v=n(98399);const d=typeof i=="object"&&{ADMIN_PATH:"/admin/",NODE_ENV:"production",STRAPI_ADMIN_BACKEND_URL:"http://localhost:1337",STRAPI_TELEMETRY_DISABLED:!1}&&{ADMIN_PATH:"/admin/",NODE_ENV:"production",STRAPI_ADMIN_BACKEND_URL:"http://localhost:1337",STRAPI_TELEMETRY_DISABLED:!1}.NODE_DEBUG&&/\bsemver\b/i.test({ADMIN_PATH:"/admin/",NODE_ENV:"production",STRAPI_ADMIN_BACKEND_URL:"http://localhost:1337",STRAPI_TELEMETRY_DISABLED:!1}.NODE_DEBUG)?(...c)=>v.error("SEMVER",...c):()=>{};R.exports=d},31630:R=>{const T=/^[0-9]+$/,n=(v,d)=>{const c=T.test(v),o=T.test(d);return c&&o&&(v=+v,d=+d),v===d?0:c&&!o?-1:o&&!c?1:v<d?-1:1},i=(v,d)=>n(d,v);R.exports={compareIdentifiers:n,rcompareIdentifiers:i}},30156:R=>{const T=["includePrerelease","loose","rtl"],n=i=>i?typeof i!="object"?{loose:!0}:T.filter(v=>i[v]).reduce((v,d)=>(v[d]=!0,v),{}):{};R.exports=n},90887:(R,T,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:i}=n(88202),v=n(33843);T=R.exports={};const d=T.re=[],c=T.src=[],o=T.t={};let r=0;const e=(a,s,t)=>{const u=r++;v(a,u,s),o[a]=u,c[u]=s,d[u]=new RegExp(s,t?"g":void 0)};e("NUMERICIDENTIFIER","0|[1-9]\\d*"),e("NUMERICIDENTIFIERLOOSE","[0-9]+"),e("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),e("MAINVERSION",`(${c[o.NUMERICIDENTIFIER]})\\.(${c[o.NUMERICIDENTIFIER]})\\.(${c[o.NUMERICIDENTIFIER]})`),e("MAINVERSIONLOOSE",`(${c[o.NUMERICIDENTIFIERLOOSE]})\\.(${c[o.NUMERICIDENTIFIERLOOSE]})\\.(${c[o.NUMERICIDENTIFIERLOOSE]})`),e("PRERELEASEIDENTIFIER",`(?:${c[o.NUMERICIDENTIFIER]}|${c[o.NONNUMERICIDENTIFIER]})`),e("PRERELEASEIDENTIFIERLOOSE",`(?:${c[o.NUMERICIDENTIFIERLOOSE]}|${c[o.NONNUMERICIDENTIFIER]})`),e("PRERELEASE",`(?:-(${c[o.PRERELEASEIDENTIFIER]}(?:\\.${c[o.PRERELEASEIDENTIFIER]})*))`),e("PRERELEASELOOSE",`(?:-?(${c[o.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[o.PRERELEASEIDENTIFIERLOOSE]})*))`),e("BUILDIDENTIFIER","[0-9A-Za-z-]+"),e("BUILD",`(?:\\+(${c[o.BUILDIDENTIFIER]}(?:\\.${c[o.BUILDIDENTIFIER]})*))`),e("FULLPLAIN",`v?${c[o.MAINVERSION]}${c[o.PRERELEASE]}?${c[o.BUILD]}?`),e("FULL",`^${c[o.FULLPLAIN]}$`),e("LOOSEPLAIN",`[v=\\s]*${c[o.MAINVERSIONLOOSE]}${c[o.PRERELEASELOOSE]}?${c[o.BUILD]}?`),e("LOOSE",`^${c[o.LOOSEPLAIN]}$`),e("GTLT","((?:<|>)?=?)"),e("XRANGEIDENTIFIERLOOSE",`${c[o.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),e("XRANGEIDENTIFIER",`${c[o.NUMERICIDENTIFIER]}|x|X|\\*`),e("XRANGEPLAIN",`[v=\\s]*(${c[o.XRANGEIDENTIFIER]})(?:\\.(${c[o.XRANGEIDENTIFIER]})(?:\\.(${c[o.XRANGEIDENTIFIER]})(?:${c[o.PRERELEASE]})?${c[o.BUILD]}?)?)?`),e("XRANGEPLAINLOOSE",`[v=\\s]*(${c[o.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[o.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[o.XRANGEIDENTIFIERLOOSE]})(?:${c[o.PRERELEASELOOSE]})?${c[o.BUILD]}?)?)?`),e("XRANGE",`^${c[o.GTLT]}\\s*${c[o.XRANGEPLAIN]}$`),e("XRANGELOOSE",`^${c[o.GTLT]}\\s*${c[o.XRANGEPLAINLOOSE]}$`),e("COERCE",`(^|[^\\d])(\\d{1,${i}})(?:\\.(\\d{1,${i}}))?(?:\\.(\\d{1,${i}}))?(?:$|[^\\d])`),e("COERCERTL",c[o.COERCE],!0),e("LONETILDE","(?:~>?)"),e("TILDETRIM",`(\\s*)${c[o.LONETILDE]}\\s+`,!0),T.tildeTrimReplace="$1~",e("TILDE",`^${c[o.LONETILDE]}${c[o.XRANGEPLAIN]}$`),e("TILDELOOSE",`^${c[o.LONETILDE]}${c[o.XRANGEPLAINLOOSE]}$`),e("LONECARET","(?:\\^)"),e("CARETTRIM",`(\\s*)${c[o.LONECARET]}\\s+`,!0),T.caretTrimReplace="$1^",e("CARET",`^${c[o.LONECARET]}${c[o.XRANGEPLAIN]}$`),e("CARETLOOSE",`^${c[o.LONECARET]}${c[o.XRANGEPLAINLOOSE]}$`),e("COMPARATORLOOSE",`^${c[o.GTLT]}\\s*(${c[o.LOOSEPLAIN]})$|^$`),e("COMPARATOR",`^${c[o.GTLT]}\\s*(${c[o.FULLPLAIN]})$|^$`),e("COMPARATORTRIM",`(\\s*)${c[o.GTLT]}\\s*(${c[o.LOOSEPLAIN]}|${c[o.XRANGEPLAIN]})`,!0),T.comparatorTrimReplace="$1$2$3",e("HYPHENRANGE",`^\\s*(${c[o.XRANGEPLAIN]})\\s+-\\s+(${c[o.XRANGEPLAIN]})\\s*$`),e("HYPHENRANGELOOSE",`^\\s*(${c[o.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[o.XRANGEPLAINLOOSE]})\\s*$`),e("STAR","(<|>)?=?\\s*\\*"),e("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),e("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},60715:(R,T,n)=>{const i=n(93260),v=(d,c,o)=>i(d,c,">",o);R.exports=v},9560:(R,T,n)=>{const i=n(14355),v=(d,c,o)=>(d=new i(d,o),c=new i(c,o),d.intersects(c));R.exports=v},30006:(R,T,n)=>{const i=n(93260),v=(d,c,o)=>i(d,c,"<",o);R.exports=v},94931:(R,T,n)=>{const i=n(39405),v=n(14355),d=(c,o,r)=>{let e=null,a=null,s=null;try{s=new v(o,r)}catch(t){return null}return c.forEach(t=>{s.test(t)&&(!e||a.compare(t)===-1)&&(e=t,a=new i(e,r))}),e};R.exports=d},65891:(R,T,n)=>{const i=n(39405),v=n(14355),d=(c,o,r)=>{let e=null,a=null,s=null;try{s=new v(o,r)}catch(t){return null}return c.forEach(t=>{s.test(t)&&(!e||a.compare(t)===1)&&(e=t,a=new i(e,r))}),e};R.exports=d},24925:(R,T,n)=>{const i=n(39405),v=n(14355),d=n(99261),c=(o,r)=>{o=new v(o,r);let e=new i("0.0.0");if(o.test(e)||(e=new i("0.0.0-0"),o.test(e)))return e;e=null;for(let a=0;a<o.set.length;++a){const s=o.set[a];let t=null;s.forEach(u=>{const m=new i(u.semver.version);switch(u.operator){case">":m.prerelease.length===0?m.patch++:m.prerelease.push(0),m.raw=m.format();case"":case">=":(!t||d(m,t))&&(t=m);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${u.operator}`)}}),t&&(!e||d(e,t))&&(e=t)}return e&&o.test(e)?e:null};R.exports=c},93260:(R,T,n)=>{const i=n(39405),v=n(84074),{ANY:d}=v,c=n(14355),o=n(15312),r=n(99261),e=n(63433),a=n(64622),s=n(56647),t=(u,m,D,E)=>{u=new i(u,E),m=new c(m,E);let P,I,O,h,g;switch(D){case">":P=r,I=a,O=e,h=">",g=">=";break;case"<":P=e,I=s,O=r,h="<",g="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(o(u,m,E))return!1;for(let f=0;f<m.set.length;++f){const l=m.set[f];let y=null,p=null;if(l.forEach(L=>{L.semver===d&&(L=new v(">=0.0.0")),y=y||L,p=p||L,P(L.semver,y.semver,E)?y=L:O(L.semver,p.semver,E)&&(p=L)}),y.operator===h||y.operator===g||(!p.operator||p.operator===h)&&I(u,p.semver))return!1;if(p.operator===g&&O(u,p.semver))return!1}return!0};R.exports=t},77795:(R,T,n)=>{const i=n(15312),v=n(73308);R.exports=(d,c,o)=>{const r=[];let e=null,a=null;const s=d.sort((D,E)=>v(D,E,o));for(const D of s)i(D,c,o)?(a=D,e||(e=D)):(a&&r.push([e,a]),a=null,e=null);e&&r.push([e,null]);const t=[];for(const[D,E]of r)D===E?t.push(D):!E&&D===s[0]?t.push("*"):E?D===s[0]?t.push(`<=${E}`):t.push(`${D} - ${E}`):t.push(`>=${D}`);const u=t.join(" || "),m=typeof c.raw=="string"?c.raw:String(c);return u.length<m.length?u:c}},57732:(R,T,n)=>{const i=n(14355),v=n(84074),{ANY:d}=v,c=n(15312),o=n(73308),r=(t,u,m={})=>{if(t===u)return!0;t=new i(t,m),u=new i(u,m);let D=!1;e:for(const E of t.set){for(const P of u.set){const I=e(E,P,m);if(D=D||I!==null,I)continue e}if(D)return!1}return!0},e=(t,u,m)=>{if(t===u)return!0;if(t.length===1&&t[0].semver===d){if(u.length===1&&u[0].semver===d)return!0;m.includePrerelease?t=[new v(">=0.0.0-0")]:t=[new v(">=0.0.0")]}if(u.length===1&&u[0].semver===d){if(m.includePrerelease)return!0;u=[new v(">=0.0.0")]}const D=new Set;let E,P;for(const p of t)p.operator===">"||p.operator===">="?E=a(E,p,m):p.operator==="<"||p.operator==="<="?P=s(P,p,m):D.add(p.semver);if(D.size>1)return null;let I;if(E&&P){if(I=o(E.semver,P.semver,m),I>0)return null;if(I===0&&(E.operator!==">="||P.operator!=="<="))return null}for(const p of D){if(E&&!c(p,String(E),m)||P&&!c(p,String(P),m))return null;for(const L of u)if(!c(p,String(L),m))return!1;return!0}let O,h,g,f,l=P&&!m.includePrerelease&&P.semver.prerelease.length?P.semver:!1,y=E&&!m.includePrerelease&&E.semver.prerelease.length?E.semver:!1;l&&l.prerelease.length===1&&P.operator==="<"&&l.prerelease[0]===0&&(l=!1);for(const p of u){if(f=f||p.operator===">"||p.operator===">=",g=g||p.operator==="<"||p.operator==="<=",E){if(y&&p.semver.prerelease&&p.semver.prerelease.length&&p.semver.major===y.major&&p.semver.minor===y.minor&&p.semver.patch===y.patch&&(y=!1),p.operator===">"||p.operator===">="){if(O=a(E,p,m),O===p&&O!==E)return!1}else if(E.operator===">="&&!c(E.semver,String(p),m))return!1}if(P){if(l&&p.semver.prerelease&&p.semver.prerelease.length&&p.semver.major===l.major&&p.semver.minor===l.minor&&p.semver.patch===l.patch&&(l=!1),p.operator==="<"||p.operator==="<="){if(h=s(P,p,m),h===p&&h!==P)return!1}else if(P.operator==="<="&&!c(P.semver,String(p),m))return!1}if(!p.operator&&(P||E)&&I!==0)return!1}return!(E&&g&&!P&&I!==0||P&&f&&!E&&I!==0||y||l)},a=(t,u,m)=>{if(!t)return u;const D=o(t.semver,u.semver,m);return D>0?t:D<0||u.operator===">"&&t.operator===">="?u:t},s=(t,u,m)=>{if(!t)return u;const D=o(t.semver,u.semver,m);return D<0?t:D>0||u.operator==="<"&&t.operator==="<="?u:t};R.exports=r},59663:(R,T,n)=>{const i=n(14355),v=(d,c)=>new i(d,c).set.map(o=>o.map(r=>r.value).join(" ").trim().split(" "));R.exports=v},69965:(R,T,n)=>{const i=n(14355),v=(d,c)=>{try{return new i(d,c).range||"*"}catch(o){return null}};R.exports=v},19961:R=>{"use strict";R.exports=function(T){T.prototype[Symbol.iterator]=function*(){for(let n=this.head;n;n=n.next)yield n.value}}},52138:(R,T,n)=>{"use strict";R.exports=i,i.Node=o,i.create=i;function i(r){var e=this;if(e instanceof i||(e=new i),e.tail=null,e.head=null,e.length=0,r&&typeof r.forEach=="function")r.forEach(function(t){e.push(t)});else if(arguments.length>0)for(var a=0,s=arguments.length;a<s;a++)e.push(arguments[a]);return e}i.prototype.removeNode=function(r){if(r.list!==this)throw new Error("removing node which does not belong to this list");var e=r.next,a=r.prev;return e&&(e.prev=a),a&&(a.next=e),r===this.head&&(this.head=e),r===this.tail&&(this.tail=a),r.list.length--,r.next=null,r.prev=null,r.list=null,e},i.prototype.unshiftNode=function(r){if(r!==this.head){r.list&&r.list.removeNode(r);var e=this.head;r.list=this,r.next=e,e&&(e.prev=r),this.head=r,this.tail||(this.tail=r),this.length++}},i.prototype.pushNode=function(r){if(r!==this.tail){r.list&&r.list.removeNode(r);var e=this.tail;r.list=this,r.prev=e,e&&(e.next=r),this.tail=r,this.head||(this.head=r),this.length++}},i.prototype.push=function(){for(var r=0,e=arguments.length;r<e;r++)d(this,arguments[r]);return this.length},i.prototype.unshift=function(){for(var r=0,e=arguments.length;r<e;r++)c(this,arguments[r]);return this.length},i.prototype.pop=function(){if(!!this.tail){var r=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,r}},i.prototype.shift=function(){if(!!this.head){var r=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,r}},i.prototype.forEach=function(r,e){e=e||this;for(var a=this.head,s=0;a!==null;s++)r.call(e,a.value,s,this),a=a.next},i.prototype.forEachReverse=function(r,e){e=e||this;for(var a=this.tail,s=this.length-1;a!==null;s--)r.call(e,a.value,s,this),a=a.prev},i.prototype.get=function(r){for(var e=0,a=this.head;a!==null&&e<r;e++)a=a.next;if(e===r&&a!==null)return a.value},i.prototype.getReverse=function(r){for(var e=0,a=this.tail;a!==null&&e<r;e++)a=a.prev;if(e===r&&a!==null)return a.value},i.prototype.map=function(r,e){e=e||this;for(var a=new i,s=this.head;s!==null;)a.push(r.call(e,s.value,this)),s=s.next;return a},i.prototype.mapReverse=function(r,e){e=e||this;for(var a=new i,s=this.tail;s!==null;)a.push(r.call(e,s.value,this)),s=s.prev;return a},i.prototype.reduce=function(r,e){var a,s=this.head;if(arguments.length>1)a=e;else if(this.head)s=this.head.next,a=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var t=0;s!==null;t++)a=r(a,s.value,t),s=s.next;return a},i.prototype.reduceReverse=function(r,e){var a,s=this.tail;if(arguments.length>1)a=e;else if(this.tail)s=this.tail.prev,a=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var t=this.length-1;s!==null;t--)a=r(a,s.value,t),s=s.prev;return a},i.prototype.toArray=function(){for(var r=new Array(this.length),e=0,a=this.head;a!==null;e++)r[e]=a.value,a=a.next;return r},i.prototype.toArrayReverse=function(){for(var r=new Array(this.length),e=0,a=this.tail;a!==null;e++)r[e]=a.value,a=a.prev;return r},i.prototype.slice=function(r,e){e=e||this.length,e<0&&(e+=this.length),r=r||0,r<0&&(r+=this.length);var a=new i;if(e<r||e<0)return a;r<0&&(r=0),e>this.length&&(e=this.length);for(var s=0,t=this.head;t!==null&&s<r;s++)t=t.next;for(;t!==null&&s<e;s++,t=t.next)a.push(t.value);return a},i.prototype.sliceReverse=function(r,e){e=e||this.length,e<0&&(e+=this.length),r=r||0,r<0&&(r+=this.length);var a=new i;if(e<r||e<0)return a;r<0&&(r=0),e>this.length&&(e=this.length);for(var s=this.length,t=this.tail;t!==null&&s>e;s--)t=t.prev;for(;t!==null&&s>r;s--,t=t.prev)a.push(t.value);return a},i.prototype.splice=function(r,e,...a){r>this.length&&(r=this.length-1),r<0&&(r=this.length+r);for(var s=0,t=this.head;t!==null&&s<r;s++)t=t.next;for(var u=[],s=0;t&&s<e;s++)u.push(t.value),t=this.removeNode(t);t===null&&(t=this.tail),t!==this.head&&t!==this.tail&&(t=t.prev);for(var s=0;s<a.length;s++)t=v(this,t,a[s]);return u},i.prototype.reverse=function(){for(var r=this.head,e=this.tail,a=r;a!==null;a=a.prev){var s=a.prev;a.prev=a.next,a.next=s}return this.head=e,this.tail=r,this};function v(r,e,a){var s=e===r.head?new o(a,null,e,r):new o(a,e,e.next,r);return s.next===null&&(r.tail=s),s.prev===null&&(r.head=s),r.length++,s}function d(r,e){r.tail=new o(e,r.tail,null,r),r.head||(r.head=r.tail),r.length++}function c(r,e){r.head=new o(e,null,r.head,r),r.tail||(r.tail=r.head),r.length++}function o(r,e,a,s){if(!(this instanceof o))return new o(r,e,a,s);this.list=s,this.value=r,e?(e.next=this,this.prev=e):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{n(19961)(i)}catch(r){}},15300:(R,T,n)=>{"use strict";n.d(T,{$:()=>E});var i=n(32735),v=n(83292),d=n(60216),c=n(15335),o=n(82875),r=Object.defineProperty,e=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,t=(P,I,O)=>I in P?r(P,I,{enumerable:!0,configurable:!0,writable:!0,value:O}):P[I]=O,u=(P,I)=>{for(var O in I||(I={}))a.call(I,O)&&t(P,O,I[O]);if(e)for(var O of e(I))s.call(I,O)&&t(P,O,I[O]);return P},m=(P,I)=>{var O={};for(var h in P)a.call(P,h)&&I.indexOf(h)<0&&(O[h]=P[h]);if(P!=null&&e)for(var h of e(P))I.indexOf(h)<0&&s.call(P,h)&&(O[h]=P[h]);return O};const D=(0,v.default)(c.r)`
|
|
3
|
+
width: ${({condensed:P})=>P?"max-content":`${224/16}rem`};
|
|
4
|
+
background: ${({theme:P})=>P.colors.neutral0};
|
|
5
|
+
position: sticky;
|
|
6
|
+
top: 0;
|
|
7
|
+
height: 100vh;
|
|
8
|
+
z-index: 2;
|
|
9
|
+
border-right: 1px solid ${({theme:P})=>P.colors.neutral150};
|
|
10
|
+
`,E=P=>{var I=P,{condensed:O}=I,h=m(I,["condensed"]);return i.createElement(o.f.Provider,{value:O},i.createElement(D,u({as:"nav",condensed:O},h)))};E.defaultProps={condensed:!1},E.propTypes={condensed:d.bool}},82875:(R,T,n)=>{"use strict";n.d(T,{S:()=>d,f:()=>v});var i=n(32735);const v=(0,i.createContext)(),d=()=>(0,i.useContext)(v)},61450:(R,T,n)=>{"use strict";n.d(T,{D:()=>g});var i=n(32735),v=n(60216),d=n(83292),c=n(62345),o=n(88860),r=n(36320),e=n(82875),a=n(3685),s=n(62499),t=Object.defineProperty,u=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,D=Object.prototype.propertyIsEnumerable,E=(f,l,y)=>l in f?t(f,l,{enumerable:!0,configurable:!0,writable:!0,value:y}):f[l]=y,P=(f,l)=>{for(var y in l||(l={}))m.call(l,y)&&E(f,y,l[y]);if(u)for(var y of u(l))D.call(l,y)&&E(f,y,l[y]);return f},I=(f,l)=>{var y={};for(var p in f)m.call(f,p)&&l.indexOf(p)<0&&(y[p]=f[p]);if(f!=null&&u)for(var p of u(f))l.indexOf(p)<0&&D.call(f,p)&&(y[p]=f[p]);return y};const O=d.default.div`
|
|
11
|
+
border-radius: ${({theme:f})=>f.borderRadius};
|
|
12
|
+
|
|
13
|
+
svg,
|
|
14
|
+
img {
|
|
15
|
+
height: ${({condensed:f})=>f?`${40/16}rem`:`${32/16}rem`};
|
|
16
|
+
width: ${({condensed:f})=>f?`${40/16}rem`:`${32/16}rem`};
|
|
17
|
+
}
|
|
18
|
+
`,h=(0,d.default)(s.f)`
|
|
19
|
+
text-decoration: unset;
|
|
20
|
+
color: inherit;
|
|
21
|
+
`,g=i.forwardRef((f,l)=>{var y=f,{workplace:p,title:L,icon:C}=y,w=I(y,["workplace","title","icon"]);return(0,e.S)()?i.createElement(s.f,P({ref:l},w),i.createElement(c.x,{paddingLeft:3,paddingRight:3,paddingTop:4,paddingBottom:4},i.createElement(O,{condensed:!0},C,i.createElement(a.T,null,i.createElement("span",null,L),i.createElement("span",null,p))))):i.createElement(h,P({ref:l},w),i.createElement(c.x,{paddingLeft:3,paddingRight:3,paddingTop:4,paddingBottom:4},i.createElement(r.k,null,i.createElement(O,{"aria-hidden":!0,tabIndex:-1},C),i.createElement(c.x,{paddingLeft:2},i.createElement(o.Z,{fontWeight:"bold",textColor:"neutral800",as:"span"},L,i.createElement(a.T,{as:"span"},p)),i.createElement(o.Z,{variant:"pi",as:"p",textColor:"neutral600","aria-hidden":!0},p)))))});g.displayName="NavBrand",g.defaultProps={to:"/"},g.propTypes={icon:v.node.isRequired,title:v.string.isRequired,to:v.string,workplace:v.string.isRequired}},9371:(R,T,n)=>{"use strict";n.d(T,{w:()=>O});var i=n(32735),v=n(60216),d=n(83292),c=n(77277),o=n(76913),r=n(99140),e=n(3685),a=n(82875),s=Object.defineProperty,t=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable,D=(h,g,f)=>g in h?s(h,g,{enumerable:!0,configurable:!0,writable:!0,value:f}):h[g]=f,E=(h,g)=>{for(var f in g||(g={}))u.call(g,f)&&D(h,f,g[f]);if(t)for(var f of t(g))m.call(g,f)&&D(h,f,g[f]);return h},P=(h,g)=>{var f={};for(var l in h)u.call(h,l)&&g.indexOf(l)<0&&(f[l]=h[l]);if(h!=null&&t)for(var l of t(h))g.indexOf(l)<0&&m.call(h,l)&&(f[l]=h[l]);return f};const I=d.default.button`
|
|
22
|
+
background: ${({theme:h})=>h.colors.neutral0};
|
|
23
|
+
border: 1px solid ${({theme:h})=>h.colors.neutral150};
|
|
24
|
+
border-radius: ${({theme:h})=>h.borderRadius};
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
position: absolute;
|
|
29
|
+
bottom: ${(9+4)/16}rem; // 9 is the height of the svg and 4 is the padding below
|
|
30
|
+
right: ${({theme:h,condensed:g})=>g?0:h.spaces[5]};
|
|
31
|
+
transform: ${({condensed:h})=>h?"translateX(50%)":void 0};
|
|
32
|
+
z-index: 2;
|
|
33
|
+
width: ${18/16}rem;
|
|
34
|
+
height: ${25/16}rem;
|
|
35
|
+
|
|
36
|
+
svg {
|
|
37
|
+
width: ${6/16}rem;
|
|
38
|
+
height: ${9/16}rem;
|
|
39
|
+
}
|
|
40
|
+
`,O=h=>{var g=h,{children:f}=g,l=P(g,["children"]);const y=(0,a.S)();return i.createElement(I,E({as:"button",condensed:y},l),i.createElement(r.J,{as:y?c.default:o.default,"aria-hidden":!0,color:"neutral600"}),i.createElement(e.T,null,f))};O.propTypes={children:v.string.isRequired}},78464:(R,T,n)=>{"use strict";n.d(T,{O:()=>y});var i=n(32735),v=n(83292),d=n(60216),c=n(62345),o=n(36320),r=n(88860),e=n(82875),a=n(63919),s=n(6518),t=n(62499),u=Object.defineProperty,m=Object.getOwnPropertySymbols,D=Object.prototype.hasOwnProperty,E=Object.prototype.propertyIsEnumerable,P=(p,L,C)=>L in p?u(p,L,{enumerable:!0,configurable:!0,writable:!0,value:C}):p[L]=C,I=(p,L)=>{for(var C in L||(L={}))D.call(L,C)&&P(p,C,L[C]);if(m)for(var C of m(L))E.call(L,C)&&P(p,C,L[C]);return p},O=(p,L)=>{var C={};for(var w in p)D.call(p,w)&&L.indexOf(w)<0&&(C[w]=p[w]);if(p!=null&&m)for(var w of m(p))L.indexOf(w)<0&&E.call(p,w)&&(C[w]=p[w]);return C};const h=(0,v.default)(c.x)`
|
|
41
|
+
svg {
|
|
42
|
+
width: 1rem;
|
|
43
|
+
height: 1rem;
|
|
44
|
+
}
|
|
45
|
+
`,g=(0,v.default)(t.f)`
|
|
46
|
+
position: relative;
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
display: block;
|
|
49
|
+
border-radius: ${({theme:p})=>p.borderRadius};
|
|
50
|
+
background: ${({theme:p})=>p.colors.neutral0};
|
|
51
|
+
|
|
52
|
+
${r.Z} {
|
|
53
|
+
color: ${({theme:p})=>p.colors.neutral600};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
svg path {
|
|
57
|
+
fill: ${({theme:p})=>p.colors.neutral500};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&:hover {
|
|
61
|
+
background: ${({theme:p})=>p.colors.neutral100};
|
|
62
|
+
|
|
63
|
+
${r.Z} {
|
|
64
|
+
color: ${({theme:p})=>p.colors.neutral700};
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
svg path {
|
|
68
|
+
fill: ${({theme:p})=>p.colors.neutral600};
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.active {
|
|
73
|
+
background: ${({theme:p})=>p.colors.primary100};
|
|
74
|
+
|
|
75
|
+
svg path {
|
|
76
|
+
fill: ${({theme:p})=>p.colors.primary600};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
${r.Z} {
|
|
80
|
+
color: ${({theme:p})=>p.colors.primary600};
|
|
81
|
+
font-weight: 500;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
`,f=(0,v.default)(o.k)`
|
|
85
|
+
padding: ${({theme:p})=>`${p.spaces[2]} ${p.spaces[3]}`};
|
|
86
|
+
`,l=(0,v.default)(s.C)`
|
|
87
|
+
${({condensed:p})=>p&&`
|
|
88
|
+
position: absolute;
|
|
89
|
+
transform: translate(35%, -50%);
|
|
90
|
+
top: 0;
|
|
91
|
+
right: 0;
|
|
92
|
+
`}
|
|
93
|
+
|
|
94
|
+
${r.Z} {
|
|
95
|
+
//find a solution to remove !important
|
|
96
|
+
color: ${({theme:p})=>p.colors.neutral0} !important;
|
|
97
|
+
line-height: 0;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
display: flex;
|
|
101
|
+
justify-content: center;
|
|
102
|
+
align-items: center;
|
|
103
|
+
min-width: ${({theme:p})=>p.spaces[6]};
|
|
104
|
+
height: ${({theme:p})=>p.spaces[5]};
|
|
105
|
+
padding: ${({theme:p})=>`0 ${p.spaces[2]}`};
|
|
106
|
+
border-radius: ${({theme:p})=>p.spaces[10]};
|
|
107
|
+
background: ${({theme:p})=>p.colors.primary600};
|
|
108
|
+
`,y=i.forwardRef((p,L)=>{var C=p,{children:w,icon:W,badgeContent:S,badgeAriaLabel:N}=C,$=O(C,["children","icon","badgeContent","badgeAriaLabel"]);return(0,e.S)()?i.createElement(g,I({ref:L},$),i.createElement(a.u,{position:"right",label:w},i.createElement(f,{as:"span",justifyContent:"center"},i.createElement(h,{"aria-hidden":!0,paddingRight:0,as:"span"},W),S&&i.createElement(l,{condensed:!0,"aria-label":N},S)))):i.createElement(g,I({ref:L},$),i.createElement(f,{as:"span",justifyContent:"space-between"},i.createElement(o.k,null,i.createElement(h,{"aria-hidden":!0,paddingRight:3,as:"span"},W),i.createElement(r.Z,null,w)),S&&i.createElement(l,{justifyContent:"center","aria-label":N},S)))});y.displayName="NavLink",y.defaultProps={badgeContent:void 0,badgeAriaLabel:void 0},y.propTypes={badgeAriaLabel:d.string,badgeContent:d.oneOfType([d.string,d.number]),children:d.string.isRequired,icon:d.node.isRequired}},42889:(R,T,n)=>{"use strict";n.d(T,{y:()=>I});var i=n(32735),v=n(60216),d=n(62345),c=n(88860),o=n(27677),r=n(82875),e=n(3685),a=n(9026),s=Object.defineProperty,t=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable,D=(O,h,g)=>h in O?s(O,h,{enumerable:!0,configurable:!0,writable:!0,value:g}):O[h]=g,E=(O,h)=>{for(var g in h||(h={}))u.call(h,g)&&D(O,g,h[g]);if(t)for(var g of t(h))m.call(h,g)&&D(O,g,h[g]);return O},P=(O,h)=>{var g={};for(var f in O)u.call(O,f)&&h.indexOf(f)<0&&(g[f]=O[f]);if(O!=null&&t)for(var f of t(O))h.indexOf(f)<0&&m.call(O,f)&&(g[f]=O[f]);return g};const I=O=>{var h=O,{label:g,children:f}=h,l=P(h,["label","children"]);return(0,r.S)()?i.createElement(o.K,{spacing:2},i.createElement(d.x,{paddingTop:1,paddingBottom:1,background:"neutral0",hasRadius:!0,as:"span"},i.createElement(a.i,null),i.createElement(e.T,null,i.createElement("span",null,g))),i.createElement(o.K,E({as:"ul",spacing:2},l),i.Children.map(f,(y,p)=>i.createElement("li",{key:p},y)))):i.createElement(o.K,{spacing:2},i.createElement(d.x,{paddingTop:1,paddingBottom:1,background:"neutral0",paddingRight:3,paddingLeft:3,hasRadius:!0,as:"span"},i.createElement(c.Z,{variant:"sigma",textColor:"neutral600"},g)),i.createElement(o.K,E({as:"ul",spacing:2},l),i.Children.map(f,(y,p)=>i.createElement("li",{key:p},y))))};I.propTypes={children:v.node.isRequired,label:v.string.isRequired}},1897:(R,T,n)=>{"use strict";n.d(T,{_:()=>m});var i=n(32735),v=n(60216),d=n(27677),c=n(62345),o=Object.defineProperty,r=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable,s=(D,E,P)=>E in D?o(D,E,{enumerable:!0,configurable:!0,writable:!0,value:P}):D[E]=P,t=(D,E)=>{for(var P in E||(E={}))e.call(E,P)&&s(D,P,E[P]);if(r)for(var P of r(E))a.call(E,P)&&s(D,P,E[P]);return D},u=(D,E)=>{var P={};for(var I in D)e.call(D,I)&&E.indexOf(I)<0&&(P[I]=D[I]);if(D!=null&&r)for(var I of r(D))E.indexOf(I)<0&&a.call(D,I)&&(P[I]=D[I]);return P};const m=D=>{var E=D,{children:P}=E,I=u(E,["children"]);return i.createElement(c.x,{paddingLeft:3,paddingRight:2,paddingTop:3},i.createElement(d.K,t({as:"ul",spacing:4},I),i.Children.map(P,(O,h)=>i.createElement("li",{key:h},O))))};m.propTypes={children:v.node.isRequired}},64838:(R,T,n)=>{"use strict";n.d(T,{r:()=>h});var i=n(32735),v=n(60216),d=n(83292),c=n(69033),o=n(88860),r=n(36320),e=n(62345),a=n(82875),s=n(3685),t=Object.defineProperty,u=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,D=Object.prototype.propertyIsEnumerable,E=(g,f,l)=>f in g?t(g,f,{enumerable:!0,configurable:!0,writable:!0,value:l}):g[f]=l,P=(g,f)=>{for(var l in f||(f={}))m.call(f,l)&&E(g,l,f[l]);if(u)for(var l of u(f))D.call(f,l)&&E(g,l,f[l]);return g},I=(g,f)=>{var l={};for(var y in g)m.call(g,y)&&f.indexOf(y)<0&&(l[y]=g[y]);if(g!=null&&u)for(var y of u(g))f.indexOf(y)<0&&D.call(g,y)&&(l[y]=g[y]);return l};const O=(0,d.default)(e.x)`
|
|
109
|
+
text-decoration: none;
|
|
110
|
+
position: absolute;
|
|
111
|
+
bottom: 0;
|
|
112
|
+
width: 100%;
|
|
113
|
+
border-top: 1px solid ${({theme:g})=>g.colors.neutral150};
|
|
114
|
+
`,h=i.forwardRef((g,f)=>{var l=g,{src:y,children:p,initials:L}=l,C=I(l,["src","children","initials"]);const w=(0,a.S)();return i.createElement(O,P({paddingTop:3,paddingBottom:3,paddingLeft:5,paddingRight:5},C),i.createElement(r.k,{as:"button",justifyContent:w?"center":void 0,ref:f},y?i.createElement(c.q,{src:y,alt:"","aria-hidden":!0}):i.createElement(c.L,null,L),w?i.createElement(s.T,null,i.createElement("span",null,p)):i.createElement(e.x,{width:`${130/16}rem`,paddingLeft:2,as:"span"},i.createElement(o.Z,{ellipsis:!0,textColor:"neutral600"},p))))});h.displayName="NavUser",h.defaultProps={src:void 0,initials:void 0},h.propTypes={children:v.node.isRequired,initials:v.node,src:v.string}},92967:(R,T,n)=>{"use strict";n.d(T,{Z:()=>a});var i=n(32735),v=Object.defineProperty,d=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,r=(s,t,u)=>t in s?v(s,t,{enumerable:!0,configurable:!0,writable:!0,value:u}):s[t]=u,e=(s,t)=>{for(var u in t||(t={}))c.call(t,u)&&r(s,u,t[u]);if(d)for(var u of d(t))o.call(t,u)&&r(s,u,t[u]);return s};function a(s){return i.createElement("svg",e({width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s),i.createElement("path",{d:"M11.987 23.036v-.964H1.876V1.876h10.111V0H0v24h11.987v-.964z",fill:"#212134"}),i.createElement("path",{d:"M8 11.2c0-.11.09-.2.2-.2h11.973l-5.445-5.445a.2.2 0 010-.283l1.13-1.13a.2.2 0 01.283 0l7.718 7.717a.2.2 0 010 .282L16.14 19.86a.2.2 0 01-.282 0l-1.13-1.13a.2.2 0 010-.284L20.172 13H8.2a.2.2 0 01-.2-.2v-1.6z",fill:"#212134"}))}},73165:(R,T,n)=>{"use strict";n.d(T,{Z:()=>a});var i=n(32735),v=Object.defineProperty,d=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,r=(s,t,u)=>t in s?v(s,t,{enumerable:!0,configurable:!0,writable:!0,value:u}):s[t]=u,e=(s,t)=>{for(var u in t||(t={}))c.call(t,u)&&r(s,u,t[u]);if(d)for(var u of d(t))o.call(t,u)&&r(s,u,t[u]);return s};function a(s){return i.createElement("svg",e({width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s),i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.707.297A1 1 0 0023 .004h-2a13.907 13.907 0 00-5.38 1.077 1 1 0 00-.615.923V4.92a.035.035 0 01-.022.038l-2-1.47a1 1 0 00-1.265.052A14 14 0 007 14.004v1.585l-2.707 2.707a1 1 0 101.415 1.415l2.707-2.708H10a14.014 14.014 0 0014-14v-2a1 1 0 00-.293-.706zM18 23.999H3a3 3 0 01-3-3V6A3 3 0 013 3h3a1 1 0 110 2H3a1 1 0 00-1 1v15a1 1 0 001 1h15a1 1 0 001-1v-3a1 1 0 112 0v3a3 3 0 01-3 3z",fill:"#212134"}))}}}]);
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[805],{84802:B=>{function M(e,a,t,v){for(var g=-1,O=e==null?0:e.length;++g<O;){var s=e[g];a(v,s,t(s),e)}return v}B.exports=M},62435:(B,M,e)=>{var a=e(56671);function t(v,g,O,s){return a(v,function(y,E,u){g(s,y,O(y),u)}),s}B.exports=t},85580:(B,M,e)=>{var a=e(84802),t=e(62435),v=e(88904),g=e(77236);function O(s,y){return function(E,u){var p=g(E)?a:t,P=y?y():{};return p(E,s,v(u,2),P)}}B.exports=O},3704:(B,M,e)=>{var a=e(40314),t=e(37213);function v(g,O){return a(t(g,O),1)}B.exports=v},81346:(B,M,e)=>{var a=e(40999),t=e(85580),v=Object.prototype,g=v.hasOwnProperty,O=t(function(s,y,E){g.call(s,E)?s[E].push(y):a(s,E,[y])});B.exports=O},37213:(B,M,e)=>{var a=e(26460),t=e(88904),v=e(52920),g=e(77236);function O(s,y){var E=g(s)?a:v;return E(s,t(y,3))}B.exports=O},83828:(B,M,e)=>{"use strict";e.d(M,{U:()=>D,y:()=>p});var a=e(32735),t=e(60216),v=e(83292),g=e(88860),O=e(91045),s=e(59002),y=e(62345),E=e(36320);const u=({theme:n,expanded:i,variant:r,disabled:l,error:d})=>d?`1px solid ${n.colors.danger600} !important`:l?`1px solid ${n.colors.neutral150}`:i?`1px solid ${n.colors.primary600}`:r==="primary"?`1px solid ${n.colors.neutral0}`:`1px solid ${n.colors.neutral100}`,p=(0,v.default)(g.Z)``,P=(0,v.default)(y.x)`
|
|
2
|
+
border: ${u};
|
|
3
|
+
|
|
4
|
+
&:hover:not([aria-disabled='true']) {
|
|
5
|
+
border: 1px solid ${({theme:n})=>n.colors.primary600};
|
|
6
|
+
|
|
7
|
+
${p} {
|
|
8
|
+
color: ${({theme:n,expanded:i})=>i?void 0:n.colors.primary700};
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
${g.Z} {
|
|
12
|
+
color: ${({theme:n,expanded:i})=>i?void 0:n.colors.primary600};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
& > ${E.k} {
|
|
16
|
+
background: ${({theme:n})=>n.colors.primary100};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[data-strapi-dropdown='true'] {
|
|
20
|
+
background: ${({theme:n})=>n.colors.primary200};
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
`,D=({children:n,expanded:i,id:r,size:l,variant:d,disabled:f,error:_,hasErrorMessage:o,onToggle:c,toggle:m})=>{const b=(0,s.M)("accordion",r);return a.createElement(O.S.Provider,{value:{expanded:i,onToggle:c,toggle:m,id:b,size:l,variant:d,disabled:f}},a.createElement(P,{"data-strapi-expanded":i,disabled:f,"aria-disabled":f,expanded:i,hasRadius:!0,variant:d,error:_},n),_&&o&&a.createElement(y.x,{paddingTop:1},a.createElement(g.Z,{variant:"pi",textColor:"danger600"},_)))};D.defaultProps={disabled:!1,error:void 0,expanded:!1,hasErrorMessage:!0,id:void 0,toggle:void 0,size:"M",variant:"primary",onToggle:void 0},D.propTypes={children:t.node.isRequired,disabled:t.bool,error:t.string,expanded:t.bool,hasErrorMessage:t.bool,id:t.string,onToggle:t.func,size:t.oneOf(["S","M"]),toggle:t.func,variant:t.oneOf(["primary","secondary"])}},89966:(B,M,e)=>{"use strict";e.d(M,{v:()=>D});var a=e(32735),t=e(60216),v=e(91045),g=e(62345),O=Object.defineProperty,s=Object.getOwnPropertySymbols,y=Object.prototype.hasOwnProperty,E=Object.prototype.propertyIsEnumerable,u=(n,i,r)=>i in n?O(n,i,{enumerable:!0,configurable:!0,writable:!0,value:r}):n[i]=r,p=(n,i)=>{for(var r in i||(i={}))y.call(i,r)&&u(n,r,i[r]);if(s)for(var r of s(i))E.call(i,r)&&u(n,r,i[r]);return n},P=(n,i)=>{var r={};for(var l in n)y.call(n,l)&&i.indexOf(l)<0&&(r[l]=n[l]);if(n!=null&&s)for(var l of s(n))i.indexOf(l)<0&&E.call(n,l)&&(r[l]=n[l]);return r};const D=n=>{var i=n,{children:r}=i,l=P(i,["children"]);const{expanded:d,id:f}=(0,v.A)();if(!d)return null;const _=`accordion-content-${f}`,o=`accordion-label-${f}`,c=`accordion-desc-${f}`;return a.createElement(g.x,p({role:"region",id:_,"aria-labelledby":o,"aria-describedby":c},l),r)};D.propTypes={children:t.node.isRequired}},91045:(B,M,e)=>{"use strict";e.d(M,{A:()=>v,S:()=>t});var a=e(32735);const t=(0,a.createContext)(),v=()=>(0,a.useContext)(t)},61762:(B,M,e)=>{"use strict";e.d(M,{B:()=>b});var a=e(32735),t=e(60216),v=e(16899),g=e(83292),O=e(7563),s=e(88860),y=e(83828),E=e(91045),u=e(36320),p=e(27677),P=e(99140);const D=({expanded:h,disabled:x,variant:C})=>{let T;return h?T="primary100":x?T="neutral150":C==="primary"?T="neutral0":T="neutral100",T};var n=e(98399),i=Object.defineProperty,r=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,d=Object.prototype.propertyIsEnumerable,f=(h,x,C)=>x in h?i(h,x,{enumerable:!0,configurable:!0,writable:!0,value:C}):h[x]=C,_=(h,x)=>{for(var C in x||(x={}))l.call(x,C)&&f(h,C,x[C]);if(r)for(var C of r(x))d.call(x,C)&&f(h,C,x[C]);return h},o=(h,x)=>{var C={};for(var T in h)l.call(h,T)&&x.indexOf(T)<0&&(C[T]=h[T]);if(h!=null&&r)for(var T of r(h))x.indexOf(T)<0&&d.call(h,T)&&(C[T]=h[T]);return C};const c=(0,g.default)(O.A)`
|
|
24
|
+
text-align: left;
|
|
25
|
+
|
|
26
|
+
// necessary to make the ellipsis prop work on the title
|
|
27
|
+
> span {
|
|
28
|
+
max-width: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
svg {
|
|
32
|
+
width: ${14/16}rem;
|
|
33
|
+
height: ${14/16}rem;
|
|
34
|
+
|
|
35
|
+
path {
|
|
36
|
+
fill: ${({theme:h,expanded:x})=>x?h.colors.primary600:h.colors.neutral500};
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
`,m=(0,g.default)(u.k)`
|
|
40
|
+
min-height: ${({theme:h,size:x})=>h.sizes.accordions[x]};
|
|
41
|
+
border-radius: ${({theme:h,expanded:x})=>x?`${h.borderRadius} ${h.borderRadius} 0 0`:h.borderRadius};
|
|
42
|
+
|
|
43
|
+
&:hover {
|
|
44
|
+
svg {
|
|
45
|
+
path {
|
|
46
|
+
fill: ${({theme:h})=>h.colors.primary600};
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
`,b=h=>{var x=h,{title:C,description:T,as:I,togglePosition:K,action:$}=x,W=o(x,["title","description","as","togglePosition","action"]);const U=(0,a.useRef)(null),{onToggle:S,toggle:w,expanded:R,id:L,size:A,variant:G,disabled:j}=(0,E.A)(),J=`accordion-content-${L}`,Z=`accordion-label-${L}`,X=`accordion-desc-${L}`,F=A==="M"?6:4,z=A==="M"?F:F-2,Y=D({expanded:R,disabled:j,variant:G}),Q={as:I,fontWeight:A==="S"?"bold":void 0,id:Z,textColor:R?"primary600":"neutral700",ellipsis:!0,variant:A==="M"?"delta":void 0},k=R?"primary600":"neutral600",q=R?"primary200":"neutral200",N=A==="M"?`${32/16}rem`:`${24/16}rem`,ee=()=>{j||(w&&!S?(n.warn('Deprecation warning: Usage of "toggle" prop in Accordion component is deprecated. This is discouraged and will be removed in the next major release. Please use "onToggle" instead'),w()):S())},H=a.createElement(u.k,{justifyContent:"center",borderRadius:"50%",height:N,width:N,transform:R?"rotate(180deg)":void 0,"data-strapi-dropdown":!0,disabled:j,"aria-hidden":!0,as:"span",background:q,cursor:j?"not-allowed":"pointer",onClick:()=>{var V;return(V=U==null?void 0:U.current)==null?void 0:V.click()},shrink:0},a.createElement(P.J,{as:v.default,width:A==="M"?`${11/16}rem`:`${8/16}rem`,color:R?"primary600":"neutral600"}));return a.createElement(m,{paddingBottom:z,paddingLeft:F,paddingRight:F,paddingTop:z,background:Y,expanded:R,size:A,justifyContent:"space-between",cursor:j?"not-allowed":""},a.createElement(p.K,{horizontal:!0,spacing:3,flex:1,maxWidth:"100%"},K==="left"&&H,a.createElement(c,_({ref:U,onClick:ee,"aria-disabled":j,"aria-expanded":R,"aria-controls":J,"aria-labelledby":Z,"data-strapi-accordion-toggle":!0,expanded:R,type:"button",flex:1,minWidth:0},W),a.createElement(a.Fragment,null,a.createElement(y.y,_({},Q),C),T&&a.createElement(s.Z,{as:"p",id:X,textColor:k},T))),K==="right"&&a.createElement(p.K,{horizontal:!0,spacing:3},H,$),K==="left"&&$))};b.defaultProps={action:void 0,as:"span",description:void 0,variant:"primary",togglePosition:"right"},b.propTypes={action:t.node,as:t.string,description:t.string,title:t.string.isRequired,togglePosition:t.oneOf(["right","left"]),variant:t.oneOf(["primary","secondary"])}},11299:(B,M,e)=>{"use strict";e.d(M,{$:()=>d,O:()=>_});var a=e(32735),t=e(60216),v=e(83292),g=e(77277),O=e(88860),s=e(62345),y=e(36320),E=e(3685),u=Object.defineProperty,p=Object.getOwnPropertySymbols,P=Object.prototype.hasOwnProperty,D=Object.prototype.propertyIsEnumerable,n=(o,c,m)=>c in o?u(o,c,{enumerable:!0,configurable:!0,writable:!0,value:m}):o[c]=m,i=(o,c)=>{for(var m in c||(c={}))P.call(c,m)&&n(o,m,c[m]);if(p)for(var m of p(c))D.call(c,m)&&n(o,m,c[m]);return o},r=(o,c)=>{var m={};for(var b in o)P.call(o,b)&&c.indexOf(b)<0&&(m[b]=o[b]);if(o!=null&&p)for(var b of p(o))c.indexOf(b)<0&&D.call(o,b)&&(m[b]=o[b]);return m};const l=(0,v.default)(y.k)`
|
|
51
|
+
svg {
|
|
52
|
+
height: ${10/16}rem;
|
|
53
|
+
width: ${10/16}rem;
|
|
54
|
+
path {
|
|
55
|
+
fill: ${({theme:o})=>o.colors.neutral500};
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
:last-of-type ${s.x} {
|
|
59
|
+
display: none;
|
|
60
|
+
}
|
|
61
|
+
:last-of-type ${O.Z} {
|
|
62
|
+
color: ${({theme:o})=>o.colors.neutral800};
|
|
63
|
+
font-weight: ${({theme:o})=>o.fontWeights.bold};
|
|
64
|
+
}
|
|
65
|
+
`,d=({children:o})=>a.createElement(l,{inline:!0,as:"li"},a.createElement(O.Z,{variant:"pi",textColor:"neutral600"},o),a.createElement(s.x,{"aria-hidden":!0,paddingLeft:3,paddingRight:3},a.createElement(g.default,null)));d.displayName="Crumb",d.propTypes={children:t.node.isRequired};const f=t.shape({type:t.oneOf([d])}),_=o=>{var c=o,{children:m,label:b}=c,h=r(c,["children","label"]);return a.createElement(y.k,i({},h),a.createElement(E.T,null,b),a.createElement("ol",{"aria-hidden":!0},m))};_.displayName="Breadcrumbs",_.propTypes={children:t.oneOfType([t.arrayOf(f),f]).isRequired,label:t.string.isRequired}},99223:(B,M,e)=>{"use strict";e.d(M,{Z:()=>E});var a=e(32735),t=e(60216),v=e(83292),g=e(62345),O=e(36320);const s=(0,v.default)(O.k)`
|
|
66
|
+
& > * + * {
|
|
67
|
+
margin-left: ${({theme:u})=>u.spaces[2]};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
margin-left: ${({pullRight:u})=>u?"auto":void 0};
|
|
71
|
+
`,y=(0,v.default)(s)`
|
|
72
|
+
flex-shrink: 0;
|
|
73
|
+
`,E=({startActions:u,endActions:p})=>u||p?a.createElement(g.x,{paddingLeft:10,paddingRight:10},a.createElement(g.x,{paddingBottom:4},a.createElement(O.k,{justifyContent:"space-between",alignItems:"flex-start"},u&&a.createElement(s,{wrap:"wrap"},u),p&&a.createElement(y,{pullRight:!0},p)))):null;E.defaultProps={endActions:void 0,startActions:void 0},E.propTypes={endActions:t.node,startActions:t.node}},90700:(B,M,e)=>{"use strict";e.d(M,{m:()=>i});var a=e(32735),t=e(83292),v=e(60216),g=e(15335),O=Object.defineProperty,s=Object.getOwnPropertySymbols,y=Object.prototype.hasOwnProperty,E=Object.prototype.propertyIsEnumerable,u=(r,l,d)=>l in r?O(r,l,{enumerable:!0,configurable:!0,writable:!0,value:d}):r[l]=d,p=(r,l)=>{for(var d in l||(l={}))y.call(l,d)&&u(r,d,l[d]);if(s)for(var d of s(l))E.call(l,d)&&u(r,d,l[d]);return r},P=(r,l)=>{var d={};for(var f in r)y.call(r,f)&&l.indexOf(f)<0&&(d[f]=r[f]);if(r!=null&&s)for(var f of s(r))l.indexOf(f)<0&&E.call(r,f)&&(d[f]=r[f]);return d};const D=`${232/16}rem`,n=(0,t.default)(g.r)`
|
|
74
|
+
width: ${D};
|
|
75
|
+
background: ${({theme:r})=>r.colors.neutral100};
|
|
76
|
+
position: sticky;
|
|
77
|
+
top: 0;
|
|
78
|
+
height: 100vh;
|
|
79
|
+
overflow-y: auto;
|
|
80
|
+
border-right: 1px solid ${({theme:r})=>r.colors.neutral200};
|
|
81
|
+
z-index: 1;
|
|
82
|
+
`,i=r=>{var l=r,{ariaLabel:d}=l,f=P(l,["ariaLabel"]);return a.createElement(n,p({"aria-label":d,as:"nav"},f))};i.propTypes={ariaLabel:v.string.isRequired}},8598:(B,M,e)=>{"use strict";e.d(M,{p:()=>l});var a=e(32735),t=e(60216),v=e(83292),g=e(6792),O=e(36320),s=e(88860),y=e(50563),E=e(62345),u=e(9026),p=e(61774),P=e(89252),D=e(59002);const n=d=>{const f=(0,a.useRef)();return(0,a.useEffect)(()=>{f.current=d}),f.current};var i=e(94486);const r=(0,v.default)(u.i)`
|
|
83
|
+
width: ${24/16}rem;
|
|
84
|
+
background-color: ${({theme:d})=>d.colors.neutral200};
|
|
85
|
+
`,l=({as:d,label:f,searchLabel:_,searchable:o,onChange:c,value:m,onClear:b,onSubmit:h,id:x})=>{const[C,T]=(0,a.useState)(!1),I=n(C),K=(0,D.M)("subnav-searchbar-clear",x),$=(0,a.useRef)(),W=(0,a.useRef)();(0,a.useEffect)(()=>{C&&$.current&&$.current.focus(),I&&!C&&W.current&&W.current.focus()},[C,I]);const U=()=>{T(L=>!L)},S=L=>{b(L),$.current.focus()},w=L=>{var A;((A=L.relatedTarget)==null?void 0:A.id)!==K&&T(!1)},R=L=>{L.key===i.y.ESCAPE&&T(!1)};return C?a.createElement(E.x,{paddingLeft:4,paddingTop:5,paddingBottom:2,paddingRight:4},a.createElement(P.U,null,a.createElement(p.w,{name:"searchbar",value:m,onChange:c,placeholder:"e.g: strapi-plugin-abcd",onKeyDown:R,ref:$,onBlur:w,onClear:S,onSubmit:h,clearLabel:"Clear",size:"S"},_)),a.createElement(E.x,{paddingLeft:2,paddingTop:4},a.createElement(r,null))):a.createElement(E.x,{paddingLeft:6,paddingTop:6,paddingBottom:2,paddingRight:4},a.createElement(O.k,{justifyContent:"space-between",alignItems:"flex-start"},a.createElement(s.Z,{variant:"beta",as:d},f),o&&a.createElement(y.h,{ref:W,onClick:U,label:_,icon:a.createElement(g.default,null)})),a.createElement(E.x,{paddingTop:4},a.createElement(r,null)))};l.defaultProps={as:"h2",searchable:!1,onChange(){},onClear(){},onSubmit(){},value:"",searchLabel:"",id:void 0},l.propTypes={as:t.string,id:t.string,label:t.string.isRequired,onChange:t.func,onClear:t.func,onSubmit:t.func,searchLabel:t.string,searchable:t.bool,value:t.string}},66618:(B,M,e)=>{"use strict";e.d(M,{E:()=>_});var a=e(32735),t=e(60216),v=e(83292),g=e(56243),O=e(62345),s=e(88860),y=e(36320),E=e(62499),u=Object.defineProperty,p=Object.getOwnPropertySymbols,P=Object.prototype.hasOwnProperty,D=Object.prototype.propertyIsEnumerable,n=(o,c,m)=>c in o?u(o,c,{enumerable:!0,configurable:!0,writable:!0,value:m}):o[c]=m,i=(o,c)=>{for(var m in c||(c={}))P.call(c,m)&&n(o,m,c[m]);if(p)for(var m of p(c))D.call(c,m)&&n(o,m,c[m]);return o},r=(o,c)=>{var m={};for(var b in o)P.call(o,b)&&c.indexOf(b)<0&&(m[b]=o[b]);if(o!=null&&p)for(var b of p(o))c.indexOf(b)<0&&D.call(o,b)&&(m[b]=o[b]);return m};const l=(0,v.default)(O.x)`
|
|
86
|
+
display: flex;
|
|
87
|
+
align-items: center;
|
|
88
|
+
justify-content: space-between;
|
|
89
|
+
text-decoration: none;
|
|
90
|
+
color: ${({theme:o})=>o.colors.neutral800};
|
|
91
|
+
svg > * {
|
|
92
|
+
fill: ${({theme:o})=>o.colors.neutral600};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&.active {
|
|
96
|
+
${({theme:o})=>`
|
|
97
|
+
background-color: ${o.colors.primary100};
|
|
98
|
+
border-right: 2px solid ${o.colors.primary600};
|
|
99
|
+
svg > * {
|
|
100
|
+
fill: ${o.colors.primary700};
|
|
101
|
+
}
|
|
102
|
+
${s.Z} {
|
|
103
|
+
color: ${o.colors.primary700};
|
|
104
|
+
font-weight: 500;
|
|
105
|
+
}
|
|
106
|
+
`}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&:focus-visible {
|
|
110
|
+
outline-offset: -2px;
|
|
111
|
+
}
|
|
112
|
+
`,d=(0,v.default)(g.default)`
|
|
113
|
+
width: ${12/16}rem;
|
|
114
|
+
height: ${4/16}rem;
|
|
115
|
+
* {
|
|
116
|
+
fill: ${({theme:o,$active:c})=>c?o.colors.primary600:o.colors.neutral600};
|
|
117
|
+
}
|
|
118
|
+
`,f=v.default.div`
|
|
119
|
+
svg {
|
|
120
|
+
height: ${12/16}rem;
|
|
121
|
+
width: ${12/16}rem;
|
|
122
|
+
}
|
|
123
|
+
`,_=a.forwardRef((o,c)=>{var m=o,{children:b,icon:h,withBullet:x,as:C,isSubSectionChild:T}=m,I=r(m,["children","icon","withBullet","as","isSubSectionChild"]);return a.createElement(l,i({as:C,icon:h,background:"neutral100",paddingLeft:T?9:7,paddingBottom:2,paddingTop:2,ref:c},I),a.createElement(y.k,null,h?a.createElement(f,null,h):a.createElement(d,null),a.createElement(O.x,{paddingLeft:2},a.createElement(s.Z,{as:"span"},b))),x&&a.createElement(O.x,{as:y.k,paddingRight:4},a.createElement(d,{$active:!0})))});_.displayName="SubNavLink",_.defaultProps={as:E.f,icon:null,isSubSectionChild:!1,withBullet:!1},_.propTypes={as:t.elementType,children:t.node.isRequired,icon:t.element,isSubSectionChild:t.bool,withBullet:t.bool}},79318:(B,M,e)=>{"use strict";e.d(M,{D:()=>r});var a=e(32735),t=e(60216),v=e(83292),g=e(62345),O=e(6518),s=e(27677),y=e(16899),E=e(88860),u=e(36320);const p=(0,v.default)(u.k)`
|
|
124
|
+
border: none;
|
|
125
|
+
padding: 0;
|
|
126
|
+
background: transparent;
|
|
127
|
+
`,P=v.default.div`
|
|
128
|
+
display: flex;
|
|
129
|
+
align-items: center;
|
|
130
|
+
transform: rotateX(${({rotated:l})=>l?"0deg":"180deg"});
|
|
131
|
+
`,D=({collapsable:l,label:d,onClick:f,ariaExpanded:_,ariaControls:o})=>l?a.createElement(p,{as:"button",onClick:f,"aria-expanded":_,"aria-controls":o,textAlign:"left"},a.createElement(g.x,{paddingRight:1},a.createElement(E.Z,{variant:"sigma",textColor:"neutral600"},d)),l&&a.createElement(P,{rotated:_},a.createElement(y.default,{"aria-hidden":!0}))):a.createElement(p,null,a.createElement(g.x,{paddingRight:1},a.createElement(E.Z,{variant:"sigma",textColor:"neutral600"},d)));D.defaultProps={ariaControls:null,ariaExpanded:null,collapsable:!1,onClick(){}},D.propTypes={ariaControls:t.string,ariaExpanded:t.bool,collapsable:t.bool,label:t.string.isRequired,onClick:t.func};var n=e(59002);const i=(0,v.default)(g.x)`
|
|
132
|
+
svg {
|
|
133
|
+
height: ${4/16}rem;
|
|
134
|
+
path {
|
|
135
|
+
fill: ${({theme:l})=>l.colors.neutral500};
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
`,r=({collapsable:l,label:d,badgeLabel:f,children:_,id:o})=>{const[c,m]=(0,a.useState)(!0),b=(0,n.M)("subnav-list",o),h=()=>{m(x=>!x)};return a.createElement(s.K,{spacing:1},a.createElement(i,{paddingLeft:6,paddingTop:2,paddingBottom:2,paddingRight:4},a.createElement(g.x,{position:"relative",paddingRight:f?6:0},a.createElement(D,{onClick:h,ariaExpanded:c,ariaControls:b,collapsable:l,label:d}),f&&a.createElement(O.C,{backgroundColor:"neutral150",textColor:"neutral600",position:"absolute",right:0,top:"50%",transform:"translateY(-50%)"},f))),(!l||c)&&a.createElement("ol",{id:b},a.Children.map(_,(x,C)=>a.createElement("li",{key:C},x))))};r.defaultProps={badgeLabel:null,collapsable:!1,id:void 0},r.propTypes={badgeLabel:t.string,children:t.node.isRequired,collapsable:t.bool,id:t.string,label:t.string.isRequired}},77013:(B,M,e)=>{"use strict";e.d(M,{Z:()=>D});var a=e(32735),t=e(60216),v=e(27677),g=e(62345),O=Object.defineProperty,s=Object.getOwnPropertySymbols,y=Object.prototype.hasOwnProperty,E=Object.prototype.propertyIsEnumerable,u=(n,i,r)=>i in n?O(n,i,{enumerable:!0,configurable:!0,writable:!0,value:r}):n[i]=r,p=(n,i)=>{for(var r in i||(i={}))y.call(i,r)&&u(n,r,i[r]);if(s)for(var r of s(i))E.call(i,r)&&u(n,r,i[r]);return n},P=(n,i)=>{var r={};for(var l in n)y.call(n,l)&&i.indexOf(l)<0&&(r[l]=n[l]);if(n!=null&&s)for(var l of s(n))i.indexOf(l)<0&&E.call(n,l)&&(r[l]=n[l]);return r};const D=n=>{var i=n,{children:r}=i,l=P(i,["children"]);return a.createElement(g.x,{paddingTop:2,paddingBottom:4},a.createElement(v.K,p({as:"ol",spacing:2},l),a.Children.map(r,(d,f)=>a.createElement("li",{key:f},d))))};D.propTypes={children:t.node.isRequired}},29439:(B,M,e)=>{"use strict";e.d(M,{Z:()=>E});var a=e(32735),t=Object.defineProperty,v=Object.getOwnPropertySymbols,g=Object.prototype.hasOwnProperty,O=Object.prototype.propertyIsEnumerable,s=(u,p,P)=>p in u?t(u,p,{enumerable:!0,configurable:!0,writable:!0,value:P}):u[p]=P,y=(u,p)=>{for(var P in p||(p={}))g.call(p,P)&&s(u,P,p[P]);if(v)for(var P of v(p))O.call(p,P)&&s(u,P,p[P]);return u};function E(u){return a.createElement("svg",y({width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),a.createElement("path",{d:"M24 13.3a.2.2 0 01-.2.2H5.74l8.239 8.239a.2.2 0 010 .282L12.14 23.86a.2.2 0 01-.282 0L.14 12.14a.2.2 0 010-.282L11.86.14a.2.2 0 01.282 0L13.98 1.98a.2.2 0 010 .282L5.74 10.5H23.8c.11 0 .2.09.2.2v2.6z",fill:"#212134"}))}}}]);
|