@plone/volto 15.3.0 → 15.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +47 -1
  2. package/dist/assets.json +1 -1
  3. package/dist/chunks.json +70 -70
  4. package/dist/loadable-stats.json +158 -158
  5. package/dist/public/static/css/{14.a04d758b.chunk.css → 14.28a992d7.chunk.css} +2 -2
  6. package/dist/public/static/css/{client.4f2ad45a.chunk.css → client.d1eef743.chunk.css} +2 -2
  7. package/dist/public/static/js/{14.a04d758b.chunk.js → 14.28a992d7.chunk.js} +2 -2
  8. package/dist/public/static/js/{14.a04d758b.chunk.js.LICENSE.txt → 14.28a992d7.chunk.js.LICENSE.txt} +0 -0
  9. package/dist/public/static/js/{19.61ef8815.chunk.js → 18.8304f096.chunk.js} +3 -3
  10. package/dist/public/static/js/{19.61ef8815.chunk.js.LICENSE.txt → 18.8304f096.chunk.js.LICENSE.txt} +0 -0
  11. package/dist/public/static/js/{20.6b37f925.chunk.js → 19.11da9600.chunk.js} +2 -2
  12. package/dist/public/static/js/{21.8704b265.chunk.js → 20.8d540d9e.chunk.js} +2 -2
  13. package/dist/public/static/js/{22.5a2b56ff.chunk.js → 21.5eb5dd94.chunk.js} +2 -2
  14. package/dist/public/static/js/{23.a53c8d7b.chunk.js → 22.df7a39a6.chunk.js} +2 -2
  15. package/dist/public/static/js/{24.d44c620a.chunk.js → 23.d81c9266.chunk.js} +2 -2
  16. package/dist/public/static/js/{25.455376b6.chunk.js → 24.b937f292.chunk.js} +2 -2
  17. package/dist/public/static/js/{26.a821045d.chunk.js → 25.4ca4d9bb.chunk.js} +2 -2
  18. package/dist/public/static/js/{27.efbb318a.chunk.js → 26.2923056d.chunk.js} +2 -2
  19. package/dist/public/static/js/27.ce5e05d3.chunk.js +2 -0
  20. package/dist/public/static/js/{29.690d4b54.chunk.js → 28.6e152244.chunk.js} +2 -2
  21. package/dist/public/static/js/{30.5f174f94.chunk.js → 29.3311f523.chunk.js} +2 -2
  22. package/dist/public/static/js/{31.4a7cf109.chunk.js → 30.5813bed0.chunk.js} +2 -2
  23. package/dist/public/static/js/{32.2247dcf7.chunk.js → 31.ea75f89f.chunk.js} +2 -2
  24. package/dist/public/static/js/{33.87874f33.chunk.js → 32.93231c42.chunk.js} +2 -2
  25. package/dist/public/static/js/{34.aec37d56.chunk.js → 33.a7d2c488.chunk.js} +3 -3
  26. package/dist/public/static/js/{34.aec37d56.chunk.js.LICENSE.txt → 33.a7d2c488.chunk.js.LICENSE.txt} +0 -0
  27. package/dist/public/static/js/{35.73887e02.chunk.js → 34.54f44477.chunk.js} +3 -3
  28. package/dist/public/static/js/{35.73887e02.chunk.js.LICENSE.txt → 34.54f44477.chunk.js.LICENSE.txt} +0 -0
  29. package/dist/public/static/js/{36.19d2e05a.chunk.js → 35.14d24902.chunk.js} +3 -3
  30. package/dist/public/static/js/{36.19d2e05a.chunk.js.LICENSE.txt → 35.14d24902.chunk.js.LICENSE.txt} +0 -0
  31. package/dist/public/static/js/{37.96925a5f.chunk.js → 36.9224daf8.chunk.js} +3 -3
  32. package/dist/public/static/js/{37.96925a5f.chunk.js.LICENSE.txt → 36.9224daf8.chunk.js.LICENSE.txt} +0 -0
  33. package/dist/public/static/js/{38.701a2e85.chunk.js → 37.fba4ef54.chunk.js} +2 -2
  34. package/dist/public/static/js/38.e3318f33.chunk.js +2 -0
  35. package/dist/public/static/js/client.d1eef743.chunk.js +2 -0
  36. package/dist/public/static/js/{runtime~client.5ca655c6.js → runtime~client.99af7cc8.js} +2 -2
  37. package/dist/server.js +1 -1
  38. package/locales/it/LC_MESSAGES/volto.po +5 -5
  39. package/locales/it.json +1 -1
  40. package/package-why.json +71 -0
  41. package/package.json +4 -3
  42. package/src/components/manage/Blocks/HTML/Edit.jsx +1 -1
  43. package/src/components/manage/Blocks/Image/Edit.jsx +1 -1
  44. package/src/components/manage/Blocks/Image/ImageSidebar.jsx +3 -3
  45. package/src/components/manage/Blocks/LeadImage/LeadImageSidebar.jsx +2 -2
  46. package/src/components/manage/Blocks/Video/VideoSidebar.jsx +11 -4
  47. package/src/components/manage/Contents/Contents.jsx +1 -1
  48. package/src/components/manage/Form/Field.jsx +2 -5
  49. package/src/components/manage/Form/Field.test.jsx +27 -0
  50. package/src/components/manage/Sidebar/ObjectBrowserBody.jsx +4 -4
  51. package/src/components/manage/Widgets/ObjectBrowserWidget.jsx +15 -9
  52. package/src/components/manage/Widgets/ObjectBrowserWidget.stories.js +24 -0
  53. package/src/components/theme/Navigation/ContextNavigation.jsx +24 -18
  54. package/src/helpers/Utils/Utils.js +6 -5
  55. package/src/helpers/Utils/Utils.test.js +6 -0
  56. package/src/start-server.js +5 -1
  57. package/theme/themes/pastanaga/extras/contents.less +13 -0
  58. package/dist/public/static/js/18.0f0b1dfa.chunk.js +0 -2
  59. package/dist/public/static/js/28.b4840d60.chunk.js +0 -2
  60. package/dist/public/static/js/client.4f2ad45a.chunk.js +0 -2
@@ -1,2 +1,2 @@
1
- (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[20],{X1Co:function(e,n,t){"use strict";n.__esModule=!0,n.default=function(e,n){if(e&&n){var t=Array.isArray(n)?n:n.split(","),r=e.name||"",o=(e.type||"").toLowerCase(),i=o.replace(/\/.*$/,"");return t.some((function(e){var n=e.trim().toLowerCase();return"."===n.charAt(0)?r.toLowerCase().endsWith(n):n.endsWith("/*")?i===n.replace(/\/.*$/,""):o===n}))}return!0}},yzbm:function(e,n,t){"use strict";t.r(n),t.d(n,"useDropzone",(function(){return Q}));var r=t("q1tI"),o=t.n(r),i=t("17x9"),a=t.n(i);function c(e,n,t,r){return new(t||(t=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(n){i(n)}}function c(e){try{u(r.throw(e))}catch(n){i(n)}}function u(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(a,c)}u((r=r.apply(e,n||[])).next())}))}function u(e,n){var t,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"===typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(t)throw new TypeError("Generator is already executing.");for(;a;)try{if(t=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=(o=a.trys).length>0&&o[o.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=n.call(e,a)}catch(c){i=[6,c],r=0}finally{t=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}}Object.create;function l(e,n){var t="function"===typeof Symbol&&e[Symbol.iterator];if(!t)return e;var r,o,i=t.call(e),a=[];try{for(;(void 0===n||n-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(c){o={error:c}}finally{try{r&&!r.done&&(t=i.return)&&t.call(i)}finally{if(o)throw o.error}}return a}Object.create;var f=new Map([["avi","video/avi"],["gif","image/gif"],["ico","image/x-icon"],["jpeg","image/jpeg"],["jpg","image/jpeg"],["mkv","video/x-matroska"],["mov","video/quicktime"],["mp4","video/mp4"],["pdf","application/pdf"],["png","image/png"],["zip","application/zip"],["doc","application/msword"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"]]);function s(e,n){var t=function(e){var n=e.name;if(n&&-1!==n.lastIndexOf(".")&&!e.type){var t=n.split(".").pop().toLowerCase(),r=f.get(t);r&&Object.defineProperty(e,"type",{value:r,writable:!1,configurable:!1,enumerable:!0})}return e}(e);if("string"!==typeof t.path){var r=e.webkitRelativePath;Object.defineProperty(t,"path",{value:"string"===typeof n?n:"string"===typeof r&&r.length>0?r:e.name,writable:!1,configurable:!1,enumerable:!0})}return t}var p=[".DS_Store","Thumbs.db"];function d(e){return c(this,void 0,void 0,(function(){return u(this,(function(n){return[2,(t=e,t.dataTransfer&&e.dataTransfer?g(e.dataTransfer,e.type):v(e))];var t}))}))}function v(e){return(null!==e.target&&e.target.files?b(e.target.files):[]).map((function(e){return s(e)}))}function g(e,n){return c(this,void 0,void 0,(function(){var t;return u(this,(function(r){switch(r.label){case 0:return e.items?(t=b(e.items).filter((function(e){return"file"===e.kind})),"drop"!==n?[2,t]:[4,Promise.all(t.map(m))]):[3,2];case 1:return[2,y(h(r.sent()))];case 2:return[2,y(b(e.files).map((function(e){return s(e)})))]}}))}))}function y(e){return e.filter((function(e){return-1===p.indexOf(e.name)}))}function b(e){for(var n=[],t=0;t<e.length;t++){var r=e[t];n.push(r)}return n}function m(e){if("function"!==typeof e.webkitGetAsEntry)return D(e);var n=e.webkitGetAsEntry();return n&&n.isDirectory?j(n):D(e)}function h(e){return e.reduce((function(e,n){return function(){for(var e=[],n=0;n<arguments.length;n++)e=e.concat(l(arguments[n]));return e}(e,Array.isArray(n)?h(n):[n])}),[])}function D(e){var n=e.getAsFile();if(!n)return Promise.reject(e+" is not a File");var t=s(n);return Promise.resolve(t)}function O(e){return c(this,void 0,void 0,(function(){return u(this,(function(n){return[2,e.isDirectory?j(e):w(e)]}))}))}function j(e){var n=e.createReader();return new Promise((function(e,t){var r=[];!function o(){var i=this;n.readEntries((function(n){return c(i,void 0,void 0,(function(){var i,a,c;return u(this,(function(u){switch(u.label){case 0:if(n.length)return[3,5];u.label=1;case 1:return u.trys.push([1,3,,4]),[4,Promise.all(r)];case 2:return i=u.sent(),e(i),[3,4];case 3:return a=u.sent(),t(a),[3,4];case 4:return[3,6];case 5:c=Promise.all(n.map(O)),r.push(c),o(),u.label=6;case 6:return[2]}}))}))}),(function(e){t(e)}))}()}))}function w(e){return c(this,void 0,void 0,(function(){return u(this,(function(n){return[2,new Promise((function(n,t){e.file((function(t){var r=s(t,e.fullPath);n(r)}),(function(e){t(e)}))}))]}))}))}var A=t("X1Co"),F=t.n(A);function E(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var t=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(t.push(a.value),!n||t.length!==n);r=!0);}catch(u){o=!0,i=u}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return t}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var k=function(e){e=Array.isArray(e)&&1===e.length?e[0]:e;var n=Array.isArray(e)?"one of ".concat(e.join(", ")):e;return{code:"file-invalid-type",message:"File type must be ".concat(n)}},C=function(e){return{code:"file-too-large",message:"File is larger than ".concat(e," bytes")}},P=function(e){return{code:"file-too-small",message:"File is smaller than ".concat(e," bytes")}},S={code:"too-many-files",message:"Too many files"};function x(e,n){var t="application/x-moz-file"===e.type||F()(e,n);return[t,t?null:k(n)]}function L(e,n,t){if(z(e.size))if(z(n)&&z(t)){if(e.size>t)return[!1,C(t)];if(e.size<n)return[!1,P(n)]}else{if(z(n)&&e.size<n)return[!1,P(n)];if(z(t)&&e.size>t)return[!1,C(t)]}return[!0,null]}function z(e){return void 0!==e&&null!==e}function R(e){var n=e.files,t=e.accept,r=e.minSize,o=e.maxSize;return!(!e.multiple&&n.length>1)&&n.every((function(e){var n=E(x(e,t),1)[0],i=E(L(e,r,o),1)[0];return n&&i}))}function T(e){return"function"===typeof e.isPropagationStopped?e.isPropagationStopped():"undefined"!==typeof e.cancelBubble&&e.cancelBubble}function _(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,(function(e){return"Files"===e||"application/x-moz-file"===e})):!!e.target&&!!e.target.files}function I(e){e.preventDefault()}function K(e){return-1!==e.indexOf("MSIE")||-1!==e.indexOf("Trident/")}function B(e){return-1!==e.indexOf("Edge/")}function M(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.navigator.userAgent;return K(e)||B(e)}function N(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];return n.some((function(n){return!T(e)&&n&&n.apply(void 0,[e].concat(r)),T(e)}))}}function q(e){return function(e){if(Array.isArray(e)){for(var n=0,t=new Array(e.length);n<e.length;n++)t[n]=e[n];return t}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function G(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var t=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(t.push(a.value),!n||t.length!==n);r=!0);}catch(u){o=!0,i=u}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return t}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function H(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function U(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?H(t,!0).forEach((function(n){W(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):H(t).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function W(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function X(e,n){if(null==e)return{};var t,r,o=function(e,n){if(null==e)return{};var t,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)t=i[r],n.indexOf(t)>=0||(o[t]=e[t]);return o}(e,n);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)t=i[r],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $=Object(r.forwardRef)((function(e,n){var t=e.children,i=Q(X(e,["children"])),a=i.open,c=X(i,["open"]);return Object(r.useImperativeHandle)(n,(function(){return{open:a}}),[a]),o.a.createElement(r.Fragment,null,t(U({},c,{open:a})))}));$.displayName="Dropzone",$.propTypes={children:a.a.func,accept:a.a.oneOfType([a.a.string,a.a.arrayOf(a.a.string)]),multiple:a.a.bool,preventDropOnDocument:a.a.bool,noClick:a.a.bool,noKeyboard:a.a.bool,noDrag:a.a.bool,noDragEventsBubbling:a.a.bool,minSize:a.a.number,maxSize:a.a.number,disabled:a.a.bool,getFilesFromEvent:a.a.func,onFileDialogCancel:a.a.func,onDragEnter:a.a.func,onDragLeave:a.a.func,onDragOver:a.a.func,onDrop:a.a.func,onDropAccepted:a.a.func,onDropRejected:a.a.func};n.default=$;var J={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,draggedFiles:[],acceptedFiles:[],fileRejections:[]};function Q(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.accept,t=e.disabled,o=void 0!==t&&t,i=e.getFilesFromEvent,a=void 0===i?d:i,c=e.maxSize,u=void 0===c?1/0:c,l=e.minSize,f=void 0===l?0:l,s=e.multiple,p=void 0===s||s,v=e.onDragEnter,g=e.onDragLeave,y=e.onDragOver,b=e.onDrop,m=e.onDropAccepted,h=e.onDropRejected,D=e.onFileDialogCancel,O=e.preventDropOnDocument,j=void 0===O||O,w=e.noClick,A=void 0!==w&&w,F=e.noKeyboard,E=void 0!==F&&F,k=e.noDrag,C=void 0!==k&&k,P=e.noDragEventsBubbling,z=void 0!==P&&P,K=Object(r.useRef)(null),B=Object(r.useRef)(null),H=Object(r.useReducer)(V,J),$=G(H,2),Q=$[0],Y=$[1],Z=Q.isFocused,ee=Q.isFileDialogActive,ne=Q.draggedFiles,te=Object(r.useCallback)((function(){B.current&&(Y({type:"openDialog"}),B.current.value=null,B.current.click())}),[Y]),re=function(){ee&&setTimeout((function(){B.current&&(B.current.files.length||(Y({type:"closeDialog"}),"function"===typeof D&&D()))}),300)};Object(r.useEffect)((function(){return window.addEventListener("focus",re,!1),function(){window.removeEventListener("focus",re,!1)}}),[B,ee,D]);var oe=Object(r.useCallback)((function(e){K.current&&K.current.isEqualNode(e.target)&&(32!==e.keyCode&&13!==e.keyCode||(e.preventDefault(),te()))}),[K,B]),ie=Object(r.useCallback)((function(){Y({type:"focus"})}),[]),ae=Object(r.useCallback)((function(){Y({type:"blur"})}),[]),ce=Object(r.useCallback)((function(){A||(M()?setTimeout(te,0):te())}),[B,A]),ue=Object(r.useRef)([]),le=function(e){K.current&&K.current.contains(e.target)||(e.preventDefault(),ue.current=[])};Object(r.useEffect)((function(){return j&&(document.addEventListener("dragover",I,!1),document.addEventListener("drop",le,!1)),function(){j&&(document.removeEventListener("dragover",I),document.removeEventListener("drop",le))}}),[K,j]);var fe=Object(r.useCallback)((function(e){e.preventDefault(),e.persist(),be(e),ue.current=[].concat(q(ue.current),[e.target]),_(e)&&Promise.resolve(a(e)).then((function(n){T(e)&&!z||(Y({draggedFiles:n,isDragActive:!0,type:"setDraggedFiles"}),v&&v(e))}))}),[a,v,z]),se=Object(r.useCallback)((function(e){if(e.preventDefault(),e.persist(),be(e),e.dataTransfer)try{e.dataTransfer.dropEffect="copy"}catch(n){}return _(e)&&y&&y(e),!1}),[y,z]),pe=Object(r.useCallback)((function(e){e.preventDefault(),e.persist(),be(e);var n=ue.current.filter((function(e){return K.current&&K.current.contains(e)})),t=n.indexOf(e.target);-1!==t&&n.splice(t,1),ue.current=n,n.length>0||(Y({isDragActive:!1,type:"setDraggedFiles",draggedFiles:[]}),_(e)&&g&&g(e))}),[K,g,z]),de=Object(r.useCallback)((function(e){e.preventDefault(),e.persist(),be(e),ue.current=[],_(e)&&Promise.resolve(a(e)).then((function(t){if(!T(e)||z){var r=[],o=[];t.forEach((function(e){var t=G(x(e,n),2),i=t[0],a=t[1],c=G(L(e,f,u),2),l=c[0],s=c[1];if(i&&l)r.push(e);else{var p=[a,s].filter((function(e){return e}));o.push({file:e,errors:p})}})),!p&&r.length>1&&(r.forEach((function(e){o.push({file:e,errors:[S]})})),r.splice(0)),Y({acceptedFiles:r,fileRejections:o,type:"setFiles"}),b&&b(r,o,e),o.length>0&&h&&h(o,e),r.length>0&&m&&m(r,e)}})),Y({type:"reset"})}),[p,n,f,u,a,b,m,h,z]),ve=function(e){return o?null:e},ge=function(e){return E?null:ve(e)},ye=function(e){return C?null:ve(e)},be=function(e){z&&e.stopPropagation()},me=Object(r.useMemo)((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.refKey,t=void 0===n?"ref":n,r=e.onKeyDown,i=e.onFocus,a=e.onBlur,c=e.onClick,u=e.onDragEnter,l=e.onDragOver,f=e.onDragLeave,s=e.onDrop,p=X(e,["refKey","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"]);return U(W({onKeyDown:ge(N(r,oe)),onFocus:ge(N(i,ie)),onBlur:ge(N(a,ae)),onClick:ve(N(c,ce)),onDragEnter:ye(N(u,fe)),onDragOver:ye(N(l,se)),onDragLeave:ye(N(f,pe)),onDrop:ye(N(s,de))},t,K),o||E?{}:{tabIndex:0},{},p)}}),[K,oe,ie,ae,ce,fe,se,pe,de,E,C,o]),he=Object(r.useCallback)((function(e){e.stopPropagation()}),[]),De=Object(r.useMemo)((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.refKey,r=void 0===t?"ref":t,o=e.onChange,i=e.onClick,a=X(e,["refKey","onChange","onClick"]),c=W({accept:n,multiple:p,type:"file",style:{display:"none"},onChange:ve(N(o,de)),onClick:ve(N(i,he)),autoComplete:"off",tabIndex:-1},r,B);return U({},c,{},a)}}),[B,n,p,de,o]),Oe=ne.length,je=Oe>0&&R({files:ne,accept:n,minSize:f,maxSize:u,multiple:p}),we=Oe>0&&!je;return U({},Q,{isDragAccept:je,isDragReject:we,isFocused:Z&&!o,getRootProps:me,getInputProps:De,rootRef:K,inputRef:B,open:ve(te)})}function V(e,n){switch(n.type){case"focus":return U({},e,{isFocused:!0});case"blur":return U({},e,{isFocused:!1});case"openDialog":return U({},e,{isFileDialogActive:!0});case"closeDialog":return U({},e,{isFileDialogActive:!1});case"setDraggedFiles":var t=n.isDragActive;return U({},e,{draggedFiles:n.draggedFiles,isDragActive:t});case"setFiles":return U({},e,{acceptedFiles:n.acceptedFiles,fileRejections:n.fileRejections});case"reset":return U({},e,{isFileDialogActive:!1,isDragActive:!1,draggedFiles:[],acceptedFiles:[],fileRejections:[]});default:return e}}}}]);
2
- //# sourceMappingURL=20.6b37f925.chunk.js.map
1
+ (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[19],{X1Co:function(e,n,t){"use strict";n.__esModule=!0,n.default=function(e,n){if(e&&n){var t=Array.isArray(n)?n:n.split(","),r=e.name||"",o=(e.type||"").toLowerCase(),i=o.replace(/\/.*$/,"");return t.some((function(e){var n=e.trim().toLowerCase();return"."===n.charAt(0)?r.toLowerCase().endsWith(n):n.endsWith("/*")?i===n.replace(/\/.*$/,""):o===n}))}return!0}},yzbm:function(e,n,t){"use strict";t.r(n),t.d(n,"useDropzone",(function(){return Q}));var r=t("q1tI"),o=t.n(r),i=t("17x9"),a=t.n(i);function c(e,n,t,r){return new(t||(t=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(n){i(n)}}function c(e){try{u(r.throw(e))}catch(n){i(n)}}function u(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(a,c)}u((r=r.apply(e,n||[])).next())}))}function u(e,n){var t,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"===typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(t)throw new TypeError("Generator is already executing.");for(;a;)try{if(t=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=(o=a.trys).length>0&&o[o.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=n.call(e,a)}catch(c){i=[6,c],r=0}finally{t=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}}Object.create;function l(e,n){var t="function"===typeof Symbol&&e[Symbol.iterator];if(!t)return e;var r,o,i=t.call(e),a=[];try{for(;(void 0===n||n-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(c){o={error:c}}finally{try{r&&!r.done&&(t=i.return)&&t.call(i)}finally{if(o)throw o.error}}return a}Object.create;var f=new Map([["avi","video/avi"],["gif","image/gif"],["ico","image/x-icon"],["jpeg","image/jpeg"],["jpg","image/jpeg"],["mkv","video/x-matroska"],["mov","video/quicktime"],["mp4","video/mp4"],["pdf","application/pdf"],["png","image/png"],["zip","application/zip"],["doc","application/msword"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"]]);function s(e,n){var t=function(e){var n=e.name;if(n&&-1!==n.lastIndexOf(".")&&!e.type){var t=n.split(".").pop().toLowerCase(),r=f.get(t);r&&Object.defineProperty(e,"type",{value:r,writable:!1,configurable:!1,enumerable:!0})}return e}(e);if("string"!==typeof t.path){var r=e.webkitRelativePath;Object.defineProperty(t,"path",{value:"string"===typeof n?n:"string"===typeof r&&r.length>0?r:e.name,writable:!1,configurable:!1,enumerable:!0})}return t}var p=[".DS_Store","Thumbs.db"];function d(e){return c(this,void 0,void 0,(function(){return u(this,(function(n){return[2,(t=e,t.dataTransfer&&e.dataTransfer?g(e.dataTransfer,e.type):v(e))];var t}))}))}function v(e){return(null!==e.target&&e.target.files?b(e.target.files):[]).map((function(e){return s(e)}))}function g(e,n){return c(this,void 0,void 0,(function(){var t;return u(this,(function(r){switch(r.label){case 0:return e.items?(t=b(e.items).filter((function(e){return"file"===e.kind})),"drop"!==n?[2,t]:[4,Promise.all(t.map(m))]):[3,2];case 1:return[2,y(h(r.sent()))];case 2:return[2,y(b(e.files).map((function(e){return s(e)})))]}}))}))}function y(e){return e.filter((function(e){return-1===p.indexOf(e.name)}))}function b(e){for(var n=[],t=0;t<e.length;t++){var r=e[t];n.push(r)}return n}function m(e){if("function"!==typeof e.webkitGetAsEntry)return D(e);var n=e.webkitGetAsEntry();return n&&n.isDirectory?j(n):D(e)}function h(e){return e.reduce((function(e,n){return function(){for(var e=[],n=0;n<arguments.length;n++)e=e.concat(l(arguments[n]));return e}(e,Array.isArray(n)?h(n):[n])}),[])}function D(e){var n=e.getAsFile();if(!n)return Promise.reject(e+" is not a File");var t=s(n);return Promise.resolve(t)}function O(e){return c(this,void 0,void 0,(function(){return u(this,(function(n){return[2,e.isDirectory?j(e):w(e)]}))}))}function j(e){var n=e.createReader();return new Promise((function(e,t){var r=[];!function o(){var i=this;n.readEntries((function(n){return c(i,void 0,void 0,(function(){var i,a,c;return u(this,(function(u){switch(u.label){case 0:if(n.length)return[3,5];u.label=1;case 1:return u.trys.push([1,3,,4]),[4,Promise.all(r)];case 2:return i=u.sent(),e(i),[3,4];case 3:return a=u.sent(),t(a),[3,4];case 4:return[3,6];case 5:c=Promise.all(n.map(O)),r.push(c),o(),u.label=6;case 6:return[2]}}))}))}),(function(e){t(e)}))}()}))}function w(e){return c(this,void 0,void 0,(function(){return u(this,(function(n){return[2,new Promise((function(n,t){e.file((function(t){var r=s(t,e.fullPath);n(r)}),(function(e){t(e)}))}))]}))}))}var A=t("X1Co"),F=t.n(A);function E(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var t=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(t.push(a.value),!n||t.length!==n);r=!0);}catch(u){o=!0,i=u}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return t}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var k=function(e){e=Array.isArray(e)&&1===e.length?e[0]:e;var n=Array.isArray(e)?"one of ".concat(e.join(", ")):e;return{code:"file-invalid-type",message:"File type must be ".concat(n)}},C=function(e){return{code:"file-too-large",message:"File is larger than ".concat(e," bytes")}},P=function(e){return{code:"file-too-small",message:"File is smaller than ".concat(e," bytes")}},S={code:"too-many-files",message:"Too many files"};function x(e,n){var t="application/x-moz-file"===e.type||F()(e,n);return[t,t?null:k(n)]}function L(e,n,t){if(z(e.size))if(z(n)&&z(t)){if(e.size>t)return[!1,C(t)];if(e.size<n)return[!1,P(n)]}else{if(z(n)&&e.size<n)return[!1,P(n)];if(z(t)&&e.size>t)return[!1,C(t)]}return[!0,null]}function z(e){return void 0!==e&&null!==e}function R(e){var n=e.files,t=e.accept,r=e.minSize,o=e.maxSize;return!(!e.multiple&&n.length>1)&&n.every((function(e){var n=E(x(e,t),1)[0],i=E(L(e,r,o),1)[0];return n&&i}))}function T(e){return"function"===typeof e.isPropagationStopped?e.isPropagationStopped():"undefined"!==typeof e.cancelBubble&&e.cancelBubble}function _(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,(function(e){return"Files"===e||"application/x-moz-file"===e})):!!e.target&&!!e.target.files}function I(e){e.preventDefault()}function K(e){return-1!==e.indexOf("MSIE")||-1!==e.indexOf("Trident/")}function B(e){return-1!==e.indexOf("Edge/")}function M(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.navigator.userAgent;return K(e)||B(e)}function N(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];return n.some((function(n){return!T(e)&&n&&n.apply(void 0,[e].concat(r)),T(e)}))}}function q(e){return function(e){if(Array.isArray(e)){for(var n=0,t=new Array(e.length);n<e.length;n++)t[n]=e[n];return t}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function G(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var t=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(t.push(a.value),!n||t.length!==n);r=!0);}catch(u){o=!0,i=u}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return t}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function H(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function U(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?H(t,!0).forEach((function(n){W(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):H(t).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function W(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function X(e,n){if(null==e)return{};var t,r,o=function(e,n){if(null==e)return{};var t,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)t=i[r],n.indexOf(t)>=0||(o[t]=e[t]);return o}(e,n);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)t=i[r],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $=Object(r.forwardRef)((function(e,n){var t=e.children,i=Q(X(e,["children"])),a=i.open,c=X(i,["open"]);return Object(r.useImperativeHandle)(n,(function(){return{open:a}}),[a]),o.a.createElement(r.Fragment,null,t(U({},c,{open:a})))}));$.displayName="Dropzone",$.propTypes={children:a.a.func,accept:a.a.oneOfType([a.a.string,a.a.arrayOf(a.a.string)]),multiple:a.a.bool,preventDropOnDocument:a.a.bool,noClick:a.a.bool,noKeyboard:a.a.bool,noDrag:a.a.bool,noDragEventsBubbling:a.a.bool,minSize:a.a.number,maxSize:a.a.number,disabled:a.a.bool,getFilesFromEvent:a.a.func,onFileDialogCancel:a.a.func,onDragEnter:a.a.func,onDragLeave:a.a.func,onDragOver:a.a.func,onDrop:a.a.func,onDropAccepted:a.a.func,onDropRejected:a.a.func};n.default=$;var J={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,draggedFiles:[],acceptedFiles:[],fileRejections:[]};function Q(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.accept,t=e.disabled,o=void 0!==t&&t,i=e.getFilesFromEvent,a=void 0===i?d:i,c=e.maxSize,u=void 0===c?1/0:c,l=e.minSize,f=void 0===l?0:l,s=e.multiple,p=void 0===s||s,v=e.onDragEnter,g=e.onDragLeave,y=e.onDragOver,b=e.onDrop,m=e.onDropAccepted,h=e.onDropRejected,D=e.onFileDialogCancel,O=e.preventDropOnDocument,j=void 0===O||O,w=e.noClick,A=void 0!==w&&w,F=e.noKeyboard,E=void 0!==F&&F,k=e.noDrag,C=void 0!==k&&k,P=e.noDragEventsBubbling,z=void 0!==P&&P,K=Object(r.useRef)(null),B=Object(r.useRef)(null),H=Object(r.useReducer)(V,J),$=G(H,2),Q=$[0],Y=$[1],Z=Q.isFocused,ee=Q.isFileDialogActive,ne=Q.draggedFiles,te=Object(r.useCallback)((function(){B.current&&(Y({type:"openDialog"}),B.current.value=null,B.current.click())}),[Y]),re=function(){ee&&setTimeout((function(){B.current&&(B.current.files.length||(Y({type:"closeDialog"}),"function"===typeof D&&D()))}),300)};Object(r.useEffect)((function(){return window.addEventListener("focus",re,!1),function(){window.removeEventListener("focus",re,!1)}}),[B,ee,D]);var oe=Object(r.useCallback)((function(e){K.current&&K.current.isEqualNode(e.target)&&(32!==e.keyCode&&13!==e.keyCode||(e.preventDefault(),te()))}),[K,B]),ie=Object(r.useCallback)((function(){Y({type:"focus"})}),[]),ae=Object(r.useCallback)((function(){Y({type:"blur"})}),[]),ce=Object(r.useCallback)((function(){A||(M()?setTimeout(te,0):te())}),[B,A]),ue=Object(r.useRef)([]),le=function(e){K.current&&K.current.contains(e.target)||(e.preventDefault(),ue.current=[])};Object(r.useEffect)((function(){return j&&(document.addEventListener("dragover",I,!1),document.addEventListener("drop",le,!1)),function(){j&&(document.removeEventListener("dragover",I),document.removeEventListener("drop",le))}}),[K,j]);var fe=Object(r.useCallback)((function(e){e.preventDefault(),e.persist(),be(e),ue.current=[].concat(q(ue.current),[e.target]),_(e)&&Promise.resolve(a(e)).then((function(n){T(e)&&!z||(Y({draggedFiles:n,isDragActive:!0,type:"setDraggedFiles"}),v&&v(e))}))}),[a,v,z]),se=Object(r.useCallback)((function(e){if(e.preventDefault(),e.persist(),be(e),e.dataTransfer)try{e.dataTransfer.dropEffect="copy"}catch(n){}return _(e)&&y&&y(e),!1}),[y,z]),pe=Object(r.useCallback)((function(e){e.preventDefault(),e.persist(),be(e);var n=ue.current.filter((function(e){return K.current&&K.current.contains(e)})),t=n.indexOf(e.target);-1!==t&&n.splice(t,1),ue.current=n,n.length>0||(Y({isDragActive:!1,type:"setDraggedFiles",draggedFiles:[]}),_(e)&&g&&g(e))}),[K,g,z]),de=Object(r.useCallback)((function(e){e.preventDefault(),e.persist(),be(e),ue.current=[],_(e)&&Promise.resolve(a(e)).then((function(t){if(!T(e)||z){var r=[],o=[];t.forEach((function(e){var t=G(x(e,n),2),i=t[0],a=t[1],c=G(L(e,f,u),2),l=c[0],s=c[1];if(i&&l)r.push(e);else{var p=[a,s].filter((function(e){return e}));o.push({file:e,errors:p})}})),!p&&r.length>1&&(r.forEach((function(e){o.push({file:e,errors:[S]})})),r.splice(0)),Y({acceptedFiles:r,fileRejections:o,type:"setFiles"}),b&&b(r,o,e),o.length>0&&h&&h(o,e),r.length>0&&m&&m(r,e)}})),Y({type:"reset"})}),[p,n,f,u,a,b,m,h,z]),ve=function(e){return o?null:e},ge=function(e){return E?null:ve(e)},ye=function(e){return C?null:ve(e)},be=function(e){z&&e.stopPropagation()},me=Object(r.useMemo)((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.refKey,t=void 0===n?"ref":n,r=e.onKeyDown,i=e.onFocus,a=e.onBlur,c=e.onClick,u=e.onDragEnter,l=e.onDragOver,f=e.onDragLeave,s=e.onDrop,p=X(e,["refKey","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"]);return U(W({onKeyDown:ge(N(r,oe)),onFocus:ge(N(i,ie)),onBlur:ge(N(a,ae)),onClick:ve(N(c,ce)),onDragEnter:ye(N(u,fe)),onDragOver:ye(N(l,se)),onDragLeave:ye(N(f,pe)),onDrop:ye(N(s,de))},t,K),o||E?{}:{tabIndex:0},{},p)}}),[K,oe,ie,ae,ce,fe,se,pe,de,E,C,o]),he=Object(r.useCallback)((function(e){e.stopPropagation()}),[]),De=Object(r.useMemo)((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.refKey,r=void 0===t?"ref":t,o=e.onChange,i=e.onClick,a=X(e,["refKey","onChange","onClick"]),c=W({accept:n,multiple:p,type:"file",style:{display:"none"},onChange:ve(N(o,de)),onClick:ve(N(i,he)),autoComplete:"off",tabIndex:-1},r,B);return U({},c,{},a)}}),[B,n,p,de,o]),Oe=ne.length,je=Oe>0&&R({files:ne,accept:n,minSize:f,maxSize:u,multiple:p}),we=Oe>0&&!je;return U({},Q,{isDragAccept:je,isDragReject:we,isFocused:Z&&!o,getRootProps:me,getInputProps:De,rootRef:K,inputRef:B,open:ve(te)})}function V(e,n){switch(n.type){case"focus":return U({},e,{isFocused:!0});case"blur":return U({},e,{isFocused:!1});case"openDialog":return U({},e,{isFileDialogActive:!0});case"closeDialog":return U({},e,{isFileDialogActive:!1});case"setDraggedFiles":var t=n.isDragActive;return U({},e,{draggedFiles:n.draggedFiles,isDragActive:t});case"setFiles":return U({},e,{acceptedFiles:n.acceptedFiles,fileRejections:n.fileRejections});case"reset":return U({},e,{isFileDialogActive:!1,isDragActive:!1,draggedFiles:[],acceptedFiles:[],fileRejections:[]});default:return e}}}}]);
2
+ //# sourceMappingURL=19.11da9600.chunk.js.map
@@ -1,2 +1,2 @@
1
- (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[21],{"1HEk":function(e,t){function n(t){return"function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?(e.exports=n=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=n=function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),n(t)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},YJCA:function(e,t,n){"use strict";function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}function i(e,t){if(e){if("string"===typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var o,r,i=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(i.push(o.value),!t||i.length!==t);a=!0);}catch(s){l=!0,r=s}finally{try{a||null==n.return||n.return()}finally{if(l)throw r}}return i}}(e,t)||i(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},o=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&o.push.apply(o,Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach((function(t){l(e,t,n[t])}))}return e}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function d(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}n.r(t),n.d(t,"SortableContainer",(function(){return xe})),n.d(t,"sortableContainer",(function(){return xe})),n.d(t,"SortableElement",(function(){return Se})),n.d(t,"sortableElement",(function(){return Se})),n.d(t,"SortableHandle",(function(){return ce})),n.d(t,"sortableHandle",(function(){return ce})),n.d(t,"arrayMove",(function(){return E}));var f=n("1HEk"),h=n.n(f);function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g(e,t){if(t&&("object"===h()(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return p(e)}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,t){return(v=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function m(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&v(e,t)}var x=n("q1tI"),b=n("i8i4"),w=n("QLaP"),S=n.n(w);function O(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||i(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var C=n("17x9"),T=n.n(C),I=function(){function e(){c(this,e),l(this,"refs",{})}return d(e,[{key:"add",value:function(e,t){this.refs[e]||(this.refs[e]=[]),this.refs[e].push(t)}},{key:"remove",value:function(e,t){var n=this.getIndex(e,t);-1!==n&&this.refs[e].splice(n,1)}},{key:"isActive",value:function(){return this.active}},{key:"getActive",value:function(){var e=this;return this.refs[this.active.collection].find((function(t){return t.node.sortableInfo.index==e.active.index}))}},{key:"getIndex",value:function(e,t){return this.refs[e].indexOf(t)}},{key:"getOrderedRefs",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.active.collection;return this.refs[e].sort(k)}}]),e}();function k(e,t){return e.node.sortableInfo.index-t.node.sortableInfo.index}function E(e,t,n){return(e=e.slice()).splice(n<0?e.length+n:n,0,e.splice(t,1)[0]),e}function D(e,t){return Object.keys(e).reduce((function(n,o){return-1===t.indexOf(o)&&(n[o]=e[o]),n}),{})}var R={end:["touchend","touchcancel","mouseup"],move:["touchmove","mousemove"],start:["touchstart","mousedown"]},A=function(){if("undefined"===typeof window||"undefined"===typeof document)return"";var e=window.getComputedStyle(document.documentElement,"")||["-moz-hidden-iframe"],t=(Array.prototype.slice.call(e).join("").match(/-(moz|webkit|ms)-/)||""===e.OLink&&["","o"])[1];switch(t){case"ms":return"ms";default:return t&&t.length?t[0].toUpperCase()+t.substr(1):""}}();function N(e,t){Object.keys(t).forEach((function(n){e.style[n]=t[n]}))}function j(e,t){e.style["".concat(A,"Transform")]=null==t?"":"translate3d(".concat(t.x,"px,").concat(t.y,"px,0)")}function M(e,t){e.style["".concat(A,"TransitionDuration")]=null==t?"":"".concat(t,"ms")}function L(e,t){for(;e;){if(t(e))return e;e=e.parentNode}return null}function W(e,t,n){return Math.max(e,Math.min(n,t))}function _(e){return"px"===e.substr(-2)?parseFloat(e):0}function H(e){var t=window.getComputedStyle(e);return{bottom:_(t.marginBottom),left:_(t.marginLeft),right:_(t.marginRight),top:_(t.marginTop)}}function P(e,t){var n=t.displayName||t.name;return n?"".concat(e,"(").concat(n,")"):e}function K(e,t){var n=e.getBoundingClientRect();return{top:n.top+t.top,left:n.left+t.left}}function G(e){return e.touches&&e.touches.length?{x:e.touches[0].pageX,y:e.touches[0].pageY}:e.changedTouches&&e.changedTouches.length?{x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}:{x:e.pageX,y:e.pageY}}function B(e){return e.touches&&e.touches.length||e.changedTouches&&e.changedTouches.length}function U(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{left:0,top:0};if(e){var o={left:n.left+e.offsetLeft,top:n.top+e.offsetTop};return e.parentNode===t?o:U(e.parentNode,t,o)}}function X(e,t,n){return e<n&&e>t?e-1:e>n&&e<t?e+1:e}function Y(e){var t=e.lockOffset,n=e.width,o=e.height,r=t,i=t,a="px";if("string"===typeof t){var l=/^[+-]?\d*(?:\.\d*)?(px|%)$/.exec(t);S()(null!==l,'lockOffset value should be a number or a string of a number followed by "px" or "%". Given %s',t),r=parseFloat(t),i=parseFloat(t),a=l[1]}return S()(isFinite(r)&&isFinite(i),"lockOffset value should be a finite. Given %s",t),"%"===a&&(r=r*n/100,i=i*o/100),{x:r,y:i}}function F(e){var t=e.height,n=e.width,o=e.lockOffset,r=Array.isArray(o)?o:[o,o];S()(2===r.length,"lockOffset prop of SortableContainer should be a single value or an array of exactly two values. Given %s",o);var i=a(r,2),l=i[0],s=i[1];return[Y({height:t,lockOffset:l,width:n}),Y({height:t,lockOffset:s,width:n})]}function V(e){return e instanceof HTMLElement?function(e){var t=window.getComputedStyle(e),n=/(auto|scroll)/;return["overflow","overflowX","overflowY"].find((function(e){return n.test(t[e])}))}(e)?e:V(e.parentNode):null}function q(e){var t=window.getComputedStyle(e);return"grid"===t.display?{x:_(t.gridColumnGap),y:_(t.gridRowGap)}:{x:0,y:0}}var z=27,$=32,J=37,Q=38,Z=39,ee=40,te="A",ne="BUTTON",oe="CANVAS",re="INPUT",ie="OPTION",ae="TEXTAREA",le="SELECT";function se(e){var t="input, textarea, select, canvas, [contenteditable]",n=e.querySelectorAll(t),o=e.cloneNode(!0);return O(o.querySelectorAll(t)).forEach((function(e,t){("file"!==e.type&&(e.value=n[t].value),"radio"===e.type&&e.name&&(e.name="__sortableClone__".concat(e.name)),e.tagName===oe&&n[t].width>0&&n[t].height>0)&&e.getContext("2d").drawImage(n[t],0,0)})),o}function ce(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(){var e,t;c(this,n);for(var o=arguments.length,r=new Array(o),i=0;i<o;i++)r[i]=arguments[i];return l(p(p(t=g(this,(e=y(n)).call.apply(e,[this].concat(r))))),"wrappedInstance",Object(x.createRef)()),t}return m(n,t),d(n,[{key:"componentDidMount",value:function(){Object(b.findDOMNode)(this).sortableHandle=!0}},{key:"getWrappedInstance",value:function(){return S()(r.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableHandle() call"),this.wrappedInstance.current}},{key:"render",value:function(){var t=r.withRef?this.wrappedInstance:null;return Object(x.createElement)(e,o({ref:t},this.props))}}]),n}(x.Component),l(t,"displayName",P("sortableHandle",e)),n}function ue(e){return null!=e.sortableHandle}var de=function(){function e(t,n){c(this,e),this.container=t,this.onScrollCallback=n}return d(e,[{key:"clear",value:function(){null!=this.interval&&(clearInterval(this.interval),this.interval=null)}},{key:"update",value:function(e){var t=this,n=e.translate,o=e.minTranslate,r=e.maxTranslate,i=e.width,a=e.height,l={x:0,y:0},s={x:1,y:1},c=10,u=10,d=this.container,f=d.scrollTop,h=d.scrollLeft,p=d.scrollHeight,g=d.scrollWidth,y=0===f,v=p-f-d.clientHeight===0,m=0===h,x=g-h-d.clientWidth===0;n.y>=r.y-a/2&&!v?(l.y=1,s.y=u*Math.abs((r.y-a/2-n.y)/a)):n.x>=r.x-i/2&&!x?(l.x=1,s.x=c*Math.abs((r.x-i/2-n.x)/i)):n.y<=o.y+a/2&&!y?(l.y=-1,s.y=u*Math.abs((n.y-a/2-o.y)/a)):n.x<=o.x+i/2&&!m&&(l.x=-1,s.x=c*Math.abs((n.x-i/2-o.x)/i)),this.interval&&(this.clear(),this.isAutoScrolling=!1),0===l.x&&0===l.y||(this.interval=setInterval((function(){t.isAutoScrolling=!0;var e={left:s.x*l.x,top:s.y*l.y};t.container.scrollTop+=e.top,t.container.scrollLeft+=e.left,t.onScrollCallback(e)}),5))}}]),e}();var fe={axis:T.a.oneOf(["x","y","xy"]),contentWindow:T.a.any,disableAutoscroll:T.a.bool,distance:T.a.number,getContainer:T.a.func,getHelperDimensions:T.a.func,helperClass:T.a.string,helperContainer:T.a.oneOfType([T.a.func,"undefined"===typeof HTMLElement?T.a.any:T.a.instanceOf(HTMLElement)]),hideSortableGhost:T.a.bool,keyboardSortingTransitionDuration:T.a.number,lockAxis:T.a.string,lockOffset:T.a.oneOfType([T.a.number,T.a.string,T.a.arrayOf(T.a.oneOfType([T.a.number,T.a.string]))]),lockToContainerEdges:T.a.bool,onSortEnd:T.a.func,onSortMove:T.a.func,onSortOver:T.a.func,onSortStart:T.a.func,pressDelay:T.a.number,pressThreshold:T.a.number,keyCodes:T.a.shape({lift:T.a.arrayOf(T.a.number),drop:T.a.arrayOf(T.a.number),cancel:T.a.arrayOf(T.a.number),up:T.a.arrayOf(T.a.number),down:T.a.arrayOf(T.a.number)}),shouldCancelStart:T.a.func,transitionDuration:T.a.number,updateBeforeSortStart:T.a.func,useDragHandle:T.a.bool,useWindowAsScrollContainer:T.a.bool},he={lift:[$],drop:[$],cancel:[z],up:[Q,J],down:[ee,Z]},pe={axis:"y",disableAutoscroll:!1,distance:0,getHelperDimensions:function(e){var t=e.node;return{height:t.offsetHeight,width:t.offsetWidth}},hideSortableGhost:!0,lockOffset:"50%",lockToContainerEdges:!1,pressDelay:0,pressThreshold:5,keyCodes:he,shouldCancelStart:function(e){return-1!==[re,ae,le,ie,ne].indexOf(e.target.tagName)||!!L(e.target,(function(e){return"true"===e.contentEditable}))},transitionDuration:300,useWindowAsScrollContainer:!1},ge=Object.keys(fe);function ye(e){S()(!(e.distance&&e.pressDelay),"Attempted to set both `pressDelay` and `distance` on SortableContainer, you may only use one or the other, not both at the same time.")}function ve(e,t){try{var n=e()}catch(o){return t(!0,o)}return n&&n.then?n.then(t.bind(null,!1),t.bind(null,!0)):t(!1,value)}var me=Object(x.createContext)({manager:{}});function xe(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(e){var t;c(this,n),l(p(p(t=g(this,y(n).call(this,e)))),"state",{}),l(p(p(t)),"handleStart",(function(e){var n=t.props,o=n.distance,r=n.shouldCancelStart;if(2!==e.button&&!r(e)){t.touched=!0,t.position=G(e);var i=L(e.target,(function(e){return null!=e.sortableInfo}));if(i&&i.sortableInfo&&t.nodeIsChild(i)&&!t.state.sorting){var a=t.props.useDragHandle,l=i.sortableInfo,s=l.index,c=l.collection;if(l.disabled)return;if(a&&!L(e.target,ue))return;t.manager.active={collection:c,index:s},B(e)||e.target.tagName!==te||e.preventDefault(),o||(0===t.props.pressDelay?t.handlePress(e):t.pressTimer=setTimeout((function(){return t.handlePress(e)}),t.props.pressDelay))}}})),l(p(p(t)),"nodeIsChild",(function(e){return e.sortableInfo.manager===t.manager})),l(p(p(t)),"handleMove",(function(e){var n=t.props,o=n.distance,r=n.pressThreshold;if(!t.state.sorting&&t.touched&&!t._awaitingUpdateBeforeSortStart){var i=G(e),a={x:t.position.x-i.x,y:t.position.y-i.y},l=Math.abs(a.x)+Math.abs(a.y);t.delta=a,o||r&&!(l>=r)?o&&l>=o&&t.manager.isActive()&&t.handlePress(e):(clearTimeout(t.cancelTimer),t.cancelTimer=setTimeout(t.cancel,0))}})),l(p(p(t)),"handleEnd",(function(){t.touched=!1,t.cancel()})),l(p(p(t)),"cancel",(function(){var e=t.props.distance;t.state.sorting||(e||clearTimeout(t.pressTimer),t.manager.active=null)})),l(p(p(t)),"handlePress",(function(e){try{var n=t.manager.getActive(),o=function(){if(n){var o=function(){var n=h.sortableInfo.index,o=H(h),r=q(t.container),u=t.scrollContainer.getBoundingClientRect(),y=a({index:n,node:h,collection:p});if(t.node=h,t.margin=o,t.gridGap=r,t.width=y.width,t.height=y.height,t.marginOffset={x:t.margin.left+t.margin.right+t.gridGap.x,y:Math.max(t.margin.top,t.margin.bottom,t.gridGap.y)},t.boundingClientRect=h.getBoundingClientRect(),t.containerBoundingRect=u,t.index=n,t.newIndex=n,t.axis={x:i.indexOf("x")>=0,y:i.indexOf("y")>=0},t.offsetEdge=U(h,t.container),t.initialOffset=G(g?s({},e,{pageX:t.boundingClientRect.left,pageY:t.boundingClientRect.top}):e),t.initialScroll={left:t.scrollContainer.scrollLeft,top:t.scrollContainer.scrollTop},t.initialWindowScroll={left:window.pageXOffset,top:window.pageYOffset},t.helper=t.helperContainer.appendChild(se(h)),N(t.helper,{boxSizing:"border-box",height:"".concat(t.height,"px"),left:"".concat(t.boundingClientRect.left-o.left,"px"),pointerEvents:"none",position:"fixed",top:"".concat(t.boundingClientRect.top-o.top,"px"),width:"".concat(t.width,"px")}),g&&t.helper.focus(),c&&(t.sortableGhost=h,N(h,{opacity:0,visibility:"hidden"})),t.minTranslate={},t.maxTranslate={},g){var v=f?{top:0,left:0,width:t.contentWindow.innerWidth,height:t.contentWindow.innerHeight}:t.containerBoundingRect,m=v.top,x=v.left,b=v.width,w=m+v.height,S=x+b;t.axis.x&&(t.minTranslate.x=x-t.boundingClientRect.left,t.maxTranslate.x=S-(t.boundingClientRect.left+t.width)),t.axis.y&&(t.minTranslate.y=m-t.boundingClientRect.top,t.maxTranslate.y=w-(t.boundingClientRect.top+t.height))}else t.axis.x&&(t.minTranslate.x=(f?0:u.left)-t.boundingClientRect.left-t.width/2,t.maxTranslate.x=(f?t.contentWindow.innerWidth:u.left+u.width)-t.boundingClientRect.left-t.width/2),t.axis.y&&(t.minTranslate.y=(f?0:u.top)-t.boundingClientRect.top-t.height/2,t.maxTranslate.y=(f?t.contentWindow.innerHeight:u.top+u.height)-t.boundingClientRect.top-t.height/2);l&&l.split(" ").forEach((function(e){return t.helper.classList.add(e)})),t.listenerNode=e.touches?e.target:t.contentWindow,g?(t.listenerNode.addEventListener("wheel",t.handleKeyEnd,!0),t.listenerNode.addEventListener("mousedown",t.handleKeyEnd,!0),t.listenerNode.addEventListener("keydown",t.handleKeyDown)):(R.move.forEach((function(e){return t.listenerNode.addEventListener(e,t.handleSortMove,!1)})),R.end.forEach((function(e){return t.listenerNode.addEventListener(e,t.handleSortEnd,!1)}))),t.setState({sorting:!0,sortingIndex:n}),d&&d({node:h,index:n,collection:p,isKeySorting:g,nodes:t.manager.getOrderedRefs(),helper:t.helper},e),g&&t.keyMove(0)},r=t.props,i=r.axis,a=r.getHelperDimensions,l=r.helperClass,c=r.hideSortableGhost,u=r.updateBeforeSortStart,d=r.onSortStart,f=r.useWindowAsScrollContainer,h=n.node,p=n.collection,g=t.manager.isKeySorting,y=function(){if("function"===typeof u){t._awaitingUpdateBeforeSortStart=!0;var n=ve((function(){var t=h.sortableInfo.index;return Promise.resolve(u({collection:p,index:t,node:h,isKeySorting:g},e)).then((function(){}))}),(function(e,n){if(t._awaitingUpdateBeforeSortStart=!1,e)throw n;return n}));if(n&&n.then)return n.then((function(){}))}}();return y&&y.then?y.then(o):o()}}();return Promise.resolve(o&&o.then?o.then((function(){})):void 0)}catch(r){return Promise.reject(r)}})),l(p(p(t)),"handleSortMove",(function(e){var n=t.props.onSortMove;"function"===typeof e.preventDefault&&e.cancelable&&e.preventDefault(),t.updateHelperPosition(e),t.animateNodes(),t.autoscroll(),n&&n(e)})),l(p(p(t)),"handleSortEnd",(function(e){var n=t.props,o=n.hideSortableGhost,r=n.onSortEnd,i=t.manager,a=i.active.collection,l=i.isKeySorting,s=t.manager.getOrderedRefs();t.listenerNode&&(l?(t.listenerNode.removeEventListener("wheel",t.handleKeyEnd,!0),t.listenerNode.removeEventListener("mousedown",t.handleKeyEnd,!0),t.listenerNode.removeEventListener("keydown",t.handleKeyDown)):(R.move.forEach((function(e){return t.listenerNode.removeEventListener(e,t.handleSortMove)})),R.end.forEach((function(e){return t.listenerNode.removeEventListener(e,t.handleSortEnd)})))),t.helper.parentNode.removeChild(t.helper),o&&t.sortableGhost&&N(t.sortableGhost,{opacity:"",visibility:""});for(var c=0,u=s.length;c<u;c++){var d=s[c],f=d.node;d.edgeOffset=null,d.boundingClientRect=null,j(f,null),M(f,null),d.translate=null}t.autoScroller.clear(),t.manager.active=null,t.manager.isKeySorting=!1,t.setState({sorting:!1,sortingIndex:null}),"function"===typeof r&&r({collection:a,newIndex:t.newIndex,oldIndex:t.index,isKeySorting:l,nodes:s},e),t.touched=!1})),l(p(p(t)),"autoscroll",(function(){var e=t.props.disableAutoscroll,n=t.manager.isKeySorting;if(e)t.autoScroller.clear();else{if(n){var o=s({},t.translate),r=0,i=0;return t.axis.x&&(o.x=Math.min(t.maxTranslate.x,Math.max(t.minTranslate.x,t.translate.x)),r=t.translate.x-o.x),t.axis.y&&(o.y=Math.min(t.maxTranslate.y,Math.max(t.minTranslate.y,t.translate.y)),i=t.translate.y-o.y),t.translate=o,j(t.helper,t.translate),t.scrollContainer.scrollLeft+=r,void(t.scrollContainer.scrollTop+=i)}t.autoScroller.update({height:t.height,maxTranslate:t.maxTranslate,minTranslate:t.minTranslate,translate:t.translate,width:t.width})}})),l(p(p(t)),"onAutoScroll",(function(e){t.translate.x+=e.left,t.translate.y+=e.top,t.animateNodes()})),l(p(p(t)),"handleKeyDown",(function(e){var n=e.keyCode,o=t.props,r=o.shouldCancelStart,i=o.keyCodes,a=s({},he,void 0===i?{}:i);t.manager.active&&!t.manager.isKeySorting||!(t.manager.active||a.lift.includes(n)&&!r(e)&&t.isValidSortingTarget(e))||(e.stopPropagation(),e.preventDefault(),a.lift.includes(n)&&!t.manager.active?t.keyLift(e):a.drop.includes(n)&&t.manager.active?t.keyDrop(e):a.cancel.includes(n)?(t.newIndex=t.manager.active.index,t.keyDrop(e)):a.up.includes(n)?t.keyMove(-1):a.down.includes(n)&&t.keyMove(1))})),l(p(p(t)),"keyLift",(function(e){var n=e.target,o=L(n,(function(e){return null!=e.sortableInfo})).sortableInfo,r=o.index,i=o.collection;t.initialFocusedNode=n,t.manager.isKeySorting=!0,t.manager.active={index:r,collection:i},t.handlePress(e)})),l(p(p(t)),"keyMove",(function(e){var n=t.manager.getOrderedRefs(),o=n[n.length-1].node.sortableInfo.index,r=t.newIndex+e,i=t.newIndex;if(!(r<0||r>o)){t.prevIndex=i,t.newIndex=r;var a=X(t.newIndex,t.prevIndex,t.index),l=n.find((function(e){return e.node.sortableInfo.index===a})),s=l.node,c=t.containerScrollDelta,u=l.boundingClientRect||K(s,c),d=l.translate||{x:0,y:0},f=u.top+d.y-c.top,h=u.left+d.x-c.left,p=i<r,g=p&&t.axis.x?s.offsetWidth-t.width:0,y=p&&t.axis.y?s.offsetHeight-t.height:0;t.handleSortMove({pageX:h+g,pageY:f+y,ignoreTransition:0===e})}})),l(p(p(t)),"keyDrop",(function(e){t.handleSortEnd(e),t.initialFocusedNode&&t.initialFocusedNode.focus()})),l(p(p(t)),"handleKeyEnd",(function(e){t.manager.active&&t.keyDrop(e)})),l(p(p(t)),"isValidSortingTarget",(function(e){var n=t.props.useDragHandle,o=e.target,r=L(o,(function(e){return null!=e.sortableInfo}));return r&&r.sortableInfo&&!r.sortableInfo.disabled&&(n?ue(o):o.sortableInfo)}));var o=new I;return ye(e),t.manager=o,t.wrappedInstance=Object(x.createRef)(),t.sortableContextValue={manager:o},t.events={end:t.handleEnd,move:t.handleMove,start:t.handleStart},t}return m(n,t),d(n,[{key:"componentDidMount",value:function(){var e=this,t=this.props.useWindowAsScrollContainer,n=this.getContainer();Promise.resolve(n).then((function(n){e.container=n,e.document=e.container.ownerDocument||document;var o=e.props.contentWindow||e.document.defaultView||window;e.contentWindow="function"===typeof o?o():o,e.scrollContainer=t?e.document.scrollingElement||e.document.documentElement:V(e.container)||e.container,e.autoScroller=new de(e.scrollContainer,e.onAutoScroll),Object.keys(e.events).forEach((function(t){return R[t].forEach((function(n){return e.container.addEventListener(n,e.events[t],!1)}))})),e.container.addEventListener("keydown",e.handleKeyDown)}))}},{key:"componentWillUnmount",value:function(){var e=this;this.helper&&this.helper.parentNode&&this.helper.parentNode.removeChild(this.helper),this.container&&(Object.keys(this.events).forEach((function(t){return R[t].forEach((function(n){return e.container.removeEventListener(n,e.events[t])}))})),this.container.removeEventListener("keydown",this.handleKeyDown))}},{key:"updateHelperPosition",value:function(e){var t=this.props,n=t.lockAxis,o=t.lockOffset,r=t.lockToContainerEdges,i=t.transitionDuration,l=t.keyboardSortingTransitionDuration,s=void 0===l?i:l,c=this.manager.isKeySorting,u=e.ignoreTransition,d=G(e),f={x:d.x-this.initialOffset.x,y:d.y-this.initialOffset.y};if(f.y-=window.pageYOffset-this.initialWindowScroll.top,f.x-=window.pageXOffset-this.initialWindowScroll.left,this.translate=f,r){var h=a(F({height:this.height,lockOffset:o,width:this.width}),2),p=h[0],g=h[1],y={x:this.width/2-p.x,y:this.height/2-p.y},v={x:this.width/2-g.x,y:this.height/2-g.y};f.x=W(this.minTranslate.x+y.x,this.maxTranslate.x-v.x,f.x),f.y=W(this.minTranslate.y+y.y,this.maxTranslate.y-v.y,f.y)}"x"===n?f.y=0:"y"===n&&(f.x=0),c&&s&&!u&&M(this.helper,s),j(this.helper,f)}},{key:"animateNodes",value:function(){var e=this.props,t=e.transitionDuration,n=e.hideSortableGhost,o=e.onSortOver,r=this.containerScrollDelta,i=this.windowScrollDelta,a=this.manager.getOrderedRefs(),l=this.offsetEdge.left+this.translate.x+r.left,s=this.offsetEdge.top+this.translate.y+r.top,c=this.manager.isKeySorting,u=this.newIndex;this.newIndex=null;for(var d=0,f=a.length;d<f;d++){var h=a[d].node,p=h.sortableInfo.index,g=h.offsetWidth,y=h.offsetHeight,v={height:this.height>y?y/2:this.height/2,width:this.width>g?g/2:this.width/2},m=c&&p>this.index&&p<=u,x=c&&p<this.index&&p>=u,b={x:0,y:0},w=a[d].edgeOffset;w||(w=U(h,this.container),a[d].edgeOffset=w,c&&(a[d].boundingClientRect=K(h,r)));var S=d<a.length-1&&a[d+1],O=d>0&&a[d-1];S&&!S.edgeOffset&&(S.edgeOffset=U(S.node,this.container),c&&(S.boundingClientRect=K(S.node,r))),p!==this.index?(t&&M(h,t),this.axis.x?this.axis.y?x||p<this.index&&(l+i.left-v.width<=w.left&&s+i.top<=w.top+v.height||s+i.top+v.height<=w.top)?(b.x=this.width+this.marginOffset.x,w.left+b.x>this.containerBoundingRect.width-v.width&&S&&(b.x=S.edgeOffset.left-w.left,b.y=S.edgeOffset.top-w.top),null===this.newIndex&&(this.newIndex=p)):(m||p>this.index&&(l+i.left+v.width>=w.left&&s+i.top+v.height>=w.top||s+i.top+v.height>=w.top+y))&&(b.x=-(this.width+this.marginOffset.x),w.left+b.x<this.containerBoundingRect.left+v.width&&O&&(b.x=O.edgeOffset.left-w.left,b.y=O.edgeOffset.top-w.top),this.newIndex=p):m||p>this.index&&l+i.left+v.width>=w.left?(b.x=-(this.width+this.marginOffset.x),this.newIndex=p):(x||p<this.index&&l+i.left<=w.left+v.width)&&(b.x=this.width+this.marginOffset.x,null==this.newIndex&&(this.newIndex=p)):this.axis.y&&(m||p>this.index&&s+i.top+v.height>=w.top?(b.y=-(this.height+this.marginOffset.y),this.newIndex=p):(x||p<this.index&&s+i.top<=w.top+v.height)&&(b.y=this.height+this.marginOffset.y,null==this.newIndex&&(this.newIndex=p))),j(h,b),a[d].translate=b):n&&(this.sortableGhost=h,N(h,{opacity:0,visibility:"hidden"}))}null==this.newIndex&&(this.newIndex=this.index),c&&(this.newIndex=u);var C=c?this.prevIndex:u;o&&this.newIndex!==C&&o({collection:this.manager.active.collection,index:this.index,newIndex:this.newIndex,oldIndex:C,isKeySorting:c,nodes:a,helper:this.helper})}},{key:"getWrappedInstance",value:function(){return S()(r.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableContainer() call"),this.wrappedInstance.current}},{key:"getContainer",value:function(){var e=this.props.getContainer;return"function"!==typeof e?Object(b.findDOMNode)(this):e(r.withRef?this.getWrappedInstance():void 0)}},{key:"render",value:function(){var t=r.withRef?this.wrappedInstance:null;return Object(x.createElement)(me.Provider,{value:this.sortableContextValue},Object(x.createElement)(e,o({ref:t},D(this.props,ge))))}},{key:"helperContainer",get:function(){var e=this.props.helperContainer;return"function"===typeof e?e():this.props.helperContainer||this.document.body}},{key:"containerScrollDelta",get:function(){return this.props.useWindowAsScrollContainer?{left:0,top:0}:{left:this.scrollContainer.scrollLeft-this.initialScroll.left,top:this.scrollContainer.scrollTop-this.initialScroll.top}}},{key:"windowScrollDelta",get:function(){return{left:this.contentWindow.pageXOffset-this.initialWindowScroll.left,top:this.contentWindow.pageYOffset-this.initialWindowScroll.top}}}]),n}(x.Component),l(t,"displayName",P("sortableList",e)),l(t,"defaultProps",pe),l(t,"propTypes",fe),n}var be={index:T.a.number.isRequired,collection:T.a.oneOfType([T.a.number,T.a.string]),disabled:T.a.bool},we=Object.keys(be);function Se(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(){var e,t;c(this,n);for(var o=arguments.length,r=new Array(o),i=0;i<o;i++)r[i]=arguments[i];return l(p(p(t=g(this,(e=y(n)).call.apply(e,[this].concat(r))))),"wrappedInstance",Object(x.createRef)()),t}return m(n,t),d(n,[{key:"componentDidMount",value:function(){this.register()}},{key:"componentDidUpdate",value:function(e){this.node&&(e.index!==this.props.index&&(this.node.sortableInfo.index=this.props.index),e.disabled!==this.props.disabled&&(this.node.sortableInfo.disabled=this.props.disabled)),e.collection!==this.props.collection&&(this.unregister(e.collection),this.register())}},{key:"componentWillUnmount",value:function(){this.unregister()}},{key:"register",value:function(){var e=this.props,t=e.collection,n=e.disabled,o=e.index,r=Object(b.findDOMNode)(this);r.sortableInfo={collection:t,disabled:n,index:o,manager:this.context.manager},this.node=r,this.ref={node:r},this.context.manager.add(t,this.ref)}},{key:"unregister",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.collection;this.context.manager.remove(e,this.ref)}},{key:"getWrappedInstance",value:function(){return S()(r.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableElement() call"),this.wrappedInstance.current}},{key:"render",value:function(){var t=r.withRef?this.wrappedInstance:null;return Object(x.createElement)(e,o({ref:t},D(this.props,we)))}}]),n}(x.Component),l(t,"displayName",P("sortableElement",e)),l(t,"contextType",me),l(t,"propTypes",be),l(t,"defaultProps",{collection:0}),n}}}]);
2
- //# sourceMappingURL=21.8704b265.chunk.js.map
1
+ (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[20],{"1HEk":function(e,t){function n(t){return"function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?(e.exports=n=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=n=function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),n(t)}e.exports=n,e.exports.default=e.exports,e.exports.__esModule=!0},YJCA:function(e,t,n){"use strict";function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}function i(e,t){if(e){if("string"===typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var o,r,i=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(i.push(o.value),!t||i.length!==t);a=!0);}catch(s){l=!0,r=s}finally{try{a||null==n.return||n.return()}finally{if(l)throw r}}return i}}(e,t)||i(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},o=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&o.push.apply(o,Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach((function(t){l(e,t,n[t])}))}return e}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function d(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}n.r(t),n.d(t,"SortableContainer",(function(){return xe})),n.d(t,"sortableContainer",(function(){return xe})),n.d(t,"SortableElement",(function(){return Se})),n.d(t,"sortableElement",(function(){return Se})),n.d(t,"SortableHandle",(function(){return ce})),n.d(t,"sortableHandle",(function(){return ce})),n.d(t,"arrayMove",(function(){return E}));var f=n("1HEk"),h=n.n(f);function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g(e,t){if(t&&("object"===h()(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return p(e)}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,t){return(v=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function m(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&v(e,t)}var x=n("q1tI"),b=n("i8i4"),w=n("QLaP"),S=n.n(w);function O(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||i(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var C=n("17x9"),T=n.n(C),I=function(){function e(){c(this,e),l(this,"refs",{})}return d(e,[{key:"add",value:function(e,t){this.refs[e]||(this.refs[e]=[]),this.refs[e].push(t)}},{key:"remove",value:function(e,t){var n=this.getIndex(e,t);-1!==n&&this.refs[e].splice(n,1)}},{key:"isActive",value:function(){return this.active}},{key:"getActive",value:function(){var e=this;return this.refs[this.active.collection].find((function(t){return t.node.sortableInfo.index==e.active.index}))}},{key:"getIndex",value:function(e,t){return this.refs[e].indexOf(t)}},{key:"getOrderedRefs",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.active.collection;return this.refs[e].sort(k)}}]),e}();function k(e,t){return e.node.sortableInfo.index-t.node.sortableInfo.index}function E(e,t,n){return(e=e.slice()).splice(n<0?e.length+n:n,0,e.splice(t,1)[0]),e}function D(e,t){return Object.keys(e).reduce((function(n,o){return-1===t.indexOf(o)&&(n[o]=e[o]),n}),{})}var R={end:["touchend","touchcancel","mouseup"],move:["touchmove","mousemove"],start:["touchstart","mousedown"]},A=function(){if("undefined"===typeof window||"undefined"===typeof document)return"";var e=window.getComputedStyle(document.documentElement,"")||["-moz-hidden-iframe"],t=(Array.prototype.slice.call(e).join("").match(/-(moz|webkit|ms)-/)||""===e.OLink&&["","o"])[1];switch(t){case"ms":return"ms";default:return t&&t.length?t[0].toUpperCase()+t.substr(1):""}}();function N(e,t){Object.keys(t).forEach((function(n){e.style[n]=t[n]}))}function j(e,t){e.style["".concat(A,"Transform")]=null==t?"":"translate3d(".concat(t.x,"px,").concat(t.y,"px,0)")}function M(e,t){e.style["".concat(A,"TransitionDuration")]=null==t?"":"".concat(t,"ms")}function L(e,t){for(;e;){if(t(e))return e;e=e.parentNode}return null}function W(e,t,n){return Math.max(e,Math.min(n,t))}function _(e){return"px"===e.substr(-2)?parseFloat(e):0}function H(e){var t=window.getComputedStyle(e);return{bottom:_(t.marginBottom),left:_(t.marginLeft),right:_(t.marginRight),top:_(t.marginTop)}}function P(e,t){var n=t.displayName||t.name;return n?"".concat(e,"(").concat(n,")"):e}function K(e,t){var n=e.getBoundingClientRect();return{top:n.top+t.top,left:n.left+t.left}}function G(e){return e.touches&&e.touches.length?{x:e.touches[0].pageX,y:e.touches[0].pageY}:e.changedTouches&&e.changedTouches.length?{x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}:{x:e.pageX,y:e.pageY}}function B(e){return e.touches&&e.touches.length||e.changedTouches&&e.changedTouches.length}function U(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{left:0,top:0};if(e){var o={left:n.left+e.offsetLeft,top:n.top+e.offsetTop};return e.parentNode===t?o:U(e.parentNode,t,o)}}function X(e,t,n){return e<n&&e>t?e-1:e>n&&e<t?e+1:e}function Y(e){var t=e.lockOffset,n=e.width,o=e.height,r=t,i=t,a="px";if("string"===typeof t){var l=/^[+-]?\d*(?:\.\d*)?(px|%)$/.exec(t);S()(null!==l,'lockOffset value should be a number or a string of a number followed by "px" or "%". Given %s',t),r=parseFloat(t),i=parseFloat(t),a=l[1]}return S()(isFinite(r)&&isFinite(i),"lockOffset value should be a finite. Given %s",t),"%"===a&&(r=r*n/100,i=i*o/100),{x:r,y:i}}function F(e){var t=e.height,n=e.width,o=e.lockOffset,r=Array.isArray(o)?o:[o,o];S()(2===r.length,"lockOffset prop of SortableContainer should be a single value or an array of exactly two values. Given %s",o);var i=a(r,2),l=i[0],s=i[1];return[Y({height:t,lockOffset:l,width:n}),Y({height:t,lockOffset:s,width:n})]}function V(e){return e instanceof HTMLElement?function(e){var t=window.getComputedStyle(e),n=/(auto|scroll)/;return["overflow","overflowX","overflowY"].find((function(e){return n.test(t[e])}))}(e)?e:V(e.parentNode):null}function q(e){var t=window.getComputedStyle(e);return"grid"===t.display?{x:_(t.gridColumnGap),y:_(t.gridRowGap)}:{x:0,y:0}}var z=27,$=32,J=37,Q=38,Z=39,ee=40,te="A",ne="BUTTON",oe="CANVAS",re="INPUT",ie="OPTION",ae="TEXTAREA",le="SELECT";function se(e){var t="input, textarea, select, canvas, [contenteditable]",n=e.querySelectorAll(t),o=e.cloneNode(!0);return O(o.querySelectorAll(t)).forEach((function(e,t){("file"!==e.type&&(e.value=n[t].value),"radio"===e.type&&e.name&&(e.name="__sortableClone__".concat(e.name)),e.tagName===oe&&n[t].width>0&&n[t].height>0)&&e.getContext("2d").drawImage(n[t],0,0)})),o}function ce(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(){var e,t;c(this,n);for(var o=arguments.length,r=new Array(o),i=0;i<o;i++)r[i]=arguments[i];return l(p(p(t=g(this,(e=y(n)).call.apply(e,[this].concat(r))))),"wrappedInstance",Object(x.createRef)()),t}return m(n,t),d(n,[{key:"componentDidMount",value:function(){Object(b.findDOMNode)(this).sortableHandle=!0}},{key:"getWrappedInstance",value:function(){return S()(r.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableHandle() call"),this.wrappedInstance.current}},{key:"render",value:function(){var t=r.withRef?this.wrappedInstance:null;return Object(x.createElement)(e,o({ref:t},this.props))}}]),n}(x.Component),l(t,"displayName",P("sortableHandle",e)),n}function ue(e){return null!=e.sortableHandle}var de=function(){function e(t,n){c(this,e),this.container=t,this.onScrollCallback=n}return d(e,[{key:"clear",value:function(){null!=this.interval&&(clearInterval(this.interval),this.interval=null)}},{key:"update",value:function(e){var t=this,n=e.translate,o=e.minTranslate,r=e.maxTranslate,i=e.width,a=e.height,l={x:0,y:0},s={x:1,y:1},c=10,u=10,d=this.container,f=d.scrollTop,h=d.scrollLeft,p=d.scrollHeight,g=d.scrollWidth,y=0===f,v=p-f-d.clientHeight===0,m=0===h,x=g-h-d.clientWidth===0;n.y>=r.y-a/2&&!v?(l.y=1,s.y=u*Math.abs((r.y-a/2-n.y)/a)):n.x>=r.x-i/2&&!x?(l.x=1,s.x=c*Math.abs((r.x-i/2-n.x)/i)):n.y<=o.y+a/2&&!y?(l.y=-1,s.y=u*Math.abs((n.y-a/2-o.y)/a)):n.x<=o.x+i/2&&!m&&(l.x=-1,s.x=c*Math.abs((n.x-i/2-o.x)/i)),this.interval&&(this.clear(),this.isAutoScrolling=!1),0===l.x&&0===l.y||(this.interval=setInterval((function(){t.isAutoScrolling=!0;var e={left:s.x*l.x,top:s.y*l.y};t.container.scrollTop+=e.top,t.container.scrollLeft+=e.left,t.onScrollCallback(e)}),5))}}]),e}();var fe={axis:T.a.oneOf(["x","y","xy"]),contentWindow:T.a.any,disableAutoscroll:T.a.bool,distance:T.a.number,getContainer:T.a.func,getHelperDimensions:T.a.func,helperClass:T.a.string,helperContainer:T.a.oneOfType([T.a.func,"undefined"===typeof HTMLElement?T.a.any:T.a.instanceOf(HTMLElement)]),hideSortableGhost:T.a.bool,keyboardSortingTransitionDuration:T.a.number,lockAxis:T.a.string,lockOffset:T.a.oneOfType([T.a.number,T.a.string,T.a.arrayOf(T.a.oneOfType([T.a.number,T.a.string]))]),lockToContainerEdges:T.a.bool,onSortEnd:T.a.func,onSortMove:T.a.func,onSortOver:T.a.func,onSortStart:T.a.func,pressDelay:T.a.number,pressThreshold:T.a.number,keyCodes:T.a.shape({lift:T.a.arrayOf(T.a.number),drop:T.a.arrayOf(T.a.number),cancel:T.a.arrayOf(T.a.number),up:T.a.arrayOf(T.a.number),down:T.a.arrayOf(T.a.number)}),shouldCancelStart:T.a.func,transitionDuration:T.a.number,updateBeforeSortStart:T.a.func,useDragHandle:T.a.bool,useWindowAsScrollContainer:T.a.bool},he={lift:[$],drop:[$],cancel:[z],up:[Q,J],down:[ee,Z]},pe={axis:"y",disableAutoscroll:!1,distance:0,getHelperDimensions:function(e){var t=e.node;return{height:t.offsetHeight,width:t.offsetWidth}},hideSortableGhost:!0,lockOffset:"50%",lockToContainerEdges:!1,pressDelay:0,pressThreshold:5,keyCodes:he,shouldCancelStart:function(e){return-1!==[re,ae,le,ie,ne].indexOf(e.target.tagName)||!!L(e.target,(function(e){return"true"===e.contentEditable}))},transitionDuration:300,useWindowAsScrollContainer:!1},ge=Object.keys(fe);function ye(e){S()(!(e.distance&&e.pressDelay),"Attempted to set both `pressDelay` and `distance` on SortableContainer, you may only use one or the other, not both at the same time.")}function ve(e,t){try{var n=e()}catch(o){return t(!0,o)}return n&&n.then?n.then(t.bind(null,!1),t.bind(null,!0)):t(!1,value)}var me=Object(x.createContext)({manager:{}});function xe(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(e){var t;c(this,n),l(p(p(t=g(this,y(n).call(this,e)))),"state",{}),l(p(p(t)),"handleStart",(function(e){var n=t.props,o=n.distance,r=n.shouldCancelStart;if(2!==e.button&&!r(e)){t.touched=!0,t.position=G(e);var i=L(e.target,(function(e){return null!=e.sortableInfo}));if(i&&i.sortableInfo&&t.nodeIsChild(i)&&!t.state.sorting){var a=t.props.useDragHandle,l=i.sortableInfo,s=l.index,c=l.collection;if(l.disabled)return;if(a&&!L(e.target,ue))return;t.manager.active={collection:c,index:s},B(e)||e.target.tagName!==te||e.preventDefault(),o||(0===t.props.pressDelay?t.handlePress(e):t.pressTimer=setTimeout((function(){return t.handlePress(e)}),t.props.pressDelay))}}})),l(p(p(t)),"nodeIsChild",(function(e){return e.sortableInfo.manager===t.manager})),l(p(p(t)),"handleMove",(function(e){var n=t.props,o=n.distance,r=n.pressThreshold;if(!t.state.sorting&&t.touched&&!t._awaitingUpdateBeforeSortStart){var i=G(e),a={x:t.position.x-i.x,y:t.position.y-i.y},l=Math.abs(a.x)+Math.abs(a.y);t.delta=a,o||r&&!(l>=r)?o&&l>=o&&t.manager.isActive()&&t.handlePress(e):(clearTimeout(t.cancelTimer),t.cancelTimer=setTimeout(t.cancel,0))}})),l(p(p(t)),"handleEnd",(function(){t.touched=!1,t.cancel()})),l(p(p(t)),"cancel",(function(){var e=t.props.distance;t.state.sorting||(e||clearTimeout(t.pressTimer),t.manager.active=null)})),l(p(p(t)),"handlePress",(function(e){try{var n=t.manager.getActive(),o=function(){if(n){var o=function(){var n=h.sortableInfo.index,o=H(h),r=q(t.container),u=t.scrollContainer.getBoundingClientRect(),y=a({index:n,node:h,collection:p});if(t.node=h,t.margin=o,t.gridGap=r,t.width=y.width,t.height=y.height,t.marginOffset={x:t.margin.left+t.margin.right+t.gridGap.x,y:Math.max(t.margin.top,t.margin.bottom,t.gridGap.y)},t.boundingClientRect=h.getBoundingClientRect(),t.containerBoundingRect=u,t.index=n,t.newIndex=n,t.axis={x:i.indexOf("x")>=0,y:i.indexOf("y")>=0},t.offsetEdge=U(h,t.container),t.initialOffset=G(g?s({},e,{pageX:t.boundingClientRect.left,pageY:t.boundingClientRect.top}):e),t.initialScroll={left:t.scrollContainer.scrollLeft,top:t.scrollContainer.scrollTop},t.initialWindowScroll={left:window.pageXOffset,top:window.pageYOffset},t.helper=t.helperContainer.appendChild(se(h)),N(t.helper,{boxSizing:"border-box",height:"".concat(t.height,"px"),left:"".concat(t.boundingClientRect.left-o.left,"px"),pointerEvents:"none",position:"fixed",top:"".concat(t.boundingClientRect.top-o.top,"px"),width:"".concat(t.width,"px")}),g&&t.helper.focus(),c&&(t.sortableGhost=h,N(h,{opacity:0,visibility:"hidden"})),t.minTranslate={},t.maxTranslate={},g){var v=f?{top:0,left:0,width:t.contentWindow.innerWidth,height:t.contentWindow.innerHeight}:t.containerBoundingRect,m=v.top,x=v.left,b=v.width,w=m+v.height,S=x+b;t.axis.x&&(t.minTranslate.x=x-t.boundingClientRect.left,t.maxTranslate.x=S-(t.boundingClientRect.left+t.width)),t.axis.y&&(t.minTranslate.y=m-t.boundingClientRect.top,t.maxTranslate.y=w-(t.boundingClientRect.top+t.height))}else t.axis.x&&(t.minTranslate.x=(f?0:u.left)-t.boundingClientRect.left-t.width/2,t.maxTranslate.x=(f?t.contentWindow.innerWidth:u.left+u.width)-t.boundingClientRect.left-t.width/2),t.axis.y&&(t.minTranslate.y=(f?0:u.top)-t.boundingClientRect.top-t.height/2,t.maxTranslate.y=(f?t.contentWindow.innerHeight:u.top+u.height)-t.boundingClientRect.top-t.height/2);l&&l.split(" ").forEach((function(e){return t.helper.classList.add(e)})),t.listenerNode=e.touches?e.target:t.contentWindow,g?(t.listenerNode.addEventListener("wheel",t.handleKeyEnd,!0),t.listenerNode.addEventListener("mousedown",t.handleKeyEnd,!0),t.listenerNode.addEventListener("keydown",t.handleKeyDown)):(R.move.forEach((function(e){return t.listenerNode.addEventListener(e,t.handleSortMove,!1)})),R.end.forEach((function(e){return t.listenerNode.addEventListener(e,t.handleSortEnd,!1)}))),t.setState({sorting:!0,sortingIndex:n}),d&&d({node:h,index:n,collection:p,isKeySorting:g,nodes:t.manager.getOrderedRefs(),helper:t.helper},e),g&&t.keyMove(0)},r=t.props,i=r.axis,a=r.getHelperDimensions,l=r.helperClass,c=r.hideSortableGhost,u=r.updateBeforeSortStart,d=r.onSortStart,f=r.useWindowAsScrollContainer,h=n.node,p=n.collection,g=t.manager.isKeySorting,y=function(){if("function"===typeof u){t._awaitingUpdateBeforeSortStart=!0;var n=ve((function(){var t=h.sortableInfo.index;return Promise.resolve(u({collection:p,index:t,node:h,isKeySorting:g},e)).then((function(){}))}),(function(e,n){if(t._awaitingUpdateBeforeSortStart=!1,e)throw n;return n}));if(n&&n.then)return n.then((function(){}))}}();return y&&y.then?y.then(o):o()}}();return Promise.resolve(o&&o.then?o.then((function(){})):void 0)}catch(r){return Promise.reject(r)}})),l(p(p(t)),"handleSortMove",(function(e){var n=t.props.onSortMove;"function"===typeof e.preventDefault&&e.cancelable&&e.preventDefault(),t.updateHelperPosition(e),t.animateNodes(),t.autoscroll(),n&&n(e)})),l(p(p(t)),"handleSortEnd",(function(e){var n=t.props,o=n.hideSortableGhost,r=n.onSortEnd,i=t.manager,a=i.active.collection,l=i.isKeySorting,s=t.manager.getOrderedRefs();t.listenerNode&&(l?(t.listenerNode.removeEventListener("wheel",t.handleKeyEnd,!0),t.listenerNode.removeEventListener("mousedown",t.handleKeyEnd,!0),t.listenerNode.removeEventListener("keydown",t.handleKeyDown)):(R.move.forEach((function(e){return t.listenerNode.removeEventListener(e,t.handleSortMove)})),R.end.forEach((function(e){return t.listenerNode.removeEventListener(e,t.handleSortEnd)})))),t.helper.parentNode.removeChild(t.helper),o&&t.sortableGhost&&N(t.sortableGhost,{opacity:"",visibility:""});for(var c=0,u=s.length;c<u;c++){var d=s[c],f=d.node;d.edgeOffset=null,d.boundingClientRect=null,j(f,null),M(f,null),d.translate=null}t.autoScroller.clear(),t.manager.active=null,t.manager.isKeySorting=!1,t.setState({sorting:!1,sortingIndex:null}),"function"===typeof r&&r({collection:a,newIndex:t.newIndex,oldIndex:t.index,isKeySorting:l,nodes:s},e),t.touched=!1})),l(p(p(t)),"autoscroll",(function(){var e=t.props.disableAutoscroll,n=t.manager.isKeySorting;if(e)t.autoScroller.clear();else{if(n){var o=s({},t.translate),r=0,i=0;return t.axis.x&&(o.x=Math.min(t.maxTranslate.x,Math.max(t.minTranslate.x,t.translate.x)),r=t.translate.x-o.x),t.axis.y&&(o.y=Math.min(t.maxTranslate.y,Math.max(t.minTranslate.y,t.translate.y)),i=t.translate.y-o.y),t.translate=o,j(t.helper,t.translate),t.scrollContainer.scrollLeft+=r,void(t.scrollContainer.scrollTop+=i)}t.autoScroller.update({height:t.height,maxTranslate:t.maxTranslate,minTranslate:t.minTranslate,translate:t.translate,width:t.width})}})),l(p(p(t)),"onAutoScroll",(function(e){t.translate.x+=e.left,t.translate.y+=e.top,t.animateNodes()})),l(p(p(t)),"handleKeyDown",(function(e){var n=e.keyCode,o=t.props,r=o.shouldCancelStart,i=o.keyCodes,a=s({},he,void 0===i?{}:i);t.manager.active&&!t.manager.isKeySorting||!(t.manager.active||a.lift.includes(n)&&!r(e)&&t.isValidSortingTarget(e))||(e.stopPropagation(),e.preventDefault(),a.lift.includes(n)&&!t.manager.active?t.keyLift(e):a.drop.includes(n)&&t.manager.active?t.keyDrop(e):a.cancel.includes(n)?(t.newIndex=t.manager.active.index,t.keyDrop(e)):a.up.includes(n)?t.keyMove(-1):a.down.includes(n)&&t.keyMove(1))})),l(p(p(t)),"keyLift",(function(e){var n=e.target,o=L(n,(function(e){return null!=e.sortableInfo})).sortableInfo,r=o.index,i=o.collection;t.initialFocusedNode=n,t.manager.isKeySorting=!0,t.manager.active={index:r,collection:i},t.handlePress(e)})),l(p(p(t)),"keyMove",(function(e){var n=t.manager.getOrderedRefs(),o=n[n.length-1].node.sortableInfo.index,r=t.newIndex+e,i=t.newIndex;if(!(r<0||r>o)){t.prevIndex=i,t.newIndex=r;var a=X(t.newIndex,t.prevIndex,t.index),l=n.find((function(e){return e.node.sortableInfo.index===a})),s=l.node,c=t.containerScrollDelta,u=l.boundingClientRect||K(s,c),d=l.translate||{x:0,y:0},f=u.top+d.y-c.top,h=u.left+d.x-c.left,p=i<r,g=p&&t.axis.x?s.offsetWidth-t.width:0,y=p&&t.axis.y?s.offsetHeight-t.height:0;t.handleSortMove({pageX:h+g,pageY:f+y,ignoreTransition:0===e})}})),l(p(p(t)),"keyDrop",(function(e){t.handleSortEnd(e),t.initialFocusedNode&&t.initialFocusedNode.focus()})),l(p(p(t)),"handleKeyEnd",(function(e){t.manager.active&&t.keyDrop(e)})),l(p(p(t)),"isValidSortingTarget",(function(e){var n=t.props.useDragHandle,o=e.target,r=L(o,(function(e){return null!=e.sortableInfo}));return r&&r.sortableInfo&&!r.sortableInfo.disabled&&(n?ue(o):o.sortableInfo)}));var o=new I;return ye(e),t.manager=o,t.wrappedInstance=Object(x.createRef)(),t.sortableContextValue={manager:o},t.events={end:t.handleEnd,move:t.handleMove,start:t.handleStart},t}return m(n,t),d(n,[{key:"componentDidMount",value:function(){var e=this,t=this.props.useWindowAsScrollContainer,n=this.getContainer();Promise.resolve(n).then((function(n){e.container=n,e.document=e.container.ownerDocument||document;var o=e.props.contentWindow||e.document.defaultView||window;e.contentWindow="function"===typeof o?o():o,e.scrollContainer=t?e.document.scrollingElement||e.document.documentElement:V(e.container)||e.container,e.autoScroller=new de(e.scrollContainer,e.onAutoScroll),Object.keys(e.events).forEach((function(t){return R[t].forEach((function(n){return e.container.addEventListener(n,e.events[t],!1)}))})),e.container.addEventListener("keydown",e.handleKeyDown)}))}},{key:"componentWillUnmount",value:function(){var e=this;this.helper&&this.helper.parentNode&&this.helper.parentNode.removeChild(this.helper),this.container&&(Object.keys(this.events).forEach((function(t){return R[t].forEach((function(n){return e.container.removeEventListener(n,e.events[t])}))})),this.container.removeEventListener("keydown",this.handleKeyDown))}},{key:"updateHelperPosition",value:function(e){var t=this.props,n=t.lockAxis,o=t.lockOffset,r=t.lockToContainerEdges,i=t.transitionDuration,l=t.keyboardSortingTransitionDuration,s=void 0===l?i:l,c=this.manager.isKeySorting,u=e.ignoreTransition,d=G(e),f={x:d.x-this.initialOffset.x,y:d.y-this.initialOffset.y};if(f.y-=window.pageYOffset-this.initialWindowScroll.top,f.x-=window.pageXOffset-this.initialWindowScroll.left,this.translate=f,r){var h=a(F({height:this.height,lockOffset:o,width:this.width}),2),p=h[0],g=h[1],y={x:this.width/2-p.x,y:this.height/2-p.y},v={x:this.width/2-g.x,y:this.height/2-g.y};f.x=W(this.minTranslate.x+y.x,this.maxTranslate.x-v.x,f.x),f.y=W(this.minTranslate.y+y.y,this.maxTranslate.y-v.y,f.y)}"x"===n?f.y=0:"y"===n&&(f.x=0),c&&s&&!u&&M(this.helper,s),j(this.helper,f)}},{key:"animateNodes",value:function(){var e=this.props,t=e.transitionDuration,n=e.hideSortableGhost,o=e.onSortOver,r=this.containerScrollDelta,i=this.windowScrollDelta,a=this.manager.getOrderedRefs(),l=this.offsetEdge.left+this.translate.x+r.left,s=this.offsetEdge.top+this.translate.y+r.top,c=this.manager.isKeySorting,u=this.newIndex;this.newIndex=null;for(var d=0,f=a.length;d<f;d++){var h=a[d].node,p=h.sortableInfo.index,g=h.offsetWidth,y=h.offsetHeight,v={height:this.height>y?y/2:this.height/2,width:this.width>g?g/2:this.width/2},m=c&&p>this.index&&p<=u,x=c&&p<this.index&&p>=u,b={x:0,y:0},w=a[d].edgeOffset;w||(w=U(h,this.container),a[d].edgeOffset=w,c&&(a[d].boundingClientRect=K(h,r)));var S=d<a.length-1&&a[d+1],O=d>0&&a[d-1];S&&!S.edgeOffset&&(S.edgeOffset=U(S.node,this.container),c&&(S.boundingClientRect=K(S.node,r))),p!==this.index?(t&&M(h,t),this.axis.x?this.axis.y?x||p<this.index&&(l+i.left-v.width<=w.left&&s+i.top<=w.top+v.height||s+i.top+v.height<=w.top)?(b.x=this.width+this.marginOffset.x,w.left+b.x>this.containerBoundingRect.width-v.width&&S&&(b.x=S.edgeOffset.left-w.left,b.y=S.edgeOffset.top-w.top),null===this.newIndex&&(this.newIndex=p)):(m||p>this.index&&(l+i.left+v.width>=w.left&&s+i.top+v.height>=w.top||s+i.top+v.height>=w.top+y))&&(b.x=-(this.width+this.marginOffset.x),w.left+b.x<this.containerBoundingRect.left+v.width&&O&&(b.x=O.edgeOffset.left-w.left,b.y=O.edgeOffset.top-w.top),this.newIndex=p):m||p>this.index&&l+i.left+v.width>=w.left?(b.x=-(this.width+this.marginOffset.x),this.newIndex=p):(x||p<this.index&&l+i.left<=w.left+v.width)&&(b.x=this.width+this.marginOffset.x,null==this.newIndex&&(this.newIndex=p)):this.axis.y&&(m||p>this.index&&s+i.top+v.height>=w.top?(b.y=-(this.height+this.marginOffset.y),this.newIndex=p):(x||p<this.index&&s+i.top<=w.top+v.height)&&(b.y=this.height+this.marginOffset.y,null==this.newIndex&&(this.newIndex=p))),j(h,b),a[d].translate=b):n&&(this.sortableGhost=h,N(h,{opacity:0,visibility:"hidden"}))}null==this.newIndex&&(this.newIndex=this.index),c&&(this.newIndex=u);var C=c?this.prevIndex:u;o&&this.newIndex!==C&&o({collection:this.manager.active.collection,index:this.index,newIndex:this.newIndex,oldIndex:C,isKeySorting:c,nodes:a,helper:this.helper})}},{key:"getWrappedInstance",value:function(){return S()(r.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableContainer() call"),this.wrappedInstance.current}},{key:"getContainer",value:function(){var e=this.props.getContainer;return"function"!==typeof e?Object(b.findDOMNode)(this):e(r.withRef?this.getWrappedInstance():void 0)}},{key:"render",value:function(){var t=r.withRef?this.wrappedInstance:null;return Object(x.createElement)(me.Provider,{value:this.sortableContextValue},Object(x.createElement)(e,o({ref:t},D(this.props,ge))))}},{key:"helperContainer",get:function(){var e=this.props.helperContainer;return"function"===typeof e?e():this.props.helperContainer||this.document.body}},{key:"containerScrollDelta",get:function(){return this.props.useWindowAsScrollContainer?{left:0,top:0}:{left:this.scrollContainer.scrollLeft-this.initialScroll.left,top:this.scrollContainer.scrollTop-this.initialScroll.top}}},{key:"windowScrollDelta",get:function(){return{left:this.contentWindow.pageXOffset-this.initialWindowScroll.left,top:this.contentWindow.pageYOffset-this.initialWindowScroll.top}}}]),n}(x.Component),l(t,"displayName",P("sortableList",e)),l(t,"defaultProps",pe),l(t,"propTypes",fe),n}var be={index:T.a.number.isRequired,collection:T.a.oneOfType([T.a.number,T.a.string]),disabled:T.a.bool},we=Object.keys(be);function Se(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(){var e,t;c(this,n);for(var o=arguments.length,r=new Array(o),i=0;i<o;i++)r[i]=arguments[i];return l(p(p(t=g(this,(e=y(n)).call.apply(e,[this].concat(r))))),"wrappedInstance",Object(x.createRef)()),t}return m(n,t),d(n,[{key:"componentDidMount",value:function(){this.register()}},{key:"componentDidUpdate",value:function(e){this.node&&(e.index!==this.props.index&&(this.node.sortableInfo.index=this.props.index),e.disabled!==this.props.disabled&&(this.node.sortableInfo.disabled=this.props.disabled)),e.collection!==this.props.collection&&(this.unregister(e.collection),this.register())}},{key:"componentWillUnmount",value:function(){this.unregister()}},{key:"register",value:function(){var e=this.props,t=e.collection,n=e.disabled,o=e.index,r=Object(b.findDOMNode)(this);r.sortableInfo={collection:t,disabled:n,index:o,manager:this.context.manager},this.node=r,this.ref={node:r},this.context.manager.add(t,this.ref)}},{key:"unregister",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.collection;this.context.manager.remove(e,this.ref)}},{key:"getWrappedInstance",value:function(){return S()(r.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableElement() call"),this.wrappedInstance.current}},{key:"render",value:function(){var t=r.withRef?this.wrappedInstance:null;return Object(x.createElement)(e,o({ref:t},D(this.props,we)))}}]),n}(x.Component),l(t,"displayName",P("sortableElement",e)),l(t,"contextType",me),l(t,"propTypes",be),l(t,"defaultProps",{collection:0}),n}}}]);
2
+ //# sourceMappingURL=20.8d540d9e.chunk.js.map
@@ -1,2 +1,2 @@
1
- (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[22],{rwei:function(e){e.exports=JSON.parse('{"<p>Add some HTML here</p>":"<p>Afegeix codi HTML aqu\xed</p>","Accessibility":"Accessibilitat","Account Registration Completed":"Registre del compte completat","Account activation completed":"Activaci\xf3 del compte completat","Action":"Acci\xf3","Actions":"Accions","Activate and deactivate":"Activar i desactivar","Add":"Afegeix","Add (object list)":"","Add Addons":"Afegeix complements","Add Content":"Afegeix contingut","Add Translation\u2026":"Afegeix traducci\xf3\u2026","Add User":"Afegeix usuari","Add a description\u2026":"Afegeix una descripci\xf3","Add block":"Afegeix bloc","Add block\u2026":"Afegeix bloc\u2026","Add criteria":"Afegeix criteri","Add date":"Afegeix data","Add field":"Afegeix camp","Add fieldset":"Afegeix grup de camps (fieldset)","Add group":"Afegeix grup","Add new content type":"Afegeix un nou tipus de contingut","Add new group":"Afegeix un nou grup","Add new user":"Afegeix un nou usuari","Add to Groups":"Afegeix a grups","Add vocabulary term":"Afegeix un nou terme del vocabulari","Add {type}":"Afegeix {type}","Add-ons Settings":"Configuraci\xf3 de complements","Additional date":"Data addicional","Alignment":"Posicionament","All":"Tots","Alphabetically":"Alfab\xe8ticament","Alt text":"Text alternatiu (alt)","Alt text hint":"Deixeu el camp buit si la imatge \xe9s purament decorativa","Alt text hint link text":"Descriu el prop\xf2sit de la imatge","Apply working copy":"Aplicar la c\xf2pia de treball","Are you sure you want to delete this field?":"Esteu segurs que voleu eliminar aquest camp?","Are you sure you want to delete this fieldset including all fields?":"Esteu segurs que voleu eliminar aquest grup de camps i tots els camps que inclou?","Ascending":"Ascendent","Available":"Disponible","Back":"Enrere","Base":"Base","Base search query":"Base de cerca","Block":"Bloc","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tant l\'adre\xe7a de correu electr\xf2nic com la contrasenya s\xf3n sensibles a les maj\xfascules i min\xfascules, comproveu que no teniu activada la tecla de bloqueig de les maj\xfascules.","Breadcrumbs":"Barra de ruta","Browse":"Navegui","Browse the site, drop an image, or type an URL":"Navegueu pel lloc, deixeu anar una imatge o escriviu un URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Per defecte, els permisos del contenidor d\'aquest element s\xf3n heretats. Si es desactiva, nom\xe9s seran v\xe0lids els permisos de compartici\xf3 definits expl\xedcitament. A la vista general, el s\xedmbol ${inherited} indica un valor heretat. De la mateixa manera, el s\xedmbol ${global} indica un rol global, que \xe9s gestionat per l\'administrador del lloc.","Cache Name":"Nom de la mem\xf2ria cau","Can not edit Layout for <strong>{type}</strong> content-type as it doesn\'t have support for <strong>Volto Blocks</strong> enabled":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que no \xe9s compatible amb <strong>el blocs de Volto</strong> activats","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que el comportament de <strong>blocs</strong> est\xe0 habilitat i <strong>nom\xe9s de lectura</strong>","Cancel":"Cancel\xb7lar","Cell":"C\xe8l\xb7lula","Center":"Centre","Change Note":"Canvia nota","Change Password":"Canvia la contrasenya","Change State":"Canvia d\'estat","Change workflow state recursively":"Canvieu l\'estat del flux de treball de manera recursiva","Changes applied.":"Canvis aplicats","Changes saved":"S\'han guardat els canvis","Changes saved.":"S\'han guardat els canvis.","Checkbox":"Casella de selecci\xf3","Choices":"Opcions","Choose Image":"Trieu Imatge","Choose Target":"Trieu Dest\xed","Choose a file":"Trieu un fitxer","Clear":"Clar","Clear filters":"Esborra filtres","Click to download full sized image":"Feu clic per descarregar la imatge a mida completa","Close":"Tanca","Close menu":"Tanca el men\xfa","Code":"Codi","Collapse item":"Replega l\'element","Collection":"Col\xb7lecci\xf3","Comment":"Comentar","Commenter":"Comentarista","Comments":"Comentaris","Compare":"Compara","Confirm password":"Confirma la contrassenya","Connection refused":"Connexi\xf3 rebutjada","Contact":"Contacte","Contact form":"Formulari de contacte","Contained items":"Elements continguts","Content type created":"Tipus de contingut creat","Content type deleted":"S\'ha suprimit el tipus de contingut","Contents":"Continguts","Controls":"Controls","Copy":"Copia","Copy blocks":"Copiar blocks","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Declaraci\xf3 de drets d\'autor o informaci\xf3 sobre altres drets sobre aquest article.","Create working copy":"Crea una c\xf2pia de treball","Created by {creator} on {date}":"Creat per {creator} el {date}","Created on":"Creat el","Creator":"Creador","Creators":"Creadors","Criteria":"Criteris","Current filters applied":"S\'han aplicat els filtres actuals","Current password":"Contrasenya actual","Cut":"Talla","Cut blocks":"Talla bloc","Daily":"Di\xe0riament","Database Information":"Informaci\xf3 de la base de dades","Database Location":"Ubicaci\xf3 de la base de dades","Database Size":"Mida de la base de dades","Database main":"Base de dades principal","Date":"Data","Date (newest first)":"Data (el m\xe9s nou primer)","Default":"Per defecte","Delete":"Suprimeix","Delete Group":"Suprimeix el grup","Delete Type":"Suprimeix el tipus","Delete User":"Suprimeix l\'usuari","Delete blocks":"Esborra blocs","Delete col":"Esborra la columna","Delete row":"Suprimeix la fila","Depth":"Profunditat","Descending":"Descendent","Description":"Descripci\xf3","Diff":"Difer\xe8ncia","Difference between revision {one} and {two} of {title}":"Difer\xe8ncia entre la revisi\xf3 {one} i {two} de {title}","Distributed under the {license}.":"Distribu\xeft sota la {license}.","Divide each row into separate cells":"Afegeix una vora a les columnes interiors","Do you really want to delete the following items?":"Realment voleu suprimir els elements seg\xfcents?","Do you really want to delete the group {groupname}?":"Realment voleu suprimir el grup {groupname}?","Do you really want to delete the type {typename}?":"Realment voleu suprimir el tipus {typename}?","Do you really want to delete the user {username}?":"Realment voleu suprimir l\'usuari {username}?","Do you really want to delete this item?":"Realment voleu suprimir aquest element?","Document":"Document","Drag and drop files from your computer onto this area or click the \u201cBrowse\u201d button.":"Arrossegueu i deixeu anar fitxers des del vostre ordinador a aquesta \xe0rea o feu clic al bot\xf3 \'Examinar\'.","Drop file here to replace the existing file":"Deixeu anar el fitxer aqu\xed per substituir el fitxer existent","Drop file here to upload a new file":"Deixeu anar el fitxer aqu\xed per pujar un fitxer nou","Drop files here ...":"Deixeu fitxers aqu\xed...","E-mail":"correu electr\xf2nic","E-mail addresses do not match.":"Les adreces de correu electr\xf2nic no coincideixen.","Edit":"Edita","Edit comment":"Edita el comentari","Edit field":"Edita el camp","Edit fieldset":"Edita el conjunt de camps","Edit recurrence":"Edita la recurr\xe8ncia","Edit values":"Edita valors","Edit {title}":"Edita {title}","Email":"Correu electr\xf2nic","Email sent":"Email enviat","Embed code error, please follow the instructions and try again.":"Error d\'inserci\xf3 del codi, seguiu les instruccions i torneu-ho a provar.","Embeded Google Maps":"Google Maps incrustat","Empty object list":"Llista d\'objectes buida","Enable editable Blocks":"Activa els blocs editables","End Date":"Data de finalitzaci\xf3","Enter URL or select an item":"Introdu\xefu l\'URL o seleccioneu un element","Enter a username above to search or click \'Show All\'":"Introdu\xefu un nom d\'usuari a dalt per cercar o feu clic a \'Mostra-ho tot\'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Introdu\xefu una adre\xe7a de correu electr\xf2nic. Aquest ser\xe0 el vostre nom d\'inici de sessi\xf3. Respectem la vostra privadesa i no donarem l\'adre\xe7a a tercers ni l\'exposarem enlloc.","Enter full name, e.g. John Smith.":"Introdu\xefu el nom complet, per exemple John Smith.","Enter map Embed Code":"Introdu\xefu el codi d\'inserci\xf3 del mapa","Enter your current password.":"Introdu\xefu la vostra contrasenya actual.","Enter your email address for verification.":"Introdu\xefu la vostra adre\xe7a de correu electr\xf2nic per a la verificaci\xf3.","Enter your new password. Minimum 5 characters.":"Introdu\xefu la vostra nova contrasenya. M\xednim 5 car\xe0cters.","Error":"Error","Exclude from navigation":"Exclou de la navegaci\xf3","Exclude this occurence":"Exclou aquesta ocurr\xe8ncia","Excluded from navigation":"Excl\xf2s de la navegaci\xf3","Expand sidebar":"Amplieu la barra lateral","Expiration Date":"Data de caducitat","Expiration date":"Data de caducitat","Expired":"Caducat","External URL":"URL externa","Facet":"Faceta","Facet widget":"Giny de faceta","Facets":"Facetes","Facets on left side":"Facetes al costat esquerre","Facets on right side":"Facetes al costat dret","Facets on top":"Facetes a la part superior","Field":"Camp","File":"Dossier","File size":"Mida de l\'arxiu","Filename":"Nom de l\'arxiu","Filter\u2026":"Filtra...","First":"Primer","Fixed width table cells":"Columnes d\'amplada fixa","Fold":"Plegar","Folder":"Carpeta","Forbidden":"Prohibit","Fourth":"Quart","From":"Des de","Full":"Complet","Full Name":"Nom complet","Fullname":"Nom complet","GNU GPL license":"Llic\xe8ncia GNU GPL","Global role":"Paper global","Google Maps Embedded Block":"Bloc incrustat de Google Maps","Group":"Grup","Group created":"Grup creat","Group roles updated":"S\'han actualitzat els rols del grup","Groupname":"Nom del grup","Groups":"Grups","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Els grups s\xf3n col\xb7leccions l\xf2giques d\'usuaris, com ara departaments i unitats de negoci. Els grups no estan directament relacionats amb els permisos a nivell global, normalment feu servir Rols per a aix\xf2, i deixeu que determinats Grups tinguin un paper determinat. El s\xedmbol{plone_svg}indica un rol heretat de la pertinen\xe7a a un altre grup.","Header cell":"Cel\xb7la de cap\xe7alera","Headline":"Titular","Hidden facets will still filter the results if proper parameters are passed in URLs":"Les facetes ocultes encara filtraran els resultats si es passen els par\xe0metres adequats als URL","Hide Replies":"Amaga les respostes","Hide facet?":"Amagar la faceta?","History":"Hist\xf2ria","History Version Number":"#","History of {title}":"Historial de {title}","Home":"Inici","Home page":"P\xe0gina inicial","ID":"Id","If selected, this item will not appear in the navigation tree":"Si se selecciona, aquest element no apareixer\xe0 a l\'arbre de navegaci\xf3","If this date is in the future, the content will not show up in listings and searches until this date.":"Si aquesta data \xe9s en el futur, el contingut no apareixer\xe0 a les llistes i cerques fins a aquesta data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Si esteu segur que aquest usuari ha abandonat l\'objecte, podeu desbloquejar-lo. Aleshores podreu editar-lo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si esteu segur que teniu l\'adre\xe7a web correcta per\xf2 trobeu un error, poseu-vos en contacte amb el {site_admin}.","Image":"imatge","Image gallery":"Galeria d\'imatges","Include this occurence":"Incloeu aquesta ocurr\xe8ncia","Info":"Informaci\xf3","Inherit permissions from higher levels":"Hereta els permisos dels nivells superiors","Inherited value":"Valor heretat","Insert col after":"Inseriu col despr\xe9s","Insert col before":"Inseriu el coll abans","Insert row after":"Insereix fila despr\xe9s","Insert row before":"Insereix fila abans","Install":"Instal\xb7lar","Installed":"Instal\xb7lat","Installed version":"Versi\xf3 instal\xb7lada","Interval Daily":"Interval diari","Interval Monthly":"Mes/Messos","Interval Weekly":"Setmana(es)","Interval Yearly":"Any(s)","Item batch size":"Mida del lot d\'articles","Item succesfully moved.":"L\'element s\'ha mogut correctament.","Item(s) copied.":"Elements copiats.","Item(s) cut.":"Element(s) tallat.","Item(s) has been updated.":"Els elements s\'han actualitzat.","Item(s) pasted.":"Elements enganxats.","Item(s) state has been updated.":"L\'estat dels elements s\'ha actualitzat.","Items":"Articles","Items must be unique.":"Els articles han de ser \xfanics.","Label":"Etiqueta","Language":"Llenguatge","Language independent field.":"","Last":"\xdaltim","Last comment date":"Data de l\'\xfaltim comentari","Last modified":"\xdaltima modificaci\xf3","Latest version":"\xdaltima versi\xf3","Layout":"Disseny","Lead Image":"Imatge Principal","Left":"A l\'esquerra","Link":"Enlla\xe7","Link more":"Enlla\xe7a m\xe9s","Link title":"T\xedtol de l\'enlla\xe7","Link to":"Enlla\xe7 a","Link translation for":"Traducci\xf3 d\'enlla\xe7os per","Listing":"llistat","Load more":"Carrega m\xe9s...","Loading":"Carregant.","Location":"Ubicaci\xf3","Log In":"Iniciar Sessi\xf3","Log in":"Iniciar Sessi\xf3","Login":"Iniciar Sessi\xf3","Login Failed":"Error a l\'iniciar sessi\xf3","Login Name":"Nom d\'usuari","Logout":"Tancar sessi\xf3","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Fet per {creator} el {date}. Aquesta ja no \xe9s una c\xf2pia de treball, sin\xf3 el contingut principal.","Make the table compact":"Redueix el farciment cel\xb7lular","Manage Translations":"Gestionar les traduccions","Manage translations for {title}":"Gestiona les traduccions per a {title}","Map":"Mapa","Maps URL":"URL del mapa","Maximum length is {len}.":"La longitud m\xe0xima \xe9s {len}.","Maximum value is {len}.":"El valor m\xe0xim \xe9s {len}.","Message":"Missatge","Minimum length is {len}.":"La longitud m\xednima \xe9s {len}.","Minimum value is {len}.":"El valor m\xednim \xe9s {len}.","Moderate Comments":"Comentaris moderats","Moderate comments":"Modera els comentaris","Monday and Friday":"dilluns i divendres","Month day":"Dia","Monthly":"Mensual","More":"M\xe9s","Move to bottom of folder":"Mou a la part inferior de la carpeta","Move to top of folder":"Mou a la part superior de la carpeta","Multiple choices?":"M\xfaltiples opcions?","My email address is":"La meva adre\xe7a de correu electr\xf2nic \xe9s","Name":"Nom","Navigate back":"Navega enrere","Navigation":"Navegaci\xf3","New password":"Nova contrasenya","News Item":"Noticia","No":"No","No addons found":"","No image selected":"No s\'ha seleccionat cap imatge","No image set in Lead Image content field":"No s\'ha establert cap imatge al camp de contingut de la imatge principal","No image set in image content field":"No s\'ha establert cap imatge al camp de contingut de la imatge","No items found in this container.":"No s\'han trobat articles en aquest contenidor.","No items selected":"No s\'ha seleccionat cap element","No map selected":"No s\'ha seleccionat cap mapa","No occurences set":"No s\'ha establert cap ocurr\xe8ncia","No options":"Sense opcions","No results found":"Sense resultats","No results found.":"Sense resultats.","No selection":"Sense selecci\xf3","No uninstall profile":"Aquest complement no proporciona un perfil de desinstal\xb7laci\xf3.","No value":"Sense valor","No video selected":"No s\'ha seleccionat cap v\xeddeo","No workflow":"Sense flux de treball","None":"Cap","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Tingueu en compte que els rols establerts aqu\xed s\'apliquen directament a un usuari. El s\xedmbol{plone_svg}indica un rol heretat de la pertinen\xe7a a un grup.","Number of active objects":"Nombre d\'objectes actius","Object Size":"Mida de l\'objecte","Occurences":"esdeveniment(s)","Ok":"D\'acord","Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters \\"-\\" and \\"_\\" are allowed.":"","Open in a new tab":"Obre en una pestanya nova","Open menu":"Obre el men\xfa","Open object browser":"Obre el navegador d\'objectes","Origin":"Origen","Page":"P\xe0gina","Parent fieldset":"Conjunt de camps pare","Password":"Contrasenya","Password reset":"Restableix la contrasenya","Passwords do not match.":"Les contrasenyes no coincideixen.","Paste":"Enganxar","Paste blocks":"Enganxa blocs","Permissions have been updated successfully":"Els permisos s\'han actualitzat correctament","Permissions updated":"Permisos actualitzats","Personal Information":"Informaci\xf3 personal","Personal Preferences":"Prefer\xe8ncies personals","Personal tools":"Eines personals","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Responsables de la creaci\xf3 del contingut d\'aquest article. Introdu\xefu una llista de noms d\'usuari, un per l\xednia. El creador principal hauria de ser primer.","Please enter a valid URL by deleting the block and adding a new video block.":"Introdu\xefu un URL v\xe0lid suprimint el bloc i afegint un bloc de v\xeddeo nou.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Introdu\xefu el codi d\'inserci\xf3 proporcionat per Google Maps -> Comparteix -> Insereix el mapa. Hauria de contenir el codi <iframe> .","Please fill out the form below to set your password.":"Si us plau, omple el formulari seg\xfcent per configurar la teva contrasenya.","Plone Foundation":"Fundaci\xf3 Plone","Plone Site":"Lloc de Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS/WCM de codi obert","Portrait":"Retrat","Possible values":"Valors possibles (introdu\xefu les opcions permeses una per l\xednia).","Powered by Plone & Python":"Desenvolupat amb Plone i Python","Preferences":"Prefer\xe8ncies","Prettify your code":"Prepareu el vostre codi","Preview":"Vista pr\xe8via","Preview Image URL":"Previsualitza l\'URL de la imatge","Profile":"Perfil","Properties":"Propietats","Publication date":"Data de publicaci\xf3","Publishing Date":"Data de publicaci\xf3","Query":"Consulta","Re-enter the password. Make sure the passwords are identical.":"Torneu a introduir la contrasenya. Assegureu-vos que les contrasenyes s\xf3n id\xe8ntiques.","Read More\u2026":"Llegeix m\xe9s\u2026","Rearrange items by\u2026":"Reorganitza els elements per...","Recurrence ends":"Acaba","Recurrence ends after":"Despr\xe9s","Recurrence ends on":"La recurr\xe8ncia acava el","Redo":"","Reduce complexity":"Disseny de taula minimalista","Register":"Registrar-se","Registration form":"Formulari d\'inscripci\xf3","Relevance":"Pertin\xe8ncia","Remove item":"Elimina l\'element","Remove recurrence":"Elimina","Remove term":"Elimina el terme","Remove working copy":"Elimina la c\xf2pia de treball","Rename":"Canviar el nom","Rename Items Loading Message":"S\'est\xe0 canviant el nom dels elements...","Rename items":"Canvia el nom dels elements","Repeat":"Repetiu","Repeat every":"Repetiu-ne totes","Repeat on":"Repetiu","Replace existing file":"Substitueix el fitxer existent","Reply":"Respon","Required":"Obligatori","Required input is missing.":"Falta l\'entrada necess\xe0ria.","Reset term title":"Restableix el t\xedtol","Results limit":"L\xedmit de resultats","Results preview":"Vista pr\xe8via dels resultats","Results template":"Plantilla de resultats","Reversed order":"Ordre invertit","Revert to this revision":"Torna a aquesta revisi\xf3","Review state":"Estat de revisi\xf3","Richtext":"Text enriquit","Right":"Dret","Rights":"drets","Roles":"Funcions","Root":"Arrel","Save":"Desa","Save recurrence":"Desa","Schema":"Esquema","Schema updates":"Actualitzacions d\'esquemes","Search":"Cerca","Search SVG":"Cerca SVG","Search Site":"Cerca al lloc","Search block":"Bloc de cerca","Search button label":"Etiqueta del bot\xf3 de cerca","Search content":"Cerca contingut","Search for user or group":"Cerca usuari o grup","Search group\u2026":"Cerca grup...","Search input label":"Cerca l\'etiqueta d\'entrada","Search results":"Resultats de la cerca","Search results for {term}":"Resultats de la cerca per a {term}","Search users\u2026":"Cerca usuaris...","Searched for":"Buscant","Second":"Segon","Section title":"T\xedtol de la secci\xf3","Select":"Seleccioneu","Select a date to add to recurrence":"Seleccioneu una data per afegir a la recurr\xe8ncia","Select columns to show":"Seleccioneu les columnes per mostrar","Select the transition to be used for modifying the items state.":"Seleccioneu la transici\xf3 que s\'utilitzar\xe0 per modificar l\'estat dels elements.","Selected dates":"Dates seleccionades","Selected items":"Elements seleccionats","Selected items - x of y":"de","Selection":"Selecci\xf3","Select\u2026":"Selecciona ...","Send":"Enviar","Set my password":"Estableix la meva contrasenya","Set your password":"Establiu la contrasenya","Settings":"Configuraci\xf3","Sharing":"Compartir","Sharing for {title}":"Compartint per a {title}","Short Name":"Nom curt","Short name":"Nom curt","Show":"Espectacle","Show All":"Mostrar tots","Show Replies":"Mostra les respostes","Show item":"Mostra l\'element","Show search button?":"Mostra el bot\xf3 de cerca?","Show search input?":"Mostra l\'entrada de cerca?","Show sorting?":"Mostra l\'ordenaci\xf3?","Shrink sidebar":"Redueix la barra lateral","Shrink toolbar":"Redueix la barra d\'eines","Sign in to start session":"Inicieu la sessi\xf3 per iniciar la sessi\xf3","Site":"Lloc","Site Administration":"Administraci\xf3 del lloc","Site Map":"Mapa del lloc","Site Setup":"Configuraci\xf3 del lloc","Sitemap":"Mapa del lloc","Size":"Mida","Size: {size}":"Mida: {size}","Sorry, something went wrong with your request":"Ho sentim, hi ha hagut un error amb la teva sol\xb7licitud","Sort By:":"Ordenar per:","Sort on":"Ordena","Sort on label":"Ordena per etiqueta","Sort on options":"Ordena les opcions","Source":"Origen","Specify a youtube video or playlist url":"Especifiqueu un URL de v\xeddeo o llista de reproducci\xf3 de YouTube","Split":"Dividir","Start Date":"Data d\'inici","Start of the recurrence":"Inici de la recurr\xe8ncia","Start password reset":"Inicia el restabliment de la contrasenya","State":"Estat","Stop compare":"Deixa de comparar","String":"Cadena","Stripe alternate rows with color":"Color de fons alternatiu de la fila","Subject":"Assumpte","Success":"\xc8xit","Summary":"Resum","Switch to":"Canvia a","Table":"Taula","Table of Contents":"Taula de continguts","Tags":"Etiquetes","Tags to add":"Etiquetes per afegir","Tags to remove":"Etiquetes per eliminar","Target memory size per cache in bytes":"Mida de mem\xf2ria objectiu per mem\xf2ria cau en bytes","Target number of objects in memory per cache":"Nombre objectiu d\'objectes a la mem\xf2ria per mem\xf2ria cau","Text":"Text","Thank you.":"Gr\xe0cies.","The Database Manager allow you to view database status information":"El Gestor de bases de dades us permet veure la informaci\xf3 d\'estat de la base de dades","The URL for your external home page, if you have one.":"L\'URL de la vostra p\xe0gina d\'inici externa, si en teniu.","The backend is not responding, please check if you have started Plone, check your project\'s configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto\'s environment variable.":"El backend no respon, comproveu si heu iniciat Plone, comproveu l\'objecte de configuraci\xf3 del vostre projecte apiPath (o si feu servir el servidor intermediari intern, devProxyToApiPath) o la variable d\'entorn de RAZZLE_API_PATH Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"El backend est\xe0 responent, per\xf2 les cap\xe7aleres CORS no estan configurades correctament i el navegador ha denegat l\'acc\xe9s als recursos del backend.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"El servidor backend del vostre lloc web no respon, demanem disculpes per les mol\xe8sties. Si us plau, prova de tornar a carregar la p\xe0gina i torna-ho a provar. Si el problema persisteix, poseu-vos en contacte amb els administradors del lloc.","The button presence disables the live search, the query is issued when you press ENTER":"La pres\xe8ncia del bot\xf3 desactiva la cerca en directe, la consulta s\'emet quan premeu INTRO","The item could not be deleted.":"No s\'ha pogut suprimir l\'element.","The link address is:":"L\'adre\xe7a de l\'enlla\xe7 \xe9s:","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"El proc\xe9s de registre ha estat satisfactori. Si us plau, comproveu la vostra b\xfastia d\'entrada de correu electr\xf2nic per obtenir informaci\xf3 sobre com activar el vostre compte.","The user portrait/avatar":"El retrat/avatar de l\'usuari","The working copy was discarded":"La c\xf2pia de treball es va descartar","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"El {plonecms} \xe9s {copyright} 2000-{current_year} per {plonefoundation} i amics.","There is a configuration problem on the backend":"Hi ha un problema de configuraci\xf3 al backend","There were some errors":"Hi va haver alguns errors","There were some errors.":"Hi va haver alguns errors.","Third":"Tercer","This has an ongoing working copy in {title}":"T\xe9 una c\xf2pia de treball en curs a {title}","This is a reserved name and can\'t be used":"","This is a working copy of {title}":"Aquesta \xe9s una c\xf2pia de treball de {title}","This item was locked by {creator} on {date}":"Aquest element va ser bloquejat per {creator} el dia {date}","This name will be displayed in the URL.":"Aquest nom es mostrar\xe0 a l\'URL.","This page does not seem to exist\u2026":"Sembla que aquesta p\xe0gina no existeix...","Time":"Hora","Title":"T\xedtol","Total active and non-active objects":"Total d\'objectes actius i no actius","Total comments":"Total de comentaris","Total number of objects in each cache":"Nombre total d\'objectes a cada mem\xf2ria cau","Total number of objects in memory from all caches":"Nombre total d\'objectes a la mem\xf2ria de totes les mem\xf2ria cau","Total number of objects in the database":"Nombre total d\'objectes a la base de dades","Translate to {lang}":"Tradueix a {lang}","Translation linked":"Traducci\xf3 enlla\xe7ada","Translation linking removed":"S\'ha eliminat l\'enlla\xe7 de traducci\xf3","Type":"Tipus","Type a Video (YouTube, Vimeo or mp4) URL":"Escriviu un URL de v\xeddeo (YouTube, Vimeo o mp4).","Type text...":"","Type text\u2026":"Escriu text\u2026","Type the title\u2026":"Escriu el t\xedtol\u2026","UID":"UID","Unauthorized":"No autoritzada","Undo":"","Unfold":"Desplegar","Unified":"Unificat","Uninstall":"Desinstal\xb7lar","Unknown Block":"Bloc desconegut {block}","Unlink translation for":"Desenlla\xe7a la traducci\xf3 de","Unlock":"Descobrir","Update":"Actualitzaci\xf3","Update installed addons":"Actualitza els complements instal\xb7lats","Update installed addons:":"Actualitza els complements instal\xb7lats:","Updates available":"Actualitzacions disponibles","Upload":"Pujar","Upload a lead image in the \'Lead Image\' content field.":"Pengeu una imatge principal al camp de contingut \'Imatge principal\'.","Upload a new image":"Carregueu una imatge nova","Upload files":"Carregueu fitxers","Uploading files":"Carregant fitxers","Uploading image":"S\'est\xe0 carregant la imatge","Used for programmatic access to the fieldset.":"S\'utilitza per a l\'acc\xe9s program\xe0tic al conjunt de camps.","User":"Usuari","User created":"Usuari creat","User name":"Nom d\'usuari","User roles updated":"Rols d\'usuari actualitzats","Username":"Nom d\'usuari","Users":"usuaris","Users and Groups":"Usuaris i Grups","Variation":"Variaci\xf3","Version Overview":"Visi\xf3 general de la versi\xf3","Video":"V\xeddeo","Video URL":"URL del v\xeddeo","View":"veure","View changes":"Veure els canvis","View this revision":"Veure aquesta revisi\xf3","View working copy":"Veure c\xf2pia de treball","Viewmode":"veure","Vocabulary term":"Terme de vocabulari","Vocabulary term title":"T\xedtol","Vocabulary terms":"Termes de vocabulari","Warning Regarding debug mode":"Esteu executant en \'mode de depuraci\xf3\'. Aquest mode est\xe0 pensat per a llocs que estan en desenvolupament. Aix\xf2 permet que molts canvis de configuraci\xf3 siguin visibles immediatament, per\xf2 far\xe0 que el vostre lloc funcioni m\xe9s lentament. Per desactivar el mode de depuraci\xf3, atureu el servidor, configureu \'debug-mode=off\' al vostre buildout.cfg, torneu a executar bin/buildout i despr\xe9s reinicieu el proc\xe9s del servidor.","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Demanem disculpes per les mol\xe8sties, per\xf2 el backend del lloc al qual esteu accedint no est\xe0 disponible en aquest moment. Siusplau, intenta-ho m\xe9s tard.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Demanem disculpes per les mol\xe8sties, per\xf2 la p\xe0gina a la qual est\xe0veu intentant accedir no es troba en aquesta adre\xe7a. Podeu utilitzar els enlla\xe7os seg\xfcents per ajudar-vos a trobar el que busqueu.","We apologize for the inconvenience, but you don\'t have permissions on this resource.":"Demanem disculpes per les mol\xe8sties, per\xf2 no teniu permisos sobre aquest recurs.","We will use this address if you need to recover your password":"Utilitzarem aquesta adre\xe7a si necessiteu recuperar la vostra contrasenya","Weeek day of month":"El","Weekday":"Dia de la setmana","Weekly":"Setmanalment","What":"Qu\xe8","When":"Quan","When this date is reached, the content will nolonger be visible in listings and searches.":"Quan s\'arribi a aquesta data, el contingut ja no ser\xe0 visible a les llistes i cerques.","Who":"OMS","Workflow Change Loading Message":"S\'estan actualitzant els estats del flux de treball...","Workflow updated.":"Flux de treball actualitzat.","Yearly":"Anualment","Yes":"S\xed","You are trying to access a protected resource, please {login} first.":"Esteu provant d\'accedir a un recurs protegit, primer {login} .","You are using an outdated browser":"Esteu utilitzant un navegador obsolet","You can add a comment by filling out the form below. Plain text formatting.":"Pots afegir un comentari omplint el formulari seg\xfcent. Format de text sense format.","You can control who can view and edit your item using the list below.":"Podeu controlar qui pot veure i editar el vostre element mitjan\xe7ant la llista seg\xfcent.","You can view the difference of the revisions below.":"Podeu veure la difer\xe8ncia de les revisions a continuaci\xf3.","You can view the history of your item below.":"Podeu veure l\'historial del vostre article a continuaci\xf3.","You can\'t paste this content here":"No podeu enganxar aquest contingut aqu\xed","Your email is required for reset your password.":"El vostre correu electr\xf2nic \xe9s necessari per restablir la contrasenya.","Your location - either city and country - or in a company setting, where your office is located.":"La vostra ubicaci\xf3 (ciutat i pa\xeds) o en un entorn d\'empresa, on es troba la vostra oficina.","Your password has been set successfully. You may now {link} with your new password.":"La vostra contrasenya s\'ha establert correctament. Ara podeu {link} amb la vostra nova contrasenya.","Your preferred language":"El teu idioma preferit","box_forgot_password_option":"Has oblidat la teva contrasenya?","common":"Com\xfa","compare_to":"Compara amb la llengua","delete":"Suprimeix","deprecated_browser_notice_message":"Esteu utilitzant {browsername} {browserversion} que est\xe0 obsolet pel seu prove\xefdor. Aix\xf2 vol dir que no rep actualitzacions de seguretat i que no est\xe0 preparat per a les funcions web modernes actuals, cosa que deteriora l\'experi\xe8ncia de l\'usuari. Si us plau, actualitzeu a un navegador modern.","description":"Descripci\xf3","description_lost_password":"Per motius de seguretat, emmagatzemem la vostra contrasenya xifrada i no us la podem enviar per correu. Si voleu restablir la vostra contrasenya, ompliu el formulari seg\xfcent i us enviarem un correu electr\xf2nic a l\'adre\xe7a que vau donar quan us vau registrar per iniciar el proc\xe9s de restabliment de la vostra contrasenya.","description_sent_password":"La vostra sol\xb7licitud de restabliment de la contrasenya s\'ha enviat per correu. Hauria d\'arribar a la vostra b\xfastia en breu. Quan rebeu el missatge, visiteu l\'adre\xe7a que cont\xe9 per restablir la vostra contrasenya.","draft":"Esborrany","email":"L\'entrada ha de ser un correu electr\xf2nic v\xe0lid (alguna cosa@domini.com)","event_alldates":"Totes les dates","event_attendees":"Assistents","event_contactname":"Nom de contacte","event_contactphone":"Tel\xe8fon de contacte","event_website":"Lloc web","event_what":"Qu\xe8","event_when":"quan","event_where":"On?","heading_sent_password":"S\'ha enviat la confirmaci\xf3 de restabliment de la contrasenya","hero":"Heroi","html":"HTML","image":"Imatge","integer":"L\'entrada ha de ser enter","intranet":"Intranet","label_my_email_address_is":"La meva adre\xe7a de correu electr\xf2nic \xe9s","leadimage":"Camp d\'imatge principal","listing":"Llistat","loading":"Carregant","log in":"Iniciar Sessi\xf3","maps":"Mapes","maxLength":"Longitud m\xe0xima","maximum":"Final de l\'interval (incl\xf2s el propi valor)","media":"Mitjans de comunicaci\xf3","minLength":"Longitud m\xednima","minimum":"Inici de la gamma","mostUsed":"El m\xe9s utilitzat","no":"","no workflow state":"Sense estat de flux de treball","number":"L\'entrada ha de ser un n\xfamero","of the month":"del mes","or try a different page.":"o prova una p\xe0gina diferent.","others":"altres","private":"privat","published":"Publicat","querystring-widget-select":"Selecciona ...","results found":"resultats","return to the site root":"tornar a l\'arrel del lloc","rrule_and":"i","rrule_approximate":"(~aproximat)","rrule_at":"a","rrule_dateFormat":"[mes] [dia], [any]","rrule_day":"Dia","rrule_days":"Dies","rrule_every":"cada","rrule_for":"per","rrule_hour":"hora","rrule_hours":"hores","rrule_in":"a","rrule_last":"\xfaltim","rrule_minutes":"minuts","rrule_month":"m\xe9s","rrule_months":"mesos","rrule_nd":"nd","rrule_on":"on","rrule_on the":"a la","rrule_or":"o","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"el","rrule_time":"temps","rrule_times":"vegades","rrule_until":"fins que","rrule_week":"setmana","rrule_weekday":"Dia de la setmana","rrule_weekdays":"Els dies laborables","rrule_weeks":"Setmanes","rrule_year":"Curs","rrule_years":"Anys","skiplink-footer":"Saltar al peu de p\xe0gina","skiplink-main-content":"Ves al contingut principal","skiplink-navigation":"Saltar a la navegaci\xf3","sort":"Ordena","table":"Taula","text":"Text","title":"T\xedtol","toc":"Taula de continguts","url":"L\'entrada ha de ser un URL v\xe0lid (www.something.com o http(s)://www.something.com)","user avatar":"avatar de l\'usuari","video":"V\xeddeo","visit_external_website":"Visiteu el lloc web extern","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} seleccionat","{id} Content Type":"{id} Tipus de contingut","{id} Schema":"{id} Esquema","{title} copied.":"{title} copiat.","{title} cut.":"{title} tall.","{title} has been deleted.":"S\'ha suprimit{title}."}')}}]);
2
- //# sourceMappingURL=22.5a2b56ff.chunk.js.map
1
+ (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[21],{rwei:function(e){e.exports=JSON.parse('{"<p>Add some HTML here</p>":"<p>Afegeix codi HTML aqu\xed</p>","Accessibility":"Accessibilitat","Account Registration Completed":"Registre del compte completat","Account activation completed":"Activaci\xf3 del compte completat","Action":"Acci\xf3","Actions":"Accions","Activate and deactivate":"Activar i desactivar","Add":"Afegeix","Add (object list)":"","Add Addons":"Afegeix complements","Add Content":"Afegeix contingut","Add Translation\u2026":"Afegeix traducci\xf3\u2026","Add User":"Afegeix usuari","Add a description\u2026":"Afegeix una descripci\xf3","Add block":"Afegeix bloc","Add block\u2026":"Afegeix bloc\u2026","Add criteria":"Afegeix criteri","Add date":"Afegeix data","Add field":"Afegeix camp","Add fieldset":"Afegeix grup de camps (fieldset)","Add group":"Afegeix grup","Add new content type":"Afegeix un nou tipus de contingut","Add new group":"Afegeix un nou grup","Add new user":"Afegeix un nou usuari","Add to Groups":"Afegeix a grups","Add vocabulary term":"Afegeix un nou terme del vocabulari","Add {type}":"Afegeix {type}","Add-ons Settings":"Configuraci\xf3 de complements","Additional date":"Data addicional","Alignment":"Posicionament","All":"Tots","Alphabetically":"Alfab\xe8ticament","Alt text":"Text alternatiu (alt)","Alt text hint":"Deixeu el camp buit si la imatge \xe9s purament decorativa","Alt text hint link text":"Descriu el prop\xf2sit de la imatge","Apply working copy":"Aplicar la c\xf2pia de treball","Are you sure you want to delete this field?":"Esteu segurs que voleu eliminar aquest camp?","Are you sure you want to delete this fieldset including all fields?":"Esteu segurs que voleu eliminar aquest grup de camps i tots els camps que inclou?","Ascending":"Ascendent","Available":"Disponible","Back":"Enrere","Base":"Base","Base search query":"Base de cerca","Block":"Bloc","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tant l\'adre\xe7a de correu electr\xf2nic com la contrasenya s\xf3n sensibles a les maj\xfascules i min\xfascules, comproveu que no teniu activada la tecla de bloqueig de les maj\xfascules.","Breadcrumbs":"Barra de ruta","Browse":"Navegui","Browse the site, drop an image, or type an URL":"Navegueu pel lloc, deixeu anar una imatge o escriviu un URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Per defecte, els permisos del contenidor d\'aquest element s\xf3n heretats. Si es desactiva, nom\xe9s seran v\xe0lids els permisos de compartici\xf3 definits expl\xedcitament. A la vista general, el s\xedmbol ${inherited} indica un valor heretat. De la mateixa manera, el s\xedmbol ${global} indica un rol global, que \xe9s gestionat per l\'administrador del lloc.","Cache Name":"Nom de la mem\xf2ria cau","Can not edit Layout for <strong>{type}</strong> content-type as it doesn\'t have support for <strong>Volto Blocks</strong> enabled":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que no \xe9s compatible amb <strong>el blocs de Volto</strong> activats","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que el comportament de <strong>blocs</strong> est\xe0 habilitat i <strong>nom\xe9s de lectura</strong>","Cancel":"Cancel\xb7lar","Cell":"C\xe8l\xb7lula","Center":"Centre","Change Note":"Canvia nota","Change Password":"Canvia la contrasenya","Change State":"Canvia d\'estat","Change workflow state recursively":"Canvieu l\'estat del flux de treball de manera recursiva","Changes applied.":"Canvis aplicats","Changes saved":"S\'han guardat els canvis","Changes saved.":"S\'han guardat els canvis.","Checkbox":"Casella de selecci\xf3","Choices":"Opcions","Choose Image":"Trieu Imatge","Choose Target":"Trieu Dest\xed","Choose a file":"Trieu un fitxer","Clear":"Clar","Clear filters":"Esborra filtres","Click to download full sized image":"Feu clic per descarregar la imatge a mida completa","Close":"Tanca","Close menu":"Tanca el men\xfa","Code":"Codi","Collapse item":"Replega l\'element","Collection":"Col\xb7lecci\xf3","Comment":"Comentar","Commenter":"Comentarista","Comments":"Comentaris","Compare":"Compara","Confirm password":"Confirma la contrassenya","Connection refused":"Connexi\xf3 rebutjada","Contact":"Contacte","Contact form":"Formulari de contacte","Contained items":"Elements continguts","Content type created":"Tipus de contingut creat","Content type deleted":"S\'ha suprimit el tipus de contingut","Contents":"Continguts","Controls":"Controls","Copy":"Copia","Copy blocks":"Copiar blocks","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Declaraci\xf3 de drets d\'autor o informaci\xf3 sobre altres drets sobre aquest article.","Create working copy":"Crea una c\xf2pia de treball","Created by {creator} on {date}":"Creat per {creator} el {date}","Created on":"Creat el","Creator":"Creador","Creators":"Creadors","Criteria":"Criteris","Current filters applied":"S\'han aplicat els filtres actuals","Current password":"Contrasenya actual","Cut":"Talla","Cut blocks":"Talla bloc","Daily":"Di\xe0riament","Database Information":"Informaci\xf3 de la base de dades","Database Location":"Ubicaci\xf3 de la base de dades","Database Size":"Mida de la base de dades","Database main":"Base de dades principal","Date":"Data","Date (newest first)":"Data (el m\xe9s nou primer)","Default":"Per defecte","Delete":"Suprimeix","Delete Group":"Suprimeix el grup","Delete Type":"Suprimeix el tipus","Delete User":"Suprimeix l\'usuari","Delete blocks":"Esborra blocs","Delete col":"Esborra la columna","Delete row":"Suprimeix la fila","Depth":"Profunditat","Descending":"Descendent","Description":"Descripci\xf3","Diff":"Difer\xe8ncia","Difference between revision {one} and {two} of {title}":"Difer\xe8ncia entre la revisi\xf3 {one} i {two} de {title}","Distributed under the {license}.":"Distribu\xeft sota la {license}.","Divide each row into separate cells":"Afegeix una vora a les columnes interiors","Do you really want to delete the following items?":"Realment voleu suprimir els elements seg\xfcents?","Do you really want to delete the group {groupname}?":"Realment voleu suprimir el grup {groupname}?","Do you really want to delete the type {typename}?":"Realment voleu suprimir el tipus {typename}?","Do you really want to delete the user {username}?":"Realment voleu suprimir l\'usuari {username}?","Do you really want to delete this item?":"Realment voleu suprimir aquest element?","Document":"Document","Drag and drop files from your computer onto this area or click the \u201cBrowse\u201d button.":"Arrossegueu i deixeu anar fitxers des del vostre ordinador a aquesta \xe0rea o feu clic al bot\xf3 \'Examinar\'.","Drop file here to replace the existing file":"Deixeu anar el fitxer aqu\xed per substituir el fitxer existent","Drop file here to upload a new file":"Deixeu anar el fitxer aqu\xed per pujar un fitxer nou","Drop files here ...":"Deixeu fitxers aqu\xed...","E-mail":"correu electr\xf2nic","E-mail addresses do not match.":"Les adreces de correu electr\xf2nic no coincideixen.","Edit":"Edita","Edit comment":"Edita el comentari","Edit field":"Edita el camp","Edit fieldset":"Edita el conjunt de camps","Edit recurrence":"Edita la recurr\xe8ncia","Edit values":"Edita valors","Edit {title}":"Edita {title}","Email":"Correu electr\xf2nic","Email sent":"Email enviat","Embed code error, please follow the instructions and try again.":"Error d\'inserci\xf3 del codi, seguiu les instruccions i torneu-ho a provar.","Embeded Google Maps":"Google Maps incrustat","Empty object list":"Llista d\'objectes buida","Enable editable Blocks":"Activa els blocs editables","End Date":"Data de finalitzaci\xf3","Enter URL or select an item":"Introdu\xefu l\'URL o seleccioneu un element","Enter a username above to search or click \'Show All\'":"Introdu\xefu un nom d\'usuari a dalt per cercar o feu clic a \'Mostra-ho tot\'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Introdu\xefu una adre\xe7a de correu electr\xf2nic. Aquest ser\xe0 el vostre nom d\'inici de sessi\xf3. Respectem la vostra privadesa i no donarem l\'adre\xe7a a tercers ni l\'exposarem enlloc.","Enter full name, e.g. John Smith.":"Introdu\xefu el nom complet, per exemple John Smith.","Enter map Embed Code":"Introdu\xefu el codi d\'inserci\xf3 del mapa","Enter your current password.":"Introdu\xefu la vostra contrasenya actual.","Enter your email address for verification.":"Introdu\xefu la vostra adre\xe7a de correu electr\xf2nic per a la verificaci\xf3.","Enter your new password. Minimum 5 characters.":"Introdu\xefu la vostra nova contrasenya. M\xednim 5 car\xe0cters.","Error":"Error","Exclude from navigation":"Exclou de la navegaci\xf3","Exclude this occurence":"Exclou aquesta ocurr\xe8ncia","Excluded from navigation":"Excl\xf2s de la navegaci\xf3","Expand sidebar":"Amplieu la barra lateral","Expiration Date":"Data de caducitat","Expiration date":"Data de caducitat","Expired":"Caducat","External URL":"URL externa","Facet":"Faceta","Facet widget":"Giny de faceta","Facets":"Facetes","Facets on left side":"Facetes al costat esquerre","Facets on right side":"Facetes al costat dret","Facets on top":"Facetes a la part superior","Field":"Camp","File":"Dossier","File size":"Mida de l\'arxiu","Filename":"Nom de l\'arxiu","Filter\u2026":"Filtra...","First":"Primer","Fixed width table cells":"Columnes d\'amplada fixa","Fold":"Plegar","Folder":"Carpeta","Forbidden":"Prohibit","Fourth":"Quart","From":"Des de","Full":"Complet","Full Name":"Nom complet","Fullname":"Nom complet","GNU GPL license":"Llic\xe8ncia GNU GPL","Global role":"Paper global","Google Maps Embedded Block":"Bloc incrustat de Google Maps","Group":"Grup","Group created":"Grup creat","Group roles updated":"S\'han actualitzat els rols del grup","Groupname":"Nom del grup","Groups":"Grups","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Els grups s\xf3n col\xb7leccions l\xf2giques d\'usuaris, com ara departaments i unitats de negoci. Els grups no estan directament relacionats amb els permisos a nivell global, normalment feu servir Rols per a aix\xf2, i deixeu que determinats Grups tinguin un paper determinat. El s\xedmbol{plone_svg}indica un rol heretat de la pertinen\xe7a a un altre grup.","Header cell":"Cel\xb7la de cap\xe7alera","Headline":"Titular","Hidden facets will still filter the results if proper parameters are passed in URLs":"Les facetes ocultes encara filtraran els resultats si es passen els par\xe0metres adequats als URL","Hide Replies":"Amaga les respostes","Hide facet?":"Amagar la faceta?","History":"Hist\xf2ria","History Version Number":"#","History of {title}":"Historial de {title}","Home":"Inici","Home page":"P\xe0gina inicial","ID":"Id","If selected, this item will not appear in the navigation tree":"Si se selecciona, aquest element no apareixer\xe0 a l\'arbre de navegaci\xf3","If this date is in the future, the content will not show up in listings and searches until this date.":"Si aquesta data \xe9s en el futur, el contingut no apareixer\xe0 a les llistes i cerques fins a aquesta data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Si esteu segur que aquest usuari ha abandonat l\'objecte, podeu desbloquejar-lo. Aleshores podreu editar-lo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si esteu segur que teniu l\'adre\xe7a web correcta per\xf2 trobeu un error, poseu-vos en contacte amb el {site_admin}.","Image":"imatge","Image gallery":"Galeria d\'imatges","Include this occurence":"Incloeu aquesta ocurr\xe8ncia","Info":"Informaci\xf3","Inherit permissions from higher levels":"Hereta els permisos dels nivells superiors","Inherited value":"Valor heretat","Insert col after":"Inseriu col despr\xe9s","Insert col before":"Inseriu el coll abans","Insert row after":"Insereix fila despr\xe9s","Insert row before":"Insereix fila abans","Install":"Instal\xb7lar","Installed":"Instal\xb7lat","Installed version":"Versi\xf3 instal\xb7lada","Interval Daily":"Interval diari","Interval Monthly":"Mes/Messos","Interval Weekly":"Setmana(es)","Interval Yearly":"Any(s)","Item batch size":"Mida del lot d\'articles","Item succesfully moved.":"L\'element s\'ha mogut correctament.","Item(s) copied.":"Elements copiats.","Item(s) cut.":"Element(s) tallat.","Item(s) has been updated.":"Els elements s\'han actualitzat.","Item(s) pasted.":"Elements enganxats.","Item(s) state has been updated.":"L\'estat dels elements s\'ha actualitzat.","Items":"Articles","Items must be unique.":"Els articles han de ser \xfanics.","Label":"Etiqueta","Language":"Llenguatge","Language independent field.":"","Last":"\xdaltim","Last comment date":"Data de l\'\xfaltim comentari","Last modified":"\xdaltima modificaci\xf3","Latest version":"\xdaltima versi\xf3","Layout":"Disseny","Lead Image":"Imatge Principal","Left":"A l\'esquerra","Link":"Enlla\xe7","Link more":"Enlla\xe7a m\xe9s","Link title":"T\xedtol de l\'enlla\xe7","Link to":"Enlla\xe7 a","Link translation for":"Traducci\xf3 d\'enlla\xe7os per","Listing":"llistat","Load more":"Carrega m\xe9s...","Loading":"Carregant.","Location":"Ubicaci\xf3","Log In":"Iniciar Sessi\xf3","Log in":"Iniciar Sessi\xf3","Login":"Iniciar Sessi\xf3","Login Failed":"Error a l\'iniciar sessi\xf3","Login Name":"Nom d\'usuari","Logout":"Tancar sessi\xf3","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Fet per {creator} el {date}. Aquesta ja no \xe9s una c\xf2pia de treball, sin\xf3 el contingut principal.","Make the table compact":"Redueix el farciment cel\xb7lular","Manage Translations":"Gestionar les traduccions","Manage translations for {title}":"Gestiona les traduccions per a {title}","Map":"Mapa","Maps URL":"URL del mapa","Maximum length is {len}.":"La longitud m\xe0xima \xe9s {len}.","Maximum value is {len}.":"El valor m\xe0xim \xe9s {len}.","Message":"Missatge","Minimum length is {len}.":"La longitud m\xednima \xe9s {len}.","Minimum value is {len}.":"El valor m\xednim \xe9s {len}.","Moderate Comments":"Comentaris moderats","Moderate comments":"Modera els comentaris","Monday and Friday":"dilluns i divendres","Month day":"Dia","Monthly":"Mensual","More":"M\xe9s","Move to bottom of folder":"Mou a la part inferior de la carpeta","Move to top of folder":"Mou a la part superior de la carpeta","Multiple choices?":"M\xfaltiples opcions?","My email address is":"La meva adre\xe7a de correu electr\xf2nic \xe9s","Name":"Nom","Navigate back":"Navega enrere","Navigation":"Navegaci\xf3","New password":"Nova contrasenya","News Item":"Noticia","No":"No","No addons found":"","No image selected":"No s\'ha seleccionat cap imatge","No image set in Lead Image content field":"No s\'ha establert cap imatge al camp de contingut de la imatge principal","No image set in image content field":"No s\'ha establert cap imatge al camp de contingut de la imatge","No items found in this container.":"No s\'han trobat articles en aquest contenidor.","No items selected":"No s\'ha seleccionat cap element","No map selected":"No s\'ha seleccionat cap mapa","No occurences set":"No s\'ha establert cap ocurr\xe8ncia","No options":"Sense opcions","No results found":"Sense resultats","No results found.":"Sense resultats.","No selection":"Sense selecci\xf3","No uninstall profile":"Aquest complement no proporciona un perfil de desinstal\xb7laci\xf3.","No value":"Sense valor","No video selected":"No s\'ha seleccionat cap v\xeddeo","No workflow":"Sense flux de treball","None":"Cap","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Tingueu en compte que els rols establerts aqu\xed s\'apliquen directament a un usuari. El s\xedmbol{plone_svg}indica un rol heretat de la pertinen\xe7a a un grup.","Number of active objects":"Nombre d\'objectes actius","Object Size":"Mida de l\'objecte","Occurences":"esdeveniment(s)","Ok":"D\'acord","Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters \\"-\\" and \\"_\\" are allowed.":"","Open in a new tab":"Obre en una pestanya nova","Open menu":"Obre el men\xfa","Open object browser":"Obre el navegador d\'objectes","Origin":"Origen","Page":"P\xe0gina","Parent fieldset":"Conjunt de camps pare","Password":"Contrasenya","Password reset":"Restableix la contrasenya","Passwords do not match.":"Les contrasenyes no coincideixen.","Paste":"Enganxar","Paste blocks":"Enganxa blocs","Permissions have been updated successfully":"Els permisos s\'han actualitzat correctament","Permissions updated":"Permisos actualitzats","Personal Information":"Informaci\xf3 personal","Personal Preferences":"Prefer\xe8ncies personals","Personal tools":"Eines personals","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Responsables de la creaci\xf3 del contingut d\'aquest article. Introdu\xefu una llista de noms d\'usuari, un per l\xednia. El creador principal hauria de ser primer.","Please enter a valid URL by deleting the block and adding a new video block.":"Introdu\xefu un URL v\xe0lid suprimint el bloc i afegint un bloc de v\xeddeo nou.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Introdu\xefu el codi d\'inserci\xf3 proporcionat per Google Maps -> Comparteix -> Insereix el mapa. Hauria de contenir el codi <iframe> .","Please fill out the form below to set your password.":"Si us plau, omple el formulari seg\xfcent per configurar la teva contrasenya.","Plone Foundation":"Fundaci\xf3 Plone","Plone Site":"Lloc de Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS/WCM de codi obert","Portrait":"Retrat","Possible values":"Valors possibles (introdu\xefu les opcions permeses una per l\xednia).","Powered by Plone & Python":"Desenvolupat amb Plone i Python","Preferences":"Prefer\xe8ncies","Prettify your code":"Prepareu el vostre codi","Preview":"Vista pr\xe8via","Preview Image URL":"Previsualitza l\'URL de la imatge","Profile":"Perfil","Properties":"Propietats","Publication date":"Data de publicaci\xf3","Publishing Date":"Data de publicaci\xf3","Query":"Consulta","Re-enter the password. Make sure the passwords are identical.":"Torneu a introduir la contrasenya. Assegureu-vos que les contrasenyes s\xf3n id\xe8ntiques.","Read More\u2026":"Llegeix m\xe9s\u2026","Rearrange items by\u2026":"Reorganitza els elements per...","Recurrence ends":"Acaba","Recurrence ends after":"Despr\xe9s","Recurrence ends on":"La recurr\xe8ncia acava el","Redo":"","Reduce complexity":"Disseny de taula minimalista","Register":"Registrar-se","Registration form":"Formulari d\'inscripci\xf3","Relevance":"Pertin\xe8ncia","Remove item":"Elimina l\'element","Remove recurrence":"Elimina","Remove term":"Elimina el terme","Remove working copy":"Elimina la c\xf2pia de treball","Rename":"Canviar el nom","Rename Items Loading Message":"S\'est\xe0 canviant el nom dels elements...","Rename items":"Canvia el nom dels elements","Repeat":"Repetiu","Repeat every":"Repetiu-ne totes","Repeat on":"Repetiu","Replace existing file":"Substitueix el fitxer existent","Reply":"Respon","Required":"Obligatori","Required input is missing.":"Falta l\'entrada necess\xe0ria.","Reset term title":"Restableix el t\xedtol","Results limit":"L\xedmit de resultats","Results preview":"Vista pr\xe8via dels resultats","Results template":"Plantilla de resultats","Reversed order":"Ordre invertit","Revert to this revision":"Torna a aquesta revisi\xf3","Review state":"Estat de revisi\xf3","Richtext":"Text enriquit","Right":"Dret","Rights":"drets","Roles":"Funcions","Root":"Arrel","Save":"Desa","Save recurrence":"Desa","Schema":"Esquema","Schema updates":"Actualitzacions d\'esquemes","Search":"Cerca","Search SVG":"Cerca SVG","Search Site":"Cerca al lloc","Search block":"Bloc de cerca","Search button label":"Etiqueta del bot\xf3 de cerca","Search content":"Cerca contingut","Search for user or group":"Cerca usuari o grup","Search group\u2026":"Cerca grup...","Search input label":"Cerca l\'etiqueta d\'entrada","Search results":"Resultats de la cerca","Search results for {term}":"Resultats de la cerca per a {term}","Search users\u2026":"Cerca usuaris...","Searched for":"Buscant","Second":"Segon","Section title":"T\xedtol de la secci\xf3","Select":"Seleccioneu","Select a date to add to recurrence":"Seleccioneu una data per afegir a la recurr\xe8ncia","Select columns to show":"Seleccioneu les columnes per mostrar","Select the transition to be used for modifying the items state.":"Seleccioneu la transici\xf3 que s\'utilitzar\xe0 per modificar l\'estat dels elements.","Selected dates":"Dates seleccionades","Selected items":"Elements seleccionats","Selected items - x of y":"de","Selection":"Selecci\xf3","Select\u2026":"Selecciona ...","Send":"Enviar","Set my password":"Estableix la meva contrasenya","Set your password":"Establiu la contrasenya","Settings":"Configuraci\xf3","Sharing":"Compartir","Sharing for {title}":"Compartint per a {title}","Short Name":"Nom curt","Short name":"Nom curt","Show":"Espectacle","Show All":"Mostrar tots","Show Replies":"Mostra les respostes","Show item":"Mostra l\'element","Show search button?":"Mostra el bot\xf3 de cerca?","Show search input?":"Mostra l\'entrada de cerca?","Show sorting?":"Mostra l\'ordenaci\xf3?","Shrink sidebar":"Redueix la barra lateral","Shrink toolbar":"Redueix la barra d\'eines","Sign in to start session":"Inicieu la sessi\xf3 per iniciar la sessi\xf3","Site":"Lloc","Site Administration":"Administraci\xf3 del lloc","Site Map":"Mapa del lloc","Site Setup":"Configuraci\xf3 del lloc","Sitemap":"Mapa del lloc","Size":"Mida","Size: {size}":"Mida: {size}","Sorry, something went wrong with your request":"Ho sentim, hi ha hagut un error amb la teva sol\xb7licitud","Sort By:":"Ordenar per:","Sort on":"Ordena","Sort on label":"Ordena per etiqueta","Sort on options":"Ordena les opcions","Source":"Origen","Specify a youtube video or playlist url":"Especifiqueu un URL de v\xeddeo o llista de reproducci\xf3 de YouTube","Split":"Dividir","Start Date":"Data d\'inici","Start of the recurrence":"Inici de la recurr\xe8ncia","Start password reset":"Inicia el restabliment de la contrasenya","State":"Estat","Stop compare":"Deixa de comparar","String":"Cadena","Stripe alternate rows with color":"Color de fons alternatiu de la fila","Subject":"Assumpte","Success":"\xc8xit","Summary":"Resum","Switch to":"Canvia a","Table":"Taula","Table of Contents":"Taula de continguts","Tags":"Etiquetes","Tags to add":"Etiquetes per afegir","Tags to remove":"Etiquetes per eliminar","Target memory size per cache in bytes":"Mida de mem\xf2ria objectiu per mem\xf2ria cau en bytes","Target number of objects in memory per cache":"Nombre objectiu d\'objectes a la mem\xf2ria per mem\xf2ria cau","Text":"Text","Thank you.":"Gr\xe0cies.","The Database Manager allow you to view database status information":"El Gestor de bases de dades us permet veure la informaci\xf3 d\'estat de la base de dades","The URL for your external home page, if you have one.":"L\'URL de la vostra p\xe0gina d\'inici externa, si en teniu.","The backend is not responding, please check if you have started Plone, check your project\'s configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto\'s environment variable.":"El backend no respon, comproveu si heu iniciat Plone, comproveu l\'objecte de configuraci\xf3 del vostre projecte apiPath (o si feu servir el servidor intermediari intern, devProxyToApiPath) o la variable d\'entorn de RAZZLE_API_PATH Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"El backend est\xe0 responent, per\xf2 les cap\xe7aleres CORS no estan configurades correctament i el navegador ha denegat l\'acc\xe9s als recursos del backend.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"El servidor backend del vostre lloc web no respon, demanem disculpes per les mol\xe8sties. Si us plau, prova de tornar a carregar la p\xe0gina i torna-ho a provar. Si el problema persisteix, poseu-vos en contacte amb els administradors del lloc.","The button presence disables the live search, the query is issued when you press ENTER":"La pres\xe8ncia del bot\xf3 desactiva la cerca en directe, la consulta s\'emet quan premeu INTRO","The item could not be deleted.":"No s\'ha pogut suprimir l\'element.","The link address is:":"L\'adre\xe7a de l\'enlla\xe7 \xe9s:","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"El proc\xe9s de registre ha estat satisfactori. Si us plau, comproveu la vostra b\xfastia d\'entrada de correu electr\xf2nic per obtenir informaci\xf3 sobre com activar el vostre compte.","The user portrait/avatar":"El retrat/avatar de l\'usuari","The working copy was discarded":"La c\xf2pia de treball es va descartar","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"El {plonecms} \xe9s {copyright} 2000-{current_year} per {plonefoundation} i amics.","There is a configuration problem on the backend":"Hi ha un problema de configuraci\xf3 al backend","There were some errors":"Hi va haver alguns errors","There were some errors.":"Hi va haver alguns errors.","Third":"Tercer","This has an ongoing working copy in {title}":"T\xe9 una c\xf2pia de treball en curs a {title}","This is a reserved name and can\'t be used":"","This is a working copy of {title}":"Aquesta \xe9s una c\xf2pia de treball de {title}","This item was locked by {creator} on {date}":"Aquest element va ser bloquejat per {creator} el dia {date}","This name will be displayed in the URL.":"Aquest nom es mostrar\xe0 a l\'URL.","This page does not seem to exist\u2026":"Sembla que aquesta p\xe0gina no existeix...","Time":"Hora","Title":"T\xedtol","Total active and non-active objects":"Total d\'objectes actius i no actius","Total comments":"Total de comentaris","Total number of objects in each cache":"Nombre total d\'objectes a cada mem\xf2ria cau","Total number of objects in memory from all caches":"Nombre total d\'objectes a la mem\xf2ria de totes les mem\xf2ria cau","Total number of objects in the database":"Nombre total d\'objectes a la base de dades","Translate to {lang}":"Tradueix a {lang}","Translation linked":"Traducci\xf3 enlla\xe7ada","Translation linking removed":"S\'ha eliminat l\'enlla\xe7 de traducci\xf3","Type":"Tipus","Type a Video (YouTube, Vimeo or mp4) URL":"Escriviu un URL de v\xeddeo (YouTube, Vimeo o mp4).","Type text...":"","Type text\u2026":"Escriu text\u2026","Type the title\u2026":"Escriu el t\xedtol\u2026","UID":"UID","Unauthorized":"No autoritzada","Undo":"","Unfold":"Desplegar","Unified":"Unificat","Uninstall":"Desinstal\xb7lar","Unknown Block":"Bloc desconegut {block}","Unlink translation for":"Desenlla\xe7a la traducci\xf3 de","Unlock":"Descobrir","Update":"Actualitzaci\xf3","Update installed addons":"Actualitza els complements instal\xb7lats","Update installed addons:":"Actualitza els complements instal\xb7lats:","Updates available":"Actualitzacions disponibles","Upload":"Pujar","Upload a lead image in the \'Lead Image\' content field.":"Pengeu una imatge principal al camp de contingut \'Imatge principal\'.","Upload a new image":"Carregueu una imatge nova","Upload files":"Carregueu fitxers","Uploading files":"Carregant fitxers","Uploading image":"S\'est\xe0 carregant la imatge","Used for programmatic access to the fieldset.":"S\'utilitza per a l\'acc\xe9s program\xe0tic al conjunt de camps.","User":"Usuari","User created":"Usuari creat","User name":"Nom d\'usuari","User roles updated":"Rols d\'usuari actualitzats","Username":"Nom d\'usuari","Users":"usuaris","Users and Groups":"Usuaris i Grups","Variation":"Variaci\xf3","Version Overview":"Visi\xf3 general de la versi\xf3","Video":"V\xeddeo","Video URL":"URL del v\xeddeo","View":"veure","View changes":"Veure els canvis","View this revision":"Veure aquesta revisi\xf3","View working copy":"Veure c\xf2pia de treball","Viewmode":"veure","Vocabulary term":"Terme de vocabulari","Vocabulary term title":"T\xedtol","Vocabulary terms":"Termes de vocabulari","Warning Regarding debug mode":"Esteu executant en \'mode de depuraci\xf3\'. Aquest mode est\xe0 pensat per a llocs que estan en desenvolupament. Aix\xf2 permet que molts canvis de configuraci\xf3 siguin visibles immediatament, per\xf2 far\xe0 que el vostre lloc funcioni m\xe9s lentament. Per desactivar el mode de depuraci\xf3, atureu el servidor, configureu \'debug-mode=off\' al vostre buildout.cfg, torneu a executar bin/buildout i despr\xe9s reinicieu el proc\xe9s del servidor.","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Demanem disculpes per les mol\xe8sties, per\xf2 el backend del lloc al qual esteu accedint no est\xe0 disponible en aquest moment. Siusplau, intenta-ho m\xe9s tard.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Demanem disculpes per les mol\xe8sties, per\xf2 la p\xe0gina a la qual est\xe0veu intentant accedir no es troba en aquesta adre\xe7a. Podeu utilitzar els enlla\xe7os seg\xfcents per ajudar-vos a trobar el que busqueu.","We apologize for the inconvenience, but you don\'t have permissions on this resource.":"Demanem disculpes per les mol\xe8sties, per\xf2 no teniu permisos sobre aquest recurs.","We will use this address if you need to recover your password":"Utilitzarem aquesta adre\xe7a si necessiteu recuperar la vostra contrasenya","Weeek day of month":"El","Weekday":"Dia de la setmana","Weekly":"Setmanalment","What":"Qu\xe8","When":"Quan","When this date is reached, the content will nolonger be visible in listings and searches.":"Quan s\'arribi a aquesta data, el contingut ja no ser\xe0 visible a les llistes i cerques.","Who":"OMS","Workflow Change Loading Message":"S\'estan actualitzant els estats del flux de treball...","Workflow updated.":"Flux de treball actualitzat.","Yearly":"Anualment","Yes":"S\xed","You are trying to access a protected resource, please {login} first.":"Esteu provant d\'accedir a un recurs protegit, primer {login} .","You are using an outdated browser":"Esteu utilitzant un navegador obsolet","You can add a comment by filling out the form below. Plain text formatting.":"Pots afegir un comentari omplint el formulari seg\xfcent. Format de text sense format.","You can control who can view and edit your item using the list below.":"Podeu controlar qui pot veure i editar el vostre element mitjan\xe7ant la llista seg\xfcent.","You can view the difference of the revisions below.":"Podeu veure la difer\xe8ncia de les revisions a continuaci\xf3.","You can view the history of your item below.":"Podeu veure l\'historial del vostre article a continuaci\xf3.","You can\'t paste this content here":"No podeu enganxar aquest contingut aqu\xed","Your email is required for reset your password.":"El vostre correu electr\xf2nic \xe9s necessari per restablir la contrasenya.","Your location - either city and country - or in a company setting, where your office is located.":"La vostra ubicaci\xf3 (ciutat i pa\xeds) o en un entorn d\'empresa, on es troba la vostra oficina.","Your password has been set successfully. You may now {link} with your new password.":"La vostra contrasenya s\'ha establert correctament. Ara podeu {link} amb la vostra nova contrasenya.","Your preferred language":"El teu idioma preferit","box_forgot_password_option":"Has oblidat la teva contrasenya?","common":"Com\xfa","compare_to":"Compara amb la llengua","delete":"Suprimeix","deprecated_browser_notice_message":"Esteu utilitzant {browsername} {browserversion} que est\xe0 obsolet pel seu prove\xefdor. Aix\xf2 vol dir que no rep actualitzacions de seguretat i que no est\xe0 preparat per a les funcions web modernes actuals, cosa que deteriora l\'experi\xe8ncia de l\'usuari. Si us plau, actualitzeu a un navegador modern.","description":"Descripci\xf3","description_lost_password":"Per motius de seguretat, emmagatzemem la vostra contrasenya xifrada i no us la podem enviar per correu. Si voleu restablir la vostra contrasenya, ompliu el formulari seg\xfcent i us enviarem un correu electr\xf2nic a l\'adre\xe7a que vau donar quan us vau registrar per iniciar el proc\xe9s de restabliment de la vostra contrasenya.","description_sent_password":"La vostra sol\xb7licitud de restabliment de la contrasenya s\'ha enviat per correu. Hauria d\'arribar a la vostra b\xfastia en breu. Quan rebeu el missatge, visiteu l\'adre\xe7a que cont\xe9 per restablir la vostra contrasenya.","draft":"Esborrany","email":"L\'entrada ha de ser un correu electr\xf2nic v\xe0lid (alguna cosa@domini.com)","event_alldates":"Totes les dates","event_attendees":"Assistents","event_contactname":"Nom de contacte","event_contactphone":"Tel\xe8fon de contacte","event_website":"Lloc web","event_what":"Qu\xe8","event_when":"quan","event_where":"On?","heading_sent_password":"S\'ha enviat la confirmaci\xf3 de restabliment de la contrasenya","hero":"Heroi","html":"HTML","image":"Imatge","integer":"L\'entrada ha de ser enter","intranet":"Intranet","label_my_email_address_is":"La meva adre\xe7a de correu electr\xf2nic \xe9s","leadimage":"Camp d\'imatge principal","listing":"Llistat","loading":"Carregant","log in":"Iniciar Sessi\xf3","maps":"Mapes","maxLength":"Longitud m\xe0xima","maximum":"Final de l\'interval (incl\xf2s el propi valor)","media":"Mitjans de comunicaci\xf3","minLength":"Longitud m\xednima","minimum":"Inici de la gamma","mostUsed":"El m\xe9s utilitzat","no":"","no workflow state":"Sense estat de flux de treball","number":"L\'entrada ha de ser un n\xfamero","of the month":"del mes","or try a different page.":"o prova una p\xe0gina diferent.","others":"altres","private":"privat","published":"Publicat","querystring-widget-select":"Selecciona ...","results found":"resultats","return to the site root":"tornar a l\'arrel del lloc","rrule_and":"i","rrule_approximate":"(~aproximat)","rrule_at":"a","rrule_dateFormat":"[mes] [dia], [any]","rrule_day":"Dia","rrule_days":"Dies","rrule_every":"cada","rrule_for":"per","rrule_hour":"hora","rrule_hours":"hores","rrule_in":"a","rrule_last":"\xfaltim","rrule_minutes":"minuts","rrule_month":"m\xe9s","rrule_months":"mesos","rrule_nd":"nd","rrule_on":"on","rrule_on the":"a la","rrule_or":"o","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"el","rrule_time":"temps","rrule_times":"vegades","rrule_until":"fins que","rrule_week":"setmana","rrule_weekday":"Dia de la setmana","rrule_weekdays":"Els dies laborables","rrule_weeks":"Setmanes","rrule_year":"Curs","rrule_years":"Anys","skiplink-footer":"Saltar al peu de p\xe0gina","skiplink-main-content":"Ves al contingut principal","skiplink-navigation":"Saltar a la navegaci\xf3","sort":"Ordena","table":"Taula","text":"Text","title":"T\xedtol","toc":"Taula de continguts","url":"L\'entrada ha de ser un URL v\xe0lid (www.something.com o http(s)://www.something.com)","user avatar":"avatar de l\'usuari","video":"V\xeddeo","visit_external_website":"Visiteu el lloc web extern","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} seleccionat","{id} Content Type":"{id} Tipus de contingut","{id} Schema":"{id} Esquema","{title} copied.":"{title} copiat.","{title} cut.":"{title} tall.","{title} has been deleted.":"S\'ha suprimit{title}."}')}}]);
2
+ //# sourceMappingURL=21.5eb5dd94.chunk.js.map