2690 lines
291 KiB
HTML
2690 lines
291 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":"70ce-161115"},{"name":"store/index.mjs","uid":"70ce-161117"},{"name":"easing/index.mjs","uid":"70ce-161171"},{"name":"transition/index.mjs","uid":"70ce-161173"}]},{"name":"style-inject/dist/style-inject.es.js","uid":"70ce-161119"},{"name":"@spectrum-css","children":[{"name":"vars/dist","children":[{"uid":"70ce-161569","name":"spectrum-global.css"},{"uid":"70ce-161571","name":"spectrum-medium.css"},{"uid":"70ce-161573","name":"spectrum-large.css"},{"uid":"70ce-161575","name":"spectrum-lightest.css"},{"uid":"70ce-161577","name":"spectrum-light.css"},{"uid":"70ce-161579","name":"spectrum-dark.css"},{"uid":"70ce-161581","name":"spectrum-darkest.css"}]},{"name":"page/dist/index-vars.css","uid":"70ce-161583"},{"name":"divider/dist/index-vars.css","uid":"70ce-161601"},{"name":"button/dist/index-vars.css","uid":"70ce-161609"},{"name":"typography/dist/index-vars.css","uid":"70ce-161639"},{"name":"card/dist/index-vars.css","uid":"70ce-161671"},{"name":"tag/dist/index-vars.css","uid":"70ce-161677"}]},{"name":"svelte-spa-router","children":[{"name":"node_modules/regexparam/dist/index.mjs","uid":"70ce-161625"},{"uid":"70ce-161627","name":"Router.svelte"},{"uid":"70ce-161629","name":"active.js"}]},{"name":"dayjs","children":[{"uid":"70ce-161661","name":"dayjs.min.js"},{"name":"plugin/utc.js","uid":"70ce-161663"}]},{"name":"apexcharts/dist/apexcharts.common.js","uid":"70ce-161687"},{"name":"svelte-apexcharts/src/index.js","uid":"70ce-161689"},{"name":"flatpickr/dist/esm","children":[{"name":"types/options.js","uid":"70ce-161707"},{"name":"l10n/default.js","uid":"70ce-161709"},{"name":"utils","children":[{"uid":"70ce-161711","name":"index.js"},{"uid":"70ce-161713","name":"dom.js"},{"uid":"70ce-161715","name":"formatting.js"},{"uid":"70ce-161717","name":"dates.js"},{"uid":"70ce-161719","name":"polyfills.js"}]},{"uid":"70ce-161721","name":"index.js"}]},{"name":"shortid","children":[{"name":"lib","children":[{"name":"random","children":[{"uid":"70ce-161779","name":"random-from-seed.js"},{"uid":"70ce-161783","name":"random-byte-browser.js"}]},{"uid":"70ce-161781","name":"alphabet.js"},{"uid":"70ce-161789","name":"generate.js"},{"uid":"70ce-161791","name":"build.js"},{"uid":"70ce-161793","name":"is-valid.js"},{"uid":"70ce-161795","name":"index.js"}]},{"name":"node_modules/nanoid/format.browser.js","uid":"70ce-161785"},{"uid":"70ce-161797","name":"index.js"}]}]},{"name":"home/aptk/dev/budibase/packages","children":[{"name":"bbui","children":[{"name":"src","children":[{"uid":"70ce-161121","name":"bbui.css"},{"name":"Tooltip","children":[{"uid":"70ce-161129","name":"Tooltip.svelte"},{"uid":"70ce-161135","name":"TooltipWrapper.css"},{"uid":"70ce-161137","name":"TooltipWrapper.svelte"}]},{"name":"Icon","children":[{"uid":"70ce-161131","name":"Icon.css"},{"uid":"70ce-161133","name":"Icon.svelte"}]},{"name":"Form","children":[{"uid":"70ce-161139","name":"FieldLabel.css"},{"uid":"70ce-161141","name":"FieldLabel.svelte"},{"uid":"70ce-161143","name":"Field.css"},{"uid":"70ce-161145","name":"Field.svelte"},{"name":"Core","children":[{"uid":"70ce-161149","name":"TextField.css"},{"uid":"70ce-161151","name":"TextField.svelte"},{"uid":"70ce-161159","name":"Stepper.css"},{"uid":"70ce-161161","name":"TextArea.css"},{"uid":"70ce-161163","name":"TextArea.svelte"},{"uid":"70ce-161179","name":"Search.css"},{"uid":"70ce-161181","name":"Search.svelte"},{"uid":"70ce-161183","name":"Picker.css"},{"uid":"70ce-161185","name":"Picker.svelte"},{"uid":"70ce-161187","name":"Select.svelte"},{"uid":"70ce-161193","name":"Combobox.css"},{"uid":"70ce-161195","name":"Combobox.svelte"},{"uid":"70ce-161227","name":"Dropzone.css"},{"uid":"70ce-161229","name":"Dropzone.svelte"},{"uid":"70ce-161261","name":"Switch.css"},{"uid":"70ce-161267","name":"RadioGroup.css"},{"uid":"70ce-161269","name":"RadioGroup.svelte"},{"uid":"70ce-161273","name":"Checkbox.css"},{"uid":"70ce-161275","name":"Checkbox.svelte"},{"uid":"70ce-161351","name":"DatePicker.css"},{"uid":"70ce-161353","name":"DatePicker.svelte"},{"uid":"70ce-161357","name":"Multiselect.svelte"},{"uid":"70ce-161475","name":"RichTextField.css"},{"uid":"70ce-161477","name":"RichTextField.svelte"}]},{"uid":"70ce-161153","name":"Input.svelte"},{"uid":"70ce-161189","name":"Select.svelte"},{"uid":"70ce-161197","name":"Combobox.svelte"},{"uid":"70ce-161277","name":"Checkbox.svelte"},{"uid":"70ce-161355","name":"DatePicker.svelte"}]},{"name":"Actions/click_outside.js","uid":"70ce-161175"},{"uid":"70ce-161205","name":"helpers.js"},{"name":"Link/Link.svelte","uid":"70ce-161209"},{"name":"Avatar","children":[{"uid":"70ce-161215","name":"Avatar.css"},{"uid":"70ce-161217","name":"Avatar.svelte"}]},{"name":"ClearButton/ClearButton.svelte","uid":"70ce-161219"},{"name":"Tags","children":[{"uid":"70ce-161221","name":"Tag.css"},{"uid":"70ce-161223","name":"Tag.svelte"},{"uid":"70ce-161225","name":"Tags.svelte"}]},{"name":"Button","children":[{"uid":"70ce-161235","name":"Button.css"},{"uid":"70ce-161237","name":"Button.svelte"}]},{"name":"Typography","children":[{"uid":"70ce-161239","name":"Body.svelte"},{"uid":"70ce-161241","name":"Heading.svelte"},{"uid":"70ce-161481","name":"Detail.css"}]},{"name":"Drawer","children":[{"uid":"70ce-161243","name":"Drawer.css"},{"uid":"70ce-161245","name":"DrawerContent.css"},{"uid":"70ce-161247","name":"DrawerContent.svelte"}]},{"name":"ActionButton","children":[{"uid":"70ce-161249","name":"ActionButton.css"},{"uid":"70ce-161251","name":"ActionButton.svelte"}]},{"name":"Popover/Popover.css","uid":"70ce-161255"},{"name":"DetailSummary/DetailSummary.css","uid":"70ce-161279"},{"name":"ProgressCircle/ProgressCircle.svelte","uid":"70ce-161285"},{"name":"Label/Label.css","uid":"70ce-161287"},{"name":"Layout","children":[{"uid":"70ce-161289","name":"Layout.css"},{"uid":"70ce-161291","name":"Layout.svelte"},{"uid":"70ce-161293","name":"Page.css"}]},{"name":"Menu/Item.css","uid":"70ce-161295"},{"uid":"70ce-161301","name":"context.js"},{"name":"Modal","children":[{"uid":"70ce-161303","name":"Modal.css"},{"uid":"70ce-161305","name":"Modal.svelte"},{"uid":"70ce-161315","name":"ModalContent.css"},{"uid":"70ce-161317","name":"ModalContent.svelte"}]},{"name":"Divider","children":[{"uid":"70ce-161311","name":"Divider.css"},{"uid":"70ce-161313","name":"Divider.svelte"}]},{"name":"Stores/notifications.js","uid":"70ce-161321"},{"name":"Notification","children":[{"uid":"70ce-161323","name":"Notification.css"},{"uid":"70ce-161325","name":"Notification.svelte"},{"uid":"70ce-161327","name":"NotificationDisplay.css"}]},{"name":"Table","children":[{"uid":"70ce-161361","name":"StringRenderer.css"},{"uid":"70ce-161363","name":"StringRenderer.svelte"},{"uid":"70ce-161365","name":"BooleanRenderer.css"},{"uid":"70ce-161367","name":"BooleanRenderer.svelte"},{"uid":"70ce-161373","name":"DateTimeRenderer.css"},{"uid":"70ce-161375","name":"DateTimeRenderer.svelte"},{"uid":"70ce-161379","name":"RelationshipRenderer.css"},{"uid":"70ce-161381","name":"RelationshipRenderer.svelte"},{"uid":"70ce-161383","name":"AttachmentRenderer.css"},{"uid":"70ce-161385","name":"AttachmentRenderer.svelte"},{"uid":"70ce-161389","name":"ArrayRenderer.svelte"},{"uid":"70ce-161391","name":"InternalRenderer.svelte"},{"uid":"70ce-161393","name":"CellRenderer.svelte"},{"uid":"70ce-161395","name":"SelectEditRenderer.svelte"},{"uid":"70ce-161397","name":"Table.css"},{"uid":"70ce-161399","name":"Table.svelte"},{"uid":"70ce-161479","name":"BoldRenderer.css"}]},{"name":"Badge/Badge.svelte","uid":"70ce-161387"},{"name":"Tabs","children":[{"uid":"70ce-161403","name":"Tabs.css"},{"uid":"70ce-161405","name":"Tab.css"}]},{"name":"Pagination","children":[{"uid":"70ce-161411","name":"Pagination.css"},{"uid":"70ce-161413","name":"Pagination.svelte"}]},{"name":"ColorPicker","children":[{"uid":"70ce-161417","name":"ColorPicker.css"},{"uid":"70ce-161419","name":"ColorPicker.svelte"}]},{"name":"InlineAlert/InlineAlert.css","uid":"70ce-161423"},{"name":"Markdown","children":[{"uid":"70ce-161465","name":"SpectrumMDE.css"},{"uid":"70ce-161467","name":"SpectrumMDE.svelte"},{"uid":"70ce-161469","name":"MarkdownEditor.svelte"},{"uid":"70ce-161471","name":"MarkdownViewer.css"},{"uid":"70ce-161473","name":"MarkdownViewer.svelte"}]},{"uid":"70ce-161967","name":"spectrum-icons-rollup.js"}]},{"name":"node_modules","children":[{"name":"@spectrum-css","children":[{"name":"icon/dist","children":[{"uid":"70ce-161123","name":"index-vars.css"},{"uid":"70ce-161963","name":"spectrum-css-icons.svg"}]},{"name":"fieldlabel/dist/index-vars.css","uid":"70ce-161125"},{"name":"tooltip/dist/index-vars.css","uid":"70ce-161127"},{"name":"textfield/dist/index-vars.css","uid":"70ce-161147"},{"name":"actionbutton/dist/index-vars.css","uid":"70ce-161155"},{"name":"stepper/dist/index-vars.css","uid":"70ce-161157"},{"name":"picker/dist/index-vars.css","uid":"70ce-161165"},{"name":"popover/dist/index-vars.css","uid":"70ce-161167"},{"name":"menu/dist/index-vars.css","uid":"70ce-161169"},{"name":"search/dist/index-vars.css","uid":"70ce-161177"},{"name":"inputgroup/dist/index-vars.css","uid":"70ce-161191"},{"name":"dropzone/dist/index-vars.css","uid":"70ce-161199"},{"name":"typography/dist/index-vars.css","uid":"70ce-161201"},{"name":"illustratedmessage/dist/index-vars.css","uid":"70ce-161203"},{"name":"link/dist/index-vars.css","uid":"70ce-161207"},{"name":"tags/dist/index-vars.css","uid":"70ce-161211"},{"name":"avatar/dist/index-vars.css","uid":"70ce-161213"},{"name":"button/dist/index-vars.css","uid":"70ce-161233"},{"name":"actiongroup/dist/index-vars.css","uid":"70ce-161253"},{"name":"buttongroup/dist/index-vars.css","uid":"70ce-161257"},{"name":"switch/dist/index-vars.css","uid":"70ce-161259"},{"name":"fieldgroup/dist/index-vars.css","uid":"70ce-161263"},{"name":"radio/dist/index-vars.css","uid":"70ce-161265"},{"name":"checkbox/dist/index-vars.css","uid":"70ce-161271"},{"name":"progressbar/dist/index-vars.css","uid":"70ce-161281"},{"name":"progresscircle/dist/index-vars.css","uid":"70ce-161283"},{"name":"modal/dist/index-vars.css","uid":"70ce-161297"},{"name":"underlay/dist/index-vars.css","uid":"70ce-161299"},{"name":"dialog/dist/index-vars.css","uid":"70ce-161307"},{"name":"divider/dist/index-vars.css","uid":"70ce-161309"},{"name":"toast/dist/index-vars.css","uid":"70ce-161319"},{"name":"sidenav/dist/index-vars.css","uid":"70ce-161329"},{"name":"table/dist/index-vars.css","uid":"70ce-161359"},{"name":"label/dist/index-vars.css","uid":"70ce-161377"},{"name":"tabs/dist/index-vars.css","uid":"70ce-161401"},{"name":"treeview/dist/index-vars.css","uid":"70ce-161407"},{"name":"pagination/dist/index-vars.css","uid":"70ce-161409"},{"name":"statuslight/dist/index-vars.css","uid":"70ce-161415"},{"name":"inlinealert/dist/index-vars.css","uid":"70ce-161421"}]},{"name":"svelte-portal/src/Portal.svelte","uid":"70ce-161231"},{"name":"flatpickr/dist","children":[{"name":"esm","children":[{"name":"types/options.js","uid":"70ce-161331"},{"name":"l10n/default.js","uid":"70ce-161333"},{"name":"utils","children":[{"uid":"70ce-161335","name":"index.js"},{"uid":"70ce-161337","name":"dom.js"},{"uid":"70ce-161339","name":"formatting.js"},{"uid":"70ce-161341","name":"dates.js"},{"uid":"70ce-161343","name":"polyfills.js"}]},{"uid":"70ce-161345","name":"index.js"}]},{"uid":"70ce-161349","name":"flatpickr.css"}]},{"name":"svelte-flatpickr/src/Flatpickr.svelte","uid":"70ce-161347"},{"name":"dayjs/dayjs.min.js","uid":"70ce-161371"},{"name":"codemirror","children":[{"name":"lib/codemirror.js","uid":"70ce-161425"},{"name":"addon","children":[{"name":"edit/continuelist.js","uid":"70ce-161427"},{"name":"display","children":[{"uid":"70ce-161431","name":"fullscreen.js"},{"uid":"70ce-161441","name":"placeholder.js"},{"uid":"70ce-161443","name":"autorefresh.js"}]},{"name":"mode/overlay.js","uid":"70ce-161439"},{"name":"selection/mark-selection.js","uid":"70ce-161445"},{"name":"search/searchcursor.js","uid":"70ce-161447"}]},{"name":"mode","children":[{"name":"xml/xml.js","uid":"70ce-161433"},{"uid":"70ce-161435","name":"meta.js"},{"name":"markdown/markdown.js","uid":"70ce-161437"},{"name":"gfm/gfm.js","uid":"70ce-161449"}]}]},{"name":"easymde","children":[{"name":"src/js","children":[{"name":"codemirror/tablist.js","uid":"70ce-161429"},{"uid":"70ce-161461","name":"easymde.js"}]},{"name":"dist/easymde.min.css","uid":"70ce-161463"}]},{"name":"typo-js/typo.js","uid":"70ce-161455"},{"name":"codemirror-spell-checker/src/js/spell-checker.js","uid":"70ce-161457"},{"name":"marked/lib/marked.cjs","uid":"70ce-161459"},{"name":"@adobe/spectrum-css-workflow-icons/dist/spectrum-icons.svg","uid":"70ce-161965"}]}]},{"name":"frontend-core","children":[{"name":"assets/error.svg","uid":"70ce-161483"},{"name":"src","children":[{"uid":"70ce-161485","name":"constants.js"},{"name":"api","children":[{"uid":"70ce-161487","name":"analytics.js"},{"uid":"70ce-161489","name":"app.js"},{"uid":"70ce-161491","name":"attachments.js"},{"uid":"70ce-161493","name":"auth.js"},{"uid":"70ce-161495","name":"automations.js"},{"uid":"70ce-161497","name":"configs.js"},{"uid":"70ce-161499","name":"datasources.js"},{"uid":"70ce-161501","name":"flags.js"},{"uid":"70ce-161503","name":"hosting.js"},{"uid":"70ce-161505","name":"layouts.js"},{"uid":"70ce-161507","name":"other.js"},{"uid":"70ce-161509","name":"permissions.js"},{"uid":"70ce-161511","name":"queries.js"},{"uid":"70ce-161513","name":"relationships.js"},{"uid":"70ce-161515","name":"roles.js"},{"uid":"70ce-161517","name":"routes.js"},{"uid":"70ce-161519","name":"rows.js"},{"uid":"70ce-161521","name":"screens.js"},{"uid":"70ce-161523","name":"tables.js"},{"uid":"70ce-161525","name":"templates.js"},{"uid":"70ce-161527","name":"user.js"},{"uid":"70ce-161529","name":"views.js"},{"uid":"70ce-161531","name":"index.js"}]},{"name":"stores/localStorage.js","uid":"70ce-161533"},{"name":"utils","children":[{"uid":"70ce-161545","name":"lucene.js"},{"uid":"70ce-161561","name":"json.js"},{"uid":"70ce-161567","name":"cookies.js"}]},{"name":"fetch","children":[{"uid":"70ce-161547","name":"DataFetch.js"},{"uid":"70ce-161549","name":"TableFetch.js"},{"uid":"70ce-161551","name":"ViewFetch.js"},{"uid":"70ce-161553","name":"QueryFetch.js"},{"uid":"70ce-161555","name":"RelationshipFetch.js"},{"uid":"70ce-161557","name":"NestedProviderFetch.js"},{"uid":"70ce-161559","name":"FieldFetch.js"},{"uid":"70ce-161563","name":"JSONArrayFetch.js"},{"uid":"70ce-161565","name":"fetchData.js"}]}]},{"name":"node_modules/lodash","children":[{"uid":"70ce-161535","name":"lodash.min.js"},{"name":"fp","children":[{"uid":"70ce-161537","name":"_mapping.js"},{"uid":"70ce-161539","name":"placeholder.js"},{"uid":"70ce-161541","name":"_baseConvert.js"}]},{"uid":"70ce-161543","name":"fp.js"}]}]},{"name":"string-templates/dist/bundle.mjs","uid":"70ce-161801"}]},{"uid":"70ce-161369","name":"\u0000commonjsHelpers.js"},{"uid":"70ce-161451","name":"\u0000polyfill-node.fs.js"},{"uid":"70ce-161453","name":"\u0000\u0000polyfill-node.fs.js?commonjs-proxy"},{"name":"src","children":[{"name":"components","children":[{"name":"app","children":[{"uid":"70ce-161585","name":"Placeholder.css"},{"uid":"70ce-161587","name":"Placeholder.svelte"},{"uid":"70ce-161589","name":"Container.css"},{"uid":"70ce-161591","name":"Container.svelte"},{"uid":"70ce-161593","name":"Section.css"},{"uid":"70ce-161595","name":"Section.svelte"},{"uid":"70ce-161597","name":"DataProvider.css"},{"uid":"70ce-161599","name":"DataProvider.svelte"},{"uid":"70ce-161603","name":"Divider.svelte"},{"uid":"70ce-161605","name":"ScreenSlot.css"},{"uid":"70ce-161607","name":"ScreenSlot.svelte"},{"uid":"70ce-161611","name":"Button.css"},{"uid":"70ce-161613","name":"Button.svelte"},{"uid":"70ce-161615","name":"Repeater.css"},{"uid":"70ce-161617","name":"Repeater.svelte"},{"uid":"70ce-161619","name":"Text.css"},{"uid":"70ce-161621","name":"Text.svelte"},{"uid":"70ce-161631","name":"Layout.css"},{"uid":"70ce-161633","name":"Layout.svelte"},{"uid":"70ce-161635","name":"Link.css"},{"uid":"70ce-161637","name":"Link.svelte"},{"uid":"70ce-161641","name":"Heading.css"},{"uid":"70ce-161643","name":"Heading.svelte"},{"uid":"70ce-161645","name":"Image.css"},{"uid":"70ce-161647","name":"Image.svelte"},{"uid":"70ce-161649","name":"Embed.css"},{"uid":"70ce-161651","name":"Embed.svelte"},{"uid":"70ce-161653","name":"Icon.css"},{"uid":"70ce-161655","name":"Icon.svelte"},{"uid":"70ce-161657","name":"BackgroundImage.css"},{"uid":"70ce-161659","name":"BackgroundImage.svelte"},{"uid":"70ce-161665","name":"DateRangePicker.svelte"},{"uid":"70ce-161667","name":"CardStat.css"},{"uid":"70ce-161669","name":"CardStat.svelte"},{"uid":"70ce-161673","name":"SpectrumCard.css"},{"uid":"70ce-161675","name":"SpectrumCard.svelte"},{"uid":"70ce-161679","name":"Tag.css"},{"uid":"70ce-161681","name":"Tag.svelte"},{"uid":"70ce-161683","name":"MarkdownViewer.svelte"},{"name":"charts","children":[{"uid":"70ce-161685","name":"ApexOptionsBuilder.js"},{"uid":"70ce-161691","name":"ApexChart.css"},{"uid":"70ce-161693","name":"ApexChart.svelte"},{"uid":"70ce-161695","name":"BarChart.svelte"},{"uid":"70ce-161697","name":"LineChart.svelte"},{"uid":"70ce-161699","name":"PieChart.svelte"},{"uid":"70ce-161701","name":"DonutChart.svelte"},{"uid":"70ce-161703","name":"AreaChart.svelte"},{"uid":"70ce-161705","name":"CandleStickChart.svelte"}]},{"name":"forms","children":[{"uid":"70ce-161723","name":"validation.js"},{"uid":"70ce-161725","name":"InnerForm.svelte"},{"uid":"70ce-161727","name":"Form.svelte"},{"uid":"70ce-161729","name":"FieldGroup.css"},{"uid":"70ce-161731","name":"FieldGroup.svelte"},{"uid":"70ce-161733","name":"FieldGroupFallback.svelte"},{"uid":"70ce-161735","name":"Field.css"},{"uid":"70ce-161737","name":"Field.svelte"},{"uid":"70ce-161739","name":"StringField.svelte"},{"uid":"70ce-161741","name":"NumberField.svelte"},{"uid":"70ce-161743","name":"optionsParser.js"},{"uid":"70ce-161745","name":"OptionsField.svelte"},{"uid":"70ce-161747","name":"MultiFieldSelect.svelte"},{"uid":"70ce-161749","name":"BooleanField.svelte"},{"uid":"70ce-161751","name":"LongFormField.svelte"},{"uid":"70ce-161753","name":"DateTimeField.svelte"},{"uid":"70ce-161755","name":"AttachmentField.svelte"},{"uid":"70ce-161757","name":"RelationshipField.svelte"},{"uid":"70ce-161759","name":"PasswordField.svelte"},{"uid":"70ce-161761","name":"FormStep.svelte"},{"uid":"70ce-161763","name":"JSONField.css"},{"uid":"70ce-161765","name":"JSONField.svelte"},{"uid":"70ce-161767","name":"S3Upload.css"},{"uid":"70ce-161769","name":"S3Upload.svelte"}]},{"name":"table","children":[{"uid":"70ce-161771","name":"SlotRenderer.svelte"},{"uid":"70ce-161773","name":"Table.css"},{"uid":"70ce-161775","name":"Table.svelte"}]},{"name":"blocks","children":[{"uid":"70ce-161803","name":"TableBlock.css"},{"uid":"70ce-161805","name":"TableBlock.svelte"},{"uid":"70ce-161807","name":"CardsBlock.css"},{"uid":"70ce-161809","name":"CardsBlock.svelte"},{"uid":"70ce-161811","name":"RepeaterBlock.svelte"}]},{"name":"dynamic-filter","children":[{"uid":"70ce-161813","name":"FilterModal.css"},{"uid":"70ce-161815","name":"FilterModal.svelte"},{"uid":"70ce-161817","name":"DynamicFilter.svelte"}]},{"name":"deprecated","children":[{"uid":"70ce-161819","name":"Navigation.css"},{"uid":"70ce-161821","name":"Navigation.svelte"},{"uid":"70ce-161823","name":"CardHorizontal.css"},{"uid":"70ce-161825","name":"CardHorizontal.svelte"},{"uid":"70ce-161827","name":"StackedList.css"},{"uid":"70ce-161829","name":"StackedList.svelte"},{"uid":"70ce-161831","name":"Card.css"},{"uid":"70ce-161833","name":"Card.svelte"}]},{"uid":"70ce-161835","name":"index.js"}]},{"uid":"70ce-161777","name":"Block.svelte"},{"uid":"70ce-161799","name":"BlockComponent.svelte"},{"name":"context","children":[{"uid":"70ce-161875","name":"Provider.svelte"},{"uid":"70ce-161915","name":"UserBindingsProvider.svelte"},{"uid":"70ce-161917","name":"DeviceBindingsProvider.svelte"},{"uid":"70ce-161919","name":"StateBindingsProvider.svelte"}]},{"uid":"70ce-161877","name":"Screen.svelte"},{"uid":"70ce-161879","name":"Router.css"},{"uid":"70ce-161881","name":"Router.svelte"},{"uid":"70ce-161891","name":"Component.css"},{"uid":"70ce-161893","name":"Component.svelte"},{"name":"overlay","children":[{"uid":"70ce-161905","name":"NotificationDisplay.css"},{"uid":"70ce-161907","name":"NotificationDisplay.svelte"},{"uid":"70ce-161909","name":"ConfirmationDisplay.svelte"},{"uid":"70ce-161911","name":"PeekScreenDisplay.css"},{"uid":"70ce-161913","name":"PeekScreenDisplay.svelte"}]},{"name":"preview","children":[{"uid":"70ce-161921","name":"SettingsButton.css"},{"uid":"70ce-161923","name":"SettingsButton.svelte"},{"uid":"70ce-161925","name":"SettingsColorPicker.css"},{"uid":"70ce-161927","name":"SettingsColorPicker.svelte"},{"uid":"70ce-161929","name":"SettingsPicker.css"},{"uid":"70ce-161931","name":"SettingsPicker.svelte"},{"uid":"70ce-161935","name":"SettingsBar.css"},{"uid":"70ce-161937","name":"SettingsBar.svelte"},{"uid":"70ce-161939","name":"Indicator.css"},{"uid":"70ce-161941","name":"Indicator.svelte"},{"uid":"70ce-161943","name":"IndicatorSet.svelte"},{"uid":"70ce-161945","name":"SelectionIndicator.svelte"},{"uid":"70ce-161947","name":"HoverIndicator.svelte"},{"uid":"70ce-161953","name":"DNDPositionIndicator.svelte"},{"uid":"70ce-161955","name":"DNDHandler.svelte"},{"uid":"70ce-161957","name":"KeyboardManager.svelte"}]},{"uid":"70ce-161949","name":"CustomThemeWrapper.css"},{"uid":"70ce-161951","name":"CustomThemeWrapper.svelte"},{"uid":"70ce-161959","name":"ClientApp.css"},{"uid":"70ce-161961","name":"ClientApp.svelte"}]},{"uid":"70ce-161623","name":"constants.js"},{"name":"api","children":[{"uid":"70ce-161837","name":"api.js"},{"uid":"70ce-161839","name":"patches.js"},{"uid":"70ce-161841","name":"index.js"}]},{"name":"stores","children":[{"uid":"70ce-161843","name":"auth.js"},{"uid":"70ce-161845","name":"app.js"},{"uid":"70ce-161847","name":"state.js"},{"uid":"70ce-161849","name":"peek.js"},{"uid":"70ce-161855","name":"builder.js"},{"uid":"70ce-161857","name":"routes.js"},{"uid":"70ce-161859","name":"notification.js"},{"uid":"70ce-161861","name":"screens.js"},{"uid":"70ce-161863","name":"dataSource.js"},{"uid":"70ce-161865","name":"confirmation.js"},{"uid":"70ce-161867","name":"theme.js"},{"uid":"70ce-161869","name":"uploads.js"},{"uid":"70ce-161871","name":"context.js"},{"uid":"70ce-161873","name":"initialise.js"}]},{"name":"utils","children":[{"uid":"70ce-161853","name":"components.js"},{"uid":"70ce-161883","name":"enrichDataBinding.js"},{"uid":"70ce-161885","name":"buttonActions.js"},{"uid":"70ce-161887","name":"componentProps.js"},{"uid":"70ce-161889","name":"conditions.js"},{"uid":"70ce-161895","name":"styleable.js"},{"uid":"70ce-161897","name":"linkable.js"},{"uid":"70ce-161899","name":"getAction.js"},{"uid":"70ce-161901","name":"schema.js"},{"uid":"70ce-161933","name":"domDebounce.js"}]},{"uid":"70ce-161903","name":"sdk.js"},{"uid":"70ce-161969","name":"index.js"}]},{"name":"\u0000/node_modules/shortid/node_modules/nanoid/format.browser.js?commonjs-proxy","uid":"70ce-161787"},{"uid":"70ce-161851","name":"manifest.json"}]}],"isRoot":true},"nodeParts":{"70ce-161115":{"renderedLength":36675,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161114"},"70ce-161117":{"renderedLength":3374,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161116"},"70ce-161119":{"renderedLength":724,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161118"},"70ce-161121":{"renderedLength":2436,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161120"},"70ce-161123":{"renderedLength":12664,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161122"},"70ce-161125":{"renderedLength":8406,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161124"},"70ce-161127":{"renderedLength":10529,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161126"},"70ce-161129":{"renderedLength":6453,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161128"},"70ce-161131":{"renderedLength":391,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161130"},"70ce-161133":{"renderedLength":4262,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161132"},"70ce-161135":{"renderedLength":462,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161134"},"70ce-161137":{"renderedLength":7087,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161136"},"70ce-161139":{"renderedLength":233,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161138"},"70ce-161141":{"renderedLength":3551,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161140"},"70ce-161143":{"renderedLength":443,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161142"},"70ce-161145":{"renderedLength":6110,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161144"},"70ce-161147":{"renderedLength":22213,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161146"},"70ce-161149":{"renderedLength":100,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161148"},"70ce-161151":{"renderedLength":8562,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161150"},"70ce-161153":{"renderedLength":6334,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161152"},"70ce-161155":{"renderedLength":37418,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161154"},"70ce-161157":{"renderedLength":16807,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161156"},"70ce-161159":{"renderedLength":151,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161158"},"70ce-161161":{"renderedLength":168,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161160"},"70ce-161163":{"renderedLength":7244,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161162"},"70ce-161165":{"renderedLength":20757,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161164"},"70ce-161167":{"renderedLength":4606,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161166"},"70ce-161169":{"renderedLength":10750,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161168"},"70ce-161171":{"renderedLength":91,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161170"},"70ce-161173":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161172"},"70ce-161175":{"renderedLength":481,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161174"},"70ce-161177":{"renderedLength":1723,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161176"},"70ce-161179":{"renderedLength":295,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161178"},"70ce-161181":{"renderedLength":6439,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161180"},"70ce-161183":{"renderedLength":1206,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161182"},"70ce-161185":{"renderedLength":24461,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161184"},"70ce-161187":{"renderedLength":8099,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161186"},"70ce-161189":{"renderedLength":7219,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161188"},"70ce-161191":{"renderedLength":17906,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161190"},"70ce-161193":{"renderedLength":375,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161192"},"70ce-161195":{"renderedLength":14788,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161194"},"70ce-161197":{"renderedLength":5974,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161196"},"70ce-161199":{"renderedLength":1783,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161198"},"70ce-161201":{"renderedLength":77556,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161200"},"70ce-161203":{"renderedLength":1481,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161202"},"70ce-161205":{"renderedLength":3249,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161204"},"70ce-161207":{"renderedLength":2769,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161206"},"70ce-161209":{"renderedLength":4592,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161208"},"70ce-161211":{"renderedLength":15119,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161210"},"70ce-161213":{"renderedLength":685,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161212"},"70ce-161215":{"renderedLength":228,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161214"},"70ce-161217":{"renderedLength":5070,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161216"},"70ce-161219":{"renderedLength":2061,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161218"},"70ce-161221":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161220"},"70ce-161223":{"renderedLength":7886,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161222"},"70ce-161225":{"renderedLength":1943,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161224"},"70ce-161227":{"renderedLength":2670,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161226"},"70ce-161229":{"renderedLength":45515,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161228"},"70ce-161231":{"renderedLength":2999,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161230"},"70ce-161233":{"renderedLength":38906,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161232"},"70ce-161235":{"renderedLength":514,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161234"},"70ce-161237":{"renderedLength":13348,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161236"},"70ce-161239":{"renderedLength":3402,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161238"},"70ce-161241":{"renderedLength":3116,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161240"},"70ce-161243":{"renderedLength":761,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161242"},"70ce-161245":{"renderedLength":580,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161244"},"70ce-161247":{"renderedLength":4794,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161246"},"70ce-161249":{"renderedLength":309,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161248"},"70ce-161251":{"renderedLength":10694,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161250"},"70ce-161253":{"renderedLength":12948,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161252"},"70ce-161255":{"renderedLength":152,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161254"},"70ce-161257":{"renderedLength":1450,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161256"},"70ce-161259":{"renderedLength":13177,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161258"},"70ce-161261":{"renderedLength":102,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161260"},"70ce-161263":{"renderedLength":763,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161262"},"70ce-161265":{"renderedLength":11813,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161264"},"70ce-161267":{"renderedLength":100,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161266"},"70ce-161269":{"renderedLength":7948,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161268"},"70ce-161271":{"renderedLength":19824,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161270"},"70ce-161273":{"renderedLength":361,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161272"},"70ce-161275":{"renderedLength":4418,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161274"},"70ce-161277":{"renderedLength":4196,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161276"},"70ce-161279":{"renderedLength":1039,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161278"},"70ce-161281":{"renderedLength":10099,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161280"},"70ce-161283":{"renderedLength":12819,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161282"},"70ce-161285":{"renderedLength":5259,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161284"},"70ce-161287":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161286"},"70ce-161289":{"renderedLength":1306,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161288"},"70ce-161291":{"renderedLength":4400,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161290"},"70ce-161293":{"renderedLength":312,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161292"},"70ce-161295":{"renderedLength":111,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161294"},"70ce-161297":{"renderedLength":4051,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161296"},"70ce-161299":{"renderedLength":2083,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161298"},"70ce-161301":{"renderedLength":55,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161300"},"70ce-161303":{"renderedLength":842,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161302"},"70ce-161305":{"renderedLength":11488,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161304"},"70ce-161307":{"renderedLength":16291,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161306"},"70ce-161309":{"renderedLength":1950,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161308"},"70ce-161311":{"renderedLength":131,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161310"},"70ce-161313":{"renderedLength":2194,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161312"},"70ce-161315":{"renderedLength":751,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161314"},"70ce-161317":{"renderedLength":25402,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161316"},"70ce-161319":{"renderedLength":8842,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161318"},"70ce-161321":{"renderedLength":1784,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161320"},"70ce-161323":{"renderedLength":105,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161322"},"70ce-161325":{"renderedLength":5293,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161324"},"70ce-161327":{"renderedLength":271,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161326"},"70ce-161329":{"renderedLength":8481,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161328"},"70ce-161331":{"renderedLength":2846,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161330"},"70ce-161333":{"renderedLength":1899,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161332"},"70ce-161335":{"renderedLength":390,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161334"},"70ce-161337":{"renderedLength":1922,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161336"},"70ce-161339":{"renderedLength":4759,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161338"},"70ce-161341":{"renderedLength":4940,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161340"},"70ce-161343":{"renderedLength":453,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161342"},"70ce-161345":{"renderedLength":93688,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161344"},"70ce-161347":{"renderedLength":6586,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161346"},"70ce-161349":{"renderedLength":19854,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161348"},"70ce-161351":{"renderedLength":528,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161350"},"70ce-161353":{"renderedLength":14886,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161352"},"70ce-161355":{"renderedLength":5037,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161354"},"70ce-161357":{"renderedLength":6908,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161356"},"70ce-161359":{"renderedLength":20722,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161358"},"70ce-161361":{"renderedLength":113,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161360"},"70ce-161363":{"renderedLength":1272,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161362"},"70ce-161365":{"renderedLength":147,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161364"},"70ce-161367":{"renderedLength":2069,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161366"},"70ce-161369":{"renderedLength":1018,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161368"},"70ce-161371":{"renderedLength":6414,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161370"},"70ce-161373":{"renderedLength":113,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161372"},"70ce-161375":{"renderedLength":1758,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161374"},"70ce-161377":{"renderedLength":2420,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161376"},"70ce-161379":{"renderedLength":96,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161378"},"70ce-161381":{"renderedLength":6143,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161380"},"70ce-161383":{"renderedLength":397,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161382"},"70ce-161385":{"renderedLength":11806,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161384"},"70ce-161387":{"renderedLength":5081,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161386"},"70ce-161389":{"renderedLength":5782,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161388"},"70ce-161391":{"renderedLength":2553,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161390"},"70ce-161393":{"renderedLength":7857,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161392"},"70ce-161395":{"renderedLength":5715,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161394"},"70ce-161397":{"renderedLength":3407,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161396"},"70ce-161399":{"renderedLength":45651,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161398"},"70ce-161401":{"renderedLength":13393,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161400"},"70ce-161403":{"renderedLength":733,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161402"},"70ce-161405":{"renderedLength":126,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161404"},"70ce-161407":{"renderedLength":14182,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161406"},"70ce-161409":{"renderedLength":2449,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161408"},"70ce-161411":{"renderedLength":179,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161410"},"70ce-161413":{"renderedLength":4039,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161412"},"70ce-161415":{"renderedLength":7974,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161414"},"70ce-161417":{"renderedLength":2295,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161416"},"70ce-161419":{"renderedLength":17857,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161418"},"70ce-161421":{"renderedLength":4882,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161420"},"70ce-161423":{"renderedLength":302,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161422"},"70ce-161425":{"renderedLength":435744,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161424"},"70ce-161427":{"renderedLength":4077,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161426"},"70ce-161429":{"renderedLength":1263,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161428"},"70ce-161431":{"renderedLength":1415,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161430"},"70ce-161433":{"renderedLength":14707,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161432"},"70ce-161435":{"renderedLength":16573,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161434"},"70ce-161437":{"renderedLength":34198,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161436"},"70ce-161439":{"renderedLength":3345,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161438"},"70ce-161441":{"renderedLength":2917,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161440"},"70ce-161443":{"renderedLength":1508,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161442"},"70ce-161445":{"renderedLength":4035,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161444"},"70ce-161447":{"renderedLength":13209,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161446"},"70ce-161449":{"renderedLength":5264,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161448"},"70ce-161451":{"renderedLength":30,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161450"},"70ce-161453":{"renderedLength":78,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161452"},"70ce-161455":{"renderedLength":30622,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161454"},"70ce-161457":{"renderedLength":3494,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161456"},"70ce-161459":{"renderedLength":100035,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161458"},"70ce-161461":{"renderedLength":109291,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161460"},"70ce-161463":{"renderedLength":12588,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161462"},"70ce-161465":{"renderedLength":3226,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161464"},"70ce-161467":{"renderedLength":3654,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161466"},"70ce-161469":{"renderedLength":6011,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161468"},"70ce-161471":{"renderedLength":828,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161470"},"70ce-161473":{"renderedLength":3012,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161472"},"70ce-161475":{"renderedLength":753,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161474"},"70ce-161477":{"renderedLength":3893,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161476"},"70ce-161479":{"renderedLength":90,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161478"},"70ce-161481":{"renderedLength":86,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161480"},"70ce-161483":{"renderedLength":2584,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161482"},"70ce-161485":{"renderedLength":1316,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161484"},"70ce-161487":{"renderedLength":471,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161486"},"70ce-161489":{"renderedLength":3959,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161488"},"70ce-161491":{"renderedLength":1919,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161490"},"70ce-161493":{"renderedLength":1993,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161492"},"70ce-161495":{"renderedLength":2188,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161494"},"70ce-161497":{"renderedLength":2296,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161496"},"70ce-161499":{"renderedLength":1606,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161498"},"70ce-161501":{"renderedLength":589,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161500"},"70ce-161503":{"renderedLength":431,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161502"},"70ce-161505":{"renderedLength":609,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161504"},"70ce-161507":{"renderedLength":1047,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161506"},"70ce-161509":{"renderedLength":852,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161508"},"70ce-161511":{"renderedLength":2267,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161510"},"70ce-161513":{"renderedLength":686,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161512"},"70ce-161515":{"renderedLength":733,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161514"},"70ce-161517":{"renderedLength":442,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161516"},"70ce-161519":{"renderedLength":1694,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161518"},"70ce-161521":{"renderedLength":619,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161520"},"70ce-161523":{"renderedLength":3241,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161522"},"70ce-161525":{"renderedLength":891,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161524"},"70ce-161527":{"renderedLength":3355,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161526"},"70ce-161529":{"renderedLength":1737,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161528"},"70ce-161531":{"renderedLength":6375,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161530"},"70ce-161533":{"renderedLength":1367,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161532"},"70ce-161535":{"renderedLength":73810,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161534"},"70ce-161537":{"renderedLength":11408,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161536"},"70ce-161539":{"renderedLength":131,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161538"},"70ce-161541":{"renderedLength":18492,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161540"},"70ce-161543":{"renderedLength":83,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161542"},"70ce-161545":{"renderedLength":8489,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161544"},"70ce-161547":{"renderedLength":11566,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161546"},"70ce-161549":{"renderedLength":1065,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161548"},"70ce-161551":{"renderedLength":414,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161550"},"70ce-161553":{"renderedLength":2907,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161552"},"70ce-161555":{"renderedLength":451,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161554"},"70ce-161557":{"renderedLength":511,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161556"},"70ce-161559":{"renderedLength":1077,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161558"},"70ce-161561":{"renderedLength":4336,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161560"},"70ce-161563":{"renderedLength":500,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161562"},"70ce-161565":{"renderedLength":463,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161564"},"70ce-161567":{"renderedLength":554,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161566"},"70ce-161569":{"renderedLength":49094,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161568"},"70ce-161571":{"renderedLength":69970,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161570"},"70ce-161573":{"renderedLength":68167,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161572"},"70ce-161575":{"renderedLength":6159,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161574"},"70ce-161577":{"renderedLength":6149,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161576"},"70ce-161579":{"renderedLength":6220,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161578"},"70ce-161581":{"renderedLength":6206,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161580"},"70ce-161583":{"renderedLength":224,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161582"},"70ce-161585":{"renderedLength":145,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161584"},"70ce-161587":{"renderedLength":2480,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161586"},"70ce-161589":{"renderedLength":1434,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161588"},"70ce-161591":{"renderedLength":5043,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161590"},"70ce-161593":{"renderedLength":544,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161592"},"70ce-161595":{"renderedLength":9125,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161594"},"70ce-161597":{"renderedLength":404,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161596"},"70ce-161599":{"renderedLength":17212,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161598"},"70ce-161601":{"renderedLength":2320,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161600"},"70ce-161603":{"renderedLength":2183,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161602"},"70ce-161605":{"renderedLength":393,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161604"},"70ce-161607":{"renderedLength":1755,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161606"},"70ce-161609":{"renderedLength":47680,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161608"},"70ce-161611":{"renderedLength":449,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161610"},"70ce-161613":{"renderedLength":7931,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161612"},"70ce-161615":{"renderedLength":372,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161614"},"70ce-161617":{"renderedLength":12246,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161616"},"70ce-161619":{"renderedLength":519,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161618"},"70ce-161621":{"renderedLength":6629,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161620"},"70ce-161623":{"renderedLength":835,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161622"},"70ce-161625":{"renderedLength":825,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161624"},"70ce-161627":{"renderedLength":24044,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161626"},"70ce-161629":{"renderedLength":3682,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161628"},"70ce-161631":{"renderedLength":4947,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161630"},"70ce-161633":{"renderedLength":25235,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161632"},"70ce-161635":{"renderedLength":793,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161634"},"70ce-161637":{"renderedLength":14650,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161636"},"70ce-161639":{"renderedLength":77554,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161638"},"70ce-161641":{"renderedLength":506,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161640"},"70ce-161643":{"renderedLength":6679,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161642"},"70ce-161645":{"renderedLength":113,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161644"},"70ce-161647":{"renderedLength":5924,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161646"},"70ce-161649":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161648"},"70ce-161651":{"renderedLength":5517,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161650"},"70ce-161653":{"renderedLength":202,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161652"},"70ce-161655":{"renderedLength":6726,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161654"},"70ce-161657":{"renderedLength":324,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161656"},"70ce-161659":{"renderedLength":6296,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161658"},"70ce-161661":{"renderedLength":6429,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161660"},"70ce-161663":{"renderedLength":2165,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161662"},"70ce-161665":{"renderedLength":4915,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161664"},"70ce-161667":{"renderedLength":635,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161666"},"70ce-161669":{"renderedLength":2839,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161668"},"70ce-161671":{"renderedLength":20037,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161670"},"70ce-161673":{"renderedLength":1602,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161672"},"70ce-161675":{"renderedLength":10975,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161674"},"70ce-161677":{"renderedLength":18819,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161676"},"70ce-161679":{"renderedLength":259,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161678"},"70ce-161681":{"renderedLength":5884,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161680"},"70ce-161683":{"renderedLength":5349,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161682"},"70ce-161685":{"renderedLength":4379,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161684"},"70ce-161687":{"renderedLength":486170,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161686"},"70ce-161689":{"renderedLength":230,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161688"},"70ce-161691":{"renderedLength":544,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161690"},"70ce-161693":{"renderedLength":5759,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161692"},"70ce-161695":{"renderedLength":5666,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161694"},"70ce-161697":{"renderedLength":5692,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161696"},"70ce-161699":{"renderedLength":4034,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161698"},"70ce-161701":{"renderedLength":1711,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161700"},"70ce-161703":{"renderedLength":1728,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161702"},"70ce-161705":{"renderedLength":4711,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161704"},"70ce-161707":{"renderedLength":2842,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161706"},"70ce-161709":{"renderedLength":1897,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161708"},"70ce-161711":{"renderedLength":386,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161710"},"70ce-161713":{"renderedLength":1900,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161712"},"70ce-161715":{"renderedLength":4729,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161714"},"70ce-161717":{"renderedLength":4910,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161716"},"70ce-161719":{"renderedLength":453,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161718"},"70ce-161721":{"renderedLength":93406,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161720"},"70ce-161723":{"renderedLength":10062,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161722"},"70ce-161725":{"renderedLength":18352,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161724"},"70ce-161727":{"renderedLength":9725,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161726"},"70ce-161729":{"renderedLength":233,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161728"},"70ce-161731":{"renderedLength":3194,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161730"},"70ce-161733":{"renderedLength":4411,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161732"},"70ce-161735":{"renderedLength":578,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161734"},"70ce-161737":{"renderedLength":15642,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161736"},"70ce-161739":{"renderedLength":8288,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161738"},"70ce-161741":{"renderedLength":2428,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161740"},"70ce-161743":{"renderedLength":1312,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161742"},"70ce-161745":{"renderedLength":15974,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161744"},"70ce-161747":{"renderedLength":11302,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161746"},"70ce-161749":{"renderedLength":8065,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161748"},"70ce-161751":{"renderedLength":14910,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161750"},"70ce-161753":{"renderedLength":8274,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161752"},"70ce-161755":{"renderedLength":8002,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161754"},"70ce-161757":{"renderedLength":13591,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161756"},"70ce-161759":{"renderedLength":1781,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161758"},"70ce-161761":{"renderedLength":7314,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161760"},"70ce-161763":{"renderedLength":283,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161762"},"70ce-161765":{"renderedLength":8496,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161764"},"70ce-161767":{"renderedLength":308,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161766"},"70ce-161769":{"renderedLength":11536,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161768"},"70ce-161771":{"renderedLength":2951,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161770"},"70ce-161773":{"renderedLength":137,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161772"},"70ce-161775":{"renderedLength":9820,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161774"},"70ce-161777":{"renderedLength":2104,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161776"},"70ce-161779":{"renderedLength":541,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161778"},"70ce-161781":{"renderedLength":2519,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161780"},"70ce-161783":{"renderedLength":577,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161782"},"70ce-161785":{"renderedLength":1951,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161784"},"70ce-161787":{"renderedLength":34,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161786"},"70ce-161789":{"renderedLength":358,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161788"},"70ce-161791":{"renderedLength":1281,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161790"},"70ce-161793":{"renderedLength":333,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161792"},"70ce-161795":{"renderedLength":1800,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161794"},"70ce-161797":{"renderedLength":24,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161796"},"70ce-161799":{"renderedLength":4148,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161798"},"70ce-161801":{"renderedLength":1351829,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161800"},"70ce-161803":{"renderedLength":1169,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161802"},"70ce-161805":{"renderedLength":28009,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161804"},"70ce-161807":{"renderedLength":1169,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161806"},"70ce-161809":{"renderedLength":33149,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161808"},"70ce-161811":{"renderedLength":13051,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161810"},"70ce-161813":{"renderedLength":275,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161812"},"70ce-161815":{"renderedLength":27980,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161814"},"70ce-161817":{"renderedLength":10169,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161816"},"70ce-161819":{"renderedLength":552,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161818"},"70ce-161821":{"renderedLength":4777,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161820"},"70ce-161823":{"renderedLength":951,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161822"},"70ce-161825":{"renderedLength":7573,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161824"},"70ce-161827":{"renderedLength":729,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161826"},"70ce-161829":{"renderedLength":4908,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161828"},"70ce-161831":{"renderedLength":678,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161830"},"70ce-161833":{"renderedLength":6622,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161832"},"70ce-161835":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161834"},"70ce-161837":{"renderedLength":1562,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161836"},"70ce-161839":{"renderedLength":3946,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161838"},"70ce-161841":{"renderedLength":196,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161840"},"70ce-161843":{"renderedLength":818,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161842"},"70ce-161845":{"renderedLength":1031,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161844"},"70ce-161847":{"renderedLength":1688,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161846"},"70ce-161849":{"renderedLength":941,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161848"},"70ce-161851":{"renderedLength":74320,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161850"},"70ce-161853":{"renderedLength":1611,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161852"},"70ce-161855":{"renderedLength":3364,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161854"},"70ce-161857":{"renderedLength":3227,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161856"},"70ce-161859":{"renderedLength":1811,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161858"},"70ce-161861":{"renderedLength":2460,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161860"},"70ce-161863":{"renderedLength":3431,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161862"},"70ce-161865":{"renderedLength":894,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161864"},"70ce-161867":{"renderedLength":1979,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161866"},"70ce-161869":{"renderedLength":1106,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161868"},"70ce-161871":{"renderedLength":1741,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161870"},"70ce-161873":{"renderedLength":136,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161872"},"70ce-161875":{"renderedLength":4075,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161874"},"70ce-161877":{"renderedLength":6043,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161876"},"70ce-161879":{"renderedLength":89,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161878"},"70ce-161881":{"renderedLength":5319,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161880"},"70ce-161883":{"renderedLength":316,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161882"},"70ce-161885":{"renderedLength":10874,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161884"},"70ce-161887":{"renderedLength":2698,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161886"},"70ce-161889":{"renderedLength":1872,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161888"},"70ce-161891":{"renderedLength":237,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161890"},"70ce-161893":{"renderedLength":30572,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161892"},"70ce-161895":{"renderedLength":3801,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161894"},"70ce-161897":{"renderedLength":218,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161896"},"70ce-161899":{"renderedLength":446,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161898"},"70ce-161901":{"renderedLength":2534,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161900"},"70ce-161903":{"renderedLength":265,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161902"},"70ce-161905":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161904"},"70ce-161907":{"renderedLength":5284,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161906"},"70ce-161909":{"renderedLength":4826,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161908"},"70ce-161911":{"renderedLength":441,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161910"},"70ce-161913":{"renderedLength":10837,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161912"},"70ce-161915":{"renderedLength":3383,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161914"},"70ce-161917":{"renderedLength":3747,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161916"},"70ce-161919":{"renderedLength":2972,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161918"},"70ce-161921":{"renderedLength":509,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161920"},"70ce-161923":{"renderedLength":3701,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161922"},"70ce-161925":{"renderedLength":85,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161924"},"70ce-161927":{"renderedLength":2165,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161926"},"70ce-161929":{"renderedLength":85,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161928"},"70ce-161931":{"renderedLength":2600,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161930"},"70ce-161933":{"renderedLength":270,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161932"},"70ce-161935":{"renderedLength":771,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161934"},"70ce-161937":{"renderedLength":22320,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161936"},"70ce-161939":{"renderedLength":942,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161938"},"70ce-161941":{"renderedLength":5499,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161940"},"70ce-161943":{"renderedLength":9648,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161942"},"70ce-161945":{"renderedLength":1944,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161944"},"70ce-161947":{"renderedLength":2707,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161946"},"70ce-161949":{"renderedLength":2033,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161948"},"70ce-161951":{"renderedLength":2360,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161950"},"70ce-161953":{"renderedLength":7146,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161952"},"70ce-161955":{"renderedLength":9503,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161954"},"70ce-161957":{"renderedLength":1191,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161956"},"70ce-161959":{"renderedLength":1296,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161958"},"70ce-161961":{"renderedLength":25990,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161960"},"70ce-161963":{"renderedLength":23206,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161962"},"70ce-161965":{"renderedLength":999215,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161964"},"70ce-161967":{"renderedLength":892,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161966"},"70ce-161969":{"renderedLength":1186,"gzipLength":0,"brotliLength":0,"mainUid":"70ce-161968"}},"nodeMetas":{"70ce-161114":{"id":"/node_modules/svelte/internal/index.mjs","moduleParts":{"budibase-client.js":"70ce-161115"},"imported":[],"importedBy":[{"uid":"70ce-161960"},{"uid":"70ce-161116"},{"uid":"70ce-161971"},{"uid":"70ce-161892"},{"uid":"70ce-161906"},{"uid":"70ce-161908"},{"uid":"70ce-161912"},{"uid":"70ce-161914"},{"uid":"70ce-161916"},{"uid":"70ce-161918"},{"uid":"70ce-161936"},{"uid":"70ce-161944"},{"uid":"70ce-161946"},{"uid":"70ce-161950"},{"uid":"70ce-161954"},{"uid":"70ce-161956"},{"uid":"70ce-161152"},{"uid":"70ce-161974"},{"uid":"70ce-161975"},{"uid":"70ce-161188"},{"uid":"70ce-161196"},{"uid":"70ce-161976"},{"uid":"70ce-161977"},{"uid":"70ce-161246"},{"uid":"70ce-161216"},{"uid":"70ce-161250"},{"uid":"70ce-161978"},{"uid":"70ce-161979"},{"uid":"70ce-161236"},{"uid":"70ce-161980"},{"uid":"70ce-161218"},{"uid":"70ce-161132"},{"uid":"70ce-161981"},{"uid":"70ce-161982"},{"uid":"70ce-161276"},{"uid":"70ce-161983"},{"uid":"70ce-161984"},{"uid":"70ce-161985"},{"uid":"70ce-161284"},{"uid":"70ce-161986"},{"uid":"70ce-161290"},{"uid":"70ce-161987"},{"uid":"70ce-161208"},{"uid":"70ce-161128"},{"uid":"70ce-161988"},{"uid":"70ce-161989"},{"uid":"70ce-161990"},{"uid":"70ce-161991"},{"uid":"70ce-161304"},{"uid":"70ce-161316"},{"uid":"70ce-161992"},{"uid":"70ce-161324"},{"uid":"70ce-161993"},{"uid":"70ce-161994"},{"uid":"70ce-161354"},{"uid":"70ce-161995"},{"uid":"70ce-161398"},{"uid":"70ce-161996"},{"uid":"70ce-161997"},{"uid":"70ce-161224"},{"uid":"70ce-161222"},{"uid":"70ce-161998"},{"uid":"70ce-161999"},{"uid":"70ce-161312"},{"uid":"70ce-162000"},{"uid":"70ce-161412"},{"uid":"70ce-161386"},{"uid":"70ce-162001"},{"uid":"70ce-161418"},{"uid":"70ce-162002"},{"uid":"70ce-162003"},{"uid":"70ce-161468"},{"uid":"70ce-161472"},{"uid":"70ce-162004"},{"uid":"70ce-162005"},{"uid":"70ce-162006"},{"uid":"70ce-161238"},{"uid":"70ce-161240"},{"uid":"70ce-162007"},{"uid":"70ce-162008"},{"uid":"70ce-161880"},{"uid":"70ce-161586"},{"uid":"70ce-161874"},{"uid":"70ce-161172"},{"uid":"70ce-161922"},{"uid":"70ce-161926"},{"uid":"70ce-161930"},{"uid":"70ce-161942"},{"uid":"70ce-161952"},{"uid":"70ce-161626"},{"uid":"70ce-161144"},{"uid":"70ce-161150"},{"uid":"70ce-162012"},{"uid":"70ce-161162"},{"uid":"70ce-161186"},{"uid":"70ce-161194"},{"uid":"70ce-161228"},{"uid":"70ce-162014"},{"uid":"70ce-161268"},{"uid":"70ce-161274"},{"uid":"70ce-162015"},{"uid":"70ce-161170"},{"uid":"70ce-161136"},{"uid":"70ce-161352"},{"uid":"70ce-161356"},{"uid":"70ce-161392"},{"uid":"70ce-161394"},{"uid":"70ce-161180"},{"uid":"70ce-161466"},{"uid":"70ce-161476"},{"uid":"70ce-161590"},{"uid":"70ce-161594"},{"uid":"70ce-161598"},{"uid":"70ce-161602"},{"uid":"70ce-161606"},{"uid":"70ce-161612"},{"uid":"70ce-161616"},{"uid":"70ce-161620"},{"uid":"70ce-161632"},{"uid":"70ce-161636"},{"uid":"70ce-161642"},{"uid":"70ce-161646"},{"uid":"70ce-161650"},{"uid":"70ce-161654"},{"uid":"70ce-161658"},{"uid":"70ce-161664"},{"uid":"70ce-161668"},{"uid":"70ce-161674"},{"uid":"70ce-161680"},{"uid":"70ce-161682"},{"uid":"70ce-161820"},{"uid":"70ce-161824"},{"uid":"70ce-161828"},{"uid":"70ce-161832"},{"uid":"70ce-161876"},{"uid":"70ce-161940"},{"uid":"70ce-161140"},{"uid":"70ce-161184"},{"uid":"70ce-161230"},{"uid":"70ce-161346"},{"uid":"70ce-161362"},{"uid":"70ce-161366"},{"uid":"70ce-161374"},{"uid":"70ce-161380"},{"uid":"70ce-161384"},{"uid":"70ce-161388"},{"uid":"70ce-161390"},{"uid":"70ce-161694"},{"uid":"70ce-161696"},{"uid":"70ce-161698"},{"uid":"70ce-161700"},{"uid":"70ce-161702"},{"uid":"70ce-161704"},{"uid":"70ce-161726"},{"uid":"70ce-161730"},{"uid":"70ce-161738"},{"uid":"70ce-161740"},{"uid":"70ce-161744"},{"uid":"70ce-161746"},{"uid":"70ce-161748"},{"uid":"70ce-161750"},{"uid":"70ce-161752"},{"uid":"70ce-161754"},{"uid":"70ce-161756"},{"uid":"70ce-161758"},{"uid":"70ce-161760"},{"uid":"70ce-161764"},{"uid":"70ce-161768"},{"uid":"70ce-161774"},{"uid":"70ce-161804"},{"uid":"70ce-161808"},{"uid":"70ce-161810"},{"uid":"70ce-161816"},{"uid":"70ce-161692"},{"uid":"70ce-161724"},{"uid":"70ce-161736"},{"uid":"70ce-161770"},{"uid":"70ce-161776"},{"uid":"70ce-161798"},{"uid":"70ce-161814"},{"uid":"70ce-161732"}]},"70ce-161116":{"id":"/node_modules/svelte/store/index.mjs","moduleParts":{"budibase-client.js":"70ce-161117"},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161960"},{"uid":"70ce-161892"},{"uid":"70ce-161954"},{"uid":"70ce-161956"},{"uid":"70ce-161842"},{"uid":"70ce-161844"},{"uid":"70ce-161858"},{"uid":"70ce-161856"},{"uid":"70ce-161860"},{"uid":"70ce-161854"},{"uid":"70ce-161862"},{"uid":"70ce-161864"},{"uid":"70ce-161848"},{"uid":"70ce-161846"},{"uid":"70ce-161866"},{"uid":"70ce-161868"},{"uid":"70ce-161870"},{"uid":"70ce-161996"},{"uid":"70ce-161320"},{"uid":"70ce-161532"},{"uid":"70ce-161880"},{"uid":"70ce-161896"},{"uid":"70ce-161898"},{"uid":"70ce-161626"},{"uid":"70ce-162015"},{"uid":"70ce-161548"},{"uid":"70ce-161552"},{"uid":"70ce-161632"},{"uid":"70ce-161884"},{"uid":"70ce-161836"},{"uid":"70ce-161546"},{"uid":"70ce-161750"},{"uid":"70ce-161760"},{"uid":"70ce-161816"},{"uid":"70ce-161724"}]},"70ce-161118":{"id":"/node_modules/style-inject/dist/style-inject.es.js","moduleParts":{"budibase-client.js":"70ce-161119"},"imported":[],"importedBy":[{"uid":"70ce-161958"},{"uid":"70ce-161120"},{"uid":"70ce-161122"},{"uid":"70ce-161890"},{"uid":"70ce-161904"},{"uid":"70ce-161910"},{"uid":"70ce-161934"},{"uid":"70ce-161948"},{"uid":"70ce-161242"},{"uid":"70ce-161244"},{"uid":"70ce-161212"},{"uid":"70ce-161214"},{"uid":"70ce-161154"},{"uid":"70ce-161248"},{"uid":"70ce-161252"},{"uid":"70ce-161232"},{"uid":"70ce-161234"},{"uid":"70ce-161256"},{"uid":"70ce-161130"},{"uid":"70ce-161278"},{"uid":"70ce-161166"},{"uid":"70ce-161254"},{"uid":"70ce-161280"},{"uid":"70ce-161282"},{"uid":"70ce-161124"},{"uid":"70ce-161286"},{"uid":"70ce-161288"},{"uid":"70ce-161292"},{"uid":"70ce-161206"},{"uid":"70ce-161126"},{"uid":"70ce-161168"},{"uid":"70ce-161294"},{"uid":"70ce-161296"},{"uid":"70ce-161298"},{"uid":"70ce-161302"},{"uid":"70ce-161306"},{"uid":"70ce-161314"},{"uid":"70ce-161318"},{"uid":"70ce-161326"},{"uid":"70ce-161322"},{"uid":"70ce-161328"},{"uid":"70ce-161358"},{"uid":"70ce-161396"},{"uid":"70ce-161400"},{"uid":"70ce-161402"},{"uid":"70ce-161404"},{"uid":"70ce-161210"},{"uid":"70ce-161220"},{"uid":"70ce-161406"},{"uid":"70ce-161308"},{"uid":"70ce-161310"},{"uid":"70ce-161408"},{"uid":"70ce-161200"},{"uid":"70ce-161410"},{"uid":"70ce-161376"},{"uid":"70ce-161414"},{"uid":"70ce-161416"},{"uid":"70ce-161420"},{"uid":"70ce-161422"},{"uid":"70ce-161470"},{"uid":"70ce-161478"},{"uid":"70ce-161480"},{"uid":"70ce-161568"},{"uid":"70ce-161570"},{"uid":"70ce-161572"},{"uid":"70ce-161574"},{"uid":"70ce-161576"},{"uid":"70ce-161578"},{"uid":"70ce-161580"},{"uid":"70ce-161582"},{"uid":"70ce-161878"},{"uid":"70ce-161584"},{"uid":"70ce-161920"},{"uid":"70ce-161924"},{"uid":"70ce-161928"},{"uid":"70ce-161142"},{"uid":"70ce-161146"},{"uid":"70ce-161148"},{"uid":"70ce-161156"},{"uid":"70ce-161158"},{"uid":"70ce-161160"},{"uid":"70ce-161190"},{"uid":"70ce-161192"},{"uid":"70ce-161198"},{"uid":"70ce-161202"},{"uid":"70ce-161226"},{"uid":"70ce-161258"},{"uid":"70ce-161260"},{"uid":"70ce-161262"},{"uid":"70ce-161264"},{"uid":"70ce-161266"},{"uid":"70ce-161270"},{"uid":"70ce-161272"},{"uid":"70ce-161134"},{"uid":"70ce-161348"},{"uid":"70ce-161164"},{"uid":"70ce-161350"},{"uid":"70ce-161176"},{"uid":"70ce-161178"},{"uid":"70ce-161462"},{"uid":"70ce-161464"},{"uid":"70ce-161474"},{"uid":"70ce-161588"},{"uid":"70ce-161592"},{"uid":"70ce-161596"},{"uid":"70ce-161600"},{"uid":"70ce-161604"},{"uid":"70ce-161608"},{"uid":"70ce-161610"},{"uid":"70ce-161614"},{"uid":"70ce-161618"},{"uid":"70ce-161630"},{"uid":"70ce-161634"},{"uid":"70ce-161638"},{"uid":"70ce-161640"},{"uid":"70ce-161644"},{"uid":"70ce-161648"},{"uid":"70ce-161652"},{"uid":"70ce-161656"},{"uid":"70ce-161666"},{"uid":"70ce-161670"},{"uid":"70ce-161672"},{"uid":"70ce-161676"},{"uid":"70ce-161678"},{"uid":"70ce-161818"},{"uid":"70ce-161822"},{"uid":"70ce-161826"},{"uid":"70ce-161830"},{"uid":"70ce-161938"},{"uid":"70ce-161138"},{"uid":"70ce-161182"},{"uid":"70ce-161360"},{"uid":"70ce-161364"},{"uid":"70ce-161372"},{"uid":"70ce-161378"},{"uid":"70ce-161382"},{"uid":"70ce-161728"},{"uid":"70ce-161762"},{"uid":"70ce-161766"},{"uid":"70ce-161772"},{"uid":"70ce-161802"},{"uid":"70ce-161806"},{"uid":"70ce-161690"},{"uid":"70ce-161734"},{"uid":"70ce-161812"}]},"70ce-161120":{"id":"/home/aptk/dev/budibase/packages/bbui/src/bbui.css","moduleParts":{"budibase-client.js":"70ce-161121"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161122":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/icon/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161123"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161124":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/fieldlabel/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161125"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161986"},{"uid":"70ce-161144"},{"uid":"70ce-161140"}]},"70ce-161126":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/tooltip/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161127"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161128"}]},"70ce-161128":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tooltip/Tooltip.svelte","moduleParts":{"budibase-client.js":"70ce-161129"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161126"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161236"},{"uid":"70ce-161136"},{"uid":"70ce-161384"}]},"70ce-161130":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Icon/Icon.css","moduleParts":{"budibase-client.js":"70ce-161131"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161132"}]},"70ce-161132":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Icon/Icon.svelte","moduleParts":{"budibase-client.js":"70ce-161133"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161130"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161983"},{"uid":"70ce-161316"},{"uid":"70ce-161418"},{"uid":"70ce-161228"},{"uid":"70ce-161136"},{"uid":"70ce-161390"}]},"70ce-161134":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tooltip/TooltipWrapper.css","moduleParts":{"budibase-client.js":"70ce-161135"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161136"}]},"70ce-161136":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tooltip/TooltipWrapper.svelte","moduleParts":{"budibase-client.js":"70ce-161137"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161128"},{"uid":"70ce-161132"},{"uid":"70ce-161134"}],"importedBy":[{"uid":"70ce-161986"},{"uid":"70ce-161140"}]},"70ce-161138":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/FieldLabel.css","moduleParts":{"budibase-client.js":"70ce-161139"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161140"}]},"70ce-161140":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/FieldLabel.svelte","moduleParts":{"budibase-client.js":"70ce-161141"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161136"},{"uid":"70ce-161124"},{"uid":"70ce-161138"}],"importedBy":[{"uid":"70ce-161144"}]},"70ce-161142":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Field.css","moduleParts":{"budibase-client.js":"70ce-161143"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161144"}]},"70ce-161144":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Field.svelte","moduleParts":{"budibase-client.js":"70ce-161145"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161124"},{"uid":"70ce-161140"},{"uid":"70ce-161142"}],"importedBy":[{"uid":"70ce-161152"},{"uid":"70ce-161974"},{"uid":"70ce-161975"},{"uid":"70ce-161188"},{"uid":"70ce-161196"},{"uid":"70ce-161976"},{"uid":"70ce-161981"},{"uid":"70ce-161982"},{"uid":"70ce-161276"},{"uid":"70ce-161354"},{"uid":"70ce-161995"},{"uid":"70ce-162000"},{"uid":"70ce-162004"}]},"70ce-161146":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/textfield/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161147"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161150"},{"uid":"70ce-162012"},{"uid":"70ce-161162"},{"uid":"70ce-161352"}]},"70ce-161148":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/TextField.css","moduleParts":{"budibase-client.js":"70ce-161149"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161150"}]},"70ce-161150":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/TextField.svelte","moduleParts":{"budibase-client.js":"70ce-161151"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161146"},{"uid":"70ce-161971"},{"uid":"70ce-161148"}],"importedBy":[{"uid":"70ce-161152"},{"uid":"70ce-162009"}]},"70ce-161152":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Input.svelte","moduleParts":{"budibase-client.js":"70ce-161153"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161150"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161418"}]},"70ce-161154":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/actionbutton/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161155"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161250"},{"uid":"70ce-161412"},{"uid":"70ce-162012"}]},"70ce-161156":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/stepper/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161157"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162012"}]},"70ce-161158":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Stepper.css","moduleParts":{"budibase-client.js":"70ce-161159"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162012"}]},"70ce-161160":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/TextArea.css","moduleParts":{"budibase-client.js":"70ce-161161"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161162"}]},"70ce-161162":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/TextArea.svelte","moduleParts":{"budibase-client.js":"70ce-161163"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161146"},{"uid":"70ce-161971"},{"uid":"70ce-161160"}],"importedBy":[{"uid":"70ce-161975"},{"uid":"70ce-162009"}]},"70ce-161164":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/picker/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161165"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161352"},{"uid":"70ce-161184"}]},"70ce-161166":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/popover/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161167"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161984"},{"uid":"70ce-161418"},{"uid":"70ce-161194"},{"uid":"70ce-161184"}]},"70ce-161168":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/menu/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161169"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161988"},{"uid":"70ce-161194"},{"uid":"70ce-161184"}]},"70ce-161170":{"id":"/node_modules/svelte/easing/index.mjs","moduleParts":{"budibase-client.js":"70ce-161171"},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161985"},{"uid":"70ce-161172"},{"uid":"70ce-162015"}]},"70ce-161172":{"id":"/node_modules/svelte/transition/index.mjs","moduleParts":{"budibase-client.js":"70ce-161173"},"imported":[{"uid":"70ce-161170"},{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161906"},{"uid":"70ce-161977"},{"uid":"70ce-161304"},{"uid":"70ce-161992"},{"uid":"70ce-161418"},{"uid":"70ce-161194"},{"uid":"70ce-161940"},{"uid":"70ce-161184"}]},"70ce-161174":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Actions/click_outside.js","moduleParts":{"budibase-client.js":"70ce-161175"},"imported":[],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161984"},{"uid":"70ce-161418"},{"uid":"70ce-161184"}]},"70ce-161176":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/search/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161177"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161180"}]},"70ce-161178":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Search.css","moduleParts":{"budibase-client.js":"70ce-161179"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161180"}]},"70ce-161180":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Search.svelte","moduleParts":{"budibase-client.js":"70ce-161181"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161176"},{"uid":"70ce-161971"},{"uid":"70ce-161178"}],"importedBy":[{"uid":"70ce-162000"},{"uid":"70ce-162009"},{"uid":"70ce-161184"}]},"70ce-161182":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Picker.css","moduleParts":{"budibase-client.js":"70ce-161183"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161184"}]},"70ce-161184":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Picker.svelte","moduleParts":{"budibase-client.js":"70ce-161185"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161164"},{"uid":"70ce-161166"},{"uid":"70ce-161168"},{"uid":"70ce-161172"},{"uid":"70ce-161971"},{"uid":"70ce-161174"},{"uid":"70ce-161180"},{"uid":"70ce-161182"}],"importedBy":[{"uid":"70ce-161186"},{"uid":"70ce-161356"}]},"70ce-161186":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Select.svelte","moduleParts":{"budibase-client.js":"70ce-161187"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161184"}],"importedBy":[{"uid":"70ce-161188"},{"uid":"70ce-162009"}]},"70ce-161188":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Select.svelte","moduleParts":{"budibase-client.js":"70ce-161189"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161186"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161190":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/inputgroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161191"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161194"},{"uid":"70ce-161352"}]},"70ce-161192":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Combobox.css","moduleParts":{"budibase-client.js":"70ce-161193"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161194"}]},"70ce-161194":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Combobox.svelte","moduleParts":{"budibase-client.js":"70ce-161195"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161190"},{"uid":"70ce-161166"},{"uid":"70ce-161168"},{"uid":"70ce-161172"},{"uid":"70ce-161971"},{"uid":"70ce-161192"}],"importedBy":[{"uid":"70ce-161196"},{"uid":"70ce-162009"}]},"70ce-161196":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Combobox.svelte","moduleParts":{"budibase-client.js":"70ce-161197"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161194"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161198":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/dropzone/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161199"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161228"}]},"70ce-161200":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/typography/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161201"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161412"},{"uid":"70ce-161238"},{"uid":"70ce-161240"},{"uid":"70ce-162007"},{"uid":"70ce-162008"},{"uid":"70ce-161228"}]},"70ce-161202":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/illustratedmessage/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161203"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161228"}]},"70ce-161204":{"id":"/home/aptk/dev/budibase/packages/bbui/src/helpers.js","moduleParts":{"budibase-client.js":"70ce-161205"},"imported":[],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161398"},{"uid":"70ce-161418"},{"uid":"70ce-161228"},{"uid":"70ce-161352"}]},"70ce-161206":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/link/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161207"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161208"}]},"70ce-161208":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Link/Link.svelte","moduleParts":{"budibase-client.js":"70ce-161209"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161206"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161228"},{"uid":"70ce-161384"}]},"70ce-161210":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/tags/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161211"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161224"},{"uid":"70ce-161222"}]},"70ce-161212":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/avatar/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161213"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161216"}]},"70ce-161214":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Avatar/Avatar.css","moduleParts":{"budibase-client.js":"70ce-161215"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161216"}]},"70ce-161216":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Avatar/Avatar.svelte","moduleParts":{"budibase-client.js":"70ce-161217"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161212"},{"uid":"70ce-161214"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161222"}]},"70ce-161218":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ClearButton/ClearButton.svelte","moduleParts":{"budibase-client.js":"70ce-161219"},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161222"}]},"70ce-161220":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tags/Tag.css","moduleParts":{"budibase-client.js":"70ce-161221"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161222"}]},"70ce-161222":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tags/Tag.svelte","moduleParts":{"budibase-client.js":"70ce-161223"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161210"},{"uid":"70ce-161216"},{"uid":"70ce-161218"},{"uid":"70ce-161220"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161228"}]},"70ce-161224":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tags/Tags.svelte","moduleParts":{"budibase-client.js":"70ce-161225"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161210"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161228"}]},"70ce-161226":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Dropzone.css","moduleParts":{"budibase-client.js":"70ce-161227"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161228"}]},"70ce-161228":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Dropzone.svelte","moduleParts":{"budibase-client.js":"70ce-161229"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161198"},{"uid":"70ce-161200"},{"uid":"70ce-161202"},{"uid":"70ce-161971"},{"uid":"70ce-161204"},{"uid":"70ce-161132"},{"uid":"70ce-161208"},{"uid":"70ce-161222"},{"uid":"70ce-161224"},{"uid":"70ce-161226"}],"importedBy":[{"uid":"70ce-161976"},{"uid":"70ce-162009"}]},"70ce-161230":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/svelte-portal/src/Portal.svelte","moduleParts":{"budibase-client.js":"70ce-161231"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-162013"}]},"70ce-161232":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/button/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161233"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161236"}]},"70ce-161234":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Button/Button.css","moduleParts":{"budibase-client.js":"70ce-161235"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161236"}]},"70ce-161236":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Button/Button.svelte","moduleParts":{"budibase-client.js":"70ce-161237"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161232"},{"uid":"70ce-161128"},{"uid":"70ce-161234"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161977"},{"uid":"70ce-161316"},{"uid":"70ce-162002"}]},"70ce-161238":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Typography/Body.svelte","moduleParts":{"budibase-client.js":"70ce-161239"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161200"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161977"}]},"70ce-161240":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Typography/Heading.svelte","moduleParts":{"budibase-client.js":"70ce-161241"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161200"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161977"}]},"70ce-161242":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Drawer/Drawer.css","moduleParts":{"budibase-client.js":"70ce-161243"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161977"}]},"70ce-161244":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Drawer/DrawerContent.css","moduleParts":{"budibase-client.js":"70ce-161245"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161246"}]},"70ce-161246":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Drawer/DrawerContent.svelte","moduleParts":{"budibase-client.js":"70ce-161247"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161244"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161248":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ActionButton/ActionButton.css","moduleParts":{"budibase-client.js":"70ce-161249"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161250"}]},"70ce-161250":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ActionButton/ActionButton.svelte","moduleParts":{"budibase-client.js":"70ce-161251"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161154"},{"uid":"70ce-161971"},{"uid":"70ce-161248"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161394"}]},"70ce-161252":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/actiongroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161253"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161978"}]},"70ce-161254":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Popover/Popover.css","moduleParts":{"budibase-client.js":"70ce-161255"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161984"}]},"70ce-161256":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/buttongroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161257"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161980"}]},"70ce-161258":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/switch/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161259"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162014"}]},"70ce-161260":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Switch.css","moduleParts":{"budibase-client.js":"70ce-161261"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162014"}]},"70ce-161262":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/fieldgroup/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161263"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161268"},{"uid":"70ce-161274"}]},"70ce-161264":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/radio/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161265"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161268"}]},"70ce-161266":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/RadioGroup.css","moduleParts":{"budibase-client.js":"70ce-161267"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161268"}]},"70ce-161268":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/RadioGroup.svelte","moduleParts":{"budibase-client.js":"70ce-161269"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161262"},{"uid":"70ce-161264"},{"uid":"70ce-161971"},{"uid":"70ce-161266"}],"importedBy":[{"uid":"70ce-161982"},{"uid":"70ce-162009"}]},"70ce-161270":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/checkbox/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161271"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161274"},{"uid":"70ce-161366"}]},"70ce-161272":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Checkbox.css","moduleParts":{"budibase-client.js":"70ce-161273"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161274"}]},"70ce-161274":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Checkbox.svelte","moduleParts":{"budibase-client.js":"70ce-161275"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161270"},{"uid":"70ce-161262"},{"uid":"70ce-161971"},{"uid":"70ce-161272"}],"importedBy":[{"uid":"70ce-161276"},{"uid":"70ce-162009"}]},"70ce-161276":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Checkbox.svelte","moduleParts":{"budibase-client.js":"70ce-161277"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161274"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161394"}]},"70ce-161278":{"id":"/home/aptk/dev/budibase/packages/bbui/src/DetailSummary/DetailSummary.css","moduleParts":{"budibase-client.js":"70ce-161279"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161983"}]},"70ce-161280":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/progressbar/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161281"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161985"}]},"70ce-161282":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/progresscircle/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161283"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161284"}]},"70ce-161284":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ProgressCircle/ProgressCircle.svelte","moduleParts":{"budibase-client.js":"70ce-161285"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161282"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161286":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Label/Label.css","moduleParts":{"budibase-client.js":"70ce-161287"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161986"}]},"70ce-161288":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Layout/Layout.css","moduleParts":{"budibase-client.js":"70ce-161289"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161290"}]},"70ce-161290":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Layout/Layout.svelte","moduleParts":{"budibase-client.js":"70ce-161291"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161288"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161292":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Layout/Page.css","moduleParts":{"budibase-client.js":"70ce-161293"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161987"}]},"70ce-161294":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Menu/Item.css","moduleParts":{"budibase-client.js":"70ce-161295"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161991"}]},"70ce-161296":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/modal/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161297"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161304"}]},"70ce-161298":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/underlay/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161299"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161304"}]},"70ce-161300":{"id":"/home/aptk/dev/budibase/packages/bbui/src/context.js","moduleParts":{"budibase-client.js":"70ce-161301"},"imported":[],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161304"},{"uid":"70ce-161316"}]},"70ce-161302":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Modal/Modal.css","moduleParts":{"budibase-client.js":"70ce-161303"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161304"}]},"70ce-161304":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Modal/Modal.svelte","moduleParts":{"budibase-client.js":"70ce-161305"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161296"},{"uid":"70ce-161298"},{"uid":"70ce-161971"},{"uid":"70ce-161172"},{"uid":"70ce-162013"},{"uid":"70ce-161300"},{"uid":"70ce-161302"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161306":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/dialog/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161307"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161316"}]},"70ce-161308":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/divider/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161309"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161312"}]},"70ce-161310":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Divider/Divider.css","moduleParts":{"budibase-client.js":"70ce-161311"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161312"}]},"70ce-161312":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Divider/Divider.svelte","moduleParts":{"budibase-client.js":"70ce-161313"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161308"},{"uid":"70ce-161310"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161316"}]},"70ce-161314":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Modal/ModalContent.css","moduleParts":{"budibase-client.js":"70ce-161315"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161316"}]},"70ce-161316":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Modal/ModalContent.svelte","moduleParts":{"budibase-client.js":"70ce-161317"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161306"},{"uid":"70ce-161971"},{"uid":"70ce-161236"},{"uid":"70ce-161312"},{"uid":"70ce-161132"},{"uid":"70ce-161300"},{"uid":"70ce-161314"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161318":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/toast/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161319"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161992"}]},"70ce-161320":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Stores/notifications.js","moduleParts":{"budibase-client.js":"70ce-161321"},"imported":[{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161992"},{"uid":"70ce-161390"}]},"70ce-161322":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Notification/Notification.css","moduleParts":{"budibase-client.js":"70ce-161323"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161324"}]},"70ce-161324":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Notification/Notification.svelte","moduleParts":{"budibase-client.js":"70ce-161325"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161322"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161992"}]},"70ce-161326":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Notification/NotificationDisplay.css","moduleParts":{"budibase-client.js":"70ce-161327"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161992"}]},"70ce-161328":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/sidenav/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161329"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161993"}]},"70ce-161330":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/types/options.js","moduleParts":{"budibase-client.js":"70ce-161331"},"imported":[],"importedBy":[{"uid":"70ce-161344"},{"uid":"70ce-161340"}]},"70ce-161332":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/l10n/default.js","moduleParts":{"budibase-client.js":"70ce-161333"},"imported":[],"importedBy":[{"uid":"70ce-161344"},{"uid":"70ce-161340"}]},"70ce-161334":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/index.js","moduleParts":{"budibase-client.js":"70ce-161335"},"imported":[],"importedBy":[{"uid":"70ce-161344"},{"uid":"70ce-161338"}]},"70ce-161336":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/dom.js","moduleParts":{"budibase-client.js":"70ce-161337"},"imported":[],"importedBy":[{"uid":"70ce-161344"}]},"70ce-161338":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/formatting.js","moduleParts":{"budibase-client.js":"70ce-161339"},"imported":[{"uid":"70ce-161334"}],"importedBy":[{"uid":"70ce-161344"},{"uid":"70ce-161340"}]},"70ce-161340":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/dates.js","moduleParts":{"budibase-client.js":"70ce-161341"},"imported":[{"uid":"70ce-161338"},{"uid":"70ce-161330"},{"uid":"70ce-161332"}],"importedBy":[{"uid":"70ce-161344"}]},"70ce-161342":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/utils/polyfills.js","moduleParts":{"budibase-client.js":"70ce-161343"},"imported":[],"importedBy":[{"uid":"70ce-161344"}]},"70ce-161344":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/esm/index.js","moduleParts":{"budibase-client.js":"70ce-161345"},"imported":[{"uid":"70ce-161330"},{"uid":"70ce-161332"},{"uid":"70ce-161334"},{"uid":"70ce-161336"},{"uid":"70ce-161340"},{"uid":"70ce-161338"},{"uid":"70ce-161342"}],"importedBy":[{"uid":"70ce-161346"}]},"70ce-161346":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/svelte-flatpickr/src/Flatpickr.svelte","moduleParts":{"budibase-client.js":"70ce-161347"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161344"}],"importedBy":[{"uid":"70ce-161352"}]},"70ce-161348":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/flatpickr/dist/flatpickr.css","moduleParts":{"budibase-client.js":"70ce-161349"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161352"}]},"70ce-161350":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/DatePicker.css","moduleParts":{"budibase-client.js":"70ce-161351"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161352"}]},"70ce-161352":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/DatePicker.svelte","moduleParts":{"budibase-client.js":"70ce-161353"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161346"},{"uid":"70ce-161348"},{"uid":"70ce-161190"},{"uid":"70ce-161146"},{"uid":"70ce-161164"},{"uid":"70ce-161971"},{"uid":"70ce-161204"},{"uid":"70ce-161350"}],"importedBy":[{"uid":"70ce-161354"},{"uid":"70ce-162009"}]},"70ce-161354":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/DatePicker.svelte","moduleParts":{"budibase-client.js":"70ce-161355"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161352"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161356":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Multiselect.svelte","moduleParts":{"budibase-client.js":"70ce-161357"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161184"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161995"},{"uid":"70ce-162009"}]},"70ce-161358":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/table/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161359"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161398"}]},"70ce-161360":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/StringRenderer.css","moduleParts":{"budibase-client.js":"70ce-161361"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161362"}]},"70ce-161362":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/StringRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161363"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161360"}],"importedBy":[{"uid":"70ce-161392"}]},"70ce-161364":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/BooleanRenderer.css","moduleParts":{"budibase-client.js":"70ce-161365"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161366"}]},"70ce-161366":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/BooleanRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161367"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161270"},{"uid":"70ce-161364"}],"importedBy":[{"uid":"70ce-161392"}]},"70ce-161368":{"id":"\u0000commonjsHelpers.js","moduleParts":{"budibase-client.js":"70ce-161369"},"imported":[],"importedBy":[{"uid":"70ce-161794"},{"uid":"70ce-161660"},{"uid":"70ce-161662"},{"uid":"70ce-161370"},{"uid":"70ce-161424"},{"uid":"70ce-161426"},{"uid":"70ce-161430"},{"uid":"70ce-161436"},{"uid":"70ce-161438"},{"uid":"70ce-161440"},{"uid":"70ce-161442"},{"uid":"70ce-161444"},{"uid":"70ce-161446"},{"uid":"70ce-161448"},{"uid":"70ce-161432"},{"uid":"70ce-161458"},{"uid":"70ce-161434"},{"uid":"70ce-161454"},{"uid":"70ce-161534"},{"uid":"70ce-161452"},{"uid":"70ce-161536"},{"uid":"70ce-161686"}]},"70ce-161370":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/dayjs/dayjs.min.js","moduleParts":{"budibase-client.js":"70ce-161371"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161374"}]},"70ce-161372":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/DateTimeRenderer.css","moduleParts":{"budibase-client.js":"70ce-161373"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161374"}]},"70ce-161374":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/DateTimeRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161375"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161370"},{"uid":"70ce-161372"}],"importedBy":[{"uid":"70ce-161392"}]},"70ce-161376":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/label/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161377"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161386"},{"uid":"70ce-161380"},{"uid":"70ce-161388"}]},"70ce-161378":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/RelationshipRenderer.css","moduleParts":{"budibase-client.js":"70ce-161379"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161380"}]},"70ce-161380":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/RelationshipRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161381"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161376"},{"uid":"70ce-161971"},{"uid":"70ce-161378"}],"importedBy":[{"uid":"70ce-161392"}]},"70ce-161382":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/AttachmentRenderer.css","moduleParts":{"budibase-client.js":"70ce-161383"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161384"}]},"70ce-161384":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/AttachmentRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161385"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161128"},{"uid":"70ce-161208"},{"uid":"70ce-161382"}],"importedBy":[{"uid":"70ce-161392"}]},"70ce-161386":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Badge/Badge.svelte","moduleParts":{"budibase-client.js":"70ce-161387"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161376"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161388"}]},"70ce-161388":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/ArrayRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161389"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161376"},{"uid":"70ce-161386"}],"importedBy":[{"uid":"70ce-161392"}]},"70ce-161390":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/InternalRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161391"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161132"},{"uid":"70ce-161320"}],"importedBy":[{"uid":"70ce-161392"}]},"70ce-161392":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/CellRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161393"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161362"},{"uid":"70ce-161366"},{"uid":"70ce-161374"},{"uid":"70ce-161380"},{"uid":"70ce-161384"},{"uid":"70ce-161388"},{"uid":"70ce-161390"}],"importedBy":[{"uid":"70ce-161398"}]},"70ce-161394":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/SelectEditRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161395"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161276"},{"uid":"70ce-161250"}],"importedBy":[{"uid":"70ce-161398"}]},"70ce-161396":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/Table.css","moduleParts":{"budibase-client.js":"70ce-161397"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161398"}]},"70ce-161398":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/Table.svelte","moduleParts":{"budibase-client.js":"70ce-161399"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161358"},{"uid":"70ce-161392"},{"uid":"70ce-161394"},{"uid":"70ce-161204"},{"uid":"70ce-161396"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161400":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/tabs/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161401"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161996"}]},"70ce-161402":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tabs/Tabs.css","moduleParts":{"budibase-client.js":"70ce-161403"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161996"}]},"70ce-161404":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tabs/Tab.css","moduleParts":{"budibase-client.js":"70ce-161405"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161997"}]},"70ce-161406":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/treeview/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161407"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161998"}]},"70ce-161408":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/pagination/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161409"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161412"}]},"70ce-161410":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Pagination/Pagination.css","moduleParts":{"budibase-client.js":"70ce-161411"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161412"}]},"70ce-161412":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Pagination/Pagination.svelte","moduleParts":{"budibase-client.js":"70ce-161413"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161408"},{"uid":"70ce-161154"},{"uid":"70ce-161200"},{"uid":"70ce-161410"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161414":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/statuslight/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161415"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162001"}]},"70ce-161416":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ColorPicker/ColorPicker.css","moduleParts":{"budibase-client.js":"70ce-161417"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161418"}]},"70ce-161418":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ColorPicker/ColorPicker.svelte","moduleParts":{"budibase-client.js":"70ce-161419"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161166"},{"uid":"70ce-161174"},{"uid":"70ce-161172"},{"uid":"70ce-161132"},{"uid":"70ce-161152"},{"uid":"70ce-161204"},{"uid":"70ce-161416"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161420":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/inlinealert/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161421"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162002"}]},"70ce-161422":{"id":"/home/aptk/dev/budibase/packages/bbui/src/InlineAlert/InlineAlert.css","moduleParts":{"budibase-client.js":"70ce-161423"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162002"}]},"70ce-161424":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/lib/codemirror.js","moduleParts":{"budibase-client.js":"70ce-161425"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161426"},{"uid":"70ce-161428"},{"uid":"70ce-161430"},{"uid":"70ce-161436"},{"uid":"70ce-161438"},{"uid":"70ce-161440"},{"uid":"70ce-161442"},{"uid":"70ce-161444"},{"uid":"70ce-161446"},{"uid":"70ce-161448"},{"uid":"70ce-161432"},{"uid":"70ce-162028"},{"uid":"70ce-161434"}]},"70ce-161426":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/edit/continuelist.js","moduleParts":{"budibase-client.js":"70ce-161427"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162029"}]},"70ce-161428":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/easymde/src/js/codemirror/tablist.js","moduleParts":{"budibase-client.js":"70ce-161429"},"imported":[{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162030"}]},"70ce-161430":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/display/fullscreen.js","moduleParts":{"budibase-client.js":"70ce-161431"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162031"}]},"70ce-161432":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/xml/xml.js","moduleParts":{"budibase-client.js":"70ce-161433"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161436"},{"uid":"70ce-162039"}]},"70ce-161434":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/meta.js","moduleParts":{"budibase-client.js":"70ce-161435"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161436"},{"uid":"70ce-162044"}]},"70ce-161436":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/markdown/markdown.js","moduleParts":{"budibase-client.js":"70ce-161437"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-161432"},{"uid":"70ce-161434"},{"uid":"70ce-162028"},{"uid":"70ce-162039"},{"uid":"70ce-162044"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161448"},{"uid":"70ce-162032"}]},"70ce-161438":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/mode/overlay.js","moduleParts":{"budibase-client.js":"70ce-161439"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161448"},{"uid":"70ce-162033"}]},"70ce-161440":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/display/placeholder.js","moduleParts":{"budibase-client.js":"70ce-161441"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162034"}]},"70ce-161442":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/display/autorefresh.js","moduleParts":{"budibase-client.js":"70ce-161443"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162035"}]},"70ce-161444":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/selection/mark-selection.js","moduleParts":{"budibase-client.js":"70ce-161445"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162036"}]},"70ce-161446":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/search/searchcursor.js","moduleParts":{"budibase-client.js":"70ce-161447"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-162028"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162037"}]},"70ce-161448":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/gfm/gfm.js","moduleParts":{"budibase-client.js":"70ce-161449"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161424"},{"uid":"70ce-161436"},{"uid":"70ce-161438"},{"uid":"70ce-162028"},{"uid":"70ce-162032"},{"uid":"70ce-162033"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162038"}]},"70ce-161450":{"id":"\u0000polyfill-node.fs.js","moduleParts":{"budibase-client.js":"70ce-161451"},"imported":[],"importedBy":[{"uid":"70ce-161454"},{"uid":"70ce-161452"}]},"70ce-161452":{"id":"\u0000\u0000polyfill-node.fs.js?commonjs-proxy","moduleParts":{"budibase-client.js":"70ce-161453"},"imported":[{"uid":"70ce-161450"},{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161454"}]},"70ce-161454":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/typo-js/typo.js","moduleParts":{"budibase-client.js":"70ce-161455"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161450"},{"uid":"70ce-161452"}],"importedBy":[{"uid":"70ce-161456"},{"uid":"70ce-162045"}]},"70ce-161456":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror-spell-checker/src/js/spell-checker.js","moduleParts":{"budibase-client.js":"70ce-161457"},"imported":[{"uid":"70ce-161454"},{"uid":"70ce-162045"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162040"}]},"70ce-161458":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/marked/lib/marked.cjs","moduleParts":{"budibase-client.js":"70ce-161459"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-162041"}]},"70ce-161460":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/easymde/src/js/easymde.js","moduleParts":{"budibase-client.js":"70ce-161461"},"imported":[{"uid":"70ce-161424"},{"uid":"70ce-161426"},{"uid":"70ce-161428"},{"uid":"70ce-161430"},{"uid":"70ce-161436"},{"uid":"70ce-161438"},{"uid":"70ce-161440"},{"uid":"70ce-161442"},{"uid":"70ce-161444"},{"uid":"70ce-161446"},{"uid":"70ce-161448"},{"uid":"70ce-161432"},{"uid":"70ce-161456"},{"uid":"70ce-161458"},{"uid":"70ce-162028"},{"uid":"70ce-162029"},{"uid":"70ce-162030"},{"uid":"70ce-162031"},{"uid":"70ce-162032"},{"uid":"70ce-162033"},{"uid":"70ce-162034"},{"uid":"70ce-162035"},{"uid":"70ce-162036"},{"uid":"70ce-162037"},{"uid":"70ce-162038"},{"uid":"70ce-162039"},{"uid":"70ce-162040"},{"uid":"70ce-162041"}],"importedBy":[{"uid":"70ce-161466"}]},"70ce-161462":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/easymde/dist/easymde.min.css","moduleParts":{"budibase-client.js":"70ce-161463"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161466"}]},"70ce-161464":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Markdown/SpectrumMDE.css","moduleParts":{"budibase-client.js":"70ce-161465"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161466"}]},"70ce-161466":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Markdown/SpectrumMDE.svelte","moduleParts":{"budibase-client.js":"70ce-161467"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161460"},{"uid":"70ce-161462"},{"uid":"70ce-161971"},{"uid":"70ce-161464"}],"importedBy":[{"uid":"70ce-161468"},{"uid":"70ce-161472"}]},"70ce-161468":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Markdown/MarkdownEditor.svelte","moduleParts":{"budibase-client.js":"70ce-161469"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161466"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161476"}]},"70ce-161470":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Markdown/MarkdownViewer.css","moduleParts":{"budibase-client.js":"70ce-161471"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161472"}]},"70ce-161472":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Markdown/MarkdownViewer.svelte","moduleParts":{"budibase-client.js":"70ce-161473"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161466"},{"uid":"70ce-161470"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161474":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/RichTextField.css","moduleParts":{"budibase-client.js":"70ce-161475"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161476"}]},"70ce-161476":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/RichTextField.svelte","moduleParts":{"budibase-client.js":"70ce-161477"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161468"},{"uid":"70ce-161474"}],"importedBy":[{"uid":"70ce-162004"},{"uid":"70ce-162009"}]},"70ce-161478":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/BoldRenderer.css","moduleParts":{"budibase-client.js":"70ce-161479"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162005"}]},"70ce-161480":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Typography/Detail.css","moduleParts":{"budibase-client.js":"70ce-161481"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-162007"}]},"70ce-161482":{"id":"/home/aptk/dev/budibase/packages/frontend-core/assets/error.svg","moduleParts":{"budibase-client.js":"70ce-161483"},"imported":[],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161484":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/constants.js","moduleParts":{"budibase-client.js":"70ce-161485"},"imported":[],"importedBy":[{"uid":"70ce-161973"},{"uid":"70ce-161530"},{"uid":"70ce-161544"}]},"70ce-161486":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/analytics.js","moduleParts":{"budibase-client.js":"70ce-161487"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161488":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/app.js","moduleParts":{"budibase-client.js":"70ce-161489"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161490":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/attachments.js","moduleParts":{"budibase-client.js":"70ce-161491"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161492":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/auth.js","moduleParts":{"budibase-client.js":"70ce-161493"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161494":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/automations.js","moduleParts":{"budibase-client.js":"70ce-161495"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161496":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/configs.js","moduleParts":{"budibase-client.js":"70ce-161497"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161498":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/datasources.js","moduleParts":{"budibase-client.js":"70ce-161499"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161500":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/flags.js","moduleParts":{"budibase-client.js":"70ce-161501"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161502":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/hosting.js","moduleParts":{"budibase-client.js":"70ce-161503"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161504":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/layouts.js","moduleParts":{"budibase-client.js":"70ce-161505"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161506":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/other.js","moduleParts":{"budibase-client.js":"70ce-161507"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161508":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/permissions.js","moduleParts":{"budibase-client.js":"70ce-161509"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161510":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/queries.js","moduleParts":{"budibase-client.js":"70ce-161511"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161512":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/relationships.js","moduleParts":{"budibase-client.js":"70ce-161513"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161514":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/roles.js","moduleParts":{"budibase-client.js":"70ce-161515"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161516":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/routes.js","moduleParts":{"budibase-client.js":"70ce-161517"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161518":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/rows.js","moduleParts":{"budibase-client.js":"70ce-161519"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161520":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/screens.js","moduleParts":{"budibase-client.js":"70ce-161521"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161522":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/tables.js","moduleParts":{"budibase-client.js":"70ce-161523"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161524":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/templates.js","moduleParts":{"budibase-client.js":"70ce-161525"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161526":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/user.js","moduleParts":{"budibase-client.js":"70ce-161527"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161528":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/views.js","moduleParts":{"budibase-client.js":"70ce-161529"},"imported":[],"importedBy":[{"uid":"70ce-161530"}]},"70ce-161530":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/api/index.js","moduleParts":{"budibase-client.js":"70ce-161531"},"imported":[{"uid":"70ce-161484"},{"uid":"70ce-161486"},{"uid":"70ce-161488"},{"uid":"70ce-161490"},{"uid":"70ce-161492"},{"uid":"70ce-161494"},{"uid":"70ce-161496"},{"uid":"70ce-161498"},{"uid":"70ce-161500"},{"uid":"70ce-161502"},{"uid":"70ce-161504"},{"uid":"70ce-161506"},{"uid":"70ce-161508"},{"uid":"70ce-161510"},{"uid":"70ce-161512"},{"uid":"70ce-161514"},{"uid":"70ce-161516"},{"uid":"70ce-161518"},{"uid":"70ce-161520"},{"uid":"70ce-161522"},{"uid":"70ce-161524"},{"uid":"70ce-161526"},{"uid":"70ce-161528"}],"importedBy":[{"uid":"70ce-161973"}]},"70ce-161532":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/stores/localStorage.js","moduleParts":{"budibase-client.js":"70ce-161533"},"imported":[{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161973"}]},"70ce-161534":{"id":"/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/lodash.min.js","moduleParts":{"budibase-client.js":"70ce-161535"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161542"},{"uid":"70ce-162046"}]},"70ce-161536":{"id":"/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/fp/_mapping.js","moduleParts":{"budibase-client.js":"70ce-161537"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161540"},{"uid":"70ce-162049"}]},"70ce-161538":{"id":"/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/fp/placeholder.js","moduleParts":{"budibase-client.js":"70ce-161539"},"imported":[],"importedBy":[{"uid":"70ce-161540"},{"uid":"70ce-162050"}]},"70ce-161540":{"id":"/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/fp/_baseConvert.js","moduleParts":{"budibase-client.js":"70ce-161541"},"imported":[{"uid":"70ce-161536"},{"uid":"70ce-161538"},{"uid":"70ce-162049"},{"uid":"70ce-162050"}],"importedBy":[{"uid":"70ce-161542"},{"uid":"70ce-162047"}]},"70ce-161542":{"id":"/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/fp.js","moduleParts":{"budibase-client.js":"70ce-161543"},"imported":[{"uid":"70ce-161534"},{"uid":"70ce-161540"},{"uid":"70ce-162046"},{"uid":"70ce-162047"}],"importedBy":[{"uid":"70ce-161546"}]},"70ce-161544":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/utils/lucene.js","moduleParts":{"budibase-client.js":"70ce-161545"},"imported":[{"uid":"70ce-161972"},{"uid":"70ce-161484"}],"importedBy":[{"uid":"70ce-161973"},{"uid":"70ce-161546"}]},"70ce-161546":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/DataFetch.js","moduleParts":{"budibase-client.js":"70ce-161547"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161542"},{"uid":"70ce-161544"}],"importedBy":[{"uid":"70ce-161548"},{"uid":"70ce-161550"},{"uid":"70ce-161552"},{"uid":"70ce-161554"},{"uid":"70ce-161556"},{"uid":"70ce-161558"}]},"70ce-161548":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/TableFetch.js","moduleParts":{"budibase-client.js":"70ce-161549"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161546"}],"importedBy":[{"uid":"70ce-161564"},{"uid":"70ce-161900"}]},"70ce-161550":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/ViewFetch.js","moduleParts":{"budibase-client.js":"70ce-161551"},"imported":[{"uid":"70ce-161546"}],"importedBy":[{"uid":"70ce-161564"},{"uid":"70ce-161900"}]},"70ce-161552":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/QueryFetch.js","moduleParts":{"budibase-client.js":"70ce-161553"},"imported":[{"uid":"70ce-161546"},{"uid":"70ce-161972"},{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161564"},{"uid":"70ce-161900"}]},"70ce-161554":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/RelationshipFetch.js","moduleParts":{"budibase-client.js":"70ce-161555"},"imported":[{"uid":"70ce-161546"}],"importedBy":[{"uid":"70ce-161564"},{"uid":"70ce-161900"}]},"70ce-161556":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/NestedProviderFetch.js","moduleParts":{"budibase-client.js":"70ce-161557"},"imported":[{"uid":"70ce-161546"}],"importedBy":[{"uid":"70ce-161564"},{"uid":"70ce-161900"}]},"70ce-161558":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/FieldFetch.js","moduleParts":{"budibase-client.js":"70ce-161559"},"imported":[{"uid":"70ce-161546"}],"importedBy":[{"uid":"70ce-161564"},{"uid":"70ce-161900"},{"uid":"70ce-161562"}]},"70ce-161560":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/utils/json.js","moduleParts":{"budibase-client.js":"70ce-161561"},"imported":[],"importedBy":[{"uid":"70ce-161973"},{"uid":"70ce-161562"}]},"70ce-161562":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/JSONArrayFetch.js","moduleParts":{"budibase-client.js":"70ce-161563"},"imported":[{"uid":"70ce-161558"},{"uid":"70ce-161560"}],"importedBy":[{"uid":"70ce-161564"},{"uid":"70ce-161900"}]},"70ce-161564":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/fetch/fetchData.js","moduleParts":{"budibase-client.js":"70ce-161565"},"imported":[{"uid":"70ce-161548"},{"uid":"70ce-161550"},{"uid":"70ce-161552"},{"uid":"70ce-161554"},{"uid":"70ce-161556"},{"uid":"70ce-161558"},{"uid":"70ce-161562"}],"importedBy":[{"uid":"70ce-161973"}]},"70ce-161566":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/utils/cookies.js","moduleParts":{"budibase-client.js":"70ce-161567"},"imported":[],"importedBy":[{"uid":"70ce-161973"}]},"70ce-161568":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-global.css","moduleParts":{"budibase-client.js":"70ce-161569"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161570":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-medium.css","moduleParts":{"budibase-client.js":"70ce-161571"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161572":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-large.css","moduleParts":{"budibase-client.js":"70ce-161573"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161574":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-lightest.css","moduleParts":{"budibase-client.js":"70ce-161575"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161576":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-light.css","moduleParts":{"budibase-client.js":"70ce-161577"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161578":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-dark.css","moduleParts":{"budibase-client.js":"70ce-161579"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161580":{"id":"/node_modules/@spectrum-css/vars/dist/spectrum-darkest.css","moduleParts":{"budibase-client.js":"70ce-161581"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161582":{"id":"/node_modules/@spectrum-css/page/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161583"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161584":{"id":"/src/components/app/Placeholder.css","moduleParts":{"budibase-client.js":"70ce-161585"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161586"}]},"70ce-161586":{"id":"/src/components/app/Placeholder.svelte","moduleParts":{"budibase-client.js":"70ce-161587"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161584"}],"importedBy":[{"uid":"70ce-161892"},{"uid":"70ce-161834"},{"uid":"70ce-161594"},{"uid":"70ce-161598"},{"uid":"70ce-161616"},{"uid":"70ce-161646"},{"uid":"70ce-161650"},{"uid":"70ce-161654"},{"uid":"70ce-161658"},{"uid":"70ce-161682"},{"uid":"70ce-161760"},{"uid":"70ce-161810"},{"uid":"70ce-161692"},{"uid":"70ce-161736"}]},"70ce-161588":{"id":"/src/components/app/Container.css","moduleParts":{"budibase-client.js":"70ce-161589"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161590"}]},"70ce-161590":{"id":"/src/components/app/Container.svelte","moduleParts":{"budibase-client.js":"70ce-161591"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161588"}],"importedBy":[{"uid":"70ce-161834"},{"uid":"70ce-161616"}]},"70ce-161592":{"id":"/src/components/app/Section.css","moduleParts":{"budibase-client.js":"70ce-161593"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161594"}]},"70ce-161594":{"id":"/src/components/app/Section.svelte","moduleParts":{"budibase-client.js":"70ce-161595"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161586"},{"uid":"70ce-161592"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161596":{"id":"/src/components/app/DataProvider.css","moduleParts":{"budibase-client.js":"70ce-161597"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161598"}]},"70ce-161598":{"id":"/src/components/app/DataProvider.svelte","moduleParts":{"budibase-client.js":"70ce-161599"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161972"},{"uid":"70ce-161586"},{"uid":"70ce-161973"},{"uid":"70ce-161596"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161600":{"id":"/node_modules/@spectrum-css/divider/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161601"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161602"}]},"70ce-161602":{"id":"/src/components/app/Divider.svelte","moduleParts":{"budibase-client.js":"70ce-161603"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161600"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161604":{"id":"/src/components/app/ScreenSlot.css","moduleParts":{"budibase-client.js":"70ce-161605"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161606"}]},"70ce-161606":{"id":"/src/components/app/ScreenSlot.svelte","moduleParts":{"budibase-client.js":"70ce-161607"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161604"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161608":{"id":"/node_modules/@spectrum-css/button/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161609"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161612"}]},"70ce-161610":{"id":"/src/components/app/Button.css","moduleParts":{"budibase-client.js":"70ce-161611"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161612"}]},"70ce-161612":{"id":"/src/components/app/Button.svelte","moduleParts":{"budibase-client.js":"70ce-161613"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161608"},{"uid":"70ce-161610"}],"importedBy":[{"uid":"70ce-161834"},{"uid":"70ce-161816"}]},"70ce-161614":{"id":"/src/components/app/Repeater.css","moduleParts":{"budibase-client.js":"70ce-161615"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161616"}]},"70ce-161616":{"id":"/src/components/app/Repeater.svelte","moduleParts":{"budibase-client.js":"70ce-161617"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161586"},{"uid":"70ce-161590"},{"uid":"70ce-161614"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161618":{"id":"/src/components/app/Text.css","moduleParts":{"budibase-client.js":"70ce-161619"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161620"}]},"70ce-161620":{"id":"/src/components/app/Text.svelte","moduleParts":{"budibase-client.js":"70ce-161621"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161618"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161622":{"id":"/src/constants.js","moduleParts":{"budibase-client.js":"70ce-161623"},"imported":[],"importedBy":[{"uid":"70ce-161902"},{"uid":"70ce-161914"},{"uid":"70ce-161862"},{"uid":"70ce-161874"},{"uid":"70ce-161632"},{"uid":"70ce-161884"},{"uid":"70ce-161838"},{"uid":"70ce-161756"},{"uid":"70ce-161774"},{"uid":"70ce-161722"}]},"70ce-161624":{"id":"/node_modules/svelte-spa-router/node_modules/regexparam/dist/index.mjs","moduleParts":{"budibase-client.js":"70ce-161625"},"imported":[],"importedBy":[{"uid":"70ce-161626"},{"uid":"70ce-161628"}]},"70ce-161626":{"id":"/node_modules/svelte-spa-router/Router.svelte","moduleParts":{"budibase-client.js":"70ce-161627"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-162022"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161624"}],"importedBy":[{"uid":"70ce-161856"},{"uid":"70ce-161880"},{"uid":"70ce-161896"},{"uid":"70ce-161628"}]},"70ce-161628":{"id":"/node_modules/svelte-spa-router/active.js","moduleParts":{"budibase-client.js":"70ce-161629"},"imported":[{"uid":"70ce-161624"},{"uid":"70ce-161626"}],"importedBy":[{"uid":"70ce-161632"}]},"70ce-161630":{"id":"/src/components/app/Layout.css","moduleParts":{"budibase-client.js":"70ce-161631"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161632"}]},"70ce-161632":{"id":"/src/components/app/Layout.svelte","moduleParts":{"budibase-client.js":"70ce-161633"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161972"},{"uid":"70ce-161622"},{"uid":"70ce-161628"},{"uid":"70ce-161630"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161634":{"id":"/src/components/app/Link.css","moduleParts":{"budibase-client.js":"70ce-161635"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161636"}]},"70ce-161636":{"id":"/src/components/app/Link.svelte","moduleParts":{"budibase-client.js":"70ce-161637"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161634"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161638":{"id":"/node_modules/@spectrum-css/typography/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161639"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161642"}]},"70ce-161640":{"id":"/src/components/app/Heading.css","moduleParts":{"budibase-client.js":"70ce-161641"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161642"}]},"70ce-161642":{"id":"/src/components/app/Heading.svelte","moduleParts":{"budibase-client.js":"70ce-161643"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161638"},{"uid":"70ce-161640"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161644":{"id":"/src/components/app/Image.css","moduleParts":{"budibase-client.js":"70ce-161645"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161646"}]},"70ce-161646":{"id":"/src/components/app/Image.svelte","moduleParts":{"budibase-client.js":"70ce-161647"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161586"},{"uid":"70ce-161644"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161648":{"id":"/src/components/app/Embed.css","moduleParts":{"budibase-client.js":"70ce-161649"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161650"}]},"70ce-161650":{"id":"/src/components/app/Embed.svelte","moduleParts":{"budibase-client.js":"70ce-161651"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161586"},{"uid":"70ce-161648"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161652":{"id":"/src/components/app/Icon.css","moduleParts":{"budibase-client.js":"70ce-161653"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161654"}]},"70ce-161654":{"id":"/src/components/app/Icon.svelte","moduleParts":{"budibase-client.js":"70ce-161655"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161586"},{"uid":"70ce-161652"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161656":{"id":"/src/components/app/BackgroundImage.css","moduleParts":{"budibase-client.js":"70ce-161657"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161658"}]},"70ce-161658":{"id":"/src/components/app/BackgroundImage.svelte","moduleParts":{"budibase-client.js":"70ce-161659"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161586"},{"uid":"70ce-161656"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161660":{"id":"/node_modules/dayjs/dayjs.min.js","moduleParts":{"budibase-client.js":"70ce-161661"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161664"}]},"70ce-161662":{"id":"/node_modules/dayjs/plugin/utc.js","moduleParts":{"budibase-client.js":"70ce-161663"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161664"}]},"70ce-161664":{"id":"/src/components/app/DateRangePicker.svelte","moduleParts":{"budibase-client.js":"70ce-161665"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161971"},{"uid":"70ce-161660"},{"uid":"70ce-161662"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161666":{"id":"/src/components/app/CardStat.css","moduleParts":{"budibase-client.js":"70ce-161667"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161668"}]},"70ce-161668":{"id":"/src/components/app/CardStat.svelte","moduleParts":{"budibase-client.js":"70ce-161669"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161666"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161670":{"id":"/node_modules/@spectrum-css/card/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161671"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161674"}]},"70ce-161672":{"id":"/src/components/app/SpectrumCard.css","moduleParts":{"budibase-client.js":"70ce-161673"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161674"}]},"70ce-161674":{"id":"/src/components/app/SpectrumCard.svelte","moduleParts":{"budibase-client.js":"70ce-161675"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161670"},{"uid":"70ce-161971"},{"uid":"70ce-161972"},{"uid":"70ce-161672"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161676":{"id":"/node_modules/@spectrum-css/tag/dist/index-vars.css","moduleParts":{"budibase-client.js":"70ce-161677"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161680"}]},"70ce-161678":{"id":"/src/components/app/Tag.css","moduleParts":{"budibase-client.js":"70ce-161679"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161680"}]},"70ce-161680":{"id":"/src/components/app/Tag.svelte","moduleParts":{"budibase-client.js":"70ce-161681"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161676"},{"uid":"70ce-161972"},{"uid":"70ce-161971"},{"uid":"70ce-161678"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161682":{"id":"/src/components/app/MarkdownViewer.svelte","moduleParts":{"budibase-client.js":"70ce-161683"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161971"},{"uid":"70ce-161586"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161684":{"id":"/src/components/app/charts/ApexOptionsBuilder.js","moduleParts":{"budibase-client.js":"70ce-161685"},"imported":[],"importedBy":[{"uid":"70ce-161694"},{"uid":"70ce-161696"},{"uid":"70ce-161698"},{"uid":"70ce-161704"}]},"70ce-161686":{"id":"/node_modules/apexcharts/dist/apexcharts.common.js","moduleParts":{"budibase-client.js":"70ce-161687"},"imported":[{"uid":"70ce-161368"}],"importedBy":[{"uid":"70ce-161688"}]},"70ce-161688":{"id":"/node_modules/svelte-apexcharts/src/index.js","moduleParts":{"budibase-client.js":"70ce-161689"},"imported":[{"uid":"70ce-161686"}],"importedBy":[{"uid":"70ce-161692"}]},"70ce-161690":{"id":"/src/components/app/charts/ApexChart.css","moduleParts":{"budibase-client.js":"70ce-161691"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161692"}]},"70ce-161692":{"id":"/src/components/app/charts/ApexChart.svelte","moduleParts":{"budibase-client.js":"70ce-161693"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161688"},{"uid":"70ce-161586"},{"uid":"70ce-161690"}],"importedBy":[{"uid":"70ce-161694"},{"uid":"70ce-161696"},{"uid":"70ce-161698"},{"uid":"70ce-161704"}]},"70ce-161694":{"id":"/src/components/app/charts/BarChart.svelte","moduleParts":{"budibase-client.js":"70ce-161695"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161684"},{"uid":"70ce-161692"}],"importedBy":[{"uid":"70ce-162016"}]},"70ce-161696":{"id":"/src/components/app/charts/LineChart.svelte","moduleParts":{"budibase-client.js":"70ce-161697"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161684"},{"uid":"70ce-161692"}],"importedBy":[{"uid":"70ce-162016"},{"uid":"70ce-161702"}]},"70ce-161698":{"id":"/src/components/app/charts/PieChart.svelte","moduleParts":{"budibase-client.js":"70ce-161699"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161684"},{"uid":"70ce-161692"}],"importedBy":[{"uid":"70ce-162016"},{"uid":"70ce-161700"}]},"70ce-161700":{"id":"/src/components/app/charts/DonutChart.svelte","moduleParts":{"budibase-client.js":"70ce-161701"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161698"}],"importedBy":[{"uid":"70ce-162016"}]},"70ce-161702":{"id":"/src/components/app/charts/AreaChart.svelte","moduleParts":{"budibase-client.js":"70ce-161703"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161696"}],"importedBy":[{"uid":"70ce-162016"}]},"70ce-161704":{"id":"/src/components/app/charts/CandleStickChart.svelte","moduleParts":{"budibase-client.js":"70ce-161705"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161684"},{"uid":"70ce-161692"}],"importedBy":[{"uid":"70ce-162016"}]},"70ce-161706":{"id":"/node_modules/flatpickr/dist/esm/types/options.js","moduleParts":{"budibase-client.js":"70ce-161707"},"imported":[],"importedBy":[{"uid":"70ce-161720"},{"uid":"70ce-161716"}]},"70ce-161708":{"id":"/node_modules/flatpickr/dist/esm/l10n/default.js","moduleParts":{"budibase-client.js":"70ce-161709"},"imported":[],"importedBy":[{"uid":"70ce-161720"},{"uid":"70ce-161716"}]},"70ce-161710":{"id":"/node_modules/flatpickr/dist/esm/utils/index.js","moduleParts":{"budibase-client.js":"70ce-161711"},"imported":[],"importedBy":[{"uid":"70ce-161720"},{"uid":"70ce-161714"}]},"70ce-161712":{"id":"/node_modules/flatpickr/dist/esm/utils/dom.js","moduleParts":{"budibase-client.js":"70ce-161713"},"imported":[],"importedBy":[{"uid":"70ce-161720"}]},"70ce-161714":{"id":"/node_modules/flatpickr/dist/esm/utils/formatting.js","moduleParts":{"budibase-client.js":"70ce-161715"},"imported":[{"uid":"70ce-161710"}],"importedBy":[{"uid":"70ce-161720"},{"uid":"70ce-161716"}]},"70ce-161716":{"id":"/node_modules/flatpickr/dist/esm/utils/dates.js","moduleParts":{"budibase-client.js":"70ce-161717"},"imported":[{"uid":"70ce-161714"},{"uid":"70ce-161706"},{"uid":"70ce-161708"}],"importedBy":[{"uid":"70ce-161720"}]},"70ce-161718":{"id":"/node_modules/flatpickr/dist/esm/utils/polyfills.js","moduleParts":{"budibase-client.js":"70ce-161719"},"imported":[],"importedBy":[{"uid":"70ce-161720"}]},"70ce-161720":{"id":"/node_modules/flatpickr/dist/esm/index.js","moduleParts":{"budibase-client.js":"70ce-161721"},"imported":[{"uid":"70ce-161706"},{"uid":"70ce-161708"},{"uid":"70ce-161710"},{"uid":"70ce-161712"},{"uid":"70ce-161716"},{"uid":"70ce-161714"},{"uid":"70ce-161718"}],"importedBy":[{"uid":"70ce-161722"}]},"70ce-161722":{"id":"/src/components/app/forms/validation.js","moduleParts":{"budibase-client.js":"70ce-161723"},"imported":[{"uid":"70ce-161720"},{"uid":"70ce-161622"}],"importedBy":[{"uid":"70ce-161724"}]},"70ce-161724":{"id":"/src/components/app/forms/InnerForm.svelte","moduleParts":{"budibase-client.js":"70ce-161725"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161722"},{"uid":"70ce-161972"}],"importedBy":[{"uid":"70ce-161726"}]},"70ce-161726":{"id":"/src/components/app/forms/Form.svelte","moduleParts":{"budibase-client.js":"70ce-161727"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161724"},{"uid":"70ce-161972"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161728":{"id":"/src/components/app/forms/FieldGroup.css","moduleParts":{"budibase-client.js":"70ce-161729"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161730"}]},"70ce-161730":{"id":"/src/components/app/forms/FieldGroup.svelte","moduleParts":{"budibase-client.js":"70ce-161731"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161728"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161732":{"id":"/src/components/app/forms/FieldGroupFallback.svelte","moduleParts":{"budibase-client.js":"70ce-161733"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161736"}]},"70ce-161734":{"id":"/src/components/app/forms/Field.css","moduleParts":{"budibase-client.js":"70ce-161735"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161736"}]},"70ce-161736":{"id":"/src/components/app/forms/Field.svelte","moduleParts":{"budibase-client.js":"70ce-161737"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161586"},{"uid":"70ce-161732"},{"uid":"70ce-161971"},{"uid":"70ce-161734"}],"importedBy":[{"uid":"70ce-161738"},{"uid":"70ce-161744"},{"uid":"70ce-161746"},{"uid":"70ce-161748"},{"uid":"70ce-161750"},{"uid":"70ce-161752"},{"uid":"70ce-161754"},{"uid":"70ce-161756"},{"uid":"70ce-161764"},{"uid":"70ce-161768"}]},"70ce-161738":{"id":"/src/components/app/forms/StringField.svelte","moduleParts":{"budibase-client.js":"70ce-161739"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161736"}],"importedBy":[{"uid":"70ce-162017"},{"uid":"70ce-161740"},{"uid":"70ce-161758"}]},"70ce-161740":{"id":"/src/components/app/forms/NumberField.svelte","moduleParts":{"budibase-client.js":"70ce-161741"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161738"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161742":{"id":"/src/components/app/forms/optionsParser.js","moduleParts":{"budibase-client.js":"70ce-161743"},"imported":[],"importedBy":[{"uid":"70ce-161744"},{"uid":"70ce-161746"}]},"70ce-161744":{"id":"/src/components/app/forms/OptionsField.svelte","moduleParts":{"budibase-client.js":"70ce-161745"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161736"},{"uid":"70ce-161742"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161746":{"id":"/src/components/app/forms/MultiFieldSelect.svelte","moduleParts":{"budibase-client.js":"70ce-161747"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161736"},{"uid":"70ce-161742"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161748":{"id":"/src/components/app/forms/BooleanField.svelte","moduleParts":{"budibase-client.js":"70ce-161749"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161736"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161750":{"id":"/src/components/app/forms/LongFormField.svelte","moduleParts":{"budibase-client.js":"70ce-161751"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161972"},{"uid":"70ce-161736"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161752":{"id":"/src/components/app/forms/DateTimeField.svelte","moduleParts":{"budibase-client.js":"70ce-161753"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161736"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161754":{"id":"/src/components/app/forms/AttachmentField.svelte","moduleParts":{"budibase-client.js":"70ce-161755"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161736"},{"uid":"70ce-161972"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161756":{"id":"/src/components/app/forms/RelationshipField.svelte","moduleParts":{"budibase-client.js":"70ce-161757"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161971"},{"uid":"70ce-161736"},{"uid":"70ce-161622"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161758":{"id":"/src/components/app/forms/PasswordField.svelte","moduleParts":{"budibase-client.js":"70ce-161759"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161738"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161760":{"id":"/src/components/app/forms/FormStep.svelte","moduleParts":{"budibase-client.js":"70ce-161761"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161586"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161762":{"id":"/src/components/app/forms/JSONField.css","moduleParts":{"budibase-client.js":"70ce-161763"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161764"}]},"70ce-161764":{"id":"/src/components/app/forms/JSONField.svelte","moduleParts":{"budibase-client.js":"70ce-161765"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161736"},{"uid":"70ce-161971"},{"uid":"70ce-161762"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161766":{"id":"/src/components/app/forms/S3Upload.css","moduleParts":{"budibase-client.js":"70ce-161767"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161768"}]},"70ce-161768":{"id":"/src/components/app/forms/S3Upload.svelte","moduleParts":{"budibase-client.js":"70ce-161769"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161736"},{"uid":"70ce-161972"},{"uid":"70ce-161971"},{"uid":"70ce-161766"}],"importedBy":[{"uid":"70ce-162017"}]},"70ce-161770":{"id":"/src/components/app/table/SlotRenderer.svelte","moduleParts":{"budibase-client.js":"70ce-161771"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161774"}]},"70ce-161772":{"id":"/src/components/app/table/Table.css","moduleParts":{"budibase-client.js":"70ce-161773"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161774"}]},"70ce-161774":{"id":"/src/components/app/table/Table.svelte","moduleParts":{"budibase-client.js":"70ce-161775"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161972"},{"uid":"70ce-161770"},{"uid":"70ce-161622"},{"uid":"70ce-161772"}],"importedBy":[{"uid":"70ce-162018"}]},"70ce-161776":{"id":"/src/components/Block.svelte","moduleParts":{"budibase-client.js":"70ce-161777"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161804"},{"uid":"70ce-161808"},{"uid":"70ce-161810"}]},"70ce-161778":{"id":"/node_modules/shortid/lib/random/random-from-seed.js","moduleParts":{"budibase-client.js":"70ce-161779"},"imported":[],"importedBy":[{"uid":"70ce-161780"},{"uid":"70ce-162042"}]},"70ce-161780":{"id":"/node_modules/shortid/lib/alphabet.js","moduleParts":{"budibase-client.js":"70ce-161781"},"imported":[{"uid":"70ce-161778"},{"uid":"70ce-162042"}],"importedBy":[{"uid":"70ce-161794"},{"uid":"70ce-161790"},{"uid":"70ce-161792"},{"uid":"70ce-162024"},{"uid":"70ce-161788"}]},"70ce-161782":{"id":"/node_modules/shortid/lib/random/random-byte-browser.js","moduleParts":{"budibase-client.js":"70ce-161783"},"imported":[],"importedBy":[{"uid":"70ce-161788"},{"uid":"70ce-162048"}]},"70ce-161784":{"id":"/node_modules/shortid/node_modules/nanoid/format.browser.js","moduleParts":{"budibase-client.js":"70ce-161785"},"imported":[],"importedBy":[{"uid":"70ce-161788"},{"uid":"70ce-161786"}]},"70ce-161786":{"id":"\u0000/node_modules/shortid/node_modules/nanoid/format.browser.js?commonjs-proxy","moduleParts":{"budibase-client.js":"70ce-161787"},"imported":[{"uid":"70ce-161784"}],"importedBy":[{"uid":"70ce-161788"}]},"70ce-161788":{"id":"/node_modules/shortid/lib/generate.js","moduleParts":{"budibase-client.js":"70ce-161789"},"imported":[{"uid":"70ce-161780"},{"uid":"70ce-161782"},{"uid":"70ce-161784"},{"uid":"70ce-162024"},{"uid":"70ce-162048"},{"uid":"70ce-161786"}],"importedBy":[{"uid":"70ce-161790"},{"uid":"70ce-162043"}]},"70ce-161790":{"id":"/node_modules/shortid/lib/build.js","moduleParts":{"budibase-client.js":"70ce-161791"},"imported":[{"uid":"70ce-161788"},{"uid":"70ce-161780"},{"uid":"70ce-162043"},{"uid":"70ce-162024"}],"importedBy":[{"uid":"70ce-161794"},{"uid":"70ce-162025"}]},"70ce-161792":{"id":"/node_modules/shortid/lib/is-valid.js","moduleParts":{"budibase-client.js":"70ce-161793"},"imported":[{"uid":"70ce-161780"},{"uid":"70ce-162024"}],"importedBy":[{"uid":"70ce-161794"},{"uid":"70ce-162026"}]},"70ce-161794":{"id":"/node_modules/shortid/lib/index.js","moduleParts":{"budibase-client.js":"70ce-161795"},"imported":[{"uid":"70ce-161368"},{"uid":"70ce-161780"},{"uid":"70ce-161790"},{"uid":"70ce-161792"},{"uid":"70ce-162023"},{"uid":"70ce-162024"},{"uid":"70ce-162025"},{"uid":"70ce-162026"},{"uid":"70ce-162027"}],"importedBy":[{"uid":"70ce-161796"},{"uid":"70ce-162021"}]},"70ce-161796":{"id":"/node_modules/shortid/index.js","moduleParts":{"budibase-client.js":"70ce-161797"},"imported":[{"uid":"70ce-161794"},{"uid":"70ce-162021"}],"importedBy":[{"uid":"70ce-161858"},{"uid":"70ce-161874"},{"uid":"70ce-161798"},{"uid":"70ce-161814"}]},"70ce-161798":{"id":"/src/components/BlockComponent.svelte","moduleParts":{"budibase-client.js":"70ce-161799"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161796"},{"uid":"70ce-161892"}],"importedBy":[{"uid":"70ce-161804"},{"uid":"70ce-161808"},{"uid":"70ce-161810"}]},"70ce-161800":{"id":"/home/aptk/dev/budibase/packages/string-templates/dist/bundle.mjs","moduleParts":{"budibase-client.js":"70ce-161801"},"imported":[],"importedBy":[{"uid":"70ce-161886"},{"uid":"70ce-161882"},{"uid":"70ce-161804"},{"uid":"70ce-161808"},{"uid":"70ce-161810"}]},"70ce-161802":{"id":"/src/components/app/blocks/TableBlock.css","moduleParts":{"budibase-client.js":"70ce-161803"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161804"}]},"70ce-161804":{"id":"/src/components/app/blocks/TableBlock.svelte","moduleParts":{"budibase-client.js":"70ce-161805"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161776"},{"uid":"70ce-161798"},{"uid":"70ce-161972"},{"uid":"70ce-161800"},{"uid":"70ce-161802"}],"importedBy":[{"uid":"70ce-162019"}]},"70ce-161806":{"id":"/src/components/app/blocks/CardsBlock.css","moduleParts":{"budibase-client.js":"70ce-161807"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161808"}]},"70ce-161808":{"id":"/src/components/app/blocks/CardsBlock.svelte","moduleParts":{"budibase-client.js":"70ce-161809"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161776"},{"uid":"70ce-161798"},{"uid":"70ce-161972"},{"uid":"70ce-161800"},{"uid":"70ce-161806"}],"importedBy":[{"uid":"70ce-162019"}]},"70ce-161810":{"id":"/src/components/app/blocks/RepeaterBlock.svelte","moduleParts":{"budibase-client.js":"70ce-161811"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161798"},{"uid":"70ce-161776"},{"uid":"70ce-161586"},{"uid":"70ce-161971"},{"uid":"70ce-161800"}],"importedBy":[{"uid":"70ce-162019"}]},"70ce-161812":{"id":"/src/components/app/dynamic-filter/FilterModal.css","moduleParts":{"budibase-client.js":"70ce-161813"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161814"}]},"70ce-161814":{"id":"/src/components/app/dynamic-filter/FilterModal.svelte","moduleParts":{"budibase-client.js":"70ce-161815"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161796"},{"uid":"70ce-161973"},{"uid":"70ce-161812"}],"importedBy":[{"uid":"70ce-161816"}]},"70ce-161816":{"id":"/src/components/app/dynamic-filter/DynamicFilter.svelte","moduleParts":{"budibase-client.js":"70ce-161817"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161116"},{"uid":"70ce-161971"},{"uid":"70ce-161972"},{"uid":"70ce-161814"},{"uid":"70ce-161973"},{"uid":"70ce-161612"}],"importedBy":[{"uid":"70ce-162020"}]},"70ce-161818":{"id":"/src/components/app/deprecated/Navigation.css","moduleParts":{"budibase-client.js":"70ce-161819"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161820"}]},"70ce-161820":{"id":"/src/components/app/deprecated/Navigation.svelte","moduleParts":{"budibase-client.js":"70ce-161821"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161818"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161822":{"id":"/src/components/app/deprecated/CardHorizontal.css","moduleParts":{"budibase-client.js":"70ce-161823"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161824"}]},"70ce-161824":{"id":"/src/components/app/deprecated/CardHorizontal.svelte","moduleParts":{"budibase-client.js":"70ce-161825"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161822"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161826":{"id":"/src/components/app/deprecated/StackedList.css","moduleParts":{"budibase-client.js":"70ce-161827"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161828"}]},"70ce-161828":{"id":"/src/components/app/deprecated/StackedList.svelte","moduleParts":{"budibase-client.js":"70ce-161829"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161826"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161830":{"id":"/src/components/app/deprecated/Card.css","moduleParts":{"budibase-client.js":"70ce-161831"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161832"}]},"70ce-161832":{"id":"/src/components/app/deprecated/Card.svelte","moduleParts":{"budibase-client.js":"70ce-161833"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161830"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-161834":{"id":"/src/components/app/index.js","moduleParts":{"budibase-client.js":"70ce-161835"},"imported":[{"uid":"70ce-161568"},{"uid":"70ce-161570"},{"uid":"70ce-161572"},{"uid":"70ce-161574"},{"uid":"70ce-161576"},{"uid":"70ce-161578"},{"uid":"70ce-161580"},{"uid":"70ce-161582"},{"uid":"70ce-161586"},{"uid":"70ce-161590"},{"uid":"70ce-161594"},{"uid":"70ce-161598"},{"uid":"70ce-161602"},{"uid":"70ce-161606"},{"uid":"70ce-161612"},{"uid":"70ce-161616"},{"uid":"70ce-161620"},{"uid":"70ce-161632"},{"uid":"70ce-161636"},{"uid":"70ce-161642"},{"uid":"70ce-161646"},{"uid":"70ce-161650"},{"uid":"70ce-161654"},{"uid":"70ce-161658"},{"uid":"70ce-161664"},{"uid":"70ce-161668"},{"uid":"70ce-161674"},{"uid":"70ce-161680"},{"uid":"70ce-161682"},{"uid":"70ce-162016"},{"uid":"70ce-162017"},{"uid":"70ce-162018"},{"uid":"70ce-162019"},{"uid":"70ce-162020"},{"uid":"70ce-161820"},{"uid":"70ce-161824"},{"uid":"70ce-161828"},{"uid":"70ce-161832"}],"importedBy":[{"uid":"70ce-161892"}]},"70ce-161836":{"id":"/src/api/api.js","moduleParts":{"budibase-client.js":"70ce-161837"},"imported":[{"uid":"70ce-161973"},{"uid":"70ce-161970"},{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161840"}]},"70ce-161838":{"id":"/src/api/patches.js","moduleParts":{"budibase-client.js":"70ce-161839"},"imported":[{"uid":"70ce-161973"},{"uid":"70ce-161622"}],"importedBy":[{"uid":"70ce-161840"}]},"70ce-161840":{"id":"/src/api/index.js","moduleParts":{"budibase-client.js":"70ce-161841"},"imported":[{"uid":"70ce-161836"},{"uid":"70ce-161838"}],"importedBy":[{"uid":"70ce-161902"},{"uid":"70ce-161842"},{"uid":"70ce-161844"},{"uid":"70ce-161856"},{"uid":"70ce-161854"},{"uid":"70ce-161862"},{"uid":"70ce-161900"},{"uid":"70ce-161884"}]},"70ce-161842":{"id":"/src/stores/auth.js","moduleParts":{"budibase-client.js":"70ce-161843"},"imported":[{"uid":"70ce-161840"},{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161844":{"id":"/src/stores/app.js","moduleParts":{"budibase-client.js":"70ce-161845"},"imported":[{"uid":"70ce-161840"},{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161970"},{"uid":"70ce-161860"},{"uid":"70ce-161866"},{"uid":"70ce-161872"}]},"70ce-161846":{"id":"/src/stores/state.js","moduleParts":{"budibase-client.js":"70ce-161847"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161973"}],"importedBy":[{"uid":"70ce-161970"},{"uid":"70ce-161848"}]},"70ce-161848":{"id":"/src/stores/peek.js","moduleParts":{"budibase-client.js":"70ce-161849"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161846"}],"importedBy":[{"uid":"70ce-161970"},{"uid":"70ce-161856"}]},"70ce-161850":{"id":"/manifest.json","moduleParts":{"budibase-client.js":"70ce-161851"},"imported":[],"importedBy":[{"uid":"70ce-161892"},{"uid":"70ce-161854"}]},"70ce-161852":{"id":"/src/utils/components.js","moduleParts":{"budibase-client.js":"70ce-161853"},"imported":[],"importedBy":[{"uid":"70ce-161860"},{"uid":"70ce-161854"}]},"70ce-161854":{"id":"/src/stores/builder.js","moduleParts":{"budibase-client.js":"70ce-161855"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161850"},{"uid":"70ce-161852"},{"uid":"70ce-161840"}],"importedBy":[{"uid":"70ce-161970"},{"uid":"70ce-161856"},{"uid":"70ce-161860"},{"uid":"70ce-161866"}]},"70ce-161856":{"id":"/src/stores/routes.js","moduleParts":{"budibase-client.js":"70ce-161857"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161626"},{"uid":"70ce-161840"},{"uid":"70ce-161848"},{"uid":"70ce-161854"}],"importedBy":[{"uid":"70ce-161970"},{"uid":"70ce-161858"},{"uid":"70ce-161860"},{"uid":"70ce-161862"},{"uid":"70ce-161872"}]},"70ce-161858":{"id":"/src/stores/notification.js","moduleParts":{"budibase-client.js":"70ce-161859"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161796"},{"uid":"70ce-161856"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161860":{"id":"/src/stores/screens.js","moduleParts":{"budibase-client.js":"70ce-161861"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161856"},{"uid":"70ce-161854"},{"uid":"70ce-161844"},{"uid":"70ce-161852"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161862":{"id":"/src/stores/dataSource.js","moduleParts":{"budibase-client.js":"70ce-161863"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161840"},{"uid":"70ce-161622"},{"uid":"70ce-161856"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161864":{"id":"/src/stores/confirmation.js","moduleParts":{"budibase-client.js":"70ce-161865"},"imported":[{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161866":{"id":"/src/stores/theme.js","moduleParts":{"budibase-client.js":"70ce-161867"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161844"},{"uid":"70ce-161854"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161868":{"id":"/src/stores/uploads.js","moduleParts":{"budibase-client.js":"70ce-161869"},"imported":[{"uid":"70ce-161116"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161870":{"id":"/src/stores/context.js","moduleParts":{"budibase-client.js":"70ce-161871"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161972"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161872":{"id":"/src/stores/initialise.js","moduleParts":{"budibase-client.js":"70ce-161873"},"imported":[{"uid":"70ce-161856"},{"uid":"70ce-161844"}],"importedBy":[{"uid":"70ce-161970"}]},"70ce-161874":{"id":"/src/components/context/Provider.svelte","moduleParts":{"budibase-client.js":"70ce-161875"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161970"},{"uid":"70ce-161622"},{"uid":"70ce-161796"}],"importedBy":[{"uid":"70ce-161902"},{"uid":"70ce-161914"},{"uid":"70ce-161916"},{"uid":"70ce-161918"},{"uid":"70ce-161876"}]},"70ce-161876":{"id":"/src/components/Screen.svelte","moduleParts":{"budibase-client.js":"70ce-161877"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161970"},{"uid":"70ce-161892"},{"uid":"70ce-161874"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161880"}]},"70ce-161878":{"id":"/src/components/Router.css","moduleParts":{"budibase-client.js":"70ce-161879"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161880"}]},"70ce-161880":{"id":"/src/components/Router.svelte","moduleParts":{"budibase-client.js":"70ce-161881"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161626"},{"uid":"70ce-161970"},{"uid":"70ce-161876"},{"uid":"70ce-161116"},{"uid":"70ce-161878"}],"importedBy":[{"uid":"70ce-161892"}]},"70ce-161882":{"id":"/src/utils/enrichDataBinding.js","moduleParts":{"budibase-client.js":"70ce-161883"},"imported":[{"uid":"70ce-161972"},{"uid":"70ce-161800"}],"importedBy":[{"uid":"70ce-161886"},{"uid":"70ce-161884"}]},"70ce-161884":{"id":"/src/utils/buttonActions.js","moduleParts":{"budibase-client.js":"70ce-161885"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161970"},{"uid":"70ce-161840"},{"uid":"70ce-161622"},{"uid":"70ce-161882"},{"uid":"70ce-161972"}],"importedBy":[{"uid":"70ce-161886"}]},"70ce-161886":{"id":"/src/utils/componentProps.js","moduleParts":{"budibase-client.js":"70ce-161887"},"imported":[{"uid":"70ce-161882"},{"uid":"70ce-161884"},{"uid":"70ce-161800"}],"importedBy":[{"uid":"70ce-161892"}]},"70ce-161888":{"id":"/src/utils/conditions.js","moduleParts":{"budibase-client.js":"70ce-161889"},"imported":[{"uid":"70ce-161973"}],"importedBy":[{"uid":"70ce-161892"}]},"70ce-161890":{"id":"/src/components/Component.css","moduleParts":{"budibase-client.js":"70ce-161891"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161892"}]},"70ce-161892":{"id":"/src/components/Component.svelte","moduleParts":{"budibase-client.js":"70ce-161893"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161834"},{"uid":"70ce-161880"},{"uid":"70ce-161886"},{"uid":"70ce-161970"},{"uid":"70ce-161972"},{"uid":"70ce-161850"},{"uid":"70ce-161888"},{"uid":"70ce-161586"},{"uid":"70ce-161890"}],"importedBy":[{"uid":"70ce-161960"},{"uid":"70ce-161876"},{"uid":"70ce-161798"}]},"70ce-161894":{"id":"/src/utils/styleable.js","moduleParts":{"budibase-client.js":"70ce-161895"},"imported":[{"uid":"70ce-161970"}],"importedBy":[{"uid":"70ce-161902"}]},"70ce-161896":{"id":"/src/utils/linkable.js","moduleParts":{"budibase-client.js":"70ce-161897"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161626"},{"uid":"70ce-161970"}],"importedBy":[{"uid":"70ce-161902"}]},"70ce-161898":{"id":"/src/utils/getAction.js","moduleParts":{"budibase-client.js":"70ce-161899"},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161902"}]},"70ce-161900":{"id":"/src/utils/schema.js","moduleParts":{"budibase-client.js":"70ce-161901"},"imported":[{"uid":"70ce-161840"},{"uid":"70ce-161973"},{"uid":"70ce-161548"},{"uid":"70ce-161550"},{"uid":"70ce-161552"},{"uid":"70ce-161554"},{"uid":"70ce-161556"},{"uid":"70ce-161558"},{"uid":"70ce-161562"}],"importedBy":[{"uid":"70ce-161902"}]},"70ce-161902":{"id":"/src/sdk.js","moduleParts":{"budibase-client.js":"70ce-161903"},"imported":[{"uid":"70ce-161840"},{"uid":"70ce-161970"},{"uid":"70ce-161894"},{"uid":"70ce-161896"},{"uid":"70ce-161898"},{"uid":"70ce-161874"},{"uid":"70ce-161622"},{"uid":"70ce-161900"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161904":{"id":"/src/components/overlay/NotificationDisplay.css","moduleParts":{"budibase-client.js":"70ce-161905"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161906"}]},"70ce-161906":{"id":"/src/components/overlay/NotificationDisplay.svelte","moduleParts":{"budibase-client.js":"70ce-161907"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161970"},{"uid":"70ce-161972"},{"uid":"70ce-161172"},{"uid":"70ce-161904"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161908":{"id":"/src/components/overlay/ConfirmationDisplay.svelte","moduleParts":{"budibase-client.js":"70ce-161909"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161970"},{"uid":"70ce-161972"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161910":{"id":"/src/components/overlay/PeekScreenDisplay.css","moduleParts":{"budibase-client.js":"70ce-161911"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161912"}]},"70ce-161912":{"id":"/src/components/overlay/PeekScreenDisplay.svelte","moduleParts":{"budibase-client.js":"70ce-161913"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161970"},{"uid":"70ce-161972"},{"uid":"70ce-161971"},{"uid":"70ce-161910"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161914":{"id":"/src/components/context/UserBindingsProvider.svelte","moduleParts":{"budibase-client.js":"70ce-161915"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161874"},{"uid":"70ce-161970"},{"uid":"70ce-161622"},{"uid":"70ce-161973"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161916":{"id":"/src/components/context/DeviceBindingsProvider.svelte","moduleParts":{"budibase-client.js":"70ce-161917"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161874"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161918":{"id":"/src/components/context/StateBindingsProvider.svelte","moduleParts":{"budibase-client.js":"70ce-161919"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161874"},{"uid":"70ce-161970"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161920":{"id":"/src/components/preview/SettingsButton.css","moduleParts":{"budibase-client.js":"70ce-161921"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161922"}]},"70ce-161922":{"id":"/src/components/preview/SettingsButton.svelte","moduleParts":{"budibase-client.js":"70ce-161923"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161970"},{"uid":"70ce-161971"},{"uid":"70ce-161920"}],"importedBy":[{"uid":"70ce-161936"}]},"70ce-161924":{"id":"/src/components/preview/SettingsColorPicker.css","moduleParts":{"budibase-client.js":"70ce-161925"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161926"}]},"70ce-161926":{"id":"/src/components/preview/SettingsColorPicker.svelte","moduleParts":{"budibase-client.js":"70ce-161927"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161970"},{"uid":"70ce-161924"}],"importedBy":[{"uid":"70ce-161936"}]},"70ce-161928":{"id":"/src/components/preview/SettingsPicker.css","moduleParts":{"budibase-client.js":"70ce-161929"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161930"}]},"70ce-161930":{"id":"/src/components/preview/SettingsPicker.svelte","moduleParts":{"budibase-client.js":"70ce-161931"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161972"},{"uid":"70ce-161970"},{"uid":"70ce-161928"}],"importedBy":[{"uid":"70ce-161936"}]},"70ce-161932":{"id":"/src/utils/domDebounce.js","moduleParts":{"budibase-client.js":"70ce-161933"},"imported":[],"importedBy":[{"uid":"70ce-161936"},{"uid":"70ce-161942"}]},"70ce-161934":{"id":"/src/components/preview/SettingsBar.css","moduleParts":{"budibase-client.js":"70ce-161935"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161936"}]},"70ce-161936":{"id":"/src/components/preview/SettingsBar.svelte","moduleParts":{"budibase-client.js":"70ce-161937"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161922"},{"uid":"70ce-161926"},{"uid":"70ce-161930"},{"uid":"70ce-161970"},{"uid":"70ce-161932"},{"uid":"70ce-161934"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161938":{"id":"/src/components/preview/Indicator.css","moduleParts":{"budibase-client.js":"70ce-161939"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161940"}]},"70ce-161940":{"id":"/src/components/preview/Indicator.svelte","moduleParts":{"budibase-client.js":"70ce-161941"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161172"},{"uid":"70ce-161938"}],"importedBy":[{"uid":"70ce-161942"},{"uid":"70ce-161952"}]},"70ce-161942":{"id":"/src/components/preview/IndicatorSet.svelte","moduleParts":{"budibase-client.js":"70ce-161943"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161940"},{"uid":"70ce-161932"}],"importedBy":[{"uid":"70ce-161944"},{"uid":"70ce-161946"},{"uid":"70ce-161954"}]},"70ce-161944":{"id":"/src/components/preview/SelectionIndicator.svelte","moduleParts":{"budibase-client.js":"70ce-161945"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161970"},{"uid":"70ce-161942"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161946":{"id":"/src/components/preview/HoverIndicator.svelte","moduleParts":{"budibase-client.js":"70ce-161947"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161942"},{"uid":"70ce-161970"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161948":{"id":"/src/components/CustomThemeWrapper.css","moduleParts":{"budibase-client.js":"70ce-161949"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161950"}]},"70ce-161950":{"id":"/src/components/CustomThemeWrapper.svelte","moduleParts":{"budibase-client.js":"70ce-161951"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161970"},{"uid":"70ce-161948"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161952":{"id":"/src/components/preview/DNDPositionIndicator.svelte","moduleParts":{"budibase-client.js":"70ce-161953"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161940"},{"uid":"70ce-161954"}],"importedBy":[{"uid":"70ce-161954"}]},"70ce-161954":{"id":"/src/components/preview/DNDHandler.svelte","moduleParts":{"budibase-client.js":"70ce-161955"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161942"},{"uid":"70ce-161952"},{"uid":"70ce-161970"}],"importedBy":[{"uid":"70ce-161960"},{"uid":"70ce-161952"}]},"70ce-161956":{"id":"/src/components/preview/KeyboardManager.svelte","moduleParts":{"budibase-client.js":"70ce-161957"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161116"},{"uid":"70ce-161970"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161958":{"id":"/src/components/ClientApp.css","moduleParts":{"budibase-client.js":"70ce-161959"},"imported":[{"uid":"70ce-161118"}],"importedBy":[{"uid":"70ce-161960"}]},"70ce-161960":{"id":"/src/components/ClientApp.svelte","moduleParts":{"budibase-client.js":"70ce-161961"},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161116"},{"uid":"70ce-161971"},{"uid":"70ce-161972"},{"uid":"70ce-161482"},{"uid":"70ce-161973"},{"uid":"70ce-161892"},{"uid":"70ce-161902"},{"uid":"70ce-161970"},{"uid":"70ce-161906"},{"uid":"70ce-161908"},{"uid":"70ce-161912"},{"uid":"70ce-161914"},{"uid":"70ce-161916"},{"uid":"70ce-161918"},{"uid":"70ce-161936"},{"uid":"70ce-161944"},{"uid":"70ce-161946"},{"uid":"70ce-161950"},{"uid":"70ce-161954"},{"uid":"70ce-161956"},{"uid":"70ce-161958"}],"importedBy":[{"uid":"70ce-161968"}]},"70ce-161962":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@spectrum-css/icon/dist/spectrum-css-icons.svg","moduleParts":{"budibase-client.js":"70ce-161963"},"imported":[],"importedBy":[{"uid":"70ce-161966"}]},"70ce-161964":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/@adobe/spectrum-css-workflow-icons/dist/spectrum-icons.svg","moduleParts":{"budibase-client.js":"70ce-161965"},"imported":[],"importedBy":[{"uid":"70ce-161966"}]},"70ce-161966":{"id":"/home/aptk/dev/budibase/packages/bbui/src/spectrum-icons-rollup.js","moduleParts":{"budibase-client.js":"70ce-161967"},"imported":[{"uid":"70ce-161962"},{"uid":"70ce-161964"}],"importedBy":[{"uid":"70ce-161968"}]},"70ce-161968":{"id":"/src/index.js","moduleParts":{"budibase-client.js":"70ce-161969"},"imported":[{"uid":"70ce-161960"},{"uid":"70ce-161970"},{"uid":"70ce-161966"}],"importedBy":[],"isEntry":true},"70ce-161970":{"id":"/src/stores/index.js","moduleParts":{},"imported":[{"uid":"70ce-161842"},{"uid":"70ce-161844"},{"uid":"70ce-161858"},{"uid":"70ce-161856"},{"uid":"70ce-161860"},{"uid":"70ce-161854"},{"uid":"70ce-161862"},{"uid":"70ce-161864"},{"uid":"70ce-161848"},{"uid":"70ce-161846"},{"uid":"70ce-161866"},{"uid":"70ce-161868"},{"uid":"70ce-161870"},{"uid":"70ce-161872"}],"importedBy":[{"uid":"70ce-161968"},{"uid":"70ce-161960"},{"uid":"70ce-161892"},{"uid":"70ce-161902"},{"uid":"70ce-161906"},{"uid":"70ce-161908"},{"uid":"70ce-161912"},{"uid":"70ce-161914"},{"uid":"70ce-161918"},{"uid":"70ce-161936"},{"uid":"70ce-161944"},{"uid":"70ce-161946"},{"uid":"70ce-161950"},{"uid":"70ce-161954"},{"uid":"70ce-161956"},{"uid":"70ce-161880"},{"uid":"70ce-161894"},{"uid":"70ce-161896"},{"uid":"70ce-161874"},{"uid":"70ce-161922"},{"uid":"70ce-161926"},{"uid":"70ce-161930"},{"uid":"70ce-161876"},{"uid":"70ce-161884"},{"uid":"70ce-161836"}]},"70ce-161971":{"id":"/node_modules/svelte/index.mjs","moduleParts":{},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161960"},{"uid":"70ce-161892"},{"uid":"70ce-161912"},{"uid":"70ce-161916"},{"uid":"70ce-161936"},{"uid":"70ce-161946"},{"uid":"70ce-161954"},{"uid":"70ce-161956"},{"uid":"70ce-161152"},{"uid":"70ce-161974"},{"uid":"70ce-161975"},{"uid":"70ce-161188"},{"uid":"70ce-161196"},{"uid":"70ce-161976"},{"uid":"70ce-161250"},{"uid":"70ce-161979"},{"uid":"70ce-161981"},{"uid":"70ce-161982"},{"uid":"70ce-161276"},{"uid":"70ce-161983"},{"uid":"70ce-161984"},{"uid":"70ce-161991"},{"uid":"70ce-161304"},{"uid":"70ce-161316"},{"uid":"70ce-161324"},{"uid":"70ce-161993"},{"uid":"70ce-161994"},{"uid":"70ce-161354"},{"uid":"70ce-161995"},{"uid":"70ce-161398"},{"uid":"70ce-161996"},{"uid":"70ce-161997"},{"uid":"70ce-162000"},{"uid":"70ce-161418"},{"uid":"70ce-162003"},{"uid":"70ce-161468"},{"uid":"70ce-162004"},{"uid":"70ce-161880"},{"uid":"70ce-161586"},{"uid":"70ce-161898"},{"uid":"70ce-161874"},{"uid":"70ce-161922"},{"uid":"70ce-161942"},{"uid":"70ce-161626"},{"uid":"70ce-161150"},{"uid":"70ce-162012"},{"uid":"70ce-161162"},{"uid":"70ce-161186"},{"uid":"70ce-161194"},{"uid":"70ce-161228"},{"uid":"70ce-162014"},{"uid":"70ce-161268"},{"uid":"70ce-161274"},{"uid":"70ce-161352"},{"uid":"70ce-161356"},{"uid":"70ce-161180"},{"uid":"70ce-161466"},{"uid":"70ce-161590"},{"uid":"70ce-161594"},{"uid":"70ce-161598"},{"uid":"70ce-161602"},{"uid":"70ce-161606"},{"uid":"70ce-161612"},{"uid":"70ce-161616"},{"uid":"70ce-161620"},{"uid":"70ce-161632"},{"uid":"70ce-161636"},{"uid":"70ce-161642"},{"uid":"70ce-161646"},{"uid":"70ce-161650"},{"uid":"70ce-161654"},{"uid":"70ce-161658"},{"uid":"70ce-161664"},{"uid":"70ce-161668"},{"uid":"70ce-161674"},{"uid":"70ce-161680"},{"uid":"70ce-161682"},{"uid":"70ce-161820"},{"uid":"70ce-161824"},{"uid":"70ce-161828"},{"uid":"70ce-161832"},{"uid":"70ce-161876"},{"uid":"70ce-161184"},{"uid":"70ce-161230"},{"uid":"70ce-161346"},{"uid":"70ce-161380"},{"uid":"70ce-161726"},{"uid":"70ce-161730"},{"uid":"70ce-161750"},{"uid":"70ce-161754"},{"uid":"70ce-161756"},{"uid":"70ce-161760"},{"uid":"70ce-161764"},{"uid":"70ce-161768"},{"uid":"70ce-161774"},{"uid":"70ce-161804"},{"uid":"70ce-161808"},{"uid":"70ce-161810"},{"uid":"70ce-161816"},{"uid":"70ce-161692"},{"uid":"70ce-161724"},{"uid":"70ce-161736"},{"uid":"70ce-161770"},{"uid":"70ce-161776"},{"uid":"70ce-161798"},{"uid":"70ce-161732"}]},"70ce-161972":{"id":"/home/aptk/dev/budibase/packages/bbui/src/index.js","moduleParts":{},"imported":[{"uid":"70ce-161120"},{"uid":"70ce-161122"},{"uid":"70ce-161152"},{"uid":"70ce-161974"},{"uid":"70ce-161975"},{"uid":"70ce-161188"},{"uid":"70ce-161196"},{"uid":"70ce-161976"},{"uid":"70ce-161977"},{"uid":"70ce-161246"},{"uid":"70ce-161216"},{"uid":"70ce-161250"},{"uid":"70ce-161978"},{"uid":"70ce-161979"},{"uid":"70ce-161236"},{"uid":"70ce-161980"},{"uid":"70ce-161218"},{"uid":"70ce-161132"},{"uid":"70ce-161981"},{"uid":"70ce-161982"},{"uid":"70ce-161276"},{"uid":"70ce-161983"},{"uid":"70ce-161984"},{"uid":"70ce-161985"},{"uid":"70ce-161284"},{"uid":"70ce-161986"},{"uid":"70ce-161290"},{"uid":"70ce-161987"},{"uid":"70ce-161208"},{"uid":"70ce-161128"},{"uid":"70ce-161988"},{"uid":"70ce-161989"},{"uid":"70ce-161990"},{"uid":"70ce-161991"},{"uid":"70ce-161304"},{"uid":"70ce-161316"},{"uid":"70ce-161992"},{"uid":"70ce-161324"},{"uid":"70ce-161993"},{"uid":"70ce-161994"},{"uid":"70ce-161354"},{"uid":"70ce-161995"},{"uid":"70ce-161300"},{"uid":"70ce-161398"},{"uid":"70ce-161996"},{"uid":"70ce-161997"},{"uid":"70ce-161224"},{"uid":"70ce-161222"},{"uid":"70ce-161998"},{"uid":"70ce-161999"},{"uid":"70ce-161312"},{"uid":"70ce-162000"},{"uid":"70ce-161412"},{"uid":"70ce-161386"},{"uid":"70ce-162001"},{"uid":"70ce-161418"},{"uid":"70ce-162002"},{"uid":"70ce-162003"},{"uid":"70ce-161468"},{"uid":"70ce-161472"},{"uid":"70ce-162004"},{"uid":"70ce-162005"},{"uid":"70ce-162006"},{"uid":"70ce-161238"},{"uid":"70ce-161240"},{"uid":"70ce-162007"},{"uid":"70ce-162008"},{"uid":"70ce-162009"},{"uid":"70ce-162010"},{"uid":"70ce-162011"},{"uid":"70ce-161174"},{"uid":"70ce-161320"},{"uid":"70ce-161204"}],"importedBy":[{"uid":"70ce-161960"},{"uid":"70ce-161892"},{"uid":"70ce-161906"},{"uid":"70ce-161908"},{"uid":"70ce-161912"},{"uid":"70ce-161870"},{"uid":"70ce-161544"},{"uid":"70ce-161922"},{"uid":"70ce-161926"},{"uid":"70ce-161930"},{"uid":"70ce-161552"},{"uid":"70ce-161598"},{"uid":"70ce-161632"},{"uid":"70ce-161664"},{"uid":"70ce-161674"},{"uid":"70ce-161680"},{"uid":"70ce-161682"},{"uid":"70ce-161882"},{"uid":"70ce-161884"},{"uid":"70ce-161726"},{"uid":"70ce-161738"},{"uid":"70ce-161744"},{"uid":"70ce-161746"},{"uid":"70ce-161748"},{"uid":"70ce-161750"},{"uid":"70ce-161752"},{"uid":"70ce-161754"},{"uid":"70ce-161756"},{"uid":"70ce-161764"},{"uid":"70ce-161768"},{"uid":"70ce-161774"},{"uid":"70ce-161804"},{"uid":"70ce-161808"},{"uid":"70ce-161816"},{"uid":"70ce-161724"},{"uid":"70ce-161814"}]},"70ce-161973":{"id":"/home/aptk/dev/budibase/packages/frontend-core/src/index.js","moduleParts":{},"imported":[{"uid":"70ce-161530"},{"uid":"70ce-161532"},{"uid":"70ce-161564"},{"uid":"70ce-161484"},{"uid":"70ce-161544"},{"uid":"70ce-161560"},{"uid":"70ce-161566"}],"importedBy":[{"uid":"70ce-161960"},{"uid":"70ce-161914"},{"uid":"70ce-161846"},{"uid":"70ce-161888"},{"uid":"70ce-161900"},{"uid":"70ce-161598"},{"uid":"70ce-161836"},{"uid":"70ce-161838"},{"uid":"70ce-161816"},{"uid":"70ce-161814"}]},"70ce-161974":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Stepper.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-162012"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161975":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/TextArea.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161162"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161976":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Dropzone.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161228"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161977":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Drawer/Drawer.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161172"},{"uid":"70ce-162013"},{"uid":"70ce-161236"},{"uid":"70ce-161238"},{"uid":"70ce-161240"},{"uid":"70ce-161242"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161978":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ActionGroup/ActionGroup.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161252"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161979":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ActionMenu/ActionMenu.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161984"},{"uid":"70ce-161988"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161980":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ButtonGroup/ButtonGroup.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161256"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161981":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Toggle.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-162014"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161982":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/RadioGroup.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161268"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161983":{"id":"/home/aptk/dev/budibase/packages/bbui/src/DetailSummary/DetailSummary.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161132"},{"uid":"70ce-161971"},{"uid":"70ce-161278"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161984":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Popover/Popover.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161166"},{"uid":"70ce-162013"},{"uid":"70ce-161971"},{"uid":"70ce-162011"},{"uid":"70ce-161174"},{"uid":"70ce-161254"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161979"}]},"70ce-161985":{"id":"/home/aptk/dev/budibase/packages/bbui/src/ProgressBar/ProgressBar.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161280"},{"uid":"70ce-162015"},{"uid":"70ce-161170"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161986":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Label/Label.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161124"},{"uid":"70ce-161136"},{"uid":"70ce-161286"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161987":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Layout/Page.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161292"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161988":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Menu/Menu.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161168"}],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161979"}]},"70ce-161989":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Menu/Section.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161990":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Menu/Separator.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161991":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Menu/Item.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161294"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161992":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Notification/NotificationDisplay.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161318"},{"uid":"70ce-162013"},{"uid":"70ce-161320"},{"uid":"70ce-161324"},{"uid":"70ce-161172"},{"uid":"70ce-161326"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161993":{"id":"/home/aptk/dev/budibase/packages/bbui/src/SideNavigation/Navigation.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161328"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161994":{"id":"/home/aptk/dev/budibase/packages/bbui/src/SideNavigation/Item.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161995":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Multiselect.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-161356"},{"uid":"70ce-161144"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161996":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tabs/Tabs.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161400"},{"uid":"70ce-161116"},{"uid":"70ce-161971"},{"uid":"70ce-161402"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161997":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Tabs/Tab.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"},{"uid":"70ce-162013"},{"uid":"70ce-161404"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161998":{"id":"/home/aptk/dev/budibase/packages/bbui/src/TreeView/Tree.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161406"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-161999":{"id":"/home/aptk/dev/budibase/packages/bbui/src/TreeView/Item.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162000":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Search.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161180"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162001":{"id":"/home/aptk/dev/budibase/packages/bbui/src/StatusLight/StatusLight.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161414"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162002":{"id":"/home/aptk/dev/budibase/packages/bbui/src/InlineAlert/InlineAlert.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161420"},{"uid":"70ce-161236"},{"uid":"70ce-161422"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162003":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Banner/Banner.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162004":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/RichTextField.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161144"},{"uid":"70ce-161476"},{"uid":"70ce-161971"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162005":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/BoldRenderer.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161478"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162006":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Table/CodeRenderer.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162007":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Typography/Detail.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161200"},{"uid":"70ce-161480"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162008":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Typography/Code.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161200"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162009":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/index.js","moduleParts":{},"imported":[{"uid":"70ce-161150"},{"uid":"70ce-161186"},{"uid":"70ce-161356"},{"uid":"70ce-161274"},{"uid":"70ce-161268"},{"uid":"70ce-161162"},{"uid":"70ce-161194"},{"uid":"70ce-162014"},{"uid":"70ce-161180"},{"uid":"70ce-161352"},{"uid":"70ce-161228"},{"uid":"70ce-162012"},{"uid":"70ce-161476"}],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162010":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Actions/autoresize_textarea.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"70ce-161972"}]},"70ce-162011":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Actions/position_dropdown.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"70ce-161972"},{"uid":"70ce-161984"}]},"70ce-162012":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Stepper.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161146"},{"uid":"70ce-161154"},{"uid":"70ce-161156"},{"uid":"70ce-161971"},{"uid":"70ce-161158"}],"importedBy":[{"uid":"70ce-161974"},{"uid":"70ce-162009"}]},"70ce-162013":{"id":"/home/aptk/dev/budibase/packages/bbui/node_modules/svelte-portal/src/main.js","moduleParts":{},"imported":[{"uid":"70ce-161230"}],"importedBy":[{"uid":"70ce-161977"},{"uid":"70ce-161984"},{"uid":"70ce-161304"},{"uid":"70ce-161992"},{"uid":"70ce-161997"}]},"70ce-162014":{"id":"/home/aptk/dev/budibase/packages/bbui/src/Form/Core/Switch.svelte","moduleParts":{},"imported":[{"uid":"70ce-161114"},{"uid":"70ce-161258"},{"uid":"70ce-161971"},{"uid":"70ce-161260"}],"importedBy":[{"uid":"70ce-161981"},{"uid":"70ce-162009"}]},"70ce-162015":{"id":"/node_modules/svelte/motion/index.mjs","moduleParts":{},"imported":[{"uid":"70ce-161116"},{"uid":"70ce-161114"},{"uid":"70ce-161170"}],"importedBy":[{"uid":"70ce-161985"}]},"70ce-162016":{"id":"/src/components/app/charts/index.js","moduleParts":{},"imported":[{"uid":"70ce-161694"},{"uid":"70ce-161696"},{"uid":"70ce-161698"},{"uid":"70ce-161700"},{"uid":"70ce-161702"},{"uid":"70ce-161704"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-162017":{"id":"/src/components/app/forms/index.js","moduleParts":{},"imported":[{"uid":"70ce-161726"},{"uid":"70ce-161730"},{"uid":"70ce-161738"},{"uid":"70ce-161740"},{"uid":"70ce-161744"},{"uid":"70ce-161746"},{"uid":"70ce-161748"},{"uid":"70ce-161750"},{"uid":"70ce-161752"},{"uid":"70ce-161754"},{"uid":"70ce-161756"},{"uid":"70ce-161758"},{"uid":"70ce-161760"},{"uid":"70ce-161764"},{"uid":"70ce-161768"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-162018":{"id":"/src/components/app/table/index.js","moduleParts":{},"imported":[{"uid":"70ce-161774"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-162019":{"id":"/src/components/app/blocks/index.js","moduleParts":{},"imported":[{"uid":"70ce-161804"},{"uid":"70ce-161808"},{"uid":"70ce-161810"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-162020":{"id":"/src/components/app/dynamic-filter/index.js","moduleParts":{},"imported":[{"uid":"70ce-161816"}],"importedBy":[{"uid":"70ce-161834"}]},"70ce-162021":{"id":"\u0000/node_modules/shortid/lib/index.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161794"}],"importedBy":[{"uid":"70ce-161796"}]},"70ce-162022":{"id":"/node_modules/svelte-spa-router/wrap.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"70ce-161626"}]},"70ce-162023":{"id":"/node_modules/shortid/lib/util/cluster-worker-id-browser.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"70ce-161794"},{"uid":"70ce-162027"}]},"70ce-162024":{"id":"\u0000/node_modules/shortid/lib/alphabet.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161780"}],"importedBy":[{"uid":"70ce-161794"},{"uid":"70ce-161790"},{"uid":"70ce-161792"},{"uid":"70ce-161788"}]},"70ce-162025":{"id":"\u0000/node_modules/shortid/lib/build.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161790"}],"importedBy":[{"uid":"70ce-161794"}]},"70ce-162026":{"id":"\u0000/node_modules/shortid/lib/is-valid.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161792"}],"importedBy":[{"uid":"70ce-161794"}]},"70ce-162027":{"id":"\u0000/node_modules/shortid/lib/util/cluster-worker-id-browser.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-162023"}],"importedBy":[{"uid":"70ce-161794"}]},"70ce-162028":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/lib/codemirror.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161424"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161426"},{"uid":"70ce-161428"},{"uid":"70ce-161430"},{"uid":"70ce-161436"},{"uid":"70ce-161438"},{"uid":"70ce-161440"},{"uid":"70ce-161442"},{"uid":"70ce-161444"},{"uid":"70ce-161446"},{"uid":"70ce-161448"},{"uid":"70ce-161432"},{"uid":"70ce-161434"}]},"70ce-162029":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/edit/continuelist.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161426"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162030":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/easymde/src/js/codemirror/tablist.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161428"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162031":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/display/fullscreen.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161430"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162032":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/markdown/markdown.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161436"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161448"}]},"70ce-162033":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/mode/overlay.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161438"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161448"}]},"70ce-162034":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/display/placeholder.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161440"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162035":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/display/autorefresh.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161442"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162036":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/selection/mark-selection.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161444"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162037":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/addon/search/searchcursor.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161446"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162038":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/gfm/gfm.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161448"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162039":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/xml/xml.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161432"}],"importedBy":[{"uid":"70ce-161460"},{"uid":"70ce-161436"}]},"70ce-162040":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror-spell-checker/src/js/spell-checker.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161456"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162041":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/marked/lib/marked.cjs?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161458"}],"importedBy":[{"uid":"70ce-161460"}]},"70ce-162042":{"id":"\u0000/node_modules/shortid/lib/random/random-from-seed.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161778"}],"importedBy":[{"uid":"70ce-161780"}]},"70ce-162043":{"id":"\u0000/node_modules/shortid/lib/generate.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161788"}],"importedBy":[{"uid":"70ce-161790"}]},"70ce-162044":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/codemirror/mode/meta.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161434"}],"importedBy":[{"uid":"70ce-161436"}]},"70ce-162045":{"id":"\u0000/home/aptk/dev/budibase/packages/bbui/node_modules/typo-js/typo.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161454"}],"importedBy":[{"uid":"70ce-161456"}]},"70ce-162046":{"id":"\u0000/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/lodash.min.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161534"}],"importedBy":[{"uid":"70ce-161542"}]},"70ce-162047":{"id":"\u0000/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/fp/_baseConvert.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161540"}],"importedBy":[{"uid":"70ce-161542"}]},"70ce-162048":{"id":"\u0000/node_modules/shortid/lib/random/random-byte-browser.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161782"}],"importedBy":[{"uid":"70ce-161788"}]},"70ce-162049":{"id":"\u0000/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/fp/_mapping.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161536"}],"importedBy":[{"uid":"70ce-161540"}]},"70ce-162050":{"id":"\u0000/home/aptk/dev/budibase/packages/frontend-core/node_modules/lodash/fp/placeholder.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"70ce-161538"}],"importedBy":[{"uid":"70ce-161540"}]}},"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>
|
||
|