2690 lines
289 KiB
HTML
2690 lines
289 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||
<title>RollUp Visualizer</title>
|
||
<style>
|
||
:root {
|
||
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
|
||
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||
--background-color: #f7eedf;
|
||
--text-color: #333;
|
||
}
|
||
|
||
@media (prefers-color-scheme: dark) {
|
||
:root {
|
||
--background-color: #2b2d42;
|
||
--text-color: #edf2f4;
|
||
}
|
||
}
|
||
html {
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
*,
|
||
*:before,
|
||
*:after {
|
||
box-sizing: inherit;
|
||
}
|
||
|
||
html {
|
||
background-color: var(--background-color);
|
||
color: var(--text-color);
|
||
font-family: var(--font-family);
|
||
}
|
||
|
||
body {
|
||
padding: 0;
|
||
margin: 0;
|
||
}
|
||
|
||
html,
|
||
body {
|
||
height: 100%;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
}
|
||
|
||
body {
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
|
||
svg {
|
||
vertical-align: middle;
|
||
width: 100%;
|
||
height: 100%;
|
||
max-height: 100vh;
|
||
}
|
||
|
||
main {
|
||
flex-grow: 1;
|
||
height: 100vh;
|
||
padding: 20px;
|
||
}
|
||
|
||
.tooltip {
|
||
position: absolute;
|
||
z-index: 1070;
|
||
border: 2px solid;
|
||
border-radius: 5px;
|
||
padding: 5px;
|
||
white-space: nowrap;
|
||
font-size: 0.875rem;
|
||
background-color: var(--background-color);
|
||
color: var(--text-color);
|
||
}
|
||
|
||
.tooltip-hidden {
|
||
visibility: hidden;
|
||
opacity: 0;
|
||
}
|
||
|
||
.sidebar {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
display: flex;
|
||
flex-direction: row;
|
||
font-size: 0.7rem;
|
||
align-items: center;
|
||
margin: 0 50px;
|
||
height: 20px;
|
||
}
|
||
|
||
.size-selectors {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
|
||
.size-selector {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-right: 1rem;
|
||
}
|
||
.size-selector input {
|
||
margin: 0 0.3rem 0 0;
|
||
}
|
||
|
||
.filters {
|
||
flex: 1;
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
|
||
.module-filters {
|
||
display: flex;
|
||
}
|
||
|
||
.module-filter {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex: 1;
|
||
}
|
||
.module-filter input {
|
||
flex: 1;
|
||
height: 1rem;
|
||
padding: 0.01rem;
|
||
font-size: 0.7rem;
|
||
margin-left: 0.3rem;
|
||
}
|
||
.module-filter + .module-filter {
|
||
margin-left: 0.5rem;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<main></main>
|
||
<script>
|
||
/*<!--*/
|
||
var drawChart = (function (exports) {
|
||
'use strict';
|
||
|
||
var n,l$1,u$1,t$1,r$1,o$2,f$1,e$2={},c$1=[],s$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function a$1(n,l){for(var u in l)n[u]=l[u];return n}function h$1(n){var l=n.parentNode;l&&l.removeChild(n);}function v$1(l,u,i){var t,r,o,f={};for(o in u)"key"==o?t=u[o]:"ref"==o?r=u[o]:f[o]=u[o];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===f[o]&&(f[o]=l.defaultProps[o]);return y$1(l,f,t,r,null)}function y$1(n,i,t,r,o){var f={type:n,props:i,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++u$1:o};return null==o&&null!=l$1.vnode&&l$1.vnode(f),f}function d$1(n){return n.children}function _(n,l){this.props=n,this.context=l;}function k$1(n,l){if(null==l)return n.__?k$1(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?k$1(n):null}function b$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return b$1(n)}}function m$1(n){(!n.__d&&(n.__d=!0)&&t$1.push(n)&&!g$1.__r++||o$2!==l$1.debounceRendering)&&((o$2=l$1.debounceRendering)||r$1)(g$1);}function g$1(){for(var n;g$1.__r=t$1.length;)n=t$1.sort(function(n,l){return n.__v.__b-l.__v.__b}),t$1=[],n.some(function(n){var l,u,i,t,r,o;n.__d&&(r=(t=(l=n).__v).__e,(o=l.__P)&&(u=[],(i=a$1({},t)).__v=t.__v+1,j$1(o,t,i,l.__n,void 0!==o.ownerSVGElement,null!=t.__h?[r]:null,u,null==r?k$1(t):r,t.__h),z(u,t),t.__e!=r&&b$1(t)));});}function w$1(n,l,u,i,t,r,o,f,s,a){var h,v,p,_,b,m,g,w=i&&i.__k||c$1,A=w.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(_=u.__k[h]=null==(_=l[h])||"boolean"==typeof _?null:"string"==typeof _||"number"==typeof _||"bigint"==typeof _?y$1(null,_,null,null,_):Array.isArray(_)?y$1(d$1,{children:_},null,null,null):_.__b>0?y$1(_.type,_.props,_.key,null,_.__v):_)){if(_.__=u,_.__b=u.__b+1,null===(p=w[h])||p&&_.key==p.key&&_.type===p.type)w[h]=void 0;else for(v=0;v<A;v++){if((p=w[v])&&_.key==p.key&&_.type===p.type){w[v]=void 0;break}p=null;}j$1(n,_,p=p||e$2,t,r,o,f,s,a),b=_.__e,(v=_.ref)&&p.ref!=v&&(g||(g=[]),p.ref&&g.push(p.ref,null,_),g.push(v,_.__c||b,_)),null!=b?(null==m&&(m=b),"function"==typeof _.type&&_.__k===p.__k?_.__d=s=x$1(_,s,n):s=P(n,_,p,w,b,s),"function"==typeof u.type&&(u.__d=s)):s&&p.__e==s&&s.parentNode!=n&&(s=k$1(p));}for(u.__e=m,h=A;h--;)null!=w[h]&&("function"==typeof u.type&&null!=w[h].__e&&w[h].__e==u.__d&&(u.__d=k$1(i,h+1)),N(w[h],w[h]));if(g)for(h=0;h<g.length;h++)M(g[h],g[++h],g[++h]);}function x$1(n,l,u){for(var i,t=n.__k,r=0;t&&r<t.length;r++)(i=t[r])&&(i.__=n,l="function"==typeof i.type?x$1(i,l,u):P(u,i,i,t,i.__e,l));return l}function P(n,l,u,i,t,r){var o,f,e;if(void 0!==l.__d)o=l.__d,l.__d=void 0;else if(null==u||t!=r||null==t.parentNode)n:if(null==r||r.parentNode!==n)n.appendChild(t),o=null;else {for(f=r,e=0;(f=f.nextSibling)&&e<i.length;e+=2)if(f==t)break n;n.insertBefore(t,r),o=r;}return void 0!==o?o:t.nextSibling}function C(n,l,u,i,t){var r;for(r in u)"children"===r||"key"===r||r in l||H(n,r,null,u[r],i);for(r in l)t&&"function"!=typeof l[r]||"children"===r||"key"===r||"value"===r||"checked"===r||u[r]===l[r]||H(n,r,l[r],u[r],i);}function $(n,l,u){"-"===l[0]?n.setProperty(l,u):n[l]=null==u?"":"number"!=typeof u||s$1.test(l)?u:u+"px";}function H(n,l,u,i,t){var r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||$(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||$(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])r=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?i||n.addEventListener(l,r?T:I,r):n.removeEventListener(l,r?T:I,r);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink[H:h]/,"h").replace(/sName$/,"s");else if("href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null!=u&&(!1!==u||"a"===l[0]&&"r"===l[1])?n.setAttribute(l,u):n.removeAttribute(l));}}function I(n){this.l[n.type+!1](l$1.event?l$1.event(n):n);}function T(n){this.l[n.type+!0](l$1.event?l$1.event(n):n);}function j$1(n,u,i,t,r,o,f,e,c){var s,h,v,y,p,k,b,m,g,x,A,P=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,o=[e]),(s=l$1.__b)&&s(u);try{n:if("function"==typeof P){if(m=u.props,g=(s=P.contextType)&&t[s.__c],x=s?g?g.props.value:s.__:t,i.__c?b=(h=u.__c=i.__c).__=h.__E:("prototype"in P&&P.prototype.render?u.__c=h=new P(m,x):(u.__c=h=new _(m,x),h.constructor=P,h.render=O),g&&g.sub(h),h.props=m,h.state||(h.state={}),h.context=x,h.__n=t,v=h.__d=!0,h.__h=[]),null==h.__s&&(h.__s=h.state),null!=P.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=a$1({},h.__s)),a$1(h.__s,P.getDerivedStateFromProps(m,h.__s))),y=h.props,p=h.state,v)null==P.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else {if(null==P.getDerivedStateFromProps&&m!==y&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(m,x),!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(m,h.__s,x)||u.__v===i.__v){h.props=m,h.state=h.__s,u.__v!==i.__v&&(h.__d=!1),h.__v=u,u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),h.__h.length&&f.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(m,h.__s,x),null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(y,p,k);});}h.context=x,h.props=m,h.state=h.__s,(s=l$1.__r)&&s(u),h.__d=!1,h.__v=u,h.__P=n,s=h.render(h.props,h.state,h.context),h.state=h.__s,null!=h.getChildContext&&(t=a$1(a$1({},t),h.getChildContext())),v||null==h.getSnapshotBeforeUpdate||(k=h.getSnapshotBeforeUpdate(y,p)),A=null!=s&&s.type===d$1&&null==s.key?s.props.children:s,w$1(n,Array.isArray(A)?A:[A],u,i,t,r,o,f,e,c),h.base=u.__e,u.__h=null,h.__h.length&&f.push(h),b&&(h.__E=h.__=null),h.__e=!1;}else null==o&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=L(i.__e,u,i,t,r,o,f,c);(s=l$1.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=o)&&(u.__e=e,u.__h=!!c,o[o.indexOf(e)]=null),l$1.__e(n,u,i);}}function z(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function L(l,u,i,t,r,o,f,c){var s,a,v,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(r=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,o[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=r?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),o=null,c=!1;}if(null===d)y===p||c&&l.data===p||(l.data=p);else {if(o=o&&n.call(l.childNodes),a=(y=i.props||e$2).dangerouslySetInnerHTML,v=p.dangerouslySetInnerHTML,!c){if(null!=o)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(v||a)&&(v&&(a&&v.__html==a.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||""));}if(C(l,p,y,r,c),v)u.__k=[];else if(_=u.props.children,w$1(l,Array.isArray(_)?_:[_],u,i,t,r&&"foreignObject"!==d,o,f,o?o[0]:i.__k&&k$1(i,0),c),null!=o)for(_=o.length;_--;)null!=o[_]&&h$1(o[_]);c||("value"in p&&void 0!==(_=p.value)&&(_!==y.value||_!==l.value||"progress"===d&&!_)&&H(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&H(l,"checked",_,y.checked,!1));}return l}function M(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,i);}}function N(n,u,i){var t,r;if(l$1.unmount&&l$1.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||M(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l$1.__e(n,u);}t.base=t.__P=null;}if(t=n.__k)for(r=0;r<t.length;r++)t[r]&&N(t[r],u,"function"!=typeof n.type);i||null==n.__e||h$1(n.__e),n.__e=n.__d=void 0;}function O(n,l,u){return this.constructor(n,u)}function S(u,i,t){var r,o,f;l$1.__&&l$1.__(u,i),o=(r="function"==typeof t)?null:t&&t.__k||i.__k,f=[],j$1(i,u=(!r&&t||i).__k=v$1(d$1,null,[u]),o||e$2,e$2,void 0!==i.ownerSVGElement,!r&&t?[t]:o?null:i.firstChild?n.call(i.childNodes):null,f,!r&&t?t:o?o.__e:i.firstChild,r),z(f,u);}function D(n,l){var u={__c:l="__cC"+f$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(m$1);},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=c$1.slice,l$1={__e:function(n,l){for(var u,i,t;l=l.__;)if((u=l.__c)&&!u.__)try{if((i=u.constructor)&&null!=i.getDerivedStateFromError&&(u.setState(i.getDerivedStateFromError(n)),t=u.__d),null!=u.componentDidCatch&&(u.componentDidCatch(n),t=u.__d),t)return u.__E=u}catch(l){n=l;}throw n}},u$1=0,_.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=a$1({},this.state),"function"==typeof n&&(n=n(a$1({},u),this.props)),n&&a$1(u,n),null!=n&&this.__v&&(l&&this.__h.push(l),m$1(this));},_.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),m$1(this));},_.prototype.render=d$1,t$1=[],r$1="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,g$1.__r=0,f$1=0;
|
||
|
||
var o$1=0;function e$1(_,e,n,t,f){var l,s,u={};for(s in e)"ref"==s?l=e[s]:u[s]=e[s];var a={type:_,props:u,key:n,ref:l,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--o$1,__source:t,__self:f};if("function"==typeof _&&(l=_.defaultProps))for(s in l)void 0===u[s]&&(u[s]=l[s]);return l$1.vnode&&l$1.vnode(a),a}
|
||
|
||
function count$1(node) {
|
||
var sum = 0,
|
||
children = node.children,
|
||
i = children && children.length;
|
||
if (!i) sum = 1;
|
||
else while (--i >= 0) sum += children[i].value;
|
||
node.value = sum;
|
||
}
|
||
|
||
function node_count() {
|
||
return this.eachAfter(count$1);
|
||
}
|
||
|
||
function node_each(callback, that) {
|
||
let index = -1;
|
||
for (const node of this) {
|
||
callback.call(that, node, ++index, this);
|
||
}
|
||
return this;
|
||
}
|
||
|
||
function node_eachBefore(callback, that) {
|
||
var node = this, nodes = [node], children, i, index = -1;
|
||
while (node = nodes.pop()) {
|
||
callback.call(that, node, ++index, this);
|
||
if (children = node.children) {
|
||
for (i = children.length - 1; i >= 0; --i) {
|
||
nodes.push(children[i]);
|
||
}
|
||
}
|
||
}
|
||
return this;
|
||
}
|
||
|
||
function node_eachAfter(callback, that) {
|
||
var node = this, nodes = [node], next = [], children, i, n, index = -1;
|
||
while (node = nodes.pop()) {
|
||
next.push(node);
|
||
if (children = node.children) {
|
||
for (i = 0, n = children.length; i < n; ++i) {
|
||
nodes.push(children[i]);
|
||
}
|
||
}
|
||
}
|
||
while (node = next.pop()) {
|
||
callback.call(that, node, ++index, this);
|
||
}
|
||
return this;
|
||
}
|
||
|
||
function node_find(callback, that) {
|
||
let index = -1;
|
||
for (const node of this) {
|
||
if (callback.call(that, node, ++index, this)) {
|
||
return node;
|
||
}
|
||
}
|
||
}
|
||
|
||
function node_sum(value) {
|
||
return this.eachAfter(function(node) {
|
||
var sum = +value(node.data) || 0,
|
||
children = node.children,
|
||
i = children && children.length;
|
||
while (--i >= 0) sum += children[i].value;
|
||
node.value = sum;
|
||
});
|
||
}
|
||
|
||
function node_sort(compare) {
|
||
return this.eachBefore(function(node) {
|
||
if (node.children) {
|
||
node.children.sort(compare);
|
||
}
|
||
});
|
||
}
|
||
|
||
function node_path(end) {
|
||
var start = this,
|
||
ancestor = leastCommonAncestor(start, end),
|
||
nodes = [start];
|
||
while (start !== ancestor) {
|
||
start = start.parent;
|
||
nodes.push(start);
|
||
}
|
||
var k = nodes.length;
|
||
while (end !== ancestor) {
|
||
nodes.splice(k, 0, end);
|
||
end = end.parent;
|
||
}
|
||
return nodes;
|
||
}
|
||
|
||
function leastCommonAncestor(a, b) {
|
||
if (a === b) return a;
|
||
var aNodes = a.ancestors(),
|
||
bNodes = b.ancestors(),
|
||
c = null;
|
||
a = aNodes.pop();
|
||
b = bNodes.pop();
|
||
while (a === b) {
|
||
c = a;
|
||
a = aNodes.pop();
|
||
b = bNodes.pop();
|
||
}
|
||
return c;
|
||
}
|
||
|
||
function node_ancestors() {
|
||
var node = this, nodes = [node];
|
||
while (node = node.parent) {
|
||
nodes.push(node);
|
||
}
|
||
return nodes;
|
||
}
|
||
|
||
function node_descendants() {
|
||
return Array.from(this);
|
||
}
|
||
|
||
function node_leaves() {
|
||
var leaves = [];
|
||
this.eachBefore(function(node) {
|
||
if (!node.children) {
|
||
leaves.push(node);
|
||
}
|
||
});
|
||
return leaves;
|
||
}
|
||
|
||
function node_links() {
|
||
var root = this, links = [];
|
||
root.each(function(node) {
|
||
if (node !== root) { // Don’t include the root’s parent, if any.
|
||
links.push({source: node.parent, target: node});
|
||
}
|
||
});
|
||
return links;
|
||
}
|
||
|
||
function* node_iterator() {
|
||
var node = this, current, next = [node], children, i, n;
|
||
do {
|
||
current = next.reverse(), next = [];
|
||
while (node = current.pop()) {
|
||
yield node;
|
||
if (children = node.children) {
|
||
for (i = 0, n = children.length; i < n; ++i) {
|
||
next.push(children[i]);
|
||
}
|
||
}
|
||
}
|
||
} while (next.length);
|
||
}
|
||
|
||
function hierarchy(data, children) {
|
||
if (data instanceof Map) {
|
||
data = [undefined, data];
|
||
if (children === undefined) children = mapChildren;
|
||
} else if (children === undefined) {
|
||
children = objectChildren;
|
||
}
|
||
|
||
var root = new Node$1(data),
|
||
node,
|
||
nodes = [root],
|
||
child,
|
||
childs,
|
||
i,
|
||
n;
|
||
|
||
while (node = nodes.pop()) {
|
||
if ((childs = children(node.data)) && (n = (childs = Array.from(childs)).length)) {
|
||
node.children = childs;
|
||
for (i = n - 1; i >= 0; --i) {
|
||
nodes.push(child = childs[i] = new Node$1(childs[i]));
|
||
child.parent = node;
|
||
child.depth = node.depth + 1;
|
||
}
|
||
}
|
||
}
|
||
|
||
return root.eachBefore(computeHeight);
|
||
}
|
||
|
||
function node_copy() {
|
||
return hierarchy(this).eachBefore(copyData);
|
||
}
|
||
|
||
function objectChildren(d) {
|
||
return d.children;
|
||
}
|
||
|
||
function mapChildren(d) {
|
||
return Array.isArray(d) ? d[1] : null;
|
||
}
|
||
|
||
function copyData(node) {
|
||
if (node.data.value !== undefined) node.value = node.data.value;
|
||
node.data = node.data.data;
|
||
}
|
||
|
||
function computeHeight(node) {
|
||
var height = 0;
|
||
do node.height = height;
|
||
while ((node = node.parent) && (node.height < ++height));
|
||
}
|
||
|
||
function Node$1(data) {
|
||
this.data = data;
|
||
this.depth =
|
||
this.height = 0;
|
||
this.parent = null;
|
||
}
|
||
|
||
Node$1.prototype = hierarchy.prototype = {
|
||
constructor: Node$1,
|
||
count: node_count,
|
||
each: node_each,
|
||
eachAfter: node_eachAfter,
|
||
eachBefore: node_eachBefore,
|
||
find: node_find,
|
||
sum: node_sum,
|
||
sort: node_sort,
|
||
path: node_path,
|
||
ancestors: node_ancestors,
|
||
descendants: node_descendants,
|
||
leaves: node_leaves,
|
||
links: node_links,
|
||
copy: node_copy,
|
||
[Symbol.iterator]: node_iterator
|
||
};
|
||
|
||
function required(f) {
|
||
if (typeof f !== "function") throw new Error;
|
||
return f;
|
||
}
|
||
|
||
function constantZero() {
|
||
return 0;
|
||
}
|
||
|
||
function constant$1(x) {
|
||
return function() {
|
||
return x;
|
||
};
|
||
}
|
||
|
||
function roundNode(node) {
|
||
node.x0 = Math.round(node.x0);
|
||
node.y0 = Math.round(node.y0);
|
||
node.x1 = Math.round(node.x1);
|
||
node.y1 = Math.round(node.y1);
|
||
}
|
||
|
||
function treemapDice(parent, x0, y0, x1, y1) {
|
||
var nodes = parent.children,
|
||
node,
|
||
i = -1,
|
||
n = nodes.length,
|
||
k = parent.value && (x1 - x0) / parent.value;
|
||
|
||
while (++i < n) {
|
||
node = nodes[i], node.y0 = y0, node.y1 = y1;
|
||
node.x0 = x0, node.x1 = x0 += node.value * k;
|
||
}
|
||
}
|
||
|
||
function treemapSlice(parent, x0, y0, x1, y1) {
|
||
var nodes = parent.children,
|
||
node,
|
||
i = -1,
|
||
n = nodes.length,
|
||
k = parent.value && (y1 - y0) / parent.value;
|
||
|
||
while (++i < n) {
|
||
node = nodes[i], node.x0 = x0, node.x1 = x1;
|
||
node.y0 = y0, node.y1 = y0 += node.value * k;
|
||
}
|
||
}
|
||
|
||
var phi = (1 + Math.sqrt(5)) / 2;
|
||
|
||
function squarifyRatio(ratio, parent, x0, y0, x1, y1) {
|
||
var rows = [],
|
||
nodes = parent.children,
|
||
row,
|
||
nodeValue,
|
||
i0 = 0,
|
||
i1 = 0,
|
||
n = nodes.length,
|
||
dx, dy,
|
||
value = parent.value,
|
||
sumValue,
|
||
minValue,
|
||
maxValue,
|
||
newRatio,
|
||
minRatio,
|
||
alpha,
|
||
beta;
|
||
|
||
while (i0 < n) {
|
||
dx = x1 - x0, dy = y1 - y0;
|
||
|
||
// Find the next non-empty node.
|
||
do sumValue = nodes[i1++].value; while (!sumValue && i1 < n);
|
||
minValue = maxValue = sumValue;
|
||
alpha = Math.max(dy / dx, dx / dy) / (value * ratio);
|
||
beta = sumValue * sumValue * alpha;
|
||
minRatio = Math.max(maxValue / beta, beta / minValue);
|
||
|
||
// Keep adding nodes while the aspect ratio maintains or improves.
|
||
for (; i1 < n; ++i1) {
|
||
sumValue += nodeValue = nodes[i1].value;
|
||
if (nodeValue < minValue) minValue = nodeValue;
|
||
if (nodeValue > maxValue) maxValue = nodeValue;
|
||
beta = sumValue * sumValue * alpha;
|
||
newRatio = Math.max(maxValue / beta, beta / minValue);
|
||
if (newRatio > minRatio) { sumValue -= nodeValue; break; }
|
||
minRatio = newRatio;
|
||
}
|
||
|
||
// Position and record the row orientation.
|
||
rows.push(row = {value: sumValue, dice: dx < dy, children: nodes.slice(i0, i1)});
|
||
if (row.dice) treemapDice(row, x0, y0, x1, value ? y0 += dy * sumValue / value : y1);
|
||
else treemapSlice(row, x0, y0, value ? x0 += dx * sumValue / value : x1, y1);
|
||
value -= sumValue, i0 = i1;
|
||
}
|
||
|
||
return rows;
|
||
}
|
||
|
||
var squarify = (function custom(ratio) {
|
||
|
||
function squarify(parent, x0, y0, x1, y1) {
|
||
squarifyRatio(ratio, parent, x0, y0, x1, y1);
|
||
}
|
||
|
||
squarify.ratio = function(x) {
|
||
return custom((x = +x) > 1 ? x : 1);
|
||
};
|
||
|
||
return squarify;
|
||
})(phi);
|
||
|
||
function treemap() {
|
||
var tile = squarify,
|
||
round = false,
|
||
dx = 1,
|
||
dy = 1,
|
||
paddingStack = [0],
|
||
paddingInner = constantZero,
|
||
paddingTop = constantZero,
|
||
paddingRight = constantZero,
|
||
paddingBottom = constantZero,
|
||
paddingLeft = constantZero;
|
||
|
||
function treemap(root) {
|
||
root.x0 =
|
||
root.y0 = 0;
|
||
root.x1 = dx;
|
||
root.y1 = dy;
|
||
root.eachBefore(positionNode);
|
||
paddingStack = [0];
|
||
if (round) root.eachBefore(roundNode);
|
||
return root;
|
||
}
|
||
|
||
function positionNode(node) {
|
||
var p = paddingStack[node.depth],
|
||
x0 = node.x0 + p,
|
||
y0 = node.y0 + p,
|
||
x1 = node.x1 - p,
|
||
y1 = node.y1 - p;
|
||
if (x1 < x0) x0 = x1 = (x0 + x1) / 2;
|
||
if (y1 < y0) y0 = y1 = (y0 + y1) / 2;
|
||
node.x0 = x0;
|
||
node.y0 = y0;
|
||
node.x1 = x1;
|
||
node.y1 = y1;
|
||
if (node.children) {
|
||
p = paddingStack[node.depth + 1] = paddingInner(node) / 2;
|
||
x0 += paddingLeft(node) - p;
|
||
y0 += paddingTop(node) - p;
|
||
x1 -= paddingRight(node) - p;
|
||
y1 -= paddingBottom(node) - p;
|
||
if (x1 < x0) x0 = x1 = (x0 + x1) / 2;
|
||
if (y1 < y0) y0 = y1 = (y0 + y1) / 2;
|
||
tile(node, x0, y0, x1, y1);
|
||
}
|
||
}
|
||
|
||
treemap.round = function(x) {
|
||
return arguments.length ? (round = !!x, treemap) : round;
|
||
};
|
||
|
||
treemap.size = function(x) {
|
||
return arguments.length ? (dx = +x[0], dy = +x[1], treemap) : [dx, dy];
|
||
};
|
||
|
||
treemap.tile = function(x) {
|
||
return arguments.length ? (tile = required(x), treemap) : tile;
|
||
};
|
||
|
||
treemap.padding = function(x) {
|
||
return arguments.length ? treemap.paddingInner(x).paddingOuter(x) : treemap.paddingInner();
|
||
};
|
||
|
||
treemap.paddingInner = function(x) {
|
||
return arguments.length ? (paddingInner = typeof x === "function" ? x : constant$1(+x), treemap) : paddingInner;
|
||
};
|
||
|
||
treemap.paddingOuter = function(x) {
|
||
return arguments.length ? treemap.paddingTop(x).paddingRight(x).paddingBottom(x).paddingLeft(x) : treemap.paddingTop();
|
||
};
|
||
|
||
treemap.paddingTop = function(x) {
|
||
return arguments.length ? (paddingTop = typeof x === "function" ? x : constant$1(+x), treemap) : paddingTop;
|
||
};
|
||
|
||
treemap.paddingRight = function(x) {
|
||
return arguments.length ? (paddingRight = typeof x === "function" ? x : constant$1(+x), treemap) : paddingRight;
|
||
};
|
||
|
||
treemap.paddingBottom = function(x) {
|
||
return arguments.length ? (paddingBottom = typeof x === "function" ? x : constant$1(+x), treemap) : paddingBottom;
|
||
};
|
||
|
||
treemap.paddingLeft = function(x) {
|
||
return arguments.length ? (paddingLeft = typeof x === "function" ? x : constant$1(+x), treemap) : paddingLeft;
|
||
};
|
||
|
||
return treemap;
|
||
}
|
||
|
||
var treemapResquarify = (function custom(ratio) {
|
||
|
||
function resquarify(parent, x0, y0, x1, y1) {
|
||
if ((rows = parent._squarify) && (rows.ratio === ratio)) {
|
||
var rows,
|
||
row,
|
||
nodes,
|
||
i,
|
||
j = -1,
|
||
n,
|
||
m = rows.length,
|
||
value = parent.value;
|
||
|
||
while (++j < m) {
|
||
row = rows[j], nodes = row.children;
|
||
for (i = row.value = 0, n = nodes.length; i < n; ++i) row.value += nodes[i].value;
|
||
if (row.dice) treemapDice(row, x0, y0, x1, value ? y0 += (y1 - y0) * row.value / value : y1);
|
||
else treemapSlice(row, x0, y0, value ? x0 += (x1 - x0) * row.value / value : x1, y1);
|
||
value -= row.value;
|
||
}
|
||
} else {
|
||
parent._squarify = rows = squarifyRatio(ratio, parent, x0, y0, x1, y1);
|
||
rows.ratio = ratio;
|
||
}
|
||
}
|
||
|
||
resquarify.ratio = function(x) {
|
||
return custom((x = +x) > 1 ? x : 1);
|
||
};
|
||
|
||
return resquarify;
|
||
})(phi);
|
||
|
||
const isModuleTree = (mod) => "children" in mod;
|
||
|
||
let count = 0;
|
||
class Id {
|
||
constructor(id) {
|
||
this._id = id;
|
||
const url = new URL(window.location.href);
|
||
url.hash = id;
|
||
this._href = url.toString();
|
||
}
|
||
get id() {
|
||
return this._id;
|
||
}
|
||
get href() {
|
||
return this._href;
|
||
}
|
||
toString() {
|
||
return `url(${this.href})`;
|
||
}
|
||
}
|
||
function generateUniqueId(name) {
|
||
count += 1;
|
||
const id = ["O", name, count].filter(Boolean).join("-");
|
||
return new Id(id);
|
||
}
|
||
|
||
const LABELS = {
|
||
renderedLength: "Rendered",
|
||
gzipLength: "Gzip",
|
||
brotliLength: "Brotli",
|
||
};
|
||
const getAvailableSizeOptions = (options) => {
|
||
const availableSizeProperties = ["renderedLength"];
|
||
if (options.gzip) {
|
||
availableSizeProperties.push("gzipLength");
|
||
}
|
||
if (options.brotli) {
|
||
availableSizeProperties.push("brotliLength");
|
||
}
|
||
return availableSizeProperties;
|
||
};
|
||
|
||
var t,u,r,o=0,i=[],c=l$1.__b,f=l$1.__r,e=l$1.diffed,a=l$1.__c,v=l$1.unmount;function m(t,r){l$1.__h&&l$1.__h(u,t,o||r),o=0;var i=u.__H||(u.__H={__:[],__h:[]});return t>=i.__.length&&i.__.push({}),i.__[t]}function l(n){return o=1,p(w,n)}function p(n,r,o){var i=m(t++,2);return i.t=n,i.__c||(i.__=[o?o(r):w(void 0,r),function(n){var t=i.t(i.__[0],n);i.__[0]!==t&&(i.__=[t,i.__[1]],i.__c.setState({}));}],i.__c=u),i.__}function y(r,o){var i=m(t++,3);!l$1.__s&&k(i.__H,o)&&(i.__=r,i.__H=o,u.__H.__h.push(i));}function h(r,o){var i=m(t++,4);!l$1.__s&&k(i.__H,o)&&(i.__=r,i.__H=o,u.__h.push(i));}function s(n){return o=5,d(function(){return {current:n}},[])}function d(n,u){var r=m(t++,7);return k(r.__H,u)&&(r.__=n(),r.__H=u,r.__h=n),r.__}function F(n){var r=u.context[n.__c],o=m(t++,9);return o.c=n,r?(null==o.__&&(o.__=!0,r.sub(u)),r.props.value):n.__}function x(){var t;for(i.sort(function(n,t){return n.__v.__b-t.__v.__b});t=i.pop();)if(t.__P)try{t.__H.__h.forEach(g),t.__H.__h.forEach(j),t.__H.__h=[];}catch(u){t.__H.__h=[],l$1.__e(u,t.__v);}}l$1.__b=function(n){u=null,c&&c(n);},l$1.__r=function(n){f&&f(n),t=0;var r=(u=n.__c).__H;r&&(r.__h.forEach(g),r.__h.forEach(j),r.__h=[]);},l$1.diffed=function(t){e&&e(t);var o=t.__c;o&&o.__H&&o.__H.__h.length&&(1!==i.push(o)&&r===l$1.requestAnimationFrame||((r=l$1.requestAnimationFrame)||function(n){var t,u=function(){clearTimeout(r),b&&cancelAnimationFrame(t),setTimeout(n);},r=setTimeout(u,100);b&&(t=requestAnimationFrame(u));})(x)),u=null;},l$1.__c=function(t,u){u.some(function(t){try{t.__h.forEach(g),t.__h=t.__h.filter(function(n){return !n.__||j(n)});}catch(r){u.some(function(n){n.__h&&(n.__h=[]);}),u=[],l$1.__e(r,t.__v);}}),a&&a(t,u);},l$1.unmount=function(t){v&&v(t);var u,r=t.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{g(n);}catch(n){u=n;}}),u&&l$1.__e(u,r.__v));};var b="function"==typeof requestAnimationFrame;function g(n){var t=u,r=n.__c;"function"==typeof r&&(n.__c=void 0,r()),u=t;}function j(n){var t=u;n.__c=n.__(),u=t;}function k(n,t){return !n||n.length!==t.length||t.some(function(t,u){return t!==n[u]})}function w(n,t){return "function"==typeof t?t(n):t}
|
||
|
||
const SideBar = ({ availableSizeProperties, sizeProperty, setSizeProperty, onExcludeChange, onIncludeChange, }) => {
|
||
const [includeValue, setIncludeValue] = l("");
|
||
const [excludeValue, setExcludeValue] = l("");
|
||
const handleSizePropertyChange = (sizeProp) => () => {
|
||
if (sizeProp !== sizeProperty) {
|
||
setSizeProperty(sizeProp);
|
||
}
|
||
};
|
||
const handleIncludeChange = (event) => {
|
||
const value = event.currentTarget.value;
|
||
setIncludeValue(value);
|
||
onIncludeChange(value);
|
||
};
|
||
const handleExcludeChange = (event) => {
|
||
const value = event.currentTarget.value;
|
||
setExcludeValue(value);
|
||
onExcludeChange(value);
|
||
};
|
||
return (e$1("aside", Object.assign({ className: "sidebar" }, { children: [e$1("div", Object.assign({ className: "size-selectors" }, { children: availableSizeProperties.length > 1 &&
|
||
availableSizeProperties.map((sizeProp) => {
|
||
const id = `selector-${sizeProp}`;
|
||
return (e$1("div", Object.assign({ className: "size-selector" }, { children: [e$1("input", { type: "radio", id: id, checked: sizeProp === sizeProperty, onChange: handleSizePropertyChange(sizeProp) }, void 0), e$1("label", Object.assign({ htmlFor: id }, { children: LABELS[sizeProp] }), void 0)] }), sizeProp));
|
||
}) }), void 0), e$1("div", Object.assign({ className: "module-filters" }, { children: [e$1("div", Object.assign({ className: "module-filter" }, { children: [e$1("label", Object.assign({ htmlFor: "module-filter-exclude" }, { children: "Exclude" }), void 0), e$1("input", { type: "text", id: "module-filter-exclude", value: excludeValue, onInput: handleExcludeChange }, void 0)] }), void 0), e$1("div", Object.assign({ className: "module-filter" }, { children: [e$1("label", Object.assign({ htmlFor: "module-filter-include" }, { children: "Include" }), void 0), e$1("input", { type: "text", id: "module-filter-include", value: includeValue, onInput: handleIncludeChange }, void 0)] }), void 0)] }), void 0)] }), void 0));
|
||
};
|
||
|
||
const throttleFilter = (callback, limit) => {
|
||
let waiting = false;
|
||
return (val) => {
|
||
if (!waiting) {
|
||
callback(val);
|
||
waiting = true;
|
||
setTimeout(() => {
|
||
waiting = false;
|
||
}, limit);
|
||
}
|
||
};
|
||
};
|
||
const useFilter = () => {
|
||
const [includeFilter, setIncludeFilter] = l("");
|
||
const [excludeFilter, setExcludeFilter] = l("");
|
||
const setIncludeFilterTrottled = d(() => throttleFilter(setIncludeFilter, 200), []);
|
||
const setExcludeFilterTrottled = d(() => throttleFilter(setExcludeFilter, 200), []);
|
||
const isModuleIncluded = d(() => {
|
||
if (includeFilter === "") {
|
||
return () => true;
|
||
}
|
||
try {
|
||
const re = new RegExp(includeFilter);
|
||
return ({ id }) => re.test(id);
|
||
}
|
||
catch (err) {
|
||
return () => false;
|
||
}
|
||
}, [includeFilter]);
|
||
const isModuleExcluded = d(() => {
|
||
if (excludeFilter === "") {
|
||
return () => false;
|
||
}
|
||
try {
|
||
const re = new RegExp(excludeFilter);
|
||
return ({ id }) => re.test(id);
|
||
}
|
||
catch (err) {
|
||
return () => false;
|
||
}
|
||
}, [excludeFilter]);
|
||
const isDefaultInclude = includeFilter === "";
|
||
const getModuleFilterMultiplier = d(() => {
|
||
return (data) => {
|
||
if (isDefaultInclude) {
|
||
return isModuleExcluded(data) ? 0 : 1;
|
||
}
|
||
return isModuleExcluded(data) && !isModuleIncluded(data) ? 0 : 1;
|
||
};
|
||
}, [isDefaultInclude, isModuleExcluded, isModuleIncluded]);
|
||
return {
|
||
getModuleFilterMultiplier,
|
||
includeFilter,
|
||
excludeFilter,
|
||
setExcludeFilter: setExcludeFilterTrottled,
|
||
setIncludeFilter: setIncludeFilterTrottled,
|
||
};
|
||
};
|
||
|
||
function ascending(a, b) {
|
||
return a == null || b == null ? NaN : a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
|
||
}
|
||
|
||
function bisector(f) {
|
||
let delta = f;
|
||
let compare1 = f;
|
||
let compare2 = f;
|
||
|
||
if (f.length !== 2) {
|
||
delta = (d, x) => f(d) - x;
|
||
compare1 = ascending;
|
||
compare2 = (d, x) => ascending(f(d), x);
|
||
}
|
||
|
||
function left(a, x, lo = 0, hi = a.length) {
|
||
if (lo < hi) {
|
||
if (compare1(x, x) !== 0) return hi;
|
||
do {
|
||
const mid = (lo + hi) >>> 1;
|
||
if (compare2(a[mid], x) < 0) lo = mid + 1;
|
||
else hi = mid;
|
||
} while (lo < hi);
|
||
}
|
||
return lo;
|
||
}
|
||
|
||
function right(a, x, lo = 0, hi = a.length) {
|
||
if (lo < hi) {
|
||
if (compare1(x, x) !== 0) return hi;
|
||
do {
|
||
const mid = (lo + hi) >>> 1;
|
||
if (compare2(a[mid], x) <= 0) lo = mid + 1;
|
||
else hi = mid;
|
||
} while (lo < hi);
|
||
}
|
||
return lo;
|
||
}
|
||
|
||
function center(a, x, lo = 0, hi = a.length) {
|
||
const i = left(a, x, lo, hi - 1);
|
||
return i > lo && delta(a[i - 1], x) > -delta(a[i], x) ? i - 1 : i;
|
||
}
|
||
|
||
return {left, center, right};
|
||
}
|
||
|
||
function number$1(x) {
|
||
return x === null ? NaN : +x;
|
||
}
|
||
|
||
const ascendingBisect = bisector(ascending);
|
||
const bisectRight = ascendingBisect.right;
|
||
bisector(number$1).center;
|
||
var bisect = bisectRight;
|
||
|
||
class InternMap extends Map {
|
||
constructor(entries, key = keyof) {
|
||
super();
|
||
Object.defineProperties(this, {_intern: {value: new Map()}, _key: {value: key}});
|
||
if (entries != null) for (const [key, value] of entries) this.set(key, value);
|
||
}
|
||
get(key) {
|
||
return super.get(intern_get(this, key));
|
||
}
|
||
has(key) {
|
||
return super.has(intern_get(this, key));
|
||
}
|
||
set(key, value) {
|
||
return super.set(intern_set(this, key), value);
|
||
}
|
||
delete(key) {
|
||
return super.delete(intern_delete(this, key));
|
||
}
|
||
}
|
||
|
||
function intern_get({_intern, _key}, value) {
|
||
const key = _key(value);
|
||
return _intern.has(key) ? _intern.get(key) : value;
|
||
}
|
||
|
||
function intern_set({_intern, _key}, value) {
|
||
const key = _key(value);
|
||
if (_intern.has(key)) return _intern.get(key);
|
||
_intern.set(key, value);
|
||
return value;
|
||
}
|
||
|
||
function intern_delete({_intern, _key}, value) {
|
||
const key = _key(value);
|
||
if (_intern.has(key)) {
|
||
value = _intern.get(key);
|
||
_intern.delete(key);
|
||
}
|
||
return value;
|
||
}
|
||
|
||
function keyof(value) {
|
||
return value !== null && typeof value === "object" ? value.valueOf() : value;
|
||
}
|
||
|
||
function identity$2(x) {
|
||
return x;
|
||
}
|
||
|
||
function group(values, ...keys) {
|
||
return nest(values, identity$2, identity$2, keys);
|
||
}
|
||
|
||
function nest(values, map, reduce, keys) {
|
||
return (function regroup(values, i) {
|
||
if (i >= keys.length) return reduce(values);
|
||
const groups = new InternMap();
|
||
const keyof = keys[i++];
|
||
let index = -1;
|
||
for (const value of values) {
|
||
const key = keyof(value, ++index, values);
|
||
const group = groups.get(key);
|
||
if (group) group.push(value);
|
||
else groups.set(key, [value]);
|
||
}
|
||
for (const [key, values] of groups) {
|
||
groups.set(key, regroup(values, i));
|
||
}
|
||
return map(groups);
|
||
})(values, 0);
|
||
}
|
||
|
||
var e10 = Math.sqrt(50),
|
||
e5 = Math.sqrt(10),
|
||
e2 = Math.sqrt(2);
|
||
|
||
function ticks(start, stop, count) {
|
||
var reverse,
|
||
i = -1,
|
||
n,
|
||
ticks,
|
||
step;
|
||
|
||
stop = +stop, start = +start, count = +count;
|
||
if (start === stop && count > 0) return [start];
|
||
if (reverse = stop < start) n = start, start = stop, stop = n;
|
||
if ((step = tickIncrement(start, stop, count)) === 0 || !isFinite(step)) return [];
|
||
|
||
if (step > 0) {
|
||
let r0 = Math.round(start / step), r1 = Math.round(stop / step);
|
||
if (r0 * step < start) ++r0;
|
||
if (r1 * step > stop) --r1;
|
||
ticks = new Array(n = r1 - r0 + 1);
|
||
while (++i < n) ticks[i] = (r0 + i) * step;
|
||
} else {
|
||
step = -step;
|
||
let r0 = Math.round(start * step), r1 = Math.round(stop * step);
|
||
if (r0 / step < start) ++r0;
|
||
if (r1 / step > stop) --r1;
|
||
ticks = new Array(n = r1 - r0 + 1);
|
||
while (++i < n) ticks[i] = (r0 + i) / step;
|
||
}
|
||
|
||
if (reverse) ticks.reverse();
|
||
|
||
return ticks;
|
||
}
|
||
|
||
function tickIncrement(start, stop, count) {
|
||
var step = (stop - start) / Math.max(0, count),
|
||
power = Math.floor(Math.log(step) / Math.LN10),
|
||
error = step / Math.pow(10, power);
|
||
return power >= 0
|
||
? (error >= e10 ? 10 : error >= e5 ? 5 : error >= e2 ? 2 : 1) * Math.pow(10, power)
|
||
: -Math.pow(10, -power) / (error >= e10 ? 10 : error >= e5 ? 5 : error >= e2 ? 2 : 1);
|
||
}
|
||
|
||
function tickStep(start, stop, count) {
|
||
var step0 = Math.abs(stop - start) / Math.max(0, count),
|
||
step1 = Math.pow(10, Math.floor(Math.log(step0) / Math.LN10)),
|
||
error = step0 / step1;
|
||
if (error >= e10) step1 *= 10;
|
||
else if (error >= e5) step1 *= 5;
|
||
else if (error >= e2) step1 *= 2;
|
||
return stop < start ? -step1 : step1;
|
||
}
|
||
|
||
const TOP_PADDING = 20;
|
||
const PADDING = 2;
|
||
|
||
const Node = ({ node, onMouseOver, onClick, selected }) => {
|
||
const { getModuleColor } = F(StaticContext);
|
||
const { backgroundColor, fontColor } = getModuleColor(node);
|
||
const { x0, x1, y1, y0, data, children = null } = node;
|
||
const textRef = s(null);
|
||
const textRectRef = s();
|
||
const width = x1 - x0;
|
||
const height = y1 - y0;
|
||
const textProps = {
|
||
"font-size": "0.7em",
|
||
"dominant-baseline": "middle",
|
||
"text-anchor": "middle",
|
||
x: width / 2,
|
||
};
|
||
if (children != null) {
|
||
textProps.y = (TOP_PADDING + PADDING) / 2;
|
||
}
|
||
else {
|
||
textProps.y = height / 2;
|
||
}
|
||
h(() => {
|
||
if (width == 0 || height == 0 || !textRef.current) {
|
||
return;
|
||
}
|
||
if (textRectRef.current == null) {
|
||
textRectRef.current = textRef.current.getBoundingClientRect();
|
||
}
|
||
let scale = 1;
|
||
if (children != null) {
|
||
scale = Math.min((width * 0.9) / textRectRef.current.width, Math.min(height, TOP_PADDING + PADDING) / textRectRef.current.height);
|
||
scale = Math.min(1, scale);
|
||
textRef.current.setAttribute("y", String(Math.min(TOP_PADDING + PADDING, height) / 2 / scale));
|
||
textRef.current.setAttribute("x", String(width / 2 / scale));
|
||
}
|
||
else {
|
||
scale = Math.min((width * 0.9) / textRectRef.current.width, (height * 0.9) / textRectRef.current.height);
|
||
scale = Math.min(1, scale);
|
||
textRef.current.setAttribute("y", String(height / 2 / scale));
|
||
textRef.current.setAttribute("x", String(width / 2 / scale));
|
||
}
|
||
textRef.current.setAttribute("transform", `scale(${scale.toFixed(2)})`);
|
||
}, [children, height, width]);
|
||
if (width == 0 || height == 0) {
|
||
return null;
|
||
}
|
||
return (e$1("g", Object.assign({ className: "node", transform: `translate(${x0},${y0})`, onClick: (event) => {
|
||
event.stopPropagation();
|
||
onClick(node);
|
||
}, onMouseOver: (event) => {
|
||
event.stopPropagation();
|
||
onMouseOver(node);
|
||
} }, { children: [e$1("rect", { fill: backgroundColor, rx: 2, ry: 2, width: x1 - x0, height: y1 - y0, stroke: selected ? "#fff" : undefined, "stroke-width": selected ? 2 : undefined }, void 0), e$1("text", Object.assign({ ref: textRef, fill: fontColor, onClick: (event) => {
|
||
var _a;
|
||
if (((_a = window.getSelection()) === null || _a === void 0 ? void 0 : _a.toString()) !== "") {
|
||
event.stopPropagation();
|
||
}
|
||
} }, textProps, { children: data.name }), void 0)] }), void 0));
|
||
};
|
||
|
||
const TreeMap = ({ root, onNodeHover, selectedNode, onNodeClick }) => {
|
||
const { width, height, getModuleIds } = F(StaticContext);
|
||
console.time("layering");
|
||
// this will make groups by height
|
||
const nestedData = d(() => {
|
||
const nestedDataMap = group(root.descendants(), (d) => d.height);
|
||
const nestedData = Array.from(nestedDataMap, ([key, values]) => ({
|
||
key,
|
||
values,
|
||
}));
|
||
nestedData.sort((a, b) => b.key - a.key);
|
||
return nestedData;
|
||
}, [root]);
|
||
console.timeEnd("layering");
|
||
return (e$1("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: `0 0 ${width} ${height}` }, { children: nestedData.map(({ key, values }) => {
|
||
return (e$1("g", Object.assign({ className: "layer" }, { children: values.map((node) => {
|
||
return (e$1(Node, { node: node, onMouseOver: onNodeHover, selected: selectedNode === node, onClick: onNodeClick }, getModuleIds(node.data).nodeUid.id));
|
||
}) }), key));
|
||
}) }), void 0));
|
||
};
|
||
|
||
var bytes$1 = {exports: {}};
|
||
|
||
/*!
|
||
* bytes
|
||
* Copyright(c) 2012-2014 TJ Holowaychuk
|
||
* Copyright(c) 2015 Jed Watson
|
||
* MIT Licensed
|
||
*/
|
||
|
||
/**
|
||
* Module exports.
|
||
* @public
|
||
*/
|
||
|
||
bytes$1.exports = bytes;
|
||
var format_1 = bytes$1.exports.format = format$1;
|
||
bytes$1.exports.parse = parse;
|
||
|
||
/**
|
||
* Module variables.
|
||
* @private
|
||
*/
|
||
|
||
var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g;
|
||
|
||
var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/;
|
||
|
||
var map$1 = {
|
||
b: 1,
|
||
kb: 1 << 10,
|
||
mb: 1 << 20,
|
||
gb: 1 << 30,
|
||
tb: Math.pow(1024, 4),
|
||
pb: Math.pow(1024, 5),
|
||
};
|
||
|
||
var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;
|
||
|
||
/**
|
||
* Convert the given value in bytes into a string or parse to string to an integer in bytes.
|
||
*
|
||
* @param {string|number} value
|
||
* @param {{
|
||
* case: [string],
|
||
* decimalPlaces: [number]
|
||
* fixedDecimals: [boolean]
|
||
* thousandsSeparator: [string]
|
||
* unitSeparator: [string]
|
||
* }} [options] bytes options.
|
||
*
|
||
* @returns {string|number|null}
|
||
*/
|
||
|
||
function bytes(value, options) {
|
||
if (typeof value === 'string') {
|
||
return parse(value);
|
||
}
|
||
|
||
if (typeof value === 'number') {
|
||
return format$1(value, options);
|
||
}
|
||
|
||
return null;
|
||
}
|
||
|
||
/**
|
||
* Format the given value in bytes into a string.
|
||
*
|
||
* If the value is negative, it is kept as such. If it is a float,
|
||
* it is rounded.
|
||
*
|
||
* @param {number} value
|
||
* @param {object} [options]
|
||
* @param {number} [options.decimalPlaces=2]
|
||
* @param {number} [options.fixedDecimals=false]
|
||
* @param {string} [options.thousandsSeparator=]
|
||
* @param {string} [options.unit=]
|
||
* @param {string} [options.unitSeparator=]
|
||
*
|
||
* @returns {string|null}
|
||
* @public
|
||
*/
|
||
|
||
function format$1(value, options) {
|
||
if (!Number.isFinite(value)) {
|
||
return null;
|
||
}
|
||
|
||
var mag = Math.abs(value);
|
||
var thousandsSeparator = (options && options.thousandsSeparator) || '';
|
||
var unitSeparator = (options && options.unitSeparator) || '';
|
||
var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2;
|
||
var fixedDecimals = Boolean(options && options.fixedDecimals);
|
||
var unit = (options && options.unit) || '';
|
||
|
||
if (!unit || !map$1[unit.toLowerCase()]) {
|
||
if (mag >= map$1.pb) {
|
||
unit = 'PB';
|
||
} else if (mag >= map$1.tb) {
|
||
unit = 'TB';
|
||
} else if (mag >= map$1.gb) {
|
||
unit = 'GB';
|
||
} else if (mag >= map$1.mb) {
|
||
unit = 'MB';
|
||
} else if (mag >= map$1.kb) {
|
||
unit = 'KB';
|
||
} else {
|
||
unit = 'B';
|
||
}
|
||
}
|
||
|
||
var val = value / map$1[unit.toLowerCase()];
|
||
var str = val.toFixed(decimalPlaces);
|
||
|
||
if (!fixedDecimals) {
|
||
str = str.replace(formatDecimalsRegExp, '$1');
|
||
}
|
||
|
||
if (thousandsSeparator) {
|
||
str = str.split('.').map(function (s, i) {
|
||
return i === 0
|
||
? s.replace(formatThousandsRegExp, thousandsSeparator)
|
||
: s
|
||
}).join('.');
|
||
}
|
||
|
||
return str + unitSeparator + unit;
|
||
}
|
||
|
||
/**
|
||
* Parse the string value into an integer in bytes.
|
||
*
|
||
* If no unit is given, it is assumed the value is in bytes.
|
||
*
|
||
* @param {number|string} val
|
||
*
|
||
* @returns {number|null}
|
||
* @public
|
||
*/
|
||
|
||
function parse(val) {
|
||
if (typeof val === 'number' && !isNaN(val)) {
|
||
return val;
|
||
}
|
||
|
||
if (typeof val !== 'string') {
|
||
return null;
|
||
}
|
||
|
||
// Test if the string passed is valid
|
||
var results = parseRegExp.exec(val);
|
||
var floatValue;
|
||
var unit = 'b';
|
||
|
||
if (!results) {
|
||
// Nothing could be extracted from the given string
|
||
floatValue = parseInt(val, 10);
|
||
unit = 'b';
|
||
} else {
|
||
// Retrieve the value and the unit
|
||
floatValue = parseFloat(results[1]);
|
||
unit = results[4].toLowerCase();
|
||
}
|
||
|
||
return Math.floor(map$1[unit] * floatValue);
|
||
}
|
||
|
||
const Tooltip_marginX = 10;
|
||
const Tooltip_marginY = 30;
|
||
const SOURCEMAP_RENDERED = (e$1("span", { children: [" ", e$1("b", { children: LABELS.renderedLength }, void 0), " is a number of characters in the file after individual and ", e$1("br", {}, void 0), " whole bundle transformations according to sourcemap."] }, void 0));
|
||
const RENDRED = (e$1("span", { children: [e$1("b", { children: LABELS.renderedLength }, void 0), " is a byte size of individual file after transformations and treeshake."] }, void 0));
|
||
const COMPRESSED = (e$1("span", { children: [e$1("b", { children: LABELS.gzipLength }, void 0), " and ", e$1("b", { children: LABELS.brotliLength }, void 0), " is a byte size of individual file after individual", " ", "transformations,", e$1("br", {}, void 0), " treeshake and compression."] }, void 0));
|
||
const Tooltip = ({ node, visible, root, sizeProperty }) => {
|
||
const { availableSizeProperties, getModuleSize, data } = F(StaticContext);
|
||
const ref = s(null);
|
||
const [style, setStyle] = l({});
|
||
const content = d(() => {
|
||
if (!node)
|
||
return null;
|
||
const mainSize = getModuleSize(node.data, sizeProperty);
|
||
const percentageNum = (100 * mainSize) / getModuleSize(root.data, sizeProperty);
|
||
const percentage = percentageNum.toFixed(2);
|
||
const percentageString = percentage + "%";
|
||
const path = node
|
||
.ancestors()
|
||
.reverse()
|
||
.map((d) => d.data.name)
|
||
.join("/");
|
||
let dataNode = null;
|
||
if (!isModuleTree(node.data)) {
|
||
const mainUid = data.nodeParts[node.data.uid].mainUid;
|
||
dataNode = data.nodeMetas[mainUid];
|
||
}
|
||
return (e$1(d$1, { children: [e$1("div", { children: path }, void 0), availableSizeProperties.map((sizeProp) => {
|
||
if (sizeProp === sizeProperty) {
|
||
return (e$1("div", { children: [e$1("b", { children: [LABELS[sizeProp], ": ", format_1(mainSize)] }, void 0), " ", "(", percentageString, ")"] }, void 0));
|
||
}
|
||
else {
|
||
return (e$1("div", { children: [LABELS[sizeProp], ": ", format_1(getModuleSize(node.data, sizeProp))] }, void 0));
|
||
}
|
||
}), e$1("br", {}, void 0), dataNode && dataNode.importedBy.length > 0 && (e$1("div", { children: [e$1("div", { children: [e$1("b", { children: "Imported By" }, void 0), ":"] }, void 0), dataNode.importedBy.map(({ uid }) => {
|
||
const id = data.nodeMetas[uid].id;
|
||
return e$1("div", { children: id }, id);
|
||
})] }, void 0)), e$1("br", {}, void 0), e$1("small", { children: data.options.sourcemap ? SOURCEMAP_RENDERED : RENDRED }, void 0), (data.options.gzip || data.options.brotli) && (e$1(d$1, { children: [e$1("br", {}, void 0), e$1("small", { children: COMPRESSED }, void 0)] }, void 0))] }, void 0));
|
||
}, [availableSizeProperties, data, getModuleSize, node, root.data, sizeProperty]);
|
||
const updatePosition = (mouseCoords) => {
|
||
if (!ref.current)
|
||
return;
|
||
const pos = {
|
||
left: mouseCoords.x + Tooltip_marginX,
|
||
top: mouseCoords.y + Tooltip_marginY,
|
||
};
|
||
const boundingRect = ref.current.getBoundingClientRect();
|
||
if (pos.left + boundingRect.width > window.innerWidth) {
|
||
// Shifting horizontally
|
||
pos.left = window.innerWidth - boundingRect.width;
|
||
}
|
||
if (pos.top + boundingRect.height > window.innerHeight) {
|
||
// Flipping vertically
|
||
pos.top = mouseCoords.y - Tooltip_marginY - boundingRect.height;
|
||
}
|
||
setStyle(pos);
|
||
};
|
||
y(() => {
|
||
const handleMouseMove = (event) => {
|
||
updatePosition({
|
||
x: event.pageX,
|
||
y: event.pageY,
|
||
});
|
||
};
|
||
document.addEventListener("mousemove", handleMouseMove, true);
|
||
return () => {
|
||
document.removeEventListener("mousemove", handleMouseMove, true);
|
||
};
|
||
}, []);
|
||
return (e$1("div", Object.assign({ className: `tooltip ${visible ? "" : "tooltip-hidden"}`, ref: ref, style: style }, { children: content }), void 0));
|
||
};
|
||
|
||
const Chart = ({ root, sizeProperty, selectedNode, setSelectedNode }) => {
|
||
const [showTooltip, setShowTooltip] = l(false);
|
||
const [tooltipNode, setTooltipNode] = l(undefined);
|
||
y(() => {
|
||
const handleMouseOut = () => {
|
||
setShowTooltip(false);
|
||
};
|
||
document.addEventListener("mouseover", handleMouseOut);
|
||
return () => {
|
||
document.removeEventListener("mouseover", handleMouseOut);
|
||
};
|
||
}, []);
|
||
return (e$1(d$1, { children: [e$1(TreeMap, { root: root, onNodeHover: (node) => {
|
||
setTooltipNode(node);
|
||
setShowTooltip(true);
|
||
}, selectedNode: selectedNode, onNodeClick: (node) => {
|
||
setSelectedNode(selectedNode === node ? undefined : node);
|
||
} }, void 0), e$1(Tooltip, { visible: showTooltip, node: tooltipNode, root: root, sizeProperty: sizeProperty }, void 0)] }, void 0));
|
||
};
|
||
|
||
const Main = () => {
|
||
const { availableSizeProperties, rawHierarchy, getModuleSize, layout, data } = F(StaticContext);
|
||
const [sizeProperty, setSizeProperty] = l(availableSizeProperties[0]);
|
||
const [selectedNode, setSelectedNode] = l(undefined);
|
||
const { getModuleFilterMultiplier, setExcludeFilter, setIncludeFilter } = useFilter();
|
||
console.time("getNodeSizeMultiplier");
|
||
const getNodeSizeMultiplier = d(() => {
|
||
const rootSize = getModuleSize(rawHierarchy.data, sizeProperty);
|
||
const selectedSize = selectedNode ? getModuleSize(selectedNode.data, sizeProperty) : 1;
|
||
const multiplier = rootSize * 0.2 > selectedSize ? (rootSize * 0.2) / selectedSize : 3;
|
||
if (selectedNode === undefined) {
|
||
return () => 1;
|
||
}
|
||
else if (isModuleTree(selectedNode.data)) {
|
||
const leaves = new Set(selectedNode.leaves().map((d) => d.data));
|
||
return (node) => {
|
||
if (leaves.has(node)) {
|
||
return multiplier;
|
||
}
|
||
return 1;
|
||
};
|
||
}
|
||
else {
|
||
return (node) => {
|
||
if (node === selectedNode.data) {
|
||
return multiplier;
|
||
}
|
||
return 1;
|
||
};
|
||
}
|
||
}, [getModuleSize, rawHierarchy.data, selectedNode, sizeProperty]);
|
||
console.timeEnd("getNodeSizeMultiplier");
|
||
console.time("root hierarchy compute");
|
||
// root here always be the same as rawHierarchy even after layouting
|
||
const root = d(() => {
|
||
const rootWithSizesAndSorted = rawHierarchy
|
||
.sum((node) => {
|
||
if (isModuleTree(node))
|
||
return 0;
|
||
const ownSize = getModuleSize(node, sizeProperty);
|
||
const zoomMultiplier = getNodeSizeMultiplier(node);
|
||
const filterMultiplier = getModuleFilterMultiplier(data.nodeMetas[data.nodeParts[node.uid].mainUid]);
|
||
return ownSize * zoomMultiplier * filterMultiplier;
|
||
})
|
||
.sort((a, b) => getModuleSize(a.data, sizeProperty) - getModuleSize(b.data, sizeProperty));
|
||
return layout(rootWithSizesAndSorted);
|
||
}, [data, getModuleFilterMultiplier, getModuleSize, getNodeSizeMultiplier, layout, rawHierarchy, sizeProperty]);
|
||
console.timeEnd("root hierarchy compute");
|
||
return (e$1(d$1, { children: [e$1(SideBar, { sizeProperty: sizeProperty, availableSizeProperties: availableSizeProperties, setSizeProperty: setSizeProperty, onExcludeChange: setExcludeFilter, onIncludeChange: setIncludeFilter }, void 0), e$1(Chart, { root: root, sizeProperty: sizeProperty, selectedNode: selectedNode, setSelectedNode: setSelectedNode }, void 0)] }, void 0));
|
||
};
|
||
|
||
function initRange(domain, range) {
|
||
switch (arguments.length) {
|
||
case 0: break;
|
||
case 1: this.range(domain); break;
|
||
default: this.range(range).domain(domain); break;
|
||
}
|
||
return this;
|
||
}
|
||
|
||
function initInterpolator(domain, interpolator) {
|
||
switch (arguments.length) {
|
||
case 0: break;
|
||
case 1: {
|
||
if (typeof domain === "function") this.interpolator(domain);
|
||
else this.range(domain);
|
||
break;
|
||
}
|
||
default: {
|
||
this.domain(domain);
|
||
if (typeof interpolator === "function") this.interpolator(interpolator);
|
||
else this.range(interpolator);
|
||
break;
|
||
}
|
||
}
|
||
return this;
|
||
}
|
||
|
||
function define(constructor, factory, prototype) {
|
||
constructor.prototype = factory.prototype = prototype;
|
||
prototype.constructor = constructor;
|
||
}
|
||
|
||
function extend(parent, definition) {
|
||
var prototype = Object.create(parent.prototype);
|
||
for (var key in definition) prototype[key] = definition[key];
|
||
return prototype;
|
||
}
|
||
|
||
function Color() {}
|
||
|
||
var darker = 0.7;
|
||
var brighter = 1 / darker;
|
||
|
||
var reI = "\\s*([+-]?\\d+)\\s*",
|
||
reN = "\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)\\s*",
|
||
reP = "\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)%\\s*",
|
||
reHex = /^#([0-9a-f]{3,8})$/,
|
||
reRgbInteger = new RegExp("^rgb\\(" + [reI, reI, reI] + "\\)$"),
|
||
reRgbPercent = new RegExp("^rgb\\(" + [reP, reP, reP] + "\\)$"),
|
||
reRgbaInteger = new RegExp("^rgba\\(" + [reI, reI, reI, reN] + "\\)$"),
|
||
reRgbaPercent = new RegExp("^rgba\\(" + [reP, reP, reP, reN] + "\\)$"),
|
||
reHslPercent = new RegExp("^hsl\\(" + [reN, reP, reP] + "\\)$"),
|
||
reHslaPercent = new RegExp("^hsla\\(" + [reN, reP, reP, reN] + "\\)$");
|
||
|
||
var named = {
|
||
aliceblue: 0xf0f8ff,
|
||
antiquewhite: 0xfaebd7,
|
||
aqua: 0x00ffff,
|
||
aquamarine: 0x7fffd4,
|
||
azure: 0xf0ffff,
|
||
beige: 0xf5f5dc,
|
||
bisque: 0xffe4c4,
|
||
black: 0x000000,
|
||
blanchedalmond: 0xffebcd,
|
||
blue: 0x0000ff,
|
||
blueviolet: 0x8a2be2,
|
||
brown: 0xa52a2a,
|
||
burlywood: 0xdeb887,
|
||
cadetblue: 0x5f9ea0,
|
||
chartreuse: 0x7fff00,
|
||
chocolate: 0xd2691e,
|
||
coral: 0xff7f50,
|
||
cornflowerblue: 0x6495ed,
|
||
cornsilk: 0xfff8dc,
|
||
crimson: 0xdc143c,
|
||
cyan: 0x00ffff,
|
||
darkblue: 0x00008b,
|
||
darkcyan: 0x008b8b,
|
||
darkgoldenrod: 0xb8860b,
|
||
darkgray: 0xa9a9a9,
|
||
darkgreen: 0x006400,
|
||
darkgrey: 0xa9a9a9,
|
||
darkkhaki: 0xbdb76b,
|
||
darkmagenta: 0x8b008b,
|
||
darkolivegreen: 0x556b2f,
|
||
darkorange: 0xff8c00,
|
||
darkorchid: 0x9932cc,
|
||
darkred: 0x8b0000,
|
||
darksalmon: 0xe9967a,
|
||
darkseagreen: 0x8fbc8f,
|
||
darkslateblue: 0x483d8b,
|
||
darkslategray: 0x2f4f4f,
|
||
darkslategrey: 0x2f4f4f,
|
||
darkturquoise: 0x00ced1,
|
||
darkviolet: 0x9400d3,
|
||
deeppink: 0xff1493,
|
||
deepskyblue: 0x00bfff,
|
||
dimgray: 0x696969,
|
||
dimgrey: 0x696969,
|
||
dodgerblue: 0x1e90ff,
|
||
firebrick: 0xb22222,
|
||
floralwhite: 0xfffaf0,
|
||
forestgreen: 0x228b22,
|
||
fuchsia: 0xff00ff,
|
||
gainsboro: 0xdcdcdc,
|
||
ghostwhite: 0xf8f8ff,
|
||
gold: 0xffd700,
|
||
goldenrod: 0xdaa520,
|
||
gray: 0x808080,
|
||
green: 0x008000,
|
||
greenyellow: 0xadff2f,
|
||
grey: 0x808080,
|
||
honeydew: 0xf0fff0,
|
||
hotpink: 0xff69b4,
|
||
indianred: 0xcd5c5c,
|
||
indigo: 0x4b0082,
|
||
ivory: 0xfffff0,
|
||
khaki: 0xf0e68c,
|
||
lavender: 0xe6e6fa,
|
||
lavenderblush: 0xfff0f5,
|
||
lawngreen: 0x7cfc00,
|
||
lemonchiffon: 0xfffacd,
|
||
lightblue: 0xadd8e6,
|
||
lightcoral: 0xf08080,
|
||
lightcyan: 0xe0ffff,
|
||
lightgoldenrodyellow: 0xfafad2,
|
||
lightgray: 0xd3d3d3,
|
||
lightgreen: 0x90ee90,
|
||
lightgrey: 0xd3d3d3,
|
||
lightpink: 0xffb6c1,
|
||
lightsalmon: 0xffa07a,
|
||
lightseagreen: 0x20b2aa,
|
||
lightskyblue: 0x87cefa,
|
||
lightslategray: 0x778899,
|
||
lightslategrey: 0x778899,
|
||
lightsteelblue: 0xb0c4de,
|
||
lightyellow: 0xffffe0,
|
||
lime: 0x00ff00,
|
||
limegreen: 0x32cd32,
|
||
linen: 0xfaf0e6,
|
||
magenta: 0xff00ff,
|
||
maroon: 0x800000,
|
||
mediumaquamarine: 0x66cdaa,
|
||
mediumblue: 0x0000cd,
|
||
mediumorchid: 0xba55d3,
|
||
mediumpurple: 0x9370db,
|
||
mediumseagreen: 0x3cb371,
|
||
mediumslateblue: 0x7b68ee,
|
||
mediumspringgreen: 0x00fa9a,
|
||
mediumturquoise: 0x48d1cc,
|
||
mediumvioletred: 0xc71585,
|
||
midnightblue: 0x191970,
|
||
mintcream: 0xf5fffa,
|
||
mistyrose: 0xffe4e1,
|
||
moccasin: 0xffe4b5,
|
||
navajowhite: 0xffdead,
|
||
navy: 0x000080,
|
||
oldlace: 0xfdf5e6,
|
||
olive: 0x808000,
|
||
olivedrab: 0x6b8e23,
|
||
orange: 0xffa500,
|
||
orangered: 0xff4500,
|
||
orchid: 0xda70d6,
|
||
palegoldenrod: 0xeee8aa,
|
||
palegreen: 0x98fb98,
|
||
paleturquoise: 0xafeeee,
|
||
palevioletred: 0xdb7093,
|
||
papayawhip: 0xffefd5,
|
||
peachpuff: 0xffdab9,
|
||
peru: 0xcd853f,
|
||
pink: 0xffc0cb,
|
||
plum: 0xdda0dd,
|
||
powderblue: 0xb0e0e6,
|
||
purple: 0x800080,
|
||
rebeccapurple: 0x663399,
|
||
red: 0xff0000,
|
||
rosybrown: 0xbc8f8f,
|
||
royalblue: 0x4169e1,
|
||
saddlebrown: 0x8b4513,
|
||
salmon: 0xfa8072,
|
||
sandybrown: 0xf4a460,
|
||
seagreen: 0x2e8b57,
|
||
seashell: 0xfff5ee,
|
||
sienna: 0xa0522d,
|
||
silver: 0xc0c0c0,
|
||
skyblue: 0x87ceeb,
|
||
slateblue: 0x6a5acd,
|
||
slategray: 0x708090,
|
||
slategrey: 0x708090,
|
||
snow: 0xfffafa,
|
||
springgreen: 0x00ff7f,
|
||
steelblue: 0x4682b4,
|
||
tan: 0xd2b48c,
|
||
teal: 0x008080,
|
||
thistle: 0xd8bfd8,
|
||
tomato: 0xff6347,
|
||
turquoise: 0x40e0d0,
|
||
violet: 0xee82ee,
|
||
wheat: 0xf5deb3,
|
||
white: 0xffffff,
|
||
whitesmoke: 0xf5f5f5,
|
||
yellow: 0xffff00,
|
||
yellowgreen: 0x9acd32
|
||
};
|
||
|
||
define(Color, color, {
|
||
copy: function(channels) {
|
||
return Object.assign(new this.constructor, this, channels);
|
||
},
|
||
displayable: function() {
|
||
return this.rgb().displayable();
|
||
},
|
||
hex: color_formatHex, // Deprecated! Use color.formatHex.
|
||
formatHex: color_formatHex,
|
||
formatHsl: color_formatHsl,
|
||
formatRgb: color_formatRgb,
|
||
toString: color_formatRgb
|
||
});
|
||
|
||
function color_formatHex() {
|
||
return this.rgb().formatHex();
|
||
}
|
||
|
||
function color_formatHsl() {
|
||
return hslConvert(this).formatHsl();
|
||
}
|
||
|
||
function color_formatRgb() {
|
||
return this.rgb().formatRgb();
|
||
}
|
||
|
||
function color(format) {
|
||
var m, l;
|
||
format = (format + "").trim().toLowerCase();
|
||
return (m = reHex.exec(format)) ? (l = m[1].length, m = parseInt(m[1], 16), l === 6 ? rgbn(m) // #ff0000
|
||
: l === 3 ? new Rgb((m >> 8 & 0xf) | (m >> 4 & 0xf0), (m >> 4 & 0xf) | (m & 0xf0), ((m & 0xf) << 4) | (m & 0xf), 1) // #f00
|
||
: l === 8 ? rgba(m >> 24 & 0xff, m >> 16 & 0xff, m >> 8 & 0xff, (m & 0xff) / 0xff) // #ff000000
|
||
: l === 4 ? rgba((m >> 12 & 0xf) | (m >> 8 & 0xf0), (m >> 8 & 0xf) | (m >> 4 & 0xf0), (m >> 4 & 0xf) | (m & 0xf0), (((m & 0xf) << 4) | (m & 0xf)) / 0xff) // #f000
|
||
: null) // invalid hex
|
||
: (m = reRgbInteger.exec(format)) ? new Rgb(m[1], m[2], m[3], 1) // rgb(255, 0, 0)
|
||
: (m = reRgbPercent.exec(format)) ? new Rgb(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, 1) // rgb(100%, 0%, 0%)
|
||
: (m = reRgbaInteger.exec(format)) ? rgba(m[1], m[2], m[3], m[4]) // rgba(255, 0, 0, 1)
|
||
: (m = reRgbaPercent.exec(format)) ? rgba(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, m[4]) // rgb(100%, 0%, 0%, 1)
|
||
: (m = reHslPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, 1) // hsl(120, 50%, 50%)
|
||
: (m = reHslaPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, m[4]) // hsla(120, 50%, 50%, 1)
|
||
: named.hasOwnProperty(format) ? rgbn(named[format]) // eslint-disable-line no-prototype-builtins
|
||
: format === "transparent" ? new Rgb(NaN, NaN, NaN, 0)
|
||
: null;
|
||
}
|
||
|
||
function rgbn(n) {
|
||
return new Rgb(n >> 16 & 0xff, n >> 8 & 0xff, n & 0xff, 1);
|
||
}
|
||
|
||
function rgba(r, g, b, a) {
|
||
if (a <= 0) r = g = b = NaN;
|
||
return new Rgb(r, g, b, a);
|
||
}
|
||
|
||
function rgbConvert(o) {
|
||
if (!(o instanceof Color)) o = color(o);
|
||
if (!o) return new Rgb;
|
||
o = o.rgb();
|
||
return new Rgb(o.r, o.g, o.b, o.opacity);
|
||
}
|
||
|
||
function rgb$1(r, g, b, opacity) {
|
||
return arguments.length === 1 ? rgbConvert(r) : new Rgb(r, g, b, opacity == null ? 1 : opacity);
|
||
}
|
||
|
||
function Rgb(r, g, b, opacity) {
|
||
this.r = +r;
|
||
this.g = +g;
|
||
this.b = +b;
|
||
this.opacity = +opacity;
|
||
}
|
||
|
||
define(Rgb, rgb$1, extend(Color, {
|
||
brighter: function(k) {
|
||
k = k == null ? brighter : Math.pow(brighter, k);
|
||
return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
|
||
},
|
||
darker: function(k) {
|
||
k = k == null ? darker : Math.pow(darker, k);
|
||
return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
|
||
},
|
||
rgb: function() {
|
||
return this;
|
||
},
|
||
displayable: function() {
|
||
return (-0.5 <= this.r && this.r < 255.5)
|
||
&& (-0.5 <= this.g && this.g < 255.5)
|
||
&& (-0.5 <= this.b && this.b < 255.5)
|
||
&& (0 <= this.opacity && this.opacity <= 1);
|
||
},
|
||
hex: rgb_formatHex, // Deprecated! Use color.formatHex.
|
||
formatHex: rgb_formatHex,
|
||
formatRgb: rgb_formatRgb,
|
||
toString: rgb_formatRgb
|
||
}));
|
||
|
||
function rgb_formatHex() {
|
||
return "#" + hex(this.r) + hex(this.g) + hex(this.b);
|
||
}
|
||
|
||
function rgb_formatRgb() {
|
||
var a = this.opacity; a = isNaN(a) ? 1 : Math.max(0, Math.min(1, a));
|
||
return (a === 1 ? "rgb(" : "rgba(")
|
||
+ Math.max(0, Math.min(255, Math.round(this.r) || 0)) + ", "
|
||
+ Math.max(0, Math.min(255, Math.round(this.g) || 0)) + ", "
|
||
+ Math.max(0, Math.min(255, Math.round(this.b) || 0))
|
||
+ (a === 1 ? ")" : ", " + a + ")");
|
||
}
|
||
|
||
function hex(value) {
|
||
value = Math.max(0, Math.min(255, Math.round(value) || 0));
|
||
return (value < 16 ? "0" : "") + value.toString(16);
|
||
}
|
||
|
||
function hsla(h, s, l, a) {
|
||
if (a <= 0) h = s = l = NaN;
|
||
else if (l <= 0 || l >= 1) h = s = NaN;
|
||
else if (s <= 0) h = NaN;
|
||
return new Hsl(h, s, l, a);
|
||
}
|
||
|
||
function hslConvert(o) {
|
||
if (o instanceof Hsl) return new Hsl(o.h, o.s, o.l, o.opacity);
|
||
if (!(o instanceof Color)) o = color(o);
|
||
if (!o) return new Hsl;
|
||
if (o instanceof Hsl) return o;
|
||
o = o.rgb();
|
||
var r = o.r / 255,
|
||
g = o.g / 255,
|
||
b = o.b / 255,
|
||
min = Math.min(r, g, b),
|
||
max = Math.max(r, g, b),
|
||
h = NaN,
|
||
s = max - min,
|
||
l = (max + min) / 2;
|
||
if (s) {
|
||
if (r === max) h = (g - b) / s + (g < b) * 6;
|
||
else if (g === max) h = (b - r) / s + 2;
|
||
else h = (r - g) / s + 4;
|
||
s /= l < 0.5 ? max + min : 2 - max - min;
|
||
h *= 60;
|
||
} else {
|
||
s = l > 0 && l < 1 ? 0 : h;
|
||
}
|
||
return new Hsl(h, s, l, o.opacity);
|
||
}
|
||
|
||
function hsl(h, s, l, opacity) {
|
||
return arguments.length === 1 ? hslConvert(h) : new Hsl(h, s, l, opacity == null ? 1 : opacity);
|
||
}
|
||
|
||
function Hsl(h, s, l, opacity) {
|
||
this.h = +h;
|
||
this.s = +s;
|
||
this.l = +l;
|
||
this.opacity = +opacity;
|
||
}
|
||
|
||
define(Hsl, hsl, extend(Color, {
|
||
brighter: function(k) {
|
||
k = k == null ? brighter : Math.pow(brighter, k);
|
||
return new Hsl(this.h, this.s, this.l * k, this.opacity);
|
||
},
|
||
darker: function(k) {
|
||
k = k == null ? darker : Math.pow(darker, k);
|
||
return new Hsl(this.h, this.s, this.l * k, this.opacity);
|
||
},
|
||
rgb: function() {
|
||
var h = this.h % 360 + (this.h < 0) * 360,
|
||
s = isNaN(h) || isNaN(this.s) ? 0 : this.s,
|
||
l = this.l,
|
||
m2 = l + (l < 0.5 ? l : 1 - l) * s,
|
||
m1 = 2 * l - m2;
|
||
return new Rgb(
|
||
hsl2rgb(h >= 240 ? h - 240 : h + 120, m1, m2),
|
||
hsl2rgb(h, m1, m2),
|
||
hsl2rgb(h < 120 ? h + 240 : h - 120, m1, m2),
|
||
this.opacity
|
||
);
|
||
},
|
||
displayable: function() {
|
||
return (0 <= this.s && this.s <= 1 || isNaN(this.s))
|
||
&& (0 <= this.l && this.l <= 1)
|
||
&& (0 <= this.opacity && this.opacity <= 1);
|
||
},
|
||
formatHsl: function() {
|
||
var a = this.opacity; a = isNaN(a) ? 1 : Math.max(0, Math.min(1, a));
|
||
return (a === 1 ? "hsl(" : "hsla(")
|
||
+ (this.h || 0) + ", "
|
||
+ (this.s || 0) * 100 + "%, "
|
||
+ (this.l || 0) * 100 + "%"
|
||
+ (a === 1 ? ")" : ", " + a + ")");
|
||
}
|
||
}));
|
||
|
||
/* From FvD 13.37, CSS Color Module Level 3 */
|
||
function hsl2rgb(h, m1, m2) {
|
||
return (h < 60 ? m1 + (m2 - m1) * h / 60
|
||
: h < 180 ? m2
|
||
: h < 240 ? m1 + (m2 - m1) * (240 - h) / 60
|
||
: m1) * 255;
|
||
}
|
||
|
||
var constant = x => () => x;
|
||
|
||
function linear$1(a, d) {
|
||
return function(t) {
|
||
return a + t * d;
|
||
};
|
||
}
|
||
|
||
function exponential(a, b, y) {
|
||
return a = Math.pow(a, y), b = Math.pow(b, y) - a, y = 1 / y, function(t) {
|
||
return Math.pow(a + t * b, y);
|
||
};
|
||
}
|
||
|
||
function gamma(y) {
|
||
return (y = +y) === 1 ? nogamma : function(a, b) {
|
||
return b - a ? exponential(a, b, y) : constant(isNaN(a) ? b : a);
|
||
};
|
||
}
|
||
|
||
function nogamma(a, b) {
|
||
var d = b - a;
|
||
return d ? linear$1(a, d) : constant(isNaN(a) ? b : a);
|
||
}
|
||
|
||
var rgb = (function rgbGamma(y) {
|
||
var color = gamma(y);
|
||
|
||
function rgb(start, end) {
|
||
var r = color((start = rgb$1(start)).r, (end = rgb$1(end)).r),
|
||
g = color(start.g, end.g),
|
||
b = color(start.b, end.b),
|
||
opacity = nogamma(start.opacity, end.opacity);
|
||
return function(t) {
|
||
start.r = r(t);
|
||
start.g = g(t);
|
||
start.b = b(t);
|
||
start.opacity = opacity(t);
|
||
return start + "";
|
||
};
|
||
}
|
||
|
||
rgb.gamma = rgbGamma;
|
||
|
||
return rgb;
|
||
})(1);
|
||
|
||
function numberArray(a, b) {
|
||
if (!b) b = [];
|
||
var n = a ? Math.min(b.length, a.length) : 0,
|
||
c = b.slice(),
|
||
i;
|
||
return function(t) {
|
||
for (i = 0; i < n; ++i) c[i] = a[i] * (1 - t) + b[i] * t;
|
||
return c;
|
||
};
|
||
}
|
||
|
||
function isNumberArray(x) {
|
||
return ArrayBuffer.isView(x) && !(x instanceof DataView);
|
||
}
|
||
|
||
function genericArray(a, b) {
|
||
var nb = b ? b.length : 0,
|
||
na = a ? Math.min(nb, a.length) : 0,
|
||
x = new Array(na),
|
||
c = new Array(nb),
|
||
i;
|
||
|
||
for (i = 0; i < na; ++i) x[i] = interpolate(a[i], b[i]);
|
||
for (; i < nb; ++i) c[i] = b[i];
|
||
|
||
return function(t) {
|
||
for (i = 0; i < na; ++i) c[i] = x[i](t);
|
||
return c;
|
||
};
|
||
}
|
||
|
||
function date(a, b) {
|
||
var d = new Date;
|
||
return a = +a, b = +b, function(t) {
|
||
return d.setTime(a * (1 - t) + b * t), d;
|
||
};
|
||
}
|
||
|
||
function interpolateNumber(a, b) {
|
||
return a = +a, b = +b, function(t) {
|
||
return a * (1 - t) + b * t;
|
||
};
|
||
}
|
||
|
||
function object(a, b) {
|
||
var i = {},
|
||
c = {},
|
||
k;
|
||
|
||
if (a === null || typeof a !== "object") a = {};
|
||
if (b === null || typeof b !== "object") b = {};
|
||
|
||
for (k in b) {
|
||
if (k in a) {
|
||
i[k] = interpolate(a[k], b[k]);
|
||
} else {
|
||
c[k] = b[k];
|
||
}
|
||
}
|
||
|
||
return function(t) {
|
||
for (k in i) c[k] = i[k](t);
|
||
return c;
|
||
};
|
||
}
|
||
|
||
var reA = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,
|
||
reB = new RegExp(reA.source, "g");
|
||
|
||
function zero(b) {
|
||
return function() {
|
||
return b;
|
||
};
|
||
}
|
||
|
||
function one(b) {
|
||
return function(t) {
|
||
return b(t) + "";
|
||
};
|
||
}
|
||
|
||
function string(a, b) {
|
||
var bi = reA.lastIndex = reB.lastIndex = 0, // scan index for next number in b
|
||
am, // current match in a
|
||
bm, // current match in b
|
||
bs, // string preceding current number in b, if any
|
||
i = -1, // index in s
|
||
s = [], // string constants and placeholders
|
||
q = []; // number interpolators
|
||
|
||
// Coerce inputs to strings.
|
||
a = a + "", b = b + "";
|
||
|
||
// Interpolate pairs of numbers in a & b.
|
||
while ((am = reA.exec(a))
|
||
&& (bm = reB.exec(b))) {
|
||
if ((bs = bm.index) > bi) { // a string precedes the next number in b
|
||
bs = b.slice(bi, bs);
|
||
if (s[i]) s[i] += bs; // coalesce with previous string
|
||
else s[++i] = bs;
|
||
}
|
||
if ((am = am[0]) === (bm = bm[0])) { // numbers in a & b match
|
||
if (s[i]) s[i] += bm; // coalesce with previous string
|
||
else s[++i] = bm;
|
||
} else { // interpolate non-matching numbers
|
||
s[++i] = null;
|
||
q.push({i: i, x: interpolateNumber(am, bm)});
|
||
}
|
||
bi = reB.lastIndex;
|
||
}
|
||
|
||
// Add remains of b.
|
||
if (bi < b.length) {
|
||
bs = b.slice(bi);
|
||
if (s[i]) s[i] += bs; // coalesce with previous string
|
||
else s[++i] = bs;
|
||
}
|
||
|
||
// Special optimization for only a single match.
|
||
// Otherwise, interpolate each of the numbers and rejoin the string.
|
||
return s.length < 2 ? (q[0]
|
||
? one(q[0].x)
|
||
: zero(b))
|
||
: (b = q.length, function(t) {
|
||
for (var i = 0, o; i < b; ++i) s[(o = q[i]).i] = o.x(t);
|
||
return s.join("");
|
||
});
|
||
}
|
||
|
||
function interpolate(a, b) {
|
||
var t = typeof b, c;
|
||
return b == null || t === "boolean" ? constant(b)
|
||
: (t === "number" ? interpolateNumber
|
||
: t === "string" ? ((c = color(b)) ? (b = c, rgb) : string)
|
||
: b instanceof color ? rgb
|
||
: b instanceof Date ? date
|
||
: isNumberArray(b) ? numberArray
|
||
: Array.isArray(b) ? genericArray
|
||
: typeof b.valueOf !== "function" && typeof b.toString !== "function" || isNaN(b) ? object
|
||
: interpolateNumber)(a, b);
|
||
}
|
||
|
||
function interpolateRound(a, b) {
|
||
return a = +a, b = +b, function(t) {
|
||
return Math.round(a * (1 - t) + b * t);
|
||
};
|
||
}
|
||
|
||
function constants(x) {
|
||
return function() {
|
||
return x;
|
||
};
|
||
}
|
||
|
||
function number(x) {
|
||
return +x;
|
||
}
|
||
|
||
var unit = [0, 1];
|
||
|
||
function identity$1(x) {
|
||
return x;
|
||
}
|
||
|
||
function normalize(a, b) {
|
||
return (b -= (a = +a))
|
||
? function(x) { return (x - a) / b; }
|
||
: constants(isNaN(b) ? NaN : 0.5);
|
||
}
|
||
|
||
function clamper(a, b) {
|
||
var t;
|
||
if (a > b) t = a, a = b, b = t;
|
||
return function(x) { return Math.max(a, Math.min(b, x)); };
|
||
}
|
||
|
||
// normalize(a, b)(x) takes a domain value x in [a,b] and returns the corresponding parameter t in [0,1].
|
||
// interpolate(a, b)(t) takes a parameter t in [0,1] and returns the corresponding range value x in [a,b].
|
||
function bimap(domain, range, interpolate) {
|
||
var d0 = domain[0], d1 = domain[1], r0 = range[0], r1 = range[1];
|
||
if (d1 < d0) d0 = normalize(d1, d0), r0 = interpolate(r1, r0);
|
||
else d0 = normalize(d0, d1), r0 = interpolate(r0, r1);
|
||
return function(x) { return r0(d0(x)); };
|
||
}
|
||
|
||
function polymap(domain, range, interpolate) {
|
||
var j = Math.min(domain.length, range.length) - 1,
|
||
d = new Array(j),
|
||
r = new Array(j),
|
||
i = -1;
|
||
|
||
// Reverse descending domains.
|
||
if (domain[j] < domain[0]) {
|
||
domain = domain.slice().reverse();
|
||
range = range.slice().reverse();
|
||
}
|
||
|
||
while (++i < j) {
|
||
d[i] = normalize(domain[i], domain[i + 1]);
|
||
r[i] = interpolate(range[i], range[i + 1]);
|
||
}
|
||
|
||
return function(x) {
|
||
var i = bisect(domain, x, 1, j) - 1;
|
||
return r[i](d[i](x));
|
||
};
|
||
}
|
||
|
||
function copy$1(source, target) {
|
||
return target
|
||
.domain(source.domain())
|
||
.range(source.range())
|
||
.interpolate(source.interpolate())
|
||
.clamp(source.clamp())
|
||
.unknown(source.unknown());
|
||
}
|
||
|
||
function transformer$1() {
|
||
var domain = unit,
|
||
range = unit,
|
||
interpolate$1 = interpolate,
|
||
transform,
|
||
untransform,
|
||
unknown,
|
||
clamp = identity$1,
|
||
piecewise,
|
||
output,
|
||
input;
|
||
|
||
function rescale() {
|
||
var n = Math.min(domain.length, range.length);
|
||
if (clamp !== identity$1) clamp = clamper(domain[0], domain[n - 1]);
|
||
piecewise = n > 2 ? polymap : bimap;
|
||
output = input = null;
|
||
return scale;
|
||
}
|
||
|
||
function scale(x) {
|
||
return x == null || isNaN(x = +x) ? unknown : (output || (output = piecewise(domain.map(transform), range, interpolate$1)))(transform(clamp(x)));
|
||
}
|
||
|
||
scale.invert = function(y) {
|
||
return clamp(untransform((input || (input = piecewise(range, domain.map(transform), interpolateNumber)))(y)));
|
||
};
|
||
|
||
scale.domain = function(_) {
|
||
return arguments.length ? (domain = Array.from(_, number), rescale()) : domain.slice();
|
||
};
|
||
|
||
scale.range = function(_) {
|
||
return arguments.length ? (range = Array.from(_), rescale()) : range.slice();
|
||
};
|
||
|
||
scale.rangeRound = function(_) {
|
||
return range = Array.from(_), interpolate$1 = interpolateRound, rescale();
|
||
};
|
||
|
||
scale.clamp = function(_) {
|
||
return arguments.length ? (clamp = _ ? true : identity$1, rescale()) : clamp !== identity$1;
|
||
};
|
||
|
||
scale.interpolate = function(_) {
|
||
return arguments.length ? (interpolate$1 = _, rescale()) : interpolate$1;
|
||
};
|
||
|
||
scale.unknown = function(_) {
|
||
return arguments.length ? (unknown = _, scale) : unknown;
|
||
};
|
||
|
||
return function(t, u) {
|
||
transform = t, untransform = u;
|
||
return rescale();
|
||
};
|
||
}
|
||
|
||
function continuous() {
|
||
return transformer$1()(identity$1, identity$1);
|
||
}
|
||
|
||
function formatDecimal(x) {
|
||
return Math.abs(x = Math.round(x)) >= 1e21
|
||
? x.toLocaleString("en").replace(/,/g, "")
|
||
: x.toString(10);
|
||
}
|
||
|
||
// Computes the decimal coefficient and exponent of the specified number x with
|
||
// significant digits p, where x is positive and p is in [1, 21] or undefined.
|
||
// For example, formatDecimalParts(1.23) returns ["123", 0].
|
||
function formatDecimalParts(x, p) {
|
||
if ((i = (x = p ? x.toExponential(p - 1) : x.toExponential()).indexOf("e")) < 0) return null; // NaN, ±Infinity
|
||
var i, coefficient = x.slice(0, i);
|
||
|
||
// The string returned by toExponential either has the form \d\.\d+e[-+]\d+
|
||
// (e.g., 1.2e+3) or the form \de[-+]\d+ (e.g., 1e+3).
|
||
return [
|
||
coefficient.length > 1 ? coefficient[0] + coefficient.slice(2) : coefficient,
|
||
+x.slice(i + 1)
|
||
];
|
||
}
|
||
|
||
function exponent(x) {
|
||
return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
|
||
}
|
||
|
||
function formatGroup(grouping, thousands) {
|
||
return function(value, width) {
|
||
var i = value.length,
|
||
t = [],
|
||
j = 0,
|
||
g = grouping[0],
|
||
length = 0;
|
||
|
||
while (i > 0 && g > 0) {
|
||
if (length + g + 1 > width) g = Math.max(1, width - length);
|
||
t.push(value.substring(i -= g, i + g));
|
||
if ((length += g + 1) > width) break;
|
||
g = grouping[j = (j + 1) % grouping.length];
|
||
}
|
||
|
||
return t.reverse().join(thousands);
|
||
};
|
||
}
|
||
|
||
function formatNumerals(numerals) {
|
||
return function(value) {
|
||
return value.replace(/[0-9]/g, function(i) {
|
||
return numerals[+i];
|
||
});
|
||
};
|
||
}
|
||
|
||
// [[fill]align][sign][symbol][0][width][,][.precision][~][type]
|
||
var re = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
|
||
|
||
function formatSpecifier(specifier) {
|
||
if (!(match = re.exec(specifier))) throw new Error("invalid format: " + specifier);
|
||
var match;
|
||
return new FormatSpecifier({
|
||
fill: match[1],
|
||
align: match[2],
|
||
sign: match[3],
|
||
symbol: match[4],
|
||
zero: match[5],
|
||
width: match[6],
|
||
comma: match[7],
|
||
precision: match[8] && match[8].slice(1),
|
||
trim: match[9],
|
||
type: match[10]
|
||
});
|
||
}
|
||
|
||
formatSpecifier.prototype = FormatSpecifier.prototype; // instanceof
|
||
|
||
function FormatSpecifier(specifier) {
|
||
this.fill = specifier.fill === undefined ? " " : specifier.fill + "";
|
||
this.align = specifier.align === undefined ? ">" : specifier.align + "";
|
||
this.sign = specifier.sign === undefined ? "-" : specifier.sign + "";
|
||
this.symbol = specifier.symbol === undefined ? "" : specifier.symbol + "";
|
||
this.zero = !!specifier.zero;
|
||
this.width = specifier.width === undefined ? undefined : +specifier.width;
|
||
this.comma = !!specifier.comma;
|
||
this.precision = specifier.precision === undefined ? undefined : +specifier.precision;
|
||
this.trim = !!specifier.trim;
|
||
this.type = specifier.type === undefined ? "" : specifier.type + "";
|
||
}
|
||
|
||
FormatSpecifier.prototype.toString = function() {
|
||
return this.fill
|
||
+ this.align
|
||
+ this.sign
|
||
+ this.symbol
|
||
+ (this.zero ? "0" : "")
|
||
+ (this.width === undefined ? "" : Math.max(1, this.width | 0))
|
||
+ (this.comma ? "," : "")
|
||
+ (this.precision === undefined ? "" : "." + Math.max(0, this.precision | 0))
|
||
+ (this.trim ? "~" : "")
|
||
+ this.type;
|
||
};
|
||
|
||
// Trims insignificant zeros, e.g., replaces 1.2000k with 1.2k.
|
||
function formatTrim(s) {
|
||
out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) {
|
||
switch (s[i]) {
|
||
case ".": i0 = i1 = i; break;
|
||
case "0": if (i0 === 0) i0 = i; i1 = i; break;
|
||
default: if (!+s[i]) break out; if (i0 > 0) i0 = 0; break;
|
||
}
|
||
}
|
||
return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s;
|
||
}
|
||
|
||
var prefixExponent;
|
||
|
||
function formatPrefixAuto(x, p) {
|
||
var d = formatDecimalParts(x, p);
|
||
if (!d) return x + "";
|
||
var coefficient = d[0],
|
||
exponent = d[1],
|
||
i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1,
|
||
n = coefficient.length;
|
||
return i === n ? coefficient
|
||
: i > n ? coefficient + new Array(i - n + 1).join("0")
|
||
: i > 0 ? coefficient.slice(0, i) + "." + coefficient.slice(i)
|
||
: "0." + new Array(1 - i).join("0") + formatDecimalParts(x, Math.max(0, p + i - 1))[0]; // less than 1y!
|
||
}
|
||
|
||
function formatRounded(x, p) {
|
||
var d = formatDecimalParts(x, p);
|
||
if (!d) return x + "";
|
||
var coefficient = d[0],
|
||
exponent = d[1];
|
||
return exponent < 0 ? "0." + new Array(-exponent).join("0") + coefficient
|
||
: coefficient.length > exponent + 1 ? coefficient.slice(0, exponent + 1) + "." + coefficient.slice(exponent + 1)
|
||
: coefficient + new Array(exponent - coefficient.length + 2).join("0");
|
||
}
|
||
|
||
var formatTypes = {
|
||
"%": (x, p) => (x * 100).toFixed(p),
|
||
"b": (x) => Math.round(x).toString(2),
|
||
"c": (x) => x + "",
|
||
"d": formatDecimal,
|
||
"e": (x, p) => x.toExponential(p),
|
||
"f": (x, p) => x.toFixed(p),
|
||
"g": (x, p) => x.toPrecision(p),
|
||
"o": (x) => Math.round(x).toString(8),
|
||
"p": (x, p) => formatRounded(x * 100, p),
|
||
"r": formatRounded,
|
||
"s": formatPrefixAuto,
|
||
"X": (x) => Math.round(x).toString(16).toUpperCase(),
|
||
"x": (x) => Math.round(x).toString(16)
|
||
};
|
||
|
||
function identity(x) {
|
||
return x;
|
||
}
|
||
|
||
var map = Array.prototype.map,
|
||
prefixes = ["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];
|
||
|
||
function formatLocale(locale) {
|
||
var group = locale.grouping === undefined || locale.thousands === undefined ? identity : formatGroup(map.call(locale.grouping, Number), locale.thousands + ""),
|
||
currencyPrefix = locale.currency === undefined ? "" : locale.currency[0] + "",
|
||
currencySuffix = locale.currency === undefined ? "" : locale.currency[1] + "",
|
||
decimal = locale.decimal === undefined ? "." : locale.decimal + "",
|
||
numerals = locale.numerals === undefined ? identity : formatNumerals(map.call(locale.numerals, String)),
|
||
percent = locale.percent === undefined ? "%" : locale.percent + "",
|
||
minus = locale.minus === undefined ? "−" : locale.minus + "",
|
||
nan = locale.nan === undefined ? "NaN" : locale.nan + "";
|
||
|
||
function newFormat(specifier) {
|
||
specifier = formatSpecifier(specifier);
|
||
|
||
var fill = specifier.fill,
|
||
align = specifier.align,
|
||
sign = specifier.sign,
|
||
symbol = specifier.symbol,
|
||
zero = specifier.zero,
|
||
width = specifier.width,
|
||
comma = specifier.comma,
|
||
precision = specifier.precision,
|
||
trim = specifier.trim,
|
||
type = specifier.type;
|
||
|
||
// The "n" type is an alias for ",g".
|
||
if (type === "n") comma = true, type = "g";
|
||
|
||
// The "" type, and any invalid type, is an alias for ".12~g".
|
||
else if (!formatTypes[type]) precision === undefined && (precision = 12), trim = true, type = "g";
|
||
|
||
// If zero fill is specified, padding goes after sign and before digits.
|
||
if (zero || (fill === "0" && align === "=")) zero = true, fill = "0", align = "=";
|
||
|
||
// Compute the prefix and suffix.
|
||
// For SI-prefix, the suffix is lazily computed.
|
||
var prefix = symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type) ? "0" + type.toLowerCase() : "",
|
||
suffix = symbol === "$" ? currencySuffix : /[%p]/.test(type) ? percent : "";
|
||
|
||
// What format function should we use?
|
||
// Is this an integer type?
|
||
// Can this type generate exponential notation?
|
||
var formatType = formatTypes[type],
|
||
maybeSuffix = /[defgprs%]/.test(type);
|
||
|
||
// Set the default precision if not specified,
|
||
// or clamp the specified precision to the supported range.
|
||
// For significant precision, it must be in [1, 21].
|
||
// For fixed precision, it must be in [0, 20].
|
||
precision = precision === undefined ? 6
|
||
: /[gprs]/.test(type) ? Math.max(1, Math.min(21, precision))
|
||
: Math.max(0, Math.min(20, precision));
|
||
|
||
function format(value) {
|
||
var valuePrefix = prefix,
|
||
valueSuffix = suffix,
|
||
i, n, c;
|
||
|
||
if (type === "c") {
|
||
valueSuffix = formatType(value) + valueSuffix;
|
||
value = "";
|
||
} else {
|
||
value = +value;
|
||
|
||
// Determine the sign. -0 is not less than 0, but 1 / -0 is!
|
||
var valueNegative = value < 0 || 1 / value < 0;
|
||
|
||
// Perform the initial formatting.
|
||
value = isNaN(value) ? nan : formatType(Math.abs(value), precision);
|
||
|
||
// Trim insignificant zeros.
|
||
if (trim) value = formatTrim(value);
|
||
|
||
// If a negative value rounds to zero after formatting, and no explicit positive sign is requested, hide the sign.
|
||
if (valueNegative && +value === 0 && sign !== "+") valueNegative = false;
|
||
|
||
// Compute the prefix and suffix.
|
||
valuePrefix = (valueNegative ? (sign === "(" ? sign : minus) : sign === "-" || sign === "(" ? "" : sign) + valuePrefix;
|
||
valueSuffix = (type === "s" ? prefixes[8 + prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign === "(" ? ")" : "");
|
||
|
||
// Break the formatted value into the integer “value” part that can be
|
||
// grouped, and fractional or exponential “suffix” part that is not.
|
||
if (maybeSuffix) {
|
||
i = -1, n = value.length;
|
||
while (++i < n) {
|
||
if (c = value.charCodeAt(i), 48 > c || c > 57) {
|
||
valueSuffix = (c === 46 ? decimal + value.slice(i + 1) : value.slice(i)) + valueSuffix;
|
||
value = value.slice(0, i);
|
||
break;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
|
||
// If the fill character is not "0", grouping is applied before padding.
|
||
if (comma && !zero) value = group(value, Infinity);
|
||
|
||
// Compute the padding.
|
||
var length = valuePrefix.length + value.length + valueSuffix.length,
|
||
padding = length < width ? new Array(width - length + 1).join(fill) : "";
|
||
|
||
// If the fill character is "0", grouping is applied after padding.
|
||
if (comma && zero) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = "";
|
||
|
||
// Reconstruct the final output based on the desired alignment.
|
||
switch (align) {
|
||
case "<": value = valuePrefix + value + valueSuffix + padding; break;
|
||
case "=": value = valuePrefix + padding + value + valueSuffix; break;
|
||
case "^": value = padding.slice(0, length = padding.length >> 1) + valuePrefix + value + valueSuffix + padding.slice(length); break;
|
||
default: value = padding + valuePrefix + value + valueSuffix; break;
|
||
}
|
||
|
||
return numerals(value);
|
||
}
|
||
|
||
format.toString = function() {
|
||
return specifier + "";
|
||
};
|
||
|
||
return format;
|
||
}
|
||
|
||
function formatPrefix(specifier, value) {
|
||
var f = newFormat((specifier = formatSpecifier(specifier), specifier.type = "f", specifier)),
|
||
e = Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3,
|
||
k = Math.pow(10, -e),
|
||
prefix = prefixes[8 + e / 3];
|
||
return function(value) {
|
||
return f(k * value) + prefix;
|
||
};
|
||
}
|
||
|
||
return {
|
||
format: newFormat,
|
||
formatPrefix: formatPrefix
|
||
};
|
||
}
|
||
|
||
var locale;
|
||
var format;
|
||
var formatPrefix;
|
||
|
||
defaultLocale({
|
||
thousands: ",",
|
||
grouping: [3],
|
||
currency: ["$", ""]
|
||
});
|
||
|
||
function defaultLocale(definition) {
|
||
locale = formatLocale(definition);
|
||
format = locale.format;
|
||
formatPrefix = locale.formatPrefix;
|
||
return locale;
|
||
}
|
||
|
||
function precisionFixed(step) {
|
||
return Math.max(0, -exponent(Math.abs(step)));
|
||
}
|
||
|
||
function precisionPrefix(step, value) {
|
||
return Math.max(0, Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3 - exponent(Math.abs(step)));
|
||
}
|
||
|
||
function precisionRound(step, max) {
|
||
step = Math.abs(step), max = Math.abs(max) - step;
|
||
return Math.max(0, exponent(max) - exponent(step)) + 1;
|
||
}
|
||
|
||
function tickFormat(start, stop, count, specifier) {
|
||
var step = tickStep(start, stop, count),
|
||
precision;
|
||
specifier = formatSpecifier(specifier == null ? ",f" : specifier);
|
||
switch (specifier.type) {
|
||
case "s": {
|
||
var value = Math.max(Math.abs(start), Math.abs(stop));
|
||
if (specifier.precision == null && !isNaN(precision = precisionPrefix(step, value))) specifier.precision = precision;
|
||
return formatPrefix(specifier, value);
|
||
}
|
||
case "":
|
||
case "e":
|
||
case "g":
|
||
case "p":
|
||
case "r": {
|
||
if (specifier.precision == null && !isNaN(precision = precisionRound(step, Math.max(Math.abs(start), Math.abs(stop))))) specifier.precision = precision - (specifier.type === "e");
|
||
break;
|
||
}
|
||
case "f":
|
||
case "%": {
|
||
if (specifier.precision == null && !isNaN(precision = precisionFixed(step))) specifier.precision = precision - (specifier.type === "%") * 2;
|
||
break;
|
||
}
|
||
}
|
||
return format(specifier);
|
||
}
|
||
|
||
function linearish(scale) {
|
||
var domain = scale.domain;
|
||
|
||
scale.ticks = function(count) {
|
||
var d = domain();
|
||
return ticks(d[0], d[d.length - 1], count == null ? 10 : count);
|
||
};
|
||
|
||
scale.tickFormat = function(count, specifier) {
|
||
var d = domain();
|
||
return tickFormat(d[0], d[d.length - 1], count == null ? 10 : count, specifier);
|
||
};
|
||
|
||
scale.nice = function(count) {
|
||
if (count == null) count = 10;
|
||
|
||
var d = domain();
|
||
var i0 = 0;
|
||
var i1 = d.length - 1;
|
||
var start = d[i0];
|
||
var stop = d[i1];
|
||
var prestep;
|
||
var step;
|
||
var maxIter = 10;
|
||
|
||
if (stop < start) {
|
||
step = start, start = stop, stop = step;
|
||
step = i0, i0 = i1, i1 = step;
|
||
}
|
||
|
||
while (maxIter-- > 0) {
|
||
step = tickIncrement(start, stop, count);
|
||
if (step === prestep) {
|
||
d[i0] = start;
|
||
d[i1] = stop;
|
||
return domain(d);
|
||
} else if (step > 0) {
|
||
start = Math.floor(start / step) * step;
|
||
stop = Math.ceil(stop / step) * step;
|
||
} else if (step < 0) {
|
||
start = Math.ceil(start * step) / step;
|
||
stop = Math.floor(stop * step) / step;
|
||
} else {
|
||
break;
|
||
}
|
||
prestep = step;
|
||
}
|
||
|
||
return scale;
|
||
};
|
||
|
||
return scale;
|
||
}
|
||
|
||
function linear() {
|
||
var scale = continuous();
|
||
|
||
scale.copy = function() {
|
||
return copy$1(scale, linear());
|
||
};
|
||
|
||
initRange.apply(scale, arguments);
|
||
|
||
return linearish(scale);
|
||
}
|
||
|
||
function transformer() {
|
||
var x0 = 0,
|
||
x1 = 1,
|
||
t0,
|
||
t1,
|
||
k10,
|
||
transform,
|
||
interpolator = identity$1,
|
||
clamp = false,
|
||
unknown;
|
||
|
||
function scale(x) {
|
||
return x == null || isNaN(x = +x) ? unknown : interpolator(k10 === 0 ? 0.5 : (x = (transform(x) - t0) * k10, clamp ? Math.max(0, Math.min(1, x)) : x));
|
||
}
|
||
|
||
scale.domain = function(_) {
|
||
return arguments.length ? ([x0, x1] = _, t0 = transform(x0 = +x0), t1 = transform(x1 = +x1), k10 = t0 === t1 ? 0 : 1 / (t1 - t0), scale) : [x0, x1];
|
||
};
|
||
|
||
scale.clamp = function(_) {
|
||
return arguments.length ? (clamp = !!_, scale) : clamp;
|
||
};
|
||
|
||
scale.interpolator = function(_) {
|
||
return arguments.length ? (interpolator = _, scale) : interpolator;
|
||
};
|
||
|
||
function range(interpolate) {
|
||
return function(_) {
|
||
var r0, r1;
|
||
return arguments.length ? ([r0, r1] = _, interpolator = interpolate(r0, r1), scale) : [interpolator(0), interpolator(1)];
|
||
};
|
||
}
|
||
|
||
scale.range = range(interpolate);
|
||
|
||
scale.rangeRound = range(interpolateRound);
|
||
|
||
scale.unknown = function(_) {
|
||
return arguments.length ? (unknown = _, scale) : unknown;
|
||
};
|
||
|
||
return function(t) {
|
||
transform = t, t0 = t(x0), t1 = t(x1), k10 = t0 === t1 ? 0 : 1 / (t1 - t0);
|
||
return scale;
|
||
};
|
||
}
|
||
|
||
function copy(source, target) {
|
||
return target
|
||
.domain(source.domain())
|
||
.interpolator(source.interpolator())
|
||
.clamp(source.clamp())
|
||
.unknown(source.unknown());
|
||
}
|
||
|
||
function sequential() {
|
||
var scale = linearish(transformer()(identity$1));
|
||
|
||
scale.copy = function() {
|
||
return copy(scale, sequential());
|
||
};
|
||
|
||
return initInterpolator.apply(scale, arguments);
|
||
}
|
||
|
||
const COLOR_BASE = "#cecece";
|
||
|
||
// https://www.w3.org/TR/WCAG20/#relativeluminancedef
|
||
const rc = 0.2126;
|
||
const gc = 0.7152;
|
||
const bc = 0.0722;
|
||
// low-gamma adjust coefficient
|
||
const lowc = 1 / 12.92;
|
||
function adjustGamma(p) {
|
||
return Math.pow((p + 0.055) / 1.055, 2.4);
|
||
}
|
||
function relativeLuminance(o) {
|
||
const rsrgb = o.r / 255;
|
||
const gsrgb = o.g / 255;
|
||
const bsrgb = o.b / 255;
|
||
const r = rsrgb <= 0.03928 ? rsrgb * lowc : adjustGamma(rsrgb);
|
||
const g = gsrgb <= 0.03928 ? gsrgb * lowc : adjustGamma(gsrgb);
|
||
const b = bsrgb <= 0.03928 ? bsrgb * lowc : adjustGamma(bsrgb);
|
||
return r * rc + g * gc + b * bc;
|
||
}
|
||
const createRainbowColor = (root) => {
|
||
const colorParentMap = new Map();
|
||
colorParentMap.set(root, COLOR_BASE);
|
||
if (root.children != null) {
|
||
const colorScale = sequential([0, root.children.length], (n) => hsl(360 * n, 0.3, 0.85));
|
||
root.children.forEach((c, id) => {
|
||
colorParentMap.set(c, colorScale(id).toString());
|
||
});
|
||
}
|
||
const colorMap = new Map();
|
||
const lightScale = linear().domain([0, root.height]).range([0.9, 0.3]);
|
||
const getBackgroundColor = (node) => {
|
||
const parents = node.ancestors();
|
||
const colorStr = parents.length === 1 ? colorParentMap.get(parents[0]) : colorParentMap.get(parents[parents.length - 2]);
|
||
const hslColor = hsl(colorStr);
|
||
hslColor.l = lightScale(node.depth);
|
||
return hslColor;
|
||
};
|
||
return (node) => {
|
||
if (!colorMap.has(node)) {
|
||
const backgroundColor = getBackgroundColor(node);
|
||
const l = relativeLuminance(backgroundColor.rgb());
|
||
const fontColor = l > 0.19 ? "#000" : "#fff";
|
||
colorMap.set(node, {
|
||
backgroundColor: backgroundColor.toString(),
|
||
fontColor,
|
||
});
|
||
}
|
||
return colorMap.get(node);
|
||
};
|
||
};
|
||
|
||
const StaticContext = D({});
|
||
const drawChart = (parentNode, data, width, height) => {
|
||
const availableSizeProperties = getAvailableSizeOptions(data.options);
|
||
console.time("layout create");
|
||
const layout = treemap()
|
||
.size([width, height])
|
||
.paddingOuter(PADDING)
|
||
.paddingTop(TOP_PADDING)
|
||
.paddingInner(PADDING)
|
||
.round(true)
|
||
.tile(treemapResquarify);
|
||
console.timeEnd("layout create");
|
||
console.time("rawHierarchy create");
|
||
const rawHierarchy = hierarchy(data.tree);
|
||
console.timeEnd("rawHierarchy create");
|
||
const nodeSizesCache = new Map();
|
||
const nodeIdsCache = new Map();
|
||
const getModuleSize = (node, sizeKey) => { var _a, _b; return (_b = (_a = nodeSizesCache.get(node)) === null || _a === void 0 ? void 0 : _a[sizeKey]) !== null && _b !== void 0 ? _b : 0; };
|
||
console.time("rawHierarchy eachAfter cache");
|
||
rawHierarchy.eachAfter((node) => {
|
||
var _a;
|
||
const nodeData = node.data;
|
||
nodeIdsCache.set(nodeData, {
|
||
nodeUid: generateUniqueId("node"),
|
||
clipUid: generateUniqueId("clip"),
|
||
});
|
||
const sizes = { renderedLength: 0, gzipLength: 0, brotliLength: 0 };
|
||
if (isModuleTree(nodeData)) {
|
||
for (const sizeKey of availableSizeProperties) {
|
||
sizes[sizeKey] = nodeData.children.reduce((acc, child) => getModuleSize(child, sizeKey) + acc, 0);
|
||
}
|
||
}
|
||
else {
|
||
for (const sizeKey of availableSizeProperties) {
|
||
sizes[sizeKey] = (_a = data.nodeParts[nodeData.uid][sizeKey]) !== null && _a !== void 0 ? _a : 0;
|
||
}
|
||
}
|
||
nodeSizesCache.set(nodeData, sizes);
|
||
});
|
||
console.timeEnd("rawHierarchy eachAfter cache");
|
||
const getModuleIds = (node) => nodeIdsCache.get(node);
|
||
console.time("color");
|
||
const getModuleColor = createRainbowColor(rawHierarchy);
|
||
console.timeEnd("color");
|
||
S(e$1(StaticContext.Provider, Object.assign({ value: {
|
||
data,
|
||
availableSizeProperties,
|
||
width,
|
||
height,
|
||
getModuleSize,
|
||
getModuleIds,
|
||
getModuleColor,
|
||
rawHierarchy,
|
||
layout,
|
||
} }, { children: e$1(Main, {}, void 0) }), void 0), parentNode);
|
||
};
|
||
|
||
exports.StaticContext = StaticContext;
|
||
exports["default"] = drawChart;
|
||
|
||
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
||
return exports;
|
||
|
||
})({});
|
||
//# sourceMappingURL=treemap.js.map
|
||
|
||
/*-->*/
|
||
</script>
|
||
<script>
|
||
/*<!--*/
|
||
const data = {"version":2,"tree":{"name":"root","children":[{"name":"budibase-client.js","children":[{"name":"node_modules","children":[{"name":"svelte","children":[{"name":"internal/index.mjs","uid":"3b37-24634"},{"name":"store/index.mjs","uid":"3b37-24636"},{"name":"easing/index.mjs","uid":"3b37-24690"},{"name":"transition/index.mjs","uid":"3b37-24692"}]},{"name":"style-inject/dist/style-inject.es.js","uid":"3b37-24638"},{"name":"@spectrum-css","children":[{"name":"vars/dist","children":[{"uid":"3b37-25090","name":"spectrum-global.css"},{"uid":"3b37-25092","name":"spectrum-medium.css"},{"uid":"3b37-25094","name":"spectrum-large.css"},{"uid":"3b37-25096","name":"spectrum-lightest.css"},{"uid":"3b37-25098","name":"spectrum-light.css"},{"uid":"3b37-25100","name":"spectrum-dark.css"},{"uid":"3b37-25102","name":"spectrum-darkest.css"}]},{"name":"page/dist/index-vars.css","uid":"3b37-25104"},{"name":"divider/dist/index-vars.css","uid":"3b37-25122"},{"name":"button/dist/index-vars.css","uid":"3b37-25130"},{"name":"typography/dist/index-vars.css","uid":"3b37-25160"},{"name":"card/dist/index-vars.css","uid":"3b37-25192"},{"name":"tag/dist/index-vars.css","uid":"3b37-25198"}]},{"name":"svelte-spa-router","children":[{"name":"node_modules/regexparam/dist/index.mjs","uid":"3b37-25146"},{"uid":"3b37-25148","name":"Router.svelte"},{"uid":"3b37-25150","name":"active.js"}]},{"name":"dayjs","children":[{"uid":"3b37-25182","name":"dayjs.min.js"},{"name":"plugin/utc.js","uid":"3b37-25184"}]},{"name":"apexcharts/dist/apexcharts.common.js","uid":"3b37-25208"},{"name":"svelte-apexcharts/src/index.js","uid":"3b37-25210"},{"name":"flatpickr/dist/esm","children":[{"name":"types/options.js","uid":"3b37-25228"},{"name":"l10n/default.js","uid":"3b37-25230"},{"name":"utils","children":[{"uid":"3b37-25232","name":"index.js"},{"uid":"3b37-25234","name":"dom.js"},{"uid":"3b37-25236","name":"formatting.js"},{"uid":"3b37-25238","name":"dates.js"},{"uid":"3b37-25240","name":"polyfills.js"}]},{"uid":"3b37-25242","name":"index.js"}]},{"name":"shortid","children":[{"name":"lib","children":[{"name":"random","children":[{"uid":"3b37-25300","name":"random-from-seed.js"},{"uid":"3b37-25304","name":"random-byte-browser.js"}]},{"uid":"3b37-25302","name":"alphabet.js"},{"uid":"3b37-25310","name":"generate.js"},{"uid":"3b37-25312","name":"build.js"},{"uid":"3b37-25314","name":"is-valid.js"},{"uid":"3b37-25316","name":"index.js"}]},{"name":"node_modules/nanoid/format.browser.js","uid":"3b37-25306"},{"uid":"3b37-25318","name":"index.js"}]}]},{"name":"Users/rpowell/dev/repos/budibase/packages","children":[{"name":"bbui","children":[{"name":"src","children":[{"uid":"3b37-24640","name":"bbui.css"},{"name":"Tooltip","children":[{"uid":"3b37-24648","name":"Tooltip.svelte"},{"uid":"3b37-24654","name":"TooltipWrapper.css"},{"uid":"3b37-24656","name":"TooltipWrapper.svelte"}]},{"name":"Icon","children":[{"uid":"3b37-24650","name":"Icon.css"},{"uid":"3b37-24652","name":"Icon.svelte"}]},{"name":"Form","children":[{"uid":"3b37-24658","name":"FieldLabel.css"},{"uid":"3b37-24660","name":"FieldLabel.svelte"},{"uid":"3b37-24662","name":"Field.css"},{"uid":"3b37-24664","name":"Field.svelte"},{"name":"Core","children":[{"uid":"3b37-24668","name":"TextField.css"},{"uid":"3b37-24670","name":"TextField.svelte"},{"uid":"3b37-24678","name":"Stepper.css"},{"uid":"3b37-24680","name":"TextArea.css"},{"uid":"3b37-24682","name":"TextArea.svelte"},{"uid":"3b37-24698","name":"Search.css"},{"uid":"3b37-24700","name":"Search.svelte"},{"uid":"3b37-24702","name":"Picker.css"},{"uid":"3b37-24704","name":"Picker.svelte"},{"uid":"3b37-24706","name":"Select.svelte"},{"uid":"3b37-24712","name":"Combobox.css"},{"uid":"3b37-24714","name":"Combobox.svelte"},{"uid":"3b37-24746","name":"Dropzone.css"},{"uid":"3b37-24748","name":"Dropzone.svelte"},{"uid":"3b37-24780","name":"Switch.css"},{"uid":"3b37-24786","name":"RadioGroup.css"},{"uid":"3b37-24788","name":"RadioGroup.svelte"},{"uid":"3b37-24792","name":"Checkbox.css"},{"uid":"3b37-24794","name":"Checkbox.svelte"},{"uid":"3b37-24870","name":"DatePicker.css"},{"uid":"3b37-24872","name":"DatePicker.svelte"},{"uid":"3b37-24876","name":"Multiselect.svelte"},{"uid":"3b37-24996","name":"RichTextField.css"},{"uid":"3b37-24998","name":"RichTextField.svelte"}]},{"uid":"3b37-24672","name":"Input.svelte"},{"uid":"3b37-24708","name":"Select.svelte"},{"uid":"3b37-24716","name":"Combobox.svelte"},{"uid":"3b37-24796","name":"Checkbox.svelte"},{"uid":"3b37-24874","name":"DatePicker.svelte"}]},{"name":"Actions/click_outside.js","uid":"3b37-24694"},{"uid":"3b37-24724","name":"helpers.js"},{"name":"Link/Link.svelte","uid":"3b37-24728"},{"name":"Avatar","children":[{"uid":"3b37-24734","name":"Avatar.css"},{"uid":"3b37-24736","name":"Avatar.svelte"}]},{"name":"ClearButton/ClearButton.svelte","uid":"3b37-24738"},{"name":"Tags","children":[{"uid":"3b37-24740","name":"Tag.css"},{"uid":"3b37-24742","name":"Tag.svelte"},{"uid":"3b37-24744","name":"Tags.svelte"}]},{"name":"Button","children":[{"uid":"3b37-24754","name":"Button.css"},{"uid":"3b37-24756","name":"Button.svelte"}]},{"name":"Typography","children":[{"uid":"3b37-24758","name":"Body.svelte"},{"uid":"3b37-24760","name":"Heading.svelte"},{"uid":"3b37-25002","name":"Detail.css"}]},{"name":"Drawer","children":[{"uid":"3b37-24762","name":"Drawer.css"},{"uid":"3b37-24764","name":"DrawerContent.css"},{"uid":"3b37-24766","name":"DrawerContent.svelte"}]},{"name":"ActionButton","children":[{"uid":"3b37-24768","name":"ActionButton.css"},{"uid":"3b37-24770","name":"ActionButton.svelte"}]},{"name":"Popover/Popover.css","uid":"3b37-24774"},{"name":"DetailSummary/DetailSummary.css","uid":"3b37-24798"},{"name":"ProgressCircle/ProgressCircle.svelte","uid":"3b37-24804"},{"name":"Label/Label.css","uid":"3b37-24806"},{"name":"Layout","children":[{"uid":"3b37-24808","name":"Layout.css"},{"uid":"3b37-24810","name":"Layout.svelte"},{"uid":"3b37-24812","name":"Page.css"}]},{"name":"Menu/Item.css","uid":"3b37-24814"},{"uid":"3b37-24820","name":"context.js"},{"name":"Modal","children":[{"uid":"3b37-24822","name":"Modal.css"},{"uid":"3b37-24824","name":"Modal.svelte"},{"uid":"3b37-24834","name":"ModalContent.css"},{"uid":"3b37-24836","name":"ModalContent.svelte"}]},{"name":"Divider","children":[{"uid":"3b37-24830","name":"Divider.css"},{"uid":"3b37-24832","name":"Divider.svelte"}]},{"name":"Stores/notifications.js","uid":"3b37-24840"},{"name":"Notification","children":[{"uid":"3b37-24842","name":"Notification.css"},{"uid":"3b37-24844","name":"Notification.svelte"},{"uid":"3b37-24846","name":"NotificationDisplay.css"}]},{"name":"Table","children":[{"uid":"3b37-24880","name":"StringRenderer.css"},{"uid":"3b37-24882","name":"StringRenderer.svelte"},{"uid":"3b37-24884","name":"BooleanRenderer.css"},{"uid":"3b37-24886","name":"BooleanRenderer.svelte"},{"uid":"3b37-24892","name":"DateTimeRenderer.css"},{"uid":"3b37-24894","name":"DateTimeRenderer.svelte"},{"uid":"3b37-24898","name":"RelationshipRenderer.css"},{"uid":"3b37-24900","name":"RelationshipRenderer.svelte"},{"uid":"3b37-24902","name":"AttachmentRenderer.css"},{"uid":"3b37-24904","name":"AttachmentRenderer.svelte"},{"uid":"3b37-24908","name":"ArrayRenderer.svelte"},{"uid":"3b37-24910","name":"InternalRenderer.css"},{"uid":"3b37-24912","name":"InternalRenderer.svelte"},{"uid":"3b37-24914","name":"CellRenderer.svelte"},{"uid":"3b37-24916","name":"SelectEditRenderer.svelte"},{"uid":"3b37-24918","name":"Table.css"},{"uid":"3b37-24920","name":"Table.svelte"},{"uid":"3b37-25000","name":"BoldRenderer.css"}]},{"name":"Badge/Badge.svelte","uid":"3b37-24906"},{"name":"Tabs","children":[{"uid":"3b37-24924","name":"Tabs.css"},{"uid":"3b37-24926","name":"Tab.css"}]},{"name":"Pagination","children":[{"uid":"3b37-24932","name":"Pagination.css"},{"uid":"3b37-24934","name":"Pagination.svelte"}]},{"name":"ColorPicker","children":[{"uid":"3b37-24938","name":"ColorPicker.css"},{"uid":"3b37-24940","name":"ColorPicker.svelte"}]},{"name":"InlineAlert/InlineAlert.css","uid":"3b37-24944"},{"name":"Markdown","children":[{"uid":"3b37-24986","name":"SpectrumMDE.css"},{"uid":"3b37-24988","name":"SpectrumMDE.svelte"},{"uid":"3b37-24990","name":"MarkdownEditor.svelte"},{"uid":"3b37-24992","name":"MarkdownViewer.css"},{"uid":"3b37-24994","name":"MarkdownViewer.svelte"}]},{"uid":"3b37-25488","name":"spectrum-icons-rollup.js"}]},{"name":"node_modules","children":[{"name":"@spectrum-css","children":[{"name":"icon/dist","children":[{"uid":"3b37-24642","name":"index-vars.css"},{"uid":"3b37-25484","name":"spectrum-css-icons.svg"}]},{"name":"fieldlabel/dist/index-vars.css","uid":"3b37-24644"},{"name":"tooltip/dist/index-vars.css","uid":"3b37-24646"},{"name":"textfield/dist/index-vars.css","uid":"3b37-24666"},{"name":"actionbutton/dist/index-vars.css","uid":"3b37-24674"},{"name":"stepper/dist/index-vars.css","uid":"3b37-24676"},{"name":"picker/dist/index-vars.css","uid":"3b37-24684"},{"name":"popover/dist/index-vars.css","uid":"3b37-24686"},{"name":"menu/dist/index-vars.css","uid":"3b37-24688"},{"name":"search/dist/index-vars.css","uid":"3b37-24696"},{"name":"inputgroup/dist/index-vars.css","uid":"3b37-24710"},{"name":"dropzone/dist/index-vars.css","uid":"3b37-24718"},{"name":"typography/dist/index-vars.css","uid":"3b37-24720"},{"name":"illustratedmessage/dist/index-vars.css","uid":"3b37-24722"},{"name":"link/dist/index-vars.css","uid":"3b37-24726"},{"name":"tags/dist/index-vars.css","uid":"3b37-24730"},{"name":"avatar/dist/index-vars.css","uid":"3b37-24732"},{"name":"button/dist/index-vars.css","uid":"3b37-24752"},{"name":"actiongroup/dist/index-vars.css","uid":"3b37-24772"},{"name":"buttongroup/dist/index-vars.css","uid":"3b37-24776"},{"name":"switch/dist/index-vars.css","uid":"3b37-24778"},{"name":"fieldgroup/dist/index-vars.css","uid":"3b37-24782"},{"name":"radio/dist/index-vars.css","uid":"3b37-24784"},{"name":"checkbox/dist/index-vars.css","uid":"3b37-24790"},{"name":"progressbar/dist/index-vars.css","uid":"3b37-24800"},{"name":"progresscircle/dist/index-vars.css","uid":"3b37-24802"},{"name":"modal/dist/index-vars.css","uid":"3b37-24816"},{"name":"underlay/dist/index-vars.css","uid":"3b37-24818"},{"name":"dialog/dist/index-vars.css","uid":"3b37-24826"},{"name":"divider/dist/index-vars.css","uid":"3b37-24828"},{"name":"toast/dist/index-vars.css","uid":"3b37-24838"},{"name":"sidenav/dist/index-vars.css","uid":"3b37-24848"},{"name":"table/dist/index-vars.css","uid":"3b37-24878"},{"name":"label/dist/index-vars.css","uid":"3b37-24896"},{"name":"tabs/dist/index-vars.css","uid":"3b37-24922"},{"name":"treeview/dist/index-vars.css","uid":"3b37-24928"},{"name":"pagination/dist/index-vars.css","uid":"3b37-24930"},{"name":"statuslight/dist/index-vars.css","uid":"3b37-24936"},{"name":"inlinealert/dist/index-vars.css","uid":"3b37-24942"}]},{"name":"svelte-portal/src/Portal.svelte","uid":"3b37-24750"},{"name":"flatpickr/dist","children":[{"name":"esm","children":[{"name":"types/options.js","uid":"3b37-24850"},{"name":"l10n/default.js","uid":"3b37-24852"},{"name":"utils","children":[{"uid":"3b37-24854","name":"index.js"},{"uid":"3b37-24856","name":"dom.js"},{"uid":"3b37-24858","name":"formatting.js"},{"uid":"3b37-24860","name":"dates.js"},{"uid":"3b37-24862","name":"polyfills.js"}]},{"uid":"3b37-24864","name":"index.js"}]},{"uid":"3b37-24868","name":"flatpickr.css"}]},{"name":"svelte-flatpickr/src/Flatpickr.svelte","uid":"3b37-24866"},{"name":"dayjs/dayjs.min.js","uid":"3b37-24890"},{"name":"codemirror","children":[{"name":"lib/codemirror.js","uid":"3b37-24946"},{"name":"addon","children":[{"name":"edit/continuelist.js","uid":"3b37-24948"},{"name":"display","children":[{"uid":"3b37-24952","name":"fullscreen.js"},{"uid":"3b37-24962","name":"placeholder.js"},{"uid":"3b37-24964","name":"autorefresh.js"}]},{"name":"mode/overlay.js","uid":"3b37-24960"},{"name":"selection/mark-selection.js","uid":"3b37-24966"},{"name":"search/searchcursor.js","uid":"3b37-24968"}]},{"name":"mode","children":[{"name":"xml/xml.js","uid":"3b37-24954"},{"uid":"3b37-24956","name":"meta.js"},{"name":"markdown/markdown.js","uid":"3b37-24958"},{"name":"gfm/gfm.js","uid":"3b37-24970"}]}]},{"name":"easymde","children":[{"name":"src/js","children":[{"name":"codemirror/tablist.js","uid":"3b37-24950"},{"uid":"3b37-24982","name":"easymde.js"}]},{"name":"dist/easymde.min.css","uid":"3b37-24984"}]},{"name":"typo-js/typo.js","uid":"3b37-24976"},{"name":"codemirror-spell-checker/src/js/spell-checker.js","uid":"3b37-24978"},{"name":"marked/lib/marked.cjs","uid":"3b37-24980"},{"name":"@adobe/spectrum-css-workflow-icons/dist/spectrum-icons.svg","uid":"3b37-25486"}]}]},{"name":"frontend-core","children":[{"name":"assets/error.svg","uid":"3b37-25004"},{"name":"src","children":[{"uid":"3b37-25006","name":"constants.js"},{"name":"api","children":[{"uid":"3b37-25008","name":"analytics.js"},{"uid":"3b37-25010","name":"app.js"},{"uid":"3b37-25012","name":"attachments.js"},{"uid":"3b37-25014","name":"auth.js"},{"uid":"3b37-25016","name":"automations.js"},{"uid":"3b37-25018","name":"configs.js"},{"uid":"3b37-25020","name":"datasources.js"},{"uid":"3b37-25022","name":"flags.js"},{"uid":"3b37-25024","name":"hosting.js"},{"uid":"3b37-25026","name":"layouts.js"},{"uid":"3b37-25028","name":"other.js"},{"uid":"3b37-25030","name":"permissions.js"},{"uid":"3b37-25032","name":"queries.js"},{"uid":"3b37-25034","name":"relationships.js"},{"uid":"3b37-25036","name":"roles.js"},{"uid":"3b37-25038","name":"routes.js"},{"uid":"3b37-25040","name":"rows.js"},{"uid":"3b37-25042","name":"screens.js"},{"uid":"3b37-25044","name":"tables.js"},{"uid":"3b37-25046","name":"templates.js"},{"uid":"3b37-25048","name":"user.js"},{"uid":"3b37-25050","name":"views.js"},{"uid":"3b37-25052","name":"index.js"}]},{"name":"stores/localStorage.js","uid":"3b37-25054"},{"name":"utils","children":[{"uid":"3b37-25066","name":"lucene.js"},{"uid":"3b37-25082","name":"json.js"},{"uid":"3b37-25088","name":"cookies.js"}]},{"name":"fetch","children":[{"uid":"3b37-25068","name":"DataFetch.js"},{"uid":"3b37-25070","name":"TableFetch.js"},{"uid":"3b37-25072","name":"ViewFetch.js"},{"uid":"3b37-25074","name":"QueryFetch.js"},{"uid":"3b37-25076","name":"RelationshipFetch.js"},{"uid":"3b37-25078","name":"NestedProviderFetch.js"},{"uid":"3b37-25080","name":"FieldFetch.js"},{"uid":"3b37-25084","name":"JSONArrayFetch.js"},{"uid":"3b37-25086","name":"fetchData.js"}]}]},{"name":"node_modules/lodash","children":[{"uid":"3b37-25056","name":"lodash.min.js"},{"name":"fp","children":[{"uid":"3b37-25058","name":"_mapping.js"},{"uid":"3b37-25060","name":"placeholder.js"},{"uid":"3b37-25062","name":"_baseConvert.js"}]},{"uid":"3b37-25064","name":"fp.js"}]}]},{"name":"string-templates/dist/bundle.mjs","uid":"3b37-25322"}]},{"uid":"3b37-24888","name":"\u0000commonjsHelpers.js"},{"uid":"3b37-24972","name":"\u0000polyfill-node.fs.js"},{"uid":"3b37-24974","name":"\u0000\u0000polyfill-node.fs.js?commonjs-proxy"},{"name":"src","children":[{"name":"components","children":[{"name":"app","children":[{"uid":"3b37-25106","name":"Placeholder.css"},{"uid":"3b37-25108","name":"Placeholder.svelte"},{"uid":"3b37-25110","name":"Container.css"},{"uid":"3b37-25112","name":"Container.svelte"},{"uid":"3b37-25114","name":"Section.css"},{"uid":"3b37-25116","name":"Section.svelte"},{"uid":"3b37-25118","name":"DataProvider.css"},{"uid":"3b37-25120","name":"DataProvider.svelte"},{"uid":"3b37-25124","name":"Divider.svelte"},{"uid":"3b37-25126","name":"ScreenSlot.css"},{"uid":"3b37-25128","name":"ScreenSlot.svelte"},{"uid":"3b37-25132","name":"Button.css"},{"uid":"3b37-25134","name":"Button.svelte"},{"uid":"3b37-25136","name":"Repeater.css"},{"uid":"3b37-25138","name":"Repeater.svelte"},{"uid":"3b37-25140","name":"Text.css"},{"uid":"3b37-25142","name":"Text.svelte"},{"uid":"3b37-25152","name":"Layout.css"},{"uid":"3b37-25154","name":"Layout.svelte"},{"uid":"3b37-25156","name":"Link.css"},{"uid":"3b37-25158","name":"Link.svelte"},{"uid":"3b37-25162","name":"Heading.css"},{"uid":"3b37-25164","name":"Heading.svelte"},{"uid":"3b37-25166","name":"Image.css"},{"uid":"3b37-25168","name":"Image.svelte"},{"uid":"3b37-25170","name":"Embed.css"},{"uid":"3b37-25172","name":"Embed.svelte"},{"uid":"3b37-25174","name":"Icon.css"},{"uid":"3b37-25176","name":"Icon.svelte"},{"uid":"3b37-25178","name":"BackgroundImage.css"},{"uid":"3b37-25180","name":"BackgroundImage.svelte"},{"uid":"3b37-25186","name":"DateRangePicker.svelte"},{"uid":"3b37-25188","name":"CardStat.css"},{"uid":"3b37-25190","name":"CardStat.svelte"},{"uid":"3b37-25194","name":"SpectrumCard.css"},{"uid":"3b37-25196","name":"SpectrumCard.svelte"},{"uid":"3b37-25200","name":"Tag.css"},{"uid":"3b37-25202","name":"Tag.svelte"},{"uid":"3b37-25204","name":"MarkdownViewer.svelte"},{"name":"charts","children":[{"uid":"3b37-25206","name":"ApexOptionsBuilder.js"},{"uid":"3b37-25212","name":"ApexChart.css"},{"uid":"3b37-25214","name":"ApexChart.svelte"},{"uid":"3b37-25216","name":"BarChart.svelte"},{"uid":"3b37-25218","name":"LineChart.svelte"},{"uid":"3b37-25220","name":"PieChart.svelte"},{"uid":"3b37-25222","name":"DonutChart.svelte"},{"uid":"3b37-25224","name":"AreaChart.svelte"},{"uid":"3b37-25226","name":"CandleStickChart.svelte"}]},{"name":"forms","children":[{"uid":"3b37-25244","name":"validation.js"},{"uid":"3b37-25246","name":"InnerForm.svelte"},{"uid":"3b37-25248","name":"Form.svelte"},{"uid":"3b37-25250","name":"FieldGroup.css"},{"uid":"3b37-25252","name":"FieldGroup.svelte"},{"uid":"3b37-25254","name":"FieldGroupFallback.svelte"},{"uid":"3b37-25256","name":"Field.css"},{"uid":"3b37-25258","name":"Field.svelte"},{"uid":"3b37-25260","name":"StringField.svelte"},{"uid":"3b37-25262","name":"NumberField.svelte"},{"uid":"3b37-25264","name":"optionsParser.js"},{"uid":"3b37-25266","name":"OptionsField.svelte"},{"uid":"3b37-25268","name":"MultiFieldSelect.svelte"},{"uid":"3b37-25270","name":"BooleanField.svelte"},{"uid":"3b37-25272","name":"LongFormField.svelte"},{"uid":"3b37-25274","name":"DateTimeField.svelte"},{"uid":"3b37-25276","name":"AttachmentField.svelte"},{"uid":"3b37-25278","name":"RelationshipField.svelte"},{"uid":"3b37-25280","name":"PasswordField.svelte"},{"uid":"3b37-25282","name":"FormStep.svelte"},{"uid":"3b37-25284","name":"JSONField.css"},{"uid":"3b37-25286","name":"JSONField.svelte"},{"uid":"3b37-25288","name":"S3Upload.css"},{"uid":"3b37-25290","name":"S3Upload.svelte"}]},{"name":"table","children":[{"uid":"3b37-25292","name":"SlotRenderer.svelte"},{"uid":"3b37-25294","name":"Table.css"},{"uid":"3b37-25296","name":"Table.svelte"}]},{"name":"blocks","children":[{"uid":"3b37-25324","name":"TableBlock.css"},{"uid":"3b37-25326","name":"TableBlock.svelte"},{"uid":"3b37-25328","name":"CardsBlock.css"},{"uid":"3b37-25330","name":"CardsBlock.svelte"},{"uid":"3b37-25332","name":"RepeaterBlock.svelte"}]},{"name":"dynamic-filter","children":[{"uid":"3b37-25334","name":"FilterModal.css"},{"uid":"3b37-25336","name":"FilterModal.svelte"},{"uid":"3b37-25338","name":"DynamicFilter.svelte"}]},{"name":"deprecated","children":[{"uid":"3b37-25340","name":"Navigation.css"},{"uid":"3b37-25342","name":"Navigation.svelte"},{"uid":"3b37-25344","name":"CardHorizontal.css"},{"uid":"3b37-25346","name":"CardHorizontal.svelte"},{"uid":"3b37-25348","name":"StackedList.css"},{"uid":"3b37-25350","name":"StackedList.svelte"},{"uid":"3b37-25352","name":"Card.css"},{"uid":"3b37-25354","name":"Card.svelte"}]},{"uid":"3b37-25356","name":"index.js"}]},{"uid":"3b37-25298","name":"Block.svelte"},{"uid":"3b37-25320","name":"BlockComponent.svelte"},{"name":"context","children":[{"uid":"3b37-25396","name":"Provider.svelte"},{"uid":"3b37-25436","name":"UserBindingsProvider.svelte"},{"uid":"3b37-25438","name":"DeviceBindingsProvider.svelte"},{"uid":"3b37-25440","name":"StateBindingsProvider.svelte"}]},{"uid":"3b37-25398","name":"Screen.svelte"},{"uid":"3b37-25400","name":"Router.css"},{"uid":"3b37-25402","name":"Router.svelte"},{"uid":"3b37-25412","name":"Component.css"},{"uid":"3b37-25414","name":"Component.svelte"},{"name":"overlay","children":[{"uid":"3b37-25426","name":"NotificationDisplay.css"},{"uid":"3b37-25428","name":"NotificationDisplay.svelte"},{"uid":"3b37-25430","name":"ConfirmationDisplay.svelte"},{"uid":"3b37-25432","name":"PeekScreenDisplay.css"},{"uid":"3b37-25434","name":"PeekScreenDisplay.svelte"}]},{"name":"preview","children":[{"uid":"3b37-25442","name":"SettingsButton.css"},{"uid":"3b37-25444","name":"SettingsButton.svelte"},{"uid":"3b37-25446","name":"SettingsColorPicker.css"},{"uid":"3b37-25448","name":"SettingsColorPicker.svelte"},{"uid":"3b37-25450","name":"SettingsPicker.css"},{"uid":"3b37-25452","name":"SettingsPicker.svelte"},{"uid":"3b37-25456","name":"SettingsBar.css"},{"uid":"3b37-25458","name":"SettingsBar.svelte"},{"uid":"3b37-25460","name":"Indicator.css"},{"uid":"3b37-25462","name":"Indicator.svelte"},{"uid":"3b37-25464","name":"IndicatorSet.svelte"},{"uid":"3b37-25466","name":"SelectionIndicator.svelte"},{"uid":"3b37-25468","name":"HoverIndicator.svelte"},{"uid":"3b37-25474","name":"DNDPositionIndicator.svelte"},{"uid":"3b37-25476","name":"DNDHandler.svelte"},{"uid":"3b37-25478","name":"KeyboardManager.svelte"}]},{"uid":"3b37-25470","name":"CustomThemeWrapper.css"},{"uid":"3b37-25472","name":"CustomThemeWrapper.svelte"},{"uid":"3b37-25480","name":"ClientApp.css"},{"uid":"3b37-25482","name":"ClientApp.svelte"}]},{"uid":"3b37-25144","name":"constants.js"},{"name":"api","children":[{"uid":"3b37-25358","name":"api.js"},{"uid":"3b37-25360","name":"patches.js"},{"uid":"3b37-25362","name":"index.js"}]},{"name":"stores","children":[{"uid":"3b37-25364","name":"auth.js"},{"uid":"3b37-25366","name":"app.js"},{"uid":"3b37-25368","name":"state.js"},{"uid":"3b37-25370","name":"peek.js"},{"uid":"3b37-25376","name":"builder.js"},{"uid":"3b37-25378","name":"routes.js"},{"uid":"3b37-25380","name":"notification.js"},{"uid":"3b37-25382","name":"screens.js"},{"uid":"3b37-25384","name":"dataSource.js"},{"uid":"3b37-25386","name":"confirmation.js"},{"uid":"3b37-25388","name":"theme.js"},{"uid":"3b37-25390","name":"uploads.js"},{"uid":"3b37-25392","name":"context.js"},{"uid":"3b37-25394","name":"initialise.js"}]},{"name":"utils","children":[{"uid":"3b37-25374","name":"components.js"},{"uid":"3b37-25404","name":"enrichDataBinding.js"},{"uid":"3b37-25406","name":"buttonActions.js"},{"uid":"3b37-25408","name":"componentProps.js"},{"uid":"3b37-25410","name":"conditions.js"},{"uid":"3b37-25416","name":"styleable.js"},{"uid":"3b37-25418","name":"linkable.js"},{"uid":"3b37-25420","name":"getAction.js"},{"uid":"3b37-25422","name":"schema.js"},{"uid":"3b37-25454","name":"domDebounce.js"}]},{"uid":"3b37-25424","name":"sdk.js"},{"uid":"3b37-25490","name":"index.js"}]},{"name":"\u0000/node_modules/shortid/node_modules/nanoid/format.browser.js?commonjs-proxy","uid":"3b37-25308"},{"uid":"3b37-25372","name":"manifest.json"}]}],"isRoot":true},"nodeParts":{"3b37-24634":{"renderedLength":36675,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24633"},"3b37-24636":{"renderedLength":3374,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24635"},"3b37-24638":{"renderedLength":724,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24637"},"3b37-24640":{"renderedLength":2436,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24639"},"3b37-24642":{"renderedLength":12664,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24641"},"3b37-24644":{"renderedLength":8406,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24643"},"3b37-24646":{"renderedLength":10529,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24645"},"3b37-24648":{"renderedLength":6453,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24647"},"3b37-24650":{"renderedLength":391,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24649"},"3b37-24652":{"renderedLength":4262,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24651"},"3b37-24654":{"renderedLength":462,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24653"},"3b37-24656":{"renderedLength":7087,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24655"},"3b37-24658":{"renderedLength":233,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24657"},"3b37-24660":{"renderedLength":3551,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24659"},"3b37-24662":{"renderedLength":443,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24661"},"3b37-24664":{"renderedLength":6110,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24663"},"3b37-24666":{"renderedLength":22213,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24665"},"3b37-24668":{"renderedLength":100,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24667"},"3b37-24670":{"renderedLength":8562,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24669"},"3b37-24672":{"renderedLength":6334,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24671"},"3b37-24674":{"renderedLength":37418,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24673"},"3b37-24676":{"renderedLength":16807,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24675"},"3b37-24678":{"renderedLength":151,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24677"},"3b37-24680":{"renderedLength":168,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24679"},"3b37-24682":{"renderedLength":7244,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24681"},"3b37-24684":{"renderedLength":20757,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24683"},"3b37-24686":{"renderedLength":4606,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24685"},"3b37-24688":{"renderedLength":10750,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24687"},"3b37-24690":{"renderedLength":91,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24689"},"3b37-24692":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24691"},"3b37-24694":{"renderedLength":481,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24693"},"3b37-24696":{"renderedLength":1723,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24695"},"3b37-24698":{"renderedLength":295,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24697"},"3b37-24700":{"renderedLength":6439,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24699"},"3b37-24702":{"renderedLength":1206,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24701"},"3b37-24704":{"renderedLength":24461,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24703"},"3b37-24706":{"renderedLength":8099,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24705"},"3b37-24708":{"renderedLength":7219,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24707"},"3b37-24710":{"renderedLength":17906,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24709"},"3b37-24712":{"renderedLength":375,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24711"},"3b37-24714":{"renderedLength":14788,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24713"},"3b37-24716":{"renderedLength":5974,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24715"},"3b37-24718":{"renderedLength":1783,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24717"},"3b37-24720":{"renderedLength":77556,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24719"},"3b37-24722":{"renderedLength":1481,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24721"},"3b37-24724":{"renderedLength":3249,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24723"},"3b37-24726":{"renderedLength":2769,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24725"},"3b37-24728":{"renderedLength":4592,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24727"},"3b37-24730":{"renderedLength":15119,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24729"},"3b37-24732":{"renderedLength":685,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24731"},"3b37-24734":{"renderedLength":228,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24733"},"3b37-24736":{"renderedLength":5070,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24735"},"3b37-24738":{"renderedLength":2061,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24737"},"3b37-24740":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24739"},"3b37-24742":{"renderedLength":7886,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24741"},"3b37-24744":{"renderedLength":1943,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24743"},"3b37-24746":{"renderedLength":2670,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24745"},"3b37-24748":{"renderedLength":45515,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24747"},"3b37-24750":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24749"},"3b37-24752":{"renderedLength":38906,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24751"},"3b37-24754":{"renderedLength":592,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24753"},"3b37-24756":{"renderedLength":13909,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24755"},"3b37-24758":{"renderedLength":3402,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24757"},"3b37-24760":{"renderedLength":3116,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24759"},"3b37-24762":{"renderedLength":698,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24761"},"3b37-24764":{"renderedLength":580,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24763"},"3b37-24766":{"renderedLength":4794,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24765"},"3b37-24768":{"renderedLength":309,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24767"},"3b37-24770":{"renderedLength":10694,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24769"},"3b37-24772":{"renderedLength":12948,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24771"},"3b37-24774":{"renderedLength":152,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24773"},"3b37-24776":{"renderedLength":1450,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24775"},"3b37-24778":{"renderedLength":13177,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24777"},"3b37-24780":{"renderedLength":102,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24779"},"3b37-24782":{"renderedLength":763,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24781"},"3b37-24784":{"renderedLength":11813,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24783"},"3b37-24786":{"renderedLength":100,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24785"},"3b37-24788":{"renderedLength":7948,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24787"},"3b37-24790":{"renderedLength":19824,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24789"},"3b37-24792":{"renderedLength":361,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24791"},"3b37-24794":{"renderedLength":4418,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24793"},"3b37-24796":{"renderedLength":4196,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24795"},"3b37-24798":{"renderedLength":1039,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24797"},"3b37-24800":{"renderedLength":10099,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24799"},"3b37-24802":{"renderedLength":12819,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24801"},"3b37-24804":{"renderedLength":5259,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24803"},"3b37-24806":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24805"},"3b37-24808":{"renderedLength":1306,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24807"},"3b37-24810":{"renderedLength":4400,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24809"},"3b37-24812":{"renderedLength":312,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24811"},"3b37-24814":{"renderedLength":111,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24813"},"3b37-24816":{"renderedLength":4051,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24815"},"3b37-24818":{"renderedLength":2083,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24817"},"3b37-24820":{"renderedLength":55,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24819"},"3b37-24822":{"renderedLength":842,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24821"},"3b37-24824":{"renderedLength":11488,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24823"},"3b37-24826":{"renderedLength":16291,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24825"},"3b37-24828":{"renderedLength":1950,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24827"},"3b37-24830":{"renderedLength":131,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24829"},"3b37-24832":{"renderedLength":2194,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24831"},"3b37-24834":{"renderedLength":751,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24833"},"3b37-24836":{"renderedLength":25402,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24835"},"3b37-24838":{"renderedLength":8842,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24837"},"3b37-24840":{"renderedLength":1784,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24839"},"3b37-24842":{"renderedLength":105,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24841"},"3b37-24844":{"renderedLength":5293,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24843"},"3b37-24846":{"renderedLength":271,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24845"},"3b37-24848":{"renderedLength":8481,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24847"},"3b37-24850":{"renderedLength":2846,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24849"},"3b37-24852":{"renderedLength":1899,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24851"},"3b37-24854":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24853"},"3b37-24856":{"renderedLength":1922,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24855"},"3b37-24858":{"renderedLength":4759,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24857"},"3b37-24860":{"renderedLength":4940,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24859"},"3b37-24862":{"renderedLength":453,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24861"},"3b37-24864":{"renderedLength":93688,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24863"},"3b37-24866":{"renderedLength":6586,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24865"},"3b37-24868":{"renderedLength":19854,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24867"},"3b37-24870":{"renderedLength":528,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24869"},"3b37-24872":{"renderedLength":14886,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24871"},"3b37-24874":{"renderedLength":5037,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24873"},"3b37-24876":{"renderedLength":6908,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24875"},"3b37-24878":{"renderedLength":20722,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24877"},"3b37-24880":{"renderedLength":124,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24879"},"3b37-24882":{"renderedLength":1271,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24881"},"3b37-24884":{"renderedLength":147,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24883"},"3b37-24886":{"renderedLength":2069,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24885"},"3b37-24888":{"renderedLength":1018,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24887"},"3b37-24890":{"renderedLength":6414,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24889"},"3b37-24892":{"renderedLength":86,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24891"},"3b37-24894":{"renderedLength":1758,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24893"},"3b37-24896":{"renderedLength":2420,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24895"},"3b37-24898":{"renderedLength":96,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24897"},"3b37-24900":{"renderedLength":6143,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24899"},"3b37-24902":{"renderedLength":397,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24901"},"3b37-24904":{"renderedLength":11806,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24903"},"3b37-24906":{"renderedLength":5081,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24905"},"3b37-24908":{"renderedLength":5782,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24907"},"3b37-24910":{"renderedLength":124,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24909"},"3b37-24912":{"renderedLength":2597,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24911"},"3b37-24914":{"renderedLength":7771,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24913"},"3b37-24916":{"renderedLength":5715,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24915"},"3b37-24918":{"renderedLength":3366,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24917"},"3b37-24920":{"renderedLength":44371,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24919"},"3b37-24922":{"renderedLength":13393,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24921"},"3b37-24924":{"renderedLength":733,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24923"},"3b37-24926":{"renderedLength":126,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24925"},"3b37-24928":{"renderedLength":14182,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24927"},"3b37-24930":{"renderedLength":2449,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24929"},"3b37-24932":{"renderedLength":179,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24931"},"3b37-24934":{"renderedLength":4039,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24933"},"3b37-24936":{"renderedLength":7974,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24935"},"3b37-24938":{"renderedLength":2295,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24937"},"3b37-24940":{"renderedLength":17857,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24939"},"3b37-24942":{"renderedLength":4882,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24941"},"3b37-24944":{"renderedLength":302,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24943"},"3b37-24946":{"renderedLength":435744,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24945"},"3b37-24948":{"renderedLength":4077,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24947"},"3b37-24950":{"renderedLength":1263,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24949"},"3b37-24952":{"renderedLength":1415,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24951"},"3b37-24954":{"renderedLength":14707,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24953"},"3b37-24956":{"renderedLength":16573,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24955"},"3b37-24958":{"renderedLength":34198,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24957"},"3b37-24960":{"renderedLength":3345,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24959"},"3b37-24962":{"renderedLength":2917,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24961"},"3b37-24964":{"renderedLength":1508,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24963"},"3b37-24966":{"renderedLength":4035,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24965"},"3b37-24968":{"renderedLength":13209,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24967"},"3b37-24970":{"renderedLength":5264,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24969"},"3b37-24972":{"renderedLength":30,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24971"},"3b37-24974":{"renderedLength":78,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24973"},"3b37-24976":{"renderedLength":30622,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24975"},"3b37-24978":{"renderedLength":3494,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24977"},"3b37-24980":{"renderedLength":100035,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24979"},"3b37-24982":{"renderedLength":109291,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24981"},"3b37-24984":{"renderedLength":12588,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24983"},"3b37-24986":{"renderedLength":3226,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24985"},"3b37-24988":{"renderedLength":3654,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24987"},"3b37-24990":{"renderedLength":6011,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24989"},"3b37-24992":{"renderedLength":828,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24991"},"3b37-24994":{"renderedLength":3012,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24993"},"3b37-24996":{"renderedLength":753,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24995"},"3b37-24998":{"renderedLength":3893,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24997"},"3b37-25000":{"renderedLength":90,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-24999"},"3b37-25002":{"renderedLength":86,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25001"},"3b37-25004":{"renderedLength":2584,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25003"},"3b37-25006":{"renderedLength":1316,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25005"},"3b37-25008":{"renderedLength":471,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25007"},"3b37-25010":{"renderedLength":3959,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25009"},"3b37-25012":{"renderedLength":1919,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25011"},"3b37-25014":{"renderedLength":1993,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25013"},"3b37-25016":{"renderedLength":2188,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25015"},"3b37-25018":{"renderedLength":2296,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25017"},"3b37-25020":{"renderedLength":1606,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25019"},"3b37-25022":{"renderedLength":589,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25021"},"3b37-25024":{"renderedLength":431,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25023"},"3b37-25026":{"renderedLength":609,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25025"},"3b37-25028":{"renderedLength":1047,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25027"},"3b37-25030":{"renderedLength":852,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25029"},"3b37-25032":{"renderedLength":2267,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25031"},"3b37-25034":{"renderedLength":686,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25033"},"3b37-25036":{"renderedLength":733,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25035"},"3b37-25038":{"renderedLength":442,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25037"},"3b37-25040":{"renderedLength":1694,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25039"},"3b37-25042":{"renderedLength":619,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25041"},"3b37-25044":{"renderedLength":3241,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25043"},"3b37-25046":{"renderedLength":891,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25045"},"3b37-25048":{"renderedLength":3355,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25047"},"3b37-25050":{"renderedLength":1737,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25049"},"3b37-25052":{"renderedLength":6375,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25051"},"3b37-25054":{"renderedLength":1367,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25053"},"3b37-25056":{"renderedLength":73810,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25055"},"3b37-25058":{"renderedLength":11408,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25057"},"3b37-25060":{"renderedLength":131,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25059"},"3b37-25062":{"renderedLength":18492,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25061"},"3b37-25064":{"renderedLength":83,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25063"},"3b37-25066":{"renderedLength":8489,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25065"},"3b37-25068":{"renderedLength":11566,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25067"},"3b37-25070":{"renderedLength":1065,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25069"},"3b37-25072":{"renderedLength":414,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25071"},"3b37-25074":{"renderedLength":2907,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25073"},"3b37-25076":{"renderedLength":451,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25075"},"3b37-25078":{"renderedLength":511,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25077"},"3b37-25080":{"renderedLength":1077,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25079"},"3b37-25082":{"renderedLength":4336,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25081"},"3b37-25084":{"renderedLength":500,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25083"},"3b37-25086":{"renderedLength":463,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25085"},"3b37-25088":{"renderedLength":554,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25087"},"3b37-25090":{"renderedLength":49094,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25089"},"3b37-25092":{"renderedLength":69970,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25091"},"3b37-25094":{"renderedLength":68167,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25093"},"3b37-25096":{"renderedLength":6159,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25095"},"3b37-25098":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25097"},"3b37-25100":{"renderedLength":6220,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25099"},"3b37-25102":{"renderedLength":6206,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25101"},"3b37-25104":{"renderedLength":224,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25103"},"3b37-25106":{"renderedLength":145,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25105"},"3b37-25108":{"renderedLength":2480,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25107"},"3b37-25110":{"renderedLength":1434,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25109"},"3b37-25112":{"renderedLength":5043,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25111"},"3b37-25114":{"renderedLength":544,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25113"},"3b37-25116":{"renderedLength":9125,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25115"},"3b37-25118":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25117"},"3b37-25120":{"renderedLength":17212,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25119"},"3b37-25122":{"renderedLength":2320,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25121"},"3b37-25124":{"renderedLength":2183,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25123"},"3b37-25126":{"renderedLength":393,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25125"},"3b37-25128":{"renderedLength":1755,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25127"},"3b37-25130":{"renderedLength":47680,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25129"},"3b37-25132":{"renderedLength":449,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25131"},"3b37-25134":{"renderedLength":7931,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25133"},"3b37-25136":{"renderedLength":372,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25135"},"3b37-25138":{"renderedLength":12246,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25137"},"3b37-25140":{"renderedLength":519,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25139"},"3b37-25142":{"renderedLength":6629,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25141"},"3b37-25144":{"renderedLength":835,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25143"},"3b37-25146":{"renderedLength":825,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25145"},"3b37-25148":{"renderedLength":24044,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25147"},"3b37-25150":{"renderedLength":3682,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25149"},"3b37-25152":{"renderedLength":4947,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25151"},"3b37-25154":{"renderedLength":25235,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25153"},"3b37-25156":{"renderedLength":793,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25155"},"3b37-25158":{"renderedLength":14650,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25157"},"3b37-25160":{"renderedLength":77554,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25159"},"3b37-25162":{"renderedLength":506,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25161"},"3b37-25164":{"renderedLength":6679,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25163"},"3b37-25166":{"renderedLength":113,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25165"},"3b37-25168":{"renderedLength":5924,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25167"},"3b37-25170":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25169"},"3b37-25172":{"renderedLength":5517,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25171"},"3b37-25174":{"renderedLength":202,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25173"},"3b37-25176":{"renderedLength":6726,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25175"},"3b37-25178":{"renderedLength":324,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25177"},"3b37-25180":{"renderedLength":6296,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25179"},"3b37-25182":{"renderedLength":6429,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25181"},"3b37-25184":{"renderedLength":2165,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25183"},"3b37-25186":{"renderedLength":4915,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25185"},"3b37-25188":{"renderedLength":635,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25187"},"3b37-25190":{"renderedLength":2839,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25189"},"3b37-25192":{"renderedLength":20037,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25191"},"3b37-25194":{"renderedLength":1602,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25193"},"3b37-25196":{"renderedLength":10975,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25195"},"3b37-25198":{"renderedLength":18819,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25197"},"3b37-25200":{"renderedLength":259,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25199"},"3b37-25202":{"renderedLength":5884,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25201"},"3b37-25204":{"renderedLength":5349,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25203"},"3b37-25206":{"renderedLength":4379,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25205"},"3b37-25208":{"renderedLength":486170,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25207"},"3b37-25210":{"renderedLength":230,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25209"},"3b37-25212":{"renderedLength":544,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25211"},"3b37-25214":{"renderedLength":5759,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25213"},"3b37-25216":{"renderedLength":5666,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25215"},"3b37-25218":{"renderedLength":5692,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25217"},"3b37-25220":{"renderedLength":4034,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25219"},"3b37-25222":{"renderedLength":1711,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25221"},"3b37-25224":{"renderedLength":1728,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25223"},"3b37-25226":{"renderedLength":4711,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25225"},"3b37-25228":{"renderedLength":2842,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25227"},"3b37-25230":{"renderedLength":1897,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25229"},"3b37-25232":{"renderedLength":386,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25231"},"3b37-25234":{"renderedLength":1900,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25233"},"3b37-25236":{"renderedLength":4729,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25235"},"3b37-25238":{"renderedLength":4910,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25237"},"3b37-25240":{"renderedLength":453,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25239"},"3b37-25242":{"renderedLength":93406,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25241"},"3b37-25244":{"renderedLength":10062,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25243"},"3b37-25246":{"renderedLength":18352,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25245"},"3b37-25248":{"renderedLength":9725,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25247"},"3b37-25250":{"renderedLength":233,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25249"},"3b37-25252":{"renderedLength":3194,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25251"},"3b37-25254":{"renderedLength":4411,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25253"},"3b37-25256":{"renderedLength":578,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25255"},"3b37-25258":{"renderedLength":15642,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25257"},"3b37-25260":{"renderedLength":8288,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25259"},"3b37-25262":{"renderedLength":2428,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25261"},"3b37-25264":{"renderedLength":1312,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25263"},"3b37-25266":{"renderedLength":15974,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25265"},"3b37-25268":{"renderedLength":11302,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25267"},"3b37-25270":{"renderedLength":8065,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25269"},"3b37-25272":{"renderedLength":14910,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25271"},"3b37-25274":{"renderedLength":8274,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25273"},"3b37-25276":{"renderedLength":8002,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25275"},"3b37-25278":{"renderedLength":13591,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25277"},"3b37-25280":{"renderedLength":1781,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25279"},"3b37-25282":{"renderedLength":7314,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25281"},"3b37-25284":{"renderedLength":283,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25283"},"3b37-25286":{"renderedLength":8496,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25285"},"3b37-25288":{"renderedLength":308,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25287"},"3b37-25290":{"renderedLength":11536,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25289"},"3b37-25292":{"renderedLength":2951,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25291"},"3b37-25294":{"renderedLength":137,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25293"},"3b37-25296":{"renderedLength":9731,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25295"},"3b37-25298":{"renderedLength":2104,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25297"},"3b37-25300":{"renderedLength":541,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25299"},"3b37-25302":{"renderedLength":2519,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25301"},"3b37-25304":{"renderedLength":577,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25303"},"3b37-25306":{"renderedLength":1951,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25305"},"3b37-25308":{"renderedLength":34,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25307"},"3b37-25310":{"renderedLength":358,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25309"},"3b37-25312":{"renderedLength":1281,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25311"},"3b37-25314":{"renderedLength":333,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25313"},"3b37-25316":{"renderedLength":1800,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25315"},"3b37-25318":{"renderedLength":24,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25317"},"3b37-25320":{"renderedLength":4148,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25319"},"3b37-25322":{"renderedLength":1351204,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25321"},"3b37-25324":{"renderedLength":1169,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25323"},"3b37-25326":{"renderedLength":28009,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25325"},"3b37-25328":{"renderedLength":1169,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25327"},"3b37-25330":{"renderedLength":33149,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25329"},"3b37-25332":{"renderedLength":13051,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25331"},"3b37-25334":{"renderedLength":275,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25333"},"3b37-25336":{"renderedLength":27980,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25335"},"3b37-25338":{"renderedLength":10169,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25337"},"3b37-25340":{"renderedLength":552,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25339"},"3b37-25342":{"renderedLength":4777,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25341"},"3b37-25344":{"renderedLength":951,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25343"},"3b37-25346":{"renderedLength":7573,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25345"},"3b37-25348":{"renderedLength":729,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25347"},"3b37-25350":{"renderedLength":4908,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25349"},"3b37-25352":{"renderedLength":678,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25351"},"3b37-25354":{"renderedLength":6622,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25353"},"3b37-25356":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25355"},"3b37-25358":{"renderedLength":1562,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25357"},"3b37-25360":{"renderedLength":3946,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25359"},"3b37-25362":{"renderedLength":196,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25361"},"3b37-25364":{"renderedLength":818,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25363"},"3b37-25366":{"renderedLength":1031,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25365"},"3b37-25368":{"renderedLength":1688,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25367"},"3b37-25370":{"renderedLength":941,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25369"},"3b37-25372":{"renderedLength":74307,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25371"},"3b37-25374":{"renderedLength":1611,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25373"},"3b37-25376":{"renderedLength":3364,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25375"},"3b37-25378":{"renderedLength":3227,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25377"},"3b37-25380":{"renderedLength":1811,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25379"},"3b37-25382":{"renderedLength":2460,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25381"},"3b37-25384":{"renderedLength":3431,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25383"},"3b37-25386":{"renderedLength":894,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25385"},"3b37-25388":{"renderedLength":1979,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25387"},"3b37-25390":{"renderedLength":1106,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25389"},"3b37-25392":{"renderedLength":1741,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25391"},"3b37-25394":{"renderedLength":136,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25393"},"3b37-25396":{"renderedLength":4075,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25395"},"3b37-25398":{"renderedLength":6043,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25397"},"3b37-25400":{"renderedLength":89,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25399"},"3b37-25402":{"renderedLength":5319,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25401"},"3b37-25404":{"renderedLength":316,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25403"},"3b37-25406":{"renderedLength":10874,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25405"},"3b37-25408":{"renderedLength":2698,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25407"},"3b37-25410":{"renderedLength":1872,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25409"},"3b37-25412":{"renderedLength":237,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25411"},"3b37-25414":{"renderedLength":30572,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25413"},"3b37-25416":{"renderedLength":3801,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25415"},"3b37-25418":{"renderedLength":218,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25417"},"3b37-25420":{"renderedLength":446,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25419"},"3b37-25422":{"renderedLength":2534,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25421"},"3b37-25424":{"renderedLength":265,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25423"},"3b37-25426":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25425"},"3b37-25428":{"renderedLength":5284,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25427"},"3b37-25430":{"renderedLength":4826,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25429"},"3b37-25432":{"renderedLength":441,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25431"},"3b37-25434":{"renderedLength":10837,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25433"},"3b37-25436":{"renderedLength":3383,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25435"},"3b37-25438":{"renderedLength":3747,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25437"},"3b37-25440":{"renderedLength":2972,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25439"},"3b37-25442":{"renderedLength":509,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25441"},"3b37-25444":{"renderedLength":3701,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25443"},"3b37-25446":{"renderedLength":85,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25445"},"3b37-25448":{"renderedLength":2165,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25447"},"3b37-25450":{"renderedLength":85,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25449"},"3b37-25452":{"renderedLength":2600,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25451"},"3b37-25454":{"renderedLength":270,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25453"},"3b37-25456":{"renderedLength":771,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25455"},"3b37-25458":{"renderedLength":22320,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25457"},"3b37-25460":{"renderedLength":942,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25459"},"3b37-25462":{"renderedLength":5499,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25461"},"3b37-25464":{"renderedLength":9648,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25463"},"3b37-25466":{"renderedLength":1944,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25465"},"3b37-25468":{"renderedLength":2707,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25467"},"3b37-25470":{"renderedLength":2033,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25469"},"3b37-25472":{"renderedLength":2360,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25471"},"3b37-25474":{"renderedLength":7146,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25473"},"3b37-25476":{"renderedLength":9503,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25475"},"3b37-25478":{"renderedLength":1191,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25477"},"3b37-25480":{"renderedLength":1296,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25479"},"3b37-25482":{"renderedLength":25990,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25481"},"3b37-25484":{"renderedLength":23206,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25483"},"3b37-25486":{"renderedLength":999215,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25485"},"3b37-25488":{"renderedLength":892,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25487"},"3b37-25490":{"renderedLength":1186,"gzipLength":0,"brotliLength":0,"mainUid":"3b37-25489"}},"nodeMetas":{"3b37-24633":{"id":"/node_modules/svelte/internal/index.mjs","moduleParts":{"budibase-client.js":"3b37-24634"},"imported":[],"importedBy":[{"uid":"3b37-25481"},{"uid":"3b37-24635"},{"uid":"3b37-25492"},{"uid":"3b37-25413"},{"uid":"3b37-25427"},{"uid":"3b37-25429"},{"uid":"3b37-25433"},{"uid":"3b37-25435"},{"uid":"3b37-25437"},{"uid":"3b37-25439"},{"uid":"3b37-25457"},{"uid":"3b37-25465"},{"uid":"3b37-25467"},{"uid":"3b37-25471"},{"uid":"3b37-25475"},{"uid":"3b37-25477"},{"uid":"3b37-24671"},{"uid":"3b37-25495"},{"uid":"3b37-25496"},{"uid":"3b37-24707"},{"uid":"3b37-24715"},{"uid":"3b37-25497"},{"uid":"3b37-25498"},{"uid":"3b37-24765"},{"uid":"3b37-24735"},{"uid":"3b37-24769"},{"uid":"3b37-25499"},{"uid":"3b37-25500"},{"uid":"3b37-24755"},{"uid":"3b37-25501"},{"uid":"3b37-24737"},{"uid":"3b37-24651"},{"uid":"3b37-25502"},{"uid":"3b37-25503"},{"uid":"3b37-24795"},{"uid":"3b37-25504"},{"uid":"3b37-25505"},{"uid":"3b37-25506"},{"uid":"3b37-24803"},{"uid":"3b37-25507"},{"uid":"3b37-24809"},{"uid":"3b37-25508"},{"uid":"3b37-24727"},{"uid":"3b37-24647"},{"uid":"3b37-25509"},{"uid":"3b37-25510"},{"uid":"3b37-25511"},{"uid":"3b37-25512"},{"uid":"3b37-24823"},{"uid":"3b37-24835"},{"uid":"3b37-25513"},{"uid":"3b37-24843"},{"uid":"3b37-25514"},{"uid":"3b37-25515"},{"uid":"3b37-24873"},{"uid":"3b37-25516"},{"uid":"3b37-24919"},{"uid":"3b37-25517"},{"uid":"3b37-25518"},{"uid":"3b37-24743"},{"uid":"3b37-24741"},{"uid":"3b37-25519"},{"uid":"3b37-25520"},{"uid":"3b37-24831"},{"uid":"3b37-25521"},{"uid":"3b37-24933"},{"uid":"3b37-24905"},{"uid":"3b37-25522"},{"uid":"3b37-24939"},{"uid":"3b37-25523"},{"uid":"3b37-25524"},{"uid":"3b37-24989"},{"uid":"3b37-24993"},{"uid":"3b37-25525"},{"uid":"3b37-25526"},{"uid":"3b37-25527"},{"uid":"3b37-24757"},{"uid":"3b37-24759"},{"uid":"3b37-25528"},{"uid":"3b37-25529"},{"uid":"3b37-25401"},{"uid":"3b37-25107"},{"uid":"3b37-25395"},{"uid":"3b37-24691"},{"uid":"3b37-25443"},{"uid":"3b37-25447"},{"uid":"3b37-25451"},{"uid":"3b37-25463"},{"uid":"3b37-25473"},{"uid":"3b37-25147"},{"uid":"3b37-24663"},{"uid":"3b37-24669"},{"uid":"3b37-25533"},{"uid":"3b37-24681"},{"uid":"3b37-24705"},{"uid":"3b37-24713"},{"uid":"3b37-24747"},{"uid":"3b37-25535"},{"uid":"3b37-24787"},{"uid":"3b37-24793"},{"uid":"3b37-25536"},{"uid":"3b37-24689"},{"uid":"3b37-24655"},{"uid":"3b37-24871"},{"uid":"3b37-24875"},{"uid":"3b37-24913"},{"uid":"3b37-24915"},{"uid":"3b37-24699"},{"uid":"3b37-24987"},{"uid":"3b37-24997"},{"uid":"3b37-25111"},{"uid":"3b37-25115"},{"uid":"3b37-25119"},{"uid":"3b37-25123"},{"uid":"3b37-25127"},{"uid":"3b37-25133"},{"uid":"3b37-25137"},{"uid":"3b37-25141"},{"uid":"3b37-25153"},{"uid":"3b37-25157"},{"uid":"3b37-25163"},{"uid":"3b37-25167"},{"uid":"3b37-25171"},{"uid":"3b37-25175"},{"uid":"3b37-25179"},{"uid":"3b37-25185"},{"uid":"3b37-25189"},{"uid":"3b37-25195"},{"uid":"3b37-25201"},{"uid":"3b37-25203"},{"uid":"3b37-25341"},{"uid":"3b37-25345"},{"uid":"3b37-25349"},{"uid":"3b37-25353"},{"uid":"3b37-25397"},{"uid":"3b37-25461"},{"uid":"3b37-24659"},{"uid":"3b37-24703"},{"uid":"3b37-24749"},{"uid":"3b37-24865"},{"uid":"3b37-24881"},{"uid":"3b37-24885"},{"uid":"3b37-24893"},{"uid":"3b37-24899"},{"uid":"3b37-24903"},{"uid":"3b37-24907"},{"uid":"3b37-24911"},{"uid":"3b37-25215"},{"uid":"3b37-25217"},{"uid":"3b37-25219"},{"uid":"3b37-25221"},{"uid":"3b37-25223"},{"uid":"3b37-25225"},{"uid":"3b37-25247"},{"uid":"3b37-25251"},{"uid":"3b37-25259"},{"uid":"3b37-25261"},{"uid":"3b37-25265"},{"uid":"3b37-25267"},{"uid":"3b37-25269"},{"uid":"3b37-25271"},{"uid":"3b37-25273"},{"uid":"3b37-25275"},{"uid":"3b37-25277"},{"uid":"3b37-25279"},{"uid":"3b37-25281"},{"uid":"3b37-25285"},{"uid":"3b37-25289"},{"uid":"3b37-25295"},{"uid":"3b37-25325"},{"uid":"3b37-25329"},{"uid":"3b37-25331"},{"uid":"3b37-25337"},{"uid":"3b37-25213"},{"uid":"3b37-25245"},{"uid":"3b37-25257"},{"uid":"3b37-25291"},{"uid":"3b37-25297"},{"uid":"3b37-25319"},{"uid":"3b37-25335"},{"uid":"3b37-25253"}]},"3b37-24635":{"id":"/node_modules/svelte/store/index.mjs","moduleParts":{"budibase-client.js":"3b37-24636"},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25481"},{"uid":"3b37-25413"},{"uid":"3b37-25475"},{"uid":"3b37-25477"},{"uid":"3b37-25363"},{"uid":"3b37-25365"},{"uid":"3b37-25379"},{"uid":"3b37-25377"},{"uid":"3b37-25381"},{"uid":"3b37-25375"},{"uid":"3b37-25383"},{"uid":"3b37-25385"},{"uid":"3b37-25369"},{"uid":"3b37-25367"},{"uid":"3b37-25387"},{"uid":"3b37-25389"},{"uid":"3b37-25391"},{"uid":"3b37-25517"},{"uid":"3b37-24839"},{"uid":"3b37-25053"},{"uid":"3b37-25401"},{"uid":"3b37-25417"},{"uid":"3b37-25419"},{"uid":"3b37-25147"},{"uid":"3b37-25536"},{"uid":"3b37-25069"},{"uid":"3b37-25073"},{"uid":"3b37-25153"},{"uid":"3b37-25405"},{"uid":"3b37-25357"},{"uid":"3b37-25067"},{"uid":"3b37-25271"},{"uid":"3b37-25281"},{"uid":"3b37-25337"},{"uid":"3b37-25245"}]},"3b37-24637":{"id":"/node_modules/style-inject/dist/style-inject.es.js","moduleParts":{"budibase-client.js":"3b37-24638"},"imported":[],"importedBy":[{"uid":"3b37-25479"},{"uid":"3b37-24639"},{"uid":"3b37-24641"},{"uid":"3b37-25411"},{"uid":"3b37-25425"},{"uid":"3b37-25431"},{"uid":"3b37-25455"},{"uid":"3b37-25469"},{"uid":"3b37-24761"},{"uid":"3b37-24763"},{"uid":"3b37-24731"},{"uid":"3b37-24733"},{"uid":"3b37-24673"},{"uid":"3b37-24767"},{"uid":"3b37-24771"},{"uid":"3b37-24751"},{"uid":"3b37-24753"},{"uid":"3b37-24775"},{"uid":"3b37-24649"},{"uid":"3b37-24797"},{"uid":"3b37-24685"},{"uid":"3b37-24773"},{"uid":"3b37-24799"},{"uid":"3b37-24801"},{"uid":"3b37-24643"},{"uid":"3b37-24805"},{"uid":"3b37-24807"},{"uid":"3b37-24811"},{"uid":"3b37-24725"},{"uid":"3b37-24645"},{"uid":"3b37-24687"},{"uid":"3b37-24813"},{"uid":"3b37-24815"},{"uid":"3b37-24817"},{"uid":"3b37-24821"},{"uid":"3b37-24825"},{"uid":"3b37-24833"},{"uid":"3b37-24837"},{"uid":"3b37-24845"},{"uid":"3b37-24841"},{"uid":"3b37-24847"},{"uid":"3b37-24877"},{"uid":"3b37-24917"},{"uid":"3b37-24921"},{"uid":"3b37-24923"},{"uid":"3b37-24925"},{"uid":"3b37-24729"},{"uid":"3b37-24739"},{"uid":"3b37-24927"},{"uid":"3b37-24827"},{"uid":"3b37-24829"},{"uid":"3b37-24929"},{"uid":"3b37-24719"},{"uid":"3b37-24931"},{"uid":"3b37-24895"},{"uid":"3b37-24935"},{"uid":"3b37-24937"},{"uid":"3b37-24941"},{"uid":"3b37-24943"},{"uid":"3b37-24991"},{"uid":"3b37-24999"},{"uid":"3b37-25001"},{"uid":"3b37-25089"},{"uid":"3b37-25091"},{"uid":"3b37-25093"},{"uid":"3b37-25095"},{"uid":"3b37-25097"},{"uid":"3b37-25099"},{"uid":"3b37-25101"},{"uid":"3b37-25103"},{"uid":"3b37-25399"},{"uid":"3b37-25105"},{"uid":"3b37-25441"},{"uid":"3b37-25445"},{"uid":"3b37-25449"},{"uid":"3b37-24661"},{"uid":"3b37-24665"},{"uid":"3b37-24667"},{"uid":"3b37-24675"},{"uid":"3b37-24677"},{"uid":"3b37-24679"},{"uid":"3b37-24709"},{"uid":"3b37-24711"},{"uid":"3b37-24717"},{"uid":"3b37-24721"},{"uid":"3b37-24745"},{"uid":"3b37-24777"},{"uid":"3b37-24779"},{"uid":"3b37-24781"},{"uid":"3b37-24783"},{"uid":"3b37-24785"},{"uid":"3b37-24789"},{"uid":"3b37-24791"},{"uid":"3b37-24653"},{"uid":"3b37-24867"},{"uid":"3b37-24683"},{"uid":"3b37-24869"},{"uid":"3b37-24695"},{"uid":"3b37-24697"},{"uid":"3b37-24983"},{"uid":"3b37-24985"},{"uid":"3b37-24995"},{"uid":"3b37-25109"},{"uid":"3b37-25113"},{"uid":"3b37-25117"},{"uid":"3b37-25121"},{"uid":"3b37-25125"},{"uid":"3b37-25129"},{"uid":"3b37-25131"},{"uid":"3b37-25135"},{"uid":"3b37-25139"},{"uid":"3b37-25151"},{"uid":"3b37-25155"},{"uid":"3b37-25159"},{"uid":"3b37-25161"},{"uid":"3b37-25165"},{"uid":"3b37-25169"},{"uid":"3b37-25173"},{"uid":"3b37-25177"},{"uid":"3b37-25187"},{"uid":"3b37-25191"},{"uid":"3b37-25193"},{"uid":"3b37-25197"},{"uid":"3b37-25199"},{"uid":"3b37-25339"},{"uid":"3b37-25343"},{"uid":"3b37-25347"},{"uid":"3b37-25351"},{"uid":"3b37-25459"},{"uid":"3b37-24657"},{"uid":"3b37-24701"},{"uid":"3b37-24879"},{"uid":"3b37-24883"},{"uid":"3b37-24891"},{"uid":"3b37-24897"},{"uid":"3b37-24901"},{"uid":"3b37-24909"},{"uid":"3b37-25249"},{"uid":"3b37-25283"},{"uid":"3b37-25287"},{"uid":"3b37-25293"},{"uid":"3b37-25323"},{"uid":"3b37-25327"},{"uid":"3b37-25211"},{"uid":"3b37-25255"},{"uid":"3b37-25333"}]},"3b37-24639":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/bbui.css","moduleParts":{"budibase-client.js":"3b37-24640"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24641":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/icon/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24642"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24643":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/fieldlabel/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24644"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25507"},{"uid":"3b37-24663"},{"uid":"3b37-24659"}]},"3b37-24645":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/tooltip/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24646"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24647"}]},"3b37-24647":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tooltip/Tooltip.svelte","moduleParts":{"budibase-client.js":"3b37-24648"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24645"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24755"},{"uid":"3b37-24655"},{"uid":"3b37-24903"}]},"3b37-24649":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Icon/Icon.css","moduleParts":{"budibase-client.js":"3b37-24650"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24651"}]},"3b37-24651":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Icon/Icon.svelte","moduleParts":{"budibase-client.js":"3b37-24652"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24649"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25504"},{"uid":"3b37-24835"},{"uid":"3b37-24939"},{"uid":"3b37-24747"},{"uid":"3b37-24655"},{"uid":"3b37-24911"}]},"3b37-24653":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tooltip/TooltipWrapper.css","moduleParts":{"budibase-client.js":"3b37-24654"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24655"}]},"3b37-24655":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tooltip/TooltipWrapper.svelte","moduleParts":{"budibase-client.js":"3b37-24656"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24647"},{"uid":"3b37-24651"},{"uid":"3b37-24653"}],"importedBy":[{"uid":"3b37-25507"},{"uid":"3b37-24659"}]},"3b37-24657":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/FieldLabel.css","moduleParts":{"budibase-client.js":"3b37-24658"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24659"}]},"3b37-24659":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/FieldLabel.svelte","moduleParts":{"budibase-client.js":"3b37-24660"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24655"},{"uid":"3b37-24643"},{"uid":"3b37-24657"}],"importedBy":[{"uid":"3b37-24663"}]},"3b37-24661":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Field.css","moduleParts":{"budibase-client.js":"3b37-24662"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24663"}]},"3b37-24663":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Field.svelte","moduleParts":{"budibase-client.js":"3b37-24664"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24643"},{"uid":"3b37-24659"},{"uid":"3b37-24661"}],"importedBy":[{"uid":"3b37-24671"},{"uid":"3b37-25495"},{"uid":"3b37-25496"},{"uid":"3b37-24707"},{"uid":"3b37-24715"},{"uid":"3b37-25497"},{"uid":"3b37-25502"},{"uid":"3b37-25503"},{"uid":"3b37-24795"},{"uid":"3b37-24873"},{"uid":"3b37-25516"},{"uid":"3b37-25521"},{"uid":"3b37-25525"}]},"3b37-24665":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/textfield/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24666"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24669"},{"uid":"3b37-25533"},{"uid":"3b37-24681"},{"uid":"3b37-24871"}]},"3b37-24667":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/TextField.css","moduleParts":{"budibase-client.js":"3b37-24668"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24669"}]},"3b37-24669":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/TextField.svelte","moduleParts":{"budibase-client.js":"3b37-24670"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24665"},{"uid":"3b37-25492"},{"uid":"3b37-24667"}],"importedBy":[{"uid":"3b37-24671"},{"uid":"3b37-25530"}]},"3b37-24671":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Input.svelte","moduleParts":{"budibase-client.js":"3b37-24672"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24669"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24939"}]},"3b37-24673":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/actionbutton/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24674"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24769"},{"uid":"3b37-24933"},{"uid":"3b37-25533"}]},"3b37-24675":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/stepper/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24676"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25533"}]},"3b37-24677":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Stepper.css","moduleParts":{"budibase-client.js":"3b37-24678"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25533"}]},"3b37-24679":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/TextArea.css","moduleParts":{"budibase-client.js":"3b37-24680"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24681"}]},"3b37-24681":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/TextArea.svelte","moduleParts":{"budibase-client.js":"3b37-24682"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24665"},{"uid":"3b37-25492"},{"uid":"3b37-24679"}],"importedBy":[{"uid":"3b37-25496"},{"uid":"3b37-25530"}]},"3b37-24683":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/picker/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24684"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24871"},{"uid":"3b37-24703"}]},"3b37-24685":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/popover/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24686"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25505"},{"uid":"3b37-24939"},{"uid":"3b37-24713"},{"uid":"3b37-24703"}]},"3b37-24687":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/menu/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24688"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25509"},{"uid":"3b37-24713"},{"uid":"3b37-24703"}]},"3b37-24689":{"id":"/node_modules/svelte/easing/index.mjs","moduleParts":{"budibase-client.js":"3b37-24690"},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25506"},{"uid":"3b37-24691"},{"uid":"3b37-25536"}]},"3b37-24691":{"id":"/node_modules/svelte/transition/index.mjs","moduleParts":{"budibase-client.js":"3b37-24692"},"imported":[{"uid":"3b37-24689"},{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25427"},{"uid":"3b37-25498"},{"uid":"3b37-24823"},{"uid":"3b37-25513"},{"uid":"3b37-24939"},{"uid":"3b37-24713"},{"uid":"3b37-25461"},{"uid":"3b37-24703"}]},"3b37-24693":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Actions/click_outside.js","moduleParts":{"budibase-client.js":"3b37-24694"},"imported":[],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25505"},{"uid":"3b37-24939"},{"uid":"3b37-24703"}]},"3b37-24695":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/search/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24696"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24699"}]},"3b37-24697":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Search.css","moduleParts":{"budibase-client.js":"3b37-24698"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24699"}]},"3b37-24699":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Search.svelte","moduleParts":{"budibase-client.js":"3b37-24700"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24695"},{"uid":"3b37-25492"},{"uid":"3b37-24697"}],"importedBy":[{"uid":"3b37-25521"},{"uid":"3b37-25530"},{"uid":"3b37-24703"}]},"3b37-24701":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Picker.css","moduleParts":{"budibase-client.js":"3b37-24702"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24703"}]},"3b37-24703":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Picker.svelte","moduleParts":{"budibase-client.js":"3b37-24704"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24683"},{"uid":"3b37-24685"},{"uid":"3b37-24687"},{"uid":"3b37-24691"},{"uid":"3b37-25492"},{"uid":"3b37-24693"},{"uid":"3b37-24699"},{"uid":"3b37-24701"}],"importedBy":[{"uid":"3b37-24705"},{"uid":"3b37-24875"}]},"3b37-24705":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Select.svelte","moduleParts":{"budibase-client.js":"3b37-24706"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24703"}],"importedBy":[{"uid":"3b37-24707"},{"uid":"3b37-25530"}]},"3b37-24707":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Select.svelte","moduleParts":{"budibase-client.js":"3b37-24708"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24705"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24709":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/inputgroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24710"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24713"},{"uid":"3b37-24871"}]},"3b37-24711":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Combobox.css","moduleParts":{"budibase-client.js":"3b37-24712"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24713"}]},"3b37-24713":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Combobox.svelte","moduleParts":{"budibase-client.js":"3b37-24714"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24709"},{"uid":"3b37-24685"},{"uid":"3b37-24687"},{"uid":"3b37-24691"},{"uid":"3b37-25492"},{"uid":"3b37-24711"}],"importedBy":[{"uid":"3b37-24715"},{"uid":"3b37-25530"}]},"3b37-24715":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Combobox.svelte","moduleParts":{"budibase-client.js":"3b37-24716"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24713"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24717":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/dropzone/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24718"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24747"}]},"3b37-24719":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/typography/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24720"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24933"},{"uid":"3b37-24757"},{"uid":"3b37-24759"},{"uid":"3b37-25528"},{"uid":"3b37-25529"},{"uid":"3b37-24747"}]},"3b37-24721":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/illustratedmessage/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24722"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24747"}]},"3b37-24723":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/helpers.js","moduleParts":{"budibase-client.js":"3b37-24724"},"imported":[],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24919"},{"uid":"3b37-24939"},{"uid":"3b37-24747"},{"uid":"3b37-24871"}]},"3b37-24725":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/link/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24726"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24727"}]},"3b37-24727":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Link/Link.svelte","moduleParts":{"budibase-client.js":"3b37-24728"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24725"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24747"},{"uid":"3b37-24903"}]},"3b37-24729":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/tags/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24730"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24743"},{"uid":"3b37-24741"}]},"3b37-24731":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/avatar/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24732"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24735"}]},"3b37-24733":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Avatar/Avatar.css","moduleParts":{"budibase-client.js":"3b37-24734"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24735"}]},"3b37-24735":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Avatar/Avatar.svelte","moduleParts":{"budibase-client.js":"3b37-24736"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24731"},{"uid":"3b37-24733"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24741"}]},"3b37-24737":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ClearButton/ClearButton.svelte","moduleParts":{"budibase-client.js":"3b37-24738"},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24741"}]},"3b37-24739":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tags/Tag.css","moduleParts":{"budibase-client.js":"3b37-24740"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24741"}]},"3b37-24741":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tags/Tag.svelte","moduleParts":{"budibase-client.js":"3b37-24742"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24729"},{"uid":"3b37-24735"},{"uid":"3b37-24737"},{"uid":"3b37-24739"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24747"}]},"3b37-24743":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tags/Tags.svelte","moduleParts":{"budibase-client.js":"3b37-24744"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24729"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24747"}]},"3b37-24745":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Dropzone.css","moduleParts":{"budibase-client.js":"3b37-24746"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24747"}]},"3b37-24747":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Dropzone.svelte","moduleParts":{"budibase-client.js":"3b37-24748"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24717"},{"uid":"3b37-24719"},{"uid":"3b37-24721"},{"uid":"3b37-25492"},{"uid":"3b37-24723"},{"uid":"3b37-24651"},{"uid":"3b37-24727"},{"uid":"3b37-24741"},{"uid":"3b37-24743"},{"uid":"3b37-24745"}],"importedBy":[{"uid":"3b37-25497"},{"uid":"3b37-25530"}]},"3b37-24749":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/svelte-portal/src/Portal.svelte","moduleParts":{"budibase-client.js":"3b37-24750"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25534"}]},"3b37-24751":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/button/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24752"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24755"}]},"3b37-24753":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Button/Button.css","moduleParts":{"budibase-client.js":"3b37-24754"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24755"}]},"3b37-24755":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Button/Button.svelte","moduleParts":{"budibase-client.js":"3b37-24756"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24751"},{"uid":"3b37-24647"},{"uid":"3b37-24753"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25498"},{"uid":"3b37-24835"},{"uid":"3b37-25523"}]},"3b37-24757":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Typography/Body.svelte","moduleParts":{"budibase-client.js":"3b37-24758"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24719"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25498"}]},"3b37-24759":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Typography/Heading.svelte","moduleParts":{"budibase-client.js":"3b37-24760"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24719"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25498"}]},"3b37-24761":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Drawer/Drawer.css","moduleParts":{"budibase-client.js":"3b37-24762"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25498"}]},"3b37-24763":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Drawer/DrawerContent.css","moduleParts":{"budibase-client.js":"3b37-24764"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24765"}]},"3b37-24765":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Drawer/DrawerContent.svelte","moduleParts":{"budibase-client.js":"3b37-24766"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24763"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24767":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ActionButton/ActionButton.css","moduleParts":{"budibase-client.js":"3b37-24768"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24769"}]},"3b37-24769":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ActionButton/ActionButton.svelte","moduleParts":{"budibase-client.js":"3b37-24770"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24673"},{"uid":"3b37-25492"},{"uid":"3b37-24767"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24915"}]},"3b37-24771":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/actiongroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24772"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25499"}]},"3b37-24773":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Popover/Popover.css","moduleParts":{"budibase-client.js":"3b37-24774"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25505"}]},"3b37-24775":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/buttongroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24776"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25501"}]},"3b37-24777":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/switch/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24778"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25535"}]},"3b37-24779":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Switch.css","moduleParts":{"budibase-client.js":"3b37-24780"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25535"}]},"3b37-24781":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/fieldgroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24782"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24787"},{"uid":"3b37-24793"}]},"3b37-24783":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/radio/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24784"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24787"}]},"3b37-24785":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/RadioGroup.css","moduleParts":{"budibase-client.js":"3b37-24786"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24787"}]},"3b37-24787":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/RadioGroup.svelte","moduleParts":{"budibase-client.js":"3b37-24788"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24781"},{"uid":"3b37-24783"},{"uid":"3b37-25492"},{"uid":"3b37-24785"}],"importedBy":[{"uid":"3b37-25503"},{"uid":"3b37-25530"}]},"3b37-24789":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/checkbox/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24790"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24793"},{"uid":"3b37-24885"}]},"3b37-24791":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Checkbox.css","moduleParts":{"budibase-client.js":"3b37-24792"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24793"}]},"3b37-24793":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Checkbox.svelte","moduleParts":{"budibase-client.js":"3b37-24794"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24789"},{"uid":"3b37-24781"},{"uid":"3b37-25492"},{"uid":"3b37-24791"}],"importedBy":[{"uid":"3b37-24795"},{"uid":"3b37-25530"}]},"3b37-24795":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Checkbox.svelte","moduleParts":{"budibase-client.js":"3b37-24796"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24793"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24915"}]},"3b37-24797":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/DetailSummary/DetailSummary.css","moduleParts":{"budibase-client.js":"3b37-24798"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25504"}]},"3b37-24799":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/progressbar/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24800"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25506"}]},"3b37-24801":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/progresscircle/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24802"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24803"}]},"3b37-24803":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ProgressCircle/ProgressCircle.svelte","moduleParts":{"budibase-client.js":"3b37-24804"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24801"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24805":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Label/Label.css","moduleParts":{"budibase-client.js":"3b37-24806"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25507"}]},"3b37-24807":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Layout/Layout.css","moduleParts":{"budibase-client.js":"3b37-24808"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24809"}]},"3b37-24809":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Layout/Layout.svelte","moduleParts":{"budibase-client.js":"3b37-24810"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24807"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24811":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Layout/Page.css","moduleParts":{"budibase-client.js":"3b37-24812"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25508"}]},"3b37-24813":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Menu/Item.css","moduleParts":{"budibase-client.js":"3b37-24814"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25512"}]},"3b37-24815":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/modal/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24816"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24823"}]},"3b37-24817":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/underlay/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24818"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24823"}]},"3b37-24819":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/context.js","moduleParts":{"budibase-client.js":"3b37-24820"},"imported":[],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24823"},{"uid":"3b37-24835"}]},"3b37-24821":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Modal/Modal.css","moduleParts":{"budibase-client.js":"3b37-24822"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24823"}]},"3b37-24823":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Modal/Modal.svelte","moduleParts":{"budibase-client.js":"3b37-24824"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24815"},{"uid":"3b37-24817"},{"uid":"3b37-25492"},{"uid":"3b37-24691"},{"uid":"3b37-25534"},{"uid":"3b37-24819"},{"uid":"3b37-24821"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24825":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/dialog/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24826"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24835"}]},"3b37-24827":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/divider/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24828"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24831"}]},"3b37-24829":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Divider/Divider.css","moduleParts":{"budibase-client.js":"3b37-24830"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24831"}]},"3b37-24831":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Divider/Divider.svelte","moduleParts":{"budibase-client.js":"3b37-24832"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24827"},{"uid":"3b37-24829"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24835"}]},"3b37-24833":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Modal/ModalContent.css","moduleParts":{"budibase-client.js":"3b37-24834"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24835"}]},"3b37-24835":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Modal/ModalContent.svelte","moduleParts":{"budibase-client.js":"3b37-24836"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24825"},{"uid":"3b37-25492"},{"uid":"3b37-24755"},{"uid":"3b37-24831"},{"uid":"3b37-24651"},{"uid":"3b37-24819"},{"uid":"3b37-24833"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24837":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/toast/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24838"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25513"}]},"3b37-24839":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Stores/notifications.js","moduleParts":{"budibase-client.js":"3b37-24840"},"imported":[{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25513"},{"uid":"3b37-24911"}]},"3b37-24841":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Notification/Notification.css","moduleParts":{"budibase-client.js":"3b37-24842"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24843"}]},"3b37-24843":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Notification/Notification.svelte","moduleParts":{"budibase-client.js":"3b37-24844"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24841"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25513"}]},"3b37-24845":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Notification/NotificationDisplay.css","moduleParts":{"budibase-client.js":"3b37-24846"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25513"}]},"3b37-24847":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/sidenav/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24848"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25514"}]},"3b37-24849":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/types/options.js","moduleParts":{"budibase-client.js":"3b37-24850"},"imported":[],"importedBy":[{"uid":"3b37-24863"},{"uid":"3b37-24859"}]},"3b37-24851":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/l10n/default.js","moduleParts":{"budibase-client.js":"3b37-24852"},"imported":[],"importedBy":[{"uid":"3b37-24863"},{"uid":"3b37-24859"}]},"3b37-24853":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/index.js","moduleParts":{"budibase-client.js":"3b37-24854"},"imported":[],"importedBy":[{"uid":"3b37-24863"},{"uid":"3b37-24857"}]},"3b37-24855":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/dom.js","moduleParts":{"budibase-client.js":"3b37-24856"},"imported":[],"importedBy":[{"uid":"3b37-24863"}]},"3b37-24857":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/formatting.js","moduleParts":{"budibase-client.js":"3b37-24858"},"imported":[{"uid":"3b37-24853"}],"importedBy":[{"uid":"3b37-24863"},{"uid":"3b37-24859"}]},"3b37-24859":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/dates.js","moduleParts":{"budibase-client.js":"3b37-24860"},"imported":[{"uid":"3b37-24857"},{"uid":"3b37-24849"},{"uid":"3b37-24851"}],"importedBy":[{"uid":"3b37-24863"}]},"3b37-24861":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/polyfills.js","moduleParts":{"budibase-client.js":"3b37-24862"},"imported":[],"importedBy":[{"uid":"3b37-24863"}]},"3b37-24863":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/esm/index.js","moduleParts":{"budibase-client.js":"3b37-24864"},"imported":[{"uid":"3b37-24849"},{"uid":"3b37-24851"},{"uid":"3b37-24853"},{"uid":"3b37-24855"},{"uid":"3b37-24859"},{"uid":"3b37-24857"},{"uid":"3b37-24861"}],"importedBy":[{"uid":"3b37-24865"}]},"3b37-24865":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/svelte-flatpickr/src/Flatpickr.svelte","moduleParts":{"budibase-client.js":"3b37-24866"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24863"}],"importedBy":[{"uid":"3b37-24871"}]},"3b37-24867":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/flatpickr/dist/flatpickr.css","moduleParts":{"budibase-client.js":"3b37-24868"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24871"}]},"3b37-24869":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/DatePicker.css","moduleParts":{"budibase-client.js":"3b37-24870"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24871"}]},"3b37-24871":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/DatePicker.svelte","moduleParts":{"budibase-client.js":"3b37-24872"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24865"},{"uid":"3b37-24867"},{"uid":"3b37-24709"},{"uid":"3b37-24665"},{"uid":"3b37-24683"},{"uid":"3b37-25492"},{"uid":"3b37-24723"},{"uid":"3b37-24869"}],"importedBy":[{"uid":"3b37-24873"},{"uid":"3b37-25530"}]},"3b37-24873":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/DatePicker.svelte","moduleParts":{"budibase-client.js":"3b37-24874"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24871"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24875":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Multiselect.svelte","moduleParts":{"budibase-client.js":"3b37-24876"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24703"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25516"},{"uid":"3b37-25530"}]},"3b37-24877":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/table/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24878"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24919"}]},"3b37-24879":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/StringRenderer.css","moduleParts":{"budibase-client.js":"3b37-24880"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24881"}]},"3b37-24881":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/StringRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24882"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24879"}],"importedBy":[{"uid":"3b37-24913"}]},"3b37-24883":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/BooleanRenderer.css","moduleParts":{"budibase-client.js":"3b37-24884"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24885"}]},"3b37-24885":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/BooleanRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24886"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24789"},{"uid":"3b37-24883"}],"importedBy":[{"uid":"3b37-24913"}]},"3b37-24887":{"id":"\u0000commonjsHelpers.js","moduleParts":{"budibase-client.js":"3b37-24888"},"imported":[],"importedBy":[{"uid":"3b37-25315"},{"uid":"3b37-25181"},{"uid":"3b37-25183"},{"uid":"3b37-24889"},{"uid":"3b37-24945"},{"uid":"3b37-24947"},{"uid":"3b37-24951"},{"uid":"3b37-24957"},{"uid":"3b37-24959"},{"uid":"3b37-24961"},{"uid":"3b37-24963"},{"uid":"3b37-24965"},{"uid":"3b37-24967"},{"uid":"3b37-24969"},{"uid":"3b37-24953"},{"uid":"3b37-24979"},{"uid":"3b37-24955"},{"uid":"3b37-24975"},{"uid":"3b37-25055"},{"uid":"3b37-24973"},{"uid":"3b37-25057"},{"uid":"3b37-25207"}]},"3b37-24889":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/dayjs/dayjs.min.js","moduleParts":{"budibase-client.js":"3b37-24890"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-24893"}]},"3b37-24891":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/DateTimeRenderer.css","moduleParts":{"budibase-client.js":"3b37-24892"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24893"}]},"3b37-24893":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/DateTimeRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24894"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24889"},{"uid":"3b37-24891"}],"importedBy":[{"uid":"3b37-24913"}]},"3b37-24895":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/label/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24896"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24905"},{"uid":"3b37-24899"},{"uid":"3b37-24907"}]},"3b37-24897":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/RelationshipRenderer.css","moduleParts":{"budibase-client.js":"3b37-24898"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24899"}]},"3b37-24899":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/RelationshipRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24900"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24895"},{"uid":"3b37-25492"},{"uid":"3b37-24897"}],"importedBy":[{"uid":"3b37-24913"}]},"3b37-24901":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/AttachmentRenderer.css","moduleParts":{"budibase-client.js":"3b37-24902"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24903"}]},"3b37-24903":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/AttachmentRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24904"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24647"},{"uid":"3b37-24727"},{"uid":"3b37-24901"}],"importedBy":[{"uid":"3b37-24913"}]},"3b37-24905":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Badge/Badge.svelte","moduleParts":{"budibase-client.js":"3b37-24906"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24895"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24907"}]},"3b37-24907":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/ArrayRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24908"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24895"},{"uid":"3b37-24905"}],"importedBy":[{"uid":"3b37-24913"}]},"3b37-24909":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/InternalRenderer.css","moduleParts":{"budibase-client.js":"3b37-24910"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24911"}]},"3b37-24911":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/InternalRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24912"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24651"},{"uid":"3b37-24839"},{"uid":"3b37-24909"}],"importedBy":[{"uid":"3b37-24913"}]},"3b37-24913":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/CellRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24914"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24881"},{"uid":"3b37-24885"},{"uid":"3b37-24893"},{"uid":"3b37-24899"},{"uid":"3b37-24903"},{"uid":"3b37-24907"},{"uid":"3b37-24911"}],"importedBy":[{"uid":"3b37-24919"}]},"3b37-24915":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/SelectEditRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-24916"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24795"},{"uid":"3b37-24769"}],"importedBy":[{"uid":"3b37-24919"}]},"3b37-24917":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/Table.css","moduleParts":{"budibase-client.js":"3b37-24918"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24919"}]},"3b37-24919":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/Table.svelte","moduleParts":{"budibase-client.js":"3b37-24920"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24877"},{"uid":"3b37-24913"},{"uid":"3b37-24915"},{"uid":"3b37-24723"},{"uid":"3b37-24917"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24921":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/tabs/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24922"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25517"}]},"3b37-24923":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tabs/Tabs.css","moduleParts":{"budibase-client.js":"3b37-24924"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25517"}]},"3b37-24925":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tabs/Tab.css","moduleParts":{"budibase-client.js":"3b37-24926"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25518"}]},"3b37-24927":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/treeview/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24928"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25519"}]},"3b37-24929":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/pagination/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24930"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24933"}]},"3b37-24931":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Pagination/Pagination.css","moduleParts":{"budibase-client.js":"3b37-24932"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24933"}]},"3b37-24933":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Pagination/Pagination.svelte","moduleParts":{"budibase-client.js":"3b37-24934"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24929"},{"uid":"3b37-24673"},{"uid":"3b37-24719"},{"uid":"3b37-24931"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24935":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/statuslight/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24936"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25522"}]},"3b37-24937":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ColorPicker/ColorPicker.css","moduleParts":{"budibase-client.js":"3b37-24938"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24939"}]},"3b37-24939":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ColorPicker/ColorPicker.svelte","moduleParts":{"budibase-client.js":"3b37-24940"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24685"},{"uid":"3b37-24693"},{"uid":"3b37-24691"},{"uid":"3b37-24651"},{"uid":"3b37-24671"},{"uid":"3b37-24723"},{"uid":"3b37-24937"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24941":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/inlinealert/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-24942"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25523"}]},"3b37-24943":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/InlineAlert/InlineAlert.css","moduleParts":{"budibase-client.js":"3b37-24944"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25523"}]},"3b37-24945":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/lib/codemirror.js","moduleParts":{"budibase-client.js":"3b37-24946"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24947"},{"uid":"3b37-24949"},{"uid":"3b37-24951"},{"uid":"3b37-24957"},{"uid":"3b37-24959"},{"uid":"3b37-24961"},{"uid":"3b37-24963"},{"uid":"3b37-24965"},{"uid":"3b37-24967"},{"uid":"3b37-24969"},{"uid":"3b37-24953"},{"uid":"3b37-25549"},{"uid":"3b37-24955"}]},"3b37-24947":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/edit/continuelist.js","moduleParts":{"budibase-client.js":"3b37-24948"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25550"}]},"3b37-24949":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/easymde/src/js/codemirror/tablist.js","moduleParts":{"budibase-client.js":"3b37-24950"},"imported":[{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25551"}]},"3b37-24951":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/display/fullscreen.js","moduleParts":{"budibase-client.js":"3b37-24952"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25552"}]},"3b37-24953":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/xml/xml.js","moduleParts":{"budibase-client.js":"3b37-24954"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24957"},{"uid":"3b37-25560"}]},"3b37-24955":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/meta.js","moduleParts":{"budibase-client.js":"3b37-24956"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24957"},{"uid":"3b37-25565"}]},"3b37-24957":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/markdown/markdown.js","moduleParts":{"budibase-client.js":"3b37-24958"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-24953"},{"uid":"3b37-24955"},{"uid":"3b37-25549"},{"uid":"3b37-25560"},{"uid":"3b37-25565"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24969"},{"uid":"3b37-25553"}]},"3b37-24959":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/mode/overlay.js","moduleParts":{"budibase-client.js":"3b37-24960"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24969"},{"uid":"3b37-25554"}]},"3b37-24961":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/display/placeholder.js","moduleParts":{"budibase-client.js":"3b37-24962"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25555"}]},"3b37-24963":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/display/autorefresh.js","moduleParts":{"budibase-client.js":"3b37-24964"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25556"}]},"3b37-24965":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/selection/mark-selection.js","moduleParts":{"budibase-client.js":"3b37-24966"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25557"}]},"3b37-24967":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/search/searchcursor.js","moduleParts":{"budibase-client.js":"3b37-24968"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-25549"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25558"}]},"3b37-24969":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/gfm/gfm.js","moduleParts":{"budibase-client.js":"3b37-24970"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24945"},{"uid":"3b37-24957"},{"uid":"3b37-24959"},{"uid":"3b37-25549"},{"uid":"3b37-25553"},{"uid":"3b37-25554"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25559"}]},"3b37-24971":{"id":"\u0000polyfill-node.fs.js","moduleParts":{"budibase-client.js":"3b37-24972"},"imported":[],"importedBy":[{"uid":"3b37-24975"},{"uid":"3b37-24973"}]},"3b37-24973":{"id":"\u0000\u0000polyfill-node.fs.js?commonjs-proxy","moduleParts":{"budibase-client.js":"3b37-24974"},"imported":[{"uid":"3b37-24971"},{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-24975"}]},"3b37-24975":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/typo-js/typo.js","moduleParts":{"budibase-client.js":"3b37-24976"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-24971"},{"uid":"3b37-24973"}],"importedBy":[{"uid":"3b37-24977"},{"uid":"3b37-25566"}]},"3b37-24977":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror-spell-checker/src/js/spell-checker.js","moduleParts":{"budibase-client.js":"3b37-24978"},"imported":[{"uid":"3b37-24975"},{"uid":"3b37-25566"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25561"}]},"3b37-24979":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/marked/lib/marked.cjs","moduleParts":{"budibase-client.js":"3b37-24980"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-25562"}]},"3b37-24981":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/easymde/src/js/easymde.js","moduleParts":{"budibase-client.js":"3b37-24982"},"imported":[{"uid":"3b37-24945"},{"uid":"3b37-24947"},{"uid":"3b37-24949"},{"uid":"3b37-24951"},{"uid":"3b37-24957"},{"uid":"3b37-24959"},{"uid":"3b37-24961"},{"uid":"3b37-24963"},{"uid":"3b37-24965"},{"uid":"3b37-24967"},{"uid":"3b37-24969"},{"uid":"3b37-24953"},{"uid":"3b37-24977"},{"uid":"3b37-24979"},{"uid":"3b37-25549"},{"uid":"3b37-25550"},{"uid":"3b37-25551"},{"uid":"3b37-25552"},{"uid":"3b37-25553"},{"uid":"3b37-25554"},{"uid":"3b37-25555"},{"uid":"3b37-25556"},{"uid":"3b37-25557"},{"uid":"3b37-25558"},{"uid":"3b37-25559"},{"uid":"3b37-25560"},{"uid":"3b37-25561"},{"uid":"3b37-25562"}],"importedBy":[{"uid":"3b37-24987"}]},"3b37-24983":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/easymde/dist/easymde.min.css","moduleParts":{"budibase-client.js":"3b37-24984"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24987"}]},"3b37-24985":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Markdown/SpectrumMDE.css","moduleParts":{"budibase-client.js":"3b37-24986"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24987"}]},"3b37-24987":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Markdown/SpectrumMDE.svelte","moduleParts":{"budibase-client.js":"3b37-24988"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24981"},{"uid":"3b37-24983"},{"uid":"3b37-25492"},{"uid":"3b37-24985"}],"importedBy":[{"uid":"3b37-24989"},{"uid":"3b37-24993"}]},"3b37-24989":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Markdown/MarkdownEditor.svelte","moduleParts":{"budibase-client.js":"3b37-24990"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24987"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-24997"}]},"3b37-24991":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Markdown/MarkdownViewer.css","moduleParts":{"budibase-client.js":"3b37-24992"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24993"}]},"3b37-24993":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Markdown/MarkdownViewer.svelte","moduleParts":{"budibase-client.js":"3b37-24994"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24987"},{"uid":"3b37-24991"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-24995":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/RichTextField.css","moduleParts":{"budibase-client.js":"3b37-24996"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-24997"}]},"3b37-24997":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/RichTextField.svelte","moduleParts":{"budibase-client.js":"3b37-24998"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24989"},{"uid":"3b37-24995"}],"importedBy":[{"uid":"3b37-25525"},{"uid":"3b37-25530"}]},"3b37-24999":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/BoldRenderer.css","moduleParts":{"budibase-client.js":"3b37-25000"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25526"}]},"3b37-25001":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Typography/Detail.css","moduleParts":{"budibase-client.js":"3b37-25002"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25528"}]},"3b37-25003":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/assets/error.svg","moduleParts":{"budibase-client.js":"3b37-25004"},"imported":[],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25005":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/constants.js","moduleParts":{"budibase-client.js":"3b37-25006"},"imported":[],"importedBy":[{"uid":"3b37-25494"},{"uid":"3b37-25051"},{"uid":"3b37-25065"}]},"3b37-25007":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/analytics.js","moduleParts":{"budibase-client.js":"3b37-25008"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25009":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/app.js","moduleParts":{"budibase-client.js":"3b37-25010"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25011":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/attachments.js","moduleParts":{"budibase-client.js":"3b37-25012"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25013":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/auth.js","moduleParts":{"budibase-client.js":"3b37-25014"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25015":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/automations.js","moduleParts":{"budibase-client.js":"3b37-25016"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25017":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/configs.js","moduleParts":{"budibase-client.js":"3b37-25018"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25019":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/datasources.js","moduleParts":{"budibase-client.js":"3b37-25020"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25021":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/flags.js","moduleParts":{"budibase-client.js":"3b37-25022"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25023":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/hosting.js","moduleParts":{"budibase-client.js":"3b37-25024"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25025":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/layouts.js","moduleParts":{"budibase-client.js":"3b37-25026"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25027":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/other.js","moduleParts":{"budibase-client.js":"3b37-25028"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25029":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/permissions.js","moduleParts":{"budibase-client.js":"3b37-25030"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25031":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/queries.js","moduleParts":{"budibase-client.js":"3b37-25032"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25033":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/relationships.js","moduleParts":{"budibase-client.js":"3b37-25034"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25035":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/roles.js","moduleParts":{"budibase-client.js":"3b37-25036"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25037":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/routes.js","moduleParts":{"budibase-client.js":"3b37-25038"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25039":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/rows.js","moduleParts":{"budibase-client.js":"3b37-25040"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25041":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/screens.js","moduleParts":{"budibase-client.js":"3b37-25042"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25043":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/tables.js","moduleParts":{"budibase-client.js":"3b37-25044"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25045":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/templates.js","moduleParts":{"budibase-client.js":"3b37-25046"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25047":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/user.js","moduleParts":{"budibase-client.js":"3b37-25048"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25049":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/views.js","moduleParts":{"budibase-client.js":"3b37-25050"},"imported":[],"importedBy":[{"uid":"3b37-25051"}]},"3b37-25051":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/api/index.js","moduleParts":{"budibase-client.js":"3b37-25052"},"imported":[{"uid":"3b37-25005"},{"uid":"3b37-25007"},{"uid":"3b37-25009"},{"uid":"3b37-25011"},{"uid":"3b37-25013"},{"uid":"3b37-25015"},{"uid":"3b37-25017"},{"uid":"3b37-25019"},{"uid":"3b37-25021"},{"uid":"3b37-25023"},{"uid":"3b37-25025"},{"uid":"3b37-25027"},{"uid":"3b37-25029"},{"uid":"3b37-25031"},{"uid":"3b37-25033"},{"uid":"3b37-25035"},{"uid":"3b37-25037"},{"uid":"3b37-25039"},{"uid":"3b37-25041"},{"uid":"3b37-25043"},{"uid":"3b37-25045"},{"uid":"3b37-25047"},{"uid":"3b37-25049"}],"importedBy":[{"uid":"3b37-25494"}]},"3b37-25053":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/stores/localStorage.js","moduleParts":{"budibase-client.js":"3b37-25054"},"imported":[{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25494"}]},"3b37-25055":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/lodash.min.js","moduleParts":{"budibase-client.js":"3b37-25056"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-25063"},{"uid":"3b37-25567"}]},"3b37-25057":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/fp/_mapping.js","moduleParts":{"budibase-client.js":"3b37-25058"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-25061"},{"uid":"3b37-25570"}]},"3b37-25059":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/fp/placeholder.js","moduleParts":{"budibase-client.js":"3b37-25060"},"imported":[],"importedBy":[{"uid":"3b37-25061"},{"uid":"3b37-25571"}]},"3b37-25061":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/fp/_baseConvert.js","moduleParts":{"budibase-client.js":"3b37-25062"},"imported":[{"uid":"3b37-25057"},{"uid":"3b37-25059"},{"uid":"3b37-25570"},{"uid":"3b37-25571"}],"importedBy":[{"uid":"3b37-25063"},{"uid":"3b37-25568"}]},"3b37-25063":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/fp.js","moduleParts":{"budibase-client.js":"3b37-25064"},"imported":[{"uid":"3b37-25055"},{"uid":"3b37-25061"},{"uid":"3b37-25567"},{"uid":"3b37-25568"}],"importedBy":[{"uid":"3b37-25067"}]},"3b37-25065":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/utils/lucene.js","moduleParts":{"budibase-client.js":"3b37-25066"},"imported":[{"uid":"3b37-25493"},{"uid":"3b37-25005"}],"importedBy":[{"uid":"3b37-25494"},{"uid":"3b37-25067"}]},"3b37-25067":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/DataFetch.js","moduleParts":{"budibase-client.js":"3b37-25068"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25063"},{"uid":"3b37-25065"}],"importedBy":[{"uid":"3b37-25069"},{"uid":"3b37-25071"},{"uid":"3b37-25073"},{"uid":"3b37-25075"},{"uid":"3b37-25077"},{"uid":"3b37-25079"}]},"3b37-25069":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/TableFetch.js","moduleParts":{"budibase-client.js":"3b37-25070"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25067"}],"importedBy":[{"uid":"3b37-25085"},{"uid":"3b37-25421"}]},"3b37-25071":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/ViewFetch.js","moduleParts":{"budibase-client.js":"3b37-25072"},"imported":[{"uid":"3b37-25067"}],"importedBy":[{"uid":"3b37-25085"},{"uid":"3b37-25421"}]},"3b37-25073":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/QueryFetch.js","moduleParts":{"budibase-client.js":"3b37-25074"},"imported":[{"uid":"3b37-25067"},{"uid":"3b37-25493"},{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25085"},{"uid":"3b37-25421"}]},"3b37-25075":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/RelationshipFetch.js","moduleParts":{"budibase-client.js":"3b37-25076"},"imported":[{"uid":"3b37-25067"}],"importedBy":[{"uid":"3b37-25085"},{"uid":"3b37-25421"}]},"3b37-25077":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/NestedProviderFetch.js","moduleParts":{"budibase-client.js":"3b37-25078"},"imported":[{"uid":"3b37-25067"}],"importedBy":[{"uid":"3b37-25085"},{"uid":"3b37-25421"}]},"3b37-25079":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/FieldFetch.js","moduleParts":{"budibase-client.js":"3b37-25080"},"imported":[{"uid":"3b37-25067"}],"importedBy":[{"uid":"3b37-25085"},{"uid":"3b37-25421"},{"uid":"3b37-25083"}]},"3b37-25081":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/utils/json.js","moduleParts":{"budibase-client.js":"3b37-25082"},"imported":[],"importedBy":[{"uid":"3b37-25494"},{"uid":"3b37-25083"}]},"3b37-25083":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/JSONArrayFetch.js","moduleParts":{"budibase-client.js":"3b37-25084"},"imported":[{"uid":"3b37-25079"},{"uid":"3b37-25081"}],"importedBy":[{"uid":"3b37-25085"},{"uid":"3b37-25421"}]},"3b37-25085":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/fetch/fetchData.js","moduleParts":{"budibase-client.js":"3b37-25086"},"imported":[{"uid":"3b37-25069"},{"uid":"3b37-25071"},{"uid":"3b37-25073"},{"uid":"3b37-25075"},{"uid":"3b37-25077"},{"uid":"3b37-25079"},{"uid":"3b37-25083"}],"importedBy":[{"uid":"3b37-25494"}]},"3b37-25087":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/utils/cookies.js","moduleParts":{"budibase-client.js":"3b37-25088"},"imported":[],"importedBy":[{"uid":"3b37-25494"}]},"3b37-25089":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-global.css","moduleParts":{"budibase-client.js":"3b37-25090"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25091":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-medium.css","moduleParts":{"budibase-client.js":"3b37-25092"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25093":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-large.css","moduleParts":{"budibase-client.js":"3b37-25094"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25095":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-lightest.css","moduleParts":{"budibase-client.js":"3b37-25096"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25097":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-light.css","moduleParts":{"budibase-client.js":"3b37-25098"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25099":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-dark.css","moduleParts":{"budibase-client.js":"3b37-25100"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25101":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-darkest.css","moduleParts":{"budibase-client.js":"3b37-25102"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25103":{"id":"/node_modules/@spectrum-css/page/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-25104"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25105":{"id":"/src/components/app/Placeholder.css","moduleParts":{"budibase-client.js":"3b37-25106"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25107"}]},"3b37-25107":{"id":"/src/components/app/Placeholder.svelte","moduleParts":{"budibase-client.js":"3b37-25108"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25105"}],"importedBy":[{"uid":"3b37-25413"},{"uid":"3b37-25355"},{"uid":"3b37-25115"},{"uid":"3b37-25119"},{"uid":"3b37-25137"},{"uid":"3b37-25167"},{"uid":"3b37-25171"},{"uid":"3b37-25175"},{"uid":"3b37-25179"},{"uid":"3b37-25203"},{"uid":"3b37-25281"},{"uid":"3b37-25331"},{"uid":"3b37-25213"},{"uid":"3b37-25257"}]},"3b37-25109":{"id":"/src/components/app/Container.css","moduleParts":{"budibase-client.js":"3b37-25110"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25111"}]},"3b37-25111":{"id":"/src/components/app/Container.svelte","moduleParts":{"budibase-client.js":"3b37-25112"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25109"}],"importedBy":[{"uid":"3b37-25355"},{"uid":"3b37-25137"}]},"3b37-25113":{"id":"/src/components/app/Section.css","moduleParts":{"budibase-client.js":"3b37-25114"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25115"}]},"3b37-25115":{"id":"/src/components/app/Section.svelte","moduleParts":{"budibase-client.js":"3b37-25116"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25107"},{"uid":"3b37-25113"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25117":{"id":"/src/components/app/DataProvider.css","moduleParts":{"budibase-client.js":"3b37-25118"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25119"}]},"3b37-25119":{"id":"/src/components/app/DataProvider.svelte","moduleParts":{"budibase-client.js":"3b37-25120"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25493"},{"uid":"3b37-25107"},{"uid":"3b37-25494"},{"uid":"3b37-25117"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25121":{"id":"/node_modules/@spectrum-css/divider/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-25122"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25123"}]},"3b37-25123":{"id":"/src/components/app/Divider.svelte","moduleParts":{"budibase-client.js":"3b37-25124"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25121"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25125":{"id":"/src/components/app/ScreenSlot.css","moduleParts":{"budibase-client.js":"3b37-25126"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25127"}]},"3b37-25127":{"id":"/src/components/app/ScreenSlot.svelte","moduleParts":{"budibase-client.js":"3b37-25128"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25125"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25129":{"id":"/node_modules/@spectrum-css/button/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-25130"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25133"}]},"3b37-25131":{"id":"/src/components/app/Button.css","moduleParts":{"budibase-client.js":"3b37-25132"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25133"}]},"3b37-25133":{"id":"/src/components/app/Button.svelte","moduleParts":{"budibase-client.js":"3b37-25134"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25129"},{"uid":"3b37-25131"}],"importedBy":[{"uid":"3b37-25355"},{"uid":"3b37-25337"}]},"3b37-25135":{"id":"/src/components/app/Repeater.css","moduleParts":{"budibase-client.js":"3b37-25136"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25137"}]},"3b37-25137":{"id":"/src/components/app/Repeater.svelte","moduleParts":{"budibase-client.js":"3b37-25138"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25107"},{"uid":"3b37-25111"},{"uid":"3b37-25135"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25139":{"id":"/src/components/app/Text.css","moduleParts":{"budibase-client.js":"3b37-25140"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25141"}]},"3b37-25141":{"id":"/src/components/app/Text.svelte","moduleParts":{"budibase-client.js":"3b37-25142"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25139"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25143":{"id":"/src/constants.js","moduleParts":{"budibase-client.js":"3b37-25144"},"imported":[],"importedBy":[{"uid":"3b37-25423"},{"uid":"3b37-25435"},{"uid":"3b37-25383"},{"uid":"3b37-25395"},{"uid":"3b37-25153"},{"uid":"3b37-25405"},{"uid":"3b37-25359"},{"uid":"3b37-25277"},{"uid":"3b37-25295"},{"uid":"3b37-25243"}]},"3b37-25145":{"id":"/node_modules/svelte-spa-router/node_modules/regexparam/dist/index.mjs","moduleParts":{"budibase-client.js":"3b37-25146"},"imported":[],"importedBy":[{"uid":"3b37-25147"},{"uid":"3b37-25149"}]},"3b37-25147":{"id":"/node_modules/svelte-spa-router/Router.svelte","moduleParts":{"budibase-client.js":"3b37-25148"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25543"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25145"}],"importedBy":[{"uid":"3b37-25377"},{"uid":"3b37-25401"},{"uid":"3b37-25417"},{"uid":"3b37-25149"}]},"3b37-25149":{"id":"/node_modules/svelte-spa-router/active.js","moduleParts":{"budibase-client.js":"3b37-25150"},"imported":[{"uid":"3b37-25145"},{"uid":"3b37-25147"}],"importedBy":[{"uid":"3b37-25153"}]},"3b37-25151":{"id":"/src/components/app/Layout.css","moduleParts":{"budibase-client.js":"3b37-25152"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25153"}]},"3b37-25153":{"id":"/src/components/app/Layout.svelte","moduleParts":{"budibase-client.js":"3b37-25154"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25493"},{"uid":"3b37-25143"},{"uid":"3b37-25149"},{"uid":"3b37-25151"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25155":{"id":"/src/components/app/Link.css","moduleParts":{"budibase-client.js":"3b37-25156"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25157"}]},"3b37-25157":{"id":"/src/components/app/Link.svelte","moduleParts":{"budibase-client.js":"3b37-25158"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25155"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25159":{"id":"/node_modules/@spectrum-css/typography/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-25160"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25163"}]},"3b37-25161":{"id":"/src/components/app/Heading.css","moduleParts":{"budibase-client.js":"3b37-25162"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25163"}]},"3b37-25163":{"id":"/src/components/app/Heading.svelte","moduleParts":{"budibase-client.js":"3b37-25164"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25159"},{"uid":"3b37-25161"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25165":{"id":"/src/components/app/Image.css","moduleParts":{"budibase-client.js":"3b37-25166"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25167"}]},"3b37-25167":{"id":"/src/components/app/Image.svelte","moduleParts":{"budibase-client.js":"3b37-25168"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25107"},{"uid":"3b37-25165"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25169":{"id":"/src/components/app/Embed.css","moduleParts":{"budibase-client.js":"3b37-25170"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25171"}]},"3b37-25171":{"id":"/src/components/app/Embed.svelte","moduleParts":{"budibase-client.js":"3b37-25172"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25107"},{"uid":"3b37-25169"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25173":{"id":"/src/components/app/Icon.css","moduleParts":{"budibase-client.js":"3b37-25174"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25175"}]},"3b37-25175":{"id":"/src/components/app/Icon.svelte","moduleParts":{"budibase-client.js":"3b37-25176"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25107"},{"uid":"3b37-25173"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25177":{"id":"/src/components/app/BackgroundImage.css","moduleParts":{"budibase-client.js":"3b37-25178"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25179"}]},"3b37-25179":{"id":"/src/components/app/BackgroundImage.svelte","moduleParts":{"budibase-client.js":"3b37-25180"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25107"},{"uid":"3b37-25177"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25181":{"id":"/node_modules/dayjs/dayjs.min.js","moduleParts":{"budibase-client.js":"3b37-25182"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-25185"}]},"3b37-25183":{"id":"/node_modules/dayjs/plugin/utc.js","moduleParts":{"budibase-client.js":"3b37-25184"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-25185"}]},"3b37-25185":{"id":"/src/components/app/DateRangePicker.svelte","moduleParts":{"budibase-client.js":"3b37-25186"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25492"},{"uid":"3b37-25181"},{"uid":"3b37-25183"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25187":{"id":"/src/components/app/CardStat.css","moduleParts":{"budibase-client.js":"3b37-25188"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25189"}]},"3b37-25189":{"id":"/src/components/app/CardStat.svelte","moduleParts":{"budibase-client.js":"3b37-25190"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25187"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25191":{"id":"/node_modules/@spectrum-css/card/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-25192"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25195"}]},"3b37-25193":{"id":"/src/components/app/SpectrumCard.css","moduleParts":{"budibase-client.js":"3b37-25194"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25195"}]},"3b37-25195":{"id":"/src/components/app/SpectrumCard.svelte","moduleParts":{"budibase-client.js":"3b37-25196"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25191"},{"uid":"3b37-25492"},{"uid":"3b37-25493"},{"uid":"3b37-25193"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25197":{"id":"/node_modules/@spectrum-css/tag/dist/index-vars.css","moduleParts":{"budibase-client.js":"3b37-25198"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25201"}]},"3b37-25199":{"id":"/src/components/app/Tag.css","moduleParts":{"budibase-client.js":"3b37-25200"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25201"}]},"3b37-25201":{"id":"/src/components/app/Tag.svelte","moduleParts":{"budibase-client.js":"3b37-25202"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25197"},{"uid":"3b37-25493"},{"uid":"3b37-25492"},{"uid":"3b37-25199"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25203":{"id":"/src/components/app/MarkdownViewer.svelte","moduleParts":{"budibase-client.js":"3b37-25204"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25492"},{"uid":"3b37-25107"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25205":{"id":"/src/components/app/charts/ApexOptionsBuilder.js","moduleParts":{"budibase-client.js":"3b37-25206"},"imported":[],"importedBy":[{"uid":"3b37-25215"},{"uid":"3b37-25217"},{"uid":"3b37-25219"},{"uid":"3b37-25225"}]},"3b37-25207":{"id":"/node_modules/apexcharts/dist/apexcharts.common.js","moduleParts":{"budibase-client.js":"3b37-25208"},"imported":[{"uid":"3b37-24887"}],"importedBy":[{"uid":"3b37-25209"}]},"3b37-25209":{"id":"/node_modules/svelte-apexcharts/src/index.js","moduleParts":{"budibase-client.js":"3b37-25210"},"imported":[{"uid":"3b37-25207"}],"importedBy":[{"uid":"3b37-25213"}]},"3b37-25211":{"id":"/src/components/app/charts/ApexChart.css","moduleParts":{"budibase-client.js":"3b37-25212"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25213"}]},"3b37-25213":{"id":"/src/components/app/charts/ApexChart.svelte","moduleParts":{"budibase-client.js":"3b37-25214"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25209"},{"uid":"3b37-25107"},{"uid":"3b37-25211"}],"importedBy":[{"uid":"3b37-25215"},{"uid":"3b37-25217"},{"uid":"3b37-25219"},{"uid":"3b37-25225"}]},"3b37-25215":{"id":"/src/components/app/charts/BarChart.svelte","moduleParts":{"budibase-client.js":"3b37-25216"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25205"},{"uid":"3b37-25213"}],"importedBy":[{"uid":"3b37-25537"}]},"3b37-25217":{"id":"/src/components/app/charts/LineChart.svelte","moduleParts":{"budibase-client.js":"3b37-25218"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25205"},{"uid":"3b37-25213"}],"importedBy":[{"uid":"3b37-25537"},{"uid":"3b37-25223"}]},"3b37-25219":{"id":"/src/components/app/charts/PieChart.svelte","moduleParts":{"budibase-client.js":"3b37-25220"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25205"},{"uid":"3b37-25213"}],"importedBy":[{"uid":"3b37-25537"},{"uid":"3b37-25221"}]},"3b37-25221":{"id":"/src/components/app/charts/DonutChart.svelte","moduleParts":{"budibase-client.js":"3b37-25222"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25219"}],"importedBy":[{"uid":"3b37-25537"}]},"3b37-25223":{"id":"/src/components/app/charts/AreaChart.svelte","moduleParts":{"budibase-client.js":"3b37-25224"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25217"}],"importedBy":[{"uid":"3b37-25537"}]},"3b37-25225":{"id":"/src/components/app/charts/CandleStickChart.svelte","moduleParts":{"budibase-client.js":"3b37-25226"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25205"},{"uid":"3b37-25213"}],"importedBy":[{"uid":"3b37-25537"}]},"3b37-25227":{"id":"/node_modules/flatpickr/dist/esm/types/options.js","moduleParts":{"budibase-client.js":"3b37-25228"},"imported":[],"importedBy":[{"uid":"3b37-25241"},{"uid":"3b37-25237"}]},"3b37-25229":{"id":"/node_modules/flatpickr/dist/esm/l10n/default.js","moduleParts":{"budibase-client.js":"3b37-25230"},"imported":[],"importedBy":[{"uid":"3b37-25241"},{"uid":"3b37-25237"}]},"3b37-25231":{"id":"/node_modules/flatpickr/dist/esm/utils/index.js","moduleParts":{"budibase-client.js":"3b37-25232"},"imported":[],"importedBy":[{"uid":"3b37-25241"},{"uid":"3b37-25235"}]},"3b37-25233":{"id":"/node_modules/flatpickr/dist/esm/utils/dom.js","moduleParts":{"budibase-client.js":"3b37-25234"},"imported":[],"importedBy":[{"uid":"3b37-25241"}]},"3b37-25235":{"id":"/node_modules/flatpickr/dist/esm/utils/formatting.js","moduleParts":{"budibase-client.js":"3b37-25236"},"imported":[{"uid":"3b37-25231"}],"importedBy":[{"uid":"3b37-25241"},{"uid":"3b37-25237"}]},"3b37-25237":{"id":"/node_modules/flatpickr/dist/esm/utils/dates.js","moduleParts":{"budibase-client.js":"3b37-25238"},"imported":[{"uid":"3b37-25235"},{"uid":"3b37-25227"},{"uid":"3b37-25229"}],"importedBy":[{"uid":"3b37-25241"}]},"3b37-25239":{"id":"/node_modules/flatpickr/dist/esm/utils/polyfills.js","moduleParts":{"budibase-client.js":"3b37-25240"},"imported":[],"importedBy":[{"uid":"3b37-25241"}]},"3b37-25241":{"id":"/node_modules/flatpickr/dist/esm/index.js","moduleParts":{"budibase-client.js":"3b37-25242"},"imported":[{"uid":"3b37-25227"},{"uid":"3b37-25229"},{"uid":"3b37-25231"},{"uid":"3b37-25233"},{"uid":"3b37-25237"},{"uid":"3b37-25235"},{"uid":"3b37-25239"}],"importedBy":[{"uid":"3b37-25243"}]},"3b37-25243":{"id":"/src/components/app/forms/validation.js","moduleParts":{"budibase-client.js":"3b37-25244"},"imported":[{"uid":"3b37-25241"},{"uid":"3b37-25143"}],"importedBy":[{"uid":"3b37-25245"}]},"3b37-25245":{"id":"/src/components/app/forms/InnerForm.svelte","moduleParts":{"budibase-client.js":"3b37-25246"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25243"},{"uid":"3b37-25493"}],"importedBy":[{"uid":"3b37-25247"}]},"3b37-25247":{"id":"/src/components/app/forms/Form.svelte","moduleParts":{"budibase-client.js":"3b37-25248"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25245"},{"uid":"3b37-25493"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25249":{"id":"/src/components/app/forms/FieldGroup.css","moduleParts":{"budibase-client.js":"3b37-25250"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25251"}]},"3b37-25251":{"id":"/src/components/app/forms/FieldGroup.svelte","moduleParts":{"budibase-client.js":"3b37-25252"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25249"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25253":{"id":"/src/components/app/forms/FieldGroupFallback.svelte","moduleParts":{"budibase-client.js":"3b37-25254"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25257"}]},"3b37-25255":{"id":"/src/components/app/forms/Field.css","moduleParts":{"budibase-client.js":"3b37-25256"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25257"}]},"3b37-25257":{"id":"/src/components/app/forms/Field.svelte","moduleParts":{"budibase-client.js":"3b37-25258"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25107"},{"uid":"3b37-25253"},{"uid":"3b37-25492"},{"uid":"3b37-25255"}],"importedBy":[{"uid":"3b37-25259"},{"uid":"3b37-25265"},{"uid":"3b37-25267"},{"uid":"3b37-25269"},{"uid":"3b37-25271"},{"uid":"3b37-25273"},{"uid":"3b37-25275"},{"uid":"3b37-25277"},{"uid":"3b37-25285"},{"uid":"3b37-25289"}]},"3b37-25259":{"id":"/src/components/app/forms/StringField.svelte","moduleParts":{"budibase-client.js":"3b37-25260"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25257"}],"importedBy":[{"uid":"3b37-25538"},{"uid":"3b37-25261"},{"uid":"3b37-25279"}]},"3b37-25261":{"id":"/src/components/app/forms/NumberField.svelte","moduleParts":{"budibase-client.js":"3b37-25262"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25259"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25263":{"id":"/src/components/app/forms/optionsParser.js","moduleParts":{"budibase-client.js":"3b37-25264"},"imported":[],"importedBy":[{"uid":"3b37-25265"},{"uid":"3b37-25267"}]},"3b37-25265":{"id":"/src/components/app/forms/OptionsField.svelte","moduleParts":{"budibase-client.js":"3b37-25266"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25257"},{"uid":"3b37-25263"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25267":{"id":"/src/components/app/forms/MultiFieldSelect.svelte","moduleParts":{"budibase-client.js":"3b37-25268"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25257"},{"uid":"3b37-25263"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25269":{"id":"/src/components/app/forms/BooleanField.svelte","moduleParts":{"budibase-client.js":"3b37-25270"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25257"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25271":{"id":"/src/components/app/forms/LongFormField.svelte","moduleParts":{"budibase-client.js":"3b37-25272"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25493"},{"uid":"3b37-25257"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25273":{"id":"/src/components/app/forms/DateTimeField.svelte","moduleParts":{"budibase-client.js":"3b37-25274"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25257"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25275":{"id":"/src/components/app/forms/AttachmentField.svelte","moduleParts":{"budibase-client.js":"3b37-25276"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25257"},{"uid":"3b37-25493"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25277":{"id":"/src/components/app/forms/RelationshipField.svelte","moduleParts":{"budibase-client.js":"3b37-25278"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25492"},{"uid":"3b37-25257"},{"uid":"3b37-25143"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25279":{"id":"/src/components/app/forms/PasswordField.svelte","moduleParts":{"budibase-client.js":"3b37-25280"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25259"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25281":{"id":"/src/components/app/forms/FormStep.svelte","moduleParts":{"budibase-client.js":"3b37-25282"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25107"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25283":{"id":"/src/components/app/forms/JSONField.css","moduleParts":{"budibase-client.js":"3b37-25284"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25285"}]},"3b37-25285":{"id":"/src/components/app/forms/JSONField.svelte","moduleParts":{"budibase-client.js":"3b37-25286"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25257"},{"uid":"3b37-25492"},{"uid":"3b37-25283"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25287":{"id":"/src/components/app/forms/S3Upload.css","moduleParts":{"budibase-client.js":"3b37-25288"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25289"}]},"3b37-25289":{"id":"/src/components/app/forms/S3Upload.svelte","moduleParts":{"budibase-client.js":"3b37-25290"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25257"},{"uid":"3b37-25493"},{"uid":"3b37-25492"},{"uid":"3b37-25287"}],"importedBy":[{"uid":"3b37-25538"}]},"3b37-25291":{"id":"/src/components/app/table/SlotRenderer.svelte","moduleParts":{"budibase-client.js":"3b37-25292"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25295"}]},"3b37-25293":{"id":"/src/components/app/table/Table.css","moduleParts":{"budibase-client.js":"3b37-25294"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25295"}]},"3b37-25295":{"id":"/src/components/app/table/Table.svelte","moduleParts":{"budibase-client.js":"3b37-25296"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25493"},{"uid":"3b37-25291"},{"uid":"3b37-25143"},{"uid":"3b37-25293"}],"importedBy":[{"uid":"3b37-25539"}]},"3b37-25297":{"id":"/src/components/Block.svelte","moduleParts":{"budibase-client.js":"3b37-25298"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25325"},{"uid":"3b37-25329"},{"uid":"3b37-25331"}]},"3b37-25299":{"id":"/node_modules/shortid/lib/random/random-from-seed.js","moduleParts":{"budibase-client.js":"3b37-25300"},"imported":[],"importedBy":[{"uid":"3b37-25301"},{"uid":"3b37-25563"}]},"3b37-25301":{"id":"/node_modules/shortid/lib/alphabet.js","moduleParts":{"budibase-client.js":"3b37-25302"},"imported":[{"uid":"3b37-25299"},{"uid":"3b37-25563"}],"importedBy":[{"uid":"3b37-25315"},{"uid":"3b37-25311"},{"uid":"3b37-25313"},{"uid":"3b37-25545"},{"uid":"3b37-25309"}]},"3b37-25303":{"id":"/node_modules/shortid/lib/random/random-byte-browser.js","moduleParts":{"budibase-client.js":"3b37-25304"},"imported":[],"importedBy":[{"uid":"3b37-25309"},{"uid":"3b37-25569"}]},"3b37-25305":{"id":"/node_modules/shortid/node_modules/nanoid/format.browser.js","moduleParts":{"budibase-client.js":"3b37-25306"},"imported":[],"importedBy":[{"uid":"3b37-25309"},{"uid":"3b37-25307"}]},"3b37-25307":{"id":"\u0000/node_modules/shortid/node_modules/nanoid/format.browser.js?commonjs-proxy","moduleParts":{"budibase-client.js":"3b37-25308"},"imported":[{"uid":"3b37-25305"}],"importedBy":[{"uid":"3b37-25309"}]},"3b37-25309":{"id":"/node_modules/shortid/lib/generate.js","moduleParts":{"budibase-client.js":"3b37-25310"},"imported":[{"uid":"3b37-25301"},{"uid":"3b37-25303"},{"uid":"3b37-25305"},{"uid":"3b37-25545"},{"uid":"3b37-25569"},{"uid":"3b37-25307"}],"importedBy":[{"uid":"3b37-25311"},{"uid":"3b37-25564"}]},"3b37-25311":{"id":"/node_modules/shortid/lib/build.js","moduleParts":{"budibase-client.js":"3b37-25312"},"imported":[{"uid":"3b37-25309"},{"uid":"3b37-25301"},{"uid":"3b37-25564"},{"uid":"3b37-25545"}],"importedBy":[{"uid":"3b37-25315"},{"uid":"3b37-25546"}]},"3b37-25313":{"id":"/node_modules/shortid/lib/is-valid.js","moduleParts":{"budibase-client.js":"3b37-25314"},"imported":[{"uid":"3b37-25301"},{"uid":"3b37-25545"}],"importedBy":[{"uid":"3b37-25315"},{"uid":"3b37-25547"}]},"3b37-25315":{"id":"/node_modules/shortid/lib/index.js","moduleParts":{"budibase-client.js":"3b37-25316"},"imported":[{"uid":"3b37-24887"},{"uid":"3b37-25301"},{"uid":"3b37-25311"},{"uid":"3b37-25313"},{"uid":"3b37-25544"},{"uid":"3b37-25545"},{"uid":"3b37-25546"},{"uid":"3b37-25547"},{"uid":"3b37-25548"}],"importedBy":[{"uid":"3b37-25317"},{"uid":"3b37-25542"}]},"3b37-25317":{"id":"/node_modules/shortid/index.js","moduleParts":{"budibase-client.js":"3b37-25318"},"imported":[{"uid":"3b37-25315"},{"uid":"3b37-25542"}],"importedBy":[{"uid":"3b37-25379"},{"uid":"3b37-25395"},{"uid":"3b37-25319"},{"uid":"3b37-25335"}]},"3b37-25319":{"id":"/src/components/BlockComponent.svelte","moduleParts":{"budibase-client.js":"3b37-25320"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25317"},{"uid":"3b37-25413"}],"importedBy":[{"uid":"3b37-25325"},{"uid":"3b37-25329"},{"uid":"3b37-25331"}]},"3b37-25321":{"id":"/Users/rpowell/dev/repos/budibase/packages/string-templates/dist/bundle.mjs","moduleParts":{"budibase-client.js":"3b37-25322"},"imported":[],"importedBy":[{"uid":"3b37-25407"},{"uid":"3b37-25403"},{"uid":"3b37-25325"},{"uid":"3b37-25329"},{"uid":"3b37-25331"}]},"3b37-25323":{"id":"/src/components/app/blocks/TableBlock.css","moduleParts":{"budibase-client.js":"3b37-25324"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25325"}]},"3b37-25325":{"id":"/src/components/app/blocks/TableBlock.svelte","moduleParts":{"budibase-client.js":"3b37-25326"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25297"},{"uid":"3b37-25319"},{"uid":"3b37-25493"},{"uid":"3b37-25321"},{"uid":"3b37-25323"}],"importedBy":[{"uid":"3b37-25540"}]},"3b37-25327":{"id":"/src/components/app/blocks/CardsBlock.css","moduleParts":{"budibase-client.js":"3b37-25328"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25329"}]},"3b37-25329":{"id":"/src/components/app/blocks/CardsBlock.svelte","moduleParts":{"budibase-client.js":"3b37-25330"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25297"},{"uid":"3b37-25319"},{"uid":"3b37-25493"},{"uid":"3b37-25321"},{"uid":"3b37-25327"}],"importedBy":[{"uid":"3b37-25540"}]},"3b37-25331":{"id":"/src/components/app/blocks/RepeaterBlock.svelte","moduleParts":{"budibase-client.js":"3b37-25332"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25319"},{"uid":"3b37-25297"},{"uid":"3b37-25107"},{"uid":"3b37-25492"},{"uid":"3b37-25321"}],"importedBy":[{"uid":"3b37-25540"}]},"3b37-25333":{"id":"/src/components/app/dynamic-filter/FilterModal.css","moduleParts":{"budibase-client.js":"3b37-25334"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25335"}]},"3b37-25335":{"id":"/src/components/app/dynamic-filter/FilterModal.svelte","moduleParts":{"budibase-client.js":"3b37-25336"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25317"},{"uid":"3b37-25494"},{"uid":"3b37-25333"}],"importedBy":[{"uid":"3b37-25337"}]},"3b37-25337":{"id":"/src/components/app/dynamic-filter/DynamicFilter.svelte","moduleParts":{"budibase-client.js":"3b37-25338"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24635"},{"uid":"3b37-25492"},{"uid":"3b37-25493"},{"uid":"3b37-25335"},{"uid":"3b37-25494"},{"uid":"3b37-25133"}],"importedBy":[{"uid":"3b37-25541"}]},"3b37-25339":{"id":"/src/components/app/deprecated/Navigation.css","moduleParts":{"budibase-client.js":"3b37-25340"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25341"}]},"3b37-25341":{"id":"/src/components/app/deprecated/Navigation.svelte","moduleParts":{"budibase-client.js":"3b37-25342"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25339"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25343":{"id":"/src/components/app/deprecated/CardHorizontal.css","moduleParts":{"budibase-client.js":"3b37-25344"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25345"}]},"3b37-25345":{"id":"/src/components/app/deprecated/CardHorizontal.svelte","moduleParts":{"budibase-client.js":"3b37-25346"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25343"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25347":{"id":"/src/components/app/deprecated/StackedList.css","moduleParts":{"budibase-client.js":"3b37-25348"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25349"}]},"3b37-25349":{"id":"/src/components/app/deprecated/StackedList.svelte","moduleParts":{"budibase-client.js":"3b37-25350"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25347"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25351":{"id":"/src/components/app/deprecated/Card.css","moduleParts":{"budibase-client.js":"3b37-25352"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25353"}]},"3b37-25353":{"id":"/src/components/app/deprecated/Card.svelte","moduleParts":{"budibase-client.js":"3b37-25354"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25351"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25355":{"id":"/src/components/app/index.js","moduleParts":{"budibase-client.js":"3b37-25356"},"imported":[{"uid":"3b37-25089"},{"uid":"3b37-25091"},{"uid":"3b37-25093"},{"uid":"3b37-25095"},{"uid":"3b37-25097"},{"uid":"3b37-25099"},{"uid":"3b37-25101"},{"uid":"3b37-25103"},{"uid":"3b37-25107"},{"uid":"3b37-25111"},{"uid":"3b37-25115"},{"uid":"3b37-25119"},{"uid":"3b37-25123"},{"uid":"3b37-25127"},{"uid":"3b37-25133"},{"uid":"3b37-25137"},{"uid":"3b37-25141"},{"uid":"3b37-25153"},{"uid":"3b37-25157"},{"uid":"3b37-25163"},{"uid":"3b37-25167"},{"uid":"3b37-25171"},{"uid":"3b37-25175"},{"uid":"3b37-25179"},{"uid":"3b37-25185"},{"uid":"3b37-25189"},{"uid":"3b37-25195"},{"uid":"3b37-25201"},{"uid":"3b37-25203"},{"uid":"3b37-25537"},{"uid":"3b37-25538"},{"uid":"3b37-25539"},{"uid":"3b37-25540"},{"uid":"3b37-25541"},{"uid":"3b37-25341"},{"uid":"3b37-25345"},{"uid":"3b37-25349"},{"uid":"3b37-25353"}],"importedBy":[{"uid":"3b37-25413"}]},"3b37-25357":{"id":"/src/api/api.js","moduleParts":{"budibase-client.js":"3b37-25358"},"imported":[{"uid":"3b37-25494"},{"uid":"3b37-25491"},{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25361"}]},"3b37-25359":{"id":"/src/api/patches.js","moduleParts":{"budibase-client.js":"3b37-25360"},"imported":[{"uid":"3b37-25494"},{"uid":"3b37-25143"}],"importedBy":[{"uid":"3b37-25361"}]},"3b37-25361":{"id":"/src/api/index.js","moduleParts":{"budibase-client.js":"3b37-25362"},"imported":[{"uid":"3b37-25357"},{"uid":"3b37-25359"}],"importedBy":[{"uid":"3b37-25423"},{"uid":"3b37-25363"},{"uid":"3b37-25365"},{"uid":"3b37-25377"},{"uid":"3b37-25375"},{"uid":"3b37-25383"},{"uid":"3b37-25421"},{"uid":"3b37-25405"}]},"3b37-25363":{"id":"/src/stores/auth.js","moduleParts":{"budibase-client.js":"3b37-25364"},"imported":[{"uid":"3b37-25361"},{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25365":{"id":"/src/stores/app.js","moduleParts":{"budibase-client.js":"3b37-25366"},"imported":[{"uid":"3b37-25361"},{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25491"},{"uid":"3b37-25381"},{"uid":"3b37-25387"},{"uid":"3b37-25393"}]},"3b37-25367":{"id":"/src/stores/state.js","moduleParts":{"budibase-client.js":"3b37-25368"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25494"}],"importedBy":[{"uid":"3b37-25491"},{"uid":"3b37-25369"}]},"3b37-25369":{"id":"/src/stores/peek.js","moduleParts":{"budibase-client.js":"3b37-25370"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25367"}],"importedBy":[{"uid":"3b37-25491"},{"uid":"3b37-25377"}]},"3b37-25371":{"id":"/manifest.json","moduleParts":{"budibase-client.js":"3b37-25372"},"imported":[],"importedBy":[{"uid":"3b37-25413"},{"uid":"3b37-25375"}]},"3b37-25373":{"id":"/src/utils/components.js","moduleParts":{"budibase-client.js":"3b37-25374"},"imported":[],"importedBy":[{"uid":"3b37-25381"},{"uid":"3b37-25375"}]},"3b37-25375":{"id":"/src/stores/builder.js","moduleParts":{"budibase-client.js":"3b37-25376"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25371"},{"uid":"3b37-25373"},{"uid":"3b37-25361"}],"importedBy":[{"uid":"3b37-25491"},{"uid":"3b37-25377"},{"uid":"3b37-25381"},{"uid":"3b37-25387"}]},"3b37-25377":{"id":"/src/stores/routes.js","moduleParts":{"budibase-client.js":"3b37-25378"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25147"},{"uid":"3b37-25361"},{"uid":"3b37-25369"},{"uid":"3b37-25375"}],"importedBy":[{"uid":"3b37-25491"},{"uid":"3b37-25379"},{"uid":"3b37-25381"},{"uid":"3b37-25383"},{"uid":"3b37-25393"}]},"3b37-25379":{"id":"/src/stores/notification.js","moduleParts":{"budibase-client.js":"3b37-25380"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25317"},{"uid":"3b37-25377"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25381":{"id":"/src/stores/screens.js","moduleParts":{"budibase-client.js":"3b37-25382"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25377"},{"uid":"3b37-25375"},{"uid":"3b37-25365"},{"uid":"3b37-25373"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25383":{"id":"/src/stores/dataSource.js","moduleParts":{"budibase-client.js":"3b37-25384"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25361"},{"uid":"3b37-25143"},{"uid":"3b37-25377"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25385":{"id":"/src/stores/confirmation.js","moduleParts":{"budibase-client.js":"3b37-25386"},"imported":[{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25387":{"id":"/src/stores/theme.js","moduleParts":{"budibase-client.js":"3b37-25388"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25365"},{"uid":"3b37-25375"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25389":{"id":"/src/stores/uploads.js","moduleParts":{"budibase-client.js":"3b37-25390"},"imported":[{"uid":"3b37-24635"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25391":{"id":"/src/stores/context.js","moduleParts":{"budibase-client.js":"3b37-25392"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25493"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25393":{"id":"/src/stores/initialise.js","moduleParts":{"budibase-client.js":"3b37-25394"},"imported":[{"uid":"3b37-25377"},{"uid":"3b37-25365"}],"importedBy":[{"uid":"3b37-25491"}]},"3b37-25395":{"id":"/src/components/context/Provider.svelte","moduleParts":{"budibase-client.js":"3b37-25396"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25491"},{"uid":"3b37-25143"},{"uid":"3b37-25317"}],"importedBy":[{"uid":"3b37-25423"},{"uid":"3b37-25435"},{"uid":"3b37-25437"},{"uid":"3b37-25439"},{"uid":"3b37-25397"}]},"3b37-25397":{"id":"/src/components/Screen.svelte","moduleParts":{"budibase-client.js":"3b37-25398"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25491"},{"uid":"3b37-25413"},{"uid":"3b37-25395"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25401"}]},"3b37-25399":{"id":"/src/components/Router.css","moduleParts":{"budibase-client.js":"3b37-25400"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25401"}]},"3b37-25401":{"id":"/src/components/Router.svelte","moduleParts":{"budibase-client.js":"3b37-25402"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25147"},{"uid":"3b37-25491"},{"uid":"3b37-25397"},{"uid":"3b37-24635"},{"uid":"3b37-25399"}],"importedBy":[{"uid":"3b37-25413"}]},"3b37-25403":{"id":"/src/utils/enrichDataBinding.js","moduleParts":{"budibase-client.js":"3b37-25404"},"imported":[{"uid":"3b37-25493"},{"uid":"3b37-25321"}],"importedBy":[{"uid":"3b37-25407"},{"uid":"3b37-25405"}]},"3b37-25405":{"id":"/src/utils/buttonActions.js","moduleParts":{"budibase-client.js":"3b37-25406"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25491"},{"uid":"3b37-25361"},{"uid":"3b37-25143"},{"uid":"3b37-25403"},{"uid":"3b37-25493"}],"importedBy":[{"uid":"3b37-25407"}]},"3b37-25407":{"id":"/src/utils/componentProps.js","moduleParts":{"budibase-client.js":"3b37-25408"},"imported":[{"uid":"3b37-25403"},{"uid":"3b37-25405"},{"uid":"3b37-25321"}],"importedBy":[{"uid":"3b37-25413"}]},"3b37-25409":{"id":"/src/utils/conditions.js","moduleParts":{"budibase-client.js":"3b37-25410"},"imported":[{"uid":"3b37-25494"}],"importedBy":[{"uid":"3b37-25413"}]},"3b37-25411":{"id":"/src/components/Component.css","moduleParts":{"budibase-client.js":"3b37-25412"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25413"}]},"3b37-25413":{"id":"/src/components/Component.svelte","moduleParts":{"budibase-client.js":"3b37-25414"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25355"},{"uid":"3b37-25401"},{"uid":"3b37-25407"},{"uid":"3b37-25491"},{"uid":"3b37-25493"},{"uid":"3b37-25371"},{"uid":"3b37-25409"},{"uid":"3b37-25107"},{"uid":"3b37-25411"}],"importedBy":[{"uid":"3b37-25481"},{"uid":"3b37-25397"},{"uid":"3b37-25319"}]},"3b37-25415":{"id":"/src/utils/styleable.js","moduleParts":{"budibase-client.js":"3b37-25416"},"imported":[{"uid":"3b37-25491"}],"importedBy":[{"uid":"3b37-25423"}]},"3b37-25417":{"id":"/src/utils/linkable.js","moduleParts":{"budibase-client.js":"3b37-25418"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25147"},{"uid":"3b37-25491"}],"importedBy":[{"uid":"3b37-25423"}]},"3b37-25419":{"id":"/src/utils/getAction.js","moduleParts":{"budibase-client.js":"3b37-25420"},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25423"}]},"3b37-25421":{"id":"/src/utils/schema.js","moduleParts":{"budibase-client.js":"3b37-25422"},"imported":[{"uid":"3b37-25361"},{"uid":"3b37-25494"},{"uid":"3b37-25069"},{"uid":"3b37-25071"},{"uid":"3b37-25073"},{"uid":"3b37-25075"},{"uid":"3b37-25077"},{"uid":"3b37-25079"},{"uid":"3b37-25083"}],"importedBy":[{"uid":"3b37-25423"}]},"3b37-25423":{"id":"/src/sdk.js","moduleParts":{"budibase-client.js":"3b37-25424"},"imported":[{"uid":"3b37-25361"},{"uid":"3b37-25491"},{"uid":"3b37-25415"},{"uid":"3b37-25417"},{"uid":"3b37-25419"},{"uid":"3b37-25395"},{"uid":"3b37-25143"},{"uid":"3b37-25421"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25425":{"id":"/src/components/overlay/NotificationDisplay.css","moduleParts":{"budibase-client.js":"3b37-25426"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25427"}]},"3b37-25427":{"id":"/src/components/overlay/NotificationDisplay.svelte","moduleParts":{"budibase-client.js":"3b37-25428"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25491"},{"uid":"3b37-25493"},{"uid":"3b37-24691"},{"uid":"3b37-25425"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25429":{"id":"/src/components/overlay/ConfirmationDisplay.svelte","moduleParts":{"budibase-client.js":"3b37-25430"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25491"},{"uid":"3b37-25493"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25431":{"id":"/src/components/overlay/PeekScreenDisplay.css","moduleParts":{"budibase-client.js":"3b37-25432"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25433"}]},"3b37-25433":{"id":"/src/components/overlay/PeekScreenDisplay.svelte","moduleParts":{"budibase-client.js":"3b37-25434"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25491"},{"uid":"3b37-25493"},{"uid":"3b37-25492"},{"uid":"3b37-25431"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25435":{"id":"/src/components/context/UserBindingsProvider.svelte","moduleParts":{"budibase-client.js":"3b37-25436"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25395"},{"uid":"3b37-25491"},{"uid":"3b37-25143"},{"uid":"3b37-25494"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25437":{"id":"/src/components/context/DeviceBindingsProvider.svelte","moduleParts":{"budibase-client.js":"3b37-25438"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25395"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25439":{"id":"/src/components/context/StateBindingsProvider.svelte","moduleParts":{"budibase-client.js":"3b37-25440"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25395"},{"uid":"3b37-25491"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25441":{"id":"/src/components/preview/SettingsButton.css","moduleParts":{"budibase-client.js":"3b37-25442"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25443"}]},"3b37-25443":{"id":"/src/components/preview/SettingsButton.svelte","moduleParts":{"budibase-client.js":"3b37-25444"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25491"},{"uid":"3b37-25492"},{"uid":"3b37-25441"}],"importedBy":[{"uid":"3b37-25457"}]},"3b37-25445":{"id":"/src/components/preview/SettingsColorPicker.css","moduleParts":{"budibase-client.js":"3b37-25446"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25447"}]},"3b37-25447":{"id":"/src/components/preview/SettingsColorPicker.svelte","moduleParts":{"budibase-client.js":"3b37-25448"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25491"},{"uid":"3b37-25445"}],"importedBy":[{"uid":"3b37-25457"}]},"3b37-25449":{"id":"/src/components/preview/SettingsPicker.css","moduleParts":{"budibase-client.js":"3b37-25450"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25451"}]},"3b37-25451":{"id":"/src/components/preview/SettingsPicker.svelte","moduleParts":{"budibase-client.js":"3b37-25452"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25493"},{"uid":"3b37-25491"},{"uid":"3b37-25449"}],"importedBy":[{"uid":"3b37-25457"}]},"3b37-25453":{"id":"/src/utils/domDebounce.js","moduleParts":{"budibase-client.js":"3b37-25454"},"imported":[],"importedBy":[{"uid":"3b37-25457"},{"uid":"3b37-25463"}]},"3b37-25455":{"id":"/src/components/preview/SettingsBar.css","moduleParts":{"budibase-client.js":"3b37-25456"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25457"}]},"3b37-25457":{"id":"/src/components/preview/SettingsBar.svelte","moduleParts":{"budibase-client.js":"3b37-25458"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25443"},{"uid":"3b37-25447"},{"uid":"3b37-25451"},{"uid":"3b37-25491"},{"uid":"3b37-25453"},{"uid":"3b37-25455"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25459":{"id":"/src/components/preview/Indicator.css","moduleParts":{"budibase-client.js":"3b37-25460"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25461"}]},"3b37-25461":{"id":"/src/components/preview/Indicator.svelte","moduleParts":{"budibase-client.js":"3b37-25462"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24691"},{"uid":"3b37-25459"}],"importedBy":[{"uid":"3b37-25463"},{"uid":"3b37-25473"}]},"3b37-25463":{"id":"/src/components/preview/IndicatorSet.svelte","moduleParts":{"budibase-client.js":"3b37-25464"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25461"},{"uid":"3b37-25453"}],"importedBy":[{"uid":"3b37-25465"},{"uid":"3b37-25467"},{"uid":"3b37-25475"}]},"3b37-25465":{"id":"/src/components/preview/SelectionIndicator.svelte","moduleParts":{"budibase-client.js":"3b37-25466"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25491"},{"uid":"3b37-25463"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25467":{"id":"/src/components/preview/HoverIndicator.svelte","moduleParts":{"budibase-client.js":"3b37-25468"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25463"},{"uid":"3b37-25491"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25469":{"id":"/src/components/CustomThemeWrapper.css","moduleParts":{"budibase-client.js":"3b37-25470"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25471"}]},"3b37-25471":{"id":"/src/components/CustomThemeWrapper.svelte","moduleParts":{"budibase-client.js":"3b37-25472"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25491"},{"uid":"3b37-25469"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25473":{"id":"/src/components/preview/DNDPositionIndicator.svelte","moduleParts":{"budibase-client.js":"3b37-25474"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25461"},{"uid":"3b37-25475"}],"importedBy":[{"uid":"3b37-25475"}]},"3b37-25475":{"id":"/src/components/preview/DNDHandler.svelte","moduleParts":{"budibase-client.js":"3b37-25476"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25463"},{"uid":"3b37-25473"},{"uid":"3b37-25491"}],"importedBy":[{"uid":"3b37-25481"},{"uid":"3b37-25473"}]},"3b37-25477":{"id":"/src/components/preview/KeyboardManager.svelte","moduleParts":{"budibase-client.js":"3b37-25478"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24635"},{"uid":"3b37-25491"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25479":{"id":"/src/components/ClientApp.css","moduleParts":{"budibase-client.js":"3b37-25480"},"imported":[{"uid":"3b37-24637"}],"importedBy":[{"uid":"3b37-25481"}]},"3b37-25481":{"id":"/src/components/ClientApp.svelte","moduleParts":{"budibase-client.js":"3b37-25482"},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24635"},{"uid":"3b37-25492"},{"uid":"3b37-25493"},{"uid":"3b37-25003"},{"uid":"3b37-25494"},{"uid":"3b37-25413"},{"uid":"3b37-25423"},{"uid":"3b37-25491"},{"uid":"3b37-25427"},{"uid":"3b37-25429"},{"uid":"3b37-25433"},{"uid":"3b37-25435"},{"uid":"3b37-25437"},{"uid":"3b37-25439"},{"uid":"3b37-25457"},{"uid":"3b37-25465"},{"uid":"3b37-25467"},{"uid":"3b37-25471"},{"uid":"3b37-25475"},{"uid":"3b37-25477"},{"uid":"3b37-25479"}],"importedBy":[{"uid":"3b37-25489"}]},"3b37-25483":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@spectrum-css/icon/dist/spectrum-css-icons.svg","moduleParts":{"budibase-client.js":"3b37-25484"},"imported":[],"importedBy":[{"uid":"3b37-25487"}]},"3b37-25485":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/@adobe/spectrum-css-workflow-icons/dist/spectrum-icons.svg","moduleParts":{"budibase-client.js":"3b37-25486"},"imported":[],"importedBy":[{"uid":"3b37-25487"}]},"3b37-25487":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/spectrum-icons-rollup.js","moduleParts":{"budibase-client.js":"3b37-25488"},"imported":[{"uid":"3b37-25483"},{"uid":"3b37-25485"}],"importedBy":[{"uid":"3b37-25489"}]},"3b37-25489":{"id":"/src/index.js","moduleParts":{"budibase-client.js":"3b37-25490"},"imported":[{"uid":"3b37-25481"},{"uid":"3b37-25491"},{"uid":"3b37-25487"}],"importedBy":[],"isEntry":true},"3b37-25491":{"id":"/src/stores/index.js","moduleParts":{},"imported":[{"uid":"3b37-25363"},{"uid":"3b37-25365"},{"uid":"3b37-25379"},{"uid":"3b37-25377"},{"uid":"3b37-25381"},{"uid":"3b37-25375"},{"uid":"3b37-25383"},{"uid":"3b37-25385"},{"uid":"3b37-25369"},{"uid":"3b37-25367"},{"uid":"3b37-25387"},{"uid":"3b37-25389"},{"uid":"3b37-25391"},{"uid":"3b37-25393"}],"importedBy":[{"uid":"3b37-25489"},{"uid":"3b37-25481"},{"uid":"3b37-25413"},{"uid":"3b37-25423"},{"uid":"3b37-25427"},{"uid":"3b37-25429"},{"uid":"3b37-25433"},{"uid":"3b37-25435"},{"uid":"3b37-25439"},{"uid":"3b37-25457"},{"uid":"3b37-25465"},{"uid":"3b37-25467"},{"uid":"3b37-25471"},{"uid":"3b37-25475"},{"uid":"3b37-25477"},{"uid":"3b37-25401"},{"uid":"3b37-25415"},{"uid":"3b37-25417"},{"uid":"3b37-25395"},{"uid":"3b37-25443"},{"uid":"3b37-25447"},{"uid":"3b37-25451"},{"uid":"3b37-25397"},{"uid":"3b37-25405"},{"uid":"3b37-25357"}]},"3b37-25492":{"id":"/node_modules/svelte/index.mjs","moduleParts":{},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25481"},{"uid":"3b37-25413"},{"uid":"3b37-25433"},{"uid":"3b37-25437"},{"uid":"3b37-25457"},{"uid":"3b37-25467"},{"uid":"3b37-25475"},{"uid":"3b37-25477"},{"uid":"3b37-24671"},{"uid":"3b37-25495"},{"uid":"3b37-25496"},{"uid":"3b37-24707"},{"uid":"3b37-24715"},{"uid":"3b37-25497"},{"uid":"3b37-24769"},{"uid":"3b37-25500"},{"uid":"3b37-25502"},{"uid":"3b37-25503"},{"uid":"3b37-24795"},{"uid":"3b37-25504"},{"uid":"3b37-25505"},{"uid":"3b37-25512"},{"uid":"3b37-24823"},{"uid":"3b37-24835"},{"uid":"3b37-24843"},{"uid":"3b37-25514"},{"uid":"3b37-25515"},{"uid":"3b37-24873"},{"uid":"3b37-25516"},{"uid":"3b37-24919"},{"uid":"3b37-25517"},{"uid":"3b37-25518"},{"uid":"3b37-25521"},{"uid":"3b37-24939"},{"uid":"3b37-25524"},{"uid":"3b37-24989"},{"uid":"3b37-25525"},{"uid":"3b37-25401"},{"uid":"3b37-25107"},{"uid":"3b37-25419"},{"uid":"3b37-25395"},{"uid":"3b37-25443"},{"uid":"3b37-25463"},{"uid":"3b37-25147"},{"uid":"3b37-24669"},{"uid":"3b37-25533"},{"uid":"3b37-24681"},{"uid":"3b37-24705"},{"uid":"3b37-24713"},{"uid":"3b37-24747"},{"uid":"3b37-25535"},{"uid":"3b37-24787"},{"uid":"3b37-24793"},{"uid":"3b37-24871"},{"uid":"3b37-24875"},{"uid":"3b37-24699"},{"uid":"3b37-24987"},{"uid":"3b37-25111"},{"uid":"3b37-25115"},{"uid":"3b37-25119"},{"uid":"3b37-25123"},{"uid":"3b37-25127"},{"uid":"3b37-25133"},{"uid":"3b37-25137"},{"uid":"3b37-25141"},{"uid":"3b37-25153"},{"uid":"3b37-25157"},{"uid":"3b37-25163"},{"uid":"3b37-25167"},{"uid":"3b37-25171"},{"uid":"3b37-25175"},{"uid":"3b37-25179"},{"uid":"3b37-25185"},{"uid":"3b37-25189"},{"uid":"3b37-25195"},{"uid":"3b37-25201"},{"uid":"3b37-25203"},{"uid":"3b37-25341"},{"uid":"3b37-25345"},{"uid":"3b37-25349"},{"uid":"3b37-25353"},{"uid":"3b37-25397"},{"uid":"3b37-24703"},{"uid":"3b37-24749"},{"uid":"3b37-24865"},{"uid":"3b37-24899"},{"uid":"3b37-25247"},{"uid":"3b37-25251"},{"uid":"3b37-25271"},{"uid":"3b37-25275"},{"uid":"3b37-25277"},{"uid":"3b37-25281"},{"uid":"3b37-25285"},{"uid":"3b37-25289"},{"uid":"3b37-25295"},{"uid":"3b37-25325"},{"uid":"3b37-25329"},{"uid":"3b37-25331"},{"uid":"3b37-25337"},{"uid":"3b37-25213"},{"uid":"3b37-25245"},{"uid":"3b37-25257"},{"uid":"3b37-25291"},{"uid":"3b37-25297"},{"uid":"3b37-25319"},{"uid":"3b37-25253"}]},"3b37-25493":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/index.js","moduleParts":{},"imported":[{"uid":"3b37-24639"},{"uid":"3b37-24641"},{"uid":"3b37-24671"},{"uid":"3b37-25495"},{"uid":"3b37-25496"},{"uid":"3b37-24707"},{"uid":"3b37-24715"},{"uid":"3b37-25497"},{"uid":"3b37-25498"},{"uid":"3b37-24765"},{"uid":"3b37-24735"},{"uid":"3b37-24769"},{"uid":"3b37-25499"},{"uid":"3b37-25500"},{"uid":"3b37-24755"},{"uid":"3b37-25501"},{"uid":"3b37-24737"},{"uid":"3b37-24651"},{"uid":"3b37-25502"},{"uid":"3b37-25503"},{"uid":"3b37-24795"},{"uid":"3b37-25504"},{"uid":"3b37-25505"},{"uid":"3b37-25506"},{"uid":"3b37-24803"},{"uid":"3b37-25507"},{"uid":"3b37-24809"},{"uid":"3b37-25508"},{"uid":"3b37-24727"},{"uid":"3b37-24647"},{"uid":"3b37-25509"},{"uid":"3b37-25510"},{"uid":"3b37-25511"},{"uid":"3b37-25512"},{"uid":"3b37-24823"},{"uid":"3b37-24835"},{"uid":"3b37-25513"},{"uid":"3b37-24843"},{"uid":"3b37-25514"},{"uid":"3b37-25515"},{"uid":"3b37-24873"},{"uid":"3b37-25516"},{"uid":"3b37-24819"},{"uid":"3b37-24919"},{"uid":"3b37-25517"},{"uid":"3b37-25518"},{"uid":"3b37-24743"},{"uid":"3b37-24741"},{"uid":"3b37-25519"},{"uid":"3b37-25520"},{"uid":"3b37-24831"},{"uid":"3b37-25521"},{"uid":"3b37-24933"},{"uid":"3b37-24905"},{"uid":"3b37-25522"},{"uid":"3b37-24939"},{"uid":"3b37-25523"},{"uid":"3b37-25524"},{"uid":"3b37-24989"},{"uid":"3b37-24993"},{"uid":"3b37-25525"},{"uid":"3b37-25526"},{"uid":"3b37-25527"},{"uid":"3b37-24757"},{"uid":"3b37-24759"},{"uid":"3b37-25528"},{"uid":"3b37-25529"},{"uid":"3b37-25530"},{"uid":"3b37-25531"},{"uid":"3b37-25532"},{"uid":"3b37-24693"},{"uid":"3b37-24839"},{"uid":"3b37-24723"}],"importedBy":[{"uid":"3b37-25481"},{"uid":"3b37-25413"},{"uid":"3b37-25427"},{"uid":"3b37-25429"},{"uid":"3b37-25433"},{"uid":"3b37-25391"},{"uid":"3b37-25065"},{"uid":"3b37-25443"},{"uid":"3b37-25447"},{"uid":"3b37-25451"},{"uid":"3b37-25073"},{"uid":"3b37-25119"},{"uid":"3b37-25153"},{"uid":"3b37-25185"},{"uid":"3b37-25195"},{"uid":"3b37-25201"},{"uid":"3b37-25203"},{"uid":"3b37-25403"},{"uid":"3b37-25405"},{"uid":"3b37-25247"},{"uid":"3b37-25259"},{"uid":"3b37-25265"},{"uid":"3b37-25267"},{"uid":"3b37-25269"},{"uid":"3b37-25271"},{"uid":"3b37-25273"},{"uid":"3b37-25275"},{"uid":"3b37-25277"},{"uid":"3b37-25285"},{"uid":"3b37-25289"},{"uid":"3b37-25295"},{"uid":"3b37-25325"},{"uid":"3b37-25329"},{"uid":"3b37-25337"},{"uid":"3b37-25245"},{"uid":"3b37-25335"}]},"3b37-25494":{"id":"/Users/rpowell/dev/repos/budibase/packages/frontend-core/src/index.js","moduleParts":{},"imported":[{"uid":"3b37-25051"},{"uid":"3b37-25053"},{"uid":"3b37-25085"},{"uid":"3b37-25005"},{"uid":"3b37-25065"},{"uid":"3b37-25081"},{"uid":"3b37-25087"}],"importedBy":[{"uid":"3b37-25481"},{"uid":"3b37-25435"},{"uid":"3b37-25367"},{"uid":"3b37-25409"},{"uid":"3b37-25421"},{"uid":"3b37-25119"},{"uid":"3b37-25357"},{"uid":"3b37-25359"},{"uid":"3b37-25337"},{"uid":"3b37-25335"}]},"3b37-25495":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Stepper.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-25533"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25496":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/TextArea.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24681"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25497":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Dropzone.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24747"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25498":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Drawer/Drawer.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24691"},{"uid":"3b37-25534"},{"uid":"3b37-24755"},{"uid":"3b37-24757"},{"uid":"3b37-24759"},{"uid":"3b37-24761"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25499":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ActionGroup/ActionGroup.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24771"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25500":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ActionMenu/ActionMenu.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25505"},{"uid":"3b37-25509"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25501":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ButtonGroup/ButtonGroup.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24775"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25502":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Toggle.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-25535"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25503":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/RadioGroup.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24787"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25504":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/DetailSummary/DetailSummary.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24651"},{"uid":"3b37-25492"},{"uid":"3b37-24797"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25505":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Popover/Popover.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24685"},{"uid":"3b37-25534"},{"uid":"3b37-25492"},{"uid":"3b37-25532"},{"uid":"3b37-24693"},{"uid":"3b37-24773"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25500"}]},"3b37-25506":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/ProgressBar/ProgressBar.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24799"},{"uid":"3b37-25536"},{"uid":"3b37-24689"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25507":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Label/Label.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24643"},{"uid":"3b37-24655"},{"uid":"3b37-24805"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25508":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Layout/Page.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24811"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25509":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Menu/Menu.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24687"}],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25500"}]},"3b37-25510":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Menu/Section.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25511":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Menu/Separator.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25512":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Menu/Item.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24813"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25513":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Notification/NotificationDisplay.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24837"},{"uid":"3b37-25534"},{"uid":"3b37-24839"},{"uid":"3b37-24843"},{"uid":"3b37-24691"},{"uid":"3b37-24845"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25514":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/SideNavigation/Navigation.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24847"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25515":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/SideNavigation/Item.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25516":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Multiselect.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-24875"},{"uid":"3b37-24663"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25517":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tabs/Tabs.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24921"},{"uid":"3b37-24635"},{"uid":"3b37-25492"},{"uid":"3b37-24923"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25518":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Tabs/Tab.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"},{"uid":"3b37-25534"},{"uid":"3b37-24925"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25519":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/TreeView/Tree.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24927"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25520":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/TreeView/Item.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25521":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Search.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24699"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25522":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/StatusLight/StatusLight.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24935"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25523":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/InlineAlert/InlineAlert.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24941"},{"uid":"3b37-24755"},{"uid":"3b37-24943"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25524":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Banner/Banner.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25525":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/RichTextField.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24663"},{"uid":"3b37-24997"},{"uid":"3b37-25492"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25526":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/BoldRenderer.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24999"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25527":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Table/CodeRenderer.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25528":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Typography/Detail.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24719"},{"uid":"3b37-25001"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25529":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Typography/Code.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24719"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25530":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/index.js","moduleParts":{},"imported":[{"uid":"3b37-24669"},{"uid":"3b37-24705"},{"uid":"3b37-24875"},{"uid":"3b37-24793"},{"uid":"3b37-24787"},{"uid":"3b37-24681"},{"uid":"3b37-24713"},{"uid":"3b37-25535"},{"uid":"3b37-24699"},{"uid":"3b37-24871"},{"uid":"3b37-24747"},{"uid":"3b37-25533"},{"uid":"3b37-24997"}],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25531":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Actions/autoresize_textarea.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3b37-25493"}]},"3b37-25532":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Actions/position_dropdown.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3b37-25493"},{"uid":"3b37-25505"}]},"3b37-25533":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Stepper.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24665"},{"uid":"3b37-24673"},{"uid":"3b37-24675"},{"uid":"3b37-25492"},{"uid":"3b37-24677"}],"importedBy":[{"uid":"3b37-25495"},{"uid":"3b37-25530"}]},"3b37-25534":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/svelte-portal/src/main.js","moduleParts":{},"imported":[{"uid":"3b37-24749"}],"importedBy":[{"uid":"3b37-25498"},{"uid":"3b37-25505"},{"uid":"3b37-24823"},{"uid":"3b37-25513"},{"uid":"3b37-25518"}]},"3b37-25535":{"id":"/Users/rpowell/dev/repos/budibase/packages/bbui/src/Form/Core/Switch.svelte","moduleParts":{},"imported":[{"uid":"3b37-24633"},{"uid":"3b37-24777"},{"uid":"3b37-25492"},{"uid":"3b37-24779"}],"importedBy":[{"uid":"3b37-25502"},{"uid":"3b37-25530"}]},"3b37-25536":{"id":"/node_modules/svelte/motion/index.mjs","moduleParts":{},"imported":[{"uid":"3b37-24635"},{"uid":"3b37-24633"},{"uid":"3b37-24689"}],"importedBy":[{"uid":"3b37-25506"}]},"3b37-25537":{"id":"/src/components/app/charts/index.js","moduleParts":{},"imported":[{"uid":"3b37-25215"},{"uid":"3b37-25217"},{"uid":"3b37-25219"},{"uid":"3b37-25221"},{"uid":"3b37-25223"},{"uid":"3b37-25225"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25538":{"id":"/src/components/app/forms/index.js","moduleParts":{},"imported":[{"uid":"3b37-25247"},{"uid":"3b37-25251"},{"uid":"3b37-25259"},{"uid":"3b37-25261"},{"uid":"3b37-25265"},{"uid":"3b37-25267"},{"uid":"3b37-25269"},{"uid":"3b37-25271"},{"uid":"3b37-25273"},{"uid":"3b37-25275"},{"uid":"3b37-25277"},{"uid":"3b37-25279"},{"uid":"3b37-25281"},{"uid":"3b37-25285"},{"uid":"3b37-25289"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25539":{"id":"/src/components/app/table/index.js","moduleParts":{},"imported":[{"uid":"3b37-25295"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25540":{"id":"/src/components/app/blocks/index.js","moduleParts":{},"imported":[{"uid":"3b37-25325"},{"uid":"3b37-25329"},{"uid":"3b37-25331"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25541":{"id":"/src/components/app/dynamic-filter/index.js","moduleParts":{},"imported":[{"uid":"3b37-25337"}],"importedBy":[{"uid":"3b37-25355"}]},"3b37-25542":{"id":"\u0000/node_modules/shortid/lib/index.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25315"}],"importedBy":[{"uid":"3b37-25317"}]},"3b37-25543":{"id":"/node_modules/svelte-spa-router/wrap.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3b37-25147"}]},"3b37-25544":{"id":"/node_modules/shortid/lib/util/cluster-worker-id-browser.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3b37-25315"},{"uid":"3b37-25548"}]},"3b37-25545":{"id":"\u0000/node_modules/shortid/lib/alphabet.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25301"}],"importedBy":[{"uid":"3b37-25315"},{"uid":"3b37-25311"},{"uid":"3b37-25313"},{"uid":"3b37-25309"}]},"3b37-25546":{"id":"\u0000/node_modules/shortid/lib/build.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25311"}],"importedBy":[{"uid":"3b37-25315"}]},"3b37-25547":{"id":"\u0000/node_modules/shortid/lib/is-valid.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25313"}],"importedBy":[{"uid":"3b37-25315"}]},"3b37-25548":{"id":"\u0000/node_modules/shortid/lib/util/cluster-worker-id-browser.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25544"}],"importedBy":[{"uid":"3b37-25315"}]},"3b37-25549":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/lib/codemirror.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24945"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24947"},{"uid":"3b37-24949"},{"uid":"3b37-24951"},{"uid":"3b37-24957"},{"uid":"3b37-24959"},{"uid":"3b37-24961"},{"uid":"3b37-24963"},{"uid":"3b37-24965"},{"uid":"3b37-24967"},{"uid":"3b37-24969"},{"uid":"3b37-24953"},{"uid":"3b37-24955"}]},"3b37-25550":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/edit/continuelist.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24947"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25551":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/easymde/src/js/codemirror/tablist.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24949"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25552":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/display/fullscreen.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24951"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25553":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/markdown/markdown.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24957"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24969"}]},"3b37-25554":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/mode/overlay.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24959"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24969"}]},"3b37-25555":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/display/placeholder.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24961"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25556":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/display/autorefresh.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24963"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25557":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/selection/mark-selection.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24965"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25558":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/addon/search/searchcursor.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24967"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25559":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/gfm/gfm.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24969"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25560":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/xml/xml.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24953"}],"importedBy":[{"uid":"3b37-24981"},{"uid":"3b37-24957"}]},"3b37-25561":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror-spell-checker/src/js/spell-checker.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24977"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25562":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/marked/lib/marked.cjs?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24979"}],"importedBy":[{"uid":"3b37-24981"}]},"3b37-25563":{"id":"\u0000/node_modules/shortid/lib/random/random-from-seed.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25299"}],"importedBy":[{"uid":"3b37-25301"}]},"3b37-25564":{"id":"\u0000/node_modules/shortid/lib/generate.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25309"}],"importedBy":[{"uid":"3b37-25311"}]},"3b37-25565":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/codemirror/mode/meta.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24955"}],"importedBy":[{"uid":"3b37-24957"}]},"3b37-25566":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/bbui/node_modules/typo-js/typo.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-24975"}],"importedBy":[{"uid":"3b37-24977"}]},"3b37-25567":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/lodash.min.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25055"}],"importedBy":[{"uid":"3b37-25063"}]},"3b37-25568":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/fp/_baseConvert.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25061"}],"importedBy":[{"uid":"3b37-25063"}]},"3b37-25569":{"id":"\u0000/node_modules/shortid/lib/random/random-byte-browser.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25303"}],"importedBy":[{"uid":"3b37-25309"}]},"3b37-25570":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/fp/_mapping.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25057"}],"importedBy":[{"uid":"3b37-25061"}]},"3b37-25571":{"id":"\u0000/Users/rpowell/dev/repos/budibase/packages/frontend-core/node_modules/lodash/fp/placeholder.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"3b37-25059"}],"importedBy":[{"uid":"3b37-25061"}]}},"env":{"rollup":"2.60.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
||
|
||
const run = () => {
|
||
const width = window.innerWidth;
|
||
const height = window.innerHeight;
|
||
|
||
const chartNode = document.querySelector("main");
|
||
drawChart.default(chartNode, data, width, height);
|
||
};
|
||
|
||
window.addEventListener('resize', run);
|
||
|
||
document.addEventListener('DOMContentLoaded', run);
|
||
/*-->*/
|
||
</script>
|
||
</body>
|
||
</html>
|
||
|