kollapsminoriteten/wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js

1 line
1.3 MiB
JavaScript
Raw Normal View History

2026-03-31 11:30:59 +02:00
(()=>{var c={413(c,t){"use strict";var l;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(c){c.Root="root",c.Text="text",c.Directive="directive",c.Comment="comment",c.Script="script",c.Style="style",c.Tag="tag",c.CDATA="cdata",c.Doctype="doctype"}(l=t.ElementType||(t.ElementType={})),t.isTag=function(c){return c.type===l.Tag||c.type===l.Script||c.type===l.Style},t.Root=l.Root,t.Text=l.Text,t.Directive=l.Directive,t.Comment=l.Comment,t.Script=l.Script,t.Style=l.Style,t.Tag=l.Tag,t.CDATA=l.CDATA,t.Doctype=l.Doctype},270(c){c.exports={CASE_SENSITIVE_TAG_NAMES:["animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussainBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","linearGradient","radialGradient","textPath"]}},496(c,t,l){var h="html",s="head",v="body",e=/<([a-zA-Z]+[0-9]?)/,a=/<head.*>/i,w=/<body.*>/i,g=function(){throw new Error("This browser does not support `document.implementation.createHTMLDocument`")},o=function(){throw new Error("This browser does not support `DOMParser.prototype.parseFromString`")};if("function"==typeof window.DOMParser){var i=new window.DOMParser;g=o=function(c,t){return t&&(c="<"+t+">"+c+"</"+t+">"),i.parseFromString(c,"text/html")}}if(document.implementation){var r=l(731).isIE,p=document.implementation.createHTMLDocument(r()?"html-dom-parser":void 0);g=function(c,t){return t?(p.documentElement.getElementsByTagName(t)[0].innerHTML=c,p):(p.documentElement.innerHTML=c,p)}}var n,m=document.createElement("template");m.content&&(n=function(c){return m.innerHTML=c,m.content.childNodes}),c.exports=function(c){var t,l,i,r,p=c.match(e);switch(p&&p[1]&&(t=p[1].toLowerCase()),t){case h:return l=o(c),a.test(c)||(i=l.getElementsByTagName(s)[0])&&i.parentNode.removeChild(i),w.test(c)||(i=l.getElementsByTagName(v)[0])&&i.parentNode.removeChild(i),l.getElementsByTagName(h);case s:case v:return r=g(c).getElementsByTagName(t),w.test(c)&&a.test(c)?r[0].parentNode.childNodes:r;default:return n?n(c):g(c,v).getElementsByTagName(v)[0].childNodes}}},471(c,t,l){var h=l(496),s=l(731).formatDOM,v=/<(![a-zA-Z\s]+)>/;c.exports=function(c){if("string"!=typeof c)throw new TypeError("First argument must be a string");if(""===c)return[];var t,l=c.match(v);return l&&l[1]&&(t=l[1]),s(h(c),null,t)}},731(c,t,l){for(var h,s=l(270),v=l(699),e=s.CASE_SENSITIVE_TAG_NAMES,a=v.Comment,w=v.Element,g=v.ProcessingInstruction,o=v.Text,i={},r=0,p=e.length;r<p;r++)h=e[r],i[h.toLowerCase()]=h;function n(c){for(var t,l={},h=0,s=c.length;h<s;h++)l[(t=c[h]).name]=t.value;return l}function m(c){return function(c){return i[c]}(c=c.toLowerCase())||c}c.exports={formatAttributes:n,formatDOM:function c(t,l,h){l=l||null;for(var s=[],v=0,e=t.length;v<e;v++){var i,r=t[v];switch(r.nodeType){case 1:(i=new w(m(r.nodeName),n(r.attributes))).children=c(r.childNodes,i);break;case 3:i=new o(r.nodeValue);break;case 8:i=new a(r.nodeValue);break;default:continue}var p=s[v-1]||null;p&&(p.next=i),i.parent=l,i.prev=p,i.next=null,s.push(i)}return h&&((i=new g(h.substring(0,h.indexOf(" ")).toLowerCase(),h)).next=s[0]||null,i.parent=l,s.unshift(i),s[1]&&(s[1].prev=s[0])),s},isIE:function(){return/(MSIE |Trident\/|Edge\/)/.test(navigator.userAgent)}}},699(c,t,l){"use strict";var h,s=this&&this.__extends||(h=function(c,t){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,t){c.__proto__=t}||function(c,t){for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(c[l]=t[l])},h(c,t)},function(c,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function __(){this.constructor=c}h(c,t),c.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}),v=this&&this.__assign||fu