@nocobase/app 1.5.0-beta.1 → 1.6.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/.umirc.ts +1 -0
- package/client/src/.umi-production/testBrowser.tsx +1 -0
- package/client/src/.umi-production/umi.ts +2 -0
- package/client/src/loading.tsx +25 -0
- package/dist/client/1167.f1f49999.async.js +1 -0
- package/dist/client/5415.c5653646.async.js +73 -0
- package/dist/client/index.html +1 -1
- package/dist/client/index.html.tpl +1 -1
- package/dist/client/{npm._at_ant-design.990f7d57.async.js → npm._at_ant-design.736bcf26.async.js} +3 -5
- package/dist/client/{npm._at_budibase.0cb269b1.async.js → npm._at_budibase.4c85e362.async.js} +3 -3
- package/dist/client/npm._at_formily.e3ddef45.async.js +96 -0
- package/dist/client/npm.ahooks.4b44f0c8.async.js +6 -0
- package/dist/client/npm.antd.aedb4432.async.js +440 -0
- package/dist/client/{npm.picomatch.7a2f1314.async.js → npm.picomatch.af2fa5bc.async.js} +1 -1
- package/dist/client/p__index.5aec9ec1.async.js +1574 -0
- package/dist/client/umi.a9a93130.js +60 -0
- package/package.json +6 -6
- package/dist/client/1010.9386fccf.async.js +0 -71
- package/dist/client/npm._at_formily.c6e18c32.async.js +0 -96
- package/dist/client/npm.ahooks.b416801a.async.js +0 -6
- package/dist/client/npm.antd.aefa5738.async.js +0 -475
- package/dist/client/npm.rc-util.23a9b855.async.js +0 -18
- package/dist/client/p__index.8f44eb80.async.js +0 -1557
- package/dist/client/umi.c99d441a.js +0 -21
package/dist/client/{npm._at_budibase.0cb269b1.async.js → npm._at_budibase.4c85e362.async.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(self.webpackChunknocobase=self.webpackChunknocobase||[]).push([[527],{11700:function(N,v,f){"use strict";var c=f(77218);N.exports=function(u,a){typeof u=="string"?u=[u]:Array.isArray(u)||(a=u,u=null),a=a||{};var e=a.handlebars||a.hbs||f(96750);if(N.exports.handlebars=e,u)u.forEach(function(r){e.registerHelper(c[r])});else for(const r in c){const t=c[r];e.registerHelper(t)}return e.helpers};for(const s in c){const u=c[s];N.exports[s]=function(a){a=a||{};var e=a.handlebars||a.hbs||f(96750);return N.exports.handlebars=e,e.registerHelper(u),u}}N.exports.utils=f(18849)},19886:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(29946),a=f(54358);s.after=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?e.slice(r):"")},s.arrayify=function(e){return c.isUndefined(e)?[]:e?Array.isArray(e)?e:[e]:[]},s.before=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?e.slice(0,r-1):"")},s.eachIndex=function(e,r){var t="";if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e))for(var n=0;n<e.length;n++)t+=r.fn({item:e[n],index:n});return t},s.filter=function(e,r,t){if(c.isUndefined(e))return t.inverse(this);if(e=c.result(e),Array.isArray(e)){var n="",i=[],l=t.hash&&(t.hash.property||t.hash.prop);if(l?i=e.filter(function(b){return r===u(b,l)}):i=e.filter(function(b){return r===b}),i&&i.length>0){for(var d=0;d<i.length;d++)n+=t.fn(i[d]);return n}}return t.inverse(this)},s.first=function(e,r){return c.isUndefined(e)?[]:(e=c.result(e),Array.isArray(e)?isNaN(r)?e[0]:e.slice(0,r):[])},s.forEach=function(e,r){if(c.isUndefined(e))return r.inverse(this);if(e=c.result(e),Array.isArray(e)){for(var t=a(r,r.hash),n=e.length,i="",l=-1;++l<n;){var d=e[l];t.index=l,d.index=l+1,d.total=n,d.isFirst=l===0,d.isLast=l===n-1,i+=r.fn(d,{data:t})}return i}return r.inverse(this)},s.inArray=function(e,r,t){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?c.value(c.indexOf(e,r)>-1,this,t):"")},s.isArray=function(e){return Array.isArray(e)},s.itemAt=function(e,r){if(c.isUndefined(e))return null;if(e=c.result(e),Array.isArray(e)){if(r=isNaN(r)?0:+r,r<0)return e[e.length+r];if(r<e.length)return e[r]}return null},s.join=function(e,r){return c.isUndefined(e)?"":typeof e=="string"?e:(e=c.result(e),Array.isArray(e)?(r=c.isString(r)?r:", ",e.join(r)):"")},s.equalsLength=function(e,r,t){c.isOptions(r)&&(t=r,r=0);var n=s.length(e);return c.value(n===r,this,t)},s.last=function(e,r){return c.isUndefined(e)||!Array.isArray(e)&&typeof value!="string"?"":isNaN(r)?e[e.length-1]:e.slice(-Math.abs(r))},s.length=function(e){return c.isUndefined(e)?0:(c.isObject(e)&&!c.isOptions(e)&&(e=Object.keys(e)),typeof e=="string"&&e.startsWith("[")&&e.endsWith("]")?e.split(",").length:typeof e=="string"||Array.isArray(e)?e.length:0)},s.lengthEqual=s.equalsLength,s.map=function(e,r){if(c.isUndefined(e)||!Array.isArray(e))return"";var t=e.length,n=new Array(t),i=-1;if(typeof r!="function")return e;for(;++i<t;)n[i]=r(e[i],i,e);return n},s.pluck=function(e,r){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){for(var t=[],n=0;n<e.length;n++){var i=u(e[n],r);typeof i<"u"&&t.push(i)}return t}return""},s.reverse=function(e){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?[...e].reverse():e&&typeof e=="string"?e.split("").reverse().join(""):"")},s.some=function(e,r,t){if(c.isUndefined(e))return t.inverse(this);if(e=c.result(e),Array.isArray(e)){for(var n=0;n<e.length;n++)if(r(e[n],n,e))return t.fn(this)}return t.inverse(this)},s.sort=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?u(r,"hash.reverse")?[...e].sort().reverse():[...e].sort():"")},s.sortBy=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){var n=[].slice.call(arguments);return n.pop(),!c.isString(r)&&typeof r!="function"?[...e].sort():typeof r=="function"?[...e].sort(r):[...e].sort((i,l)=>i[r]>l[r]?1:-1)}return""},s.withAfter=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){e=e.slice(r);for(var n="",i=0;i<e.length;i++)n+=t.fn(e[i]);return n}return""},s.withBefore=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){e=e.slice(0,-r);for(var n="",i=0;i<e.length;i++)n+=t.fn(e[i]);return n}return""},s.withFirst=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){if(c.isUndefined(r)||(r=parseFloat(c.result(r))),c.isUndefined(r))return t=r,t.fn(e[0]);e=e.slice(0,r);for(var n="",i=0;i<e.length;i++)n+=t.fn(e[i]);return n}return""},s.withGroup=function(e,r,t){if(c.isUndefined(e))return"";var n="";if(e=c.result(e),Array.isArray(e)&&e.length>0){for(var i=[],l=0;l<e.length;l++)l>0&&l%r===0&&(n+=t.fn(i),i=[]),i.push(e[l]);n+=t.fn(i)}return n},s.withLast=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){if(c.isUndefined(r)||(r=parseFloat(c.result(r))),c.isUndefined(r))return t=r,t.fn(e[e.length-1]);e=e.slice(-r);for(var n=e.length,i=-1,l="";++i<n;)l+=t.fn(e[i]);return l}return""},s.withSort=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){var n="";if(c.isUndefined(r)){t=r,e=[...e].sort(),u(t,"hash.reverse")&&(e=e.reverse());for(var i=0,l=e.length;i<l;i++)n+=t.fn(e[i]);return n}e=[...e].sort(function(o,y){return o=u(o,r),y=u(y,r),o>y?1:o<y?-1:0}),u(t,"hash.reverse")&&(e=e.reverse());for(var d=e.length,b=-1;++b<d;)n+=t.fn(e[b]);return n}return""},s.unique=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?e.filter(function(t,n,i){return i.indexOf(t)===n}):"")}},94841:function(N,v,f){"use strict";var c=f(59816),s=f(
|
|
2
|
-
`},e.gist=function(r){return a("script",{src:"https://gist.github.com/"+r+".js"})},e.jsfiddle=function(t){var n=Object.assign({},t&&t.hash);if(typeof n.id>"u")throw new Error("jsfiddle helper expects an `id`");return n.id="http://jsfiddle.net/"+n.id,n.width=n.width||"100%",n.height=n.height||"300",n.skin=n.skin||"/presentation/",n.tabs=(n.tabs||"result,js,html,css")+n.skin,n.src=n.id+"/embedded/"+n.tabs,n.allowfullscreen=n.allowfullscreen||"allowfullscreen",n.frameborder=n.frameborder||"0",delete n.tabs,delete n.skin,delete n.id,a("iframe",n)}},4361:function(N,v,f){"use strict";var c=f(6057),s=f(32975),u=f(19886),a=u.forEach,e=s.forOwn,r=N.exports;r.isEmpty=function(t,n){if(!c.isOptions(n))return n=t,c.fn(!0,this,n);if(Array.isArray(t)&&!t.length)return c.fn(!0,this,n);var i=Object.keys(t),l=typeof t=="object"&&!i.length;return c.value(l,this,n)},r.iterate=function(t,n){return Array.isArray(t)?a.apply(null,arguments):c.isObject(t)?e.apply(null,arguments):n.inverse(this)}},20954:function(N,v,f){"use strict";var c=f(13501),s=f(6057),u=f(18849);const a=f(3503),e=f(72219);var r=N.exports;r.and=function(){for(var t=arguments.length-1,n=arguments[t],i=!0,l=0;l<t;l++)if(!arguments[l]){i=!1;break}return s.value(i,this,n)},r.compare=function(t,n,i,l){if(arguments.length<4)throw new Error("handlebars Helper {{compare}} expects 4 arguments");var d;switch(n){case"==":d=t==i;break;case"===":d=t===i;break;case"!=":d=t!=i;break;case"!==":d=t!==i;break;case"<":d=t<i;break;case">":d=t>i;break;case"<=":d=t<=i;break;case">=":d=t>=i;break;case"typeof":d=typeof t===i;break;default:throw new Error("helper {{compare}}: invalid operator: `"+n+"`")}return s.value(d,this,l)},r.contains=function(t,n,i,l){typeof i=="object"&&(l=i,i=void 0);var d=u.contains(t,n,i);return s.value(d,this,l)},r.default=function(){for(var t=0;t<arguments.length-1;t++)if(arguments[t]!=null)return arguments[t];return""},r.eq=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t===n,this,i)},r.gt=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t>n,this,i)},r.gte=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t>=n,this,i)},r.has=function(t,n,i){return s.isOptions(t)&&(i=t,n=null,t=null),s.isOptions(n)&&(i=n,n=null),t===null?s.value(!1,this,i):arguments.length===2?s.value(c(this,t),this,i):(Array.isArray(t)||s.isString(t))&&s.isString(n)&&t.indexOf(n)>-1?s.fn(!0,this,i):s.isObject(t)&&s.isString(n)&&n in t?s.fn(!0,this,i):s.inverse(!1,this,i)},r.isFalsey=function(t,n){return s.value(a(t),this,n)},r.isTruthy=function(t,n){return s.value(!a(t),this,n)},r.ifEven=function(t,n){return s.value(!e(t),this,n)},r.ifNth=function(t,n,i){var l=!isNaN(t)&&!isNaN(n)&&n%t===0;return s.value(l,this,i)},r.ifOdd=function(t,n){return s.value(e(t),this,n)},r.is=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t==n,this,i)},r.isnt=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t!=n,this,i)},r.lt=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t<n,this,i)},r.lte=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t<=n,this,i)},r.neither=function(t,n,i){return s.value(!t&&!n,this,i)},r.not=function(t,n){return s.value(!t,this,n)},r.or=function(){for(var t=arguments.length-1,n=arguments[t],i=!1,l=0;l<t;l++)if(arguments[l]){i=!0;break}return s.value(i,this,n)},r.unlessEq=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t!==n,this,i)},r.unlessGt=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t<=n,this,i)},r.unlessLt=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t>=n,this,i)},r.unlessGteq=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t<n,this,i)},r.unlessLteq=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t>n,this,i)}},11691:function(N,v,f){"use strict";var c=f(
|
|
1
|
+
(self.webpackChunknocobase=self.webpackChunknocobase||[]).push([[527],{11700:function(N,v,f){"use strict";var c=f(77218);N.exports=function(u,a){typeof u=="string"?u=[u]:Array.isArray(u)||(a=u,u=null),a=a||{};var e=a.handlebars||a.hbs||f(96750);if(N.exports.handlebars=e,u)u.forEach(function(r){e.registerHelper(c[r])});else for(const r in c){const t=c[r];e.registerHelper(t)}return e.helpers};for(const s in c){const u=c[s];N.exports[s]=function(a){a=a||{};var e=a.handlebars||a.hbs||f(96750);return N.exports.handlebars=e,e.registerHelper(u),u}}N.exports.utils=f(18849)},19886:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(29946),a=f(54358);s.after=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?e.slice(r):"")},s.arrayify=function(e){return c.isUndefined(e)?[]:e?Array.isArray(e)?e:[e]:[]},s.before=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?e.slice(0,r-1):"")},s.eachIndex=function(e,r){var t="";if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e))for(var n=0;n<e.length;n++)t+=r.fn({item:e[n],index:n});return t},s.filter=function(e,r,t){if(c.isUndefined(e))return t.inverse(this);if(e=c.result(e),Array.isArray(e)){var n="",i=[],l=t.hash&&(t.hash.property||t.hash.prop);if(l?i=e.filter(function(b){return r===u(b,l)}):i=e.filter(function(b){return r===b}),i&&i.length>0){for(var d=0;d<i.length;d++)n+=t.fn(i[d]);return n}}return t.inverse(this)},s.first=function(e,r){return c.isUndefined(e)?[]:(e=c.result(e),Array.isArray(e)?isNaN(r)?e[0]:e.slice(0,r):[])},s.forEach=function(e,r){if(c.isUndefined(e))return r.inverse(this);if(e=c.result(e),Array.isArray(e)){for(var t=a(r,r.hash),n=e.length,i="",l=-1;++l<n;){var d=e[l];t.index=l,d.index=l+1,d.total=n,d.isFirst=l===0,d.isLast=l===n-1,i+=r.fn(d,{data:t})}return i}return r.inverse(this)},s.inArray=function(e,r,t){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?c.value(c.indexOf(e,r)>-1,this,t):"")},s.isArray=function(e){return Array.isArray(e)},s.itemAt=function(e,r){if(c.isUndefined(e))return null;if(e=c.result(e),Array.isArray(e)){if(r=isNaN(r)?0:+r,r<0)return e[e.length+r];if(r<e.length)return e[r]}return null},s.join=function(e,r){return c.isUndefined(e)?"":typeof e=="string"?e:(e=c.result(e),Array.isArray(e)?(r=c.isString(r)?r:", ",e.join(r)):"")},s.equalsLength=function(e,r,t){c.isOptions(r)&&(t=r,r=0);var n=s.length(e);return c.value(n===r,this,t)},s.last=function(e,r){return c.isUndefined(e)||!Array.isArray(e)&&typeof value!="string"?"":isNaN(r)?e[e.length-1]:e.slice(-Math.abs(r))},s.length=function(e){return c.isUndefined(e)?0:(c.isObject(e)&&!c.isOptions(e)&&(e=Object.keys(e)),typeof e=="string"&&e.startsWith("[")&&e.endsWith("]")?e.split(",").length:typeof e=="string"||Array.isArray(e)?e.length:0)},s.lengthEqual=s.equalsLength,s.map=function(e,r){if(c.isUndefined(e)||!Array.isArray(e))return"";var t=e.length,n=new Array(t),i=-1;if(typeof r!="function")return e;for(;++i<t;)n[i]=r(e[i],i,e);return n},s.pluck=function(e,r){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){for(var t=[],n=0;n<e.length;n++){var i=u(e[n],r);typeof i<"u"&&t.push(i)}return t}return""},s.reverse=function(e){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?[...e].reverse():e&&typeof e=="string"?e.split("").reverse().join(""):"")},s.some=function(e,r,t){if(c.isUndefined(e))return t.inverse(this);if(e=c.result(e),Array.isArray(e)){for(var n=0;n<e.length;n++)if(r(e[n],n,e))return t.fn(this)}return t.inverse(this)},s.sort=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?u(r,"hash.reverse")?[...e].sort().reverse():[...e].sort():"")},s.sortBy=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){var n=[].slice.call(arguments);return n.pop(),!c.isString(r)&&typeof r!="function"?[...e].sort():typeof r=="function"?[...e].sort(r):[...e].sort((i,l)=>i[r]>l[r]?1:-1)}return""},s.withAfter=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){e=e.slice(r);for(var n="",i=0;i<e.length;i++)n+=t.fn(e[i]);return n}return""},s.withBefore=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){e=e.slice(0,-r);for(var n="",i=0;i<e.length;i++)n+=t.fn(e[i]);return n}return""},s.withFirst=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){if(c.isUndefined(r)||(r=parseFloat(c.result(r))),c.isUndefined(r))return t=r,t.fn(e[0]);e=e.slice(0,r);for(var n="",i=0;i<e.length;i++)n+=t.fn(e[i]);return n}return""},s.withGroup=function(e,r,t){if(c.isUndefined(e))return"";var n="";if(e=c.result(e),Array.isArray(e)&&e.length>0){for(var i=[],l=0;l<e.length;l++)l>0&&l%r===0&&(n+=t.fn(i),i=[]),i.push(e[l]);n+=t.fn(i)}return n},s.withLast=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){if(c.isUndefined(r)||(r=parseFloat(c.result(r))),c.isUndefined(r))return t=r,t.fn(e[e.length-1]);e=e.slice(-r);for(var n=e.length,i=-1,l="";++i<n;)l+=t.fn(e[i]);return l}return""},s.withSort=function(e,r,t){if(c.isUndefined(e))return"";if(e=c.result(e),Array.isArray(e)){var n="";if(c.isUndefined(r)){t=r,e=[...e].sort(),u(t,"hash.reverse")&&(e=e.reverse());for(var i=0,l=e.length;i<l;i++)n+=t.fn(e[i]);return n}e=[...e].sort(function(o,y){return o=u(o,r),y=u(y,r),o>y?1:o<y?-1:0}),u(t,"hash.reverse")&&(e=e.reverse());for(var d=e.length,b=-1;++b<d;)n+=t.fn(e[b]);return n}return""},s.unique=function(e,r){return c.isUndefined(e)?"":(e=c.result(e),Array.isArray(e)?e.filter(function(t,n,i){return i.indexOf(t)===n}):"")}},94841:function(N,v,f){"use strict";var c=f(59816),s=f(94612);const u=f(13319),a=f(12533);var e=N.exports;e.embed=function(t,n){n=typeof n!="string"?s.extname(t).slice(1):n;var i=c.readFileSync(t,"utf8");return(n==="markdown"||n==="md")&&(n="markdown",i=i.split("`").join("`")),u(i,n).trim()+`
|
|
2
|
+
`},e.gist=function(r){return a("script",{src:"https://gist.github.com/"+r+".js"})},e.jsfiddle=function(t){var n=Object.assign({},t&&t.hash);if(typeof n.id>"u")throw new Error("jsfiddle helper expects an `id`");return n.id="http://jsfiddle.net/"+n.id,n.width=n.width||"100%",n.height=n.height||"300",n.skin=n.skin||"/presentation/",n.tabs=(n.tabs||"result,js,html,css")+n.skin,n.src=n.id+"/embedded/"+n.tabs,n.allowfullscreen=n.allowfullscreen||"allowfullscreen",n.frameborder=n.frameborder||"0",delete n.tabs,delete n.skin,delete n.id,a("iframe",n)}},4361:function(N,v,f){"use strict";var c=f(6057),s=f(32975),u=f(19886),a=u.forEach,e=s.forOwn,r=N.exports;r.isEmpty=function(t,n){if(!c.isOptions(n))return n=t,c.fn(!0,this,n);if(Array.isArray(t)&&!t.length)return c.fn(!0,this,n);var i=Object.keys(t),l=typeof t=="object"&&!i.length;return c.value(l,this,n)},r.iterate=function(t,n){return Array.isArray(t)?a.apply(null,arguments):c.isObject(t)?e.apply(null,arguments):n.inverse(this)}},20954:function(N,v,f){"use strict";var c=f(13501),s=f(6057),u=f(18849);const a=f(3503),e=f(72219);var r=N.exports;r.and=function(){for(var t=arguments.length-1,n=arguments[t],i=!0,l=0;l<t;l++)if(!arguments[l]){i=!1;break}return s.value(i,this,n)},r.compare=function(t,n,i,l){if(arguments.length<4)throw new Error("handlebars Helper {{compare}} expects 4 arguments");var d;switch(n){case"==":d=t==i;break;case"===":d=t===i;break;case"!=":d=t!=i;break;case"!==":d=t!==i;break;case"<":d=t<i;break;case">":d=t>i;break;case"<=":d=t<=i;break;case">=":d=t>=i;break;case"typeof":d=typeof t===i;break;default:throw new Error("helper {{compare}}: invalid operator: `"+n+"`")}return s.value(d,this,l)},r.contains=function(t,n,i,l){typeof i=="object"&&(l=i,i=void 0);var d=u.contains(t,n,i);return s.value(d,this,l)},r.default=function(){for(var t=0;t<arguments.length-1;t++)if(arguments[t]!=null)return arguments[t];return""},r.eq=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t===n,this,i)},r.gt=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t>n,this,i)},r.gte=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t>=n,this,i)},r.has=function(t,n,i){return s.isOptions(t)&&(i=t,n=null,t=null),s.isOptions(n)&&(i=n,n=null),t===null?s.value(!1,this,i):arguments.length===2?s.value(c(this,t),this,i):(Array.isArray(t)||s.isString(t))&&s.isString(n)&&t.indexOf(n)>-1?s.fn(!0,this,i):s.isObject(t)&&s.isString(n)&&n in t?s.fn(!0,this,i):s.inverse(!1,this,i)},r.isFalsey=function(t,n){return s.value(a(t),this,n)},r.isTruthy=function(t,n){return s.value(!a(t),this,n)},r.ifEven=function(t,n){return s.value(!e(t),this,n)},r.ifNth=function(t,n,i){var l=!isNaN(t)&&!isNaN(n)&&n%t===0;return s.value(l,this,i)},r.ifOdd=function(t,n){return s.value(e(t),this,n)},r.is=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t==n,this,i)},r.isnt=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t!=n,this,i)},r.lt=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t<n,this,i)},r.lte=function(t,n,i){return arguments.length===2&&(i=n,n=i.hash.compare),s.value(t<=n,this,i)},r.neither=function(t,n,i){return s.value(!t&&!n,this,i)},r.not=function(t,n){return s.value(!t,this,n)},r.or=function(){for(var t=arguments.length-1,n=arguments[t],i=!1,l=0;l<t;l++)if(arguments[l]){i=!0;break}return s.value(i,this,n)},r.unlessEq=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t!==n,this,i)},r.unlessGt=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t<=n,this,i)},r.unlessLt=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t>=n,this,i)},r.unlessGteq=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t<n,this,i)},r.unlessLteq=function(t,n,i){return s.isOptions(n)&&(i=n,n=i.hash.compare),s.value(t>n,this,i)}},11691:function(N,v,f){"use strict";var c=f(94612),s=f(6057),u=f(59251),a=u.parseAttributes,e=N.exports;const r=f(12533);e.attr=function(t){var n=a(t&&t.hash||{});return n.trim()?" "+n:""},e.css=function(t,n){arguments.length<2&&(n=t,t=[]);var i=s.arrayify(t),l="";return this&&this.options&&(l=this.options.assets||""),n.hash.href&&(i=s.arrayify(n.hash.href)),i.map(function(d){var b=c.extname(d),o=d;return/(^\/\/)|(:\/\/)/.test(d)||(o=c.posix.join(l,d)),b===".less"?`<link type="text/css" rel="stylesheet/less" href="${o}">`:`<link type="text/css" rel="stylesheet" href="${o}">`}).join(`
|
|
3
3
|
`)},e.js=function(t){if(typeof t=="object"&&t.hash){var n=a(t.hash);return`<script${n?" "+n:""}><\/script>`}return typeof t=="string"?`<script src="${t}"><\/script>`:(t=s.arrayify(t),t.map(function(i){return c.extname(i)===".coffee"?r("script",{type:"text/coffeescript",src:i}):r("script",{src:i})}).join(`
|
|
4
4
|
`))},e.sanitize=function(t){return u.sanitize(t)},e.ul=function(t,n){return"<ul "+a(n.hash)+">"+t.map(function(i){return typeof i!="string"&&(i=n.fn(i)),"<li>"+i+"</li>"}).join(`
|
|
5
5
|
`)+"</ul>"},e.ol=function(t,n){return"<ol "+a(n.hash)+">"+t.map(function(i){return typeof i!="string"&&(i=n.fn(i)),"<li>"+i+"</li>"}).join(`
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus. Cras ultricies ligula sed magna dictum porta. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus.
|
|
32
32
|
|
|
33
|
-
Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Pellentesque in ipsum id orci porta dapibus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus. Cras ultricies ligula sed magna dictum porta. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus. Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.`;N.exports=v},20952:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(19498);s.match=function(a,e,r,t){var n=c.options(this,r,t);return typeof e=="string"&&(e=e.split(/, */)),u(a,e,n)},s.isMatch=function(a,e,r,t){var n=c.options(this,r,t);return u.isMatch(a,e,n)},s.mm=function(){return console.log("the {{mm}} helper is depcrecated and will be removed"),console.log("in handlebars-helpers v1.0.0, please use the {{match}}"),console.log("helper instead."),s.match.apply(this,arguments)}},36231:function(N,v,f){"use strict";var c=f(18849),s=N.exports;s.abs=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.abs(u)},s.add=function(u,a){return!isNaN(u)&&!isNaN(a)?Number(u)+Number(a):typeof u=="string"&&typeof a=="string"?u+a:""},s.avg=function(){const u=[].concat.apply([],arguments);return u.pop(),s.sum(u)/u.length},s.ceil=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.ceil(u)},s.divide=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)/Number(a)},s.floor=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.floor(u)},s.minus=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)-Number(a)},s.modulo=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)%Number(a)},s.multiply=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)*Number(a)},s.plus=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)+Number(a)},s.random=function(u,a){if(isNaN(u))throw new TypeError("expected minimum to be a number");if(isNaN(a))throw new TypeError("expected maximum to be a number");return c.random(u,a)},s.remainder=function(u,a){return u%a},s.round=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.round(u)},s.subtract=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)-Number(a)},s.sum=function(){for(var u=[].concat.apply([],arguments),a=u.length,e=0;a--;)isNaN(u[a])||(e+=Number(u[a]));return e}},71469:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(29946),a=f(54358);s.frame=function(e,r){typeof e=="object"&&e.hash&&(r=e,e=r.data);var t=a(e);return typeof r!="object"&&(r={}),t.extend(r.hash),r.fn(this,{data:t})},s.option=function(e,r,t){return u(c.options(this,r,t),e)},s.noop=function(e){return e.fn(this)},s.typeOf=function(e){return typeof e},s.withHash=function(e){return e.hash&&Object.keys(e.hash).length?e.fn(e.hash):e.inverse(this)}},29389:function(N,v,f){"use strict";var c=f(6057),s=N.exports;s.bytes=function(u,a,e){if(u==null||isNaN(u)&&(u=u.length,!u))return"0 B";isNaN(a)&&(a=2);var r=["B","kB","MB","GB","TB","PB","EB","ZB","YB"];a=Math.pow(10,a),u=Number(u);for(var t=r.length-1;t-->=0;){var n=Math.pow(10,t*3);if(n<=u+1){u=Math.round(u*a/n)/a,u+=" "+r[t];break}}return u},s.addCommas=function(u){return u.toString().replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1,")},s.phoneNumber=function(u){return u=u.toString(),"("+u.substr(0,3)+") "+u.substr(3,3)+"-"+u.substr(6,4)},s.toAbbr=function(u,a){isNaN(u)&&(u=0),c.isUndefined(a)&&(a=2),u=Number(u),a=Math.pow(10,a);for(var e=["k","m","b","t","q"],r=e.length-1;r>=0;){var t=Math.pow(10,(r+1)*3);if(t<=u+1){u=Math.round(u*a/t)/a,u+=e[r];break}r--}return u},s.toExponential=function(u,a){return isNaN(u)&&(u=0),c.isUndefined(a)&&(a=0),Number(u).toExponential(a)},s.toFixed=function(u,a){return isNaN(u)&&(u=0),isNaN(a)&&(a=0),Number(u).toFixed(a)},s.toFloat=function(u){return parseFloat(u)},s.toInt=function(u){return parseInt(u,10)},s.toPrecision=function(u,a){return isNaN(u)&&(u=0),isNaN(a)&&(a=1),Number(u).toPrecision(a)}},32975:function(N,v,f){"use strict";var c=Object.hasOwnProperty,s=f(6057),u=f(19886),a=N.exports;const e=f(29946),r=f(69391),t=f(54358);a.extend=function(){var n=[].slice.call(arguments),i={};s.isOptions(n[n.length-1])&&(i=n.pop().hash,n.push(i));for(var l={},d=0;d<n.length;d++){var b=n[d];if(s.isObject(b))for(var o=Object.keys(b),y=0;y<o.length;y++){var m=o[y];l[m]=b[m]}}return l},a.forIn=function(n,i){if(!s.isOptions(i))return n.inverse(this);var l=t(i,i.hash),d="";for(var b in n)l.key=b,d+=i.fn(n[b],{data:l});return d},a.forOwn=function(n,i){if(!s.isOptions(i))return n.inverse(this);var l=t(i,i.hash),d="";for(var b in n)n.hasOwnProperty(b)&&(l.key=b,d+=i.fn(n[b],{data:l}));return d},a.toPath=function(){for(var n=[],i=0;i<arguments.length;i++)(typeof arguments[i]=="string"||typeof arguments[i]=="number")&&n.push(arguments[i]);return n.join(".")},a.get=function(n,i,l){var d=e(i,n);return l&&l.fn?d?l.fn(d):l.inverse(i):d},a.getObject=function(n,i){return r(i,n)},a.hasOwn=function(n,i){return c.call(n,i)},a.isObject=function(n){return typeof n=="object"},a.JSONparse=function(n,i){return JSON.parse(n)},a.JSONstringify=function(n,i){return isNaN(i)&&(i=0),JSON.stringify(n,null,i)},a.merge=function(n){var i=[].slice.call(arguments),l={};return s.isOptions(i[i.length-1])&&(l=i.pop().hash,i.push(l)),Object.assign.apply(null,i)},a.parseJSON=a.JSONparse,a.pick=function(n,i,l){for(var d=u.arrayify(n),b=d.length,o=-1,y={};++o<b;)y=a.extend({},y,r(i,d[o]));return l.fn?Object.keys(y).length?l.fn(y):l.inverse(i):y},a.stringify=a.JSONstringify},52951:function(N,v,f){"use strict";var c=f(34155),s=f(6057),u=f(26470);const a=f(45824);var e=N.exports;e.absolute=function(r,t){t=t||{data:{}};var n=s.options(this,t),i=Object.assign({},t.data.root,n),l=i.cwd||c.cwd();return u.resolve(l,r)},e.dirname=function(r,t){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.dirname(r)},e.relative=function(r,t){if(typeof r!="string")throw new TypeError(s.expectedType("first path","string",r));if(typeof t!="string")throw new TypeError(s.expectedType("second path","string",t));return a(r,t)},e.basename=function(r){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.basename(r)},e.stem=function(r){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.basename(r,u.extname(r))},e.extname=function(r){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.extname(r)},e.resolve=function(r){var t=[].slice.call(arguments),n=s.options(this,t.pop()),i=u.resolve(n.cwd||c.cwd());return t.unshift(i),u.resolve.apply(u,t)},e.segments=function(r,t,n){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));var i=r.split(/[\\\/]+/);return i.slice(t,n).join("/")}},34996:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(26401);s.toRegex=function(a,e,r){var t=c.options({},e,r);return new RegExp(a,t.flags)},s.test=function(a,e){if(typeof a!="string")return!1;if(u(e)!=="regexp")throw new TypeError("expected a regular expression");return e.test(a)}},27845:function(N,v,f){"use strict";var c=f(6057),s=f(18849),u=N.exports;let a=f(22194);u.append=function(e,r){return typeof e=="string"&&typeof r=="string"?e+r:e},u.camelcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return r.toUpperCase()})},u.capitalize=function(e){return typeof e!="string"?"":e.charAt(0).toUpperCase()+e.slice(1)},u.capitalizeAll=function(e){if(typeof e!="string")return"";if(c.isString(e))return e.replace(/\w\S*/g,function(r){return u.capitalize(r)})},u.center=function(e,r){if(typeof e!="string")return"";for(var t="",n=0;n<r;)t+=" ",n++;return t+e+t},u.chop=function(e){return typeof e!="string"?"":s.chop(e)},u.dashcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"-"+r})},u.dotcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"."+r})},u.downcase=function(){return u.lowercase.apply(this,arguments)},u.ellipsis=function(e,r){if(c.isString(e))return e.length<=r?e:u.truncate(e,r)+"\u2026"},u.hyphenate=function(e){return typeof e!="string"?"":e.split(" ").join("-")},u.isString=function(e){return typeof e=="string"},u.lowercase=function(e){return c.isObject(e)&&e.fn?e.fn(this).toLowerCase():typeof e!="string"?"":e.toLowerCase()},u.occurrences=function(e,r){if(typeof e!="string")return"";for(var t=r.length,n=0,i=0;(n=e.indexOf(r,n))>-1;)i++,n+=t;return i},u.pascalcase=function(e){return typeof e!="string"?"":(e=s.changecase(e,function(r){return r.toUpperCase()}),e.charAt(0).toUpperCase()+e.slice(1))},u.pathcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"/"+r})},u.plusify=function(e,r){return typeof e!="string"?"":(c.isString(r)||(r=" "),e.split(r).join("+"))},u.prepend=function(e,r){return typeof e=="string"&&typeof r=="string"?r+e:e},u.raw=function(e){var r=e.fn(),t=c.options(this,e);if(t.escape!==!1)for(var n=0;(n=r.indexOf("{{",n))!==-1;)r[n-1]!=="\\"&&(r=r.slice(0,n)+"\\"+r.slice(n)),n+=3;return r},u.remove=function(e,r){return typeof e!="string"?"":c.isString(r)?e.split(r).join(""):e},u.removeFirst=function(e,r){return typeof e!="string"?"":c.isString(r)?e.replace(r,""):e},u.replace=function(e,r,t){return typeof e!="string"?"":c.isString(r)?(c.isString(t)||(t=""),e.split(r).join(t)):e},u.replaceFirst=function(e,r,t){return typeof e!="string"?"":c.isString(r)?(c.isString(t)||(t=""),e.replace(r,t)):e},u.reverse=f(19886).reverse,u.sentence=function(e){return typeof e!="string"?"":e.replace(/((?:\S[^\.\?\!]*)[\.\?\!]*)/g,function(r){return r.charAt(0).toUpperCase()+r.substr(1).toLowerCase()})},u.snakecase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"_"+r})},u.split=function(e,r){return typeof e!="string"?"":(c.isString(r)||(r=","),e.split(r))},u.startsWith=function(e,r,t){var n=[].slice.call(arguments);return t=n.pop(),c.isString(r)&&r.indexOf(e)===0?t.fn(this):typeof t.inverse=="function"?t.inverse(this):""},u.titleize=function(e){if(typeof e!="string")return"";for(var r=e.replace(/[- _]+/g," "),t=r.split(" "),n=t.length,i=[],l=0;n--;){var d=t[l++];i.push(v.capitalize(d))}return i.join(" ")},u.trim=function(e){return typeof e=="string"?e.trim():""},u.trimLeft=function(e){if(c.isString(e))return e.replace(/^\s+/,"")},u.trimRight=function(e){if(c.isString(e))return e.replace(/\s+$/,"")},u.truncate=function(e,r,t){if(c.isString(e))return typeof t!="string"&&(t=""),e.length>r?e.slice(0,r-t.length)+t:e},u.truncateWords=function(e,r,t){if(c.isString(e)&&!isNaN(r)){typeof t!="string"&&(t="\u2026");var n=Number(r),i=e.split(/[ \t]/);if(n>=i.length)return e;i=i.slice(0,n);var l=i.join(" ").trim();return l+t}},u.upcase=function(){return u.uppercase.apply(this,arguments)},u.uppercase=function(e){return c.isObject(e)&&e.fn?e.fn(this).toUpperCase():typeof e!="string"?"":e.toUpperCase()},u.lorem=function(e){return(isNaN(e)||e<1||!e)&&(e=11),a.substring(0,e)}},21769:function(N,v,f){"use strict";var c=f(8575),s=f(6057),u=f(87735),a=N.exports;a.encodeURI=function(e){if(s.isString(e))return encodeURIComponent(e)},a.escape=function(e){if(s.isString(e))return u.escape(e)},a.decodeURI=function(e){if(s.isString(e))return decodeURIComponent(e)},a.urlResolve=function(e,r){return c.resolve(e,r)},a.urlParse=function(e){return c.parse(e)},a.stripQuerystring=function(e){if(s.isString(e))return e.split("?")[0]},a.stripProtocol=function(e){if(s.isString(e)){var r=c.parse(e);return r.protocol="",r.format()}}},54358:function(N){"use strict";N.exports=function(f){if(typeof f!="object")throw new TypeError("createFrame expects data to be an object");var c=Object.assign({},f);if(c._parent=f,c.extend=function(e){Object.assign(this,e)},arguments.length>1)for(var s=[].slice.call(arguments,1),u=s.length,a=-1;++a<u;)c.extend(s[a]||{});return c}},3503:function(N){"use strict";function v(f,c){if(!f)return!0;let s=c||v.keywords;Array.isArray(s)||(s=[s]);const u=typeof f=="string"?f.toLowerCase():null;for(const a of s)if(a===f||a===u)return!0;return!1}v.keywords=["0","false","nada","nil","nay","nah","negative","no","none","nope","nul","null","nix","nyet","uh-uh","veto","zero"],N.exports=v},59251:function(N,v,f){"use strict";var c=f(6057),s=f(62393),u=N.exports;u.condense=function(a){return a.replace(/(\r\n|\r|\n|\u2028|\u2029) {2,}/g,`
|
|
33
|
+
Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Pellentesque in ipsum id orci porta dapibus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus. Cras ultricies ligula sed magna dictum porta. Donec sollicitudin molestie malesuada. Pellentesque in ipsum id orci porta dapibus. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus. Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.`;N.exports=v},20952:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(19498);s.match=function(a,e,r,t){var n=c.options(this,r,t);return typeof e=="string"&&(e=e.split(/, */)),u(a,e,n)},s.isMatch=function(a,e,r,t){var n=c.options(this,r,t);return u.isMatch(a,e,n)},s.mm=function(){return console.log("the {{mm}} helper is depcrecated and will be removed"),console.log("in handlebars-helpers v1.0.0, please use the {{match}}"),console.log("helper instead."),s.match.apply(this,arguments)}},36231:function(N,v,f){"use strict";var c=f(18849),s=N.exports;s.abs=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.abs(u)},s.add=function(u,a){return!isNaN(u)&&!isNaN(a)?Number(u)+Number(a):typeof u=="string"&&typeof a=="string"?u+a:""},s.avg=function(){const u=[].concat.apply([],arguments);return u.pop(),s.sum(u)/u.length},s.ceil=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.ceil(u)},s.divide=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)/Number(a)},s.floor=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.floor(u)},s.minus=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)-Number(a)},s.modulo=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)%Number(a)},s.multiply=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)*Number(a)},s.plus=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)+Number(a)},s.random=function(u,a){if(isNaN(u))throw new TypeError("expected minimum to be a number");if(isNaN(a))throw new TypeError("expected maximum to be a number");return c.random(u,a)},s.remainder=function(u,a){return u%a},s.round=function(u){if(isNaN(u))throw new TypeError("expected a number");return Math.round(u)},s.subtract=function(u,a){if(isNaN(u))throw new TypeError("expected the first argument to be a number");if(isNaN(a))throw new TypeError("expected the second argument to be a number");return Number(u)-Number(a)},s.sum=function(){for(var u=[].concat.apply([],arguments),a=u.length,e=0;a--;)isNaN(u[a])||(e+=Number(u[a]));return e}},71469:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(29946),a=f(54358);s.frame=function(e,r){typeof e=="object"&&e.hash&&(r=e,e=r.data);var t=a(e);return typeof r!="object"&&(r={}),t.extend(r.hash),r.fn(this,{data:t})},s.option=function(e,r,t){return u(c.options(this,r,t),e)},s.noop=function(e){return e.fn(this)},s.typeOf=function(e){return typeof e},s.withHash=function(e){return e.hash&&Object.keys(e.hash).length?e.fn(e.hash):e.inverse(this)}},29389:function(N,v,f){"use strict";var c=f(6057),s=N.exports;s.bytes=function(u,a,e){if(u==null||isNaN(u)&&(u=u.length,!u))return"0 B";isNaN(a)&&(a=2);var r=["B","kB","MB","GB","TB","PB","EB","ZB","YB"];a=Math.pow(10,a),u=Number(u);for(var t=r.length-1;t-->=0;){var n=Math.pow(10,t*3);if(n<=u+1){u=Math.round(u*a/n)/a,u+=" "+r[t];break}}return u},s.addCommas=function(u){return u.toString().replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1,")},s.phoneNumber=function(u){return u=u.toString(),"("+u.substr(0,3)+") "+u.substr(3,3)+"-"+u.substr(6,4)},s.toAbbr=function(u,a){isNaN(u)&&(u=0),c.isUndefined(a)&&(a=2),u=Number(u),a=Math.pow(10,a);for(var e=["k","m","b","t","q"],r=e.length-1;r>=0;){var t=Math.pow(10,(r+1)*3);if(t<=u+1){u=Math.round(u*a/t)/a,u+=e[r];break}r--}return u},s.toExponential=function(u,a){return isNaN(u)&&(u=0),c.isUndefined(a)&&(a=0),Number(u).toExponential(a)},s.toFixed=function(u,a){return isNaN(u)&&(u=0),isNaN(a)&&(a=0),Number(u).toFixed(a)},s.toFloat=function(u){return parseFloat(u)},s.toInt=function(u){return parseInt(u,10)},s.toPrecision=function(u,a){return isNaN(u)&&(u=0),isNaN(a)&&(a=1),Number(u).toPrecision(a)}},32975:function(N,v,f){"use strict";var c=Object.hasOwnProperty,s=f(6057),u=f(19886),a=N.exports;const e=f(29946),r=f(69391),t=f(54358);a.extend=function(){var n=[].slice.call(arguments),i={};s.isOptions(n[n.length-1])&&(i=n.pop().hash,n.push(i));for(var l={},d=0;d<n.length;d++){var b=n[d];if(s.isObject(b))for(var o=Object.keys(b),y=0;y<o.length;y++){var m=o[y];l[m]=b[m]}}return l},a.forIn=function(n,i){if(!s.isOptions(i))return n.inverse(this);var l=t(i,i.hash),d="";for(var b in n)l.key=b,d+=i.fn(n[b],{data:l});return d},a.forOwn=function(n,i){if(!s.isOptions(i))return n.inverse(this);var l=t(i,i.hash),d="";for(var b in n)n.hasOwnProperty(b)&&(l.key=b,d+=i.fn(n[b],{data:l}));return d},a.toPath=function(){for(var n=[],i=0;i<arguments.length;i++)(typeof arguments[i]=="string"||typeof arguments[i]=="number")&&n.push(arguments[i]);return n.join(".")},a.get=function(n,i,l){var d=e(i,n);return l&&l.fn?d?l.fn(d):l.inverse(i):d},a.getObject=function(n,i){return r(i,n)},a.hasOwn=function(n,i){return c.call(n,i)},a.isObject=function(n){return typeof n=="object"},a.JSONparse=function(n,i){return JSON.parse(n)},a.JSONstringify=function(n,i){return isNaN(i)&&(i=0),JSON.stringify(n,null,i)},a.merge=function(n){var i=[].slice.call(arguments),l={};return s.isOptions(i[i.length-1])&&(l=i.pop().hash,i.push(l)),Object.assign.apply(null,i)},a.parseJSON=a.JSONparse,a.pick=function(n,i,l){for(var d=u.arrayify(n),b=d.length,o=-1,y={};++o<b;)y=a.extend({},y,r(i,d[o]));return l.fn?Object.keys(y).length?l.fn(y):l.inverse(i):y},a.stringify=a.JSONstringify},52951:function(N,v,f){"use strict";var c=f(34155),s=f(6057),u=f(94612);const a=f(45824);var e=N.exports;e.absolute=function(r,t){t=t||{data:{}};var n=s.options(this,t),i=Object.assign({},t.data.root,n),l=i.cwd||c.cwd();return u.resolve(l,r)},e.dirname=function(r,t){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.dirname(r)},e.relative=function(r,t){if(typeof r!="string")throw new TypeError(s.expectedType("first path","string",r));if(typeof t!="string")throw new TypeError(s.expectedType("second path","string",t));return a(r,t)},e.basename=function(r){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.basename(r)},e.stem=function(r){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.basename(r,u.extname(r))},e.extname=function(r){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));return u.extname(r)},e.resolve=function(r){var t=[].slice.call(arguments),n=s.options(this,t.pop()),i=u.resolve(n.cwd||c.cwd());return t.unshift(i),u.resolve.apply(u,t)},e.segments=function(r,t,n){if(typeof r!="string")throw new TypeError(s.expectedType("filepath","string",r));var i=r.split(/[\\\/]+/);return i.slice(t,n).join("/")}},34996:function(N,v,f){"use strict";var c=f(6057),s=N.exports;const u=f(26401);s.toRegex=function(a,e,r){var t=c.options({},e,r);return new RegExp(a,t.flags)},s.test=function(a,e){if(typeof a!="string")return!1;if(u(e)!=="regexp")throw new TypeError("expected a regular expression");return e.test(a)}},27845:function(N,v,f){"use strict";var c=f(6057),s=f(18849),u=N.exports;let a=f(22194);u.append=function(e,r){return typeof e=="string"&&typeof r=="string"?e+r:e},u.camelcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return r.toUpperCase()})},u.capitalize=function(e){return typeof e!="string"?"":e.charAt(0).toUpperCase()+e.slice(1)},u.capitalizeAll=function(e){if(typeof e!="string")return"";if(c.isString(e))return e.replace(/\w\S*/g,function(r){return u.capitalize(r)})},u.center=function(e,r){if(typeof e!="string")return"";for(var t="",n=0;n<r;)t+=" ",n++;return t+e+t},u.chop=function(e){return typeof e!="string"?"":s.chop(e)},u.dashcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"-"+r})},u.dotcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"."+r})},u.downcase=function(){return u.lowercase.apply(this,arguments)},u.ellipsis=function(e,r){if(c.isString(e))return e.length<=r?e:u.truncate(e,r)+"\u2026"},u.hyphenate=function(e){return typeof e!="string"?"":e.split(" ").join("-")},u.isString=function(e){return typeof e=="string"},u.lowercase=function(e){return c.isObject(e)&&e.fn?e.fn(this).toLowerCase():typeof e!="string"?"":e.toLowerCase()},u.occurrences=function(e,r){if(typeof e!="string")return"";for(var t=r.length,n=0,i=0;(n=e.indexOf(r,n))>-1;)i++,n+=t;return i},u.pascalcase=function(e){return typeof e!="string"?"":(e=s.changecase(e,function(r){return r.toUpperCase()}),e.charAt(0).toUpperCase()+e.slice(1))},u.pathcase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"/"+r})},u.plusify=function(e,r){return typeof e!="string"?"":(c.isString(r)||(r=" "),e.split(r).join("+"))},u.prepend=function(e,r){return typeof e=="string"&&typeof r=="string"?r+e:e},u.raw=function(e){var r=e.fn(),t=c.options(this,e);if(t.escape!==!1)for(var n=0;(n=r.indexOf("{{",n))!==-1;)r[n-1]!=="\\"&&(r=r.slice(0,n)+"\\"+r.slice(n)),n+=3;return r},u.remove=function(e,r){return typeof e!="string"?"":c.isString(r)?e.split(r).join(""):e},u.removeFirst=function(e,r){return typeof e!="string"?"":c.isString(r)?e.replace(r,""):e},u.replace=function(e,r,t){return typeof e!="string"?"":c.isString(r)?(c.isString(t)||(t=""),e.split(r).join(t)):e},u.replaceFirst=function(e,r,t){return typeof e!="string"?"":c.isString(r)?(c.isString(t)||(t=""),e.replace(r,t)):e},u.reverse=f(19886).reverse,u.sentence=function(e){return typeof e!="string"?"":e.replace(/((?:\S[^\.\?\!]*)[\.\?\!]*)/g,function(r){return r.charAt(0).toUpperCase()+r.substr(1).toLowerCase()})},u.snakecase=function(e){return typeof e!="string"?"":s.changecase(e,function(r){return"_"+r})},u.split=function(e,r){return typeof e!="string"?"":(c.isString(r)||(r=","),e.split(r))},u.startsWith=function(e,r,t){var n=[].slice.call(arguments);return t=n.pop(),c.isString(r)&&r.indexOf(e)===0?t.fn(this):typeof t.inverse=="function"?t.inverse(this):""},u.titleize=function(e){if(typeof e!="string")return"";for(var r=e.replace(/[- _]+/g," "),t=r.split(" "),n=t.length,i=[],l=0;n--;){var d=t[l++];i.push(v.capitalize(d))}return i.join(" ")},u.trim=function(e){return typeof e=="string"?e.trim():""},u.trimLeft=function(e){if(c.isString(e))return e.replace(/^\s+/,"")},u.trimRight=function(e){if(c.isString(e))return e.replace(/\s+$/,"")},u.truncate=function(e,r,t){if(c.isString(e))return typeof t!="string"&&(t=""),e.length>r?e.slice(0,r-t.length)+t:e},u.truncateWords=function(e,r,t){if(c.isString(e)&&!isNaN(r)){typeof t!="string"&&(t="\u2026");var n=Number(r),i=e.split(/[ \t]/);if(n>=i.length)return e;i=i.slice(0,n);var l=i.join(" ").trim();return l+t}},u.upcase=function(){return u.uppercase.apply(this,arguments)},u.uppercase=function(e){return c.isObject(e)&&e.fn?e.fn(this).toUpperCase():typeof e!="string"?"":e.toUpperCase()},u.lorem=function(e){return(isNaN(e)||e<1||!e)&&(e=11),a.substring(0,e)}},21769:function(N,v,f){"use strict";var c=f(8575),s=f(6057),u=f(87735),a=N.exports;a.encodeURI=function(e){if(s.isString(e))return encodeURIComponent(e)},a.escape=function(e){if(s.isString(e))return u.escape(e)},a.decodeURI=function(e){if(s.isString(e))return decodeURIComponent(e)},a.urlResolve=function(e,r){return c.resolve(e,r)},a.urlParse=function(e){return c.parse(e)},a.stripQuerystring=function(e){if(s.isString(e))return e.split("?")[0]},a.stripProtocol=function(e){if(s.isString(e)){var r=c.parse(e);return r.protocol="",r.format()}}},54358:function(N){"use strict";N.exports=function(f){if(typeof f!="object")throw new TypeError("createFrame expects data to be an object");var c=Object.assign({},f);if(c._parent=f,c.extend=function(e){Object.assign(this,e)},arguments.length>1)for(var s=[].slice.call(arguments,1),u=s.length,a=-1;++a<u;)c.extend(s[a]||{});return c}},3503:function(N){"use strict";function v(f,c){if(!f)return!0;let s=c||v.keywords;Array.isArray(s)||(s=[s]);const u=typeof f=="string"?f.toLowerCase():null;for(const a of s)if(a===f||a===u)return!0;return!1}v.keywords=["0","false","nada","nil","nay","nah","negative","no","none","nope","nul","null","nix","nyet","uh-uh","veto","zero"],N.exports=v},59251:function(N,v,f){"use strict";var c=f(6057),s=f(62393),u=N.exports;u.condense=function(a){return a.replace(/(\r\n|\r|\n|\u2028|\u2029) {2,}/g,`
|
|
34
34
|
`)},u.padcomments=function(a){return a.replace(/(\s*<!--)/g,`
|
|
35
35
|
$1`)},u.parseAttributes=function(e){return Object.keys(e).map(function(r){var t=String(e[r]).replace(/^['"]|["']$/g,"");return r+'="'+t+'"'}).join(" ")},u.sanitize=function(a){return c.isString(a)?s(a).trim():""},u.toAttributes=function(e){for(var r="",t=Object.keys(e),n=0;n<t.length;n++){var i=e[t[n]];i===!0?r+=" "+t[n]:r+=" "+t[n]+'="'+String(i)+'"'}return r}},18849:function(N,v,f){"use strict";const c=f(6057);v.contains=function(s,u,a){return s==null||u==null||isNaN(s.length)?!1:s.indexOf(u,a)!==-1},v.chop=function(s){if(typeof s!="string")return"";var u=/^[-_.\W\s]+|[-_.\W\s]+$/g;return s.trim().replace(u,"")},v.changecase=function(s,u){if(typeof s!="string")return"";if(s.length===1)return s.toLowerCase();s=v.chop(s).toLowerCase(),typeof u!="function"&&(u=c.identity);var a=/[-_.\W\s]+(\w|$)/g;return s.replace(a,function(e,r){return u(r)})},v.random=function(s,u){return s+Math.floor(Math.random()*(u-s+1))}},72219:function(N){"use strict";N.exports=function(f){const c=Math.abs(f);if(isNaN(c))throw new TypeError("expected a number");if(!Number.isInteger(c))throw new Error("expected an integer");if(!Number.isSafeInteger(c))throw new Error("value exceeds maximum safe integer");return c%2===1}},95936:function(N,v,f){const c=f(92996),s=N.exports;s.uuid=function(){return c.v4()}},68527:function(N,v,f){"use strict";const c=f(59743),s=f(78337),u=f(86582),a=f(11834),e=(r,t={})=>{let n=[];if(Array.isArray(r))for(const i of r){const l=e.create(i,t);Array.isArray(l)?n.push(...l):n.push(l)}else n=[].concat(e.create(r,t));return t&&t.expand===!0&&t.nodupes===!0&&(n=[...new Set(n)]),n};e.parse=(r,t={})=>a(r,t),e.stringify=(r,t={})=>c(typeof r=="string"?e.parse(r,t):r,t),e.compile=(r,t={})=>(typeof r=="string"&&(r=e.parse(r,t)),s(r,t)),e.expand=(r,t={})=>{typeof r=="string"&&(r=e.parse(r,t));let n=u(r,t);return t.noempty===!0&&(n=n.filter(Boolean)),t.nodupes===!0&&(n=[...new Set(n)]),n},e.create=(r,t={})=>r===""||r.length<3?[r]:t.expand!==!0?e.compile(r,t):e.expand(r,t),N.exports=e},78337:function(N,v,f){"use strict";const c=f(38154),s=f(79963),u=(a,e={})=>{const r=(t,n={})=>{const i=s.isInvalidBrace(n),l=t.invalid===!0&&e.escapeInvalid===!0,d=i===!0||l===!0,b=e.escapeInvalid===!0?"\\":"";let o="";if(t.isOpen===!0)return b+t.value;if(t.isClose===!0)return console.log("node.isClose",b,t.value),b+t.value;if(t.type==="open")return d?b+t.value:"(";if(t.type==="close")return d?b+t.value:")";if(t.type==="comma")return t.prev.type==="comma"?"":d?t.value:"|";if(t.value)return t.value;if(t.nodes&&t.ranges>0){const y=s.reduce(t.nodes),m=c(...y,{...e,wrap:!1,toRegex:!0,strictZeros:!0});if(m.length!==0)return y.length>1&&m.length>1?`(${m})`:m}if(t.nodes)for(const y of t.nodes)o+=r(y,t);return o};return r(a)};N.exports=u},2223:function(N){"use strict";N.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
|
|
36
36
|
`,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}},86582:function(N,v,f){"use strict";const c=f(38154),s=f(59743),u=f(79963),a=(r="",t="",n=!1)=>{const i=[];if(r=[].concat(r),t=[].concat(t),!t.length)return r;if(!r.length)return n?u.flatten(t).map(l=>`{${l}}`):t;for(const l of r)if(Array.isArray(l))for(const d of l)i.push(a(d,t,n));else for(let d of t)n===!0&&typeof d=="string"&&(d=`{${d}}`),i.push(Array.isArray(d)?a(l,d,n):l+d);return u.flatten(i)},e=(r,t={})=>{const n=t.rangeLimit===void 0?1e3:t.rangeLimit,i=(l,d={})=>{l.queue=[];let b=d,o=d.queue;for(;b.type!=="brace"&&b.type!=="root"&&b.parent;)b=b.parent,o=b.queue;if(l.invalid||l.dollar){o.push(a(o.pop(),s(l,t)));return}if(l.type==="brace"&&l.invalid!==!0&&l.nodes.length===2){o.push(a(o.pop(),["{}"]));return}if(l.nodes&&l.ranges>0){const g=u.reduce(l.nodes);if(u.exceedsLimit(...g,t.step,n))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let p=c(...g,t);p.length===0&&(p=s(l,t)),o.push(a(o.pop(),p)),l.nodes=[];return}const y=u.encloseBrace(l);let m=l.queue,h=l;for(;h.type!=="brace"&&h.type!=="root"&&h.parent;)h=h.parent,m=h.queue;for(let g=0;g<l.nodes.length;g++){const p=l.nodes[g];if(p.type==="comma"&&l.type==="brace"){g===1&&m.push(""),m.push("");continue}if(p.type==="close"){o.push(a(o.pop(),m,y));continue}if(p.value&&p.type!=="open"){m.push(a(m.pop(),p.value));continue}p.nodes&&i(p,l)}return m};return u.flatten(i(r))};N.exports=e},11834:function(N,v,f){"use strict";const c=f(59743),{MAX_LENGTH:s,CHAR_BACKSLASH:u,CHAR_BACKTICK:a,CHAR_COMMA:e,CHAR_DOT:r,CHAR_LEFT_PARENTHESES:t,CHAR_RIGHT_PARENTHESES:n,CHAR_LEFT_CURLY_BRACE:i,CHAR_RIGHT_CURLY_BRACE:l,CHAR_LEFT_SQUARE_BRACKET:d,CHAR_RIGHT_SQUARE_BRACKET:b,CHAR_DOUBLE_QUOTE:o,CHAR_SINGLE_QUOTE:y,CHAR_NO_BREAK_SPACE:m,CHAR_ZERO_WIDTH_NOBREAK_SPACE:h}=f(2223),g=(p,A={})=>{if(typeof p!="string")throw new TypeError("Expected a string");const w=A||{},C=typeof w.maxLength=="number"?Math.min(s,w.maxLength):s;if(p.length>C)throw new SyntaxError(`Input length (${p.length}), exceeds max characters (${C})`);const R={type:"root",input:p,nodes:[]},S=[R];let E=R,x=R,H=0;const M=p.length;let I=0,L=0,O;const j=()=>p[I++],U=T=>{if(T.type==="text"&&x.type==="dot"&&(x.type="text"),x&&x.type==="text"&&T.type==="text"){x.value+=T.value;return}return E.nodes.push(T),T.parent=E,T.prev=x,x=T,T};for(U({type:"bos"});I<M;)if(E=S[S.length-1],O=j(),!(O===h||O===m)){if(O===u){U({type:"text",value:(A.keepEscaping?O:"")+j()});continue}if(O===b){U({type:"text",value:"\\"+O});continue}if(O===d){H++;let T;for(;I<M&&(T=j());){if(O+=T,T===d){H++;continue}if(T===u){O+=j();continue}if(T===b&&(H--,H===0))break}U({type:"text",value:O});continue}if(O===t){E=U({type:"paren",nodes:[]}),S.push(E),U({type:"text",value:O});continue}if(O===n){if(E.type!=="paren"){U({type:"text",value:O});continue}E=S.pop(),U({type:"text",value:O}),E=S[S.length-1];continue}if(O===o||O===y||O===a){const T=O;let P;for(A.keepQuotes!==!0&&(O="");I<M&&(P=j());){if(P===u){O+=P+j();continue}if(P===T){A.keepQuotes===!0&&(O+=P);break}O+=P}U({type:"text",value:O});continue}if(O===i){L++;const P={type:"brace",open:!0,close:!1,dollar:x.value&&x.value.slice(-1)==="$"||E.dollar===!0,depth:L,commas:0,ranges:0,nodes:[]};E=U(P),S.push(E),U({type:"open",value:O});continue}if(O===l){if(E.type!=="brace"){U({type:"text",value:O});continue}const T="close";E=S.pop(),E.close=!0,U({type:T,value:O}),L--,E=S[S.length-1];continue}if(O===e&&L>0){if(E.ranges>0){E.ranges=0;const T=E.nodes.shift();E.nodes=[T,{type:"text",value:c(E)}]}U({type:"comma",value:O}),E.commas++;continue}if(O===r&&L>0&&E.commas===0){const T=E.nodes;if(L===0||T.length===0){U({type:"text",value:O});continue}if(x.type==="dot"){if(E.range=[],x.value+=O,x.type="range",E.nodes.length!==3&&E.nodes.length!==5){E.invalid=!0,E.ranges=0,x.type="text";continue}E.ranges++,E.args=[];continue}if(x.type==="range"){T.pop();const P=T[T.length-1];P.value+=x.value+O,x=P,E.ranges--;continue}U({type:"dot",value:O});continue}U({type:"text",value:O})}do if(E=S.pop(),E.type!=="root"){E.nodes.forEach(D=>{D.nodes||(D.type==="open"&&(D.isOpen=!0),D.type==="close"&&(D.isClose=!0),D.nodes||(D.type="text"),D.invalid=!0)});const T=S[S.length-1],P=T.nodes.indexOf(E);T.nodes.splice(P,1,...E.nodes)}while(S.length>0);return U({type:"eos"}),R};N.exports=g},59743:function(N,v,f){"use strict";const c=f(79963);N.exports=(s,u={})=>{const a=(e,r={})=>{const t=u.escapeInvalid&&c.isInvalidBrace(r),n=e.invalid===!0&&u.escapeInvalid===!0;let i="";if(e.value)return(t||n)&&c.isOpenOrClose(e)?"\\"+e.value:e.value;if(e.value)return e.value;if(e.nodes)for(const l of e.nodes)i+=a(l);return i};return a(s)}},79963:function(N,v){"use strict";v.isInteger=f=>typeof f=="number"?Number.isInteger(f):typeof f=="string"&&f.trim()!==""?Number.isInteger(Number(f)):!1,v.find=(f,c)=>f.nodes.find(s=>s.type===c),v.exceedsLimit=(f,c,s=1,u)=>u===!1||!v.isInteger(f)||!v.isInteger(c)?!1:(Number(c)-Number(f))/Number(s)>=u,v.escapeNode=(f,c=0,s)=>{const u=f.nodes[c];u&&(s&&u.type===s||u.type==="open"||u.type==="close")&&u.escaped!==!0&&(u.value="\\"+u.value,u.escaped=!0)},v.encloseBrace=f=>f.type!=="brace"||f.commas>>0+f.ranges>>0?!1:(f.invalid=!0,!0),v.isInvalidBrace=f=>f.type!=="brace"?!1:f.invalid===!0||f.dollar?!0:!(f.commas>>0+f.ranges>>0)||f.open!==!0||f.close!==!0?(f.invalid=!0,!0):!1,v.isOpenOrClose=f=>f.type==="open"||f.type==="close"?!0:f.open===!0||f.close===!0,v.reduce=f=>f.reduce((c,s)=>(s.type==="text"&&c.push(s.value),s.type==="range"&&(s.type="text"),c),[]),v.flatten=(...f)=>{const c=[],s=u=>{for(let a=0;a<u.length;a++){const e=u[a];if(Array.isArray(e)){s(e);continue}e!==void 0&&c.push(e)}return c};return s(f),c}},38154:function(N,v,f){"use strict";const c=f(89539),s=f(45702),u=w=>w!==null&&typeof w=="object"&&!Array.isArray(w),a=w=>C=>w===!0?Number(C):String(C),e=w=>typeof w=="number"||typeof w=="string"&&w!=="",r=w=>Number.isInteger(+w),t=w=>{let C=`${w}`,R=-1;if(C[0]==="-"&&(C=C.slice(1)),C==="0")return!1;for(;C[++R]==="0";);return R>0},n=(w,C,R)=>typeof w=="string"||typeof C=="string"?!0:R.stringify===!0,i=(w,C,R)=>{if(C>0){let S=w[0]==="-"?"-":"";S&&(w=w.slice(1)),w=S+w.padStart(S?C-1:C,"0")}return R===!1?String(w):w},l=(w,C)=>{let R=w[0]==="-"?"-":"";for(R&&(w=w.slice(1),C--);w.length<C;)w="0"+w;return R?"-"+w:w},d=(w,C,R)=>{w.negatives.sort((M,I)=>M<I?-1:M>I?1:0),w.positives.sort((M,I)=>M<I?-1:M>I?1:0);let S=C.capture?"":"?:",E="",x="",H;return w.positives.length&&(E=w.positives.map(M=>l(String(M),R)).join("|")),w.negatives.length&&(x=`-(${S}${w.negatives.map(M=>l(String(M),R)).join("|")})`),E&&x?H=`${E}|${x}`:H=E||x,C.wrap?`(${S}${H})`:H},b=(w,C,R,S)=>{if(R)return s(w,C,{wrap:!1,...S});let E=String.fromCharCode(w);if(w===C)return E;let x=String.fromCharCode(C);return`[${E}-${x}]`},o=(w,C,R)=>{if(Array.isArray(w)){let S=R.wrap===!0,E=R.capture?"":"?:";return S?`(${E}${w.join("|")})`:w.join("|")}return s(w,C,R)},y=(...w)=>new RangeError("Invalid range arguments: "+c.inspect(...w)),m=(w,C,R)=>{if(R.strictRanges===!0)throw y([w,C]);return[]},h=(w,C)=>{if(C.strictRanges===!0)throw new TypeError(`Expected step "${w}" to be a number`);return[]},g=(w,C,R=1,S={})=>{let E=Number(w),x=Number(C);if(!Number.isInteger(E)||!Number.isInteger(x)){if(S.strictRanges===!0)throw y([w,C]);return[]}E===0&&(E=0),x===0&&(x=0);let H=E>x,M=String(w),I=String(C),L=String(R);R=Math.max(Math.abs(R),1);let O=t(M)||t(I)||t(L),j=O?Math.max(M.length,I.length,L.length):0,U=O===!1&&n(w,C,S)===!1,T=S.transform||a(U);if(S.toRegex&&R===1)return b(l(w,j),l(C,j),!0,S);let P={negatives:[],positives:[]},D=k=>P[k<0?"negatives":"positives"].push(Math.abs(k)),B=[],q=0;for(;H?E>=x:E<=x;)S.toRegex===!0&&R>1?D(E):B.push(i(T(E,q),j,U)),E=H?E-R:E+R,q++;return S.toRegex===!0?R>1?d(P,S,j):o(B,null,{wrap:!1,...S}):B},p=(w,C,R=1,S={})=>{if(!r(w)&&w.length>1||!r(C)&&C.length>1)return m(w,C,S);let E=S.transform||(U=>String.fromCharCode(U)),x=`${w}`.charCodeAt(0),H=`${C}`.charCodeAt(0),M=x>H,I=Math.min(x,H),L=Math.max(x,H);if(S.toRegex&&R===1)return b(I,L,!1,S);let O=[],j=0;for(;M?x>=H:x<=H;)O.push(E(x,j)),x=M?x-R:x+R,j++;return S.toRegex===!0?o(O,null,{wrap:!1,options:S}):O},A=(w,C,R,S={})=>{if(C==null&&e(w))return[w];if(!e(w)||!e(C))return m(w,C,S);if(typeof R=="function")return A(w,C,1,{transform:R});if(u(R))return A(w,C,0,R);let E={...S};return E.capture===!0&&(E.wrap=!0),R=R||E.step||1,r(R)?r(w)&&r(C)?g(w,C,R,E):p(w,C,Math.max(Math.abs(R),1),E):R!=null&&!u(R)?h(R,E):A(w,C,1,R)};N.exports=A},13501:function(N,v,f){"use strict";const c=f(29946),s=f(45633);N.exports=function(a,e,r){return u(a)&&(typeof e=="string"||Array.isArray(e))?s(c(a,e,r)):!1};function u(a){return a!=null&&(typeof a=="object"||typeof a=="function"||Array.isArray(a))}},45633:function(N,v,f){"use strict";const c=f(26401);N.exports=function s(u){switch(c(u)){case"boolean":case"date":case"function":case"null":case"number":return!0;case"undefined":return!1;case"regexp":return u.source!=="(?:)"&&u.source!=="";case"buffer":return u.toString()!=="";case"error":return u.message!=="";case"string":case"arguments":return u.length!==0;case"file":case"map":case"set":return u.size!==0;case"array":case"object":for(const a of Object.keys(u))if(s(u[a]))return!0;return!1;default:return!0}}},19498:function(N,v,f){"use strict";const c=f(89539),s=f(68527),u=f(59444),a=f(28702),e=n=>n===""||n==="./",r=n=>{const i=n.indexOf("{");return i>-1&&n.indexOf("}",i)>-1},t=(n,i,l)=>{i=[].concat(i),n=[].concat(n);let d=new Set,b=new Set,o=new Set,y=0,m=p=>{o.add(p.output),l&&l.onResult&&l.onResult(p)};for(let p=0;p<i.length;p++){let A=u(String(i[p]),{...l,onResult:m},!0),w=A.state.negated||A.state.negatedExtglob;w&&y++;for(let C of n){let R=A(C,!0);(w?!R.isMatch:R.isMatch)&&(w?d.add(R.output):(d.delete(R.output),b.add(R.output)))}}let g=(y===i.length?[...o]:[...b]).filter(p=>!d.has(p));if(l&&g.length===0){if(l.failglob===!0)throw new Error(`No matches found for "${i.join(", ")}"`);if(l.nonull===!0||l.nullglob===!0)return l.unescape?i.map(p=>p.replace(/\\/g,"")):i}return g};t.match=t,t.matcher=(n,i)=>u(n,i),t.isMatch=(n,i,l)=>u(i,l)(n),t.any=t.isMatch,t.not=(n,i,l={})=>{i=[].concat(i).map(String);let d=new Set,b=[],o=m=>{l.onResult&&l.onResult(m),b.push(m.output)},y=new Set(t(n,i,{...l,onResult:o}));for(let m of b)y.has(m)||d.add(m);return[...d]},t.contains=(n,i,l)=>{if(typeof n!="string")throw new TypeError(`Expected a string: "${c.inspect(n)}"`);if(Array.isArray(i))return i.some(d=>t.contains(n,d,l));if(typeof i=="string"){if(e(n)||e(i))return!1;if(n.includes(i)||n.startsWith("./")&&n.slice(2).includes(i))return!0}return t.isMatch(n,i,{...l,contains:!0})},t.matchKeys=(n,i,l)=>{if(!a.isObject(n))throw new TypeError("Expected the first argument to be an object");let d=t(Object.keys(n),i,l),b={};for(let o of d)b[o]=n[o];return b},t.some=(n,i,l)=>{let d=[].concat(n);for(let b of[].concat(i)){let o=u(String(b),l);if(d.some(y=>o(y)))return!0}return!1},t.every=(n,i,l)=>{let d=[].concat(n);for(let b of[].concat(i)){let o=u(String(b),l);if(!d.every(y=>o(y)))return!1}return!0},t.all=(n,i,l)=>{if(typeof n!="string")throw new TypeError(`Expected a string: "${c.inspect(n)}"`);return[].concat(i).every(d=>u(d,l)(n))},t.capture=(n,i,l)=>{let d=a.isWindows(l),o=u.makeRe(String(n),{...l,capture:!0}).exec(d?a.toPosixSlashes(i):i);if(o)return o.slice(1).map(y=>y===void 0?"":y)},t.makeRe=(...n)=>u.makeRe(...n),t.scan=(...n)=>u.scan(...n),t.parse=(n,i)=>{let l=[];for(let d of[].concat(n||[]))for(let b of s(String(d),i))l.push(u.parse(b,i));return l},t.braces=(n,i)=>{if(typeof n!="string")throw new TypeError("Expected a string");return i&&i.nobrace===!0||!r(n)?[n]:s(n,i)},t.braceExpand=(n,i)=>{if(typeof n!="string")throw new TypeError("Expected a string");return t.braces(n,{...i,expand:!0})},t.hasBraces=r,N.exports=t},92996:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),Object.defineProperty(v,"NIL",{enumerable:!0,get:function(){return e.default}}),Object.defineProperty(v,"parse",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(v,"stringify",{enumerable:!0,get:function(){return n.default}}),Object.defineProperty(v,"v1",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(v,"v3",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(v,"v4",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(v,"v5",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(v,"validate",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(v,"version",{enumerable:!0,get:function(){return r.default}});var c=l(f(19946)),s=l(f(43300)),u=l(f(35356)),a=l(f(23683)),e=l(f(84270)),r=l(f(48660)),t=l(f(15456)),n=l(f(21582)),i=l(f(69875));function l(d){return d&&d.__esModule?d:{default:d}}},21406:function(N,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;function f(o){if(typeof o=="string"){const y=unescape(encodeURIComponent(o));o=new Uint8Array(y.length);for(let m=0;m<y.length;++m)o[m]=y.charCodeAt(m)}return c(u(a(o),o.length*8))}function c(o){const y=[],m=o.length*32,h="0123456789abcdef";for(let g=0;g<m;g+=8){const p=o[g>>5]>>>g%32&255,A=parseInt(h.charAt(p>>>4&15)+h.charAt(p&15),16);y.push(A)}return y}function s(o){return(o+64>>>9<<4)+14+1}function u(o,y){o[y>>5]|=128<<y%32,o[s(y)-1]=y;let m=1732584193,h=-271733879,g=-1732584194,p=271733878;for(let A=0;A<o.length;A+=16){const w=m,C=h,R=g,S=p;m=n(m,h,g,p,o[A],7,-680876936),p=n(p,m,h,g,o[A+1],12,-389564586),g=n(g,p,m,h,o[A+2],17,606105819),h=n(h,g,p,m,o[A+3],22,-1044525330),m=n(m,h,g,p,o[A+4],7,-176418897),p=n(p,m,h,g,o[A+5],12,1200080426),g=n(g,p,m,h,o[A+6],17,-1473231341),h=n(h,g,p,m,o[A+7],22,-45705983),m=n(m,h,g,p,o[A+8],7,1770035416),p=n(p,m,h,g,o[A+9],12,-1958414417),g=n(g,p,m,h,o[A+10],17,-42063),h=n(h,g,p,m,o[A+11],22,-1990404162),m=n(m,h,g,p,o[A+12],7,1804603682),p=n(p,m,h,g,o[A+13],12,-40341101),g=n(g,p,m,h,o[A+14],17,-1502002290),h=n(h,g,p,m,o[A+15],22,1236535329),m=i(m,h,g,p,o[A+1],5,-165796510),p=i(p,m,h,g,o[A+6],9,-1069501632),g=i(g,p,m,h,o[A+11],14,643717713),h=i(h,g,p,m,o[A],20,-373897302),m=i(m,h,g,p,o[A+5],5,-701558691),p=i(p,m,h,g,o[A+10],9,38016083),g=i(g,p,m,h,o[A+15],14,-660478335),h=i(h,g,p,m,o[A+4],20,-405537848),m=i(m,h,g,p,o[A+9],5,568446438),p=i(p,m,h,g,o[A+14],9,-1019803690),g=i(g,p,m,h,o[A+3],14,-187363961),h=i(h,g,p,m,o[A+8],20,1163531501),m=i(m,h,g,p,o[A+13],5,-1444681467),p=i(p,m,h,g,o[A+2],9,-51403784),g=i(g,p,m,h,o[A+7],14,1735328473),h=i(h,g,p,m,o[A+12],20,-1926607734),m=l(m,h,g,p,o[A+5],4,-378558),p=l(p,m,h,g,o[A+8],11,-2022574463),g=l(g,p,m,h,o[A+11],16,1839030562),h=l(h,g,p,m,o[A+14],23,-35309556),m=l(m,h,g,p,o[A+1],4,-1530992060),p=l(p,m,h,g,o[A+4],11,1272893353),g=l(g,p,m,h,o[A+7],16,-155497632),h=l(h,g,p,m,o[A+10],23,-1094730640),m=l(m,h,g,p,o[A+13],4,681279174),p=l(p,m,h,g,o[A],11,-358537222),g=l(g,p,m,h,o[A+3],16,-722521979),h=l(h,g,p,m,o[A+6],23,76029189),m=l(m,h,g,p,o[A+9],4,-640364487),p=l(p,m,h,g,o[A+12],11,-421815835),g=l(g,p,m,h,o[A+15],16,530742520),h=l(h,g,p,m,o[A+2],23,-995338651),m=d(m,h,g,p,o[A],6,-198630844),p=d(p,m,h,g,o[A+7],10,1126891415),g=d(g,p,m,h,o[A+14],15,-1416354905),h=d(h,g,p,m,o[A+5],21,-57434055),m=d(m,h,g,p,o[A+12],6,1700485571),p=d(p,m,h,g,o[A+3],10,-1894986606),g=d(g,p,m,h,o[A+10],15,-1051523),h=d(h,g,p,m,o[A+1],21,-2054922799),m=d(m,h,g,p,o[A+8],6,1873313359),p=d(p,m,h,g,o[A+15],10,-30611744),g=d(g,p,m,h,o[A+6],15,-1560198380),h=d(h,g,p,m,o[A+13],21,1309151649),m=d(m,h,g,p,o[A+4],6,-145523070),p=d(p,m,h,g,o[A+11],10,-1120210379),g=d(g,p,m,h,o[A+2],15,718787259),h=d(h,g,p,m,o[A+9],21,-343485551),m=e(m,w),h=e(h,C),g=e(g,R),p=e(p,S)}return[m,h,g,p]}function a(o){if(o.length===0)return[];const y=o.length*8,m=new Uint32Array(s(y));for(let h=0;h<y;h+=8)m[h>>5]|=(o[h/8]&255)<<h%32;return m}function e(o,y){const m=(o&65535)+(y&65535);return(o>>16)+(y>>16)+(m>>16)<<16|m&65535}function r(o,y){return o<<y|o>>>32-y}function t(o,y,m,h,g,p){return e(r(e(e(y,o),e(h,p)),g),m)}function n(o,y,m,h,g,p,A){return t(y&m|~y&h,o,y,g,p,A)}function i(o,y,m,h,g,p,A){return t(y&h|m&~h,o,y,g,p,A)}function l(o,y,m,h,g,p,A){return t(y^m^h,o,y,g,p,A)}function d(o,y,m,h,g,p,A){return t(m^(y|~h),o,y,g,p,A)}var b=f;v.default=b},54912:function(N,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};v.default=c},84270:function(N,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var f="00000000-0000-0000-0000-000000000000";v.default=f},69875:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c=s(f(15456));function s(e){return e&&e.__esModule?e:{default:e}}function u(e){if(!(0,c.default)(e))throw TypeError("Invalid UUID");let r;const t=new Uint8Array(16);return t[0]=(r=parseInt(e.slice(0,8),16))>>>24,t[1]=r>>>16&255,t[2]=r>>>8&255,t[3]=r&255,t[4]=(r=parseInt(e.slice(9,13),16))>>>8,t[5]=r&255,t[6]=(r=parseInt(e.slice(14,18),16))>>>8,t[7]=r&255,t[8]=(r=parseInt(e.slice(19,23),16))>>>8,t[9]=r&255,t[10]=(r=parseInt(e.slice(24,36),16))/1099511627776&255,t[11]=r/4294967296&255,t[12]=r>>>24&255,t[13]=r>>>16&255,t[14]=r>>>8&255,t[15]=r&255,t}var a=u;v.default=a},16137:function(N,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var f=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;v.default=f},61632:function(N,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=s;let f;const c=new Uint8Array(16);function s(){if(!f&&(f=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!f))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return f(c)}},61372:function(N,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;function f(a,e,r,t){switch(a){case 0:return e&r^~e&t;case 1:return e^r^t;case 2:return e&r^e&t^r&t;case 3:return e^r^t}}function c(a,e){return a<<e|a>>>32-e}function s(a){const e=[1518500249,1859775393,2400959708,3395469782],r=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof a=="string"){const l=unescape(encodeURIComponent(a));a=[];for(let d=0;d<l.length;++d)a.push(l.charCodeAt(d))}else Array.isArray(a)||(a=Array.prototype.slice.call(a));a.push(128);const t=a.length/4+2,n=Math.ceil(t/16),i=new Array(n);for(let l=0;l<n;++l){const d=new Uint32Array(16);for(let b=0;b<16;++b)d[b]=a[l*64+b*4]<<24|a[l*64+b*4+1]<<16|a[l*64+b*4+2]<<8|a[l*64+b*4+3];i[l]=d}i[n-1][14]=(a.length-1)*8/Math.pow(2,32),i[n-1][14]=Math.floor(i[n-1][14]),i[n-1][15]=(a.length-1)*8&4294967295;for(let l=0;l<n;++l){const d=new Uint32Array(80);for(let g=0;g<16;++g)d[g]=i[l][g];for(let g=16;g<80;++g)d[g]=c(d[g-3]^d[g-8]^d[g-14]^d[g-16],1);let b=r[0],o=r[1],y=r[2],m=r[3],h=r[4];for(let g=0;g<80;++g){const p=Math.floor(g/20),A=c(b,5)+f(p,o,y,m)+h+e[p]+d[g]>>>0;h=m,m=y,y=c(o,30)>>>0,o=b,b=A}r[0]=r[0]+b>>>0,r[1]=r[1]+o>>>0,r[2]=r[2]+y>>>0,r[3]=r[3]+m>>>0,r[4]=r[4]+h>>>0}return[r[0]>>24&255,r[0]>>16&255,r[0]>>8&255,r[0]&255,r[1]>>24&255,r[1]>>16&255,r[1]>>8&255,r[1]&255,r[2]>>24&255,r[2]>>16&255,r[2]>>8&255,r[2]&255,r[3]>>24&255,r[3]>>16&255,r[3]>>8&255,r[3]&255,r[4]>>24&255,r[4]>>16&255,r[4]>>8&255,r[4]&255]}var u=s;v.default=u},21582:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0,v.unsafeStringify=a;var c=s(f(15456));function s(t){return t&&t.__esModule?t:{default:t}}const u=[];for(let t=0;t<256;++t)u.push((t+256).toString(16).slice(1));function a(t,n=0){return u[t[n+0]]+u[t[n+1]]+u[t[n+2]]+u[t[n+3]]+"-"+u[t[n+4]]+u[t[n+5]]+"-"+u[t[n+6]]+u[t[n+7]]+"-"+u[t[n+8]]+u[t[n+9]]+"-"+u[t[n+10]]+u[t[n+11]]+u[t[n+12]]+u[t[n+13]]+u[t[n+14]]+u[t[n+15]]}function e(t,n=0){const i=a(t,n);if(!(0,c.default)(i))throw TypeError("Stringified UUID is invalid");return i}var r=e;v.default=r},19946:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c=u(f(61632)),s=f(21582);function u(l){return l&&l.__esModule?l:{default:l}}let a,e,r=0,t=0;function n(l,d,b){let o=d&&b||0;const y=d||new Array(16);l=l||{};let m=l.node||a,h=l.clockseq!==void 0?l.clockseq:e;if(m==null||h==null){const R=l.random||(l.rng||c.default)();m==null&&(m=a=[R[0]|1,R[1],R[2],R[3],R[4],R[5]]),h==null&&(h=e=(R[6]<<8|R[7])&16383)}let g=l.msecs!==void 0?l.msecs:Date.now(),p=l.nsecs!==void 0?l.nsecs:t+1;const A=g-r+(p-t)/1e4;if(A<0&&l.clockseq===void 0&&(h=h+1&16383),(A<0||g>r)&&l.nsecs===void 0&&(p=0),p>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");r=g,t=p,e=h,g+=122192928e5;const w=((g&268435455)*1e4+p)%4294967296;y[o++]=w>>>24&255,y[o++]=w>>>16&255,y[o++]=w>>>8&255,y[o++]=w&255;const C=g/4294967296*1e4&268435455;y[o++]=C>>>8&255,y[o++]=C&255,y[o++]=C>>>24&15|16,y[o++]=C>>>16&255,y[o++]=h>>>8|128,y[o++]=h&255;for(let R=0;R<6;++R)y[o+R]=m[R];return d||(0,s.unsafeStringify)(y)}var i=n;v.default=i},43300:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c=u(f(11881)),s=u(f(21406));function u(r){return r&&r.__esModule?r:{default:r}}var e=(0,c.default)("v3",48,s.default);v.default=e},11881:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.URL=v.DNS=void 0,v.default=t;var c=f(21582),s=u(f(69875));function u(n){return n&&n.__esModule?n:{default:n}}function a(n){n=unescape(encodeURIComponent(n));const i=[];for(let l=0;l<n.length;++l)i.push(n.charCodeAt(l));return i}const e="6ba7b810-9dad-11d1-80b4-00c04fd430c8";v.DNS=e;const r="6ba7b811-9dad-11d1-80b4-00c04fd430c8";v.URL=r;function t(n,i,l){function d(b,o,y,m){var h;if(typeof b=="string"&&(b=a(b)),typeof o=="string"&&(o=(0,s.default)(o)),((h=o)===null||h===void 0?void 0:h.length)!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let g=new Uint8Array(16+b.length);if(g.set(o),g.set(b,o.length),g=l(g),g[6]=g[6]&15|i,g[8]=g[8]&63|128,y){m=m||0;for(let p=0;p<16;++p)y[m+p]=g[p];return y}return(0,c.unsafeStringify)(g)}try{d.name=n}catch{}return d.DNS=e,d.URL=r,d}},35356:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c=a(f(54912)),s=a(f(61632)),u=f(21582);function a(t){return t&&t.__esModule?t:{default:t}}function e(t,n,i){if(c.default.randomUUID&&!n&&!t)return c.default.randomUUID();t=t||{};const l=t.random||(t.rng||s.default)();if(l[6]=l[6]&15|64,l[8]=l[8]&63|128,n){i=i||0;for(let d=0;d<16;++d)n[i+d]=l[d];return n}return(0,u.unsafeStringify)(l)}var r=e;v.default=r},23683:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c=u(f(11881)),s=u(f(61372));function u(r){return r&&r.__esModule?r:{default:r}}var e=(0,c.default)("v5",80,s.default);v.default=e},15456:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c=s(f(16137));function s(e){return e&&e.__esModule?e:{default:e}}function u(e){return typeof e=="string"&&c.default.test(e)}var a=u;v.default=a},48660:function(N,v,f){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var c=s(f(15456));function s(e){return e&&e.__esModule?e:{default:e}}function u(e){if(!(0,c.default)(e))throw TypeError("Invalid UUID");return parseInt(e.slice(14,15),16)}var a=u;v.default=a},29946:function(N,v,f){var c=f(47798);N.exports=function(r,t,n){if(c(n)||(n={default:n}),!e(r))return typeof n.default<"u"?n.default:r;typeof t=="number"&&(t=String(t));var i=Array.isArray(t),l=typeof t=="string",d=n.separator||".",b=n.joinChar||(typeof d=="string"?d:".");if(!l&&!i)return r;if(l&&t in r)return a(t,r,n)?r[t]:n.default;var o=i?t:u(t,d,n),y=o.length,m=0;do{var h=o[m];for(typeof h=="number"&&(h=String(h));h&&h.slice(-1)==="\\";)h=s([h.slice(0,-1),o[++m]||""],b,n);if(h in r){if(!a(h,r,n))return n.default;r=r[h]}else{for(var g=!1,p=m+1;p<y;)if(h=s([h,o[p++]],b,n),g=h in r){if(!a(h,r,n))return n.default;r=r[h],m=p-1;break}if(!g)return n.default}}while(++m<y&&e(r));return m===y?r:n.default};function s(r,t,n){return typeof n.join=="function"?n.join(r):r[0]+t+r[1]}function u(r,t,n){return typeof n.split=="function"?n.split(r):r.split(t)}function a(r,t,n){return typeof n.isValid=="function"?n.isValid(r,t):!0}function e(r){return c(r)||Array.isArray(r)||typeof r=="function"}}}]);
|