kollapsminoriteten/wp-content/plugins/blocksy-companion/static/bundle/blocks/blocks.js

13 lines
265 KiB
JavaScript
Raw Normal View History

2025-08-27 08:44:30 +02:00
!function(){var e={649:function(e){e.exports=function(e,t){var o,n,r=0;function l(){var l,a,i=o,c=arguments.length;e:for(;i;){if(i.args.length===arguments.length){for(a=0;a<c;a++)if(i.args[a]!==arguments[a]){i=i.next;continue e}return i!==o&&(i===n&&(n=i.prev),i.prev.next=i.next,i.next&&(i.next.prev=i.prev),i.next=o,i.prev=null,o.prev=i,o=i),i.val}i=i.next}for(l=new Array(c),a=0;a<c;a++)l[a]=arguments[a];return i={args:l,val:e.apply(null,l)},o?(o.prev=i,i.next=o):n=i,r===t.maxSize?(n=n.prev).next=null:r++,o=i,i.val}return t=t||{},l.clear=function(){o=null,n=null,r=0},l}},487:function(e){var t={utf8:{stringToBytes:function(e){return t.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(t.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],o=0;o<e.length;o++)t.push(255&e.charCodeAt(o));return t},bytesToString:function(e){for(var t=[],o=0;o<e.length;o++)t.push(String.fromCharCode(e[o]));return t.join("")}}};e.exports=t},184:function(e,t){var o;
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var l=typeof o;if("string"===l||"number"===l)e.push(o);else if(Array.isArray(o)&&o.length){var a=r.apply(null,o);a&&e.push(a)}else if("object"===l)for(var i in o)n.call(o,i)&&o[i]&&e.push(i)}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(o=function(){return r}.apply(t,[]))||(e.exports=o)}()},12:function(e){var t,o;t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o={rotl:function(e,t){return e<<t|e>>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return 16711935&o.rotl(e,8)|4278255360&o.rotl(e,24);for(var t=0;t<e.length;t++)e[t]=o.endian(e[t]);return e},randomBytes:function(e){for(var t=[];e>0;e--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(e){for(var t=[],o=0,n=0;o<e.length;o++,n+=8)t[n>>>5]|=e[o]<<24-n%32;return t},wordsToBytes:function(e){for(var t=[],o=0;o<32*e.length;o+=8)t.push(e[o>>>5]>>>24-o%32&255);return t},bytesToHex:function(e){for(var t=[],o=0;o<e.length;o++)t.push((e[o]>>>4).toString(16)),t.push((15&e[o]).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],o=0;o<e.length;o+=2)t.push(parseInt(e.substr(o,2),16));return t},bytesToBase64:function(e){for(var o=[],n=0;n<e.length;n+=3)for(var r=e[n]<<16|e[n+1]<<8|e[n+2],l=0;l<4;l++)8*n+6*l<=8*e.length?o.push(t.charAt(r>>>6*(3-l)&63)):o.push("=");return o.join("")},base64ToBytes:function(e){e=e.replace(/[^A-Z0-9+\/]/gi,"");for(var o=[],n=0,r=0;n<e.length;r=++n%4)0!=r&&o.push((t.indexOf(e.charAt(n-1))&Math.pow(2,-2*r+8)-1)<<2*r|t.indexOf(e.charAt(n))>>>6-2*r);return o}},e.exports=o},960:function(e,t){"use strict";var o;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(o=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===o.Tag||e.type===o.Script||e.type===o.Style},t.Root=o.Root,t.Text=o.Text,t.Directive=o.Directive,t.Comment=o.Comment,t.Script=o.Script,t.Style=o.Style,t.Tag=o.Tag,t.CDATA=o.CDATA,t.Doctype=o.Doctype},915:function(e,t,o){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,o,n){void 0===n&&(n=o);var r=Object.getOwnPropertyDescriptor(t,o);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[o]}}),Object.defineProperty(e,n,r)}:function(e,t,o,n){void 0===n&&(n=o),e[n]=t[o]}),r=this&&this.__exportStar||function(e,t){for(var o in e)"default"===o||Object.prototype.hasOwnProperty.call(t,o)||n(t,e,o)};Object.defineProperty(t,"__esModule",{value:!0}),t.DomHandler=void 0;var l=o(960),a=o(790);r(o(790),t);var i={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},c=function(){function e(e,t,o){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof t&&(o=t,t=i),"object"==typeof e&&(t=e,e=void 0),this.callback=null!=e?e:null,this.options=null!=t?t:i,this.elementCB=null!=o?o:null}return e.prototype.onparserinit=function(e){this.parser=e},e.prototype.onreset=function(){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},e.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)},e.prototype.onopentag=function(e,t){var o=this.options.xmlMode?l.ElementType.Tag:void 0,n=new a.Element(e,t,void 0,o);this.addNode(n),this.tagStack.push(n)},e.prototype.ontext=function(e){var t=this.lastNode;if(t&&t.type===l.ElementType.Text)t.data+=e,this.options.with
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
e.exports=function(e){return null!=e&&(t(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&t(e.slice(0,0))}(e)||!!e._isBuffer)}},568:function(e,t,o){var n,r,l,a,i;n=o(12),r=o(487).utf8,l=o(738),a=o(487).bin,(i=function(e,t){e.constructor==String?e=t&&"binary"===t.encoding?a.stringToBytes(e):r.stringToBytes(e):l(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||e.constructor===Uint8Array||(e=e.toString());for(var o=n.bytesToWords(e),c=8*e.length,s=1732584193,u=-271733879,p=-1732584194,d=271733878,m=0;m<o.length;m++)o[m]=16711935&(o[m]<<8|o[m]>>>24)|4278255360&(o[m]<<24|o[m]>>>8);o[c>>>5]|=128<<c%32,o[14+(c+64>>>9<<4)]=c;var f=i._ff,b=i._gg,y=i._hh,h=i._ii;for(m=0;m<o.length;m+=16){var v=s,g=u,_=p,k=d;s=f(s,u,p,d,o[m+0],7,-680876936),d=f(d,s,u,p,o[m+1],12,-389564586),p=f(p,d,s,u,o[m+2],17,606105819),u=f(u,p,d,s,o[m+3],22,-1044525330),s=f(s,u,p,d,o[m+4],7,-176418897),d=f(d,s,u,p,o[m+5],12,1200080426),p=f(p,d,s,u,o[m+6],17,-1473231341),u=f(u,p,d,s,o[m+7],22,-45705983),s=f(s,u,p,d,o[m+8],7,1770035416),d=f(d,s,u,p,o[m+9],12,-1958414417),p=f(p,d,s,u,o[m+10],17,-42063),u=f(u,p,d,s,o[m+11],22,-1990404162),s=f(s,u,p,d,o[m+12],7,1804603682),d=f(d,s,u,p,o[m+13],12,-40341101),p=f(p,d,s,u,o[m+14],17,-1502002290),s=b(s,u=f(u,p,d,s,o[m+15],22,1236535329),p,d,o[m+1],5,-165796510),d=b(d,s,u,p,o[m+6],9,-1069501632),p=b(p,d,s,u,o[m+11],14,643717713),u=b(u,p,d,s,o[m+0],20,-373897302),s=b(s,u,p,d,o[m+5],5,-701558691),d=b(d,s,u,p,o[m+10],9,38016083),p=b(p,d,s,u,o[m+15],14,-660478335),u=b(u,p,d,s,o[m+4],20,-405537848),s=b(s,u,p,d,o[m+9],5,568446438),d=b(d,s,u,p,o[m+14],9,-1019803690),p=b(p,d,s,u,o[m+3],14,-187363961),u=b(u,p,d,s,o[m+8],20,1163531501),s=b(s,u,p,d,o[m+13],5,-1444681467),d=b(d,s,u,p,o[m+2],9,-51403784),p=b(p,d,s,u,o[m+7],14,1735328473),s=y(s,u=b(u,p,d,s,o[m+12],20,-1926607734),p,d,o[m+5],4,-378558),d=y(d,s,u,p,o[m+8],11,-2022574463),p=y(p,d,s,u,o[m+11],16,1839030562),u=y(u,p,d,s,o[m+14],23,-35309556),s=y(s,u,p,d,o[m+1],4,-1530992060),d=y(d,s,u,p,o[m+4],11,1272893353),p=y(p,d,s,u,o[m+7],16,-155497632),u=y(u,p,d,s,o[m+10],23,-1094730640),s=y(s,u,p,d,o[m+13],4,681279174),d=y(d,s,u,p,o[m+0],11,-358537222),p=y(p,d,s,u,o[m+3],16,-722521979),u=y(u,p,d,s,o[m+6],23,76029189),s=y(s,u,p,d,o[m+9],4,-640364487),d=y(d,s,u,p,o[m+12],11,-421815835),p=y(p,d,s,u,o[m+15],16,530742520),s=h(s,u=y(u,p,d,s,o[m+2],23,-995338651),p,d,o[m+0],6,-198630844),d=h(d,s,u,p,o[m+7],10,1126891415),p=h(p,d,s,u,o[m+14],15,-1416354905),u=h(u,p,d,s,o[m+5],21,-57434055),s=h(s,u,p,d,o[m+12],6,1700485571),d=h(d,s,u,p,o[m+3],10,-1894986606),p=h(p,d,s,u,o[m+10],15,-1051523),u=h(u,p,d,s,o[m+1],21,-2054922799),s=h(s,u,p,d,o[m+8],6,1873313359),d=h(d,s,u,p,o[m+15],10,-30611744),p=h(p,d,s,u,o[m+6],15,-1560198380),u=h(u,p,d,s,o[m+13],21,1309151649),s=h(s,u,p,d,o[m+4],6,-145523070),d=h(d,s,u,p,o[m+11],10,-1120210379),p=h(p,d,s,u,o[m+2],15,718787259),u=h(u,p,d,s,o[m+9],21,-343485551),s=s+v>>>0,u=u+g>>>0,p=p+_>>>0,d=d+k>>>0}return n.endian([s,u,p,d])})._ff=function(e,t,o,n,r,l,a){var i=e+(t&o|~t&n)+(r>>>0)+a;return(i<<l|i>>>32-l)+t},i._gg=function(e,t,o,n,r,l,a){var i=e+(t&n|o&~n)+(r>>>0)+a;return(i<<l|i>>>32-l)+t},i._hh=function(e,t,o,n,r,l,a){var i=e+(t^o^n)+(r>>>0)+a;return(i<<l|i>>>32-l)+t},i._ii=function(e,t,o,n,r,l,a){var i=e+(o^(t|~n))+(r>>>0)+a;return(i<<l|i>>>32-l)+t},i._blocksize=16,i._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error("Illegal argument "+e);var o=n.wordsToBytes(i(e,t));return t&&t.asBytes?o:t&&t.asString?a.bytesToString(o):n.bytesToHex(o)}},496:function(e){for(var t=self.crypto||self.msCrypto,o="-_",n=36;n--;)o+=n.toString(36);for(n=36;n---10;)o+=n.toString(36).toUpperCase();e.exports=function(e){var r="",l=t.getRandomValues(new Uint8Array(e||21));for(n=e||21;n--;)r+=o[63&l[n]];return r}},726:function(e,t,o){"use strict";function n(e,t,o,n,r,l,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=r,this.mustUseProperty=o,this.propertyName=e,this.type=t,this.sanitizeURL=l,this.removeEmptyString=a}const r={};["children","dangerouslySetInnerHTML","defaultValue","defaultC