SmartCrawl SEO - Version 2.15.3

Version Description

( 2021-11-11 ) =

  • Improvement: Support for Brand type in WooCommerce Product schema
  • Fix: Certain schema properties come back after deletion
Download this release

Release Info

Developer khaxan
Plugin Icon 128x128 SmartCrawl SEO
Version 2.15.3
Comparing to
See all releases

Code changes from version 2.15.1 to 2.15.3

changelog.txt CHANGED
@@ -2,6 +2,15 @@ Plugin Name: SmartCrawl SEO
2
 
3
  Change Log:
4
  ----------------------------------------------------------------------
 
 
 
 
 
 
 
 
 
5
  2.15.1 - 2021-10-28
6
  ----------------------------------------------------------------------
7
  Improvement: Code and stability improvements
2
 
3
  Change Log:
4
  ----------------------------------------------------------------------
5
+ 2.15.3 - 2021-11-11
6
+ ----------------------------------------------------------------------
7
+ Improvement: Support for Brand type in WooCommerce Product schema
8
+ Fix: Certain schema properties come back after deletion
9
+
10
+ 2.15.2 - 2021-11-03
11
+ ----------------------------------------------------------------------
12
+ Improvement: Whitelabel improvements
13
+
14
  2.15.1 - 2021-10-28
15
  ----------------------------------------------------------------------
16
  Improvement: Code and stability improvements
constants.php CHANGED
@@ -2,8 +2,8 @@
2
  /**
3
  * Internal constants, not to be overridden
4
  */
5
- define( 'SMARTCRAWL_VERSION', '2.15.1' );
6
- define( 'SMARTCRAWL_BUILD', '1635519692174' );
7
  define( 'SMARTCRAWL_BUILD_TYPE', 'free' );
8
  define( 'SMARTCRAWL_SUI_VERSION', '2.10.9' );
9
  define( 'SMARTCRAWL_PACKAGE_ID', 167 );
2
  /**
3
  * Internal constants, not to be overridden
4
  */
5
+ define( 'SMARTCRAWL_VERSION', '2.15.3' );
6
+ define( 'SMARTCRAWL_BUILD', '1636648634244' );
7
  define( 'SMARTCRAWL_BUILD_TYPE', 'free' );
8
  define( 'SMARTCRAWL_SUI_VERSION', '2.10.9' );
9
  define( 'SMARTCRAWL_PACKAGE_ID', 167 );
includes/assets/js/build/assets.php CHANGED
@@ -1 +1 @@
1
- <?php return array('wds-schema-types.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'c7bb58fb122fc45572c682f88b434d12'), 'wds-configs.js' => array('dependencies' => array('react', 'react-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '93a4ac2dcdaa7f1fe2a1afa7b551f13e'), 'wds-admin-autolinks.js' => array('dependencies' => array('react', 'react-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'c1971a68b6de9f74faa65a1a72557b3b'), 'wds-admin-sitemaps.js' => array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'f464bc6a2a4e5a8f76e53057c399647a'), 'wds-admin-settings.js' => array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'c374ecf4dc97e5fd8a71f36478efc82d'), 'wds-black-friday.js' => array('dependencies' => array('react', 'react-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'f0c2c04ec954b0a2d298e8416f6abd71'), 'wds-link-format-button.js' => array('dependencies' => array('lodash', 'wp-element', 'wp-polyfill'), 'version' => '66b79d1ba3bc2cad9841e916643b4f74'), 'wds-macro-replacement.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'da6490266328f6a7c39be8619e539ba0'), 'wds-metabox-components.js' => array('dependencies' => array('wp-polyfill'), 'version' => '794bf38c27e1755ef60e51db4764ce6e'), 'wds-onpage-components.js' => array('dependencies' => array('wp-polyfill'), 'version' => '980d7976c1a851ad264ec152967cb9b8'));
1
+ <?php return array('wds-schema-types.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '287a2ae0d178e4e20aef427425d5e6a1'), 'wds-configs.js' => array('dependencies' => array('react', 'react-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '93a4ac2dcdaa7f1fe2a1afa7b551f13e'), 'wds-admin-autolinks.js' => array('dependencies' => array('react', 'react-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'c1971a68b6de9f74faa65a1a72557b3b'), 'wds-admin-sitemaps.js' => array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'f464bc6a2a4e5a8f76e53057c399647a'), 'wds-admin-settings.js' => array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'c374ecf4dc97e5fd8a71f36478efc82d'), 'wds-black-friday.js' => array('dependencies' => array('react', 'react-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '11a85a279177624e9531eff02f426a7c'), 'wds-link-format-button.js' => array('dependencies' => array('lodash', 'wp-element', 'wp-polyfill'), 'version' => '66b79d1ba3bc2cad9841e916643b4f74'), 'wds-macro-replacement.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'da6490266328f6a7c39be8619e539ba0'), 'wds-metabox-components.js' => array('dependencies' => array('wp-polyfill'), 'version' => '794bf38c27e1755ef60e51db4764ce6e'), 'wds-onpage-components.js' => array('dependencies' => array('wp-polyfill'), 'version' => '980d7976c1a851ad264ec152967cb9b8'));
includes/assets/js/build/wds-black-friday.js CHANGED
@@ -1 +1 @@
1
- !function(){var t={8679:function(t,e,n){"use strict";var r=n(9864),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(t){return r.isMemo(t)?o:s[t.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=o;var l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;t.exports=function t(e,n,r){if("string"!=typeof n){if(h){var i=p(n);i&&i!==h&&t(e,i,r)}var o=u(n);d&&(o=o.concat(d(n)));for(var s=c(e),m=c(n),g=0;g<o.length;++g){var b=o[g];if(!(a[b]||r&&r[b]||m&&m[b]||s&&s[b])){var y=f(n,b);try{l(e,b,y)}catch(t){}}}}return e}},9921:function(t,e){"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,i=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,o=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,c=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,b=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,v=n?Symbol.for("react.responder"):60118,x=n?Symbol.for("react.scope"):60119;function w(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case r:switch(t=t.type){case u:case d:case a:case s:case o:case p:return t;default:switch(t=t&&t.$$typeof){case l:case f:case g:case m:case c:return t;default:return e}}case i:return e}}}function k(t){return w(t)===d}e.AsyncMode=u,e.ConcurrentMode=d,e.ContextConsumer=l,e.ContextProvider=c,e.Element=r,e.ForwardRef=f,e.Fragment=a,e.Lazy=g,e.Memo=m,e.Portal=i,e.Profiler=s,e.StrictMode=o,e.Suspense=p,e.isAsyncMode=function(t){return k(t)||w(t)===u},e.isConcurrentMode=k,e.isContextConsumer=function(t){return w(t)===l},e.isContextProvider=function(t){return w(t)===c},e.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===r},e.isForwardRef=function(t){return w(t)===f},e.isFragment=function(t){return w(t)===a},e.isLazy=function(t){return w(t)===g},e.isMemo=function(t){return w(t)===m},e.isPortal=function(t){return w(t)===i},e.isProfiler=function(t){return w(t)===s},e.isStrictMode=function(t){return w(t)===o},e.isSuspense=function(t){return w(t)===p},e.isValidElementType=function(t){return"string"==typeof t||"function"==typeof t||t===a||t===d||t===s||t===o||t===p||t===h||"object"==typeof t&&null!==t&&(t.$$typeof===g||t.$$typeof===m||t.$$typeof===c||t.$$typeof===l||t.$$typeof===f||t.$$typeof===y||t.$$typeof===v||t.$$typeof===x||t.$$typeof===b)},e.typeOf=w},9864:function(t,e,n){"use strict";t.exports=n(9921)},6774:function(t){t.exports=function(t,e,n,r){var i=n?n.call(r,t,e):void 0;if(void 0!==i)return!!i;if(t===e)return!0;if("object"!=typeof t||!t||"object"!=typeof e||!e)return!1;var a=Object.keys(t),o=Object.keys(e);if(a.length!==o.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(e),c=0;c<a.length;c++){var l=a[c];if(!s(l))return!1;var u=t[l],d=e[l];if(!1===(i=n?n.call(r,u,d,l):void 0)||void 0===i&&u!==d)return!1}return!0}}},e={};function n(r){var i=e[r];if(void 0!==i)return i.exports;var a=e[r]={exports:{}};return t[r](a,a.exports,n),a.exports}n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},function(){"use strict";var t,e=window.wp.element,r=window.ReactDOM,i=window.wp.domReady,a=n.n(i),o=window.React,s=n.n(o),c=n(9864),l=n(6774),u=n.n(l),d=function(t){function e(t,r,c,l,f){for(var p,h,m,g,x,k=0,S=0,A=0,O=0,C=0,F=0,N=m=p=0,H=0,M=0,V=0,D=0,J=c.length,T=J-1,U="",X="",q="",K="";H<J;){if(h=c.charCodeAt(H),H===T&&0!==S+O+A+k&&(0!==S&&(h=47===S?10:47),O=A=k=0,J++,T++),0===S+O+A+k){if(H===T&&(0<M&&(U=U.replace(d,"")),0<U.trim().length)){switch(h){case 32:case 9:case 59:case 13:case 10:break;default:U+=c.charAt(H)}h=59}switch(h){case 123:for(p=(U=U.trim()).charCodeAt(0),m=1,D=++H;H<J;){switch(h=c.charCodeAt(H)){case 123:m++;break;case 125:m--;break;case 47:switch(h=c.charCodeAt(H+1)){case 42:case 47:t:{for(N=H+1;N<T;++N)switch(c.charCodeAt(N)){case 47:if(42===h&&42===c.charCodeAt(N-1)&&H+2!==N){H=N+1;break t}break;case 10:if(47===h){H=N+1;break t}}H=N}}break;case 91:h++;case 40:h++;case 34:case 39:for(;H++<T&&c.charCodeAt(H)!==h;);}if(0===m)break;H++}switch(m=c.substring(D,H),0===p&&(p=(U=U.replace(u,"").trim()).charCodeAt(0)),p){case 64:switch(0<M&&(U=U.replace(d,"")),h=U.charCodeAt(1)){case 100:case 109:case 115:case 45:M=r;break;default:M=E}if(D=(m=e(r,M,m,h,f+1)).length,0<I&&(x=s(3,m,M=n(E,U,V),r,j,P,D,h,f,l),U=M.join(""),void 0!==x&&0===(D=(m=x.trim()).length)&&(h=0,m="")),0<D)switch(h){case 115:U=U.replace(w,o);case 100:case 109:case 45:m=U+"{"+m+"}";break;case 107:m=(U=U.replace(b,"$1 $2"))+"{"+m+"}",m=1===z||2===z&&a("@"+m,3)?"@-webkit-"+m+"@"+m:"@"+m;break;default:m=U+m,112===l&&(X+=m,m="")}else m="";break;default:m=e(r,n(r,U,V),m,l,f+1)}q+=m,m=V=M=N=p=0,U="",h=c.charCodeAt(++H);break;case 125:case 59:if(1<(D=(U=(0<M?U.replace(d,""):U).trim()).length))switch(0===N&&(p=U.charCodeAt(0),45===p||96<p&&123>p)&&(D=(U=U.replace(" ",":")).length),0<I&&void 0!==(x=s(1,U,r,t,j,P,X.length,l,f,l))&&0===(D=(U=x.trim()).length)&&(U="\0\0"),p=U.charCodeAt(0),h=U.charCodeAt(1),p){case 0:break;case 64:if(105===h||99===h){K+=U+c.charAt(H);break}default:58!==U.charCodeAt(D-1)&&(X+=i(U,p,h,U.charCodeAt(2)))}V=M=N=p=0,U="",h=c.charCodeAt(++H)}}switch(h){case 13:case 10:47===S?S=0:0===1+p&&107!==l&&0<U.length&&(M=1,U+="\0"),0<I*L&&s(0,U,r,t,j,P,X.length,l,f,l),P=1,j++;break;case 59:case 125:if(0===S+O+A+k){P++;break}default:switch(P++,g=c.charAt(H),h){case 9:case 32:if(0===O+k+S)switch(C){case 44:case 58:case 9:case 32:g="";break;default:32!==h&&(g=" ")}break;case 0:g="\\0";break;case 12:g="\\f";break;case 11:g="\\v";break;case 38:0===O+S+k&&(M=V=1,g="\f"+g);break;case 108:if(0===O+S+k+R&&0<N)switch(H-N){case 2:112===C&&58===c.charCodeAt(H-3)&&(R=C);case 8:111===F&&(R=F)}break;case 58:0===O+S+k&&(N=H);break;case 44:0===S+A+O+k&&(M=1,g+="\r");break;case 34:case 39:0===S&&(O=O===h?0:0===O?h:O);break;case 91:0===O+S+A&&k++;break;case 93:0===O+S+A&&k--;break;case 41:0===O+S+k&&A--;break;case 40:if(0===O+S+k){if(0===p)switch(2*C+3*F){case 533:break;default:p=1}A++}break;case 64:0===S+A+O+k+N+m&&(m=1);break;case 42:case 47:if(!(0<O+k+A))switch(S){case 0:switch(2*h+3*c.charCodeAt(H+1)){case 235:S=47;break;case 220:D=H,S=42}break;case 42:47===h&&42===C&&D+2!==H&&(33===c.charCodeAt(D+2)&&(X+=c.substring(D,H+1)),g="",S=0)}}0===S&&(U+=g)}F=C,C=h,H++}if(0<(D=X.length)){if(M=r,0<I&&void 0!==(x=s(2,X,M,t,j,P,D,l,f,l))&&0===(X=x).length)return K+X+q;if(X=M.join(",")+"{"+X+"}",0!=z*R){switch(2!==z||a(X,2)||(R=0),R){case 111:X=X.replace(v,":-moz-$1")+X;break;case 112:X=X.replace(y,"::-webkit-input-$1")+X.replace(y,"::-moz-$1")+X.replace(y,":-ms-input-$1")+X}R=0}}return K+X+q}function n(t,e,n){var i=e.trim().split(m);e=i;var a=i.length,o=t.length;switch(o){case 0:case 1:var s=0;for(t=0===o?"":t[0]+" ";s<a;++s)e[s]=r(t,e[s],n).trim();break;default:var c=s=0;for(e=[];s<a;++s)for(var l=0;l<o;++l)e[c++]=r(t[l]+" ",i[s],n).trim()}return e}function r(t,e,n){var r=e.charCodeAt(0);switch(33>r&&(r=(e=e.trim()).charCodeAt(0)),r){case 38:return e.replace(g,"$1"+t.trim());case 58:return t.trim()+e.replace(g,"$1"+t.trim());default:if(0<1*n&&0<e.indexOf("\f"))return e.replace(g,(58===t.charCodeAt(0)?"":"$1")+t.trim())}return t+e}function i(t,e,n,r){var o=t+";",s=2*e+3*n+4*r;if(944===s){t=o.indexOf(":",9)+1;var c=o.substring(t,o.length-1).trim();return c=o.substring(0,t).trim()+c+";",1===z||2===z&&a(c,1)?"-webkit-"+c+c:c}if(0===z||2===z&&!a(o,1))return o;switch(s){case 1015:return 97===o.charCodeAt(10)?"-webkit-"+o+o:o;case 951:return 116===o.charCodeAt(3)?"-webkit-"+o+o:o;case 963:return 110===o.charCodeAt(5)?"-webkit-"+o+o:o;case 1009:if(100!==o.charCodeAt(4))break;case 969:case 942:return"-webkit-"+o+o;case 978:return"-webkit-"+o+"-moz-"+o+o;case 1019:case 983:return"-webkit-"+o+"-moz-"+o+"-ms-"+o+o;case 883:if(45===o.charCodeAt(8))return"-webkit-"+o+o;if(0<o.indexOf("image-set(",11))return o.replace(C,"$1-webkit-$2")+o;break;case 932:if(45===o.charCodeAt(4))switch(o.charCodeAt(5)){case 103:return"-webkit-box-"+o.replace("-grow","")+"-webkit-"+o+"-ms-"+o.replace("grow","positive")+o;case 115:return"-webkit-"+o+"-ms-"+o.replace("shrink","negative")+o;case 98:return"-webkit-"+o+"-ms-"+o.replace("basis","preferred-size")+o}return"-webkit-"+o+"-ms-"+o+o;case 964:return"-webkit-"+o+"-ms-flex-"+o+o;case 1023:if(99!==o.charCodeAt(8))break;return"-webkit-box-pack"+(c=o.substring(o.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+o+"-ms-flex-pack"+c+o;case 1005:return p.test(o)?o.replace(f,":-webkit-")+o.replace(f,":-moz-")+o:o;case 1e3:switch(e=(c=o.substring(13).trim()).indexOf("-")+1,c.charCodeAt(0)+c.charCodeAt(e)){case 226:c=o.replace(x,"tb");break;case 232:c=o.replace(x,"tb-rl");break;case 220:c=o.replace(x,"lr");break;default:return o}return"-webkit-"+o+"-ms-"+c+o;case 1017:if(-1===o.indexOf("sticky",9))break;case 975:switch(e=(o=t).length-10,s=(c=(33===o.charCodeAt(e)?o.substring(0,e):o).substring(t.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|c.charCodeAt(7))){case 203:if(111>c.charCodeAt(8))break;case 115:o=o.replace(c,"-webkit-"+c)+";"+o;break;case 207:case 102:o=o.replace(c,"-webkit-"+(102<s?"inline-":"")+"box")+";"+o.replace(c,"-webkit-"+c)+";"+o.replace(c,"-ms-"+c+"box")+";"+o}return o+";";case 938:if(45===o.charCodeAt(5))switch(o.charCodeAt(6)){case 105:return c=o.replace("-items",""),"-webkit-"+o+"-webkit-box-"+c+"-ms-flex-"+c+o;case 115:return"-webkit-"+o+"-ms-flex-item-"+o.replace(S,"")+o;default:return"-webkit-"+o+"-ms-flex-line-pack"+o.replace("align-content","").replace(S,"")+o}break;case 973:case 989:if(45!==o.charCodeAt(3)||122===o.charCodeAt(4))break;case 931:case 953:if(!0===O.test(t))return 115===(c=t.substring(t.indexOf(":")+1)).charCodeAt(0)?i(t.replace("stretch","fill-available"),e,n,r).replace(":fill-available",":stretch"):o.replace(c,"-webkit-"+c)+o.replace(c,"-moz-"+c.replace("fill-",""))+o;break;case 962:if(o="-webkit-"+o+(102===o.charCodeAt(5)?"-ms-"+o:"")+o,211===n+r&&105===o.charCodeAt(13)&&0<o.indexOf("transform",10))return o.substring(0,o.indexOf(";",27)+1).replace(h,"$1-webkit-$2")+o}return o}function a(t,e){var n=t.indexOf(1===e?":":"{"),r=t.substring(0,3!==e?n:10);return n=t.substring(n+1,t.length-1),N(2!==e?r:r.replace(A,"$1"),n,e)}function o(t,e){var n=i(e,e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2));return n!==e+";"?n.replace(k," or ($1)").substring(4):"("+e+")"}function s(t,e,n,r,i,a,o,s,c,u){for(var d,f=0,p=e;f<I;++f)switch(d=F[f].call(l,t,p,n,r,i,a,o,s,c,u)){case void 0:case!1:case!0:case null:break;default:p=d}if(p!==e)return p}function c(t){return void 0!==(t=t.prefix)&&(N=null,t?"function"!=typeof t?z=1:(z=2,N=t):z=0),c}function l(t,n){var r=t;if(33>r.charCodeAt(0)&&(r=r.trim()),r=[r],0<I){var i=s(-1,n,r,r,j,P,0,0,0,0);void 0!==i&&"string"==typeof i&&(n=i)}var a=e(E,r,n,0,0);return 0<I&&void 0!==(i=s(-2,a,r,r,j,P,a.length,0,0,0))&&(a=i),R=0,P=j=1,a}var u=/^\0+/g,d=/[\0\r\f]/g,f=/: */g,p=/zoo|gra/,h=/([,: ])(transform)/g,m=/,\r+?/g,g=/([\t\r\n ])*\f?&/g,b=/@(k\w+)\s*(\S*)\s*/,y=/::(place)/g,v=/:(read-only)/g,x=/[svh]\w+-[tblr]{2}/,w=/\(\s*(.*)\s*\)/g,k=/([\s\S]*?);/g,S=/-self|flex-/g,A=/[^]*?(:[rp][el]a[\w-]+)[^]*/,O=/stretch|:\s*\w+\-(?:conte|avail)/,C=/([^-])(image-set\()/,P=1,j=1,R=0,z=1,E=[],F=[],I=0,N=null,L=0;return l.use=function t(e){switch(e){case void 0:case null:I=F.length=0;break;default:if("function"==typeof e)F[I++]=e;else if("object"==typeof e)for(var n=0,r=e.length;n<r;++n)t(e[n]);else L=0|!!e}return t},l.set=c,void 0!==t&&c(t),l},f={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},p=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,h=(t={},function(e){return void 0===t[e]&&(t[e]=(n=e,p.test(n)||111===n.charCodeAt(0)&&110===n.charCodeAt(1)&&n.charCodeAt(2)<91)),t[e];var n}),m=n(8679),g=n.n(m);function b(){return(b=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}var y=function(t,e){for(var n=[t[0]],r=0,i=e.length;r<i;r+=1)n.push(e[r],t[r+1]);return n},v=function(t){return null!==t&&"object"==typeof t&&"[object Object]"===(t.toString?t.toString():Object.prototype.toString.call(t))&&!(0,c.typeOf)(t)},x=Object.freeze([]),w=Object.freeze({});function k(t){return"function"==typeof t}function S(t){return t.displayName||t.name||"Component"}function A(t){return t&&"string"==typeof t.styledComponentId}var O="undefined"!=typeof process&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",C="undefined"!=typeof window&&"HTMLElement"in window,P=Boolean("boolean"==typeof SC_DISABLE_SPEEDY?SC_DISABLE_SPEEDY:"undefined"!=typeof process&&void 0!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&""!==process.env.REACT_APP_SC_DISABLE_SPEEDY?"false"!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&process.env.REACT_APP_SC_DISABLE_SPEEDY:"undefined"!=typeof process&&void 0!==process.env.SC_DISABLE_SPEEDY&&""!==process.env.SC_DISABLE_SPEEDY&&"false"!==process.env.SC_DISABLE_SPEEDY&&process.env.SC_DISABLE_SPEEDY),j={};function R(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];throw new Error("An error occurred. See https://git.io/JUIaE#"+t+" for more information."+(n.length>0?" Args: "+n.join(", "):""))}var z=function(){function t(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}var e=t.prototype;return e.indexOfGroup=function(t){for(var e=0,n=0;n<t;n++)e+=this.groupSizes[n];return e},e.insertRules=function(t,e){if(t>=this.groupSizes.length){for(var n=this.groupSizes,r=n.length,i=r;t>=i;)(i<<=1)<0&&R(16,""+t);this.groupSizes=new Uint32Array(i),this.groupSizes.set(n),this.length=i;for(var a=r;a<i;a++)this.groupSizes[a]=0}for(var o=this.indexOfGroup(t+1),s=0,c=e.length;s<c;s++)this.tag.insertRule(o,e[s])&&(this.groupSizes[t]++,o++)},e.clearGroup=function(t){if(t<this.length){var e=this.groupSizes[t],n=this.indexOfGroup(t),r=n+e;this.groupSizes[t]=0;for(var i=n;i<r;i++)this.tag.deleteRule(n)}},e.getGroup=function(t){var e="";if(t>=this.length||0===this.groupSizes[t])return e;for(var n=this.groupSizes[t],r=this.indexOfGroup(t),i=r+n,a=r;a<i;a++)e+=this.tag.getRule(a)+"/*!sc*/\n";return e},t}(),E=new Map,F=new Map,I=1,N=function(t){if(E.has(t))return E.get(t);for(;F.has(I);)I++;var e=I++;return E.set(t,e),F.set(e,t),e},L=function(t){return F.get(t)},H=function(t,e){e>=I&&(I=e+1),E.set(t,e),F.set(e,t)},M="style["+O+'][data-styled-version="5.3.3"]',V=new RegExp("^"+O+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),D=function(t,e,n){for(var r,i=n.split(","),a=0,o=i.length;a<o;a++)(r=i[a])&&t.registerName(e,r)},J=function(t,e){for(var n=(e.textContent||"").split("/*!sc*/\n"),r=[],i=0,a=n.length;i<a;i++){var o=n[i].trim();if(o){var s=o.match(V);if(s){var c=0|parseInt(s[1],10),l=s[2];0!==c&&(H(l,c),D(t,l,s[3]),t.getTag().insertRules(c,r)),r.length=0}else r.push(o)}}},T=function(){return"undefined"!=typeof window&&void 0!==window.__webpack_nonce__?window.__webpack_nonce__:null},U=function(t){var e=document.head,n=t||e,r=document.createElement("style"),i=function(t){for(var e=t.childNodes,n=e.length;n>=0;n--){var r=e[n];if(r&&1===r.nodeType&&r.hasAttribute(O))return r}}(n),a=void 0!==i?i.nextSibling:null;r.setAttribute(O,"active"),r.setAttribute("data-styled-version","5.3.3");var o=T();return o&&r.setAttribute("nonce",o),n.insertBefore(r,a),r},X=function(){function t(t){var e=this.element=U(t);e.appendChild(document.createTextNode("")),this.sheet=function(t){if(t.sheet)return t.sheet;for(var e=document.styleSheets,n=0,r=e.length;n<r;n++){var i=e[n];if(i.ownerNode===t)return i}R(17)}(e),this.length=0}var e=t.prototype;return e.insertRule=function(t,e){try{return this.sheet.insertRule(e,t),this.length++,!0}catch(t){return!1}},e.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.getRule=function(t){var e=this.sheet.cssRules[t];return void 0!==e&&"string"==typeof e.cssText?e.cssText:""},t}(),q=function(){function t(t){var e=this.element=U(t);this.nodes=e.childNodes,this.length=0}var e=t.prototype;return e.insertRule=function(t,e){if(t<=this.length&&t>=0){var n=document.createTextNode(e),r=this.nodes[t];return this.element.insertBefore(n,r||null),this.length++,!0}return!1},e.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},t}(),K=function(){function t(t){this.rules=[],this.length=0}var e=t.prototype;return e.insertRule=function(t,e){return t<=this.length&&(this.rules.splice(t,0,e),this.length++,!0)},e.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.getRule=function(t){return t<this.length?this.rules[t]:""},t}(),W=C,G={isServer:!C,useCSSOMInjection:!P},Q=function(){function t(t,e,n){void 0===t&&(t=w),void 0===e&&(e={}),this.options=b({},G,{},t),this.gs=e,this.names=new Map(n),this.server=!!t.isServer,!this.server&&C&&W&&(W=!1,function(t){for(var e=document.querySelectorAll(M),n=0,r=e.length;n<r;n++){var i=e[n];i&&"active"!==i.getAttribute(O)&&(J(t,i),i.parentNode&&i.parentNode.removeChild(i))}}(this))}t.registerId=function(t){return N(t)};var e=t.prototype;return e.reconstructWithOptions=function(e,n){return void 0===n&&(n=!0),new t(b({},this.options,{},e),this.gs,n&&this.names||void 0)},e.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.getTag=function(){return this.tag||(this.tag=(n=(e=this.options).isServer,r=e.useCSSOMInjection,i=e.target,t=n?new K(i):r?new X(i):new q(i),new z(t)));var t,e,n,r,i},e.hasNameForId=function(t,e){return this.names.has(t)&&this.names.get(t).has(e)},e.registerName=function(t,e){if(N(t),this.names.has(t))this.names.get(t).add(e);else{var n=new Set;n.add(e),this.names.set(t,n)}},e.insertRules=function(t,e,n){this.registerName(t,e),this.getTag().insertRules(N(t),n)},e.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.clearRules=function(t){this.getTag().clearGroup(N(t)),this.clearNames(t)},e.clearTag=function(){this.tag=void 0},e.toString=function(){return function(t){for(var e=t.getTag(),n=e.length,r="",i=0;i<n;i++){var a=L(i);if(void 0!==a){var o=t.names.get(a),s=e.getGroup(i);if(o&&s&&o.size){var c=O+".g"+i+'[id="'+a+'"]',l="";void 0!==o&&o.forEach((function(t){t.length>0&&(l+=t+",")})),r+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return r}(this)},t}(),B=/(a)(d)/gi,Z=function(t){return String.fromCharCode(t+(t>25?39:97))};function Y(t){var e,n="";for(e=Math.abs(t);e>52;e=e/52|0)n=Z(e%52)+n;return(Z(e%52)+n).replace(B,"$1-$2")}var _=function(t,e){for(var n=e.length;n;)t=33*t^e.charCodeAt(--n);return t},$=function(t){return _(5381,t)};function tt(t){for(var e=0;e<t.length;e+=1){var n=t[e];if(k(n)&&!A(n))return!1}return!0}var et=$("5.3.3"),nt=function(){function t(t,e,n){this.rules=t,this.staticRulesId="",this.isStatic=(void 0===n||n.isStatic)&&tt(t),this.componentId=e,this.baseHash=_(et,e),this.baseStyle=n,Q.registerId(e)}return t.prototype.generateAndInjectStyles=function(t,e,n){var r=this.componentId,i=[];if(this.baseStyle&&i.push(this.baseStyle.generateAndInjectStyles(t,e,n)),this.isStatic&&!n.hash)if(this.staticRulesId&&e.hasNameForId(r,this.staticRulesId))i.push(this.staticRulesId);else{var a=xt(this.rules,t,e,n).join(""),o=Y(_(this.baseHash,a)>>>0);if(!e.hasNameForId(r,o)){var s=n(a,"."+o,void 0,r);e.insertRules(r,o,s)}i.push(o),this.staticRulesId=o}else{for(var c=this.rules.length,l=_(this.baseHash,n.hash),u="",d=0;d<c;d++){var f=this.rules[d];if("string"==typeof f)u+=f;else if(f){var p=xt(f,t,e,n),h=Array.isArray(p)?p.join(""):p;l=_(l,h+d),u+=h}}if(u){var m=Y(l>>>0);if(!e.hasNameForId(r,m)){var g=n(u,"."+m,void 0,r);e.insertRules(r,m,g)}i.push(m)}}return i.join(" ")},t}(),rt=/^\s*\/\/.*$/gm,it=[":","[",".","#"];function at(t){var e,n,r,i,a=void 0===t?w:t,o=a.options,s=void 0===o?w:o,c=a.plugins,l=void 0===c?x:c,u=new d(s),f=[],p=function(t){function e(e){if(e)try{t(e+"}")}catch(t){}}return function(n,r,i,a,o,s,c,l,u,d){switch(n){case 1:if(0===u&&64===r.charCodeAt(0))return t(r+";"),"";break;case 2:if(0===l)return r+"/*|*/";break;case 3:switch(l){case 102:case 112:return t(i[0]+r),"";default:return r+(0===d?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(e)}}}((function(t){f.push(t)})),h=function(t,r,a){return 0===r&&-1!==it.indexOf(a[n.length])||a.match(i)?t:"."+e};function m(t,a,o,s){void 0===s&&(s="&");var c=t.replace(rt,""),l=a&&o?o+" "+a+" { "+c+" }":c;return e=s,n=a,r=new RegExp("\\"+n+"\\b","g"),i=new RegExp("(\\"+n+"\\b){2,}"),u(o||!a?"":a,l)}return u.use([].concat(l,[function(t,e,i){2===t&&i.length&&i[0].lastIndexOf(n)>0&&(i[0]=i[0].replace(r,h))},p,function(t){if(-2===t){var e=f;return f=[],e}}])),m.hash=l.length?l.reduce((function(t,e){return e.name||R(15),_(t,e.name)}),5381).toString():"",m}var ot=s().createContext(),st=(ot.Consumer,s().createContext()),ct=(st.Consumer,new Q),lt=at();function ut(){return(0,o.useContext)(ot)||ct}function dt(){return(0,o.useContext)(st)||lt}function ft(t){var e=(0,o.useState)(t.stylisPlugins),n=e[0],r=e[1],i=ut(),a=(0,o.useMemo)((function(){var e=i;return t.sheet?e=t.sheet:t.target&&(e=e.reconstructWithOptions({target:t.target},!1)),t.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[t.disableCSSOMInjection,t.sheet,t.target]),c=(0,o.useMemo)((function(){return at({options:{prefix:!t.disableVendorPrefixes},plugins:n})}),[t.disableVendorPrefixes,n]);return(0,o.useEffect)((function(){u()(n,t.stylisPlugins)||r(t.stylisPlugins)}),[t.stylisPlugins]),s().createElement(ot.Provider,{value:a},s().createElement(st.Provider,{value:c},t.children))}var pt=function(){function t(t,e){var n=this;this.inject=function(t,e){void 0===e&&(e=lt);var r=n.name+e.hash;t.hasNameForId(n.id,r)||t.insertRules(n.id,r,e(n.rules,r,"@keyframes"))},this.toString=function(){return R(12,String(n.name))},this.name=t,this.id="sc-keyframes-"+t,this.rules=e}return t.prototype.getName=function(t){return void 0===t&&(t=lt),this.name+t.hash},t}(),ht=/([A-Z])/,mt=/([A-Z])/g,gt=/^ms-/,bt=function(t){return"-"+t.toLowerCase()};function yt(t){return ht.test(t)?t.replace(mt,bt).replace(gt,"-ms-"):t}var vt=function(t){return null==t||!1===t||""===t};function xt(t,e,n,r){if(Array.isArray(t)){for(var i,a=[],o=0,s=t.length;o<s;o+=1)""!==(i=xt(t[o],e,n,r))&&(Array.isArray(i)?a.push.apply(a,i):a.push(i));return a}return vt(t)?"":A(t)?"."+t.styledComponentId:k(t)?"function"!=typeof(c=t)||c.prototype&&c.prototype.isReactComponent||!e?t:xt(t(e),e,n,r):t instanceof pt?n?(t.inject(n,r),t.getName(r)):t:v(t)?function t(e,n){var r,i,a=[];for(var o in e)e.hasOwnProperty(o)&&!vt(e[o])&&(Array.isArray(e[o])&&e[o].isCss||k(e[o])?a.push(yt(o)+":",e[o],";"):v(e[o])?a.push.apply(a,t(e[o],o)):a.push(yt(o)+": "+(r=o,(null==(i=e[o])||"boolean"==typeof i||""===i?"":"number"!=typeof i||0===i||r in f?String(i).trim():i+"px")+";")));return n?[n+" {"].concat(a,["}"]):a}(t):t.toString();var c}var wt=function(t){return Array.isArray(t)&&(t.isCss=!0),t};function kt(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return k(t)||v(t)?wt(xt(y(x,[t].concat(n)))):0===n.length&&1===t.length&&"string"==typeof t[0]?t:wt(xt(y(t,n)))}new Set;var St=function(t,e,n){return void 0===n&&(n=w),t.theme!==n.theme&&t.theme||e||n.theme},At=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Ot=/(^-|-$)/g;function Ct(t){return t.replace(At,"-").replace(Ot,"")}var Pt=function(t){return Y($(t)>>>0)};function jt(t){return"string"==typeof t&&!0}var Rt=function(t){return"function"==typeof t||"object"==typeof t&&null!==t&&!Array.isArray(t)},zt=function(t){return"__proto__"!==t&&"constructor"!==t&&"prototype"!==t};function Et(t,e,n){var r=t[n];Rt(e)&&Rt(r)?Ft(r,e):t[n]=e}function Ft(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];for(var i=0,a=n;i<a.length;i++){var o=a[i];if(Rt(o))for(var s in o)zt(s)&&Et(t,o[s],s)}return t}var It=s().createContext();It.Consumer;var Nt={};function Lt(t,e,n){var r=A(t),i=!jt(t),a=e.attrs,c=void 0===a?x:a,l=e.componentId,u=void 0===l?function(t,e){var n="string"!=typeof t?"sc":Ct(t);Nt[n]=(Nt[n]||0)+1;var r=n+"-"+Pt("5.3.3"+n+Nt[n]);return e?e+"-"+r:r}(e.displayName,e.parentComponentId):l,d=e.displayName,f=void 0===d?function(t){return jt(t)?"styled."+t:"Styled("+S(t)+")"}(t):d,p=e.displayName&&e.componentId?Ct(e.displayName)+"-"+e.componentId:e.componentId||u,m=r&&t.attrs?Array.prototype.concat(t.attrs,c).filter(Boolean):c,y=e.shouldForwardProp;r&&t.shouldForwardProp&&(y=e.shouldForwardProp?function(n,r,i){return t.shouldForwardProp(n,r,i)&&e.shouldForwardProp(n,r,i)}:t.shouldForwardProp);var v,O=new nt(n,p,r?t.componentStyle:void 0),C=O.isStatic&&0===c.length,P=function(t,e){return function(t,e,n,r){var i=t.attrs,a=t.componentStyle,s=t.defaultProps,c=t.foldedComponentIds,l=t.shouldForwardProp,u=t.styledComponentId,d=t.target,f=function(t,e,n){void 0===t&&(t=w);var r=b({},e,{theme:t}),i={};return n.forEach((function(t){var e,n,a,o=t;for(e in k(o)&&(o=o(r)),o)r[e]=i[e]="className"===e?(n=i[e],a=o[e],n&&a?n+" "+a:n||a):o[e]})),[r,i]}(St(e,(0,o.useContext)(It),s)||w,e,i),p=f[0],m=f[1],g=function(t,e,n,r){var i=ut(),a=dt();return e?t.generateAndInjectStyles(w,i,a):t.generateAndInjectStyles(n,i,a)}(a,r,p),y=n,v=m.$as||e.$as||m.as||e.as||d,x=jt(v),S=m!==e?b({},e,{},m):e,A={};for(var O in S)"$"!==O[0]&&"as"!==O&&("forwardedAs"===O?A.as=S[O]:(l?l(O,h,v):!x||h(O))&&(A[O]=S[O]));return e.style&&m.style!==e.style&&(A.style=b({},e.style,{},m.style)),A.className=Array.prototype.concat(c,u,g!==u?g:null,e.className,m.className).filter(Boolean).join(" "),A.ref=y,(0,o.createElement)(v,A)}(v,t,e,C)};return P.displayName=f,(v=s().forwardRef(P)).attrs=m,v.componentStyle=O,v.displayName=f,v.shouldForwardProp=y,v.foldedComponentIds=r?Array.prototype.concat(t.foldedComponentIds,t.styledComponentId):x,v.styledComponentId=p,v.target=r?t.target:t,v.withComponent=function(t){var r=e.componentId,i=function(t,e){if(null==t)return{};var n,r,i={},a=Object.keys(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||(i[n]=t[n]);return i}(e,["componentId"]),a=r&&r+"-"+(jt(t)?t:Ct(S(t)));return Lt(t,b({},i,{attrs:m,componentId:a}),n)},Object.defineProperty(v,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=r?Ft({},t.defaultProps,e):e}}),v.toString=function(){return"."+v.styledComponentId},i&&g()(v,t,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),v}var Ht=function(t){return function t(e,n,r){if(void 0===r&&(r=w),!(0,c.isValidElementType)(n))return R(1,String(n));var i=function(){return e(n,r,kt.apply(void 0,arguments))};return i.withConfig=function(i){return t(e,n,b({},r,{},i))},i.attrs=function(i){return t(e,n,b({},r,{attrs:Array.prototype.concat(r.attrs,i).filter(Boolean)}))},i}(Lt,t)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(t){Ht[t]=Ht(t)}));var Mt,Vt=function(){function t(t,e){this.rules=t,this.componentId=e,this.isStatic=tt(t),Q.registerId(this.componentId+1)}var e=t.prototype;return e.createStyles=function(t,e,n,r){var i=r(xt(this.rules,e,n,r).join(""),""),a=this.componentId+t;n.insertRules(a,a,i)},e.removeStyles=function(t,e){e.clearRules(this.componentId+t)},e.renderStyles=function(t,e,n,r){t>2&&Q.registerId(this.componentId+t),this.removeStyles(t,n),this.createStyles(t,e,n,r)},t}();(Mt=function(){var t=this;this._emitSheetCSS=function(){var e=t.instance.toString();if(!e)return"";var n=T();return"<style "+[n&&'nonce="'+n+'"',O+'="true"','data-styled-version="5.3.3"'].filter(Boolean).join(" ")+">"+e+"</style>"},this.getStyleTags=function(){return t.sealed?R(2):t._emitSheetCSS()},this.getStyleElement=function(){var e;if(t.sealed)return R(2);var n=((e={})[O]="",e["data-styled-version"]="5.3.3",e.dangerouslySetInnerHTML={__html:t.instance.toString()},e),r=T();return r&&(n.nonce=r),[s().createElement("style",b({},n,{key:"sc-0-0"}))]},this.seal=function(){t.sealed=!0},this.instance=new Q({isServer:!0}),this.sealed=!1}.prototype).collectStyles=function(t){return this.sealed?R(2):s().createElement(ft,{sheet:this.instance},t)},Mt.interleaveWithNodeStream=function(t){return R(3)};var Dt=Ht;function Jt(){return(Jt=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}function Tt(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function Ut(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Xt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function qt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}var Kt,Wt,Gt,Qt,Bt,Zt,Yt=function(t){var e=t.label,n=t.icon,r=t.iconSize,i=t.design,a=void 0===i?"solid":i,o=t.color,c=t.className,l=t.loading,u=function(t,e){if(null==t)return{};var n,r,i=function(t,e){if(null==t)return{};var n,r,i={},a=Object.keys(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||(i[n]=t[n]);return i}(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}(t,["label","icon","iconSize","design","color","className","loading"]),d=s().createElement("span",{className:"sui-icon-loader sui-loading",style:{position:"relative"},"aria-hidden":"true"}),f=s().createElement(s().Fragment,null,s().createElement("span",{className:"sui-icon-".concat(n).concat(r?" sui-"+r:""),"aria-hidden":"true"}),s().createElement("span",{className:"sui-screen-reader-text"},e));switch(c="sui-button-icon ".concat(c||""),o){case"blue":case"green":case"red":case"orange":case"purple":case"yellow":case"white":c+=" sui-button-"+o;break;case"gray":default:c+=""}switch(a){case"ghost":case"outlined":c+=" sui-button-"+a;break;case"solid":default:c+=""}l&&(c+=" sui-button-onload");var p=u.href?"a":"button";return s().createElement(p,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?qt(Object(n),!0).forEach((function(e){Xt(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):qt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({className:c,disabled:u.disabled||l},u),l?d:f)},_t="data:image/png;base64,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",$t="data:image/png;base64,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",te={mobile:"(min-width: ".concat(480,"px)"),tablet:"(min-width: ".concat(783,"px)"),laptop:"(min-width: ".concat(1200,"px)"),desktop:"(min-width: ".concat(1500,"px)")},ee={mobile:"(max-width: ".concat(479,"px)"),tablet:"(max-width: ".concat(782,"px)"),laptop:"(max-width: ".concat(1199,"px)"),desktop:"(max-width: ".concat(1499,"px)")},ne={};ne.Global=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var i=kt.apply(void 0,[t].concat(n)),a="sc-global-"+Pt(JSON.stringify(i)),c=new Vt(i,a);function l(t){var e=ut(),n=dt(),r=(0,o.useContext)(It),i=(0,o.useRef)(e.allocateGSInstance(a)).current;return e.server&&u(i,t,e,r,n),(0,o.useLayoutEffect)((function(){if(!e.server)return u(i,t,e,r,n),function(){return c.removeStyles(i,e)}}),[i,t,e,r,n]),null}function u(t,e,n,r,i){if(c.isStatic)c.renderStyles(t,j,n,i);else{var a=b({},e,{theme:St(e,r,l.defaultProps)});c.renderStyles(t,a,n,i)}}return s().memo(l)}(Kt||(Kt=Tt(['\n[class*="sui-2-"] .sui-wrap {\n\n\t.sui-module-notice-black-friday {\n\n\t\t&__container {\n\t\t\toverflow: hidden;\n\t\t\tposition: relative;\n\t\t\tmargin: 0 0 20px;\n\t\t\tpadding: 30px 40px;\n\t\t\tborder-radius: 4px;\n\t\t\tbackground-color: #07212C;\n\t\t\tbackground-image: image-set(\n\t\t\t\turl(',") 1x,\n\t\t\t\turl(",") 2x\n\t\t\t);\n\t\t\tbackground-image:\n\t\t\t\timage-set(\n\t\t\t\t\turl(",") 1x,\n\t\t\t\t\turl(",") 2x\n\t\t\t\t),\n\t\t\t\tlinear-gradient(270deg, #222222 0.67%, #07212C 100%);\n\n\t\t\t@media "," {\n\t\t\t\ttext-align: center;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: flex;\n\t\t\t\tmargin: 0 0 30px;\n\t\t\t\tflex-flow: row nowrap;\n\t\t\t\talign-items: flex-start;\n\t\t\t\tpadding-left: 0;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.sui-button-icon {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 10px;\n\t\t\t\tright: 10px;\n\t\t\t\tmargin-right: 0 !important;\n\t\t\t}\n\t\t}\n\n\t\t&__ribbon {\n\t\t\tdisplay: inline-block;\n\t\t\tpadding: 10px 20px 11px;\n\t\t\tbackground-color: #6D53AB;\n\t\t\tcolor: #4DFD89;\n\t\t\tfont-size: 22px;\n\t\t\tline-height: 29px;\n\t\t\tfont-weight: bold;\n\t\t\tletter-spacing: normal;\n\n\t\t\t@media "," {\n\t\t\t\tflex: 0 0 auto;\n\t\t\t\tpadding: 15px 20px 16px;\n\t\t\t}\n\t\t}\n\n\t\t&__body {\n\t\t\tmargin: 0 0 30px;\n\n\t\t\t@media "," {\n\t\t\t\tmin-width: 1px;\n\t\t\t\tflex: 1;\n\t\t\t\tmargin: 0 15px;\n\t\t\t\tpadding-right: 65px;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-flow: row nowrap;\n\t\t\t\talign-items: center;\n\t\t\t\tpadding-right: 0;\n\t\t\t}\n\t\t}\n\n\t\t&__content {\n\t\t\tmargin: 30px 0;\n\n\t\t\t@media "," {\n\t\t\t\tmargin-top: 0;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tmin-width: 1px;\n\t\t\t\tflex: 1;\n\t\t\t\tmargin-bottom: 0;\n\t\t\t}\n\n\t\t\th1, h2, h3, h4, h5, h6, p, small {\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tmargin: 0 0 15px;\n\t\t\t\tfont-size: 18px;\n\t\t\t\tline-height: 25px;\n\n\t\t\t\t@media "," {\n\t\t\t\t\tmargin: 0 0 5px;\n\t\t\t\t}\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t}\n\n\t\t\t\tstrong {\n\t\t\t\t\tfont-weight: 700;\n\n\t\t\t\t\t@media "," {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tmargin-bottom: 20px;\n\t\t\t\t\t\tfont-size: 28px;\n\t\t\t\t\t\tline-height: 29px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tsmall {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tdisplay: initial;\n\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\tline-height: 22px;\n\t\t\t\t\tfont-weight: 300;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__link {\n\t\t\tcursor: pointer;\n\t\t\tdisplay: inline-block;\n\t\t\tmargin: 0;\n\t\t\tpadding: 5px 30px;\n\t\t\tborder: 0;\n\t\t\tborder-radius: 30px;\n\t\t\tbackground: #4DFD89;\n\t\t\tbox-shadow: none;\n\t\t\tcolor: #222;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 30px;\n\t\t\tfont-weight: bold;\n\t\t\ttext-decoration: none;\n\t\t\ttransition: 0.2s ease;\n\n\t\t\t&:hover,\n\t\t\t&:focus {\n\t\t\t\tbackground: #fff;\n\t\t\t\tcolor: #222222 !important;\n\t\t\t}\n\n\t\t\t&:focus {\n\t\t\t\tbox-shadow: 0 0 10px 0 rgba(255,255,255,0.3);\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: block;\n\t\t\t\tflex: 0 0 auto;\n\t\t\t}\n\t\t}\n\t}\n}\n"])),_t,$t,_t,$t,ee.tablet,te.tablet,te.laptop,te.tablet,te.tablet,te.laptop,te.tablet,te.laptop,te.tablet,ee.tablet,te.laptop),ne.Container=Dt.div(Wt||(Wt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\toverflow: hidden;\n\tposition: relative;\n\tmargin: 0 0 20px;\n\tpadding: 30px 40px;\n\tborder-radius: 4px;\n\tbackground-color: #07212C;\n\tbackground-image: image-set(\n\t\turl(',") 1x,\n\t\turl(",") 2x\n\t);\n\tbackground-image:\n\t\timage-set(\n\t\t\turl(",") 1x,\n\t\t\turl(",") 2x\n\t\t),\n\t\tlinear-gradient(270deg, #222222 0.67%, #07212C 100%);\n\n\t@media "," {\n\t\ttext-align: center;\n\t}\n\n\t@media "," {\n\t\tdisplay: flex;\n\t\tmargin: 0 0 30px;\n\t\tflex-flow: row nowrap;\n\t\talign-items: flex-start;\n\t\tpadding-left: 0;\n\t}\n\n\t@media "," {\n\t\talign-items: center;\n\t}\n\n\t.sui-button-icon {\n\t\tposition: absolute;\n\t\ttop: 10px;\n\t\tright: 10px;\n\t\tmargin-right: 0 !important;\n\t}\n}\n"])),_t,$t,_t,$t,ee.tablet,te.tablet,te.laptop),ne.Ribbon=Dt.div(Gt||(Gt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tdisplay: inline-block;\n\tpadding: 10px 20px 11px;\n\tbackground-color: #6D53AB;\n\tcolor: #4DFD89;\n\tfont-size: 22px;\n\tline-height: 29px;\n\tfont-weight: bold;\n\tletter-spacing: normal;\n\n\t@media '," {\n\t\tflex: 0 0 auto;\n\t\tpadding: 15px 20px 16px;\n\t}\n}\n"])),te.tablet),ne.Body=Dt.div(Qt||(Qt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tmargin: 0 0 30px;\n\n\t@media '," {\n\t\tmin-width: 1px;\n\t\tflex: 1;\n\t\tmargin: 0 15px;\n\t\tpadding-right: 65px;\n\t}\n\n\t@media "," {\n\t\tdisplay: flex;\n\t\tflex-flow: row nowrap;\n\t\talign-items: center;\n\t\tpadding-right: 0;\n\t}\n}\n"])),te.tablet,te.laptop),ne.Content=Dt.div(Bt||(Bt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tmargin: 30px 0;\n\n\t@media '," {\n\t\tmargin-top: 0;\n\t}\n\n\t@media "," {\n\t\tmin-width: 1px;\n\t\tflex: 1;\n\t\tmargin-bottom: 0;\n\t}\n\n\th1, h2, h3, h4, h5, h6, p, small {\n\t\tcolor: #fff;\n\t}\n\n\tp {\n\t\tmargin: 0 0 15px;\n\t\tfont-size: 18px;\n\t\tline-height: 25px;\n\n\t\t@media "," {\n\t\t\tmargin: 0 0 5px;\n\t\t}\n\n\t\t&:last-child {\n\t\t\tmargin: 0;\n\t\t}\n\n\t\tstrong {\n\t\t\tfont-weight: 700;\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: block;\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t\tfont-size: 28px;\n\t\t\t\tline-height: 29px;\n\t\t\t}\n\t\t}\n\n\t\tsmall {\n\t\t\tmargin: 0;\n\t\t\tdisplay: initial;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 22px;\n\t\t\tfont-weight: 300;\n\t\t}\n\t}\n}\n"])),te.tablet,te.laptop,te.tablet,ee.tablet),ne.Link=Dt.a.attrs((function(t){return{href:t.ctaLink,target:"_blank"}}))(Zt||(Zt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tmargin: 0;\n\tpadding: 5px 30px;\n\tborder: 0;\n\tborder-radius: 30px;\n\tbackground: #4DFD89;\n\tbox-shadow: none;\n\tcolor: #222;\n\tfont-size: 13px;\n\tline-height: 30px;\n\tfont-weight: bold;\n\ttext-decoration: none;\n\ttransition: 0.2s ease;\n\n\t&:hover,\n\t&:focus {\n\t\tbackground: #fff;\n\t\tcolor: #222222 !important;\n\t}\n\n\t&:focus {\n\t\tbox-shadow: 0 0 10px 0 rgba(255,255,255,0.3);\n\t}\n\n\t@media '," {\n\t\tdisplay: block;\n\t\tflex: 0 0 auto;\n\t}\n}\n"])),te.laptop);var re=["link","onCloseClick","sourceLang","children"],ie=function(t){var e,n,r=t.link,i=t.onCloseClick,a=t.sourceLang,c=t.children,l=function(t,e){if(null==t)return{};var n,r,i=function(t,e){if(null==t)return{};var n,r,i={},a=Object.keys(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||(i[n]=t[n]);return i}(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}(t,re),u=(e=(0,o.useState)(!1),n=2,function(t){if(Array.isArray(t))return t}(e)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,a=[],_n=!0,o=!1;try{for(n=n.call(t);!(_n=(r=n.next()).done)&&(a.push(r.value),!e||a.length!==e);_n=!0);}catch(t){o=!0,i=t}finally{try{_n||null==n.return||n.return()}finally{if(o)throw i}}return a}}(e,n)||function(t,e){if(t){if("string"==typeof t)return Ut(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ut(t,e):void 0}}(e,n)||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.")}()),d=u[0],f=u[1],p=Object.assign({discount:"50% Off",closeLabel:"Close",linkLabel:"See the deal"},a),h=null!==r&&""!==r;return!d&&s().createElement(s().Fragment,null,s().createElement(ne.Global,null),s().createElement("div",Jt({className:"sui-module-notice-black-friday__container"},l),s().createElement(Yt,{color:"white",icon:"close",iconSize:"md",label:p.closeLabel,onClick:function(t){f(!0),void 0!==i&&i(t)}}),s().createElement("div",{className:"sui-module-notice-black-friday__ribbon"},p.discount),s().createElement("div",{className:"sui-module-notice-black-friday__body"},s().createElement("div",{className:"sui-module-notice-black-friday__content"},c),h&&s().createElement("a",{href:r||"#",target:"_blank",className:"sui-module-notice-black-friday__link"},p.linkLabel))))},ae=window.wp.i18n,oe=jQuery,se=n.n(oe),ce=ajaxurl,le=n.n(ce);class ue extends s().Component{render(){if(!this.isWithinTimeFrame())return(0,e.createElement)("div",null);const t="https://wpmudev.com/black-friday/?coupon=BFP-2021&utm_source="+("full"===class{static get(t,e="general"){Array.isArray(t)||(t=[t]);let n=window["_wds_"+e]||{};return t.forEach((t=>{n=n&&n.hasOwnProperty(t)?n[t]:""})),n}static get_bool(t,e="general"){return!!this.get(t,e)}}.get("build_type","black_friday")?"smartcrawl_pro":"smartcrawl_free")+"&utm_medium=referral&utm_campaign=bf2021";return(0,e.createElement)(ie,{link:t,sourceLang:{discount:(0,ae.__)("50% Off","wds"),closeLabel:(0,ae.__)("Close","wds"),linkLabel:(0,ae.__)("See the deal","wds")},onCloseClick:()=>this.dismissBFNotice()},(0,e.createElement)("p",null,(0,e.createInterpolateElement)((0,ae.__)("<strong>Black Friday Offer!</strong> Get 11 Pro plugins on unlimited sites and much more with 50% OFF WPMU DEV Agency plan FOREVER."),{strong:(0,e.createElement)("strong",{style:{color:"#FFF"}})})),(0,e.createElement)("p",null,(0,e.createElement)("small",null,(0,ae.__)("* Only admin users can see this message","wds"))))}isWithinTimeFrame(){const t=new Date;if(2021!==t.getFullYear())return!1;const e=10===t.getMonth(),n=11===t.getMonth();return e||n&&t.getDate()<6}dismissBFNotice(){(class{static post(t,e,n={}){return new Promise((function(r,i){const a=Object.assign({},{action:t,_wds_nonce:e},n);se().post(le(),a).done((function(t){var e;t.success?r(null==t?void 0:t.data):i(null==t||null===(e=t.data)||void 0===e?void 0:e.message)})).fail((()=>i()))}))}}).post("wds-dismiss-black-friday-notice","")}}a()((()=>{const t=document.getElementById("wds-black-friday-2021");t&&(0,r.render)((0,e.createElement)(ue,null),t)}))}()}();
1
+ !function(){var t={8679:function(t,e,n){"use strict";var r=n(9864),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(t){return r.isMemo(t)?a:s[t.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;t.exports=function t(e,n,r){if("string"!=typeof n){if(h){var o=p(n);o&&o!==h&&t(e,o,r)}var a=u(n);d&&(a=a.concat(d(n)));for(var s=c(e),m=c(n),g=0;g<a.length;++g){var b=a[g];if(!(i[b]||r&&r[b]||m&&m[b]||s&&s[b])){var y=f(n,b);try{l(e,b,y)}catch(t){}}}}return e}},9921:function(t,e){"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,i=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,c=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,b=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,v=n?Symbol.for("react.responder"):60118,x=n?Symbol.for("react.scope"):60119;function w(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case r:switch(t=t.type){case u:case d:case i:case s:case a:case p:return t;default:switch(t=t&&t.$$typeof){case l:case f:case g:case m:case c:return t;default:return e}}case o:return e}}}function k(t){return w(t)===d}e.AsyncMode=u,e.ConcurrentMode=d,e.ContextConsumer=l,e.ContextProvider=c,e.Element=r,e.ForwardRef=f,e.Fragment=i,e.Lazy=g,e.Memo=m,e.Portal=o,e.Profiler=s,e.StrictMode=a,e.Suspense=p,e.isAsyncMode=function(t){return k(t)||w(t)===u},e.isConcurrentMode=k,e.isContextConsumer=function(t){return w(t)===l},e.isContextProvider=function(t){return w(t)===c},e.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===r},e.isForwardRef=function(t){return w(t)===f},e.isFragment=function(t){return w(t)===i},e.isLazy=function(t){return w(t)===g},e.isMemo=function(t){return w(t)===m},e.isPortal=function(t){return w(t)===o},e.isProfiler=function(t){return w(t)===s},e.isStrictMode=function(t){return w(t)===a},e.isSuspense=function(t){return w(t)===p},e.isValidElementType=function(t){return"string"==typeof t||"function"==typeof t||t===i||t===d||t===s||t===a||t===p||t===h||"object"==typeof t&&null!==t&&(t.$$typeof===g||t.$$typeof===m||t.$$typeof===c||t.$$typeof===l||t.$$typeof===f||t.$$typeof===y||t.$$typeof===v||t.$$typeof===x||t.$$typeof===b)},e.typeOf=w},9864:function(t,e,n){"use strict";t.exports=n(9921)},6774:function(t){t.exports=function(t,e,n,r){var o=n?n.call(r,t,e):void 0;if(void 0!==o)return!!o;if(t===e)return!0;if("object"!=typeof t||!t||"object"!=typeof e||!e)return!1;var i=Object.keys(t),a=Object.keys(e);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(e),c=0;c<i.length;c++){var l=i[c];if(!s(l))return!1;var u=t[l],d=e[l];if(!1===(o=n?n.call(r,u,d,l):void 0)||void 0===o&&u!==d)return!1}return!0}}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},function(){"use strict";var t,e=window.wp.element,r=window.ReactDOM,o=window.wp.domReady,i=n.n(o),a=window.React,s=n.n(a),c=n(9864),l=n(6774),u=n.n(l),d=function(t){function e(t,r,c,l,f){for(var p,h,m,g,x,k=0,S=0,A=0,O=0,C=0,F=0,L=m=p=0,H=0,M=0,V=0,D=0,J=c.length,T=J-1,U="",X="",q="",K="";H<J;){if(h=c.charCodeAt(H),H===T&&0!==S+O+A+k&&(0!==S&&(h=47===S?10:47),O=A=k=0,J++,T++),0===S+O+A+k){if(H===T&&(0<M&&(U=U.replace(d,"")),0<U.trim().length)){switch(h){case 32:case 9:case 59:case 13:case 10:break;default:U+=c.charAt(H)}h=59}switch(h){case 123:for(p=(U=U.trim()).charCodeAt(0),m=1,D=++H;H<J;){switch(h=c.charCodeAt(H)){case 123:m++;break;case 125:m--;break;case 47:switch(h=c.charCodeAt(H+1)){case 42:case 47:t:{for(L=H+1;L<T;++L)switch(c.charCodeAt(L)){case 47:if(42===h&&42===c.charCodeAt(L-1)&&H+2!==L){H=L+1;break t}break;case 10:if(47===h){H=L+1;break t}}H=L}}break;case 91:h++;case 40:h++;case 34:case 39:for(;H++<T&&c.charCodeAt(H)!==h;);}if(0===m)break;H++}switch(m=c.substring(D,H),0===p&&(p=(U=U.replace(u,"").trim()).charCodeAt(0)),p){case 64:switch(0<M&&(U=U.replace(d,"")),h=U.charCodeAt(1)){case 100:case 109:case 115:case 45:M=r;break;default:M=E}if(D=(m=e(r,M,m,h,f+1)).length,0<I&&(x=s(3,m,M=n(E,U,V),r,j,P,D,h,f,l),U=M.join(""),void 0!==x&&0===(D=(m=x.trim()).length)&&(h=0,m="")),0<D)switch(h){case 115:U=U.replace(w,a);case 100:case 109:case 45:m=U+"{"+m+"}";break;case 107:m=(U=U.replace(b,"$1 $2"))+"{"+m+"}",m=1===z||2===z&&i("@"+m,3)?"@-webkit-"+m+"@"+m:"@"+m;break;default:m=U+m,112===l&&(X+=m,m="")}else m="";break;default:m=e(r,n(r,U,V),m,l,f+1)}q+=m,m=V=M=L=p=0,U="",h=c.charCodeAt(++H);break;case 125:case 59:if(1<(D=(U=(0<M?U.replace(d,""):U).trim()).length))switch(0===L&&(p=U.charCodeAt(0),45===p||96<p&&123>p)&&(D=(U=U.replace(" ",":")).length),0<I&&void 0!==(x=s(1,U,r,t,j,P,X.length,l,f,l))&&0===(D=(U=x.trim()).length)&&(U="\0\0"),p=U.charCodeAt(0),h=U.charCodeAt(1),p){case 0:break;case 64:if(105===h||99===h){K+=U+c.charAt(H);break}default:58!==U.charCodeAt(D-1)&&(X+=o(U,p,h,U.charCodeAt(2)))}V=M=L=p=0,U="",h=c.charCodeAt(++H)}}switch(h){case 13:case 10:47===S?S=0:0===1+p&&107!==l&&0<U.length&&(M=1,U+="\0"),0<I*N&&s(0,U,r,t,j,P,X.length,l,f,l),P=1,j++;break;case 59:case 125:if(0===S+O+A+k){P++;break}default:switch(P++,g=c.charAt(H),h){case 9:case 32:if(0===O+k+S)switch(C){case 44:case 58:case 9:case 32:g="";break;default:32!==h&&(g=" ")}break;case 0:g="\\0";break;case 12:g="\\f";break;case 11:g="\\v";break;case 38:0===O+S+k&&(M=V=1,g="\f"+g);break;case 108:if(0===O+S+k+R&&0<L)switch(H-L){case 2:112===C&&58===c.charCodeAt(H-3)&&(R=C);case 8:111===F&&(R=F)}break;case 58:0===O+S+k&&(L=H);break;case 44:0===S+A+O+k&&(M=1,g+="\r");break;case 34:case 39:0===S&&(O=O===h?0:0===O?h:O);break;case 91:0===O+S+A&&k++;break;case 93:0===O+S+A&&k--;break;case 41:0===O+S+k&&A--;break;case 40:if(0===O+S+k){if(0===p)switch(2*C+3*F){case 533:break;default:p=1}A++}break;case 64:0===S+A+O+k+L+m&&(m=1);break;case 42:case 47:if(!(0<O+k+A))switch(S){case 0:switch(2*h+3*c.charCodeAt(H+1)){case 235:S=47;break;case 220:D=H,S=42}break;case 42:47===h&&42===C&&D+2!==H&&(33===c.charCodeAt(D+2)&&(X+=c.substring(D,H+1)),g="",S=0)}}0===S&&(U+=g)}F=C,C=h,H++}if(0<(D=X.length)){if(M=r,0<I&&void 0!==(x=s(2,X,M,t,j,P,D,l,f,l))&&0===(X=x).length)return K+X+q;if(X=M.join(",")+"{"+X+"}",0!=z*R){switch(2!==z||i(X,2)||(R=0),R){case 111:X=X.replace(v,":-moz-$1")+X;break;case 112:X=X.replace(y,"::-webkit-input-$1")+X.replace(y,"::-moz-$1")+X.replace(y,":-ms-input-$1")+X}R=0}}return K+X+q}function n(t,e,n){var o=e.trim().split(m);e=o;var i=o.length,a=t.length;switch(a){case 0:case 1:var s=0;for(t=0===a?"":t[0]+" ";s<i;++s)e[s]=r(t,e[s],n).trim();break;default:var c=s=0;for(e=[];s<i;++s)for(var l=0;l<a;++l)e[c++]=r(t[l]+" ",o[s],n).trim()}return e}function r(t,e,n){var r=e.charCodeAt(0);switch(33>r&&(r=(e=e.trim()).charCodeAt(0)),r){case 38:return e.replace(g,"$1"+t.trim());case 58:return t.trim()+e.replace(g,"$1"+t.trim());default:if(0<1*n&&0<e.indexOf("\f"))return e.replace(g,(58===t.charCodeAt(0)?"":"$1")+t.trim())}return t+e}function o(t,e,n,r){var a=t+";",s=2*e+3*n+4*r;if(944===s){t=a.indexOf(":",9)+1;var c=a.substring(t,a.length-1).trim();return c=a.substring(0,t).trim()+c+";",1===z||2===z&&i(c,1)?"-webkit-"+c+c:c}if(0===z||2===z&&!i(a,1))return a;switch(s){case 1015:return 97===a.charCodeAt(10)?"-webkit-"+a+a:a;case 951:return 116===a.charCodeAt(3)?"-webkit-"+a+a:a;case 963:return 110===a.charCodeAt(5)?"-webkit-"+a+a:a;case 1009:if(100!==a.charCodeAt(4))break;case 969:case 942:return"-webkit-"+a+a;case 978:return"-webkit-"+a+"-moz-"+a+a;case 1019:case 983:return"-webkit-"+a+"-moz-"+a+"-ms-"+a+a;case 883:if(45===a.charCodeAt(8))return"-webkit-"+a+a;if(0<a.indexOf("image-set(",11))return a.replace(C,"$1-webkit-$2")+a;break;case 932:if(45===a.charCodeAt(4))switch(a.charCodeAt(5)){case 103:return"-webkit-box-"+a.replace("-grow","")+"-webkit-"+a+"-ms-"+a.replace("grow","positive")+a;case 115:return"-webkit-"+a+"-ms-"+a.replace("shrink","negative")+a;case 98:return"-webkit-"+a+"-ms-"+a.replace("basis","preferred-size")+a}return"-webkit-"+a+"-ms-"+a+a;case 964:return"-webkit-"+a+"-ms-flex-"+a+a;case 1023:if(99!==a.charCodeAt(8))break;return"-webkit-box-pack"+(c=a.substring(a.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+a+"-ms-flex-pack"+c+a;case 1005:return p.test(a)?a.replace(f,":-webkit-")+a.replace(f,":-moz-")+a:a;case 1e3:switch(e=(c=a.substring(13).trim()).indexOf("-")+1,c.charCodeAt(0)+c.charCodeAt(e)){case 226:c=a.replace(x,"tb");break;case 232:c=a.replace(x,"tb-rl");break;case 220:c=a.replace(x,"lr");break;default:return a}return"-webkit-"+a+"-ms-"+c+a;case 1017:if(-1===a.indexOf("sticky",9))break;case 975:switch(e=(a=t).length-10,s=(c=(33===a.charCodeAt(e)?a.substring(0,e):a).substring(t.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|c.charCodeAt(7))){case 203:if(111>c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102<s?"inline-":"")+"box")+";"+a.replace(c,"-webkit-"+c)+";"+a.replace(c,"-ms-"+c+"box")+";"+a}return a+";";case 938:if(45===a.charCodeAt(5))switch(a.charCodeAt(6)){case 105:return c=a.replace("-items",""),"-webkit-"+a+"-webkit-box-"+c+"-ms-flex-"+c+a;case 115:return"-webkit-"+a+"-ms-flex-item-"+a.replace(S,"")+a;default:return"-webkit-"+a+"-ms-flex-line-pack"+a.replace("align-content","").replace(S,"")+a}break;case 973:case 989:if(45!==a.charCodeAt(3)||122===a.charCodeAt(4))break;case 931:case 953:if(!0===O.test(t))return 115===(c=t.substring(t.indexOf(":")+1)).charCodeAt(0)?o(t.replace("stretch","fill-available"),e,n,r).replace(":fill-available",":stretch"):a.replace(c,"-webkit-"+c)+a.replace(c,"-moz-"+c.replace("fill-",""))+a;break;case 962:if(a="-webkit-"+a+(102===a.charCodeAt(5)?"-ms-"+a:"")+a,211===n+r&&105===a.charCodeAt(13)&&0<a.indexOf("transform",10))return a.substring(0,a.indexOf(";",27)+1).replace(h,"$1-webkit-$2")+a}return a}function i(t,e){var n=t.indexOf(1===e?":":"{"),r=t.substring(0,3!==e?n:10);return n=t.substring(n+1,t.length-1),L(2!==e?r:r.replace(A,"$1"),n,e)}function a(t,e){var n=o(e,e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2));return n!==e+";"?n.replace(k," or ($1)").substring(4):"("+e+")"}function s(t,e,n,r,o,i,a,s,c,u){for(var d,f=0,p=e;f<I;++f)switch(d=F[f].call(l,t,p,n,r,o,i,a,s,c,u)){case void 0:case!1:case!0:case null:break;default:p=d}if(p!==e)return p}function c(t){return void 0!==(t=t.prefix)&&(L=null,t?"function"!=typeof t?z=1:(z=2,L=t):z=0),c}function l(t,n){var r=t;if(33>r.charCodeAt(0)&&(r=r.trim()),r=[r],0<I){var o=s(-1,n,r,r,j,P,0,0,0,0);void 0!==o&&"string"==typeof o&&(n=o)}var i=e(E,r,n,0,0);return 0<I&&void 0!==(o=s(-2,i,r,r,j,P,i.length,0,0,0))&&(i=o),R=0,P=j=1,i}var u=/^\0+/g,d=/[\0\r\f]/g,f=/: */g,p=/zoo|gra/,h=/([,: ])(transform)/g,m=/,\r+?/g,g=/([\t\r\n ])*\f?&/g,b=/@(k\w+)\s*(\S*)\s*/,y=/::(place)/g,v=/:(read-only)/g,x=/[svh]\w+-[tblr]{2}/,w=/\(\s*(.*)\s*\)/g,k=/([\s\S]*?);/g,S=/-self|flex-/g,A=/[^]*?(:[rp][el]a[\w-]+)[^]*/,O=/stretch|:\s*\w+\-(?:conte|avail)/,C=/([^-])(image-set\()/,P=1,j=1,R=0,z=1,E=[],F=[],I=0,L=null,N=0;return l.use=function t(e){switch(e){case void 0:case null:I=F.length=0;break;default:if("function"==typeof e)F[I++]=e;else if("object"==typeof e)for(var n=0,r=e.length;n<r;++n)t(e[n]);else N=0|!!e}return t},l.set=c,void 0!==t&&c(t),l},f={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},p=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,h=(t={},function(e){return void 0===t[e]&&(t[e]=(n=e,p.test(n)||111===n.charCodeAt(0)&&110===n.charCodeAt(1)&&n.charCodeAt(2)<91)),t[e];var n}),m=n(8679),g=n.n(m);function b(){return(b=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}var y=function(t,e){for(var n=[t[0]],r=0,o=e.length;r<o;r+=1)n.push(e[r],t[r+1]);return n},v=function(t){return null!==t&&"object"==typeof t&&"[object Object]"===(t.toString?t.toString():Object.prototype.toString.call(t))&&!(0,c.typeOf)(t)},x=Object.freeze([]),w=Object.freeze({});function k(t){return"function"==typeof t}function S(t){return t.displayName||t.name||"Component"}function A(t){return t&&"string"==typeof t.styledComponentId}var O="undefined"!=typeof process&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",C="undefined"!=typeof window&&"HTMLElement"in window,P=Boolean("boolean"==typeof SC_DISABLE_SPEEDY?SC_DISABLE_SPEEDY:"undefined"!=typeof process&&void 0!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&""!==process.env.REACT_APP_SC_DISABLE_SPEEDY?"false"!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&process.env.REACT_APP_SC_DISABLE_SPEEDY:"undefined"!=typeof process&&void 0!==process.env.SC_DISABLE_SPEEDY&&""!==process.env.SC_DISABLE_SPEEDY&&"false"!==process.env.SC_DISABLE_SPEEDY&&process.env.SC_DISABLE_SPEEDY),j={};function R(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];throw new Error("An error occurred. See https://git.io/JUIaE#"+t+" for more information."+(n.length>0?" Args: "+n.join(", "):""))}var z=function(){function t(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}var e=t.prototype;return e.indexOfGroup=function(t){for(var e=0,n=0;n<t;n++)e+=this.groupSizes[n];return e},e.insertRules=function(t,e){if(t>=this.groupSizes.length){for(var n=this.groupSizes,r=n.length,o=r;t>=o;)(o<<=1)<0&&R(16,""+t);this.groupSizes=new Uint32Array(o),this.groupSizes.set(n),this.length=o;for(var i=r;i<o;i++)this.groupSizes[i]=0}for(var a=this.indexOfGroup(t+1),s=0,c=e.length;s<c;s++)this.tag.insertRule(a,e[s])&&(this.groupSizes[t]++,a++)},e.clearGroup=function(t){if(t<this.length){var e=this.groupSizes[t],n=this.indexOfGroup(t),r=n+e;this.groupSizes[t]=0;for(var o=n;o<r;o++)this.tag.deleteRule(n)}},e.getGroup=function(t){var e="";if(t>=this.length||0===this.groupSizes[t])return e;for(var n=this.groupSizes[t],r=this.indexOfGroup(t),o=r+n,i=r;i<o;i++)e+=this.tag.getRule(i)+"/*!sc*/\n";return e},t}(),E=new Map,F=new Map,I=1,L=function(t){if(E.has(t))return E.get(t);for(;F.has(I);)I++;var e=I++;return E.set(t,e),F.set(e,t),e},N=function(t){return F.get(t)},H=function(t,e){e>=I&&(I=e+1),E.set(t,e),F.set(e,t)},M="style["+O+'][data-styled-version="5.3.3"]',V=new RegExp("^"+O+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),D=function(t,e,n){for(var r,o=n.split(","),i=0,a=o.length;i<a;i++)(r=o[i])&&t.registerName(e,r)},J=function(t,e){for(var n=(e.textContent||"").split("/*!sc*/\n"),r=[],o=0,i=n.length;o<i;o++){var a=n[o].trim();if(a){var s=a.match(V);if(s){var c=0|parseInt(s[1],10),l=s[2];0!==c&&(H(l,c),D(t,l,s[3]),t.getTag().insertRules(c,r)),r.length=0}else r.push(a)}}},T=function(){return"undefined"!=typeof window&&void 0!==window.__webpack_nonce__?window.__webpack_nonce__:null},U=function(t){var e=document.head,n=t||e,r=document.createElement("style"),o=function(t){for(var e=t.childNodes,n=e.length;n>=0;n--){var r=e[n];if(r&&1===r.nodeType&&r.hasAttribute(O))return r}}(n),i=void 0!==o?o.nextSibling:null;r.setAttribute(O,"active"),r.setAttribute("data-styled-version","5.3.3");var a=T();return a&&r.setAttribute("nonce",a),n.insertBefore(r,i),r},X=function(){function t(t){var e=this.element=U(t);e.appendChild(document.createTextNode("")),this.sheet=function(t){if(t.sheet)return t.sheet;for(var e=document.styleSheets,n=0,r=e.length;n<r;n++){var o=e[n];if(o.ownerNode===t)return o}R(17)}(e),this.length=0}var e=t.prototype;return e.insertRule=function(t,e){try{return this.sheet.insertRule(e,t),this.length++,!0}catch(t){return!1}},e.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.getRule=function(t){var e=this.sheet.cssRules[t];return void 0!==e&&"string"==typeof e.cssText?e.cssText:""},t}(),q=function(){function t(t){var e=this.element=U(t);this.nodes=e.childNodes,this.length=0}var e=t.prototype;return e.insertRule=function(t,e){if(t<=this.length&&t>=0){var n=document.createTextNode(e),r=this.nodes[t];return this.element.insertBefore(n,r||null),this.length++,!0}return!1},e.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},t}(),K=function(){function t(t){this.rules=[],this.length=0}var e=t.prototype;return e.insertRule=function(t,e){return t<=this.length&&(this.rules.splice(t,0,e),this.length++,!0)},e.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.getRule=function(t){return t<this.length?this.rules[t]:""},t}(),W=C,G={isServer:!C,useCSSOMInjection:!P},Q=function(){function t(t,e,n){void 0===t&&(t=w),void 0===e&&(e={}),this.options=b({},G,{},t),this.gs=e,this.names=new Map(n),this.server=!!t.isServer,!this.server&&C&&W&&(W=!1,function(t){for(var e=document.querySelectorAll(M),n=0,r=e.length;n<r;n++){var o=e[n];o&&"active"!==o.getAttribute(O)&&(J(t,o),o.parentNode&&o.parentNode.removeChild(o))}}(this))}t.registerId=function(t){return L(t)};var e=t.prototype;return e.reconstructWithOptions=function(e,n){return void 0===n&&(n=!0),new t(b({},this.options,{},e),this.gs,n&&this.names||void 0)},e.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.getTag=function(){return this.tag||(this.tag=(n=(e=this.options).isServer,r=e.useCSSOMInjection,o=e.target,t=n?new K(o):r?new X(o):new q(o),new z(t)));var t,e,n,r,o},e.hasNameForId=function(t,e){return this.names.has(t)&&this.names.get(t).has(e)},e.registerName=function(t,e){if(L(t),this.names.has(t))this.names.get(t).add(e);else{var n=new Set;n.add(e),this.names.set(t,n)}},e.insertRules=function(t,e,n){this.registerName(t,e),this.getTag().insertRules(L(t),n)},e.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.clearRules=function(t){this.getTag().clearGroup(L(t)),this.clearNames(t)},e.clearTag=function(){this.tag=void 0},e.toString=function(){return function(t){for(var e=t.getTag(),n=e.length,r="",o=0;o<n;o++){var i=N(o);if(void 0!==i){var a=t.names.get(i),s=e.getGroup(o);if(a&&s&&a.size){var c=O+".g"+o+'[id="'+i+'"]',l="";void 0!==a&&a.forEach((function(t){t.length>0&&(l+=t+",")})),r+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return r}(this)},t}(),B=/(a)(d)/gi,Z=function(t){return String.fromCharCode(t+(t>25?39:97))};function Y(t){var e,n="";for(e=Math.abs(t);e>52;e=e/52|0)n=Z(e%52)+n;return(Z(e%52)+n).replace(B,"$1-$2")}var _=function(t,e){for(var n=e.length;n;)t=33*t^e.charCodeAt(--n);return t},$=function(t){return _(5381,t)};function tt(t){for(var e=0;e<t.length;e+=1){var n=t[e];if(k(n)&&!A(n))return!1}return!0}var et=$("5.3.3"),nt=function(){function t(t,e,n){this.rules=t,this.staticRulesId="",this.isStatic=(void 0===n||n.isStatic)&&tt(t),this.componentId=e,this.baseHash=_(et,e),this.baseStyle=n,Q.registerId(e)}return t.prototype.generateAndInjectStyles=function(t,e,n){var r=this.componentId,o=[];if(this.baseStyle&&o.push(this.baseStyle.generateAndInjectStyles(t,e,n)),this.isStatic&&!n.hash)if(this.staticRulesId&&e.hasNameForId(r,this.staticRulesId))o.push(this.staticRulesId);else{var i=xt(this.rules,t,e,n).join(""),a=Y(_(this.baseHash,i)>>>0);if(!e.hasNameForId(r,a)){var s=n(i,"."+a,void 0,r);e.insertRules(r,a,s)}o.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=_(this.baseHash,n.hash),u="",d=0;d<c;d++){var f=this.rules[d];if("string"==typeof f)u+=f;else if(f){var p=xt(f,t,e,n),h=Array.isArray(p)?p.join(""):p;l=_(l,h+d),u+=h}}if(u){var m=Y(l>>>0);if(!e.hasNameForId(r,m)){var g=n(u,"."+m,void 0,r);e.insertRules(r,m,g)}o.push(m)}}return o.join(" ")},t}(),rt=/^\s*\/\/.*$/gm,ot=[":","[",".","#"];function it(t){var e,n,r,o,i=void 0===t?w:t,a=i.options,s=void 0===a?w:a,c=i.plugins,l=void 0===c?x:c,u=new d(s),f=[],p=function(t){function e(e){if(e)try{t(e+"}")}catch(t){}}return function(n,r,o,i,a,s,c,l,u,d){switch(n){case 1:if(0===u&&64===r.charCodeAt(0))return t(r+";"),"";break;case 2:if(0===l)return r+"/*|*/";break;case 3:switch(l){case 102:case 112:return t(o[0]+r),"";default:return r+(0===d?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(e)}}}((function(t){f.push(t)})),h=function(t,r,i){return 0===r&&-1!==ot.indexOf(i[n.length])||i.match(o)?t:"."+e};function m(t,i,a,s){void 0===s&&(s="&");var c=t.replace(rt,""),l=i&&a?a+" "+i+" { "+c+" }":c;return e=s,n=i,r=new RegExp("\\"+n+"\\b","g"),o=new RegExp("(\\"+n+"\\b){2,}"),u(a||!i?"":i,l)}return u.use([].concat(l,[function(t,e,o){2===t&&o.length&&o[0].lastIndexOf(n)>0&&(o[0]=o[0].replace(r,h))},p,function(t){if(-2===t){var e=f;return f=[],e}}])),m.hash=l.length?l.reduce((function(t,e){return e.name||R(15),_(t,e.name)}),5381).toString():"",m}var at=s().createContext(),st=(at.Consumer,s().createContext()),ct=(st.Consumer,new Q),lt=it();function ut(){return(0,a.useContext)(at)||ct}function dt(){return(0,a.useContext)(st)||lt}function ft(t){var e=(0,a.useState)(t.stylisPlugins),n=e[0],r=e[1],o=ut(),i=(0,a.useMemo)((function(){var e=o;return t.sheet?e=t.sheet:t.target&&(e=e.reconstructWithOptions({target:t.target},!1)),t.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[t.disableCSSOMInjection,t.sheet,t.target]),c=(0,a.useMemo)((function(){return it({options:{prefix:!t.disableVendorPrefixes},plugins:n})}),[t.disableVendorPrefixes,n]);return(0,a.useEffect)((function(){u()(n,t.stylisPlugins)||r(t.stylisPlugins)}),[t.stylisPlugins]),s().createElement(at.Provider,{value:i},s().createElement(st.Provider,{value:c},t.children))}var pt=function(){function t(t,e){var n=this;this.inject=function(t,e){void 0===e&&(e=lt);var r=n.name+e.hash;t.hasNameForId(n.id,r)||t.insertRules(n.id,r,e(n.rules,r,"@keyframes"))},this.toString=function(){return R(12,String(n.name))},this.name=t,this.id="sc-keyframes-"+t,this.rules=e}return t.prototype.getName=function(t){return void 0===t&&(t=lt),this.name+t.hash},t}(),ht=/([A-Z])/,mt=/([A-Z])/g,gt=/^ms-/,bt=function(t){return"-"+t.toLowerCase()};function yt(t){return ht.test(t)?t.replace(mt,bt).replace(gt,"-ms-"):t}var vt=function(t){return null==t||!1===t||""===t};function xt(t,e,n,r){if(Array.isArray(t)){for(var o,i=[],a=0,s=t.length;a<s;a+=1)""!==(o=xt(t[a],e,n,r))&&(Array.isArray(o)?i.push.apply(i,o):i.push(o));return i}return vt(t)?"":A(t)?"."+t.styledComponentId:k(t)?"function"!=typeof(c=t)||c.prototype&&c.prototype.isReactComponent||!e?t:xt(t(e),e,n,r):t instanceof pt?n?(t.inject(n,r),t.getName(r)):t:v(t)?function t(e,n){var r,o,i=[];for(var a in e)e.hasOwnProperty(a)&&!vt(e[a])&&(Array.isArray(e[a])&&e[a].isCss||k(e[a])?i.push(yt(a)+":",e[a],";"):v(e[a])?i.push.apply(i,t(e[a],a)):i.push(yt(a)+": "+(r=a,(null==(o=e[a])||"boolean"==typeof o||""===o?"":"number"!=typeof o||0===o||r in f?String(o).trim():o+"px")+";")));return n?[n+" {"].concat(i,["}"]):i}(t):t.toString();var c}var wt=function(t){return Array.isArray(t)&&(t.isCss=!0),t};function kt(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return k(t)||v(t)?wt(xt(y(x,[t].concat(n)))):0===n.length&&1===t.length&&"string"==typeof t[0]?t:wt(xt(y(t,n)))}new Set;var St=function(t,e,n){return void 0===n&&(n=w),t.theme!==n.theme&&t.theme||e||n.theme},At=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Ot=/(^-|-$)/g;function Ct(t){return t.replace(At,"-").replace(Ot,"")}var Pt=function(t){return Y($(t)>>>0)};function jt(t){return"string"==typeof t&&!0}var Rt=function(t){return"function"==typeof t||"object"==typeof t&&null!==t&&!Array.isArray(t)},zt=function(t){return"__proto__"!==t&&"constructor"!==t&&"prototype"!==t};function Et(t,e,n){var r=t[n];Rt(e)&&Rt(r)?Ft(r,e):t[n]=e}function Ft(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];for(var o=0,i=n;o<i.length;o++){var a=i[o];if(Rt(a))for(var s in a)zt(s)&&Et(t,a[s],s)}return t}var It=s().createContext();It.Consumer;var Lt={};function Nt(t,e,n){var r=A(t),o=!jt(t),i=e.attrs,c=void 0===i?x:i,l=e.componentId,u=void 0===l?function(t,e){var n="string"!=typeof t?"sc":Ct(t);Lt[n]=(Lt[n]||0)+1;var r=n+"-"+Pt("5.3.3"+n+Lt[n]);return e?e+"-"+r:r}(e.displayName,e.parentComponentId):l,d=e.displayName,f=void 0===d?function(t){return jt(t)?"styled."+t:"Styled("+S(t)+")"}(t):d,p=e.displayName&&e.componentId?Ct(e.displayName)+"-"+e.componentId:e.componentId||u,m=r&&t.attrs?Array.prototype.concat(t.attrs,c).filter(Boolean):c,y=e.shouldForwardProp;r&&t.shouldForwardProp&&(y=e.shouldForwardProp?function(n,r,o){return t.shouldForwardProp(n,r,o)&&e.shouldForwardProp(n,r,o)}:t.shouldForwardProp);var v,O=new nt(n,p,r?t.componentStyle:void 0),C=O.isStatic&&0===c.length,P=function(t,e){return function(t,e,n,r){var o=t.attrs,i=t.componentStyle,s=t.defaultProps,c=t.foldedComponentIds,l=t.shouldForwardProp,u=t.styledComponentId,d=t.target,f=function(t,e,n){void 0===t&&(t=w);var r=b({},e,{theme:t}),o={};return n.forEach((function(t){var e,n,i,a=t;for(e in k(a)&&(a=a(r)),a)r[e]=o[e]="className"===e?(n=o[e],i=a[e],n&&i?n+" "+i:n||i):a[e]})),[r,o]}(St(e,(0,a.useContext)(It),s)||w,e,o),p=f[0],m=f[1],g=function(t,e,n,r){var o=ut(),i=dt();return e?t.generateAndInjectStyles(w,o,i):t.generateAndInjectStyles(n,o,i)}(i,r,p),y=n,v=m.$as||e.$as||m.as||e.as||d,x=jt(v),S=m!==e?b({},e,{},m):e,A={};for(var O in S)"$"!==O[0]&&"as"!==O&&("forwardedAs"===O?A.as=S[O]:(l?l(O,h,v):!x||h(O))&&(A[O]=S[O]));return e.style&&m.style!==e.style&&(A.style=b({},e.style,{},m.style)),A.className=Array.prototype.concat(c,u,g!==u?g:null,e.className,m.className).filter(Boolean).join(" "),A.ref=y,(0,a.createElement)(v,A)}(v,t,e,C)};return P.displayName=f,(v=s().forwardRef(P)).attrs=m,v.componentStyle=O,v.displayName=f,v.shouldForwardProp=y,v.foldedComponentIds=r?Array.prototype.concat(t.foldedComponentIds,t.styledComponentId):x,v.styledComponentId=p,v.target=r?t.target:t,v.withComponent=function(t){var r=e.componentId,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(e,["componentId"]),i=r&&r+"-"+(jt(t)?t:Ct(S(t)));return Nt(t,b({},o,{attrs:m,componentId:i}),n)},Object.defineProperty(v,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=r?Ft({},t.defaultProps,e):e}}),v.toString=function(){return"."+v.styledComponentId},o&&g()(v,t,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),v}var Ht=function(t){return function t(e,n,r){if(void 0===r&&(r=w),!(0,c.isValidElementType)(n))return R(1,String(n));var o=function(){return e(n,r,kt.apply(void 0,arguments))};return o.withConfig=function(o){return t(e,n,b({},r,{},o))},o.attrs=function(o){return t(e,n,b({},r,{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},o}(Nt,t)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(t){Ht[t]=Ht(t)}));var Mt,Vt=function(){function t(t,e){this.rules=t,this.componentId=e,this.isStatic=tt(t),Q.registerId(this.componentId+1)}var e=t.prototype;return e.createStyles=function(t,e,n,r){var o=r(xt(this.rules,e,n,r).join(""),""),i=this.componentId+t;n.insertRules(i,i,o)},e.removeStyles=function(t,e){e.clearRules(this.componentId+t)},e.renderStyles=function(t,e,n,r){t>2&&Q.registerId(this.componentId+t),this.removeStyles(t,n),this.createStyles(t,e,n,r)},t}();(Mt=function(){var t=this;this._emitSheetCSS=function(){var e=t.instance.toString();if(!e)return"";var n=T();return"<style "+[n&&'nonce="'+n+'"',O+'="true"','data-styled-version="5.3.3"'].filter(Boolean).join(" ")+">"+e+"</style>"},this.getStyleTags=function(){return t.sealed?R(2):t._emitSheetCSS()},this.getStyleElement=function(){var e;if(t.sealed)return R(2);var n=((e={})[O]="",e["data-styled-version"]="5.3.3",e.dangerouslySetInnerHTML={__html:t.instance.toString()},e),r=T();return r&&(n.nonce=r),[s().createElement("style",b({},n,{key:"sc-0-0"}))]},this.seal=function(){t.sealed=!0},this.instance=new Q({isServer:!0}),this.sealed=!1}.prototype).collectStyles=function(t){return this.sealed?R(2):s().createElement(ft,{sheet:this.instance},t)},Mt.interleaveWithNodeStream=function(t){return R(3)};var Dt=Ht;function Jt(){return(Jt=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}function Tt(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function Ut(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],_n=!0,a=!1;try{for(n=n.call(t);!(_n=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);_n=!0);}catch(t){a=!0,o=t}finally{try{_n||null==n.return||n.return()}finally{if(a)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return Xt(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Xt(t,e):void 0}}(t,e)||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 Xt(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function qt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Kt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}var Wt,Gt,Qt,Bt,Zt,Yt,_t=function(t){var e=t.label,n=t.icon,r=t.iconSize,o=t.design,i=void 0===o?"solid":o,a=t.color,c=t.className,l=t.loading,u=function(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(t,["label","icon","iconSize","design","color","className","loading"]),d=s().createElement("span",{className:"sui-icon-loader sui-loading",style:{position:"relative"},"aria-hidden":"true"}),f=s().createElement(s().Fragment,null,s().createElement("span",{className:"sui-icon-".concat(n).concat(r?" sui-"+r:""),"aria-hidden":"true"}),s().createElement("span",{className:"sui-screen-reader-text"},e));switch(c="sui-button-icon ".concat(c||""),a){case"blue":case"green":case"red":case"orange":case"purple":case"yellow":case"white":c+=" sui-button-"+a;break;case"gray":default:c+=""}switch(i){case"ghost":case"outlined":c+=" sui-button-"+i;break;case"solid":default:c+=""}l&&(c+=" sui-button-onload");var p=u.href?"a":"button";return s().createElement(p,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Kt(Object(n),!0).forEach((function(e){qt(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Kt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({className:c,disabled:u.disabled||l},u),l?d:f)},$t="data:image/png;base64,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",te="data:image/png;base64,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",ee={mobile:"(min-width: ".concat(480,"px)"),tablet:"(min-width: ".concat(783,"px)"),laptop:"(min-width: ".concat(1200,"px)"),desktop:"(min-width: ".concat(1500,"px)")},ne={mobile:"(max-width: ".concat(479,"px)"),tablet:"(max-width: ".concat(782,"px)"),laptop:"(max-width: ".concat(1199,"px)"),desktop:"(max-width: ".concat(1499,"px)")},re={};re.Global=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var o=kt.apply(void 0,[t].concat(n)),i="sc-global-"+Pt(JSON.stringify(o)),c=new Vt(o,i);function l(t){var e=ut(),n=dt(),r=(0,a.useContext)(It),o=(0,a.useRef)(e.allocateGSInstance(i)).current;return e.server&&u(o,t,e,r,n),(0,a.useLayoutEffect)((function(){if(!e.server)return u(o,t,e,r,n),function(){return c.removeStyles(o,e)}}),[o,t,e,r,n]),null}function u(t,e,n,r,o){if(c.isStatic)c.renderStyles(t,j,n,o);else{var i=b({},e,{theme:St(e,r,l.defaultProps)});c.renderStyles(t,i,n,o)}}return s().memo(l)}(Wt||(Wt=Tt(['\n[class*="sui-2-"]'," .sui-wrap"," {\n\n\t.sui-module-notice-black-friday {\n\n\t\t&__container {\n\t\t\toverflow: hidden;\n\t\t\tposition: relative;\n\t\t\tmargin: 0 0 20px;\n\t\t\tpadding: 30px 40px;\n\t\t\tborder-radius: 4px;\n\t\t\tbackground-color: ",";\n\t\t\t","\n\n\t\t\t@media "," {\n\t\t\t\ttext-align: center;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: flex;\n\t\t\t\tmargin: 0 0 30px;\n\t\t\t\tflex-flow: row nowrap;\n\t\t\t\talign-items: flex-start;\n\t\t\t\tpadding-",": 0;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.sui-button-icon {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 10px;\n\t\t\t\t",": 10px;\n\t\t\t\tmargin-",": 0 !important;\n\t\t\t}\n\t\t}\n\n\t\t&__ribbon {\n\t\t\tdisplay: inline-block;\n\t\t\tpadding: 10px 20px 11px;\n\t\t\tbackground-color: ",";\n\t\t\tcolor: ",";\n\t\t\tfont-size: 22px;\n\t\t\tline-height: 29px;\n\t\t\tfont-weight: bold;\n\t\t\tletter-spacing: normal;\n\n\t\t\t@media "," {\n\t\t\t\tflex: 0 0 auto;\n\t\t\t\tpadding: 15px 20px 16px;\n\t\t\t}\n\t\t}\n\n\t\t&__body {\n\t\t\tmargin: 0 0 30px;\n\n\t\t\t@media "," {\n\t\t\t\tmin-width: 1px;\n\t\t\t\tflex: 1;\n\t\t\t\tmargin: 0 15px;\n\t\t\t\tpadding-",": 65px;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-flow: row nowrap;\n\t\t\t\talign-items: center;\n\t\t\t\tpadding-right: 0;\n\t\t\t}\n\t\t}\n\n\t\t&__content {\n\t\t\tmargin: 30px 0;\n\n\t\t\t@media "," {\n\t\t\t\tmargin-top: 0;\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tmin-width: 1px;\n\t\t\t\tflex: 1;\n\t\t\t\tmargin-bottom: 0;\n\t\t\t}\n\n\t\t\th1, h2, h3, h4, h5, h6, p, small {\n\t\t\t\tcolor: ",";\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tmargin: 0 0 15px;\n\t\t\t\tfont-size: 18px;\n\t\t\t\tline-height: 25px;\n\n\t\t\t\t@media "," {\n\t\t\t\t\tmargin: 0 0 5px;\n\t\t\t\t}\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t}\n\n\t\t\t\tstrong {\n\t\t\t\t\tfont-weight: 700;\n\n\t\t\t\t\t@media "," {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tmargin-bottom: 20px;\n\t\t\t\t\t\tfont-size: 28px;\n\t\t\t\t\t\tline-height: 29px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tsmall {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tdisplay: initial;\n\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\tline-height: 22px;\n\t\t\t\t\tfont-weight: 300;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__link {\n\t\t\tcursor: pointer;\n\t\t\tdisplay: inline-block;\n\t\t\tmargin: 0;\n\t\t\tpadding: 5px 30px;\n\t\t\tborder: 0;\n\t\t\tborder-radius: 30px;\n\t\t\tbackground: ",";\n\t\t\tbox-shadow: none;\n\t\t\tcolor: ",";\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 30px;\n\t\t\tfont-weight: bold;\n\t\t\ttext-decoration: none;\n\t\t\ttransition: 0.2s ease;\n\n\t\t\t&:hover,\n\t\t\t&:focus {\n\t\t\t\tbackground: #ffffff !important;\n\t\t\t\tcolor: "," !important;\n\t\t\t\t","\n\t\t\t}\n\n\t\t\t&:focus {\n\t\t\t\tbox-shadow: ",";\n\t\t\t}\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: block;\n\t\t\t\tflex: 0 0 auto;\n\t\t\t}\n\t\t}\n\t}\n}\n"])),(function(t){return t.rtl?'[dir="rtl"]':""}),(function(t){return t.monochrome?".sui-color-accessible":""}),(function(t){return t.monochrome?"#ffffff":"#07212C"}),(function(t){return t.monochrome?"box-shadow: 0 2px 0 #e6e6e6;":"\n\t\t\t\tbackground-image: image-set(\n\t\t\t\t\turl(".concat($t,") 1x,\n\t\t\t\t\turl(").concat(te,") 2x\n\t\t\t\t);\n\t\t\t\tbackground-image:\n\t\t\t\t\timage-set(\n\t\t\t\t\t\turl(").concat($t,") 1x,\n\t\t\t\t\t\turl(").concat(te,") 2x\n\t\t\t\t\t),\n\t\t\t\t\tlinear-gradient(270deg, #222222 0.67%, #07212C 100%);\n\t\t\t\t")}),ne.tablet,ee.tablet,(function(t){return t.rtl?"right":"left"}),ee.laptop,(function(t){return t.rtl?"left":"right"}),(function(t){return t.rtl?"left":"right"}),(function(t){return t.monochrome?"#000000":"#6D53AB"}),(function(t){return t.monochrome?"#ffffff":"#4DFD89"}),ee.tablet,ee.tablet,(function(t){return t.rtl?"left":"right"}),ee.laptop,ee.tablet,ee.laptop,(function(t){return t.monochrome?"#000000":"#ffffff"}),ee.tablet,ne.tablet,(function(t){return t.monochrome?"#000000":"#4DFD89"}),(function(t){return t.monochrome?"#ffffff !important":"#222222"}),(function(t){return t.monochrome?"#000000":"#222222"}),(function(t){return t.monochrome?"box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);":""}),(function(t){return t.monochrome?"0 0 10px 0 rgba(0,0,0,0.6)":"0 0 10px 0 rgba(255,255,255,0.3)"}),ee.laptop),re.Container=Dt.div(Gt||(Gt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\toverflow: hidden;\n\tposition: relative;\n\tmargin: 0 0 20px;\n\tpadding: 30px 40px;\n\tborder-radius: 4px;\n\tbackground-color: #07212C;\n\tbackground-image: image-set(\n\t\turl(',") 1x,\n\t\turl(",") 2x\n\t);\n\tbackground-image:\n\t\timage-set(\n\t\t\turl(",") 1x,\n\t\t\turl(",") 2x\n\t\t),\n\t\tlinear-gradient(270deg, #222222 0.67%, #07212C 100%);\n\n\t@media "," {\n\t\ttext-align: center;\n\t}\n\n\t@media "," {\n\t\tdisplay: flex;\n\t\tmargin: 0 0 30px;\n\t\tflex-flow: row nowrap;\n\t\talign-items: flex-start;\n\t\tpadding-left: 0;\n\t}\n\n\t@media "," {\n\t\talign-items: center;\n\t}\n\n\t.sui-button-icon {\n\t\tposition: absolute;\n\t\ttop: 10px;\n\t\tright: 10px;\n\t\tmargin-right: 0 !important;\n\t}\n}\n"])),$t,te,$t,te,ne.tablet,ee.tablet,ee.laptop),re.Ribbon=Dt.div(Qt||(Qt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tdisplay: inline-block;\n\tpadding: 10px 20px 11px;\n\tbackground-color: #6D53AB;\n\tcolor: #4DFD89;\n\tfont-size: 22px;\n\tline-height: 29px;\n\tfont-weight: bold;\n\tletter-spacing: normal;\n\n\t@media '," {\n\t\tflex: 0 0 auto;\n\t\tpadding: 15px 20px 16px;\n\t}\n}\n"])),ee.tablet),re.Body=Dt.div(Bt||(Bt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tmargin: 0 0 30px;\n\n\t@media '," {\n\t\tmin-width: 1px;\n\t\tflex: 1;\n\t\tmargin: 0 15px;\n\t\tpadding-right: 65px;\n\t}\n\n\t@media "," {\n\t\tdisplay: flex;\n\t\tflex-flow: row nowrap;\n\t\talign-items: center;\n\t\tpadding-right: 0;\n\t}\n}\n"])),ee.tablet,ee.laptop),re.Content=Dt.div(Zt||(Zt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tmargin: 30px 0;\n\n\t@media '," {\n\t\tmargin-top: 0;\n\t}\n\n\t@media "," {\n\t\tmin-width: 1px;\n\t\tflex: 1;\n\t\tmargin-bottom: 0;\n\t}\n\n\th1, h2, h3, h4, h5, h6, p, small {\n\t\tcolor: #fff;\n\t}\n\n\tp {\n\t\tmargin: 0 0 15px;\n\t\tfont-size: 18px;\n\t\tline-height: 25px;\n\n\t\t@media "," {\n\t\t\tmargin: 0 0 5px;\n\t\t}\n\n\t\t&:last-child {\n\t\t\tmargin: 0;\n\t\t}\n\n\t\tstrong {\n\t\t\tfont-weight: 700;\n\n\t\t\t@media "," {\n\t\t\t\tdisplay: block;\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t\tfont-size: 28px;\n\t\t\t\tline-height: 29px;\n\t\t\t}\n\t\t}\n\n\t\tsmall {\n\t\t\tmargin: 0;\n\t\t\tdisplay: initial;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 22px;\n\t\t\tfont-weight: 300;\n\t\t}\n\t}\n}\n"])),ee.tablet,ee.laptop,ee.tablet,ne.tablet),re.Link=Dt.a.attrs((function(t){return{href:t.ctaLink,target:"_blank"}}))(Yt||(Yt=Tt(['\n[class*="sui-2-"] .sui-wrap & {\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tmargin: 0;\n\tpadding: 5px 30px;\n\tborder: 0;\n\tborder-radius: 30px;\n\tbackground: #4DFD89;\n\tbox-shadow: none;\n\tcolor: #222;\n\tfont-size: 13px;\n\tline-height: 30px;\n\tfont-weight: bold;\n\ttext-decoration: none;\n\ttransition: 0.2s ease;\n\n\t&:hover,\n\t&:focus {\n\t\tbackground: #fff;\n\t\tcolor: #222222 !important;\n\t}\n\n\t&:focus {\n\t\tbox-shadow: 0 0 10px 0 rgba(255,255,255,0.3);\n\t}\n\n\t@media '," {\n\t\tdisplay: block;\n\t\tflex: 0 0 auto;\n\t}\n}\n"])),ee.laptop);var oe=["link","onCloseClick","sourceLang","children"];function ie(){var t=document.body,e=t.hasAttribute("dir"),n=t.getAttribute("dir");return!(!e||"rtl"!==n)}function ae(){for(var t=document.querySelectorAll(".sui-wrap"),e=0;e<t.length;e++)if(t[e].classList.contains("sui-color-accessible"))return!0;return!1}var se=function(t){var e=t.link,n=t.onCloseClick,r=t.sourceLang,o=t.children,i=function(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(t,oe),c=Ut((0,a.useState)(!1),2),l=c[0],u=c[1],d=Ut((0,a.useState)(!1),2),f=d[0],p=d[1],h=Ut((0,a.useState)(!1),2),m=h[0],g=h[1],b=Object.assign({discount:"50% Off",closeLabel:"Close",linkLabel:"See the deal"},r),y=null!==e&&""!==e;return s().useEffect((function(){p(ie),g(ae)})),!l&&s().createElement(s().Fragment,null,s().createElement(re.Global,{rtl:f,monochrome:m}),s().createElement("div",Jt({className:"sui-module-notice-black-friday__container"},i),s().createElement(_t,{color:"white",icon:"close",iconSize:"md",label:b.closeLabel,onClick:function(t){u(!0),void 0!==n&&n(t)}}),s().createElement("div",{className:"sui-module-notice-black-friday__ribbon"},b.discount),s().createElement("div",{className:"sui-module-notice-black-friday__body"},s().createElement("div",{className:"sui-module-notice-black-friday__content"},o),y&&s().createElement("a",{href:e||"#",target:"_blank",className:"sui-module-notice-black-friday__link"},b.linkLabel))))},ce=window.wp.i18n,le=jQuery,ue=n.n(le),de=ajaxurl,fe=n.n(de);class pe extends s().Component{render(){if(!this.isWithinTimeFrame())return(0,e.createElement)("div",null);const t="https://wpmudev.com/black-friday/?coupon=BFP-2021&utm_source="+("full"===class{static get(t,e="general"){Array.isArray(t)||(t=[t]);let n=window["_wds_"+e]||{};return t.forEach((t=>{n=n&&n.hasOwnProperty(t)?n[t]:""})),n}static get_bool(t,e="general"){return!!this.get(t,e)}}.get("build_type","black_friday")?"smartcrawl_pro":"smartcrawl_free")+"&utm_medium=referral&utm_campaign=bf2021";return(0,e.createElement)(se,{link:t,sourceLang:{discount:(0,ce.__)("50% Off","wds"),closeLabel:(0,ce.__)("Close","wds"),linkLabel:(0,ce.__)("See the deal","wds")},onCloseClick:()=>this.dismissBFNotice()},(0,e.createElement)("p",null,(0,e.createInterpolateElement)((0,ce.__)("<strong>Black Friday Offer!</strong> Get 11 Pro plugins on unlimited sites and much more with 50% OFF WPMU DEV Agency plan FOREVER."),{strong:(0,e.createElement)("strong",{style:{color:"#FFF"}})})),(0,e.createElement)("p",null,(0,e.createElement)("small",null,(0,ce.__)("* Only admin users can see this message","wds"))))}isWithinTimeFrame(){const t=new Date;if(2021!==t.getFullYear())return!1;const e=10===t.getMonth(),n=11===t.getMonth();return e||n&&t.getDate()<6}dismissBFNotice(){(class{static post(t,e,n={}){return new Promise((function(r,o){const i=Object.assign({},{action:t,_wds_nonce:e},n);ue().post(fe(),i).done((function(t){var e;t.success?r(null==t?void 0:t.data):o(null==t||null===(e=t.data)||void 0===e?void 0:e.message)})).fail((()=>o()))}))}}).post("wds-dismiss-black-friday-notice","")}}i()((()=>{const t=document.getElementById("wds-black-friday-2021");t&&(0,r.render)((0,e.createElement)(pe,null),t)}))}()}();
includes/assets/js/build/wds-schema-types.js CHANGED
@@ -1 +1 @@
1
- !function(){var e={4184:function(e,t){var o;!function(){"use strict";var i={}.hasOwnProperty;function s(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var r=typeof o;if("string"===r||"number"===r)e.push(o);else if(Array.isArray(o)){if(o.length){var n=s.apply(null,o);n&&e.push(n)}}else if("object"===r)if(o.toString===Object.prototype.toString)for(var a in o)i.call(o,a)&&o[a]&&e.push(a);else e.push(o.toString())}}return e.join(" ")}e.exports?(s.default=s,e.exports=s):void 0===(o=function(){return s}.apply(t,[]))||(e.exports=o)}()},7145:function(e,t){"use strict";function o(e){return"object"!=typeof e||"toString"in e?e:Object.prototype.toString.call(e).slice(8,-1)}Object.defineProperty(t,"__esModule",{value:!0});var i="object"==typeof process&&!0;function s(e,t){if(!e){if(i)throw new Error("Invariant failed");throw new Error(t())}}t.invariant=s;var r=Object.prototype.hasOwnProperty,n=Array.prototype.splice,a=Object.prototype.toString;function l(e){return a.call(e).slice(8,-1)}var d=Object.assign||function(e,t){return c(t).forEach((function(o){r.call(t,o)&&(e[o]=t[o])})),e},c="function"==typeof Object.getOwnPropertySymbols?function(e){return Object.keys(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.keys(e)};function u(e){return Array.isArray(e)?d(e.constructor(e.length),e):"Map"===l(e)?new Map(e):"Set"===l(e)?new Set(e):e&&"object"==typeof e?d(Object.create(Object.getPrototypeOf(e)),e):e}var p=function(){function e(){this.commands=d({},h),this.update=this.update.bind(this),this.update.extend=this.extend=this.extend.bind(this),this.update.isEquals=function(e,t){return e===t},this.update.newContext=function(){return(new e).update}}return Object.defineProperty(e.prototype,"isEquals",{get:function(){return this.update.isEquals},set:function(e){this.update.isEquals=e},enumerable:!0,configurable:!0}),e.prototype.extend=function(e,t){this.commands[e]=t},e.prototype.update=function(e,t){var o=this,i="function"==typeof t?{$apply:t}:t;Array.isArray(e)&&Array.isArray(i)||s(!Array.isArray(i),(function(){return"update(): You provided an invalid spec to update(). The spec may not contain an array except as the value of $set, $push, $unshift, $splice or any custom command allowing an array value."})),s("object"==typeof i&&null!==i,(function(){return"update(): You provided an invalid spec to update(). The spec and every included key path must be plain objects containing one of the following commands: "+Object.keys(o.commands).join(", ")+"."}));var n=e;return c(i).forEach((function(t){if(r.call(o.commands,t)){var s=e===n;n=o.commands[t](i[t],n,i,e),s&&o.isEquals(n,e)&&(n=e)}else{var a="Map"===l(e)?o.update(e.get(t),i[t]):o.update(e[t],i[t]),d="Map"===l(n)?n.get(t):n[t];o.isEquals(a,d)&&(void 0!==a||r.call(e,t))||(n===e&&(n=u(e)),"Map"===l(n)?n.set(t,a):n[t]=a)}})),n},e}();t.Context=p;var h={$push:function(e,t,o){return _(t,o,"$push"),e.length?t.concat(e):t},$unshift:function(e,t,o){return _(t,o,"$unshift"),e.length?e.concat(t):t},$splice:function(e,t,i,r){return function(e,t){s(Array.isArray(e),(function(){return"Expected $splice target to be an array; got "+o(e)})),f(t.$splice)}(t,i),e.forEach((function(e){f(e),t===r&&e.length&&(t=u(r)),n.apply(t,e)})),t},$set:function(e,t,o){return function(e){s(1===Object.keys(e).length,(function(){return"Cannot have more than one key in an object with $set"}))}(o),e},$toggle:function(e,t){w(e,"$toggle");var o=e.length?u(t):t;return e.forEach((function(e){o[e]=!t[e]})),o},$unset:function(e,t,o,i){return w(e,"$unset"),e.forEach((function(e){Object.hasOwnProperty.call(t,e)&&(t===i&&(t=u(i)),delete t[e])})),t},$add:function(e,t,o,i){return y(t,"$add"),w(e,"$add"),"Map"===l(t)?e.forEach((function(e){var o=e[0],s=e[1];t===i&&t.get(o)!==s&&(t=u(i)),t.set(o,s)})):e.forEach((function(e){t!==i||t.has(e)||(t=u(i)),t.add(e)})),t},$remove:function(e,t,o,i){return y(t,"$remove"),w(e,"$remove"),e.forEach((function(e){t===i&&t.has(e)&&(t=u(i)),t.delete(e)})),t},$merge:function(e,t,i,r){var n,a;return n=t,s((a=e)&&"object"==typeof a,(function(){return"update(): $merge expects a spec of type 'object'; got "+o(a)})),s(n&&"object"==typeof n,(function(){return"update(): $merge expects a target of type 'object'; got "+o(n)})),c(e).forEach((function(o){e[o]!==t[o]&&(t===r&&(t=u(r)),t[o]=e[o])})),t},$apply:function(e,t){var i;return s("function"==typeof(i=e),(function(){return"update(): expected spec of $apply to be a function; got "+o(i)+"."})),e(t)}},m=new p;function _(e,t,i){s(Array.isArray(e),(function(){return"update(): expected target of "+o(i)+" to be an array; got "+o(e)+"."})),w(t[i],i)}function w(e,t){s(Array.isArray(e),(function(){return"update(): expected spec of "+o(t)+" to be an array; got "+o(e)+". Did you forget to wrap your parameter in an array?"}))}function f(e){s(Array.isArray(e),(function(){return"update(): expected spec of $splice to be an array of arrays; got "+o(e)+". Did you forget to wrap your parameters in an array?"}))}function y(e,t){var i=l(e);s("Map"===i||"Set"===i,(function(){return"update(): "+o(t)+" expects a target of type Set or Map; got "+o(i)}))}t.isEquals=m.update.isEquals,t.extend=m.extend,t.default=m.update,t.default.default=e.exports=d(t.default,t)},8552:function(e,t,o){var i=o(852)(o(5639),"DataView");e.exports=i},1989:function(e,t,o){var i=o(1789),s=o(401),r=o(7667),n=o(1327),a=o(1866);function l(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=r,l.prototype.has=n,l.prototype.set=a,e.exports=l},8407:function(e,t,o){var i=o(7040),s=o(4125),r=o(2117),n=o(7518),a=o(4705);function l(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=r,l.prototype.has=n,l.prototype.set=a,e.exports=l},7071:function(e,t,o){var i=o(852)(o(5639),"Map");e.exports=i},3369:function(e,t,o){var i=o(4785),s=o(1285),r=o(6e3),n=o(9916),a=o(5265);function l(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=r,l.prototype.has=n,l.prototype.set=a,e.exports=l},3818:function(e,t,o){var i=o(852)(o(5639),"Promise");e.exports=i},8525:function(e,t,o){var i=o(852)(o(5639),"Set");e.exports=i},6384:function(e,t,o){var i=o(8407),s=o(7465),r=o(3779),n=o(7599),a=o(4758),l=o(4309);function d(e){var t=this.__data__=new i(e);this.size=t.size}d.prototype.clear=s,d.prototype.delete=r,d.prototype.get=n,d.prototype.has=a,d.prototype.set=l,e.exports=d},2705:function(e,t,o){var i=o(5639).Symbol;e.exports=i},1149:function(e,t,o){var i=o(5639).Uint8Array;e.exports=i},577:function(e,t,o){var i=o(852)(o(5639),"WeakMap");e.exports=i},6874:function(e){e.exports=function(e,t,o){switch(o.length){case 0:return e.call(t);case 1:return e.call(t,o[0]);case 2:return e.call(t,o[0],o[1]);case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}},7412:function(e){e.exports=function(e,t){for(var o=-1,i=null==e?0:e.length;++o<i&&!1!==t(e[o],o,e););return e}},4963:function(e){e.exports=function(e,t){for(var o=-1,i=null==e?0:e.length,s=0,r=[];++o<i;){var n=e[o];t(n,o,e)&&(r[s++]=n)}return r}},4636:function(e,t,o){var i=o(2545),s=o(5694),r=o(1469),n=o(4144),a=o(5776),l=o(6719),d=Object.prototype.hasOwnProperty;e.exports=function(e,t){var o=r(e),c=!o&&s(e),u=!o&&!c&&n(e),p=!o&&!c&&!u&&l(e),h=o||c||u||p,m=h?i(e.length,String):[],_=m.length;for(var w in e)!t&&!d.call(e,w)||h&&("length"==w||u&&("offset"==w||"parent"==w)||p&&("buffer"==w||"byteLength"==w||"byteOffset"==w)||a(w,_))||m.push(w);return m}},9932:function(e){e.exports=function(e,t){for(var o=-1,i=null==e?0:e.length,s=Array(i);++o<i;)s[o]=t(e[o],o,e);return s}},2488:function(e){e.exports=function(e,t){for(var o=-1,i=t.length,s=e.length;++o<i;)e[s+o]=t[o];return e}},6556:function(e,t,o){var i=o(9465),s=o(7813);e.exports=function(e,t,o){(void 0!==o&&!s(e[t],o)||void 0===o&&!(t in e))&&i(e,t,o)}},4865:function(e,t,o){var i=o(9465),s=o(7813),r=Object.prototype.hasOwnProperty;e.exports=function(e,t,o){var n=e[t];r.call(e,t)&&s(n,o)&&(void 0!==o||t in e)||i(e,t,o)}},8470:function(e,t,o){var i=o(7813);e.exports=function(e,t){for(var o=e.length;o--;)if(i(e[o][0],t))return o;return-1}},4037:function(e,t,o){var i=o(8363),s=o(3674);e.exports=function(e,t){return e&&i(t,s(t),e)}},3886:function(e,t,o){var i=o(8363),s=o(1704);e.exports=function(e,t){return e&&i(t,s(t),e)}},9465:function(e,t,o){var i=o(8777);e.exports=function(e,t,o){"__proto__"==t&&i?i(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}},5990:function(e,t,o){var i=o(6384),s=o(7412),r=o(4865),n=o(4037),a=o(3886),l=o(4626),d=o(278),c=o(8805),u=o(1911),p=o(8234),h=o(6904),m=o(4160),_=o(3824),w=o(9148),f=o(8517),y=o(1469),g=o(4144),b=o(6688),v=o(3218),T=o(2928),S=o(3674),x=o(1704),A="[object Arguments]",C="[object Function]",E="[object Object]",P={};P[A]=P["[object Array]"]=P["[object ArrayBuffer]"]=P["[object DataView]"]=P["[object Boolean]"]=P["[object Date]"]=P["[object Float32Array]"]=P["[object Float64Array]"]=P["[object Int8Array]"]=P["[object Int16Array]"]=P["[object Int32Array]"]=P["[object Map]"]=P["[object Number]"]=P[E]=P["[object RegExp]"]=P["[object Set]"]=P["[object String]"]=P["[object Symbol]"]=P["[object Uint8Array]"]=P["[object Uint8ClampedArray]"]=P["[object Uint16Array]"]=P["[object Uint32Array]"]=!0,P["[object Error]"]=P[C]=P["[object WeakMap]"]=!1,e.exports=function e(t,o,O,D,k,R){var N,I=1&o,L=2&o,M=4&o;if(O&&(N=k?O(t,D,k,R):O(t)),void 0!==N)return N;if(!v(t))return t;var F=y(t);if(F){if(N=_(t),!I)return d(t,N)}else{var j=m(t),q=j==C||"[object GeneratorFunction]"==j;if(g(t))return l(t,I);if(j==E||j==A||q&&!k){if(N=L||q?{}:f(t),!I)return L?u(t,a(N,t)):c(t,n(N,t))}else{if(!P[j])return k?t:{};N=w(t,j,I)}}R||(R=new i);var V=R.get(t);if(V)return V;R.set(t,N),T(t)?t.forEach((function(i){N.add(e(i,o,O,i,t,R))})):b(t)&&t.forEach((function(i,s){N.set(s,e(i,o,O,s,t,R))}));var U=F?void 0:(M?L?h:p:L?x:S)(t);return s(U||t,(function(i,s){U&&(i=t[s=i]),r(N,s,e(i,o,O,s,t,R))})),N}},3118:function(e,t,o){var i=o(3218),s=Object.create,r=function(){function e(){}return function(t){if(!i(t))return{};if(s)return s(t);e.prototype=t;var o=new e;return e.prototype=void 0,o}}();e.exports=r},8483:function(e,t,o){var i=o(5063)();e.exports=i},8866:function(e,t,o){var i=o(2488),s=o(1469);e.exports=function(e,t,o){var r=t(e);return s(e)?r:i(r,o(e))}},4239:function(e,t,o){var i=o(2705),s=o(9607),r=o(2333),n=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":n&&n in Object(e)?s(e):r(e)}},9454:function(e,t,o){var i=o(4239),s=o(7005);e.exports=function(e){return s(e)&&"[object Arguments]"==i(e)}},5588:function(e,t,o){var i=o(4160),s=o(7005);e.exports=function(e){return s(e)&&"[object Map]"==i(e)}},8458:function(e,t,o){var i=o(3560),s=o(5346),r=o(3218),n=o(346),a=/^\[object .+?Constructor\]$/,l=Function.prototype,d=Object.prototype,c=l.toString,u=d.hasOwnProperty,p=RegExp("^"+c.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!r(e)||s(e))&&(i(e)?p:a).test(n(e))}},9221:function(e,t,o){var i=o(4160),s=o(7005);e.exports=function(e){return s(e)&&"[object Set]"==i(e)}},8749:function(e,t,o){var i=o(4239),s=o(1780),r=o(7005),n={};n["[object Float32Array]"]=n["[object Float64Array]"]=n["[object Int8Array]"]=n["[object Int16Array]"]=n["[object Int32Array]"]=n["[object Uint8Array]"]=n["[object Uint8ClampedArray]"]=n["[object Uint16Array]"]=n["[object Uint32Array]"]=!0,n["[object Arguments]"]=n["[object Array]"]=n["[object ArrayBuffer]"]=n["[object Boolean]"]=n["[object DataView]"]=n["[object Date]"]=n["[object Error]"]=n["[object Function]"]=n["[object Map]"]=n["[object Number]"]=n["[object Object]"]=n["[object RegExp]"]=n["[object Set]"]=n["[object String]"]=n["[object WeakMap]"]=!1,e.exports=function(e){return r(e)&&s(e.length)&&!!n[i(e)]}},280:function(e,t,o){var i=o(5726),s=o(6916),r=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return s(e);var t=[];for(var o in Object(e))r.call(e,o)&&"constructor"!=o&&t.push(o);return t}},313:function(e,t,o){var i=o(3218),s=o(5726),r=o(3498),n=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return r(e);var t=s(e),o=[];for(var a in e)("constructor"!=a||!t&&n.call(e,a))&&o.push(a);return o}},2980:function(e,t,o){var i=o(6384),s=o(6556),r=o(8483),n=o(9783),a=o(3218),l=o(1704),d=o(6390);e.exports=function e(t,o,c,u,p){t!==o&&r(o,(function(r,l){if(p||(p=new i),a(r))n(t,o,l,c,e,u,p);else{var h=u?u(d(t,l),r,l+"",t,o,p):void 0;void 0===h&&(h=r),s(t,l,h)}}),l)}},9783:function(e,t,o){var i=o(6556),s=o(4626),r=o(7133),n=o(278),a=o(8517),l=o(5694),d=o(1469),c=o(9246),u=o(4144),p=o(3560),h=o(3218),m=o(8630),_=o(6719),w=o(6390),f=o(9881);e.exports=function(e,t,o,y,g,b,v){var T=w(e,o),S=w(t,o),x=v.get(S);if(x)i(e,o,x);else{var A=b?b(T,S,o+"",e,t,v):void 0,C=void 0===A;if(C){var E=d(S),P=!E&&u(S),O=!E&&!P&&_(S);A=S,E||P||O?d(T)?A=T:c(T)?A=n(T):P?(C=!1,A=s(S,!0)):O?(C=!1,A=r(S,!0)):A=[]:m(S)||l(S)?(A=T,l(T)?A=f(T):h(T)&&!p(T)||(A=a(S))):C=!1}C&&(v.set(S,A),g(A,S,y,b,v),v.delete(S)),i(e,o,A)}}},5976:function(e,t,o){var i=o(6557),s=o(5357),r=o(61);e.exports=function(e,t){return r(s(e,t,i),e+"")}},6560:function(e,t,o){var i=o(5703),s=o(8777),r=o(6557),n=s?function(e,t){return s(e,"toString",{configurable:!0,enumerable:!1,value:i(t),writable:!0})}:r;e.exports=n},2545:function(e){e.exports=function(e,t){for(var o=-1,i=Array(e);++o<e;)i[o]=t(o);return i}},531:function(e,t,o){var i=o(2705),s=o(9932),r=o(1469),n=o(3448),a=i?i.prototype:void 0,l=a?a.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(r(t))return s(t,e)+"";if(n(t))return l?l.call(t):"";var o=t+"";return"0"==o&&1/t==-1/0?"-0":o}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},4318:function(e,t,o){var i=o(1149);e.exports=function(e){var t=new e.constructor(e.byteLength);return new i(t).set(new i(e)),t}},4626:function(e,t,o){e=o.nmd(e);var i=o(5639),s=t&&!t.nodeType&&t,r=s&&e&&!e.nodeType&&e,n=r&&r.exports===s?i.Buffer:void 0,a=n?n.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var o=e.length,i=a?a(o):new e.constructor(o);return e.copy(i),i}},7157:function(e,t,o){var i=o(4318);e.exports=function(e,t){var o=t?i(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.byteLength)}},3147:function(e){var t=/\w*$/;e.exports=function(e){var o=new e.constructor(e.source,t.exec(e));return o.lastIndex=e.lastIndex,o}},419:function(e,t,o){var i=o(2705),s=i?i.prototype:void 0,r=s?s.valueOf:void 0;e.exports=function(e){return r?Object(r.call(e)):{}}},7133:function(e,t,o){var i=o(4318);e.exports=function(e,t){var o=t?i(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}},278:function(e){e.exports=function(e,t){var o=-1,i=e.length;for(t||(t=Array(i));++o<i;)t[o]=e[o];return t}},8363:function(e,t,o){var i=o(4865),s=o(9465);e.exports=function(e,t,o,r){var n=!o;o||(o={});for(var a=-1,l=t.length;++a<l;){var d=t[a],c=r?r(o[d],e[d],d,o,e):void 0;void 0===c&&(c=e[d]),n?s(o,d,c):i(o,d,c)}return o}},8805:function(e,t,o){var i=o(8363),s=o(9551);e.exports=function(e,t){return i(e,s(e),t)}},1911:function(e,t,o){var i=o(8363),s=o(1442);e.exports=function(e,t){return i(e,s(e),t)}},4429:function(e,t,o){var i=o(5639)["__core-js_shared__"];e.exports=i},1463:function(e,t,o){var i=o(5976),s=o(6612);e.exports=function(e){return i((function(t,o){var i=-1,r=o.length,n=r>1?o[r-1]:void 0,a=r>2?o[2]:void 0;for(n=e.length>3&&"function"==typeof n?(r--,n):void 0,a&&s(o[0],o[1],a)&&(n=r<3?void 0:n,r=1),t=Object(t);++i<r;){var l=o[i];l&&e(t,l,i,n)}return t}))}},5063:function(e){e.exports=function(e){return function(t,o,i){for(var s=-1,r=Object(t),n=i(t),a=n.length;a--;){var l=n[e?a:++s];if(!1===o(r[l],l,r))break}return t}}},8777:function(e,t,o){var i=o(852),s=function(){try{var e=i(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=s},1957:function(e,t,o){var i="object"==typeof o.g&&o.g&&o.g.Object===Object&&o.g;e.exports=i},8234:function(e,t,o){var i=o(8866),s=o(9551),r=o(3674);e.exports=function(e){return i(e,r,s)}},6904:function(e,t,o){var i=o(8866),s=o(1442),r=o(1704);e.exports=function(e){return i(e,r,s)}},5050:function(e,t,o){var i=o(7019);e.exports=function(e,t){var o=e.__data__;return i(t)?o["string"==typeof t?"string":"hash"]:o.map}},852:function(e,t,o){var i=o(8458),s=o(7801);e.exports=function(e,t){var o=s(e,t);return i(o)?o:void 0}},5924:function(e,t,o){var i=o(5569)(Object.getPrototypeOf,Object);e.exports=i},9607:function(e,t,o){var i=o(2705),s=Object.prototype,r=s.hasOwnProperty,n=s.toString,a=i?i.toStringTag:void 0;e.exports=function(e){var t=r.call(e,a),o=e[a];try{e[a]=void 0;var i=!0}catch(e){}var s=n.call(e);return i&&(t?e[a]=o:delete e[a]),s}},9551:function(e,t,o){var i=o(4963),s=o(479),r=Object.prototype.propertyIsEnumerable,n=Object.getOwnPropertySymbols,a=n?function(e){return null==e?[]:(e=Object(e),i(n(e),(function(t){return r.call(e,t)})))}:s;e.exports=a},1442:function(e,t,o){var i=o(2488),s=o(5924),r=o(9551),n=o(479),a=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)i(t,r(e)),e=s(e);return t}:n;e.exports=a},4160:function(e,t,o){var i=o(8552),s=o(7071),r=o(3818),n=o(8525),a=o(577),l=o(4239),d=o(346),c="[object Map]",u="[object Promise]",p="[object Set]",h="[object WeakMap]",m="[object DataView]",_=d(i),w=d(s),f=d(r),y=d(n),g=d(a),b=l;(i&&b(new i(new ArrayBuffer(1)))!=m||s&&b(new s)!=c||r&&b(r.resolve())!=u||n&&b(new n)!=p||a&&b(new a)!=h)&&(b=function(e){var t=l(e),o="[object Object]"==t?e.constructor:void 0,i=o?d(o):"";if(i)switch(i){case _:return m;case w:return c;case f:return u;case y:return p;case g:return h}return t}),e.exports=b},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},1789:function(e,t,o){var i=o(4536);e.exports=function(){this.__data__=i?i(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,o){var i=o(4536),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(i){var o=t[e];return"__lodash_hash_undefined__"===o?void 0:o}return s.call(t,e)?t[e]:void 0}},1327:function(e,t,o){var i=o(4536),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return i?void 0!==t[e]:s.call(t,e)}},1866:function(e,t,o){var i=o(4536);e.exports=function(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=i&&void 0===t?"__lodash_hash_undefined__":t,this}},3824:function(e){var t=Object.prototype.hasOwnProperty;e.exports=function(e){var o=e.length,i=new e.constructor(o);return o&&"string"==typeof e[0]&&t.call(e,"index")&&(i.index=e.index,i.input=e.input),i}},9148:function(e,t,o){var i=o(4318),s=o(7157),r=o(3147),n=o(419),a=o(7133);e.exports=function(e,t,o){var l=e.constructor;switch(t){case"[object ArrayBuffer]":return i(e);case"[object Boolean]":case"[object Date]":return new l(+e);case"[object DataView]":return s(e,o);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return a(e,o);case"[object Map]":return new l;case"[object Number]":case"[object String]":return new l(e);case"[object RegExp]":return r(e);case"[object Set]":return new l;case"[object Symbol]":return n(e)}}},8517:function(e,t,o){var i=o(3118),s=o(5924),r=o(5726);e.exports=function(e){return"function"!=typeof e.constructor||r(e)?{}:i(s(e))}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,o){var i=typeof e;return!!(o=null==o?9007199254740991:o)&&("number"==i||"symbol"!=i&&t.test(e))&&e>-1&&e%1==0&&e<o}},6612:function(e,t,o){var i=o(7813),s=o(8612),r=o(5776),n=o(3218);e.exports=function(e,t,o){if(!n(o))return!1;var a=typeof t;return!!("number"==a?s(o)&&r(t,o.length):"string"==a&&t in o)&&i(o[t],e)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,o){var i,s=o(4429),r=(i=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";e.exports=function(e){return!!r&&r in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var o=e&&e.constructor;return e===("function"==typeof o&&o.prototype||t)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,o){var i=o(8470),s=Array.prototype.splice;e.exports=function(e){var t=this.__data__,o=i(t,e);return!(o<0||(o==t.length-1?t.pop():s.call(t,o,1),--this.size,0))}},2117:function(e,t,o){var i=o(8470);e.exports=function(e){var t=this.__data__,o=i(t,e);return o<0?void 0:t[o][1]}},7518:function(e,t,o){var i=o(8470);e.exports=function(e){return i(this.__data__,e)>-1}},4705:function(e,t,o){var i=o(8470);e.exports=function(e,t){var o=this.__data__,s=i(o,e);return s<0?(++this.size,o.push([e,t])):o[s][1]=t,this}},4785:function(e,t,o){var i=o(1989),s=o(8407),r=o(7071);e.exports=function(){this.size=0,this.__data__={hash:new i,map:new(r||s),string:new i}}},1285:function(e,t,o){var i=o(5050);e.exports=function(e){var t=i(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,o){var i=o(5050);e.exports=function(e){return i(this,e).get(e)}},9916:function(e,t,o){var i=o(5050);e.exports=function(e){return i(this,e).has(e)}},5265:function(e,t,o){var i=o(5050);e.exports=function(e,t){var o=i(this,e),s=o.size;return o.set(e,t),this.size+=o.size==s?0:1,this}},4536:function(e,t,o){var i=o(852)(Object,"create");e.exports=i},6916:function(e,t,o){var i=o(5569)(Object.keys,Object);e.exports=i},3498:function(e){e.exports=function(e){var t=[];if(null!=e)for(var o in Object(e))t.push(o);return t}},1167:function(e,t,o){e=o.nmd(e);var i=o(1957),s=t&&!t.nodeType&&t,r=s&&e&&!e.nodeType&&e,n=r&&r.exports===s&&i.process,a=function(){try{return r&&r.require&&r.require("util").types||n&&n.binding&&n.binding("util")}catch(e){}}();e.exports=a},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(o){return e(t(o))}}},5357:function(e,t,o){var i=o(6874),s=Math.max;e.exports=function(e,t,o){return t=s(void 0===t?e.length-1:t,0),function(){for(var r=arguments,n=-1,a=s(r.length-t,0),l=Array(a);++n<a;)l[n]=r[t+n];n=-1;for(var d=Array(t+1);++n<t;)d[n]=r[n];return d[t]=o(l),i(e,this,d)}}},5639:function(e,t,o){var i=o(1957),s="object"==typeof self&&self&&self.Object===Object&&self,r=i||s||Function("return this")();e.exports=r},6390:function(e){e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},61:function(e,t,o){var i=o(6560),s=o(1275)(i);e.exports=s},1275:function(e){var t=Date.now;e.exports=function(e){var o=0,i=0;return function(){var s=t(),r=16-(s-i);if(i=s,r>0){if(++o>=800)return arguments[0]}else o=0;return e.apply(void 0,arguments)}}},7465:function(e,t,o){var i=o(8407);e.exports=function(){this.__data__=new i,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,o){var i=o(8407),s=o(7071),r=o(3369);e.exports=function(e,t){var o=this.__data__;if(o instanceof i){var n=o.__data__;if(!s||n.length<199)return n.push([e,t]),this.size=++o.size,this;o=this.__data__=new r(n)}return o.set(e,t),this.size=o.size,this}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},361:function(e,t,o){var i=o(5990);e.exports=function(e){return i(e,5)}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},6557:function(e){e.exports=function(e){return e}},5694:function(e,t,o){var i=o(9454),s=o(7005),r=Object.prototype,n=r.hasOwnProperty,a=r.propertyIsEnumerable,l=i(function(){return arguments}())?i:function(e){return s(e)&&n.call(e,"callee")&&!a.call(e,"callee")};e.exports=l},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,o){var i=o(3560),s=o(1780);e.exports=function(e){return null!=e&&s(e.length)&&!i(e)}},9246:function(e,t,o){var i=o(8612),s=o(7005);e.exports=function(e){return s(e)&&i(e)}},4144:function(e,t,o){e=o.nmd(e);var i=o(5639),s=o(5062),r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,a=n&&n.exports===r?i.Buffer:void 0,l=(a?a.isBuffer:void 0)||s;e.exports=l},3560:function(e,t,o){var i=o(4239),s=o(3218);e.exports=function(e){if(!s(e))return!1;var t=i(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},6688:function(e,t,o){var i=o(5588),s=o(1717),r=o(1167),n=r&&r.isMap,a=n?s(n):i;e.exports=a},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},8630:function(e,t,o){var i=o(4239),s=o(5924),r=o(7005),n=Function.prototype,a=Object.prototype,l=n.toString,d=a.hasOwnProperty,c=l.call(Object);e.exports=function(e){if(!r(e)||"[object Object]"!=i(e))return!1;var t=s(e);if(null===t)return!0;var o=d.call(t,"constructor")&&t.constructor;return"function"==typeof o&&o instanceof o&&l.call(o)==c}},2928:function(e,t,o){var i=o(9221),s=o(1717),r=o(1167),n=r&&r.isSet,a=n?s(n):i;e.exports=a},3448:function(e,t,o){var i=o(4239),s=o(7005);e.exports=function(e){return"symbol"==typeof e||s(e)&&"[object Symbol]"==i(e)}},6719:function(e,t,o){var i=o(8749),s=o(1717),r=o(1167),n=r&&r.isTypedArray,a=n?s(n):i;e.exports=a},3674:function(e,t,o){var i=o(4636),s=o(280),r=o(8612);e.exports=function(e){return r(e)?i(e):s(e)}},1704:function(e,t,o){var i=o(4636),s=o(313),r=o(8612);e.exports=function(e){return r(e)?i(e,!0):s(e)}},2492:function(e,t,o){var i=o(2980),s=o(1463)((function(e,t,o){i(e,t,o)}));e.exports=s},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},9881:function(e,t,o){var i=o(8363),s=o(1704);e.exports=function(e){return i(e,s(e))}},9833:function(e,t,o){var i=o(531);e.exports=function(e){return null==e?"":i(e)}},3955:function(e,t,o){var i=o(9833),s=0;e.exports=function(e){var t=++s;return i(e)+t}},9490:function(e,t){"use strict";function o(e,t){for(var o=0;o<t.length;o++){var i=t[o];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function i(e,t,i){return t&&o(e.prototype,t),i&&o(e,i),e}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(e[i]=o[i])}return e}).apply(this,arguments)}function r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,a(e,t)}function n(e){return(n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function d(e,t,o){return(d=l()?Reflect.construct:function(e,t,o){var i=[null];i.push.apply(i,t);var s=new(Function.bind.apply(e,i));return o&&a(s,o.prototype),s}).apply(null,arguments)}function c(e){var t="function"==typeof Map?new Map:void 0;return(c=function(e){if(null===e||(o=e,-1===Function.toString.call(o).indexOf("[native code]")))return e;var o;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,i)}function i(){return d(e,arguments,n(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),a(i,e)})(e)}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,i=new Array(t);o<t;o++)i[o]=e[o];return i}function p(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(o)return(o=o.call(e)).next.bind(o);if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return u(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?u(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var h=function(e){function t(){return e.apply(this,arguments)||this}return r(t,e),t}(c(Error)),m=function(e){function t(t){return e.call(this,"Invalid DateTime: "+t.toMessage())||this}return r(t,e),t}(h),_=function(e){function t(t){return e.call(this,"Invalid Interval: "+t.toMessage())||this}return r(t,e),t}(h),w=function(e){function t(t){return e.call(this,"Invalid Duration: "+t.toMessage())||this}return r(t,e),t}(h),f=function(e){function t(){return e.apply(this,arguments)||this}return r(t,e),t}(h),y=function(e){function t(t){return e.call(this,"Invalid unit "+t)||this}return r(t,e),t}(h),g=function(e){function t(){return e.apply(this,arguments)||this}return r(t,e),t}(h),b=function(e){function t(){return e.call(this,"Zone is an abstract class")||this}return r(t,e),t}(h),v="numeric",T="short",S="long",x={year:v,month:v,day:v},A={year:v,month:T,day:v},C={year:v,month:T,day:v,weekday:T},E={year:v,month:S,day:v},P={year:v,month:S,day:v,weekday:S},O={hour:v,minute:v},D={hour:v,minute:v,second:v},k={hour:v,minute:v,second:v,timeZoneName:T},R={hour:v,minute:v,second:v,timeZoneName:S},N={hour:v,minute:v,hourCycle:"h23"},I={hour:v,minute:v,second:v,hourCycle:"h23"},L={hour:v,minute:v,second:v,hourCycle:"h23",timeZoneName:T},M={hour:v,minute:v,second:v,hourCycle:"h23",timeZoneName:S},F={year:v,month:v,day:v,hour:v,minute:v},j={year:v,month:v,day:v,hour:v,minute:v,second:v},q={year:v,month:T,day:v,hour:v,minute:v},V={year:v,month:T,day:v,hour:v,minute:v,second:v},U={year:v,month:T,day:v,weekday:T,hour:v,minute:v},B={year:v,month:S,day:v,hour:v,minute:v,timeZoneName:T},z={year:v,month:S,day:v,hour:v,minute:v,second:v,timeZoneName:T},H={year:v,month:S,day:v,weekday:S,hour:v,minute:v,timeZoneName:S},G={year:v,month:S,day:v,weekday:S,hour:v,minute:v,second:v,timeZoneName:S};function W(e){return void 0===e}function Z(e){return"number"==typeof e}function $(e){return"number"==typeof e&&e%1==0}function Y(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function K(e,t,o){if(0!==e.length)return e.reduce((function(e,i){var s=[t(i),i];return e&&o(e[0],s[0])===e[0]?e:s}),null)[1]}function J(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Q(e,t,o){return $(e)&&e>=t&&e<=o}function X(e,t){void 0===t&&(t=2);var o=e<0?"-":"",i=o?-1*e:e;return""+o+(i.toString().length<t?("0".repeat(t)+i).slice(-t):i.toString())}function ee(e){return W(e)||null===e||""===e?void 0:parseInt(e,10)}function te(e){if(!W(e)&&null!==e&&""!==e){var t=1e3*parseFloat("0."+e);return Math.floor(t)}}function oe(e,t,o){void 0===o&&(o=!1);var i=Math.pow(10,t);return(o?Math.trunc:Math.round)(e*i)/i}function ie(e){return e%4==0&&(e%100!=0||e%400==0)}function se(e){return ie(e)?366:365}function re(e,t){var o,i=(o=t-1)-12*Math.floor(o/12)+1;return 2===i?ie(e+(t-i)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][i-1]}function ne(e){var t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t)).setUTCFullYear(t.getUTCFullYear()-1900),+t}function ae(e){var t=(e+Math.floor(e/4)-Math.floor(e/100)+Math.floor(e/400))%7,o=e-1,i=(o+Math.floor(o/4)-Math.floor(o/100)+Math.floor(o/400))%7;return 4===t||3===i?53:52}function le(e){return e>99?e:e>60?1900+e:2e3+e}function de(e,t,o,i){void 0===i&&(i=null);var r=new Date(e),n={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(n.timeZone=i);var a=s({timeZoneName:t},n),l=new Intl.DateTimeFormat(o,a).formatToParts(r).find((function(e){return"timezonename"===e.type.toLowerCase()}));return l?l.value:null}function ce(e,t){var o=parseInt(e,10);Number.isNaN(o)&&(o=0);var i=parseInt(t,10)||0;return 60*o+(o<0||Object.is(o,-0)?-i:i)}function ue(e){var t=Number(e);if("boolean"==typeof e||""===e||Number.isNaN(t))throw new g("Invalid unit value "+e);return t}function pe(e,t){var o={};for(var i in e)if(J(e,i)){var s=e[i];if(null==s)continue;o[t(i)]=ue(s)}return o}function he(e,t){var o=Math.trunc(Math.abs(e/60)),i=Math.trunc(Math.abs(e%60)),s=e>=0?"+":"-";switch(t){case"short":return""+s+X(o,2)+":"+X(i,2);case"narrow":return""+s+o+(i>0?":"+i:"");case"techie":return""+s+X(o,2)+X(i,2);default:throw new RangeError("Value format "+t+" is out of range for property format")}}function me(e){return function(e,t){return["hour","minute","second","millisecond"].reduce((function(t,o){return t[o]=e[o],t}),{})}(e)}var _e=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/,we=["January","February","March","April","May","June","July","August","September","October","November","December"],fe=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ye=["J","F","M","A","M","J","J","A","S","O","N","D"];function ge(e){switch(e){case"narrow":return[].concat(ye);case"short":return[].concat(fe);case"long":return[].concat(we);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var be=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],ve=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Te=["M","T","W","T","F","S","S"];function Se(e){switch(e){case"narrow":return[].concat(Te);case"short":return[].concat(ve);case"long":return[].concat(be);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var xe=["AM","PM"],Ae=["Before Christ","Anno Domini"],Ce=["BC","AD"],Ee=["B","A"];function Pe(e){switch(e){case"narrow":return[].concat(Ee);case"short":return[].concat(Ce);case"long":return[].concat(Ae);default:return null}}function Oe(e,t){for(var o,i="",s=p(e);!(o=s()).done;){var r=o.value;r.literal?i+=r.val:i+=t(r.val)}return i}var De={D:x,DD:A,DDD:E,DDDD:P,t:O,tt:D,ttt:k,tttt:R,T:N,TT:I,TTT:L,TTTT:M,f:F,ff:q,fff:B,ffff:H,F:j,FF:V,FFF:z,FFFF:G},ke=function(){function e(e,t){this.opts=t,this.loc=e,this.systemLoc=null}e.create=function(t,o){return void 0===o&&(o={}),new e(t,o)},e.parseFormat=function(e){for(var t=null,o="",i=!1,s=[],r=0;r<e.length;r++){var n=e.charAt(r);"'"===n?(o.length>0&&s.push({literal:i,val:o}),t=null,o="",i=!i):i||n===t?o+=n:(o.length>0&&s.push({literal:!1,val:o}),o=n,t=n)}return o.length>0&&s.push({literal:i,val:o}),s},e.macroTokenToFormatOpts=function(e){return De[e]};var t=e.prototype;return t.formatWithSystemDefault=function(e,t){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,s({},this.opts,t)).format()},t.formatDateTime=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,s({},this.opts,t)).format()},t.formatDateTimeParts=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,s({},this.opts,t)).formatToParts()},t.resolvedOptions=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,s({},this.opts,t)).resolvedOptions()},t.num=function(e,t){if(void 0===t&&(t=0),this.opts.forceSimple)return X(e,t);var o=s({},this.opts);return t>0&&(o.padTo=t),this.loc.numberFormatter(o).format(e)},t.formatDateTimeFromString=function(t,o){var i=this,s="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,n=function(e,o){return i.loc.extract(t,e,o)},a=function(e){return t.isOffsetFixed&&0===t.offset&&e.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,e.format):""},l=function(e,o){return s?function(e,t){return ge(t)[e.month-1]}(t,e):n(o?{month:e}:{month:e,day:"numeric"},"month")},d=function(e,o){return s?function(e,t){return Se(t)[e.weekday-1]}(t,e):n(o?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday")},c=function(e){return s?function(e,t){return Pe(t)[e.year<0?0:1]}(t,e):n({era:e},"era")};return Oe(e.parseFormat(o),(function(o){switch(o){case"S":return i.num(t.millisecond);case"u":case"SSS":return i.num(t.millisecond,3);case"s":return i.num(t.second);case"ss":return i.num(t.second,2);case"m":return i.num(t.minute);case"mm":return i.num(t.minute,2);case"h":return i.num(t.hour%12==0?12:t.hour%12);case"hh":return i.num(t.hour%12==0?12:t.hour%12,2);case"H":return i.num(t.hour);case"HH":return i.num(t.hour,2);case"Z":return a({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return a({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:i.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:i.loc.locale});case"z":return t.zoneName;case"a":return s?function(e){return xe[e.hour<12?0:1]}(t):n({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return r?n({day:"numeric"},"day"):i.num(t.day);case"dd":return r?n({day:"2-digit"},"day"):i.num(t.day,2);case"c":return i.num(t.weekday);case"ccc":return d("short",!0);case"cccc":return d("long",!0);case"ccccc":return d("narrow",!0);case"E":return i.num(t.weekday);case"EEE":return d("short",!1);case"EEEE":return d("long",!1);case"EEEEE":return d("narrow",!1);case"L":return r?n({month:"numeric",day:"numeric"},"month"):i.num(t.month);case"LL":return r?n({month:"2-digit",day:"numeric"},"month"):i.num(t.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return r?n({month:"numeric"},"month"):i.num(t.month);case"MM":return r?n({month:"2-digit"},"month"):i.num(t.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return r?n({year:"numeric"},"year"):i.num(t.year);case"yy":return r?n({year:"2-digit"},"year"):i.num(t.year.toString().slice(-2),2);case"yyyy":return r?n({year:"numeric"},"year"):i.num(t.year,4);case"yyyyyy":return r?n({year:"numeric"},"year"):i.num(t.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return i.num(t.weekYear.toString().slice(-2),2);case"kkkk":return i.num(t.weekYear,4);case"W":return i.num(t.weekNumber);case"WW":return i.num(t.weekNumber,2);case"o":return i.num(t.ordinal);case"ooo":return i.num(t.ordinal,3);case"q":return i.num(t.quarter);case"qq":return i.num(t.quarter,2);case"X":return i.num(Math.floor(t.ts/1e3));case"x":return i.num(t.ts);default:return function(o){var s=e.macroTokenToFormatOpts(o);return s?i.formatWithSystemDefault(t,s):o}(o)}}))},t.formatDurationFromString=function(t,o){var i,s=this,r=function(e){switch(e[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},n=e.parseFormat(o),a=n.reduce((function(e,t){var o=t.literal,i=t.val;return o?e:e.concat(i)}),[]),l=t.shiftTo.apply(t,a.map(r).filter((function(e){return e})));return Oe(n,(i=l,function(e){var t=r(e);return t?s.num(i.get(t),e.length):e}))},e}(),Re=function(){function e(e,t){this.reason=e,this.explanation=t}return e.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},e}(),Ne=function(){function e(){}var t=e.prototype;return t.offsetName=function(e,t){throw new b},t.formatOffset=function(e,t){throw new b},t.offset=function(e){throw new b},t.equals=function(e){throw new b},i(e,[{key:"type",get:function(){throw new b}},{key:"name",get:function(){throw new b}},{key:"isUniversal",get:function(){throw new b}},{key:"isValid",get:function(){throw new b}}]),e}(),Ie=null,Le=function(e){function t(){return e.apply(this,arguments)||this}r(t,e);var o=t.prototype;return o.offsetName=function(e,t){return de(e,t.format,t.locale)},o.formatOffset=function(e,t){return he(this.offset(e),t)},o.offset=function(e){return-new Date(e).getTimezoneOffset()},o.equals=function(e){return"system"===e.type},i(t,[{key:"type",get:function(){return"system"}},{key:"name",get:function(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}},{key:"isUniversal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null===Ie&&(Ie=new t),Ie}}]),t}(Ne),Me=RegExp("^"+_e.source+"$"),Fe={},je={year:0,month:1,day:2,hour:3,minute:4,second:5},qe={},Ve=function(e){function t(o){var i;return(i=e.call(this)||this).zoneName=o,i.valid=t.isValidZone(o),i}r(t,e),t.create=function(e){return qe[e]||(qe[e]=new t(e)),qe[e]},t.resetCache=function(){qe={},Fe={}},t.isValidSpecifier=function(e){return!(!e||!e.match(Me))},t.isValidZone=function(e){try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}},t.parseGMTOffset=function(e){if(e){var t=e.match(/^Etc\/GMT(0|[+-]\d{1,2})$/i);if(t)return-60*parseInt(t[1])}return null};var o=t.prototype;return o.offsetName=function(e,t){return de(e,t.format,t.locale,this.name)},o.formatOffset=function(e,t){return he(this.offset(e),t)},o.offset=function(e){var t=new Date(e);if(isNaN(t))return NaN;var o,i=(o=this.name,Fe[o]||(Fe[o]=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:o,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Fe[o]),s=i.formatToParts?function(e,t){for(var o=e.formatToParts(t),i=[],s=0;s<o.length;s++){var r=o[s],n=r.type,a=r.value,l=je[n];W(l)||(i[l]=parseInt(a,10))}return i}(i,t):function(e,t){var o=e.format(t).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(o),s=i[1],r=i[2];return[i[3],s,r,i[4],i[5],i[6]]}(i,t),r=+t,n=r%1e3;return(ne({year:s[0],month:s[1],day:s[2],hour:s[3],minute:s[4],second:s[5],millisecond:0})-(r-=n>=0?n:1e3+n))/6e4},o.equals=function(e){return"iana"===e.type&&e.name===this.name},i(t,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"isUniversal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),t}(Ne),Ue=null,Be=function(e){function t(t){var o;return(o=e.call(this)||this).fixed=t,o}r(t,e),t.instance=function(e){return 0===e?t.utcInstance:new t(e)},t.parseSpecifier=function(e){if(e){var o=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(o)return new t(ce(o[1],o[2]))}return null};var o=t.prototype;return o.offsetName=function(){return this.name},o.formatOffset=function(e,t){return he(this.fixed,t)},o.offset=function(){return this.fixed},o.equals=function(e){return"fixed"===e.type&&e.fixed===this.fixed},i(t,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+he(this.fixed,"narrow")}},{key:"isUniversal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}],[{key:"utcInstance",get:function(){return null===Ue&&(Ue=new t(0)),Ue}}]),t}(Ne),ze=function(e){function t(t){var o;return(o=e.call(this)||this).zoneName=t,o}r(t,e);var o=t.prototype;return o.offsetName=function(){return null},o.formatOffset=function(){return""},o.offset=function(){return NaN},o.equals=function(){return!1},i(t,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"isUniversal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),t}(Ne);function He(e,t){var o;if(W(e)||null===e)return t;if(e instanceof Ne)return e;if("string"==typeof e){var i=e.toLowerCase();return"local"===i||"system"===i?t:"utc"===i||"gmt"===i?Be.utcInstance:null!=(o=Ve.parseGMTOffset(e))?Be.instance(o):Ve.isValidSpecifier(i)?Ve.create(e):Be.parseSpecifier(i)||new ze(e)}return Z(e)?Be.instance(e):"object"==typeof e&&e.offset&&"number"==typeof e.offset?e:new ze(e)}var Ge,We=function(){return Date.now()},Ze="system",$e=null,Ye=null,Ke=null,Je=function(){function e(){}return e.resetCaches=function(){lt.resetCache(),Ve.resetCache()},i(e,null,[{key:"now",get:function(){return We},set:function(e){We=e}},{key:"defaultZone",get:function(){return He(Ze,Le.instance)},set:function(e){Ze=e}},{key:"defaultLocale",get:function(){return $e},set:function(e){$e=e}},{key:"defaultNumberingSystem",get:function(){return Ye},set:function(e){Ye=e}},{key:"defaultOutputCalendar",get:function(){return Ke},set:function(e){Ke=e}},{key:"throwOnInvalid",get:function(){return Ge},set:function(e){Ge=e}}]),e}(),Qe=["base"],Xe={};function et(e,t){void 0===t&&(t={});var o=JSON.stringify([e,t]),i=Xe[o];return i||(i=new Intl.DateTimeFormat(e,t),Xe[o]=i),i}var tt={},ot={};var it=null;function st(e,t,o,i,s){var r=e.listingMode(o);return"error"===r?null:"en"===r?i(t):s(t)}var rt=function(){function e(e,t,o){if(this.padTo=o.padTo||0,this.floor=o.floor||!1,!t){var i={useGrouping:!1};o.padTo>0&&(i.minimumIntegerDigits=o.padTo),this.inf=function(e,t){void 0===t&&(t={});var o=JSON.stringify([e,t]),i=tt[o];return i||(i=new Intl.NumberFormat(e,t),tt[o]=i),i}(e,i)}}return e.prototype.format=function(e){if(this.inf){var t=this.floor?Math.floor(e):e;return this.inf.format(t)}return X(this.floor?Math.floor(e):oe(e,3),this.padTo)},e}(),nt=function(){function e(e,t,o){var i;if(this.opts=o,e.zone.isUniversal){var r=e.offset/60*-1,n=r>=0?"Etc/GMT+"+r:"Etc/GMT"+r,a=Ve.isValidZone(n);0!==e.offset&&a?(i=n,this.dt=e):(i="UTC",o.timeZoneName?this.dt=e:this.dt=0===e.offset?e:ai.fromMillis(e.ts+60*e.offset*1e3))}else"system"===e.zone.type?this.dt=e:(this.dt=e,i=e.zone.name);var l=s({},this.opts);i&&(l.timeZone=i),this.dtf=et(t,l)}var t=e.prototype;return t.format=function(){return this.dtf.format(this.dt.toJSDate())},t.formatToParts=function(){return this.dtf.formatToParts(this.dt.toJSDate())},t.resolvedOptions=function(){return this.dtf.resolvedOptions()},e}(),at=function(){function e(e,t,o){this.opts=s({style:"long"},o),!t&&Y()&&(this.rtf=function(e,t){void 0===t&&(t={});var o=t;o.base;var i=function(e,t){if(null==e)return{};var o,i,s={},r=Object.keys(e);for(i=0;i<r.length;i++)o=r[i],t.indexOf(o)>=0||(s[o]=e[o]);return s}(o,Qe),s=JSON.stringify([e,i]),r=ot[s];return r||(r=new Intl.RelativeTimeFormat(e,t),ot[s]=r),r}(e,o))}var t=e.prototype;return t.format=function(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,o,i){void 0===o&&(o="always"),void 0===i&&(i=!1);var s={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},r=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===o&&r){var n="days"===e;switch(t){case 1:return n?"tomorrow":"next "+s[e][0];case-1:return n?"yesterday":"last "+s[e][0];case 0:return n?"today":"this "+s[e][0]}}var a=Object.is(t,-0)||t<0,l=Math.abs(t),d=1===l,c=s[e],u=i?d?c[1]:c[2]||c[1]:d?s[e][0]:e;return a?l+" "+u+" ago":"in "+l+" "+u}(t,e,this.opts.numeric,"long"!==this.opts.style)},t.formatToParts=function(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]},e}(),lt=function(){function e(e,t,o,i){var s=function(e){var t=e.indexOf("-u-");if(-1===t)return[e];var o,i=e.substring(0,t);try{o=et(e).resolvedOptions()}catch(e){o=et(i).resolvedOptions()}var s=o;return[i,s.numberingSystem,s.calendar]}(e),r=s[0],n=s[1],a=s[2];this.locale=r,this.numberingSystem=t||n||null,this.outputCalendar=o||a||null,this.intl=function(e,t,o){return o||t?(e+="-u",o&&(e+="-ca-"+o),t&&(e+="-nu-"+t),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}e.fromOpts=function(t){return e.create(t.locale,t.numberingSystem,t.outputCalendar,t.defaultToEN)},e.create=function(t,o,i,s){void 0===s&&(s=!1);var r=t||Je.defaultLocale;return new e(r||(s?"en-US":it||(it=(new Intl.DateTimeFormat).resolvedOptions().locale)),o||Je.defaultNumberingSystem,i||Je.defaultOutputCalendar,r)},e.resetCache=function(){it=null,Xe={},tt={},ot={}},e.fromObject=function(t){var o=void 0===t?{}:t,i=o.locale,s=o.numberingSystem,r=o.outputCalendar;return e.create(i,s,r)};var t=e.prototype;return t.listingMode=function(e){var t=this.isEnglish(),o=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return t&&o?"en":"intl"},t.clone=function(t){return t&&0!==Object.getOwnPropertyNames(t).length?e.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,t.defaultToEN||!1):this},t.redefaultToEN=function(e){return void 0===e&&(e={}),this.clone(s({},e,{defaultToEN:!0}))},t.redefaultToSystem=function(e){return void 0===e&&(e={}),this.clone(s({},e,{defaultToEN:!1}))},t.months=function(e,t,o){var i=this;return void 0===t&&(t=!1),void 0===o&&(o=!0),st(this,e,o,ge,(function(){var o=t?{month:e,day:"numeric"}:{month:e},s=t?"format":"standalone";return i.monthsCache[s][e]||(i.monthsCache[s][e]=function(e){for(var t=[],o=1;o<=12;o++){var i=ai.utc(2016,o,1);t.push(e(i))}return t}((function(e){return i.extract(e,o,"month")}))),i.monthsCache[s][e]}))},t.weekdays=function(e,t,o){var i=this;return void 0===t&&(t=!1),void 0===o&&(o=!0),st(this,e,o,Se,(function(){var o=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},s=t?"format":"standalone";return i.weekdaysCache[s][e]||(i.weekdaysCache[s][e]=function(e){for(var t=[],o=1;o<=7;o++){var i=ai.utc(2016,11,13+o);t.push(e(i))}return t}((function(e){return i.extract(e,o,"weekday")}))),i.weekdaysCache[s][e]}))},t.meridiems=function(e){var t=this;return void 0===e&&(e=!0),st(this,void 0,e,(function(){return xe}),(function(){if(!t.meridiemCache){var e={hour:"numeric",hourCycle:"h12"};t.meridiemCache=[ai.utc(2016,11,13,9),ai.utc(2016,11,13,19)].map((function(o){return t.extract(o,e,"dayperiod")}))}return t.meridiemCache}))},t.eras=function(e,t){var o=this;return void 0===t&&(t=!0),st(this,e,t,Pe,(function(){var t={era:e};return o.eraCache[e]||(o.eraCache[e]=[ai.utc(-40,1,1),ai.utc(2017,1,1)].map((function(e){return o.extract(e,t,"era")}))),o.eraCache[e]}))},t.extract=function(e,t,o){var i=this.dtFormatter(e,t).formatToParts().find((function(e){return e.type.toLowerCase()===o}));return i?i.value:null},t.numberFormatter=function(e){return void 0===e&&(e={}),new rt(this.intl,e.forceSimple||this.fastNumbers,e)},t.dtFormatter=function(e,t){return void 0===t&&(t={}),new nt(e,this.intl,t)},t.relFormatter=function(e){return void 0===e&&(e={}),new at(this.intl,this.isEnglish(),e)},t.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")},t.equals=function(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar},i(e,[{key:"fastNumbers",get:function(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}}]),e}();function dt(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];var i=t.reduce((function(e,t){return e+t.source}),"");return RegExp("^"+i+"$")}function ct(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return function(e){return t.reduce((function(t,o){var i=t[0],r=t[1],n=t[2],a=o(e,n),l=a[0],d=a[1],c=a[2];return[s({},i,l),r||d,c]}),[{},null,1]).slice(0,2)}}function ut(e){if(null==e)return[null,null];for(var t=arguments.length,o=new Array(t>1?t-1:0),i=1;i<t;i++)o[i-1]=arguments[i];for(var s=0,r=o;s<r.length;s++){var n=r[s],a=n[0],l=n[1],d=a.exec(e);if(d)return l(d)}return[null,null]}function pt(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return function(e,o){var i,s={};for(i=0;i<t.length;i++)s[t[i]]=ee(e[o+i]);return[s,null,o+i]}}var ht=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,mt=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,_t=RegExp(""+mt.source+ht.source+"?"),wt=RegExp("(?:T"+_t.source+")?"),ft=pt("weekYear","weekNumber","weekDay"),yt=pt("year","ordinal"),gt=RegExp(mt.source+" ?(?:"+ht.source+"|("+_e.source+"))?"),bt=RegExp("(?: "+gt.source+")?");function vt(e,t,o){var i=e[t];return W(i)?o:ee(i)}function Tt(e,t){return[{year:vt(e,t),month:vt(e,t+1,1),day:vt(e,t+2,1)},null,t+3]}function St(e,t){return[{hours:vt(e,t,0),minutes:vt(e,t+1,0),seconds:vt(e,t+2,0),milliseconds:te(e[t+3])},null,t+4]}function xt(e,t){var o=!e[t]&&!e[t+1],i=ce(e[t+1],e[t+2]);return[{},o?null:Be.instance(i),t+3]}function At(e,t){return[{},e[t]?Ve.create(e[t]):null,t+1]}var Ct=RegExp("^T?"+mt.source+"$"),Et=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function Pt(e){var t=e[0],o=e[1],i=e[2],s=e[3],r=e[4],n=e[5],a=e[6],l=e[7],d=e[8],c="-"===t[0],u=l&&"-"===l[0],p=function(e,t){return void 0===t&&(t=!1),void 0!==e&&(t||e&&c)?-e:e};return[{years:p(ee(o)),months:p(ee(i)),weeks:p(ee(s)),days:p(ee(r)),hours:p(ee(n)),minutes:p(ee(a)),seconds:p(ee(l),"-0"===l),milliseconds:p(te(d),u)}]}var Ot={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Dt(e,t,o,i,s,r,n){var a={year:2===t.length?le(ee(t)):ee(t),month:fe.indexOf(o)+1,day:ee(i),hour:ee(s),minute:ee(r)};return n&&(a.second=ee(n)),e&&(a.weekday=e.length>3?be.indexOf(e)+1:ve.indexOf(e)+1),a}var kt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Rt(e){var t,o=e[1],i=e[2],s=e[3],r=e[4],n=e[5],a=e[6],l=e[7],d=e[8],c=e[9],u=e[10],p=e[11],h=Dt(o,r,s,i,n,a,l);return t=d?Ot[d]:c?0:ce(u,p),[h,new Be(t)]}var Nt=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,It=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Lt=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Mt(e){var t=e[1],o=e[2],i=e[3];return[Dt(t,e[4],i,o,e[5],e[6],e[7]),Be.utcInstance]}function Ft(e){var t=e[1],o=e[2],i=e[3],s=e[4],r=e[5],n=e[6];return[Dt(t,e[7],o,i,s,r,n),Be.utcInstance]}var jt=dt(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,wt),qt=dt(/(\d{4})-?W(\d\d)(?:-?(\d))?/,wt),Vt=dt(/(\d{4})-?(\d{3})/,wt),Ut=dt(_t),Bt=ct(Tt,St,xt),zt=ct(ft,St,xt),Ht=ct(yt,St,xt),Gt=ct(St,xt),Wt=ct(St),Zt=dt(/(\d{4})-(\d\d)-(\d\d)/,bt),$t=dt(gt),Yt=ct(Tt,St,xt,At),Kt=ct(St,xt,At),Jt={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Qt=s({years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},Jt),Xt=s({years:{quarters:4,months:12,weeks:52.1775,days:365.2425,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},Jt),eo=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],to=eo.slice(0).reverse();function oo(e,t,o){void 0===o&&(o=!1);var i={values:o?t.values:s({},e.values,t.values||{}),loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy};return new so(i)}function io(e,t,o,i,s){var r=e[s][o],n=t[o]/r,a=Math.sign(n)!==Math.sign(i[s])&&0!==i[s]&&Math.abs(n)<=1?function(e){return e<0?Math.floor(e):Math.ceil(e)}(n):Math.trunc(n);i[s]+=a,t[o]-=a*r}var so=function(){function e(e){var t="longterm"===e.conversionAccuracy||!1;this.values=e.values,this.loc=e.loc||lt.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=t?Xt:Qt,this.isLuxonDuration=!0}e.fromMillis=function(t,o){return e.fromObject({milliseconds:t},o)},e.fromObject=function(t,o){if(void 0===o&&(o={}),null==t||"object"!=typeof t)throw new g("Duration.fromObject: argument expected to be an object, got "+(null===t?"null":typeof t));return new e({values:pe(t,e.normalizeUnit),loc:lt.fromObject(o),conversionAccuracy:o.conversionAccuracy})},e.fromISO=function(t,o){var i=function(e){return ut(e,[Et,Pt])}(t)[0];return i?e.fromObject(i,o):e.invalid("unparsable",'the input "'+t+"\" can't be parsed as ISO 8601")},e.fromISOTime=function(t,o){var i=function(e){return ut(e,[Ct,Wt])}(t)[0];return i?e.fromObject(i,o):e.invalid("unparsable",'the input "'+t+"\" can't be parsed as ISO 8601")},e.invalid=function(t,o){if(void 0===o&&(o=null),!t)throw new g("need to specify a reason the Duration is invalid");var i=t instanceof Re?t:new Re(t,o);if(Je.throwOnInvalid)throw new w(i);return new e({invalid:i})},e.normalizeUnit=function(e){var t={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e?e.toLowerCase():e];if(!t)throw new y(e);return t},e.isDuration=function(e){return e&&e.isLuxonDuration||!1};var t=e.prototype;return t.toFormat=function(e,t){void 0===t&&(t={});var o=s({},t,{floor:!1!==t.round&&!1!==t.floor});return this.isValid?ke.create(this.loc,o).formatDurationFromString(this,e):"Invalid Duration"},t.toObject=function(){return this.isValid?s({},this.values):{}},t.toISO=function(){if(!this.isValid)return null;var e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=oe(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e},t.toISOTime=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var t=this.toMillis();if(t<0||t>=864e5)return null;e=s({suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended"},e);var o=this.shiftTo("hours","minutes","seconds","milliseconds"),i="basic"===e.format?"hhmm":"hh:mm";e.suppressSeconds&&0===o.seconds&&0===o.milliseconds||(i+="basic"===e.format?"ss":":ss",e.suppressMilliseconds&&0===o.milliseconds||(i+=".SSS"));var r=o.toFormat(i);return e.includePrefix&&(r="T"+r),r},t.toJSON=function(){return this.toISO()},t.toString=function(){return this.toISO()},t.toMillis=function(){return this.as("milliseconds")},t.valueOf=function(){return this.toMillis()},t.plus=function(e){if(!this.isValid)return this;for(var t,o=ro(e),i={},s=p(eo);!(t=s()).done;){var r=t.value;(J(o.values,r)||J(this.values,r))&&(i[r]=o.get(r)+this.get(r))}return oo(this,{values:i},!0)},t.minus=function(e){if(!this.isValid)return this;var t=ro(e);return this.plus(t.negate())},t.mapUnits=function(e){if(!this.isValid)return this;for(var t={},o=0,i=Object.keys(this.values);o<i.length;o++){var s=i[o];t[s]=ue(e(this.values[s],s))}return oo(this,{values:t},!0)},t.get=function(t){return this[e.normalizeUnit(t)]},t.set=function(t){return this.isValid?oo(this,{values:s({},this.values,pe(t,e.normalizeUnit))}):this},t.reconfigure=function(e){var t=void 0===e?{}:e,o=t.locale,i=t.numberingSystem,s=t.conversionAccuracy,r={loc:this.loc.clone({locale:o,numberingSystem:i})};return s&&(r.conversionAccuracy=s),oo(this,r)},t.as=function(e){return this.isValid?this.shiftTo(e).get(e):NaN},t.normalize=function(){if(!this.isValid)return this;var e=this.toObject();return function(e,t){to.reduce((function(o,i){return W(t[i])?o:(o&&io(e,t,o,t,i),i)}),null)}(this.matrix,e),oo(this,{values:e},!0)},t.shiftTo=function(){for(var t=arguments.length,o=new Array(t),i=0;i<t;i++)o[i]=arguments[i];if(!this.isValid)return this;if(0===o.length)return this;o=o.map((function(t){return e.normalizeUnit(t)}));for(var s,r,n={},a={},l=this.toObject(),d=p(eo);!(r=d()).done;){var c=r.value;if(o.indexOf(c)>=0){s=c;var u=0;for(var h in a)u+=this.matrix[h][c]*a[h],a[h]=0;Z(l[c])&&(u+=l[c]);var m=Math.trunc(u);for(var _ in n[c]=m,a[c]=u-m,l)eo.indexOf(_)>eo.indexOf(c)&&io(this.matrix,l,_,n,c)}else Z(l[c])&&(a[c]=l[c])}for(var w in a)0!==a[w]&&(n[s]+=w===s?a[w]:a[w]/this.matrix[s][w]);return oo(this,{values:n},!0).normalize()},t.negate=function(){if(!this.isValid)return this;for(var e={},t=0,o=Object.keys(this.values);t<o.length;t++){var i=o[t];e[i]=-this.values[i]}return oo(this,{values:e},!0)},t.equals=function(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;for(var t,o=p(eo);!(t=o()).done;){var i=t.value;if(s=this.values[i],r=e.values[i],!(void 0===s||0===s?void 0===r||0===r:s===r))return!1}var s,r;return!0},i(e,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),e}();function ro(e){if(Z(e))return so.fromMillis(e);if(so.isDuration(e))return e;if("object"==typeof e)return so.fromObject(e);throw new g("Unknown duration argument "+e+" of type "+typeof e)}var no="Invalid Interval";function ao(e,t){return e&&e.isValid?t&&t.isValid?t<e?lo.invalid("end before start","The end of an interval must be after its start, but you had start="+e.toISO()+" and end="+t.toISO()):null:lo.invalid("missing or invalid end"):lo.invalid("missing or invalid start")}var lo=function(){function e(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}e.invalid=function(t,o){if(void 0===o&&(o=null),!t)throw new g("need to specify a reason the Interval is invalid");var i=t instanceof Re?t:new Re(t,o);if(Je.throwOnInvalid)throw new _(i);return new e({invalid:i})},e.fromDateTimes=function(t,o){var i=li(t),s=li(o),r=ao(i,s);return null==r?new e({start:i,end:s}):r},e.after=function(t,o){var i=ro(o),s=li(t);return e.fromDateTimes(s,s.plus(i))},e.before=function(t,o){var i=ro(o),s=li(t);return e.fromDateTimes(s.minus(i),s)},e.fromISO=function(t,o){var i=(t||"").split("/",2),s=i[0],r=i[1];if(s&&r){var n,a,l,d;try{a=(n=ai.fromISO(s,o)).isValid}catch(r){a=!1}try{d=(l=ai.fromISO(r,o)).isValid}catch(r){d=!1}if(a&&d)return e.fromDateTimes(n,l);if(a){var c=so.fromISO(r,o);if(c.isValid)return e.after(n,c)}else if(d){var u=so.fromISO(s,o);if(u.isValid)return e.before(l,u)}}return e.invalid("unparsable",'the input "'+t+"\" can't be parsed as ISO 8601")},e.isInterval=function(e){return e&&e.isLuxonInterval||!1};var t=e.prototype;return t.length=function(e){return void 0===e&&(e="milliseconds"),this.isValid?this.toDuration.apply(this,[e]).get(e):NaN},t.count=function(e){if(void 0===e&&(e="milliseconds"),!this.isValid)return NaN;var t=this.start.startOf(e),o=this.end.startOf(e);return Math.floor(o.diff(t,e).get(e))+1},t.hasSame=function(e){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,e))},t.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},t.isAfter=function(e){return!!this.isValid&&this.s>e},t.isBefore=function(e){return!!this.isValid&&this.e<=e},t.contains=function(e){return!!this.isValid&&this.s<=e&&this.e>e},t.set=function(t){var o=void 0===t?{}:t,i=o.start,s=o.end;return this.isValid?e.fromDateTimes(i||this.s,s||this.e):this},t.splitAt=function(){var t=this;if(!this.isValid)return[];for(var o=arguments.length,i=new Array(o),s=0;s<o;s++)i[s]=arguments[s];for(var r=i.map(li).filter((function(e){return t.contains(e)})).sort(),n=[],a=this.s,l=0;a<this.e;){var d=r[l]||this.e,c=+d>+this.e?this.e:d;n.push(e.fromDateTimes(a,c)),a=c,l+=1}return n},t.splitBy=function(t){var o=ro(t);if(!this.isValid||!o.isValid||0===o.as("milliseconds"))return[];for(var i,s=this.s,r=1,n=[];s<this.e;){var a=this.start.plus(o.mapUnits((function(e){return e*r})));i=+a>+this.e?this.e:a,n.push(e.fromDateTimes(s,i)),s=i,r+=1}return n},t.divideEqually=function(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]},t.overlaps=function(e){return this.e>e.s&&this.s<e.e},t.abutsStart=function(e){return!!this.isValid&&+this.e==+e.s},t.abutsEnd=function(e){return!!this.isValid&&+e.e==+this.s},t.engulfs=function(e){return!!this.isValid&&this.s<=e.s&&this.e>=e.e},t.equals=function(e){return!(!this.isValid||!e.isValid)&&this.s.equals(e.s)&&this.e.equals(e.e)},t.intersection=function(t){if(!this.isValid)return this;var o=this.s>t.s?this.s:t.s,i=this.e<t.e?this.e:t.e;return o>=i?null:e.fromDateTimes(o,i)},t.union=function(t){if(!this.isValid)return this;var o=this.s<t.s?this.s:t.s,i=this.e>t.e?this.e:t.e;return e.fromDateTimes(o,i)},e.merge=function(e){var t=e.sort((function(e,t){return e.s-t.s})).reduce((function(e,t){var o=e[0],i=e[1];return i?i.overlaps(t)||i.abutsStart(t)?[o,i.union(t)]:[o.concat([i]),t]:[o,t]}),[[],null]),o=t[0],i=t[1];return i&&o.push(i),o},e.xor=function(t){for(var o,i,s=null,r=0,n=[],a=t.map((function(e){return[{time:e.s,type:"s"},{time:e.e,type:"e"}]})),l=p((o=Array.prototype).concat.apply(o,a).sort((function(e,t){return e.time-t.time})));!(i=l()).done;){var d=i.value;1===(r+="s"===d.type?1:-1)?s=d.time:(s&&+s!=+d.time&&n.push(e.fromDateTimes(s,d.time)),s=null)}return e.merge(n)},t.difference=function(){for(var t=this,o=arguments.length,i=new Array(o),s=0;s<o;s++)i[s]=arguments[s];return e.xor([this].concat(i)).map((function(e){return t.intersection(e)})).filter((function(e){return e&&!e.isEmpty()}))},t.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":no},t.toISO=function(e){return this.isValid?this.s.toISO(e)+"/"+this.e.toISO(e):no},t.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():no},t.toISOTime=function(e){return this.isValid?this.s.toISOTime(e)+"/"+this.e.toISOTime(e):no},t.toFormat=function(e,t){var o=(void 0===t?{}:t).separator,i=void 0===o?" – ":o;return this.isValid?""+this.s.toFormat(e)+i+this.e.toFormat(e):no},t.toDuration=function(e,t){return this.isValid?this.e.diff(this.s,e,t):so.invalid(this.invalidReason)},t.mapEndpoints=function(t){return e.fromDateTimes(t(this.s),t(this.e))},i(e,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),e}(),co=function(){function e(){}return e.hasDST=function(e){void 0===e&&(e=Je.defaultZone);var t=ai.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset},e.isValidIANAZone=function(e){return Ve.isValidSpecifier(e)&&Ve.isValidZone(e)},e.normalizeZone=function(e){return He(e,Je.defaultZone)},e.months=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj,l=void 0===a?null:a,d=o.outputCalendar,c=void 0===d?"gregory":d;return(l||lt.create(s,n,c)).months(e)},e.monthsFormat=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj,l=void 0===a?null:a,d=o.outputCalendar,c=void 0===d?"gregory":d;return(l||lt.create(s,n,c)).months(e,!0)},e.weekdays=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj;return((void 0===a?null:a)||lt.create(s,n,null)).weekdays(e)},e.weekdaysFormat=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj;return((void 0===a?null:a)||lt.create(s,n,null)).weekdays(e,!0)},e.meridiems=function(e){var t=(void 0===e?{}:e).locale,o=void 0===t?null:t;return lt.create(o).meridiems()},e.eras=function(e,t){void 0===e&&(e="short");var o=(void 0===t?{}:t).locale,i=void 0===o?null:o;return lt.create(i,null,"gregory").eras(e)},e.features=function(){return{relative:Y()}},e}();function uo(e,t){var o=function(e){return e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},i=o(t)-o(e);return Math.floor(so.fromMillis(i).as("days"))}var po={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},ho={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},mo=po.hanidec.replace(/[\[|\]]/g,"").split("");function _o(e,t){var o=e.numberingSystem;return void 0===t&&(t=""),new RegExp(""+po[o||"latn"]+t)}function wo(e,t){return void 0===t&&(t=function(e){return e}),{regex:e,deser:function(e){var o=e[0];return t(function(e){var t=parseInt(e,10);if(isNaN(t)){t="";for(var o=0;o<e.length;o++){var i=e.charCodeAt(o);if(-1!==e[o].search(po.hanidec))t+=mo.indexOf(e[o]);else for(var s in ho){var r=ho[s],n=r[0],a=r[1];i>=n&&i<=a&&(t+=i-n)}}return parseInt(t,10)}return t}(o))}}}var fo="( |"+String.fromCharCode(160)+")",yo=new RegExp(fo,"g");function go(e){return e.replace(/\./g,"\\.?").replace(yo,fo)}function bo(e){return e.replace(/\./g,"").replace(yo," ").toLowerCase()}function vo(e,t){return null===e?null:{regex:RegExp(e.map(go).join("|")),deser:function(o){var i=o[0];return e.findIndex((function(e){return bo(i)===bo(e)}))+t}}}function To(e,t){return{regex:e,deser:function(e){return ce(e[1],e[2])},groups:t}}function So(e){return{regex:e,deser:function(e){return e[0]}}}var xo={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}},Ao=null;function Co(e,t,o){var i=function(e,t){var o;return(o=Array.prototype).concat.apply(o,e.map((function(e){return function(e,t){if(e.literal)return e;var o=ke.macroTokenToFormatOpts(e.val);if(!o)return e;var i=ke.create(t,o).formatDateTimeParts((Ao||(Ao=ai.fromMillis(1555555555555)),Ao)).map((function(e){return function(e,t,o){var i=e.type,s=e.value;if("literal"===i)return{literal:!0,val:s};var r=o[i],n=xo[i];return"object"==typeof n&&(n=n[r]),n?{literal:!1,val:n}:void 0}(e,0,o)}));return i.includes(void 0)?e:i}(e,t)})))}(ke.parseFormat(o),e),s=i.map((function(t){return o=t,s=_o(i=e),r=_o(i,"{2}"),n=_o(i,"{3}"),a=_o(i,"{4}"),l=_o(i,"{6}"),d=_o(i,"{1,2}"),c=_o(i,"{1,3}"),u=_o(i,"{1,6}"),p=_o(i,"{1,9}"),h=_o(i,"{2,4}"),m=_o(i,"{4,6}"),_=function(e){return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:function(e){return e[0]},literal:!0};var t},(w=function(e){if(o.literal)return _(e);switch(e.val){case"G":return vo(i.eras("short",!1),0);case"GG":return vo(i.eras("long",!1),0);case"y":return wo(u);case"yy":return wo(h,le);case"yyyy":return wo(a);case"yyyyy":return wo(m);case"yyyyyy":return wo(l);case"M":return wo(d);case"MM":return wo(r);case"MMM":return vo(i.months("short",!0,!1),1);case"MMMM":return vo(i.months("long",!0,!1),1);case"L":return wo(d);case"LL":return wo(r);case"LLL":return vo(i.months("short",!1,!1),1);case"LLLL":return vo(i.months("long",!1,!1),1);case"d":return wo(d);case"dd":return wo(r);case"o":return wo(c);case"ooo":return wo(n);case"HH":return wo(r);case"H":return wo(d);case"hh":return wo(r);case"h":return wo(d);case"mm":return wo(r);case"m":case"q":return wo(d);case"qq":return wo(r);case"s":return wo(d);case"ss":return wo(r);case"S":return wo(c);case"SSS":return wo(n);case"u":return So(p);case"a":return vo(i.meridiems(),0);case"kkkk":return wo(a);case"kk":return wo(h,le);case"W":return wo(d);case"WW":return wo(r);case"E":case"c":return wo(s);case"EEE":return vo(i.weekdays("short",!1,!1),1);case"EEEE":return vo(i.weekdays("long",!1,!1),1);case"ccc":return vo(i.weekdays("short",!0,!1),1);case"cccc":return vo(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return To(new RegExp("([+-]"+d.source+")(?::("+r.source+"))?"),2);case"ZZZ":return To(new RegExp("([+-]"+d.source+")("+r.source+")?"),2);case"z":return So(/[a-z_+-/]{1,256}?/i);default:return _(e)}}(o)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"}).token=o,w;var o,i,s,r,n,a,l,d,c,u,p,h,m,_,w})),r=s.find((function(e){return e.invalidReason}));if(r)return{input:t,tokens:i,invalidReason:r.invalidReason};var n=function(e){return["^"+e.map((function(e){return e.regex})).reduce((function(e,t){return e+"("+t.source+")"}),"")+"$",e]}(s),a=n[0],l=n[1],d=RegExp(a,"i"),c=function(e,t,o){var i=e.match(t);if(i){var s={},r=1;for(var n in o)if(J(o,n)){var a=o[n],l=a.groups?a.groups+1:1;!a.literal&&a.token&&(s[a.token.val[0]]=a.deser(i.slice(r,r+l))),r+=l}return[i,s]}return[i,{}]}(t,d,l),u=c[0],p=c[1],h=p?function(e){var t;return t=W(e.Z)?W(e.z)?null:Ve.create(e.z):new Be(e.Z),W(e.q)||(e.M=3*(e.q-1)+1),W(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),W(e.u)||(e.S=te(e.u)),[Object.keys(e).reduce((function(t,o){var i=function(e){switch(e){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(o);return i&&(t[i]=e[o]),t}),{}),t]}(p):[null,null],m=h[0],_=h[1];if(J(p,"a")&&J(p,"H"))throw new f("Can't include meridiem when specifying 24-hour format");return{input:t,tokens:i,regex:d,rawMatches:u,matches:p,result:m,zone:_}}var Eo=[0,31,59,90,120,151,181,212,243,273,304,334],Po=[0,31,60,91,121,152,182,213,244,274,305,335];function Oo(e,t){return new Re("unit out of range","you specified "+t+" (of type "+typeof t+") as a "+e+", which is invalid")}function Do(e,t,o){var i=new Date(Date.UTC(e,t-1,o)).getUTCDay();return 0===i?7:i}function ko(e,t,o){return o+(ie(e)?Po:Eo)[t-1]}function Ro(e,t){var o=ie(e)?Po:Eo,i=o.findIndex((function(e){return e<t}));return{month:i+1,day:t-o[i]}}function No(e){var t,o=e.year,i=e.month,r=e.day,n=ko(o,i,r),a=Do(o,i,r),l=Math.floor((n-a+10)/7);return l<1?l=ae(t=o-1):l>ae(o)?(t=o+1,l=1):t=o,s({weekYear:t,weekNumber:l,weekday:a},me(e))}function Io(e){var t,o=e.weekYear,i=e.weekNumber,r=e.weekday,n=Do(o,1,4),a=se(o),l=7*i+r-n-3;l<1?l+=se(t=o-1):l>a?(t=o+1,l-=se(o)):t=o;var d=Ro(t,l);return s({year:t,month:d.month,day:d.day},me(e))}function Lo(e){var t=e.year;return s({year:t,ordinal:ko(t,e.month,e.day)},me(e))}function Mo(e){var t=e.year,o=Ro(t,e.ordinal);return s({year:t,month:o.month,day:o.day},me(e))}function Fo(e){var t=$(e.year),o=Q(e.month,1,12),i=Q(e.day,1,re(e.year,e.month));return t?o?!i&&Oo("day",e.day):Oo("month",e.month):Oo("year",e.year)}function jo(e){var t=e.hour,o=e.minute,i=e.second,s=e.millisecond,r=Q(t,0,23)||24===t&&0===o&&0===i&&0===s,n=Q(o,0,59),a=Q(i,0,59),l=Q(s,0,999);return r?n?a?!l&&Oo("millisecond",s):Oo("second",i):Oo("minute",o):Oo("hour",t)}var qo="Invalid DateTime",Vo=864e13;function Uo(e){return new Re("unsupported zone",'the zone "'+e.name+'" is not supported')}function Bo(e){return null===e.weekData&&(e.weekData=No(e.c)),e.weekData}function zo(e,t){var o={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new ai(s({},o,t,{old:o}))}function Ho(e,t,o){var i=e-60*t*1e3,s=o.offset(i);if(t===s)return[i,t];i-=60*(s-t)*1e3;var r=o.offset(i);return s===r?[i,s]:[e-60*Math.min(s,r)*1e3,Math.max(s,r)]}function Go(e,t){var o=new Date(e+=60*t*1e3);return{year:o.getUTCFullYear(),month:o.getUTCMonth()+1,day:o.getUTCDate(),hour:o.getUTCHours(),minute:o.getUTCMinutes(),second:o.getUTCSeconds(),millisecond:o.getUTCMilliseconds()}}function Wo(e,t,o){return Ho(ne(e),t,o)}function Zo(e,t){var o=e.o,i=e.c.year+Math.trunc(t.years),r=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),n=s({},e.c,{year:i,month:r,day:Math.min(e.c.day,re(i,r))+Math.trunc(t.days)+7*Math.trunc(t.weeks)}),a=so.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),l=Ho(ne(n),o,e.zone),d=l[0],c=l[1];return 0!==a&&(d+=a,c=e.zone.offset(d)),{ts:d,o:c}}function $o(e,t,o,i,r){var n=o.setZone,a=o.zone;if(e&&0!==Object.keys(e).length){var l=t||a,d=ai.fromObject(e,s({},o,{zone:l}));return n?d:d.setZone(a)}return ai.invalid(new Re("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function Yo(e,t,o){return void 0===o&&(o=!0),e.isValid?ke.create(lt.create("en-US"),{allowZ:o,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Ko(e,t){var o=t.suppressSeconds,i=void 0!==o&&o,s=t.suppressMilliseconds,r=void 0!==s&&s,n=t.includeOffset,a=t.includePrefix,l=void 0!==a&&a,d=t.includeZone,c=void 0!==d&&d,u=t.spaceZone,p=void 0!==u&&u,h=t.format,m=void 0===h?"extended":h,_="basic"===m?"HHmm":"HH:mm";i&&0===e.second&&0===e.millisecond||(_+="basic"===m?"ss":":ss",r&&0===e.millisecond||(_+=".SSS")),(c||n)&&p&&(_+=" "),c?_+="z":n&&(_+="basic"===m?"ZZZ":"ZZ");var w=Yo(e,_);return l&&(w="T"+w),w}var Jo={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Qo={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Xo={ordinal:1,hour:0,minute:0,second:0,millisecond:0},ei=["year","month","day","hour","minute","second","millisecond"],ti=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],oi=["year","ordinal","hour","minute","second","millisecond"];function ii(e){var t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new y(e);return t}function si(e,t){var o,i,s=He(t.zone,Je.defaultZone),r=lt.fromObject(t),n=Je.now();if(W(e.year))o=n;else{for(var a,l=p(ei);!(a=l()).done;){var d=a.value;W(e[d])&&(e[d]=Jo[d])}var c=Fo(e)||jo(e);if(c)return ai.invalid(c);var u=Wo(e,s.offset(n),s);o=u[0],i=u[1]}return new ai({ts:o,zone:s,loc:r,o:i})}function ri(e,t,o){var i=!!W(o.round)||o.round,s=function(e,s){return e=oe(e,i||o.calendary?0:2,!0),t.loc.clone(o).relFormatter(o).format(e,s)},r=function(i){return o.calendary?t.hasSame(e,i)?0:t.startOf(i).diff(e.startOf(i),i).get(i):t.diff(e,i).get(i)};if(o.unit)return s(r(o.unit),o.unit);for(var n,a=p(o.units);!(n=a()).done;){var l=n.value,d=r(l);if(Math.abs(d)>=1)return s(d,l)}return s(e>t?-0:0,o.units[o.units.length-1])}function ni(e){var t,o={};return e.length>0&&"object"==typeof e[e.length-1]?(o=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[o,t]}var ai=function(){function e(e){var t=e.zone||Je.defaultZone,o=e.invalid||(Number.isNaN(e.ts)?new Re("invalid input"):null)||(t.isValid?null:Uo(t));this.ts=W(e.ts)?Je.now():e.ts;var i=null,s=null;if(!o)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t)){var r=[e.old.c,e.old.o];i=r[0],s=r[1]}else{var n=t.offset(this.ts);i=Go(this.ts,n),i=(o=Number.isNaN(i.year)?new Re("invalid input"):null)?null:i,s=o?null:n}this._zone=t,this.loc=e.loc||lt.create(),this.invalid=o,this.weekData=null,this.c=i,this.o=s,this.isLuxonDateTime=!0}e.now=function(){return new e({})},e.local=function(){var e=ni(arguments),t=e[0],o=e[1],i=o[0],s=o[1],r=o[2],n=o[3],a=o[4],l=o[5],d=o[6];return si({year:i,month:s,day:r,hour:n,minute:a,second:l,millisecond:d},t)},e.utc=function(){var e=ni(arguments),t=e[0],o=e[1],i=o[0],s=o[1],r=o[2],n=o[3],a=o[4],l=o[5],d=o[6];return t.zone=Be.utcInstance,si({year:i,month:s,day:r,hour:n,minute:a,second:l,millisecond:d},t)},e.fromJSDate=function(t,o){void 0===o&&(o={});var i,s=(i=t,"[object Date]"===Object.prototype.toString.call(i)?t.valueOf():NaN);if(Number.isNaN(s))return e.invalid("invalid input");var r=He(o.zone,Je.defaultZone);return r.isValid?new e({ts:s,zone:r,loc:lt.fromObject(o)}):e.invalid(Uo(r))},e.fromMillis=function(t,o){if(void 0===o&&(o={}),Z(t))return t<-Vo||t>Vo?e.invalid("Timestamp out of range"):new e({ts:t,zone:He(o.zone,Je.defaultZone),loc:lt.fromObject(o)});throw new g("fromMillis requires a numerical input, but received a "+typeof t+" with value "+t)},e.fromSeconds=function(t,o){if(void 0===o&&(o={}),Z(t))return new e({ts:1e3*t,zone:He(o.zone,Je.defaultZone),loc:lt.fromObject(o)});throw new g("fromSeconds requires a numerical input")},e.fromObject=function(t,o){void 0===o&&(o={}),t=t||{};var i=He(o.zone,Je.defaultZone);if(!i.isValid)return e.invalid(Uo(i));var s=Je.now(),r=i.offset(s),n=pe(t,ii),a=!W(n.ordinal),l=!W(n.year),d=!W(n.month)||!W(n.day),c=l||d,u=n.weekYear||n.weekNumber,h=lt.fromObject(o);if((c||a)&&u)throw new f("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(d&&a)throw new f("Can't mix ordinal dates with month/day");var m,_,w=u||n.weekday&&!c,y=Go(s,r);w?(m=ti,_=Qo,y=No(y)):a?(m=oi,_=Xo,y=Lo(y)):(m=ei,_=Jo);for(var g,b=!1,v=p(m);!(g=v()).done;){var T=g.value;W(n[T])?n[T]=b?_[T]:y[T]:b=!0}var S=(w?function(e){var t=$(e.weekYear),o=Q(e.weekNumber,1,ae(e.weekYear)),i=Q(e.weekday,1,7);return t?o?!i&&Oo("weekday",e.weekday):Oo("week",e.week):Oo("weekYear",e.weekYear)}(n):a?function(e){var t=$(e.year),o=Q(e.ordinal,1,se(e.year));return t?!o&&Oo("ordinal",e.ordinal):Oo("year",e.year)}(n):Fo(n))||jo(n);if(S)return e.invalid(S);var x=Wo(w?Io(n):a?Mo(n):n,r,i),A=new e({ts:x[0],zone:i,o:x[1],loc:h});return n.weekday&&c&&t.weekday!==A.weekday?e.invalid("mismatched weekday","you can't specify both a weekday of "+n.weekday+" and a date of "+A.toISO()):A},e.fromISO=function(e,t){void 0===t&&(t={});var o=function(e){return ut(e,[jt,Bt],[qt,zt],[Vt,Ht],[Ut,Gt])}(e);return $o(o[0],o[1],t,"ISO 8601",e)},e.fromRFC2822=function(e,t){void 0===t&&(t={});var o=function(e){return ut(function(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[kt,Rt])}(e);return $o(o[0],o[1],t,"RFC 2822",e)},e.fromHTTP=function(e,t){void 0===t&&(t={});var o=function(e){return ut(e,[Nt,Mt],[It,Mt],[Lt,Ft])}(e);return $o(o[0],o[1],t,"HTTP",t)},e.fromFormat=function(t,o,i){if(void 0===i&&(i={}),W(t)||W(o))throw new g("fromFormat requires an input string and a format");var s=i,r=s.locale,n=void 0===r?null:r,a=s.numberingSystem,l=void 0===a?null:a,d=function(e,t,o){var i=Co(e,t,o);return[i.result,i.zone,i.invalidReason]}(lt.fromOpts({locale:n,numberingSystem:l,defaultToEN:!0}),t,o),c=d[0],u=d[1],p=d[2];return p?e.invalid(p):$o(c,u,i,"format "+o,t)},e.fromString=function(t,o,i){return void 0===i&&(i={}),e.fromFormat(t,o,i)},e.fromSQL=function(e,t){void 0===t&&(t={});var o=function(e){return ut(e,[Zt,Yt],[$t,Kt])}(e);return $o(o[0],o[1],t,"SQL",e)},e.invalid=function(t,o){if(void 0===o&&(o=null),!t)throw new g("need to specify a reason the DateTime is invalid");var i=t instanceof Re?t:new Re(t,o);if(Je.throwOnInvalid)throw new m(i);return new e({invalid:i})},e.isDateTime=function(e){return e&&e.isLuxonDateTime||!1};var t=e.prototype;return t.get=function(e){return this[e]},t.resolvedLocaleOptions=function(e){void 0===e&&(e={});var t=ke.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t.locale,numberingSystem:t.numberingSystem,outputCalendar:t.calendar}},t.toUTC=function(e,t){return void 0===e&&(e=0),void 0===t&&(t={}),this.setZone(Be.instance(e),t)},t.toLocal=function(){return this.setZone(Je.defaultZone)},t.setZone=function(t,o){var i=void 0===o?{}:o,s=i.keepLocalTime,r=void 0!==s&&s,n=i.keepCalendarTime,a=void 0!==n&&n;if((t=He(t,Je.defaultZone)).equals(this.zone))return this;if(t.isValid){var l=this.ts;if(r||a){var d=t.offset(this.ts);l=Wo(this.toObject(),d,t)[0]}return zo(this,{ts:l,zone:t})}return e.invalid(Uo(t))},t.reconfigure=function(e){var t=void 0===e?{}:e,o=t.locale,i=t.numberingSystem,s=t.outputCalendar;return zo(this,{loc:this.loc.clone({locale:o,numberingSystem:i,outputCalendar:s})})},t.setLocale=function(e){return this.reconfigure({locale:e})},t.set=function(e){if(!this.isValid)return this;var t,o=pe(e,ii),i=!W(o.weekYear)||!W(o.weekNumber)||!W(o.weekday),r=!W(o.ordinal),n=!W(o.year),a=!W(o.month)||!W(o.day),l=n||a,d=o.weekYear||o.weekNumber;if((l||r)&&d)throw new f("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(a&&r)throw new f("Can't mix ordinal dates with month/day");i?t=Io(s({},No(this.c),o)):W(o.ordinal)?(t=s({},this.toObject(),o),W(o.day)&&(t.day=Math.min(re(t.year,t.month),t.day))):t=Mo(s({},Lo(this.c),o));var c=Wo(t,this.o,this.zone);return zo(this,{ts:c[0],o:c[1]})},t.plus=function(e){return this.isValid?zo(this,Zo(this,ro(e))):this},t.minus=function(e){return this.isValid?zo(this,Zo(this,ro(e).negate())):this},t.startOf=function(e){if(!this.isValid)return this;var t={},o=so.normalizeUnit(e);switch(o){case"years":t.month=1;case"quarters":case"months":t.day=1;case"weeks":case"days":t.hour=0;case"hours":t.minute=0;case"minutes":t.second=0;case"seconds":t.millisecond=0}if("weeks"===o&&(t.weekday=1),"quarters"===o){var i=Math.ceil(this.month/3);t.month=3*(i-1)+1}return this.set(t)},t.endOf=function(e){var t;return this.isValid?this.plus((t={},t[e]=1,t)).startOf(e).minus(1):this},t.toFormat=function(e,t){return void 0===t&&(t={}),this.isValid?ke.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this,e):qo},t.toLocaleString=function(e,t){return void 0===e&&(e=x),void 0===t&&(t={}),this.isValid?ke.create(this.loc.clone(t),e).formatDateTime(this):qo},t.toLocaleParts=function(e){return void 0===e&&(e={}),this.isValid?ke.create(this.loc.clone(e),e).formatDateTimeParts(this):[]},t.toISO=function(e){return void 0===e&&(e={}),this.isValid?this.toISODate(e)+"T"+this.toISOTime(e):null},t.toISODate=function(e){var t=(void 0===e?{}:e).format,o="basic"===(void 0===t?"extended":t)?"yyyyMMdd":"yyyy-MM-dd";return this.year>9999&&(o="+"+o),Yo(this,o)},t.toISOWeekDate=function(){return Yo(this,"kkkk-'W'WW-c")},t.toISOTime=function(e){var t=void 0===e?{}:e,o=t.suppressMilliseconds,i=void 0!==o&&o,s=t.suppressSeconds,r=void 0!==s&&s,n=t.includeOffset,a=void 0===n||n,l=t.includePrefix,d=void 0!==l&&l,c=t.format;return Ko(this,{suppressSeconds:r,suppressMilliseconds:i,includeOffset:a,includePrefix:d,format:void 0===c?"extended":c})},t.toRFC2822=function(){return Yo(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},t.toHTTP=function(){return Yo(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},t.toSQLDate=function(){return Yo(this,"yyyy-MM-dd")},t.toSQLTime=function(e){var t=void 0===e?{}:e,o=t.includeOffset,i=void 0===o||o,s=t.includeZone;return Ko(this,{includeOffset:i,includeZone:void 0!==s&&s,spaceZone:!0})},t.toSQL=function(e){return void 0===e&&(e={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(e):null},t.toString=function(){return this.isValid?this.toISO():qo},t.valueOf=function(){return this.toMillis()},t.toMillis=function(){return this.isValid?this.ts:NaN},t.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},t.toJSON=function(){return this.toISO()},t.toBSON=function(){return this.toJSDate()},t.toObject=function(e){if(void 0===e&&(e={}),!this.isValid)return{};var t=s({},this.c);return e.includeConfig&&(t.outputCalendar=this.outputCalendar,t.numberingSystem=this.loc.numberingSystem,t.locale=this.loc.locale),t},t.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},t.diff=function(e,t,o){if(void 0===t&&(t="milliseconds"),void 0===o&&(o={}),!this.isValid||!e.isValid)return so.invalid("created by diffing an invalid DateTime");var i,r=s({locale:this.locale,numberingSystem:this.numberingSystem},o),n=(i=t,Array.isArray(i)?i:[i]).map(so.normalizeUnit),a=e.valueOf()>this.valueOf(),l=function(e,t,o,i){var s,r=function(e,t,o){for(var i,s,r={},n=0,a=[["years",function(e,t){return t.year-e.year}],["quarters",function(e,t){return t.quarter-e.quarter}],["months",function(e,t){return t.month-e.month+12*(t.year-e.year)}],["weeks",function(e,t){var o=uo(e,t);return(o-o%7)/7}],["days",uo]];n<a.length;n++){var l=a[n],d=l[0],c=l[1];if(o.indexOf(d)>=0){var u;i=d;var p,h=c(e,t);(s=e.plus(((u={})[d]=h,u)))>t?(e=e.plus(((p={})[d]=h-1,p)),h-=1):e=s,r[d]=h}}return[e,r,s,i]}(e,t,o),n=r[0],a=r[1],l=r[2],d=r[3],c=t-n,u=o.filter((function(e){return["hours","minutes","seconds","milliseconds"].indexOf(e)>=0}));0===u.length&&(l<t&&(l=n.plus(((s={})[d]=1,s))),l!==n&&(a[d]=(a[d]||0)+c/(l-n)));var p,h=so.fromObject(a,i);return u.length>0?(p=so.fromMillis(c,i)).shiftTo.apply(p,u).plus(h):h}(a?this:e,a?e:this,n,r);return a?l.negate():l},t.diffNow=function(t,o){return void 0===t&&(t="milliseconds"),void 0===o&&(o={}),this.diff(e.now(),t,o)},t.until=function(e){return this.isValid?lo.fromDateTimes(this,e):this},t.hasSame=function(e,t){if(!this.isValid)return!1;var o=e.valueOf(),i=this.setZone(e.zone,{keepLocalTime:!0});return i.startOf(t)<=o&&o<=i.endOf(t)},t.equals=function(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)},t.toRelative=function(t){if(void 0===t&&(t={}),!this.isValid)return null;var o=t.base||e.fromObject({},{zone:this.zone}),i=t.padding?this<o?-t.padding:t.padding:0,r=["years","months","days","hours","minutes","seconds"],n=t.unit;return Array.isArray(t.unit)&&(r=t.unit,n=void 0),ri(o,this.plus(i),s({},t,{numeric:"always",units:r,unit:n}))},t.toRelativeCalendar=function(t){return void 0===t&&(t={}),this.isValid?ri(t.base||e.fromObject({},{zone:this.zone}),this,s({},t,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},e.min=function(){for(var t=arguments.length,o=new Array(t),i=0;i<t;i++)o[i]=arguments[i];if(!o.every(e.isDateTime))throw new g("min requires all arguments be DateTimes");return K(o,(function(e){return e.valueOf()}),Math.min)},e.max=function(){for(var t=arguments.length,o=new Array(t),i=0;i<t;i++)o[i]=arguments[i];if(!o.every(e.isDateTime))throw new g("max requires all arguments be DateTimes");return K(o,(function(e){return e.valueOf()}),Math.max)},e.fromFormatExplain=function(e,t,o){void 0===o&&(o={});var i=o,s=i.locale,r=void 0===s?null:s,n=i.numberingSystem,a=void 0===n?null:n;return Co(lt.fromOpts({locale:r,numberingSystem:a,defaultToEN:!0}),e,t)},e.fromStringExplain=function(t,o,i){return void 0===i&&(i={}),e.fromFormatExplain(t,o,i)},i(e,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Bo(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Bo(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Bo(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Lo(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?co.months("short",{locObj:this.loc})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?co.months("long",{locObj:this.loc})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?co.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?co.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.isUniversal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return ie(this.year)}},{key:"daysInMonth",get:function(){return re(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?se(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?ae(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return x}},{key:"DATE_MED",get:function(){return A}},{key:"DATE_MED_WITH_WEEKDAY",get:function(){return C}},{key:"DATE_FULL",get:function(){return E}},{key:"DATE_HUGE",get:function(){return P}},{key:"TIME_SIMPLE",get:function(){return O}},{key:"TIME_WITH_SECONDS",get:function(){return D}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return k}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return R}},{key:"TIME_24_SIMPLE",get:function(){return N}},{key:"TIME_24_WITH_SECONDS",get:function(){return I}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return L}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return M}},{key:"DATETIME_SHORT",get:function(){return F}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return j}},{key:"DATETIME_MED",get:function(){return q}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return V}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return U}},{key:"DATETIME_FULL",get:function(){return B}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return z}},{key:"DATETIME_HUGE",get:function(){return H}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return G}}]),e}();function li(e){if(ai.isDateTime(e))return e;if(e&&e.valueOf&&Z(e.valueOf()))return ai.fromJSDate(e);if(e&&"object"==typeof e)return ai.fromObject(e);throw new g("Unknown datetime argument: "+e+", of type "+typeof e)}t.nL=so}},t={};function o(i){var s=t[i];if(void 0!==s)return s.exports;var r=t[i]={id:i,loaded:!1,exports:{}};return e[i](r,r.exports,o),r.loaded=!0,r.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var i in t)o.o(t,i)&&!o.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){"use strict";var e=window.wp.element,t=window.React,i=o.n(t),s=window.ReactDOM;function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(e[i]=o[i])}return e}).apply(this,arguments)}var n=window.wp.i18n,a=class{static get(e,t="general"){Array.isArray(e)||(e=[e]);let o=window["_wds_"+t]||{};return e.forEach((e=>{o=o&&o.hasOwnProperty(e)?o[e]:""})),o}static get_bool(e,t="general"){return!!this.get(e,t)}};function l(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}var d=jQuery,c=o.n(d);class u extends i().Component{constructor(e){super(e),this.props=e,this.state={loadingText:!1},this.selectElement=i().createRef(),this.selectElementContainer=i().createRef()}componentDidMount(){const e=c()(this.selectElement.current);e.addClass(this.props.small?"sui-select sui-select-sm":"sui-select").SUIselect2(this.getSelect2Args()),this.includeSelectedValueAsDynamicOption(),e.on("change",(e=>this.handleChange(e)))}includeSelectedValueAsDynamicOption(){this.props.selectedValue&&this.noOptionsAvailable()&&(this.props.tagging?Array.isArray(this.props.selectedValue)?this.props.selectedValue.forEach((e=>{this.addOption(e,e,!0)})):this.addOption(this.props.selectedValue,this.props.selectedValue,!0):this.props.loadTextAjaxUrl&&this.loadTextFromRemote())}loadTextFromRemote(){this.state.loadingText||(this.setState({loadingText:!0}),c().get(this.props.loadTextAjaxUrl,{id:this.props.selectedValue}).done((e=>{e&&e.results&&e.results.length&&e.results.forEach((e=>{this.addOption(e.id,e.text,!0)})),this.setState({loadingText:!1})})))}addOption(e,t,o){let i=new Option(t,e,!1,o);c()(this.selectElement.current).append(i).trigger("change")}noOptionsAvailable(){return!Object.keys(this.props.options).length}componentWillUnmount(){c()(this.selectElement.current).off().SUIselect2("destroy")}getSelect2Args(){let e={dropdownParent:c()(this.selectElementContainer.current),dropdownCssClass:"sui-select-dropdown",minimumResultsForSearch:this.props.minimumResultsForSearch,multiple:this.props.multiple,tagging:this.props.tagging};return this.props.placeholder&&(e.placeholder=this.props.placeholder),this.props.ajaxUrl&&(e.ajax={url:this.props.ajaxUrl},e.minimumInputLength=this.props.minimumInputLength),this.props.templateResult&&(e.templateResult=this.props.templateResult),this.props.templateSelection&&(e.templateSelection=this.props.templateSelection),this.props.ajaxUrl&&this.props.tagging&&(e.ajax.processResults=(e,t)=>e.results&&!e.results.length?{results:[{id:t.term,text:t.term}]}:e),e}handleChange(e){let t=e.target.value;this.props.multiple&&(t=Array.from(e.target.selectedOptions,(e=>e.value))),this.props.onSelect(t)}isOptGroup(e){return"object"==typeof e&&e.label&&e.options}printOptions(t){return Object.keys(t).map((o=>{const i=t[o];return this.isOptGroup(i)?(0,e.createElement)("optgroup",{key:o,label:i.label},this.printOptions(i.options)):(0,e.createElement)("option",{key:o,value:o},i)}))}render(){const t=this.props.options;let o;return o=Object.keys(t).length?this.printOptions(t):(0,e.createElement)("option",null),(0,e.createElement)("div",{ref:this.selectElementContainer},(0,e.createElement)("select",{disabled:this.state.loadingText,value:this.props.selectedValue,onChange:()=>!0,ref:this.selectElement,multiple:this.props.multiple},o))}}l(u,"defaultProps",{small:!1,tagging:!1,placeholder:"",ajaxUrl:"",loadTextAjaxUrl:"",selectedValue:"",minimumResultsForSearch:10,minimumInputLength:3,multiple:!1,options:{},templateResult:!1,templateSelection:!1,onSelect:()=>!1});class p extends i().Component{constructor(e){super(e),this.props=e}handleChange(e){this.props.onChange(e.target.checked?"=":"!=")}render(){return(0,e.createElement)("div",{className:"wds-schema-type-condition-operator"},(0,e.createElement)("div",{className:"wds-comparison-operator sui-tooltip sui-tooltip-constrained",style:{"--tooltip-width":"200px"},"data-tooltip":(0,n.__)("Switch your condition rule between equal or unequal.","wds")},(0,e.createElement)("label",null,(0,e.createElement)("input",{checked:"="===this.props.operator,onChange:e=>this.handleChange(e),type:"checkbox"}),(0,e.createElement)("span",{className:"wds-equals"},"="),(0,e.createElement)("span",{className:"wds-not-equals"},"≠"))))}}class h extends i().Component{constructor(e){super(e),this.props=e}render(){const t=this.props.lhs,o=this.props.operator,i=this.props.rhs,s=this.getLhsSelectOptions(),a=this.getRhsSelectProps(t);return(0,e.createElement)("div",{className:"wds-schema-type-condition"},(0,e.createElement)("div",{className:"wds-schema-type-condition-lhs"},(0,e.createElement)(u,{options:s,selectedValue:t,minimumResultsForSearch:"-1",templateResult:e=>this.addLhsOptionMarkup(e),templateSelection:e=>this.addLhsOptionMarkup(e),onSelect:e=>this.handleLhsChange(e)})),this.objectNotEmpty(a)&&(0,e.createElement)(p,{operator:o,onChange:e=>this.handleOperatorChange(e)}),this.objectNotEmpty(a)&&(0,e.createElement)("div",{className:"wds-schema-type-condition-rhs",key:`${t}-options`},(0,e.createElement)(u,r({},a,{selectedValue:i,onSelect:e=>this.handleRhsChange(e)}))),(0,e.createElement)("div",{className:"wds-schema-type-condition-and"},(0,e.createElement)("button",{role:"button",onClick:e=>this.handleAdd(e),className:"sui-button sui-button-ghost sui-tooltip sui-tooltip-constrained",style:{"--tooltip-width":"200px;"},"data-tooltip":(0,n.__)("Add a new rule conditioning the previous one.","wds")},(0,n.__)("AND","wds"))),!this.props.disableDelete&&(0,e.createElement)("span",{className:"wds-schema-type-condition-close",onClick:e=>this.handleDelete(e)},(0,e.createElement)("span",{className:"sui-icon-cross-close","aria-hidden":"true"})))}addLhsOptionMarkup(e){if(!e.id)return e.text;const t=this.getTaxonomies(),o=this.getPostTypes();return t&&t.hasOwnProperty(e.id)||o&&o.hasOwnProperty(e.id)?c()("<span>"+e.text+' <span class="sui-tag sui-tag-sm sui-tag-disabled">'+e.id+"</span></span>"):e.text}getRhsSelectProps(e){const t={},o=this.getPostTypes();this.objectNotEmpty(o)&&Object.keys(o).forEach((e=>{t[e]=this.searchSelectProps(sprintf((0,n.__)("Search for %s","wds"),o[e]),e,"wds-search-post")}));const i=this.getTaxonomies();if(this.objectNotEmpty(i)&&Object.keys(i).forEach((e=>{t[e]=this.searchSelectProps(sprintf((0,n.__)("Search for %s","wds"),i[e]),e,"wds-search-schema-term")})),t.hasOwnProperty(e))return t[e];let s=this.getRhsSelectOptions(e);return s?{options:s}:{}}searchSelectProps(e,t,o){let i=a.get("ajax_url","schema_types"),s=new URLSearchParams;s.append("action",o),s.append("type",t);const r={placeholder:e,ajaxUrl:i+"?"+s.toString(),options:{}};return s.append("request_type","text"),r.loadTextAjaxUrl=i+"?"+s.toString(),r}getRhsSelectOptions(e){const t={post_type:this.getPostTypes(),author_role:this.getUserRoles(),post_format:this.getPostFormats(),page_template:this.getPageTemplates(),product_type:{WC_Product_Variable:(0,n.__)("Variable Product","wds"),WC_Product_Simple:(0,n.__)("Simple Product","wds"),WC_Product_Grouped:(0,n.__)("Grouped Product","wds"),WC_Product_External:(0,n.__)("External Product","wds")}};return!!t.hasOwnProperty(e)&&t[e]}getLhsSelectOptions(){const e={post_type:(0,n.__)("Post Type","wds"),show_globally:(0,n.__)("Show Globally","wds"),homepage:(0,n.__)("Homepage","wds"),author_role:(0,n.__)("Post Author Role","wds")};let t=this.getPostFormats();this.objectNotEmpty(t)&&(e.post_format=(0,n.__)("Post Format","wds"));let o=this.getPageTemplates();this.objectNotEmpty(o)&&(e.page_template=(0,n.__)("Page Template","wds")),this.isWooCommerceActive()&&(e.product_type=(0,n.__)("Product Type","wds"));const i=this.getPostTypeTaxonomies();return this.objectNotEmpty(i)&&Object.keys(i).forEach((t=>{e[t]=i[t]})),e}isWooCommerceActive(){return!!a.get("woocommerce","schema_types")}getUserRoles(){return a.get("user_roles","schema_types")||{}}getPostTypes(){return a.get("post_types","schema_types")||{}}getPostTypeTaxonomies(){return a.get("post_type_taxonomies","schema_types")||{}}getTaxonomies(){return a.get("taxonomies","schema_types")||{}}getPageTemplates(){return a.get("page_templates","schema_types")||{}}getPostFormats(){return a.get("post_formats","schema_types")||{}}objectLength(e){return Object.keys(e).length}objectNotEmpty(e){return!!this.objectLength(e)}handleLhsChange(e){let t="";const o=this.getRhsSelectOptions(e);o&&(t=Object.keys(o).shift()),this.props.onChange(this.props.id,e,this.props.operator,t)}handleOperatorChange(e){this.props.onChange(this.props.id,this.props.lhs,e,this.props.rhs)}handleRhsChange(e){this.props.onChange(this.props.id,this.props.lhs,this.props.operator,e)}handleAdd(e){e.preventDefault(),this.props.onAdd(this.props.id)}handleDelete(){this.props.onDelete(this.props.id)}}var m=o(7145),_=o.n(m),w=window.lodash,f=o(4184),y=o.n(f),g=SUI,b=o.n(g);class v extends i().Component{constructor(e){super(e),this.props=e}componentDidMount(){b().openModal(this.props.id,this.props.focusAfterClose,this.props.focusAfterOpen?this.props.focusAfterOpen:this.getTitleId(),!1,!1)}componentWillUnmount(){b().closeModal()}handleKeyDown(e){c()(e.target).is(".sui-modal.sui-active input")&&13===e.keyCode&&(e.preventDefault(),e.stopPropagation(),!this.props.enterDisabled&&this.props.onEnter&&this.props.onEnter(e))}render(){const t=this.getHeaderActions(),o=Object.assign({},{"sui-modal-sm":this.props.small,"sui-modal-lg":!this.props.small},this.props.dialogClasses);return(0,e.createElement)("div",{className:y()("sui-modal",o),onKeyDown:e=>this.handleKeyDown(e)},(0,e.createElement)("div",{role:"dialog",id:this.props.id,className:y()("sui-modal-content",this.props.id+"-modal"),"aria-modal":"true","aria-labelledby":this.props.id+"-modal-title","aria-describedby":this.props.id+"-modal-description"},(0,e.createElement)("div",{className:"sui-box",role:"document"},(0,e.createElement)("div",{className:y()("sui-box-header",{"sui-flatten sui-content-center sui-spacing-top--40":this.props.small})},(0,e.createElement)("h3",{id:this.getTitleId(),className:y()("sui-box-title",{"sui-lg":this.props.small})},this.props.title),t),(0,e.createElement)("div",{className:y()("sui-box-body",{"sui-content-center":this.props.small})},this.props.description&&(0,e.createElement)("p",{className:"sui-description",id:this.props.id+"-modal-description"},this.props.description),this.props.children),this.props.footer&&(0,e.createElement)("div",{className:"sui-box-footer"},this.props.footer))))}getTitleId(){return this.props.id+"-modal-title"}getHeaderActions(){const t=this.getCloseButton();return this.props.small?t:this.props.headerActions?this.props.headerActions:(0,e.createElement)("div",{className:"sui-actions-right"},t)}getCloseButton(){return(0,e.createElement)("button",{id:this.props.id+"-close-button",type:"button",onClick:()=>this.props.onClose(),disabled:this.props.disableCloseButton,className:y()("sui-button-icon",{"sui-button-float--right":this.props.small})},(0,e.createElement)("span",{className:"sui-icon-close sui-md","aria-hidden":"true"}),(0,e.createElement)("span",{className:"sui-screen-reader-text"},(0,n.__)("Close this dialog window","wds")))}}l(v,"defaultProps",{id:"",title:"",description:"",small:!1,headerActions:!1,focusAfterOpen:"",focusAfterClose:"container",dialogClasses:[],disableCloseButton:!1,enterDisabled:!1,onEnter:!1,onClose:()=>!1});class T extends i().Component{handleClick(e){e.preventDefault(),this.props.onClick()}render(){let t,o,i=this.props.icon?(0,e.createElement)("span",{className:this.props.icon,"aria-hidden":"true"}):"";return this.props.loading?(t=(0,e.createElement)("span",{className:"sui-loading-text"},i," ",this.props.text),o=(0,e.createElement)("span",{className:"sui-icon-loader sui-loading","aria-hidden":"true"})):(t=(0,e.createElement)("span",null,i," ",this.props.text),o=""),(0,e.createElement)("button",{className:y()(this.props.className,"sui-button","sui-button-"+this.props.color,{"sui-button-onload":this.props.loading,"sui-button-ghost":this.props.ghost,"sui-button-icon":!this.props.text.trim(),"sui-button-dashed":this.props.dashed}),onClick:e=>this.handleClick(e),id:this.props.id,disabled:this.props.disabled},t,o)}}l(T,"defaultProps",{id:"",text:"",color:"",dashed:!1,icon:!1,loading:!1,ghost:!1,disabled:!1,className:"",onClick:()=>!1});class S extends i().Component{constructor(e){super(e),this.props=e}handleChange(e){const t=this.props.selectedValues.slice(),o=e.target.checked,i=e.target.value;o&&!t.includes(i)&&(t.push(i),this.props.onChange(this.props.multiple?t:[i])),!o&&t.includes(i)&&this.props.onChange(t.filter((e=>e!=e)))}render(){let t=this.props.options.map((t=>(0,e.createElement)("li",{key:t.id},(0,e.createElement)("label",{className:y()({"sui-box-selector":!0,"sui-disabled":t.disabled}),htmlFor:this.props.id+"-"+t.id},(0,e.createElement)("input",{onChange:e=>this.handleChange(e),id:this.props.id+"-"+t.id,type:"checkbox",disabled:t.disabled,checked:this.props.selectedValues.includes(t.id),value:t.id}),(0,e.createElement)("span",null,t.icon&&(0,e.createElement)("span",{className:t.icon}),t.label,t.required&&(0,e.createElement)("span",{className:"wds-required-asterisk"},"*"))))));return(0,e.createElement)("div",{className:"sui-box-selectors sui-box-selectors-col-"+this.props.cols},(0,e.createElement)("ul",null,t))}}l(S,"defaultProps",{id:"",selectedValues:[],cols:2,options:{},onChange:()=>!1,multiple:!0});class x extends i().Component{constructor(e){super(e),this.state={selectedValues:[]}}handleSelection(e){this.setState({selectedValues:e})}handleAction(){this.props.onAction(this.state.selectedValues)}hasRequiredOption(){let e=!1;return this.props.options.some((t=>{if(t.required)return e=!0,!0})),e}render(){return(0,e.createElement)(v,{small:!0,id:this.props.id+"-modal",title:this.props.title,onClose:()=>this.props.onClose(),dialogClasses:{"sui-modal-lg":!0,"sui-modal-sm":!1},description:this.props.description},this.hasRequiredOption()&&this.props.requiredNotice,!!Object.keys(this.props.options).length&&(0,e.createElement)(S,{id:this.props.id+"-selector",options:this.props.options,selectedValues:this.state.selectedValues,multiple:this.props.multiple,onChange:e=>this.handleSelection(e)}),!Object.keys(this.props.options).length&&this.props.noOptionsMessage,this.props.generalMessage,(0,e.createElement)("div",{style:{display:"flex",justifyContent:"space-between"}},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.props.onClose(),ghost:!0}),(0,e.createElement)(T,{text:this.props.actionButtonText,icon:this.props.actionButtonIcon,id:this.props.id+"-action-button",onClick:()=>this.handleAction(),disabled:!Object.keys(this.state.selectedValues).length})))}}l(x,"defaultProps",{id:"",title:"",description:"",actionButtonText:"",actionButtonIcon:"",onClose:w.noop,onAction:w.noop,options:{},multiple:!0,noOptionsMessage:!1,generalMessage:!1,requiredNotice:""});var A=o(361),C=o.n(A),E=o(3955),P=o.n(E);const O=P();var D={text:{id:O(),label:(0,n.__)("Text","wds"),type:"Text",source:"comment",value:"comment_text",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_text:(0,n.__)("Comment Content","wds")}}},description:(0,n.__)("The body of the comment.","wds")},dateCreated:{id:O(),label:(0,n.__)("Date Created","wds"),type:"Text",source:"comment",value:"comment_date",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_date:(0,n.__)("Comment Date","wds")}}},description:(0,n.__)("The date when this comment was created in ISO 8601 format.","wds")},url:{id:O(),label:(0,n.__)("URL","wds"),type:"Text",source:"comment",value:"comment_url",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_url:(0,n.__)("Comment URL","wds")}}},description:(0,n.__)("The permanent URL of the comment.","wds")},author:{id:O(),label:(0,n.__)("Author Name","wds"),type:"Person",flatten:!0,properties:{name:{id:O(),label:(0,n.__)("Author Name","wds"),type:"Text",source:"comment",value:"comment_author_name",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_author_name:(0,n.__)("Comment Author Name","wds")}}},description:(0,n.__)("The name of the comment author.","wds")}}}};const k=P();var R={streetAddress:{id:k(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:k(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:k(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:k(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:k(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:k(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const N=P();var I={telephone:{id:N(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("The telephone number.","wds"),disallowDeletion:!0},email:{id:N(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email",description:(0,n.__)("The email address.","wds"),disallowDeletion:!0},url:{id:N(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The contact URL.","wds"),disallowDeletion:!0},contactType:{id:N(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",description:(0,n.__)("A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.","wds"),customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}},disallowDeletion:!0}};const L=P();var M={logo:{id:L(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the publisher.","wds"),required:!0},name:{id:L(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the publisher.","wds"),required:!0},url:{id:L(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the publisher.","wds")},address:{id:L(),label:(0,n.__)("Address","wds"),optional:!0,description:(0,n.__)("The addresses of the publisher.","wds"),properties:{0:{id:L(),type:"PostalAddress",properties:R}}},contactPoint:{id:L(),label:(0,n.__)("Contact Point","wds"),optional:!0,description:(0,n.__)("The contact points of the publisher.","wds"),properties:{0:{id:L(),type:"ContactPoint",properties:I}}}};const F=P();var j={name:{id:F(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"author",value:"author_full_name",required:!0,description:(0,n.__)("The name of the article author.","wds")},url:{id:F(),label:(0,n.__)("URL","wds"),type:"URL",source:"author",value:"author_url",description:(0,n.__)("The URL of the article author.","wds")},image:{id:F(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"author",value:"author_gravatar",description:(0,n.__)("The profile image of the article author.","wds")},description:{id:F(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"author",value:"author_description",optional:!0,description:(0,n.__)("The description of the article author.","wds")}};const q=P();var V={headline:{id:q(),label:(0,n.__)("Headline","wds"),type:"TextFull",source:"seo_meta",value:"seo_title",required:!0,description:(0,n.__)("The headline of the article. Headlines should not exceed 110 characters.","wds")},name:{id:q(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The name of the article.","wds")},description:{id:q(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The description of the article.","wds")},url:{id:q(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The permanent URL of the article.","wds")},thumbnailUrl:{id:q(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"post_data",value:"post_thumbnail_url",description:(0,n.__)("The thumbnail URL of the article.","wds")},dateModified:{id:q(),label:(0,n.__)("Date Modified","wds"),type:"DateTime",source:"post_data",value:"post_modified",description:(0,n.__)("The date and time the article was most recently modified, in ISO 8601 format.","wds")},datePublished:{id:q(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"post_data",required:!0,description:(0,n.__)("The date and time the article was first published, in ISO 8601 format.","wds"),value:"post_date"},articleBody:{id:q(),label:(0,n.__)("Article Body","wds"),type:"TextFull",source:"post_data",value:"post_content",optional:!0,description:(0,n.__)("The content of the article.","wds")},alternativeHeadline:{id:q(),label:(0,n.__)("Alternative Headline","wds"),type:"TextFull",source:"post_data",value:"post_title",optional:!0,description:(0,n.__)("Alternative headline for the article.","wds")},image:{id:q(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),required:!0,description:(0,n.__)("Images related to the article.","wds"),properties:{0:{id:q(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},author:{id:q(),label:(0,n.__)("Author","wds"),type:"Person",required:!0,description:(0,n.__)("The author of the article.","wds"),properties:j},publisher:{id:q(),label:(0,n.__)("Publisher","wds"),type:"Organization",required:!0,description:(0,n.__)("The publisher of the article.","wds"),properties:M},comment:{id:q(),label:(0,n.__)("Comments","wds"),type:"Comment",loop:"post-comments",loopDescription:(0,n.__)("The following block will be repeated for each post comment"),properties:D,optional:!0,description:(0,n.__)("Comments, typically from users.","wds")}};const U=P();var B={availability:{id:U(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The availability of event tickets.","wds"),disallowDeletion:!0},price:{id:U(),label:(0,n.__)("Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The lowest available price available for your tickets, including service charges and fees. Don't forget to update it as prices change or tickets sell out.","wds"),disallowDeletion:!0},priceCurrency:{id:U(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The 3-letter ISO 4217 currency code.","wds"),disallowDeletion:!0},validFrom:{id:U(),label:(0,n.__)("Valid From","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date and time when tickets go on sale (only required on date-restricted offers), in ISO-8601 format.","wds"),disallowDeletion:!0},priceValidUntil:{id:U(),label:(0,n.__)("Valid Until","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date and time till when tickets will be on sale.","wds"),disallowDeletion:!0},url:{id:U(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The URL of a page providing the ability to buy tickets.","wds"),disallowDeletion:!0}},z=o(2492),H=o.n(z);const G=P();var W={streetAddress:{id:G(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:G(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:G(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:G(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:G(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:G(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}},Z=H()({},W,{streetAddress:{disallowDeletion:!1},addressLocality:{disallowDeletion:!1},addressRegion:{disallowDeletion:!1},addressCountry:{disallowDeletion:!1},postalCode:{disallowDeletion:!1},postOfficeBoxNumber:{disallowDeletion:!1}});const $=P();var Y={name:{id:$(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The detailed name of the place or venue where the event is being held. This property is only recommended for events that take place at a physical location.","wds")},address:{id:$(),label:(0,n.__)("Address","wds"),type:"PostalAddress",properties:Z,required:!0,description:(0,n.__)("The venue's detailed street address. This property is only required for events that take place at a physical location.","wds")}};const K=P();var J={availability:{id:K(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The availability of this item.","wds")},lowPrice:{id:K(),label:(0,n.__)("Low Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The lowest price of all offers available. Use a floating point number.","wds")},highPrice:{id:K(),label:(0,n.__)("High Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The highest price of all offers available. Use a floating point number.","wds")},priceCurrency:{id:K(),label:(0,n.__)("Price Currency","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The currency used to describe the price, in three-letter ISO 4217 format.","wds")},offerCount:{id:K(),label:(0,n.__)("Offer Count","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The number of offers for the item.","wds")}};const Q=P();var X={name:{id:Q(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the person.","wds"),disallowDeletion:!0},url:{id:Q(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the person's profile.","wds"),disallowDeletion:!0},description:{id:Q(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",optional:!0,description:(0,n.__)("Short bio/description of the person.","wds"),disallowDeletion:!0},image:{id:Q(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the person.","wds"),disallowDeletion:!0}};const ee=P();var te={telephone:{id:ee(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("The telephone number.","wds"),disallowDeletion:!0},email:{id:ee(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email",description:(0,n.__)("The email address.","wds"),disallowDeletion:!0},url:{id:ee(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The contact URL.","wds"),disallowDeletion:!0},contactType:{id:ee(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",description:(0,n.__)("A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.","wds"),customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}},disallowDeletion:!0}};const oe=P();var ie={logo:{id:oe(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:oe(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:oe(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")},address:{id:oe(),label:(0,n.__)("Address","wds"),optional:!0,description:(0,n.__)("The addresses of the organization.","wds"),properties:{0:{id:oe(),type:"PostalAddress",properties:W}}},contactPoint:{id:oe(),label:(0,n.__)("Contact Point","wds"),optional:!0,description:(0,n.__)("The contact points of the organization.","wds"),properties:{0:{id:oe(),type:"ContactPoint",properties:te}}}};const se=P();var re={itemReviewed:{id:se(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:se(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The name of the item that is being rated.","wds")}},required:!0},ratingCount:{id:se(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("The total number of ratings for the item on your site.","wds")},reviewCount:{id:se(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:se(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",required:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:se(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:se(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const ne=P();var ae={name:{id:ne(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the review author.","wds"),disallowDeletion:!0},url:{id:ne(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the review author's page.","wds"),disallowDeletion:!0},description:{id:ne(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",optional:!0,description:(0,n.__)("Short bio/description of the review author.","wds"),disallowDeletion:!0},image:{id:ne(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the review author.","wds"),disallowDeletion:!0}};const le=P();var de={logo:{id:le(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds"),disallowDeletion:!0},name:{id:le(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds"),disallowDeletion:!0},url:{id:le(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds"),disallowDeletion:!0}};const ce=P();var ue={ratingValue:{id:ce(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds"),required:!0},bestRating:{id:ce(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:ce(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const pe=P();var he={itemReviewed:{id:pe(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:pe(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated.","wds")}}},reviewBody:{id:pe(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:pe(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:pe(),label:(0,n.__)("Author","wds"),activeVersion:"Person",required:!0,properties:{Person:{id:pe(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:ae,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:pe(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:de,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0}}},reviewRating:{id:pe(),label:(0,n.__)("Rating","wds"),description:(0,n.__)("The rating given in this review.","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,required:!0,properties:ue}};const me=P();var _e={name:{id:me(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The full title of the event.","wds")},description:{id:me(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("Description of the event. Describe all details of the event to make it easier for users to understand and attend the event.","wds")},startDate:{id:me(),label:(0,n.__)("Start Date","wds"),type:"DateTime",source:"datetime",value:"",required:!0,description:(0,n.__)("The start date and start time of the event in ISO-8601 format.","wds")},endDate:{id:me(),label:(0,n.__)("End Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The end date and end time of the event in ISO-8601 format.","wds")},eventAttendanceMode:{id:me(),label:(0,n.__)("Event Attendance Mode","wds"),type:"Text",source:"options",value:"MixedEventAttendanceMode",customSources:{options:{label:(0,n.__)("Event Attendance Mode","wds"),values:{MixedEventAttendanceMode:(0,n.__)("Mixed Attendance Mode","wds"),OfflineEventAttendanceMode:(0,n.__)("Offline Attendance Mode","wds"),OnlineEventAttendanceMode:(0,n.__)("Online Attendance Mode","wds")}}},description:(0,n.__)("Indicates whether the event occurs online, offline at a physical location, or a mix of both online and offline.","wds")},eventStatus:{id:me(),label:(0,n.__)("Event Status","wds"),type:"Text",source:"options",value:"EventScheduled",customSources:{options:{label:(0,n.__)("Event Status","wds"),values:{EventScheduled:(0,n.__)("Scheduled","wds"),EventMovedOnline:(0,n.__)("Moved Online","wds"),EventRescheduled:(0,n.__)("Rescheduled","wds"),EventPostponed:(0,n.__)("Postponed","wds"),EventCancelled:(0,n.__)("Cancelled","wds")}}},description:(0,n.__)("The status of the event.","wds")},image:{id:me(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),properties:{0:{id:me(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:""}},description:(0,n.__)("Image or logo for the event or tour. Including an image helps users understand and engage with your event.","wds")},location:{id:me(),label:(0,n.__)("Location","wds"),activeVersion:"Place",properties:{Place:{id:me(),label:(0,n.__)("Location","wds"),type:"Place",properties:Y,required:!0,description:(0,n.__)("The physical location of the event.","wds"),isAnAltVersion:!0},VirtualLocation:{id:me(),label:(0,n.__)("Virtual Location","wds"),type:"VirtualLocation",disallowAddition:!0,properties:{url:{id:me(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",disallowDeletion:!0,value:"post_permalink",required:!0,description:(0,n.__)("The URL of the online event, where people can join. This property is required if your event is happening online.","wds")}},required:!0,description:(0,n.__)("The virtual location of the event.","wds"),isAnAltVersion:!0}},required:!0},organizer:{id:me(),label:(0,n.__)("Organizer","wds"),type:"Organization",properties:ie,description:(0,n.__)("The organization that is hosting the event.","wds")},performer:{id:me(),label:(0,n.__)("Performers","wds"),labelSingle:(0,n.__)("Performer","wds"),properties:{0:{id:me(),type:"Person",properties:X}},description:(0,n.__)("The participants performing at the event, such as artists and comedians.","wds")},offers:{id:me(),label:(0,n.__)("Offers","wds"),activeVersion:"Offer",properties:{Offer:{id:me(),label:(0,n.__)("Offers","wds"),labelSingle:(0,n.__)("Offer","wds"),properties:{0:{id:me(),type:"Offer",properties:B}},description:(0,n.__)("A nested Offer, one for each ticket type.","wds"),isAnAltVersion:!0},AggregateOffer:{id:me(),type:"AggregateOffer",label:(0,n.__)("Aggregate Offer","wds"),properties:J,description:(0,n.__)("A nested AggregateOffer, representing all available offers.","wds"),isAnAltVersion:!0}}},aggregateRating:{id:me(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the event.","wds"),optional:!0},review:{id:me(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:me(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the event.","wds"),optional:!0}};const we=P();var fe={availability:{id:we(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The possible product availability options.","wds")},price:{id:we(),label:(0,n.__)("Price","wds"),type:"Number",source:"number",value:"",required:!0,disallowDeletion:!0,description:(0,n.__)("The offer price of a product.","wds")},priceCurrency:{id:we(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The currency used to describe the product price, in three-letter ISO 4217 format.","wds")},validFrom:{id:we(),label:(0,n.__)("Valid From","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date when the item becomes valid.","wds")},priceValidUntil:{id:we(),label:(0,n.__)("Valid Until","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date after which the price is no longer available.","wds")},url:{id:we(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",disallowDeletion:!0,description:(0,n.__)("A URL to the product web page (that includes the Offer).","wds")}};const ye=P();var ge={availability:{id:ye(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The availability of this item.","wds")},lowPrice:{id:ye(),label:(0,n.__)("Low Price","wds"),type:"Number",source:"number",value:"",required:!0,description:(0,n.__)("The lowest price of all offers available. Use a floating point number.","wds")},highPrice:{id:ye(),label:(0,n.__)("High Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The highest price of all offers available. Use a floating point number.","wds")},priceCurrency:{id:ye(),label:(0,n.__)("Price Currency","wds"),type:"Text",source:"custom_text",value:"",required:!0,description:(0,n.__)("The currency used to describe the price, in three-letter ISO 4217 format.","wds")},offerCount:{id:ye(),label:(0,n.__)("Offer Count","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The number of offers for the item.","wds")}};const be=P();var ve={itemReviewed:{id:be(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:be(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The item that is being rated.","wds")}},required:!0},ratingCount:{id:be(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. At least one of ratingCount or reviewCount is required.","wds"),description:(0,n.__)("The total number of ratings for the item on your site.","wds")},reviewCount:{id:be(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. At least one of ratingCount or reviewCount is required.","wds"),description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:be(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",requiredInBlock:!0,required:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:be(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:be(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const Te=P();var Se={itemReviewed:{id:Te(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:Te(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated. In this case the product.","wds")}}},reviewBody:{id:Te(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:Te(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:Te(),label:(0,n.__)("Author","wds"),activeVersion:"Person",required:!0,properties:{Person:{id:Te(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:{name:{id:Te(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the review author.","wds"),disallowDeletion:!0},url:{id:Te(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the review author's page.","wds"),disallowDeletion:!0},description:{id:Te(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",optional:!0,description:(0,n.__)("Short bio/description of the review author.","wds"),disallowDeletion:!0},image:{id:Te(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the review author.","wds"),disallowDeletion:!0}},required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:Te(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:{logo:{id:Te(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds"),disallowDeletion:!0},name:{id:Te(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds"),disallowDeletion:!0},url:{id:Te(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds"),disallowDeletion:!0}},required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0}}},reviewRating:{id:Te(),label:(0,n.__)("Rating","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,properties:{ratingValue:{id:Te(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds"),required:!0},bestRating:{id:Te(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:Te(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}},required:!0,description:(0,n.__)("The rating given in this review.","wds")}};const xe=P();var Ae={telephone:{id:xe(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("The telephone number.","wds"),disallowDeletion:!0},email:{id:xe(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email",description:(0,n.__)("The email address.","wds"),disallowDeletion:!0},url:{id:xe(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The contact URL.","wds"),disallowDeletion:!0},contactType:{id:xe(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",description:(0,n.__)("A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.","wds"),customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}},disallowDeletion:!0}};const Ce=P();var Ee={streetAddress:{id:Ce(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:Ce(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:Ce(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:Ce(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:Ce(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:Ce(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const Pe=P();var Oe={logo:{id:Pe(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:Pe(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:Pe(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")},address:{id:Pe(),label:(0,n.__)("Address","wds"),optional:!0,description:(0,n.__)("The addresses of the organization.","wds"),properties:{0:{id:Pe(),type:"PostalAddress",properties:Ee}}},contactPoint:{id:Pe(),label:(0,n.__)("Contact Point","wds"),optional:!0,description:(0,n.__)("The contact points of the organization.","wds"),properties:{0:{id:Pe(),type:"ContactPoint",properties:Ae}}}};const De=P();var ke={name:{id:De(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The name of the product.","wds")},description:{id:De(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The product description.","wds")},sku:{id:De(),label:(0,n.__)("SKU","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("Merchant-specific identifier for product.","wds")},gtin:{id:De(),label:(0,n.__)("GTIN","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes.","wds")},gtin8:{id:De(),label:(0,n.__)("GTIN-8","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-8 code of the product. This code is also known as EAN/UCC-8 or 8-digit EAN.","wds")},gtin12:{id:De(),label:(0,n.__)("GTIN-12","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-12 code of the product. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items.","wds")},gtin13:{id:De(),label:(0,n.__)("GTIN-13","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-13 code of the product. This is equivalent to 13-digit ISBN codes and EAN UCC-13.","wds")},gtin14:{id:De(),label:(0,n.__)("GTIN-14","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-14 code of the product.","wds")},mpn:{id:De(),label:(0,n.__)("MPN","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The Manufacturer Part Number (MPN) of the product.","wds")},image:{id:De(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("The images associated with the product.","wds"),properties:{0:{id:De(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},brand:{id:De(),label:(0,n.__)("Brand","wds"),type:"Organization",properties:Oe,description:(0,n.__)("The brand of the product.","wds")},review:{id:De(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:De(),type:"Review",properties:Se}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Review of the product.","wds")},aggregateRating:{id:De(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:ve,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested aggregateRating of the product.","wds")},offers:{id:De(),label:(0,n.__)("Offers","wds"),activeVersion:"Offer",properties:{Offer:{id:De(),label:(0,n.__)("Offers","wds"),labelSingle:(0,n.__)("Offer","wds"),properties:{0:{id:De(),type:"Offer",properties:fe}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Offer to sell the product.","wds"),isAnAltVersion:!0},AggregateOffer:{id:De(),type:"AggregateOffer",label:(0,n.__)("Aggregate Offer","wds"),properties:ge,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested AggregateOffer to sell the product.","wds"),isAnAltVersion:!0}},required:!0}},Re=(0,w.merge)({},fe,{availability:{source:"woocommerce",value:"stock_status",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{stock_status:(0,n.__)("Stock Status","wds")}}}},price:{source:"woocommerce",value:"price",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{price:(0,n.__)("Price","wds")}}}},priceCurrency:{source:"woocommerce",value:"currency",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{currency:(0,n.__)("Currency","wds")}}}},validFrom:{source:"woocommerce",value:"date_on_sale_from",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{date_on_sale_from:(0,n.__)("Product Sale Start Date","wds")}}}},priceValidUntil:{source:"woocommerce",value:"date_on_sale_to",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{date_on_sale_to:(0,n.__)("Product Sale End Date","wds")}}}}}),Ne=(0,w.merge)({},ge,{availability:{source:"woocommerce",value:"stock_status",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{stock_status:(0,n.__)("Stock Status","wds")}}}},lowPrice:{source:"woocommerce",value:"min_price",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{min_price:(0,n.__)("Variable Product Minimum Price","wds")}}}},highPrice:{source:"woocommerce",value:"max_price",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{max_price:(0,n.__)("Variable Product Maximum Price","wds")}}}},priceCurrency:{source:"woocommerce",value:"currency",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{currency:(0,n.__)("Currency","wds")}}}},offerCount:{source:"woocommerce",value:"product_children_count",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_children_count:(0,n.__)("Number of Variations","wds")}}}}}),Ie=(0,w.merge)({},ve,{ratingCount:{source:"woocommerce",value:"review_count",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{review_count:(0,n.__)("Review Count","wds")}}}},reviewCount:{source:"woocommerce",value:"review_count",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{review_count:(0,n.__)("Review Count","wds")}}}},ratingValue:{source:"woocommerce",value:"average_rating",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{average_rating:(0,n.__)("Average Rating","wds")}}}},bestRating:{value:"5"},worstRating:{value:"1"}}),Le=(0,w.merge)({},Oe,{logo:{source:"image",value:""},name:{customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_category:(0,n.__)("Product Category","wds"),product_tag:(0,n.__)("Product Tag","wds")}}}},url:{customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_category_url:(0,n.__)("Product Category URL","wds"),product_tag_url:(0,n.__)("Product Tag URL","wds")}}}}}),Me=(0,w.merge)({},Se,{reviewBody:{source:"woocommerce_review",value:"comment_text",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_text:(0,n.__)("Review Text","wds")}}}},datePublished:{source:"woocommerce_review",value:"comment_date",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_date:(0,n.__)("Date Published","wds")}}}},author:{properties:{Person:{properties:{name:{source:"woocommerce_review",value:"comment_author_name",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_author_name:(0,n.__)("Author Name","wds")}}}}}},Organization:{properties:{name:{source:"woocommerce_review",value:"comment_author_name",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_author_name:(0,n.__)("Author Name","wds")}}}}}}}},reviewRating:{properties:{ratingValue:{source:"woocommerce_review",value:"rating_value",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{rating_value:(0,n.__)("Rating Value","wds")}}}},bestRating:{value:"5"},worstRating:{value:"1"}}}}),Fe=(0,w.merge)({},Me,{itemReviewed:{properties:{name:{disallowDeletion:!1}}},reviewBody:{disallowDeletion:!1},datePublished:{disallowDeletion:!1},author:{properties:{Person:{disallowDeletion:!1,disallowAddition:!1,properties:{name:{disallowDeletion:!1},url:{disallowDeletion:!1},description:{disallowDeletion:!1},image:{disallowDeletion:!1}}},Organization:{disallowDeletion:!1,disallowAddition:!1,properties:{logo:{disallowDeletion:!1},name:{disallowDeletion:!1},url:{disallowDeletion:!1}}}}},reviewRating:{disallowDeletion:!1,disallowAddition:!1,properties:{ratingValue:{disallowDeletion:!1},bestRating:{disallowDeletion:!1},worstRating:{disallowDeletion:!1}}}});const je=P();var qe={name:{id:je(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The name of the product.","wds")},description:{id:je(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The product description.","wds")},sku:{id:je(),label:(0,n.__)("SKU","wds"),type:"Text",source:"woocommerce",value:"product_id",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},description:(0,n.__)("Merchant-specific identifier for product.","wds")},gtin:{id:je(),label:(0,n.__)("GTIN","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes.","wds")},gtin8:{id:je(),label:(0,n.__)("GTIN-8","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-8 code of the product. This code is also known as EAN/UCC-8 or 8-digit EAN.","wds")},gtin12:{id:je(),label:(0,n.__)("GTIN-12","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-12 code of the product. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items.","wds")},gtin13:{id:je(),label:(0,n.__)("GTIN-13","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-13 code of the product. This is equivalent to 13-digit ISBN codes and EAN UCC-13.","wds")},gtin14:{id:je(),label:(0,n.__)("GTIN-14","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-14 code of the product.","wds")},mpn:{id:je(),label:(0,n.__)("MPN","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The Manufacturer Part Number (MPN) of the product.","wds")},image:{id:je(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("The images associated with the product.","wds"),properties:{0:{id:je(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},brand:{id:je(),label:(0,n.__)("Brand","wds"),type:"Organization",properties:Le,description:(0,n.__)("The brand of the product.","wds")},review:{id:je(),label:(0,n.__)("Reviews","wds"),activeVersion:"WooCommerceReviewLoop",properties:{WooCommerceReviewLoop:{id:je(),label:(0,n.__)("WooCommerce Reviews","wds"),labelSingle:(0,n.__)("WooCommerce Review","wds"),loop:"woocommerce-reviews",loopDescription:(0,n.__)("The following block will be repeated for each Review in a WooCommerce product"),type:"Review",properties:Fe,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Review of the product.","wds"),isAnAltVersion:!0},Review:{id:je(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:je(),type:"Review",properties:Se}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Review of the product.","wds"),isAnAltVersion:!0}},required:!0},aggregateRating:{id:je(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:Ie,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested aggregateRating of the product.","wds")},offers:{id:je(),label:(0,n.__)("Offers","wds"),activeVersion:"AggregateOffer",properties:{Offer:{id:je(),label:(0,n.__)("Offers","wds"),labelSingle:(0,n.__)("Offer","wds"),properties:{0:{id:je(),type:"Offer",properties:Re}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Offer to sell the product.","wds"),isAnAltVersion:!0},AggregateOffer:{id:je(),type:"AggregateOffer",label:(0,n.__)("Aggregate Offer","wds"),properties:Ne,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested AggregateOffer to sell the product.","wds"),isAnAltVersion:!0}},required:!0}};const Ve=P();var Ue={name:{id:Ve(),label:(0,n.__)("Question","wds"),type:"TextFull",disallowDeletion:!0,source:"custom_text",value:"",description:(0,n.__)('The full text of the question. For example, "How long does it take to process a refund?".',"wds"),required:!0},acceptedAnswer:{id:Ve(),label:(0,n.__)("Accepted Answer","wds"),type:"Answer",flatten:!0,properties:{text:{id:Ve(),label:(0,n.__)("Accepted Answer","wds"),type:"TextFull",disallowDeletion:!0,source:"custom_text",value:"",description:(0,n.__)("The answer to the question.","wds"),required:!0}},required:!0},image:{id:Ve(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image associated with the question."),disallowDeletion:!0},url:{id:Ve(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("Optional URL to the question."),disallowDeletion:!0}};const Be=P();var ze={text:{id:Be(),label:(0,n.__)("Text","wds"),type:"Text",source:"comment",value:"comment_text",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_text:(0,n.__)("Comment Content","wds")}}},description:(0,n.__)("The body of the comment.","wds")},dateCreated:{id:Be(),label:(0,n.__)("Date Created","wds"),type:"Text",source:"comment",value:"comment_date",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_date:(0,n.__)("Comment Date","wds")}}},description:(0,n.__)("The date when this comment was created in ISO 8601 format.","wds")},url:{id:Be(),label:(0,n.__)("URL","wds"),type:"Text",source:"comment",value:"comment_url",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_url:(0,n.__)("Comment URL","wds")}}},description:(0,n.__)("The permanent URL of the comment.","wds")},author:{id:Be(),label:(0,n.__)("Author Name","wds"),type:"Person",flatten:!0,properties:{name:{id:Be(),label:(0,n.__)("Author Name","wds"),type:"Text",source:"comment",value:"comment_author_name",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_author_name:(0,n.__)("Comment Author Name","wds")}}},description:(0,n.__)("The name of the comment author.","wds")}}}};const He=P();var Ge={mainEntity:{id:He(),label:(0,n.__)("Questions","wds"),labelSingle:(0,n.__)("Question","wds"),disallowDeletion:!0,properties:{0:{id:He(),type:"Question",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:Ue}},required:!0,description:(0,n.__)("An array of Question elements which comprise the list of answered questions that this FAQPage is about.","wds")},comment:{id:He(),label:(0,n.__)("Comments","wds"),type:"Comment",loop:"post-comments",loopDescription:(0,n.__)("The following block will be repeated for each post comment"),properties:ze,optional:!0,description:(0,n.__)("Comments, typically from users.","wds")}};const We=P();var Ze={value:{id:We(),label:(0,n.__)("Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("The monetary amount value.","wds")},currency:{id:We(),label:(0,n.__)("Currency","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The currency in which the monetary amount is expressed.","wds")},maxValue:{id:We(),label:(0,n.__)("Max Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("The upper limit of the value.","wds")},minValue:{id:We(),label:(0,n.__)("Min Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("The lower limit of the value.","wds")}};const $e=P();var Ye={text:{id:$e(),label:(0,n.__)("Text","wds"),type:"Text",source:"comment",value:"comment_text",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_text:(0,n.__)("Comment Content","wds")}}},description:(0,n.__)("The body of the comment.","wds")},dateCreated:{id:$e(),label:(0,n.__)("Date Created","wds"),type:"Text",source:"comment",value:"comment_date",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_date:(0,n.__)("Comment Date","wds")}}},description:(0,n.__)("The date when this comment was created in ISO 8601 format.","wds")},url:{id:$e(),label:(0,n.__)("URL","wds"),type:"Text",source:"comment",value:"comment_url",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_url:(0,n.__)("Comment URL","wds")}}},description:(0,n.__)("The permanent URL of the comment.","wds")},author:{id:$e(),label:(0,n.__)("Author Name","wds"),type:"Person",flatten:!0,properties:{name:{id:$e(),label:(0,n.__)("Author Name","wds"),type:"Text",source:"comment",value:"comment_author_name",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_author_name:(0,n.__)("Comment Author Name","wds")}}},description:(0,n.__)("The name of the comment author.","wds")}}}};const Ke=P();var Je={name:{id:Ke(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)('The title of the how-to. For example, "How to tie a tie".',"wds")},description:{id:Ke(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("A description of the how-to.","wds")},totalTime:{id:Ke(),label:(0,n.__)("Total Time","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The total time required to perform all instructions or directions (including time to prepare the supplies), in ISO 8601 duration format.","wds")},image:{id:Ke(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),properties:{0:{id:Ke(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}},description:(0,n.__)("Images of the completed how-to.","wds")},supply:{id:Ke(),label:(0,n.__)("Supplies","wds"),labelSingle:(0,n.__)("Supply","wds"),properties:{0:{id:Ke(),label:(0,n.__)("Supply","wds"),type:"HowToSupply",properties:{name:{id:Ke(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the supply.","wds"),disallowDeletion:!0},image:{id:Ke(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the supply.","wds"),disallowDeletion:!0}}}},description:(0,n.__)("Supplies consumed when performing instructions or a direction.","wds")},tool:{id:Ke(),label:(0,n.__)("Tools","wds"),labelSingle:(0,n.__)("Tool","wds"),properties:{0:{id:Ke(),label:(0,n.__)("Tool","wds"),type:"HowToTool",properties:{name:{id:Ke(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the tool.","wds"),disallowDeletion:!0},image:{id:Ke(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the tool.","wds"),disallowDeletion:!0}}}},description:(0,n.__)("Objects used (but not consumed) when performing instructions or a direction.","wds")},estimatedCost:{id:Ke(),label:(0,n.__)("Estimated Cost","wds"),type:"MonetaryAmount",disallowAddition:!0,properties:Ze,description:(0,n.__)("The estimated cost of the supplies consumed when performing instructions.","wds")},step:{id:Ke(),label:(0,n.__)("Steps","wds"),labelSingle:(0,n.__)("Step","wds"),properties:{0:{id:Ke(),label:(0,n.__)("Step","wds"),type:"HowToStep",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:{name:{id:Ke(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The word or short phrase summarizing the step (for example, "Attach wires to post" or "Dig").',"wds"),disallowDeletion:!0},text:{id:Ke(),label:(0,n.__)("Text","wds"),type:"Text",source:"custom_text",value:"",required:!0,description:(0,n.__)("The full instruction text of this step.","wds"),disallowDeletion:!0},image:{id:Ke(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image for the step.","wds"),disallowDeletion:!0},url:{id:Ke(),label:(0,n.__)("Url","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("A URL that directly links to the step (if one is available). For example, an anchor link fragment.","wds"),disallowDeletion:!0}}}},required:!0,description:(0,n.__)("An array of elements which comprise the full instructions of the how-to. Each step element should correspond to an individual step in the instructions. Don't mark up non-step data such as a summary or introduction section, using this property.","wds")},comment:{id:Ke(),label:(0,n.__)("Comments","wds"),type:"Comment",loop:"post-comments",loopDescription:(0,n.__)("The following block will be repeated for each post comment"),properties:Ye,optional:!0,description:(0,n.__)("Comments, typically from users.","wds")},aggregateRating:{id:Ke(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the how-to.","wds"),optional:!0},review:{id:Ke(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:Ke(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the how-to.","wds"),optional:!0}},Qe={USD:(0,n.__)("United States dollar","wds"),AED:(0,n.__)("UAE dirham","wds"),AFN:(0,n.__)("Afghan afghani","wds"),ALL:(0,n.__)("Albanian lek","wds"),AMD:(0,n.__)("Armenian dram","wds"),ANG:(0,n.__)("Netherlands Antillean gulden","wds"),AOA:(0,n.__)("Angolan kwanza","wds"),ARS:(0,n.__)("Argentine peso","wds"),AUD:(0,n.__)("Australian dollar","wds"),AWG:(0,n.__)("Aruban florin","wds"),AZN:(0,n.__)("Azerbaijani manat","wds"),BAM:(0,n.__)("Bosnia and Herzegovina konvertibilna marka","wds"),BBD:(0,n.__)("Barbadian dollar","wds"),BDT:(0,n.__)("Bangladeshi taka","wds"),BGN:(0,n.__)("Bulgarian lev","wds"),BHD:(0,n.__)("Bahraini dinar","wds"),BIF:(0,n.__)("Burundi franc","wds"),BMD:(0,n.__)("Bermudian dollar","wds"),BND:(0,n.__)("Brunei dollar","wds"),BOB:(0,n.__)("Bolivian boliviano","wds"),BRL:(0,n.__)("Brazilian real","wds"),BSD:(0,n.__)("Bahamian dollar","wds"),BTN:(0,n.__)("Bhutanese ngultrum","wds"),BWP:(0,n.__)("Botswana pula","wds"),BYR:(0,n.__)("Belarusian ruble","wds"),BZD:(0,n.__)("Belize dollar","wds"),CAD:(0,n.__)("Canadian dollar","wds"),CDF:(0,n.__)("Congolese franc","wds"),CHF:(0,n.__)("Swiss franc","wds"),CLP:(0,n.__)("Chilean peso","wds"),CNY:(0,n.__)("Chinese/Yuan renminbi","wds"),COP:(0,n.__)("Colombian peso","wds"),CRC:(0,n.__)("Costa Rican colon","wds"),CUC:(0,n.__)("Cuban peso","wds"),CVE:(0,n.__)("Cape Verdean escudo","wds"),CZK:(0,n.__)("Czech koruna","wds"),DJF:(0,n.__)("Djiboutian franc","wds"),DKK:(0,n.__)("Danish krone","wds"),DOP:(0,n.__)("Dominican peso","wds"),DZD:(0,n.__)("Algerian dinar","wds"),EEK:(0,n.__)("Estonian kroon","wds"),EGP:(0,n.__)("Egyptian pound","wds"),ERN:(0,n.__)("Eritrean nakfa","wds"),ETB:(0,n.__)("Ethiopian birr","wds"),EUR:(0,n.__)("European Euro","wds"),FJD:(0,n.__)("Fijian dollar","wds"),FKP:(0,n.__)("Falkland Islands pound","wds"),GBP:(0,n.__)("British pound","wds"),GEL:(0,n.__)("Georgian lari","wds"),GHS:(0,n.__)("Ghanaian cedi","wds"),GIP:(0,n.__)("Gibraltar pound","wds"),GMD:(0,n.__)("Gambian dalasi","wds"),GNF:(0,n.__)("Guinean franc","wds"),GQE:(0,n.__)("Central African CFA franc","wds"),GTQ:(0,n.__)("Guatemalan quetzal","wds"),GYD:(0,n.__)("Guyanese dollar","wds"),HKD:(0,n.__)("Hong Kong dollar","wds"),HNL:(0,n.__)("Honduran lempira","wds"),HRK:(0,n.__)("Croatian kuna","wds"),HTG:(0,n.__)("Haitian gourde","wds"),HUF:(0,n.__)("Hungarian forint","wds"),IDR:(0,n.__)("Indonesian rupiah","wds"),ILS:(0,n.__)("Israeli new sheqel","wds"),INR:(0,n.__)("Indian rupee","wds"),IQD:(0,n.__)("Iraqi dinar","wds"),IRR:(0,n.__)("Iranian rial","wds"),ISK:(0,n.__)("Icelandic króna","wds"),JMD:(0,n.__)("Jamaican dollar","wds"),JOD:(0,n.__)("Jordanian dinar","wds"),JPY:(0,n.__)("Japanese yen","wds"),KES:(0,n.__)("Kenyan shilling","wds"),KGS:(0,n.__)("Kyrgyzstani som","wds"),KHR:(0,n.__)("Cambodian riel","wds"),KMF:(0,n.__)("Comorian franc","wds"),KPW:(0,n.__)("North Korean won","wds"),KRW:(0,n.__)("South Korean won","wds"),KWD:(0,n.__)("Kuwaiti dinar","wds"),KYD:(0,n.__)("Cayman Islands dollar","wds"),KZT:(0,n.__)("Kazakhstani tenge","wds"),LAK:(0,n.__)("Lao kip","wds"),LBP:(0,n.__)("Lebanese lira","wds"),LKR:(0,n.__)("Sri Lankan rupee","wds"),LRD:(0,n.__)("Liberian dollar","wds"),LSL:(0,n.__)("Lesotho loti","wds"),LTL:(0,n.__)("Lithuanian litas","wds"),LVL:(0,n.__)("Latvian lats","wds"),LYD:(0,n.__)("Libyan dinar","wds"),MAD:(0,n.__)("Moroccan dirham","wds"),MDL:(0,n.__)("Moldovan leu","wds"),MGA:(0,n.__)("Malagasy ariary","wds"),MKD:(0,n.__)("Macedonian denar","wds"),MMK:(0,n.__)("Myanma kyat","wds"),MNT:(0,n.__)("Mongolian tugrik","wds"),MOP:(0,n.__)("Macanese pataca","wds"),MRO:(0,n.__)("Mauritanian ouguiya","wds"),MUR:(0,n.__)("Mauritian rupee","wds"),MVR:(0,n.__)("Maldivian rufiyaa","wds"),MWK:(0,n.__)("Malawian kwacha","wds"),MXN:(0,n.__)("Mexican peso","wds"),MYR:(0,n.__)("Malaysian ringgit","wds"),MZM:(0,n.__)("Mozambican metical","wds"),NAD:(0,n.__)("Namibian dollar","wds"),NGN:(0,n.__)("Nigerian naira","wds"),NIO:(0,n.__)("Nicaraguan córdoba","wds"),NOK:(0,n.__)("Norwegian krone","wds"),NPR:(0,n.__)("Nepalese rupee","wds"),NZD:(0,n.__)("New Zealand dollar","wds"),OMR:(0,n.__)("Omani rial","wds"),PAB:(0,n.__)("Panamanian balboa","wds"),PEN:(0,n.__)("Peruvian nuevo sol","wds"),PGK:(0,n.__)("Papua New Guinean kina","wds"),PHP:(0,n.__)("Philippine peso","wds"),PKR:(0,n.__)("Pakistani rupee","wds"),PLN:(0,n.__)("Polish zloty","wds"),PYG:(0,n.__)("Paraguayan guarani","wds"),QAR:(0,n.__)("Qatari riyal","wds"),RON:(0,n.__)("Romanian leu","wds"),RSD:(0,n.__)("Serbian dinar","wds"),RUB:(0,n.__)("Russian ruble","wds"),SAR:(0,n.__)("Saudi riyal","wds"),SBD:(0,n.__)("Solomon Islands dollar","wds"),SCR:(0,n.__)("Seychellois rupee","wds"),SDG:(0,n.__)("Sudanese pound","wds"),SEK:(0,n.__)("Swedish krona","wds"),SGD:(0,n.__)("Singapore dollar","wds"),SHP:(0,n.__)("Saint Helena pound","wds"),SLL:(0,n.__)("Sierra Leonean leone","wds"),SOS:(0,n.__)("Somali shilling","wds"),SRD:(0,n.__)("Surinamese dollar","wds"),SYP:(0,n.__)("Syrian pound","wds"),SZL:(0,n.__)("Swazi lilangeni","wds"),THB:(0,n.__)("Thai baht","wds"),TJS:(0,n.__)("Tajikistani somoni","wds"),TMT:(0,n.__)("Turkmen manat","wds"),TND:(0,n.__)("Tunisian dinar","wds"),TRY:(0,n.__)("Turkish new lira","wds"),TTD:(0,n.__)("Trinidad and Tobago dollar","wds"),TWD:(0,n.__)("New Taiwan dollar","wds"),TZS:(0,n.__)("Tanzanian shilling","wds"),UAH:(0,n.__)("Ukrainian hryvnia","wds"),UGX:(0,n.__)("Ugandan shilling","wds"),UYU:(0,n.__)("Uruguayan peso","wds"),UZS:(0,n.__)("Uzbekistani som","wds"),VEB:(0,n.__)("Venezuelan bolivar","wds"),VND:(0,n.__)("Vietnamese dong","wds"),VUV:(0,n.__)("Vanuatu vatu","wds"),WST:(0,n.__)("Samoan tala","wds"),XAF:(0,n.__)("Central African CFA franc","wds"),XCD:(0,n.__)("East Caribbean dollar","wds"),XDR:(0,n.__)("Special Drawing Rights","wds"),XOF:(0,n.__)("West African CFA franc","wds"),XPF:(0,n.__)("CFP franc","wds"),YER:(0,n.__)("Yemeni rial","wds"),ZAR:(0,n.__)("South African rand","wds"),ZMK:(0,n.__)("Zambian kwacha","wds"),ZWR:(0,n.__)("Zimbabwean dollar","wds")};const Xe=P();var et={streetAddress:{id:Xe(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:Xe(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:Xe(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:Xe(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:Xe(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:Xe(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const tt=P();var ot={itemReviewed:{id:tt(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:tt(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"site_settings",value:"site_name",required:!0,description:(0,n.__)("Name of the item that is being rated. In this case the local business.","wds")}},required:!0},ratingCount:{id:tt(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("The total number of ratings for the local business.","wds")},reviewCount:{id:tt(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:tt(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",required:!0,requiredInBlock:!0,description:(0,n.__)('A numerical quality rating for the local business, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:tt(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:tt(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}},it={"00:00":"00:00","00:30":"00:30","01:00":"01:00","01:30":"01:30","02:00":"02:00","02:30":"02:30","03:00":"03:00","03:30":"03:30","04:00":"04:00","04:30":"04:30","05:00":"05:00","05:30":"05:30","06:00":"06:00","06:30":"06:30","07:00":"07:00","07:30":"07:30","08:00":"08:00","08:30":"08:30","09:00":"09:00","09:30":"09:30","10:00":"10:00","10:30":"10:30","11:00":"11:00","11:30":"11:30","12:00":"12:00","12:30":"12:30","13:00":"13:00","13:30":"13:30","14:00":"14:00","14:30":"14:30","15:00":"15:00","15:30":"15:30","16:00":"16:00","16:30":"16:30","17:00":"17:00","17:30":"17:30","18:00":"18:00","18:30":"18:30","19:00":"19:00","19:30":"19:30","20:00":"20:00","20:30":"20:30","21:00":"21:00","21:30":"21:30","22:00":"22:00","22:30":"22:30","23:00":"23:00","23:30":"23:30","24:00":"24:00"};const st=P();var rt={dayOfWeek:{id:st(),label:(0,n.__)("Days of Week","wds"),disallowDeletion:!0,type:"Array",allowMultipleSelection:!0,source:"options",value:["Monday","Tuesday","Wednesday","Thursday","Friday"],customSources:{options:{label:(0,n.__)("Days of Week","wds"),values:{Monday:(0,n.__)("Monday","wds"),Tuesday:(0,n.__)("Tuesday","wds"),Wednesday:(0,n.__)("Wednesday","wds"),Thursday:(0,n.__)("Thursday","wds"),Friday:(0,n.__)("Friday","wds"),Saturday:(0,n.__)("Saturday","wds"),Sunday:(0,n.__)("Sunday","wds")}}},description:(0,n.__)("One or more days of the week.","wds")},opens:{id:st(),label:(0,n.__)("Opens","wds"),type:"Text",disallowDeletion:!0,source:"options",value:"09:00",description:(0,n.__)("The time the business location opens, in hh:mm:ss format.","wds"),customSources:{options:{label:(0,n.__)("Time","wds"),values:it}}},closes:{id:st(),label:(0,n.__)("Closes","wds"),type:"Text",disallowDeletion:!0,source:"options",value:"21:00",description:(0,n.__)("The time the business location closes, in hh:mm:ss format.","wds"),customSources:{options:{label:(0,n.__)("Time","wds"),values:it}}}};const nt=P();var at={ratingValue:{id:nt(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds"),required:!0},bestRating:{id:nt(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:nt(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const lt=P();var dt={name:{id:lt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds"),disallowDeletion:!0},logo:{id:lt(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds"),disallowDeletion:!0},url:{id:lt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds"),disallowDeletion:!0}};const ct=P();var ut={name:{id:ct(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the review author.","wds"),disallowDeletion:!0},url:{id:ct(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the review author's page.","wds"),disallowDeletion:!0},description:{id:ct(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("Short bio/description of the review author.","wds"),disallowDeletion:!0},image:{id:ct(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the review author.","wds"),disallowDeletion:!0}};const pt=P();var ht={itemReviewed:{id:pt(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:pt(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"site_settings",value:"site_name",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated. In this case the local business.","wds")}}},reviewBody:{id:pt(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:pt(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:pt(),label:(0,n.__)("Author","wds"),activeVersion:"Person",properties:{Person:{id:pt(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:ut,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),required:!0,isAnAltVersion:!0},Organization:{id:pt(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:dt,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),required:!0,isAnAltVersion:!0}}},reviewRating:{id:pt(),label:(0,n.__)("Rating","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,properties:at,description:(0,n.__)("The rating given in this review.","wds"),required:!0}};const mt=P();var _t={"@id":{id:mt(),label:(0,n.__)("@id","wds"),type:"URL",source:"site_settings",value:"site_url",required:!0,description:(0,n.__)("Globally unique ID of the specific business location in the form of a URL. The ID should be stable and unchanging over time. Google Search treats the URL as an opaque string and it does not have to be a working link. If the business has multiple locations, make sure the @id is unique for each location.","wds")},name:{id:mt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"site_settings",value:"site_name",required:!0,description:(0,n.__)("The name of the business.","wds")},logo:{id:mt(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the business.","wds")},url:{id:mt(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The fully-qualified URL of the specific business location. Unlike the @id property, this URL property should be a working link.","wds")},priceRange:{id:mt(),label:(0,n.__)("Price Range","wds"),type:"Text",source:"options",value:"$",customSources:{options:{label:(0,n.__)("Price Range","wds"),values:{$:"$",$$:"$$",$$$:(0,n.__)("$$$","wds")}}},description:(0,n.__)('The relative price range of a business, commonly specified by either a numerical range (for example, "$10-15") or a normalized number of currency signs (for example, "$$$").',"wds")},telephone:{id:mt(),label:(0,n.__)("Telephone","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("A business phone number meant to be the primary contact method for customers. Be sure to include the country code and area code in the phone number.","wds")},currenciesAccepted:{id:mt(),label:(0,n.__)("Currencies Accepted","wds"),type:"Text",source:"options",value:["USD"],allowMultipleSelection:!0,customSources:{options:{label:(0,n.__)("Currencies","wds"),values:Qe}},description:(0,n.__)("The currency accepted at the business.","wds")},paymentAccepted:{id:mt(),label:(0,n.__)("Payment Accepted","wds"),type:"Text",source:"options",value:["Cash"],allowMultipleSelection:!0,customSources:{options:{label:(0,n.__)("Payment Accepted","wds"),values:{Cash:(0,n.__)("Cash","wds"),"Credit Card":(0,n.__)("Credit Card","wds"),Cryptocurrency:(0,n.__)("Cryptocurrency","wds")}}},description:(0,n.__)("Modes of payment accepted at the local business.","wds")},address:{id:mt(),label:(0,n.__)("Address","wds"),properties:{0:{id:mt(),type:"PostalAddress",properties:et}},required:!0,description:(0,n.__)("The physical location of the business. Include as many properties as possible. The more properties you provide, the higher quality the result is to users.","wds")},image:{id:mt(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),properties:{0:{id:mt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo"}},description:(0,n.__)("One or more images of the local business.","wds"),required:!0},aggregateRating:{id:mt(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:ot,description:(0,n.__)("The average rating of the local business based on multiple ratings or reviews.","wds")},geo:{id:mt(),label:(0,n.__)("Geo Coordinates"),type:"GeoCoordinates",disallowAddition:!0,properties:{latitude:{id:mt(),label:(0,n.__)("Latitude","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The latitude of the business location. The precision should be at least 5 decimal places.","wds"),placeholder:(0,n.__)("E.g. 37.42242","wds")},longitude:{id:mt(),label:(0,n.__)("Longitude","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The longitude of the business location. The precision should be at least 5 decimal places."),placeholder:(0,n.__)("E.g. -122.08585","wds")}},description:(0,n.__)("Give search engines the exact location of your business by adding the geographic latitude and longitude coordinates.","wds")},openingHoursSpecification:{id:mt(),label:(0,n.__)("Opening Hours","wds"),labelSingle:(0,n.__)("Opening Hours Specification","wds"),properties:{0:{id:mt(),label:(0,n.__)("Opening Hours"),type:"OpeningHoursSpecification",disallowAddition:!0,properties:rt}},description:(0,n.__)("Hours during which the business location is open.","wds")},review:{id:mt(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:mt(),type:"Review",properties:ht}},description:(0,n.__)("Reviews of the local business.","wds"),optional:!0}};const wt=P();var ft=(0,w.merge)({},{acceptsReservations:{id:wt(),label:(0,n.__)("Accepts Reservations","wds"),type:"Text",source:"options",value:"True",customSources:{options:{label:(0,n.__)("Boolean Value","wds"),values:{True:(0,n.__)("True","wds"),False:(0,n.__)("False","wds")}}}},menu:{id:wt(),label:(0,n.__)("Menu URL","wds"),type:"URL",source:"custom_text",value:""},servesCuisine:{id:wt(),label:(0,n.__)("Serves Cuisine","wds"),type:"Text",source:"custom_text",value:""}},_t),yt=H()({},qe,{offers:{activeVersion:"Offer"}});const gt=P();var bt={name:{id:gt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"author",value:"author_full_name",description:(0,n.__)("The name of the recipe author.","wds")},url:{id:gt(),label:(0,n.__)("URL","wds"),type:"URL",source:"author",value:"author_url",description:(0,n.__)("The URL of the recipe author.","wds")},description:{id:gt(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"author",value:"author_description",optional:!0,description:(0,n.__)("Short bio/description of the recipe author.","wds")},image:{id:gt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"author",value:"author_gravatar",description:(0,n.__)("An image of the recipe author.","wds")}};const vt=P();var Tt={logo:{id:vt(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:vt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:vt(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")}};const St=P();var xt={name:{id:St(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The title of the video.","wds"),required:!0},description:{id:St(),label:(0,n.__)("Description","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The description of the video. HTML tags are ignored.","wds"),required:!0},uploadDate:{id:St(),label:(0,n.__)("Upload Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date the video was first published, in ISO 8601 format.","wds"),required:!0},contentUrl:{id:St(),label:(0,n.__)("Content URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A URL pointing to the actual video media file. One or both of the following properties are recommended: contentUrl and embedUrl","wds")},embedUrl:{id:St(),label:(0,n.__)("Embed URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A URL pointing to a player for the specific video. One or both of the following properties are recommended: contentUrl and embedUrl","wds")},duration:{id:St(),label:(0,n.__)("Duration","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)('The duration of the video in ISO 8601 format. For example, PT00H30M5S represents a duration of "thirty minutes and five seconds".',"wds"),placeholder:(0,n.__)("E.g. PT00H30M5S","wds")}};const At=P();var Ct={name:{id:At(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the clip.","wds"),required:!0,disallowDeletion:!0},url:{id:At(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A link to the start of the clip.","wds"),required:!0,disallowDeletion:!0},startOffset:{id:At(),label:(0,n.__)("Start Offset","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The start time of the clip expressed as the number of seconds from the beginning of the video.","wds"),required:!0,disallowDeletion:!0},endOffset:{id:At(),label:(0,n.__)("End Offset","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The end time of the clip expressed as the number of seconds from the beginning of the video.","wds"),disallowDeletion:!0}};const Et=P();var Pt=H()({},xt,{thumbnailUrl:{id:Et(),label:(0,n.__)("Thumbnail URLs","wds"),labelSingle:(0,n.__)("Thumbnail URL","wds"),description:(0,n.__)("URLs pointing to the video thumbnail image files. Images must be 60px x 30px, at minimum.","wds"),required:!0,properties:{0:{id:Et(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"image_url",value:""}}},hasPart:{id:Et(),label:(0,n.__)("Clips","wds"),labelSingle:(0,n.__)("Clip","wds"),description:(0,n.__)("Video clips that are included within the full video.","wds"),properties:{0:{id:Et(),type:"Clip",properties:Ct}}}});const Ot=P();var Dt=H()({name:null,description:null,uploadDate:null,thumbnailUrl:null},xt,{name:{disallowDeletion:!0},description:{disallowDeletion:!0},uploadDate:{disallowDeletion:!0},thumbnailUrl:{id:Ot(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"image_url",value:"",disallowDeletion:!0,required:!0},contentUrl:{disallowDeletion:!0},embedUrl:{disallowDeletion:!0},duration:{disallowDeletion:!0}});const kt=P();var Rt={name:{id:kt(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The word or short phrase summarizing the step (for example, "Preheat").',"wds"),disallowDeletion:!0},text:{id:kt(),label:(0,n.__)("Text","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The full instruction text of this step.","wds"),disallowDeletion:!0},image:{id:kt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image for the step.","wds"),disallowDeletion:!0},url:{id:kt(),label:(0,n.__)("Url","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A URL that directly links to the step (if one is available). For example, an anchor link fragment.","wds"),disallowDeletion:!0},video:{id:kt(),label:(0,n.__)("Video","wds"),activeVersion:"Video",properties:{Video:{id:kt(),label:(0,n.__)("Video","wds"),description:(0,n.__)("A video for this step.","wds"),type:"VideoObject",properties:Dt,disallowDeletion:!0,disallowAddition:!0,isAnAltVersion:!0},Clip:{id:kt(),label:(0,n.__)("Clip","wds"),description:(0,n.__)("A clip for this step.","wds"),type:"Clip",properties:Ct,disallowDeletion:!0,disallowAddition:!0,isAnAltVersion:!0}}}};const Nt=P();var It={name:{id:Nt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The name of the dish.","wds"),required:!0},datePublished:{id:Nt(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"post_data",description:(0,n.__)("The date and time the recipe was first published, in ISO 8601 format.","wds"),value:"post_date"},description:{id:Nt(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("A short summary describing the dish.","wds")},recipeCategory:{id:Nt(),label:(0,n.__)("Recipe Category","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. dessert","wds"),description:(0,n.__)('The type of meal or course your recipe is about. For example: "dinner", "main course", or "dessert, snack".',"wds")},recipeCuisine:{id:Nt(),label:(0,n.__)("Recipe Cuisine","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. Mediterranean","wds"),description:(0,n.__)('The region associated with your recipe. For example, "French", Mediterranean", or "American".',"wds")},keywords:{id:Nt(),label:(0,n.__)("Keywords","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. authentic","wds"),description:(0,n.__)('Other terms for your recipe such as the season ("summer"), the holiday ("Halloween"), or other descriptors ("quick", "easy", "authentic"). Don\'t use a tag that should be in recipeCategory or recipeCuisine.',"wds")},prepTime:{id:Nt(),label:(0,n.__)("Prep Time","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)("The length of time it takes to prepare the dish in ISO 8601 duration format. Always use in combination with cookTime.","wds"),placeholder:(0,n.__)("E.g. PT1M","wds")},cookTime:{id:Nt(),label:(0,n.__)("Cook Time","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)("The time it takes to actually cook the dish in ISO 8601 duration format. Always use in combination with prepTime.","wds"),placeholder:(0,n.__)("E.g. PT2M","wds")},totalTime:{id:Nt(),label:(0,n.__)("Total Time","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)("The total time it takes to prepare and cook the dish in ISO 8601 duration format. Use totalTime or a combination of both cookTime and prepTime.","wds"),placeholder:(0,n.__)("E.g. PT3M","wds")},nutrition:{id:Nt(),label:(0,n.__)("Nutrition","wds"),type:"NutritionInformation",flatten:!0,properties:{calories:{id:Nt(),label:(0,n.__)("Calories Per Serving","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The number of calories in each serving produced with this recipe. If calories is defined, recipeYield must be defined with the number of servings.","wds"),placeholder:(0,n.__)("E.g. 270 calories")}}},recipeYield:{id:Nt(),label:(0,n.__)("Recipe Yield","wds"),type:"Number",source:"number",value:"",placeholder:(0,n.__)("E.g. 6","wds"),description:(0,n.__)("Specify the number of servings produced from this recipe with a number. This is required if you specify calories per serving.","wds")},image:{id:Nt(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),required:!0,description:(0,n.__)("Images of the completed dish. For best results, provide multiple high-resolution images (minimum of 50K pixels when multiplying width and height) with the following aspect ratios: 16x9, 4x3, and 1x1.","wds"),properties:{0:{id:Nt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},recipeIngredient:{id:Nt(),label:(0,n.__)("Ingredients","wds"),labelSingle:(0,n.__)("Ingredient","wds"),description:(0,n.__)("Ingredients used in the recipe.","wds"),properties:{0:{id:Nt(),label:(0,n.__)("Ingredient","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 3/4 cup sugar","wds")}}},recipeInstructions:{id:Nt(),label:(0,n.__)("Instructions","wds"),activeVersion:"InstructionStepsText",properties:{InstructionStepsText:{id:Nt(),label:(0,n.__)("Instructions","wds"),labelSingle:(0,n.__)("Instruction","wds"),description:(0,n.__)("The steps to make the dish.","wds"),properties:{0:{id:Nt(),label:(0,n.__)("Step","wds")+" 1",type:"Text",source:"custom_text",value:"",updateLabelNumber:!0}},isAnAltVersion:!0},InstructionStepsHowTo:{id:Nt(),label:(0,n.__)("Instruction HowTo Steps","wds"),labelSingle:(0,n.__)("Instruction Step","wds"),description:(0,n.__)("An array of elements which comprise the full instructions of the recipe. Each step element should correspond to an individual step in the recipe.","wds"),properties:{0:{id:Nt(),label:(0,n.__)("Instruction Step","wds"),type:"HowToStep",properties:Rt}},isAnAltVersion:!0}}},author:{id:Nt(),label:(0,n.__)("Author","wds"),activeVersion:"Person",properties:{Person:{id:Nt(),label:(0,n.__)("Author","wds"),type:"Person",properties:bt,description:(0,n.__)("The author of the recipe. The author's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:Nt(),label:(0,n.__)("Author Organization","wds"),type:"Organization",properties:Tt,description:(0,n.__)("The author of the recipe. The author's name must be a valid name.","wds"),isAnAltVersion:!0}}},aggregateRating:{id:Nt(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the recipe.","wds"),optional:!0},review:{id:Nt(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:Nt(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the recipe.","wds"),optional:!0},video:{id:Nt(),label:(0,n.__)("Video","wds"),description:(0,n.__)("A video depicting the steps to make the dish.","wds"),type:"VideoObject",properties:Pt,optional:!0}};const Lt=P();var Mt={logo:{id:Lt(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:Lt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds"),required:!0},url:{id:Lt(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")},sameAs:{id:Lt(),label:(0,n.__)("Same As","wds"),labelSingle:(0,n.__)("URL","wds"),description:(0,n.__)("URL of reference web pages that unambiguously indicate the item's identity.","wds"),properties:{0:{id:Lt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:""}}}};const Ft=P();var jt={streetAddress:{id:Ft(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0,required:!0},addressLocality:{id:Ft(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:Ft(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:Ft(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:Ft(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:Ft(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const qt=P();var Vt={name:{id:qt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the place where the employee will report to work.","wds"),disallowDeletion:!0},address:{id:qt(),label:(0,n.__)("Address","wds"),type:"PostalAddress",properties:jt,description:(0,n.__)("The address of the place where the employee will report to work.","wds"),disallowAddition:!0,disallowDeletion:!0,required:!0}};const Ut=P();var Bt={"@type":{id:Ut(),label:(0,n.__)("Administrative Area Type","wds"),type:"Text",source:"options",value:"Country",disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Administrative Area Type","wds"),values:{Country:(0,n.__)("Country","wds"),City:(0,n.__)("City","wds"),State:(0,n.__)("State","wds")}}}},name:{id:Ut(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the administrative area.","wds"),disallowDeletion:!0}};const zt=P();var Ht={currency:{id:zt(),label:(0,n.__)("Currency","wds"),type:"Text",source:"options",value:"USD",customSources:{options:{label:(0,n.__)("Currencies","wds"),values:Qe}},description:(0,n.__)("The currency of the base salary.","wds"),disallowDeletion:!0},value:{id:zt(),label:(0,n.__)("Currency","wds"),type:"QuantitativeValue",flatten:!0,disallowDeletion:!0,properties:{value:{id:zt(),label:(0,n.__)("Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("To specify a salary range, define a minValue and a maxValue, rather than a single value.","wds")},minValue:{id:zt(),label:(0,n.__)("Minimum Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("Use in combination with maxValue to provide a salary range.","wds")},maxValue:{id:zt(),label:(0,n.__)("Maximum Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("Use in combination with minValue to provide a salary range.","wds")},unitText:{id:zt(),label:(0,n.__)("Unit","wds"),type:"Text",source:"options",value:"HOUR",disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Unit","wds"),values:{HOUR:(0,n.__)("Hour","wds"),DAY:(0,n.__)("Day","wds"),WEEK:(0,n.__)("Week","wds"),MONTH:(0,n.__)("Month","wds"),YEAR:(0,n.__)("Year","wds")}}}}}}};const Gt=P();var Wt={title:{id:Gt(),label:(0,n.__)("Title","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)('The title of the job (not the title of the posting). For example, "Software Engineer" or "Barista".',"wds"),required:!0},description:{id:Gt(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"post_data",value:"post_content",description:(0,n.__)("The full description of the job in HTML format. The description should be a complete representation of the job, including job responsibilities, qualifications, skills, working hours, education requirements, and experience requirements. The description can't be the same as the title.","wds"),required:!0},datePosted:{id:Gt(),label:(0,n.__)("Date Posted","wds"),type:"DateTime",source:"post_data",value:"post_date",description:(0,n.__)("The original date that employer posted the job in ISO 8601 format.","wds"),required:!0},validThrough:{id:Gt(),label:(0,n.__)("Valid Through","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date when the job posting will expire in ISO 8601 format. This is required for job postings that have an expiration date.","wds")},employmentType:{id:Gt(),label:(0,n.__)("Employment Type","wds"),type:"Text",source:"options",value:"FULL_TIME",disallowDeletion:!0,description:(0,n.__)("Type of employment.","wds"),customSources:{options:{label:(0,n.__)("Employment Type","wds"),values:{FULL_TIME:(0,n.__)("Full Time","wds"),PART_TIME:(0,n.__)("Part Time","wds"),CONTRACTOR:(0,n.__)("Contractor","wds"),TEMPORARY:(0,n.__)("Temporary","wds"),INTERN:(0,n.__)("Intern","wds"),VOLUNTEER:(0,n.__)("Volunteer","wds"),PER_DIEM:(0,n.__)("Per Diem","wds"),OTHER:(0,n.__)("Other","wds")}}}},jobLocationType:{id:Gt(),label:(0,n.__)("Job Location Type","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("Set this property with the value TELECOMMUTE for jobs in which the employee may or must work remotely 100% of the time (from home or another location of their choosing).","wds"),customSources:{options:{label:(0,n.__)("Job Location Type","wds"),values:{"":(0,n.__)("Default","wds"),TELECOMMUTE:(0,n.__)("Telecommute","wds")}}}},educationRequirements:{id:Gt(),type:"EducationalOccupationalCredential",label:(0,n.__)("Education Level","wds"),flatten:!0,properties:{credentialCategory:{id:Gt(),label:(0,n.__)("Education Level","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The level of education that's required for the job posting.","wds"),customSources:{options:{label:(0,n.__)("Education Level","wds"),values:{"":(0,n.__)("No requirements","wds"),"high school":(0,n.__)("High School","wds"),"associate degree":(0,n.__)("Associate Degree","wds"),"bachelor degree":(0,n.__)("Bachelor Degree","wds"),"professional certificate":(0,n.__)("Professional Certificate","wds"),"postgraduate degree":(0,n.__)("Postgraduate degree","wds")}}}}}},experienceRequirements:{id:Gt(),type:"OccupationalExperienceRequirements",label:(0,n.__)("Months Of Experience","wds"),flatten:!0,properties:{monthsOfExperience:{id:Gt(),label:(0,n.__)("Months Of Experience","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The minimum number of months of experience that are required for the job posting. If there are more complex experience requirements, use the experience that represents the minimum number that is required for a candidate.","wds")}}},experienceInPlaceOfEducation:{id:Gt(),label:(0,n.__)("Experience In Place Of Education","wds"),type:"Text",source:"options",value:"False",description:(0,n.__)("If set to true, this property indicates whether a job posting will accept experience in place of its formal educational qualifications. If set to true, you must include both the experienceRequirements and educationRequirements properties.","wds"),customSources:{options:{label:(0,n.__)("Boolean Value","wds"),values:{False:(0,n.__)("False","wds"),True:(0,n.__)("True","wds")}}}},hiringOrganization:{id:Gt(),label:(0,n.__)("Hiring Organization","wds"),type:"Organization",required:!0,description:(0,n.__)('The organization offering the job position. This should be the name of the company (for example, "Starbucks, Inc"), and not the specific location that is hiring (for example, "Starbucks on Main Street").',"wds"),properties:Mt},jobLocation:{id:Gt(),label:(0,n.__)("Job Locations","wds"),labelSingle:(0,n.__)("Job Location","wds"),required:!0,description:(0,n.__)("The physical location(s) of the business where the employee will report to work (such as an office or worksite), not the location where the job was posted. Include as many properties as possible. The more properties you provide, the higher quality the job posting is to the users.","wds"),properties:{0:{id:Gt(),type:"Place",properties:Vt}}},applicantLocationRequirements:{id:Gt(),label:(0,n.__)("Applicant Location Requirements","wds"),labelSingle:(0,n.__)("Applicant Location Requirement","wds"),description:(0,n.__)("The geographic location(s) in which employees may be located for to be eligible for the Work from home job. This property is only recommended if applicants may be located in one or more geographic locations and the job may or must be 100% remote.","wds"),properties:{0:{id:Gt(),properties:Bt}}},baseSalary:{id:Gt(),label:(0,n.__)("Base Salary","wds"),type:"MonetaryAmount",description:(0,n.__)("The actual base salary for the job, as provided by the employer (not an estimate).","wds"),disallowAddition:!0,properties:Ht},identifier:{id:Gt(),label:(0,n.__)("Identifier","wds"),type:"PropertyValue",description:(0,n.__)("The hiring organization's unique identifier for the job.","wds"),disallowAddition:!0,properties:{name:{id:Gt(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier name.","wds"),disallowDeletion:!0},value:{id:Gt(),label:(0,n.__)("Value","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier value.","wds"),disallowDeletion:!0}}}};const Zt=P();var $t={name:{id:Zt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the person.","wds"),disallowDeletion:!0},url:{id:Zt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("URL to the person's profile page.","wds"),disallowDeletion:!0},image:{id:Zt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the person.","wds"),disallowDeletion:!0}};const Yt=P();var Kt={"@id":{id:Yt(),label:(0,n.__)("@id","wds"),type:"URL",source:"custom_text",value:"",required:!0,disallowDeletion:!0,description:(0,n.__)("A globally unique ID for the edition in URL format. It must be unique to your organization. The ID must be stable and not change over time. URL format is suggested though not required. It doesn't have to be a working link. The domain used for the @id value must be owned by your organization.","wds")},bookFormat:{id:Yt(),label:(0,n.__)("Book Format","wds"),type:"Text",source:"options",value:"Paperback",disallowDeletion:!0,description:(0,n.__)("The format of the edition.","wds"),required:!0,customSources:{options:{label:(0,n.__)("Book Formats","wds"),values:{Paperback:(0,n.__)("Paperback","wds"),Hardcover:(0,n.__)("Hardcover","wds"),EBook:(0,n.__)("EBook","wds"),AudiobookFormat:(0,n.__)("Audiobook","wds")}}}},inLanguage:{id:Yt(),label:(0,n.__)("Language","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,required:!0,description:(0,n.__)("The main language of the content in the edition. Use one of the two-letter codes from the list of ISO 639-1 alpha-2 codes.","wds"),placeholder:(0,n.__)("E.g. en","wds")},isbn:{id:Yt(),label:(0,n.__)("ISBN","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,required:!0,description:(0,n.__)("The ISBN-13 of the edition. If you have ISBN-10, convert it into ISBN-13. If there's no ISBN for the ebook or audiobook, use the ISBN of the print book instead. For example, if the ebook edition doesn't have an ISBN, use the ISBN for the associated print edition.","wds")},bookEdition:{id:Yt(),label:(0,n.__)("Book Edition","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The edition information of the book in free text format. For example, 2nd Edition.","wds"),placeholder:(0,n.__)("E.g. 2nd Edition","wds")},datePublished:{id:Yt(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date of publication of the edition in YYYY-MM-DD or YYYY format. This can be either a specific date or only a specific year.","wds")},name:{id:Yt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The title of the edition. Only use this when the title of the edition is different from the title of the work.","wds")},url:{id:Yt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The URL on your website where the edition is introduced or described.","wds")},identifier:{id:Yt(),label:(0,n.__)("Identifiers","wds"),labelSingle:(0,n.__)("Identifier","wds"),description:(0,n.__)("The external or other ID that unambiguously identifies this edition.","wds"),disallowDeletion:!0,properties:{0:{id:Yt(),type:"PropertyValue",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:{propertyID:{id:Yt(),label:(0,n.__)("Type","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The identifier type.","wds"),disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Identifier Types","wds"),values:{"":(0,n.__)("None","wds"),OCLC_NUMBER:(0,n.__)("OCLC_NUMBER","wds"),LCCN:(0,n.__)("LCCN","wds"),"JP_E-CODE":(0,n.__)("JP_E-CODE","wds")}}}},value:{id:Yt(),label:(0,n.__)("Value","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier value. The external ID that unambiguously identifies this edition. Remove all non-numeric prefixes of the external ID.","wds"),disallowDeletion:!0}}}}},author:{id:Yt(),label:(0,n.__)("Authors","wds"),labelSingle:(0,n.__)("Author","wds"),description:(0,n.__)("The author(s) of the edition. Only use this when the author of the edition is different from the work author information.","wds"),disallowDeletion:!0,properties:{0:{id:Yt(),type:"Person",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:$t}}},sameAs:{id:Yt(),label:(0,n.__)("Same As","wds"),labelSingle:(0,n.__)("URL","wds"),description:(0,n.__)("The URL of a reference web page that unambiguously indicates the edition. For example, a Wikipedia page for this specific edition. Don't reuse the sameAs of the Work.","wds"),disallowDeletion:!0,properties:{0:{id:Yt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0}}}};const Jt=P();var Qt={"@id":{id:Jt(),label:(0,n.__)("@id","wds"),type:"URL",source:"custom_text",value:"",required:!0,description:(0,n.__)("A globally unique ID for the book in URL format. It must be unique to your organization. The ID must be stable and not change over time. URL format is suggested though not required. It doesn't have to be a working link. The domain used for the @id value must be owned by your organization.","wds")},name:{id:Jt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The title of the book.","wds")},url:{id:Jt(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",required:!0,description:(0,n.__)("The URL on your website where the book is introduced or described.","wds")},author:{id:Jt(),label:(0,n.__)("Authors","wds"),labelSingle:(0,n.__)("Author","wds"),required:!0,description:(0,n.__)("The authors of the book.","wds"),properties:{0:{id:Jt(),type:"Person",properties:$t}}},contributor:{id:Jt(),label:(0,n.__)("Contributors","wds"),labelSingle:(0,n.__)("Contributor","wds"),optional:!0,description:(0,n.__)("People who have made contributions to the book.","wds"),properties:{0:{id:Jt(),type:"Person",properties:$t}}},sameAs:{id:Jt(),label:(0,n.__)("Same As","wds"),labelSingle:(0,n.__)("URL","wds"),description:(0,n.__)("The URL of a reference page that identifies the work. For example, a Wikipedia, Wikidata, VIAF, or Library of Congress page for the book.","wds"),properties:{0:{id:Jt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:""}}},editor:{id:Jt(),label:(0,n.__)("Editors","wds"),labelSingle:(0,n.__)("Editor","wds"),optional:!0,description:(0,n.__)("People who have edited the book.","wds"),properties:{0:{id:Jt(),type:"Person",properties:$t}}},workExample:{id:Jt(),label:(0,n.__)("Editions","wds"),labelSingle:(0,n.__)("Edition","wds"),description:(0,n.__)("The editions of the work.","wds"),properties:{0:{id:Jt(),type:"Book",properties:Kt}}},aggregateRating:{id:Jt(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the book.","wds"),optional:!0},review:{id:Jt(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:Jt(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the book.","wds"),optional:!0}};const Xt=P();var eo={logo:{id:Xt(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:Xt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:Xt(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")}};const to=P();var oo={name:{id:to(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the course instructor.","wds"),disallowDeletion:!0},url:{id:to(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the course instructor.","wds"),disallowDeletion:!0},image:{id:to(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the course instructor.","wds"),disallowDeletion:!0}};const io=P();var so={streetAddress:{id:io(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:io(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:io(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:io(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:io(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:io(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const ro=P();var no={name:{id:ro(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The detailed name of the place or venue where the course is being held.","wds"),disallowDeletion:!0},address:{id:ro(),label:(0,n.__)("Address","wds"),type:"PostalAddress",properties:so,description:(0,n.__)("The venue's detailed street address.","wds"),disallowDeletion:!0,disallowAddition:!0}};const ao=P();var lo={price:{id:ao(),label:(0,n.__)("Price Value","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The price for attending this course.","wds"),disallowDeletion:!0},priceCurrency:{id:ao(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The 3-letter ISO 4217 currency code.","wds"),disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Currencies","wds"),values:H()({"":(0,n.__)("None","wds")},Qe)}}}};const co=P();var uo={name:{id:co(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The title of the course instance.","wds"),disallowDeletion:!0},description:{id:co(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("A description of the course instance.","wds"),disallowDeletion:!0},url:{id:co(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The URL of the course instance.","wds"),disallowDeletion:!0},courseMode:{id:co(),label:(0,n.__)("Course Mode","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time").',"wds"),placeholder:(0,n.__)("E.g. onsite","wds"),disallowDeletion:!0},courseWorkload:{id:co(),label:(0,n.__)("Course Workload","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, "2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week".',"wds"),placeholder:(0,n.__)("E.g. 2 hours of lectures","wds"),disallowDeletion:!0},eventStatus:{id:co(),label:(0,n.__)("Status","wds"),type:"Text",source:"options",value:"EventScheduled",customSources:{options:{label:(0,n.__)("Course Status","wds"),values:{EventScheduled:(0,n.__)("Scheduled","wds"),EventMovedOnline:(0,n.__)("Moved Online","wds"),EventRescheduled:(0,n.__)("Rescheduled","wds"),EventPostponed:(0,n.__)("Postponed","wds"),EventCancelled:(0,n.__)("Cancelled","wds")}}},description:(0,n.__)("The status of the course.","wds"),disallowDeletion:!0},eventAttendanceMode:{id:co(),label:(0,n.__)("Attendance Mode","wds"),type:"Text",source:"options",value:"MixedEventAttendanceMode",customSources:{options:{label:(0,n.__)("Event Attendance Mode","wds"),values:{MixedEventAttendanceMode:(0,n.__)("Mixed Attendance Mode","wds"),OfflineEventAttendanceMode:(0,n.__)("Offline Attendance Mode","wds"),OnlineEventAttendanceMode:(0,n.__)("Online Attendance Mode","wds")}}},description:(0,n.__)("Indicates whether the course will be conducted online, offline at a physical location, or a mix of both online and offline.","wds"),disallowDeletion:!0},startDate:{id:co(),label:(0,n.__)("Start Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The start date and start time of the course in ISO-8601 format.","wds"),disallowDeletion:!0},endDate:{id:co(),label:(0,n.__)("End Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The end date and end time of the course in ISO-8601 format.","wds"),disallowDeletion:!0},instructor:{id:co(),label:(0,n.__)("Instructors","wds"),labelSingle:(0,n.__)("Instructor","wds"),description:(0,n.__)("A person assigned to instruct or provide instructional assistance for the course instance.","wds"),disallowDeletion:!0,properties:{0:{id:co(),type:"Person",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:oo}}},image:{id:co(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("Images related to the course instance.","wds"),disallowDeletion:!0,properties:{0:{id:co(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0}}},location:{id:co(),label:(0,n.__)("Location","wds"),activeVersion:"Place",properties:{Place:{id:co(),label:(0,n.__)("Location","wds"),type:"Place",properties:no,description:(0,n.__)("The physical location where the course will be held.","wds"),disallowDeletion:!0,disallowAddition:!0,isAnAltVersion:!0},VirtualLocation:{id:co(),label:(0,n.__)("Virtual Location","wds"),type:"VirtualLocation",disallowAddition:!0,disallowDeletion:!0,isAnAltVersion:!0,properties:{url:{id:co(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",disallowDeletion:!0,value:"post_permalink",description:(0,n.__)("The URL of the web page, where people can attend the course.","wds")}},description:(0,n.__)("The virtual location of the course.","wds")}}},offers:{id:co(),label:(0,n.__)("Price","wds"),description:(0,n.__)("Price information for the course.","wds"),properties:lo,disallowAddition:!0,disallowDeletion:!0}};const po=P();var ho={name:{id:po(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The title of the course.","wds")},description:{id:po(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",required:!0,description:(0,n.__)("A description of the course. Display limit of 60 characters.","wds")},courseCode:{id:po(),label:(0,n.__)("Course Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier for the Course used by the course provider.","wds"),placeholder:(0,n.__)("E.g. CS101")},numberOfCredits:{id:po(),label:(0,n.__)("Number Of Credits","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The number of credits or units awarded by the course.","wds")},provider:{id:po(),label:(0,n.__)("Provider","wds"),type:"Organization",description:(0,n.__)("The organization that publishes the source content of the course. For example, UC Berkeley.","wds"),properties:eo},hasCourseInstance:{id:po(),label:(0,n.__)("Course Instances","wds"),labelSingle:(0,n.__)("Course Instance","wds"),description:(0,n.__)("An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.","wds"),optional:!0,properties:{0:{id:po(),type:"CourseInstance",properties:uo}}},aggregateRating:{id:po(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the course.","wds"),optional:!0},review:{id:po(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:po(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the course.","wds"),optional:!0}};const mo=P();var _o={price:{id:mo(),label:(0,n.__)("Price Value","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The price of the software application. If the app is free of charge, set price to 0.","wds"),disallowDeletion:!0},priceCurrency:{id:mo(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The 3-letter ISO 4217 currency code. If the app has a price greater than 0, you must include currency.","wds"),disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Currencies","wds"),values:H()({"":(0,n.__)("None","wds")},Qe)}}}};const wo=P();var fo={itemReviewed:{id:wo(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:wo(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"custom_text",value:"",required:!0,description:(0,n.__)("The name of the item that is being rated.","wds")}},required:!0},ratingCount:{id:wo(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("The total number of ratings for the item on your site.","wds")},reviewCount:{id:wo(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:wo(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",required:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:wo(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:wo(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const yo=P();var go={itemReviewed:{id:yo(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:yo(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"custom_text",value:"",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated.","wds")}}},reviewBody:{id:yo(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:yo(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:yo(),label:(0,n.__)("Author","wds"),activeVersion:"Person",required:!0,properties:{Person:{id:yo(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:ae,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:yo(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:de,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0}}},reviewRating:{id:yo(),label:(0,n.__)("Rating","wds"),description:(0,n.__)("The rating given in this review.","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,required:!0,properties:ue}};const bo=P();var vo={name:{id:bo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The name of the app.","wds"),required:!0},description:{id:bo(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The description of the app.","wds")},url:{id:bo(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The permanent URL of the app.","wds")},applicationCategory:{id:bo(),label:(0,n.__)("Application Category","wds"),type:"Text",source:"options",value:"",customSources:{options:{label:(0,n.__)("Application Category","wds"),values:{"":(0,n.__)("None","wds"),GameApplication:(0,n.__)("Game Application","wds"),SocialNetworkingApplication:(0,n.__)("Social Networking Application","wds"),TravelApplication:(0,n.__)("Travel Application","wds"),ShoppingApplication:(0,n.__)("Shopping Application","wds"),SportsApplication:(0,n.__)("Sports Application","wds"),LifestyleApplication:(0,n.__)("Lifestyle Application","wds"),BusinessApplication:(0,n.__)("Business Application","wds"),DesignApplication:(0,n.__)("Design Application","wds"),DeveloperApplication:(0,n.__)("Developer Application","wds"),DriverApplication:(0,n.__)("Driver Application","wds"),EducationalApplication:(0,n.__)("Educational Application","wds"),HealthApplication:(0,n.__)("Health Application","wds"),FinanceApplication:(0,n.__)("Finance Application","wds"),SecurityApplication:(0,n.__)("Security Application","wds"),BrowserApplication:(0,n.__)("Browser Application","wds"),CommunicationApplication:(0,n.__)("Communication Application","wds"),DesktopEnhancementApplication:(0,n.__)("Desktop Enhancement Application","wds"),EntertainmentApplication:(0,n.__)("Entertainment Application","wds"),MultimediaApplication:(0,n.__)("Multimedia Application","wds"),HomeApplication:(0,n.__)("Home Application","wds"),UtilitiesApplication:(0,n.__)("Utilities Application","wds"),ReferenceApplication:(0,n.__)("Reference Application","wds")}}},description:(0,n.__)("The type of app (for example, BusinessApplication or GameApplication). The value must be a supported app type.","wds")},operatingSystem:{id:bo(),label:(0,n.__)("Operating System","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The operating system(s) required to use the app (for example, Windows 7, OSX 10.6, Android 1.6).","wds"),placeholder:(0,n.__)("E.g. Android 1.6","wds")},screenshot:{id:bo(),label:(0,n.__)("Screenshots","wds"),labelSingle:(0,n.__)("Screenshot","wds"),description:(0,n.__)("Screenshots of the app.","wds"),properties:{0:{id:bo(),label:(0,n.__)("Screenshot","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},offers:{id:bo(),label:(0,n.__)("Price","wds"),description:(0,n.__)("Price information for the app.","wds"),properties:_o,disallowAddition:!0},aggregateRating:{id:bo(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:fo,description:(0,n.__)("A nested aggregateRating of the app.","wds"),required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review or aggregateRating.","wds")},review:{id:bo(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:bo(),type:"Review",properties:go}},description:(0,n.__)("Reviews of the app.","wds"),required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review or aggregateRating.","wds")},softwareVersion:{id:bo(),label:(0,n.__)("Software Version","wds"),description:(0,n.__)("Version of the software instance.","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 1.0.1","wds"),optional:!0},releaseNotes:{id:bo(),label:(0,n.__)("Release Notes","wds"),description:(0,n.__)("Description of what changed in this version.","wds"),type:"Text",source:"custom_text",value:"",optional:!0},downloadUrl:{id:bo(),label:(0,n.__)("Download URL","wds"),description:(0,n.__)("If the file can be downloaded, URL to download the binary.","wds"),type:"URL",source:"custom_text",value:"",optional:!0},installUrl:{id:bo(),label:(0,n.__)("Install URL","wds"),description:(0,n.__)("URL at which the app may be installed, if different from the URL of the item.","wds"),type:"URL",source:"custom_text",value:"",optional:!0},featureList:{id:bo(),label:(0,n.__)("Feature List","wds"),description:(0,n.__)("Features or modules provided by this application.","wds"),type:"Text",source:"custom_text",value:"",optional:!0},fileSize:{id:bo(),label:(0,n.__)("File Size","wds"),description:(0,n.__)("Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 18MB","wds"),optional:!0},memoryRequirements:{id:bo(),label:(0,n.__)("Memory Requirements","wds"),description:(0,n.__)("Minimum memory requirements.","wds"),type:"Text",source:"custom_text",value:"",optional:!0},storageRequirements:{id:bo(),label:(0,n.__)("Storage Requirements"),description:(0,n.__)("Storage requirements (free space required).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 21MB","wds"),optional:!0},processorRequirements:{id:bo(),label:(0,n.__)("Processor Requirements","wds"),description:(0,n.__)("Processor architecture required to run the application (e.g. IA64).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. IA64","wds"),optional:!0},softwareRequirements:{id:bo(),label:(0,n.__)("Software Requirements","wds"),description:(0,n.__)("Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. DirectX","wds"),optional:!0},permissions:{id:bo(),label:(0,n.__)("Permissions","wds"),description:(0,n.__)("Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).","wds"),type:"Text",source:"custom_text",value:"",optional:!0},applicationSuite:{id:bo(),label:(0,n.__)("Application Suite","wds"),description:(0,n.__)("The name of the application suite to which the application belongs (e.g. Excel belongs to Office).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. Microsoft Office","wds"),optional:!0},availableOnDevice:{id:bo(),label:(0,n.__)("Available On Device","wds"),description:(0,n.__)("Device required to run the application. Used in cases where a specific make/model is required to run the application.","wds"),type:"Text",source:"custom_text",value:"",optional:!0}};const To=P();var So=H()({},vo,{carrierRequirements:{id:To(),label:(0,n.__)("Carrier Requirements","wds"),description:(0,n.__)("Specifies specific carrier(s) requirements for the application.","wds"),type:"Text",source:"custom_text",value:"",optional:!0}});const xo=P();var Ao=H()({},vo,{browserRequirements:{id:xo(),label:(0,n.__)("Browser Requirements","wds"),description:(0,n.__)("Specifies browser requirements in human-readable text.","wds"),type:"Text",source:"custom_text",value:"",optional:!0,placeholder:(0,n.__)("E.g. requires HTML5 support","wds")}});const Co=P();var Eo={name:{id:Co(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the person.","wds")},url:{id:Co(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the person's profile.","wds")},image:{id:Co(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the person.","wds")}};const Po=P();var Oo={logo:{id:Po(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds")},name:{id:Po(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds")},url:{id:Po(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds")}},Do=H()({},Eo,{name:{disallowDeletion:!0},url:{disallowDeletion:!0},image:{disallowDeletion:!0}});const ko=P();var Ro={name:{id:ko(),label:(0,n.__)("Name","wds"),description:(0,n.__)("The name of the movie.","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0},dateCreated:{id:ko(),label:(0,n.__)("Release Date","wds"),description:(0,n.__)("The date the movie was released.","wds"),type:"DateTime",source:"datetime",value:""},image:{id:ko(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("An image that represents the movie. Images must have a high resolution and have a 6:9 aspect ratio. While Google can crop images that are close to a 6:9 aspect ratio, images largely deviating from this ratio aren't eligible for the feature.","wds"),required:!0,properties:{0:{id:ko(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},director:{id:ko(),label:(0,n.__)("Director","wds"),description:(0,n.__)("The director of the movie.","wds"),type:"Person",properties:Eo},aggregateRating:{id:ko(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the movie.","wds"),optional:!0},review:{id:ko(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),description:(0,n.__)("Reviews of the movie.","wds"),optional:!0,properties:{0:{id:ko(),type:"Review",properties:he}}},actor:{id:ko(),label:(0,n.__)("Actors","wds"),labelSingle:(0,n.__)("Actor","wds"),description:(0,n.__)("Actors working in the movie","wds"),optional:!0,properties:{0:{id:ko(),type:"Person",properties:Do}}},countryOfOrigin:{id:ko(),label:(0,n.__)("Country Of Origin","wds"),type:"Country",flatten:!0,optional:!0,properties:{name:{id:ko(),label:(0,n.__)("Country Of Origin","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country of the principal offices of the production company or individual responsible for the movie.","wds"),placeholder:(0,n.__)("E.g. USA","wds")}}},duration:{id:ko(),label:(0,n.__)("Duration","wds"),description:(0,n.__)("The duration of the item in ISO 8601 date format.","wds"),type:"Duration",source:"duration",value:"",optional:!0,placeholder:(0,n.__)("E.g. PT00H30M5S","wds")},musicBy:{id:ko(),label:(0,n.__)("Music By","wds"),description:(0,n.__)("The composer of the soundtrack.","wds"),type:"Person",optional:!0,properties:Eo},productionCompany:{id:ko(),label:(0,n.__)("Production Company","wds"),type:"Organization",optional:!0,description:(0,n.__)("The production company or studio responsible for the movie.","wds"),properties:Oo}};const No=P();var Io={streetAddress:{id:No(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:""},addressLocality:{id:No(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:""},addressRegion:{id:No(),label:(0,n.__)("Province/State","wds"),type:"Text",source:"custom_text",value:""},addressCountry:{id:No(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:""},postalCode:{id:No(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:""},postOfficeBoxNumber:{id:No(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:""}};const Lo=P();var Mo={telephone:{id:Lo(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number"},email:{id:Lo(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email"},url:{id:Lo(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url"},contactType:{id:Lo(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}}}};const Fo=P();var jo={logo:{id:Fo(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo"},name:{id:Fo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name"},url:{id:Fo(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url"},address:{id:Fo(),label:(0,n.__)("Address","wds"),optional:!0,properties:{0:{id:Fo(),type:"PostalAddress",properties:Io}}},contactPoint:{id:Fo(),label:(0,n.__)("Contact Point","wds"),optional:!0,properties:{0:{id:Fo(),type:"ContactPoint",properties:Mo}}}};const qo=P();var Vo={headline:{id:qo(),label:(0,n.__)("Headline","wds"),type:"TextFull",source:"seo_meta",value:"seo_title"},name:{id:qo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title"},url:{id:qo(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink"},description:{id:qo(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description"},primaryImageOfPage:{id:qo(),label:(0,n.__)("Primary Image Of Page","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"},thumbnailUrl:{id:qo(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"post_data",value:"post_thumbnail_url"},lastReviewed:{id:qo(),label:(0,n.__)("Last Reviewed","wds"),type:"DateTime",source:"post_data",value:"post_modified",optional:!0},dateModified:{id:qo(),label:(0,n.__)("Date Modified","wds"),type:"DateTime",source:"post_data",value:"post_modified"},datePublished:{id:qo(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"post_data",value:"post_date"},articleBody:{id:qo(),label:(0,n.__)("Article Body","wds"),type:"TextFull",source:"post_data",value:"post_content",optional:!0},alternativeHeadline:{id:qo(),label:(0,n.__)("Alternative Headline","wds"),type:"TextFull",source:"post_data",value:"post_title",optional:!0},relatedLink:{id:qo(),label:(0,n.__)("Related Link","wds"),type:"URL",source:"custom_text",value:"",optional:!0},significantLink:{id:qo(),label:(0,n.__)("Significant Link","wds"),type:"URL",source:"custom_text",value:"",optional:!0},image:{id:qo(),label:(0,n.__)("Images","wds"),label_single:(0,n.__)("Image","wds"),properties:{0:{id:qo(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},author:{id:qo(),label:(0,n.__)("Author","wds"),type:"Person",properties:{name:{id:qo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"author",value:"author_full_name"},url:{id:qo(),label:(0,n.__)("URL","wds"),type:"URL",source:"author",value:"author_url"},description:{id:qo(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"author",value:"author_description",optional:!0},image:{id:qo(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"author",value:"author_gravatar"}}},publisher:{id:qo(),label:(0,n.__)("Publisher","wds"),type:"Organization",properties:jo}};function Uo(e,t,o){return function(e,t){if(e!==t)throw new TypeError("Private static access of wrong provenance")}(e,t),function(e,t){if(void 0===e)throw new TypeError("attempted to get private static field before its declaration")}(o),function(e,t){return t.get?t.get.call(e):t.value}(e,o)}const Bo=P(),zo={Article:{label:(0,n.__)("Article","wds"),icon:"wds-custom-icon-file-alt",properties:V},BlogPosting:{label:(0,n.__)("Blog Posting","wds"),icon:"wds-custom-icon-blog",parent:"Article"},NewsArticle:{label:(0,n.__)("News Article","wds"),icon:"wds-custom-icon-newspaper",parent:"Article"},Book:{label:(0,n.__)("Book","wds"),icon:"wds-custom-icon-book",properties:Qt,subText:(0,e.createInterpolateElement)((0,n.__)("Note: Rich Results Test supports the Books Schema type for a limited number of sites for the time being, so please go to the <a>Structured Data testing tool</a> to check your book type.","wds"),{a:(0,e.createElement)("a",{target:"_blank",href:"https://search.google.com/structured-data/testing-tool/u/0/"})})},Course:{label:(0,n.__)("Course","wds"),icon:"wds-custom-icon-graduation-cap",properties:ho},Event:{label:(0,n.__)("Event","wds"),icon:"wds-custom-icon-calendar-check",properties:_e},FAQPage:{label:(0,n.__)("FAQ Page","wds"),icon:"wds-custom-icon-question-circle",properties:Ge},HowTo:{label:(0,n.__)("How To","wds"),icon:"wds-custom-icon-list-alt",properties:Je},JobPosting:{label:(0,n.__)("Job Posting","wds"),icon:"wds-custom-icon-user-tie",properties:Wt},LocalBusiness:{label:(0,n.__)("Local Business","wds"),icon:"wds-custom-icon-store",condition:{id:Bo(),lhs:"homepage",operator:"=",rhs:""},properties:_t,afterAdditionNotice:(0,n.sprintf)((0,n.__)("If you wish to add a Local Business with <strong>multiple locations</strong>, you can easily do this by duplicating your Local Business type and editing the properties. Alternatively, you can just add a new Local Business type. To learn more, see our %s."),(0,n.sprintf)('<a target="_blank" href="https://wpmudev.com/docs/wpmu-dev-plugins/smartcrawl/#schema">%s</a>',(0,n.__)("Schema Documentation","wds")))},AnimalShelter:{label:(0,n.__)("Animal Shelter","wds"),icon:"wds-custom-icon-paw",parent:"LocalBusiness"},AutomotiveBusiness:{label:(0,n.__)("Automotive Business","wds"),icon:"wds-custom-icon-car",parent:"LocalBusiness"},AutoBodyShop:{label:(0,n.__)("Auto Body Shop","wds"),icon:"wds-custom-icon-car-building",parent:"AutomotiveBusiness"},AutoDealer:{label:(0,n.__)("Auto Dealer","wds"),icon:"wds-custom-icon-car-garage",parent:"AutomotiveBusiness"},AutoPartsStore:{label:(0,n.__)("Auto Parts Store","wds"),icon:"wds-custom-icon-tire",parent:"AutomotiveBusiness"},AutoRental:{label:(0,n.__)("Auto Rental","wds"),icon:"wds-custom-icon-garage-car",parent:"AutomotiveBusiness"},AutoRepair:{label:(0,n.__)("Auto Repair","wds"),icon:"wds-custom-icon-car-mechanic",parent:"AutomotiveBusiness"},AutoWash:{label:(0,n.__)("Auto Wash","wds"),icon:"wds-custom-icon-car-wash",parent:"AutomotiveBusiness"},GasStation:{label:(0,n.__)("Gas Station","wds"),icon:"wds-custom-icon-gas-pump",parent:"AutomotiveBusiness"},MotorcycleDealer:{label:(0,n.__)("Motorcycle Dealer","wds"),icon:"wds-custom-icon-motorcycle",parent:"AutomotiveBusiness"},MotorcycleRepair:{label:(0,n.__)("Motorcycle Repair","wds"),icon:"wds-custom-icon-tools",parent:"AutomotiveBusiness"},ChildCare:{label:(0,n.__)("Child Care","wds"),icon:"wds-custom-icon-baby",parent:"LocalBusiness"},DryCleaningOrLaundry:{label:(0,n.__)("Dry Cleaning Or Laundry","wds"),icon:"wds-custom-icon-washer",parent:"LocalBusiness"},EmergencyService:{label:(0,n.__)("Emergency Service","wds"),icon:"wds-custom-icon-siren-on",parent:"LocalBusiness"},FireStation:{label:(0,n.__)("Fire Station","wds"),icon:"wds-custom-icon-fire-extinguisher",parent:"EmergencyService"},Hospital:{label:(0,n.__)("Hospital","wds"),icon:"wds-custom-icon-hospital-alt",parent:"EmergencyService"},PoliceStation:{label:(0,n.__)("Police Station","wds"),icon:"wds-custom-icon-police-box",parent:"EmergencyService"},EmploymentAgency:{label:(0,n.__)("Employment Agency","wds"),icon:"wds-custom-icon-user-tie",parent:"LocalBusiness"},EntertainmentBusiness:{label:(0,n.__)("Entertainment Business","wds"),icon:"wds-custom-icon-tv-music",parent:"LocalBusiness"},AdultEntertainment:{label:(0,n.__)("Adult Entertainment","wds"),icon:"wds-custom-icon-diamond",parent:"EntertainmentBusiness"},AmusementPark:{label:(0,n.__)("Amusement Park","wds"),icon:"wds-custom-icon-helicopter",parent:"EntertainmentBusiness"},ArtGallery:{label:(0,n.__)("Art Gallery","wds"),icon:"wds-custom-icon-image",parent:"EntertainmentBusiness"},Casino:{label:(0,n.__)("Casino","wds"),icon:"wds-custom-icon-coins",parent:"EntertainmentBusiness"},ComedyClub:{label:(0,n.__)("Comedy Club","wds"),icon:"wds-custom-icon-theater-masks",parent:"EntertainmentBusiness"},MovieTheater:{label:(0,n.__)("Movie Theater","wds"),icon:"wds-custom-icon-camera-movie",parent:"EntertainmentBusiness"},NightClub:{label:(0,n.__)("Night Club","wds"),icon:"wds-custom-icon-cocktail",parent:"EntertainmentBusiness"},FinancialService:{label:(0,n.__)("Financial Service","wds"),icon:"wds-custom-icon-briefcase",parent:"LocalBusiness"},AccountingService:{label:(0,n.__)("Accounting Service","wds"),icon:"wds-custom-icon-cabinet-filing",parent:"FinancialService"},AutomatedTeller:{label:(0,n.__)("Automated Teller","wds"),icon:"wds-custom-icon-credit-card",parent:"FinancialService"},BankOrCreditUnion:{label:(0,n.__)("Bank Or Credit Union","wds"),icon:"wds-custom-icon-landmark",parent:"FinancialService"},InsuranceAgency:{label:(0,n.__)("Insurance Agency","wds"),icon:"wds-custom-icon-car-crash",parent:"FinancialService"},FoodEstablishment:{label:(0,n.__)("Food Establishment","wds"),icon:"wds-custom-icon-carrot",condition:{id:Bo(),lhs:"homepage",operator:"=",rhs:""},parent:"LocalBusiness",properties:ft},Bakery:{label:(0,n.__)("Bakery","wds"),icon:"wds-custom-icon-croissant",parent:"FoodEstablishment"},BarOrPub:{label:(0,n.__)("Bar Or Pub","wds"),icon:"wds-custom-icon-glass-whiskey-rocks",parent:"FoodEstablishment"},Brewery:{label:(0,n.__)("Brewery","wds"),icon:"wds-custom-icon-beer",parent:"FoodEstablishment"},CafeOrCoffeeShop:{label:(0,n.__)("Cafe Or Coffee Shop","wds"),icon:"wds-custom-icon-coffee",parent:"FoodEstablishment"},Distillery:{label:(0,n.__)("Distillery","wds"),icon:"wds-custom-icon-flask-potion",parent:"FoodEstablishment"},FastFoodRestaurant:{label:(0,n.__)("Fast Food Restaurant","wds"),icon:"wds-custom-icon-burger-soda",parent:"FoodEstablishment"},IceCreamShop:{label:(0,n.__)("Ice Cream Shop","wds"),icon:"wds-custom-icon-ice-cream",parent:"FoodEstablishment"},Restaurant:{label:(0,n.__)("Restaurant","wds"),icon:"wds-custom-icon-utensils-alt",parent:"FoodEstablishment"},Winery:{label:(0,n.__)("Winery","wds"),icon:"wds-custom-icon-wine-glass-alt",parent:"FoodEstablishment"},GovernmentOffice:{label:(0,n.__)("Government Office","wds"),icon:"wds-custom-icon-university",parent:"LocalBusiness"},PostOffice:{label:(0,n.__)("Post Office","wds"),icon:"wds-custom-icon-mailbox",parent:"GovernmentOffice"},HealthAndBeautyBusiness:{label:(0,n.__)("Health And Beauty","wds"),labelFull:(0,n.__)("Health And Beauty Business","wds"),icon:"wds-custom-icon-heartbeat",parent:"LocalBusiness"},BeautySalon:{label:(0,n.__)("Beauty Salon","wds"),icon:"wds-custom-icon-lips",parent:"HealthAndBeautyBusiness"},DaySpa:{label:(0,n.__)("Day Spa","wds"),icon:"wds-custom-icon-spa",parent:"HealthAndBeautyBusiness"},HairSalon:{label:(0,n.__)("Hair Salon","wds"),icon:"wds-custom-icon-cut",parent:"HealthAndBeautyBusiness"},HealthClub:{label:(0,n.__)("Health Club","wds"),icon:"wds-custom-icon-notes-medical",parent:"HealthAndBeautyBusiness"},NailSalon:{label:(0,n.__)("Nail Salon","wds"),icon:"wds-custom-icon-hands-heart",parent:"HealthAndBeautyBusiness"},TattooParlor:{label:(0,n.__)("Tattoo Parlor","wds"),icon:"wds-custom-icon-moon-stars",parent:"HealthAndBeautyBusiness"},HomeAndConstructionBusiness:{label:(0,n.__)("Home And Construction","wds"),labelFull:(0,n.__)("Home And Construction Business","wds"),icon:"wds-custom-icon-home-heart",parent:"LocalBusiness"},Electrician:{label:(0,n.__)("Electrician","wds"),icon:"wds-custom-icon-bolt",parent:"HomeAndConstructionBusiness"},GeneralContractor:{label:(0,n.__)("General Contractor","wds"),icon:"wds-custom-icon-house-leave",parent:"HomeAndConstructionBusiness"},HVACBusiness:{label:(0,n.__)("HVACBusiness","wds"),icon:"wds-custom-icon-temperature-frigid",parent:"HomeAndConstructionBusiness"},HousePainter:{label:(0,n.__)("House Painter","wds"),icon:"wds-custom-icon-paint-roller",parent:"HomeAndConstructionBusiness"},Locksmith:{label:(0,n.__)("Locksmith","wds"),icon:"wds-custom-icon-key",parent:"HomeAndConstructionBusiness"},MovingCompany:{label:(0,n.__)("Moving Company","wds"),icon:"wds-custom-icon-dolly",parent:"HomeAndConstructionBusiness"},Plumber:{label:(0,n.__)("Plumber","wds"),icon:"wds-custom-icon-faucet",parent:"HomeAndConstructionBusiness"},RoofingContractor:{label:(0,n.__)("Roofing Contractor","wds"),icon:"wds-custom-icon-home",parent:"HomeAndConstructionBusiness"},InternetCafe:{label:(0,n.__)("Internet Cafe","wds"),icon:"wds-custom-icon-mug-hot",parent:"LocalBusiness"},LegalService:{label:(0,n.__)("Legal Service","wds"),icon:"wds-custom-icon-balance-scale-right",parent:"LocalBusiness"},Attorney:{label:(0,n.__)("Attorney","wds"),icon:"wds-custom-icon-gavel",parent:"LegalService"},Notary:{label:(0,n.__)("Notary","wds"),icon:"wds-custom-icon-pen-alt",parent:"LegalService"},Library:{label:(0,n.__)("Library","wds"),icon:"wds-custom-icon-books",parent:"LocalBusiness"},LodgingBusiness:{label:(0,n.__)("Lodging Business","wds"),icon:"wds-custom-icon-bed",parent:"LocalBusiness"},BedAndBreakfast:{label:(0,n.__)("Bed And Breakfast","wds"),icon:"wds-custom-icon-bed-empty",parent:"LodgingBusiness"},Campground:{label:(0,n.__)("Campground","wds"),icon:"wds-custom-icon-campground",parent:"LodgingBusiness"},Hostel:{label:(0,n.__)("Hostel","wds"),icon:"wds-custom-icon-bed-bunk",parent:"LodgingBusiness"},Hotel:{label:(0,n.__)("Hotel","wds"),icon:"wds-custom-icon-h-square",parent:"LodgingBusiness"},Motel:{label:(0,n.__)("Motel","wds"),icon:"wds-custom-icon-concierge-bell",parent:"LodgingBusiness"},Resort:{label:(0,n.__)("Resort","wds"),icon:"wds-custom-icon-umbrella-beach",parent:"LodgingBusiness"},MedicalBusiness:{label:(0,n.__)("Medical Business","wds"),icon:"wds-custom-icon-clinic-medical",parent:"LocalBusiness"},CommunityHealth:{label:(0,n.__)("Community Health","wds"),icon:"wds-custom-icon-hospital-user",parent:"MedicalBusiness"},Dentist:{label:(0,n.__)("Dentist","wds"),icon:"wds-custom-icon-tooth",parent:"MedicalBusiness"},Dermatology:{label:(0,n.__)("Dermatology","wds"),icon:"wds-custom-icon-allergies",parent:"MedicalBusiness"},DietNutrition:{label:(0,n.__)("Diet Nutrition","wds"),icon:"wds-custom-icon-weight",parent:"MedicalBusiness"},Emergency:{label:(0,n.__)("Emergency","wds"),icon:"wds-custom-icon-ambulance",parent:"MedicalBusiness"},Geriatric:{label:(0,n.__)("Geriatric","wds"),icon:"wds-custom-icon-loveseat",parent:"MedicalBusiness"},Gynecologic:{label:(0,n.__)("Gynecologic","wds"),icon:"wds-custom-icon-female",parent:"MedicalBusiness"},MedicalClinic:{label:(0,n.__)("Medical Clinic","wds"),icon:"wds-custom-icon-clinic-medical",parent:"MedicalBusiness"},Midwifery:{label:(0,n.__)("Midwifery","wds"),icon:"wds-custom-icon-baby",parent:"MedicalBusiness"},Nursing:{label:(0,n.__)("Nursing","wds"),icon:"wds-custom-icon-user-nurse",parent:"MedicalBusiness"},Obstetric:{label:(0,n.__)("Obstetric","wds"),icon:"wds-custom-icon-baby",parent:"MedicalBusiness"},Oncologic:{label:(0,n.__)("Oncologic","wds"),icon:"wds-custom-icon-user-md",parent:"MedicalBusiness"},Optician:{label:(0,n.__)("Optician","wds"),icon:"wds-custom-icon-eye",parent:"MedicalBusiness"},Optometric:{label:(0,n.__)("Optometric","wds"),icon:"wds-custom-icon-glasses-alt",parent:"MedicalBusiness"},Otolaryngologic:{label:(0,n.__)("Otolaryngologic","wds"),icon:"wds-custom-icon-user-md-chat",parent:"MedicalBusiness"},Pediatric:{label:(0,n.__)("Pediatric","wds"),icon:"wds-custom-icon-child",parent:"MedicalBusiness"},Pharmacy:{label:(0,n.__)("Pharmacy","wds"),icon:"wds-custom-icon-pills",parent:"MedicalBusiness"},Physician:{label:(0,n.__)("Physician","wds"),icon:"wds-custom-icon-user-md",parent:"MedicalBusiness"},Physiotherapy:{label:(0,n.__)("Physiotherapy","wds"),icon:"wds-custom-icon-user-injured",parent:"MedicalBusiness"},PlasticSurgery:{label:(0,n.__)("Plastic Surgery","wds"),icon:"wds-custom-icon-lips",parent:"MedicalBusiness"},Podiatric:{label:(0,n.__)("Podiatric","wds"),icon:"wds-custom-icon-shoe-prints",parent:"MedicalBusiness"},PrimaryCare:{label:(0,n.__)("Primary Care","wds"),icon:"wds-custom-icon-comment-alt-medical",parent:"MedicalBusiness"},Psychiatric:{label:(0,n.__)("Psychiatric","wds"),icon:"wds-custom-icon-head-side-brain",parent:"MedicalBusiness"},PublicHealth:{label:(0,n.__)("Public Health","wds"),icon:"wds-custom-icon-clipboard-user",parent:"MedicalBusiness"},ProfessionalService:{label:(0,n.__)("Professional Service","wds"),icon:"wds-custom-icon-user-hard-hat",parent:"LocalBusiness"},RadioStation:{label:(0,n.__)("Radio Station","wds"),icon:"wds-custom-icon-radio",parent:"LocalBusiness"},RealEstateAgent:{label:(0,n.__)("Real Estate Agent","wds"),icon:"wds-custom-icon-sign",parent:"LocalBusiness"},RecyclingCenter:{label:(0,n.__)("Recycling Center","wds"),icon:"wds-custom-icon-recycle",parent:"LocalBusiness"},SelfStorage:{label:(0,n.__)("Self Storage","wds"),icon:"wds-custom-icon-warehouse-alt",parent:"LocalBusiness"},ShoppingCenter:{label:(0,n.__)("Shopping Center","wds"),icon:"wds-custom-icon-bags-shopping",parent:"LocalBusiness"},SportsActivityLocation:{label:(0,n.__)("Sports Activity Location","wds"),icon:"wds-custom-icon-volleyball-ball",parent:"LocalBusiness"},BowlingAlley:{label:(0,n.__)("Bowling Alley","wds"),icon:"wds-custom-icon-bowling-pins",parent:"SportsActivityLocation"},ExerciseGym:{label:(0,n.__)("Exercise Gym","wds"),icon:"wds-custom-icon-dumbbell",parent:"SportsActivityLocation"},GolfCourse:{label:(0,n.__)("Golf Course","wds"),icon:"wds-custom-icon-golf-club",parent:"SportsActivityLocation"},PublicSwimmingPool:{label:(0,n.__)("Public Swimming Pool","wds"),icon:"wds-custom-icon-swimmer",parent:"SportsActivityLocation"},SkiResort:{label:(0,n.__)("Ski Resort","wds"),icon:"wds-custom-icon-skiing",parent:"SportsActivityLocation"},SportsClub:{label:(0,n.__)("Sports Club","wds"),icon:"wds-custom-icon-football-ball",parent:"SportsActivityLocation"},StadiumOrArena:{label:(0,n.__)("Stadium Or Arena","wds"),icon:"wds-custom-icon-pennant",parent:"SportsActivityLocation"},TennisComplex:{label:(0,n.__)("Tennis Complex","wds"),icon:"wds-custom-icon-racquet",parent:"SportsActivityLocation"},Store:{label:(0,n.__)("Store","wds"),icon:"wds-custom-icon-store-alt",parent:"LocalBusiness"},BikeStore:{label:(0,n.__)("Bike Store","wds"),icon:"wds-custom-icon-bicycle",parent:"Store"},BookStore:{label:(0,n.__)("Book Store","wds"),icon:"wds-custom-icon-book",parent:"Store"},ClothingStore:{label:(0,n.__)("Clothing Store","wds"),icon:"wds-custom-icon-tshirt",parent:"Store"},ComputerStore:{label:(0,n.__)("Computer Store","wds"),icon:"wds-custom-icon-laptop",parent:"Store"},ConvenienceStore:{label:(0,n.__)("Convenience Store","wds"),icon:"wds-custom-icon-shopping-basket",parent:"Store"},DepartmentStore:{label:(0,n.__)("Department Store","wds"),icon:"wds-custom-icon-bags-shopping",parent:"Store"},ElectronicsStore:{label:(0,n.__)("Electronics Store","wds"),icon:"wds-custom-icon-boombox",parent:"Store"},Florist:{label:(0,n.__)("Florist","wds"),icon:"wds-custom-icon-flower-daffodil",parent:"Store"},FurnitureStore:{label:(0,n.__)("Furniture Store","wds"),icon:"wds-custom-icon-chair",parent:"Store"},GardenStore:{label:(0,n.__)("Garden Store","wds"),icon:"wds-custom-icon-seedling",parent:"Store"},GroceryStore:{label:(0,n.__)("Grocery Store","wds"),icon:"wds-custom-icon-shopping-cart",parent:"Store"},HardwareStore:{label:(0,n.__)("Hardware Store","wds"),icon:"wds-custom-icon-computer-speaker",parent:"Store"},HobbyShop:{label:(0,n.__)("Hobby Shop","wds"),icon:"wds-custom-icon-game-board",parent:"Store"},HomeGoodsStore:{label:(0,n.__)("Home Goods Store","wds"),icon:"wds-custom-icon-coffee-pot",parent:"Store"},JewelryStore:{label:(0,n.__)("Jewelry Store","wds"),icon:"wds-custom-icon-rings-wedding",parent:"Store"},LiquorStore:{label:(0,n.__)("Liquor Store","wds"),icon:"wds-custom-icon-jug",parent:"Store"},MensClothingStore:{label:(0,n.__)("Mens Clothing Store","wds"),icon:"wds-custom-icon-user-tie",parent:"Store"},MobilePhoneStore:{label:(0,n.__)("Mobile Phone Store","wds"),icon:"wds-custom-icon-mobile-alt",parent:"Store"},MovieRentalStore:{label:(0,n.__)("Movie Rental Store","wds"),icon:"wds-custom-icon-film",parent:"Store"},MusicStore:{label:(0,n.__)("Music Store","wds"),icon:"wds-custom-icon-album-collection",parent:"Store"},OfficeEquipmentStore:{label:(0,n.__)("Office Equipment Store","wds"),icon:"wds-custom-icon-chair-office",parent:"Store"},OutletStore:{label:(0,n.__)("Outlet Store","wds"),icon:"wds-custom-icon-tags",parent:"Store"},PawnShop:{label:(0,n.__)("Pawn Shop","wds"),icon:"wds-custom-icon-ring",parent:"Store"},PetStore:{label:(0,n.__)("Pet Store","wds"),icon:"wds-custom-icon-dog-leashed",parent:"Store"},ShoeStore:{label:(0,n.__)("Shoe Store","wds"),icon:"wds-custom-icon-boot",parent:"Store"},SportingGoodsStore:{label:(0,n.__)("Sporting Goods Store","wds"),icon:"wds-custom-icon-baseball",parent:"Store"},TireShop:{label:(0,n.__)("Tire Shop","wds"),icon:"wds-custom-icon-tire",parent:"Store"},ToyStore:{label:(0,n.__)("Toy Store","wds"),icon:"wds-custom-icon-gamepad-alt",parent:"Store"},WholesaleStore:{label:(0,n.__)("Wholesale Store","wds"),icon:"wds-custom-icon-boxes-alt",parent:"Store"},TelevisionStation:{label:(0,n.__)("Television Station","wds"),icon:"wds-custom-icon-tv-retro",parent:"LocalBusiness"},TouristInformationCenter:{label:(0,n.__)("Tourist Information Center","wds"),icon:"wds-custom-icon-map-marked-alt",parent:"LocalBusiness"},TravelAgency:{label:(0,n.__)("Travel Agency","wds"),icon:"wds-custom-icon-plane",parent:"LocalBusiness"},Movie:{icon:"wds-custom-icon-camera-movie",label:(0,n.__)("Movie","wds"),properties:Ro},Product:{icon:"wds-custom-icon-shopping-cart",label:(0,n.__)("Product","wds"),properties:ke,subText:(0,e.createInterpolateElement)((0,n.__)("Note: You must include one of the following properties: <strong>review</strong>, <strong>aggregateRating</strong> or <strong>offers</strong>. Once you include one of either a review or aggregateRating or offers, the other two properties will become recommended by the Rich Results Test.","wds"),{strong:(0,e.createElement)("strong",null)})},Recipe:{label:(0,n.__)("Recipe","wds"),icon:"wds-custom-icon-soup",properties:It},SoftwareApplication:{label:(0,n.__)("Software Application","wds"),icon:"wds-custom-icon-laptop-code",properties:vo,subText:(0,e.createInterpolateElement)((0,n.__)("Note: You must include one of the following properties: <strong>review</strong> or <strong>aggregateRating</strong>. Once you include one of either a review or aggregateRating, the other property will become recommended by the Rich Results Test.","wds"),{strong:(0,e.createElement)("strong",null)})},MobileApplication:{label:(0,n.__)("Mobile Application","wds"),icon:"wds-custom-icon-mobile-alt",properties:So,parent:"SoftwareApplication"},WebApplication:{label:(0,n.__)("Web Application","wds"),icon:"wds-custom-icon-browser",properties:Ao,parent:"SoftwareApplication"},WooProduct:{icon:"wds-custom-icon-woocommerce",label:(0,n.__)("WooCommerce Product","wds"),condition:{id:Bo(),lhs:"post_type",operator:"=",rhs:"product"},properties:qe,disabled:!a.get("woocommerce","schema_types"),subTypesNotice:(0,e.createInterpolateElement)((0,n.__)("Note: Simple Product includes the <strong>Offer</strong> property, while Variable product includes the <strong>AggregateOffer</strong> property to fit the variation in pricing to your product.","wds"),{strong:(0,e.createElement)("strong",null)}),subText:(0,e.createInterpolateElement)((0,n.__)("Note: You must include one of the following properties: <strong>review</strong>, <strong>aggregateRating</strong> or <strong>offers</strong>. Once you include one of either a review or aggregateRating or offers, the other two properties will become recommended by the Rich Results Test.","wds"),{strong:(0,e.createElement)("strong",null)}),schemaReplacementNotice:(0,n.__)("On the pages where this schema type is printed, schema generated by WooCommerce will be replaced to avoid generating multiple product schemas for the same product page.","wds")},WooVariableProduct:{icon:"wds-custom-icon-woocommerce",label:(0,n.__)("Variable Product","wds"),labelFull:(0,n.__)("WooCommerce Variable Product","wds"),condition:{id:Bo(),lhs:"product_type",operator:"=",rhs:"WC_Product_Variable"},disabled:!a.get("woocommerce","schema_types"),parent:"WooProduct"},WooSimpleProduct:{icon:"wds-custom-icon-woocommerce",label:(0,n.__)("Simple Product","wds"),labelFull:(0,n.__)("WooCommerce Simple Product","wds"),condition:{id:Bo(),lhs:"product_type",operator:"=",rhs:"WC_Product_Simple"},properties:yt,disabled:!a.get("woocommerce","schema_types"),parent:"WooProduct"},WebPage:{label:(0,n.__)("Web Page","wds"),icon:"",properties:Vo,hidden:!0}};class Ho{static getParentTree(e){let t={},o=e,i=zo[e];do{t=Object.assign({[o]:i},t),o=!(!i.parent||!zo.hasOwnProperty(i.parent))&&i.parent,i=!!o&&zo[o]}while(o);return t}static findDirectChildren(e){return Object.keys(zo).filter((t=>zo[t].parent===e))}static makeTypeData(e){const t=this.getParentTree(e),o=Object.assign({},...Object.values(t));return delete o.parent,o.children=this.findDirectChildren(e),o}static getType(e){return Uo(this,Ho,Go).hasOwnProperty(e)||(Uo(this,Ho,Go)[e]=this.makeTypeData(e)),Uo(this,Ho,Go)[e]}static getTopLevelTypeKeys(){return Object.keys(zo).filter((e=>!zo[e].parent))}}var Go={writable:!0,value:{}};class Wo extends i().Component{constructor(e){super(e),this.MODAL_STATE={TYPE:"type",LABEL:"label",CONDITION:"condition"},this.state={modalState:this.MODAL_STATE.TYPE,selectedTypes:[],addedTypes:[],typeLabel:"",searchTerm:"",typeConditions:[]}}switchModalState(e){this.setState({modalState:e})}isStateType(){return this.state.modalState===this.MODAL_STATE.TYPE}isStateLabel(){return this.state.modalState===this.MODAL_STATE.LABEL}isStateCondition(){return this.state.modalState===this.MODAL_STATE.CONDITION}switchToType(){this.switchModalState(this.MODAL_STATE.TYPE)}switchToLabel(){this.switchModalState(this.MODAL_STATE.LABEL)}switchToCondition(){this.switchModalState(this.MODAL_STATE.CONDITION)}clearSearchTerm(){this.setState({searchTerm:""})}setSearchTerm(e){this.setState({searchTerm:e})}handleNextButtonClick(){this.isStateType()?this.hasSubTypeOptions()?this.loadSubTypes():(this.setNewLabel(this.getDefaultTypeLabel()),this.switchToLabel()):this.isStateLabel()?(this.setDefaultCondition(this.getTypeToAdd()),this.switchToCondition()):this.addType()}handleBackButtonClick(){this.clearSearchTerm(),this.isStateType()?this.typesAdded()?this.loadPreviousTypes():this.props.onClose():this.isStateLabel()?this.switchToType():this.switchToLabel()}getTypeToAdd(){let e=!1;return this.state.selectedTypes.length?e=(0,w.first)(this.state.selectedTypes):this.typesAdded()&&(e=(0,w.last)(this.state.addedTypes)),e}addType(){const e=this.getDefaultTypeLabel();this.props.onAdd(this.getTypeToAdd(),this.state.typeLabel.trim()||e,this.state.typeConditions)}loadSubTypes(){const e=this.state.selectedTypes,t=this.state.addedTypes.slice();t.push((0,w.first)(e)),this.setState({selectedTypes:[],addedTypes:t})}hasSubTypeOptions(){const e=this.state.selectedTypes;return!!e.length&&!!this.getSubTypes((0,w.first)(e))}loadPreviousTypes(){const e=this.state.addedTypes.slice(),t=e.pop();this.setState({selectedTypes:[t],addedTypes:e})}getOptions(){const e=this.state.addedTypes;let t;if(e.length){if(t=this.getSubTypes((0,w.last)(e)),!t)return[]}else t=Ho.getTopLevelTypeKeys();return this.buildOptionsFromTypes(t)}getSubTypes(e){const t=Ho.getType(e);return!!t.children.length&&t.children}buildOptionsFromTypes(e){const t=[];return e.forEach((e=>{const o=Ho.getType(e);o.hidden||""!==this.state.searchTerm.trim()&&!this.typeOrSubtypeMatchesSearch(e)||t.push({id:e,label:o.label,icon:o.icon,disabled:!!o.disabled})})),t}getTypeSection(){const t=this.getOptions();return(0,e.createElement)(i().Fragment,null,this.breadcrumbs(),this.typesAdded()&&(0,e.createElement)("div",{id:"wds-search-sub-types"},(0,e.createElement)("div",{className:"sui-control-with-icon"},(0,e.createElement)("span",{className:"sui-icon-magnifying-glass-search","aria-hidden":"true"}),(0,e.createElement)("input",{type:"text",placeholder:(0,n.__)("Search subtypes","wds"),className:"sui-form-control",value:this.state.searchTerm,onChange:e=>this.setSearchTerm(e.target.value)}))),(0,e.createElement)(S,{id:"wds-add-schema-type-selector",options:t,selectedValues:this.state.selectedTypes,multiple:!1,cols:3,onChange:e=>this.handleSelection(e)}))}setNewLabel(e){this.setState({typeLabel:e})}getLabelSection(){const t=this.getDefaultTypeLabel();return(0,e.createElement)("div",{id:"wds-add-schema-type-label"},(0,e.createElement)("div",{className:"sui-form-field"},(0,e.createElement)("label",{className:"sui-label"},(0,n.__)("Type Name","wds")),(0,e.createElement)("input",{className:"sui-form-control",onChange:e=>this.setNewLabel(e.target.value),placeholder:t,value:this.state.typeLabel})))}handleSelection(e){this.setState({selectedTypes:e})}getSubTypesNotice(e){const t=Ho.getType(e);return t.children.length&&t.subTypesNotice||""}getTypeLabel(e){return Ho.getType(e).label}getTypeLabelFull(e){const t=Ho.getType(e);return t.labelFull||t.label}breadcrumbs(){const t=this.state.addedTypes.slice(),o=this.state.selectedTypes;if(o.length&&t.push((0,w.first)(o)),t.length)return(0,e.createElement)("div",{id:"wds-add-schema-type-breadcrumbs"},t.map((t=>(0,e.createElement)("span",{key:t},this.getTypeLabelFull(t),(0,e.createElement)("span",{className:"sui-icon-chevron-right","aria-hidden":"true"})))))}isNextButtonDisabled(){return!!this.isStateType()&&!this.state.selectedTypes.length&&!this.typesAdded()}typesAdded(){return!!this.state.addedTypes.length}getModalTitle(){return this.isStateType()&&this.typesAdded()?(0,e.createElement)(i().Fragment,null,(0,e.createElement)("span",{className:"sui-tag sui-tag-sm sui-tag-blue"},(0,n.__)("Optional","wds")),(0,e.createElement)("br",null),(0,n.__)("Select Sub Type","wds")):(0,n.__)("Add Schema Type","wds")}getModalDescription(){if(this.isStateType()){if(this.typesAdded()){const t=(0,w.last)(this.state.addedTypes);return(0,e.createElement)(i().Fragment,null,(0,n.sprintf)((0,n.__)("You can specify a subtype of %s, or you can skip this to add the generic type.","wds"),this.getTypeLabel(t)),(0,e.createElement)("br",null),this.getSubTypesNotice(t))}return(0,n.__)("Start by selecting the schema type you want to use. By default, all of the types will include the properties required and recommended by Google.","wds")}return this.isStateLabel()?(0,n.sprintf)((0,n.__)("Name your %s type so you can easily identify it.","wds"),this.getDefaultTypeLabel()):(0,n.__)("Create a set of rules to determine where this schema type will be enabled or excluded.","wds")}getDefaultTypeLabel(){return this.getTypeLabel(this.getTypeToAdd())}getConditionSection(){const t=this.state.typeConditions,o=this.getTypeToAdd();return(0,e.createElement)("div",{id:"wds-add-schema-type-conditions"},this.getConditionGroupElements(o,t),(0,e.createElement)(T,{text:(0,n.__)("Add Rule (Or)","wds"),ghost:!0,onClick:()=>this.addGroup(o),icon:"sui-icon-plus"}))}addGroup(e){const t=C()(this.state.typeConditions);t.push([this.getDefaultCondition(e)]),this.setState({typeConditions:t})}setDefaultCondition(e){const t=this.getDefaultCondition(e);this.setState({typeConditions:[[t]]})}getDefaultCondition(e){const t=Ho.getType(e),o={id:(0,w.uniqueId)(),lhs:"post_type",operator:"=",rhs:"post"};return t.condition?Object.assign({},t.condition,{id:(0,w.uniqueId)()}):o}getConditionGroupElements(t,o){return o.map(((o,i)=>{const s=(0,w.first)(o);return(0,e.createElement)("div",{key:s.id,className:"wds-schema-type-condition-group"},0===i&&(0,e.createElement)("span",null,(0,n.__)("Rule","wds")),0!==i&&(0,e.createElement)("span",null,(0,n.__)("Or","wds")),this.getConditionElements(t,o,i))}))}getConditionElements(t,o,i){return o.map(((o,s)=>(0,e.createElement)(h,{onChange:(e,t,o,i)=>this.updateCondition(e,t,o,i),onAdd:e=>this.addCondition(t,e),onDelete:e=>this.deleteCondition(e),disableDelete:0===i&&0===s,key:o.id,id:o.id,lhs:o.lhs,operator:o.operator,rhs:o.rhs})))}updateCondition(e,t,o,i){const s=C()(this.state.typeConditions),r=this.conditionGroupIndex(s,e),n=this.conditionIndex(s[r],e);s[r][n].lhs=t,s[r][n].operator=o,s[r][n].rhs=i,this.setState({typeConditions:s})}addCondition(e,t){const o=C()(this.state.typeConditions),i=this.conditionGroupIndex(o,t),s=this.conditionIndex(o[i],t)+1,r=this.getDefaultCondition(e);o[i].splice(s,0,r),this.setState({typeConditions:o})}deleteCondition(e){const t=C()(this.state.typeConditions),o=this.conditionGroupIndex(t,e),i=t[o];if(1===i.length)t.splice(o,1);else{const s=this.conditionIndex(i,e);t[o].splice(s,1)}this.setState({typeConditions:t})}conditionGroupIndex(e,t){return e.findIndex((e=>this.conditionIndex(e,t)>-1))}conditionIndex(e,t){return e.findIndex((e=>e.id===t))}stringIncludesSubstring(e,t){return e.toLowerCase().includes(t.toLowerCase())}typeMatchesSearch(e){return!!this.stringIncludesSubstring(e,this.state.searchTerm)||this.stringIncludesSubstring(this.getTypeLabel(e),this.state.searchTerm)}typeOrSubtypeMatchesSearch(e){if(this.typeMatchesSearch(e))return!0;const t=this.getSubTypes(e);if(t){let e=!1;return t.forEach((t=>{this.typeMatchesSearch(t)&&(e=!0)})),e}return!1}render(){return(0,e.createElement)(v,{id:"wds-add-schema-type-modal",title:this.getModalTitle(),onClose:()=>this.props.onClose(),small:!0,dialogClasses:{"sui-modal-lg":!0,"sui-modal-sm":!1},description:this.getModalDescription()},this.isStateType()&&this.getTypeSection(),this.isStateLabel()&&this.getLabelSection(),this.isStateCondition()&&this.getConditionSection(),(0,e.createElement)("div",{style:{display:"flex",justifyContent:"space-between"}},(0,e.createElement)(T,{text:(0,n.__)("Back","wds"),icon:"sui-icon-arrow-left",id:"wds-add-schema-type-back-button",onClick:()=>this.handleBackButtonClick(),ghost:!0}),!this.isStateCondition()&&(0,e.createElement)(T,{text:(0,n.__)("Continue","wds"),icon:"sui-icon-arrow-right",id:"wds-add-schema-type-action-button",onClick:()=>this.handleNextButtonClick(),disabled:this.isNextButtonDisabled()}),this.isStateCondition()&&(0,e.createElement)(T,{text:(0,n.__)("Add","wds"),icon:"sui-icon-plus",id:"wds-add-schema-type-action-button",color:"blue",onClick:()=>this.handleNextButtonClick()})))}}l(Wo,"defaultProps",{onClose:()=>!1,onAdd:()=>!1});class Zo extends i().Component{constructor(e){super(e),this.state={fullText:"",summaryText:""}}componentDidMount(){this.loadLocationFromRemote()}componentDidUpdate(e){(0,w.isEqual)(this.props.conditions,e.conditions)||this.loadLocationFromRemote()}loadLocationFromRemote(){this.setState({fullText:"...",summaryText:"..."},(()=>{let e=a.get("ajax_url","schema_types");c().get(e+"?action=wds-format-schema-location",{conditions:this.props.conditions}).done((e=>{this.setState({fullText:e.full,summaryText:e.summary})}))}))}render(){return(0,e.createElement)("span",{className:"wds-schema-type-locations sui-tooltip sui-tooltip-constrained",style:{"--tooltip-width":"170px"},"data-tooltip":this.state.fullText},(0,e.createElement)("span",{className:"sui-icon-link","aria-hidden":"true"}),this.state.summaryText)}}class $o{static getQueryParam(e){const t=location.search;return new URLSearchParams(t).get(e)}static removeQueryParam(e){const t=location.search,o=new URLSearchParams(t);if(!o.get(e))return;o.delete(e);const i=location.href.replace(t,"?"+o.toString());history.replaceState({},"",i)}}class Yo extends i().Component{render(){const t=y()("sui-button-icon sui-dropdown-anchor",{"sui-button-onload":this.props.loading});return(0,e.createElement)("div",{className:"sui-dropdown sui-accordion-item-action"},(0,e.createElement)("button",{className:t,"aria-label":(0,n.__)("Dropdown","wds"),disabled:this.props.disabled},(0,e.createElement)("span",{className:"sui-loading-text"},(0,e.createElement)("span",{className:this.props.icon,style:{pointerEvents:"none"},"aria-hidden":"true"})),(0,e.createElement)("span",{className:"sui-icon-loader sui-loading","aria-hidden":"true"})),(0,e.createElement)("ul",null,this.props.buttons.map(((t,o)=>(0,e.createElement)("li",{key:o},t)))))}}l(Yo,"defaultProps",{icon:"sui-icon-widget-settings-config",buttons:[],loading:!1,disabled:!1,onClick:()=>!1});class Ko extends i().Component{render(){return(0,e.createElement)("button",{className:y()({"sui-option-red":this.props.red}),onClick:()=>this.props.onClick(),type:"button"},(0,e.createElement)("span",{className:this.props.icon,"aria-hidden":"true"}),this.props.text)}}l(Ko,"defaultProps",{text:"",icon:"",red:!1,onClick:()=>!1});class Jo extends i().Component{render(){return(0,e.createElement)(Yo,{buttons:[(0,e.createElement)(Ko,{onClick:()=>this.props.onRename(),icon:"sui-icon-pencil",text:(0,n.__)("Rename","wds")}),(0,e.createElement)(Ko,{onClick:()=>this.props.onDuplicate(),icon:"sui-icon-copy",text:(0,n.__)("Duplicate","wds")}),(0,e.createElement)(Ko,{onClick:()=>this.props.onDelete(),icon:"sui-icon-trash",text:(0,n.__)("Delete","wds"),red:!0})]})}}l(Jo,"defaultProps",{onRename:()=>!1,onDuplicate:()=>!1,onDelete:()=>!1});class Qo extends i().Component{constructor(e){super(e)}render(){return(0,e.createElement)("div",{className:y()("sui-form-field",{"sui-form-field-error":!this.props.isValid})},(0,e.createElement)("label",{className:"sui-label"},this.props.label),(0,e.createElement)("input",{id:this.props.id,type:"text",className:"sui-form-control",onChange:e=>this.props.onChange(e.target.value),value:this.props.value,placeholder:this.props.placeholder}),!!this.props.description&&(0,e.createElement)("p",{className:"sui-description"},(0,e.createElement)("small",null,this.props.description)))}}l(Qo,"defaultProps",{id:"",label:"",description:"",value:"",isValid:!0,placeholder:"",onChange:()=>!1});class Xo{static isNonEmpty(e){return e&&e.trim()}static isValuePlainText(e){return c()("<div>").html(e).text()===e}}const ei=(ti=Qo,oi=[Xo.isNonEmpty,Xo.isValuePlainText],class extends i().Component{constructor(e){super(e),this.state={initial:!0}}isValueValid(e){if(this.state.initial)return!0;if(Array.isArray(oi)){let t=!0;return oi.forEach((o=>{t=t&&o(e)})),t}return oi(e)}handleChange(e){this.setState({initial:!1},(()=>{this.props.onChange(e,this.isValueValid(e))}))}render(){return(0,e.createElement)(ti,r({},this.props,{isValid:this.isValueValid(this.props.value),onChange:e=>this.handleChange(e)}))}});var ti,oi;class ii extends i().Component{constructor(e){super(e),this.state={name:this.props.name,isNameValid:!0}}handleNameChange(e,t){this.setState({name:e,isNameValid:t})}render(){const t=!this.state.isNameValid,o=()=>this.props.onRename(this.state.name);return(0,e.createElement)(v,{id:"wds-schema-type-rename-modal",title:(0,n.__)("Rename","wds"),description:(0,n.__)("Leave the default type name or change it for a recognizable one.","wds"),onClose:()=>this.props.onClose(),dialogClasses:{"sui-modal-sm":!0},focusAfterOpen:"wds-schema-rename-type-input",onEnter:o,enterDisabled:t,footer:(0,e.createElement)(i().Fragment,null,(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.props.onClose(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Save","wds"),onClick:o,icon:"sui-icon-check",id:"wds-schema-rename-type-button",disabled:t}))},(0,e.createElement)(ei,{id:"wds-schema-rename-type-input",label:(0,n.__)("New Type Name","wds"),value:this.state.name,onChange:(e,t)=>this.handleNameChange(e,t)}),this.props.notice)}}l(ii,"defaultProps",{name:"",notice:!1,onRename:()=>!1,onClose:()=>!1});class si extends i().Component{render(){const t=this.getIcon(this.props.type);return(0,e.createElement)("div",{className:y()("sui-notice","sui-notice-"+this.props.type)},(0,e.createElement)("div",{className:"sui-notice-content"},(0,e.createElement)("div",{className:"sui-notice-message"},t&&(0,e.createElement)("span",{className:y()("sui-notice-icon sui-md",t),"aria-hidden":"true"}),(0,e.createElement)("p",null,this.props.message))))}getIcon(e){return{warning:"sui-icon-warning-alert",info:"sui-icon-info",success:"sui-icon-check-tick",purple:"sui-icon-info","":"sui-icon-info"}[e]}}l(si,"defaultProps",{type:"warning",message:""});class ri extends i().Component{render(){return(0,e.createElement)("table",{className:"sui-table"},(0,e.createElement)("thead",null,(0,e.createElement)("tr",null,(0,e.createElement)("th",null,(0,n.__)("Property","wds")),(0,e.createElement)("th",null,(0,n.__)("Source","wds")),(0,e.createElement)("th",{colSpan:2},(0,n.__)("Value","wds")))),(0,e.createElement)("tbody",null,this.props.children),(0,e.createElement)("tfoot",null,(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:4},(0,e.createElement)("div",null,(0,e.createElement)("span",{className:"sui-tooltip","data-tooltip":(0,n.__)("Reset the properties list to default.","wds")},(0,e.createElement)(T,{ghost:!0,onClick:()=>this.props.onReset(),icon:"sui-icon-refresh",text:(0,n.__)("Reset Properties","wds")})),(0,e.createElement)(T,{icon:"sui-icon-plus",onClick:()=>this.props.onAdd(),text:(0,n.__)("Add Property","wds")}))))))}}l(ri,"defaultProps",{onReset:()=>!1,onAdd:()=>!1});class ni extends i().Component{render(){return(0,e.createElement)("div",{id:"wds-save-schema-types",className:"sui-box-footer"},(0,e.createElement)("button",{name:"submit",type:"submit",className:"sui-button sui-button-blue"},(0,e.createElement)("span",{className:"sui-icon-save","aria-hidden":"true"}),(0,n.__)("Save Settings","wds")))}}class ai extends i().Component{render(){const t=this.props.requiredNotice?this.props.requiredNotice:(0,n.__)("This property is required by Google.","wds");return(0,e.createElement)("div",{className:"sui-accordion-item-header"},(0,e.createElement)("div",{className:"sui-accordion-item-title"},(0,e.createElement)("span",{className:y()({"sui-tooltip sui-tooltip-constrained":!!this.props.description}),style:{"--tooltip-width":"300px"},"data-tooltip":this.props.description},this.props.label),this.props.required&&(0,e.createElement)("span",{className:"wds-required-asterisk sui-tooltip sui-tooltip-constrained","data-tooltip":t},"*"),this.props.methods.requiredNestedPropertiesMissing(this.props)&&(0,e.createElement)("span",{className:"sui-tooltip sui-tooltip-constrained","data-tooltip":(0,n.__)("This section has missing properties that are required by Google.","wds")},(0,e.createElement)("span",{className:"wds-invalid-type-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}))),(0,e.createElement)("div",{className:"sui-accordion-col-auto"},this.props.isAnAltVersion&&(0,e.createElement)("div",{className:"sui-accordion-item-action"},(0,e.createElement)("button",{onClick:()=>this.props.methods.onChangeActiveVersion(this.props.id),"data-tooltip":(0,n.__)("Change the type of this property","wds"),type:"button",className:"sui-button-icon sui-tooltip"},(0,e.createElement)("span",{className:"sui-icon-defer","aria-hidden":"true"}))),this.props.isRepeatable&&(0,e.createElement)("div",{className:"sui-accordion-item-action"},(0,e.createElement)("button",{onClick:()=>this.props.methods.onRepeat(this.props.id),type:"button","data-tooltip":(0,n.sprintf)((0,n.__)("Add another %s","wds"),this.props.labelSingle||this.props.label),className:"sui-button-icon sui-tooltip"},(0,e.createElement)("span",{className:"sui-icon-plus","aria-hidden":"true"}))),!this.props.disallowDeletion&&(0,e.createElement)("div",{className:"sui-accordion-item-action wds-delete-accordion-item-action"},(0,e.createElement)("span",{className:"sui-icon-trash",onClick:()=>this.props.methods.onDelete(this.props.id),"aria-hidden":"true"})),(0,e.createElement)("button",{className:"sui-button-icon sui-accordion-open-indicator",type:"button","aria-label":(0,n.__)("Open item","wds")},(0,e.createElement)("span",{className:"sui-icon-chevron-down","aria-hidden":"true"}))))}}l(ai,"defaultProps",{id:"",label:"",description:"",required:!1,requiredNotice:"",isAnAltVersion:!1,labelSingle:"",isRepeatable:!1,disallowDeletion:!1,methods:{}});var li=wp,di=o.n(li);class ci extends i().Component{constructor(e){super(e),this.props=e,this.state={mediaItem:!1}}componentDidMount(){if(!this.props.value)return void this.setState({mediaItem:!1});const e=di().media.attachment(this.props.value);e.get&&e.get("url")?this.setState({mediaItem:e}):e.fetch().then((()=>{this.setState({mediaItem:e})}))}removeFile(e){e.preventDefault(),this.setState({mediaItem:!1}),this.props.onChange("")}openMediaLibrary(e){e.preventDefault();const t=new(di().media)({multiple:!1,library:{type:"image"}});t.on("select",(()=>{const e=t.state().get("selection");if(!e.length)return!1;const o=e.shift();this.props.onChange(o.get("id")),this.setState({mediaItem:o})})),t.open()}render(){const t=this.state.mediaItem,o=y()({"sui-upload":!0,"sui-has_file":t}),i=t?t.get("url"):"",s=t?t.get("filename"):"";return(0,e.createElement)("div",{className:o},(0,e.createElement)("div",{className:"sui-upload-image","aria-hidden":"true"},(0,e.createElement)("div",{className:"sui-image-mask"}),(0,e.createElement)("div",{role:"button",className:"sui-image-preview",style:{backgroundImage:"url('"+i+"')"}})),(0,e.createElement)("button",{onClick:e=>this.openMediaLibrary(e),className:"sui-upload-button"},(0,e.createElement)("span",{className:"sui-icon-upload-cloud","aria-hidden":"true"})," ",(0,n.__)("Upload file","wds")),(0,e.createElement)("div",{className:"sui-upload-file"},(0,e.createElement)("span",null,s),(0,e.createElement)("button",{onClick:e=>this.removeFile(e),"aria-label":(0,n.__)("Remove file","wds")},(0,e.createElement)("span",{className:"sui-icon-close","aria-hidden":"true"}))))}}class ui extends i().Component{constructor(e){super(e),this.props=e}handleFocus(e){this.adjustElementHeight(e.target)}handleChange(e){const t=e.target;this.adjustElementHeight(t),this.props.onChange(t.value)}adjustElementHeight(e){e.style.height=0;const t=e.scrollHeight;e.style.height=(t<30?30:t)+"px"}render(){return(0,e.createElement)("textarea",{placeholder:this.props.placeholder,value:this.props.value,onFocus:e=>this.handleFocus(e),onChange:e=>this.handleChange(e)})}}l(ui,"defaultProps",{placeholder:"",value:"",onChange:()=>!1});class pi extends i().Component{constructor(e){super(e),this.pickerElement=i().createRef()}componentDidMount(){c()(this.pickerElement.current).datepicker({beforeShow:()=>{c()("#ui-datepicker-div").addClass("sui-calendar")},onSelect:e=>{this.props.onChange(e)},dateFormat:this.props.format})}componentWillUnmount(){c()(this.pickerElement.current).datepicker("destroy")}render(){return(0,e.createElement)("div",{className:"sui-date"},(0,e.createElement)("input",{type:"text",placeholder:this.props.placeholder,className:"sui-form-control",ref:this.pickerElement,onChange:()=>!0,value:this.props.value}),(0,e.createElement)("span",{className:"sui-icon-calendar","aria-hidden":"true"}))}}l(pi,"defaultProps",{placeholder:(0,n.__)("Select a date","wds"),format:"yy-mm-dd",value:"",onChange:()=>!1});var hi={DateTime:{id:"DateTime",sources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_date:(0,n.__)("Post Date","wds"),post_date_gmt:(0,n.__)("Post Date GMT","wds"),post_modified:(0,n.__)("Post Modified","wds"),post_modified_gmt:(0,n.__)("Post Modified GMT","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},datetime:{label:(0,n.__)("Custom Date","wds")},custom_text:{label:(0,n.__)("Custom Text","wds")}}},Email:{id:"Email",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_email:(0,n.__)("Email","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},site_settings:{label:(0,n.__)("Site Settings","wds"),values:{site_admin_email:(0,n.__)("Site Admin Email","wds")}},custom_text:{label:(0,n.__)("Custom Email","wds")}}},ImageObject:{id:"ImageObject",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_gravatar:(0,n.__)("Gravatar","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_thumbnail:(0,n.__)("Featured Image","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_logo:(0,n.__)("Organization Logo","wds")}},image:{label:(0,n.__)("Custom Image","wds")}}},ImageURL:{id:"ImageURL",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_gravatar_url:(0,n.__)("Gravatar URL","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_thumbnail_url:(0,n.__)("Featured Image URL","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_logo_url:(0,n.__)("Organization Logo URL","wds")}},image_url:{label:(0,n.__)("Custom Image URL","wds")},custom_text:{label:(0,n.__)("Custom URL","wds")}}},Phone:{id:"Phone",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_phone_number:(0,n.__)("Organization Phone Number","wds")}},custom_text:{label:(0,n.__)("Custom Phone","wds")}}},Text:{id:"Text",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},custom_text:{label:(0,n.__)("Custom Text","wds")}}},TextFull:{id:"TextFull",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_full_name:(0,n.__)("Full Name","wds"),author_first_name:(0,n.__)("First Name","wds"),author_last_name:(0,n.__)("Last Name","wds"),author_description:(0,n.__)("Description","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_title:(0,n.__)("Post Title","wds"),post_content:(0,n.__)("Post Content","wds"),post_excerpt:(0,n.__)("Post Excerpt","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_name:(0,n.__)("Organization Name","wds"),organization_description:(0,n.__)("Organization Description","wds")}},seo_meta:{label:(0,n.__)("SEO Meta","wds"),values:{seo_title:(0,n.__)("SEO Title","wds"),seo_description:(0,n.__)("SEO Description","wds")}},site_settings:{label:(0,n.__)("Site Settings","wds"),values:{site_name:(0,n.__)("Site Name","wds"),site_description:(0,n.__)("Site Description","wds")}},custom_text:{label:(0,n.__)("Custom Text","wds")}}},URL:{id:"URL",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_url:(0,n.__)("Profile URL","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_permalink:(0,n.__)("Post Permalink","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},site_settings:{label:(0,n.__)("Site Settings","wds"),values:{site_url:(0,n.__)("Site URL","wds")}},custom_text:{label:(0,n.__)("Custom URL","wds")}}},Array:{id:"Array",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")}}},Number:{id:"Number",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},number:{label:(0,n.__)("Custom Number","wds")}}},Duration:{id:"Duration",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},duration:{label:(0,n.__)("Custom Duration","wds")},custom_text:{label:(0,n.__)("Custom Text","wds")}}}},mi=o(9490);class _i extends i().Component{constructor(e){super(e)}handleValueChange(e,t){const o=this.props.value?mi.nL.fromISO(this.props.value):new mi.nL({values:{}});t<0?t=0:t>59&&["minutes","seconds"].includes(e)&&(t=59);const i=o.set({[e]:t||0}).toISO();this.props.onChange("PT0S"===i?"":i)}render(){const t=mi.nL.fromISO(this.props.value);return(0,e.createElement)(i().Fragment,null,(0,e.createElement)("span",null,(0,e.createElement)("input",{type:"number",value:t.isValid?t.hours:0,onChange:e=>this.handleValueChange("hours",e.target.value)})),(0,e.createElement)("span",null,(0,e.createElement)("input",{type:"number",value:t.isValid?t.minutes:0,onChange:e=>this.handleValueChange("minutes",e.target.value)})),(0,e.createElement)("span",null,(0,e.createElement)("input",{type:"number",value:t.isValid?t.seconds:0,onChange:e=>this.handleValueChange("seconds",e.target.value)})))}}l(_i,"defaultProps",{value:"",onChange:()=>!1});class wi extends i().Component{constructor(e){super(e),this.props=e}render(){const t=this.props.label,o=this.props.source,i=this.props.value,s=this.getSourceSelectOptions(),r=this.getValueElement(o,i),a=this.props.requiredNotice?this.props.requiredNotice:(0,n.__)("This property is required by Google.","wds"),l=this.props.description?this.props.description:"";return(0,e.createElement)("tr",{className:"wds-schema-property-source-"+o},(0,e.createElement)("td",{className:"sui-table-item-title wds-schema-property-label"},(0,e.createElement)("span",{className:y()({"sui-tooltip sui-tooltip-constrained":!!l}),style:{"--tooltip-width":"300px"},"data-tooltip":l},t),this.props.required&&(0,e.createElement)("span",{className:"wds-required-asterisk sui-tooltip","data-tooltip":a},"*")),(0,e.createElement)("td",{className:"wds-schema-property-source"},(0,e.createElement)(u,{key:(0,n.sprintf)("wds-property-%s-source",this.props.id),options:s,small:!0,selectedValue:o,onSelect:e=>this.handleSourceChange(e)})),(0,e.createElement)("td",{className:"wds-schema-property-value"},r),(0,e.createElement)("td",{className:"wds-schema-property-delete"},!this.props.disallowDeletion&&(0,e.createElement)("span",{onClick:()=>this.handleDelete(),className:"sui-icon-trash","aria-hidden":"true"})))}handleSourceChange(e){const t=this.getValueSelectOptions(e);let o="";t&&(o=Object.keys(t).shift()),this.props.methods.onChange(this.props.id,e,o)}handleValueChange(e){this.props.methods.onChange(this.props.id,this.props.source,e)}handleDelete(){this.props.methods.onDelete(this.props.id)}getSources(){const e=this.getPropertyType();return Object.assign({},this.getObjectValue(hi,[e,"sources"]),this.props.customSources||{})}getSourceSelectOptions(){const e=this.getSources(),t={};return Object.keys(e).forEach((o=>{t[o]=e[o].label})),t}getValueElement(t,o){const i=(0,n.sprintf)("wds-property-%s-source-%s",this.props.id,t),s=this.getValueSelectOptions(t);if(s)return(0,e.createElement)(u,{key:i,options:s,multiple:this.props.allowMultipleSelection,small:!0,onSelect:e=>this.handleValueChange(e),selectedValue:o});if("image"===t||"image_url"===t)return(0,e.createElement)(ci,{key:i,value:this.props.value,onChange:e=>this.handleValueChange(e)});if("custom_text"===t)return(0,e.createElement)(ui,{key:i,value:this.props.value,placeholder:this.props.placeholder,onChange:e=>this.handleValueChange(e)});if("post_meta"===t){let t=a.get("ajax_url","schema_types");return(0,e.createElement)(u,{key:i,tagging:!0,placeholder:(0,n.__)("Search for meta key","wds"),options:{},small:!0,selectedValue:this.props.value,onSelect:e=>this.handleValueChange(e),ajaxUrl:t+"?action=wds-search-post-meta"})}return"datetime"===t?(0,e.createElement)(pi,{value:this.props.value,onChange:e=>this.handleValueChange(e)}):"number"===t?(0,e.createElement)("input",{type:"number",value:this.props.value,onChange:e=>this.handleValueChange(e.target.value)}):"duration"===t?(0,e.createElement)(_i,{value:this.props.value,onChange:e=>this.handleValueChange(e)}):void 0}getPropertyType(){return this.props.type}getValueSelectOptions(e){const t=this.getObjectValue(this.getSources(),[e]);return!!t.hasOwnProperty("values")&&t.values}getObjectValue(e,t){let o=e;return t.forEach((e=>{o=o.hasOwnProperty(e)?o[e]:[]})),o}}l(wi,"defaultProps",{id:"",label:"",source:"",value:"",disallowDeletion:!1,methods:{}});class fi extends i().Component{render(){const t=this.props.properties;return(0,e.createElement)("tr",{key:"repeating-property-row-"+this.props.id},(0,e.createElement)("td",{colSpan:4,className:"wds-schema-repeating-properties"},this.props.methods.beforePropertyRender(this.props.id),(0,e.createElement)("div",{className:"sui-accordion"},(0,e.createElement)("div",{className:y()("sui-accordion-item","wds-schema-property-"+this.props.id+"-accordion")},(0,e.createElement)(ai,r({},this.props,{isRepeatable:!0})),(0,e.createElement)("div",{className:"sui-accordion-item-body"},Object.keys(t).map((o=>{const i=t[o];return(0,e.createElement)("table",{className:"sui-table",key:"repeatable-"+i.id},i.properties&&(0,e.createElement)("thead",null,(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:2,className:"sui-table-item-title"},this.props.labelSingle||this.props.label),(0,e.createElement)("td",null,!i.disallowDeletion&&(0,e.createElement)(T,{text:"",ghost:!0,icon:"sui-icon-trash",color:"red",onClick:()=>this.props.methods.onDelete(i.id)})))),(0,e.createElement)("tbody",null,i.properties&&(0,e.createElement)(bi,{properties:i.properties,methods:this.props.methods}),!i.properties&&(0,e.createElement)(wi,r({},i,{methods:this.props.methods}))))})))))))}}l(fi,"defaultProps",{id:"",label:"",labelSingle:"",properties:{},methods:{}});class yi extends i().Component{render(){const t=y()("sui-accordion-item","wds-schema-property-"+this.props.id+"-accordion");return(0,e.createElement)("tr",{key:"nested-property-row-"+this.props.id},(0,e.createElement)("td",{colSpan:4,className:"wds-schema-nested-properties"},this.props.methods.beforePropertyRender(this.props.id),(0,e.createElement)("div",{className:"sui-accordion"},(0,e.createElement)("div",{className:t},(0,e.createElement)(ai,this.props),(0,e.createElement)("div",{className:"sui-accordion-item-body"},this.props.loop&&(0,e.createElement)("div",null,this.props.loopDescription),(0,e.createElement)("table",{className:"sui-table"},(0,e.createElement)("tbody",null,(0,e.createElement)(bi,{properties:this.props.properties,methods:this.props.methods})),!this.props.disallowAddition&&(0,e.createElement)("tfoot",null,(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:4},(0,e.createElement)(T,{onClick:()=>this.props.methods.onAddNested(this.props.id),ghost:!0,icon:"sui-icon-plus",text:(0,n.__)("Add Property","wds")}))))))))))}}l(yi,"defaultProps",{id:"",loop:!1,loopDescription:"",disallowAddition:!1,properties:{},methods:{}});class gi extends i().Component{render(){return this.hasAltVersions()?(0,e.createElement)(gi,r({},this.getActiveVersion(),{methods:this.props.methods})):this.isFlattened()?(0,e.createElement)(bi,{properties:this.props.properties,methods:this.props.methods}):this.isRepeatable()?(0,e.createElement)(fi,this.props):this.isNested()?(0,e.createElement)(yi,this.props):(0,e.createElement)(wi,this.props)}hasAltVersions(){return!!this.getActiveVersion()}getActiveVersion(){const e=this.props.activeVersion;return!!(this.isNested()&&e&&this.props.properties.hasOwnProperty(e))&&this.props.properties[e]}isNested(){return Object.keys(this.props.properties).length}isRepeatable(){return!!this.isNested()&&0===Object.keys(this.props.properties).filter((e=>isNaN(e))).length}isFlattened(){return this.isNested()&&this.props.flatten}}l(gi,"defaultProps",{id:"",label:"",description:"",type:"",source:"",value:"",required:!1,labelSingle:"",disallowDeletion:!1,disallowAddition:!1,customSources:{},placeholder:"",disallowFirstItemDeletionOnly:!1,loop:!1,loopDescription:"",requiredNotice:"",requiredInBlock:!1,allowMultipleSelection:!1,isAnAltVersion:!1,activeVersion:!1,flatten:!1,properties:{},methods:{}});class bi extends i().Component{render(){return(0,e.createElement)(i().Fragment,null,Object.keys(this.props.properties).map((t=>{const o=this.props.properties[t];return(0,e.createElement)(gi,r({},o,{key:"schema-property-"+o.id,methods:this.props.methods}))})))}}l(bi,"defaultProps",{properties:{},methods:{}});var vi={Article:V,Book:Qt,Course:ho,Product:ke,Recipe:It,SoftwareApplication:vo,MobileApplication:So,WebApplication:Ao,WooProduct:qe,Event:_e,FAQPage:Ge,HowTo:Je,JobPosting:Wt,LocalBusiness:_t,FoodEstablishment:ft,WooSimpleProduct:yt,Movie:Ro,WebPage:Vo};class Ti{constructor(){this.callbacks={},this.register("Article",(e=>this.addCommentLoopToArticle(e))),this.register("Event",(e=>this.addVirtualLocationToEvent(e))),this.register("Event",(e=>this.addAggregateRatingAndReviewToEvent(e))),this.register("Product",(e=>this.removeReviewAuthorOrganizationDataFromProduct(e))),this.register("WooProduct",(e=>this.removeReviewAuthorOrganizationDataFromWooProduct(e))),this.register("FAQPage",(e=>this.addCommentLoopToFaqPage(e))),this.register("HowTo",(e=>this.addCommentToLoopToHowTo(e))),this.register("HowTo",(e=>this.addAggregateRatingAndReviewToHowTo(e)))}register(e,t){this.callbacks.hasOwnProperty(e)||(this.callbacks[e]=[]),this.callbacks[e].push(t)}transformProperties(e,t){let o=t;return(this.callbacks[e]||[]).forEach((e=>{o=e(o)})),o}addCommentLoopToArticle(e){return this.addCommentLoopSchema(e,vi.Article)}addVirtualLocationToEvent(e){var t;if(null!=e&&null!==(t=e.location)&&void 0!==t&&t.activeVersion)return e;const o=vi.Event,i=(0,w.merge)({},o.location,{properties:{Place:e.location}});return _()(e,{location:{$set:i}})}addAggregateRatingAndReviewToEvent(e){return this.addAggregateRatingAndReview(e,vi.Event)}addAggregateRatingAndReviewToHowTo(e){return this.addAggregateRatingAndReview(e,vi.HowTo)}addAggregateRatingAndReview(e,t){var o,i;return null!==(o=e)&&void 0!==o&&o.aggregateRating||(e=_()(e,{aggregateRating:{$set:(0,w.cloneDeep)(t.aggregateRating)}})),null!==(i=e)&&void 0!==i&&i.review||(e=_()(e,{review:{$set:(0,w.cloneDeep)(t.review)}})),e}makeReviewAuthorOrganizationDataRemovalSpec(e){const t={};return Object.keys(e).forEach((o=>{var i,s,r,n,a;const l=null===(i=e[o])||void 0===i||null===(s=i.properties)||void 0===s||null===(r=s.author)||void 0===r||null===(n=r.properties)||void 0===n||null===(a=n.Organization)||void 0===a?void 0:a.properties,d=[];null!=l&&l.contactPoint&&d.push("contactPoint"),null!=l&&l.address&&d.push("address"),d.length&&(t[o]=this.formatSpec(["properties","author","properties","Organization","properties"],{$unset:d}))})),t}removeReviewAuthorOrganizationDataFromProduct(e){var t;const o=null==e||null===(t=e.review)||void 0===t?void 0:t.properties;if(!o)return e;const i=this.makeReviewAuthorOrganizationDataRemovalSpec(o);return Object.keys(i).length?_()(e,{review:{properties:i}}):e}removeReviewAuthorOrganizationDataFromWooProduct(e){var t,o,i,s,r,n,a,l,d,c,u,p;const h=null===(t=e)||void 0===t||null===(o=t.review)||void 0===o||null===(i=o.properties)||void 0===i||null===(s=i.Review)||void 0===s?void 0:s.properties;if(h){const t=this.makeReviewAuthorOrganizationDataRemovalSpec(h);Object.keys(t).length&&(e=_()(e,this.formatSpec(["review","properties","Review","properties"],t)))}const m=null===(r=e)||void 0===r||null===(n=r.review)||void 0===n||null===(a=n.properties)||void 0===a||null===(l=a.WooCommerceReviewLoop)||void 0===l||null===(d=l.properties)||void 0===d||null===(c=d.author)||void 0===c||null===(u=c.properties)||void 0===u||null===(p=u.Organization)||void 0===p?void 0:p.properties,w=[];return null!=m&&m.contactPoint&&w.push("contactPoint"),null!=m&&m.address&&w.push("address"),w.length&&(e=_()(e,this.formatSpec(["review","properties","WooCommerceReviewLoop","properties","author","properties","Organization","properties"],{$unset:w}))),e}formatSpec(e,t){return e.slice().reverse().forEach((e=>{t={[e]:t}})),t}addCommentLoopToFaqPage(e){return this.addCommentLoopSchema(e,vi.FAQPage)}addCommentToLoopToHowTo(e){return this.addCommentLoopSchema(e,vi.HowTo)}addCommentLoopSchema(e,t){return null!=e&&e.comment?e:_()(e,{comment:{$set:(0,w.cloneDeep)(t.comment)}})}}class Si extends i().Component{constructor(e){super(e),this.props=e,this.state={initialized:!1,types:{},deletingProperty:"",deletingPropertyId:0,addingProperties:"",addingNestedForProperty:0,addingSchemaTypes:!1,resettingProperties:"",renamingType:"",deletingType:"",changingPropertyTypeForId:0,openTypes:[],invalidTypes:[]},this.accordionElement=i().createRef()}componentDidMount(){this.hookNestedAccordions(),this.maybeInitializeComponent(),this.maybeStartAddingSchemaType()}hookNestedAccordions(){c()(this.accordionElement.current).on("click",".sui-accordion-item-body .sui-accordion-item-header",(function(e){if(c()(e.target).closest(".sui-accordion-item-action").length)return!0;c()(this).closest(".sui-accordion-item").toggleClass("sui-accordion-item--open")}))}maybeInitializeComponent(){if(this.state.initialized)return;const e={},t=a.get("types","schema_types"),o=[],i=new Ti;Object.keys(t).forEach((s=>{const r=t[s],n=this.generateTypeId(r.type),a=this.getPropertiesForType(r.type),l=this.initializeProperties(i.transformProperties(r.type,r.properties),a),d=this.cloneConditions(r.conditions);e[n]=Object.assign({},r,{conditions:d,properties:l}),o.push(n)})),this.setState({types:e,initialized:!0},(()=>{const e=[];o.forEach((t=>{this.typeHasMissingRequiredProperties(t)&&e.push(t)})),this.setState({invalidTypes:e}),e.length&&a.get("settings_updated","schema_types")&&this.showInvalidTypesNotice()}))}formatSpec(e,t){return e.slice().reverse().forEach((e=>{t={[e]:t}})),t}defaultCondition(e){const t=Ho.getType(this.getType(e).type),o={id:(0,w.uniqueId)(),lhs:"post_type",operator:"=",rhs:"post"};return t.condition?Object.assign({},t.condition,{id:(0,w.uniqueId)()}):o}addGroup(e){const t=this.getType(e).conditions.length,o=this.formatSpec([e,"conditions"],{$splice:[[t,0,[this.defaultCondition(e)]]]});this.updateTypes(o)}updateTypes(e){return new Promise((t=>{this.setState({types:_()(this.state.types,e)},(()=>{t()}))}))}addCondition(e,t){const o=this.getType(e),i=this.conditionGroupIndex(o.conditions,t),s=this.conditionIndex(o.conditions[i],t)+1,r=this.formatSpec([e,"conditions",i],{$splice:[[s,0,this.defaultCondition(e)]]});this.updateTypes(r)}updateCondition(e,t,o,i,s){const r=this.getType(e),n=this.conditionGroupIndex(r.conditions,t),a=this.conditionIndex(r.conditions[n],t),l=this.formatSpec([e,"conditions",n,a],{lhs:{$set:o},operator:{$set:i},rhs:{$set:s}});this.updateTypes(l)}deleteCondition(e,t){const o=this.getType(e),i=this.conditionGroupIndex(o.conditions,t),s=o.conditions[i];let r;if(1===s.length)r=this.formatSpec([e,"conditions"],{$splice:[[i,1]]});else{const o=this.conditionIndex(s,t);r=this.formatSpec([e,"conditions",i],{$splice:[[o,1]]})}this.updateTypes(r)}startAddingProperties(e){this.setState({addingProperties:e})}handleAddPropertiesButtonClick(e,t){this.addProperties(e,t).then((t=>{t.forEach((t=>{this.openAccordionItemForPropertyOrAlt(e,t)})),this.checkTypeValidity(e),this.showNotice((0,n._n)("The property has been added. You need to save the changes to make them live.","The properties have been added. You need to save the changes to make them live.",t.length,"wds"))})),this.stopAddingProperties()}getPropertiesForType(e){return Ho.getType(e).properties}openAccordionItemForPropertyOrAlt(e,t){const o=this.getPropertyById(t,this.getType(e).properties);if(this.hasAltVersions(o)){const e=this.getActiveAltVersion(o);this.openAccordionItemForProperty(e.id)}else this.openAccordionItemForProperty(t)}addProperties(e,t){const o=this.getType(e),i=[];let s,r=o.properties;t.forEach((e=>{[r,s]=this.addProperty(e,this.getPropertiesForType(o.type),r),i.push(...s)}));const n=this.formatSpec([e,"properties"],{$set:r});return new Promise((e=>{this.updateTypes(n).then((()=>e(i)))}))}typeHasMissingRequiredProperties(e){const t=this.getType(e);return this.requiredPropertiesMissing(t.properties,this.getPropertiesForType(t.type))}requiredPropertiesMissing(e,t){let o=!1;return Object.keys(t).some((i=>{const s=t[i];if(s.required){if(!e.hasOwnProperty(i))return o=!0,!0;if(this.isNestedProperty(s)&&this.isNestedProperty(e[i])&&this.requiredPropertiesMissing(e[i].properties,s.properties))return o=!0,!0}})),o}addProperty(e,t,o){const i=[];let s=o;return Object.keys(t).some((r=>{const n=t[r];if(n.id===e){const e=this.getDefaultProperty(n);return s=_()(s,{[r]:{$set:e}}),i.push(e.id),!0}if(this.isNestedProperty(n)&&o.hasOwnProperty(r)&&this.isNestedProperty(o[r])){const[t,a]=this.addProperty(e,n.properties,o[r].properties);s=_()(s,{[r]:{properties:{$set:t}}}),i.push(...a)}})),[s,i]}stopAddingProperties(){this.setState({addingProperties:"",addingNestedForProperty:0})}updateProperty(e,t,o,i){const s=this.getType(e),r=this.propertyKeys(t,s.properties),n=this.formatSpec([e,"properties",...r],{source:{$set:o},value:{$set:i}});this.updateTypes(n)}startDeletingProperty(e,t){this.setState({deletingProperty:e,deletingPropertyId:t})}handleDeleteButtonClick(e){this.deleteProperty(e,this.state.deletingPropertyId).then((()=>{this.checkTypeValidity(e),this.stopDeletingProperty()}))}deleteProperty(e,t){const o=this.getType(e),i=this.formatSpec([e,"properties"],{$set:this.deletePropertyById(t,o.properties)});return this.showNotice((0,n.__)("The property has been removed from this module.","wds"),"info"),this.updateTypes(i)}deletePropertyById(e,t){let o=t;return Object.keys(t).some((i=>{const s=t[i];if(e===s.id)return o=_()(o,{$unset:[i]}),!0;if(this.isNestedProperty(s)){const t=this.deletePropertyById(e,s.properties);let r;r=this.hasAltVersions(s)&&Object.keys(t).length!==Object.keys(s.properties).length||this.objectEmpty(t)?{$unset:[i]}:{[i]:{properties:{$set:t}}},o=_()(o,r)}})),o}objectEmpty(e){return!this.objectLength(e)}objectLength(e){return Object.keys(e).length}stopDeletingProperty(){this.setState({deletingProperty:"",deletingPropertyId:0})}getPropertyByKeys(e,t){let o=t;return e.forEach((e=>{o=o[e]})),o}propertyKeys(e,t){return this.findPropertyKeys((t=>t.hasOwnProperty("id")&&t.id===e),t)}findPropertyKeys(e,t){let o=[];return Object.keys(t).some((i=>{if(e(t[i]))return o.unshift(i),!0;if(this.isNestedProperty(t[i])){const s=this.findPropertyKeys(e,t[i].properties);if(s.length)return o.unshift(i,"properties",...s),!0}})),o}conditionGroupIndex(e,t){return e.findIndex((e=>this.conditionIndex(e,t)>-1))}conditionIndex(e,t){return e.findIndex((e=>e.id===t))}render(){return(0,e.createElement)(i().Fragment,null,!!this.state.invalidTypes.length&&this.getWarningElement((0,e.createInterpolateElement)((0,n.__)("One or more types have properties that are required by Google that have been removed. Please check your types and click on the <strong>Add Property</strong> button to add the missing <strong>required properties</strong> ( <span>*</span> ), for your content to be eligible for display as a rich result. To learn more about schema type properties, see our <DocLink>Schema Documentation</DocLink>."),{strong:(0,e.createElement)("strong",null),span:(0,e.createElement)("span",null),DocLink:(0,e.createElement)("a",{target:"_blank",href:"https://wpmudev.com/docs/wpmu-dev-plugins/smartcrawl/#schema"})})),(0,e.createElement)("div",{id:"wds-schema-types-body",className:y()({hidden:!Object.keys(this.state.types).length})},(0,e.createElement)("div",{className:"sui-row"},(0,e.createElement)("div",{className:"sui-col-md-5"},(0,e.createElement)("small",null,(0,e.createElement)("strong",null,(0,n.__)("Schema Type","wds")))),(0,e.createElement)("div",{className:"sui-col-md-7"},(0,e.createElement)("small",null,(0,e.createElement)("strong",null,(0,n.__)("Location","wds"))))),(0,e.createElement)("div",{className:"sui-accordion sui-accordion-flushed",ref:this.accordionElement},Object.keys(this.state.types).map((t=>{const o=this.getType(t),s=this.getTypeSubText(o.type);return(0,e.createElement)(i().Fragment,{key:t},(0,e.createElement)("div",{className:y()("sui-accordion-item",this.getTypeAccordionItemClassName(t),{"sui-accordion-item--open":this.state.openTypes.includes(t),"sui-accordion-item--disabled":o.disabled||Ho.getType(o.type).disabled})},this.getTypeAccordionItemHeaderElement(t),(0,e.createElement)("div",{className:"sui-accordion-item-body"},this.state.openTypes.includes(t)&&(0,e.createElement)("div",null,this.getSchemaTypeRulesElement(t,this.getType(t).conditions),this.getPropertiesTableElement(t,this.getType(t).properties)),s&&(0,e.createElement)("span",{className:"wds-type-sub-text"},s))),this.state.deletingProperty===t&&this.getPropertyDeletionModalElement(t),this.state.addingProperties===t&&this.getAddTypePropertyModalElement(t),this.state.resettingProperties===t&&this.getPropertyResetModalElement(t),this.state.renamingType===t&&this.getTypeRenameModalElement(t),this.state.deletingType===t&&this.getTypeDeleteModalElement(t))})))),(0,e.createElement)("div",{id:"wds-schema-types-footer"},(0,e.createElement)(T,{onClick:()=>this.startAddingSchemaType(),dashed:!0,icon:"sui-icon-plus",text:(0,n.__)("Add New Type","wds")}),(0,e.createElement)("p",{className:"sui-description"},(0,n.__)("Add additional schema types you want to output on this site.","wds")),(0,e.createElement)(ni,null)),this.state.addingSchemaTypes&&this.getAddSchemaModalElement(),this.getStateInput())}getPropertiesTableElement(t,o){return(0,e.createElement)(ri,{onReset:()=>this.startResettingProperties(t),onAdd:()=>this.startAddingProperties(t)},(0,e.createElement)(bi,{properties:o,methods:this.getSchemaPropertyMethods(t)}))}getSchemaPropertyMethods(e){return{beforePropertyRender:t=>this.renderPropertyModals(e,t),requiredNestedPropertiesMissing:t=>this.nestedPropertyHasMissingRequiredProperties(e,t),onChangeActiveVersion:e=>this.startChangingPropertyType(e),onRepeat:t=>this.handleRepeatButtonClick(e,t),onAddNested:t=>this.startAddingNestedProperties(e,t),onChange:(t,o,i)=>this.updateProperty(e,t,o,i),onDelete:t=>this.startDeletingProperty(e,t)}}renderPropertyModals(t,o){return(0,e.createElement)(i().Fragment,null,this.state.addingNestedForProperty===o&&this.getAddNestedPropertyModalElement(t,o),this.state.changingPropertyTypeForId===o&&this.getPropertyTypeChangeModalElement(t,o))}getSchemaTypeRulesElement(t,o){return(0,e.createElement)("div",{className:"wds-schema-type-rules"},(0,e.createElement)("span",{className:"sui-icon-link","aria-hidden":"true"}),(0,e.createElement)("small",null,(0,e.createElement)("strong",null,(0,n.__)("Location","wds"))),(0,e.createElement)("span",{className:"sui-description"},(0,n.__)("Create a set of rules to determine where this schema.org type will be enabled or excluded.","wds")),this.getConditionGroupElements(t,o),(0,e.createElement)(T,{text:(0,n.__)("Add Rule (Or)","wds"),ghost:!0,onClick:()=>this.addGroup(t),icon:"sui-icon-plus"}))}checkTypeValidity(e){const t=this.typeHasMissingRequiredProperties(e);this.setTypeInvalid(e,t)}isTypeInvalid(e){return this.state.invalidTypes.includes(e)}setTypeInvalid(e,t){const o=this.isTypeInvalid(e);let i=this.state.invalidTypes.slice();return t&&!o?i.push(e):!t&&o&&(i=this.state.invalidTypes.filter((t=>t!==e))),this.setState({invalidTypes:i})}handleTypeStatusChange(e,t){const o=this.formatSpec([e,"disabled"],{$set:!t});this.updateTypes(o).then((()=>{let o;o=t?(0,n.__)("You have successfully activated the %s type.","wds"):(0,n.__)("You have successfully deactivated the %s type.","wds"),this.showNotice((0,n.sprintf)(o,this.getType(e).label))}))}handleTypeAccordionItemToggle(e,t){if(c()(e.target).closest(".sui-accordion-item-action").length)return!0;this.toggleType(t)}toggleType(e){let t;return this.state.openTypes.includes(e)?t=this.state.openTypes.filter((t=>t!==e)):(t=this.state.openTypes.slice(),t.push(e)),this.setState({openTypes:t})}getTypeAccordionItemHeaderElement(t){const o=this.getType(t);return(0,e.createElement)("div",{className:"sui-accordion-item-header wds-type-accordion-item-header",onClick:e=>this.handleTypeAccordionItemToggle(e,t)},(0,e.createElement)("div",{className:"sui-accordion-item-title sui-accordion-col-5"},(0,e.createElement)("span",{className:this.getSchemaTypeIcon(o.type)}),(0,e.createElement)("span",null,o.label),this.isTypeInvalid(t)&&(0,e.createElement)("span",{className:"sui-tooltip sui-tooltip-constrained","data-tooltip":(0,n.__)("This type has missing properties that are required by Google.","wds")},(0,e.createElement)("span",{className:"wds-invalid-type-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}))),(0,e.createElement)("div",{className:"sui-accordion-col-3"},(0,e.createElement)(Zo,{conditions:o.conditions})),(0,e.createElement)("div",{className:"sui-accordion-col-4"},(0,e.createElement)("label",{className:"sui-toggle sui-accordion-item-action"},(0,e.createElement)("input",{type:"checkbox",defaultChecked:!this.getType(t).disabled,onChange:e=>this.handleTypeStatusChange(t,e.target.checked)}),(0,e.createElement)("span",{"aria-hidden":"true",className:"sui-toggle-slider"})),(0,e.createElement)(Jo,{onRename:()=>this.startRenamingType(t),onDuplicate:()=>this.duplicateType(t),onDelete:()=>this.startDeletingType(t)}),(0,e.createElement)("button",{className:"sui-button-icon sui-accordion-open-indicator",type:"button",onClick:e=>this.handleTypeAccordionItemToggle(e,t),"aria-label":(0,n.__)("Open item","wds")},(0,e.createElement)("span",{className:"sui-icon-chevron-down","aria-hidden":"true"}))))}getPropertyDeletionModalElement(t){const o=this.getPropertyById(this.state.deletingPropertyId,this.getType(t).properties).required?(0,n.__)("You are trying to delete a property that is required by Google. Are you sure you wish to delete it anyway?","wds"):(0,n.__)("Are you sure you wish to delete this property? You can add it again anytime.","wds");return(0,e.createElement)(v,{small:!0,id:"wds-confirm-property-deletion",title:(0,n.__)("Are you sure?","wds"),onClose:()=>this.stopDeletingProperty(),focusAfterOpen:"wds-schema-property-delete-button",description:o},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.stopDeletingProperty(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Delete","wds"),onClick:()=>this.handleDeleteButtonClick(t),icon:"sui-icon-trash",color:"red",id:"wds-schema-property-delete-button"}))}getAddTypePropertyModalElement(e){const t=this.getType(e),o=this.preparePropertySelectorOptions(t.properties,this.getPropertiesForType(t.type));return this.getAddPropertyModalElement(e,o,(0,n.sprintf)((0,n.__)("Choose the properties to insert into your %s type module.","wds"),t.label))}getAddNestedPropertyModalElement(e,t){const o=this.getType(e),i=this.propertyKeys(t,o.properties),s=this.getPropertyByKeys(i,o.properties),r=this.prepareRepeatableSourcePropertyKeys(i),a=this.getPropertyByKeys(r,this.getPropertiesForType(o.type)),l=this.preparePropertySelectorOptions(s.properties,a.properties);return this.getAddPropertyModalElement(e,l,(0,n.sprintf)((0,n.__)("Choose the properties to insert into the %s section of your %s schema.","wds"),a.label,o.label))}getAddPropertyModalElement(t,o,i){return(0,e.createElement)(x,{id:"wds-add-property",title:(0,n.__)("Add Properties","wds"),description:i,actionButtonText:(0,n.__)("Add","wds"),actionButtonIcon:"sui-icon-plus",onClose:()=>this.stopAddingProperties(),onAction:e=>this.handleAddPropertiesButtonClick(t,e),options:o,noOptionsMessage:(0,e.createElement)("div",{className:"wds-box-selector-message"},(0,e.createElement)("h3",null,(0,n.__)("No properties to add","wds")),(0,e.createElement)("p",{className:"sui-description"},(0,n.__)("It seems that you have already added all the available properties.","wds"))),requiredNotice:this.getWarningElement((0,e.createInterpolateElement)((0,n.__)("You are missing properties that are required by Google ( <span>*</span> ). Make sure you include all of them so that your content will be eligible for display as a rich result. To learn more about schema type properties, see our <a>Schema Documentation</a>."),{span:(0,e.createElement)("span",null),a:(0,e.createElement)("a",{target:"_blank",href:"https://wpmudev.com/docs/wpmu-dev-plugins/smartcrawl/#schema"})}))})}getWarningElement(t){return(0,e.createElement)("div",{className:"wds-missing-properties-notice sui-notice sui-notice-warning"},(0,e.createElement)("div",{className:"sui-notice-content"},(0,e.createElement)("div",{className:"sui-notice-message"},(0,e.createElement)("span",{className:"sui-notice-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}),(0,e.createElement)("p",null,t))))}preparePropertySelectorOptions(e,t){const o=[];return Object.keys(t).forEach((i=>{const s=t[i];e.hasOwnProperty(i)||o.push({id:s.id,label:s.label,required:s.required})})),o}getConditionGroupElements(t,o){return o.map(((o,i)=>{const s=(0,w.first)(o);return(0,e.createElement)("div",{key:"condition-group-"+s.id,className:"wds-schema-type-condition-group"},0===i&&(0,e.createElement)("span",null,(0,n.__)("Rule","wds")),0!==i&&(0,e.createElement)("span",null,(0,n.__)("Or","wds")),this.getConditionElements(t,o,i))}))}getConditionElements(t,o,i){return o.map(((o,s)=>(0,e.createElement)(h,{onChange:(e,o,i,s)=>this.updateCondition(t,e,o,i,s),onAdd:e=>this.addCondition(t,e),onDelete:e=>this.deleteCondition(t,e),disableDelete:0===i&&0===s,key:o.id,id:o.id,lhs:o.lhs,operator:o.operator,rhs:o.rhs})))}isNestedProperty(e){return e.properties}getActiveAltVersion(e){return e.properties[e.activeVersion]}hasAltVersions(e){return this.isNestedProperty(e)&&!!e.activeVersion&&e.properties.hasOwnProperty(e.activeVersion)}getDefaultProperties(e){const t={};return Object.keys(e).forEach((o=>{const i=e[o];i.optional||(t[o]=this.getDefaultProperty(i))})),t}getDefaultProperty(e){const t=[{},e];return this.isNestedProperty(e)&&t.push({properties:this.getDefaultProperties(e.properties)}),t.push({id:(0,w.uniqueId)()}),Object.assign({},...t)}cloneConditions(e){const t=[];return e.forEach((e=>{const o=[];e.forEach((e=>{o.push(Object.assign({},e,{id:(0,w.uniqueId)()}))})),t.push(o)})),t}initializeProperties(e,t){const o={};return Object.keys(e).forEach((i=>{const s=e[i],r=this.prepareRepeatableSourcePropertyKeys(this.propertyKeys(s.id,e)),n=this.getPropertyByKeys(r,t);o[i]=this.initializeProperty(s,n)})),o}initializeProperty(e,t){const o=[];return o.push(t),o.push({type:e.type,source:e.source,value:e.value}),this.hasAltVersions(e)&&o.push({activeVersion:e.activeVersion}),this.isNestedProperty(e)&&this.isNestedProperty(t)&&o.push({properties:this.initializeProperties(e.properties,t.properties)}),o.push({id:(0,w.uniqueId)()}),Object.assign({},...o)}cloneProperties(e){const t={};return Object.keys(e).forEach((o=>{t[o]=this.cloneProperty(e[o])})),t}cloneProperty(e){const t=[{},e];return this.isNestedProperty(e)&&t.push({properties:this.cloneProperties(e.properties)}),t.push({id:(0,w.uniqueId)()}),Object.assign({},...t)}startAddingSchemaType(){this.setState({addingSchemaTypes:!0})}stopAddingSchemaType(){this.removeAddTypeQueryVar(),this.setState({addingSchemaTypes:!1})}handleAddSchemaTypesButtonClick(e,t,o){this.addSchemaType(e,t,o).then((t=>{this.stopAddingSchemaType(),this.showNotice((0,n.__)("The type has been added. You need to save the changes to make them live.","wds")),this.showAfterAdditionNotice(e),this.toggleType(t)}))}showInvalidTypesNotice(){let e=(0,n.__)("One or more properties that are required by Google have been removed. Please check your types and click on the <strong>Add Property</strong> button to see the missing <strong>required properties</strong> ( <span>*</span> ).");b().openNotice("wds-schema-types-invalid-notice","<p>"+e+"</p>",{type:"warning",icon:"warning-alert",dismiss:{show:!0}})}showAfterAdditionNotice(e){let t=Ho.getType(e).afterAdditionNotice||!1;t&&b().openNotice("wds-schema-types-local-business-notice","<p>"+t+"</p>",{type:"grey",icon:"info",dismiss:{show:!0}})}getAddSchemaModalElement(){return(0,e.createElement)(Wo,{onClose:()=>this.stopAddingSchemaType(),onAdd:(e,t,o)=>this.handleAddSchemaTypesButtonClick(e,t,o)})}getSchemaTypeIcon(e){return Ho.getType(e).icon}generateTypeId(e){return(0,w.uniqueId)(e+"-")}addSchemaType(e,t,o){const i={},s=this.generateTypeId(e);return i[s]={$set:{label:t,type:e,version:this.getPluginVersion(),conditions:o,properties:this.getDefaultProperties(this.getPropertiesForType(e))}},new Promise((e=>{this.updateTypes(i).then((()=>e(s)))}))}getPluginVersion(){return a.get("plugin_version","schema_types")}getType(e){return this.state.types[e]}handleRepeatButtonClick(e,t){this.repeatProperty(e,t),this.openAccordionItemForProperty(t);const o=this.getType(e),i=this.propertyKeys(t,o.properties),s=this.getPropertyByKeys(i,o.properties);this.showNotice((0,n.sprintf)((0,n.__)("A new %s has been added.","wds"),s.hasOwnProperty("labelSingle")?s.labelSingle:s.label))}prepareRepeatableSourcePropertyKeys(e){const t=[];return e.forEach((e=>{(0,w.parseInt)(e)>0?t.push("0"):t.push(e)})),t}repeatProperty(e,t){const o=this.getType(e),i=this.propertyKeys(t,o.properties),s=this.getPropertyByKeys(i,o.properties),r=this.prepareRepeatableSourcePropertyKeys(i),n=this.getPropertyByKeys(r,this.getPropertiesForType(o.type)),a=Object.keys(n.properties).shift(),l=n.properties[a],d=Math.max(...Object.keys(s.properties))+1;let c=this.getDefaultProperty(l);l.disallowDeletion&&l.disallowFirstItemDeletionOnly&&delete c.disallowDeletion,l.updateLabelNumber&&l.label&&(c.label=l.label.replace("1",d+1));const u=this.formatSpec([e,"properties",...i,"properties",d],{$set:c});this.updateTypes(u)}startAddingNestedProperties(e,t){this.openAccordionItemForProperty(t),this.setState({addingNestedForProperty:t})}getTypeAccordionItemClassName(e){return"wds-schema-type-"+e+"-accordion"}getPropertyAccordionItemClassName(e){return"wds-schema-property-"+e+"-accordion"}openAccordionItemForProperty(e){const t=this.getPropertyAccordionItemClassName(e);c()("."+t).addClass("sui-accordion-item--open")}nestedPropertyHasMissingRequiredProperties(e,t){if(!this.isNestedProperty(t)||!t.required)return!1;const o=this.getType(e),i=this.propertyKeys(t.id,o.properties),s=this.prepareRepeatableSourcePropertyKeys(i),r=this.getPropertyByKeys(s,this.getPropertiesForType(o.type));return this.requiredPropertiesMissing(t.properties,r.properties)}startResettingProperties(e){this.setState({resettingProperties:e})}getPropertyResetModalElement(t){return(0,e.createElement)(v,{small:!0,id:"wds-confirm-property-reset",title:(0,n.__)("Are you sure?","wds"),onClose:()=>this.stopResettingProperties(),focusAfterOpen:"wds-schema-property-reset-button",description:(0,n.__)("Are you sure you want to dismiss your changes and turn back your properties list to default?","wds")},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.stopResettingProperties(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Reset Properties","wds"),onClick:()=>this.resetProperties(t),icon:"sui-icon-refresh",id:"wds-schema-property-reset-button"}))}resetProperties(e){const t=this.getType(e),o=this.formatSpec([e,"properties"],{$set:this.getDefaultProperties(this.getPropertiesForType(t.type))});this.updateTypes(o).then((()=>{this.showNotice((0,n.__)("Properties have been reset to default","wds")),this.stopResettingProperties(),this.checkTypeValidity(e)}))}stopResettingProperties(){this.setState({resettingProperties:""})}startRenamingType(e){this.setState({renamingType:e})}stopRenamingType(){this.setState({renamingType:""})}renameType(e,t){const o=this.formatSpec([e,"label"],{$set:t});this.updateTypes(o).then((()=>{this.showNotice((0,n.__)("The type has been renamed.","wds")),this.stopRenamingType()}))}getTypeRenameModalElement(t){let o=Ho.getType(this.getType(t).type).schemaReplacementNotice;return(0,e.createElement)(ii,{name:this.getType(t).label,notice:!!o&&(0,e.createElement)(si,{type:"info",message:o}),onRename:e=>this.renameType(t,e),onClose:()=>this.stopRenamingType()})}startDeletingType(e){this.setState({deletingType:e})}stopDeletingType(){this.setState({deletingType:""})}deleteType(e){return this.updateTypes({$unset:[e]})}getTypeDeleteModalElement(t){return(0,e.createElement)(v,{small:!0,id:"wds-confirm-type-deletion",title:(0,n.__)("Are you sure?","wds"),onClose:()=>this.stopDeletingType(),focusAfterOpen:"wds-schema-type-delete-button",description:(0,n.__)("Are you sure you wish to delete this schema type? You can add it again anytime.","wds")},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.stopDeletingType(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Delete","wds"),onClick:()=>this.handleTypeDeleteButtonClick(t),icon:"sui-icon-trash",color:"red",id:"wds-schema-type-delete-button"}))}handleTypeDeleteButtonClick(e){this.deleteType(e).then((()=>{this.showNotice((0,n.__)("The type has been removed. You need to save the changes to make them live.","wds"),"info"),this.stopDeletingType(),this.setTypeInvalid(e,!1)}))}showNotice(e,t="success",o=!1){b().openNotice("wds-schema-types-notice","<p>"+e+"</p>",{type:t,icon:{error:"warning-alert",info:"info",warning:"warning-alert",success:"check-tick"}[t],dismiss:{show:o}})}getStateInput(){return(0,e.createElement)("input",{type:"hidden",name:"wds-schema-types",value:JSON.stringify(this.state.types)})}startChangingPropertyType(e){this.setState({changingPropertyTypeForId:e})}stopChangingPropertyType(){this.setState({changingPropertyTypeForId:0})}getPropertyTypeChangeModalElement(t,o){const i=this.getType(t),s=this.getPropertyParent(o,i.properties);let r=this.getAltVersionTypes(s);return r&&(r=r.filter((e=>s.activeVersion!==e.id))),(0,e.createElement)(x,{id:"wds-change-property-type",title:(0,n.__)("Change Property Type","wds"),description:(0,n.__)("Select one of the following types to switch.","wds"),actionButtonText:(0,n.__)("Change","wds"),actionButtonIcon:"sui-icon-defer",onClose:()=>this.stopChangingPropertyType(),onAction:e=>this.handlePropertyTypeChange(t,s,e),options:r,multiple:!1})}handlePropertyTypeChange(e,t,o){if(!o.length)return;const i=o[0],s=this.getType(e),r=this.propertyKeys(t.id,s.properties),a=this.prepareRepeatableSourcePropertyKeys(r),l=this.getPropertyByKeys(a,this.getPropertiesForType(s.type)),d=this.getDefaultProperties(l.properties),c=this.formatSpec([e,"properties",...r],{activeVersion:{$set:i},properties:{$set:d}});this.updateTypes(c).then((()=>{const t=this.getPropertyByKeys([i],d);this.openAccordionItemForProperty(t.id),this.showNotice((0,n.sprintf)((0,n.__)("Property type has been changed to %s","wds"),i)),this.checkTypeValidity(e)}))}getPropertyParent(e,t){const o=this.propertyKeys(e,t);return o.pop(),o.pop(),this.getPropertyByKeys(o,t)}getPropertyById(e,t){const o=this.propertyKeys(e,t);return this.getPropertyByKeys(o,t)}getAltVersionTypes(e){if(!this.hasAltVersions(e))return!1;const t=[];return Object.keys(e.properties).forEach((o=>{const i=e.properties[o];t.push({id:o,label:i.label})})),t}duplicateType(e){const t={},o=this.getType(e),i=this.generateTypeId(o.type),s=this.cloneProperties(o.properties),r=this.cloneConditions(o.conditions);t[i]={$set:{label:o.label,type:o.type,version:o.version||!1,conditions:r,properties:s}},this.updateTypes(t).then((()=>{this.checkTypeValidity(i),this.showNotice((0,n.__)("The type has been duplicated successfully.","wds"))}))}removeAddTypeQueryVar(){$o.removeQueryParam("add_type")}maybeStartAddingSchemaType(){"1"===$o.getQueryParam("add_type")&&this.startAddingSchemaType()}getTypeSubText(e){return Ho.getType(e).subText||""}}class xi extends i().Component{constructor(e){super(e),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e,t){console.error(e),console.error(t)}render(){return this.state.hasError?(0,e.createElement)("div",{className:"sui-notice sui-notice-error"},(0,e.createElement)("div",{className:"sui-notice-content"},(0,e.createElement)("div",{className:"sui-notice-message"},(0,e.createElement)("span",{className:"sui-notice-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}),(0,e.createElement)("p",null,(0,e.createElement)("strong",null,"Something went wrong. Please contact ",(0,e.createElement)("a",{target:"_blank",href:"https://wpmudev.com/get-support/"},"support"),"."))))):this.props.children}}var Ai=xi;c()((()=>{c()("#wds-schema-type-components").length&&(0,s.render)((0,e.createElement)(Ai,null,(0,e.createElement)(Si,null)),document.getElementById("wds-schema-type-components"))}))}()}();
1
+ !function(){var e={4184:function(e,t){var o;!function(){"use strict";var i={}.hasOwnProperty;function s(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var r=typeof o;if("string"===r||"number"===r)e.push(o);else if(Array.isArray(o)){if(o.length){var n=s.apply(null,o);n&&e.push(n)}}else if("object"===r)if(o.toString===Object.prototype.toString)for(var a in o)i.call(o,a)&&o[a]&&e.push(a);else e.push(o.toString())}}return e.join(" ")}e.exports?(s.default=s,e.exports=s):void 0===(o=function(){return s}.apply(t,[]))||(e.exports=o)}()},7145:function(e,t){"use strict";function o(e){return"object"!=typeof e||"toString"in e?e:Object.prototype.toString.call(e).slice(8,-1)}Object.defineProperty(t,"__esModule",{value:!0});var i="object"==typeof process&&!0;function s(e,t){if(!e){if(i)throw new Error("Invariant failed");throw new Error(t())}}t.invariant=s;var r=Object.prototype.hasOwnProperty,n=Array.prototype.splice,a=Object.prototype.toString;function l(e){return a.call(e).slice(8,-1)}var d=Object.assign||function(e,t){return c(t).forEach((function(o){r.call(t,o)&&(e[o]=t[o])})),e},c="function"==typeof Object.getOwnPropertySymbols?function(e){return Object.keys(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.keys(e)};function u(e){return Array.isArray(e)?d(e.constructor(e.length),e):"Map"===l(e)?new Map(e):"Set"===l(e)?new Set(e):e&&"object"==typeof e?d(Object.create(Object.getPrototypeOf(e)),e):e}var p=function(){function e(){this.commands=d({},h),this.update=this.update.bind(this),this.update.extend=this.extend=this.extend.bind(this),this.update.isEquals=function(e,t){return e===t},this.update.newContext=function(){return(new e).update}}return Object.defineProperty(e.prototype,"isEquals",{get:function(){return this.update.isEquals},set:function(e){this.update.isEquals=e},enumerable:!0,configurable:!0}),e.prototype.extend=function(e,t){this.commands[e]=t},e.prototype.update=function(e,t){var o=this,i="function"==typeof t?{$apply:t}:t;Array.isArray(e)&&Array.isArray(i)||s(!Array.isArray(i),(function(){return"update(): You provided an invalid spec to update(). The spec may not contain an array except as the value of $set, $push, $unshift, $splice or any custom command allowing an array value."})),s("object"==typeof i&&null!==i,(function(){return"update(): You provided an invalid spec to update(). The spec and every included key path must be plain objects containing one of the following commands: "+Object.keys(o.commands).join(", ")+"."}));var n=e;return c(i).forEach((function(t){if(r.call(o.commands,t)){var s=e===n;n=o.commands[t](i[t],n,i,e),s&&o.isEquals(n,e)&&(n=e)}else{var a="Map"===l(e)?o.update(e.get(t),i[t]):o.update(e[t],i[t]),d="Map"===l(n)?n.get(t):n[t];o.isEquals(a,d)&&(void 0!==a||r.call(e,t))||(n===e&&(n=u(e)),"Map"===l(n)?n.set(t,a):n[t]=a)}})),n},e}();t.Context=p;var h={$push:function(e,t,o){return _(t,o,"$push"),e.length?t.concat(e):t},$unshift:function(e,t,o){return _(t,o,"$unshift"),e.length?e.concat(t):t},$splice:function(e,t,i,r){return function(e,t){s(Array.isArray(e),(function(){return"Expected $splice target to be an array; got "+o(e)})),f(t.$splice)}(t,i),e.forEach((function(e){f(e),t===r&&e.length&&(t=u(r)),n.apply(t,e)})),t},$set:function(e,t,o){return function(e){s(1===Object.keys(e).length,(function(){return"Cannot have more than one key in an object with $set"}))}(o),e},$toggle:function(e,t){w(e,"$toggle");var o=e.length?u(t):t;return e.forEach((function(e){o[e]=!t[e]})),o},$unset:function(e,t,o,i){return w(e,"$unset"),e.forEach((function(e){Object.hasOwnProperty.call(t,e)&&(t===i&&(t=u(i)),delete t[e])})),t},$add:function(e,t,o,i){return y(t,"$add"),w(e,"$add"),"Map"===l(t)?e.forEach((function(e){var o=e[0],s=e[1];t===i&&t.get(o)!==s&&(t=u(i)),t.set(o,s)})):e.forEach((function(e){t!==i||t.has(e)||(t=u(i)),t.add(e)})),t},$remove:function(e,t,o,i){return y(t,"$remove"),w(e,"$remove"),e.forEach((function(e){t===i&&t.has(e)&&(t=u(i)),t.delete(e)})),t},$merge:function(e,t,i,r){var n,a;return n=t,s((a=e)&&"object"==typeof a,(function(){return"update(): $merge expects a spec of type 'object'; got "+o(a)})),s(n&&"object"==typeof n,(function(){return"update(): $merge expects a target of type 'object'; got "+o(n)})),c(e).forEach((function(o){e[o]!==t[o]&&(t===r&&(t=u(r)),t[o]=e[o])})),t},$apply:function(e,t){var i;return s("function"==typeof(i=e),(function(){return"update(): expected spec of $apply to be a function; got "+o(i)+"."})),e(t)}},m=new p;function _(e,t,i){s(Array.isArray(e),(function(){return"update(): expected target of "+o(i)+" to be an array; got "+o(e)+"."})),w(t[i],i)}function w(e,t){s(Array.isArray(e),(function(){return"update(): expected spec of "+o(t)+" to be an array; got "+o(e)+". Did you forget to wrap your parameter in an array?"}))}function f(e){s(Array.isArray(e),(function(){return"update(): expected spec of $splice to be an array of arrays; got "+o(e)+". Did you forget to wrap your parameters in an array?"}))}function y(e,t){var i=l(e);s("Map"===i||"Set"===i,(function(){return"update(): "+o(t)+" expects a target of type Set or Map; got "+o(i)}))}t.isEquals=m.update.isEquals,t.extend=m.extend,t.default=m.update,t.default.default=e.exports=d(t.default,t)},8552:function(e,t,o){var i=o(852)(o(5639),"DataView");e.exports=i},1989:function(e,t,o){var i=o(1789),s=o(401),r=o(7667),n=o(1327),a=o(1866);function l(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=r,l.prototype.has=n,l.prototype.set=a,e.exports=l},8407:function(e,t,o){var i=o(7040),s=o(4125),r=o(2117),n=o(7518),a=o(4705);function l(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=r,l.prototype.has=n,l.prototype.set=a,e.exports=l},7071:function(e,t,o){var i=o(852)(o(5639),"Map");e.exports=i},3369:function(e,t,o){var i=o(4785),s=o(1285),r=o(6e3),n=o(9916),a=o(5265);function l(e){var t=-1,o=null==e?0:e.length;for(this.clear();++t<o;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=s,l.prototype.get=r,l.prototype.has=n,l.prototype.set=a,e.exports=l},3818:function(e,t,o){var i=o(852)(o(5639),"Promise");e.exports=i},8525:function(e,t,o){var i=o(852)(o(5639),"Set");e.exports=i},6384:function(e,t,o){var i=o(8407),s=o(7465),r=o(3779),n=o(7599),a=o(4758),l=o(4309);function d(e){var t=this.__data__=new i(e);this.size=t.size}d.prototype.clear=s,d.prototype.delete=r,d.prototype.get=n,d.prototype.has=a,d.prototype.set=l,e.exports=d},2705:function(e,t,o){var i=o(5639).Symbol;e.exports=i},1149:function(e,t,o){var i=o(5639).Uint8Array;e.exports=i},577:function(e,t,o){var i=o(852)(o(5639),"WeakMap");e.exports=i},6874:function(e){e.exports=function(e,t,o){switch(o.length){case 0:return e.call(t);case 1:return e.call(t,o[0]);case 2:return e.call(t,o[0],o[1]);case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}},7412:function(e){e.exports=function(e,t){for(var o=-1,i=null==e?0:e.length;++o<i&&!1!==t(e[o],o,e););return e}},4963:function(e){e.exports=function(e,t){for(var o=-1,i=null==e?0:e.length,s=0,r=[];++o<i;){var n=e[o];t(n,o,e)&&(r[s++]=n)}return r}},4636:function(e,t,o){var i=o(2545),s=o(5694),r=o(1469),n=o(4144),a=o(5776),l=o(6719),d=Object.prototype.hasOwnProperty;e.exports=function(e,t){var o=r(e),c=!o&&s(e),u=!o&&!c&&n(e),p=!o&&!c&&!u&&l(e),h=o||c||u||p,m=h?i(e.length,String):[],_=m.length;for(var w in e)!t&&!d.call(e,w)||h&&("length"==w||u&&("offset"==w||"parent"==w)||p&&("buffer"==w||"byteLength"==w||"byteOffset"==w)||a(w,_))||m.push(w);return m}},9932:function(e){e.exports=function(e,t){for(var o=-1,i=null==e?0:e.length,s=Array(i);++o<i;)s[o]=t(e[o],o,e);return s}},2488:function(e){e.exports=function(e,t){for(var o=-1,i=t.length,s=e.length;++o<i;)e[s+o]=t[o];return e}},6556:function(e,t,o){var i=o(9465),s=o(7813);e.exports=function(e,t,o){(void 0!==o&&!s(e[t],o)||void 0===o&&!(t in e))&&i(e,t,o)}},4865:function(e,t,o){var i=o(9465),s=o(7813),r=Object.prototype.hasOwnProperty;e.exports=function(e,t,o){var n=e[t];r.call(e,t)&&s(n,o)&&(void 0!==o||t in e)||i(e,t,o)}},8470:function(e,t,o){var i=o(7813);e.exports=function(e,t){for(var o=e.length;o--;)if(i(e[o][0],t))return o;return-1}},4037:function(e,t,o){var i=o(8363),s=o(3674);e.exports=function(e,t){return e&&i(t,s(t),e)}},3886:function(e,t,o){var i=o(8363),s=o(1704);e.exports=function(e,t){return e&&i(t,s(t),e)}},9465:function(e,t,o){var i=o(8777);e.exports=function(e,t,o){"__proto__"==t&&i?i(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}},5990:function(e,t,o){var i=o(6384),s=o(7412),r=o(4865),n=o(4037),a=o(3886),l=o(4626),d=o(278),c=o(8805),u=o(1911),p=o(8234),h=o(6904),m=o(4160),_=o(3824),w=o(9148),f=o(8517),y=o(1469),g=o(4144),b=o(6688),v=o(3218),T=o(2928),S=o(3674),x=o(1704),A="[object Arguments]",C="[object Function]",E="[object Object]",P={};P[A]=P["[object Array]"]=P["[object ArrayBuffer]"]=P["[object DataView]"]=P["[object Boolean]"]=P["[object Date]"]=P["[object Float32Array]"]=P["[object Float64Array]"]=P["[object Int8Array]"]=P["[object Int16Array]"]=P["[object Int32Array]"]=P["[object Map]"]=P["[object Number]"]=P[E]=P["[object RegExp]"]=P["[object Set]"]=P["[object String]"]=P["[object Symbol]"]=P["[object Uint8Array]"]=P["[object Uint8ClampedArray]"]=P["[object Uint16Array]"]=P["[object Uint32Array]"]=!0,P["[object Error]"]=P[C]=P["[object WeakMap]"]=!1,e.exports=function e(t,o,O,D,k,R){var N,I=1&o,L=2&o,M=4&o;if(O&&(N=k?O(t,D,k,R):O(t)),void 0!==N)return N;if(!v(t))return t;var F=y(t);if(F){if(N=_(t),!I)return d(t,N)}else{var j=m(t),V=j==C||"[object GeneratorFunction]"==j;if(g(t))return l(t,I);if(j==E||j==A||V&&!k){if(N=L||V?{}:f(t),!I)return L?u(t,a(N,t)):c(t,n(N,t))}else{if(!P[j])return k?t:{};N=w(t,j,I)}}R||(R=new i);var q=R.get(t);if(q)return q;R.set(t,N),T(t)?t.forEach((function(i){N.add(e(i,o,O,i,t,R))})):b(t)&&t.forEach((function(i,s){N.set(s,e(i,o,O,s,t,R))}));var U=F?void 0:(M?L?h:p:L?x:S)(t);return s(U||t,(function(i,s){U&&(i=t[s=i]),r(N,s,e(i,o,O,s,t,R))})),N}},3118:function(e,t,o){var i=o(3218),s=Object.create,r=function(){function e(){}return function(t){if(!i(t))return{};if(s)return s(t);e.prototype=t;var o=new e;return e.prototype=void 0,o}}();e.exports=r},8483:function(e,t,o){var i=o(5063)();e.exports=i},8866:function(e,t,o){var i=o(2488),s=o(1469);e.exports=function(e,t,o){var r=t(e);return s(e)?r:i(r,o(e))}},4239:function(e,t,o){var i=o(2705),s=o(9607),r=o(2333),n=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":n&&n in Object(e)?s(e):r(e)}},9454:function(e,t,o){var i=o(4239),s=o(7005);e.exports=function(e){return s(e)&&"[object Arguments]"==i(e)}},5588:function(e,t,o){var i=o(4160),s=o(7005);e.exports=function(e){return s(e)&&"[object Map]"==i(e)}},8458:function(e,t,o){var i=o(3560),s=o(5346),r=o(3218),n=o(346),a=/^\[object .+?Constructor\]$/,l=Function.prototype,d=Object.prototype,c=l.toString,u=d.hasOwnProperty,p=RegExp("^"+c.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!r(e)||s(e))&&(i(e)?p:a).test(n(e))}},9221:function(e,t,o){var i=o(4160),s=o(7005);e.exports=function(e){return s(e)&&"[object Set]"==i(e)}},8749:function(e,t,o){var i=o(4239),s=o(1780),r=o(7005),n={};n["[object Float32Array]"]=n["[object Float64Array]"]=n["[object Int8Array]"]=n["[object Int16Array]"]=n["[object Int32Array]"]=n["[object Uint8Array]"]=n["[object Uint8ClampedArray]"]=n["[object Uint16Array]"]=n["[object Uint32Array]"]=!0,n["[object Arguments]"]=n["[object Array]"]=n["[object ArrayBuffer]"]=n["[object Boolean]"]=n["[object DataView]"]=n["[object Date]"]=n["[object Error]"]=n["[object Function]"]=n["[object Map]"]=n["[object Number]"]=n["[object Object]"]=n["[object RegExp]"]=n["[object Set]"]=n["[object String]"]=n["[object WeakMap]"]=!1,e.exports=function(e){return r(e)&&s(e.length)&&!!n[i(e)]}},280:function(e,t,o){var i=o(5726),s=o(6916),r=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return s(e);var t=[];for(var o in Object(e))r.call(e,o)&&"constructor"!=o&&t.push(o);return t}},313:function(e,t,o){var i=o(3218),s=o(5726),r=o(3498),n=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return r(e);var t=s(e),o=[];for(var a in e)("constructor"!=a||!t&&n.call(e,a))&&o.push(a);return o}},2980:function(e,t,o){var i=o(6384),s=o(6556),r=o(8483),n=o(9783),a=o(3218),l=o(1704),d=o(6390);e.exports=function e(t,o,c,u,p){t!==o&&r(o,(function(r,l){if(p||(p=new i),a(r))n(t,o,l,c,e,u,p);else{var h=u?u(d(t,l),r,l+"",t,o,p):void 0;void 0===h&&(h=r),s(t,l,h)}}),l)}},9783:function(e,t,o){var i=o(6556),s=o(4626),r=o(7133),n=o(278),a=o(8517),l=o(5694),d=o(1469),c=o(9246),u=o(4144),p=o(3560),h=o(3218),m=o(8630),_=o(6719),w=o(6390),f=o(9881);e.exports=function(e,t,o,y,g,b,v){var T=w(e,o),S=w(t,o),x=v.get(S);if(x)i(e,o,x);else{var A=b?b(T,S,o+"",e,t,v):void 0,C=void 0===A;if(C){var E=d(S),P=!E&&u(S),O=!E&&!P&&_(S);A=S,E||P||O?d(T)?A=T:c(T)?A=n(T):P?(C=!1,A=s(S,!0)):O?(C=!1,A=r(S,!0)):A=[]:m(S)||l(S)?(A=T,l(T)?A=f(T):h(T)&&!p(T)||(A=a(S))):C=!1}C&&(v.set(S,A),g(A,S,y,b,v),v.delete(S)),i(e,o,A)}}},5976:function(e,t,o){var i=o(6557),s=o(5357),r=o(61);e.exports=function(e,t){return r(s(e,t,i),e+"")}},6560:function(e,t,o){var i=o(5703),s=o(8777),r=o(6557),n=s?function(e,t){return s(e,"toString",{configurable:!0,enumerable:!1,value:i(t),writable:!0})}:r;e.exports=n},2545:function(e){e.exports=function(e,t){for(var o=-1,i=Array(e);++o<e;)i[o]=t(o);return i}},531:function(e,t,o){var i=o(2705),s=o(9932),r=o(1469),n=o(3448),a=i?i.prototype:void 0,l=a?a.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(r(t))return s(t,e)+"";if(n(t))return l?l.call(t):"";var o=t+"";return"0"==o&&1/t==-1/0?"-0":o}},1717:function(e){e.exports=function(e){return function(t){return e(t)}}},4318:function(e,t,o){var i=o(1149);e.exports=function(e){var t=new e.constructor(e.byteLength);return new i(t).set(new i(e)),t}},4626:function(e,t,o){e=o.nmd(e);var i=o(5639),s=t&&!t.nodeType&&t,r=s&&e&&!e.nodeType&&e,n=r&&r.exports===s?i.Buffer:void 0,a=n?n.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var o=e.length,i=a?a(o):new e.constructor(o);return e.copy(i),i}},7157:function(e,t,o){var i=o(4318);e.exports=function(e,t){var o=t?i(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.byteLength)}},3147:function(e){var t=/\w*$/;e.exports=function(e){var o=new e.constructor(e.source,t.exec(e));return o.lastIndex=e.lastIndex,o}},419:function(e,t,o){var i=o(2705),s=i?i.prototype:void 0,r=s?s.valueOf:void 0;e.exports=function(e){return r?Object(r.call(e)):{}}},7133:function(e,t,o){var i=o(4318);e.exports=function(e,t){var o=t?i(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}},278:function(e){e.exports=function(e,t){var o=-1,i=e.length;for(t||(t=Array(i));++o<i;)t[o]=e[o];return t}},8363:function(e,t,o){var i=o(4865),s=o(9465);e.exports=function(e,t,o,r){var n=!o;o||(o={});for(var a=-1,l=t.length;++a<l;){var d=t[a],c=r?r(o[d],e[d],d,o,e):void 0;void 0===c&&(c=e[d]),n?s(o,d,c):i(o,d,c)}return o}},8805:function(e,t,o){var i=o(8363),s=o(9551);e.exports=function(e,t){return i(e,s(e),t)}},1911:function(e,t,o){var i=o(8363),s=o(1442);e.exports=function(e,t){return i(e,s(e),t)}},4429:function(e,t,o){var i=o(5639)["__core-js_shared__"];e.exports=i},1463:function(e,t,o){var i=o(5976),s=o(6612);e.exports=function(e){return i((function(t,o){var i=-1,r=o.length,n=r>1?o[r-1]:void 0,a=r>2?o[2]:void 0;for(n=e.length>3&&"function"==typeof n?(r--,n):void 0,a&&s(o[0],o[1],a)&&(n=r<3?void 0:n,r=1),t=Object(t);++i<r;){var l=o[i];l&&e(t,l,i,n)}return t}))}},5063:function(e){e.exports=function(e){return function(t,o,i){for(var s=-1,r=Object(t),n=i(t),a=n.length;a--;){var l=n[e?a:++s];if(!1===o(r[l],l,r))break}return t}}},8777:function(e,t,o){var i=o(852),s=function(){try{var e=i(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=s},1957:function(e,t,o){var i="object"==typeof o.g&&o.g&&o.g.Object===Object&&o.g;e.exports=i},8234:function(e,t,o){var i=o(8866),s=o(9551),r=o(3674);e.exports=function(e){return i(e,r,s)}},6904:function(e,t,o){var i=o(8866),s=o(1442),r=o(1704);e.exports=function(e){return i(e,r,s)}},5050:function(e,t,o){var i=o(7019);e.exports=function(e,t){var o=e.__data__;return i(t)?o["string"==typeof t?"string":"hash"]:o.map}},852:function(e,t,o){var i=o(8458),s=o(7801);e.exports=function(e,t){var o=s(e,t);return i(o)?o:void 0}},5924:function(e,t,o){var i=o(5569)(Object.getPrototypeOf,Object);e.exports=i},9607:function(e,t,o){var i=o(2705),s=Object.prototype,r=s.hasOwnProperty,n=s.toString,a=i?i.toStringTag:void 0;e.exports=function(e){var t=r.call(e,a),o=e[a];try{e[a]=void 0;var i=!0}catch(e){}var s=n.call(e);return i&&(t?e[a]=o:delete e[a]),s}},9551:function(e,t,o){var i=o(4963),s=o(479),r=Object.prototype.propertyIsEnumerable,n=Object.getOwnPropertySymbols,a=n?function(e){return null==e?[]:(e=Object(e),i(n(e),(function(t){return r.call(e,t)})))}:s;e.exports=a},1442:function(e,t,o){var i=o(2488),s=o(5924),r=o(9551),n=o(479),a=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)i(t,r(e)),e=s(e);return t}:n;e.exports=a},4160:function(e,t,o){var i=o(8552),s=o(7071),r=o(3818),n=o(8525),a=o(577),l=o(4239),d=o(346),c="[object Map]",u="[object Promise]",p="[object Set]",h="[object WeakMap]",m="[object DataView]",_=d(i),w=d(s),f=d(r),y=d(n),g=d(a),b=l;(i&&b(new i(new ArrayBuffer(1)))!=m||s&&b(new s)!=c||r&&b(r.resolve())!=u||n&&b(new n)!=p||a&&b(new a)!=h)&&(b=function(e){var t=l(e),o="[object Object]"==t?e.constructor:void 0,i=o?d(o):"";if(i)switch(i){case _:return m;case w:return c;case f:return u;case y:return p;case g:return h}return t}),e.exports=b},7801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},1789:function(e,t,o){var i=o(4536);e.exports=function(){this.__data__=i?i(null):{},this.size=0}},401:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:function(e,t,o){var i=o(4536),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(i){var o=t[e];return"__lodash_hash_undefined__"===o?void 0:o}return s.call(t,e)?t[e]:void 0}},1327:function(e,t,o){var i=o(4536),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return i?void 0!==t[e]:s.call(t,e)}},1866:function(e,t,o){var i=o(4536);e.exports=function(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=i&&void 0===t?"__lodash_hash_undefined__":t,this}},3824:function(e){var t=Object.prototype.hasOwnProperty;e.exports=function(e){var o=e.length,i=new e.constructor(o);return o&&"string"==typeof e[0]&&t.call(e,"index")&&(i.index=e.index,i.input=e.input),i}},9148:function(e,t,o){var i=o(4318),s=o(7157),r=o(3147),n=o(419),a=o(7133);e.exports=function(e,t,o){var l=e.constructor;switch(t){case"[object ArrayBuffer]":return i(e);case"[object Boolean]":case"[object Date]":return new l(+e);case"[object DataView]":return s(e,o);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return a(e,o);case"[object Map]":return new l;case"[object Number]":case"[object String]":return new l(e);case"[object RegExp]":return r(e);case"[object Set]":return new l;case"[object Symbol]":return n(e)}}},8517:function(e,t,o){var i=o(3118),s=o(5924),r=o(5726);e.exports=function(e){return"function"!=typeof e.constructor||r(e)?{}:i(s(e))}},5776:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,o){var i=typeof e;return!!(o=null==o?9007199254740991:o)&&("number"==i||"symbol"!=i&&t.test(e))&&e>-1&&e%1==0&&e<o}},6612:function(e,t,o){var i=o(7813),s=o(8612),r=o(5776),n=o(3218);e.exports=function(e,t,o){if(!n(o))return!1;var a=typeof t;return!!("number"==a?s(o)&&r(t,o.length):"string"==a&&t in o)&&i(o[t],e)}},7019:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5346:function(e,t,o){var i,s=o(4429),r=(i=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";e.exports=function(e){return!!r&&r in e}},5726:function(e){var t=Object.prototype;e.exports=function(e){var o=e&&e.constructor;return e===("function"==typeof o&&o.prototype||t)}},7040:function(e){e.exports=function(){this.__data__=[],this.size=0}},4125:function(e,t,o){var i=o(8470),s=Array.prototype.splice;e.exports=function(e){var t=this.__data__,o=i(t,e);return!(o<0||(o==t.length-1?t.pop():s.call(t,o,1),--this.size,0))}},2117:function(e,t,o){var i=o(8470);e.exports=function(e){var t=this.__data__,o=i(t,e);return o<0?void 0:t[o][1]}},7518:function(e,t,o){var i=o(8470);e.exports=function(e){return i(this.__data__,e)>-1}},4705:function(e,t,o){var i=o(8470);e.exports=function(e,t){var o=this.__data__,s=i(o,e);return s<0?(++this.size,o.push([e,t])):o[s][1]=t,this}},4785:function(e,t,o){var i=o(1989),s=o(8407),r=o(7071);e.exports=function(){this.size=0,this.__data__={hash:new i,map:new(r||s),string:new i}}},1285:function(e,t,o){var i=o(5050);e.exports=function(e){var t=i(this,e).delete(e);return this.size-=t?1:0,t}},6e3:function(e,t,o){var i=o(5050);e.exports=function(e){return i(this,e).get(e)}},9916:function(e,t,o){var i=o(5050);e.exports=function(e){return i(this,e).has(e)}},5265:function(e,t,o){var i=o(5050);e.exports=function(e,t){var o=i(this,e),s=o.size;return o.set(e,t),this.size+=o.size==s?0:1,this}},4536:function(e,t,o){var i=o(852)(Object,"create");e.exports=i},6916:function(e,t,o){var i=o(5569)(Object.keys,Object);e.exports=i},3498:function(e){e.exports=function(e){var t=[];if(null!=e)for(var o in Object(e))t.push(o);return t}},1167:function(e,t,o){e=o.nmd(e);var i=o(1957),s=t&&!t.nodeType&&t,r=s&&e&&!e.nodeType&&e,n=r&&r.exports===s&&i.process,a=function(){try{return r&&r.require&&r.require("util").types||n&&n.binding&&n.binding("util")}catch(e){}}();e.exports=a},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(o){return e(t(o))}}},5357:function(e,t,o){var i=o(6874),s=Math.max;e.exports=function(e,t,o){return t=s(void 0===t?e.length-1:t,0),function(){for(var r=arguments,n=-1,a=s(r.length-t,0),l=Array(a);++n<a;)l[n]=r[t+n];n=-1;for(var d=Array(t+1);++n<t;)d[n]=r[n];return d[t]=o(l),i(e,this,d)}}},5639:function(e,t,o){var i=o(1957),s="object"==typeof self&&self&&self.Object===Object&&self,r=i||s||Function("return this")();e.exports=r},6390:function(e){e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},61:function(e,t,o){var i=o(6560),s=o(1275)(i);e.exports=s},1275:function(e){var t=Date.now;e.exports=function(e){var o=0,i=0;return function(){var s=t(),r=16-(s-i);if(i=s,r>0){if(++o>=800)return arguments[0]}else o=0;return e.apply(void 0,arguments)}}},7465:function(e,t,o){var i=o(8407);e.exports=function(){this.__data__=new i,this.size=0}},3779:function(e){e.exports=function(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}},7599:function(e){e.exports=function(e){return this.__data__.get(e)}},4758:function(e){e.exports=function(e){return this.__data__.has(e)}},4309:function(e,t,o){var i=o(8407),s=o(7071),r=o(3369);e.exports=function(e,t){var o=this.__data__;if(o instanceof i){var n=o.__data__;if(!s||n.length<199)return n.push([e,t]),this.size=++o.size,this;o=this.__data__=new r(n)}return o.set(e,t),this.size=o.size,this}},346:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},361:function(e,t,o){var i=o(5990);e.exports=function(e){return i(e,5)}},5703:function(e){e.exports=function(e){return function(){return e}}},7813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},6557:function(e){e.exports=function(e){return e}},5694:function(e,t,o){var i=o(9454),s=o(7005),r=Object.prototype,n=r.hasOwnProperty,a=r.propertyIsEnumerable,l=i(function(){return arguments}())?i:function(e){return s(e)&&n.call(e,"callee")&&!a.call(e,"callee")};e.exports=l},1469:function(e){var t=Array.isArray;e.exports=t},8612:function(e,t,o){var i=o(3560),s=o(1780);e.exports=function(e){return null!=e&&s(e.length)&&!i(e)}},9246:function(e,t,o){var i=o(8612),s=o(7005);e.exports=function(e){return s(e)&&i(e)}},4144:function(e,t,o){e=o.nmd(e);var i=o(5639),s=o(5062),r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,a=n&&n.exports===r?i.Buffer:void 0,l=(a?a.isBuffer:void 0)||s;e.exports=l},3560:function(e,t,o){var i=o(4239),s=o(3218);e.exports=function(e){if(!s(e))return!1;var t=i(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},6688:function(e,t,o){var i=o(5588),s=o(1717),r=o(1167),n=r&&r.isMap,a=n?s(n):i;e.exports=a},3218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},8630:function(e,t,o){var i=o(4239),s=o(5924),r=o(7005),n=Function.prototype,a=Object.prototype,l=n.toString,d=a.hasOwnProperty,c=l.call(Object);e.exports=function(e){if(!r(e)||"[object Object]"!=i(e))return!1;var t=s(e);if(null===t)return!0;var o=d.call(t,"constructor")&&t.constructor;return"function"==typeof o&&o instanceof o&&l.call(o)==c}},2928:function(e,t,o){var i=o(9221),s=o(1717),r=o(1167),n=r&&r.isSet,a=n?s(n):i;e.exports=a},3448:function(e,t,o){var i=o(4239),s=o(7005);e.exports=function(e){return"symbol"==typeof e||s(e)&&"[object Symbol]"==i(e)}},6719:function(e,t,o){var i=o(8749),s=o(1717),r=o(1167),n=r&&r.isTypedArray,a=n?s(n):i;e.exports=a},3674:function(e,t,o){var i=o(4636),s=o(280),r=o(8612);e.exports=function(e){return r(e)?i(e):s(e)}},1704:function(e,t,o){var i=o(4636),s=o(313),r=o(8612);e.exports=function(e){return r(e)?i(e,!0):s(e)}},2492:function(e,t,o){var i=o(2980),s=o(1463)((function(e,t,o){i(e,t,o)}));e.exports=s},479:function(e){e.exports=function(){return[]}},5062:function(e){e.exports=function(){return!1}},9881:function(e,t,o){var i=o(8363),s=o(1704);e.exports=function(e){return i(e,s(e))}},9833:function(e,t,o){var i=o(531);e.exports=function(e){return null==e?"":i(e)}},3955:function(e,t,o){var i=o(9833),s=0;e.exports=function(e){var t=++s;return i(e)+t}},9490:function(e,t){"use strict";function o(e,t){for(var o=0;o<t.length;o++){var i=t[o];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function i(e,t,i){return t&&o(e.prototype,t),i&&o(e,i),e}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(e[i]=o[i])}return e}).apply(this,arguments)}function r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,a(e,t)}function n(e){return(n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function d(e,t,o){return(d=l()?Reflect.construct:function(e,t,o){var i=[null];i.push.apply(i,t);var s=new(Function.bind.apply(e,i));return o&&a(s,o.prototype),s}).apply(null,arguments)}function c(e){var t="function"==typeof Map?new Map:void 0;return(c=function(e){if(null===e||(o=e,-1===Function.toString.call(o).indexOf("[native code]")))return e;var o;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,i)}function i(){return d(e,arguments,n(this).constructor)}return i.prototype=Object.create(e.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),a(i,e)})(e)}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,i=new Array(t);o<t;o++)i[o]=e[o];return i}function p(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(o)return(o=o.call(e)).next.bind(o);if(Array.isArray(e)||(o=function(e,t){if(e){if("string"==typeof e)return u(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?u(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var h=function(e){function t(){return e.apply(this,arguments)||this}return r(t,e),t}(c(Error)),m=function(e){function t(t){return e.call(this,"Invalid DateTime: "+t.toMessage())||this}return r(t,e),t}(h),_=function(e){function t(t){return e.call(this,"Invalid Interval: "+t.toMessage())||this}return r(t,e),t}(h),w=function(e){function t(t){return e.call(this,"Invalid Duration: "+t.toMessage())||this}return r(t,e),t}(h),f=function(e){function t(){return e.apply(this,arguments)||this}return r(t,e),t}(h),y=function(e){function t(t){return e.call(this,"Invalid unit "+t)||this}return r(t,e),t}(h),g=function(e){function t(){return e.apply(this,arguments)||this}return r(t,e),t}(h),b=function(e){function t(){return e.call(this,"Zone is an abstract class")||this}return r(t,e),t}(h),v="numeric",T="short",S="long",x={year:v,month:v,day:v},A={year:v,month:T,day:v},C={year:v,month:T,day:v,weekday:T},E={year:v,month:S,day:v},P={year:v,month:S,day:v,weekday:S},O={hour:v,minute:v},D={hour:v,minute:v,second:v},k={hour:v,minute:v,second:v,timeZoneName:T},R={hour:v,minute:v,second:v,timeZoneName:S},N={hour:v,minute:v,hourCycle:"h23"},I={hour:v,minute:v,second:v,hourCycle:"h23"},L={hour:v,minute:v,second:v,hourCycle:"h23",timeZoneName:T},M={hour:v,minute:v,second:v,hourCycle:"h23",timeZoneName:S},F={year:v,month:v,day:v,hour:v,minute:v},j={year:v,month:v,day:v,hour:v,minute:v,second:v},V={year:v,month:T,day:v,hour:v,minute:v},q={year:v,month:T,day:v,hour:v,minute:v,second:v},U={year:v,month:T,day:v,weekday:T,hour:v,minute:v},B={year:v,month:S,day:v,hour:v,minute:v,timeZoneName:T},z={year:v,month:S,day:v,hour:v,minute:v,second:v,timeZoneName:T},G={year:v,month:S,day:v,weekday:S,hour:v,minute:v,timeZoneName:S},W={year:v,month:S,day:v,weekday:S,hour:v,minute:v,second:v,timeZoneName:S};function H(e){return void 0===e}function Z(e){return"number"==typeof e}function $(e){return"number"==typeof e&&e%1==0}function Y(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function K(e,t,o){if(0!==e.length)return e.reduce((function(e,i){var s=[t(i),i];return e&&o(e[0],s[0])===e[0]?e:s}),null)[1]}function J(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Q(e,t,o){return $(e)&&e>=t&&e<=o}function X(e,t){void 0===t&&(t=2);var o=e<0?"-":"",i=o?-1*e:e;return""+o+(i.toString().length<t?("0".repeat(t)+i).slice(-t):i.toString())}function ee(e){return H(e)||null===e||""===e?void 0:parseInt(e,10)}function te(e){if(!H(e)&&null!==e&&""!==e){var t=1e3*parseFloat("0."+e);return Math.floor(t)}}function oe(e,t,o){void 0===o&&(o=!1);var i=Math.pow(10,t);return(o?Math.trunc:Math.round)(e*i)/i}function ie(e){return e%4==0&&(e%100!=0||e%400==0)}function se(e){return ie(e)?366:365}function re(e,t){var o,i=(o=t-1)-12*Math.floor(o/12)+1;return 2===i?ie(e+(t-i)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][i-1]}function ne(e){var t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t)).setUTCFullYear(t.getUTCFullYear()-1900),+t}function ae(e){var t=(e+Math.floor(e/4)-Math.floor(e/100)+Math.floor(e/400))%7,o=e-1,i=(o+Math.floor(o/4)-Math.floor(o/100)+Math.floor(o/400))%7;return 4===t||3===i?53:52}function le(e){return e>99?e:e>60?1900+e:2e3+e}function de(e,t,o,i){void 0===i&&(i=null);var r=new Date(e),n={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(n.timeZone=i);var a=s({timeZoneName:t},n),l=new Intl.DateTimeFormat(o,a).formatToParts(r).find((function(e){return"timezonename"===e.type.toLowerCase()}));return l?l.value:null}function ce(e,t){var o=parseInt(e,10);Number.isNaN(o)&&(o=0);var i=parseInt(t,10)||0;return 60*o+(o<0||Object.is(o,-0)?-i:i)}function ue(e){var t=Number(e);if("boolean"==typeof e||""===e||Number.isNaN(t))throw new g("Invalid unit value "+e);return t}function pe(e,t){var o={};for(var i in e)if(J(e,i)){var s=e[i];if(null==s)continue;o[t(i)]=ue(s)}return o}function he(e,t){var o=Math.trunc(Math.abs(e/60)),i=Math.trunc(Math.abs(e%60)),s=e>=0?"+":"-";switch(t){case"short":return""+s+X(o,2)+":"+X(i,2);case"narrow":return""+s+o+(i>0?":"+i:"");case"techie":return""+s+X(o,2)+X(i,2);default:throw new RangeError("Value format "+t+" is out of range for property format")}}function me(e){return function(e,t){return["hour","minute","second","millisecond"].reduce((function(t,o){return t[o]=e[o],t}),{})}(e)}var _e=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/,we=["January","February","March","April","May","June","July","August","September","October","November","December"],fe=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ye=["J","F","M","A","M","J","J","A","S","O","N","D"];function ge(e){switch(e){case"narrow":return[].concat(ye);case"short":return[].concat(fe);case"long":return[].concat(we);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var be=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],ve=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Te=["M","T","W","T","F","S","S"];function Se(e){switch(e){case"narrow":return[].concat(Te);case"short":return[].concat(ve);case"long":return[].concat(be);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var xe=["AM","PM"],Ae=["Before Christ","Anno Domini"],Ce=["BC","AD"],Ee=["B","A"];function Pe(e){switch(e){case"narrow":return[].concat(Ee);case"short":return[].concat(Ce);case"long":return[].concat(Ae);default:return null}}function Oe(e,t){for(var o,i="",s=p(e);!(o=s()).done;){var r=o.value;r.literal?i+=r.val:i+=t(r.val)}return i}var De={D:x,DD:A,DDD:E,DDDD:P,t:O,tt:D,ttt:k,tttt:R,T:N,TT:I,TTT:L,TTTT:M,f:F,ff:V,fff:B,ffff:G,F:j,FF:q,FFF:z,FFFF:W},ke=function(){function e(e,t){this.opts=t,this.loc=e,this.systemLoc=null}e.create=function(t,o){return void 0===o&&(o={}),new e(t,o)},e.parseFormat=function(e){for(var t=null,o="",i=!1,s=[],r=0;r<e.length;r++){var n=e.charAt(r);"'"===n?(o.length>0&&s.push({literal:i,val:o}),t=null,o="",i=!i):i||n===t?o+=n:(o.length>0&&s.push({literal:!1,val:o}),o=n,t=n)}return o.length>0&&s.push({literal:i,val:o}),s},e.macroTokenToFormatOpts=function(e){return De[e]};var t=e.prototype;return t.formatWithSystemDefault=function(e,t){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,s({},this.opts,t)).format()},t.formatDateTime=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,s({},this.opts,t)).format()},t.formatDateTimeParts=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,s({},this.opts,t)).formatToParts()},t.resolvedOptions=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,s({},this.opts,t)).resolvedOptions()},t.num=function(e,t){if(void 0===t&&(t=0),this.opts.forceSimple)return X(e,t);var o=s({},this.opts);return t>0&&(o.padTo=t),this.loc.numberFormatter(o).format(e)},t.formatDateTimeFromString=function(t,o){var i=this,s="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,n=function(e,o){return i.loc.extract(t,e,o)},a=function(e){return t.isOffsetFixed&&0===t.offset&&e.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,e.format):""},l=function(e,o){return s?function(e,t){return ge(t)[e.month-1]}(t,e):n(o?{month:e}:{month:e,day:"numeric"},"month")},d=function(e,o){return s?function(e,t){return Se(t)[e.weekday-1]}(t,e):n(o?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday")},c=function(e){return s?function(e,t){return Pe(t)[e.year<0?0:1]}(t,e):n({era:e},"era")};return Oe(e.parseFormat(o),(function(o){switch(o){case"S":return i.num(t.millisecond);case"u":case"SSS":return i.num(t.millisecond,3);case"s":return i.num(t.second);case"ss":return i.num(t.second,2);case"m":return i.num(t.minute);case"mm":return i.num(t.minute,2);case"h":return i.num(t.hour%12==0?12:t.hour%12);case"hh":return i.num(t.hour%12==0?12:t.hour%12,2);case"H":return i.num(t.hour);case"HH":return i.num(t.hour,2);case"Z":return a({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return a({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:i.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:i.loc.locale});case"z":return t.zoneName;case"a":return s?function(e){return xe[e.hour<12?0:1]}(t):n({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return r?n({day:"numeric"},"day"):i.num(t.day);case"dd":return r?n({day:"2-digit"},"day"):i.num(t.day,2);case"c":return i.num(t.weekday);case"ccc":return d("short",!0);case"cccc":return d("long",!0);case"ccccc":return d("narrow",!0);case"E":return i.num(t.weekday);case"EEE":return d("short",!1);case"EEEE":return d("long",!1);case"EEEEE":return d("narrow",!1);case"L":return r?n({month:"numeric",day:"numeric"},"month"):i.num(t.month);case"LL":return r?n({month:"2-digit",day:"numeric"},"month"):i.num(t.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return r?n({month:"numeric"},"month"):i.num(t.month);case"MM":return r?n({month:"2-digit"},"month"):i.num(t.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return r?n({year:"numeric"},"year"):i.num(t.year);case"yy":return r?n({year:"2-digit"},"year"):i.num(t.year.toString().slice(-2),2);case"yyyy":return r?n({year:"numeric"},"year"):i.num(t.year,4);case"yyyyyy":return r?n({year:"numeric"},"year"):i.num(t.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return i.num(t.weekYear.toString().slice(-2),2);case"kkkk":return i.num(t.weekYear,4);case"W":return i.num(t.weekNumber);case"WW":return i.num(t.weekNumber,2);case"o":return i.num(t.ordinal);case"ooo":return i.num(t.ordinal,3);case"q":return i.num(t.quarter);case"qq":return i.num(t.quarter,2);case"X":return i.num(Math.floor(t.ts/1e3));case"x":return i.num(t.ts);default:return function(o){var s=e.macroTokenToFormatOpts(o);return s?i.formatWithSystemDefault(t,s):o}(o)}}))},t.formatDurationFromString=function(t,o){var i,s=this,r=function(e){switch(e[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},n=e.parseFormat(o),a=n.reduce((function(e,t){var o=t.literal,i=t.val;return o?e:e.concat(i)}),[]),l=t.shiftTo.apply(t,a.map(r).filter((function(e){return e})));return Oe(n,(i=l,function(e){var t=r(e);return t?s.num(i.get(t),e.length):e}))},e}(),Re=function(){function e(e,t){this.reason=e,this.explanation=t}return e.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},e}(),Ne=function(){function e(){}var t=e.prototype;return t.offsetName=function(e,t){throw new b},t.formatOffset=function(e,t){throw new b},t.offset=function(e){throw new b},t.equals=function(e){throw new b},i(e,[{key:"type",get:function(){throw new b}},{key:"name",get:function(){throw new b}},{key:"isUniversal",get:function(){throw new b}},{key:"isValid",get:function(){throw new b}}]),e}(),Ie=null,Le=function(e){function t(){return e.apply(this,arguments)||this}r(t,e);var o=t.prototype;return o.offsetName=function(e,t){return de(e,t.format,t.locale)},o.formatOffset=function(e,t){return he(this.offset(e),t)},o.offset=function(e){return-new Date(e).getTimezoneOffset()},o.equals=function(e){return"system"===e.type},i(t,[{key:"type",get:function(){return"system"}},{key:"name",get:function(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}},{key:"isUniversal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null===Ie&&(Ie=new t),Ie}}]),t}(Ne),Me=RegExp("^"+_e.source+"$"),Fe={},je={year:0,month:1,day:2,hour:3,minute:4,second:5},Ve={},qe=function(e){function t(o){var i;return(i=e.call(this)||this).zoneName=o,i.valid=t.isValidZone(o),i}r(t,e),t.create=function(e){return Ve[e]||(Ve[e]=new t(e)),Ve[e]},t.resetCache=function(){Ve={},Fe={}},t.isValidSpecifier=function(e){return!(!e||!e.match(Me))},t.isValidZone=function(e){try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}},t.parseGMTOffset=function(e){if(e){var t=e.match(/^Etc\/GMT(0|[+-]\d{1,2})$/i);if(t)return-60*parseInt(t[1])}return null};var o=t.prototype;return o.offsetName=function(e,t){return de(e,t.format,t.locale,this.name)},o.formatOffset=function(e,t){return he(this.offset(e),t)},o.offset=function(e){var t=new Date(e);if(isNaN(t))return NaN;var o,i=(o=this.name,Fe[o]||(Fe[o]=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:o,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Fe[o]),s=i.formatToParts?function(e,t){for(var o=e.formatToParts(t),i=[],s=0;s<o.length;s++){var r=o[s],n=r.type,a=r.value,l=je[n];H(l)||(i[l]=parseInt(a,10))}return i}(i,t):function(e,t){var o=e.format(t).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(o),s=i[1],r=i[2];return[i[3],s,r,i[4],i[5],i[6]]}(i,t),r=+t,n=r%1e3;return(ne({year:s[0],month:s[1],day:s[2],hour:s[3],minute:s[4],second:s[5],millisecond:0})-(r-=n>=0?n:1e3+n))/6e4},o.equals=function(e){return"iana"===e.type&&e.name===this.name},i(t,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"isUniversal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),t}(Ne),Ue=null,Be=function(e){function t(t){var o;return(o=e.call(this)||this).fixed=t,o}r(t,e),t.instance=function(e){return 0===e?t.utcInstance:new t(e)},t.parseSpecifier=function(e){if(e){var o=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(o)return new t(ce(o[1],o[2]))}return null};var o=t.prototype;return o.offsetName=function(){return this.name},o.formatOffset=function(e,t){return he(this.fixed,t)},o.offset=function(){return this.fixed},o.equals=function(e){return"fixed"===e.type&&e.fixed===this.fixed},i(t,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+he(this.fixed,"narrow")}},{key:"isUniversal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}],[{key:"utcInstance",get:function(){return null===Ue&&(Ue=new t(0)),Ue}}]),t}(Ne),ze=function(e){function t(t){var o;return(o=e.call(this)||this).zoneName=t,o}r(t,e);var o=t.prototype;return o.offsetName=function(){return null},o.formatOffset=function(){return""},o.offset=function(){return NaN},o.equals=function(){return!1},i(t,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"isUniversal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),t}(Ne);function Ge(e,t){var o;if(H(e)||null===e)return t;if(e instanceof Ne)return e;if("string"==typeof e){var i=e.toLowerCase();return"local"===i||"system"===i?t:"utc"===i||"gmt"===i?Be.utcInstance:null!=(o=qe.parseGMTOffset(e))?Be.instance(o):qe.isValidSpecifier(i)?qe.create(e):Be.parseSpecifier(i)||new ze(e)}return Z(e)?Be.instance(e):"object"==typeof e&&e.offset&&"number"==typeof e.offset?e:new ze(e)}var We,He=function(){return Date.now()},Ze="system",$e=null,Ye=null,Ke=null,Je=function(){function e(){}return e.resetCaches=function(){lt.resetCache(),qe.resetCache()},i(e,null,[{key:"now",get:function(){return He},set:function(e){He=e}},{key:"defaultZone",get:function(){return Ge(Ze,Le.instance)},set:function(e){Ze=e}},{key:"defaultLocale",get:function(){return $e},set:function(e){$e=e}},{key:"defaultNumberingSystem",get:function(){return Ye},set:function(e){Ye=e}},{key:"defaultOutputCalendar",get:function(){return Ke},set:function(e){Ke=e}},{key:"throwOnInvalid",get:function(){return We},set:function(e){We=e}}]),e}(),Qe=["base"],Xe={};function et(e,t){void 0===t&&(t={});var o=JSON.stringify([e,t]),i=Xe[o];return i||(i=new Intl.DateTimeFormat(e,t),Xe[o]=i),i}var tt={},ot={};var it=null;function st(e,t,o,i,s){var r=e.listingMode(o);return"error"===r?null:"en"===r?i(t):s(t)}var rt=function(){function e(e,t,o){if(this.padTo=o.padTo||0,this.floor=o.floor||!1,!t){var i={useGrouping:!1};o.padTo>0&&(i.minimumIntegerDigits=o.padTo),this.inf=function(e,t){void 0===t&&(t={});var o=JSON.stringify([e,t]),i=tt[o];return i||(i=new Intl.NumberFormat(e,t),tt[o]=i),i}(e,i)}}return e.prototype.format=function(e){if(this.inf){var t=this.floor?Math.floor(e):e;return this.inf.format(t)}return X(this.floor?Math.floor(e):oe(e,3),this.padTo)},e}(),nt=function(){function e(e,t,o){var i;if(this.opts=o,e.zone.isUniversal){var r=e.offset/60*-1,n=r>=0?"Etc/GMT+"+r:"Etc/GMT"+r,a=qe.isValidZone(n);0!==e.offset&&a?(i=n,this.dt=e):(i="UTC",o.timeZoneName?this.dt=e:this.dt=0===e.offset?e:ai.fromMillis(e.ts+60*e.offset*1e3))}else"system"===e.zone.type?this.dt=e:(this.dt=e,i=e.zone.name);var l=s({},this.opts);i&&(l.timeZone=i),this.dtf=et(t,l)}var t=e.prototype;return t.format=function(){return this.dtf.format(this.dt.toJSDate())},t.formatToParts=function(){return this.dtf.formatToParts(this.dt.toJSDate())},t.resolvedOptions=function(){return this.dtf.resolvedOptions()},e}(),at=function(){function e(e,t,o){this.opts=s({style:"long"},o),!t&&Y()&&(this.rtf=function(e,t){void 0===t&&(t={});var o=t;o.base;var i=function(e,t){if(null==e)return{};var o,i,s={},r=Object.keys(e);for(i=0;i<r.length;i++)o=r[i],t.indexOf(o)>=0||(s[o]=e[o]);return s}(o,Qe),s=JSON.stringify([e,i]),r=ot[s];return r||(r=new Intl.RelativeTimeFormat(e,t),ot[s]=r),r}(e,o))}var t=e.prototype;return t.format=function(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,o,i){void 0===o&&(o="always"),void 0===i&&(i=!1);var s={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},r=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===o&&r){var n="days"===e;switch(t){case 1:return n?"tomorrow":"next "+s[e][0];case-1:return n?"yesterday":"last "+s[e][0];case 0:return n?"today":"this "+s[e][0]}}var a=Object.is(t,-0)||t<0,l=Math.abs(t),d=1===l,c=s[e],u=i?d?c[1]:c[2]||c[1]:d?s[e][0]:e;return a?l+" "+u+" ago":"in "+l+" "+u}(t,e,this.opts.numeric,"long"!==this.opts.style)},t.formatToParts=function(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]},e}(),lt=function(){function e(e,t,o,i){var s=function(e){var t=e.indexOf("-u-");if(-1===t)return[e];var o,i=e.substring(0,t);try{o=et(e).resolvedOptions()}catch(e){o=et(i).resolvedOptions()}var s=o;return[i,s.numberingSystem,s.calendar]}(e),r=s[0],n=s[1],a=s[2];this.locale=r,this.numberingSystem=t||n||null,this.outputCalendar=o||a||null,this.intl=function(e,t,o){return o||t?(e+="-u",o&&(e+="-ca-"+o),t&&(e+="-nu-"+t),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}e.fromOpts=function(t){return e.create(t.locale,t.numberingSystem,t.outputCalendar,t.defaultToEN)},e.create=function(t,o,i,s){void 0===s&&(s=!1);var r=t||Je.defaultLocale;return new e(r||(s?"en-US":it||(it=(new Intl.DateTimeFormat).resolvedOptions().locale)),o||Je.defaultNumberingSystem,i||Je.defaultOutputCalendar,r)},e.resetCache=function(){it=null,Xe={},tt={},ot={}},e.fromObject=function(t){var o=void 0===t?{}:t,i=o.locale,s=o.numberingSystem,r=o.outputCalendar;return e.create(i,s,r)};var t=e.prototype;return t.listingMode=function(e){var t=this.isEnglish(),o=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return t&&o?"en":"intl"},t.clone=function(t){return t&&0!==Object.getOwnPropertyNames(t).length?e.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,t.defaultToEN||!1):this},t.redefaultToEN=function(e){return void 0===e&&(e={}),this.clone(s({},e,{defaultToEN:!0}))},t.redefaultToSystem=function(e){return void 0===e&&(e={}),this.clone(s({},e,{defaultToEN:!1}))},t.months=function(e,t,o){var i=this;return void 0===t&&(t=!1),void 0===o&&(o=!0),st(this,e,o,ge,(function(){var o=t?{month:e,day:"numeric"}:{month:e},s=t?"format":"standalone";return i.monthsCache[s][e]||(i.monthsCache[s][e]=function(e){for(var t=[],o=1;o<=12;o++){var i=ai.utc(2016,o,1);t.push(e(i))}return t}((function(e){return i.extract(e,o,"month")}))),i.monthsCache[s][e]}))},t.weekdays=function(e,t,o){var i=this;return void 0===t&&(t=!1),void 0===o&&(o=!0),st(this,e,o,Se,(function(){var o=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},s=t?"format":"standalone";return i.weekdaysCache[s][e]||(i.weekdaysCache[s][e]=function(e){for(var t=[],o=1;o<=7;o++){var i=ai.utc(2016,11,13+o);t.push(e(i))}return t}((function(e){return i.extract(e,o,"weekday")}))),i.weekdaysCache[s][e]}))},t.meridiems=function(e){var t=this;return void 0===e&&(e=!0),st(this,void 0,e,(function(){return xe}),(function(){if(!t.meridiemCache){var e={hour:"numeric",hourCycle:"h12"};t.meridiemCache=[ai.utc(2016,11,13,9),ai.utc(2016,11,13,19)].map((function(o){return t.extract(o,e,"dayperiod")}))}return t.meridiemCache}))},t.eras=function(e,t){var o=this;return void 0===t&&(t=!0),st(this,e,t,Pe,(function(){var t={era:e};return o.eraCache[e]||(o.eraCache[e]=[ai.utc(-40,1,1),ai.utc(2017,1,1)].map((function(e){return o.extract(e,t,"era")}))),o.eraCache[e]}))},t.extract=function(e,t,o){var i=this.dtFormatter(e,t).formatToParts().find((function(e){return e.type.toLowerCase()===o}));return i?i.value:null},t.numberFormatter=function(e){return void 0===e&&(e={}),new rt(this.intl,e.forceSimple||this.fastNumbers,e)},t.dtFormatter=function(e,t){return void 0===t&&(t={}),new nt(e,this.intl,t)},t.relFormatter=function(e){return void 0===e&&(e={}),new at(this.intl,this.isEnglish(),e)},t.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")},t.equals=function(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar},i(e,[{key:"fastNumbers",get:function(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}}]),e}();function dt(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];var i=t.reduce((function(e,t){return e+t.source}),"");return RegExp("^"+i+"$")}function ct(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return function(e){return t.reduce((function(t,o){var i=t[0],r=t[1],n=t[2],a=o(e,n),l=a[0],d=a[1],c=a[2];return[s({},i,l),r||d,c]}),[{},null,1]).slice(0,2)}}function ut(e){if(null==e)return[null,null];for(var t=arguments.length,o=new Array(t>1?t-1:0),i=1;i<t;i++)o[i-1]=arguments[i];for(var s=0,r=o;s<r.length;s++){var n=r[s],a=n[0],l=n[1],d=a.exec(e);if(d)return l(d)}return[null,null]}function pt(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return function(e,o){var i,s={};for(i=0;i<t.length;i++)s[t[i]]=ee(e[o+i]);return[s,null,o+i]}}var ht=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,mt=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,_t=RegExp(""+mt.source+ht.source+"?"),wt=RegExp("(?:T"+_t.source+")?"),ft=pt("weekYear","weekNumber","weekDay"),yt=pt("year","ordinal"),gt=RegExp(mt.source+" ?(?:"+ht.source+"|("+_e.source+"))?"),bt=RegExp("(?: "+gt.source+")?");function vt(e,t,o){var i=e[t];return H(i)?o:ee(i)}function Tt(e,t){return[{year:vt(e,t),month:vt(e,t+1,1),day:vt(e,t+2,1)},null,t+3]}function St(e,t){return[{hours:vt(e,t,0),minutes:vt(e,t+1,0),seconds:vt(e,t+2,0),milliseconds:te(e[t+3])},null,t+4]}function xt(e,t){var o=!e[t]&&!e[t+1],i=ce(e[t+1],e[t+2]);return[{},o?null:Be.instance(i),t+3]}function At(e,t){return[{},e[t]?qe.create(e[t]):null,t+1]}var Ct=RegExp("^T?"+mt.source+"$"),Et=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function Pt(e){var t=e[0],o=e[1],i=e[2],s=e[3],r=e[4],n=e[5],a=e[6],l=e[7],d=e[8],c="-"===t[0],u=l&&"-"===l[0],p=function(e,t){return void 0===t&&(t=!1),void 0!==e&&(t||e&&c)?-e:e};return[{years:p(ee(o)),months:p(ee(i)),weeks:p(ee(s)),days:p(ee(r)),hours:p(ee(n)),minutes:p(ee(a)),seconds:p(ee(l),"-0"===l),milliseconds:p(te(d),u)}]}var Ot={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Dt(e,t,o,i,s,r,n){var a={year:2===t.length?le(ee(t)):ee(t),month:fe.indexOf(o)+1,day:ee(i),hour:ee(s),minute:ee(r)};return n&&(a.second=ee(n)),e&&(a.weekday=e.length>3?be.indexOf(e)+1:ve.indexOf(e)+1),a}var kt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Rt(e){var t,o=e[1],i=e[2],s=e[3],r=e[4],n=e[5],a=e[6],l=e[7],d=e[8],c=e[9],u=e[10],p=e[11],h=Dt(o,r,s,i,n,a,l);return t=d?Ot[d]:c?0:ce(u,p),[h,new Be(t)]}var Nt=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,It=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Lt=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Mt(e){var t=e[1],o=e[2],i=e[3];return[Dt(t,e[4],i,o,e[5],e[6],e[7]),Be.utcInstance]}function Ft(e){var t=e[1],o=e[2],i=e[3],s=e[4],r=e[5],n=e[6];return[Dt(t,e[7],o,i,s,r,n),Be.utcInstance]}var jt=dt(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,wt),Vt=dt(/(\d{4})-?W(\d\d)(?:-?(\d))?/,wt),qt=dt(/(\d{4})-?(\d{3})/,wt),Ut=dt(_t),Bt=ct(Tt,St,xt),zt=ct(ft,St,xt),Gt=ct(yt,St,xt),Wt=ct(St,xt),Ht=ct(St),Zt=dt(/(\d{4})-(\d\d)-(\d\d)/,bt),$t=dt(gt),Yt=ct(Tt,St,xt,At),Kt=ct(St,xt,At),Jt={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Qt=s({years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},Jt),Xt=s({years:{quarters:4,months:12,weeks:52.1775,days:365.2425,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},Jt),eo=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],to=eo.slice(0).reverse();function oo(e,t,o){void 0===o&&(o=!1);var i={values:o?t.values:s({},e.values,t.values||{}),loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy};return new so(i)}function io(e,t,o,i,s){var r=e[s][o],n=t[o]/r,a=Math.sign(n)!==Math.sign(i[s])&&0!==i[s]&&Math.abs(n)<=1?function(e){return e<0?Math.floor(e):Math.ceil(e)}(n):Math.trunc(n);i[s]+=a,t[o]-=a*r}var so=function(){function e(e){var t="longterm"===e.conversionAccuracy||!1;this.values=e.values,this.loc=e.loc||lt.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=t?Xt:Qt,this.isLuxonDuration=!0}e.fromMillis=function(t,o){return e.fromObject({milliseconds:t},o)},e.fromObject=function(t,o){if(void 0===o&&(o={}),null==t||"object"!=typeof t)throw new g("Duration.fromObject: argument expected to be an object, got "+(null===t?"null":typeof t));return new e({values:pe(t,e.normalizeUnit),loc:lt.fromObject(o),conversionAccuracy:o.conversionAccuracy})},e.fromISO=function(t,o){var i=function(e){return ut(e,[Et,Pt])}(t)[0];return i?e.fromObject(i,o):e.invalid("unparsable",'the input "'+t+"\" can't be parsed as ISO 8601")},e.fromISOTime=function(t,o){var i=function(e){return ut(e,[Ct,Ht])}(t)[0];return i?e.fromObject(i,o):e.invalid("unparsable",'the input "'+t+"\" can't be parsed as ISO 8601")},e.invalid=function(t,o){if(void 0===o&&(o=null),!t)throw new g("need to specify a reason the Duration is invalid");var i=t instanceof Re?t:new Re(t,o);if(Je.throwOnInvalid)throw new w(i);return new e({invalid:i})},e.normalizeUnit=function(e){var t={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e?e.toLowerCase():e];if(!t)throw new y(e);return t},e.isDuration=function(e){return e&&e.isLuxonDuration||!1};var t=e.prototype;return t.toFormat=function(e,t){void 0===t&&(t={});var o=s({},t,{floor:!1!==t.round&&!1!==t.floor});return this.isValid?ke.create(this.loc,o).formatDurationFromString(this,e):"Invalid Duration"},t.toObject=function(){return this.isValid?s({},this.values):{}},t.toISO=function(){if(!this.isValid)return null;var e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=oe(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e},t.toISOTime=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var t=this.toMillis();if(t<0||t>=864e5)return null;e=s({suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended"},e);var o=this.shiftTo("hours","minutes","seconds","milliseconds"),i="basic"===e.format?"hhmm":"hh:mm";e.suppressSeconds&&0===o.seconds&&0===o.milliseconds||(i+="basic"===e.format?"ss":":ss",e.suppressMilliseconds&&0===o.milliseconds||(i+=".SSS"));var r=o.toFormat(i);return e.includePrefix&&(r="T"+r),r},t.toJSON=function(){return this.toISO()},t.toString=function(){return this.toISO()},t.toMillis=function(){return this.as("milliseconds")},t.valueOf=function(){return this.toMillis()},t.plus=function(e){if(!this.isValid)return this;for(var t,o=ro(e),i={},s=p(eo);!(t=s()).done;){var r=t.value;(J(o.values,r)||J(this.values,r))&&(i[r]=o.get(r)+this.get(r))}return oo(this,{values:i},!0)},t.minus=function(e){if(!this.isValid)return this;var t=ro(e);return this.plus(t.negate())},t.mapUnits=function(e){if(!this.isValid)return this;for(var t={},o=0,i=Object.keys(this.values);o<i.length;o++){var s=i[o];t[s]=ue(e(this.values[s],s))}return oo(this,{values:t},!0)},t.get=function(t){return this[e.normalizeUnit(t)]},t.set=function(t){return this.isValid?oo(this,{values:s({},this.values,pe(t,e.normalizeUnit))}):this},t.reconfigure=function(e){var t=void 0===e?{}:e,o=t.locale,i=t.numberingSystem,s=t.conversionAccuracy,r={loc:this.loc.clone({locale:o,numberingSystem:i})};return s&&(r.conversionAccuracy=s),oo(this,r)},t.as=function(e){return this.isValid?this.shiftTo(e).get(e):NaN},t.normalize=function(){if(!this.isValid)return this;var e=this.toObject();return function(e,t){to.reduce((function(o,i){return H(t[i])?o:(o&&io(e,t,o,t,i),i)}),null)}(this.matrix,e),oo(this,{values:e},!0)},t.shiftTo=function(){for(var t=arguments.length,o=new Array(t),i=0;i<t;i++)o[i]=arguments[i];if(!this.isValid)return this;if(0===o.length)return this;o=o.map((function(t){return e.normalizeUnit(t)}));for(var s,r,n={},a={},l=this.toObject(),d=p(eo);!(r=d()).done;){var c=r.value;if(o.indexOf(c)>=0){s=c;var u=0;for(var h in a)u+=this.matrix[h][c]*a[h],a[h]=0;Z(l[c])&&(u+=l[c]);var m=Math.trunc(u);for(var _ in n[c]=m,a[c]=u-m,l)eo.indexOf(_)>eo.indexOf(c)&&io(this.matrix,l,_,n,c)}else Z(l[c])&&(a[c]=l[c])}for(var w in a)0!==a[w]&&(n[s]+=w===s?a[w]:a[w]/this.matrix[s][w]);return oo(this,{values:n},!0).normalize()},t.negate=function(){if(!this.isValid)return this;for(var e={},t=0,o=Object.keys(this.values);t<o.length;t++){var i=o[t];e[i]=-this.values[i]}return oo(this,{values:e},!0)},t.equals=function(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;for(var t,o=p(eo);!(t=o()).done;){var i=t.value;if(s=this.values[i],r=e.values[i],!(void 0===s||0===s?void 0===r||0===r:s===r))return!1}var s,r;return!0},i(e,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),e}();function ro(e){if(Z(e))return so.fromMillis(e);if(so.isDuration(e))return e;if("object"==typeof e)return so.fromObject(e);throw new g("Unknown duration argument "+e+" of type "+typeof e)}var no="Invalid Interval";function ao(e,t){return e&&e.isValid?t&&t.isValid?t<e?lo.invalid("end before start","The end of an interval must be after its start, but you had start="+e.toISO()+" and end="+t.toISO()):null:lo.invalid("missing or invalid end"):lo.invalid("missing or invalid start")}var lo=function(){function e(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}e.invalid=function(t,o){if(void 0===o&&(o=null),!t)throw new g("need to specify a reason the Interval is invalid");var i=t instanceof Re?t:new Re(t,o);if(Je.throwOnInvalid)throw new _(i);return new e({invalid:i})},e.fromDateTimes=function(t,o){var i=li(t),s=li(o),r=ao(i,s);return null==r?new e({start:i,end:s}):r},e.after=function(t,o){var i=ro(o),s=li(t);return e.fromDateTimes(s,s.plus(i))},e.before=function(t,o){var i=ro(o),s=li(t);return e.fromDateTimes(s.minus(i),s)},e.fromISO=function(t,o){var i=(t||"").split("/",2),s=i[0],r=i[1];if(s&&r){var n,a,l,d;try{a=(n=ai.fromISO(s,o)).isValid}catch(r){a=!1}try{d=(l=ai.fromISO(r,o)).isValid}catch(r){d=!1}if(a&&d)return e.fromDateTimes(n,l);if(a){var c=so.fromISO(r,o);if(c.isValid)return e.after(n,c)}else if(d){var u=so.fromISO(s,o);if(u.isValid)return e.before(l,u)}}return e.invalid("unparsable",'the input "'+t+"\" can't be parsed as ISO 8601")},e.isInterval=function(e){return e&&e.isLuxonInterval||!1};var t=e.prototype;return t.length=function(e){return void 0===e&&(e="milliseconds"),this.isValid?this.toDuration.apply(this,[e]).get(e):NaN},t.count=function(e){if(void 0===e&&(e="milliseconds"),!this.isValid)return NaN;var t=this.start.startOf(e),o=this.end.startOf(e);return Math.floor(o.diff(t,e).get(e))+1},t.hasSame=function(e){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,e))},t.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},t.isAfter=function(e){return!!this.isValid&&this.s>e},t.isBefore=function(e){return!!this.isValid&&this.e<=e},t.contains=function(e){return!!this.isValid&&this.s<=e&&this.e>e},t.set=function(t){var o=void 0===t?{}:t,i=o.start,s=o.end;return this.isValid?e.fromDateTimes(i||this.s,s||this.e):this},t.splitAt=function(){var t=this;if(!this.isValid)return[];for(var o=arguments.length,i=new Array(o),s=0;s<o;s++)i[s]=arguments[s];for(var r=i.map(li).filter((function(e){return t.contains(e)})).sort(),n=[],a=this.s,l=0;a<this.e;){var d=r[l]||this.e,c=+d>+this.e?this.e:d;n.push(e.fromDateTimes(a,c)),a=c,l+=1}return n},t.splitBy=function(t){var o=ro(t);if(!this.isValid||!o.isValid||0===o.as("milliseconds"))return[];for(var i,s=this.s,r=1,n=[];s<this.e;){var a=this.start.plus(o.mapUnits((function(e){return e*r})));i=+a>+this.e?this.e:a,n.push(e.fromDateTimes(s,i)),s=i,r+=1}return n},t.divideEqually=function(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]},t.overlaps=function(e){return this.e>e.s&&this.s<e.e},t.abutsStart=function(e){return!!this.isValid&&+this.e==+e.s},t.abutsEnd=function(e){return!!this.isValid&&+e.e==+this.s},t.engulfs=function(e){return!!this.isValid&&this.s<=e.s&&this.e>=e.e},t.equals=function(e){return!(!this.isValid||!e.isValid)&&this.s.equals(e.s)&&this.e.equals(e.e)},t.intersection=function(t){if(!this.isValid)return this;var o=this.s>t.s?this.s:t.s,i=this.e<t.e?this.e:t.e;return o>=i?null:e.fromDateTimes(o,i)},t.union=function(t){if(!this.isValid)return this;var o=this.s<t.s?this.s:t.s,i=this.e>t.e?this.e:t.e;return e.fromDateTimes(o,i)},e.merge=function(e){var t=e.sort((function(e,t){return e.s-t.s})).reduce((function(e,t){var o=e[0],i=e[1];return i?i.overlaps(t)||i.abutsStart(t)?[o,i.union(t)]:[o.concat([i]),t]:[o,t]}),[[],null]),o=t[0],i=t[1];return i&&o.push(i),o},e.xor=function(t){for(var o,i,s=null,r=0,n=[],a=t.map((function(e){return[{time:e.s,type:"s"},{time:e.e,type:"e"}]})),l=p((o=Array.prototype).concat.apply(o,a).sort((function(e,t){return e.time-t.time})));!(i=l()).done;){var d=i.value;1===(r+="s"===d.type?1:-1)?s=d.time:(s&&+s!=+d.time&&n.push(e.fromDateTimes(s,d.time)),s=null)}return e.merge(n)},t.difference=function(){for(var t=this,o=arguments.length,i=new Array(o),s=0;s<o;s++)i[s]=arguments[s];return e.xor([this].concat(i)).map((function(e){return t.intersection(e)})).filter((function(e){return e&&!e.isEmpty()}))},t.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":no},t.toISO=function(e){return this.isValid?this.s.toISO(e)+"/"+this.e.toISO(e):no},t.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():no},t.toISOTime=function(e){return this.isValid?this.s.toISOTime(e)+"/"+this.e.toISOTime(e):no},t.toFormat=function(e,t){var o=(void 0===t?{}:t).separator,i=void 0===o?" – ":o;return this.isValid?""+this.s.toFormat(e)+i+this.e.toFormat(e):no},t.toDuration=function(e,t){return this.isValid?this.e.diff(this.s,e,t):so.invalid(this.invalidReason)},t.mapEndpoints=function(t){return e.fromDateTimes(t(this.s),t(this.e))},i(e,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),e}(),co=function(){function e(){}return e.hasDST=function(e){void 0===e&&(e=Je.defaultZone);var t=ai.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset},e.isValidIANAZone=function(e){return qe.isValidSpecifier(e)&&qe.isValidZone(e)},e.normalizeZone=function(e){return Ge(e,Je.defaultZone)},e.months=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj,l=void 0===a?null:a,d=o.outputCalendar,c=void 0===d?"gregory":d;return(l||lt.create(s,n,c)).months(e)},e.monthsFormat=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj,l=void 0===a?null:a,d=o.outputCalendar,c=void 0===d?"gregory":d;return(l||lt.create(s,n,c)).months(e,!0)},e.weekdays=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj;return((void 0===a?null:a)||lt.create(s,n,null)).weekdays(e)},e.weekdaysFormat=function(e,t){void 0===e&&(e="long");var o=void 0===t?{}:t,i=o.locale,s=void 0===i?null:i,r=o.numberingSystem,n=void 0===r?null:r,a=o.locObj;return((void 0===a?null:a)||lt.create(s,n,null)).weekdays(e,!0)},e.meridiems=function(e){var t=(void 0===e?{}:e).locale,o=void 0===t?null:t;return lt.create(o).meridiems()},e.eras=function(e,t){void 0===e&&(e="short");var o=(void 0===t?{}:t).locale,i=void 0===o?null:o;return lt.create(i,null,"gregory").eras(e)},e.features=function(){return{relative:Y()}},e}();function uo(e,t){var o=function(e){return e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},i=o(t)-o(e);return Math.floor(so.fromMillis(i).as("days"))}var po={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},ho={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},mo=po.hanidec.replace(/[\[|\]]/g,"").split("");function _o(e,t){var o=e.numberingSystem;return void 0===t&&(t=""),new RegExp(""+po[o||"latn"]+t)}function wo(e,t){return void 0===t&&(t=function(e){return e}),{regex:e,deser:function(e){var o=e[0];return t(function(e){var t=parseInt(e,10);if(isNaN(t)){t="";for(var o=0;o<e.length;o++){var i=e.charCodeAt(o);if(-1!==e[o].search(po.hanidec))t+=mo.indexOf(e[o]);else for(var s in ho){var r=ho[s],n=r[0],a=r[1];i>=n&&i<=a&&(t+=i-n)}}return parseInt(t,10)}return t}(o))}}}var fo="( |"+String.fromCharCode(160)+")",yo=new RegExp(fo,"g");function go(e){return e.replace(/\./g,"\\.?").replace(yo,fo)}function bo(e){return e.replace(/\./g,"").replace(yo," ").toLowerCase()}function vo(e,t){return null===e?null:{regex:RegExp(e.map(go).join("|")),deser:function(o){var i=o[0];return e.findIndex((function(e){return bo(i)===bo(e)}))+t}}}function To(e,t){return{regex:e,deser:function(e){return ce(e[1],e[2])},groups:t}}function So(e){return{regex:e,deser:function(e){return e[0]}}}var xo={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}},Ao=null;function Co(e,t,o){var i=function(e,t){var o;return(o=Array.prototype).concat.apply(o,e.map((function(e){return function(e,t){if(e.literal)return e;var o=ke.macroTokenToFormatOpts(e.val);if(!o)return e;var i=ke.create(t,o).formatDateTimeParts((Ao||(Ao=ai.fromMillis(1555555555555)),Ao)).map((function(e){return function(e,t,o){var i=e.type,s=e.value;if("literal"===i)return{literal:!0,val:s};var r=o[i],n=xo[i];return"object"==typeof n&&(n=n[r]),n?{literal:!1,val:n}:void 0}(e,0,o)}));return i.includes(void 0)?e:i}(e,t)})))}(ke.parseFormat(o),e),s=i.map((function(t){return o=t,s=_o(i=e),r=_o(i,"{2}"),n=_o(i,"{3}"),a=_o(i,"{4}"),l=_o(i,"{6}"),d=_o(i,"{1,2}"),c=_o(i,"{1,3}"),u=_o(i,"{1,6}"),p=_o(i,"{1,9}"),h=_o(i,"{2,4}"),m=_o(i,"{4,6}"),_=function(e){return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:function(e){return e[0]},literal:!0};var t},(w=function(e){if(o.literal)return _(e);switch(e.val){case"G":return vo(i.eras("short",!1),0);case"GG":return vo(i.eras("long",!1),0);case"y":return wo(u);case"yy":return wo(h,le);case"yyyy":return wo(a);case"yyyyy":return wo(m);case"yyyyyy":return wo(l);case"M":return wo(d);case"MM":return wo(r);case"MMM":return vo(i.months("short",!0,!1),1);case"MMMM":return vo(i.months("long",!0,!1),1);case"L":return wo(d);case"LL":return wo(r);case"LLL":return vo(i.months("short",!1,!1),1);case"LLLL":return vo(i.months("long",!1,!1),1);case"d":return wo(d);case"dd":return wo(r);case"o":return wo(c);case"ooo":return wo(n);case"HH":return wo(r);case"H":return wo(d);case"hh":return wo(r);case"h":return wo(d);case"mm":return wo(r);case"m":case"q":return wo(d);case"qq":return wo(r);case"s":return wo(d);case"ss":return wo(r);case"S":return wo(c);case"SSS":return wo(n);case"u":return So(p);case"a":return vo(i.meridiems(),0);case"kkkk":return wo(a);case"kk":return wo(h,le);case"W":return wo(d);case"WW":return wo(r);case"E":case"c":return wo(s);case"EEE":return vo(i.weekdays("short",!1,!1),1);case"EEEE":return vo(i.weekdays("long",!1,!1),1);case"ccc":return vo(i.weekdays("short",!0,!1),1);case"cccc":return vo(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return To(new RegExp("([+-]"+d.source+")(?::("+r.source+"))?"),2);case"ZZZ":return To(new RegExp("([+-]"+d.source+")("+r.source+")?"),2);case"z":return So(/[a-z_+-/]{1,256}?/i);default:return _(e)}}(o)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"}).token=o,w;var o,i,s,r,n,a,l,d,c,u,p,h,m,_,w})),r=s.find((function(e){return e.invalidReason}));if(r)return{input:t,tokens:i,invalidReason:r.invalidReason};var n=function(e){return["^"+e.map((function(e){return e.regex})).reduce((function(e,t){return e+"("+t.source+")"}),"")+"$",e]}(s),a=n[0],l=n[1],d=RegExp(a,"i"),c=function(e,t,o){var i=e.match(t);if(i){var s={},r=1;for(var n in o)if(J(o,n)){var a=o[n],l=a.groups?a.groups+1:1;!a.literal&&a.token&&(s[a.token.val[0]]=a.deser(i.slice(r,r+l))),r+=l}return[i,s]}return[i,{}]}(t,d,l),u=c[0],p=c[1],h=p?function(e){var t;return t=H(e.Z)?H(e.z)?null:qe.create(e.z):new Be(e.Z),H(e.q)||(e.M=3*(e.q-1)+1),H(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),H(e.u)||(e.S=te(e.u)),[Object.keys(e).reduce((function(t,o){var i=function(e){switch(e){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(o);return i&&(t[i]=e[o]),t}),{}),t]}(p):[null,null],m=h[0],_=h[1];if(J(p,"a")&&J(p,"H"))throw new f("Can't include meridiem when specifying 24-hour format");return{input:t,tokens:i,regex:d,rawMatches:u,matches:p,result:m,zone:_}}var Eo=[0,31,59,90,120,151,181,212,243,273,304,334],Po=[0,31,60,91,121,152,182,213,244,274,305,335];function Oo(e,t){return new Re("unit out of range","you specified "+t+" (of type "+typeof t+") as a "+e+", which is invalid")}function Do(e,t,o){var i=new Date(Date.UTC(e,t-1,o)).getUTCDay();return 0===i?7:i}function ko(e,t,o){return o+(ie(e)?Po:Eo)[t-1]}function Ro(e,t){var o=ie(e)?Po:Eo,i=o.findIndex((function(e){return e<t}));return{month:i+1,day:t-o[i]}}function No(e){var t,o=e.year,i=e.month,r=e.day,n=ko(o,i,r),a=Do(o,i,r),l=Math.floor((n-a+10)/7);return l<1?l=ae(t=o-1):l>ae(o)?(t=o+1,l=1):t=o,s({weekYear:t,weekNumber:l,weekday:a},me(e))}function Io(e){var t,o=e.weekYear,i=e.weekNumber,r=e.weekday,n=Do(o,1,4),a=se(o),l=7*i+r-n-3;l<1?l+=se(t=o-1):l>a?(t=o+1,l-=se(o)):t=o;var d=Ro(t,l);return s({year:t,month:d.month,day:d.day},me(e))}function Lo(e){var t=e.year;return s({year:t,ordinal:ko(t,e.month,e.day)},me(e))}function Mo(e){var t=e.year,o=Ro(t,e.ordinal);return s({year:t,month:o.month,day:o.day},me(e))}function Fo(e){var t=$(e.year),o=Q(e.month,1,12),i=Q(e.day,1,re(e.year,e.month));return t?o?!i&&Oo("day",e.day):Oo("month",e.month):Oo("year",e.year)}function jo(e){var t=e.hour,o=e.minute,i=e.second,s=e.millisecond,r=Q(t,0,23)||24===t&&0===o&&0===i&&0===s,n=Q(o,0,59),a=Q(i,0,59),l=Q(s,0,999);return r?n?a?!l&&Oo("millisecond",s):Oo("second",i):Oo("minute",o):Oo("hour",t)}var Vo="Invalid DateTime",qo=864e13;function Uo(e){return new Re("unsupported zone",'the zone "'+e.name+'" is not supported')}function Bo(e){return null===e.weekData&&(e.weekData=No(e.c)),e.weekData}function zo(e,t){var o={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new ai(s({},o,t,{old:o}))}function Go(e,t,o){var i=e-60*t*1e3,s=o.offset(i);if(t===s)return[i,t];i-=60*(s-t)*1e3;var r=o.offset(i);return s===r?[i,s]:[e-60*Math.min(s,r)*1e3,Math.max(s,r)]}function Wo(e,t){var o=new Date(e+=60*t*1e3);return{year:o.getUTCFullYear(),month:o.getUTCMonth()+1,day:o.getUTCDate(),hour:o.getUTCHours(),minute:o.getUTCMinutes(),second:o.getUTCSeconds(),millisecond:o.getUTCMilliseconds()}}function Ho(e,t,o){return Go(ne(e),t,o)}function Zo(e,t){var o=e.o,i=e.c.year+Math.trunc(t.years),r=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),n=s({},e.c,{year:i,month:r,day:Math.min(e.c.day,re(i,r))+Math.trunc(t.days)+7*Math.trunc(t.weeks)}),a=so.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),l=Go(ne(n),o,e.zone),d=l[0],c=l[1];return 0!==a&&(d+=a,c=e.zone.offset(d)),{ts:d,o:c}}function $o(e,t,o,i,r){var n=o.setZone,a=o.zone;if(e&&0!==Object.keys(e).length){var l=t||a,d=ai.fromObject(e,s({},o,{zone:l}));return n?d:d.setZone(a)}return ai.invalid(new Re("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function Yo(e,t,o){return void 0===o&&(o=!0),e.isValid?ke.create(lt.create("en-US"),{allowZ:o,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Ko(e,t){var o=t.suppressSeconds,i=void 0!==o&&o,s=t.suppressMilliseconds,r=void 0!==s&&s,n=t.includeOffset,a=t.includePrefix,l=void 0!==a&&a,d=t.includeZone,c=void 0!==d&&d,u=t.spaceZone,p=void 0!==u&&u,h=t.format,m=void 0===h?"extended":h,_="basic"===m?"HHmm":"HH:mm";i&&0===e.second&&0===e.millisecond||(_+="basic"===m?"ss":":ss",r&&0===e.millisecond||(_+=".SSS")),(c||n)&&p&&(_+=" "),c?_+="z":n&&(_+="basic"===m?"ZZZ":"ZZ");var w=Yo(e,_);return l&&(w="T"+w),w}var Jo={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Qo={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Xo={ordinal:1,hour:0,minute:0,second:0,millisecond:0},ei=["year","month","day","hour","minute","second","millisecond"],ti=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],oi=["year","ordinal","hour","minute","second","millisecond"];function ii(e){var t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new y(e);return t}function si(e,t){var o,i,s=Ge(t.zone,Je.defaultZone),r=lt.fromObject(t),n=Je.now();if(H(e.year))o=n;else{for(var a,l=p(ei);!(a=l()).done;){var d=a.value;H(e[d])&&(e[d]=Jo[d])}var c=Fo(e)||jo(e);if(c)return ai.invalid(c);var u=Ho(e,s.offset(n),s);o=u[0],i=u[1]}return new ai({ts:o,zone:s,loc:r,o:i})}function ri(e,t,o){var i=!!H(o.round)||o.round,s=function(e,s){return e=oe(e,i||o.calendary?0:2,!0),t.loc.clone(o).relFormatter(o).format(e,s)},r=function(i){return o.calendary?t.hasSame(e,i)?0:t.startOf(i).diff(e.startOf(i),i).get(i):t.diff(e,i).get(i)};if(o.unit)return s(r(o.unit),o.unit);for(var n,a=p(o.units);!(n=a()).done;){var l=n.value,d=r(l);if(Math.abs(d)>=1)return s(d,l)}return s(e>t?-0:0,o.units[o.units.length-1])}function ni(e){var t,o={};return e.length>0&&"object"==typeof e[e.length-1]?(o=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[o,t]}var ai=function(){function e(e){var t=e.zone||Je.defaultZone,o=e.invalid||(Number.isNaN(e.ts)?new Re("invalid input"):null)||(t.isValid?null:Uo(t));this.ts=H(e.ts)?Je.now():e.ts;var i=null,s=null;if(!o)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t)){var r=[e.old.c,e.old.o];i=r[0],s=r[1]}else{var n=t.offset(this.ts);i=Wo(this.ts,n),i=(o=Number.isNaN(i.year)?new Re("invalid input"):null)?null:i,s=o?null:n}this._zone=t,this.loc=e.loc||lt.create(),this.invalid=o,this.weekData=null,this.c=i,this.o=s,this.isLuxonDateTime=!0}e.now=function(){return new e({})},e.local=function(){var e=ni(arguments),t=e[0],o=e[1],i=o[0],s=o[1],r=o[2],n=o[3],a=o[4],l=o[5],d=o[6];return si({year:i,month:s,day:r,hour:n,minute:a,second:l,millisecond:d},t)},e.utc=function(){var e=ni(arguments),t=e[0],o=e[1],i=o[0],s=o[1],r=o[2],n=o[3],a=o[4],l=o[5],d=o[6];return t.zone=Be.utcInstance,si({year:i,month:s,day:r,hour:n,minute:a,second:l,millisecond:d},t)},e.fromJSDate=function(t,o){void 0===o&&(o={});var i,s=(i=t,"[object Date]"===Object.prototype.toString.call(i)?t.valueOf():NaN);if(Number.isNaN(s))return e.invalid("invalid input");var r=Ge(o.zone,Je.defaultZone);return r.isValid?new e({ts:s,zone:r,loc:lt.fromObject(o)}):e.invalid(Uo(r))},e.fromMillis=function(t,o){if(void 0===o&&(o={}),Z(t))return t<-qo||t>qo?e.invalid("Timestamp out of range"):new e({ts:t,zone:Ge(o.zone,Je.defaultZone),loc:lt.fromObject(o)});throw new g("fromMillis requires a numerical input, but received a "+typeof t+" with value "+t)},e.fromSeconds=function(t,o){if(void 0===o&&(o={}),Z(t))return new e({ts:1e3*t,zone:Ge(o.zone,Je.defaultZone),loc:lt.fromObject(o)});throw new g("fromSeconds requires a numerical input")},e.fromObject=function(t,o){void 0===o&&(o={}),t=t||{};var i=Ge(o.zone,Je.defaultZone);if(!i.isValid)return e.invalid(Uo(i));var s=Je.now(),r=i.offset(s),n=pe(t,ii),a=!H(n.ordinal),l=!H(n.year),d=!H(n.month)||!H(n.day),c=l||d,u=n.weekYear||n.weekNumber,h=lt.fromObject(o);if((c||a)&&u)throw new f("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(d&&a)throw new f("Can't mix ordinal dates with month/day");var m,_,w=u||n.weekday&&!c,y=Wo(s,r);w?(m=ti,_=Qo,y=No(y)):a?(m=oi,_=Xo,y=Lo(y)):(m=ei,_=Jo);for(var g,b=!1,v=p(m);!(g=v()).done;){var T=g.value;H(n[T])?n[T]=b?_[T]:y[T]:b=!0}var S=(w?function(e){var t=$(e.weekYear),o=Q(e.weekNumber,1,ae(e.weekYear)),i=Q(e.weekday,1,7);return t?o?!i&&Oo("weekday",e.weekday):Oo("week",e.week):Oo("weekYear",e.weekYear)}(n):a?function(e){var t=$(e.year),o=Q(e.ordinal,1,se(e.year));return t?!o&&Oo("ordinal",e.ordinal):Oo("year",e.year)}(n):Fo(n))||jo(n);if(S)return e.invalid(S);var x=Ho(w?Io(n):a?Mo(n):n,r,i),A=new e({ts:x[0],zone:i,o:x[1],loc:h});return n.weekday&&c&&t.weekday!==A.weekday?e.invalid("mismatched weekday","you can't specify both a weekday of "+n.weekday+" and a date of "+A.toISO()):A},e.fromISO=function(e,t){void 0===t&&(t={});var o=function(e){return ut(e,[jt,Bt],[Vt,zt],[qt,Gt],[Ut,Wt])}(e);return $o(o[0],o[1],t,"ISO 8601",e)},e.fromRFC2822=function(e,t){void 0===t&&(t={});var o=function(e){return ut(function(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[kt,Rt])}(e);return $o(o[0],o[1],t,"RFC 2822",e)},e.fromHTTP=function(e,t){void 0===t&&(t={});var o=function(e){return ut(e,[Nt,Mt],[It,Mt],[Lt,Ft])}(e);return $o(o[0],o[1],t,"HTTP",t)},e.fromFormat=function(t,o,i){if(void 0===i&&(i={}),H(t)||H(o))throw new g("fromFormat requires an input string and a format");var s=i,r=s.locale,n=void 0===r?null:r,a=s.numberingSystem,l=void 0===a?null:a,d=function(e,t,o){var i=Co(e,t,o);return[i.result,i.zone,i.invalidReason]}(lt.fromOpts({locale:n,numberingSystem:l,defaultToEN:!0}),t,o),c=d[0],u=d[1],p=d[2];return p?e.invalid(p):$o(c,u,i,"format "+o,t)},e.fromString=function(t,o,i){return void 0===i&&(i={}),e.fromFormat(t,o,i)},e.fromSQL=function(e,t){void 0===t&&(t={});var o=function(e){return ut(e,[Zt,Yt],[$t,Kt])}(e);return $o(o[0],o[1],t,"SQL",e)},e.invalid=function(t,o){if(void 0===o&&(o=null),!t)throw new g("need to specify a reason the DateTime is invalid");var i=t instanceof Re?t:new Re(t,o);if(Je.throwOnInvalid)throw new m(i);return new e({invalid:i})},e.isDateTime=function(e){return e&&e.isLuxonDateTime||!1};var t=e.prototype;return t.get=function(e){return this[e]},t.resolvedLocaleOptions=function(e){void 0===e&&(e={});var t=ke.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t.locale,numberingSystem:t.numberingSystem,outputCalendar:t.calendar}},t.toUTC=function(e,t){return void 0===e&&(e=0),void 0===t&&(t={}),this.setZone(Be.instance(e),t)},t.toLocal=function(){return this.setZone(Je.defaultZone)},t.setZone=function(t,o){var i=void 0===o?{}:o,s=i.keepLocalTime,r=void 0!==s&&s,n=i.keepCalendarTime,a=void 0!==n&&n;if((t=Ge(t,Je.defaultZone)).equals(this.zone))return this;if(t.isValid){var l=this.ts;if(r||a){var d=t.offset(this.ts);l=Ho(this.toObject(),d,t)[0]}return zo(this,{ts:l,zone:t})}return e.invalid(Uo(t))},t.reconfigure=function(e){var t=void 0===e?{}:e,o=t.locale,i=t.numberingSystem,s=t.outputCalendar;return zo(this,{loc:this.loc.clone({locale:o,numberingSystem:i,outputCalendar:s})})},t.setLocale=function(e){return this.reconfigure({locale:e})},t.set=function(e){if(!this.isValid)return this;var t,o=pe(e,ii),i=!H(o.weekYear)||!H(o.weekNumber)||!H(o.weekday),r=!H(o.ordinal),n=!H(o.year),a=!H(o.month)||!H(o.day),l=n||a,d=o.weekYear||o.weekNumber;if((l||r)&&d)throw new f("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(a&&r)throw new f("Can't mix ordinal dates with month/day");i?t=Io(s({},No(this.c),o)):H(o.ordinal)?(t=s({},this.toObject(),o),H(o.day)&&(t.day=Math.min(re(t.year,t.month),t.day))):t=Mo(s({},Lo(this.c),o));var c=Ho(t,this.o,this.zone);return zo(this,{ts:c[0],o:c[1]})},t.plus=function(e){return this.isValid?zo(this,Zo(this,ro(e))):this},t.minus=function(e){return this.isValid?zo(this,Zo(this,ro(e).negate())):this},t.startOf=function(e){if(!this.isValid)return this;var t={},o=so.normalizeUnit(e);switch(o){case"years":t.month=1;case"quarters":case"months":t.day=1;case"weeks":case"days":t.hour=0;case"hours":t.minute=0;case"minutes":t.second=0;case"seconds":t.millisecond=0}if("weeks"===o&&(t.weekday=1),"quarters"===o){var i=Math.ceil(this.month/3);t.month=3*(i-1)+1}return this.set(t)},t.endOf=function(e){var t;return this.isValid?this.plus((t={},t[e]=1,t)).startOf(e).minus(1):this},t.toFormat=function(e,t){return void 0===t&&(t={}),this.isValid?ke.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this,e):Vo},t.toLocaleString=function(e,t){return void 0===e&&(e=x),void 0===t&&(t={}),this.isValid?ke.create(this.loc.clone(t),e).formatDateTime(this):Vo},t.toLocaleParts=function(e){return void 0===e&&(e={}),this.isValid?ke.create(this.loc.clone(e),e).formatDateTimeParts(this):[]},t.toISO=function(e){return void 0===e&&(e={}),this.isValid?this.toISODate(e)+"T"+this.toISOTime(e):null},t.toISODate=function(e){var t=(void 0===e?{}:e).format,o="basic"===(void 0===t?"extended":t)?"yyyyMMdd":"yyyy-MM-dd";return this.year>9999&&(o="+"+o),Yo(this,o)},t.toISOWeekDate=function(){return Yo(this,"kkkk-'W'WW-c")},t.toISOTime=function(e){var t=void 0===e?{}:e,o=t.suppressMilliseconds,i=void 0!==o&&o,s=t.suppressSeconds,r=void 0!==s&&s,n=t.includeOffset,a=void 0===n||n,l=t.includePrefix,d=void 0!==l&&l,c=t.format;return Ko(this,{suppressSeconds:r,suppressMilliseconds:i,includeOffset:a,includePrefix:d,format:void 0===c?"extended":c})},t.toRFC2822=function(){return Yo(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},t.toHTTP=function(){return Yo(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},t.toSQLDate=function(){return Yo(this,"yyyy-MM-dd")},t.toSQLTime=function(e){var t=void 0===e?{}:e,o=t.includeOffset,i=void 0===o||o,s=t.includeZone;return Ko(this,{includeOffset:i,includeZone:void 0!==s&&s,spaceZone:!0})},t.toSQL=function(e){return void 0===e&&(e={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(e):null},t.toString=function(){return this.isValid?this.toISO():Vo},t.valueOf=function(){return this.toMillis()},t.toMillis=function(){return this.isValid?this.ts:NaN},t.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},t.toJSON=function(){return this.toISO()},t.toBSON=function(){return this.toJSDate()},t.toObject=function(e){if(void 0===e&&(e={}),!this.isValid)return{};var t=s({},this.c);return e.includeConfig&&(t.outputCalendar=this.outputCalendar,t.numberingSystem=this.loc.numberingSystem,t.locale=this.loc.locale),t},t.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},t.diff=function(e,t,o){if(void 0===t&&(t="milliseconds"),void 0===o&&(o={}),!this.isValid||!e.isValid)return so.invalid("created by diffing an invalid DateTime");var i,r=s({locale:this.locale,numberingSystem:this.numberingSystem},o),n=(i=t,Array.isArray(i)?i:[i]).map(so.normalizeUnit),a=e.valueOf()>this.valueOf(),l=function(e,t,o,i){var s,r=function(e,t,o){for(var i,s,r={},n=0,a=[["years",function(e,t){return t.year-e.year}],["quarters",function(e,t){return t.quarter-e.quarter}],["months",function(e,t){return t.month-e.month+12*(t.year-e.year)}],["weeks",function(e,t){var o=uo(e,t);return(o-o%7)/7}],["days",uo]];n<a.length;n++){var l=a[n],d=l[0],c=l[1];if(o.indexOf(d)>=0){var u;i=d;var p,h=c(e,t);(s=e.plus(((u={})[d]=h,u)))>t?(e=e.plus(((p={})[d]=h-1,p)),h-=1):e=s,r[d]=h}}return[e,r,s,i]}(e,t,o),n=r[0],a=r[1],l=r[2],d=r[3],c=t-n,u=o.filter((function(e){return["hours","minutes","seconds","milliseconds"].indexOf(e)>=0}));0===u.length&&(l<t&&(l=n.plus(((s={})[d]=1,s))),l!==n&&(a[d]=(a[d]||0)+c/(l-n)));var p,h=so.fromObject(a,i);return u.length>0?(p=so.fromMillis(c,i)).shiftTo.apply(p,u).plus(h):h}(a?this:e,a?e:this,n,r);return a?l.negate():l},t.diffNow=function(t,o){return void 0===t&&(t="milliseconds"),void 0===o&&(o={}),this.diff(e.now(),t,o)},t.until=function(e){return this.isValid?lo.fromDateTimes(this,e):this},t.hasSame=function(e,t){if(!this.isValid)return!1;var o=e.valueOf(),i=this.setZone(e.zone,{keepLocalTime:!0});return i.startOf(t)<=o&&o<=i.endOf(t)},t.equals=function(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)},t.toRelative=function(t){if(void 0===t&&(t={}),!this.isValid)return null;var o=t.base||e.fromObject({},{zone:this.zone}),i=t.padding?this<o?-t.padding:t.padding:0,r=["years","months","days","hours","minutes","seconds"],n=t.unit;return Array.isArray(t.unit)&&(r=t.unit,n=void 0),ri(o,this.plus(i),s({},t,{numeric:"always",units:r,unit:n}))},t.toRelativeCalendar=function(t){return void 0===t&&(t={}),this.isValid?ri(t.base||e.fromObject({},{zone:this.zone}),this,s({},t,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},e.min=function(){for(var t=arguments.length,o=new Array(t),i=0;i<t;i++)o[i]=arguments[i];if(!o.every(e.isDateTime))throw new g("min requires all arguments be DateTimes");return K(o,(function(e){return e.valueOf()}),Math.min)},e.max=function(){for(var t=arguments.length,o=new Array(t),i=0;i<t;i++)o[i]=arguments[i];if(!o.every(e.isDateTime))throw new g("max requires all arguments be DateTimes");return K(o,(function(e){return e.valueOf()}),Math.max)},e.fromFormatExplain=function(e,t,o){void 0===o&&(o={});var i=o,s=i.locale,r=void 0===s?null:s,n=i.numberingSystem,a=void 0===n?null:n;return Co(lt.fromOpts({locale:r,numberingSystem:a,defaultToEN:!0}),e,t)},e.fromStringExplain=function(t,o,i){return void 0===i&&(i={}),e.fromFormatExplain(t,o,i)},i(e,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Bo(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Bo(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Bo(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Lo(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?co.months("short",{locObj:this.loc})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?co.months("long",{locObj:this.loc})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?co.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?co.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.isUniversal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return ie(this.year)}},{key:"daysInMonth",get:function(){return re(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?se(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?ae(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return x}},{key:"DATE_MED",get:function(){return A}},{key:"DATE_MED_WITH_WEEKDAY",get:function(){return C}},{key:"DATE_FULL",get:function(){return E}},{key:"DATE_HUGE",get:function(){return P}},{key:"TIME_SIMPLE",get:function(){return O}},{key:"TIME_WITH_SECONDS",get:function(){return D}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return k}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return R}},{key:"TIME_24_SIMPLE",get:function(){return N}},{key:"TIME_24_WITH_SECONDS",get:function(){return I}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return L}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return M}},{key:"DATETIME_SHORT",get:function(){return F}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return j}},{key:"DATETIME_MED",get:function(){return V}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return q}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return U}},{key:"DATETIME_FULL",get:function(){return B}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return z}},{key:"DATETIME_HUGE",get:function(){return G}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return W}}]),e}();function li(e){if(ai.isDateTime(e))return e;if(e&&e.valueOf&&Z(e.valueOf()))return ai.fromJSDate(e);if(e&&"object"==typeof e)return ai.fromObject(e);throw new g("Unknown datetime argument: "+e+", of type "+typeof e)}t.nL=so}},t={};function o(i){var s=t[i];if(void 0!==s)return s.exports;var r=t[i]={id:i,loaded:!1,exports:{}};return e[i](r,r.exports,o),r.loaded=!0,r.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var i in t)o.o(t,i)&&!o.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){"use strict";var e=window.wp.element,t=window.React,i=o.n(t),s=window.ReactDOM;function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(e[i]=o[i])}return e}).apply(this,arguments)}var n=window.wp.i18n,a=class{static get(e,t="general"){Array.isArray(e)||(e=[e]);let o=window["_wds_"+t]||{};return e.forEach((e=>{o=o&&o.hasOwnProperty(e)?o[e]:""})),o}static get_bool(e,t="general"){return!!this.get(e,t)}};function l(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}var d=jQuery,c=o.n(d);class u extends i().Component{constructor(e){super(e),this.props=e,this.state={loadingText:!1},this.selectElement=i().createRef(),this.selectElementContainer=i().createRef()}componentDidMount(){const e=c()(this.selectElement.current);e.addClass(this.props.small?"sui-select sui-select-sm":"sui-select").SUIselect2(this.getSelect2Args()),this.includeSelectedValueAsDynamicOption(),e.on("change",(e=>this.handleChange(e)))}includeSelectedValueAsDynamicOption(){this.props.selectedValue&&this.noOptionsAvailable()&&(this.props.tagging?Array.isArray(this.props.selectedValue)?this.props.selectedValue.forEach((e=>{this.addOption(e,e,!0)})):this.addOption(this.props.selectedValue,this.props.selectedValue,!0):this.props.loadTextAjaxUrl&&this.loadTextFromRemote())}loadTextFromRemote(){this.state.loadingText||(this.setState({loadingText:!0}),c().get(this.props.loadTextAjaxUrl,{id:this.props.selectedValue}).done((e=>{e&&e.results&&e.results.length&&e.results.forEach((e=>{this.addOption(e.id,e.text,!0)})),this.setState({loadingText:!1})})))}addOption(e,t,o){let i=new Option(t,e,!1,o);c()(this.selectElement.current).append(i).trigger("change")}noOptionsAvailable(){return!Object.keys(this.props.options).length}componentWillUnmount(){c()(this.selectElement.current).off().SUIselect2("destroy")}getSelect2Args(){let e={dropdownParent:c()(this.selectElementContainer.current),dropdownCssClass:"sui-select-dropdown",minimumResultsForSearch:this.props.minimumResultsForSearch,multiple:this.props.multiple,tagging:this.props.tagging};return this.props.placeholder&&(e.placeholder=this.props.placeholder),this.props.ajaxUrl&&(e.ajax={url:this.props.ajaxUrl},e.minimumInputLength=this.props.minimumInputLength),this.props.templateResult&&(e.templateResult=this.props.templateResult),this.props.templateSelection&&(e.templateSelection=this.props.templateSelection),this.props.ajaxUrl&&this.props.tagging&&(e.ajax.processResults=(e,t)=>e.results&&!e.results.length?{results:[{id:t.term,text:t.term}]}:e),e}handleChange(e){let t=e.target.value;this.props.multiple&&(t=Array.from(e.target.selectedOptions,(e=>e.value))),this.props.onSelect(t)}isOptGroup(e){return"object"==typeof e&&e.label&&e.options}printOptions(t){return Object.keys(t).map((o=>{const i=t[o];return this.isOptGroup(i)?(0,e.createElement)("optgroup",{key:o,label:i.label},this.printOptions(i.options)):(0,e.createElement)("option",{key:o,value:o},i)}))}render(){const t=this.props.options;let o;return o=Object.keys(t).length?this.printOptions(t):(0,e.createElement)("option",null),(0,e.createElement)("div",{ref:this.selectElementContainer},(0,e.createElement)("select",{disabled:this.state.loadingText,value:this.props.selectedValue,onChange:()=>!0,ref:this.selectElement,multiple:this.props.multiple},o))}}l(u,"defaultProps",{small:!1,tagging:!1,placeholder:"",ajaxUrl:"",loadTextAjaxUrl:"",selectedValue:"",minimumResultsForSearch:10,minimumInputLength:3,multiple:!1,options:{},templateResult:!1,templateSelection:!1,onSelect:()=>!1});class p extends i().Component{constructor(e){super(e),this.props=e}handleChange(e){this.props.onChange(e.target.checked?"=":"!=")}render(){return(0,e.createElement)("div",{className:"wds-schema-type-condition-operator"},(0,e.createElement)("div",{className:"wds-comparison-operator sui-tooltip sui-tooltip-constrained",style:{"--tooltip-width":"200px"},"data-tooltip":(0,n.__)("Switch your condition rule between equal or unequal.","wds")},(0,e.createElement)("label",null,(0,e.createElement)("input",{checked:"="===this.props.operator,onChange:e=>this.handleChange(e),type:"checkbox"}),(0,e.createElement)("span",{className:"wds-equals"},"="),(0,e.createElement)("span",{className:"wds-not-equals"},"≠"))))}}class h extends i().Component{constructor(e){super(e),this.props=e}render(){const t=this.props.lhs,o=this.props.operator,i=this.props.rhs,s=this.getLhsSelectOptions(),a=this.getRhsSelectProps(t);return(0,e.createElement)("div",{className:"wds-schema-type-condition"},(0,e.createElement)("div",{className:"wds-schema-type-condition-lhs"},(0,e.createElement)(u,{options:s,selectedValue:t,minimumResultsForSearch:"-1",templateResult:e=>this.addLhsOptionMarkup(e),templateSelection:e=>this.addLhsOptionMarkup(e),onSelect:e=>this.handleLhsChange(e)})),this.objectNotEmpty(a)&&(0,e.createElement)(p,{operator:o,onChange:e=>this.handleOperatorChange(e)}),this.objectNotEmpty(a)&&(0,e.createElement)("div",{className:"wds-schema-type-condition-rhs",key:`${t}-options`},(0,e.createElement)(u,r({},a,{selectedValue:i,onSelect:e=>this.handleRhsChange(e)}))),(0,e.createElement)("div",{className:"wds-schema-type-condition-and"},(0,e.createElement)("button",{role:"button",onClick:e=>this.handleAdd(e),className:"sui-button sui-button-ghost sui-tooltip sui-tooltip-constrained",style:{"--tooltip-width":"200px;"},"data-tooltip":(0,n.__)("Add a new rule conditioning the previous one.","wds")},(0,n.__)("AND","wds"))),!this.props.disableDelete&&(0,e.createElement)("span",{className:"wds-schema-type-condition-close",onClick:e=>this.handleDelete(e)},(0,e.createElement)("span",{className:"sui-icon-cross-close","aria-hidden":"true"})))}addLhsOptionMarkup(e){if(!e.id)return e.text;const t=this.getTaxonomies(),o=this.getPostTypes();return t&&t.hasOwnProperty(e.id)||o&&o.hasOwnProperty(e.id)?c()("<span>"+e.text+' <span class="sui-tag sui-tag-sm sui-tag-disabled">'+e.id+"</span></span>"):e.text}getRhsSelectProps(e){const t={},o=this.getPostTypes();this.objectNotEmpty(o)&&Object.keys(o).forEach((e=>{t[e]=this.searchSelectProps(sprintf((0,n.__)("Search for %s","wds"),o[e]),e,"wds-search-post")}));const i=this.getTaxonomies();if(this.objectNotEmpty(i)&&Object.keys(i).forEach((e=>{t[e]=this.searchSelectProps(sprintf((0,n.__)("Search for %s","wds"),i[e]),e,"wds-search-schema-term")})),t.hasOwnProperty(e))return t[e];let s=this.getRhsSelectOptions(e);return s?{options:s}:{}}searchSelectProps(e,t,o){let i=a.get("ajax_url","schema_types"),s=new URLSearchParams;s.append("action",o),s.append("type",t);const r={placeholder:e,ajaxUrl:i+"?"+s.toString(),options:{}};return s.append("request_type","text"),r.loadTextAjaxUrl=i+"?"+s.toString(),r}getRhsSelectOptions(e){const t={post_type:this.getPostTypes(),author_role:this.getUserRoles(),post_format:this.getPostFormats(),page_template:this.getPageTemplates(),product_type:{WC_Product_Variable:(0,n.__)("Variable Product","wds"),WC_Product_Simple:(0,n.__)("Simple Product","wds"),WC_Product_Grouped:(0,n.__)("Grouped Product","wds"),WC_Product_External:(0,n.__)("External Product","wds")}};return!!t.hasOwnProperty(e)&&t[e]}getLhsSelectOptions(){const e={post_type:(0,n.__)("Post Type","wds"),show_globally:(0,n.__)("Show Globally","wds"),homepage:(0,n.__)("Homepage","wds"),author_role:(0,n.__)("Post Author Role","wds")};let t=this.getPostFormats();this.objectNotEmpty(t)&&(e.post_format=(0,n.__)("Post Format","wds"));let o=this.getPageTemplates();this.objectNotEmpty(o)&&(e.page_template=(0,n.__)("Page Template","wds")),this.isWooCommerceActive()&&(e.product_type=(0,n.__)("Product Type","wds"));const i=this.getPostTypeTaxonomies();return this.objectNotEmpty(i)&&Object.keys(i).forEach((t=>{e[t]=i[t]})),e}isWooCommerceActive(){return!!a.get("woocommerce","schema_types")}getUserRoles(){return a.get("user_roles","schema_types")||{}}getPostTypes(){return a.get("post_types","schema_types")||{}}getPostTypeTaxonomies(){return a.get("post_type_taxonomies","schema_types")||{}}getTaxonomies(){return a.get("taxonomies","schema_types")||{}}getPageTemplates(){return a.get("page_templates","schema_types")||{}}getPostFormats(){return a.get("post_formats","schema_types")||{}}objectLength(e){return Object.keys(e).length}objectNotEmpty(e){return!!this.objectLength(e)}handleLhsChange(e){let t="";const o=this.getRhsSelectOptions(e);o&&(t=Object.keys(o).shift()),this.props.onChange(this.props.id,e,this.props.operator,t)}handleOperatorChange(e){this.props.onChange(this.props.id,this.props.lhs,e,this.props.rhs)}handleRhsChange(e){this.props.onChange(this.props.id,this.props.lhs,this.props.operator,e)}handleAdd(e){e.preventDefault(),this.props.onAdd(this.props.id)}handleDelete(){this.props.onDelete(this.props.id)}}var m=o(7145),_=o.n(m),w=window.lodash,f=o(4184),y=o.n(f),g=SUI,b=o.n(g);class v extends i().Component{constructor(e){super(e),this.props=e}componentDidMount(){b().openModal(this.props.id,this.props.focusAfterClose,this.props.focusAfterOpen?this.props.focusAfterOpen:this.getTitleId(),!1,!1)}componentWillUnmount(){b().closeModal()}handleKeyDown(e){c()(e.target).is(".sui-modal.sui-active input")&&13===e.keyCode&&(e.preventDefault(),e.stopPropagation(),!this.props.enterDisabled&&this.props.onEnter&&this.props.onEnter(e))}render(){const t=this.getHeaderActions(),o=Object.assign({},{"sui-modal-sm":this.props.small,"sui-modal-lg":!this.props.small},this.props.dialogClasses);return(0,e.createElement)("div",{className:y()("sui-modal",o),onKeyDown:e=>this.handleKeyDown(e)},(0,e.createElement)("div",{role:"dialog",id:this.props.id,className:y()("sui-modal-content",this.props.id+"-modal"),"aria-modal":"true","aria-labelledby":this.props.id+"-modal-title","aria-describedby":this.props.id+"-modal-description"},(0,e.createElement)("div",{className:"sui-box",role:"document"},(0,e.createElement)("div",{className:y()("sui-box-header",{"sui-flatten sui-content-center sui-spacing-top--40":this.props.small})},(0,e.createElement)("h3",{id:this.getTitleId(),className:y()("sui-box-title",{"sui-lg":this.props.small})},this.props.title),t),(0,e.createElement)("div",{className:y()("sui-box-body",{"sui-content-center":this.props.small})},this.props.description&&(0,e.createElement)("p",{className:"sui-description",id:this.props.id+"-modal-description"},this.props.description),this.props.children),this.props.footer&&(0,e.createElement)("div",{className:"sui-box-footer"},this.props.footer))))}getTitleId(){return this.props.id+"-modal-title"}getHeaderActions(){const t=this.getCloseButton();return this.props.small?t:this.props.headerActions?this.props.headerActions:(0,e.createElement)("div",{className:"sui-actions-right"},t)}getCloseButton(){return(0,e.createElement)("button",{id:this.props.id+"-close-button",type:"button",onClick:()=>this.props.onClose(),disabled:this.props.disableCloseButton,className:y()("sui-button-icon",{"sui-button-float--right":this.props.small})},(0,e.createElement)("span",{className:"sui-icon-close sui-md","aria-hidden":"true"}),(0,e.createElement)("span",{className:"sui-screen-reader-text"},(0,n.__)("Close this dialog window","wds")))}}l(v,"defaultProps",{id:"",title:"",description:"",small:!1,headerActions:!1,focusAfterOpen:"",focusAfterClose:"container",dialogClasses:[],disableCloseButton:!1,enterDisabled:!1,onEnter:!1,onClose:()=>!1});class T extends i().Component{handleClick(e){e.preventDefault(),this.props.onClick()}render(){let t,o,i=this.props.icon?(0,e.createElement)("span",{className:this.props.icon,"aria-hidden":"true"}):"";return this.props.loading?(t=(0,e.createElement)("span",{className:"sui-loading-text"},i," ",this.props.text),o=(0,e.createElement)("span",{className:"sui-icon-loader sui-loading","aria-hidden":"true"})):(t=(0,e.createElement)("span",null,i," ",this.props.text),o=""),(0,e.createElement)("button",{className:y()(this.props.className,"sui-button","sui-button-"+this.props.color,{"sui-button-onload":this.props.loading,"sui-button-ghost":this.props.ghost,"sui-button-icon":!this.props.text.trim(),"sui-button-dashed":this.props.dashed}),onClick:e=>this.handleClick(e),id:this.props.id,disabled:this.props.disabled},t,o)}}l(T,"defaultProps",{id:"",text:"",color:"",dashed:!1,icon:!1,loading:!1,ghost:!1,disabled:!1,className:"",onClick:()=>!1});class S extends i().Component{constructor(e){super(e),this.props=e}handleChange(e){const t=this.props.selectedValues.slice(),o=e.target.checked,i=e.target.value;o&&!t.includes(i)&&(t.push(i),this.props.onChange(this.props.multiple?t:[i])),!o&&t.includes(i)&&this.props.onChange(t.filter((e=>e!=e)))}render(){let t=this.props.options.map((t=>(0,e.createElement)("li",{key:t.id},(0,e.createElement)("label",{className:y()({"sui-box-selector":!0,"sui-disabled":t.disabled}),htmlFor:this.props.id+"-"+t.id},(0,e.createElement)("input",{onChange:e=>this.handleChange(e),id:this.props.id+"-"+t.id,type:"checkbox",disabled:t.disabled,checked:this.props.selectedValues.includes(t.id),value:t.id}),(0,e.createElement)("span",null,t.icon&&(0,e.createElement)("span",{className:t.icon}),t.label,t.required&&(0,e.createElement)("span",{className:"wds-required-asterisk"},"*"))))));return(0,e.createElement)("div",{className:"sui-box-selectors sui-box-selectors-col-"+this.props.cols},(0,e.createElement)("ul",null,t))}}l(S,"defaultProps",{id:"",selectedValues:[],cols:2,options:{},onChange:()=>!1,multiple:!0});class x extends i().Component{constructor(e){super(e),this.state={selectedValues:[]}}handleSelection(e){this.setState({selectedValues:e})}handleAction(){this.props.onAction(this.state.selectedValues)}hasRequiredOption(){let e=!1;return this.props.options.some((t=>{if(t.required)return e=!0,!0})),e}render(){return(0,e.createElement)(v,{small:!0,id:this.props.id+"-modal",title:this.props.title,onClose:()=>this.props.onClose(),dialogClasses:{"sui-modal-lg":!0,"sui-modal-sm":!1},description:this.props.description},this.hasRequiredOption()&&this.props.requiredNotice,!!Object.keys(this.props.options).length&&(0,e.createElement)(S,{id:this.props.id+"-selector",options:this.props.options,selectedValues:this.state.selectedValues,multiple:this.props.multiple,onChange:e=>this.handleSelection(e)}),!Object.keys(this.props.options).length&&this.props.noOptionsMessage,this.props.generalMessage,(0,e.createElement)("div",{style:{display:"flex",justifyContent:"space-between"}},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.props.onClose(),ghost:!0}),(0,e.createElement)(T,{text:this.props.actionButtonText,icon:this.props.actionButtonIcon,id:this.props.id+"-action-button",onClick:()=>this.handleAction(),disabled:!Object.keys(this.state.selectedValues).length})))}}l(x,"defaultProps",{id:"",title:"",description:"",actionButtonText:"",actionButtonIcon:"",onClose:w.noop,onAction:w.noop,options:{},multiple:!0,noOptionsMessage:!1,generalMessage:!1,requiredNotice:""});var A=o(361),C=o.n(A),E=o(3955),P=o.n(E);const O=P();var D={text:{id:O(),label:(0,n.__)("Text","wds"),type:"Text",source:"comment",value:"comment_text",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_text:(0,n.__)("Comment Content","wds")}}},description:(0,n.__)("The body of the comment.","wds")},dateCreated:{id:O(),label:(0,n.__)("Date Created","wds"),type:"Text",source:"comment",value:"comment_date",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_date:(0,n.__)("Comment Date","wds")}}},description:(0,n.__)("The date when this comment was created in ISO 8601 format.","wds")},url:{id:O(),label:(0,n.__)("URL","wds"),type:"Text",source:"comment",value:"comment_url",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_url:(0,n.__)("Comment URL","wds")}}},description:(0,n.__)("The permanent URL of the comment.","wds")},author:{id:O(),label:(0,n.__)("Author Name","wds"),type:"Person",flatten:!0,properties:{name:{id:O(),label:(0,n.__)("Author Name","wds"),type:"Text",source:"comment",value:"comment_author_name",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_author_name:(0,n.__)("Comment Author Name","wds")}}},description:(0,n.__)("The name of the comment author.","wds")}}}};const k=P();var R={streetAddress:{id:k(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:k(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:k(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:k(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:k(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:k(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const N=P();var I={telephone:{id:N(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("The telephone number.","wds"),disallowDeletion:!0},email:{id:N(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email",description:(0,n.__)("The email address.","wds"),disallowDeletion:!0},url:{id:N(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The contact URL.","wds"),disallowDeletion:!0},contactType:{id:N(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",description:(0,n.__)("A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.","wds"),customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}},disallowDeletion:!0}};const L=P();var M={logo:{id:L(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the publisher.","wds"),required:!0},name:{id:L(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the publisher.","wds"),required:!0},url:{id:L(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the publisher.","wds")},address:{id:L(),label:(0,n.__)("Address","wds"),optional:!0,description:(0,n.__)("The addresses of the publisher.","wds"),properties:{0:{id:L(),type:"PostalAddress",properties:R}}},contactPoint:{id:L(),label:(0,n.__)("Contact Point","wds"),optional:!0,description:(0,n.__)("The contact points of the publisher.","wds"),properties:{0:{id:L(),type:"ContactPoint",properties:I}}}};const F=P();var j={name:{id:F(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"author",value:"author_full_name",required:!0,description:(0,n.__)("The name of the article author.","wds")},url:{id:F(),label:(0,n.__)("URL","wds"),type:"URL",source:"author",value:"author_url",description:(0,n.__)("The URL of the article author.","wds")},image:{id:F(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"author",value:"author_gravatar",description:(0,n.__)("The profile image of the article author.","wds")},description:{id:F(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"author",value:"author_description",optional:!0,description:(0,n.__)("The description of the article author.","wds")}};const V=P();var q={headline:{id:V(),label:(0,n.__)("Headline","wds"),type:"TextFull",source:"seo_meta",value:"seo_title",required:!0,description:(0,n.__)("The headline of the article. Headlines should not exceed 110 characters.","wds")},name:{id:V(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The name of the article.","wds")},description:{id:V(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The description of the article.","wds")},url:{id:V(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The permanent URL of the article.","wds")},thumbnailUrl:{id:V(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"post_data",value:"post_thumbnail_url",description:(0,n.__)("The thumbnail URL of the article.","wds")},dateModified:{id:V(),label:(0,n.__)("Date Modified","wds"),type:"DateTime",source:"post_data",value:"post_modified",description:(0,n.__)("The date and time the article was most recently modified, in ISO 8601 format.","wds")},datePublished:{id:V(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"post_data",required:!0,description:(0,n.__)("The date and time the article was first published, in ISO 8601 format.","wds"),value:"post_date"},articleBody:{id:V(),label:(0,n.__)("Article Body","wds"),type:"TextFull",source:"post_data",value:"post_content",optional:!0,description:(0,n.__)("The content of the article.","wds")},alternativeHeadline:{id:V(),label:(0,n.__)("Alternative Headline","wds"),type:"TextFull",source:"post_data",value:"post_title",optional:!0,description:(0,n.__)("Alternative headline for the article.","wds")},image:{id:V(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),required:!0,description:(0,n.__)("Images related to the article.","wds"),properties:{0:{id:V(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},author:{id:V(),label:(0,n.__)("Author","wds"),type:"Person",required:!0,description:(0,n.__)("The author of the article.","wds"),properties:j},publisher:{id:V(),label:(0,n.__)("Publisher","wds"),type:"Organization",required:!0,description:(0,n.__)("The publisher of the article.","wds"),properties:M},comment:{id:V(),label:(0,n.__)("Comments","wds"),type:"Comment",loop:"post-comments",loopDescription:(0,n.__)("The following block will be repeated for each post comment"),properties:D,optional:!0,description:(0,n.__)("Comments, typically from users.","wds")}};const U=P();var B={availability:{id:U(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The availability of event tickets.","wds"),disallowDeletion:!0},price:{id:U(),label:(0,n.__)("Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The lowest available price available for your tickets, including service charges and fees. Don't forget to update it as prices change or tickets sell out.","wds"),disallowDeletion:!0},priceCurrency:{id:U(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The 3-letter ISO 4217 currency code.","wds"),disallowDeletion:!0},validFrom:{id:U(),label:(0,n.__)("Valid From","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date and time when tickets go on sale (only required on date-restricted offers), in ISO-8601 format.","wds"),disallowDeletion:!0},priceValidUntil:{id:U(),label:(0,n.__)("Valid Until","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date and time till when tickets will be on sale.","wds"),disallowDeletion:!0},url:{id:U(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The URL of a page providing the ability to buy tickets.","wds"),disallowDeletion:!0}},z=o(2492),G=o.n(z);const W=P();var H={streetAddress:{id:W(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:W(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:W(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:W(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:W(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:W(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}},Z=G()({},H,{streetAddress:{disallowDeletion:!1},addressLocality:{disallowDeletion:!1},addressRegion:{disallowDeletion:!1},addressCountry:{disallowDeletion:!1},postalCode:{disallowDeletion:!1},postOfficeBoxNumber:{disallowDeletion:!1}});const $=P();var Y={name:{id:$(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The detailed name of the place or venue where the event is being held. This property is only recommended for events that take place at a physical location.","wds")},address:{id:$(),label:(0,n.__)("Address","wds"),type:"PostalAddress",properties:Z,required:!0,description:(0,n.__)("The venue's detailed street address. This property is only required for events that take place at a physical location.","wds")}};const K=P();var J={availability:{id:K(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The availability of this item.","wds")},lowPrice:{id:K(),label:(0,n.__)("Low Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The lowest price of all offers available. Use a floating point number.","wds")},highPrice:{id:K(),label:(0,n.__)("High Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The highest price of all offers available. Use a floating point number.","wds")},priceCurrency:{id:K(),label:(0,n.__)("Price Currency","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The currency used to describe the price, in three-letter ISO 4217 format.","wds")},offerCount:{id:K(),label:(0,n.__)("Offer Count","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The number of offers for the item.","wds")}};const Q=P();var X={name:{id:Q(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the person.","wds"),disallowDeletion:!0},url:{id:Q(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the person's profile.","wds"),disallowDeletion:!0},description:{id:Q(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",optional:!0,description:(0,n.__)("Short bio/description of the person.","wds"),disallowDeletion:!0},image:{id:Q(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the person.","wds"),disallowDeletion:!0}};const ee=P();var te={telephone:{id:ee(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("The telephone number.","wds"),disallowDeletion:!0},email:{id:ee(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email",description:(0,n.__)("The email address.","wds"),disallowDeletion:!0},url:{id:ee(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The contact URL.","wds"),disallowDeletion:!0},contactType:{id:ee(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",description:(0,n.__)("A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.","wds"),customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}},disallowDeletion:!0}};const oe=P();var ie={logo:{id:oe(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:oe(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:oe(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")},address:{id:oe(),label:(0,n.__)("Address","wds"),optional:!0,description:(0,n.__)("The addresses of the organization.","wds"),properties:{0:{id:oe(),type:"PostalAddress",properties:H}}},contactPoint:{id:oe(),label:(0,n.__)("Contact Point","wds"),optional:!0,description:(0,n.__)("The contact points of the organization.","wds"),properties:{0:{id:oe(),type:"ContactPoint",properties:te}}}};const se=P();var re={itemReviewed:{id:se(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:se(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The name of the item that is being rated.","wds")}},required:!0},ratingCount:{id:se(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("The total number of ratings for the item on your site.","wds")},reviewCount:{id:se(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:se(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",required:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:se(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:se(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const ne=P();var ae={name:{id:ne(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the review author.","wds"),disallowDeletion:!0},url:{id:ne(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the review author's page.","wds"),disallowDeletion:!0},description:{id:ne(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",optional:!0,description:(0,n.__)("Short bio/description of the review author.","wds"),disallowDeletion:!0},image:{id:ne(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the review author.","wds"),disallowDeletion:!0}};const le=P();var de={logo:{id:le(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds"),disallowDeletion:!0},name:{id:le(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds"),disallowDeletion:!0},url:{id:le(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds"),disallowDeletion:!0}};const ce=P();var ue={ratingValue:{id:ce(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds"),required:!0},bestRating:{id:ce(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:ce(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const pe=P();var he={itemReviewed:{id:pe(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:pe(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated.","wds")}}},reviewBody:{id:pe(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:pe(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:pe(),label:(0,n.__)("Author","wds"),activeVersion:"Person",required:!0,properties:{Person:{id:pe(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:ae,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:pe(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:de,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0}}},reviewRating:{id:pe(),label:(0,n.__)("Rating","wds"),description:(0,n.__)("The rating given in this review.","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,required:!0,properties:ue}};const me=P();var _e={name:{id:me(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The full title of the event.","wds")},description:{id:me(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("Description of the event. Describe all details of the event to make it easier for users to understand and attend the event.","wds")},startDate:{id:me(),label:(0,n.__)("Start Date","wds"),type:"DateTime",source:"datetime",value:"",required:!0,description:(0,n.__)("The start date and start time of the event in ISO-8601 format.","wds")},endDate:{id:me(),label:(0,n.__)("End Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The end date and end time of the event in ISO-8601 format.","wds")},eventAttendanceMode:{id:me(),label:(0,n.__)("Event Attendance Mode","wds"),type:"Text",source:"options",value:"MixedEventAttendanceMode",customSources:{options:{label:(0,n.__)("Event Attendance Mode","wds"),values:{MixedEventAttendanceMode:(0,n.__)("Mixed Attendance Mode","wds"),OfflineEventAttendanceMode:(0,n.__)("Offline Attendance Mode","wds"),OnlineEventAttendanceMode:(0,n.__)("Online Attendance Mode","wds")}}},description:(0,n.__)("Indicates whether the event occurs online, offline at a physical location, or a mix of both online and offline.","wds")},eventStatus:{id:me(),label:(0,n.__)("Event Status","wds"),type:"Text",source:"options",value:"EventScheduled",customSources:{options:{label:(0,n.__)("Event Status","wds"),values:{EventScheduled:(0,n.__)("Scheduled","wds"),EventMovedOnline:(0,n.__)("Moved Online","wds"),EventRescheduled:(0,n.__)("Rescheduled","wds"),EventPostponed:(0,n.__)("Postponed","wds"),EventCancelled:(0,n.__)("Cancelled","wds")}}},description:(0,n.__)("The status of the event.","wds")},image:{id:me(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),properties:{0:{id:me(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:""}},description:(0,n.__)("Image or logo for the event or tour. Including an image helps users understand and engage with your event.","wds")},location:{id:me(),label:(0,n.__)("Location","wds"),activeVersion:"Place",properties:{Place:{id:me(),label:(0,n.__)("Location","wds"),type:"Place",properties:Y,required:!0,description:(0,n.__)("The physical location of the event.","wds"),isAnAltVersion:!0},VirtualLocation:{id:me(),label:(0,n.__)("Virtual Location","wds"),type:"VirtualLocation",disallowAddition:!0,properties:{url:{id:me(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",disallowDeletion:!0,value:"post_permalink",required:!0,description:(0,n.__)("The URL of the online event, where people can join. This property is required if your event is happening online.","wds")}},required:!0,description:(0,n.__)("The virtual location of the event.","wds"),isAnAltVersion:!0}},required:!0},organizer:{id:me(),label:(0,n.__)("Organizer","wds"),type:"Organization",properties:ie,description:(0,n.__)("The organization that is hosting the event.","wds")},performer:{id:me(),label:(0,n.__)("Performers","wds"),labelSingle:(0,n.__)("Performer","wds"),properties:{0:{id:me(),type:"Person",properties:X}},description:(0,n.__)("The participants performing at the event, such as artists and comedians.","wds")},offers:{id:me(),label:(0,n.__)("Offers","wds"),activeVersion:"Offer",properties:{Offer:{id:me(),label:(0,n.__)("Offers","wds"),labelSingle:(0,n.__)("Offer","wds"),properties:{0:{id:me(),type:"Offer",properties:B}},description:(0,n.__)("A nested Offer, one for each ticket type.","wds"),isAnAltVersion:!0},AggregateOffer:{id:me(),type:"AggregateOffer",label:(0,n.__)("Aggregate Offer","wds"),properties:J,description:(0,n.__)("A nested AggregateOffer, representing all available offers.","wds"),isAnAltVersion:!0}}},aggregateRating:{id:me(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the event.","wds"),optional:!0},review:{id:me(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:me(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the event.","wds"),optional:!0}},we={USD:(0,n.__)("United States dollar","wds"),AED:(0,n.__)("UAE dirham","wds"),AFN:(0,n.__)("Afghan afghani","wds"),ALL:(0,n.__)("Albanian lek","wds"),AMD:(0,n.__)("Armenian dram","wds"),ANG:(0,n.__)("Netherlands Antillean gulden","wds"),AOA:(0,n.__)("Angolan kwanza","wds"),ARS:(0,n.__)("Argentine peso","wds"),AUD:(0,n.__)("Australian dollar","wds"),AWG:(0,n.__)("Aruban florin","wds"),AZN:(0,n.__)("Azerbaijani manat","wds"),BAM:(0,n.__)("Bosnia and Herzegovina konvertibilna marka","wds"),BBD:(0,n.__)("Barbadian dollar","wds"),BDT:(0,n.__)("Bangladeshi taka","wds"),BGN:(0,n.__)("Bulgarian lev","wds"),BHD:(0,n.__)("Bahraini dinar","wds"),BIF:(0,n.__)("Burundi franc","wds"),BMD:(0,n.__)("Bermudian dollar","wds"),BND:(0,n.__)("Brunei dollar","wds"),BOB:(0,n.__)("Bolivian boliviano","wds"),BRL:(0,n.__)("Brazilian real","wds"),BSD:(0,n.__)("Bahamian dollar","wds"),BTN:(0,n.__)("Bhutanese ngultrum","wds"),BWP:(0,n.__)("Botswana pula","wds"),BYR:(0,n.__)("Belarusian ruble","wds"),BZD:(0,n.__)("Belize dollar","wds"),CAD:(0,n.__)("Canadian dollar","wds"),CDF:(0,n.__)("Congolese franc","wds"),CHF:(0,n.__)("Swiss franc","wds"),CLP:(0,n.__)("Chilean peso","wds"),CNY:(0,n.__)("Chinese/Yuan renminbi","wds"),COP:(0,n.__)("Colombian peso","wds"),CRC:(0,n.__)("Costa Rican colon","wds"),CUC:(0,n.__)("Cuban peso","wds"),CVE:(0,n.__)("Cape Verdean escudo","wds"),CZK:(0,n.__)("Czech koruna","wds"),DJF:(0,n.__)("Djiboutian franc","wds"),DKK:(0,n.__)("Danish krone","wds"),DOP:(0,n.__)("Dominican peso","wds"),DZD:(0,n.__)("Algerian dinar","wds"),EEK:(0,n.__)("Estonian kroon","wds"),EGP:(0,n.__)("Egyptian pound","wds"),ERN:(0,n.__)("Eritrean nakfa","wds"),ETB:(0,n.__)("Ethiopian birr","wds"),EUR:(0,n.__)("European Euro","wds"),FJD:(0,n.__)("Fijian dollar","wds"),FKP:(0,n.__)("Falkland Islands pound","wds"),GBP:(0,n.__)("British pound","wds"),GEL:(0,n.__)("Georgian lari","wds"),GHS:(0,n.__)("Ghanaian cedi","wds"),GIP:(0,n.__)("Gibraltar pound","wds"),GMD:(0,n.__)("Gambian dalasi","wds"),GNF:(0,n.__)("Guinean franc","wds"),GQE:(0,n.__)("Central African CFA franc","wds"),GTQ:(0,n.__)("Guatemalan quetzal","wds"),GYD:(0,n.__)("Guyanese dollar","wds"),HKD:(0,n.__)("Hong Kong dollar","wds"),HNL:(0,n.__)("Honduran lempira","wds"),HRK:(0,n.__)("Croatian kuna","wds"),HTG:(0,n.__)("Haitian gourde","wds"),HUF:(0,n.__)("Hungarian forint","wds"),IDR:(0,n.__)("Indonesian rupiah","wds"),ILS:(0,n.__)("Israeli new sheqel","wds"),INR:(0,n.__)("Indian rupee","wds"),IQD:(0,n.__)("Iraqi dinar","wds"),IRR:(0,n.__)("Iranian rial","wds"),ISK:(0,n.__)("Icelandic króna","wds"),JMD:(0,n.__)("Jamaican dollar","wds"),JOD:(0,n.__)("Jordanian dinar","wds"),JPY:(0,n.__)("Japanese yen","wds"),KES:(0,n.__)("Kenyan shilling","wds"),KGS:(0,n.__)("Kyrgyzstani som","wds"),KHR:(0,n.__)("Cambodian riel","wds"),KMF:(0,n.__)("Comorian franc","wds"),KPW:(0,n.__)("North Korean won","wds"),KRW:(0,n.__)("South Korean won","wds"),KWD:(0,n.__)("Kuwaiti dinar","wds"),KYD:(0,n.__)("Cayman Islands dollar","wds"),KZT:(0,n.__)("Kazakhstani tenge","wds"),LAK:(0,n.__)("Lao kip","wds"),LBP:(0,n.__)("Lebanese lira","wds"),LKR:(0,n.__)("Sri Lankan rupee","wds"),LRD:(0,n.__)("Liberian dollar","wds"),LSL:(0,n.__)("Lesotho loti","wds"),LTL:(0,n.__)("Lithuanian litas","wds"),LVL:(0,n.__)("Latvian lats","wds"),LYD:(0,n.__)("Libyan dinar","wds"),MAD:(0,n.__)("Moroccan dirham","wds"),MDL:(0,n.__)("Moldovan leu","wds"),MGA:(0,n.__)("Malagasy ariary","wds"),MKD:(0,n.__)("Macedonian denar","wds"),MMK:(0,n.__)("Myanma kyat","wds"),MNT:(0,n.__)("Mongolian tugrik","wds"),MOP:(0,n.__)("Macanese pataca","wds"),MRO:(0,n.__)("Mauritanian ouguiya","wds"),MUR:(0,n.__)("Mauritian rupee","wds"),MVR:(0,n.__)("Maldivian rufiyaa","wds"),MWK:(0,n.__)("Malawian kwacha","wds"),MXN:(0,n.__)("Mexican peso","wds"),MYR:(0,n.__)("Malaysian ringgit","wds"),MZM:(0,n.__)("Mozambican metical","wds"),NAD:(0,n.__)("Namibian dollar","wds"),NGN:(0,n.__)("Nigerian naira","wds"),NIO:(0,n.__)("Nicaraguan córdoba","wds"),NOK:(0,n.__)("Norwegian krone","wds"),NPR:(0,n.__)("Nepalese rupee","wds"),NZD:(0,n.__)("New Zealand dollar","wds"),OMR:(0,n.__)("Omani rial","wds"),PAB:(0,n.__)("Panamanian balboa","wds"),PEN:(0,n.__)("Peruvian nuevo sol","wds"),PGK:(0,n.__)("Papua New Guinean kina","wds"),PHP:(0,n.__)("Philippine peso","wds"),PKR:(0,n.__)("Pakistani rupee","wds"),PLN:(0,n.__)("Polish zloty","wds"),PYG:(0,n.__)("Paraguayan guarani","wds"),QAR:(0,n.__)("Qatari riyal","wds"),RON:(0,n.__)("Romanian leu","wds"),RSD:(0,n.__)("Serbian dinar","wds"),RUB:(0,n.__)("Russian ruble","wds"),SAR:(0,n.__)("Saudi riyal","wds"),SBD:(0,n.__)("Solomon Islands dollar","wds"),SCR:(0,n.__)("Seychellois rupee","wds"),SDG:(0,n.__)("Sudanese pound","wds"),SEK:(0,n.__)("Swedish krona","wds"),SGD:(0,n.__)("Singapore dollar","wds"),SHP:(0,n.__)("Saint Helena pound","wds"),SLL:(0,n.__)("Sierra Leonean leone","wds"),SOS:(0,n.__)("Somali shilling","wds"),SRD:(0,n.__)("Surinamese dollar","wds"),SYP:(0,n.__)("Syrian pound","wds"),SZL:(0,n.__)("Swazi lilangeni","wds"),THB:(0,n.__)("Thai baht","wds"),TJS:(0,n.__)("Tajikistani somoni","wds"),TMT:(0,n.__)("Turkmen manat","wds"),TND:(0,n.__)("Tunisian dinar","wds"),TRY:(0,n.__)("Turkish new lira","wds"),TTD:(0,n.__)("Trinidad and Tobago dollar","wds"),TWD:(0,n.__)("New Taiwan dollar","wds"),TZS:(0,n.__)("Tanzanian shilling","wds"),UAH:(0,n.__)("Ukrainian hryvnia","wds"),UGX:(0,n.__)("Ugandan shilling","wds"),UYU:(0,n.__)("Uruguayan peso","wds"),UZS:(0,n.__)("Uzbekistani som","wds"),VEB:(0,n.__)("Venezuelan bolivar","wds"),VND:(0,n.__)("Vietnamese dong","wds"),VUV:(0,n.__)("Vanuatu vatu","wds"),WST:(0,n.__)("Samoan tala","wds"),XAF:(0,n.__)("Central African CFA franc","wds"),XCD:(0,n.__)("East Caribbean dollar","wds"),XDR:(0,n.__)("Special Drawing Rights","wds"),XOF:(0,n.__)("West African CFA franc","wds"),XPF:(0,n.__)("CFP franc","wds"),YER:(0,n.__)("Yemeni rial","wds"),ZAR:(0,n.__)("South African rand","wds"),ZMK:(0,n.__)("Zambian kwacha","wds"),ZWR:(0,n.__)("Zimbabwean dollar","wds")};const fe=P();var ye={availability:{id:fe(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The possible product availability options.","wds")},price:{id:fe(),label:(0,n.__)("Price","wds"),type:"Number",source:"number",value:"",required:!0,disallowDeletion:!0,description:(0,n.__)("The offer price of a product.","wds")},priceCurrency:{id:fe(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"options",value:"USD",customSources:{options:{label:(0,n.__)("Currencies","wds"),values:we}},disallowDeletion:!0,description:(0,n.__)("The currency used to describe the product price, in three-letter ISO 4217 format.","wds")},validFrom:{id:fe(),label:(0,n.__)("Valid From","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date when the item becomes valid.","wds")},priceValidUntil:{id:fe(),label:(0,n.__)("Valid Until","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date after which the price is no longer available.","wds")},url:{id:fe(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",disallowDeletion:!0,description:(0,n.__)("A URL to the product web page (that includes the Offer).","wds")}};const ge=P();var be={availability:{id:ge(),label:(0,n.__)("Availability","wds"),type:"Text",source:"options",value:"InStock",customSources:{options:{label:(0,n.__)("Availability","wds"),values:{InStock:(0,n.__)("In Stock","wds"),SoldOut:(0,n.__)("Sold Out","wds"),PreOrder:(0,n.__)("PreOrder","wds")}}},description:(0,n.__)("The availability of this item.","wds")},lowPrice:{id:ge(),label:(0,n.__)("Low Price","wds"),type:"Number",source:"number",value:"",required:!0,description:(0,n.__)("The lowest price of all offers available. Use a floating point number.","wds")},highPrice:{id:ge(),label:(0,n.__)("High Price","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The highest price of all offers available. Use a floating point number.","wds")},priceCurrency:{id:ge(),label:(0,n.__)("Price Currency","wds"),type:"Text",source:"options",value:"USD",customSources:{options:{label:(0,n.__)("Currencies","wds"),values:we}},required:!0,description:(0,n.__)("The currency used to describe the price, in three-letter ISO 4217 format.","wds")},offerCount:{id:ge(),label:(0,n.__)("Offer Count","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The number of offers for the item.","wds")}};const ve=P();var Te={itemReviewed:{id:ve(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:ve(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The item that is being rated.","wds")}},required:!0},ratingCount:{id:ve(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. At least one of ratingCount or reviewCount is required.","wds"),description:(0,n.__)("The total number of ratings for the item on your site.","wds")},reviewCount:{id:ve(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. At least one of ratingCount or reviewCount is required.","wds"),description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:ve(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",requiredInBlock:!0,required:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:ve(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:ve(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const Se=P();var xe={itemReviewed:{id:Se(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:Se(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"post_data",value:"post_title",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated. In this case the product.","wds")}}},reviewBody:{id:Se(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:Se(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:Se(),label:(0,n.__)("Author","wds"),activeVersion:"Person",required:!0,properties:{Person:{id:Se(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:{name:{id:Se(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the review author.","wds"),disallowDeletion:!0},url:{id:Se(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the review author's page.","wds"),disallowDeletion:!0},description:{id:Se(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",optional:!0,description:(0,n.__)("Short bio/description of the review author.","wds"),disallowDeletion:!0},image:{id:Se(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the review author.","wds"),disallowDeletion:!0}},required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:Se(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:{logo:{id:Se(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds"),disallowDeletion:!0},name:{id:Se(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds"),disallowDeletion:!0},url:{id:Se(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds"),disallowDeletion:!0}},required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0}}},reviewRating:{id:Se(),label:(0,n.__)("Rating","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,properties:{ratingValue:{id:Se(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds"),required:!0},bestRating:{id:Se(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:Se(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}},required:!0,description:(0,n.__)("The rating given in this review.","wds")}};const Ae=P();var Ce={telephone:{id:Ae(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("The telephone number.","wds"),disallowDeletion:!0},email:{id:Ae(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email",description:(0,n.__)("The email address.","wds"),disallowDeletion:!0},url:{id:Ae(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The contact URL.","wds"),disallowDeletion:!0},contactType:{id:Ae(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",description:(0,n.__)("A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.","wds"),customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}},disallowDeletion:!0}};const Ee=P();var Pe={streetAddress:{id:Ee(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:Ee(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:Ee(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:Ee(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:Ee(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:Ee(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const Oe=P();var De={name:{id:Oe(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:Oe(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")},logo:{id:Oe(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},address:{id:Oe(),label:(0,n.__)("Address","wds"),optional:!0,description:(0,n.__)("The addresses of the organization.","wds"),properties:{0:{id:Oe(),type:"PostalAddress",properties:Pe}}},contactPoint:{id:Oe(),label:(0,n.__)("Contact Point","wds"),optional:!0,description:(0,n.__)("The contact points of the organization.","wds"),properties:{0:{id:Oe(),type:"ContactPoint",properties:Ce}}}};const ke=P();var Re={name:{id:ke(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the brand.","wds")},url:{id:ke(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the brand.","wds")},logo:{id:ke(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the brand.","wds"),optional:!0}};const Ne=P();var Ie={name:{id:Ne(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The name of the product.","wds")},description:{id:Ne(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The product description.","wds")},sku:{id:Ne(),label:(0,n.__)("SKU","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("Merchant-specific identifier for product.","wds")},gtin:{id:Ne(),label:(0,n.__)("GTIN","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes.","wds")},gtin8:{id:Ne(),label:(0,n.__)("GTIN-8","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-8 code of the product. This code is also known as EAN/UCC-8 or 8-digit EAN.","wds")},gtin12:{id:Ne(),label:(0,n.__)("GTIN-12","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-12 code of the product. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items.","wds")},gtin13:{id:Ne(),label:(0,n.__)("GTIN-13","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-13 code of the product. This is equivalent to 13-digit ISBN codes and EAN UCC-13.","wds")},gtin14:{id:Ne(),label:(0,n.__)("GTIN-14","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The GTIN-14 code of the product.","wds")},mpn:{id:Ne(),label:(0,n.__)("MPN","wds"),type:"Text",source:"custom_text",value:"",optional:!0,description:(0,n.__)("The Manufacturer Part Number (MPN) of the product.","wds")},image:{id:Ne(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("The images associated with the product.","wds"),properties:{0:{id:Ne(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},brand:{id:Ne(),label:(0,n.__)("Brand","wds"),activeVersion:"Brand",properties:{Brand:{id:Ne(),label:(0,n.__)("Brand","wds"),description:(0,n.__)("The brand of the product.","wds"),type:"Brand",properties:Re,isAnAltVersion:!0},Organization:{id:Ne(),label:(0,n.__)("Organization","wds"),description:(0,n.__)("The brand of the product.","wds"),type:"Organization",properties:De,isAnAltVersion:!0}}},review:{id:Ne(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:Ne(),type:"Review",properties:xe}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Review of the product.","wds")},aggregateRating:{id:Ne(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:Te,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested aggregateRating of the product.","wds")},offers:{id:Ne(),label:(0,n.__)("Offers","wds"),activeVersion:"Offer",properties:{Offer:{id:Ne(),label:(0,n.__)("Offers","wds"),labelSingle:(0,n.__)("Offer","wds"),properties:{0:{id:Ne(),type:"Offer",properties:ye}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Offer to sell the product.","wds"),isAnAltVersion:!0},AggregateOffer:{id:Ne(),type:"AggregateOffer",label:(0,n.__)("Aggregate Offer","wds"),properties:be,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested AggregateOffer to sell the product.","wds"),isAnAltVersion:!0}},required:!0}},Le=(0,w.merge)({},ye,{availability:{source:"woocommerce",value:"stock_status",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{stock_status:(0,n.__)("Stock Status","wds")}}}},price:{source:"woocommerce",value:"price",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{price:(0,n.__)("Price","wds")}}}},priceCurrency:{source:"woocommerce",value:"currency",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{currency:(0,n.__)("Currency","wds")}}}},validFrom:{source:"woocommerce",value:"date_on_sale_from",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{date_on_sale_from:(0,n.__)("Product Sale Start Date","wds")}}}},priceValidUntil:{source:"woocommerce",value:"date_on_sale_to",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{date_on_sale_to:(0,n.__)("Product Sale End Date","wds")}}}}}),Me=(0,w.merge)({},be,{availability:{source:"woocommerce",value:"stock_status",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{stock_status:(0,n.__)("Stock Status","wds")}}}},lowPrice:{source:"woocommerce",value:"min_price",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{min_price:(0,n.__)("Variable Product Minimum Price","wds")}}}},highPrice:{source:"woocommerce",value:"max_price",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{max_price:(0,n.__)("Variable Product Maximum Price","wds")}}}},priceCurrency:{source:"woocommerce",value:"currency",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{currency:(0,n.__)("Currency","wds")}}}},offerCount:{source:"woocommerce",value:"product_children_count",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_children_count:(0,n.__)("Number of Variations","wds")}}}}}),Fe=(0,w.merge)({},Te,{ratingCount:{source:"woocommerce",value:"review_count",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{review_count:(0,n.__)("Review Count","wds")}}}},reviewCount:{source:"woocommerce",value:"review_count",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{review_count:(0,n.__)("Review Count","wds")}}}},ratingValue:{source:"woocommerce",value:"average_rating",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{average_rating:(0,n.__)("Average Rating","wds")}}}},bestRating:{value:"5"},worstRating:{value:"1"}}),je=(0,w.merge)({},De,{name:{customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_category:(0,n.__)("Product Category","wds"),product_tag:(0,n.__)("Product Tag","wds")}}}},url:{customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_category_url:(0,n.__)("Product Category URL","wds"),product_tag_url:(0,n.__)("Product Tag URL","wds")}}}},logo:{source:"image",value:""}}),Ve=(0,w.merge)({},xe,{reviewBody:{source:"woocommerce_review",value:"comment_text",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_text:(0,n.__)("Review Text","wds")}}}},datePublished:{source:"woocommerce_review",value:"comment_date",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_date:(0,n.__)("Date Published","wds")}}}},author:{properties:{Person:{properties:{name:{source:"woocommerce_review",value:"comment_author_name",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_author_name:(0,n.__)("Author Name","wds")}}}}}},Organization:{properties:{name:{source:"woocommerce_review",value:"comment_author_name",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{comment_author_name:(0,n.__)("Author Name","wds")}}}}}}}},reviewRating:{properties:{ratingValue:{source:"woocommerce_review",value:"rating_value",customSources:{woocommerce_review:{label:(0,n.__)("WooCommerce Review","wds"),values:{rating_value:(0,n.__)("Rating Value","wds")}}}},bestRating:{value:"5"},worstRating:{value:"1"}}}}),qe=(0,w.merge)({},Ve,{itemReviewed:{properties:{name:{disallowDeletion:!1}}},reviewBody:{disallowDeletion:!1},datePublished:{disallowDeletion:!1},author:{properties:{Person:{disallowDeletion:!1,disallowAddition:!1,properties:{name:{disallowDeletion:!1},url:{disallowDeletion:!1},description:{disallowDeletion:!1},image:{disallowDeletion:!1}}},Organization:{disallowDeletion:!1,disallowAddition:!1,properties:{logo:{disallowDeletion:!1},name:{disallowDeletion:!1},url:{disallowDeletion:!1}}}}},reviewRating:{disallowDeletion:!1,disallowAddition:!1,properties:{ratingValue:{disallowDeletion:!1},bestRating:{disallowDeletion:!1},worstRating:{disallowDeletion:!1}}}}),Ue=(0,w.merge)({},Re,{name:{source:"woocommerce",value:"product_category",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_category:(0,n.__)("Product Category","wds"),product_tag:(0,n.__)("Product Tag","wds")}}}},url:{source:"woocommerce",value:"product_category_url",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_category_url:(0,n.__)("Product Category URL","wds"),product_tag_url:(0,n.__)("Product Tag URL","wds")}}}},logo:{source:"image",value:""}});const Be=P();var ze={name:{id:Be(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The name of the product.","wds")},description:{id:Be(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The product description.","wds")},sku:{id:Be(),label:(0,n.__)("SKU","wds"),type:"Text",source:"woocommerce",value:"product_id",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},description:(0,n.__)("Merchant-specific identifier for product.","wds")},gtin:{id:Be(),label:(0,n.__)("GTIN","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes.","wds")},gtin8:{id:Be(),label:(0,n.__)("GTIN-8","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-8 code of the product. This code is also known as EAN/UCC-8 or 8-digit EAN.","wds")},gtin12:{id:Be(),label:(0,n.__)("GTIN-12","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-12 code of the product. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items.","wds")},gtin13:{id:Be(),label:(0,n.__)("GTIN-13","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-13 code of the product. This is equivalent to 13-digit ISBN codes and EAN UCC-13.","wds")},gtin14:{id:Be(),label:(0,n.__)("GTIN-14","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The GTIN-14 code of the product.","wds")},mpn:{id:Be(),label:(0,n.__)("MPN","wds"),type:"Text",source:"custom_text",value:"",customSources:{woocommerce:{label:(0,n.__)("WooCommerce","wds"),values:{product_id:(0,n.__)("Product ID","wds"),sku:(0,n.__)("Product SKU","wds")}}},optional:!0,description:(0,n.__)("The Manufacturer Part Number (MPN) of the product.","wds")},image:{id:Be(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("The images associated with the product.","wds"),properties:{0:{id:Be(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},brand:{id:Be(),label:(0,n.__)("Brand","wds"),activeVersion:"Brand",properties:{Brand:{id:Be(),label:(0,n.__)("Brand","wds"),description:(0,n.__)("The brand of the product.","wds"),type:"Brand",properties:Ue,isAnAltVersion:!0},Organization:{id:Be(),label:(0,n.__)("Organization","wds"),description:(0,n.__)("The brand of the product.","wds"),type:"Organization",properties:je,isAnAltVersion:!0}}},review:{id:Be(),label:(0,n.__)("Reviews","wds"),activeVersion:"WooCommerceReviewLoop",properties:{WooCommerceReviewLoop:{id:Be(),label:(0,n.__)("WooCommerce Reviews","wds"),labelSingle:(0,n.__)("WooCommerce Review","wds"),loop:"woocommerce-reviews",loopDescription:(0,n.__)("The following block will be repeated for each Review in a WooCommerce product"),type:"Review",properties:qe,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Review of the product.","wds"),isAnAltVersion:!0},Review:{id:Be(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:Be(),type:"Review",properties:xe}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Review of the product.","wds"),isAnAltVersion:!0}},required:!0},aggregateRating:{id:Be(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:Fe,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested aggregateRating of the product.","wds")},offers:{id:Be(),label:(0,n.__)("Offers","wds"),activeVersion:"AggregateOffer",properties:{Offer:{id:Be(),label:(0,n.__)("Offers","wds"),labelSingle:(0,n.__)("Offer","wds"),properties:{0:{id:Be(),type:"Offer",properties:Le}},required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested Offer to sell the product.","wds"),isAnAltVersion:!0},AggregateOffer:{id:Be(),type:"AggregateOffer",label:(0,n.__)("Aggregate Offer","wds"),properties:Me,required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers.","wds"),description:(0,n.__)("A nested AggregateOffer to sell the product.","wds"),isAnAltVersion:!0}},required:!0}};const Ge=P();var We={name:{id:Ge(),label:(0,n.__)("Question","wds"),type:"TextFull",disallowDeletion:!0,source:"custom_text",value:"",description:(0,n.__)('The full text of the question. For example, "How long does it take to process a refund?".',"wds"),required:!0},acceptedAnswer:{id:Ge(),label:(0,n.__)("Accepted Answer","wds"),type:"Answer",flatten:!0,properties:{text:{id:Ge(),label:(0,n.__)("Accepted Answer","wds"),type:"TextFull",disallowDeletion:!0,source:"custom_text",value:"",description:(0,n.__)("The answer to the question.","wds"),required:!0}},required:!0},image:{id:Ge(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image associated with the question."),disallowDeletion:!0},url:{id:Ge(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("Optional URL to the question."),disallowDeletion:!0}};const He=P();var Ze={text:{id:He(),label:(0,n.__)("Text","wds"),type:"Text",source:"comment",value:"comment_text",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_text:(0,n.__)("Comment Content","wds")}}},description:(0,n.__)("The body of the comment.","wds")},dateCreated:{id:He(),label:(0,n.__)("Date Created","wds"),type:"Text",source:"comment",value:"comment_date",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_date:(0,n.__)("Comment Date","wds")}}},description:(0,n.__)("The date when this comment was created in ISO 8601 format.","wds")},url:{id:He(),label:(0,n.__)("URL","wds"),type:"Text",source:"comment",value:"comment_url",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_url:(0,n.__)("Comment URL","wds")}}},description:(0,n.__)("The permanent URL of the comment.","wds")},author:{id:He(),label:(0,n.__)("Author Name","wds"),type:"Person",flatten:!0,properties:{name:{id:He(),label:(0,n.__)("Author Name","wds"),type:"Text",source:"comment",value:"comment_author_name",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_author_name:(0,n.__)("Comment Author Name","wds")}}},description:(0,n.__)("The name of the comment author.","wds")}}}};const $e=P();var Ye={mainEntity:{id:$e(),label:(0,n.__)("Questions","wds"),labelSingle:(0,n.__)("Question","wds"),disallowDeletion:!0,properties:{0:{id:$e(),type:"Question",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:We}},required:!0,description:(0,n.__)("An array of Question elements which comprise the list of answered questions that this FAQPage is about.","wds")},comment:{id:$e(),label:(0,n.__)("Comments","wds"),type:"Comment",loop:"post-comments",loopDescription:(0,n.__)("The following block will be repeated for each post comment"),properties:Ze,optional:!0,description:(0,n.__)("Comments, typically from users.","wds")}};const Ke=P();var Je={value:{id:Ke(),label:(0,n.__)("Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("The monetary amount value.","wds")},currency:{id:Ke(),label:(0,n.__)("Currency","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The currency in which the monetary amount is expressed.","wds")},maxValue:{id:Ke(),label:(0,n.__)("Max Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("The upper limit of the value.","wds")},minValue:{id:Ke(),label:(0,n.__)("Min Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("The lower limit of the value.","wds")}};const Qe=P();var Xe={text:{id:Qe(),label:(0,n.__)("Text","wds"),type:"Text",source:"comment",value:"comment_text",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_text:(0,n.__)("Comment Content","wds")}}},description:(0,n.__)("The body of the comment.","wds")},dateCreated:{id:Qe(),label:(0,n.__)("Date Created","wds"),type:"Text",source:"comment",value:"comment_date",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_date:(0,n.__)("Comment Date","wds")}}},description:(0,n.__)("The date when this comment was created in ISO 8601 format.","wds")},url:{id:Qe(),label:(0,n.__)("URL","wds"),type:"Text",source:"comment",value:"comment_url",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_url:(0,n.__)("Comment URL","wds")}}},description:(0,n.__)("The permanent URL of the comment.","wds")},author:{id:Qe(),label:(0,n.__)("Author Name","wds"),type:"Person",flatten:!0,properties:{name:{id:Qe(),label:(0,n.__)("Author Name","wds"),type:"Text",source:"comment",value:"comment_author_name",customSources:{comment:{label:(0,n.__)("Comment","wds"),values:{comment_author_name:(0,n.__)("Comment Author Name","wds")}}},description:(0,n.__)("The name of the comment author.","wds")}}}};const et=P();var tt={name:{id:et(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)('The title of the how-to. For example, "How to tie a tie".',"wds")},description:{id:et(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("A description of the how-to.","wds")},totalTime:{id:et(),label:(0,n.__)("Total Time","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The total time required to perform all instructions or directions (including time to prepare the supplies), in ISO 8601 duration format.","wds")},image:{id:et(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),properties:{0:{id:et(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}},description:(0,n.__)("Images of the completed how-to.","wds")},supply:{id:et(),label:(0,n.__)("Supplies","wds"),labelSingle:(0,n.__)("Supply","wds"),properties:{0:{id:et(),label:(0,n.__)("Supply","wds"),type:"HowToSupply",properties:{name:{id:et(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the supply.","wds"),disallowDeletion:!0},image:{id:et(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the supply.","wds"),disallowDeletion:!0}}}},description:(0,n.__)("Supplies consumed when performing instructions or a direction.","wds")},tool:{id:et(),label:(0,n.__)("Tools","wds"),labelSingle:(0,n.__)("Tool","wds"),properties:{0:{id:et(),label:(0,n.__)("Tool","wds"),type:"HowToTool",properties:{name:{id:et(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the tool.","wds"),disallowDeletion:!0},image:{id:et(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the tool.","wds"),disallowDeletion:!0}}}},description:(0,n.__)("Objects used (but not consumed) when performing instructions or a direction.","wds")},estimatedCost:{id:et(),label:(0,n.__)("Estimated Cost","wds"),type:"MonetaryAmount",disallowAddition:!0,properties:Je,description:(0,n.__)("The estimated cost of the supplies consumed when performing instructions.","wds")},step:{id:et(),label:(0,n.__)("Steps","wds"),labelSingle:(0,n.__)("Step","wds"),properties:{0:{id:et(),label:(0,n.__)("Step","wds"),type:"HowToStep",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:{name:{id:et(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The word or short phrase summarizing the step (for example, "Attach wires to post" or "Dig").',"wds"),disallowDeletion:!0},text:{id:et(),label:(0,n.__)("Text","wds"),type:"Text",source:"custom_text",value:"",required:!0,description:(0,n.__)("The full instruction text of this step.","wds"),disallowDeletion:!0},image:{id:et(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image for the step.","wds"),disallowDeletion:!0},url:{id:et(),label:(0,n.__)("Url","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("A URL that directly links to the step (if one is available). For example, an anchor link fragment.","wds"),disallowDeletion:!0}}}},required:!0,description:(0,n.__)("An array of elements which comprise the full instructions of the how-to. Each step element should correspond to an individual step in the instructions. Don't mark up non-step data such as a summary or introduction section, using this property.","wds")},comment:{id:et(),label:(0,n.__)("Comments","wds"),type:"Comment",loop:"post-comments",loopDescription:(0,n.__)("The following block will be repeated for each post comment"),properties:Xe,optional:!0,description:(0,n.__)("Comments, typically from users.","wds")},aggregateRating:{id:et(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the how-to.","wds"),optional:!0},review:{id:et(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:et(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the how-to.","wds"),optional:!0}};const ot=P();var it={streetAddress:{id:ot(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:ot(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:ot(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:ot(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:ot(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:ot(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const st=P();var rt={itemReviewed:{id:st(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:st(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"site_settings",value:"site_name",required:!0,description:(0,n.__)("Name of the item that is being rated. In this case the local business.","wds")}},required:!0},ratingCount:{id:st(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("The total number of ratings for the local business.","wds")},reviewCount:{id:st(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:st(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",required:!0,requiredInBlock:!0,description:(0,n.__)('A numerical quality rating for the local business, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:st(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:st(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}},nt={"00:00":"00:00","00:30":"00:30","01:00":"01:00","01:30":"01:30","02:00":"02:00","02:30":"02:30","03:00":"03:00","03:30":"03:30","04:00":"04:00","04:30":"04:30","05:00":"05:00","05:30":"05:30","06:00":"06:00","06:30":"06:30","07:00":"07:00","07:30":"07:30","08:00":"08:00","08:30":"08:30","09:00":"09:00","09:30":"09:30","10:00":"10:00","10:30":"10:30","11:00":"11:00","11:30":"11:30","12:00":"12:00","12:30":"12:30","13:00":"13:00","13:30":"13:30","14:00":"14:00","14:30":"14:30","15:00":"15:00","15:30":"15:30","16:00":"16:00","16:30":"16:30","17:00":"17:00","17:30":"17:30","18:00":"18:00","18:30":"18:30","19:00":"19:00","19:30":"19:30","20:00":"20:00","20:30":"20:30","21:00":"21:00","21:30":"21:30","22:00":"22:00","22:30":"22:30","23:00":"23:00","23:30":"23:30","24:00":"24:00"};const at=P();var lt={dayOfWeek:{id:at(),label:(0,n.__)("Days of Week","wds"),disallowDeletion:!0,type:"Array",allowMultipleSelection:!0,source:"options",value:["Monday","Tuesday","Wednesday","Thursday","Friday"],customSources:{options:{label:(0,n.__)("Days of Week","wds"),values:{Monday:(0,n.__)("Monday","wds"),Tuesday:(0,n.__)("Tuesday","wds"),Wednesday:(0,n.__)("Wednesday","wds"),Thursday:(0,n.__)("Thursday","wds"),Friday:(0,n.__)("Friday","wds"),Saturday:(0,n.__)("Saturday","wds"),Sunday:(0,n.__)("Sunday","wds")}}},description:(0,n.__)("One or more days of the week.","wds")},opens:{id:at(),label:(0,n.__)("Opens","wds"),type:"Text",disallowDeletion:!0,source:"options",value:"09:00",description:(0,n.__)("The time the business location opens, in hh:mm:ss format.","wds"),customSources:{options:{label:(0,n.__)("Time","wds"),values:nt}}},closes:{id:at(),label:(0,n.__)("Closes","wds"),type:"Text",disallowDeletion:!0,source:"options",value:"21:00",description:(0,n.__)("The time the business location closes, in hh:mm:ss format.","wds"),customSources:{options:{label:(0,n.__)("Time","wds"),values:nt}}}};const dt=P();var ct={ratingValue:{id:dt(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds"),required:!0},bestRating:{id:dt(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:dt(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const ut=P();var pt={name:{id:ut(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds"),disallowDeletion:!0},logo:{id:ut(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds"),disallowDeletion:!0},url:{id:ut(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds"),disallowDeletion:!0}};const ht=P();var mt={name:{id:ht(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the review author.","wds"),disallowDeletion:!0},url:{id:ht(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL to the review author's page.","wds"),disallowDeletion:!0},description:{id:ht(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("Short bio/description of the review author.","wds"),disallowDeletion:!0},image:{id:ht(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image of the review author.","wds"),disallowDeletion:!0}};const _t=P();var wt={itemReviewed:{id:_t(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:_t(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"site_settings",value:"site_name",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated. In this case the local business.","wds")}}},reviewBody:{id:_t(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:_t(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:_t(),label:(0,n.__)("Author","wds"),activeVersion:"Person",properties:{Person:{id:_t(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:mt,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),required:!0,isAnAltVersion:!0},Organization:{id:_t(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:pt,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),required:!0,isAnAltVersion:!0}}},reviewRating:{id:_t(),label:(0,n.__)("Rating","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,properties:ct,description:(0,n.__)("The rating given in this review.","wds"),required:!0}};const ft=P();var yt={"@id":{id:ft(),label:(0,n.__)("@id","wds"),type:"URL",source:"site_settings",value:"site_url",required:!0,description:(0,n.__)("Globally unique ID of the specific business location in the form of a URL. The ID should be stable and unchanging over time. Google Search treats the URL as an opaque string and it does not have to be a working link. If the business has multiple locations, make sure the @id is unique for each location.","wds")},name:{id:ft(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"site_settings",value:"site_name",required:!0,description:(0,n.__)("The name of the business.","wds")},logo:{id:ft(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the business.","wds")},url:{id:ft(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The fully-qualified URL of the specific business location. Unlike the @id property, this URL property should be a working link.","wds")},priceRange:{id:ft(),label:(0,n.__)("Price Range","wds"),type:"Text",source:"options",value:"$",customSources:{options:{label:(0,n.__)("Price Range","wds"),values:{$:"$",$$:"$$",$$$:(0,n.__)("$$$","wds")}}},description:(0,n.__)('The relative price range of a business, commonly specified by either a numerical range (for example, "$10-15") or a normalized number of currency signs (for example, "$$$").',"wds")},telephone:{id:ft(),label:(0,n.__)("Telephone","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number",description:(0,n.__)("A business phone number meant to be the primary contact method for customers. Be sure to include the country code and area code in the phone number.","wds")},currenciesAccepted:{id:ft(),label:(0,n.__)("Currencies Accepted","wds"),type:"Text",source:"options",value:["USD"],allowMultipleSelection:!0,customSources:{options:{label:(0,n.__)("Currencies","wds"),values:we}},description:(0,n.__)("The currency accepted at the business.","wds")},paymentAccepted:{id:ft(),label:(0,n.__)("Payment Accepted","wds"),type:"Text",source:"options",value:["Cash"],allowMultipleSelection:!0,customSources:{options:{label:(0,n.__)("Payment Accepted","wds"),values:{Cash:(0,n.__)("Cash","wds"),"Credit Card":(0,n.__)("Credit Card","wds"),Cryptocurrency:(0,n.__)("Cryptocurrency","wds")}}},description:(0,n.__)("Modes of payment accepted at the local business.","wds")},address:{id:ft(),label:(0,n.__)("Address","wds"),properties:{0:{id:ft(),type:"PostalAddress",properties:it}},required:!0,description:(0,n.__)("The physical location of the business. Include as many properties as possible. The more properties you provide, the higher quality the result is to users.","wds")},image:{id:ft(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),properties:{0:{id:ft(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo"}},description:(0,n.__)("One or more images of the local business.","wds"),required:!0},aggregateRating:{id:ft(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:rt,description:(0,n.__)("The average rating of the local business based on multiple ratings or reviews.","wds")},geo:{id:ft(),label:(0,n.__)("Geo Coordinates"),type:"GeoCoordinates",disallowAddition:!0,properties:{latitude:{id:ft(),label:(0,n.__)("Latitude","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The latitude of the business location. The precision should be at least 5 decimal places.","wds"),placeholder:(0,n.__)("E.g. 37.42242","wds")},longitude:{id:ft(),label:(0,n.__)("Longitude","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The longitude of the business location. The precision should be at least 5 decimal places."),placeholder:(0,n.__)("E.g. -122.08585","wds")}},description:(0,n.__)("Give search engines the exact location of your business by adding the geographic latitude and longitude coordinates.","wds")},openingHoursSpecification:{id:ft(),label:(0,n.__)("Opening Hours","wds"),labelSingle:(0,n.__)("Opening Hours Specification","wds"),properties:{0:{id:ft(),label:(0,n.__)("Opening Hours"),type:"OpeningHoursSpecification",disallowAddition:!0,properties:lt}},description:(0,n.__)("Hours during which the business location is open.","wds")},review:{id:ft(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:ft(),type:"Review",properties:wt}},description:(0,n.__)("Reviews of the local business.","wds"),optional:!0}};const gt=P();var bt=(0,w.merge)({},{acceptsReservations:{id:gt(),label:(0,n.__)("Accepts Reservations","wds"),type:"Text",source:"options",value:"True",customSources:{options:{label:(0,n.__)("Boolean Value","wds"),values:{True:(0,n.__)("True","wds"),False:(0,n.__)("False","wds")}}}},menu:{id:gt(),label:(0,n.__)("Menu URL","wds"),type:"URL",source:"custom_text",value:""},servesCuisine:{id:gt(),label:(0,n.__)("Serves Cuisine","wds"),type:"Text",source:"custom_text",value:""}},yt),vt=G()({},ze,{offers:{activeVersion:"Offer"}});const Tt=P();var St={name:{id:Tt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"author",value:"author_full_name",description:(0,n.__)("The name of the recipe author.","wds")},url:{id:Tt(),label:(0,n.__)("URL","wds"),type:"URL",source:"author",value:"author_url",description:(0,n.__)("The URL of the recipe author.","wds")},description:{id:Tt(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"author",value:"author_description",optional:!0,description:(0,n.__)("Short bio/description of the recipe author.","wds")},image:{id:Tt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"author",value:"author_gravatar",description:(0,n.__)("An image of the recipe author.","wds")}};const xt=P();var At={logo:{id:xt(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:xt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:xt(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")}};const Ct=P();var Et={name:{id:Ct(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The title of the video.","wds"),required:!0},description:{id:Ct(),label:(0,n.__)("Description","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The description of the video. HTML tags are ignored.","wds"),required:!0},uploadDate:{id:Ct(),label:(0,n.__)("Upload Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date the video was first published, in ISO 8601 format.","wds"),required:!0},contentUrl:{id:Ct(),label:(0,n.__)("Content URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A URL pointing to the actual video media file. One or both of the following properties are recommended: contentUrl and embedUrl","wds")},embedUrl:{id:Ct(),label:(0,n.__)("Embed URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A URL pointing to a player for the specific video. One or both of the following properties are recommended: contentUrl and embedUrl","wds")},duration:{id:Ct(),label:(0,n.__)("Duration","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)('The duration of the video in ISO 8601 format. For example, PT00H30M5S represents a duration of "thirty minutes and five seconds".',"wds"),placeholder:(0,n.__)("E.g. PT00H30M5S","wds")}};const Pt=P();var Ot={name:{id:Pt(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the clip.","wds"),required:!0,disallowDeletion:!0},url:{id:Pt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A link to the start of the clip.","wds"),required:!0,disallowDeletion:!0},startOffset:{id:Pt(),label:(0,n.__)("Start Offset","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The start time of the clip expressed as the number of seconds from the beginning of the video.","wds"),required:!0,disallowDeletion:!0},endOffset:{id:Pt(),label:(0,n.__)("End Offset","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The end time of the clip expressed as the number of seconds from the beginning of the video.","wds"),disallowDeletion:!0}};const Dt=P();var kt=G()({},Et,{thumbnailUrl:{id:Dt(),label:(0,n.__)("Thumbnail URLs","wds"),labelSingle:(0,n.__)("Thumbnail URL","wds"),description:(0,n.__)("URLs pointing to the video thumbnail image files. Images must be 60px x 30px, at minimum.","wds"),required:!0,properties:{0:{id:Dt(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"image_url",value:""}}},hasPart:{id:Dt(),label:(0,n.__)("Clips","wds"),labelSingle:(0,n.__)("Clip","wds"),description:(0,n.__)("Video clips that are included within the full video.","wds"),properties:{0:{id:Dt(),type:"Clip",properties:Ot}}}});const Rt=P();var Nt=G()({name:null,description:null,uploadDate:null,thumbnailUrl:null},Et,{name:{disallowDeletion:!0},description:{disallowDeletion:!0},uploadDate:{disallowDeletion:!0},thumbnailUrl:{id:Rt(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"image_url",value:"",disallowDeletion:!0,required:!0},contentUrl:{disallowDeletion:!0},embedUrl:{disallowDeletion:!0},duration:{disallowDeletion:!0}});const It=P();var Lt={name:{id:It(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The word or short phrase summarizing the step (for example, "Preheat").',"wds"),disallowDeletion:!0},text:{id:It(),label:(0,n.__)("Text","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The full instruction text of this step.","wds"),disallowDeletion:!0},image:{id:It(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("An image for the step.","wds"),disallowDeletion:!0},url:{id:It(),label:(0,n.__)("Url","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("A URL that directly links to the step (if one is available). For example, an anchor link fragment.","wds"),disallowDeletion:!0},video:{id:It(),label:(0,n.__)("Video","wds"),activeVersion:"Video",properties:{Video:{id:It(),label:(0,n.__)("Video","wds"),description:(0,n.__)("A video for this step.","wds"),type:"VideoObject",properties:Nt,disallowDeletion:!0,disallowAddition:!0,isAnAltVersion:!0},Clip:{id:It(),label:(0,n.__)("Clip","wds"),description:(0,n.__)("A clip for this step.","wds"),type:"Clip",properties:Ot,disallowDeletion:!0,disallowAddition:!0,isAnAltVersion:!0}}}};const Mt=P();var Ft={name:{id:Mt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The name of the dish.","wds"),required:!0},datePublished:{id:Mt(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"post_data",description:(0,n.__)("The date and time the recipe was first published, in ISO 8601 format.","wds"),value:"post_date"},description:{id:Mt(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("A short summary describing the dish.","wds")},recipeCategory:{id:Mt(),label:(0,n.__)("Recipe Category","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. dessert","wds"),description:(0,n.__)('The type of meal or course your recipe is about. For example: "dinner", "main course", or "dessert, snack".',"wds")},recipeCuisine:{id:Mt(),label:(0,n.__)("Recipe Cuisine","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. Mediterranean","wds"),description:(0,n.__)('The region associated with your recipe. For example, "French", Mediterranean", or "American".',"wds")},keywords:{id:Mt(),label:(0,n.__)("Keywords","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. authentic","wds"),description:(0,n.__)('Other terms for your recipe such as the season ("summer"), the holiday ("Halloween"), or other descriptors ("quick", "easy", "authentic"). Don\'t use a tag that should be in recipeCategory or recipeCuisine.',"wds")},prepTime:{id:Mt(),label:(0,n.__)("Prep Time","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)("The length of time it takes to prepare the dish in ISO 8601 duration format. Always use in combination with cookTime.","wds"),placeholder:(0,n.__)("E.g. PT1M","wds")},cookTime:{id:Mt(),label:(0,n.__)("Cook Time","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)("The time it takes to actually cook the dish in ISO 8601 duration format. Always use in combination with prepTime.","wds"),placeholder:(0,n.__)("E.g. PT2M","wds")},totalTime:{id:Mt(),label:(0,n.__)("Total Time","wds"),type:"Duration",source:"duration",value:"",description:(0,n.__)("The total time it takes to prepare and cook the dish in ISO 8601 duration format. Use totalTime or a combination of both cookTime and prepTime.","wds"),placeholder:(0,n.__)("E.g. PT3M","wds")},nutrition:{id:Mt(),label:(0,n.__)("Nutrition","wds"),type:"NutritionInformation",flatten:!0,properties:{calories:{id:Mt(),label:(0,n.__)("Calories Per Serving","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The number of calories in each serving produced with this recipe. If calories is defined, recipeYield must be defined with the number of servings.","wds"),placeholder:(0,n.__)("E.g. 270 calories")}}},recipeYield:{id:Mt(),label:(0,n.__)("Recipe Yield","wds"),type:"Number",source:"number",value:"",placeholder:(0,n.__)("E.g. 6","wds"),description:(0,n.__)("Specify the number of servings produced from this recipe with a number. This is required if you specify calories per serving.","wds")},image:{id:Mt(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),required:!0,description:(0,n.__)("Images of the completed dish. For best results, provide multiple high-resolution images (minimum of 50K pixels when multiplying width and height) with the following aspect ratios: 16x9, 4x3, and 1x1.","wds"),properties:{0:{id:Mt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},recipeIngredient:{id:Mt(),label:(0,n.__)("Ingredients","wds"),labelSingle:(0,n.__)("Ingredient","wds"),description:(0,n.__)("Ingredients used in the recipe.","wds"),properties:{0:{id:Mt(),label:(0,n.__)("Ingredient","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 3/4 cup sugar","wds")}}},recipeInstructions:{id:Mt(),label:(0,n.__)("Instructions","wds"),activeVersion:"InstructionStepsText",properties:{InstructionStepsText:{id:Mt(),label:(0,n.__)("Instructions","wds"),labelSingle:(0,n.__)("Instruction","wds"),description:(0,n.__)("The steps to make the dish.","wds"),properties:{0:{id:Mt(),label:(0,n.__)("Step","wds")+" 1",type:"Text",source:"custom_text",value:"",updateLabelNumber:!0}},isAnAltVersion:!0},InstructionStepsHowTo:{id:Mt(),label:(0,n.__)("Instruction HowTo Steps","wds"),labelSingle:(0,n.__)("Instruction Step","wds"),description:(0,n.__)("An array of elements which comprise the full instructions of the recipe. Each step element should correspond to an individual step in the recipe.","wds"),properties:{0:{id:Mt(),label:(0,n.__)("Instruction Step","wds"),type:"HowToStep",properties:Lt}},isAnAltVersion:!0}}},author:{id:Mt(),label:(0,n.__)("Author","wds"),activeVersion:"Person",properties:{Person:{id:Mt(),label:(0,n.__)("Author","wds"),type:"Person",properties:St,description:(0,n.__)("The author of the recipe. The author's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:Mt(),label:(0,n.__)("Author Organization","wds"),type:"Organization",properties:At,description:(0,n.__)("The author of the recipe. The author's name must be a valid name.","wds"),isAnAltVersion:!0}}},aggregateRating:{id:Mt(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the recipe.","wds"),optional:!0},review:{id:Mt(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:Mt(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the recipe.","wds"),optional:!0},video:{id:Mt(),label:(0,n.__)("Video","wds"),description:(0,n.__)("A video depicting the steps to make the dish.","wds"),type:"VideoObject",properties:kt,optional:!0}};const jt=P();var Vt={logo:{id:jt(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:jt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds"),required:!0},url:{id:jt(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")},sameAs:{id:jt(),label:(0,n.__)("Same As","wds"),labelSingle:(0,n.__)("URL","wds"),description:(0,n.__)("URL of reference web pages that unambiguously indicate the item's identity.","wds"),properties:{0:{id:jt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:""}}}};const qt=P();var Ut={streetAddress:{id:qt(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0,required:!0},addressLocality:{id:qt(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:qt(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:qt(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:qt(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:qt(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const Bt=P();var zt={name:{id:Bt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the place where the employee will report to work.","wds"),disallowDeletion:!0},address:{id:Bt(),label:(0,n.__)("Address","wds"),type:"PostalAddress",properties:Ut,description:(0,n.__)("The address of the place where the employee will report to work.","wds"),disallowAddition:!0,disallowDeletion:!0,required:!0}};const Gt=P();var Wt={"@type":{id:Gt(),label:(0,n.__)("Administrative Area Type","wds"),type:"Text",source:"options",value:"Country",disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Administrative Area Type","wds"),values:{Country:(0,n.__)("Country","wds"),City:(0,n.__)("City","wds"),State:(0,n.__)("State","wds")}}}},name:{id:Gt(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The name of the administrative area.","wds"),disallowDeletion:!0}};const Ht=P();var Zt={currency:{id:Ht(),label:(0,n.__)("Currency","wds"),type:"Text",source:"options",value:"USD",customSources:{options:{label:(0,n.__)("Currencies","wds"),values:we}},description:(0,n.__)("The currency of the base salary.","wds"),disallowDeletion:!0},value:{id:Ht(),label:(0,n.__)("Currency","wds"),type:"QuantitativeValue",flatten:!0,disallowDeletion:!0,properties:{value:{id:Ht(),label:(0,n.__)("Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("To specify a salary range, define a minValue and a maxValue, rather than a single value.","wds")},minValue:{id:Ht(),label:(0,n.__)("Minimum Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("Use in combination with maxValue to provide a salary range.","wds")},maxValue:{id:Ht(),label:(0,n.__)("Maximum Value","wds"),type:"Number",source:"number",value:"",disallowDeletion:!0,description:(0,n.__)("Use in combination with minValue to provide a salary range.","wds")},unitText:{id:Ht(),label:(0,n.__)("Unit","wds"),type:"Text",source:"options",value:"HOUR",disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Unit","wds"),values:{HOUR:(0,n.__)("Hour","wds"),DAY:(0,n.__)("Day","wds"),WEEK:(0,n.__)("Week","wds"),MONTH:(0,n.__)("Month","wds"),YEAR:(0,n.__)("Year","wds")}}}}}}};const $t=P();var Yt={title:{id:$t(),label:(0,n.__)("Title","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)('The title of the job (not the title of the posting). For example, "Software Engineer" or "Barista".',"wds"),required:!0},description:{id:$t(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"post_data",value:"post_content",description:(0,n.__)("The full description of the job in HTML format. The description should be a complete representation of the job, including job responsibilities, qualifications, skills, working hours, education requirements, and experience requirements. The description can't be the same as the title.","wds"),required:!0},datePosted:{id:$t(),label:(0,n.__)("Date Posted","wds"),type:"DateTime",source:"post_data",value:"post_date",description:(0,n.__)("The original date that employer posted the job in ISO 8601 format.","wds"),required:!0},validThrough:{id:$t(),label:(0,n.__)("Valid Through","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The date when the job posting will expire in ISO 8601 format. This is required for job postings that have an expiration date.","wds")},employmentType:{id:$t(),label:(0,n.__)("Employment Type","wds"),type:"Text",source:"options",value:"FULL_TIME",disallowDeletion:!0,description:(0,n.__)("Type of employment.","wds"),customSources:{options:{label:(0,n.__)("Employment Type","wds"),values:{FULL_TIME:(0,n.__)("Full Time","wds"),PART_TIME:(0,n.__)("Part Time","wds"),CONTRACTOR:(0,n.__)("Contractor","wds"),TEMPORARY:(0,n.__)("Temporary","wds"),INTERN:(0,n.__)("Intern","wds"),VOLUNTEER:(0,n.__)("Volunteer","wds"),PER_DIEM:(0,n.__)("Per Diem","wds"),OTHER:(0,n.__)("Other","wds")}}}},jobLocationType:{id:$t(),label:(0,n.__)("Job Location Type","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("Set this property with the value TELECOMMUTE for jobs in which the employee may or must work remotely 100% of the time (from home or another location of their choosing).","wds"),customSources:{options:{label:(0,n.__)("Job Location Type","wds"),values:{"":(0,n.__)("Default","wds"),TELECOMMUTE:(0,n.__)("Telecommute","wds")}}}},educationRequirements:{id:$t(),type:"EducationalOccupationalCredential",label:(0,n.__)("Education Level","wds"),flatten:!0,properties:{credentialCategory:{id:$t(),label:(0,n.__)("Education Level","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The level of education that's required for the job posting.","wds"),customSources:{options:{label:(0,n.__)("Education Level","wds"),values:{"":(0,n.__)("No requirements","wds"),"high school":(0,n.__)("High School","wds"),"associate degree":(0,n.__)("Associate Degree","wds"),"bachelor degree":(0,n.__)("Bachelor Degree","wds"),"professional certificate":(0,n.__)("Professional Certificate","wds"),"postgraduate degree":(0,n.__)("Postgraduate degree","wds")}}}}}},experienceRequirements:{id:$t(),type:"OccupationalExperienceRequirements",label:(0,n.__)("Months Of Experience","wds"),flatten:!0,properties:{monthsOfExperience:{id:$t(),label:(0,n.__)("Months Of Experience","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The minimum number of months of experience that are required for the job posting. If there are more complex experience requirements, use the experience that represents the minimum number that is required for a candidate.","wds")}}},experienceInPlaceOfEducation:{id:$t(),label:(0,n.__)("Experience In Place Of Education","wds"),type:"Text",source:"options",value:"False",description:(0,n.__)("If set to true, this property indicates whether a job posting will accept experience in place of its formal educational qualifications. If set to true, you must include both the experienceRequirements and educationRequirements properties.","wds"),customSources:{options:{label:(0,n.__)("Boolean Value","wds"),values:{False:(0,n.__)("False","wds"),True:(0,n.__)("True","wds")}}}},hiringOrganization:{id:$t(),label:(0,n.__)("Hiring Organization","wds"),type:"Organization",required:!0,description:(0,n.__)('The organization offering the job position. This should be the name of the company (for example, "Starbucks, Inc"), and not the specific location that is hiring (for example, "Starbucks on Main Street").',"wds"),properties:Vt},jobLocation:{id:$t(),label:(0,n.__)("Job Locations","wds"),labelSingle:(0,n.__)("Job Location","wds"),required:!0,description:(0,n.__)("The physical location(s) of the business where the employee will report to work (such as an office or worksite), not the location where the job was posted. Include as many properties as possible. The more properties you provide, the higher quality the job posting is to the users.","wds"),properties:{0:{id:$t(),type:"Place",properties:zt}}},applicantLocationRequirements:{id:$t(),label:(0,n.__)("Applicant Location Requirements","wds"),labelSingle:(0,n.__)("Applicant Location Requirement","wds"),description:(0,n.__)("The geographic location(s) in which employees may be located for to be eligible for the Work from home job. This property is only recommended if applicants may be located in one or more geographic locations and the job may or must be 100% remote.","wds"),properties:{0:{id:$t(),properties:Wt}}},baseSalary:{id:$t(),label:(0,n.__)("Base Salary","wds"),type:"MonetaryAmount",description:(0,n.__)("The actual base salary for the job, as provided by the employer (not an estimate).","wds"),disallowAddition:!0,properties:Zt},identifier:{id:$t(),label:(0,n.__)("Identifier","wds"),type:"PropertyValue",description:(0,n.__)("The hiring organization's unique identifier for the job.","wds"),disallowAddition:!0,properties:{name:{id:$t(),label:(0,n.__)("Name","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier name.","wds"),disallowDeletion:!0},value:{id:$t(),label:(0,n.__)("Value","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier value.","wds"),disallowDeletion:!0}}}};const Kt=P();var Jt={name:{id:Kt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the person.","wds"),disallowDeletion:!0},url:{id:Kt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("URL to the person's profile page.","wds"),disallowDeletion:!0},image:{id:Kt(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the person.","wds"),disallowDeletion:!0}};const Qt=P();var Xt={"@id":{id:Qt(),label:(0,n.__)("@id","wds"),type:"URL",source:"custom_text",value:"",required:!0,disallowDeletion:!0,description:(0,n.__)("A globally unique ID for the edition in URL format. It must be unique to your organization. The ID must be stable and not change over time. URL format is suggested though not required. It doesn't have to be a working link. The domain used for the @id value must be owned by your organization.","wds")},bookFormat:{id:Qt(),label:(0,n.__)("Book Format","wds"),type:"Text",source:"options",value:"Paperback",disallowDeletion:!0,description:(0,n.__)("The format of the edition.","wds"),required:!0,customSources:{options:{label:(0,n.__)("Book Formats","wds"),values:{Paperback:(0,n.__)("Paperback","wds"),Hardcover:(0,n.__)("Hardcover","wds"),EBook:(0,n.__)("EBook","wds"),AudiobookFormat:(0,n.__)("Audiobook","wds")}}}},inLanguage:{id:Qt(),label:(0,n.__)("Language","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,required:!0,description:(0,n.__)("The main language of the content in the edition. Use one of the two-letter codes from the list of ISO 639-1 alpha-2 codes.","wds"),placeholder:(0,n.__)("E.g. en","wds")},isbn:{id:Qt(),label:(0,n.__)("ISBN","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,required:!0,description:(0,n.__)("The ISBN-13 of the edition. If you have ISBN-10, convert it into ISBN-13. If there's no ISBN for the ebook or audiobook, use the ISBN of the print book instead. For example, if the ebook edition doesn't have an ISBN, use the ISBN for the associated print edition.","wds")},bookEdition:{id:Qt(),label:(0,n.__)("Book Edition","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The edition information of the book in free text format. For example, 2nd Edition.","wds"),placeholder:(0,n.__)("E.g. 2nd Edition","wds")},datePublished:{id:Qt(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date of publication of the edition in YYYY-MM-DD or YYYY format. This can be either a specific date or only a specific year.","wds")},name:{id:Qt(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The title of the edition. Only use this when the title of the edition is different from the title of the work.","wds")},url:{id:Qt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The URL on your website where the edition is introduced or described.","wds")},identifier:{id:Qt(),label:(0,n.__)("Identifiers","wds"),labelSingle:(0,n.__)("Identifier","wds"),description:(0,n.__)("The external or other ID that unambiguously identifies this edition.","wds"),disallowDeletion:!0,properties:{0:{id:Qt(),type:"PropertyValue",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:{propertyID:{id:Qt(),label:(0,n.__)("Type","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The identifier type.","wds"),disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Identifier Types","wds"),values:{"":(0,n.__)("None","wds"),OCLC_NUMBER:(0,n.__)("OCLC_NUMBER","wds"),LCCN:(0,n.__)("LCCN","wds"),"JP_E-CODE":(0,n.__)("JP_E-CODE","wds")}}}},value:{id:Qt(),label:(0,n.__)("Value","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier value. The external ID that unambiguously identifies this edition. Remove all non-numeric prefixes of the external ID.","wds"),disallowDeletion:!0}}}}},author:{id:Qt(),label:(0,n.__)("Authors","wds"),labelSingle:(0,n.__)("Author","wds"),description:(0,n.__)("The author(s) of the edition. Only use this when the author of the edition is different from the work author information.","wds"),disallowDeletion:!0,properties:{0:{id:Qt(),type:"Person",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:Jt}}},sameAs:{id:Qt(),label:(0,n.__)("Same As","wds"),labelSingle:(0,n.__)("URL","wds"),description:(0,n.__)("The URL of a reference web page that unambiguously indicates the edition. For example, a Wikipedia page for this specific edition. Don't reuse the sameAs of the Work.","wds"),disallowDeletion:!0,properties:{0:{id:Qt(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0}}}};const eo=P();var to={"@id":{id:eo(),label:(0,n.__)("@id","wds"),type:"URL",source:"custom_text",value:"",required:!0,description:(0,n.__)("A globally unique ID for the book in URL format. It must be unique to your organization. The ID must be stable and not change over time. URL format is suggested though not required. It doesn't have to be a working link. The domain used for the @id value must be owned by your organization.","wds")},name:{id:eo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The title of the book.","wds")},url:{id:eo(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",required:!0,description:(0,n.__)("The URL on your website where the book is introduced or described.","wds")},author:{id:eo(),label:(0,n.__)("Authors","wds"),labelSingle:(0,n.__)("Author","wds"),required:!0,description:(0,n.__)("The authors of the book.","wds"),properties:{0:{id:eo(),type:"Person",properties:Jt}}},contributor:{id:eo(),label:(0,n.__)("Contributors","wds"),labelSingle:(0,n.__)("Contributor","wds"),optional:!0,description:(0,n.__)("People who have made contributions to the book.","wds"),properties:{0:{id:eo(),type:"Person",properties:Jt}}},sameAs:{id:eo(),label:(0,n.__)("Same As","wds"),labelSingle:(0,n.__)("URL","wds"),description:(0,n.__)("The URL of a reference page that identifies the work. For example, a Wikipedia, Wikidata, VIAF, or Library of Congress page for the book.","wds"),properties:{0:{id:eo(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:""}}},editor:{id:eo(),label:(0,n.__)("Editors","wds"),labelSingle:(0,n.__)("Editor","wds"),optional:!0,description:(0,n.__)("People who have edited the book.","wds"),properties:{0:{id:eo(),type:"Person",properties:Jt}}},workExample:{id:eo(),label:(0,n.__)("Editions","wds"),labelSingle:(0,n.__)("Edition","wds"),description:(0,n.__)("The editions of the work.","wds"),properties:{0:{id:eo(),type:"Book",properties:Xt}}},aggregateRating:{id:eo(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the book.","wds"),optional:!0},review:{id:eo(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:eo(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the book.","wds"),optional:!0}};const oo=P();var io={logo:{id:oo(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo",description:(0,n.__)("The logo of the organization.","wds")},name:{id:oo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name",description:(0,n.__)("The name of the organization.","wds")},url:{id:oo(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url",description:(0,n.__)("The URL of the organization.","wds")}};const so=P();var ro={name:{id:so(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the course instructor.","wds"),disallowDeletion:!0},url:{id:so(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the course instructor.","wds"),disallowDeletion:!0},image:{id:so(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the course instructor.","wds"),disallowDeletion:!0}};const no=P();var ao={streetAddress:{id:no(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The street address. For example, 1600 Amphitheatre Pkwy.","wds"),disallowDeletion:!0},addressLocality:{id:no(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The locality in which the street address is, and which is in the region. For example, Mountain View.","wds"),disallowDeletion:!0},addressRegion:{id:no(),label:(0,n.__)("Address Region","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division.","wds"),disallowDeletion:!0},addressCountry:{id:no(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.","wds"),disallowDeletion:!0},postalCode:{id:no(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The postal code. For example, 94043.","wds"),disallowDeletion:!0},postOfficeBoxNumber:{id:no(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The post office box number for PO box addresses.","wds"),disallowDeletion:!0}};const lo=P();var co={name:{id:lo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The detailed name of the place or venue where the course is being held.","wds"),disallowDeletion:!0},address:{id:lo(),label:(0,n.__)("Address","wds"),type:"PostalAddress",properties:ao,description:(0,n.__)("The venue's detailed street address.","wds"),disallowDeletion:!0,disallowAddition:!0}};const uo=P();var po={price:{id:uo(),label:(0,n.__)("Price Value","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The price for attending this course.","wds"),disallowDeletion:!0},priceCurrency:{id:uo(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The 3-letter ISO 4217 currency code.","wds"),disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Currencies","wds"),values:G()({"":(0,n.__)("None","wds")},we)}}}};const ho=P();var mo={name:{id:ho(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The title of the course instance.","wds"),disallowDeletion:!0},description:{id:ho(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("A description of the course instance.","wds"),disallowDeletion:!0},url:{id:ho(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The URL of the course instance.","wds"),disallowDeletion:!0},courseMode:{id:ho(),label:(0,n.__)("Course Mode","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time").',"wds"),placeholder:(0,n.__)("E.g. onsite","wds"),disallowDeletion:!0},courseWorkload:{id:ho(),label:(0,n.__)("Course Workload","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)('The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, "2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week".',"wds"),placeholder:(0,n.__)("E.g. 2 hours of lectures","wds"),disallowDeletion:!0},eventStatus:{id:ho(),label:(0,n.__)("Status","wds"),type:"Text",source:"options",value:"EventScheduled",customSources:{options:{label:(0,n.__)("Course Status","wds"),values:{EventScheduled:(0,n.__)("Scheduled","wds"),EventMovedOnline:(0,n.__)("Moved Online","wds"),EventRescheduled:(0,n.__)("Rescheduled","wds"),EventPostponed:(0,n.__)("Postponed","wds"),EventCancelled:(0,n.__)("Cancelled","wds")}}},description:(0,n.__)("The status of the course.","wds"),disallowDeletion:!0},eventAttendanceMode:{id:ho(),label:(0,n.__)("Attendance Mode","wds"),type:"Text",source:"options",value:"MixedEventAttendanceMode",customSources:{options:{label:(0,n.__)("Event Attendance Mode","wds"),values:{MixedEventAttendanceMode:(0,n.__)("Mixed Attendance Mode","wds"),OfflineEventAttendanceMode:(0,n.__)("Offline Attendance Mode","wds"),OnlineEventAttendanceMode:(0,n.__)("Online Attendance Mode","wds")}}},description:(0,n.__)("Indicates whether the course will be conducted online, offline at a physical location, or a mix of both online and offline.","wds"),disallowDeletion:!0},startDate:{id:ho(),label:(0,n.__)("Start Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The start date and start time of the course in ISO-8601 format.","wds"),disallowDeletion:!0},endDate:{id:ho(),label:(0,n.__)("End Date","wds"),type:"DateTime",source:"datetime",value:"",description:(0,n.__)("The end date and end time of the course in ISO-8601 format.","wds"),disallowDeletion:!0},instructor:{id:ho(),label:(0,n.__)("Instructors","wds"),labelSingle:(0,n.__)("Instructor","wds"),description:(0,n.__)("A person assigned to instruct or provide instructional assistance for the course instance.","wds"),disallowDeletion:!0,properties:{0:{id:ho(),type:"Person",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0,properties:ro}}},image:{id:ho(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("Images related to the course instance.","wds"),disallowDeletion:!0,properties:{0:{id:ho(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail",disallowDeletion:!0,disallowFirstItemDeletionOnly:!0}}},location:{id:ho(),label:(0,n.__)("Location","wds"),activeVersion:"Place",properties:{Place:{id:ho(),label:(0,n.__)("Location","wds"),type:"Place",properties:co,description:(0,n.__)("The physical location where the course will be held.","wds"),disallowDeletion:!0,disallowAddition:!0,isAnAltVersion:!0},VirtualLocation:{id:ho(),label:(0,n.__)("Virtual Location","wds"),type:"VirtualLocation",disallowAddition:!0,disallowDeletion:!0,isAnAltVersion:!0,properties:{url:{id:ho(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",disallowDeletion:!0,value:"post_permalink",description:(0,n.__)("The URL of the web page, where people can attend the course.","wds")}},description:(0,n.__)("The virtual location of the course.","wds")}}},offers:{id:ho(),label:(0,n.__)("Price","wds"),description:(0,n.__)("Price information for the course.","wds"),properties:po,disallowAddition:!0,disallowDeletion:!0}};const _o=P();var wo={name:{id:_o(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0,description:(0,n.__)("The title of the course.","wds")},description:{id:_o(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",required:!0,description:(0,n.__)("A description of the course. Display limit of 60 characters.","wds")},courseCode:{id:_o(),label:(0,n.__)("Course Code","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The identifier for the Course used by the course provider.","wds"),placeholder:(0,n.__)("E.g. CS101")},numberOfCredits:{id:_o(),label:(0,n.__)("Number Of Credits","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The number of credits or units awarded by the course.","wds")},provider:{id:_o(),label:(0,n.__)("Provider","wds"),type:"Organization",description:(0,n.__)("The organization that publishes the source content of the course. For example, UC Berkeley.","wds"),properties:io},hasCourseInstance:{id:_o(),label:(0,n.__)("Course Instances","wds"),labelSingle:(0,n.__)("Course Instance","wds"),description:(0,n.__)("An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.","wds"),optional:!0,properties:{0:{id:_o(),type:"CourseInstance",properties:mo}}},aggregateRating:{id:_o(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the course.","wds"),optional:!0},review:{id:_o(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:_o(),type:"Review",properties:he}},description:(0,n.__)("Reviews of the course.","wds"),optional:!0}};const fo=P();var yo={price:{id:fo(),label:(0,n.__)("Price Value","wds"),type:"Number",source:"number",value:"",description:(0,n.__)("The price of the software application. If the app is free of charge, set price to 0.","wds"),disallowDeletion:!0},priceCurrency:{id:fo(),label:(0,n.__)("Price Currency Code","wds"),type:"Text",source:"options",value:"",description:(0,n.__)("The 3-letter ISO 4217 currency code. If the app has a price greater than 0, you must include currency.","wds"),disallowDeletion:!0,customSources:{options:{label:(0,n.__)("Currencies","wds"),values:G()({"":(0,n.__)("None","wds")},we)}}}};const go=P();var bo={itemReviewed:{id:go(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,properties:{name:{id:go(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"custom_text",value:"",required:!0,description:(0,n.__)("The name of the item that is being rated.","wds")}},required:!0},ratingCount:{id:go(),label:(0,n.__)("Rating Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("The total number of ratings for the item on your site.","wds")},reviewCount:{id:go(),label:(0,n.__)("Review Count","wds"),type:"Number",source:"number",value:"",customSources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_comment_count:(0,n.__)("Post Comment Count","wds")}}},required:!0,description:(0,n.__)("Specifies the number of people who provided a review with or without an accompanying rating.","wds")},ratingValue:{id:go(),label:(0,n.__)("Rating Value","wds"),type:"Text",source:"custom_text",value:"",required:!0,description:(0,n.__)('A numerical quality rating for the item, either a number, fraction, or percentage (for example, "4", "60%", or "6 / 10").',"wds")},bestRating:{id:go(),label:(0,n.__)("Best Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The highest value allowed in this rating system. If omitted, 5 is assumed.","wds")},worstRating:{id:go(),label:(0,n.__)("Worst Rating","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The lowest value allowed in this rating system. If omitted, 1 is assumed.","wds")}};const vo=P();var To={itemReviewed:{id:vo(),label:(0,n.__)("Reviewed Item","wds"),flatten:!0,required:!0,properties:{name:{id:vo(),label:(0,n.__)("Reviewed Item","wds"),type:"TextFull",source:"custom_text",value:"",disallowDeletion:!0,required:!0,description:(0,n.__)("Name of the item that is being rated.","wds")}}},reviewBody:{id:vo(),label:(0,n.__)("Review Body","wds"),type:"Text",source:"custom_text",value:"",disallowDeletion:!0,description:(0,n.__)("The actual body of the review.","wds")},datePublished:{id:vo(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"datetime",value:"",disallowDeletion:!0,description:(0,n.__)("The date that the review was published, in ISO 8601 date format.","wds")},author:{id:vo(),label:(0,n.__)("Author","wds"),activeVersion:"Person",required:!0,properties:{Person:{id:vo(),label:(0,n.__)("Author","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Person",properties:ae,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0},Organization:{id:vo(),label:(0,n.__)("Author Organization","wds"),disallowDeletion:!0,disallowAddition:!0,type:"Organization",properties:de,required:!0,description:(0,n.__)("The author of the review. The reviewer's name must be a valid name.","wds"),isAnAltVersion:!0}}},reviewRating:{id:vo(),label:(0,n.__)("Rating","wds"),description:(0,n.__)("The rating given in this review.","wds"),type:"Rating",disallowAddition:!0,disallowDeletion:!0,required:!0,properties:ue}};const So=P();var xo={name:{id:So(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title",description:(0,n.__)("The name of the app.","wds"),required:!0},description:{id:So(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description",description:(0,n.__)("The description of the app.","wds")},url:{id:So(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink",description:(0,n.__)("The permanent URL of the app.","wds")},applicationCategory:{id:So(),label:(0,n.__)("Application Category","wds"),type:"Text",source:"options",value:"",customSources:{options:{label:(0,n.__)("Application Category","wds"),values:{"":(0,n.__)("None","wds"),GameApplication:(0,n.__)("Game Application","wds"),SocialNetworkingApplication:(0,n.__)("Social Networking Application","wds"),TravelApplication:(0,n.__)("Travel Application","wds"),ShoppingApplication:(0,n.__)("Shopping Application","wds"),SportsApplication:(0,n.__)("Sports Application","wds"),LifestyleApplication:(0,n.__)("Lifestyle Application","wds"),BusinessApplication:(0,n.__)("Business Application","wds"),DesignApplication:(0,n.__)("Design Application","wds"),DeveloperApplication:(0,n.__)("Developer Application","wds"),DriverApplication:(0,n.__)("Driver Application","wds"),EducationalApplication:(0,n.__)("Educational Application","wds"),HealthApplication:(0,n.__)("Health Application","wds"),FinanceApplication:(0,n.__)("Finance Application","wds"),SecurityApplication:(0,n.__)("Security Application","wds"),BrowserApplication:(0,n.__)("Browser Application","wds"),CommunicationApplication:(0,n.__)("Communication Application","wds"),DesktopEnhancementApplication:(0,n.__)("Desktop Enhancement Application","wds"),EntertainmentApplication:(0,n.__)("Entertainment Application","wds"),MultimediaApplication:(0,n.__)("Multimedia Application","wds"),HomeApplication:(0,n.__)("Home Application","wds"),UtilitiesApplication:(0,n.__)("Utilities Application","wds"),ReferenceApplication:(0,n.__)("Reference Application","wds")}}},description:(0,n.__)("The type of app (for example, BusinessApplication or GameApplication). The value must be a supported app type.","wds")},operatingSystem:{id:So(),label:(0,n.__)("Operating System","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The operating system(s) required to use the app (for example, Windows 7, OSX 10.6, Android 1.6).","wds"),placeholder:(0,n.__)("E.g. Android 1.6","wds")},screenshot:{id:So(),label:(0,n.__)("Screenshots","wds"),labelSingle:(0,n.__)("Screenshot","wds"),description:(0,n.__)("Screenshots of the app.","wds"),properties:{0:{id:So(),label:(0,n.__)("Screenshot","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},offers:{id:So(),label:(0,n.__)("Price","wds"),description:(0,n.__)("Price information for the app.","wds"),properties:yo,disallowAddition:!0},aggregateRating:{id:So(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:bo,description:(0,n.__)("A nested aggregateRating of the app.","wds"),required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review or aggregateRating.","wds")},review:{id:So(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),properties:{0:{id:So(),type:"Review",properties:To}},description:(0,n.__)("Reviews of the app.","wds"),required:!0,requiredNotice:(0,n.__)("This property is required by Google. You must include at least one of the following properties: review or aggregateRating.","wds")},softwareVersion:{id:So(),label:(0,n.__)("Software Version","wds"),description:(0,n.__)("Version of the software instance.","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 1.0.1","wds"),optional:!0},releaseNotes:{id:So(),label:(0,n.__)("Release Notes","wds"),description:(0,n.__)("Description of what changed in this version.","wds"),type:"Text",source:"custom_text",value:"",optional:!0},downloadUrl:{id:So(),label:(0,n.__)("Download URL","wds"),description:(0,n.__)("If the file can be downloaded, URL to download the binary.","wds"),type:"URL",source:"custom_text",value:"",optional:!0},installUrl:{id:So(),label:(0,n.__)("Install URL","wds"),description:(0,n.__)("URL at which the app may be installed, if different from the URL of the item.","wds"),type:"URL",source:"custom_text",value:"",optional:!0},featureList:{id:So(),label:(0,n.__)("Feature List","wds"),description:(0,n.__)("Features or modules provided by this application.","wds"),type:"Text",source:"custom_text",value:"",optional:!0},fileSize:{id:So(),label:(0,n.__)("File Size","wds"),description:(0,n.__)("Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 18MB","wds"),optional:!0},memoryRequirements:{id:So(),label:(0,n.__)("Memory Requirements","wds"),description:(0,n.__)("Minimum memory requirements.","wds"),type:"Text",source:"custom_text",value:"",optional:!0},storageRequirements:{id:So(),label:(0,n.__)("Storage Requirements"),description:(0,n.__)("Storage requirements (free space required).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. 21MB","wds"),optional:!0},processorRequirements:{id:So(),label:(0,n.__)("Processor Requirements","wds"),description:(0,n.__)("Processor architecture required to run the application (e.g. IA64).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. IA64","wds"),optional:!0},softwareRequirements:{id:So(),label:(0,n.__)("Software Requirements","wds"),description:(0,n.__)("Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. DirectX","wds"),optional:!0},permissions:{id:So(),label:(0,n.__)("Permissions","wds"),description:(0,n.__)("Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).","wds"),type:"Text",source:"custom_text",value:"",optional:!0},applicationSuite:{id:So(),label:(0,n.__)("Application Suite","wds"),description:(0,n.__)("The name of the application suite to which the application belongs (e.g. Excel belongs to Office).","wds"),type:"Text",source:"custom_text",value:"",placeholder:(0,n.__)("E.g. Microsoft Office","wds"),optional:!0},availableOnDevice:{id:So(),label:(0,n.__)("Available On Device","wds"),description:(0,n.__)("Device required to run the application. Used in cases where a specific make/model is required to run the application.","wds"),type:"Text",source:"custom_text",value:"",optional:!0}};const Ao=P();var Co=G()({},xo,{carrierRequirements:{id:Ao(),label:(0,n.__)("Carrier Requirements","wds"),description:(0,n.__)("Specifies specific carrier(s) requirements for the application.","wds"),type:"Text",source:"custom_text",value:"",optional:!0}});const Eo=P();var Po=G()({},xo,{browserRequirements:{id:Eo(),label:(0,n.__)("Browser Requirements","wds"),description:(0,n.__)("Specifies browser requirements in human-readable text.","wds"),type:"Text",source:"custom_text",value:"",optional:!0,placeholder:(0,n.__)("E.g. requires HTML5 support","wds")}});const Oo=P();var Do={name:{id:Oo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the person.","wds")},url:{id:Oo(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the person's profile.","wds")},image:{id:Oo(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The profile image of the person.","wds")}};const ko=P();var Ro={logo:{id:ko(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"image",value:"",description:(0,n.__)("The logo of the organization.","wds")},name:{id:ko(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"custom_text",value:"",description:(0,n.__)("The name of the organization.","wds")},url:{id:ko(),label:(0,n.__)("URL","wds"),type:"URL",source:"custom_text",value:"",description:(0,n.__)("The URL of the organization.","wds")}},No=G()({},Do,{name:{disallowDeletion:!0},url:{disallowDeletion:!0},image:{disallowDeletion:!0}});const Io=P();var Lo={name:{id:Io(),label:(0,n.__)("Name","wds"),description:(0,n.__)("The name of the movie.","wds"),type:"TextFull",source:"post_data",value:"post_title",required:!0},dateCreated:{id:Io(),label:(0,n.__)("Release Date","wds"),description:(0,n.__)("The date the movie was released.","wds"),type:"DateTime",source:"datetime",value:""},image:{id:Io(),label:(0,n.__)("Images","wds"),labelSingle:(0,n.__)("Image","wds"),description:(0,n.__)("An image that represents the movie. Images must have a high resolution and have a 6:9 aspect ratio. While Google can crop images that are close to a 6:9 aspect ratio, images largely deviating from this ratio aren't eligible for the feature.","wds"),required:!0,properties:{0:{id:Io(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},director:{id:Io(),label:(0,n.__)("Director","wds"),description:(0,n.__)("The director of the movie.","wds"),type:"Person",properties:Do},aggregateRating:{id:Io(),label:(0,n.__)("Aggregate Rating","wds"),type:"AggregateRating",properties:re,description:(0,n.__)("A nested aggregateRating of the movie.","wds"),optional:!0},review:{id:Io(),label:(0,n.__)("Reviews","wds"),labelSingle:(0,n.__)("Review","wds"),description:(0,n.__)("Reviews of the movie.","wds"),optional:!0,properties:{0:{id:Io(),type:"Review",properties:he}}},actor:{id:Io(),label:(0,n.__)("Actors","wds"),labelSingle:(0,n.__)("Actor","wds"),description:(0,n.__)("Actors working in the movie","wds"),optional:!0,properties:{0:{id:Io(),type:"Person",properties:No}}},countryOfOrigin:{id:Io(),label:(0,n.__)("Country Of Origin","wds"),type:"Country",flatten:!0,optional:!0,properties:{name:{id:Io(),label:(0,n.__)("Country Of Origin","wds"),type:"Text",source:"custom_text",value:"",description:(0,n.__)("The country of the principal offices of the production company or individual responsible for the movie.","wds"),placeholder:(0,n.__)("E.g. USA","wds")}}},duration:{id:Io(),label:(0,n.__)("Duration","wds"),description:(0,n.__)("The duration of the item in ISO 8601 date format.","wds"),type:"Duration",source:"duration",value:"",optional:!0,placeholder:(0,n.__)("E.g. PT00H30M5S","wds")},musicBy:{id:Io(),label:(0,n.__)("Music By","wds"),description:(0,n.__)("The composer of the soundtrack.","wds"),type:"Person",optional:!0,properties:Do},productionCompany:{id:Io(),label:(0,n.__)("Production Company","wds"),type:"Organization",optional:!0,description:(0,n.__)("The production company or studio responsible for the movie.","wds"),properties:Ro}};const Mo=P();var Fo={streetAddress:{id:Mo(),label:(0,n.__)("Street Address","wds"),type:"Text",source:"custom_text",value:""},addressLocality:{id:Mo(),label:(0,n.__)("Address Locality","wds"),type:"Text",source:"custom_text",value:""},addressRegion:{id:Mo(),label:(0,n.__)("Province/State","wds"),type:"Text",source:"custom_text",value:""},addressCountry:{id:Mo(),label:(0,n.__)("Country","wds"),type:"Text",source:"custom_text",value:""},postalCode:{id:Mo(),label:(0,n.__)("Postal Code","wds"),type:"Text",source:"custom_text",value:""},postOfficeBoxNumber:{id:Mo(),label:(0,n.__)("P.O. Box Number","wds"),type:"Text",source:"custom_text",value:""}};const jo=P();var Vo={telephone:{id:jo(),label:(0,n.__)("Phone Number","wds"),type:"Phone",source:"schema_settings",value:"organization_phone_number"},email:{id:jo(),label:(0,n.__)("Email","wds"),type:"Email",source:"site_settings",value:"site_admin_email"},url:{id:jo(),label:(0,n.__)("Contact URL","wds"),type:"URL",source:"site_settings",value:"site_url"},contactType:{id:jo(),label:(0,n.__)("Contact Type","wds"),type:"Text",source:"options",value:"customer support",customSources:{options:{label:(0,n.__)("Contact Type","wds"),values:{"customer support":(0,n.__)("Customer Support","wds"),"technical support":(0,n.__)("Technical Support","wds"),"billing support":(0,n.__)("Billing Support","wds"),"bill payment":(0,n.__)("Bill payment","wds"),sales:(0,n.__)("Sales","wds"),reservations:(0,n.__)("Reservations","wds"),"credit card support":(0,n.__)("Credit Card Support","wds"),emergency:(0,n.__)("Emergency","wds"),"baggage tracking":(0,n.__)("Baggage Tracking","wds"),"roadside assistance":(0,n.__)("Roadside Assistance","wds"),"package tracking":(0,n.__)("Package Tracking","wds")}}}}};const qo=P();var Uo={logo:{id:qo(),label:(0,n.__)("Logo","wds"),type:"ImageObject",source:"schema_settings",value:"organization_logo"},name:{id:qo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"schema_settings",value:"organization_name"},url:{id:qo(),label:(0,n.__)("URL","wds"),type:"URL",source:"site_settings",value:"site_url"},address:{id:qo(),label:(0,n.__)("Address","wds"),optional:!0,properties:{0:{id:qo(),type:"PostalAddress",properties:Fo}}},contactPoint:{id:qo(),label:(0,n.__)("Contact Point","wds"),optional:!0,properties:{0:{id:qo(),type:"ContactPoint",properties:Vo}}}};const Bo=P();var zo={headline:{id:Bo(),label:(0,n.__)("Headline","wds"),type:"TextFull",source:"seo_meta",value:"seo_title"},name:{id:Bo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"post_data",value:"post_title"},url:{id:Bo(),label:(0,n.__)("URL","wds"),type:"URL",source:"post_data",value:"post_permalink"},description:{id:Bo(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"seo_meta",value:"seo_description"},primaryImageOfPage:{id:Bo(),label:(0,n.__)("Primary Image Of Page","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"},thumbnailUrl:{id:Bo(),label:(0,n.__)("Thumbnail URL","wds"),type:"ImageURL",source:"post_data",value:"post_thumbnail_url"},lastReviewed:{id:Bo(),label:(0,n.__)("Last Reviewed","wds"),type:"DateTime",source:"post_data",value:"post_modified",optional:!0},dateModified:{id:Bo(),label:(0,n.__)("Date Modified","wds"),type:"DateTime",source:"post_data",value:"post_modified"},datePublished:{id:Bo(),label:(0,n.__)("Date Published","wds"),type:"DateTime",source:"post_data",value:"post_date"},articleBody:{id:Bo(),label:(0,n.__)("Article Body","wds"),type:"TextFull",source:"post_data",value:"post_content",optional:!0},alternativeHeadline:{id:Bo(),label:(0,n.__)("Alternative Headline","wds"),type:"TextFull",source:"post_data",value:"post_title",optional:!0},relatedLink:{id:Bo(),label:(0,n.__)("Related Link","wds"),type:"URL",source:"custom_text",value:"",optional:!0},significantLink:{id:Bo(),label:(0,n.__)("Significant Link","wds"),type:"URL",source:"custom_text",value:"",optional:!0},image:{id:Bo(),label:(0,n.__)("Images","wds"),label_single:(0,n.__)("Image","wds"),properties:{0:{id:Bo(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"post_data",value:"post_thumbnail"}}},author:{id:Bo(),label:(0,n.__)("Author","wds"),type:"Person",properties:{name:{id:Bo(),label:(0,n.__)("Name","wds"),type:"TextFull",source:"author",value:"author_full_name"},url:{id:Bo(),label:(0,n.__)("URL","wds"),type:"URL",source:"author",value:"author_url"},description:{id:Bo(),label:(0,n.__)("Description","wds"),type:"TextFull",source:"author",value:"author_description",optional:!0},image:{id:Bo(),label:(0,n.__)("Image","wds"),type:"ImageObject",source:"author",value:"author_gravatar"}}},publisher:{id:Bo(),label:(0,n.__)("Publisher","wds"),type:"Organization",properties:Uo}};function Go(e,t,o){return function(e,t){if(e!==t)throw new TypeError("Private static access of wrong provenance")}(e,t),function(e,t){if(void 0===e)throw new TypeError("attempted to get private static field before its declaration")}(o),function(e,t){return t.get?t.get.call(e):t.value}(e,o)}const Wo=P(),Ho={Article:{label:(0,n.__)("Article","wds"),icon:"wds-custom-icon-file-alt",properties:q},BlogPosting:{label:(0,n.__)("Blog Posting","wds"),icon:"wds-custom-icon-blog",parent:"Article"},NewsArticle:{label:(0,n.__)("News Article","wds"),icon:"wds-custom-icon-newspaper",parent:"Article"},Book:{label:(0,n.__)("Book","wds"),icon:"wds-custom-icon-book",properties:to,subText:(0,e.createInterpolateElement)((0,n.__)("Note: Rich Results Test supports the Books Schema type for a limited number of sites for the time being, so please go to the <a>Structured Data testing tool</a> to check your book type.","wds"),{a:(0,e.createElement)("a",{target:"_blank",href:"https://search.google.com/structured-data/testing-tool/u/0/"})})},Course:{label:(0,n.__)("Course","wds"),icon:"wds-custom-icon-graduation-cap",properties:wo},Event:{label:(0,n.__)("Event","wds"),icon:"wds-custom-icon-calendar-check",properties:_e},FAQPage:{label:(0,n.__)("FAQ Page","wds"),icon:"wds-custom-icon-question-circle",properties:Ye},HowTo:{label:(0,n.__)("How To","wds"),icon:"wds-custom-icon-list-alt",properties:tt},JobPosting:{label:(0,n.__)("Job Posting","wds"),icon:"wds-custom-icon-user-tie",properties:Yt},LocalBusiness:{label:(0,n.__)("Local Business","wds"),icon:"wds-custom-icon-store",condition:{id:Wo(),lhs:"homepage",operator:"=",rhs:""},properties:yt,afterAdditionNotice:(0,n.sprintf)((0,n.__)("If you wish to add a Local Business with <strong>multiple locations</strong>, you can easily do this by duplicating your Local Business type and editing the properties. Alternatively, you can just add a new Local Business type. To learn more, see our %s."),(0,n.sprintf)('<a target="_blank" href="https://wpmudev.com/docs/wpmu-dev-plugins/smartcrawl/#schema">%s</a>',(0,n.__)("Schema Documentation","wds")))},AnimalShelter:{label:(0,n.__)("Animal Shelter","wds"),icon:"wds-custom-icon-paw",parent:"LocalBusiness"},AutomotiveBusiness:{label:(0,n.__)("Automotive Business","wds"),icon:"wds-custom-icon-car",parent:"LocalBusiness"},AutoBodyShop:{label:(0,n.__)("Auto Body Shop","wds"),icon:"wds-custom-icon-car-building",parent:"AutomotiveBusiness"},AutoDealer:{label:(0,n.__)("Auto Dealer","wds"),icon:"wds-custom-icon-car-garage",parent:"AutomotiveBusiness"},AutoPartsStore:{label:(0,n.__)("Auto Parts Store","wds"),icon:"wds-custom-icon-tire",parent:"AutomotiveBusiness"},AutoRental:{label:(0,n.__)("Auto Rental","wds"),icon:"wds-custom-icon-garage-car",parent:"AutomotiveBusiness"},AutoRepair:{label:(0,n.__)("Auto Repair","wds"),icon:"wds-custom-icon-car-mechanic",parent:"AutomotiveBusiness"},AutoWash:{label:(0,n.__)("Auto Wash","wds"),icon:"wds-custom-icon-car-wash",parent:"AutomotiveBusiness"},GasStation:{label:(0,n.__)("Gas Station","wds"),icon:"wds-custom-icon-gas-pump",parent:"AutomotiveBusiness"},MotorcycleDealer:{label:(0,n.__)("Motorcycle Dealer","wds"),icon:"wds-custom-icon-motorcycle",parent:"AutomotiveBusiness"},MotorcycleRepair:{label:(0,n.__)("Motorcycle Repair","wds"),icon:"wds-custom-icon-tools",parent:"AutomotiveBusiness"},ChildCare:{label:(0,n.__)("Child Care","wds"),icon:"wds-custom-icon-baby",parent:"LocalBusiness"},DryCleaningOrLaundry:{label:(0,n.__)("Dry Cleaning Or Laundry","wds"),icon:"wds-custom-icon-washer",parent:"LocalBusiness"},EmergencyService:{label:(0,n.__)("Emergency Service","wds"),icon:"wds-custom-icon-siren-on",parent:"LocalBusiness"},FireStation:{label:(0,n.__)("Fire Station","wds"),icon:"wds-custom-icon-fire-extinguisher",parent:"EmergencyService"},Hospital:{label:(0,n.__)("Hospital","wds"),icon:"wds-custom-icon-hospital-alt",parent:"EmergencyService"},PoliceStation:{label:(0,n.__)("Police Station","wds"),icon:"wds-custom-icon-police-box",parent:"EmergencyService"},EmploymentAgency:{label:(0,n.__)("Employment Agency","wds"),icon:"wds-custom-icon-user-tie",parent:"LocalBusiness"},EntertainmentBusiness:{label:(0,n.__)("Entertainment Business","wds"),icon:"wds-custom-icon-tv-music",parent:"LocalBusiness"},AdultEntertainment:{label:(0,n.__)("Adult Entertainment","wds"),icon:"wds-custom-icon-diamond",parent:"EntertainmentBusiness"},AmusementPark:{label:(0,n.__)("Amusement Park","wds"),icon:"wds-custom-icon-helicopter",parent:"EntertainmentBusiness"},ArtGallery:{label:(0,n.__)("Art Gallery","wds"),icon:"wds-custom-icon-image",parent:"EntertainmentBusiness"},Casino:{label:(0,n.__)("Casino","wds"),icon:"wds-custom-icon-coins",parent:"EntertainmentBusiness"},ComedyClub:{label:(0,n.__)("Comedy Club","wds"),icon:"wds-custom-icon-theater-masks",parent:"EntertainmentBusiness"},MovieTheater:{label:(0,n.__)("Movie Theater","wds"),icon:"wds-custom-icon-camera-movie",parent:"EntertainmentBusiness"},NightClub:{label:(0,n.__)("Night Club","wds"),icon:"wds-custom-icon-cocktail",parent:"EntertainmentBusiness"},FinancialService:{label:(0,n.__)("Financial Service","wds"),icon:"wds-custom-icon-briefcase",parent:"LocalBusiness"},AccountingService:{label:(0,n.__)("Accounting Service","wds"),icon:"wds-custom-icon-cabinet-filing",parent:"FinancialService"},AutomatedTeller:{label:(0,n.__)("Automated Teller","wds"),icon:"wds-custom-icon-credit-card",parent:"FinancialService"},BankOrCreditUnion:{label:(0,n.__)("Bank Or Credit Union","wds"),icon:"wds-custom-icon-landmark",parent:"FinancialService"},InsuranceAgency:{label:(0,n.__)("Insurance Agency","wds"),icon:"wds-custom-icon-car-crash",parent:"FinancialService"},FoodEstablishment:{label:(0,n.__)("Food Establishment","wds"),icon:"wds-custom-icon-carrot",condition:{id:Wo(),lhs:"homepage",operator:"=",rhs:""},parent:"LocalBusiness",properties:bt},Bakery:{label:(0,n.__)("Bakery","wds"),icon:"wds-custom-icon-croissant",parent:"FoodEstablishment"},BarOrPub:{label:(0,n.__)("Bar Or Pub","wds"),icon:"wds-custom-icon-glass-whiskey-rocks",parent:"FoodEstablishment"},Brewery:{label:(0,n.__)("Brewery","wds"),icon:"wds-custom-icon-beer",parent:"FoodEstablishment"},CafeOrCoffeeShop:{label:(0,n.__)("Cafe Or Coffee Shop","wds"),icon:"wds-custom-icon-coffee",parent:"FoodEstablishment"},Distillery:{label:(0,n.__)("Distillery","wds"),icon:"wds-custom-icon-flask-potion",parent:"FoodEstablishment"},FastFoodRestaurant:{label:(0,n.__)("Fast Food Restaurant","wds"),icon:"wds-custom-icon-burger-soda",parent:"FoodEstablishment"},IceCreamShop:{label:(0,n.__)("Ice Cream Shop","wds"),icon:"wds-custom-icon-ice-cream",parent:"FoodEstablishment"},Restaurant:{label:(0,n.__)("Restaurant","wds"),icon:"wds-custom-icon-utensils-alt",parent:"FoodEstablishment"},Winery:{label:(0,n.__)("Winery","wds"),icon:"wds-custom-icon-wine-glass-alt",parent:"FoodEstablishment"},GovernmentOffice:{label:(0,n.__)("Government Office","wds"),icon:"wds-custom-icon-university",parent:"LocalBusiness"},PostOffice:{label:(0,n.__)("Post Office","wds"),icon:"wds-custom-icon-mailbox",parent:"GovernmentOffice"},HealthAndBeautyBusiness:{label:(0,n.__)("Health And Beauty","wds"),labelFull:(0,n.__)("Health And Beauty Business","wds"),icon:"wds-custom-icon-heartbeat",parent:"LocalBusiness"},BeautySalon:{label:(0,n.__)("Beauty Salon","wds"),icon:"wds-custom-icon-lips",parent:"HealthAndBeautyBusiness"},DaySpa:{label:(0,n.__)("Day Spa","wds"),icon:"wds-custom-icon-spa",parent:"HealthAndBeautyBusiness"},HairSalon:{label:(0,n.__)("Hair Salon","wds"),icon:"wds-custom-icon-cut",parent:"HealthAndBeautyBusiness"},HealthClub:{label:(0,n.__)("Health Club","wds"),icon:"wds-custom-icon-notes-medical",parent:"HealthAndBeautyBusiness"},NailSalon:{label:(0,n.__)("Nail Salon","wds"),icon:"wds-custom-icon-hands-heart",parent:"HealthAndBeautyBusiness"},TattooParlor:{label:(0,n.__)("Tattoo Parlor","wds"),icon:"wds-custom-icon-moon-stars",parent:"HealthAndBeautyBusiness"},HomeAndConstructionBusiness:{label:(0,n.__)("Home And Construction","wds"),labelFull:(0,n.__)("Home And Construction Business","wds"),icon:"wds-custom-icon-home-heart",parent:"LocalBusiness"},Electrician:{label:(0,n.__)("Electrician","wds"),icon:"wds-custom-icon-bolt",parent:"HomeAndConstructionBusiness"},GeneralContractor:{label:(0,n.__)("General Contractor","wds"),icon:"wds-custom-icon-house-leave",parent:"HomeAndConstructionBusiness"},HVACBusiness:{label:(0,n.__)("HVACBusiness","wds"),icon:"wds-custom-icon-temperature-frigid",parent:"HomeAndConstructionBusiness"},HousePainter:{label:(0,n.__)("House Painter","wds"),icon:"wds-custom-icon-paint-roller",parent:"HomeAndConstructionBusiness"},Locksmith:{label:(0,n.__)("Locksmith","wds"),icon:"wds-custom-icon-key",parent:"HomeAndConstructionBusiness"},MovingCompany:{label:(0,n.__)("Moving Company","wds"),icon:"wds-custom-icon-dolly",parent:"HomeAndConstructionBusiness"},Plumber:{label:(0,n.__)("Plumber","wds"),icon:"wds-custom-icon-faucet",parent:"HomeAndConstructionBusiness"},RoofingContractor:{label:(0,n.__)("Roofing Contractor","wds"),icon:"wds-custom-icon-home",parent:"HomeAndConstructionBusiness"},InternetCafe:{label:(0,n.__)("Internet Cafe","wds"),icon:"wds-custom-icon-mug-hot",parent:"LocalBusiness"},LegalService:{label:(0,n.__)("Legal Service","wds"),icon:"wds-custom-icon-balance-scale-right",parent:"LocalBusiness"},Attorney:{label:(0,n.__)("Attorney","wds"),icon:"wds-custom-icon-gavel",parent:"LegalService"},Notary:{label:(0,n.__)("Notary","wds"),icon:"wds-custom-icon-pen-alt",parent:"LegalService"},Library:{label:(0,n.__)("Library","wds"),icon:"wds-custom-icon-books",parent:"LocalBusiness"},LodgingBusiness:{label:(0,n.__)("Lodging Business","wds"),icon:"wds-custom-icon-bed",parent:"LocalBusiness"},BedAndBreakfast:{label:(0,n.__)("Bed And Breakfast","wds"),icon:"wds-custom-icon-bed-empty",parent:"LodgingBusiness"},Campground:{label:(0,n.__)("Campground","wds"),icon:"wds-custom-icon-campground",parent:"LodgingBusiness"},Hostel:{label:(0,n.__)("Hostel","wds"),icon:"wds-custom-icon-bed-bunk",parent:"LodgingBusiness"},Hotel:{label:(0,n.__)("Hotel","wds"),icon:"wds-custom-icon-h-square",parent:"LodgingBusiness"},Motel:{label:(0,n.__)("Motel","wds"),icon:"wds-custom-icon-concierge-bell",parent:"LodgingBusiness"},Resort:{label:(0,n.__)("Resort","wds"),icon:"wds-custom-icon-umbrella-beach",parent:"LodgingBusiness"},MedicalBusiness:{label:(0,n.__)("Medical Business","wds"),icon:"wds-custom-icon-clinic-medical",parent:"LocalBusiness"},CommunityHealth:{label:(0,n.__)("Community Health","wds"),icon:"wds-custom-icon-hospital-user",parent:"MedicalBusiness"},Dentist:{label:(0,n.__)("Dentist","wds"),icon:"wds-custom-icon-tooth",parent:"MedicalBusiness"},Dermatology:{label:(0,n.__)("Dermatology","wds"),icon:"wds-custom-icon-allergies",parent:"MedicalBusiness"},DietNutrition:{label:(0,n.__)("Diet Nutrition","wds"),icon:"wds-custom-icon-weight",parent:"MedicalBusiness"},Emergency:{label:(0,n.__)("Emergency","wds"),icon:"wds-custom-icon-ambulance",parent:"MedicalBusiness"},Geriatric:{label:(0,n.__)("Geriatric","wds"),icon:"wds-custom-icon-loveseat",parent:"MedicalBusiness"},Gynecologic:{label:(0,n.__)("Gynecologic","wds"),icon:"wds-custom-icon-female",parent:"MedicalBusiness"},MedicalClinic:{label:(0,n.__)("Medical Clinic","wds"),icon:"wds-custom-icon-clinic-medical",parent:"MedicalBusiness"},Midwifery:{label:(0,n.__)("Midwifery","wds"),icon:"wds-custom-icon-baby",parent:"MedicalBusiness"},Nursing:{label:(0,n.__)("Nursing","wds"),icon:"wds-custom-icon-user-nurse",parent:"MedicalBusiness"},Obstetric:{label:(0,n.__)("Obstetric","wds"),icon:"wds-custom-icon-baby",parent:"MedicalBusiness"},Oncologic:{label:(0,n.__)("Oncologic","wds"),icon:"wds-custom-icon-user-md",parent:"MedicalBusiness"},Optician:{label:(0,n.__)("Optician","wds"),icon:"wds-custom-icon-eye",parent:"MedicalBusiness"},Optometric:{label:(0,n.__)("Optometric","wds"),icon:"wds-custom-icon-glasses-alt",parent:"MedicalBusiness"},Otolaryngologic:{label:(0,n.__)("Otolaryngologic","wds"),icon:"wds-custom-icon-user-md-chat",parent:"MedicalBusiness"},Pediatric:{label:(0,n.__)("Pediatric","wds"),icon:"wds-custom-icon-child",parent:"MedicalBusiness"},Pharmacy:{label:(0,n.__)("Pharmacy","wds"),icon:"wds-custom-icon-pills",parent:"MedicalBusiness"},Physician:{label:(0,n.__)("Physician","wds"),icon:"wds-custom-icon-user-md",parent:"MedicalBusiness"},Physiotherapy:{label:(0,n.__)("Physiotherapy","wds"),icon:"wds-custom-icon-user-injured",parent:"MedicalBusiness"},PlasticSurgery:{label:(0,n.__)("Plastic Surgery","wds"),icon:"wds-custom-icon-lips",parent:"MedicalBusiness"},Podiatric:{label:(0,n.__)("Podiatric","wds"),icon:"wds-custom-icon-shoe-prints",parent:"MedicalBusiness"},PrimaryCare:{label:(0,n.__)("Primary Care","wds"),icon:"wds-custom-icon-comment-alt-medical",parent:"MedicalBusiness"},Psychiatric:{label:(0,n.__)("Psychiatric","wds"),icon:"wds-custom-icon-head-side-brain",parent:"MedicalBusiness"},PublicHealth:{label:(0,n.__)("Public Health","wds"),icon:"wds-custom-icon-clipboard-user",parent:"MedicalBusiness"},ProfessionalService:{label:(0,n.__)("Professional Service","wds"),icon:"wds-custom-icon-user-hard-hat",parent:"LocalBusiness"},RadioStation:{label:(0,n.__)("Radio Station","wds"),icon:"wds-custom-icon-radio",parent:"LocalBusiness"},RealEstateAgent:{label:(0,n.__)("Real Estate Agent","wds"),icon:"wds-custom-icon-sign",parent:"LocalBusiness"},RecyclingCenter:{label:(0,n.__)("Recycling Center","wds"),icon:"wds-custom-icon-recycle",parent:"LocalBusiness"},SelfStorage:{label:(0,n.__)("Self Storage","wds"),icon:"wds-custom-icon-warehouse-alt",parent:"LocalBusiness"},ShoppingCenter:{label:(0,n.__)("Shopping Center","wds"),icon:"wds-custom-icon-bags-shopping",parent:"LocalBusiness"},SportsActivityLocation:{label:(0,n.__)("Sports Activity Location","wds"),icon:"wds-custom-icon-volleyball-ball",parent:"LocalBusiness"},BowlingAlley:{label:(0,n.__)("Bowling Alley","wds"),icon:"wds-custom-icon-bowling-pins",parent:"SportsActivityLocation"},ExerciseGym:{label:(0,n.__)("Exercise Gym","wds"),icon:"wds-custom-icon-dumbbell",parent:"SportsActivityLocation"},GolfCourse:{label:(0,n.__)("Golf Course","wds"),icon:"wds-custom-icon-golf-club",parent:"SportsActivityLocation"},PublicSwimmingPool:{label:(0,n.__)("Public Swimming Pool","wds"),icon:"wds-custom-icon-swimmer",parent:"SportsActivityLocation"},SkiResort:{label:(0,n.__)("Ski Resort","wds"),icon:"wds-custom-icon-skiing",parent:"SportsActivityLocation"},SportsClub:{label:(0,n.__)("Sports Club","wds"),icon:"wds-custom-icon-football-ball",parent:"SportsActivityLocation"},StadiumOrArena:{label:(0,n.__)("Stadium Or Arena","wds"),icon:"wds-custom-icon-pennant",parent:"SportsActivityLocation"},TennisComplex:{label:(0,n.__)("Tennis Complex","wds"),icon:"wds-custom-icon-racquet",parent:"SportsActivityLocation"},Store:{label:(0,n.__)("Store","wds"),icon:"wds-custom-icon-store-alt",parent:"LocalBusiness"},BikeStore:{label:(0,n.__)("Bike Store","wds"),icon:"wds-custom-icon-bicycle",parent:"Store"},BookStore:{label:(0,n.__)("Book Store","wds"),icon:"wds-custom-icon-book",parent:"Store"},ClothingStore:{label:(0,n.__)("Clothing Store","wds"),icon:"wds-custom-icon-tshirt",parent:"Store"},ComputerStore:{label:(0,n.__)("Computer Store","wds"),icon:"wds-custom-icon-laptop",parent:"Store"},ConvenienceStore:{label:(0,n.__)("Convenience Store","wds"),icon:"wds-custom-icon-shopping-basket",parent:"Store"},DepartmentStore:{label:(0,n.__)("Department Store","wds"),icon:"wds-custom-icon-bags-shopping",parent:"Store"},ElectronicsStore:{label:(0,n.__)("Electronics Store","wds"),icon:"wds-custom-icon-boombox",parent:"Store"},Florist:{label:(0,n.__)("Florist","wds"),icon:"wds-custom-icon-flower-daffodil",parent:"Store"},FurnitureStore:{label:(0,n.__)("Furniture Store","wds"),icon:"wds-custom-icon-chair",parent:"Store"},GardenStore:{label:(0,n.__)("Garden Store","wds"),icon:"wds-custom-icon-seedling",parent:"Store"},GroceryStore:{label:(0,n.__)("Grocery Store","wds"),icon:"wds-custom-icon-shopping-cart",parent:"Store"},HardwareStore:{label:(0,n.__)("Hardware Store","wds"),icon:"wds-custom-icon-computer-speaker",parent:"Store"},HobbyShop:{label:(0,n.__)("Hobby Shop","wds"),icon:"wds-custom-icon-game-board",parent:"Store"},HomeGoodsStore:{label:(0,n.__)("Home Goods Store","wds"),icon:"wds-custom-icon-coffee-pot",parent:"Store"},JewelryStore:{label:(0,n.__)("Jewelry Store","wds"),icon:"wds-custom-icon-rings-wedding",parent:"Store"},LiquorStore:{label:(0,n.__)("Liquor Store","wds"),icon:"wds-custom-icon-jug",parent:"Store"},MensClothingStore:{label:(0,n.__)("Mens Clothing Store","wds"),icon:"wds-custom-icon-user-tie",parent:"Store"},MobilePhoneStore:{label:(0,n.__)("Mobile Phone Store","wds"),icon:"wds-custom-icon-mobile-alt",parent:"Store"},MovieRentalStore:{label:(0,n.__)("Movie Rental Store","wds"),icon:"wds-custom-icon-film",parent:"Store"},MusicStore:{label:(0,n.__)("Music Store","wds"),icon:"wds-custom-icon-album-collection",parent:"Store"},OfficeEquipmentStore:{label:(0,n.__)("Office Equipment Store","wds"),icon:"wds-custom-icon-chair-office",parent:"Store"},OutletStore:{label:(0,n.__)("Outlet Store","wds"),icon:"wds-custom-icon-tags",parent:"Store"},PawnShop:{label:(0,n.__)("Pawn Shop","wds"),icon:"wds-custom-icon-ring",parent:"Store"},PetStore:{label:(0,n.__)("Pet Store","wds"),icon:"wds-custom-icon-dog-leashed",parent:"Store"},ShoeStore:{label:(0,n.__)("Shoe Store","wds"),icon:"wds-custom-icon-boot",parent:"Store"},SportingGoodsStore:{label:(0,n.__)("Sporting Goods Store","wds"),icon:"wds-custom-icon-baseball",parent:"Store"},TireShop:{label:(0,n.__)("Tire Shop","wds"),icon:"wds-custom-icon-tire",parent:"Store"},ToyStore:{label:(0,n.__)("Toy Store","wds"),icon:"wds-custom-icon-gamepad-alt",parent:"Store"},WholesaleStore:{label:(0,n.__)("Wholesale Store","wds"),icon:"wds-custom-icon-boxes-alt",parent:"Store"},TelevisionStation:{label:(0,n.__)("Television Station","wds"),icon:"wds-custom-icon-tv-retro",parent:"LocalBusiness"},TouristInformationCenter:{label:(0,n.__)("Tourist Information Center","wds"),icon:"wds-custom-icon-map-marked-alt",parent:"LocalBusiness"},TravelAgency:{label:(0,n.__)("Travel Agency","wds"),icon:"wds-custom-icon-plane",parent:"LocalBusiness"},Movie:{icon:"wds-custom-icon-camera-movie",label:(0,n.__)("Movie","wds"),properties:Lo},Product:{icon:"wds-custom-icon-shopping-cart",label:(0,n.__)("Product","wds"),properties:Ie,subText:(0,e.createInterpolateElement)((0,n.__)("Note: You must include one of the following properties: <strong>review</strong>, <strong>aggregateRating</strong> or <strong>offers</strong>. Once you include one of either a review or aggregateRating or offers, the other two properties will become recommended by the Rich Results Test.","wds"),{strong:(0,e.createElement)("strong",null)})},Recipe:{label:(0,n.__)("Recipe","wds"),icon:"wds-custom-icon-soup",properties:Ft},SoftwareApplication:{label:(0,n.__)("Software Application","wds"),icon:"wds-custom-icon-laptop-code",properties:xo,subText:(0,e.createInterpolateElement)((0,n.__)("Note: You must include one of the following properties: <strong>review</strong> or <strong>aggregateRating</strong>. Once you include one of either a review or aggregateRating, the other property will become recommended by the Rich Results Test.","wds"),{strong:(0,e.createElement)("strong",null)})},MobileApplication:{label:(0,n.__)("Mobile Application","wds"),icon:"wds-custom-icon-mobile-alt",properties:Co,parent:"SoftwareApplication"},WebApplication:{label:(0,n.__)("Web Application","wds"),icon:"wds-custom-icon-browser",properties:Po,parent:"SoftwareApplication"},WooProduct:{icon:"wds-custom-icon-woocommerce",label:(0,n.__)("WooCommerce Product","wds"),condition:{id:Wo(),lhs:"post_type",operator:"=",rhs:"product"},properties:ze,disabled:!a.get("woocommerce","schema_types"),subTypesNotice:(0,e.createInterpolateElement)((0,n.__)("Note: Simple Product includes the <strong>Offer</strong> property, while Variable product includes the <strong>AggregateOffer</strong> property to fit the variation in pricing to your product.","wds"),{strong:(0,e.createElement)("strong",null)}),subText:(0,e.createInterpolateElement)((0,n.__)("Note: You must include one of the following properties: <strong>review</strong>, <strong>aggregateRating</strong> or <strong>offers</strong>. Once you include one of either a review or aggregateRating or offers, the other two properties will become recommended by the Rich Results Test.","wds"),{strong:(0,e.createElement)("strong",null)}),schemaReplacementNotice:(0,n.__)("On the pages where this schema type is printed, schema generated by WooCommerce will be replaced to avoid generating multiple product schemas for the same product page.","wds")},WooVariableProduct:{icon:"wds-custom-icon-woocommerce",label:(0,n.__)("Variable Product","wds"),labelFull:(0,n.__)("WooCommerce Variable Product","wds"),condition:{id:Wo(),lhs:"product_type",operator:"=",rhs:"WC_Product_Variable"},disabled:!a.get("woocommerce","schema_types"),parent:"WooProduct"},WooSimpleProduct:{icon:"wds-custom-icon-woocommerce",label:(0,n.__)("Simple Product","wds"),labelFull:(0,n.__)("WooCommerce Simple Product","wds"),condition:{id:Wo(),lhs:"product_type",operator:"=",rhs:"WC_Product_Simple"},properties:vt,disabled:!a.get("woocommerce","schema_types"),parent:"WooProduct"},WebPage:{label:(0,n.__)("Web Page","wds"),icon:"",properties:zo,hidden:!0}};class Zo{static getParentTree(e){let t={},o=e,i=Ho[e];do{t=Object.assign({[o]:i},t),o=!(!i.parent||!Ho.hasOwnProperty(i.parent))&&i.parent,i=!!o&&Ho[o]}while(o);return t}static findDirectChildren(e){return Object.keys(Ho).filter((t=>Ho[t].parent===e))}static makeTypeData(e){const t=this.getParentTree(e),o=Object.assign({},...Object.values(t));return delete o.parent,o.children=this.findDirectChildren(e),o}static getType(e){return Go(this,Zo,$o).hasOwnProperty(e)||(Go(this,Zo,$o)[e]=this.makeTypeData(e)),Go(this,Zo,$o)[e]}static getTopLevelTypeKeys(){return Object.keys(Ho).filter((e=>!Ho[e].parent))}}var $o={writable:!0,value:{}};class Yo extends i().Component{constructor(e){super(e),this.MODAL_STATE={TYPE:"type",LABEL:"label",CONDITION:"condition"},this.state={modalState:this.MODAL_STATE.TYPE,selectedTypes:[],addedTypes:[],typeLabel:"",searchTerm:"",typeConditions:[]}}switchModalState(e){this.setState({modalState:e})}isStateType(){return this.state.modalState===this.MODAL_STATE.TYPE}isStateLabel(){return this.state.modalState===this.MODAL_STATE.LABEL}isStateCondition(){return this.state.modalState===this.MODAL_STATE.CONDITION}switchToType(){this.switchModalState(this.MODAL_STATE.TYPE)}switchToLabel(){this.switchModalState(this.MODAL_STATE.LABEL)}switchToCondition(){this.switchModalState(this.MODAL_STATE.CONDITION)}clearSearchTerm(){this.setState({searchTerm:""})}setSearchTerm(e){this.setState({searchTerm:e})}handleNextButtonClick(){this.isStateType()?this.hasSubTypeOptions()?this.loadSubTypes():(this.setNewLabel(this.getDefaultTypeLabel()),this.switchToLabel()):this.isStateLabel()?(this.setDefaultCondition(this.getTypeToAdd()),this.switchToCondition()):this.addType()}handleBackButtonClick(){this.clearSearchTerm(),this.isStateType()?this.typesAdded()?this.loadPreviousTypes():this.props.onClose():this.isStateLabel()?this.switchToType():this.switchToLabel()}getTypeToAdd(){let e=!1;return this.state.selectedTypes.length?e=(0,w.first)(this.state.selectedTypes):this.typesAdded()&&(e=(0,w.last)(this.state.addedTypes)),e}addType(){const e=this.getDefaultTypeLabel();this.props.onAdd(this.getTypeToAdd(),this.state.typeLabel.trim()||e,this.state.typeConditions)}loadSubTypes(){const e=this.state.selectedTypes,t=this.state.addedTypes.slice();t.push((0,w.first)(e)),this.setState({selectedTypes:[],addedTypes:t})}hasSubTypeOptions(){const e=this.state.selectedTypes;return!!e.length&&!!this.getSubTypes((0,w.first)(e))}loadPreviousTypes(){const e=this.state.addedTypes.slice(),t=e.pop();this.setState({selectedTypes:[t],addedTypes:e})}getOptions(){const e=this.state.addedTypes;let t;if(e.length){if(t=this.getSubTypes((0,w.last)(e)),!t)return[]}else t=Zo.getTopLevelTypeKeys();return this.buildOptionsFromTypes(t)}getSubTypes(e){const t=Zo.getType(e);return!!t.children.length&&t.children}buildOptionsFromTypes(e){const t=[];return e.forEach((e=>{const o=Zo.getType(e);o.hidden||""!==this.state.searchTerm.trim()&&!this.typeOrSubtypeMatchesSearch(e)||t.push({id:e,label:o.label,icon:o.icon,disabled:!!o.disabled})})),t}getTypeSection(){const t=this.getOptions();return(0,e.createElement)(i().Fragment,null,this.breadcrumbs(),this.typesAdded()&&(0,e.createElement)("div",{id:"wds-search-sub-types"},(0,e.createElement)("div",{className:"sui-control-with-icon"},(0,e.createElement)("span",{className:"sui-icon-magnifying-glass-search","aria-hidden":"true"}),(0,e.createElement)("input",{type:"text",placeholder:(0,n.__)("Search subtypes","wds"),className:"sui-form-control",value:this.state.searchTerm,onChange:e=>this.setSearchTerm(e.target.value)}))),(0,e.createElement)(S,{id:"wds-add-schema-type-selector",options:t,selectedValues:this.state.selectedTypes,multiple:!1,cols:3,onChange:e=>this.handleSelection(e)}))}setNewLabel(e){this.setState({typeLabel:e})}getLabelSection(){const t=this.getDefaultTypeLabel();return(0,e.createElement)("div",{id:"wds-add-schema-type-label"},(0,e.createElement)("div",{className:"sui-form-field"},(0,e.createElement)("label",{className:"sui-label"},(0,n.__)("Type Name","wds")),(0,e.createElement)("input",{className:"sui-form-control",onChange:e=>this.setNewLabel(e.target.value),placeholder:t,value:this.state.typeLabel})))}handleSelection(e){this.setState({selectedTypes:e})}getSubTypesNotice(e){const t=Zo.getType(e);return t.children.length&&t.subTypesNotice||""}getTypeLabel(e){return Zo.getType(e).label}getTypeLabelFull(e){const t=Zo.getType(e);return t.labelFull||t.label}breadcrumbs(){const t=this.state.addedTypes.slice(),o=this.state.selectedTypes;if(o.length&&t.push((0,w.first)(o)),t.length)return(0,e.createElement)("div",{id:"wds-add-schema-type-breadcrumbs"},t.map((t=>(0,e.createElement)("span",{key:t},this.getTypeLabelFull(t),(0,e.createElement)("span",{className:"sui-icon-chevron-right","aria-hidden":"true"})))))}isNextButtonDisabled(){return!!this.isStateType()&&!this.state.selectedTypes.length&&!this.typesAdded()}typesAdded(){return!!this.state.addedTypes.length}getModalTitle(){return this.isStateType()&&this.typesAdded()?(0,e.createElement)(i().Fragment,null,(0,e.createElement)("span",{className:"sui-tag sui-tag-sm sui-tag-blue"},(0,n.__)("Optional","wds")),(0,e.createElement)("br",null),(0,n.__)("Select Sub Type","wds")):(0,n.__)("Add Schema Type","wds")}getModalDescription(){if(this.isStateType()){if(this.typesAdded()){const t=(0,w.last)(this.state.addedTypes);return(0,e.createElement)(i().Fragment,null,(0,n.sprintf)((0,n.__)("You can specify a subtype of %s, or you can skip this to add the generic type.","wds"),this.getTypeLabel(t)),(0,e.createElement)("br",null),this.getSubTypesNotice(t))}return(0,n.__)("Start by selecting the schema type you want to use. By default, all of the types will include the properties required and recommended by Google.","wds")}return this.isStateLabel()?(0,n.sprintf)((0,n.__)("Name your %s type so you can easily identify it.","wds"),this.getDefaultTypeLabel()):(0,n.__)("Create a set of rules to determine where this schema type will be enabled or excluded.","wds")}getDefaultTypeLabel(){return this.getTypeLabel(this.getTypeToAdd())}getConditionSection(){const t=this.state.typeConditions,o=this.getTypeToAdd();return(0,e.createElement)("div",{id:"wds-add-schema-type-conditions"},this.getConditionGroupElements(o,t),(0,e.createElement)(T,{text:(0,n.__)("Add Rule (Or)","wds"),ghost:!0,onClick:()=>this.addGroup(o),icon:"sui-icon-plus"}))}addGroup(e){const t=C()(this.state.typeConditions);t.push([this.getDefaultCondition(e)]),this.setState({typeConditions:t})}setDefaultCondition(e){const t=this.getDefaultCondition(e);this.setState({typeConditions:[[t]]})}getDefaultCondition(e){const t=Zo.getType(e),o={id:(0,w.uniqueId)(),lhs:"post_type",operator:"=",rhs:"post"};return t.condition?Object.assign({},t.condition,{id:(0,w.uniqueId)()}):o}getConditionGroupElements(t,o){return o.map(((o,i)=>{const s=(0,w.first)(o);return(0,e.createElement)("div",{key:s.id,className:"wds-schema-type-condition-group"},0===i&&(0,e.createElement)("span",null,(0,n.__)("Rule","wds")),0!==i&&(0,e.createElement)("span",null,(0,n.__)("Or","wds")),this.getConditionElements(t,o,i))}))}getConditionElements(t,o,i){return o.map(((o,s)=>(0,e.createElement)(h,{onChange:(e,t,o,i)=>this.updateCondition(e,t,o,i),onAdd:e=>this.addCondition(t,e),onDelete:e=>this.deleteCondition(e),disableDelete:0===i&&0===s,key:o.id,id:o.id,lhs:o.lhs,operator:o.operator,rhs:o.rhs})))}updateCondition(e,t,o,i){const s=C()(this.state.typeConditions),r=this.conditionGroupIndex(s,e),n=this.conditionIndex(s[r],e);s[r][n].lhs=t,s[r][n].operator=o,s[r][n].rhs=i,this.setState({typeConditions:s})}addCondition(e,t){const o=C()(this.state.typeConditions),i=this.conditionGroupIndex(o,t),s=this.conditionIndex(o[i],t)+1,r=this.getDefaultCondition(e);o[i].splice(s,0,r),this.setState({typeConditions:o})}deleteCondition(e){const t=C()(this.state.typeConditions),o=this.conditionGroupIndex(t,e),i=t[o];if(1===i.length)t.splice(o,1);else{const s=this.conditionIndex(i,e);t[o].splice(s,1)}this.setState({typeConditions:t})}conditionGroupIndex(e,t){return e.findIndex((e=>this.conditionIndex(e,t)>-1))}conditionIndex(e,t){return e.findIndex((e=>e.id===t))}stringIncludesSubstring(e,t){return e.toLowerCase().includes(t.toLowerCase())}typeMatchesSearch(e){return!!this.stringIncludesSubstring(e,this.state.searchTerm)||this.stringIncludesSubstring(this.getTypeLabel(e),this.state.searchTerm)}typeOrSubtypeMatchesSearch(e){if(this.typeMatchesSearch(e))return!0;const t=this.getSubTypes(e);if(t){let e=!1;return t.forEach((t=>{this.typeMatchesSearch(t)&&(e=!0)})),e}return!1}render(){return(0,e.createElement)(v,{id:"wds-add-schema-type-modal",title:this.getModalTitle(),onClose:()=>this.props.onClose(),small:!0,dialogClasses:{"sui-modal-lg":!0,"sui-modal-sm":!1},description:this.getModalDescription()},this.isStateType()&&this.getTypeSection(),this.isStateLabel()&&this.getLabelSection(),this.isStateCondition()&&this.getConditionSection(),(0,e.createElement)("div",{style:{display:"flex",justifyContent:"space-between"}},(0,e.createElement)(T,{text:(0,n.__)("Back","wds"),icon:"sui-icon-arrow-left",id:"wds-add-schema-type-back-button",onClick:()=>this.handleBackButtonClick(),ghost:!0}),!this.isStateCondition()&&(0,e.createElement)(T,{text:(0,n.__)("Continue","wds"),icon:"sui-icon-arrow-right",id:"wds-add-schema-type-action-button",onClick:()=>this.handleNextButtonClick(),disabled:this.isNextButtonDisabled()}),this.isStateCondition()&&(0,e.createElement)(T,{text:(0,n.__)("Add","wds"),icon:"sui-icon-plus",id:"wds-add-schema-type-action-button",color:"blue",onClick:()=>this.handleNextButtonClick()})))}}l(Yo,"defaultProps",{onClose:()=>!1,onAdd:()=>!1});class Ko extends i().Component{constructor(e){super(e),this.state={fullText:"",summaryText:""}}componentDidMount(){this.loadLocationFromRemote()}componentDidUpdate(e){(0,w.isEqual)(this.props.conditions,e.conditions)||this.loadLocationFromRemote()}loadLocationFromRemote(){this.setState({fullText:"...",summaryText:"..."},(()=>{let e=a.get("ajax_url","schema_types");c().get(e+"?action=wds-format-schema-location",{conditions:this.props.conditions}).done((e=>{this.setState({fullText:e.full,summaryText:e.summary})}))}))}render(){return(0,e.createElement)("span",{className:"wds-schema-type-locations sui-tooltip sui-tooltip-constrained",style:{"--tooltip-width":"170px"},"data-tooltip":this.state.fullText},(0,e.createElement)("span",{className:"sui-icon-link","aria-hidden":"true"}),this.state.summaryText)}}class Jo{static getQueryParam(e){const t=location.search;return new URLSearchParams(t).get(e)}static removeQueryParam(e){const t=location.search,o=new URLSearchParams(t);if(!o.get(e))return;o.delete(e);const i=location.href.replace(t,"?"+o.toString());history.replaceState({},"",i)}}class Qo extends i().Component{render(){const t=y()("sui-button-icon sui-dropdown-anchor",{"sui-button-onload":this.props.loading});return(0,e.createElement)("div",{className:"sui-dropdown sui-accordion-item-action"},(0,e.createElement)("button",{className:t,"aria-label":(0,n.__)("Dropdown","wds"),disabled:this.props.disabled},(0,e.createElement)("span",{className:"sui-loading-text"},(0,e.createElement)("span",{className:this.props.icon,style:{pointerEvents:"none"},"aria-hidden":"true"})),(0,e.createElement)("span",{className:"sui-icon-loader sui-loading","aria-hidden":"true"})),(0,e.createElement)("ul",null,this.props.buttons.map(((t,o)=>(0,e.createElement)("li",{key:o},t)))))}}l(Qo,"defaultProps",{icon:"sui-icon-widget-settings-config",buttons:[],loading:!1,disabled:!1,onClick:()=>!1});class Xo extends i().Component{render(){return(0,e.createElement)("button",{className:y()({"sui-option-red":this.props.red}),onClick:()=>this.props.onClick(),type:"button"},(0,e.createElement)("span",{className:this.props.icon,"aria-hidden":"true"}),this.props.text)}}l(Xo,"defaultProps",{text:"",icon:"",red:!1,onClick:()=>!1});class ei extends i().Component{render(){return(0,e.createElement)(Qo,{buttons:[(0,e.createElement)(Xo,{onClick:()=>this.props.onRename(),icon:"sui-icon-pencil",text:(0,n.__)("Rename","wds")}),(0,e.createElement)(Xo,{onClick:()=>this.props.onDuplicate(),icon:"sui-icon-copy",text:(0,n.__)("Duplicate","wds")}),(0,e.createElement)(Xo,{onClick:()=>this.props.onDelete(),icon:"sui-icon-trash",text:(0,n.__)("Delete","wds"),red:!0})]})}}l(ei,"defaultProps",{onRename:()=>!1,onDuplicate:()=>!1,onDelete:()=>!1});class ti extends i().Component{constructor(e){super(e)}render(){return(0,e.createElement)("div",{className:y()("sui-form-field",{"sui-form-field-error":!this.props.isValid})},(0,e.createElement)("label",{className:"sui-label"},this.props.label),(0,e.createElement)("input",{id:this.props.id,type:"text",className:"sui-form-control",onChange:e=>this.props.onChange(e.target.value),value:this.props.value,placeholder:this.props.placeholder}),!!this.props.description&&(0,e.createElement)("p",{className:"sui-description"},(0,e.createElement)("small",null,this.props.description)))}}l(ti,"defaultProps",{id:"",label:"",description:"",value:"",isValid:!0,placeholder:"",onChange:()=>!1});class oi{static isNonEmpty(e){return e&&e.trim()}static isValuePlainText(e){return c()("<div>").html(e).text()===e}}const ii=(si=ti,ri=[oi.isNonEmpty,oi.isValuePlainText],class extends i().Component{constructor(e){super(e),this.state={initial:!0}}isValueValid(e){if(this.state.initial)return!0;if(Array.isArray(ri)){let t=!0;return ri.forEach((o=>{t=t&&o(e)})),t}return ri(e)}handleChange(e){this.setState({initial:!1},(()=>{this.props.onChange(e,this.isValueValid(e))}))}render(){return(0,e.createElement)(si,r({},this.props,{isValid:this.isValueValid(this.props.value),onChange:e=>this.handleChange(e)}))}});var si,ri;class ni extends i().Component{constructor(e){super(e),this.state={name:this.props.name,isNameValid:!0}}handleNameChange(e,t){this.setState({name:e,isNameValid:t})}render(){const t=!this.state.isNameValid,o=()=>this.props.onRename(this.state.name);return(0,e.createElement)(v,{id:"wds-schema-type-rename-modal",title:(0,n.__)("Rename","wds"),description:(0,n.__)("Leave the default type name or change it for a recognizable one.","wds"),onClose:()=>this.props.onClose(),dialogClasses:{"sui-modal-sm":!0},focusAfterOpen:"wds-schema-rename-type-input",onEnter:o,enterDisabled:t,footer:(0,e.createElement)(i().Fragment,null,(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.props.onClose(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Save","wds"),onClick:o,icon:"sui-icon-check",id:"wds-schema-rename-type-button",disabled:t}))},(0,e.createElement)(ii,{id:"wds-schema-rename-type-input",label:(0,n.__)("New Type Name","wds"),value:this.state.name,onChange:(e,t)=>this.handleNameChange(e,t)}),this.props.notice)}}l(ni,"defaultProps",{name:"",notice:!1,onRename:()=>!1,onClose:()=>!1});class ai extends i().Component{render(){const t=this.getIcon(this.props.type);return(0,e.createElement)("div",{className:y()("sui-notice","sui-notice-"+this.props.type)},(0,e.createElement)("div",{className:"sui-notice-content"},(0,e.createElement)("div",{className:"sui-notice-message"},t&&(0,e.createElement)("span",{className:y()("sui-notice-icon sui-md",t),"aria-hidden":"true"}),(0,e.createElement)("p",null,this.props.message))))}getIcon(e){return{warning:"sui-icon-warning-alert",info:"sui-icon-info",success:"sui-icon-check-tick",purple:"sui-icon-info","":"sui-icon-info"}[e]}}l(ai,"defaultProps",{type:"warning",message:""});class li extends i().Component{render(){return(0,e.createElement)("table",{className:"sui-table"},(0,e.createElement)("thead",null,(0,e.createElement)("tr",null,(0,e.createElement)("th",null,(0,n.__)("Property","wds")),(0,e.createElement)("th",null,(0,n.__)("Source","wds")),(0,e.createElement)("th",{colSpan:2},(0,n.__)("Value","wds")))),(0,e.createElement)("tbody",null,this.props.children),(0,e.createElement)("tfoot",null,(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:4},(0,e.createElement)("div",null,(0,e.createElement)("span",{className:"sui-tooltip","data-tooltip":(0,n.__)("Reset the properties list to default.","wds")},(0,e.createElement)(T,{ghost:!0,onClick:()=>this.props.onReset(),icon:"sui-icon-refresh",text:(0,n.__)("Reset Properties","wds")})),(0,e.createElement)(T,{icon:"sui-icon-plus",onClick:()=>this.props.onAdd(),text:(0,n.__)("Add Property","wds")}))))))}}l(li,"defaultProps",{onReset:()=>!1,onAdd:()=>!1});class di extends i().Component{render(){return(0,e.createElement)("div",{id:"wds-save-schema-types",className:"sui-box-footer"},(0,e.createElement)("button",{name:"submit",type:"submit",className:"sui-button sui-button-blue"},(0,e.createElement)("span",{className:"sui-icon-save","aria-hidden":"true"}),(0,n.__)("Save Settings","wds")))}}class ci extends i().Component{render(){const t=this.props.requiredNotice?this.props.requiredNotice:(0,n.__)("This property is required by Google.","wds");return(0,e.createElement)("div",{className:"sui-accordion-item-header"},(0,e.createElement)("div",{className:"sui-accordion-item-title"},(0,e.createElement)("span",{className:y()({"sui-tooltip sui-tooltip-constrained":!!this.props.description}),style:{"--tooltip-width":"300px"},"data-tooltip":this.props.description},this.props.label),this.props.required&&(0,e.createElement)("span",{className:"wds-required-asterisk sui-tooltip sui-tooltip-constrained","data-tooltip":t},"*"),this.props.methods.requiredNestedPropertiesMissing(this.props)&&(0,e.createElement)("span",{className:"sui-tooltip sui-tooltip-constrained","data-tooltip":(0,n.__)("This section has missing properties that are required by Google.","wds")},(0,e.createElement)("span",{className:"wds-invalid-type-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}))),(0,e.createElement)("div",{className:"sui-accordion-col-auto"},this.props.isAnAltVersion&&(0,e.createElement)("div",{className:"sui-accordion-item-action"},(0,e.createElement)("button",{onClick:()=>this.props.methods.onChangeActiveVersion(this.props.id),"data-tooltip":(0,n.__)("Change the type of this property","wds"),type:"button",className:"sui-button-icon sui-tooltip"},(0,e.createElement)("span",{className:"sui-icon-defer","aria-hidden":"true"}))),this.props.isRepeatable&&(0,e.createElement)("div",{className:"sui-accordion-item-action"},(0,e.createElement)("button",{onClick:()=>this.props.methods.onRepeat(this.props.id),type:"button","data-tooltip":(0,n.sprintf)((0,n.__)("Add another %s","wds"),this.props.labelSingle||this.props.label),className:"sui-button-icon sui-tooltip"},(0,e.createElement)("span",{className:"sui-icon-plus","aria-hidden":"true"}))),!this.props.disallowDeletion&&(0,e.createElement)("div",{className:"sui-accordion-item-action wds-delete-accordion-item-action"},(0,e.createElement)("span",{className:"sui-icon-trash",onClick:()=>this.props.methods.onDelete(this.props.id),"aria-hidden":"true"})),(0,e.createElement)("button",{className:"sui-button-icon sui-accordion-open-indicator",type:"button","aria-label":(0,n.__)("Open item","wds")},(0,e.createElement)("span",{className:"sui-icon-chevron-down","aria-hidden":"true"}))))}}l(ci,"defaultProps",{id:"",label:"",description:"",required:!1,requiredNotice:"",isAnAltVersion:!1,labelSingle:"",isRepeatable:!1,disallowDeletion:!1,methods:{}});var ui=wp,pi=o.n(ui);class hi extends i().Component{constructor(e){super(e),this.props=e,this.state={mediaItem:!1}}componentDidMount(){if(!this.props.value)return void this.setState({mediaItem:!1});const e=pi().media.attachment(this.props.value);e.get&&e.get("url")?this.setState({mediaItem:e}):e.fetch().then((()=>{this.setState({mediaItem:e})}))}removeFile(e){e.preventDefault(),this.setState({mediaItem:!1}),this.props.onChange("")}openMediaLibrary(e){e.preventDefault();const t=new(pi().media)({multiple:!1,library:{type:"image"}});t.on("select",(()=>{const e=t.state().get("selection");if(!e.length)return!1;const o=e.shift();this.props.onChange(o.get("id")),this.setState({mediaItem:o})})),t.open()}render(){const t=this.state.mediaItem,o=y()({"sui-upload":!0,"sui-has_file":t}),i=t?t.get("url"):"",s=t?t.get("filename"):"";return(0,e.createElement)("div",{className:o},(0,e.createElement)("div",{className:"sui-upload-image","aria-hidden":"true"},(0,e.createElement)("div",{className:"sui-image-mask"}),(0,e.createElement)("div",{role:"button",className:"sui-image-preview",style:{backgroundImage:"url('"+i+"')"}})),(0,e.createElement)("button",{onClick:e=>this.openMediaLibrary(e),className:"sui-upload-button"},(0,e.createElement)("span",{className:"sui-icon-upload-cloud","aria-hidden":"true"})," ",(0,n.__)("Upload file","wds")),(0,e.createElement)("div",{className:"sui-upload-file"},(0,e.createElement)("span",null,s),(0,e.createElement)("button",{onClick:e=>this.removeFile(e),"aria-label":(0,n.__)("Remove file","wds")},(0,e.createElement)("span",{className:"sui-icon-close","aria-hidden":"true"}))))}}class mi extends i().Component{constructor(e){super(e),this.props=e}handleFocus(e){this.adjustElementHeight(e.target)}handleChange(e){const t=e.target;this.adjustElementHeight(t),this.props.onChange(t.value)}adjustElementHeight(e){e.style.height=0;const t=e.scrollHeight;e.style.height=(t<30?30:t)+"px"}render(){return(0,e.createElement)("textarea",{placeholder:this.props.placeholder,value:this.props.value,onFocus:e=>this.handleFocus(e),onChange:e=>this.handleChange(e)})}}l(mi,"defaultProps",{placeholder:"",value:"",onChange:()=>!1});class _i extends i().Component{constructor(e){super(e),this.pickerElement=i().createRef()}componentDidMount(){c()(this.pickerElement.current).datepicker({beforeShow:()=>{c()("#ui-datepicker-div").addClass("sui-calendar")},onSelect:e=>{this.props.onChange(e)},dateFormat:this.props.format})}componentWillUnmount(){c()(this.pickerElement.current).datepicker("destroy")}render(){return(0,e.createElement)("div",{className:"sui-date"},(0,e.createElement)("input",{type:"text",placeholder:this.props.placeholder,className:"sui-form-control",ref:this.pickerElement,onChange:()=>!0,value:this.props.value}),(0,e.createElement)("span",{className:"sui-icon-calendar","aria-hidden":"true"}))}}l(_i,"defaultProps",{placeholder:(0,n.__)("Select a date","wds"),format:"yy-mm-dd",value:"",onChange:()=>!1});var wi={DateTime:{id:"DateTime",sources:{post_data:{label:(0,n.__)("Post Data","wds"),values:{post_date:(0,n.__)("Post Date","wds"),post_date_gmt:(0,n.__)("Post Date GMT","wds"),post_modified:(0,n.__)("Post Modified","wds"),post_modified_gmt:(0,n.__)("Post Modified GMT","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},datetime:{label:(0,n.__)("Custom Date","wds")},custom_text:{label:(0,n.__)("Custom Text","wds")}}},Email:{id:"Email",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_email:(0,n.__)("Email","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},site_settings:{label:(0,n.__)("Site Settings","wds"),values:{site_admin_email:(0,n.__)("Site Admin Email","wds")}},custom_text:{label:(0,n.__)("Custom Email","wds")}}},ImageObject:{id:"ImageObject",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_gravatar:(0,n.__)("Gravatar","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_thumbnail:(0,n.__)("Featured Image","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_logo:(0,n.__)("Organization Logo","wds")}},image:{label:(0,n.__)("Custom Image","wds")}}},ImageURL:{id:"ImageURL",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_gravatar_url:(0,n.__)("Gravatar URL","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_thumbnail_url:(0,n.__)("Featured Image URL","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_logo_url:(0,n.__)("Organization Logo URL","wds")}},image_url:{label:(0,n.__)("Custom Image URL","wds")},custom_text:{label:(0,n.__)("Custom URL","wds")}}},Phone:{id:"Phone",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_phone_number:(0,n.__)("Organization Phone Number","wds")}},custom_text:{label:(0,n.__)("Custom Phone","wds")}}},Text:{id:"Text",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},custom_text:{label:(0,n.__)("Custom Text","wds")}}},TextFull:{id:"TextFull",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_full_name:(0,n.__)("Full Name","wds"),author_first_name:(0,n.__)("First Name","wds"),author_last_name:(0,n.__)("Last Name","wds"),author_description:(0,n.__)("Description","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_title:(0,n.__)("Post Title","wds"),post_content:(0,n.__)("Post Content","wds"),post_excerpt:(0,n.__)("Post Excerpt","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},schema_settings:{label:(0,n.__)("Schema Settings","wds"),values:{organization_name:(0,n.__)("Organization Name","wds"),organization_description:(0,n.__)("Organization Description","wds")}},seo_meta:{label:(0,n.__)("SEO Meta","wds"),values:{seo_title:(0,n.__)("SEO Title","wds"),seo_description:(0,n.__)("SEO Description","wds")}},site_settings:{label:(0,n.__)("Site Settings","wds"),values:{site_name:(0,n.__)("Site Name","wds"),site_description:(0,n.__)("Site Description","wds")}},custom_text:{label:(0,n.__)("Custom Text","wds")}}},URL:{id:"URL",sources:{author:{label:(0,n.__)("Post Author","wds"),values:{author_url:(0,n.__)("Profile URL","wds")}},post_data:{label:(0,n.__)("Post Data","wds"),values:{post_permalink:(0,n.__)("Post Permalink","wds")}},post_meta:{label:(0,n.__)("Post Meta","wds")},site_settings:{label:(0,n.__)("Site Settings","wds"),values:{site_url:(0,n.__)("Site URL","wds")}},custom_text:{label:(0,n.__)("Custom URL","wds")}}},Array:{id:"Array",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")}}},Number:{id:"Number",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},number:{label:(0,n.__)("Custom Number","wds")}}},Duration:{id:"Duration",sources:{post_meta:{label:(0,n.__)("Post Meta","wds")},duration:{label:(0,n.__)("Custom Duration","wds")},custom_text:{label:(0,n.__)("Custom Text","wds")}}}},fi=o(9490);class yi extends i().Component{constructor(e){super(e)}handleValueChange(e,t){const o=this.props.value?fi.nL.fromISO(this.props.value):new fi.nL({values:{}});t<0?t=0:t>59&&["minutes","seconds"].includes(e)&&(t=59);const i=o.set({[e]:t||0}).toISO();this.props.onChange("PT0S"===i?"":i)}render(){const t=fi.nL.fromISO(this.props.value);return(0,e.createElement)(i().Fragment,null,(0,e.createElement)("span",null,(0,e.createElement)("input",{type:"number",value:t.isValid?t.hours:0,onChange:e=>this.handleValueChange("hours",e.target.value)})),(0,e.createElement)("span",null,(0,e.createElement)("input",{type:"number",value:t.isValid?t.minutes:0,onChange:e=>this.handleValueChange("minutes",e.target.value)})),(0,e.createElement)("span",null,(0,e.createElement)("input",{type:"number",value:t.isValid?t.seconds:0,onChange:e=>this.handleValueChange("seconds",e.target.value)})))}}l(yi,"defaultProps",{value:"",onChange:()=>!1});class gi extends i().Component{constructor(e){super(e),this.props=e}render(){const t=this.props.label,o=this.props.source,i=this.props.value,s=this.getSourceSelectOptions(),r=this.getValueElement(o,i),a=this.props.requiredNotice?this.props.requiredNotice:(0,n.__)("This property is required by Google.","wds"),l=this.props.description?this.props.description:"";return(0,e.createElement)("tr",{className:"wds-schema-property-source-"+o},(0,e.createElement)("td",{className:"sui-table-item-title wds-schema-property-label"},(0,e.createElement)("span",{className:y()({"sui-tooltip sui-tooltip-constrained":!!l}),style:{"--tooltip-width":"300px"},"data-tooltip":l},t),this.props.required&&(0,e.createElement)("span",{className:"wds-required-asterisk sui-tooltip","data-tooltip":a},"*")),(0,e.createElement)("td",{className:"wds-schema-property-source"},(0,e.createElement)(u,{key:(0,n.sprintf)("wds-property-%s-source",this.props.id),options:s,small:!0,selectedValue:o,onSelect:e=>this.handleSourceChange(e)})),(0,e.createElement)("td",{className:"wds-schema-property-value"},r),(0,e.createElement)("td",{className:"wds-schema-property-delete"},!this.props.disallowDeletion&&(0,e.createElement)("span",{onClick:()=>this.handleDelete(),className:"sui-icon-trash","aria-hidden":"true"})))}handleSourceChange(e){const t=this.getValueSelectOptions(e);let o="";t&&(o=Object.keys(t).shift()),this.props.methods.onChange(this.props.id,e,o)}handleValueChange(e){this.props.methods.onChange(this.props.id,this.props.source,e)}handleDelete(){this.props.methods.onDelete(this.props.id)}getSources(){const e=this.getPropertyType();return Object.assign({},this.getObjectValue(wi,[e,"sources"]),this.props.customSources||{})}getSourceSelectOptions(){const e=this.getSources(),t={};return Object.keys(e).forEach((o=>{t[o]=e[o].label})),t}getValueElement(t,o){const i=(0,n.sprintf)("wds-property-%s-source-%s",this.props.id,t),s=this.getValueSelectOptions(t);if(s)return(0,e.createElement)(u,{key:i,options:s,multiple:this.props.allowMultipleSelection,small:!0,onSelect:e=>this.handleValueChange(e),selectedValue:o});if("image"===t||"image_url"===t)return(0,e.createElement)(hi,{key:i,value:this.props.value,onChange:e=>this.handleValueChange(e)});if("custom_text"===t)return(0,e.createElement)(mi,{key:i,value:this.props.value,placeholder:this.props.placeholder,onChange:e=>this.handleValueChange(e)});if("post_meta"===t){let t=a.get("ajax_url","schema_types");return(0,e.createElement)(u,{key:i,tagging:!0,placeholder:(0,n.__)("Search for meta key","wds"),options:{},small:!0,selectedValue:this.props.value,onSelect:e=>this.handleValueChange(e),ajaxUrl:t+"?action=wds-search-post-meta"})}return"datetime"===t?(0,e.createElement)(_i,{value:this.props.value,onChange:e=>this.handleValueChange(e)}):"number"===t?(0,e.createElement)("input",{type:"number",value:this.props.value,onChange:e=>this.handleValueChange(e.target.value)}):"duration"===t?(0,e.createElement)(yi,{value:this.props.value,onChange:e=>this.handleValueChange(e)}):void 0}getPropertyType(){return this.props.type}getValueSelectOptions(e){const t=this.getObjectValue(this.getSources(),[e]);return!!t.hasOwnProperty("values")&&t.values}getObjectValue(e,t){let o=e;return t.forEach((e=>{o=o.hasOwnProperty(e)?o[e]:[]})),o}}l(gi,"defaultProps",{id:"",label:"",source:"",value:"",disallowDeletion:!1,methods:{}});class bi extends i().Component{render(){const t=this.props.properties;return(0,e.createElement)("tr",{key:"repeating-property-row-"+this.props.id},(0,e.createElement)("td",{colSpan:4,className:"wds-schema-repeating-properties"},this.props.methods.beforePropertyRender(this.props.id),(0,e.createElement)("div",{className:"sui-accordion"},(0,e.createElement)("div",{className:y()("sui-accordion-item","wds-schema-property-"+this.props.id+"-accordion")},(0,e.createElement)(ci,r({},this.props,{isRepeatable:!0})),(0,e.createElement)("div",{className:"sui-accordion-item-body"},Object.keys(t).map((o=>{const i=t[o];return(0,e.createElement)("table",{className:"sui-table",key:"repeatable-"+i.id},i.properties&&(0,e.createElement)("thead",null,(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:2,className:"sui-table-item-title"},this.props.labelSingle||this.props.label),(0,e.createElement)("td",null,!i.disallowDeletion&&(0,e.createElement)(T,{text:"",ghost:!0,icon:"sui-icon-trash",color:"red",onClick:()=>this.props.methods.onDelete(i.id)})))),(0,e.createElement)("tbody",null,i.properties&&(0,e.createElement)(Si,{properties:i.properties,methods:this.props.methods}),!i.properties&&(0,e.createElement)(gi,r({},i,{methods:this.props.methods}))))})))))))}}l(bi,"defaultProps",{id:"",label:"",labelSingle:"",properties:{},methods:{}});class vi extends i().Component{render(){const t=y()("sui-accordion-item","wds-schema-property-"+this.props.id+"-accordion");return(0,e.createElement)("tr",{key:"nested-property-row-"+this.props.id},(0,e.createElement)("td",{colSpan:4,className:"wds-schema-nested-properties"},this.props.methods.beforePropertyRender(this.props.id),(0,e.createElement)("div",{className:"sui-accordion"},(0,e.createElement)("div",{className:t},(0,e.createElement)(ci,this.props),(0,e.createElement)("div",{className:"sui-accordion-item-body"},this.props.loop&&(0,e.createElement)("div",null,this.props.loopDescription),(0,e.createElement)("table",{className:"sui-table"},(0,e.createElement)("tbody",null,(0,e.createElement)(Si,{properties:this.props.properties,methods:this.props.methods})),!this.props.disallowAddition&&(0,e.createElement)("tfoot",null,(0,e.createElement)("tr",null,(0,e.createElement)("td",{colSpan:4},(0,e.createElement)(T,{onClick:()=>this.props.methods.onAddNested(this.props.id),ghost:!0,icon:"sui-icon-plus",text:(0,n.__)("Add Property","wds")}))))))))))}}l(vi,"defaultProps",{id:"",loop:!1,loopDescription:"",disallowAddition:!1,properties:{},methods:{}});class Ti extends i().Component{render(){return this.hasAltVersions()?(0,e.createElement)(Ti,r({},this.getActiveVersion(),{methods:this.props.methods})):this.isFlattened()?(0,e.createElement)(Si,{properties:this.props.properties,methods:this.props.methods}):this.isRepeatable()?(0,e.createElement)(bi,this.props):this.isNested()?(0,e.createElement)(vi,this.props):(0,e.createElement)(gi,this.props)}hasAltVersions(){return!!this.getActiveVersion()}getActiveVersion(){const e=this.props.activeVersion;return!!(this.isNested()&&e&&this.props.properties.hasOwnProperty(e))&&this.props.properties[e]}isNested(){return Object.keys(this.props.properties).length}isRepeatable(){return!!this.isNested()&&0===Object.keys(this.props.properties).filter((e=>isNaN(e))).length}isFlattened(){return this.isNested()&&this.props.flatten}}l(Ti,"defaultProps",{id:"",label:"",description:"",type:"",source:"",value:"",required:!1,labelSingle:"",disallowDeletion:!1,disallowAddition:!1,customSources:{},placeholder:"",disallowFirstItemDeletionOnly:!1,loop:!1,loopDescription:"",requiredNotice:"",requiredInBlock:!1,allowMultipleSelection:!1,isAnAltVersion:!1,activeVersion:!1,flatten:!1,properties:{},methods:{}});class Si extends i().Component{render(){return(0,e.createElement)(i().Fragment,null,Object.keys(this.props.properties).map((t=>{const o=this.props.properties[t];return(0,e.createElement)(Ti,r({},o,{key:"schema-property-"+o.id,methods:this.props.methods}))})))}}l(Si,"defaultProps",{properties:{},methods:{}});var xi={Article:q,Book:to,Course:wo,Product:Ie,Recipe:Ft,SoftwareApplication:xo,MobileApplication:Co,WebApplication:Po,WooProduct:ze,Event:_e,FAQPage:Ye,HowTo:tt,JobPosting:Yt,LocalBusiness:yt,FoodEstablishment:bt,WooSimpleProduct:vt,Movie:Lo,WebPage:zo};class Ai{constructor(){this.callbacks={},this.register("Event",(e=>this.addVirtualLocationToEvent(e))),this.register("Product",(e=>this.removeReviewAuthorOrganizationDataFromProduct(e))),this.register("Product",(e=>this.addAlternateBrandTypeToProduct(e))),this.register("WooProduct",(e=>this.removeReviewAuthorOrganizationDataFromWooProduct(e))),this.register("WooProduct",(e=>this.addAlternateBrandTypeToWooProduct(e))),this.register("WooSimpleProduct",(e=>this.removeReviewAuthorOrganizationDataFromWooProduct(e))),this.register("WooSimpleProduct",(e=>this.addAlternateBrandTypeToWooProduct(e))),this.register("WooVariableProduct",(e=>this.removeReviewAuthorOrganizationDataFromWooProduct(e))),this.register("WooVariableProduct",(e=>this.addAlternateBrandTypeToWooProduct(e)))}register(e,t){this.callbacks.hasOwnProperty(e)||(this.callbacks[e]=[]),this.callbacks[e].push(t)}transformProperties(e,t){let o=t;return(this.callbacks[e]||[]).forEach((e=>{o=e(o)})),o}addVirtualLocationToEvent(e){var t;if(null==e||!e.location||null!=e&&null!==(t=e.location)&&void 0!==t&&t.activeVersion)return e;const o=xi.Event,i=(0,w.merge)({},o.location,{properties:{Place:e.location}});return _()(e,{location:{$set:i}})}makeReviewAuthorOrganizationDataRemovalSpec(e){const t={};return Object.keys(e).forEach((o=>{var i,s,r,n,a;const l=null===(i=e[o])||void 0===i||null===(s=i.properties)||void 0===s||null===(r=s.author)||void 0===r||null===(n=r.properties)||void 0===n||null===(a=n.Organization)||void 0===a?void 0:a.properties,d=[];null!=l&&l.contactPoint&&d.push("contactPoint"),null!=l&&l.address&&d.push("address"),d.length&&(t[o]=this.formatSpec(["properties","author","properties","Organization","properties"],{$unset:d}))})),t}removeReviewAuthorOrganizationDataFromProduct(e){var t;const o=null==e||null===(t=e.review)||void 0===t?void 0:t.properties;if(!o)return e;const i=this.makeReviewAuthorOrganizationDataRemovalSpec(o);return Object.keys(i).length?_()(e,{review:{properties:i}}):e}removeReviewAuthorOrganizationDataFromWooProduct(e){var t,o,i,s,r,n,a,l,d,c,u,p;const h=null===(t=e)||void 0===t||null===(o=t.review)||void 0===o||null===(i=o.properties)||void 0===i||null===(s=i.Review)||void 0===s?void 0:s.properties;if(h){const t=this.makeReviewAuthorOrganizationDataRemovalSpec(h);Object.keys(t).length&&(e=_()(e,this.formatSpec(["review","properties","Review","properties"],t)))}const m=null===(r=e)||void 0===r||null===(n=r.review)||void 0===n||null===(a=n.properties)||void 0===a||null===(l=a.WooCommerceReviewLoop)||void 0===l||null===(d=l.properties)||void 0===d||null===(c=d.author)||void 0===c||null===(u=c.properties)||void 0===u||null===(p=u.Organization)||void 0===p?void 0:p.properties,w=[];return null!=m&&m.contactPoint&&w.push("contactPoint"),null!=m&&m.address&&w.push("address"),w.length&&(e=_()(e,this.formatSpec(["review","properties","WooCommerceReviewLoop","properties","author","properties","Organization","properties"],{$unset:w}))),e}formatSpec(e,t){return e.slice().reverse().forEach((e=>{t={[e]:t}})),t}addAlternateBrandTypeToProduct(e){return this.addAlternateBrandType(e,xi.Product)}addAlternateBrandTypeToWooProduct(e){return this.addAlternateBrandType(e,xi.WooProduct)}addAlternateBrandType(e,t){var o;if(null==e||!e.brand||null!=e&&null!==(o=e.brand)&&void 0!==o&&o.activeVersion)return e;const i=this.formatSpec(["properties","Organization","properties"],{$unset:["address","contactPoint"]}),s=_()(t.brand,i),r=(0,w.merge)({},s,{activeVersion:"Organization"},{properties:{Organization:e.brand}});return _()(e,{brand:{$set:r}})}}class Ci extends i().Component{constructor(e){super(e),this.props=e,this.state={initialized:!1,types:{},deletingProperty:"",deletingPropertyId:0,addingProperties:"",addingNestedForProperty:0,addingSchemaTypes:!1,resettingProperties:"",renamingType:"",deletingType:"",changingPropertyTypeForId:0,openTypes:[],invalidTypes:[]},this.accordionElement=i().createRef()}componentDidMount(){this.hookNestedAccordions(),this.maybeInitializeComponent(),this.maybeStartAddingSchemaType()}hookNestedAccordions(){c()(this.accordionElement.current).on("click",".sui-accordion-item-body .sui-accordion-item-header",(function(e){if(c()(e.target).closest(".sui-accordion-item-action").length)return!0;c()(this).closest(".sui-accordion-item").toggleClass("sui-accordion-item--open")}))}maybeInitializeComponent(){if(this.state.initialized)return;const e={},t=a.get("types","schema_types"),o=[],i=new Ai;Object.keys(t).forEach((s=>{const r=t[s],n=this.generateTypeId(r.type),a=this.getPropertiesForType(r.type),l=this.initializeProperties(i.transformProperties(r.type,r.properties),a),d=this.cloneConditions(r.conditions);e[n]=Object.assign({},r,{conditions:d,properties:l}),o.push(n)})),this.setState({types:e,initialized:!0},(()=>{const e=[];o.forEach((t=>{this.typeHasMissingRequiredProperties(t)&&e.push(t)})),this.setState({invalidTypes:e}),e.length&&a.get("settings_updated","schema_types")&&this.showInvalidTypesNotice()}))}formatSpec(e,t){return e.slice().reverse().forEach((e=>{t={[e]:t}})),t}defaultCondition(e){const t=Zo.getType(this.getType(e).type),o={id:(0,w.uniqueId)(),lhs:"post_type",operator:"=",rhs:"post"};return t.condition?Object.assign({},t.condition,{id:(0,w.uniqueId)()}):o}addGroup(e){const t=this.getType(e).conditions.length,o=this.formatSpec([e,"conditions"],{$splice:[[t,0,[this.defaultCondition(e)]]]});this.updateTypes(o)}updateTypes(e){return new Promise((t=>{this.setState({types:_()(this.state.types,e)},(()=>{t()}))}))}addCondition(e,t){const o=this.getType(e),i=this.conditionGroupIndex(o.conditions,t),s=this.conditionIndex(o.conditions[i],t)+1,r=this.formatSpec([e,"conditions",i],{$splice:[[s,0,this.defaultCondition(e)]]});this.updateTypes(r)}updateCondition(e,t,o,i,s){const r=this.getType(e),n=this.conditionGroupIndex(r.conditions,t),a=this.conditionIndex(r.conditions[n],t),l=this.formatSpec([e,"conditions",n,a],{lhs:{$set:o},operator:{$set:i},rhs:{$set:s}});this.updateTypes(l)}deleteCondition(e,t){const o=this.getType(e),i=this.conditionGroupIndex(o.conditions,t),s=o.conditions[i];let r;if(1===s.length)r=this.formatSpec([e,"conditions"],{$splice:[[i,1]]});else{const o=this.conditionIndex(s,t);r=this.formatSpec([e,"conditions",i],{$splice:[[o,1]]})}this.updateTypes(r)}startAddingProperties(e){this.setState({addingProperties:e})}handleAddPropertiesButtonClick(e,t){this.addProperties(e,t).then((t=>{t.forEach((t=>{this.openAccordionItemForPropertyOrAlt(e,t)})),this.checkTypeValidity(e),this.showNotice((0,n._n)("The property has been added. You need to save the changes to make them live.","The properties have been added. You need to save the changes to make them live.",t.length,"wds"))})),this.stopAddingProperties()}getPropertiesForType(e){return Zo.getType(e).properties}openAccordionItemForPropertyOrAlt(e,t){const o=this.getPropertyById(t,this.getType(e).properties);if(this.hasAltVersions(o)){const e=this.getActiveAltVersion(o);this.openAccordionItemForProperty(e.id)}else this.openAccordionItemForProperty(t)}addProperties(e,t){const o=this.getType(e),i=[];let s,r=o.properties;t.forEach((e=>{[r,s]=this.addProperty(e,this.getPropertiesForType(o.type),r),i.push(...s)}));const n=this.formatSpec([e,"properties"],{$set:r});return new Promise((e=>{this.updateTypes(n).then((()=>e(i)))}))}typeHasMissingRequiredProperties(e){const t=this.getType(e);return this.requiredPropertiesMissing(t.properties,this.getPropertiesForType(t.type))}requiredPropertiesMissing(e,t){let o=!1;return Object.keys(t).some((i=>{const s=t[i];if(s.required){if(!e.hasOwnProperty(i))return o=!0,!0;if(this.isNestedProperty(s)&&this.isNestedProperty(e[i])&&this.requiredPropertiesMissing(e[i].properties,s.properties))return o=!0,!0}})),o}addProperty(e,t,o){const i=[];let s=o;return Object.keys(t).some((r=>{const n=t[r];if(n.id===e){const e=this.getDefaultProperty(n);return s=_()(s,{[r]:{$set:e}}),i.push(e.id),!0}if(this.isNestedProperty(n)&&o.hasOwnProperty(r)&&this.isNestedProperty(o[r])){const[t,a]=this.addProperty(e,n.properties,o[r].properties);s=_()(s,{[r]:{properties:{$set:t}}}),i.push(...a)}})),[s,i]}stopAddingProperties(){this.setState({addingProperties:"",addingNestedForProperty:0})}updateProperty(e,t,o,i){const s=this.getType(e),r=this.propertyKeys(t,s.properties),n=this.formatSpec([e,"properties",...r],{source:{$set:o},value:{$set:i}});this.updateTypes(n)}startDeletingProperty(e,t){this.setState({deletingProperty:e,deletingPropertyId:t})}handleDeleteButtonClick(e){this.deleteProperty(e,this.state.deletingPropertyId).then((()=>{this.checkTypeValidity(e),this.stopDeletingProperty()}))}deleteProperty(e,t){const o=this.getType(e),i=this.formatSpec([e,"properties"],{$set:this.deletePropertyById(t,o.properties)});return this.showNotice((0,n.__)("The property has been removed from this module.","wds"),"info"),this.updateTypes(i)}deletePropertyById(e,t){let o=t;return Object.keys(t).some((i=>{const s=t[i];if(e===s.id)return o=_()(o,{$unset:[i]}),!0;if(this.isNestedProperty(s)){const t=this.deletePropertyById(e,s.properties);let r;r=this.hasAltVersions(s)&&Object.keys(t).length!==Object.keys(s.properties).length||this.objectEmpty(t)?{$unset:[i]}:{[i]:{properties:{$set:t}}},o=_()(o,r)}})),o}objectEmpty(e){return!this.objectLength(e)}objectLength(e){return Object.keys(e).length}stopDeletingProperty(){this.setState({deletingProperty:"",deletingPropertyId:0})}getPropertyByKeys(e,t){let o=t;return e.forEach((e=>{o=o[e]})),o}propertyKeys(e,t){return this.findPropertyKeys((t=>t.hasOwnProperty("id")&&t.id===e),t)}findPropertyKeys(e,t){let o=[];return Object.keys(t).some((i=>{if(e(t[i]))return o.unshift(i),!0;if(this.isNestedProperty(t[i])){const s=this.findPropertyKeys(e,t[i].properties);if(s.length)return o.unshift(i,"properties",...s),!0}})),o}conditionGroupIndex(e,t){return e.findIndex((e=>this.conditionIndex(e,t)>-1))}conditionIndex(e,t){return e.findIndex((e=>e.id===t))}render(){return(0,e.createElement)(i().Fragment,null,!!this.state.invalidTypes.length&&this.getWarningElement((0,e.createInterpolateElement)((0,n.__)("One or more types have properties that are required by Google that have been removed. Please check your types and click on the <strong>Add Property</strong> button to add the missing <strong>required properties</strong> ( <span>*</span> ), for your content to be eligible for display as a rich result. To learn more about schema type properties, see our <DocLink>Schema Documentation</DocLink>."),{strong:(0,e.createElement)("strong",null),span:(0,e.createElement)("span",null),DocLink:(0,e.createElement)("a",{target:"_blank",href:"https://wpmudev.com/docs/wpmu-dev-plugins/smartcrawl/#schema"})})),(0,e.createElement)("div",{id:"wds-schema-types-body",className:y()({hidden:!Object.keys(this.state.types).length})},(0,e.createElement)("div",{className:"sui-row"},(0,e.createElement)("div",{className:"sui-col-md-5"},(0,e.createElement)("small",null,(0,e.createElement)("strong",null,(0,n.__)("Schema Type","wds")))),(0,e.createElement)("div",{className:"sui-col-md-7"},(0,e.createElement)("small",null,(0,e.createElement)("strong",null,(0,n.__)("Location","wds"))))),(0,e.createElement)("div",{className:"sui-accordion sui-accordion-flushed",ref:this.accordionElement},Object.keys(this.state.types).map((t=>{const o=this.getType(t),s=this.getTypeSubText(o.type);return(0,e.createElement)(i().Fragment,{key:t},(0,e.createElement)("div",{className:y()("sui-accordion-item",this.getTypeAccordionItemClassName(t),{"sui-accordion-item--open":this.state.openTypes.includes(t),"sui-accordion-item--disabled":o.disabled||Zo.getType(o.type).disabled})},this.getTypeAccordionItemHeaderElement(t),(0,e.createElement)("div",{className:"sui-accordion-item-body"},this.state.openTypes.includes(t)&&(0,e.createElement)("div",null,this.getSchemaTypeRulesElement(t,this.getType(t).conditions),this.getPropertiesTableElement(t,this.getType(t).properties)),s&&(0,e.createElement)("span",{className:"wds-type-sub-text"},s))),this.state.deletingProperty===t&&this.getPropertyDeletionModalElement(t),this.state.addingProperties===t&&this.getAddTypePropertyModalElement(t),this.state.resettingProperties===t&&this.getPropertyResetModalElement(t),this.state.renamingType===t&&this.getTypeRenameModalElement(t),this.state.deletingType===t&&this.getTypeDeleteModalElement(t))})))),(0,e.createElement)("div",{id:"wds-schema-types-footer"},(0,e.createElement)(T,{onClick:()=>this.startAddingSchemaType(),dashed:!0,icon:"sui-icon-plus",text:(0,n.__)("Add New Type","wds")}),(0,e.createElement)("p",{className:"sui-description"},(0,n.__)("Add additional schema types you want to output on this site.","wds")),(0,e.createElement)(di,null)),this.state.addingSchemaTypes&&this.getAddSchemaModalElement(),this.getStateInput())}getPropertiesTableElement(t,o){return(0,e.createElement)(li,{onReset:()=>this.startResettingProperties(t),onAdd:()=>this.startAddingProperties(t)},(0,e.createElement)(Si,{properties:o,methods:this.getSchemaPropertyMethods(t)}))}getSchemaPropertyMethods(e){return{beforePropertyRender:t=>this.renderPropertyModals(e,t),requiredNestedPropertiesMissing:t=>this.nestedPropertyHasMissingRequiredProperties(e,t),onChangeActiveVersion:e=>this.startChangingPropertyType(e),onRepeat:t=>this.handleRepeatButtonClick(e,t),onAddNested:t=>this.startAddingNestedProperties(e,t),onChange:(t,o,i)=>this.updateProperty(e,t,o,i),onDelete:t=>this.startDeletingProperty(e,t)}}renderPropertyModals(t,o){return(0,e.createElement)(i().Fragment,null,this.state.addingNestedForProperty===o&&this.getAddNestedPropertyModalElement(t,o),this.state.changingPropertyTypeForId===o&&this.getPropertyTypeChangeModalElement(t,o))}getSchemaTypeRulesElement(t,o){return(0,e.createElement)("div",{className:"wds-schema-type-rules"},(0,e.createElement)("span",{className:"sui-icon-link","aria-hidden":"true"}),(0,e.createElement)("small",null,(0,e.createElement)("strong",null,(0,n.__)("Location","wds"))),(0,e.createElement)("span",{className:"sui-description"},(0,n.__)("Create a set of rules to determine where this schema.org type will be enabled or excluded.","wds")),this.getConditionGroupElements(t,o),(0,e.createElement)(T,{text:(0,n.__)("Add Rule (Or)","wds"),ghost:!0,onClick:()=>this.addGroup(t),icon:"sui-icon-plus"}))}checkTypeValidity(e){const t=this.typeHasMissingRequiredProperties(e);this.setTypeInvalid(e,t)}isTypeInvalid(e){return this.state.invalidTypes.includes(e)}setTypeInvalid(e,t){const o=this.isTypeInvalid(e);let i=this.state.invalidTypes.slice();return t&&!o?i.push(e):!t&&o&&(i=this.state.invalidTypes.filter((t=>t!==e))),this.setState({invalidTypes:i})}handleTypeStatusChange(e,t){const o=this.formatSpec([e,"disabled"],{$set:!t});this.updateTypes(o).then((()=>{let o;o=t?(0,n.__)("You have successfully activated the %s type.","wds"):(0,n.__)("You have successfully deactivated the %s type.","wds"),this.showNotice((0,n.sprintf)(o,this.getType(e).label))}))}handleTypeAccordionItemToggle(e,t){if(c()(e.target).closest(".sui-accordion-item-action").length)return!0;this.toggleType(t)}toggleType(e){let t;return this.state.openTypes.includes(e)?t=this.state.openTypes.filter((t=>t!==e)):(t=this.state.openTypes.slice(),t.push(e)),this.setState({openTypes:t})}getTypeAccordionItemHeaderElement(t){const o=this.getType(t);return(0,e.createElement)("div",{className:"sui-accordion-item-header wds-type-accordion-item-header",onClick:e=>this.handleTypeAccordionItemToggle(e,t)},(0,e.createElement)("div",{className:"sui-accordion-item-title sui-accordion-col-5"},(0,e.createElement)("span",{className:this.getSchemaTypeIcon(o.type)}),(0,e.createElement)("span",null,o.label),this.isTypeInvalid(t)&&(0,e.createElement)("span",{className:"sui-tooltip sui-tooltip-constrained","data-tooltip":(0,n.__)("This type has missing properties that are required by Google.","wds")},(0,e.createElement)("span",{className:"wds-invalid-type-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}))),(0,e.createElement)("div",{className:"sui-accordion-col-3"},(0,e.createElement)(Ko,{conditions:o.conditions})),(0,e.createElement)("div",{className:"sui-accordion-col-4"},(0,e.createElement)("label",{className:"sui-toggle sui-accordion-item-action"},(0,e.createElement)("input",{type:"checkbox",defaultChecked:!this.getType(t).disabled,onChange:e=>this.handleTypeStatusChange(t,e.target.checked)}),(0,e.createElement)("span",{"aria-hidden":"true",className:"sui-toggle-slider"})),(0,e.createElement)(ei,{onRename:()=>this.startRenamingType(t),onDuplicate:()=>this.duplicateType(t),onDelete:()=>this.startDeletingType(t)}),(0,e.createElement)("button",{className:"sui-button-icon sui-accordion-open-indicator",type:"button",onClick:e=>this.handleTypeAccordionItemToggle(e,t),"aria-label":(0,n.__)("Open item","wds")},(0,e.createElement)("span",{className:"sui-icon-chevron-down","aria-hidden":"true"}))))}getPropertyDeletionModalElement(t){const o=this.getPropertyById(this.state.deletingPropertyId,this.getType(t).properties).required?(0,n.__)("You are trying to delete a property that is required by Google. Are you sure you wish to delete it anyway?","wds"):(0,n.__)("Are you sure you wish to delete this property? You can add it again anytime.","wds");return(0,e.createElement)(v,{small:!0,id:"wds-confirm-property-deletion",title:(0,n.__)("Are you sure?","wds"),onClose:()=>this.stopDeletingProperty(),focusAfterOpen:"wds-schema-property-delete-button",description:o},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.stopDeletingProperty(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Delete","wds"),onClick:()=>this.handleDeleteButtonClick(t),icon:"sui-icon-trash",color:"red",id:"wds-schema-property-delete-button"}))}getAddTypePropertyModalElement(e){const t=this.getType(e),o=this.preparePropertySelectorOptions(t.properties,this.getPropertiesForType(t.type));return this.getAddPropertyModalElement(e,o,(0,n.sprintf)((0,n.__)("Choose the properties to insert into your %s type module.","wds"),t.label))}getAddNestedPropertyModalElement(e,t){const o=this.getType(e),i=this.propertyKeys(t,o.properties),s=this.getPropertyByKeys(i,o.properties),r=this.prepareRepeatableSourcePropertyKeys(i),a=this.getPropertyByKeys(r,this.getPropertiesForType(o.type)),l=this.preparePropertySelectorOptions(s.properties,a.properties);return this.getAddPropertyModalElement(e,l,(0,n.sprintf)((0,n.__)("Choose the properties to insert into the %s section of your %s schema.","wds"),a.label,o.label))}getAddPropertyModalElement(t,o,i){return(0,e.createElement)(x,{id:"wds-add-property",title:(0,n.__)("Add Properties","wds"),description:i,actionButtonText:(0,n.__)("Add","wds"),actionButtonIcon:"sui-icon-plus",onClose:()=>this.stopAddingProperties(),onAction:e=>this.handleAddPropertiesButtonClick(t,e),options:o,noOptionsMessage:(0,e.createElement)("div",{className:"wds-box-selector-message"},(0,e.createElement)("h3",null,(0,n.__)("No properties to add","wds")),(0,e.createElement)("p",{className:"sui-description"},(0,n.__)("It seems that you have already added all the available properties.","wds"))),requiredNotice:this.getWarningElement((0,e.createInterpolateElement)((0,n.__)("You are missing properties that are required by Google ( <span>*</span> ). Make sure you include all of them so that your content will be eligible for display as a rich result. To learn more about schema type properties, see our <a>Schema Documentation</a>."),{span:(0,e.createElement)("span",null),a:(0,e.createElement)("a",{target:"_blank",href:"https://wpmudev.com/docs/wpmu-dev-plugins/smartcrawl/#schema"})}))})}getWarningElement(t){return(0,e.createElement)("div",{className:"wds-missing-properties-notice sui-notice sui-notice-warning"},(0,e.createElement)("div",{className:"sui-notice-content"},(0,e.createElement)("div",{className:"sui-notice-message"},(0,e.createElement)("span",{className:"sui-notice-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}),(0,e.createElement)("p",null,t))))}preparePropertySelectorOptions(e,t){const o=[];return Object.keys(t).forEach((i=>{const s=t[i];e.hasOwnProperty(i)||o.push({id:s.id,label:s.label,required:s.required})})),o}getConditionGroupElements(t,o){return o.map(((o,i)=>{const s=(0,w.first)(o);return(0,e.createElement)("div",{key:"condition-group-"+s.id,className:"wds-schema-type-condition-group"},0===i&&(0,e.createElement)("span",null,(0,n.__)("Rule","wds")),0!==i&&(0,e.createElement)("span",null,(0,n.__)("Or","wds")),this.getConditionElements(t,o,i))}))}getConditionElements(t,o,i){return o.map(((o,s)=>(0,e.createElement)(h,{onChange:(e,o,i,s)=>this.updateCondition(t,e,o,i,s),onAdd:e=>this.addCondition(t,e),onDelete:e=>this.deleteCondition(t,e),disableDelete:0===i&&0===s,key:o.id,id:o.id,lhs:o.lhs,operator:o.operator,rhs:o.rhs})))}isNestedProperty(e){return e.properties}getActiveAltVersion(e){return e.properties[e.activeVersion]}hasAltVersions(e){return this.isNestedProperty(e)&&!!e.activeVersion&&e.properties.hasOwnProperty(e.activeVersion)}getDefaultProperties(e){const t={};return Object.keys(e).forEach((o=>{const i=e[o];i.optional||(t[o]=this.getDefaultProperty(i))})),t}getDefaultProperty(e){const t=[{},e];return this.isNestedProperty(e)&&t.push({properties:this.getDefaultProperties(e.properties)}),t.push({id:(0,w.uniqueId)()}),Object.assign({},...t)}cloneConditions(e){const t=[];return e.forEach((e=>{const o=[];e.forEach((e=>{o.push(Object.assign({},e,{id:(0,w.uniqueId)()}))})),t.push(o)})),t}initializeProperties(e,t){const o={};return Object.keys(e).forEach((i=>{const s=e[i],r=this.prepareRepeatableSourcePropertyKeys(this.propertyKeys(s.id,e)),n=this.getPropertyByKeys(r,t);o[i]=this.initializeProperty(s,n)})),o}initializeProperty(e,t){const o=[];return o.push(t),o.push({type:e.type,source:e.source,value:e.value}),this.hasAltVersions(e)&&o.push({activeVersion:e.activeVersion}),this.isNestedProperty(e)&&this.isNestedProperty(t)&&o.push({properties:this.initializeProperties(e.properties,t.properties)}),o.push({id:(0,w.uniqueId)()}),Object.assign({},...o)}cloneProperties(e){const t={};return Object.keys(e).forEach((o=>{t[o]=this.cloneProperty(e[o])})),t}cloneProperty(e){const t=[{},e];return this.isNestedProperty(e)&&t.push({properties:this.cloneProperties(e.properties)}),t.push({id:(0,w.uniqueId)()}),Object.assign({},...t)}startAddingSchemaType(){this.setState({addingSchemaTypes:!0})}stopAddingSchemaType(){this.removeAddTypeQueryVar(),this.setState({addingSchemaTypes:!1})}handleAddSchemaTypesButtonClick(e,t,o){this.addSchemaType(e,t,o).then((t=>{this.stopAddingSchemaType(),this.showNotice((0,n.__)("The type has been added. You need to save the changes to make them live.","wds")),this.showAfterAdditionNotice(e),this.toggleType(t)}))}showInvalidTypesNotice(){let e=(0,n.__)("One or more properties that are required by Google have been removed. Please check your types and click on the <strong>Add Property</strong> button to see the missing <strong>required properties</strong> ( <span>*</span> ).");b().openNotice("wds-schema-types-invalid-notice","<p>"+e+"</p>",{type:"warning",icon:"warning-alert",dismiss:{show:!0}})}showAfterAdditionNotice(e){let t=Zo.getType(e).afterAdditionNotice||!1;t&&b().openNotice("wds-schema-types-local-business-notice","<p>"+t+"</p>",{type:"grey",icon:"info",dismiss:{show:!0}})}getAddSchemaModalElement(){return(0,e.createElement)(Yo,{onClose:()=>this.stopAddingSchemaType(),onAdd:(e,t,o)=>this.handleAddSchemaTypesButtonClick(e,t,o)})}getSchemaTypeIcon(e){return Zo.getType(e).icon}generateTypeId(e){return(0,w.uniqueId)(e+"-")}addSchemaType(e,t,o){const i={},s=this.generateTypeId(e);return i[s]={$set:{label:t,type:e,version:this.getPluginVersion(),conditions:o,properties:this.getDefaultProperties(this.getPropertiesForType(e))}},new Promise((e=>{this.updateTypes(i).then((()=>e(s)))}))}getPluginVersion(){return a.get("plugin_version","schema_types")}getType(e){return this.state.types[e]}handleRepeatButtonClick(e,t){this.repeatProperty(e,t),this.openAccordionItemForProperty(t);const o=this.getType(e),i=this.propertyKeys(t,o.properties),s=this.getPropertyByKeys(i,o.properties);this.showNotice((0,n.sprintf)((0,n.__)("A new %s has been added.","wds"),s.hasOwnProperty("labelSingle")?s.labelSingle:s.label))}prepareRepeatableSourcePropertyKeys(e){const t=[];return e.forEach((e=>{(0,w.parseInt)(e)>0?t.push("0"):t.push(e)})),t}repeatProperty(e,t){const o=this.getType(e),i=this.propertyKeys(t,o.properties),s=this.getPropertyByKeys(i,o.properties),r=this.prepareRepeatableSourcePropertyKeys(i),n=this.getPropertyByKeys(r,this.getPropertiesForType(o.type)),a=Object.keys(n.properties).shift(),l=n.properties[a],d=Math.max(...Object.keys(s.properties))+1;let c=this.getDefaultProperty(l);l.disallowDeletion&&l.disallowFirstItemDeletionOnly&&delete c.disallowDeletion,l.updateLabelNumber&&l.label&&(c.label=l.label.replace("1",d+1));const u=this.formatSpec([e,"properties",...i,"properties",d],{$set:c});this.updateTypes(u)}startAddingNestedProperties(e,t){this.openAccordionItemForProperty(t),this.setState({addingNestedForProperty:t})}getTypeAccordionItemClassName(e){return"wds-schema-type-"+e+"-accordion"}getPropertyAccordionItemClassName(e){return"wds-schema-property-"+e+"-accordion"}openAccordionItemForProperty(e){const t=this.getPropertyAccordionItemClassName(e);c()("."+t).addClass("sui-accordion-item--open")}nestedPropertyHasMissingRequiredProperties(e,t){if(!this.isNestedProperty(t)||!t.required)return!1;const o=this.getType(e),i=this.propertyKeys(t.id,o.properties),s=this.prepareRepeatableSourcePropertyKeys(i),r=this.getPropertyByKeys(s,this.getPropertiesForType(o.type));return this.requiredPropertiesMissing(t.properties,r.properties)}startResettingProperties(e){this.setState({resettingProperties:e})}getPropertyResetModalElement(t){return(0,e.createElement)(v,{small:!0,id:"wds-confirm-property-reset",title:(0,n.__)("Are you sure?","wds"),onClose:()=>this.stopResettingProperties(),focusAfterOpen:"wds-schema-property-reset-button",description:(0,n.__)("Are you sure you want to dismiss your changes and turn back your properties list to default?","wds")},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.stopResettingProperties(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Reset Properties","wds"),onClick:()=>this.resetProperties(t),icon:"sui-icon-refresh",id:"wds-schema-property-reset-button"}))}resetProperties(e){const t=this.getType(e),o=this.formatSpec([e,"properties"],{$set:this.getDefaultProperties(this.getPropertiesForType(t.type))});this.updateTypes(o).then((()=>{this.showNotice((0,n.__)("Properties have been reset to default","wds")),this.stopResettingProperties(),this.checkTypeValidity(e)}))}stopResettingProperties(){this.setState({resettingProperties:""})}startRenamingType(e){this.setState({renamingType:e})}stopRenamingType(){this.setState({renamingType:""})}renameType(e,t){const o=this.formatSpec([e,"label"],{$set:t});this.updateTypes(o).then((()=>{this.showNotice((0,n.__)("The type has been renamed.","wds")),this.stopRenamingType()}))}getTypeRenameModalElement(t){let o=Zo.getType(this.getType(t).type).schemaReplacementNotice;return(0,e.createElement)(ni,{name:this.getType(t).label,notice:!!o&&(0,e.createElement)(ai,{type:"info",message:o}),onRename:e=>this.renameType(t,e),onClose:()=>this.stopRenamingType()})}startDeletingType(e){this.setState({deletingType:e})}stopDeletingType(){this.setState({deletingType:""})}deleteType(e){return this.updateTypes({$unset:[e]})}getTypeDeleteModalElement(t){return(0,e.createElement)(v,{small:!0,id:"wds-confirm-type-deletion",title:(0,n.__)("Are you sure?","wds"),onClose:()=>this.stopDeletingType(),focusAfterOpen:"wds-schema-type-delete-button",description:(0,n.__)("Are you sure you wish to delete this schema type? You can add it again anytime.","wds")},(0,e.createElement)(T,{text:(0,n.__)("Cancel","wds"),onClick:()=>this.stopDeletingType(),ghost:!0}),(0,e.createElement)(T,{text:(0,n.__)("Delete","wds"),onClick:()=>this.handleTypeDeleteButtonClick(t),icon:"sui-icon-trash",color:"red",id:"wds-schema-type-delete-button"}))}handleTypeDeleteButtonClick(e){this.deleteType(e).then((()=>{this.showNotice((0,n.__)("The type has been removed. You need to save the changes to make them live.","wds"),"info"),this.stopDeletingType(),this.setTypeInvalid(e,!1)}))}showNotice(e,t="success",o=!1){b().openNotice("wds-schema-types-notice","<p>"+e+"</p>",{type:t,icon:{error:"warning-alert",info:"info",warning:"warning-alert",success:"check-tick"}[t],dismiss:{show:o}})}getStateInput(){return(0,e.createElement)("input",{type:"hidden",name:"wds-schema-types",value:JSON.stringify(this.state.types)})}startChangingPropertyType(e){this.setState({changingPropertyTypeForId:e})}stopChangingPropertyType(){this.setState({changingPropertyTypeForId:0})}getPropertyTypeChangeModalElement(t,o){const i=this.getType(t),s=this.getPropertyParent(o,i.properties);let r=this.getAltVersionTypes(s);return r&&(r=r.filter((e=>s.activeVersion!==e.id))),(0,e.createElement)(x,{id:"wds-change-property-type",title:(0,n.__)("Change Property Type","wds"),description:(0,n.__)("Select one of the following types to switch.","wds"),actionButtonText:(0,n.__)("Change","wds"),actionButtonIcon:"sui-icon-defer",onClose:()=>this.stopChangingPropertyType(),onAction:e=>this.handlePropertyTypeChange(t,s,e),options:r,multiple:!1})}handlePropertyTypeChange(e,t,o){if(!o.length)return;const i=o[0],s=this.getType(e),r=this.propertyKeys(t.id,s.properties),a=this.prepareRepeatableSourcePropertyKeys(r),l=this.getPropertyByKeys(a,this.getPropertiesForType(s.type)),d=this.getDefaultProperties(l.properties),c=this.formatSpec([e,"properties",...r],{activeVersion:{$set:i},properties:{$set:d}});this.updateTypes(c).then((()=>{const t=this.getPropertyByKeys([i],d);this.openAccordionItemForProperty(t.id),this.showNotice((0,n.sprintf)((0,n.__)("Property type has been changed to %s","wds"),i)),this.checkTypeValidity(e)}))}getPropertyParent(e,t){const o=this.propertyKeys(e,t);return o.pop(),o.pop(),this.getPropertyByKeys(o,t)}getPropertyById(e,t){const o=this.propertyKeys(e,t);return this.getPropertyByKeys(o,t)}getAltVersionTypes(e){if(!this.hasAltVersions(e))return!1;const t=[];return Object.keys(e.properties).forEach((o=>{const i=e.properties[o];t.push({id:o,label:i.label})})),t}duplicateType(e){const t={},o=this.getType(e),i=this.generateTypeId(o.type),s=this.cloneProperties(o.properties),r=this.cloneConditions(o.conditions);t[i]={$set:{label:o.label,type:o.type,version:o.version||!1,conditions:r,properties:s}},this.updateTypes(t).then((()=>{this.checkTypeValidity(i),this.showNotice((0,n.__)("The type has been duplicated successfully.","wds"))}))}removeAddTypeQueryVar(){Jo.removeQueryParam("add_type")}maybeStartAddingSchemaType(){"1"===Jo.getQueryParam("add_type")&&this.startAddingSchemaType()}getTypeSubText(e){return Zo.getType(e).subText||""}}class Ei extends i().Component{constructor(e){super(e),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e,t){console.error(e),console.error(t)}render(){return this.state.hasError?(0,e.createElement)("div",{className:"sui-notice sui-notice-error"},(0,e.createElement)("div",{className:"sui-notice-content"},(0,e.createElement)("div",{className:"sui-notice-message"},(0,e.createElement)("span",{className:"sui-notice-icon sui-icon-warning-alert sui-md","aria-hidden":"true"}),(0,e.createElement)("p",null,(0,e.createElement)("strong",null,"Something went wrong. Please contact ",(0,e.createElement)("a",{target:"_blank",href:"https://wpmudev.com/get-support/"},"support"),"."))))):this.props.children}}var Pi=Ei;c()((()=>{c()("#wds-schema-type-components").length&&(0,s.render)((0,e.createElement)(Pi,null,(0,e.createElement)(Ci,null)),document.getElementById("wds-schema-type-components"))}))}()}();
includes/assets/js/components/schema/schema-properties/product/product-aggregate-offer.js CHANGED
@@ -1,5 +1,6 @@
1
  import {__} from "@wordpress/i18n";
2
  import uniqueId from "lodash-es/uniqueId";
 
3
 
4
  const id = uniqueId;
5
  const ProductAggregateOffer = {
@@ -42,8 +43,14 @@ const ProductAggregateOffer = {
42
  id: id(),
43
  label: __('Price Currency', 'wds'),
44
  type: 'Text',
45
- source: 'custom_text',
46
- value: '',
 
 
 
 
 
 
47
  required: true,
48
  description: __('The currency used to describe the price, in three-letter ISO 4217 format.', 'wds'),
49
  },
1
  import {__} from "@wordpress/i18n";
2
  import uniqueId from "lodash-es/uniqueId";
3
+ import currencies from "../currencies";
4
 
5
  const id = uniqueId;
6
  const ProductAggregateOffer = {
43
  id: id(),
44
  label: __('Price Currency', 'wds'),
45
  type: 'Text',
46
+ source: 'options',
47
+ value: 'USD',
48
+ customSources: {
49
+ options: {
50
+ label: __('Currencies', 'wds'),
51
+ values: currencies,
52
+ },
53
+ },
54
  required: true,
55
  description: __('The currency used to describe the price, in three-letter ISO 4217 format.', 'wds'),
56
  },
includes/assets/js/components/schema/schema-properties/product/product-brand.js ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import uniqueId from "lodash-es/uniqueId";
2
+ import {__} from "@wordpress/i18n";
3
+
4
+ const id = uniqueId;
5
+ const ProductBrand = {
6
+ name: {
7
+ id: id(),
8
+ label: __('Name', 'wds'),
9
+ type: 'TextFull',
10
+ source: 'schema_settings',
11
+ value: 'organization_name',
12
+ description: __('The name of the brand.', 'wds'),
13
+ },
14
+ url: {
15
+ id: id(),
16
+ label: __('URL', 'wds'),
17
+ type: 'URL',
18
+ source: 'site_settings',
19
+ value: 'site_url',
20
+ description: __('The URL of the brand.', 'wds'),
21
+ },
22
+ logo: {
23
+ id: id(),
24
+ label: __('Logo', 'wds'),
25
+ type: 'ImageObject',
26
+ source: 'schema_settings',
27
+ value: 'organization_logo',
28
+ description: __('The logo of the brand.', 'wds'),
29
+ optional: true
30
+ },
31
+ };
32
+ export default ProductBrand;
includes/assets/js/components/schema/schema-properties/product/product-offer.js CHANGED
@@ -1,5 +1,6 @@
1
  import {__} from "@wordpress/i18n";
2
  import uniqueId from "lodash-es/uniqueId";
 
3
 
4
  const id = uniqueId;
5
  const ProductOffer = {
@@ -36,8 +37,14 @@ const ProductOffer = {
36
  id: id(),
37
  label: __('Price Currency Code', 'wds'),
38
  type: 'Text',
39
- source: 'custom_text',
40
- value: '',
 
 
 
 
 
 
41
  disallowDeletion: true,
42
  description: __('The currency used to describe the product price, in three-letter ISO 4217 format.', 'wds'),
43
  },
1
  import {__} from "@wordpress/i18n";
2
  import uniqueId from "lodash-es/uniqueId";
3
+ import currencies from "../currencies";
4
 
5
  const id = uniqueId;
6
  const ProductOffer = {
37
  id: id(),
38
  label: __('Price Currency Code', 'wds'),
39
  type: 'Text',
40
+ source: 'options',
41
+ value: 'USD',
42
+ customSources: {
43
+ options: {
44
+ label: __('Currencies', 'wds'),
45
+ values: currencies,
46
+ },
47
+ },
48
  disallowDeletion: true,
49
  description: __('The currency used to describe the product price, in three-letter ISO 4217 format.', 'wds'),
50
  },
includes/assets/js/components/schema/schema-properties/product/product-organization.js CHANGED
@@ -5,14 +5,6 @@ import ProductPostalAddress from "./product-postal-address";
5
 
6
  const id = uniqueId;
7
  const ProductOrganization = {
8
- logo: {
9
- id: id(),
10
- label: __('Logo', 'wds'),
11
- type: 'ImageObject',
12
- source: 'schema_settings',
13
- value: 'organization_logo',
14
- description: __('The logo of the organization.', 'wds'),
15
- },
16
  name: {
17
  id: id(),
18
  label: __('Name', 'wds'),
@@ -29,6 +21,14 @@ const ProductOrganization = {
29
  value: 'site_url',
30
  description: __('The URL of the organization.', 'wds'),
31
  },
 
 
 
 
 
 
 
 
32
  address: {
33
  id: id(),
34
  label: __('Address', 'wds'),
5
 
6
  const id = uniqueId;
7
  const ProductOrganization = {
 
 
 
 
 
 
 
 
8
  name: {
9
  id: id(),
10
  label: __('Name', 'wds'),
21
  value: 'site_url',
22
  description: __('The URL of the organization.', 'wds'),
23
  },
24
+ logo: {
25
+ id: id(),
26
+ label: __('Logo', 'wds'),
27
+ type: 'ImageObject',
28
+ source: 'schema_settings',
29
+ value: 'organization_logo',
30
+ description: __('The logo of the organization.', 'wds'),
31
+ },
32
  address: {
33
  id: id(),
34
  label: __('Address', 'wds'),
includes/assets/js/components/schema/schema-properties/product/product.js CHANGED
@@ -5,6 +5,7 @@ import ProductAggregateOffer from "./product-aggregate-offer";
5
  import ProductAggregateRating from "./product-aggregate-rating";
6
  import ProductReview from "./product-review";
7
  import ProductOrganization from "./product-organization";
 
8
 
9
  const id = uniqueId;
10
  const Product = {
@@ -105,9 +106,25 @@ const Product = {
105
  brand: {
106
  id: id(),
107
  label: __('Brand', 'wds'),
108
- type: 'Organization',
109
- properties: ProductOrganization,
110
- description: __('The brand of the product.', 'wds'),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  },
112
  review: {
113
  id: id(),
5
  import ProductAggregateRating from "./product-aggregate-rating";
6
  import ProductReview from "./product-review";
7
  import ProductOrganization from "./product-organization";
8
+ import ProductBrand from "./product-brand";
9
 
10
  const id = uniqueId;
11
  const Product = {
106
  brand: {
107
  id: id(),
108
  label: __('Brand', 'wds'),
109
+ activeVersion: 'Brand',
110
+ properties: {
111
+ Brand: {
112
+ id: id(),
113
+ label: __('Brand', 'wds'),
114
+ description: __('The brand of the product.', 'wds'),
115
+ type: 'Brand',
116
+ properties: ProductBrand,
117
+ isAnAltVersion: true,
118
+ },
119
+ Organization: {
120
+ id: id(),
121
+ label: __('Organization', 'wds'),
122
+ description: __('The brand of the product.', 'wds'),
123
+ type: 'Organization',
124
+ properties: ProductOrganization,
125
+ isAnAltVersion: true,
126
+ },
127
+ },
128
  },
129
  review: {
130
  id: id(),
includes/assets/js/components/schema/schema-properties/product/woo-brand.js CHANGED
@@ -1,13 +1,11 @@
1
  import {__} from '@wordpress/i18n';
2
  import {merge} from "lodash-es";
3
- import ProductOrganization from "./product-organization";
4
 
5
- const WooBrand = merge({}, ProductOrganization, {
6
- logo: {
7
- source: 'image',
8
- value: '',
9
- },
10
  name: {
 
 
11
  customSources: {
12
  woocommerce: {
13
  label: __('WooCommerce', 'wds'),
@@ -19,6 +17,8 @@ const WooBrand = merge({}, ProductOrganization, {
19
  }
20
  },
21
  url: {
 
 
22
  customSources: {
23
  woocommerce: {
24
  label: __('WooCommerce', 'wds'),
@@ -28,7 +28,11 @@ const WooBrand = merge({}, ProductOrganization, {
28
  }
29
  }
30
  }
31
- }
 
 
 
 
32
  });
33
 
34
  export default WooBrand;
1
  import {__} from '@wordpress/i18n';
2
  import {merge} from "lodash-es";
3
+ import ProductBrand from "./product-brand";
4
 
5
+ const WooBrand = merge({}, ProductBrand, {
 
 
 
 
6
  name: {
7
+ source: 'woocommerce',
8
+ value: 'product_category',
9
  customSources: {
10
  woocommerce: {
11
  label: __('WooCommerce', 'wds'),
17
  }
18
  },
19
  url: {
20
+ source: 'woocommerce',
21
+ value: 'product_category_url',
22
  customSources: {
23
  woocommerce: {
24
  label: __('WooCommerce', 'wds'),
28
  }
29
  }
30
  }
31
+ },
32
+ logo: {
33
+ source: 'image',
34
+ value: '',
35
+ },
36
  });
37
 
38
  export default WooBrand;
includes/assets/js/components/schema/schema-properties/product/woo-organization.js ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import {__} from '@wordpress/i18n';
2
+ import {merge} from "lodash-es";
3
+ import ProductOrganization from "./product-organization";
4
+
5
+ const WooOrganization = merge({}, ProductOrganization, {
6
+ name: {
7
+ customSources: {
8
+ woocommerce: {
9
+ label: __('WooCommerce', 'wds'),
10
+ values: {
11
+ product_category: __('Product Category', 'wds'),
12
+ product_tag: __('Product Tag', 'wds'),
13
+ }
14
+ }
15
+ }
16
+ },
17
+ url: {
18
+ customSources: {
19
+ woocommerce: {
20
+ label: __('WooCommerce', 'wds'),
21
+ values: {
22
+ product_category_url: __('Product Category URL', 'wds'),
23
+ product_tag_url: __('Product Tag URL', 'wds'),
24
+ }
25
+ }
26
+ }
27
+ },
28
+ logo: {
29
+ source: 'image',
30
+ value: '',
31
+ },
32
+ });
33
+
34
+ export default WooOrganization;
includes/assets/js/components/schema/schema-properties/product/woo-product.js CHANGED
@@ -3,9 +3,10 @@ import uniqueId from "lodash-es/uniqueId";
3
  import WooOffer from "./woo-offer";
4
  import WooAggregateOffer from "./woo-aggregate-offer";
5
  import WooAggregateRating from "./woo-aggregate-rating";
6
- import WooBrand from "./woo-brand";
7
  import WooReviewLoop from "./woo-review-loop";
8
  import ProductReview from "./product-review";
 
9
 
10
  const id = uniqueId;
11
  const WooProduct = {
@@ -169,9 +170,25 @@ const WooProduct = {
169
  brand: {
170
  id: id(),
171
  label: __('Brand', 'wds'),
172
- type: 'Organization',
173
- properties: WooBrand,
174
- description: __('The brand of the product.', 'wds'),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  },
176
  review: {
177
  id: id(),
3
  import WooOffer from "./woo-offer";
4
  import WooAggregateOffer from "./woo-aggregate-offer";
5
  import WooAggregateRating from "./woo-aggregate-rating";
6
+ import WooOrganization from "./woo-organization";
7
  import WooReviewLoop from "./woo-review-loop";
8
  import ProductReview from "./product-review";
9
+ import WooBrand from "./woo-brand";
10
 
11
  const id = uniqueId;
12
  const WooProduct = {
170
  brand: {
171
  id: id(),
172
  label: __('Brand', 'wds'),
173
+ activeVersion: 'Brand',
174
+ properties: {
175
+ Brand: {
176
+ id: id(),
177
+ label: __('Brand', 'wds'),
178
+ description: __('The brand of the product.', 'wds'),
179
+ type: 'Brand',
180
+ properties: WooBrand,
181
+ isAnAltVersion: true,
182
+ },
183
+ Organization: {
184
+ id: id(),
185
+ label: __('Organization', 'wds'),
186
+ description: __('The brand of the product.', 'wds'),
187
+ type: 'Organization',
188
+ properties: WooOrganization,
189
+ isAnAltVersion: true,
190
+ },
191
+ },
192
  },
193
  review: {
194
  id: id(),
includes/assets/js/components/schema/schema-type-transformer.js CHANGED
@@ -1,19 +1,20 @@
1
  import schemaTypeProperties from "./schema-type-properties";
2
  import update from "immutability-helper";
3
- import {cloneDeep, merge} from "lodash-es";
4
 
5
  export default class SchemaTypeTransformer {
6
  constructor() {
7
  this.callbacks = {};
8
 
9
- this.register('Article', (schema) => this.addCommentLoopToArticle(schema));
10
  this.register('Event', (schema) => this.addVirtualLocationToEvent(schema));
11
- this.register('Event', (schema) => this.addAggregateRatingAndReviewToEvent(schema));
12
  this.register('Product', (schema) => this.removeReviewAuthorOrganizationDataFromProduct(schema));
 
13
  this.register('WooProduct', (schema) => this.removeReviewAuthorOrganizationDataFromWooProduct(schema));
14
- this.register('FAQPage', (schema) => this.addCommentLoopToFaqPage(schema));
15
- this.register('HowTo', (schema) => this.addCommentToLoopToHowTo(schema));
16
- this.register('HowTo', (schema) => this.addAggregateRatingAndReviewToHowTo(schema));
 
 
17
  }
18
 
19
  register(type, transformingCallback) {
@@ -35,19 +36,14 @@ export default class SchemaTypeTransformer {
35
  return transformed;
36
  }
37
 
38
- /**
39
- * Article in 2.9 didn't have a loop property for post comments. It was added in 2.10
40
- */
41
- addCommentLoopToArticle(untransformed) {
42
- return this.addCommentLoopSchema(untransformed, schemaTypeProperties.Article);
43
- }
44
-
45
  /**
46
  * Event type in version 2.9 didn't have virtual location but it was added in 2.10
47
  */
48
  addVirtualLocationToEvent(untransformed) {
49
- if (untransformed?.location?.activeVersion) {
50
- // Virtual location already exists, no need for a transformation
 
 
51
  return untransformed;
52
  }
53
 
@@ -58,46 +54,6 @@ export default class SchemaTypeTransformer {
58
  });
59
  }
60
 
61
- /**
62
- * Event type in version 2.10 didn't have aggregateRating and review but it was added in 2.11
63
- */
64
- addAggregateRatingAndReviewToEvent(untransformed) {
65
- return this.addAggregateRatingAndReview(untransformed, schemaTypeProperties.Event);
66
- }
67
-
68
- /**
69
- * HowTo type in version 2.10 didn't have aggregateRating and review but it was added in 2.11
70
- */
71
- addAggregateRatingAndReviewToHowTo(untransformed) {
72
- return this.addAggregateRatingAndReview(untransformed, schemaTypeProperties.HowTo);
73
- }
74
-
75
- addAggregateRatingAndReview(untransformed, source) {
76
- if (!untransformed?.aggregateRating) {
77
- untransformed = update(
78
- untransformed,
79
- {
80
- aggregateRating: {
81
- $set: cloneDeep(source.aggregateRating)
82
- }
83
- }
84
- );
85
- }
86
-
87
- if (!untransformed?.review) {
88
- untransformed = update(
89
- untransformed,
90
- {
91
- review: {
92
- $set: cloneDeep(source.review)
93
- }
94
- }
95
- );
96
- }
97
-
98
- return untransformed;
99
- }
100
-
101
  makeReviewAuthorOrganizationDataRemovalSpec(reviewProperties) {
102
  const spec = {};
103
  Object.keys(reviewProperties).forEach((repeatableKey) => {
@@ -188,31 +144,47 @@ export default class SchemaTypeTransformer {
188
  }
189
 
190
  /**
191
- *
192
  */
193
- addCommentLoopToFaqPage(untransformed) {
194
- return this.addCommentLoopSchema(untransformed, schemaTypeProperties.FAQPage);
 
 
 
195
  }
196
 
197
  /**
198
- *
199
  */
200
- addCommentToLoopToHowTo(untransformed) {
201
- return this.addCommentLoopSchema(untransformed, schemaTypeProperties.HowTo);
 
 
 
202
  }
203
 
204
- addCommentLoopSchema(untransformed, source) {
205
- if (untransformed?.comment) {
 
 
 
206
  return untransformed;
207
  }
208
 
209
- return update(
210
- untransformed,
211
- {
212
- comment: {
213
- $set: cloneDeep(source.comment)
214
- }
215
- }
216
  );
 
 
 
 
 
 
 
 
 
 
 
217
  }
218
  }
1
  import schemaTypeProperties from "./schema-type-properties";
2
  import update from "immutability-helper";
3
+ import {merge} from "lodash-es";
4
 
5
  export default class SchemaTypeTransformer {
6
  constructor() {
7
  this.callbacks = {};
8
 
 
9
  this.register('Event', (schema) => this.addVirtualLocationToEvent(schema));
 
10
  this.register('Product', (schema) => this.removeReviewAuthorOrganizationDataFromProduct(schema));
11
+ this.register('Product', (schema) => this.addAlternateBrandTypeToProduct(schema));
12
  this.register('WooProduct', (schema) => this.removeReviewAuthorOrganizationDataFromWooProduct(schema));
13
+ this.register('WooProduct', (schema) => this.addAlternateBrandTypeToWooProduct(schema));
14
+ this.register('WooSimpleProduct', (schema) => this.removeReviewAuthorOrganizationDataFromWooProduct(schema));
15
+ this.register('WooSimpleProduct', (schema) => this.addAlternateBrandTypeToWooProduct(schema));
16
+ this.register('WooVariableProduct', (schema) => this.removeReviewAuthorOrganizationDataFromWooProduct(schema));
17
+ this.register('WooVariableProduct', (schema) => this.addAlternateBrandTypeToWooProduct(schema));
18
  }
19
 
20
  register(type, transformingCallback) {
36
  return transformed;
37
  }
38
 
 
 
 
 
 
 
 
39
  /**
40
  * Event type in version 2.9 didn't have virtual location but it was added in 2.10
41
  */
42
  addVirtualLocationToEvent(untransformed) {
43
+ if (
44
+ !untransformed?.location // Location not available, it was probably deleted
45
+ || untransformed?.location?.activeVersion // Virtual location already exists, no need for a transformation
46
+ ) {
47
  return untransformed;
48
  }
49
 
54
  });
55
  }
56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  makeReviewAuthorOrganizationDataRemovalSpec(reviewProperties) {
58
  const spec = {};
59
  Object.keys(reviewProperties).forEach((repeatableKey) => {
144
  }
145
 
146
  /**
147
+ * In version 2.16 Brand type was added an an available alternate version to Product brand property
148
  */
149
+ addAlternateBrandTypeToProduct(untransformed) {
150
+ return this.addAlternateBrandType(
151
+ untransformed,
152
+ schemaTypeProperties.Product
153
+ );
154
  }
155
 
156
  /**
157
+ * In version 2.16 Brand type was added an an available alternate version to WooProduct brand property
158
  */
159
+ addAlternateBrandTypeToWooProduct(untransformed) {
160
+ return this.addAlternateBrandType(
161
+ untransformed,
162
+ schemaTypeProperties.WooProduct
163
+ );
164
  }
165
 
166
+ addAlternateBrandType(untransformed, sourceProperties) {
167
+ if (
168
+ !untransformed?.brand // No brand, it was probably deleted by the user
169
+ || untransformed?.brand?.activeVersion // Brand already has two versions, no need for a transformation
170
+ ) {
171
  return untransformed;
172
  }
173
 
174
+ const optionalRemovalSpec = this.formatSpec(
175
+ ['properties', 'Organization', 'properties'],
176
+ {$unset: ['address', 'contactPoint']}
 
 
 
 
177
  );
178
+ const brandWithoutOptionalProperties = update(sourceProperties.brand, optionalRemovalSpec);
179
+
180
+ const newBrand = merge(
181
+ {},
182
+ brandWithoutOptionalProperties,
183
+ {activeVersion: 'Organization'},
184
+ {properties: {Organization: untransformed.brand}}
185
+ );
186
+ return update(untransformed, {
187
+ "brand": {$set: newBrand}
188
+ });
189
  }
190
  }
includes/core/class-wds-controller-black-friday.php CHANGED
@@ -2,6 +2,7 @@
2
 
3
  class Smartcrawl_Controller_Black_Friday extends Smartcrawl_Base_Controller {
4
  const DISMISSED_KEY = 'black-friday-2021';
 
5
  private static $_instance;
6
 
7
  public static function get() {
@@ -17,23 +18,40 @@ class Smartcrawl_Controller_Black_Friday extends Smartcrawl_Base_Controller {
17
  }
18
 
19
  private function is_dismissed() {
 
 
 
 
20
  $dismissed_messages = get_user_meta( get_current_user_id(), 'wds_dismissed_messages', true );
21
  return smartcrawl_get_array_value( $dismissed_messages, self::DISMISSED_KEY ) === true;
22
  }
23
 
24
  public function show_notice() {
25
- return current_user_can( 'manage_options' )
26
- && ( ! is_multisite() || is_network_admin() )
 
 
 
 
 
 
 
27
  && ! $this->is_dismissed();
28
  }
29
 
 
 
 
 
 
 
 
 
 
 
 
30
  public function dismiss_black_friday_notice() {
31
- $dismissed_messages = get_user_meta( get_current_user_id(), 'wds_dismissed_messages', true );
32
- $dismissed_messages = is_array( $dismissed_messages )
33
- ? $dismissed_messages
34
- : array();
35
- $dismissed_messages[ self::DISMISSED_KEY ] = true;
36
- update_user_meta( get_current_user_id(), 'wds_dismissed_messages', $dismissed_messages );
37
  wp_send_json_success();
38
  }
39
  }
2
 
3
  class Smartcrawl_Controller_Black_Friday extends Smartcrawl_Base_Controller {
4
  const DISMISSED_KEY = 'black-friday-2021';
5
+ const DISMISSED_OPTION_KEY = 'wds-black-friday-2021-dismissed';
6
  private static $_instance;
7
 
8
  public static function get() {
18
  }
19
 
20
  private function is_dismissed() {
21
+ if ( get_site_option( self::DISMISSED_OPTION_KEY, false ) ) {
22
+ return true;
23
+ }
24
+
25
  $dismissed_messages = get_user_meta( get_current_user_id(), 'wds_dismissed_messages', true );
26
  return smartcrawl_get_array_value( $dismissed_messages, self::DISMISSED_KEY ) === true;
27
  }
28
 
29
  public function show_notice() {
30
+ $is_admin = current_user_can( 'manage_options' );
31
+ $whitelabel_off = ! Smartcrawl_White_Label::get()->is_hide_wpmudev_branding();
32
+ $service = Smartcrawl_Service::get( Smartcrawl_Service::SERVICE_SITE );
33
+ $is_free_or_wpmudev_user = ! $service->is_member() || $this->is_wpmu_dev_user();
34
+
35
+ return $is_admin
36
+ && $whitelabel_off
37
+ && $is_free_or_wpmudev_user
38
+ && is_main_site()
39
  && ! $this->is_dismissed();
40
  }
41
 
42
+ private function is_wpmu_dev_user() {
43
+ if ( class_exists( 'WPMUDEV_Dashboard' ) ) {
44
+ if ( method_exists( 'WPMUDEV_Dashboard_Site', 'allowed_user' ) ) {
45
+ $user_id = get_current_user_id();
46
+ return WPMUDEV_Dashboard::$site->allowed_user( $user_id );
47
+ }
48
+ }
49
+
50
+ return false;
51
+ }
52
+
53
  public function dismiss_black_friday_notice() {
54
+ update_site_option( self::DISMISSED_OPTION_KEY, true );
 
 
 
 
 
55
  wp_send_json_success();
56
  }
57
  }
languages/wds.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the SmartCrawl Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: SmartCrawl Pro 2.15.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/build\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-10-29T15:02:00+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
 
@@ -3907,6 +3907,7 @@ msgid "Person"
3907
  msgstr ""
3908
 
3909
  #: includes/admin/templates/schema/schema-section-general.php:89
 
3910
  msgid "Organization"
3911
  msgstr ""
3912
 
@@ -8979,995 +8980,1011 @@ msgid "Reviews of the event."
8979
  msgstr ""
8980
 
8981
  #: includes/assets/js/build/wds-schema-types.js:1
8982
- msgid "The possible product availability options."
8983
  msgstr ""
8984
 
8985
  #: includes/assets/js/build/wds-schema-types.js:1
8986
- msgid "The offer price of a product."
8987
  msgstr ""
8988
 
8989
  #: includes/assets/js/build/wds-schema-types.js:1
8990
- msgid "The currency used to describe the product price, in three-letter ISO 4217 format."
8991
  msgstr ""
8992
 
8993
  #: includes/assets/js/build/wds-schema-types.js:1
8994
- msgid "The date when the item becomes valid."
8995
  msgstr ""
8996
 
8997
  #: includes/assets/js/build/wds-schema-types.js:1
8998
- msgid "The date after which the price is no longer available."
8999
  msgstr ""
9000
 
9001
  #: includes/assets/js/build/wds-schema-types.js:1
9002
- msgid "A URL to the product web page (that includes the Offer)."
9003
  msgstr ""
9004
 
9005
  #: includes/assets/js/build/wds-schema-types.js:1
9006
- msgid "The item that is being rated."
9007
  msgstr ""
9008
 
9009
  #: includes/assets/js/build/wds-schema-types.js:1
9010
- msgid "This property is required by Google. At least one of ratingCount or reviewCount is required."
9011
  msgstr ""
9012
 
9013
  #: includes/assets/js/build/wds-schema-types.js:1
9014
- msgid "Name of the item that is being rated. In this case the product."
9015
  msgstr ""
9016
 
9017
  #: includes/assets/js/build/wds-schema-types.js:1
9018
- msgid "The name of the product."
9019
  msgstr ""
9020
 
9021
  #: includes/assets/js/build/wds-schema-types.js:1
9022
- msgid "The product description."
9023
  msgstr ""
9024
 
9025
  #: includes/assets/js/build/wds-schema-types.js:1
9026
- msgid "SKU"
9027
  msgstr ""
9028
 
9029
  #: includes/assets/js/build/wds-schema-types.js:1
9030
- msgid "Merchant-specific identifier for product."
9031
  msgstr ""
9032
 
9033
  #: includes/assets/js/build/wds-schema-types.js:1
9034
- msgid "GTIN"
9035
  msgstr ""
9036
 
9037
  #: includes/assets/js/build/wds-schema-types.js:1
9038
- msgid "A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes."
9039
  msgstr ""
9040
 
9041
  #: includes/assets/js/build/wds-schema-types.js:1
9042
- msgid "GTIN-8"
9043
  msgstr ""
9044
 
9045
  #: includes/assets/js/build/wds-schema-types.js:1
9046
- msgid "The GTIN-8 code of the product. This code is also known as EAN/UCC-8 or 8-digit EAN."
9047
  msgstr ""
9048
 
9049
  #: includes/assets/js/build/wds-schema-types.js:1
9050
- msgid "GTIN-12"
9051
  msgstr ""
9052
 
9053
  #: includes/assets/js/build/wds-schema-types.js:1
9054
- msgid "The GTIN-12 code of the product. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items."
9055
  msgstr ""
9056
 
9057
  #: includes/assets/js/build/wds-schema-types.js:1
9058
- msgid "GTIN-13"
9059
  msgstr ""
9060
 
9061
  #: includes/assets/js/build/wds-schema-types.js:1
9062
- msgid "The GTIN-13 code of the product. This is equivalent to 13-digit ISBN codes and EAN UCC-13."
9063
  msgstr ""
9064
 
9065
  #: includes/assets/js/build/wds-schema-types.js:1
9066
- msgid "GTIN-14"
9067
  msgstr ""
9068
 
9069
  #: includes/assets/js/build/wds-schema-types.js:1
9070
- msgid "The GTIN-14 code of the product."
9071
  msgstr ""
9072
 
9073
  #: includes/assets/js/build/wds-schema-types.js:1
9074
- msgid "MPN"
9075
  msgstr ""
9076
 
9077
  #: includes/assets/js/build/wds-schema-types.js:1
9078
- msgid "The Manufacturer Part Number (MPN) of the product."
9079
  msgstr ""
9080
 
9081
  #: includes/assets/js/build/wds-schema-types.js:1
9082
- msgid "The images associated with the product."
9083
  msgstr ""
9084
 
9085
  #: includes/assets/js/build/wds-schema-types.js:1
9086
- msgid "Brand"
9087
  msgstr ""
9088
 
9089
  #: includes/assets/js/build/wds-schema-types.js:1
9090
- msgid "The brand of the product."
9091
  msgstr ""
9092
 
9093
  #: includes/assets/js/build/wds-schema-types.js:1
9094
- msgid "This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers."
9095
  msgstr ""
9096
 
9097
  #: includes/assets/js/build/wds-schema-types.js:1
9098
- msgid "A nested Review of the product."
9099
  msgstr ""
9100
 
9101
  #: includes/assets/js/build/wds-schema-types.js:1
9102
- msgid "A nested aggregateRating of the product."
9103
  msgstr ""
9104
 
9105
  #: includes/assets/js/build/wds-schema-types.js:1
9106
- msgid "A nested Offer to sell the product."
9107
  msgstr ""
9108
 
9109
  #: includes/assets/js/build/wds-schema-types.js:1
9110
- msgid "A nested AggregateOffer to sell the product."
9111
  msgstr ""
9112
 
9113
  #: includes/assets/js/build/wds-schema-types.js:1
9114
- msgid "WooCommerce"
9115
  msgstr ""
9116
 
9117
  #: includes/assets/js/build/wds-schema-types.js:1
9118
- msgid "Stock Status"
9119
  msgstr ""
9120
 
9121
  #: includes/assets/js/build/wds-schema-types.js:1
9122
- msgid "Currency"
9123
  msgstr ""
9124
 
9125
  #: includes/assets/js/build/wds-schema-types.js:1
9126
- msgid "Product Sale Start Date"
9127
  msgstr ""
9128
 
9129
  #: includes/assets/js/build/wds-schema-types.js:1
9130
- msgid "Product Sale End Date"
9131
  msgstr ""
9132
 
9133
  #: includes/assets/js/build/wds-schema-types.js:1
9134
- msgid "Variable Product Minimum Price"
9135
  msgstr ""
9136
 
9137
  #: includes/assets/js/build/wds-schema-types.js:1
9138
- msgid "Variable Product Maximum Price"
9139
  msgstr ""
9140
 
9141
  #: includes/assets/js/build/wds-schema-types.js:1
9142
- msgid "Number of Variations"
9143
  msgstr ""
9144
 
9145
  #: includes/assets/js/build/wds-schema-types.js:1
9146
- msgid "Average Rating"
9147
  msgstr ""
9148
 
9149
  #: includes/assets/js/build/wds-schema-types.js:1
9150
- msgid "Product Category"
9151
  msgstr ""
9152
 
9153
  #: includes/assets/js/build/wds-schema-types.js:1
9154
- msgid "Product Tag"
9155
  msgstr ""
9156
 
9157
  #: includes/assets/js/build/wds-schema-types.js:1
9158
- msgid "Product Category URL"
9159
  msgstr ""
9160
 
9161
  #: includes/assets/js/build/wds-schema-types.js:1
9162
- msgid "Product Tag URL"
9163
  msgstr ""
9164
 
9165
  #: includes/assets/js/build/wds-schema-types.js:1
9166
- msgid "WooCommerce Review"
9167
  msgstr ""
9168
 
9169
  #: includes/assets/js/build/wds-schema-types.js:1
9170
- msgid "Review Text"
9171
  msgstr ""
9172
 
9173
  #: includes/assets/js/build/wds-schema-types.js:1
9174
- msgid "Product ID"
9175
  msgstr ""
9176
 
9177
  #: includes/assets/js/build/wds-schema-types.js:1
9178
- msgid "Product SKU"
9179
  msgstr ""
9180
 
9181
  #: includes/assets/js/build/wds-schema-types.js:1
9182
- msgid "WooCommerce Reviews"
9183
  msgstr ""
9184
 
9185
  #: includes/assets/js/build/wds-schema-types.js:1
9186
- msgid "The following block will be repeated for each Review in a WooCommerce product"
9187
  msgstr ""
9188
 
9189
  #: includes/assets/js/build/wds-schema-types.js:1
9190
- msgid "Question"
9191
  msgstr ""
9192
 
9193
  #: includes/assets/js/build/wds-schema-types.js:1
9194
- msgid "The full text of the question. For example, \"How long does it take to process a refund?\"."
9195
  msgstr ""
9196
 
9197
  #: includes/assets/js/build/wds-schema-types.js:1
9198
- msgid "Accepted Answer"
9199
  msgstr ""
9200
 
9201
  #: includes/assets/js/build/wds-schema-types.js:1
9202
- msgid "The answer to the question."
9203
  msgstr ""
9204
 
9205
  #: includes/assets/js/build/wds-schema-types.js:1
9206
- msgid "An image associated with the question."
9207
  msgstr ""
9208
 
9209
  #: includes/assets/js/build/wds-schema-types.js:1
9210
- msgid "Optional URL to the question."
9211
  msgstr ""
9212
 
9213
  #: includes/assets/js/build/wds-schema-types.js:1
9214
- msgid "Questions"
9215
  msgstr ""
9216
 
9217
  #: includes/assets/js/build/wds-schema-types.js:1
9218
- msgid "An array of Question elements which comprise the list of answered questions that this FAQPage is about."
9219
  msgstr ""
9220
 
9221
  #: includes/assets/js/build/wds-schema-types.js:1
9222
- msgid "The monetary amount value."
9223
  msgstr ""
9224
 
9225
  #: includes/assets/js/build/wds-schema-types.js:1
9226
- msgid "The currency in which the monetary amount is expressed."
9227
  msgstr ""
9228
 
9229
  #: includes/assets/js/build/wds-schema-types.js:1
9230
- msgid "Max Value"
9231
  msgstr ""
9232
 
9233
  #: includes/assets/js/build/wds-schema-types.js:1
9234
- msgid "The upper limit of the value."
9235
  msgstr ""
9236
 
9237
  #: includes/assets/js/build/wds-schema-types.js:1
9238
- msgid "Min Value"
9239
  msgstr ""
9240
 
9241
  #: includes/assets/js/build/wds-schema-types.js:1
9242
- msgid "The lower limit of the value."
9243
  msgstr ""
9244
 
9245
  #: includes/assets/js/build/wds-schema-types.js:1
9246
- msgid "The title of the how-to. For example, \"How to tie a tie\"."
9247
  msgstr ""
9248
 
9249
  #: includes/assets/js/build/wds-schema-types.js:1
9250
- msgid "A description of the how-to."
9251
  msgstr ""
9252
 
9253
  #: includes/assets/js/build/wds-schema-types.js:1
9254
- msgid "Total Time"
9255
  msgstr ""
9256
 
9257
  #: includes/assets/js/build/wds-schema-types.js:1
9258
- msgid "The total time required to perform all instructions or directions (including time to prepare the supplies), in ISO 8601 duration format."
9259
  msgstr ""
9260
 
9261
  #: includes/assets/js/build/wds-schema-types.js:1
9262
- msgid "Images of the completed how-to."
9263
  msgstr ""
9264
 
9265
  #: includes/assets/js/build/wds-schema-types.js:1
9266
- msgid "Supplies"
9267
  msgstr ""
9268
 
9269
  #: includes/assets/js/build/wds-schema-types.js:1
9270
- msgid "Supply"
9271
  msgstr ""
9272
 
9273
  #: includes/assets/js/build/wds-schema-types.js:1
9274
- msgid "The name of the supply."
9275
  msgstr ""
9276
 
9277
  #: includes/assets/js/build/wds-schema-types.js:1
9278
- msgid "An image of the supply."
9279
  msgstr ""
9280
 
9281
  #: includes/assets/js/build/wds-schema-types.js:1
9282
- msgid "Supplies consumed when performing instructions or a direction."
9283
  msgstr ""
9284
 
9285
  #: includes/assets/js/build/wds-schema-types.js:1
9286
- msgid "Tools"
9287
  msgstr ""
9288
 
9289
  #: includes/assets/js/build/wds-schema-types.js:1
9290
- msgid "Tool"
9291
  msgstr ""
9292
 
9293
  #: includes/assets/js/build/wds-schema-types.js:1
9294
- msgid "The name of the tool."
9295
  msgstr ""
9296
 
9297
  #: includes/assets/js/build/wds-schema-types.js:1
9298
- msgid "An image of the tool."
9299
  msgstr ""
9300
 
9301
  #: includes/assets/js/build/wds-schema-types.js:1
9302
- msgid "Objects used (but not consumed) when performing instructions or a direction."
9303
  msgstr ""
9304
 
9305
  #: includes/assets/js/build/wds-schema-types.js:1
9306
- msgid "Estimated Cost"
9307
  msgstr ""
9308
 
9309
  #: includes/assets/js/build/wds-schema-types.js:1
9310
- msgid "The estimated cost of the supplies consumed when performing instructions."
9311
  msgstr ""
9312
 
9313
  #: includes/assets/js/build/wds-schema-types.js:1
9314
- msgid "Steps"
9315
  msgstr ""
9316
 
9317
  #: includes/assets/js/build/wds-schema-types.js:1
9318
- msgid "Step"
9319
  msgstr ""
9320
 
9321
  #: includes/assets/js/build/wds-schema-types.js:1
9322
- msgid "The word or short phrase summarizing the step (for example, \"Attach wires to post\" or \"Dig\")."
9323
  msgstr ""
9324
 
9325
  #: includes/assets/js/build/wds-schema-types.js:1
9326
- msgid "The full instruction text of this step."
9327
  msgstr ""
9328
 
9329
  #: includes/assets/js/build/wds-schema-types.js:1
9330
- msgid "An image for the step."
9331
  msgstr ""
9332
 
9333
  #: includes/assets/js/build/wds-schema-types.js:1
9334
- msgid "Url"
9335
  msgstr ""
9336
 
9337
  #: includes/assets/js/build/wds-schema-types.js:1
9338
- msgid "A URL that directly links to the step (if one is available). For example, an anchor link fragment."
9339
  msgstr ""
9340
 
9341
  #: includes/assets/js/build/wds-schema-types.js:1
9342
- msgid "An array of elements which comprise the full instructions of the how-to. Each step element should correspond to an individual step in the instructions. Don't mark up non-step data such as a summary or introduction section, using this property."
9343
  msgstr ""
9344
 
9345
  #: includes/assets/js/build/wds-schema-types.js:1
9346
- msgid "A nested aggregateRating of the how-to."
9347
  msgstr ""
9348
 
9349
  #: includes/assets/js/build/wds-schema-types.js:1
9350
- msgid "Reviews of the how-to."
9351
  msgstr ""
9352
 
9353
  #: includes/assets/js/build/wds-schema-types.js:1
9354
- msgid "United States dollar"
9355
  msgstr ""
9356
 
9357
  #: includes/assets/js/build/wds-schema-types.js:1
9358
- msgid "UAE dirham"
9359
  msgstr ""
9360
 
9361
  #: includes/assets/js/build/wds-schema-types.js:1
9362
- msgid "Afghan afghani"
9363
  msgstr ""
9364
 
9365
  #: includes/assets/js/build/wds-schema-types.js:1
9366
- msgid "Albanian lek"
9367
  msgstr ""
9368
 
9369
  #: includes/assets/js/build/wds-schema-types.js:1
9370
- msgid "Armenian dram"
9371
  msgstr ""
9372
 
9373
  #: includes/assets/js/build/wds-schema-types.js:1
9374
- msgid "Netherlands Antillean gulden"
9375
  msgstr ""
9376
 
9377
  #: includes/assets/js/build/wds-schema-types.js:1
9378
- msgid "Angolan kwanza"
9379
  msgstr ""
9380
 
9381
  #: includes/assets/js/build/wds-schema-types.js:1
9382
- msgid "Argentine peso"
9383
  msgstr ""
9384
 
9385
  #: includes/assets/js/build/wds-schema-types.js:1
9386
- msgid "Australian dollar"
9387
  msgstr ""
9388
 
9389
  #: includes/assets/js/build/wds-schema-types.js:1
9390
- msgid "Aruban florin"
9391
  msgstr ""
9392
 
9393
  #: includes/assets/js/build/wds-schema-types.js:1
9394
- msgid "Azerbaijani manat"
9395
  msgstr ""
9396
 
9397
  #: includes/assets/js/build/wds-schema-types.js:1
9398
- msgid "Bosnia and Herzegovina konvertibilna marka"
9399
  msgstr ""
9400
 
9401
  #: includes/assets/js/build/wds-schema-types.js:1
9402
- msgid "Barbadian dollar"
9403
  msgstr ""
9404
 
9405
  #: includes/assets/js/build/wds-schema-types.js:1
9406
- msgid "Bangladeshi taka"
9407
  msgstr ""
9408
 
9409
  #: includes/assets/js/build/wds-schema-types.js:1
9410
- msgid "Bulgarian lev"
9411
  msgstr ""
9412
 
9413
  #: includes/assets/js/build/wds-schema-types.js:1
9414
- msgid "Bahraini dinar"
9415
  msgstr ""
9416
 
9417
  #: includes/assets/js/build/wds-schema-types.js:1
9418
- msgid "Burundi franc"
9419
  msgstr ""
9420
 
9421
  #: includes/assets/js/build/wds-schema-types.js:1
9422
- msgid "Bermudian dollar"
9423
  msgstr ""
9424
 
9425
  #: includes/assets/js/build/wds-schema-types.js:1
9426
- msgid "Brunei dollar"
9427
  msgstr ""
9428
 
9429
  #: includes/assets/js/build/wds-schema-types.js:1
9430
- msgid "Bolivian boliviano"
9431
  msgstr ""
9432
 
9433
  #: includes/assets/js/build/wds-schema-types.js:1
9434
- msgid "Brazilian real"
9435
  msgstr ""
9436
 
9437
  #: includes/assets/js/build/wds-schema-types.js:1
9438
- msgid "Bahamian dollar"
9439
  msgstr ""
9440
 
9441
  #: includes/assets/js/build/wds-schema-types.js:1
9442
- msgid "Bhutanese ngultrum"
9443
  msgstr ""
9444
 
9445
  #: includes/assets/js/build/wds-schema-types.js:1
9446
- msgid "Botswana pula"
9447
  msgstr ""
9448
 
9449
  #: includes/assets/js/build/wds-schema-types.js:1
9450
- msgid "Belarusian ruble"
9451
  msgstr ""
9452
 
9453
  #: includes/assets/js/build/wds-schema-types.js:1
9454
- msgid "Belize dollar"
9455
  msgstr ""
9456
 
9457
  #: includes/assets/js/build/wds-schema-types.js:1
9458
- msgid "Canadian dollar"
9459
  msgstr ""
9460
 
9461
  #: includes/assets/js/build/wds-schema-types.js:1
9462
- msgid "Congolese franc"
9463
  msgstr ""
9464
 
9465
  #: includes/assets/js/build/wds-schema-types.js:1
9466
- msgid "Swiss franc"
9467
  msgstr ""
9468
 
9469
  #: includes/assets/js/build/wds-schema-types.js:1
9470
- msgid "Chilean peso"
9471
  msgstr ""
9472
 
9473
  #: includes/assets/js/build/wds-schema-types.js:1
9474
- msgid "Chinese/Yuan renminbi"
9475
  msgstr ""
9476
 
9477
  #: includes/assets/js/build/wds-schema-types.js:1
9478
- msgid "Colombian peso"
9479
  msgstr ""
9480
 
9481
  #: includes/assets/js/build/wds-schema-types.js:1
9482
- msgid "Costa Rican colon"
9483
  msgstr ""
9484
 
9485
  #: includes/assets/js/build/wds-schema-types.js:1
9486
- msgid "Cuban peso"
9487
  msgstr ""
9488
 
9489
  #: includes/assets/js/build/wds-schema-types.js:1
9490
- msgid "Cape Verdean escudo"
9491
  msgstr ""
9492
 
9493
  #: includes/assets/js/build/wds-schema-types.js:1
9494
- msgid "Czech koruna"
9495
  msgstr ""
9496
 
9497
  #: includes/assets/js/build/wds-schema-types.js:1
9498
- msgid "Djiboutian franc"
9499
  msgstr ""
9500
 
9501
  #: includes/assets/js/build/wds-schema-types.js:1
9502
- msgid "Danish krone"
9503
  msgstr ""
9504
 
9505
  #: includes/assets/js/build/wds-schema-types.js:1
9506
- msgid "Dominican peso"
9507
  msgstr ""
9508
 
9509
  #: includes/assets/js/build/wds-schema-types.js:1
9510
- msgid "Algerian dinar"
9511
  msgstr ""
9512
 
9513
  #: includes/assets/js/build/wds-schema-types.js:1
9514
- msgid "Estonian kroon"
9515
  msgstr ""
9516
 
9517
  #: includes/assets/js/build/wds-schema-types.js:1
9518
- msgid "Egyptian pound"
9519
  msgstr ""
9520
 
9521
  #: includes/assets/js/build/wds-schema-types.js:1
9522
- msgid "Eritrean nakfa"
9523
  msgstr ""
9524
 
9525
  #: includes/assets/js/build/wds-schema-types.js:1
9526
- msgid "Ethiopian birr"
9527
  msgstr ""
9528
 
9529
  #: includes/assets/js/build/wds-schema-types.js:1
9530
- msgid "European Euro"
9531
  msgstr ""
9532
 
9533
  #: includes/assets/js/build/wds-schema-types.js:1
9534
- msgid "Fijian dollar"
9535
  msgstr ""
9536
 
9537
  #: includes/assets/js/build/wds-schema-types.js:1
9538
- msgid "Falkland Islands pound"
9539
  msgstr ""
9540
 
9541
  #: includes/assets/js/build/wds-schema-types.js:1
9542
- msgid "British pound"
9543
  msgstr ""
9544
 
9545
  #: includes/assets/js/build/wds-schema-types.js:1
9546
- msgid "Georgian lari"
9547
  msgstr ""
9548
 
9549
  #: includes/assets/js/build/wds-schema-types.js:1
9550
- msgid "Ghanaian cedi"
9551
  msgstr ""
9552
 
9553
  #: includes/assets/js/build/wds-schema-types.js:1
9554
- msgid "Gibraltar pound"
9555
  msgstr ""
9556
 
9557
  #: includes/assets/js/build/wds-schema-types.js:1
9558
- msgid "Gambian dalasi"
9559
  msgstr ""
9560
 
9561
  #: includes/assets/js/build/wds-schema-types.js:1
9562
- msgid "Guinean franc"
9563
  msgstr ""
9564
 
9565
  #: includes/assets/js/build/wds-schema-types.js:1
9566
- msgid "Central African CFA franc"
9567
  msgstr ""
9568
 
9569
  #: includes/assets/js/build/wds-schema-types.js:1
9570
- msgid "Guatemalan quetzal"
9571
  msgstr ""
9572
 
9573
  #: includes/assets/js/build/wds-schema-types.js:1
9574
- msgid "Guyanese dollar"
9575
  msgstr ""
9576
 
9577
  #: includes/assets/js/build/wds-schema-types.js:1
9578
- msgid "Hong Kong dollar"
9579
  msgstr ""
9580
 
9581
  #: includes/assets/js/build/wds-schema-types.js:1
9582
- msgid "Honduran lempira"
9583
  msgstr ""
9584
 
9585
  #: includes/assets/js/build/wds-schema-types.js:1
9586
- msgid "Croatian kuna"
9587
  msgstr ""
9588
 
9589
  #: includes/assets/js/build/wds-schema-types.js:1
9590
- msgid "Haitian gourde"
9591
  msgstr ""
9592
 
9593
  #: includes/assets/js/build/wds-schema-types.js:1
9594
- msgid "Hungarian forint"
9595
  msgstr ""
9596
 
9597
  #: includes/assets/js/build/wds-schema-types.js:1
9598
- msgid "Indonesian rupiah"
9599
  msgstr ""
9600
 
9601
  #: includes/assets/js/build/wds-schema-types.js:1
9602
- msgid "Israeli new sheqel"
9603
  msgstr ""
9604
 
9605
  #: includes/assets/js/build/wds-schema-types.js:1
9606
- msgid "Indian rupee"
9607
  msgstr ""
9608
 
9609
  #: includes/assets/js/build/wds-schema-types.js:1
9610
- msgid "Iraqi dinar"
9611
  msgstr ""
9612
 
9613
  #: includes/assets/js/build/wds-schema-types.js:1
9614
- msgid "Iranian rial"
9615
  msgstr ""
9616
 
9617
  #: includes/assets/js/build/wds-schema-types.js:1
9618
- msgid "Icelandic króna"
9619
  msgstr ""
9620
 
9621
  #: includes/assets/js/build/wds-schema-types.js:1
9622
- msgid "Jamaican dollar"
9623
  msgstr ""
9624
 
9625
  #: includes/assets/js/build/wds-schema-types.js:1
9626
- msgid "Jordanian dinar"
9627
  msgstr ""
9628
 
9629
  #: includes/assets/js/build/wds-schema-types.js:1
9630
- msgid "Japanese yen"
9631
  msgstr ""
9632
 
9633
  #: includes/assets/js/build/wds-schema-types.js:1
9634
- msgid "Kenyan shilling"
9635
  msgstr ""
9636
 
9637
  #: includes/assets/js/build/wds-schema-types.js:1
9638
- msgid "Kyrgyzstani som"
9639
  msgstr ""
9640
 
9641
  #: includes/assets/js/build/wds-schema-types.js:1
9642
- msgid "Cambodian riel"
9643
  msgstr ""
9644
 
9645
  #: includes/assets/js/build/wds-schema-types.js:1
9646
- msgid "Comorian franc"
9647
  msgstr ""
9648
 
9649
  #: includes/assets/js/build/wds-schema-types.js:1
9650
- msgid "North Korean won"
9651
  msgstr ""
9652
 
9653
  #: includes/assets/js/build/wds-schema-types.js:1
9654
- msgid "South Korean won"
9655
  msgstr ""
9656
 
9657
  #: includes/assets/js/build/wds-schema-types.js:1
9658
- msgid "Kuwaiti dinar"
9659
  msgstr ""
9660
 
9661
  #: includes/assets/js/build/wds-schema-types.js:1
9662
- msgid "Cayman Islands dollar"
9663
  msgstr ""
9664
 
9665
  #: includes/assets/js/build/wds-schema-types.js:1
9666
- msgid "Kazakhstani tenge"
9667
  msgstr ""
9668
 
9669
  #: includes/assets/js/build/wds-schema-types.js:1
9670
- msgid "Lao kip"
9671
  msgstr ""
9672
 
9673
  #: includes/assets/js/build/wds-schema-types.js:1
9674
- msgid "Lebanese lira"
9675
  msgstr ""
9676
 
9677
  #: includes/assets/js/build/wds-schema-types.js:1
9678
- msgid "Sri Lankan rupee"
9679
  msgstr ""
9680
 
9681
  #: includes/assets/js/build/wds-schema-types.js:1
9682
- msgid "Liberian dollar"
9683
  msgstr ""
9684
 
9685
  #: includes/assets/js/build/wds-schema-types.js:1
9686
- msgid "Lesotho loti"
9687
  msgstr ""
9688
 
9689
  #: includes/assets/js/build/wds-schema-types.js:1
9690
- msgid "Lithuanian litas"
9691
  msgstr ""
9692
 
9693
  #: includes/assets/js/build/wds-schema-types.js:1
9694
- msgid "Latvian lats"
9695
  msgstr ""
9696
 
9697
  #: includes/assets/js/build/wds-schema-types.js:1
9698
- msgid "Libyan dinar"
9699
  msgstr ""
9700
 
9701
  #: includes/assets/js/build/wds-schema-types.js:1
9702
- msgid "Moroccan dirham"
9703
  msgstr ""
9704
 
9705
  #: includes/assets/js/build/wds-schema-types.js:1
9706
- msgid "Moldovan leu"
9707
  msgstr ""
9708
 
9709
  #: includes/assets/js/build/wds-schema-types.js:1
9710
- msgid "Malagasy ariary"
9711
  msgstr ""
9712
 
9713
  #: includes/assets/js/build/wds-schema-types.js:1
9714
- msgid "Macedonian denar"
9715
  msgstr ""
9716
 
9717
  #: includes/assets/js/build/wds-schema-types.js:1
9718
- msgid "Myanma kyat"
9719
  msgstr ""
9720
 
9721
  #: includes/assets/js/build/wds-schema-types.js:1
9722
- msgid "Mongolian tugrik"
9723
  msgstr ""
9724
 
9725
  #: includes/assets/js/build/wds-schema-types.js:1
9726
- msgid "Macanese pataca"
9727
  msgstr ""
9728
 
9729
  #: includes/assets/js/build/wds-schema-types.js:1
9730
- msgid "Mauritanian ouguiya"
9731
  msgstr ""
9732
 
9733
  #: includes/assets/js/build/wds-schema-types.js:1
9734
- msgid "Mauritian rupee"
9735
  msgstr ""
9736
 
9737
  #: includes/assets/js/build/wds-schema-types.js:1
9738
- msgid "Maldivian rufiyaa"
9739
  msgstr ""
9740
 
9741
  #: includes/assets/js/build/wds-schema-types.js:1
9742
- msgid "Malawian kwacha"
9743
  msgstr ""
9744
 
9745
  #: includes/assets/js/build/wds-schema-types.js:1
9746
- msgid "Mexican peso"
9747
  msgstr ""
9748
 
9749
  #: includes/assets/js/build/wds-schema-types.js:1
9750
- msgid "Malaysian ringgit"
9751
  msgstr ""
9752
 
9753
  #: includes/assets/js/build/wds-schema-types.js:1
9754
- msgid "Mozambican metical"
9755
  msgstr ""
9756
 
9757
  #: includes/assets/js/build/wds-schema-types.js:1
9758
- msgid "Namibian dollar"
9759
  msgstr ""
9760
 
9761
  #: includes/assets/js/build/wds-schema-types.js:1
9762
- msgid "Nigerian naira"
9763
  msgstr ""
9764
 
9765
  #: includes/assets/js/build/wds-schema-types.js:1
9766
- msgid "Nicaraguan córdoba"
9767
  msgstr ""
9768
 
9769
  #: includes/assets/js/build/wds-schema-types.js:1
9770
- msgid "Norwegian krone"
9771
  msgstr ""
9772
 
9773
  #: includes/assets/js/build/wds-schema-types.js:1
9774
- msgid "Nepalese rupee"
9775
  msgstr ""
9776
 
9777
  #: includes/assets/js/build/wds-schema-types.js:1
9778
- msgid "New Zealand dollar"
9779
  msgstr ""
9780
 
9781
  #: includes/assets/js/build/wds-schema-types.js:1
9782
- msgid "Omani rial"
9783
  msgstr ""
9784
 
9785
  #: includes/assets/js/build/wds-schema-types.js:1
9786
- msgid "Panamanian balboa"
9787
  msgstr ""
9788
 
9789
  #: includes/assets/js/build/wds-schema-types.js:1
9790
- msgid "Peruvian nuevo sol"
9791
  msgstr ""
9792
 
9793
  #: includes/assets/js/build/wds-schema-types.js:1
9794
- msgid "Papua New Guinean kina"
9795
  msgstr ""
9796
 
9797
  #: includes/assets/js/build/wds-schema-types.js:1
9798
- msgid "Philippine peso"
9799
  msgstr ""
9800
 
9801
  #: includes/assets/js/build/wds-schema-types.js:1
9802
- msgid "Pakistani rupee"
9803
  msgstr ""
9804
 
9805
  #: includes/assets/js/build/wds-schema-types.js:1
9806
- msgid "Polish zloty"
9807
  msgstr ""
9808
 
9809
  #: includes/assets/js/build/wds-schema-types.js:1
9810
- msgid "Paraguayan guarani"
9811
  msgstr ""
9812
 
9813
  #: includes/assets/js/build/wds-schema-types.js:1
9814
- msgid "Qatari riyal"
9815
  msgstr ""
9816
 
9817
  #: includes/assets/js/build/wds-schema-types.js:1
9818
- msgid "Romanian leu"
9819
  msgstr ""
9820
 
9821
  #: includes/assets/js/build/wds-schema-types.js:1
9822
- msgid "Serbian dinar"
9823
  msgstr ""
9824
 
9825
  #: includes/assets/js/build/wds-schema-types.js:1
9826
- msgid "Russian ruble"
9827
  msgstr ""
9828
 
9829
  #: includes/assets/js/build/wds-schema-types.js:1
9830
- msgid "Saudi riyal"
9831
  msgstr ""
9832
 
9833
  #: includes/assets/js/build/wds-schema-types.js:1
9834
- msgid "Solomon Islands dollar"
9835
  msgstr ""
9836
 
9837
  #: includes/assets/js/build/wds-schema-types.js:1
9838
- msgid "Seychellois rupee"
9839
  msgstr ""
9840
 
9841
  #: includes/assets/js/build/wds-schema-types.js:1
9842
- msgid "Sudanese pound"
9843
  msgstr ""
9844
 
9845
  #: includes/assets/js/build/wds-schema-types.js:1
9846
- msgid "Swedish krona"
9847
  msgstr ""
9848
 
9849
  #: includes/assets/js/build/wds-schema-types.js:1
9850
- msgid "Singapore dollar"
9851
  msgstr ""
9852
 
9853
  #: includes/assets/js/build/wds-schema-types.js:1
9854
- msgid "Saint Helena pound"
9855
  msgstr ""
9856
 
9857
  #: includes/assets/js/build/wds-schema-types.js:1
9858
- msgid "Sierra Leonean leone"
9859
  msgstr ""
9860
 
9861
  #: includes/assets/js/build/wds-schema-types.js:1
9862
- msgid "Somali shilling"
9863
  msgstr ""
9864
 
9865
  #: includes/assets/js/build/wds-schema-types.js:1
9866
- msgid "Surinamese dollar"
9867
  msgstr ""
9868
 
9869
  #: includes/assets/js/build/wds-schema-types.js:1
9870
- msgid "Syrian pound"
9871
  msgstr ""
9872
 
9873
  #: includes/assets/js/build/wds-schema-types.js:1
9874
- msgid "Swazi lilangeni"
9875
  msgstr ""
9876
 
9877
  #: includes/assets/js/build/wds-schema-types.js:1
9878
- msgid "Thai baht"
9879
  msgstr ""
9880
 
9881
  #: includes/assets/js/build/wds-schema-types.js:1
9882
- msgid "Tajikistani somoni"
9883
  msgstr ""
9884
 
9885
  #: includes/assets/js/build/wds-schema-types.js:1
9886
- msgid "Turkmen manat"
9887
  msgstr ""
9888
 
9889
  #: includes/assets/js/build/wds-schema-types.js:1
9890
- msgid "Tunisian dinar"
9891
  msgstr ""
9892
 
9893
  #: includes/assets/js/build/wds-schema-types.js:1
9894
- msgid "Turkish new lira"
9895
  msgstr ""
9896
 
9897
  #: includes/assets/js/build/wds-schema-types.js:1
9898
- msgid "Trinidad and Tobago dollar"
9899
  msgstr ""
9900
 
9901
  #: includes/assets/js/build/wds-schema-types.js:1
9902
- msgid "New Taiwan dollar"
9903
  msgstr ""
9904
 
9905
  #: includes/assets/js/build/wds-schema-types.js:1
9906
- msgid "Tanzanian shilling"
9907
  msgstr ""
9908
 
9909
  #: includes/assets/js/build/wds-schema-types.js:1
9910
- msgid "Ukrainian hryvnia"
9911
  msgstr ""
9912
 
9913
  #: includes/assets/js/build/wds-schema-types.js:1
9914
- msgid "Ugandan shilling"
9915
  msgstr ""
9916
 
9917
  #: includes/assets/js/build/wds-schema-types.js:1
9918
- msgid "Uruguayan peso"
9919
  msgstr ""
9920
 
9921
  #: includes/assets/js/build/wds-schema-types.js:1
9922
- msgid "Uzbekistani som"
9923
  msgstr ""
9924
 
9925
  #: includes/assets/js/build/wds-schema-types.js:1
9926
- msgid "Venezuelan bolivar"
9927
  msgstr ""
9928
 
9929
  #: includes/assets/js/build/wds-schema-types.js:1
9930
- msgid "Vietnamese dong"
9931
  msgstr ""
9932
 
9933
  #: includes/assets/js/build/wds-schema-types.js:1
9934
- msgid "Vanuatu vatu"
9935
  msgstr ""
9936
 
9937
  #: includes/assets/js/build/wds-schema-types.js:1
9938
- msgid "Samoan tala"
9939
  msgstr ""
9940
 
9941
  #: includes/assets/js/build/wds-schema-types.js:1
9942
- msgid "East Caribbean dollar"
9943
  msgstr ""
9944
 
9945
  #: includes/assets/js/build/wds-schema-types.js:1
9946
- msgid "Special Drawing Rights"
9947
  msgstr ""
9948
 
9949
  #: includes/assets/js/build/wds-schema-types.js:1
9950
- msgid "West African CFA franc"
9951
  msgstr ""
9952
 
9953
  #: includes/assets/js/build/wds-schema-types.js:1
9954
- msgid "CFP franc"
9955
  msgstr ""
9956
 
9957
  #: includes/assets/js/build/wds-schema-types.js:1
9958
- msgid "Yemeni rial"
9959
  msgstr ""
9960
 
9961
  #: includes/assets/js/build/wds-schema-types.js:1
9962
- msgid "South African rand"
9963
  msgstr ""
9964
 
9965
  #: includes/assets/js/build/wds-schema-types.js:1
9966
- msgid "Zambian kwacha"
9967
  msgstr ""
9968
 
9969
  #: includes/assets/js/build/wds-schema-types.js:1
9970
- msgid "Zimbabwean dollar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9971
  msgstr ""
9972
 
9973
  #: includes/assets/js/build/wds-schema-types.js:1
@@ -10054,10 +10071,6 @@ msgstr ""
10054
  msgid "Currencies Accepted"
10055
  msgstr ""
10056
 
10057
- #: includes/assets/js/build/wds-schema-types.js:1
10058
- msgid "Currencies"
10059
- msgstr ""
10060
-
10061
  #: includes/assets/js/build/wds-schema-types.js:1
10062
  msgid "The currency accepted at the business."
10063
  msgstr ""
2
  # This file is distributed under the same license as the SmartCrawl Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: SmartCrawl Pro 2.15.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/build\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-11T16:37:44+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
 
3907
  msgstr ""
3908
 
3909
  #: includes/admin/templates/schema/schema-section-general.php:89
3910
+ #: includes/assets/js/build/wds-schema-types.js:1
3911
  msgid "Organization"
3912
  msgstr ""
3913
 
8980
  msgstr ""
8981
 
8982
  #: includes/assets/js/build/wds-schema-types.js:1
8983
+ msgid "United States dollar"
8984
  msgstr ""
8985
 
8986
  #: includes/assets/js/build/wds-schema-types.js:1
8987
+ msgid "UAE dirham"
8988
  msgstr ""
8989
 
8990
  #: includes/assets/js/build/wds-schema-types.js:1
8991
+ msgid "Afghan afghani"
8992
  msgstr ""
8993
 
8994
  #: includes/assets/js/build/wds-schema-types.js:1
8995
+ msgid "Albanian lek"
8996
  msgstr ""
8997
 
8998
  #: includes/assets/js/build/wds-schema-types.js:1
8999
+ msgid "Armenian dram"
9000
  msgstr ""
9001
 
9002
  #: includes/assets/js/build/wds-schema-types.js:1
9003
+ msgid "Netherlands Antillean gulden"
9004
  msgstr ""
9005
 
9006
  #: includes/assets/js/build/wds-schema-types.js:1
9007
+ msgid "Angolan kwanza"
9008
  msgstr ""
9009
 
9010
  #: includes/assets/js/build/wds-schema-types.js:1
9011
+ msgid "Argentine peso"
9012
  msgstr ""
9013
 
9014
  #: includes/assets/js/build/wds-schema-types.js:1
9015
+ msgid "Australian dollar"
9016
  msgstr ""
9017
 
9018
  #: includes/assets/js/build/wds-schema-types.js:1
9019
+ msgid "Aruban florin"
9020
  msgstr ""
9021
 
9022
  #: includes/assets/js/build/wds-schema-types.js:1
9023
+ msgid "Azerbaijani manat"
9024
  msgstr ""
9025
 
9026
  #: includes/assets/js/build/wds-schema-types.js:1
9027
+ msgid "Bosnia and Herzegovina konvertibilna marka"
9028
  msgstr ""
9029
 
9030
  #: includes/assets/js/build/wds-schema-types.js:1
9031
+ msgid "Barbadian dollar"
9032
  msgstr ""
9033
 
9034
  #: includes/assets/js/build/wds-schema-types.js:1
9035
+ msgid "Bangladeshi taka"
9036
  msgstr ""
9037
 
9038
  #: includes/assets/js/build/wds-schema-types.js:1
9039
+ msgid "Bulgarian lev"
9040
  msgstr ""
9041
 
9042
  #: includes/assets/js/build/wds-schema-types.js:1
9043
+ msgid "Bahraini dinar"
9044
  msgstr ""
9045
 
9046
  #: includes/assets/js/build/wds-schema-types.js:1
9047
+ msgid "Burundi franc"
9048
  msgstr ""
9049
 
9050
  #: includes/assets/js/build/wds-schema-types.js:1
9051
+ msgid "Bermudian dollar"
9052
  msgstr ""
9053
 
9054
  #: includes/assets/js/build/wds-schema-types.js:1
9055
+ msgid "Brunei dollar"
9056
  msgstr ""
9057
 
9058
  #: includes/assets/js/build/wds-schema-types.js:1
9059
+ msgid "Bolivian boliviano"
9060
  msgstr ""
9061
 
9062
  #: includes/assets/js/build/wds-schema-types.js:1
9063
+ msgid "Brazilian real"
9064
  msgstr ""
9065
 
9066
  #: includes/assets/js/build/wds-schema-types.js:1
9067
+ msgid "Bahamian dollar"
9068
  msgstr ""
9069
 
9070
  #: includes/assets/js/build/wds-schema-types.js:1
9071
+ msgid "Bhutanese ngultrum"
9072
  msgstr ""
9073
 
9074
  #: includes/assets/js/build/wds-schema-types.js:1
9075
+ msgid "Botswana pula"
9076
  msgstr ""
9077
 
9078
  #: includes/assets/js/build/wds-schema-types.js:1
9079
+ msgid "Belarusian ruble"
9080
  msgstr ""
9081
 
9082
  #: includes/assets/js/build/wds-schema-types.js:1
9083
+ msgid "Belize dollar"
9084
  msgstr ""
9085
 
9086
  #: includes/assets/js/build/wds-schema-types.js:1
9087
+ msgid "Canadian dollar"
9088
  msgstr ""
9089
 
9090
  #: includes/assets/js/build/wds-schema-types.js:1
9091
+ msgid "Congolese franc"
9092
  msgstr ""
9093
 
9094
  #: includes/assets/js/build/wds-schema-types.js:1
9095
+ msgid "Swiss franc"
9096
  msgstr ""
9097
 
9098
  #: includes/assets/js/build/wds-schema-types.js:1
9099
+ msgid "Chilean peso"
9100
  msgstr ""
9101
 
9102
  #: includes/assets/js/build/wds-schema-types.js:1
9103
+ msgid "Chinese/Yuan renminbi"
9104
  msgstr ""
9105
 
9106
  #: includes/assets/js/build/wds-schema-types.js:1
9107
+ msgid "Colombian peso"
9108
  msgstr ""
9109
 
9110
  #: includes/assets/js/build/wds-schema-types.js:1
9111
+ msgid "Costa Rican colon"
9112
  msgstr ""
9113
 
9114
  #: includes/assets/js/build/wds-schema-types.js:1
9115
+ msgid "Cuban peso"
9116
  msgstr ""
9117
 
9118
  #: includes/assets/js/build/wds-schema-types.js:1
9119
+ msgid "Cape Verdean escudo"
9120
  msgstr ""
9121
 
9122
  #: includes/assets/js/build/wds-schema-types.js:1
9123
+ msgid "Czech koruna"
9124
  msgstr ""
9125
 
9126
  #: includes/assets/js/build/wds-schema-types.js:1
9127
+ msgid "Djiboutian franc"
9128
  msgstr ""
9129
 
9130
  #: includes/assets/js/build/wds-schema-types.js:1
9131
+ msgid "Danish krone"
9132
  msgstr ""
9133
 
9134
  #: includes/assets/js/build/wds-schema-types.js:1
9135
+ msgid "Dominican peso"
9136
  msgstr ""
9137
 
9138
  #: includes/assets/js/build/wds-schema-types.js:1
9139
+ msgid "Algerian dinar"
9140
  msgstr ""
9141
 
9142
  #: includes/assets/js/build/wds-schema-types.js:1
9143
+ msgid "Estonian kroon"
9144
  msgstr ""
9145
 
9146
  #: includes/assets/js/build/wds-schema-types.js:1
9147
+ msgid "Egyptian pound"
9148
  msgstr ""
9149
 
9150
  #: includes/assets/js/build/wds-schema-types.js:1
9151
+ msgid "Eritrean nakfa"
9152
  msgstr ""
9153
 
9154
  #: includes/assets/js/build/wds-schema-types.js:1
9155
+ msgid "Ethiopian birr"
9156
  msgstr ""
9157
 
9158
  #: includes/assets/js/build/wds-schema-types.js:1
9159
+ msgid "European Euro"
9160
  msgstr ""
9161
 
9162
  #: includes/assets/js/build/wds-schema-types.js:1
9163
+ msgid "Fijian dollar"
9164
  msgstr ""
9165
 
9166
  #: includes/assets/js/build/wds-schema-types.js:1
9167
+ msgid "Falkland Islands pound"
9168
  msgstr ""
9169
 
9170
  #: includes/assets/js/build/wds-schema-types.js:1
9171
+ msgid "British pound"
9172
  msgstr ""
9173
 
9174
  #: includes/assets/js/build/wds-schema-types.js:1
9175
+ msgid "Georgian lari"
9176
  msgstr ""
9177
 
9178
  #: includes/assets/js/build/wds-schema-types.js:1
9179
+ msgid "Ghanaian cedi"
9180
  msgstr ""
9181
 
9182
  #: includes/assets/js/build/wds-schema-types.js:1
9183
+ msgid "Gibraltar pound"
9184
  msgstr ""
9185
 
9186
  #: includes/assets/js/build/wds-schema-types.js:1
9187
+ msgid "Gambian dalasi"
9188
  msgstr ""
9189
 
9190
  #: includes/assets/js/build/wds-schema-types.js:1
9191
+ msgid "Guinean franc"
9192
  msgstr ""
9193
 
9194
  #: includes/assets/js/build/wds-schema-types.js:1
9195
+ msgid "Central African CFA franc"
9196
  msgstr ""
9197
 
9198
  #: includes/assets/js/build/wds-schema-types.js:1
9199
+ msgid "Guatemalan quetzal"
9200
  msgstr ""
9201
 
9202
  #: includes/assets/js/build/wds-schema-types.js:1
9203
+ msgid "Guyanese dollar"
9204
  msgstr ""
9205
 
9206
  #: includes/assets/js/build/wds-schema-types.js:1
9207
+ msgid "Hong Kong dollar"
9208
  msgstr ""
9209
 
9210
  #: includes/assets/js/build/wds-schema-types.js:1
9211
+ msgid "Honduran lempira"
9212
  msgstr ""
9213
 
9214
  #: includes/assets/js/build/wds-schema-types.js:1
9215
+ msgid "Croatian kuna"
9216
  msgstr ""
9217
 
9218
  #: includes/assets/js/build/wds-schema-types.js:1
9219
+ msgid "Haitian gourde"
9220
  msgstr ""
9221
 
9222
  #: includes/assets/js/build/wds-schema-types.js:1
9223
+ msgid "Hungarian forint"
9224
  msgstr ""
9225
 
9226
  #: includes/assets/js/build/wds-schema-types.js:1
9227
+ msgid "Indonesian rupiah"
9228
  msgstr ""
9229
 
9230
  #: includes/assets/js/build/wds-schema-types.js:1
9231
+ msgid "Israeli new sheqel"
9232
  msgstr ""
9233
 
9234
  #: includes/assets/js/build/wds-schema-types.js:1
9235
+ msgid "Indian rupee"
9236
  msgstr ""
9237
 
9238
  #: includes/assets/js/build/wds-schema-types.js:1
9239
+ msgid "Iraqi dinar"
9240
  msgstr ""
9241
 
9242
  #: includes/assets/js/build/wds-schema-types.js:1
9243
+ msgid "Iranian rial"
9244
  msgstr ""
9245
 
9246
  #: includes/assets/js/build/wds-schema-types.js:1
9247
+ msgid "Icelandic króna"
9248
  msgstr ""
9249
 
9250
  #: includes/assets/js/build/wds-schema-types.js:1
9251
+ msgid "Jamaican dollar"
9252
  msgstr ""
9253
 
9254
  #: includes/assets/js/build/wds-schema-types.js:1
9255
+ msgid "Jordanian dinar"
9256
  msgstr ""
9257
 
9258
  #: includes/assets/js/build/wds-schema-types.js:1
9259
+ msgid "Japanese yen"
9260
  msgstr ""
9261
 
9262
  #: includes/assets/js/build/wds-schema-types.js:1
9263
+ msgid "Kenyan shilling"
9264
  msgstr ""
9265
 
9266
  #: includes/assets/js/build/wds-schema-types.js:1
9267
+ msgid "Kyrgyzstani som"
9268
  msgstr ""
9269
 
9270
  #: includes/assets/js/build/wds-schema-types.js:1
9271
+ msgid "Cambodian riel"
9272
  msgstr ""
9273
 
9274
  #: includes/assets/js/build/wds-schema-types.js:1
9275
+ msgid "Comorian franc"
9276
  msgstr ""
9277
 
9278
  #: includes/assets/js/build/wds-schema-types.js:1
9279
+ msgid "North Korean won"
9280
  msgstr ""
9281
 
9282
  #: includes/assets/js/build/wds-schema-types.js:1
9283
+ msgid "South Korean won"
9284
  msgstr ""
9285
 
9286
  #: includes/assets/js/build/wds-schema-types.js:1
9287
+ msgid "Kuwaiti dinar"
9288
  msgstr ""
9289
 
9290
  #: includes/assets/js/build/wds-schema-types.js:1
9291
+ msgid "Cayman Islands dollar"
9292
  msgstr ""
9293
 
9294
  #: includes/assets/js/build/wds-schema-types.js:1
9295
+ msgid "Kazakhstani tenge"
9296
  msgstr ""
9297
 
9298
  #: includes/assets/js/build/wds-schema-types.js:1
9299
+ msgid "Lao kip"
9300
  msgstr ""
9301
 
9302
  #: includes/assets/js/build/wds-schema-types.js:1
9303
+ msgid "Lebanese lira"
9304
  msgstr ""
9305
 
9306
  #: includes/assets/js/build/wds-schema-types.js:1
9307
+ msgid "Sri Lankan rupee"
9308
  msgstr ""
9309
 
9310
  #: includes/assets/js/build/wds-schema-types.js:1
9311
+ msgid "Liberian dollar"
9312
  msgstr ""
9313
 
9314
  #: includes/assets/js/build/wds-schema-types.js:1
9315
+ msgid "Lesotho loti"
9316
  msgstr ""
9317
 
9318
  #: includes/assets/js/build/wds-schema-types.js:1
9319
+ msgid "Lithuanian litas"
9320
  msgstr ""
9321
 
9322
  #: includes/assets/js/build/wds-schema-types.js:1
9323
+ msgid "Latvian lats"
9324
  msgstr ""
9325
 
9326
  #: includes/assets/js/build/wds-schema-types.js:1
9327
+ msgid "Libyan dinar"
9328
  msgstr ""
9329
 
9330
  #: includes/assets/js/build/wds-schema-types.js:1
9331
+ msgid "Moroccan dirham"
9332
  msgstr ""
9333
 
9334
  #: includes/assets/js/build/wds-schema-types.js:1
9335
+ msgid "Moldovan leu"
9336
  msgstr ""
9337
 
9338
  #: includes/assets/js/build/wds-schema-types.js:1
9339
+ msgid "Malagasy ariary"
9340
  msgstr ""
9341
 
9342
  #: includes/assets/js/build/wds-schema-types.js:1
9343
+ msgid "Macedonian denar"
9344
  msgstr ""
9345
 
9346
  #: includes/assets/js/build/wds-schema-types.js:1
9347
+ msgid "Myanma kyat"
9348
  msgstr ""
9349
 
9350
  #: includes/assets/js/build/wds-schema-types.js:1
9351
+ msgid "Mongolian tugrik"
9352
  msgstr ""
9353
 
9354
  #: includes/assets/js/build/wds-schema-types.js:1
9355
+ msgid "Macanese pataca"
9356
  msgstr ""
9357
 
9358
  #: includes/assets/js/build/wds-schema-types.js:1
9359
+ msgid "Mauritanian ouguiya"
9360
  msgstr ""
9361
 
9362
  #: includes/assets/js/build/wds-schema-types.js:1
9363
+ msgid "Mauritian rupee"
9364
  msgstr ""
9365
 
9366
  #: includes/assets/js/build/wds-schema-types.js:1
9367
+ msgid "Maldivian rufiyaa"
9368
  msgstr ""
9369
 
9370
  #: includes/assets/js/build/wds-schema-types.js:1
9371
+ msgid "Malawian kwacha"
9372
  msgstr ""
9373
 
9374
  #: includes/assets/js/build/wds-schema-types.js:1
9375
+ msgid "Mexican peso"
9376
  msgstr ""
9377
 
9378
  #: includes/assets/js/build/wds-schema-types.js:1
9379
+ msgid "Malaysian ringgit"
9380
  msgstr ""
9381
 
9382
  #: includes/assets/js/build/wds-schema-types.js:1
9383
+ msgid "Mozambican metical"
9384
  msgstr ""
9385
 
9386
  #: includes/assets/js/build/wds-schema-types.js:1
9387
+ msgid "Namibian dollar"
9388
  msgstr ""
9389
 
9390
  #: includes/assets/js/build/wds-schema-types.js:1
9391
+ msgid "Nigerian naira"
9392
  msgstr ""
9393
 
9394
  #: includes/assets/js/build/wds-schema-types.js:1
9395
+ msgid "Nicaraguan córdoba"
9396
  msgstr ""
9397
 
9398
  #: includes/assets/js/build/wds-schema-types.js:1
9399
+ msgid "Norwegian krone"
9400
  msgstr ""
9401
 
9402
  #: includes/assets/js/build/wds-schema-types.js:1
9403
+ msgid "Nepalese rupee"
9404
  msgstr ""
9405
 
9406
  #: includes/assets/js/build/wds-schema-types.js:1
9407
+ msgid "New Zealand dollar"
9408
  msgstr ""
9409
 
9410
  #: includes/assets/js/build/wds-schema-types.js:1
9411
+ msgid "Omani rial"
9412
  msgstr ""
9413
 
9414
  #: includes/assets/js/build/wds-schema-types.js:1
9415
+ msgid "Panamanian balboa"
9416
  msgstr ""
9417
 
9418
  #: includes/assets/js/build/wds-schema-types.js:1
9419
+ msgid "Peruvian nuevo sol"
9420
  msgstr ""
9421
 
9422
  #: includes/assets/js/build/wds-schema-types.js:1
9423
+ msgid "Papua New Guinean kina"
9424
  msgstr ""
9425
 
9426
  #: includes/assets/js/build/wds-schema-types.js:1
9427
+ msgid "Philippine peso"
9428
  msgstr ""
9429
 
9430
  #: includes/assets/js/build/wds-schema-types.js:1
9431
+ msgid "Pakistani rupee"
9432
  msgstr ""
9433
 
9434
  #: includes/assets/js/build/wds-schema-types.js:1
9435
+ msgid "Polish zloty"
9436
  msgstr ""
9437
 
9438
  #: includes/assets/js/build/wds-schema-types.js:1
9439
+ msgid "Paraguayan guarani"
9440
  msgstr ""
9441
 
9442
  #: includes/assets/js/build/wds-schema-types.js:1
9443
+ msgid "Qatari riyal"
9444
  msgstr ""
9445
 
9446
  #: includes/assets/js/build/wds-schema-types.js:1
9447
+ msgid "Romanian leu"
9448
  msgstr ""
9449
 
9450
  #: includes/assets/js/build/wds-schema-types.js:1
9451
+ msgid "Serbian dinar"
9452
  msgstr ""
9453
 
9454
  #: includes/assets/js/build/wds-schema-types.js:1
9455
+ msgid "Russian ruble"
9456
  msgstr ""
9457
 
9458
  #: includes/assets/js/build/wds-schema-types.js:1
9459
+ msgid "Saudi riyal"
9460
  msgstr ""
9461
 
9462
  #: includes/assets/js/build/wds-schema-types.js:1
9463
+ msgid "Solomon Islands dollar"
9464
  msgstr ""
9465
 
9466
  #: includes/assets/js/build/wds-schema-types.js:1
9467
+ msgid "Seychellois rupee"
9468
  msgstr ""
9469
 
9470
  #: includes/assets/js/build/wds-schema-types.js:1
9471
+ msgid "Sudanese pound"
9472
  msgstr ""
9473
 
9474
  #: includes/assets/js/build/wds-schema-types.js:1
9475
+ msgid "Swedish krona"
9476
  msgstr ""
9477
 
9478
  #: includes/assets/js/build/wds-schema-types.js:1
9479
+ msgid "Singapore dollar"
9480
  msgstr ""
9481
 
9482
  #: includes/assets/js/build/wds-schema-types.js:1
9483
+ msgid "Saint Helena pound"
9484
  msgstr ""
9485
 
9486
  #: includes/assets/js/build/wds-schema-types.js:1
9487
+ msgid "Sierra Leonean leone"
9488
  msgstr ""
9489
 
9490
  #: includes/assets/js/build/wds-schema-types.js:1
9491
+ msgid "Somali shilling"
9492
  msgstr ""
9493
 
9494
  #: includes/assets/js/build/wds-schema-types.js:1
9495
+ msgid "Surinamese dollar"
9496
  msgstr ""
9497
 
9498
  #: includes/assets/js/build/wds-schema-types.js:1
9499
+ msgid "Syrian pound"
9500
  msgstr ""
9501
 
9502
  #: includes/assets/js/build/wds-schema-types.js:1
9503
+ msgid "Swazi lilangeni"
9504
  msgstr ""
9505
 
9506
  #: includes/assets/js/build/wds-schema-types.js:1
9507
+ msgid "Thai baht"
9508
  msgstr ""
9509
 
9510
  #: includes/assets/js/build/wds-schema-types.js:1
9511
+ msgid "Tajikistani somoni"
9512
  msgstr ""
9513
 
9514
  #: includes/assets/js/build/wds-schema-types.js:1
9515
+ msgid "Turkmen manat"
9516
  msgstr ""
9517
 
9518
  #: includes/assets/js/build/wds-schema-types.js:1
9519
+ msgid "Tunisian dinar"
9520
  msgstr ""
9521
 
9522
  #: includes/assets/js/build/wds-schema-types.js:1
9523
+ msgid "Turkish new lira"
9524
  msgstr ""
9525
 
9526
  #: includes/assets/js/build/wds-schema-types.js:1
9527
+ msgid "Trinidad and Tobago dollar"
9528
  msgstr ""
9529
 
9530
  #: includes/assets/js/build/wds-schema-types.js:1
9531
+ msgid "New Taiwan dollar"
9532
  msgstr ""
9533
 
9534
  #: includes/assets/js/build/wds-schema-types.js:1
9535
+ msgid "Tanzanian shilling"
9536
  msgstr ""
9537
 
9538
  #: includes/assets/js/build/wds-schema-types.js:1
9539
+ msgid "Ukrainian hryvnia"
9540
  msgstr ""
9541
 
9542
  #: includes/assets/js/build/wds-schema-types.js:1
9543
+ msgid "Ugandan shilling"
9544
  msgstr ""
9545
 
9546
  #: includes/assets/js/build/wds-schema-types.js:1
9547
+ msgid "Uruguayan peso"
9548
  msgstr ""
9549
 
9550
  #: includes/assets/js/build/wds-schema-types.js:1
9551
+ msgid "Uzbekistani som"
9552
  msgstr ""
9553
 
9554
  #: includes/assets/js/build/wds-schema-types.js:1
9555
+ msgid "Venezuelan bolivar"
9556
  msgstr ""
9557
 
9558
  #: includes/assets/js/build/wds-schema-types.js:1
9559
+ msgid "Vietnamese dong"
9560
  msgstr ""
9561
 
9562
  #: includes/assets/js/build/wds-schema-types.js:1
9563
+ msgid "Vanuatu vatu"
9564
  msgstr ""
9565
 
9566
  #: includes/assets/js/build/wds-schema-types.js:1
9567
+ msgid "Samoan tala"
9568
  msgstr ""
9569
 
9570
  #: includes/assets/js/build/wds-schema-types.js:1
9571
+ msgid "East Caribbean dollar"
9572
  msgstr ""
9573
 
9574
  #: includes/assets/js/build/wds-schema-types.js:1
9575
+ msgid "Special Drawing Rights"
9576
  msgstr ""
9577
 
9578
  #: includes/assets/js/build/wds-schema-types.js:1
9579
+ msgid "West African CFA franc"
9580
  msgstr ""
9581
 
9582
  #: includes/assets/js/build/wds-schema-types.js:1
9583
+ msgid "CFP franc"
9584
  msgstr ""
9585
 
9586
  #: includes/assets/js/build/wds-schema-types.js:1
9587
+ msgid "Yemeni rial"
9588
  msgstr ""
9589
 
9590
  #: includes/assets/js/build/wds-schema-types.js:1
9591
+ msgid "South African rand"
9592
  msgstr ""
9593
 
9594
  #: includes/assets/js/build/wds-schema-types.js:1
9595
+ msgid "Zambian kwacha"
9596
  msgstr ""
9597
 
9598
  #: includes/assets/js/build/wds-schema-types.js:1
9599
+ msgid "Zimbabwean dollar"
9600
  msgstr ""
9601
 
9602
  #: includes/assets/js/build/wds-schema-types.js:1
9603
+ msgid "The possible product availability options."
9604
  msgstr ""
9605
 
9606
  #: includes/assets/js/build/wds-schema-types.js:1
9607
+ msgid "The offer price of a product."
9608
  msgstr ""
9609
 
9610
  #: includes/assets/js/build/wds-schema-types.js:1
9611
+ msgid "Currencies"
9612
  msgstr ""
9613
 
9614
  #: includes/assets/js/build/wds-schema-types.js:1
9615
+ msgid "The currency used to describe the product price, in three-letter ISO 4217 format."
9616
  msgstr ""
9617
 
9618
  #: includes/assets/js/build/wds-schema-types.js:1
9619
+ msgid "The date when the item becomes valid."
9620
  msgstr ""
9621
 
9622
  #: includes/assets/js/build/wds-schema-types.js:1
9623
+ msgid "The date after which the price is no longer available."
9624
  msgstr ""
9625
 
9626
  #: includes/assets/js/build/wds-schema-types.js:1
9627
+ msgid "A URL to the product web page (that includes the Offer)."
9628
  msgstr ""
9629
 
9630
  #: includes/assets/js/build/wds-schema-types.js:1
9631
+ msgid "The item that is being rated."
9632
  msgstr ""
9633
 
9634
  #: includes/assets/js/build/wds-schema-types.js:1
9635
+ msgid "This property is required by Google. At least one of ratingCount or reviewCount is required."
9636
  msgstr ""
9637
 
9638
  #: includes/assets/js/build/wds-schema-types.js:1
9639
+ msgid "Name of the item that is being rated. In this case the product."
9640
  msgstr ""
9641
 
9642
  #: includes/assets/js/build/wds-schema-types.js:1
9643
+ msgid "The name of the brand."
9644
  msgstr ""
9645
 
9646
  #: includes/assets/js/build/wds-schema-types.js:1
9647
+ msgid "The URL of the brand."
9648
  msgstr ""
9649
 
9650
  #: includes/assets/js/build/wds-schema-types.js:1
9651
+ msgid "The logo of the brand."
9652
  msgstr ""
9653
 
9654
  #: includes/assets/js/build/wds-schema-types.js:1
9655
+ msgid "The name of the product."
9656
  msgstr ""
9657
 
9658
  #: includes/assets/js/build/wds-schema-types.js:1
9659
+ msgid "The product description."
9660
  msgstr ""
9661
 
9662
  #: includes/assets/js/build/wds-schema-types.js:1
9663
+ msgid "SKU"
9664
  msgstr ""
9665
 
9666
  #: includes/assets/js/build/wds-schema-types.js:1
9667
+ msgid "Merchant-specific identifier for product."
9668
  msgstr ""
9669
 
9670
  #: includes/assets/js/build/wds-schema-types.js:1
9671
+ msgid "GTIN"
9672
  msgstr ""
9673
 
9674
  #: includes/assets/js/build/wds-schema-types.js:1
9675
+ msgid "A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes."
9676
  msgstr ""
9677
 
9678
  #: includes/assets/js/build/wds-schema-types.js:1
9679
+ msgid "GTIN-8"
9680
  msgstr ""
9681
 
9682
  #: includes/assets/js/build/wds-schema-types.js:1
9683
+ msgid "The GTIN-8 code of the product. This code is also known as EAN/UCC-8 or 8-digit EAN."
9684
  msgstr ""
9685
 
9686
  #: includes/assets/js/build/wds-schema-types.js:1
9687
+ msgid "GTIN-12"
9688
  msgstr ""
9689
 
9690
  #: includes/assets/js/build/wds-schema-types.js:1
9691
+ msgid "The GTIN-12 code of the product. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items."
9692
  msgstr ""
9693
 
9694
  #: includes/assets/js/build/wds-schema-types.js:1
9695
+ msgid "GTIN-13"
9696
  msgstr ""
9697
 
9698
  #: includes/assets/js/build/wds-schema-types.js:1
9699
+ msgid "The GTIN-13 code of the product. This is equivalent to 13-digit ISBN codes and EAN UCC-13."
9700
  msgstr ""
9701
 
9702
  #: includes/assets/js/build/wds-schema-types.js:1
9703
+ msgid "GTIN-14"
9704
  msgstr ""
9705
 
9706
  #: includes/assets/js/build/wds-schema-types.js:1
9707
+ msgid "The GTIN-14 code of the product."
9708
  msgstr ""
9709
 
9710
  #: includes/assets/js/build/wds-schema-types.js:1
9711
+ msgid "MPN"
9712
  msgstr ""
9713
 
9714
  #: includes/assets/js/build/wds-schema-types.js:1
9715
+ msgid "The Manufacturer Part Number (MPN) of the product."
9716
  msgstr ""
9717
 
9718
  #: includes/assets/js/build/wds-schema-types.js:1
9719
+ msgid "The images associated with the product."
9720
  msgstr ""
9721
 
9722
  #: includes/assets/js/build/wds-schema-types.js:1
9723
+ msgid "Brand"
9724
  msgstr ""
9725
 
9726
  #: includes/assets/js/build/wds-schema-types.js:1
9727
+ msgid "The brand of the product."
9728
  msgstr ""
9729
 
9730
  #: includes/assets/js/build/wds-schema-types.js:1
9731
+ msgid "This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers."
9732
  msgstr ""
9733
 
9734
  #: includes/assets/js/build/wds-schema-types.js:1
9735
+ msgid "A nested Review of the product."
9736
  msgstr ""
9737
 
9738
  #: includes/assets/js/build/wds-schema-types.js:1
9739
+ msgid "A nested aggregateRating of the product."
9740
  msgstr ""
9741
 
9742
  #: includes/assets/js/build/wds-schema-types.js:1
9743
+ msgid "A nested Offer to sell the product."
9744
  msgstr ""
9745
 
9746
  #: includes/assets/js/build/wds-schema-types.js:1
9747
+ msgid "A nested AggregateOffer to sell the product."
9748
  msgstr ""
9749
 
9750
  #: includes/assets/js/build/wds-schema-types.js:1
9751
+ msgid "WooCommerce"
9752
  msgstr ""
9753
 
9754
  #: includes/assets/js/build/wds-schema-types.js:1
9755
+ msgid "Stock Status"
9756
  msgstr ""
9757
 
9758
  #: includes/assets/js/build/wds-schema-types.js:1
9759
+ msgid "Currency"
9760
  msgstr ""
9761
 
9762
  #: includes/assets/js/build/wds-schema-types.js:1
9763
+ msgid "Product Sale Start Date"
9764
  msgstr ""
9765
 
9766
  #: includes/assets/js/build/wds-schema-types.js:1
9767
+ msgid "Product Sale End Date"
9768
  msgstr ""
9769
 
9770
  #: includes/assets/js/build/wds-schema-types.js:1
9771
+ msgid "Variable Product Minimum Price"
9772
  msgstr ""
9773
 
9774
  #: includes/assets/js/build/wds-schema-types.js:1
9775
+ msgid "Variable Product Maximum Price"
9776
  msgstr ""
9777
 
9778
  #: includes/assets/js/build/wds-schema-types.js:1
9779
+ msgid "Number of Variations"
9780
  msgstr ""
9781
 
9782
  #: includes/assets/js/build/wds-schema-types.js:1
9783
+ msgid "Average Rating"
9784
  msgstr ""
9785
 
9786
  #: includes/assets/js/build/wds-schema-types.js:1
9787
+ msgid "Product Category"
9788
  msgstr ""
9789
 
9790
  #: includes/assets/js/build/wds-schema-types.js:1
9791
+ msgid "Product Tag"
9792
  msgstr ""
9793
 
9794
  #: includes/assets/js/build/wds-schema-types.js:1
9795
+ msgid "Product Category URL"
9796
  msgstr ""
9797
 
9798
  #: includes/assets/js/build/wds-schema-types.js:1
9799
+ msgid "Product Tag URL"
9800
  msgstr ""
9801
 
9802
  #: includes/assets/js/build/wds-schema-types.js:1
9803
+ msgid "WooCommerce Review"
9804
  msgstr ""
9805
 
9806
  #: includes/assets/js/build/wds-schema-types.js:1
9807
+ msgid "Review Text"
9808
  msgstr ""
9809
 
9810
  #: includes/assets/js/build/wds-schema-types.js:1
9811
+ msgid "Product ID"
9812
  msgstr ""
9813
 
9814
  #: includes/assets/js/build/wds-schema-types.js:1
9815
+ msgid "Product SKU"
9816
  msgstr ""
9817
 
9818
  #: includes/assets/js/build/wds-schema-types.js:1
9819
+ msgid "WooCommerce Reviews"
9820
  msgstr ""
9821
 
9822
  #: includes/assets/js/build/wds-schema-types.js:1
9823
+ msgid "The following block will be repeated for each Review in a WooCommerce product"
9824
  msgstr ""
9825
 
9826
  #: includes/assets/js/build/wds-schema-types.js:1
9827
+ msgid "Question"
9828
  msgstr ""
9829
 
9830
  #: includes/assets/js/build/wds-schema-types.js:1
9831
+ msgid "The full text of the question. For example, \"How long does it take to process a refund?\"."
9832
  msgstr ""
9833
 
9834
  #: includes/assets/js/build/wds-schema-types.js:1
9835
+ msgid "Accepted Answer"
9836
  msgstr ""
9837
 
9838
  #: includes/assets/js/build/wds-schema-types.js:1
9839
+ msgid "The answer to the question."
9840
  msgstr ""
9841
 
9842
  #: includes/assets/js/build/wds-schema-types.js:1
9843
+ msgid "An image associated with the question."
9844
  msgstr ""
9845
 
9846
  #: includes/assets/js/build/wds-schema-types.js:1
9847
+ msgid "Optional URL to the question."
9848
  msgstr ""
9849
 
9850
  #: includes/assets/js/build/wds-schema-types.js:1
9851
+ msgid "Questions"
9852
  msgstr ""
9853
 
9854
  #: includes/assets/js/build/wds-schema-types.js:1
9855
+ msgid "An array of Question elements which comprise the list of answered questions that this FAQPage is about."
9856
  msgstr ""
9857
 
9858
  #: includes/assets/js/build/wds-schema-types.js:1
9859
+ msgid "The monetary amount value."
9860
  msgstr ""
9861
 
9862
  #: includes/assets/js/build/wds-schema-types.js:1
9863
+ msgid "The currency in which the monetary amount is expressed."
9864
  msgstr ""
9865
 
9866
  #: includes/assets/js/build/wds-schema-types.js:1
9867
+ msgid "Max Value"
9868
  msgstr ""
9869
 
9870
  #: includes/assets/js/build/wds-schema-types.js:1
9871
+ msgid "The upper limit of the value."
9872
  msgstr ""
9873
 
9874
  #: includes/assets/js/build/wds-schema-types.js:1
9875
+ msgid "Min Value"
9876
  msgstr ""
9877
 
9878
  #: includes/assets/js/build/wds-schema-types.js:1
9879
+ msgid "The lower limit of the value."
9880
  msgstr ""
9881
 
9882
  #: includes/assets/js/build/wds-schema-types.js:1
9883
+ msgid "The title of the how-to. For example, \"How to tie a tie\"."
9884
  msgstr ""
9885
 
9886
  #: includes/assets/js/build/wds-schema-types.js:1
9887
+ msgid "A description of the how-to."
9888
  msgstr ""
9889
 
9890
  #: includes/assets/js/build/wds-schema-types.js:1
9891
+ msgid "Total Time"
9892
  msgstr ""
9893
 
9894
  #: includes/assets/js/build/wds-schema-types.js:1
9895
+ msgid "The total time required to perform all instructions or directions (including time to prepare the supplies), in ISO 8601 duration format."
9896
  msgstr ""
9897
 
9898
  #: includes/assets/js/build/wds-schema-types.js:1
9899
+ msgid "Images of the completed how-to."
9900
  msgstr ""
9901
 
9902
  #: includes/assets/js/build/wds-schema-types.js:1
9903
+ msgid "Supplies"
9904
  msgstr ""
9905
 
9906
  #: includes/assets/js/build/wds-schema-types.js:1
9907
+ msgid "Supply"
9908
  msgstr ""
9909
 
9910
  #: includes/assets/js/build/wds-schema-types.js:1
9911
+ msgid "The name of the supply."
9912
  msgstr ""
9913
 
9914
  #: includes/assets/js/build/wds-schema-types.js:1
9915
+ msgid "An image of the supply."
9916
  msgstr ""
9917
 
9918
  #: includes/assets/js/build/wds-schema-types.js:1
9919
+ msgid "Supplies consumed when performing instructions or a direction."
9920
  msgstr ""
9921
 
9922
  #: includes/assets/js/build/wds-schema-types.js:1
9923
+ msgid "Tools"
9924
  msgstr ""
9925
 
9926
  #: includes/assets/js/build/wds-schema-types.js:1
9927
+ msgid "Tool"
9928
  msgstr ""
9929
 
9930
  #: includes/assets/js/build/wds-schema-types.js:1
9931
+ msgid "The name of the tool."
9932
  msgstr ""
9933
 
9934
  #: includes/assets/js/build/wds-schema-types.js:1
9935
+ msgid "An image of the tool."
9936
  msgstr ""
9937
 
9938
  #: includes/assets/js/build/wds-schema-types.js:1
9939
+ msgid "Objects used (but not consumed) when performing instructions or a direction."
9940
  msgstr ""
9941
 
9942
  #: includes/assets/js/build/wds-schema-types.js:1
9943
+ msgid "Estimated Cost"
9944
  msgstr ""
9945
 
9946
  #: includes/assets/js/build/wds-schema-types.js:1
9947
+ msgid "The estimated cost of the supplies consumed when performing instructions."
9948
  msgstr ""
9949
 
9950
  #: includes/assets/js/build/wds-schema-types.js:1
9951
+ msgid "Steps"
9952
  msgstr ""
9953
 
9954
  #: includes/assets/js/build/wds-schema-types.js:1
9955
+ msgid "Step"
9956
  msgstr ""
9957
 
9958
  #: includes/assets/js/build/wds-schema-types.js:1
9959
+ msgid "The word or short phrase summarizing the step (for example, \"Attach wires to post\" or \"Dig\")."
9960
  msgstr ""
9961
 
9962
  #: includes/assets/js/build/wds-schema-types.js:1
9963
+ msgid "The full instruction text of this step."
9964
  msgstr ""
9965
 
9966
  #: includes/assets/js/build/wds-schema-types.js:1
9967
+ msgid "An image for the step."
9968
  msgstr ""
9969
 
9970
  #: includes/assets/js/build/wds-schema-types.js:1
9971
+ msgid "Url"
9972
+ msgstr ""
9973
+
9974
+ #: includes/assets/js/build/wds-schema-types.js:1
9975
+ msgid "A URL that directly links to the step (if one is available). For example, an anchor link fragment."
9976
+ msgstr ""
9977
+
9978
+ #: includes/assets/js/build/wds-schema-types.js:1
9979
+ msgid "An array of elements which comprise the full instructions of the how-to. Each step element should correspond to an individual step in the instructions. Don't mark up non-step data such as a summary or introduction section, using this property."
9980
+ msgstr ""
9981
+
9982
+ #: includes/assets/js/build/wds-schema-types.js:1
9983
+ msgid "A nested aggregateRating of the how-to."
9984
+ msgstr ""
9985
+
9986
+ #: includes/assets/js/build/wds-schema-types.js:1
9987
+ msgid "Reviews of the how-to."
9988
  msgstr ""
9989
 
9990
  #: includes/assets/js/build/wds-schema-types.js:1
10071
  msgid "Currencies Accepted"
10072
  msgstr ""
10073
 
 
 
 
 
10074
  #: includes/assets/js/build/wds-schema-types.js:1
10075
  msgid "The currency accepted at the business."
10076
  msgstr ""
readme.txt CHANGED
@@ -6,8 +6,8 @@ Tags: seo optimization, seo, sitemap, google search console, pagerank, keywords,
6
  Author URI: https://wpmudev.com/
7
  Author: WPMU DEV
8
  Requires at least: 5.2
9
- Tested up to: 5.8.1
10
- Stable tag: 2.15.1
11
 
12
  SEO checker, content analysis & SEO optimizer. Rank higher on search engines with 301 redirects, XML sitemaps & one-click setup.
13
 
@@ -136,6 +136,15 @@ SmartCrawl works with any normal WP content and page builders shouldn’t be an
136
 
137
  == Changelog ==
138
 
 
 
 
 
 
 
 
 
 
139
  = 2.15.1 ( 2021-10-29 ) =
140
 
141
  - Improvement: Code and stability improvements
6
  Author URI: https://wpmudev.com/
7
  Author: WPMU DEV
8
  Requires at least: 5.2
9
+ Tested up to: 5.8.2
10
+ Stable tag: 2.15.3
11
 
12
  SEO checker, content analysis & SEO optimizer. Rank higher on search engines with 301 redirects, XML sitemaps & one-click setup.
13
 
136
 
137
  == Changelog ==
138
 
139
+ = 2.15.3 ( 2021-11-11 ) =
140
+
141
+ - Improvement: Support for Brand type in WooCommerce Product schema
142
+ - Fix: Certain schema properties come back after deletion
143
+
144
+ = 2.15.2 ( 2021-11-03 ) =
145
+
146
+ - Improvement: Whitelabel improvements
147
+
148
  = 2.15.1 ( 2021-10-29 ) =
149
 
150
  - Improvement: Code and stability improvements
wpmu-dev-seo.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: SmartCrawl
4
  * Plugin URI: https://wpmudev.com/project/smartcrawl-wordpress-seo/
5
  * Description: Every SEO option that a site requires, in one easy bundle.
6
- * Version: 2.15.1
7
  * Network: true
8
  * Text Domain: wds
9
  * Author: WPMU DEV
3
  * Plugin Name: SmartCrawl
4
  * Plugin URI: https://wpmudev.com/project/smartcrawl-wordpress-seo/
5
  * Description: Every SEO option that a site requires, in one easy bundle.
6
+ * Version: 2.15.3
7
  * Network: true
8
  * Text Domain: wds
9
  * Author: WPMU DEV