create-packer 1.13.2 → 1.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +18 -18
- package/package.json +1 -1
- package/template/docusaurus/.gitignore +20 -20
- package/template/docusaurus/.prettierignore +6 -6
- package/template/docusaurus/.prettierrc.js +20 -20
- package/template/docusaurus/README.md +33 -33
- package/template/docusaurus/babel.config.js +3 -3
- package/template/docusaurus/blog/2019-05-28-hola.md +11 -11
- package/template/docusaurus/blog/2019-05-29-hello-world.md +17 -17
- package/template/docusaurus/blog/2019-05-30-welcome.md +13 -13
- package/template/docusaurus/docs/doc1/doc1.mdx +201 -201
- package/template/docusaurus/docs/doc1/doc2.mdx +5 -5
- package/template/docusaurus/docs/doc1/doc3.mdx +13 -13
- package/template/docusaurus/docs/doc1/doc4.mdx +23 -23
- package/template/docusaurus/docs/doc2/doc1.mdx +200 -200
- package/template/docusaurus/docs/doc2/doc2.mdx +5 -5
- package/template/docusaurus/docs/doc2/doc3.mdx +13 -13
- package/template/docusaurus/docs/doc2/mdx4.mdx +23 -23
- package/template/docusaurus/docusaurus.config.js +134 -134
- package/template/docusaurus/package.json +54 -54
- package/template/docusaurus/sidebars.js +14 -14
- package/template/docusaurus/src/css/custom.css +33 -33
- package/template/docusaurus/src/pages/index.tsx +18 -18
- package/template/docusaurus/static/img/undraw_docusaurus_mountain.svg +170 -170
- package/template/docusaurus/static/img/undraw_docusaurus_react.svg +169 -169
- package/template/docusaurus/tsconfig.json +4 -4
- package/template/lib/.changeset/README.md +8 -8
- package/template/lib/.changeset/config.json +11 -11
- package/template/lib/.gitignore +35 -35
- package/template/lib/package.json +30 -30
- package/template/lib/packages/test/.gitignore +35 -35
- package/template/lib/packages/test/package.json +13 -13
- package/template/lib/packages/test/src/index.ts +5 -5
- package/template/lib/packages/test/tsconfig.json +17 -17
- package/template/lib/pnpm-lock.yaml +2386 -2386
- package/template/lib/pnpm-workspace.yaml +2 -2
- package/template/nest/.eslintrc.js +25 -25
- package/template/nest/.gitignore +34 -34
- package/template/nest/.husky/pre-commit +4 -4
- package/template/nest/.prettierrc +6 -6
- package/template/nest/README.md +73 -73
- package/template/nest/nest-cli.json +5 -5
- package/template/nest/src/app.controller.spec.ts +22 -22
- package/template/nest/src/app.controller.ts +12 -12
- package/template/nest/src/app.module.ts +10 -10
- package/template/nest/src/app.service.ts +8 -8
- package/template/nest/src/main.ts +10 -10
- package/template/nest/src/utils/transform.interceptor.ts +26 -26
- package/template/nest/test/app.e2e-spec.ts +24 -24
- package/template/nest/test/jest-e2e.json +9 -9
- package/template/nest/tsconfig.build.json +5 -5
- package/template/nest/tsconfig.json +21 -21
- package/template/react/.gitignore +25 -25
- package/template/react/.husky/commit-msg +4 -4
- package/template/react/.husky/pre-commit +4 -4
- package/template/react/.prettierignore +4 -4
- package/template/react/.prettierrc +18 -18
- package/template/react/commitlint.config.cjs +1 -1
- package/template/react/index.html +13 -13
- package/template/react/jest.config.cjs +55 -55
- package/template/react/jest.setup.ts +5 -5
- package/template/react/postcss.config.cjs +9 -9
- package/template/react/src/controllers/index.ts +1 -0
- package/template/react/src/{providers → controllers}/useVisible.ts +2 -1
- package/template/react/src/providers/index.ts +0 -1
- package/template/react/tailwind.config.cjs +8 -8
- package/template/react/tsconfig.json +25 -25
- package/template/react/tsconfig.node.json +9 -9
- package/template/vue/.husky/commit-msg +4 -4
- package/template/vue/.husky/pre-commit +4 -4
- package/template/vue/.prettierignore +4 -4
- package/template/vue/commitlint.config.cjs +1 -1
- package/template/vue/index.html +13 -13
- package/template/vue/postcss.config.cjs +9 -9
- package/template/vue/src/controllers/index.ts +2 -0
- package/template/vue/src/controllers/useList.ts +107 -0
- package/template/vue/src/providers/index.ts +0 -1
- package/template/vue/tailwind.config.cjs +8 -8
- package/template/vue/tsconfig.json +22 -22
- package/template/vue/tsconfig.node.json +9 -9
- package/template/nest/.husky/_/.gitignore +0 -1
- package/template/react/.husky/_/.gitignore +0 -1
- package/template/react/stats.html +0 -4044
- package/template/vue/.husky/_/.gitignore +0 -1
- /package/template/vue/src/{providers → controllers}/useVisible.ts +0 -0
|
@@ -1,4044 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
8
|
-
<title>RollUp Visualizer</title>
|
|
9
|
-
<style>
|
|
10
|
-
:root {
|
|
11
|
-
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
|
|
12
|
-
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
13
|
-
--background-color: #2b2d42;
|
|
14
|
-
--text-color: #edf2f4;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
html {
|
|
18
|
-
box-sizing: border-box;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
*,
|
|
22
|
-
*:before,
|
|
23
|
-
*:after {
|
|
24
|
-
box-sizing: inherit;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
html {
|
|
28
|
-
background-color: var(--background-color);
|
|
29
|
-
color: var(--text-color);
|
|
30
|
-
font-family: var(--font-family);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
body {
|
|
34
|
-
padding: 0;
|
|
35
|
-
margin: 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
html,
|
|
39
|
-
body {
|
|
40
|
-
height: 100%;
|
|
41
|
-
width: 100%;
|
|
42
|
-
overflow: hidden;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
body {
|
|
46
|
-
display: flex;
|
|
47
|
-
flex-direction: column;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
svg {
|
|
51
|
-
vertical-align: middle;
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
max-height: 100vh;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
main {
|
|
58
|
-
flex-grow: 1;
|
|
59
|
-
height: 100vh;
|
|
60
|
-
padding: 20px;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.tooltip {
|
|
64
|
-
position: absolute;
|
|
65
|
-
z-index: 1070;
|
|
66
|
-
border: 2px solid;
|
|
67
|
-
border-radius: 5px;
|
|
68
|
-
padding: 5px;
|
|
69
|
-
white-space: nowrap;
|
|
70
|
-
font-size: 0.875rem;
|
|
71
|
-
background-color: var(--background-color);
|
|
72
|
-
color: var(--text-color);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.tooltip-hidden {
|
|
76
|
-
visibility: hidden;
|
|
77
|
-
opacity: 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.sidebar {
|
|
81
|
-
position: fixed;
|
|
82
|
-
top: 0;
|
|
83
|
-
left: 0;
|
|
84
|
-
right: 0;
|
|
85
|
-
display: flex;
|
|
86
|
-
flex-direction: row;
|
|
87
|
-
font-size: 0.7rem;
|
|
88
|
-
align-items: center;
|
|
89
|
-
margin: 0 50px;
|
|
90
|
-
height: 20px;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.size-selectors {
|
|
94
|
-
display: flex;
|
|
95
|
-
flex-direction: row;
|
|
96
|
-
align-items: center;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.size-selector {
|
|
100
|
-
display: flex;
|
|
101
|
-
flex-direction: row;
|
|
102
|
-
align-items: center;
|
|
103
|
-
justify-content: center;
|
|
104
|
-
margin-right: 1rem;
|
|
105
|
-
}
|
|
106
|
-
.size-selector input {
|
|
107
|
-
margin: 0 0.3rem 0 0;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.filters {
|
|
111
|
-
flex: 1;
|
|
112
|
-
display: flex;
|
|
113
|
-
flex-direction: row;
|
|
114
|
-
align-items: center;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.module-filters {
|
|
118
|
-
display: flex;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.module-filter {
|
|
122
|
-
display: flex;
|
|
123
|
-
flex-direction: row;
|
|
124
|
-
align-items: center;
|
|
125
|
-
justify-content: center;
|
|
126
|
-
flex: 1;
|
|
127
|
-
}
|
|
128
|
-
.module-filter input {
|
|
129
|
-
flex: 1;
|
|
130
|
-
height: 1rem;
|
|
131
|
-
padding: 0.01rem;
|
|
132
|
-
font-size: 0.7rem;
|
|
133
|
-
margin-left: 0.3rem;
|
|
134
|
-
}
|
|
135
|
-
.module-filter + .module-filter {
|
|
136
|
-
margin-left: 0.5rem;
|
|
137
|
-
}
|
|
138
|
-
</style>
|
|
139
|
-
</head>
|
|
140
|
-
<body>
|
|
141
|
-
<main></main>
|
|
142
|
-
<script>
|
|
143
|
-
/*<!--*/
|
|
144
|
-
var drawChart = (function (exports) {
|
|
145
|
-
'use strict';
|
|
146
|
-
|
|
147
|
-
var n,l$1,u$1,t$1,o$2,r$1,f$1={},e$1=[],c$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function s$1(n,l){for(var u in l)n[u]=l[u];return n}function a$1(n){var l=n.parentNode;l&&l.removeChild(n);}function h$1(l,u,i){var t,o,r,f={};for(r in u)"key"==r?t=u[r]:"ref"==r?o=u[r]:f[r]=u[r];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===f[r]&&(f[r]=l.defaultProps[r]);return v$1(l,f,t,o,null)}function v$1(n,i,t,o,r){var f={type:n,props:i,key:t,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++u$1:r};return null==r&&null!=l$1.vnode&&l$1.vnode(f),f}function p$1(n){return n.children}function d$1(n,l){this.props=n,this.context=l;}function _$2(n,l){if(null==l)return n.__?_$2(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?_$2(n):null}function k$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 k$1(n)}}function b$1(n){(!n.__d&&(n.__d=!0)&&t$1.push(n)&&!g$1.__r++||o$2!==l$1.debounceRendering)&&((o$2=l$1.debounceRendering)||setTimeout)(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,o,r;n.__d&&(o=(t=(l=n).__v).__e,(r=l.__P)&&(u=[],(i=s$1({},t)).__v=t.__v+1,j$1(r,t,i,l.__n,void 0!==r.ownerSVGElement,null!=t.__h?[o]:null,u,null==o?_$2(t):o,t.__h),z$1(u,t),t.__e!=o&&k$1(t)));});}function w$1(n,l,u,i,t,o,r,c,s,a){var h,y,d,k,b,g,w,x=i&&i.__k||e$1,C=x.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(k=u.__k[h]=null==(k=l[h])||"boolean"==typeof k?null:"string"==typeof k||"number"==typeof k||"bigint"==typeof k?v$1(null,k,null,null,k):Array.isArray(k)?v$1(p$1,{children:k},null,null,null):k.__b>0?v$1(k.type,k.props,k.key,k.ref?k.ref:null,k.__v):k)){if(k.__=u,k.__b=u.__b+1,null===(d=x[h])||d&&k.key==d.key&&k.type===d.type)x[h]=void 0;else for(y=0;y<C;y++){if((d=x[y])&&k.key==d.key&&k.type===d.type){x[y]=void 0;break}d=null;}j$1(n,k,d=d||f$1,t,o,r,c,s,a),b=k.__e,(y=k.ref)&&d.ref!=y&&(w||(w=[]),d.ref&&w.push(d.ref,null,k),w.push(y,k.__c||b,k)),null!=b?(null==g&&(g=b),"function"==typeof k.type&&k.__k===d.__k?k.__d=s=m$1(k,s,n):s=A$1(n,k,d,x,b,s),"function"==typeof u.type&&(u.__d=s)):s&&d.__e==s&&s.parentNode!=n&&(s=_$2(d));}for(u.__e=g,h=C;h--;)null!=x[h]&&N(x[h],x[h]);if(w)for(h=0;h<w.length;h++)M(w[h],w[++h],w[++h]);}function m$1(n,l,u){for(var i,t=n.__k,o=0;t&&o<t.length;o++)(i=t[o])&&(i.__=n,l="function"==typeof i.type?m$1(i,l,u):A$1(u,i,i,t,i.__e,l));return l}function A$1(n,l,u,i,t,o){var r,f,e;if(void 0!==l.__d)r=l.__d,l.__d=void 0;else if(null==u||t!=o||null==t.parentNode)n:if(null==o||o.parentNode!==n)n.appendChild(t),r=null;else {for(f=o,e=0;(f=f.nextSibling)&&e<i.length;e+=2)if(f==t)break n;n.insertBefore(t,o),r=o;}return void 0!==r?r:t.nextSibling}function C$1(n,l,u,i,t){var o;for(o in u)"children"===o||"key"===o||o in l||H(n,o,null,u[o],i);for(o in l)t&&"function"!=typeof l[o]||"children"===o||"key"===o||"value"===o||"checked"===o||u[o]===l[o]||H(n,o,l[o],u[o],i);}function $(n,l,u){"-"===l[0]?n.setProperty(l,u):n[l]=null==u?"":"number"!=typeof u||c$1.test(l)?u:u+"px";}function H(n,l,u,i,t){var o;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])o=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?i||n.addEventListener(l,o?T:I,o):n.removeEventListener(l,o?T:I,o);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&&-1==l.indexOf("-")?n.removeAttribute(l):n.setAttribute(l,u));}}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,o,r,f,e,c){var a,h,v,y,_,k,b,g,m,x,A,C,$,H,I,T=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,r=[e]),(a=l$1.__b)&&a(u);try{n:if("function"==typeof T){if(g=u.props,m=(a=T.contextType)&&t[a.__c],x=a?m?m.props.value:a.__:t,i.__c?b=(h=u.__c=i.__c).__=h.__E:("prototype"in T&&T.prototype.render?u.__c=h=new T(g,x):(u.__c=h=new d$1(g,x),h.constructor=T,h.render=O),m&&m.sub(h),h.props=g,h.state||(h.state={}),h.context=x,h.__n=t,v=h.__d=!0,h.__h=[],h._sb=[]),null==h.__s&&(h.__s=h.state),null!=T.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=s$1({},h.__s)),s$1(h.__s,T.getDerivedStateFromProps(g,h.__s))),y=h.props,_=h.state,v)null==T.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else {if(null==T.getDerivedStateFromProps&&g!==y&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(g,x),!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(g,h.__s,x)||u.__v===i.__v){for(h.props=g,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);}),A=0;A<h._sb.length;A++)h.__h.push(h._sb[A]);h._sb=[],h.__h.length&&f.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(g,h.__s,x),null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(y,_,k);});}if(h.context=x,h.props=g,h.__v=u,h.__P=n,C=l$1.__r,$=0,"prototype"in T&&T.prototype.render){for(h.state=h.__s,h.__d=!1,C&&C(u),a=h.render(h.props,h.state,h.context),H=0;H<h._sb.length;H++)h.__h.push(h._sb[H]);h._sb=[];}else do{h.__d=!1,C&&C(u),a=h.render(h.props,h.state,h.context),h.state=h.__s;}while(h.__d&&++$<25);h.state=h.__s,null!=h.getChildContext&&(t=s$1(s$1({},t),h.getChildContext())),v||null==h.getSnapshotBeforeUpdate||(k=h.getSnapshotBeforeUpdate(y,_)),I=null!=a&&a.type===p$1&&null==a.key?a.props.children:a,w$1(n,Array.isArray(I)?I:[I],u,i,t,o,r,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==r&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=L(i.__e,u,i,t,o,r,f,c);(a=l$1.diffed)&&a(u);}catch(n){u.__v=null,(c||null!=r)&&(u.__e=e,u.__h=!!c,r[r.indexOf(e)]=null),l$1.__e(n,u,i);}}function z$1(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,o,r,e,c){var s,h,v,y=i.props,p=u.props,d=u.type,k=0;if("svg"===d&&(o=!0),null!=r)for(;k<r.length;k++)if((s=r[k])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,r[k]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=o?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),r=null,c=!1;}if(null===d)y===p||c&&l.data===p||(l.data=p);else {if(r=r&&n.call(l.childNodes),h=(y=i.props||f$1).dangerouslySetInnerHTML,v=p.dangerouslySetInnerHTML,!c){if(null!=r)for(y={},k=0;k<l.attributes.length;k++)y[l.attributes[k].name]=l.attributes[k].value;(v||h)&&(v&&(h&&v.__html==h.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||""));}if(C$1(l,p,y,o,c),v)u.__k=[];else if(k=u.props.children,w$1(l,Array.isArray(k)?k:[k],u,i,t,o&&"foreignObject"!==d,r,e,r?r[0]:i.__k&&_$2(i,0),c),null!=r)for(k=r.length;k--;)null!=r[k]&&a$1(r[k]);c||("value"in p&&void 0!==(k=p.value)&&(k!==l.value||"progress"===d&&!k||"option"===d&&k!==y.value)&&H(l,"value",k,y.value,!1),"checked"in p&&void 0!==(k=p.checked)&&k!==l.checked&&H(l,"checked",k,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,o;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,n.__c=void 0;}if(t=n.__k)for(o=0;o<t.length;o++)t[o]&&N(t[o],u,i||"function"!=typeof n.type);i||null==n.__e||a$1(n.__e),n.__=n.__e=n.__d=void 0;}function O(n,l,u){return this.constructor(n,u)}function P(u,i,t){var o,r,e;l$1.__&&l$1.__(u,i),r=(o="function"==typeof t)?null:t&&t.__k||i.__k,e=[],j$1(i,u=(!o&&t||i).__k=h$1(p$1,null,[u]),r||f$1,f$1,void 0!==i.ownerSVGElement,!o&&t?[t]:r?null:i.firstChild?n.call(i.childNodes):null,e,!o&&t?t:r?r.__e:i.firstChild,o),z$1(e,u);}function B$2(n,l){var u={__c:l="__cC"+r$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(b$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=e$1.slice,l$1={__e:function(n,l,u,i){for(var t,o,r;l=l.__;)if((t=l.__c)&&!t.__)try{if((o=t.constructor)&&null!=o.getDerivedStateFromError&&(t.setState(o.getDerivedStateFromError(n)),r=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),r=t.__d),r)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,d$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=s$1({},this.state),"function"==typeof n&&(n=n(s$1({},u),this.props)),n&&s$1(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),b$1(this));},d$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),b$1(this));},d$1.prototype.render=p$1,t$1=[],g$1.__r=0,r$1=0;
|
|
148
|
-
|
|
149
|
-
var _$1=0;function o$1(o,e,n,t,f){var l,s,u={};for(s in e)"ref"==s?l=e[s]:u[s]=e[s];var a={type:o,props:u,key:n,ref:l,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--_$1,__source:f,__self:t};if("function"==typeof o&&(l=o.defaultProps))for(s in l)void 0===u[s]&&(u[s]=l[s]);return l$1.vnode&&l$1.vnode(a),a}
|
|
150
|
-
|
|
151
|
-
function count$1(node) {
|
|
152
|
-
var sum = 0,
|
|
153
|
-
children = node.children,
|
|
154
|
-
i = children && children.length;
|
|
155
|
-
if (!i) sum = 1;
|
|
156
|
-
else while (--i >= 0) sum += children[i].value;
|
|
157
|
-
node.value = sum;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
function node_count() {
|
|
161
|
-
return this.eachAfter(count$1);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
function node_each(callback, that) {
|
|
165
|
-
let index = -1;
|
|
166
|
-
for (const node of this) {
|
|
167
|
-
callback.call(that, node, ++index, this);
|
|
168
|
-
}
|
|
169
|
-
return this;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
function node_eachBefore(callback, that) {
|
|
173
|
-
var node = this, nodes = [node], children, i, index = -1;
|
|
174
|
-
while (node = nodes.pop()) {
|
|
175
|
-
callback.call(that, node, ++index, this);
|
|
176
|
-
if (children = node.children) {
|
|
177
|
-
for (i = children.length - 1; i >= 0; --i) {
|
|
178
|
-
nodes.push(children[i]);
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
return this;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
function node_eachAfter(callback, that) {
|
|
186
|
-
var node = this, nodes = [node], next = [], children, i, n, index = -1;
|
|
187
|
-
while (node = nodes.pop()) {
|
|
188
|
-
next.push(node);
|
|
189
|
-
if (children = node.children) {
|
|
190
|
-
for (i = 0, n = children.length; i < n; ++i) {
|
|
191
|
-
nodes.push(children[i]);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
while (node = next.pop()) {
|
|
196
|
-
callback.call(that, node, ++index, this);
|
|
197
|
-
}
|
|
198
|
-
return this;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
function node_find(callback, that) {
|
|
202
|
-
let index = -1;
|
|
203
|
-
for (const node of this) {
|
|
204
|
-
if (callback.call(that, node, ++index, this)) {
|
|
205
|
-
return node;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
function node_sum(value) {
|
|
211
|
-
return this.eachAfter(function(node) {
|
|
212
|
-
var sum = +value(node.data) || 0,
|
|
213
|
-
children = node.children,
|
|
214
|
-
i = children && children.length;
|
|
215
|
-
while (--i >= 0) sum += children[i].value;
|
|
216
|
-
node.value = sum;
|
|
217
|
-
});
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
function node_sort(compare) {
|
|
221
|
-
return this.eachBefore(function(node) {
|
|
222
|
-
if (node.children) {
|
|
223
|
-
node.children.sort(compare);
|
|
224
|
-
}
|
|
225
|
-
});
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
function node_path(end) {
|
|
229
|
-
var start = this,
|
|
230
|
-
ancestor = leastCommonAncestor(start, end),
|
|
231
|
-
nodes = [start];
|
|
232
|
-
while (start !== ancestor) {
|
|
233
|
-
start = start.parent;
|
|
234
|
-
nodes.push(start);
|
|
235
|
-
}
|
|
236
|
-
var k = nodes.length;
|
|
237
|
-
while (end !== ancestor) {
|
|
238
|
-
nodes.splice(k, 0, end);
|
|
239
|
-
end = end.parent;
|
|
240
|
-
}
|
|
241
|
-
return nodes;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
function leastCommonAncestor(a, b) {
|
|
245
|
-
if (a === b) return a;
|
|
246
|
-
var aNodes = a.ancestors(),
|
|
247
|
-
bNodes = b.ancestors(),
|
|
248
|
-
c = null;
|
|
249
|
-
a = aNodes.pop();
|
|
250
|
-
b = bNodes.pop();
|
|
251
|
-
while (a === b) {
|
|
252
|
-
c = a;
|
|
253
|
-
a = aNodes.pop();
|
|
254
|
-
b = bNodes.pop();
|
|
255
|
-
}
|
|
256
|
-
return c;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
function node_ancestors() {
|
|
260
|
-
var node = this, nodes = [node];
|
|
261
|
-
while (node = node.parent) {
|
|
262
|
-
nodes.push(node);
|
|
263
|
-
}
|
|
264
|
-
return nodes;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
function node_descendants() {
|
|
268
|
-
return Array.from(this);
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
function node_leaves() {
|
|
272
|
-
var leaves = [];
|
|
273
|
-
this.eachBefore(function(node) {
|
|
274
|
-
if (!node.children) {
|
|
275
|
-
leaves.push(node);
|
|
276
|
-
}
|
|
277
|
-
});
|
|
278
|
-
return leaves;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
function node_links() {
|
|
282
|
-
var root = this, links = [];
|
|
283
|
-
root.each(function(node) {
|
|
284
|
-
if (node !== root) { // Don’t include the root’s parent, if any.
|
|
285
|
-
links.push({source: node.parent, target: node});
|
|
286
|
-
}
|
|
287
|
-
});
|
|
288
|
-
return links;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
function* node_iterator() {
|
|
292
|
-
var node = this, current, next = [node], children, i, n;
|
|
293
|
-
do {
|
|
294
|
-
current = next.reverse(), next = [];
|
|
295
|
-
while (node = current.pop()) {
|
|
296
|
-
yield node;
|
|
297
|
-
if (children = node.children) {
|
|
298
|
-
for (i = 0, n = children.length; i < n; ++i) {
|
|
299
|
-
next.push(children[i]);
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
} while (next.length);
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
function hierarchy(data, children) {
|
|
307
|
-
if (data instanceof Map) {
|
|
308
|
-
data = [undefined, data];
|
|
309
|
-
if (children === undefined) children = mapChildren;
|
|
310
|
-
} else if (children === undefined) {
|
|
311
|
-
children = objectChildren;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
var root = new Node$1(data),
|
|
315
|
-
node,
|
|
316
|
-
nodes = [root],
|
|
317
|
-
child,
|
|
318
|
-
childs,
|
|
319
|
-
i,
|
|
320
|
-
n;
|
|
321
|
-
|
|
322
|
-
while (node = nodes.pop()) {
|
|
323
|
-
if ((childs = children(node.data)) && (n = (childs = Array.from(childs)).length)) {
|
|
324
|
-
node.children = childs;
|
|
325
|
-
for (i = n - 1; i >= 0; --i) {
|
|
326
|
-
nodes.push(child = childs[i] = new Node$1(childs[i]));
|
|
327
|
-
child.parent = node;
|
|
328
|
-
child.depth = node.depth + 1;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
return root.eachBefore(computeHeight);
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
function node_copy() {
|
|
337
|
-
return hierarchy(this).eachBefore(copyData);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
function objectChildren(d) {
|
|
341
|
-
return d.children;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
function mapChildren(d) {
|
|
345
|
-
return Array.isArray(d) ? d[1] : null;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
function copyData(node) {
|
|
349
|
-
if (node.data.value !== undefined) node.value = node.data.value;
|
|
350
|
-
node.data = node.data.data;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
function computeHeight(node) {
|
|
354
|
-
var height = 0;
|
|
355
|
-
do node.height = height;
|
|
356
|
-
while ((node = node.parent) && (node.height < ++height));
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
function Node$1(data) {
|
|
360
|
-
this.data = data;
|
|
361
|
-
this.depth =
|
|
362
|
-
this.height = 0;
|
|
363
|
-
this.parent = null;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
Node$1.prototype = hierarchy.prototype = {
|
|
367
|
-
constructor: Node$1,
|
|
368
|
-
count: node_count,
|
|
369
|
-
each: node_each,
|
|
370
|
-
eachAfter: node_eachAfter,
|
|
371
|
-
eachBefore: node_eachBefore,
|
|
372
|
-
find: node_find,
|
|
373
|
-
sum: node_sum,
|
|
374
|
-
sort: node_sort,
|
|
375
|
-
path: node_path,
|
|
376
|
-
ancestors: node_ancestors,
|
|
377
|
-
descendants: node_descendants,
|
|
378
|
-
leaves: node_leaves,
|
|
379
|
-
links: node_links,
|
|
380
|
-
copy: node_copy,
|
|
381
|
-
[Symbol.iterator]: node_iterator
|
|
382
|
-
};
|
|
383
|
-
|
|
384
|
-
function required(f) {
|
|
385
|
-
if (typeof f !== "function") throw new Error;
|
|
386
|
-
return f;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
function constantZero() {
|
|
390
|
-
return 0;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
function constant$1(x) {
|
|
394
|
-
return function() {
|
|
395
|
-
return x;
|
|
396
|
-
};
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
function roundNode(node) {
|
|
400
|
-
node.x0 = Math.round(node.x0);
|
|
401
|
-
node.y0 = Math.round(node.y0);
|
|
402
|
-
node.x1 = Math.round(node.x1);
|
|
403
|
-
node.y1 = Math.round(node.y1);
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
function treemapDice(parent, x0, y0, x1, y1) {
|
|
407
|
-
var nodes = parent.children,
|
|
408
|
-
node,
|
|
409
|
-
i = -1,
|
|
410
|
-
n = nodes.length,
|
|
411
|
-
k = parent.value && (x1 - x0) / parent.value;
|
|
412
|
-
|
|
413
|
-
while (++i < n) {
|
|
414
|
-
node = nodes[i], node.y0 = y0, node.y1 = y1;
|
|
415
|
-
node.x0 = x0, node.x1 = x0 += node.value * k;
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
Object.create(Node$1.prototype);
|
|
420
|
-
|
|
421
|
-
function treemapSlice(parent, x0, y0, x1, y1) {
|
|
422
|
-
var nodes = parent.children,
|
|
423
|
-
node,
|
|
424
|
-
i = -1,
|
|
425
|
-
n = nodes.length,
|
|
426
|
-
k = parent.value && (y1 - y0) / parent.value;
|
|
427
|
-
|
|
428
|
-
while (++i < n) {
|
|
429
|
-
node = nodes[i], node.x0 = x0, node.x1 = x1;
|
|
430
|
-
node.y0 = y0, node.y1 = y0 += node.value * k;
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
var phi = (1 + Math.sqrt(5)) / 2;
|
|
435
|
-
|
|
436
|
-
function squarifyRatio(ratio, parent, x0, y0, x1, y1) {
|
|
437
|
-
var rows = [],
|
|
438
|
-
nodes = parent.children,
|
|
439
|
-
row,
|
|
440
|
-
nodeValue,
|
|
441
|
-
i0 = 0,
|
|
442
|
-
i1 = 0,
|
|
443
|
-
n = nodes.length,
|
|
444
|
-
dx, dy,
|
|
445
|
-
value = parent.value,
|
|
446
|
-
sumValue,
|
|
447
|
-
minValue,
|
|
448
|
-
maxValue,
|
|
449
|
-
newRatio,
|
|
450
|
-
minRatio,
|
|
451
|
-
alpha,
|
|
452
|
-
beta;
|
|
453
|
-
|
|
454
|
-
while (i0 < n) {
|
|
455
|
-
dx = x1 - x0, dy = y1 - y0;
|
|
456
|
-
|
|
457
|
-
// Find the next non-empty node.
|
|
458
|
-
do sumValue = nodes[i1++].value; while (!sumValue && i1 < n);
|
|
459
|
-
minValue = maxValue = sumValue;
|
|
460
|
-
alpha = Math.max(dy / dx, dx / dy) / (value * ratio);
|
|
461
|
-
beta = sumValue * sumValue * alpha;
|
|
462
|
-
minRatio = Math.max(maxValue / beta, beta / minValue);
|
|
463
|
-
|
|
464
|
-
// Keep adding nodes while the aspect ratio maintains or improves.
|
|
465
|
-
for (; i1 < n; ++i1) {
|
|
466
|
-
sumValue += nodeValue = nodes[i1].value;
|
|
467
|
-
if (nodeValue < minValue) minValue = nodeValue;
|
|
468
|
-
if (nodeValue > maxValue) maxValue = nodeValue;
|
|
469
|
-
beta = sumValue * sumValue * alpha;
|
|
470
|
-
newRatio = Math.max(maxValue / beta, beta / minValue);
|
|
471
|
-
if (newRatio > minRatio) { sumValue -= nodeValue; break; }
|
|
472
|
-
minRatio = newRatio;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
// Position and record the row orientation.
|
|
476
|
-
rows.push(row = {value: sumValue, dice: dx < dy, children: nodes.slice(i0, i1)});
|
|
477
|
-
if (row.dice) treemapDice(row, x0, y0, x1, value ? y0 += dy * sumValue / value : y1);
|
|
478
|
-
else treemapSlice(row, x0, y0, value ? x0 += dx * sumValue / value : x1, y1);
|
|
479
|
-
value -= sumValue, i0 = i1;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
return rows;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
var squarify = (function custom(ratio) {
|
|
486
|
-
|
|
487
|
-
function squarify(parent, x0, y0, x1, y1) {
|
|
488
|
-
squarifyRatio(ratio, parent, x0, y0, x1, y1);
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
squarify.ratio = function(x) {
|
|
492
|
-
return custom((x = +x) > 1 ? x : 1);
|
|
493
|
-
};
|
|
494
|
-
|
|
495
|
-
return squarify;
|
|
496
|
-
})(phi);
|
|
497
|
-
|
|
498
|
-
function treemap() {
|
|
499
|
-
var tile = squarify,
|
|
500
|
-
round = false,
|
|
501
|
-
dx = 1,
|
|
502
|
-
dy = 1,
|
|
503
|
-
paddingStack = [0],
|
|
504
|
-
paddingInner = constantZero,
|
|
505
|
-
paddingTop = constantZero,
|
|
506
|
-
paddingRight = constantZero,
|
|
507
|
-
paddingBottom = constantZero,
|
|
508
|
-
paddingLeft = constantZero;
|
|
509
|
-
|
|
510
|
-
function treemap(root) {
|
|
511
|
-
root.x0 =
|
|
512
|
-
root.y0 = 0;
|
|
513
|
-
root.x1 = dx;
|
|
514
|
-
root.y1 = dy;
|
|
515
|
-
root.eachBefore(positionNode);
|
|
516
|
-
paddingStack = [0];
|
|
517
|
-
if (round) root.eachBefore(roundNode);
|
|
518
|
-
return root;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
function positionNode(node) {
|
|
522
|
-
var p = paddingStack[node.depth],
|
|
523
|
-
x0 = node.x0 + p,
|
|
524
|
-
y0 = node.y0 + p,
|
|
525
|
-
x1 = node.x1 - p,
|
|
526
|
-
y1 = node.y1 - p;
|
|
527
|
-
if (x1 < x0) x0 = x1 = (x0 + x1) / 2;
|
|
528
|
-
if (y1 < y0) y0 = y1 = (y0 + y1) / 2;
|
|
529
|
-
node.x0 = x0;
|
|
530
|
-
node.y0 = y0;
|
|
531
|
-
node.x1 = x1;
|
|
532
|
-
node.y1 = y1;
|
|
533
|
-
if (node.children) {
|
|
534
|
-
p = paddingStack[node.depth + 1] = paddingInner(node) / 2;
|
|
535
|
-
x0 += paddingLeft(node) - p;
|
|
536
|
-
y0 += paddingTop(node) - p;
|
|
537
|
-
x1 -= paddingRight(node) - p;
|
|
538
|
-
y1 -= paddingBottom(node) - p;
|
|
539
|
-
if (x1 < x0) x0 = x1 = (x0 + x1) / 2;
|
|
540
|
-
if (y1 < y0) y0 = y1 = (y0 + y1) / 2;
|
|
541
|
-
tile(node, x0, y0, x1, y1);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
treemap.round = function(x) {
|
|
546
|
-
return arguments.length ? (round = !!x, treemap) : round;
|
|
547
|
-
};
|
|
548
|
-
|
|
549
|
-
treemap.size = function(x) {
|
|
550
|
-
return arguments.length ? (dx = +x[0], dy = +x[1], treemap) : [dx, dy];
|
|
551
|
-
};
|
|
552
|
-
|
|
553
|
-
treemap.tile = function(x) {
|
|
554
|
-
return arguments.length ? (tile = required(x), treemap) : tile;
|
|
555
|
-
};
|
|
556
|
-
|
|
557
|
-
treemap.padding = function(x) {
|
|
558
|
-
return arguments.length ? treemap.paddingInner(x).paddingOuter(x) : treemap.paddingInner();
|
|
559
|
-
};
|
|
560
|
-
|
|
561
|
-
treemap.paddingInner = function(x) {
|
|
562
|
-
return arguments.length ? (paddingInner = typeof x === "function" ? x : constant$1(+x), treemap) : paddingInner;
|
|
563
|
-
};
|
|
564
|
-
|
|
565
|
-
treemap.paddingOuter = function(x) {
|
|
566
|
-
return arguments.length ? treemap.paddingTop(x).paddingRight(x).paddingBottom(x).paddingLeft(x) : treemap.paddingTop();
|
|
567
|
-
};
|
|
568
|
-
|
|
569
|
-
treemap.paddingTop = function(x) {
|
|
570
|
-
return arguments.length ? (paddingTop = typeof x === "function" ? x : constant$1(+x), treemap) : paddingTop;
|
|
571
|
-
};
|
|
572
|
-
|
|
573
|
-
treemap.paddingRight = function(x) {
|
|
574
|
-
return arguments.length ? (paddingRight = typeof x === "function" ? x : constant$1(+x), treemap) : paddingRight;
|
|
575
|
-
};
|
|
576
|
-
|
|
577
|
-
treemap.paddingBottom = function(x) {
|
|
578
|
-
return arguments.length ? (paddingBottom = typeof x === "function" ? x : constant$1(+x), treemap) : paddingBottom;
|
|
579
|
-
};
|
|
580
|
-
|
|
581
|
-
treemap.paddingLeft = function(x) {
|
|
582
|
-
return arguments.length ? (paddingLeft = typeof x === "function" ? x : constant$1(+x), treemap) : paddingLeft;
|
|
583
|
-
};
|
|
584
|
-
|
|
585
|
-
return treemap;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
var treemapResquarify = (function custom(ratio) {
|
|
589
|
-
|
|
590
|
-
function resquarify(parent, x0, y0, x1, y1) {
|
|
591
|
-
if ((rows = parent._squarify) && (rows.ratio === ratio)) {
|
|
592
|
-
var rows,
|
|
593
|
-
row,
|
|
594
|
-
nodes,
|
|
595
|
-
i,
|
|
596
|
-
j = -1,
|
|
597
|
-
n,
|
|
598
|
-
m = rows.length,
|
|
599
|
-
value = parent.value;
|
|
600
|
-
|
|
601
|
-
while (++j < m) {
|
|
602
|
-
row = rows[j], nodes = row.children;
|
|
603
|
-
for (i = row.value = 0, n = nodes.length; i < n; ++i) row.value += nodes[i].value;
|
|
604
|
-
if (row.dice) treemapDice(row, x0, y0, x1, value ? y0 += (y1 - y0) * row.value / value : y1);
|
|
605
|
-
else treemapSlice(row, x0, y0, value ? x0 += (x1 - x0) * row.value / value : x1, y1);
|
|
606
|
-
value -= row.value;
|
|
607
|
-
}
|
|
608
|
-
} else {
|
|
609
|
-
parent._squarify = rows = squarifyRatio(ratio, parent, x0, y0, x1, y1);
|
|
610
|
-
rows.ratio = ratio;
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
resquarify.ratio = function(x) {
|
|
615
|
-
return custom((x = +x) > 1 ? x : 1);
|
|
616
|
-
};
|
|
617
|
-
|
|
618
|
-
return resquarify;
|
|
619
|
-
})(phi);
|
|
620
|
-
|
|
621
|
-
const isModuleTree = (mod) => "children" in mod;
|
|
622
|
-
|
|
623
|
-
let count = 0;
|
|
624
|
-
class Id {
|
|
625
|
-
constructor(id) {
|
|
626
|
-
this._id = id;
|
|
627
|
-
const url = new URL(window.location.href);
|
|
628
|
-
url.hash = id;
|
|
629
|
-
this._href = url.toString();
|
|
630
|
-
}
|
|
631
|
-
get id() {
|
|
632
|
-
return this._id;
|
|
633
|
-
}
|
|
634
|
-
get href() {
|
|
635
|
-
return this._href;
|
|
636
|
-
}
|
|
637
|
-
toString() {
|
|
638
|
-
return `url(${this.href})`;
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
function generateUniqueId(name) {
|
|
642
|
-
count += 1;
|
|
643
|
-
const id = ["O", name, count].filter(Boolean).join("-");
|
|
644
|
-
return new Id(id);
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
const LABELS = {
|
|
648
|
-
renderedLength: "Rendered",
|
|
649
|
-
gzipLength: "Gzip",
|
|
650
|
-
brotliLength: "Brotli",
|
|
651
|
-
};
|
|
652
|
-
const getAvailableSizeOptions = (options) => {
|
|
653
|
-
const availableSizeProperties = ["renderedLength"];
|
|
654
|
-
if (options.gzip) {
|
|
655
|
-
availableSizeProperties.push("gzipLength");
|
|
656
|
-
}
|
|
657
|
-
if (options.brotli) {
|
|
658
|
-
availableSizeProperties.push("brotliLength");
|
|
659
|
-
}
|
|
660
|
-
return availableSizeProperties;
|
|
661
|
-
};
|
|
662
|
-
|
|
663
|
-
var t,r,u,i,o=0,f=[],c=[],e=l$1.__b,a=l$1.__r,v=l$1.diffed,l=l$1.__c,m=l$1.unmount;function d(t,u){l$1.__h&&l$1.__h(r,t,o||u),o=0;var i=r.__H||(r.__H={__:[],__h:[]});return t>=i.__.length&&i.__.push({__V:c}),i.__[t]}function p(n){return o=1,y(B$1,n)}function y(n,u,i){var o=d(t++,2);if(o.t=n,!o.__c&&(o.__=[i?i(u):B$1(void 0,u),function(n){var t=o.__N?o.__N[0]:o.__[0],r=o.t(t,n);t!==r&&(o.__N=[r,o.__[1]],o.__c.setState({}));}],o.__c=r,!r.u)){r.u=!0;var f=r.shouldComponentUpdate;r.shouldComponentUpdate=function(n,t,r){if(!o.__c.__H)return !0;var u=o.__c.__H.__.filter(function(n){return n.__c});if(u.every(function(n){return !n.__N}))return !f||f.call(this,n,t,r);var i=!1;return u.forEach(function(n){if(n.__N){var t=n.__[0];n.__=n.__N,n.__N=void 0,t!==n.__[0]&&(i=!0);}}),!(!i&&o.__c.props===n)&&(!f||f.call(this,n,t,r))};}return o.__N||o.__}function h(u,i){var o=d(t++,3);!l$1.__s&&z(o.__H,i)&&(o.__=u,o.i=i,r.__H.__h.push(o));}function s(u,i){var o=d(t++,4);!l$1.__s&&z(o.__H,i)&&(o.__=u,o.i=i,r.__h.push(o));}function _(n){return o=5,F(function(){return {current:n}},[])}function F(n,r){var u=d(t++,7);return z(u.__H,r)?(u.__V=n(),u.i=r,u.__h=n,u.__V):u.__}function q(n){var u=r.context[n.__c],i=d(t++,9);return i.c=n,u?(null==i.__&&(i.__=!0,u.sub(r)),u.props.value):n.__}function b(){for(var t;t=f.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(k),t.__H.__h.forEach(w),t.__H.__h=[];}catch(r){t.__H.__h=[],l$1.__e(r,t.__v);}}l$1.__b=function(n){"function"!=typeof n.type||n.__m||null===n.__?n.__m||(n.__m=n.__&&n.__.__m?n.__.__m:""):n.__m=(n.__&&n.__.__m?n.__.__m:"")+(n.__&&n.__.__k?n.__.__k.indexOf(n):0),r=null,e&&e(n);},l$1.__r=function(n){a&&a(n),t=0;var i=(r=n.__c).__H;i&&(u===r?(i.__h=[],r.__h=[],i.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=c,n.__N=n.i=void 0;})):(i.__h.forEach(k),i.__h.forEach(w),i.__h=[])),u=r;},l$1.diffed=function(t){v&&v(t);var o=t.__c;o&&o.__H&&(o.__H.__h.length&&(1!==f.push(o)&&i===l$1.requestAnimationFrame||((i=l$1.requestAnimationFrame)||j)(b)),o.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==c&&(n.__=n.__V),n.i=void 0,n.__V=c;})),u=r=null;},l$1.__c=function(t,r){r.some(function(t){try{t.__h.forEach(k),t.__h=t.__h.filter(function(n){return !n.__||w(n)});}catch(u){r.some(function(n){n.__h&&(n.__h=[]);}),r=[],l$1.__e(u,t.__v);}}),l&&l(t,r);},l$1.unmount=function(t){m&&m(t);var r,u=t.__c;u&&u.__H&&(u.__H.__.forEach(function(n){try{k(n);}catch(n){r=n;}}),u.__H=void 0,r&&l$1.__e(r,u.__v));};var g="function"==typeof requestAnimationFrame;function j(n){var t,r=function(){clearTimeout(u),g&&cancelAnimationFrame(t),setTimeout(n);},u=setTimeout(r,100);g&&(t=requestAnimationFrame(r));}function k(n){var t=r,u=n.__c;"function"==typeof u&&(n.__c=void 0,u()),r=t;}function w(n){var t=r;n.__c=n.__(),r=t;}function z(n,t){return !n||n.length!==t.length||t.some(function(t,r){return t!==n[r]})}function B$1(n,t){return "function"==typeof t?t(n):t}
|
|
664
|
-
|
|
665
|
-
const SideBar = ({ availableSizeProperties, sizeProperty, setSizeProperty, onExcludeChange, onIncludeChange, }) => {
|
|
666
|
-
const [includeValue, setIncludeValue] = p("");
|
|
667
|
-
const [excludeValue, setExcludeValue] = p("");
|
|
668
|
-
const handleSizePropertyChange = (sizeProp) => () => {
|
|
669
|
-
if (sizeProp !== sizeProperty) {
|
|
670
|
-
setSizeProperty(sizeProp);
|
|
671
|
-
}
|
|
672
|
-
};
|
|
673
|
-
const handleIncludeChange = (event) => {
|
|
674
|
-
const value = event.currentTarget.value;
|
|
675
|
-
setIncludeValue(value);
|
|
676
|
-
onIncludeChange(value);
|
|
677
|
-
};
|
|
678
|
-
const handleExcludeChange = (event) => {
|
|
679
|
-
const value = event.currentTarget.value;
|
|
680
|
-
setExcludeValue(value);
|
|
681
|
-
onExcludeChange(value);
|
|
682
|
-
};
|
|
683
|
-
return (o$1("aside", Object.assign({ className: "sidebar" }, { children: [o$1("div", Object.assign({ className: "size-selectors" }, { children: availableSizeProperties.length > 1 &&
|
|
684
|
-
availableSizeProperties.map((sizeProp) => {
|
|
685
|
-
const id = `selector-${sizeProp}`;
|
|
686
|
-
return (o$1("div", Object.assign({ className: "size-selector" }, { children: [o$1("input", { type: "radio", id: id, checked: sizeProp === sizeProperty, onChange: handleSizePropertyChange(sizeProp) }), o$1("label", Object.assign({ htmlFor: id }, { children: LABELS[sizeProp] }))] }), sizeProp));
|
|
687
|
-
}) })), o$1("div", Object.assign({ className: "module-filters" }, { children: [o$1("div", Object.assign({ className: "module-filter" }, { children: [o$1("label", Object.assign({ htmlFor: "module-filter-exclude" }, { children: "Exclude" })), o$1("input", { type: "text", id: "module-filter-exclude", value: excludeValue, onInput: handleExcludeChange, placeholder: "RegExp" })] })), o$1("div", Object.assign({ className: "module-filter" }, { children: [o$1("label", Object.assign({ htmlFor: "module-filter-include" }, { children: "Include" })), o$1("input", { type: "text", id: "module-filter-include", value: includeValue, onInput: handleIncludeChange, placeholder: "RegExp" })] }))] }))] })));
|
|
688
|
-
};
|
|
689
|
-
|
|
690
|
-
const throttleFilter = (callback, limit) => {
|
|
691
|
-
let waiting = false;
|
|
692
|
-
return (val) => {
|
|
693
|
-
if (!waiting) {
|
|
694
|
-
callback(val);
|
|
695
|
-
waiting = true;
|
|
696
|
-
setTimeout(() => {
|
|
697
|
-
waiting = false;
|
|
698
|
-
}, limit);
|
|
699
|
-
}
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
const useFilter = () => {
|
|
703
|
-
const [includeFilter, setIncludeFilter] = p("");
|
|
704
|
-
const [excludeFilter, setExcludeFilter] = p("");
|
|
705
|
-
const setIncludeFilterTrottled = F(() => throttleFilter(setIncludeFilter, 200), []);
|
|
706
|
-
const setExcludeFilterTrottled = F(() => throttleFilter(setExcludeFilter, 200), []);
|
|
707
|
-
const isModuleIncluded = F(() => {
|
|
708
|
-
if (includeFilter === "") {
|
|
709
|
-
return () => true;
|
|
710
|
-
}
|
|
711
|
-
try {
|
|
712
|
-
const re = new RegExp(includeFilter);
|
|
713
|
-
return ({ id }) => re.test(id);
|
|
714
|
-
}
|
|
715
|
-
catch (err) {
|
|
716
|
-
return () => false;
|
|
717
|
-
}
|
|
718
|
-
}, [includeFilter]);
|
|
719
|
-
const isModuleExcluded = F(() => {
|
|
720
|
-
if (excludeFilter === "") {
|
|
721
|
-
return () => false;
|
|
722
|
-
}
|
|
723
|
-
try {
|
|
724
|
-
const re = new RegExp(excludeFilter);
|
|
725
|
-
return ({ id }) => re.test(id);
|
|
726
|
-
}
|
|
727
|
-
catch (err) {
|
|
728
|
-
return () => false;
|
|
729
|
-
}
|
|
730
|
-
}, [excludeFilter]);
|
|
731
|
-
const isDefaultInclude = includeFilter === "";
|
|
732
|
-
const getModuleFilterMultiplier = F(() => {
|
|
733
|
-
return (data) => {
|
|
734
|
-
if (isDefaultInclude) {
|
|
735
|
-
return isModuleExcluded(data) ? 0 : 1;
|
|
736
|
-
}
|
|
737
|
-
return isModuleExcluded(data) && !isModuleIncluded(data) ? 0 : 1;
|
|
738
|
-
};
|
|
739
|
-
}, [isDefaultInclude, isModuleExcluded, isModuleIncluded]);
|
|
740
|
-
return {
|
|
741
|
-
getModuleFilterMultiplier,
|
|
742
|
-
includeFilter,
|
|
743
|
-
excludeFilter,
|
|
744
|
-
setExcludeFilter: setExcludeFilterTrottled,
|
|
745
|
-
setIncludeFilter: setIncludeFilterTrottled,
|
|
746
|
-
};
|
|
747
|
-
};
|
|
748
|
-
|
|
749
|
-
function ascending(a, b) {
|
|
750
|
-
return a == null || b == null ? NaN : a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
function descending(a, b) {
|
|
754
|
-
return a == null || b == null ? NaN
|
|
755
|
-
: b < a ? -1
|
|
756
|
-
: b > a ? 1
|
|
757
|
-
: b >= a ? 0
|
|
758
|
-
: NaN;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
function bisector(f) {
|
|
762
|
-
let compare1, compare2, delta;
|
|
763
|
-
|
|
764
|
-
// If an accessor is specified, promote it to a comparator. In this case we
|
|
765
|
-
// can test whether the search value is (self-) comparable. We can’t do this
|
|
766
|
-
// for a comparator (except for specific, known comparators) because we can’t
|
|
767
|
-
// tell if the comparator is symmetric, and an asymmetric comparator can’t be
|
|
768
|
-
// used to test whether a single value is comparable.
|
|
769
|
-
if (f.length !== 2) {
|
|
770
|
-
compare1 = ascending;
|
|
771
|
-
compare2 = (d, x) => ascending(f(d), x);
|
|
772
|
-
delta = (d, x) => f(d) - x;
|
|
773
|
-
} else {
|
|
774
|
-
compare1 = f === ascending || f === descending ? f : zero$1;
|
|
775
|
-
compare2 = f;
|
|
776
|
-
delta = f;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
function left(a, x, lo = 0, hi = a.length) {
|
|
780
|
-
if (lo < hi) {
|
|
781
|
-
if (compare1(x, x) !== 0) return hi;
|
|
782
|
-
do {
|
|
783
|
-
const mid = (lo + hi) >>> 1;
|
|
784
|
-
if (compare2(a[mid], x) < 0) lo = mid + 1;
|
|
785
|
-
else hi = mid;
|
|
786
|
-
} while (lo < hi);
|
|
787
|
-
}
|
|
788
|
-
return lo;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
function right(a, x, lo = 0, hi = a.length) {
|
|
792
|
-
if (lo < hi) {
|
|
793
|
-
if (compare1(x, x) !== 0) return hi;
|
|
794
|
-
do {
|
|
795
|
-
const mid = (lo + hi) >>> 1;
|
|
796
|
-
if (compare2(a[mid], x) <= 0) lo = mid + 1;
|
|
797
|
-
else hi = mid;
|
|
798
|
-
} while (lo < hi);
|
|
799
|
-
}
|
|
800
|
-
return lo;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
function center(a, x, lo = 0, hi = a.length) {
|
|
804
|
-
const i = left(a, x, lo, hi - 1);
|
|
805
|
-
return i > lo && delta(a[i - 1], x) > -delta(a[i], x) ? i - 1 : i;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
return {left, center, right};
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
function zero$1() {
|
|
812
|
-
return 0;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
function number$1(x) {
|
|
816
|
-
return x === null ? NaN : +x;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
const ascendingBisect = bisector(ascending);
|
|
820
|
-
const bisectRight = ascendingBisect.right;
|
|
821
|
-
bisector(number$1).center;
|
|
822
|
-
|
|
823
|
-
class InternMap extends Map {
|
|
824
|
-
constructor(entries, key = keyof) {
|
|
825
|
-
super();
|
|
826
|
-
Object.defineProperties(this, {_intern: {value: new Map()}, _key: {value: key}});
|
|
827
|
-
if (entries != null) for (const [key, value] of entries) this.set(key, value);
|
|
828
|
-
}
|
|
829
|
-
get(key) {
|
|
830
|
-
return super.get(intern_get(this, key));
|
|
831
|
-
}
|
|
832
|
-
has(key) {
|
|
833
|
-
return super.has(intern_get(this, key));
|
|
834
|
-
}
|
|
835
|
-
set(key, value) {
|
|
836
|
-
return super.set(intern_set(this, key), value);
|
|
837
|
-
}
|
|
838
|
-
delete(key) {
|
|
839
|
-
return super.delete(intern_delete(this, key));
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
function intern_get({_intern, _key}, value) {
|
|
844
|
-
const key = _key(value);
|
|
845
|
-
return _intern.has(key) ? _intern.get(key) : value;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
function intern_set({_intern, _key}, value) {
|
|
849
|
-
const key = _key(value);
|
|
850
|
-
if (_intern.has(key)) return _intern.get(key);
|
|
851
|
-
_intern.set(key, value);
|
|
852
|
-
return value;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
function intern_delete({_intern, _key}, value) {
|
|
856
|
-
const key = _key(value);
|
|
857
|
-
if (_intern.has(key)) {
|
|
858
|
-
value = _intern.get(key);
|
|
859
|
-
_intern.delete(key);
|
|
860
|
-
}
|
|
861
|
-
return value;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
function keyof(value) {
|
|
865
|
-
return value !== null && typeof value === "object" ? value.valueOf() : value;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
function identity$2(x) {
|
|
869
|
-
return x;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
function group(values, ...keys) {
|
|
873
|
-
return nest(values, identity$2, identity$2, keys);
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
function nest(values, map, reduce, keys) {
|
|
877
|
-
return (function regroup(values, i) {
|
|
878
|
-
if (i >= keys.length) return reduce(values);
|
|
879
|
-
const groups = new InternMap();
|
|
880
|
-
const keyof = keys[i++];
|
|
881
|
-
let index = -1;
|
|
882
|
-
for (const value of values) {
|
|
883
|
-
const key = keyof(value, ++index, values);
|
|
884
|
-
const group = groups.get(key);
|
|
885
|
-
if (group) group.push(value);
|
|
886
|
-
else groups.set(key, [value]);
|
|
887
|
-
}
|
|
888
|
-
for (const [key, values] of groups) {
|
|
889
|
-
groups.set(key, regroup(values, i));
|
|
890
|
-
}
|
|
891
|
-
return map(groups);
|
|
892
|
-
})(values, 0);
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
var e10 = Math.sqrt(50),
|
|
896
|
-
e5 = Math.sqrt(10),
|
|
897
|
-
e2 = Math.sqrt(2);
|
|
898
|
-
|
|
899
|
-
function ticks(start, stop, count) {
|
|
900
|
-
var reverse,
|
|
901
|
-
i = -1,
|
|
902
|
-
n,
|
|
903
|
-
ticks,
|
|
904
|
-
step;
|
|
905
|
-
|
|
906
|
-
stop = +stop, start = +start, count = +count;
|
|
907
|
-
if (start === stop && count > 0) return [start];
|
|
908
|
-
if (reverse = stop < start) n = start, start = stop, stop = n;
|
|
909
|
-
if ((step = tickIncrement(start, stop, count)) === 0 || !isFinite(step)) return [];
|
|
910
|
-
|
|
911
|
-
if (step > 0) {
|
|
912
|
-
let r0 = Math.round(start / step), r1 = Math.round(stop / step);
|
|
913
|
-
if (r0 * step < start) ++r0;
|
|
914
|
-
if (r1 * step > stop) --r1;
|
|
915
|
-
ticks = new Array(n = r1 - r0 + 1);
|
|
916
|
-
while (++i < n) ticks[i] = (r0 + i) * step;
|
|
917
|
-
} else {
|
|
918
|
-
step = -step;
|
|
919
|
-
let r0 = Math.round(start * step), r1 = Math.round(stop * step);
|
|
920
|
-
if (r0 / step < start) ++r0;
|
|
921
|
-
if (r1 / step > stop) --r1;
|
|
922
|
-
ticks = new Array(n = r1 - r0 + 1);
|
|
923
|
-
while (++i < n) ticks[i] = (r0 + i) / step;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
if (reverse) ticks.reverse();
|
|
927
|
-
|
|
928
|
-
return ticks;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
function tickIncrement(start, stop, count) {
|
|
932
|
-
var step = (stop - start) / Math.max(0, count),
|
|
933
|
-
power = Math.floor(Math.log(step) / Math.LN10),
|
|
934
|
-
error = step / Math.pow(10, power);
|
|
935
|
-
return power >= 0
|
|
936
|
-
? (error >= e10 ? 10 : error >= e5 ? 5 : error >= e2 ? 2 : 1) * Math.pow(10, power)
|
|
937
|
-
: -Math.pow(10, -power) / (error >= e10 ? 10 : error >= e5 ? 5 : error >= e2 ? 2 : 1);
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
function tickStep(start, stop, count) {
|
|
941
|
-
var step0 = Math.abs(stop - start) / Math.max(0, count),
|
|
942
|
-
step1 = Math.pow(10, Math.floor(Math.log(step0) / Math.LN10)),
|
|
943
|
-
error = step0 / step1;
|
|
944
|
-
if (error >= e10) step1 *= 10;
|
|
945
|
-
else if (error >= e5) step1 *= 5;
|
|
946
|
-
else if (error >= e2) step1 *= 2;
|
|
947
|
-
return stop < start ? -step1 : step1;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
const TOP_PADDING = 20;
|
|
951
|
-
const PADDING = 2;
|
|
952
|
-
|
|
953
|
-
const Node = ({ node, onMouseOver, onClick, selected }) => {
|
|
954
|
-
const { getModuleColor } = q(StaticContext);
|
|
955
|
-
const { backgroundColor, fontColor } = getModuleColor(node);
|
|
956
|
-
const { x0, x1, y1, y0, data, children = null } = node;
|
|
957
|
-
const textRef = _(null);
|
|
958
|
-
const textRectRef = _();
|
|
959
|
-
const width = x1 - x0;
|
|
960
|
-
const height = y1 - y0;
|
|
961
|
-
const textProps = {
|
|
962
|
-
"font-size": "0.7em",
|
|
963
|
-
"dominant-baseline": "middle",
|
|
964
|
-
"text-anchor": "middle",
|
|
965
|
-
x: width / 2,
|
|
966
|
-
};
|
|
967
|
-
if (children != null) {
|
|
968
|
-
textProps.y = (TOP_PADDING + PADDING) / 2;
|
|
969
|
-
}
|
|
970
|
-
else {
|
|
971
|
-
textProps.y = height / 2;
|
|
972
|
-
}
|
|
973
|
-
s(() => {
|
|
974
|
-
if (width == 0 || height == 0 || !textRef.current) {
|
|
975
|
-
return;
|
|
976
|
-
}
|
|
977
|
-
if (textRectRef.current == null) {
|
|
978
|
-
textRectRef.current = textRef.current.getBoundingClientRect();
|
|
979
|
-
}
|
|
980
|
-
let scale = 1;
|
|
981
|
-
if (children != null) {
|
|
982
|
-
scale = Math.min((width * 0.9) / textRectRef.current.width, Math.min(height, TOP_PADDING + PADDING) / textRectRef.current.height);
|
|
983
|
-
scale = Math.min(1, scale);
|
|
984
|
-
textRef.current.setAttribute("y", String(Math.min(TOP_PADDING + PADDING, height) / 2 / scale));
|
|
985
|
-
textRef.current.setAttribute("x", String(width / 2 / scale));
|
|
986
|
-
}
|
|
987
|
-
else {
|
|
988
|
-
scale = Math.min((width * 0.9) / textRectRef.current.width, (height * 0.9) / textRectRef.current.height);
|
|
989
|
-
scale = Math.min(1, scale);
|
|
990
|
-
textRef.current.setAttribute("y", String(height / 2 / scale));
|
|
991
|
-
textRef.current.setAttribute("x", String(width / 2 / scale));
|
|
992
|
-
}
|
|
993
|
-
textRef.current.setAttribute("transform", `scale(${scale.toFixed(2)})`);
|
|
994
|
-
}, [children, height, width]);
|
|
995
|
-
if (width == 0 || height == 0) {
|
|
996
|
-
return null;
|
|
997
|
-
}
|
|
998
|
-
return (o$1("g", Object.assign({ className: "node", transform: `translate(${x0},${y0})`, onClick: (event) => {
|
|
999
|
-
event.stopPropagation();
|
|
1000
|
-
onClick(node);
|
|
1001
|
-
}, onMouseOver: (event) => {
|
|
1002
|
-
event.stopPropagation();
|
|
1003
|
-
onMouseOver(node);
|
|
1004
|
-
} }, { children: [o$1("rect", { fill: backgroundColor, rx: 2, ry: 2, width: x1 - x0, height: y1 - y0, stroke: selected ? "#fff" : undefined, "stroke-width": selected ? 2 : undefined }), o$1("text", Object.assign({ ref: textRef, fill: fontColor, onClick: (event) => {
|
|
1005
|
-
var _a;
|
|
1006
|
-
if (((_a = window.getSelection()) === null || _a === void 0 ? void 0 : _a.toString()) !== "") {
|
|
1007
|
-
event.stopPropagation();
|
|
1008
|
-
}
|
|
1009
|
-
} }, textProps, { children: data.name }))] })));
|
|
1010
|
-
};
|
|
1011
|
-
|
|
1012
|
-
const TreeMap = ({ root, onNodeHover, selectedNode, onNodeClick, }) => {
|
|
1013
|
-
const { width, height, getModuleIds } = q(StaticContext);
|
|
1014
|
-
console.time("layering");
|
|
1015
|
-
// this will make groups by height
|
|
1016
|
-
const nestedData = F(() => {
|
|
1017
|
-
const nestedDataMap = group(root.descendants(), (d) => d.height);
|
|
1018
|
-
const nestedData = Array.from(nestedDataMap, ([key, values]) => ({
|
|
1019
|
-
key,
|
|
1020
|
-
values,
|
|
1021
|
-
}));
|
|
1022
|
-
nestedData.sort((a, b) => b.key - a.key);
|
|
1023
|
-
return nestedData;
|
|
1024
|
-
}, [root]);
|
|
1025
|
-
console.timeEnd("layering");
|
|
1026
|
-
return (o$1("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: `0 0 ${width} ${height}` }, { children: nestedData.map(({ key, values }) => {
|
|
1027
|
-
return (o$1("g", Object.assign({ className: "layer" }, { children: values.map((node) => {
|
|
1028
|
-
return (o$1(Node, { node: node, onMouseOver: onNodeHover, selected: selectedNode === node, onClick: onNodeClick }, getModuleIds(node.data).nodeUid.id));
|
|
1029
|
-
}) }), key));
|
|
1030
|
-
}) })));
|
|
1031
|
-
};
|
|
1032
|
-
|
|
1033
|
-
var bytes$1 = {exports: {}};
|
|
1034
|
-
|
|
1035
|
-
/*!
|
|
1036
|
-
* bytes
|
|
1037
|
-
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
1038
|
-
* Copyright(c) 2015 Jed Watson
|
|
1039
|
-
* MIT Licensed
|
|
1040
|
-
*/
|
|
1041
|
-
|
|
1042
|
-
/**
|
|
1043
|
-
* Module exports.
|
|
1044
|
-
* @public
|
|
1045
|
-
*/
|
|
1046
|
-
|
|
1047
|
-
bytes$1.exports = bytes;
|
|
1048
|
-
var format_1 = bytes$1.exports.format = format$1;
|
|
1049
|
-
bytes$1.exports.parse = parse;
|
|
1050
|
-
|
|
1051
|
-
/**
|
|
1052
|
-
* Module variables.
|
|
1053
|
-
* @private
|
|
1054
|
-
*/
|
|
1055
|
-
|
|
1056
|
-
var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g;
|
|
1057
|
-
|
|
1058
|
-
var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/;
|
|
1059
|
-
|
|
1060
|
-
var map$1 = {
|
|
1061
|
-
b: 1,
|
|
1062
|
-
kb: 1 << 10,
|
|
1063
|
-
mb: 1 << 20,
|
|
1064
|
-
gb: 1 << 30,
|
|
1065
|
-
tb: Math.pow(1024, 4),
|
|
1066
|
-
pb: Math.pow(1024, 5),
|
|
1067
|
-
};
|
|
1068
|
-
|
|
1069
|
-
var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;
|
|
1070
|
-
|
|
1071
|
-
/**
|
|
1072
|
-
* Convert the given value in bytes into a string or parse to string to an integer in bytes.
|
|
1073
|
-
*
|
|
1074
|
-
* @param {string|number} value
|
|
1075
|
-
* @param {{
|
|
1076
|
-
* case: [string],
|
|
1077
|
-
* decimalPlaces: [number]
|
|
1078
|
-
* fixedDecimals: [boolean]
|
|
1079
|
-
* thousandsSeparator: [string]
|
|
1080
|
-
* unitSeparator: [string]
|
|
1081
|
-
* }} [options] bytes options.
|
|
1082
|
-
*
|
|
1083
|
-
* @returns {string|number|null}
|
|
1084
|
-
*/
|
|
1085
|
-
|
|
1086
|
-
function bytes(value, options) {
|
|
1087
|
-
if (typeof value === 'string') {
|
|
1088
|
-
return parse(value);
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
if (typeof value === 'number') {
|
|
1092
|
-
return format$1(value, options);
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
return null;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
/**
|
|
1099
|
-
* Format the given value in bytes into a string.
|
|
1100
|
-
*
|
|
1101
|
-
* If the value is negative, it is kept as such. If it is a float,
|
|
1102
|
-
* it is rounded.
|
|
1103
|
-
*
|
|
1104
|
-
* @param {number} value
|
|
1105
|
-
* @param {object} [options]
|
|
1106
|
-
* @param {number} [options.decimalPlaces=2]
|
|
1107
|
-
* @param {number} [options.fixedDecimals=false]
|
|
1108
|
-
* @param {string} [options.thousandsSeparator=]
|
|
1109
|
-
* @param {string} [options.unit=]
|
|
1110
|
-
* @param {string} [options.unitSeparator=]
|
|
1111
|
-
*
|
|
1112
|
-
* @returns {string|null}
|
|
1113
|
-
* @public
|
|
1114
|
-
*/
|
|
1115
|
-
|
|
1116
|
-
function format$1(value, options) {
|
|
1117
|
-
if (!Number.isFinite(value)) {
|
|
1118
|
-
return null;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
var mag = Math.abs(value);
|
|
1122
|
-
var thousandsSeparator = (options && options.thousandsSeparator) || '';
|
|
1123
|
-
var unitSeparator = (options && options.unitSeparator) || '';
|
|
1124
|
-
var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2;
|
|
1125
|
-
var fixedDecimals = Boolean(options && options.fixedDecimals);
|
|
1126
|
-
var unit = (options && options.unit) || '';
|
|
1127
|
-
|
|
1128
|
-
if (!unit || !map$1[unit.toLowerCase()]) {
|
|
1129
|
-
if (mag >= map$1.pb) {
|
|
1130
|
-
unit = 'PB';
|
|
1131
|
-
} else if (mag >= map$1.tb) {
|
|
1132
|
-
unit = 'TB';
|
|
1133
|
-
} else if (mag >= map$1.gb) {
|
|
1134
|
-
unit = 'GB';
|
|
1135
|
-
} else if (mag >= map$1.mb) {
|
|
1136
|
-
unit = 'MB';
|
|
1137
|
-
} else if (mag >= map$1.kb) {
|
|
1138
|
-
unit = 'KB';
|
|
1139
|
-
} else {
|
|
1140
|
-
unit = 'B';
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
var val = value / map$1[unit.toLowerCase()];
|
|
1145
|
-
var str = val.toFixed(decimalPlaces);
|
|
1146
|
-
|
|
1147
|
-
if (!fixedDecimals) {
|
|
1148
|
-
str = str.replace(formatDecimalsRegExp, '$1');
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
if (thousandsSeparator) {
|
|
1152
|
-
str = str.split('.').map(function (s, i) {
|
|
1153
|
-
return i === 0
|
|
1154
|
-
? s.replace(formatThousandsRegExp, thousandsSeparator)
|
|
1155
|
-
: s
|
|
1156
|
-
}).join('.');
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
return str + unitSeparator + unit;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
/**
|
|
1163
|
-
* Parse the string value into an integer in bytes.
|
|
1164
|
-
*
|
|
1165
|
-
* If no unit is given, it is assumed the value is in bytes.
|
|
1166
|
-
*
|
|
1167
|
-
* @param {number|string} val
|
|
1168
|
-
*
|
|
1169
|
-
* @returns {number|null}
|
|
1170
|
-
* @public
|
|
1171
|
-
*/
|
|
1172
|
-
|
|
1173
|
-
function parse(val) {
|
|
1174
|
-
if (typeof val === 'number' && !isNaN(val)) {
|
|
1175
|
-
return val;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
if (typeof val !== 'string') {
|
|
1179
|
-
return null;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
// Test if the string passed is valid
|
|
1183
|
-
var results = parseRegExp.exec(val);
|
|
1184
|
-
var floatValue;
|
|
1185
|
-
var unit = 'b';
|
|
1186
|
-
|
|
1187
|
-
if (!results) {
|
|
1188
|
-
// Nothing could be extracted from the given string
|
|
1189
|
-
floatValue = parseInt(val, 10);
|
|
1190
|
-
unit = 'b';
|
|
1191
|
-
} else {
|
|
1192
|
-
// Retrieve the value and the unit
|
|
1193
|
-
floatValue = parseFloat(results[1]);
|
|
1194
|
-
unit = results[4].toLowerCase();
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
if (isNaN(floatValue)) {
|
|
1198
|
-
return null;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
return Math.floor(map$1[unit] * floatValue);
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
const Tooltip_marginX = 10;
|
|
1205
|
-
const Tooltip_marginY = 30;
|
|
1206
|
-
const SOURCEMAP_RENDERED = (o$1("span", { children: [" ", o$1("b", { children: LABELS.renderedLength }), " is a number of characters in the file after individual and ", o$1("br", {}), " ", "whole bundle transformations according to sourcemap."] }));
|
|
1207
|
-
const RENDRED = (o$1("span", { children: [o$1("b", { children: LABELS.renderedLength }), " is a byte size of individual file after transformations and treeshake."] }));
|
|
1208
|
-
const COMPRESSED = (o$1("span", { children: [o$1("b", { children: LABELS.gzipLength }), " and ", o$1("b", { children: LABELS.brotliLength }), " is a byte size of individual file after individual transformations,", o$1("br", {}), " treeshake and compression."] }));
|
|
1209
|
-
const Tooltip = ({ node, visible, root, sizeProperty, }) => {
|
|
1210
|
-
const { availableSizeProperties, getModuleSize, data } = q(StaticContext);
|
|
1211
|
-
const ref = _(null);
|
|
1212
|
-
const [style, setStyle] = p({});
|
|
1213
|
-
const content = F(() => {
|
|
1214
|
-
if (!node)
|
|
1215
|
-
return null;
|
|
1216
|
-
const mainSize = getModuleSize(node.data, sizeProperty);
|
|
1217
|
-
const percentageNum = (100 * mainSize) / getModuleSize(root.data, sizeProperty);
|
|
1218
|
-
const percentage = percentageNum.toFixed(2);
|
|
1219
|
-
const percentageString = percentage + "%";
|
|
1220
|
-
const path = node
|
|
1221
|
-
.ancestors()
|
|
1222
|
-
.reverse()
|
|
1223
|
-
.map((d) => d.data.name)
|
|
1224
|
-
.join("/");
|
|
1225
|
-
let dataNode = null;
|
|
1226
|
-
if (!isModuleTree(node.data)) {
|
|
1227
|
-
const mainUid = data.nodeParts[node.data.uid].mainUid;
|
|
1228
|
-
dataNode = data.nodeMetas[mainUid];
|
|
1229
|
-
}
|
|
1230
|
-
return (o$1(p$1, { children: [o$1("div", { children: path }), availableSizeProperties.map((sizeProp) => {
|
|
1231
|
-
if (sizeProp === sizeProperty) {
|
|
1232
|
-
return (o$1("div", { children: [o$1("b", { children: [LABELS[sizeProp], ": ", format_1(mainSize)] }), " ", "(", percentageString, ")"] }, sizeProp));
|
|
1233
|
-
}
|
|
1234
|
-
else {
|
|
1235
|
-
return (o$1("div", { children: [LABELS[sizeProp], ": ", format_1(getModuleSize(node.data, sizeProp))] }, sizeProp));
|
|
1236
|
-
}
|
|
1237
|
-
}), o$1("br", {}), dataNode && dataNode.importedBy.length > 0 && (o$1("div", { children: [o$1("div", { children: [o$1("b", { children: "Imported By" }), ":"] }), dataNode.importedBy.map(({ uid }) => {
|
|
1238
|
-
const id = data.nodeMetas[uid].id;
|
|
1239
|
-
return o$1("div", { children: id }, id);
|
|
1240
|
-
})] })), o$1("br", {}), o$1("small", { children: data.options.sourcemap ? SOURCEMAP_RENDERED : RENDRED }), (data.options.gzip || data.options.brotli) && (o$1(p$1, { children: [o$1("br", {}), o$1("small", { children: COMPRESSED })] }))] }));
|
|
1241
|
-
}, [availableSizeProperties, data, getModuleSize, node, root.data, sizeProperty]);
|
|
1242
|
-
const updatePosition = (mouseCoords) => {
|
|
1243
|
-
if (!ref.current)
|
|
1244
|
-
return;
|
|
1245
|
-
const pos = {
|
|
1246
|
-
left: mouseCoords.x + Tooltip_marginX,
|
|
1247
|
-
top: mouseCoords.y + Tooltip_marginY,
|
|
1248
|
-
};
|
|
1249
|
-
const boundingRect = ref.current.getBoundingClientRect();
|
|
1250
|
-
if (pos.left + boundingRect.width > window.innerWidth) {
|
|
1251
|
-
// Shifting horizontally
|
|
1252
|
-
pos.left = window.innerWidth - boundingRect.width;
|
|
1253
|
-
}
|
|
1254
|
-
if (pos.top + boundingRect.height > window.innerHeight) {
|
|
1255
|
-
// Flipping vertically
|
|
1256
|
-
pos.top = mouseCoords.y - Tooltip_marginY - boundingRect.height;
|
|
1257
|
-
}
|
|
1258
|
-
setStyle(pos);
|
|
1259
|
-
};
|
|
1260
|
-
h(() => {
|
|
1261
|
-
const handleMouseMove = (event) => {
|
|
1262
|
-
updatePosition({
|
|
1263
|
-
x: event.pageX,
|
|
1264
|
-
y: event.pageY,
|
|
1265
|
-
});
|
|
1266
|
-
};
|
|
1267
|
-
document.addEventListener("mousemove", handleMouseMove, true);
|
|
1268
|
-
return () => {
|
|
1269
|
-
document.removeEventListener("mousemove", handleMouseMove, true);
|
|
1270
|
-
};
|
|
1271
|
-
}, []);
|
|
1272
|
-
return (o$1("div", Object.assign({ className: `tooltip ${visible ? "" : "tooltip-hidden"}`, ref: ref, style: style }, { children: content })));
|
|
1273
|
-
};
|
|
1274
|
-
|
|
1275
|
-
const Chart = ({ root, sizeProperty, selectedNode, setSelectedNode, }) => {
|
|
1276
|
-
const [showTooltip, setShowTooltip] = p(false);
|
|
1277
|
-
const [tooltipNode, setTooltipNode] = p(undefined);
|
|
1278
|
-
h(() => {
|
|
1279
|
-
const handleMouseOut = () => {
|
|
1280
|
-
setShowTooltip(false);
|
|
1281
|
-
};
|
|
1282
|
-
document.addEventListener("mouseover", handleMouseOut);
|
|
1283
|
-
return () => {
|
|
1284
|
-
document.removeEventListener("mouseover", handleMouseOut);
|
|
1285
|
-
};
|
|
1286
|
-
}, []);
|
|
1287
|
-
return (o$1(p$1, { children: [o$1(TreeMap, { root: root, onNodeHover: (node) => {
|
|
1288
|
-
setTooltipNode(node);
|
|
1289
|
-
setShowTooltip(true);
|
|
1290
|
-
}, selectedNode: selectedNode, onNodeClick: (node) => {
|
|
1291
|
-
setSelectedNode(selectedNode === node ? undefined : node);
|
|
1292
|
-
} }), o$1(Tooltip, { visible: showTooltip, node: tooltipNode, root: root, sizeProperty: sizeProperty })] }));
|
|
1293
|
-
};
|
|
1294
|
-
|
|
1295
|
-
const Main = () => {
|
|
1296
|
-
const { availableSizeProperties, rawHierarchy, getModuleSize, layout, data } = q(StaticContext);
|
|
1297
|
-
const [sizeProperty, setSizeProperty] = p(availableSizeProperties[0]);
|
|
1298
|
-
const [selectedNode, setSelectedNode] = p(undefined);
|
|
1299
|
-
const { getModuleFilterMultiplier, setExcludeFilter, setIncludeFilter } = useFilter();
|
|
1300
|
-
console.time("getNodeSizeMultiplier");
|
|
1301
|
-
const getNodeSizeMultiplier = F(() => {
|
|
1302
|
-
const rootSize = getModuleSize(rawHierarchy.data, sizeProperty);
|
|
1303
|
-
const selectedSize = selectedNode ? getModuleSize(selectedNode.data, sizeProperty) : 1;
|
|
1304
|
-
const multiplier = rootSize * 0.2 > selectedSize ? (rootSize * 0.2) / selectedSize : 3;
|
|
1305
|
-
if (selectedNode === undefined) {
|
|
1306
|
-
return () => 1;
|
|
1307
|
-
}
|
|
1308
|
-
else if (isModuleTree(selectedNode.data)) {
|
|
1309
|
-
const leaves = new Set(selectedNode.leaves().map((d) => d.data));
|
|
1310
|
-
return (node) => {
|
|
1311
|
-
if (leaves.has(node)) {
|
|
1312
|
-
return multiplier;
|
|
1313
|
-
}
|
|
1314
|
-
return 1;
|
|
1315
|
-
};
|
|
1316
|
-
}
|
|
1317
|
-
else {
|
|
1318
|
-
return (node) => {
|
|
1319
|
-
if (node === selectedNode.data) {
|
|
1320
|
-
return multiplier;
|
|
1321
|
-
}
|
|
1322
|
-
return 1;
|
|
1323
|
-
};
|
|
1324
|
-
}
|
|
1325
|
-
}, [getModuleSize, rawHierarchy.data, selectedNode, sizeProperty]);
|
|
1326
|
-
console.timeEnd("getNodeSizeMultiplier");
|
|
1327
|
-
console.time("root hierarchy compute");
|
|
1328
|
-
// root here always be the same as rawHierarchy even after layouting
|
|
1329
|
-
const root = F(() => {
|
|
1330
|
-
const rootWithSizesAndSorted = rawHierarchy
|
|
1331
|
-
.sum((node) => {
|
|
1332
|
-
if (isModuleTree(node))
|
|
1333
|
-
return 0;
|
|
1334
|
-
const ownSize = getModuleSize(node, sizeProperty);
|
|
1335
|
-
const zoomMultiplier = getNodeSizeMultiplier(node);
|
|
1336
|
-
const filterMultiplier = getModuleFilterMultiplier(data.nodeMetas[data.nodeParts[node.uid].mainUid]);
|
|
1337
|
-
return ownSize * zoomMultiplier * filterMultiplier;
|
|
1338
|
-
})
|
|
1339
|
-
.sort((a, b) => getModuleSize(a.data, sizeProperty) - getModuleSize(b.data, sizeProperty));
|
|
1340
|
-
return layout(rootWithSizesAndSorted);
|
|
1341
|
-
}, [
|
|
1342
|
-
data,
|
|
1343
|
-
getModuleFilterMultiplier,
|
|
1344
|
-
getModuleSize,
|
|
1345
|
-
getNodeSizeMultiplier,
|
|
1346
|
-
layout,
|
|
1347
|
-
rawHierarchy,
|
|
1348
|
-
sizeProperty,
|
|
1349
|
-
]);
|
|
1350
|
-
console.timeEnd("root hierarchy compute");
|
|
1351
|
-
return (o$1(p$1, { children: [o$1(SideBar, { sizeProperty: sizeProperty, availableSizeProperties: availableSizeProperties, setSizeProperty: setSizeProperty, onExcludeChange: setExcludeFilter, onIncludeChange: setIncludeFilter }), o$1(Chart, { root: root, sizeProperty: sizeProperty, selectedNode: selectedNode, setSelectedNode: setSelectedNode })] }));
|
|
1352
|
-
};
|
|
1353
|
-
|
|
1354
|
-
function initRange(domain, range) {
|
|
1355
|
-
switch (arguments.length) {
|
|
1356
|
-
case 0: break;
|
|
1357
|
-
case 1: this.range(domain); break;
|
|
1358
|
-
default: this.range(range).domain(domain); break;
|
|
1359
|
-
}
|
|
1360
|
-
return this;
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
function initInterpolator(domain, interpolator) {
|
|
1364
|
-
switch (arguments.length) {
|
|
1365
|
-
case 0: break;
|
|
1366
|
-
case 1: {
|
|
1367
|
-
if (typeof domain === "function") this.interpolator(domain);
|
|
1368
|
-
else this.range(domain);
|
|
1369
|
-
break;
|
|
1370
|
-
}
|
|
1371
|
-
default: {
|
|
1372
|
-
this.domain(domain);
|
|
1373
|
-
if (typeof interpolator === "function") this.interpolator(interpolator);
|
|
1374
|
-
else this.range(interpolator);
|
|
1375
|
-
break;
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1378
|
-
return this;
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
function define(constructor, factory, prototype) {
|
|
1382
|
-
constructor.prototype = factory.prototype = prototype;
|
|
1383
|
-
prototype.constructor = constructor;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
function extend(parent, definition) {
|
|
1387
|
-
var prototype = Object.create(parent.prototype);
|
|
1388
|
-
for (var key in definition) prototype[key] = definition[key];
|
|
1389
|
-
return prototype;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
function Color() {}
|
|
1393
|
-
|
|
1394
|
-
var darker = 0.7;
|
|
1395
|
-
var brighter = 1 / darker;
|
|
1396
|
-
|
|
1397
|
-
var reI = "\\s*([+-]?\\d+)\\s*",
|
|
1398
|
-
reN = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",
|
|
1399
|
-
reP = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",
|
|
1400
|
-
reHex = /^#([0-9a-f]{3,8})$/,
|
|
1401
|
-
reRgbInteger = new RegExp(`^rgb\\(${reI},${reI},${reI}\\)$`),
|
|
1402
|
-
reRgbPercent = new RegExp(`^rgb\\(${reP},${reP},${reP}\\)$`),
|
|
1403
|
-
reRgbaInteger = new RegExp(`^rgba\\(${reI},${reI},${reI},${reN}\\)$`),
|
|
1404
|
-
reRgbaPercent = new RegExp(`^rgba\\(${reP},${reP},${reP},${reN}\\)$`),
|
|
1405
|
-
reHslPercent = new RegExp(`^hsl\\(${reN},${reP},${reP}\\)$`),
|
|
1406
|
-
reHslaPercent = new RegExp(`^hsla\\(${reN},${reP},${reP},${reN}\\)$`);
|
|
1407
|
-
|
|
1408
|
-
var named = {
|
|
1409
|
-
aliceblue: 0xf0f8ff,
|
|
1410
|
-
antiquewhite: 0xfaebd7,
|
|
1411
|
-
aqua: 0x00ffff,
|
|
1412
|
-
aquamarine: 0x7fffd4,
|
|
1413
|
-
azure: 0xf0ffff,
|
|
1414
|
-
beige: 0xf5f5dc,
|
|
1415
|
-
bisque: 0xffe4c4,
|
|
1416
|
-
black: 0x000000,
|
|
1417
|
-
blanchedalmond: 0xffebcd,
|
|
1418
|
-
blue: 0x0000ff,
|
|
1419
|
-
blueviolet: 0x8a2be2,
|
|
1420
|
-
brown: 0xa52a2a,
|
|
1421
|
-
burlywood: 0xdeb887,
|
|
1422
|
-
cadetblue: 0x5f9ea0,
|
|
1423
|
-
chartreuse: 0x7fff00,
|
|
1424
|
-
chocolate: 0xd2691e,
|
|
1425
|
-
coral: 0xff7f50,
|
|
1426
|
-
cornflowerblue: 0x6495ed,
|
|
1427
|
-
cornsilk: 0xfff8dc,
|
|
1428
|
-
crimson: 0xdc143c,
|
|
1429
|
-
cyan: 0x00ffff,
|
|
1430
|
-
darkblue: 0x00008b,
|
|
1431
|
-
darkcyan: 0x008b8b,
|
|
1432
|
-
darkgoldenrod: 0xb8860b,
|
|
1433
|
-
darkgray: 0xa9a9a9,
|
|
1434
|
-
darkgreen: 0x006400,
|
|
1435
|
-
darkgrey: 0xa9a9a9,
|
|
1436
|
-
darkkhaki: 0xbdb76b,
|
|
1437
|
-
darkmagenta: 0x8b008b,
|
|
1438
|
-
darkolivegreen: 0x556b2f,
|
|
1439
|
-
darkorange: 0xff8c00,
|
|
1440
|
-
darkorchid: 0x9932cc,
|
|
1441
|
-
darkred: 0x8b0000,
|
|
1442
|
-
darksalmon: 0xe9967a,
|
|
1443
|
-
darkseagreen: 0x8fbc8f,
|
|
1444
|
-
darkslateblue: 0x483d8b,
|
|
1445
|
-
darkslategray: 0x2f4f4f,
|
|
1446
|
-
darkslategrey: 0x2f4f4f,
|
|
1447
|
-
darkturquoise: 0x00ced1,
|
|
1448
|
-
darkviolet: 0x9400d3,
|
|
1449
|
-
deeppink: 0xff1493,
|
|
1450
|
-
deepskyblue: 0x00bfff,
|
|
1451
|
-
dimgray: 0x696969,
|
|
1452
|
-
dimgrey: 0x696969,
|
|
1453
|
-
dodgerblue: 0x1e90ff,
|
|
1454
|
-
firebrick: 0xb22222,
|
|
1455
|
-
floralwhite: 0xfffaf0,
|
|
1456
|
-
forestgreen: 0x228b22,
|
|
1457
|
-
fuchsia: 0xff00ff,
|
|
1458
|
-
gainsboro: 0xdcdcdc,
|
|
1459
|
-
ghostwhite: 0xf8f8ff,
|
|
1460
|
-
gold: 0xffd700,
|
|
1461
|
-
goldenrod: 0xdaa520,
|
|
1462
|
-
gray: 0x808080,
|
|
1463
|
-
green: 0x008000,
|
|
1464
|
-
greenyellow: 0xadff2f,
|
|
1465
|
-
grey: 0x808080,
|
|
1466
|
-
honeydew: 0xf0fff0,
|
|
1467
|
-
hotpink: 0xff69b4,
|
|
1468
|
-
indianred: 0xcd5c5c,
|
|
1469
|
-
indigo: 0x4b0082,
|
|
1470
|
-
ivory: 0xfffff0,
|
|
1471
|
-
khaki: 0xf0e68c,
|
|
1472
|
-
lavender: 0xe6e6fa,
|
|
1473
|
-
lavenderblush: 0xfff0f5,
|
|
1474
|
-
lawngreen: 0x7cfc00,
|
|
1475
|
-
lemonchiffon: 0xfffacd,
|
|
1476
|
-
lightblue: 0xadd8e6,
|
|
1477
|
-
lightcoral: 0xf08080,
|
|
1478
|
-
lightcyan: 0xe0ffff,
|
|
1479
|
-
lightgoldenrodyellow: 0xfafad2,
|
|
1480
|
-
lightgray: 0xd3d3d3,
|
|
1481
|
-
lightgreen: 0x90ee90,
|
|
1482
|
-
lightgrey: 0xd3d3d3,
|
|
1483
|
-
lightpink: 0xffb6c1,
|
|
1484
|
-
lightsalmon: 0xffa07a,
|
|
1485
|
-
lightseagreen: 0x20b2aa,
|
|
1486
|
-
lightskyblue: 0x87cefa,
|
|
1487
|
-
lightslategray: 0x778899,
|
|
1488
|
-
lightslategrey: 0x778899,
|
|
1489
|
-
lightsteelblue: 0xb0c4de,
|
|
1490
|
-
lightyellow: 0xffffe0,
|
|
1491
|
-
lime: 0x00ff00,
|
|
1492
|
-
limegreen: 0x32cd32,
|
|
1493
|
-
linen: 0xfaf0e6,
|
|
1494
|
-
magenta: 0xff00ff,
|
|
1495
|
-
maroon: 0x800000,
|
|
1496
|
-
mediumaquamarine: 0x66cdaa,
|
|
1497
|
-
mediumblue: 0x0000cd,
|
|
1498
|
-
mediumorchid: 0xba55d3,
|
|
1499
|
-
mediumpurple: 0x9370db,
|
|
1500
|
-
mediumseagreen: 0x3cb371,
|
|
1501
|
-
mediumslateblue: 0x7b68ee,
|
|
1502
|
-
mediumspringgreen: 0x00fa9a,
|
|
1503
|
-
mediumturquoise: 0x48d1cc,
|
|
1504
|
-
mediumvioletred: 0xc71585,
|
|
1505
|
-
midnightblue: 0x191970,
|
|
1506
|
-
mintcream: 0xf5fffa,
|
|
1507
|
-
mistyrose: 0xffe4e1,
|
|
1508
|
-
moccasin: 0xffe4b5,
|
|
1509
|
-
navajowhite: 0xffdead,
|
|
1510
|
-
navy: 0x000080,
|
|
1511
|
-
oldlace: 0xfdf5e6,
|
|
1512
|
-
olive: 0x808000,
|
|
1513
|
-
olivedrab: 0x6b8e23,
|
|
1514
|
-
orange: 0xffa500,
|
|
1515
|
-
orangered: 0xff4500,
|
|
1516
|
-
orchid: 0xda70d6,
|
|
1517
|
-
palegoldenrod: 0xeee8aa,
|
|
1518
|
-
palegreen: 0x98fb98,
|
|
1519
|
-
paleturquoise: 0xafeeee,
|
|
1520
|
-
palevioletred: 0xdb7093,
|
|
1521
|
-
papayawhip: 0xffefd5,
|
|
1522
|
-
peachpuff: 0xffdab9,
|
|
1523
|
-
peru: 0xcd853f,
|
|
1524
|
-
pink: 0xffc0cb,
|
|
1525
|
-
plum: 0xdda0dd,
|
|
1526
|
-
powderblue: 0xb0e0e6,
|
|
1527
|
-
purple: 0x800080,
|
|
1528
|
-
rebeccapurple: 0x663399,
|
|
1529
|
-
red: 0xff0000,
|
|
1530
|
-
rosybrown: 0xbc8f8f,
|
|
1531
|
-
royalblue: 0x4169e1,
|
|
1532
|
-
saddlebrown: 0x8b4513,
|
|
1533
|
-
salmon: 0xfa8072,
|
|
1534
|
-
sandybrown: 0xf4a460,
|
|
1535
|
-
seagreen: 0x2e8b57,
|
|
1536
|
-
seashell: 0xfff5ee,
|
|
1537
|
-
sienna: 0xa0522d,
|
|
1538
|
-
silver: 0xc0c0c0,
|
|
1539
|
-
skyblue: 0x87ceeb,
|
|
1540
|
-
slateblue: 0x6a5acd,
|
|
1541
|
-
slategray: 0x708090,
|
|
1542
|
-
slategrey: 0x708090,
|
|
1543
|
-
snow: 0xfffafa,
|
|
1544
|
-
springgreen: 0x00ff7f,
|
|
1545
|
-
steelblue: 0x4682b4,
|
|
1546
|
-
tan: 0xd2b48c,
|
|
1547
|
-
teal: 0x008080,
|
|
1548
|
-
thistle: 0xd8bfd8,
|
|
1549
|
-
tomato: 0xff6347,
|
|
1550
|
-
turquoise: 0x40e0d0,
|
|
1551
|
-
violet: 0xee82ee,
|
|
1552
|
-
wheat: 0xf5deb3,
|
|
1553
|
-
white: 0xffffff,
|
|
1554
|
-
whitesmoke: 0xf5f5f5,
|
|
1555
|
-
yellow: 0xffff00,
|
|
1556
|
-
yellowgreen: 0x9acd32
|
|
1557
|
-
};
|
|
1558
|
-
|
|
1559
|
-
define(Color, color, {
|
|
1560
|
-
copy(channels) {
|
|
1561
|
-
return Object.assign(new this.constructor, this, channels);
|
|
1562
|
-
},
|
|
1563
|
-
displayable() {
|
|
1564
|
-
return this.rgb().displayable();
|
|
1565
|
-
},
|
|
1566
|
-
hex: color_formatHex, // Deprecated! Use color.formatHex.
|
|
1567
|
-
formatHex: color_formatHex,
|
|
1568
|
-
formatHex8: color_formatHex8,
|
|
1569
|
-
formatHsl: color_formatHsl,
|
|
1570
|
-
formatRgb: color_formatRgb,
|
|
1571
|
-
toString: color_formatRgb
|
|
1572
|
-
});
|
|
1573
|
-
|
|
1574
|
-
function color_formatHex() {
|
|
1575
|
-
return this.rgb().formatHex();
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
function color_formatHex8() {
|
|
1579
|
-
return this.rgb().formatHex8();
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
function color_formatHsl() {
|
|
1583
|
-
return hslConvert(this).formatHsl();
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
function color_formatRgb() {
|
|
1587
|
-
return this.rgb().formatRgb();
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
function color(format) {
|
|
1591
|
-
var m, l;
|
|
1592
|
-
format = (format + "").trim().toLowerCase();
|
|
1593
|
-
return (m = reHex.exec(format)) ? (l = m[1].length, m = parseInt(m[1], 16), l === 6 ? rgbn(m) // #ff0000
|
|
1594
|
-
: l === 3 ? new Rgb((m >> 8 & 0xf) | (m >> 4 & 0xf0), (m >> 4 & 0xf) | (m & 0xf0), ((m & 0xf) << 4) | (m & 0xf), 1) // #f00
|
|
1595
|
-
: l === 8 ? rgba(m >> 24 & 0xff, m >> 16 & 0xff, m >> 8 & 0xff, (m & 0xff) / 0xff) // #ff000000
|
|
1596
|
-
: 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
|
|
1597
|
-
: null) // invalid hex
|
|
1598
|
-
: (m = reRgbInteger.exec(format)) ? new Rgb(m[1], m[2], m[3], 1) // rgb(255, 0, 0)
|
|
1599
|
-
: (m = reRgbPercent.exec(format)) ? new Rgb(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, 1) // rgb(100%, 0%, 0%)
|
|
1600
|
-
: (m = reRgbaInteger.exec(format)) ? rgba(m[1], m[2], m[3], m[4]) // rgba(255, 0, 0, 1)
|
|
1601
|
-
: (m = reRgbaPercent.exec(format)) ? rgba(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, m[4]) // rgb(100%, 0%, 0%, 1)
|
|
1602
|
-
: (m = reHslPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, 1) // hsl(120, 50%, 50%)
|
|
1603
|
-
: (m = reHslaPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, m[4]) // hsla(120, 50%, 50%, 1)
|
|
1604
|
-
: named.hasOwnProperty(format) ? rgbn(named[format]) // eslint-disable-line no-prototype-builtins
|
|
1605
|
-
: format === "transparent" ? new Rgb(NaN, NaN, NaN, 0)
|
|
1606
|
-
: null;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
function rgbn(n) {
|
|
1610
|
-
return new Rgb(n >> 16 & 0xff, n >> 8 & 0xff, n & 0xff, 1);
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
function rgba(r, g, b, a) {
|
|
1614
|
-
if (a <= 0) r = g = b = NaN;
|
|
1615
|
-
return new Rgb(r, g, b, a);
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
function rgbConvert(o) {
|
|
1619
|
-
if (!(o instanceof Color)) o = color(o);
|
|
1620
|
-
if (!o) return new Rgb;
|
|
1621
|
-
o = o.rgb();
|
|
1622
|
-
return new Rgb(o.r, o.g, o.b, o.opacity);
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
function rgb$1(r, g, b, opacity) {
|
|
1626
|
-
return arguments.length === 1 ? rgbConvert(r) : new Rgb(r, g, b, opacity == null ? 1 : opacity);
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
function Rgb(r, g, b, opacity) {
|
|
1630
|
-
this.r = +r;
|
|
1631
|
-
this.g = +g;
|
|
1632
|
-
this.b = +b;
|
|
1633
|
-
this.opacity = +opacity;
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
define(Rgb, rgb$1, extend(Color, {
|
|
1637
|
-
brighter(k) {
|
|
1638
|
-
k = k == null ? brighter : Math.pow(brighter, k);
|
|
1639
|
-
return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
|
|
1640
|
-
},
|
|
1641
|
-
darker(k) {
|
|
1642
|
-
k = k == null ? darker : Math.pow(darker, k);
|
|
1643
|
-
return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
|
|
1644
|
-
},
|
|
1645
|
-
rgb() {
|
|
1646
|
-
return this;
|
|
1647
|
-
},
|
|
1648
|
-
clamp() {
|
|
1649
|
-
return new Rgb(clampi(this.r), clampi(this.g), clampi(this.b), clampa(this.opacity));
|
|
1650
|
-
},
|
|
1651
|
-
displayable() {
|
|
1652
|
-
return (-0.5 <= this.r && this.r < 255.5)
|
|
1653
|
-
&& (-0.5 <= this.g && this.g < 255.5)
|
|
1654
|
-
&& (-0.5 <= this.b && this.b < 255.5)
|
|
1655
|
-
&& (0 <= this.opacity && this.opacity <= 1);
|
|
1656
|
-
},
|
|
1657
|
-
hex: rgb_formatHex, // Deprecated! Use color.formatHex.
|
|
1658
|
-
formatHex: rgb_formatHex,
|
|
1659
|
-
formatHex8: rgb_formatHex8,
|
|
1660
|
-
formatRgb: rgb_formatRgb,
|
|
1661
|
-
toString: rgb_formatRgb
|
|
1662
|
-
}));
|
|
1663
|
-
|
|
1664
|
-
function rgb_formatHex() {
|
|
1665
|
-
return `#${hex(this.r)}${hex(this.g)}${hex(this.b)}`;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
function rgb_formatHex8() {
|
|
1669
|
-
return `#${hex(this.r)}${hex(this.g)}${hex(this.b)}${hex((isNaN(this.opacity) ? 1 : this.opacity) * 255)}`;
|
|
1670
|
-
}
|
|
1671
|
-
|
|
1672
|
-
function rgb_formatRgb() {
|
|
1673
|
-
const a = clampa(this.opacity);
|
|
1674
|
-
return `${a === 1 ? "rgb(" : "rgba("}${clampi(this.r)}, ${clampi(this.g)}, ${clampi(this.b)}${a === 1 ? ")" : `, ${a})`}`;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
function clampa(opacity) {
|
|
1678
|
-
return isNaN(opacity) ? 1 : Math.max(0, Math.min(1, opacity));
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
function clampi(value) {
|
|
1682
|
-
return Math.max(0, Math.min(255, Math.round(value) || 0));
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
function hex(value) {
|
|
1686
|
-
value = clampi(value);
|
|
1687
|
-
return (value < 16 ? "0" : "") + value.toString(16);
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
function hsla(h, s, l, a) {
|
|
1691
|
-
if (a <= 0) h = s = l = NaN;
|
|
1692
|
-
else if (l <= 0 || l >= 1) h = s = NaN;
|
|
1693
|
-
else if (s <= 0) h = NaN;
|
|
1694
|
-
return new Hsl(h, s, l, a);
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
function hslConvert(o) {
|
|
1698
|
-
if (o instanceof Hsl) return new Hsl(o.h, o.s, o.l, o.opacity);
|
|
1699
|
-
if (!(o instanceof Color)) o = color(o);
|
|
1700
|
-
if (!o) return new Hsl;
|
|
1701
|
-
if (o instanceof Hsl) return o;
|
|
1702
|
-
o = o.rgb();
|
|
1703
|
-
var r = o.r / 255,
|
|
1704
|
-
g = o.g / 255,
|
|
1705
|
-
b = o.b / 255,
|
|
1706
|
-
min = Math.min(r, g, b),
|
|
1707
|
-
max = Math.max(r, g, b),
|
|
1708
|
-
h = NaN,
|
|
1709
|
-
s = max - min,
|
|
1710
|
-
l = (max + min) / 2;
|
|
1711
|
-
if (s) {
|
|
1712
|
-
if (r === max) h = (g - b) / s + (g < b) * 6;
|
|
1713
|
-
else if (g === max) h = (b - r) / s + 2;
|
|
1714
|
-
else h = (r - g) / s + 4;
|
|
1715
|
-
s /= l < 0.5 ? max + min : 2 - max - min;
|
|
1716
|
-
h *= 60;
|
|
1717
|
-
} else {
|
|
1718
|
-
s = l > 0 && l < 1 ? 0 : h;
|
|
1719
|
-
}
|
|
1720
|
-
return new Hsl(h, s, l, o.opacity);
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
function hsl(h, s, l, opacity) {
|
|
1724
|
-
return arguments.length === 1 ? hslConvert(h) : new Hsl(h, s, l, opacity == null ? 1 : opacity);
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
function Hsl(h, s, l, opacity) {
|
|
1728
|
-
this.h = +h;
|
|
1729
|
-
this.s = +s;
|
|
1730
|
-
this.l = +l;
|
|
1731
|
-
this.opacity = +opacity;
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
define(Hsl, hsl, extend(Color, {
|
|
1735
|
-
brighter(k) {
|
|
1736
|
-
k = k == null ? brighter : Math.pow(brighter, k);
|
|
1737
|
-
return new Hsl(this.h, this.s, this.l * k, this.opacity);
|
|
1738
|
-
},
|
|
1739
|
-
darker(k) {
|
|
1740
|
-
k = k == null ? darker : Math.pow(darker, k);
|
|
1741
|
-
return new Hsl(this.h, this.s, this.l * k, this.opacity);
|
|
1742
|
-
},
|
|
1743
|
-
rgb() {
|
|
1744
|
-
var h = this.h % 360 + (this.h < 0) * 360,
|
|
1745
|
-
s = isNaN(h) || isNaN(this.s) ? 0 : this.s,
|
|
1746
|
-
l = this.l,
|
|
1747
|
-
m2 = l + (l < 0.5 ? l : 1 - l) * s,
|
|
1748
|
-
m1 = 2 * l - m2;
|
|
1749
|
-
return new Rgb(
|
|
1750
|
-
hsl2rgb(h >= 240 ? h - 240 : h + 120, m1, m2),
|
|
1751
|
-
hsl2rgb(h, m1, m2),
|
|
1752
|
-
hsl2rgb(h < 120 ? h + 240 : h - 120, m1, m2),
|
|
1753
|
-
this.opacity
|
|
1754
|
-
);
|
|
1755
|
-
},
|
|
1756
|
-
clamp() {
|
|
1757
|
-
return new Hsl(clamph(this.h), clampt(this.s), clampt(this.l), clampa(this.opacity));
|
|
1758
|
-
},
|
|
1759
|
-
displayable() {
|
|
1760
|
-
return (0 <= this.s && this.s <= 1 || isNaN(this.s))
|
|
1761
|
-
&& (0 <= this.l && this.l <= 1)
|
|
1762
|
-
&& (0 <= this.opacity && this.opacity <= 1);
|
|
1763
|
-
},
|
|
1764
|
-
formatHsl() {
|
|
1765
|
-
const a = clampa(this.opacity);
|
|
1766
|
-
return `${a === 1 ? "hsl(" : "hsla("}${clamph(this.h)}, ${clampt(this.s) * 100}%, ${clampt(this.l) * 100}%${a === 1 ? ")" : `, ${a})`}`;
|
|
1767
|
-
}
|
|
1768
|
-
}));
|
|
1769
|
-
|
|
1770
|
-
function clamph(value) {
|
|
1771
|
-
value = (value || 0) % 360;
|
|
1772
|
-
return value < 0 ? value + 360 : value;
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
function clampt(value) {
|
|
1776
|
-
return Math.max(0, Math.min(1, value || 0));
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
/* From FvD 13.37, CSS Color Module Level 3 */
|
|
1780
|
-
function hsl2rgb(h, m1, m2) {
|
|
1781
|
-
return (h < 60 ? m1 + (m2 - m1) * h / 60
|
|
1782
|
-
: h < 180 ? m2
|
|
1783
|
-
: h < 240 ? m1 + (m2 - m1) * (240 - h) / 60
|
|
1784
|
-
: m1) * 255;
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
const radians = Math.PI / 180;
|
|
1788
|
-
const degrees = 180 / Math.PI;
|
|
1789
|
-
|
|
1790
|
-
// https://observablehq.com/@mbostock/lab-and-rgb
|
|
1791
|
-
const K = 18,
|
|
1792
|
-
Xn = 0.96422,
|
|
1793
|
-
Yn = 1,
|
|
1794
|
-
Zn = 0.82521,
|
|
1795
|
-
t0$1 = 4 / 29,
|
|
1796
|
-
t1$1 = 6 / 29,
|
|
1797
|
-
t2 = 3 * t1$1 * t1$1,
|
|
1798
|
-
t3 = t1$1 * t1$1 * t1$1;
|
|
1799
|
-
|
|
1800
|
-
function labConvert(o) {
|
|
1801
|
-
if (o instanceof Lab) return new Lab(o.l, o.a, o.b, o.opacity);
|
|
1802
|
-
if (o instanceof Hcl) return hcl2lab(o);
|
|
1803
|
-
if (!(o instanceof Rgb)) o = rgbConvert(o);
|
|
1804
|
-
var r = rgb2lrgb(o.r),
|
|
1805
|
-
g = rgb2lrgb(o.g),
|
|
1806
|
-
b = rgb2lrgb(o.b),
|
|
1807
|
-
y = xyz2lab((0.2225045 * r + 0.7168786 * g + 0.0606169 * b) / Yn), x, z;
|
|
1808
|
-
if (r === g && g === b) x = z = y; else {
|
|
1809
|
-
x = xyz2lab((0.4360747 * r + 0.3850649 * g + 0.1430804 * b) / Xn);
|
|
1810
|
-
z = xyz2lab((0.0139322 * r + 0.0971045 * g + 0.7141733 * b) / Zn);
|
|
1811
|
-
}
|
|
1812
|
-
return new Lab(116 * y - 16, 500 * (x - y), 200 * (y - z), o.opacity);
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
function lab(l, a, b, opacity) {
|
|
1816
|
-
return arguments.length === 1 ? labConvert(l) : new Lab(l, a, b, opacity == null ? 1 : opacity);
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
function Lab(l, a, b, opacity) {
|
|
1820
|
-
this.l = +l;
|
|
1821
|
-
this.a = +a;
|
|
1822
|
-
this.b = +b;
|
|
1823
|
-
this.opacity = +opacity;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
define(Lab, lab, extend(Color, {
|
|
1827
|
-
brighter(k) {
|
|
1828
|
-
return new Lab(this.l + K * (k == null ? 1 : k), this.a, this.b, this.opacity);
|
|
1829
|
-
},
|
|
1830
|
-
darker(k) {
|
|
1831
|
-
return new Lab(this.l - K * (k == null ? 1 : k), this.a, this.b, this.opacity);
|
|
1832
|
-
},
|
|
1833
|
-
rgb() {
|
|
1834
|
-
var y = (this.l + 16) / 116,
|
|
1835
|
-
x = isNaN(this.a) ? y : y + this.a / 500,
|
|
1836
|
-
z = isNaN(this.b) ? y : y - this.b / 200;
|
|
1837
|
-
x = Xn * lab2xyz(x);
|
|
1838
|
-
y = Yn * lab2xyz(y);
|
|
1839
|
-
z = Zn * lab2xyz(z);
|
|
1840
|
-
return new Rgb(
|
|
1841
|
-
lrgb2rgb( 3.1338561 * x - 1.6168667 * y - 0.4906146 * z),
|
|
1842
|
-
lrgb2rgb(-0.9787684 * x + 1.9161415 * y + 0.0334540 * z),
|
|
1843
|
-
lrgb2rgb( 0.0719453 * x - 0.2289914 * y + 1.4052427 * z),
|
|
1844
|
-
this.opacity
|
|
1845
|
-
);
|
|
1846
|
-
}
|
|
1847
|
-
}));
|
|
1848
|
-
|
|
1849
|
-
function xyz2lab(t) {
|
|
1850
|
-
return t > t3 ? Math.pow(t, 1 / 3) : t / t2 + t0$1;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
function lab2xyz(t) {
|
|
1854
|
-
return t > t1$1 ? t * t * t : t2 * (t - t0$1);
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
function lrgb2rgb(x) {
|
|
1858
|
-
return 255 * (x <= 0.0031308 ? 12.92 * x : 1.055 * Math.pow(x, 1 / 2.4) - 0.055);
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
function rgb2lrgb(x) {
|
|
1862
|
-
return (x /= 255) <= 0.04045 ? x / 12.92 : Math.pow((x + 0.055) / 1.055, 2.4);
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
function hclConvert(o) {
|
|
1866
|
-
if (o instanceof Hcl) return new Hcl(o.h, o.c, o.l, o.opacity);
|
|
1867
|
-
if (!(o instanceof Lab)) o = labConvert(o);
|
|
1868
|
-
if (o.a === 0 && o.b === 0) return new Hcl(NaN, 0 < o.l && o.l < 100 ? 0 : NaN, o.l, o.opacity);
|
|
1869
|
-
var h = Math.atan2(o.b, o.a) * degrees;
|
|
1870
|
-
return new Hcl(h < 0 ? h + 360 : h, Math.sqrt(o.a * o.a + o.b * o.b), o.l, o.opacity);
|
|
1871
|
-
}
|
|
1872
|
-
|
|
1873
|
-
function hcl(h, c, l, opacity) {
|
|
1874
|
-
return arguments.length === 1 ? hclConvert(h) : new Hcl(h, c, l, opacity == null ? 1 : opacity);
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
function Hcl(h, c, l, opacity) {
|
|
1878
|
-
this.h = +h;
|
|
1879
|
-
this.c = +c;
|
|
1880
|
-
this.l = +l;
|
|
1881
|
-
this.opacity = +opacity;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
function hcl2lab(o) {
|
|
1885
|
-
if (isNaN(o.h)) return new Lab(o.l, 0, 0, o.opacity);
|
|
1886
|
-
var h = o.h * radians;
|
|
1887
|
-
return new Lab(o.l, Math.cos(h) * o.c, Math.sin(h) * o.c, o.opacity);
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
define(Hcl, hcl, extend(Color, {
|
|
1891
|
-
brighter(k) {
|
|
1892
|
-
return new Hcl(this.h, this.c, this.l + K * (k == null ? 1 : k), this.opacity);
|
|
1893
|
-
},
|
|
1894
|
-
darker(k) {
|
|
1895
|
-
return new Hcl(this.h, this.c, this.l - K * (k == null ? 1 : k), this.opacity);
|
|
1896
|
-
},
|
|
1897
|
-
rgb() {
|
|
1898
|
-
return hcl2lab(this).rgb();
|
|
1899
|
-
}
|
|
1900
|
-
}));
|
|
1901
|
-
|
|
1902
|
-
var A = -0.14861,
|
|
1903
|
-
B = +1.78277,
|
|
1904
|
-
C = -0.29227,
|
|
1905
|
-
D = -0.90649,
|
|
1906
|
-
E = +1.97294,
|
|
1907
|
-
ED = E * D,
|
|
1908
|
-
EB = E * B,
|
|
1909
|
-
BC_DA = B * C - D * A;
|
|
1910
|
-
|
|
1911
|
-
function cubehelixConvert(o) {
|
|
1912
|
-
if (o instanceof Cubehelix) return new Cubehelix(o.h, o.s, o.l, o.opacity);
|
|
1913
|
-
if (!(o instanceof Rgb)) o = rgbConvert(o);
|
|
1914
|
-
var r = o.r / 255,
|
|
1915
|
-
g = o.g / 255,
|
|
1916
|
-
b = o.b / 255,
|
|
1917
|
-
l = (BC_DA * b + ED * r - EB * g) / (BC_DA + ED - EB),
|
|
1918
|
-
bl = b - l,
|
|
1919
|
-
k = (E * (g - l) - C * bl) / D,
|
|
1920
|
-
s = Math.sqrt(k * k + bl * bl) / (E * l * (1 - l)), // NaN if l=0 or l=1
|
|
1921
|
-
h = s ? Math.atan2(k, bl) * degrees - 120 : NaN;
|
|
1922
|
-
return new Cubehelix(h < 0 ? h + 360 : h, s, l, o.opacity);
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
function cubehelix$1(h, s, l, opacity) {
|
|
1926
|
-
return arguments.length === 1 ? cubehelixConvert(h) : new Cubehelix(h, s, l, opacity == null ? 1 : opacity);
|
|
1927
|
-
}
|
|
1928
|
-
|
|
1929
|
-
function Cubehelix(h, s, l, opacity) {
|
|
1930
|
-
this.h = +h;
|
|
1931
|
-
this.s = +s;
|
|
1932
|
-
this.l = +l;
|
|
1933
|
-
this.opacity = +opacity;
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
define(Cubehelix, cubehelix$1, extend(Color, {
|
|
1937
|
-
brighter(k) {
|
|
1938
|
-
k = k == null ? brighter : Math.pow(brighter, k);
|
|
1939
|
-
return new Cubehelix(this.h, this.s, this.l * k, this.opacity);
|
|
1940
|
-
},
|
|
1941
|
-
darker(k) {
|
|
1942
|
-
k = k == null ? darker : Math.pow(darker, k);
|
|
1943
|
-
return new Cubehelix(this.h, this.s, this.l * k, this.opacity);
|
|
1944
|
-
},
|
|
1945
|
-
rgb() {
|
|
1946
|
-
var h = isNaN(this.h) ? 0 : (this.h + 120) * radians,
|
|
1947
|
-
l = +this.l,
|
|
1948
|
-
a = isNaN(this.s) ? 0 : this.s * l * (1 - l),
|
|
1949
|
-
cosh = Math.cos(h),
|
|
1950
|
-
sinh = Math.sin(h);
|
|
1951
|
-
return new Rgb(
|
|
1952
|
-
255 * (l + a * (A * cosh + B * sinh)),
|
|
1953
|
-
255 * (l + a * (C * cosh + D * sinh)),
|
|
1954
|
-
255 * (l + a * (E * cosh)),
|
|
1955
|
-
this.opacity
|
|
1956
|
-
);
|
|
1957
|
-
}
|
|
1958
|
-
}));
|
|
1959
|
-
|
|
1960
|
-
var constant = x => () => x;
|
|
1961
|
-
|
|
1962
|
-
function linear$1(a, d) {
|
|
1963
|
-
return function(t) {
|
|
1964
|
-
return a + t * d;
|
|
1965
|
-
};
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
function exponential(a, b, y) {
|
|
1969
|
-
return a = Math.pow(a, y), b = Math.pow(b, y) - a, y = 1 / y, function(t) {
|
|
1970
|
-
return Math.pow(a + t * b, y);
|
|
1971
|
-
};
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
function hue(a, b) {
|
|
1975
|
-
var d = b - a;
|
|
1976
|
-
return d ? linear$1(a, d > 180 || d < -180 ? d - 360 * Math.round(d / 360) : d) : constant(isNaN(a) ? b : a);
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
function gamma(y) {
|
|
1980
|
-
return (y = +y) === 1 ? nogamma : function(a, b) {
|
|
1981
|
-
return b - a ? exponential(a, b, y) : constant(isNaN(a) ? b : a);
|
|
1982
|
-
};
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
function nogamma(a, b) {
|
|
1986
|
-
var d = b - a;
|
|
1987
|
-
return d ? linear$1(a, d) : constant(isNaN(a) ? b : a);
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
var rgb = (function rgbGamma(y) {
|
|
1991
|
-
var color = gamma(y);
|
|
1992
|
-
|
|
1993
|
-
function rgb(start, end) {
|
|
1994
|
-
var r = color((start = rgb$1(start)).r, (end = rgb$1(end)).r),
|
|
1995
|
-
g = color(start.g, end.g),
|
|
1996
|
-
b = color(start.b, end.b),
|
|
1997
|
-
opacity = nogamma(start.opacity, end.opacity);
|
|
1998
|
-
return function(t) {
|
|
1999
|
-
start.r = r(t);
|
|
2000
|
-
start.g = g(t);
|
|
2001
|
-
start.b = b(t);
|
|
2002
|
-
start.opacity = opacity(t);
|
|
2003
|
-
return start + "";
|
|
2004
|
-
};
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
|
-
rgb.gamma = rgbGamma;
|
|
2008
|
-
|
|
2009
|
-
return rgb;
|
|
2010
|
-
})(1);
|
|
2011
|
-
|
|
2012
|
-
function numberArray(a, b) {
|
|
2013
|
-
if (!b) b = [];
|
|
2014
|
-
var n = a ? Math.min(b.length, a.length) : 0,
|
|
2015
|
-
c = b.slice(),
|
|
2016
|
-
i;
|
|
2017
|
-
return function(t) {
|
|
2018
|
-
for (i = 0; i < n; ++i) c[i] = a[i] * (1 - t) + b[i] * t;
|
|
2019
|
-
return c;
|
|
2020
|
-
};
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
|
-
function isNumberArray(x) {
|
|
2024
|
-
return ArrayBuffer.isView(x) && !(x instanceof DataView);
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
function genericArray(a, b) {
|
|
2028
|
-
var nb = b ? b.length : 0,
|
|
2029
|
-
na = a ? Math.min(nb, a.length) : 0,
|
|
2030
|
-
x = new Array(na),
|
|
2031
|
-
c = new Array(nb),
|
|
2032
|
-
i;
|
|
2033
|
-
|
|
2034
|
-
for (i = 0; i < na; ++i) x[i] = interpolate(a[i], b[i]);
|
|
2035
|
-
for (; i < nb; ++i) c[i] = b[i];
|
|
2036
|
-
|
|
2037
|
-
return function(t) {
|
|
2038
|
-
for (i = 0; i < na; ++i) c[i] = x[i](t);
|
|
2039
|
-
return c;
|
|
2040
|
-
};
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
function date(a, b) {
|
|
2044
|
-
var d = new Date;
|
|
2045
|
-
return a = +a, b = +b, function(t) {
|
|
2046
|
-
return d.setTime(a * (1 - t) + b * t), d;
|
|
2047
|
-
};
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
function interpolateNumber(a, b) {
|
|
2051
|
-
return a = +a, b = +b, function(t) {
|
|
2052
|
-
return a * (1 - t) + b * t;
|
|
2053
|
-
};
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
function object(a, b) {
|
|
2057
|
-
var i = {},
|
|
2058
|
-
c = {},
|
|
2059
|
-
k;
|
|
2060
|
-
|
|
2061
|
-
if (a === null || typeof a !== "object") a = {};
|
|
2062
|
-
if (b === null || typeof b !== "object") b = {};
|
|
2063
|
-
|
|
2064
|
-
for (k in b) {
|
|
2065
|
-
if (k in a) {
|
|
2066
|
-
i[k] = interpolate(a[k], b[k]);
|
|
2067
|
-
} else {
|
|
2068
|
-
c[k] = b[k];
|
|
2069
|
-
}
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
return function(t) {
|
|
2073
|
-
for (k in i) c[k] = i[k](t);
|
|
2074
|
-
return c;
|
|
2075
|
-
};
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
var reA = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,
|
|
2079
|
-
reB = new RegExp(reA.source, "g");
|
|
2080
|
-
|
|
2081
|
-
function zero(b) {
|
|
2082
|
-
return function() {
|
|
2083
|
-
return b;
|
|
2084
|
-
};
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
function one(b) {
|
|
2088
|
-
return function(t) {
|
|
2089
|
-
return b(t) + "";
|
|
2090
|
-
};
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
function string(a, b) {
|
|
2094
|
-
var bi = reA.lastIndex = reB.lastIndex = 0, // scan index for next number in b
|
|
2095
|
-
am, // current match in a
|
|
2096
|
-
bm, // current match in b
|
|
2097
|
-
bs, // string preceding current number in b, if any
|
|
2098
|
-
i = -1, // index in s
|
|
2099
|
-
s = [], // string constants and placeholders
|
|
2100
|
-
q = []; // number interpolators
|
|
2101
|
-
|
|
2102
|
-
// Coerce inputs to strings.
|
|
2103
|
-
a = a + "", b = b + "";
|
|
2104
|
-
|
|
2105
|
-
// Interpolate pairs of numbers in a & b.
|
|
2106
|
-
while ((am = reA.exec(a))
|
|
2107
|
-
&& (bm = reB.exec(b))) {
|
|
2108
|
-
if ((bs = bm.index) > bi) { // a string precedes the next number in b
|
|
2109
|
-
bs = b.slice(bi, bs);
|
|
2110
|
-
if (s[i]) s[i] += bs; // coalesce with previous string
|
|
2111
|
-
else s[++i] = bs;
|
|
2112
|
-
}
|
|
2113
|
-
if ((am = am[0]) === (bm = bm[0])) { // numbers in a & b match
|
|
2114
|
-
if (s[i]) s[i] += bm; // coalesce with previous string
|
|
2115
|
-
else s[++i] = bm;
|
|
2116
|
-
} else { // interpolate non-matching numbers
|
|
2117
|
-
s[++i] = null;
|
|
2118
|
-
q.push({i: i, x: interpolateNumber(am, bm)});
|
|
2119
|
-
}
|
|
2120
|
-
bi = reB.lastIndex;
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
// Add remains of b.
|
|
2124
|
-
if (bi < b.length) {
|
|
2125
|
-
bs = b.slice(bi);
|
|
2126
|
-
if (s[i]) s[i] += bs; // coalesce with previous string
|
|
2127
|
-
else s[++i] = bs;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
// Special optimization for only a single match.
|
|
2131
|
-
// Otherwise, interpolate each of the numbers and rejoin the string.
|
|
2132
|
-
return s.length < 2 ? (q[0]
|
|
2133
|
-
? one(q[0].x)
|
|
2134
|
-
: zero(b))
|
|
2135
|
-
: (b = q.length, function(t) {
|
|
2136
|
-
for (var i = 0, o; i < b; ++i) s[(o = q[i]).i] = o.x(t);
|
|
2137
|
-
return s.join("");
|
|
2138
|
-
});
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
function interpolate(a, b) {
|
|
2142
|
-
var t = typeof b, c;
|
|
2143
|
-
return b == null || t === "boolean" ? constant(b)
|
|
2144
|
-
: (t === "number" ? interpolateNumber
|
|
2145
|
-
: t === "string" ? ((c = color(b)) ? (b = c, rgb) : string)
|
|
2146
|
-
: b instanceof color ? rgb
|
|
2147
|
-
: b instanceof Date ? date
|
|
2148
|
-
: isNumberArray(b) ? numberArray
|
|
2149
|
-
: Array.isArray(b) ? genericArray
|
|
2150
|
-
: typeof b.valueOf !== "function" && typeof b.toString !== "function" || isNaN(b) ? object
|
|
2151
|
-
: interpolateNumber)(a, b);
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
function interpolateRound(a, b) {
|
|
2155
|
-
return a = +a, b = +b, function(t) {
|
|
2156
|
-
return Math.round(a * (1 - t) + b * t);
|
|
2157
|
-
};
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
var epsilon2 = 1e-12;
|
|
2161
|
-
|
|
2162
|
-
function cosh(x) {
|
|
2163
|
-
return ((x = Math.exp(x)) + 1 / x) / 2;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
function sinh(x) {
|
|
2167
|
-
return ((x = Math.exp(x)) - 1 / x) / 2;
|
|
2168
|
-
}
|
|
2169
|
-
|
|
2170
|
-
function tanh(x) {
|
|
2171
|
-
return ((x = Math.exp(2 * x)) - 1) / (x + 1);
|
|
2172
|
-
}
|
|
2173
|
-
|
|
2174
|
-
((function zoomRho(rho, rho2, rho4) {
|
|
2175
|
-
|
|
2176
|
-
// p0 = [ux0, uy0, w0]
|
|
2177
|
-
// p1 = [ux1, uy1, w1]
|
|
2178
|
-
function zoom(p0, p1) {
|
|
2179
|
-
var ux0 = p0[0], uy0 = p0[1], w0 = p0[2],
|
|
2180
|
-
ux1 = p1[0], uy1 = p1[1], w1 = p1[2],
|
|
2181
|
-
dx = ux1 - ux0,
|
|
2182
|
-
dy = uy1 - uy0,
|
|
2183
|
-
d2 = dx * dx + dy * dy,
|
|
2184
|
-
i,
|
|
2185
|
-
S;
|
|
2186
|
-
|
|
2187
|
-
// Special case for u0 ≅ u1.
|
|
2188
|
-
if (d2 < epsilon2) {
|
|
2189
|
-
S = Math.log(w1 / w0) / rho;
|
|
2190
|
-
i = function(t) {
|
|
2191
|
-
return [
|
|
2192
|
-
ux0 + t * dx,
|
|
2193
|
-
uy0 + t * dy,
|
|
2194
|
-
w0 * Math.exp(rho * t * S)
|
|
2195
|
-
];
|
|
2196
|
-
};
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
// General case.
|
|
2200
|
-
else {
|
|
2201
|
-
var d1 = Math.sqrt(d2),
|
|
2202
|
-
b0 = (w1 * w1 - w0 * w0 + rho4 * d2) / (2 * w0 * rho2 * d1),
|
|
2203
|
-
b1 = (w1 * w1 - w0 * w0 - rho4 * d2) / (2 * w1 * rho2 * d1),
|
|
2204
|
-
r0 = Math.log(Math.sqrt(b0 * b0 + 1) - b0),
|
|
2205
|
-
r1 = Math.log(Math.sqrt(b1 * b1 + 1) - b1);
|
|
2206
|
-
S = (r1 - r0) / rho;
|
|
2207
|
-
i = function(t) {
|
|
2208
|
-
var s = t * S,
|
|
2209
|
-
coshr0 = cosh(r0),
|
|
2210
|
-
u = w0 / (rho2 * d1) * (coshr0 * tanh(rho * s + r0) - sinh(r0));
|
|
2211
|
-
return [
|
|
2212
|
-
ux0 + u * dx,
|
|
2213
|
-
uy0 + u * dy,
|
|
2214
|
-
w0 * coshr0 / cosh(rho * s + r0)
|
|
2215
|
-
];
|
|
2216
|
-
};
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
i.duration = S * 1000 * rho / Math.SQRT2;
|
|
2220
|
-
|
|
2221
|
-
return i;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
zoom.rho = function(_) {
|
|
2225
|
-
var _1 = Math.max(1e-3, +_), _2 = _1 * _1, _4 = _2 * _2;
|
|
2226
|
-
return zoomRho(_1, _2, _4);
|
|
2227
|
-
};
|
|
2228
|
-
|
|
2229
|
-
return zoom;
|
|
2230
|
-
}))(Math.SQRT2, 2, 4);
|
|
2231
|
-
|
|
2232
|
-
function cubehelix(hue) {
|
|
2233
|
-
return (function cubehelixGamma(y) {
|
|
2234
|
-
y = +y;
|
|
2235
|
-
|
|
2236
|
-
function cubehelix(start, end) {
|
|
2237
|
-
var h = hue((start = cubehelix$1(start)).h, (end = cubehelix$1(end)).h),
|
|
2238
|
-
s = nogamma(start.s, end.s),
|
|
2239
|
-
l = nogamma(start.l, end.l),
|
|
2240
|
-
opacity = nogamma(start.opacity, end.opacity);
|
|
2241
|
-
return function(t) {
|
|
2242
|
-
start.h = h(t);
|
|
2243
|
-
start.s = s(t);
|
|
2244
|
-
start.l = l(Math.pow(t, y));
|
|
2245
|
-
start.opacity = opacity(t);
|
|
2246
|
-
return start + "";
|
|
2247
|
-
};
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
|
-
cubehelix.gamma = cubehelixGamma;
|
|
2251
|
-
|
|
2252
|
-
return cubehelix;
|
|
2253
|
-
})(1);
|
|
2254
|
-
}
|
|
2255
|
-
|
|
2256
|
-
cubehelix(hue);
|
|
2257
|
-
cubehelix(nogamma);
|
|
2258
|
-
|
|
2259
|
-
function constants(x) {
|
|
2260
|
-
return function() {
|
|
2261
|
-
return x;
|
|
2262
|
-
};
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
function number(x) {
|
|
2266
|
-
return +x;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
var unit = [0, 1];
|
|
2270
|
-
|
|
2271
|
-
function identity$1(x) {
|
|
2272
|
-
return x;
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
function normalize(a, b) {
|
|
2276
|
-
return (b -= (a = +a))
|
|
2277
|
-
? function(x) { return (x - a) / b; }
|
|
2278
|
-
: constants(isNaN(b) ? NaN : 0.5);
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
function clamper(a, b) {
|
|
2282
|
-
var t;
|
|
2283
|
-
if (a > b) t = a, a = b, b = t;
|
|
2284
|
-
return function(x) { return Math.max(a, Math.min(b, x)); };
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
// normalize(a, b)(x) takes a domain value x in [a,b] and returns the corresponding parameter t in [0,1].
|
|
2288
|
-
// interpolate(a, b)(t) takes a parameter t in [0,1] and returns the corresponding range value x in [a,b].
|
|
2289
|
-
function bimap(domain, range, interpolate) {
|
|
2290
|
-
var d0 = domain[0], d1 = domain[1], r0 = range[0], r1 = range[1];
|
|
2291
|
-
if (d1 < d0) d0 = normalize(d1, d0), r0 = interpolate(r1, r0);
|
|
2292
|
-
else d0 = normalize(d0, d1), r0 = interpolate(r0, r1);
|
|
2293
|
-
return function(x) { return r0(d0(x)); };
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
function polymap(domain, range, interpolate) {
|
|
2297
|
-
var j = Math.min(domain.length, range.length) - 1,
|
|
2298
|
-
d = new Array(j),
|
|
2299
|
-
r = new Array(j),
|
|
2300
|
-
i = -1;
|
|
2301
|
-
|
|
2302
|
-
// Reverse descending domains.
|
|
2303
|
-
if (domain[j] < domain[0]) {
|
|
2304
|
-
domain = domain.slice().reverse();
|
|
2305
|
-
range = range.slice().reverse();
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
|
-
while (++i < j) {
|
|
2309
|
-
d[i] = normalize(domain[i], domain[i + 1]);
|
|
2310
|
-
r[i] = interpolate(range[i], range[i + 1]);
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
return function(x) {
|
|
2314
|
-
var i = bisectRight(domain, x, 1, j) - 1;
|
|
2315
|
-
return r[i](d[i](x));
|
|
2316
|
-
};
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
function copy$1(source, target) {
|
|
2320
|
-
return target
|
|
2321
|
-
.domain(source.domain())
|
|
2322
|
-
.range(source.range())
|
|
2323
|
-
.interpolate(source.interpolate())
|
|
2324
|
-
.clamp(source.clamp())
|
|
2325
|
-
.unknown(source.unknown());
|
|
2326
|
-
}
|
|
2327
|
-
|
|
2328
|
-
function transformer$1() {
|
|
2329
|
-
var domain = unit,
|
|
2330
|
-
range = unit,
|
|
2331
|
-
interpolate$1 = interpolate,
|
|
2332
|
-
transform,
|
|
2333
|
-
untransform,
|
|
2334
|
-
unknown,
|
|
2335
|
-
clamp = identity$1,
|
|
2336
|
-
piecewise,
|
|
2337
|
-
output,
|
|
2338
|
-
input;
|
|
2339
|
-
|
|
2340
|
-
function rescale() {
|
|
2341
|
-
var n = Math.min(domain.length, range.length);
|
|
2342
|
-
if (clamp !== identity$1) clamp = clamper(domain[0], domain[n - 1]);
|
|
2343
|
-
piecewise = n > 2 ? polymap : bimap;
|
|
2344
|
-
output = input = null;
|
|
2345
|
-
return scale;
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
|
-
function scale(x) {
|
|
2349
|
-
return x == null || isNaN(x = +x) ? unknown : (output || (output = piecewise(domain.map(transform), range, interpolate$1)))(transform(clamp(x)));
|
|
2350
|
-
}
|
|
2351
|
-
|
|
2352
|
-
scale.invert = function(y) {
|
|
2353
|
-
return clamp(untransform((input || (input = piecewise(range, domain.map(transform), interpolateNumber)))(y)));
|
|
2354
|
-
};
|
|
2355
|
-
|
|
2356
|
-
scale.domain = function(_) {
|
|
2357
|
-
return arguments.length ? (domain = Array.from(_, number), rescale()) : domain.slice();
|
|
2358
|
-
};
|
|
2359
|
-
|
|
2360
|
-
scale.range = function(_) {
|
|
2361
|
-
return arguments.length ? (range = Array.from(_), rescale()) : range.slice();
|
|
2362
|
-
};
|
|
2363
|
-
|
|
2364
|
-
scale.rangeRound = function(_) {
|
|
2365
|
-
return range = Array.from(_), interpolate$1 = interpolateRound, rescale();
|
|
2366
|
-
};
|
|
2367
|
-
|
|
2368
|
-
scale.clamp = function(_) {
|
|
2369
|
-
return arguments.length ? (clamp = _ ? true : identity$1, rescale()) : clamp !== identity$1;
|
|
2370
|
-
};
|
|
2371
|
-
|
|
2372
|
-
scale.interpolate = function(_) {
|
|
2373
|
-
return arguments.length ? (interpolate$1 = _, rescale()) : interpolate$1;
|
|
2374
|
-
};
|
|
2375
|
-
|
|
2376
|
-
scale.unknown = function(_) {
|
|
2377
|
-
return arguments.length ? (unknown = _, scale) : unknown;
|
|
2378
|
-
};
|
|
2379
|
-
|
|
2380
|
-
return function(t, u) {
|
|
2381
|
-
transform = t, untransform = u;
|
|
2382
|
-
return rescale();
|
|
2383
|
-
};
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
function continuous() {
|
|
2387
|
-
return transformer$1()(identity$1, identity$1);
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
function formatDecimal(x) {
|
|
2391
|
-
return Math.abs(x = Math.round(x)) >= 1e21
|
|
2392
|
-
? x.toLocaleString("en").replace(/,/g, "")
|
|
2393
|
-
: x.toString(10);
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
// Computes the decimal coefficient and exponent of the specified number x with
|
|
2397
|
-
// significant digits p, where x is positive and p is in [1, 21] or undefined.
|
|
2398
|
-
// For example, formatDecimalParts(1.23) returns ["123", 0].
|
|
2399
|
-
function formatDecimalParts(x, p) {
|
|
2400
|
-
if ((i = (x = p ? x.toExponential(p - 1) : x.toExponential()).indexOf("e")) < 0) return null; // NaN, ±Infinity
|
|
2401
|
-
var i, coefficient = x.slice(0, i);
|
|
2402
|
-
|
|
2403
|
-
// The string returned by toExponential either has the form \d\.\d+e[-+]\d+
|
|
2404
|
-
// (e.g., 1.2e+3) or the form \de[-+]\d+ (e.g., 1e+3).
|
|
2405
|
-
return [
|
|
2406
|
-
coefficient.length > 1 ? coefficient[0] + coefficient.slice(2) : coefficient,
|
|
2407
|
-
+x.slice(i + 1)
|
|
2408
|
-
];
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
function exponent(x) {
|
|
2412
|
-
return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
function formatGroup(grouping, thousands) {
|
|
2416
|
-
return function(value, width) {
|
|
2417
|
-
var i = value.length,
|
|
2418
|
-
t = [],
|
|
2419
|
-
j = 0,
|
|
2420
|
-
g = grouping[0],
|
|
2421
|
-
length = 0;
|
|
2422
|
-
|
|
2423
|
-
while (i > 0 && g > 0) {
|
|
2424
|
-
if (length + g + 1 > width) g = Math.max(1, width - length);
|
|
2425
|
-
t.push(value.substring(i -= g, i + g));
|
|
2426
|
-
if ((length += g + 1) > width) break;
|
|
2427
|
-
g = grouping[j = (j + 1) % grouping.length];
|
|
2428
|
-
}
|
|
2429
|
-
|
|
2430
|
-
return t.reverse().join(thousands);
|
|
2431
|
-
};
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
function formatNumerals(numerals) {
|
|
2435
|
-
return function(value) {
|
|
2436
|
-
return value.replace(/[0-9]/g, function(i) {
|
|
2437
|
-
return numerals[+i];
|
|
2438
|
-
});
|
|
2439
|
-
};
|
|
2440
|
-
}
|
|
2441
|
-
|
|
2442
|
-
// [[fill]align][sign][symbol][0][width][,][.precision][~][type]
|
|
2443
|
-
var re = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
|
|
2444
|
-
|
|
2445
|
-
function formatSpecifier(specifier) {
|
|
2446
|
-
if (!(match = re.exec(specifier))) throw new Error("invalid format: " + specifier);
|
|
2447
|
-
var match;
|
|
2448
|
-
return new FormatSpecifier({
|
|
2449
|
-
fill: match[1],
|
|
2450
|
-
align: match[2],
|
|
2451
|
-
sign: match[3],
|
|
2452
|
-
symbol: match[4],
|
|
2453
|
-
zero: match[5],
|
|
2454
|
-
width: match[6],
|
|
2455
|
-
comma: match[7],
|
|
2456
|
-
precision: match[8] && match[8].slice(1),
|
|
2457
|
-
trim: match[9],
|
|
2458
|
-
type: match[10]
|
|
2459
|
-
});
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
formatSpecifier.prototype = FormatSpecifier.prototype; // instanceof
|
|
2463
|
-
|
|
2464
|
-
function FormatSpecifier(specifier) {
|
|
2465
|
-
this.fill = specifier.fill === undefined ? " " : specifier.fill + "";
|
|
2466
|
-
this.align = specifier.align === undefined ? ">" : specifier.align + "";
|
|
2467
|
-
this.sign = specifier.sign === undefined ? "-" : specifier.sign + "";
|
|
2468
|
-
this.symbol = specifier.symbol === undefined ? "" : specifier.symbol + "";
|
|
2469
|
-
this.zero = !!specifier.zero;
|
|
2470
|
-
this.width = specifier.width === undefined ? undefined : +specifier.width;
|
|
2471
|
-
this.comma = !!specifier.comma;
|
|
2472
|
-
this.precision = specifier.precision === undefined ? undefined : +specifier.precision;
|
|
2473
|
-
this.trim = !!specifier.trim;
|
|
2474
|
-
this.type = specifier.type === undefined ? "" : specifier.type + "";
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
|
-
FormatSpecifier.prototype.toString = function() {
|
|
2478
|
-
return this.fill
|
|
2479
|
-
+ this.align
|
|
2480
|
-
+ this.sign
|
|
2481
|
-
+ this.symbol
|
|
2482
|
-
+ (this.zero ? "0" : "")
|
|
2483
|
-
+ (this.width === undefined ? "" : Math.max(1, this.width | 0))
|
|
2484
|
-
+ (this.comma ? "," : "")
|
|
2485
|
-
+ (this.precision === undefined ? "" : "." + Math.max(0, this.precision | 0))
|
|
2486
|
-
+ (this.trim ? "~" : "")
|
|
2487
|
-
+ this.type;
|
|
2488
|
-
};
|
|
2489
|
-
|
|
2490
|
-
// Trims insignificant zeros, e.g., replaces 1.2000k with 1.2k.
|
|
2491
|
-
function formatTrim(s) {
|
|
2492
|
-
out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) {
|
|
2493
|
-
switch (s[i]) {
|
|
2494
|
-
case ".": i0 = i1 = i; break;
|
|
2495
|
-
case "0": if (i0 === 0) i0 = i; i1 = i; break;
|
|
2496
|
-
default: if (!+s[i]) break out; if (i0 > 0) i0 = 0; break;
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2499
|
-
return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s;
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
var prefixExponent;
|
|
2503
|
-
|
|
2504
|
-
function formatPrefixAuto(x, p) {
|
|
2505
|
-
var d = formatDecimalParts(x, p);
|
|
2506
|
-
if (!d) return x + "";
|
|
2507
|
-
var coefficient = d[0],
|
|
2508
|
-
exponent = d[1],
|
|
2509
|
-
i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1,
|
|
2510
|
-
n = coefficient.length;
|
|
2511
|
-
return i === n ? coefficient
|
|
2512
|
-
: i > n ? coefficient + new Array(i - n + 1).join("0")
|
|
2513
|
-
: i > 0 ? coefficient.slice(0, i) + "." + coefficient.slice(i)
|
|
2514
|
-
: "0." + new Array(1 - i).join("0") + formatDecimalParts(x, Math.max(0, p + i - 1))[0]; // less than 1y!
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
function formatRounded(x, p) {
|
|
2518
|
-
var d = formatDecimalParts(x, p);
|
|
2519
|
-
if (!d) return x + "";
|
|
2520
|
-
var coefficient = d[0],
|
|
2521
|
-
exponent = d[1];
|
|
2522
|
-
return exponent < 0 ? "0." + new Array(-exponent).join("0") + coefficient
|
|
2523
|
-
: coefficient.length > exponent + 1 ? coefficient.slice(0, exponent + 1) + "." + coefficient.slice(exponent + 1)
|
|
2524
|
-
: coefficient + new Array(exponent - coefficient.length + 2).join("0");
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
var formatTypes = {
|
|
2528
|
-
"%": (x, p) => (x * 100).toFixed(p),
|
|
2529
|
-
"b": (x) => Math.round(x).toString(2),
|
|
2530
|
-
"c": (x) => x + "",
|
|
2531
|
-
"d": formatDecimal,
|
|
2532
|
-
"e": (x, p) => x.toExponential(p),
|
|
2533
|
-
"f": (x, p) => x.toFixed(p),
|
|
2534
|
-
"g": (x, p) => x.toPrecision(p),
|
|
2535
|
-
"o": (x) => Math.round(x).toString(8),
|
|
2536
|
-
"p": (x, p) => formatRounded(x * 100, p),
|
|
2537
|
-
"r": formatRounded,
|
|
2538
|
-
"s": formatPrefixAuto,
|
|
2539
|
-
"X": (x) => Math.round(x).toString(16).toUpperCase(),
|
|
2540
|
-
"x": (x) => Math.round(x).toString(16)
|
|
2541
|
-
};
|
|
2542
|
-
|
|
2543
|
-
function identity(x) {
|
|
2544
|
-
return x;
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
var map = Array.prototype.map,
|
|
2548
|
-
prefixes = ["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];
|
|
2549
|
-
|
|
2550
|
-
function formatLocale$1(locale) {
|
|
2551
|
-
var group = locale.grouping === undefined || locale.thousands === undefined ? identity : formatGroup(map.call(locale.grouping, Number), locale.thousands + ""),
|
|
2552
|
-
currencyPrefix = locale.currency === undefined ? "" : locale.currency[0] + "",
|
|
2553
|
-
currencySuffix = locale.currency === undefined ? "" : locale.currency[1] + "",
|
|
2554
|
-
decimal = locale.decimal === undefined ? "." : locale.decimal + "",
|
|
2555
|
-
numerals = locale.numerals === undefined ? identity : formatNumerals(map.call(locale.numerals, String)),
|
|
2556
|
-
percent = locale.percent === undefined ? "%" : locale.percent + "",
|
|
2557
|
-
minus = locale.minus === undefined ? "−" : locale.minus + "",
|
|
2558
|
-
nan = locale.nan === undefined ? "NaN" : locale.nan + "";
|
|
2559
|
-
|
|
2560
|
-
function newFormat(specifier) {
|
|
2561
|
-
specifier = formatSpecifier(specifier);
|
|
2562
|
-
|
|
2563
|
-
var fill = specifier.fill,
|
|
2564
|
-
align = specifier.align,
|
|
2565
|
-
sign = specifier.sign,
|
|
2566
|
-
symbol = specifier.symbol,
|
|
2567
|
-
zero = specifier.zero,
|
|
2568
|
-
width = specifier.width,
|
|
2569
|
-
comma = specifier.comma,
|
|
2570
|
-
precision = specifier.precision,
|
|
2571
|
-
trim = specifier.trim,
|
|
2572
|
-
type = specifier.type;
|
|
2573
|
-
|
|
2574
|
-
// The "n" type is an alias for ",g".
|
|
2575
|
-
if (type === "n") comma = true, type = "g";
|
|
2576
|
-
|
|
2577
|
-
// The "" type, and any invalid type, is an alias for ".12~g".
|
|
2578
|
-
else if (!formatTypes[type]) precision === undefined && (precision = 12), trim = true, type = "g";
|
|
2579
|
-
|
|
2580
|
-
// If zero fill is specified, padding goes after sign and before digits.
|
|
2581
|
-
if (zero || (fill === "0" && align === "=")) zero = true, fill = "0", align = "=";
|
|
2582
|
-
|
|
2583
|
-
// Compute the prefix and suffix.
|
|
2584
|
-
// For SI-prefix, the suffix is lazily computed.
|
|
2585
|
-
var prefix = symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type) ? "0" + type.toLowerCase() : "",
|
|
2586
|
-
suffix = symbol === "$" ? currencySuffix : /[%p]/.test(type) ? percent : "";
|
|
2587
|
-
|
|
2588
|
-
// What format function should we use?
|
|
2589
|
-
// Is this an integer type?
|
|
2590
|
-
// Can this type generate exponential notation?
|
|
2591
|
-
var formatType = formatTypes[type],
|
|
2592
|
-
maybeSuffix = /[defgprs%]/.test(type);
|
|
2593
|
-
|
|
2594
|
-
// Set the default precision if not specified,
|
|
2595
|
-
// or clamp the specified precision to the supported range.
|
|
2596
|
-
// For significant precision, it must be in [1, 21].
|
|
2597
|
-
// For fixed precision, it must be in [0, 20].
|
|
2598
|
-
precision = precision === undefined ? 6
|
|
2599
|
-
: /[gprs]/.test(type) ? Math.max(1, Math.min(21, precision))
|
|
2600
|
-
: Math.max(0, Math.min(20, precision));
|
|
2601
|
-
|
|
2602
|
-
function format(value) {
|
|
2603
|
-
var valuePrefix = prefix,
|
|
2604
|
-
valueSuffix = suffix,
|
|
2605
|
-
i, n, c;
|
|
2606
|
-
|
|
2607
|
-
if (type === "c") {
|
|
2608
|
-
valueSuffix = formatType(value) + valueSuffix;
|
|
2609
|
-
value = "";
|
|
2610
|
-
} else {
|
|
2611
|
-
value = +value;
|
|
2612
|
-
|
|
2613
|
-
// Determine the sign. -0 is not less than 0, but 1 / -0 is!
|
|
2614
|
-
var valueNegative = value < 0 || 1 / value < 0;
|
|
2615
|
-
|
|
2616
|
-
// Perform the initial formatting.
|
|
2617
|
-
value = isNaN(value) ? nan : formatType(Math.abs(value), precision);
|
|
2618
|
-
|
|
2619
|
-
// Trim insignificant zeros.
|
|
2620
|
-
if (trim) value = formatTrim(value);
|
|
2621
|
-
|
|
2622
|
-
// If a negative value rounds to zero after formatting, and no explicit positive sign is requested, hide the sign.
|
|
2623
|
-
if (valueNegative && +value === 0 && sign !== "+") valueNegative = false;
|
|
2624
|
-
|
|
2625
|
-
// Compute the prefix and suffix.
|
|
2626
|
-
valuePrefix = (valueNegative ? (sign === "(" ? sign : minus) : sign === "-" || sign === "(" ? "" : sign) + valuePrefix;
|
|
2627
|
-
valueSuffix = (type === "s" ? prefixes[8 + prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign === "(" ? ")" : "");
|
|
2628
|
-
|
|
2629
|
-
// Break the formatted value into the integer “value” part that can be
|
|
2630
|
-
// grouped, and fractional or exponential “suffix” part that is not.
|
|
2631
|
-
if (maybeSuffix) {
|
|
2632
|
-
i = -1, n = value.length;
|
|
2633
|
-
while (++i < n) {
|
|
2634
|
-
if (c = value.charCodeAt(i), 48 > c || c > 57) {
|
|
2635
|
-
valueSuffix = (c === 46 ? decimal + value.slice(i + 1) : value.slice(i)) + valueSuffix;
|
|
2636
|
-
value = value.slice(0, i);
|
|
2637
|
-
break;
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
|
-
}
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
// If the fill character is not "0", grouping is applied before padding.
|
|
2644
|
-
if (comma && !zero) value = group(value, Infinity);
|
|
2645
|
-
|
|
2646
|
-
// Compute the padding.
|
|
2647
|
-
var length = valuePrefix.length + value.length + valueSuffix.length,
|
|
2648
|
-
padding = length < width ? new Array(width - length + 1).join(fill) : "";
|
|
2649
|
-
|
|
2650
|
-
// If the fill character is "0", grouping is applied after padding.
|
|
2651
|
-
if (comma && zero) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = "";
|
|
2652
|
-
|
|
2653
|
-
// Reconstruct the final output based on the desired alignment.
|
|
2654
|
-
switch (align) {
|
|
2655
|
-
case "<": value = valuePrefix + value + valueSuffix + padding; break;
|
|
2656
|
-
case "=": value = valuePrefix + padding + value + valueSuffix; break;
|
|
2657
|
-
case "^": value = padding.slice(0, length = padding.length >> 1) + valuePrefix + value + valueSuffix + padding.slice(length); break;
|
|
2658
|
-
default: value = padding + valuePrefix + value + valueSuffix; break;
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
return numerals(value);
|
|
2662
|
-
}
|
|
2663
|
-
|
|
2664
|
-
format.toString = function() {
|
|
2665
|
-
return specifier + "";
|
|
2666
|
-
};
|
|
2667
|
-
|
|
2668
|
-
return format;
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
function formatPrefix(specifier, value) {
|
|
2672
|
-
var f = newFormat((specifier = formatSpecifier(specifier), specifier.type = "f", specifier)),
|
|
2673
|
-
e = Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3,
|
|
2674
|
-
k = Math.pow(10, -e),
|
|
2675
|
-
prefix = prefixes[8 + e / 3];
|
|
2676
|
-
return function(value) {
|
|
2677
|
-
return f(k * value) + prefix;
|
|
2678
|
-
};
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
return {
|
|
2682
|
-
format: newFormat,
|
|
2683
|
-
formatPrefix: formatPrefix
|
|
2684
|
-
};
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
var locale$1;
|
|
2688
|
-
var format;
|
|
2689
|
-
var formatPrefix;
|
|
2690
|
-
|
|
2691
|
-
defaultLocale$1({
|
|
2692
|
-
thousands: ",",
|
|
2693
|
-
grouping: [3],
|
|
2694
|
-
currency: ["$", ""]
|
|
2695
|
-
});
|
|
2696
|
-
|
|
2697
|
-
function defaultLocale$1(definition) {
|
|
2698
|
-
locale$1 = formatLocale$1(definition);
|
|
2699
|
-
format = locale$1.format;
|
|
2700
|
-
formatPrefix = locale$1.formatPrefix;
|
|
2701
|
-
return locale$1;
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
|
-
function precisionFixed(step) {
|
|
2705
|
-
return Math.max(0, -exponent(Math.abs(step)));
|
|
2706
|
-
}
|
|
2707
|
-
|
|
2708
|
-
function precisionPrefix(step, value) {
|
|
2709
|
-
return Math.max(0, Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3 - exponent(Math.abs(step)));
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
function precisionRound(step, max) {
|
|
2713
|
-
step = Math.abs(step), max = Math.abs(max) - step;
|
|
2714
|
-
return Math.max(0, exponent(max) - exponent(step)) + 1;
|
|
2715
|
-
}
|
|
2716
|
-
|
|
2717
|
-
function tickFormat(start, stop, count, specifier) {
|
|
2718
|
-
var step = tickStep(start, stop, count),
|
|
2719
|
-
precision;
|
|
2720
|
-
specifier = formatSpecifier(specifier == null ? ",f" : specifier);
|
|
2721
|
-
switch (specifier.type) {
|
|
2722
|
-
case "s": {
|
|
2723
|
-
var value = Math.max(Math.abs(start), Math.abs(stop));
|
|
2724
|
-
if (specifier.precision == null && !isNaN(precision = precisionPrefix(step, value))) specifier.precision = precision;
|
|
2725
|
-
return formatPrefix(specifier, value);
|
|
2726
|
-
}
|
|
2727
|
-
case "":
|
|
2728
|
-
case "e":
|
|
2729
|
-
case "g":
|
|
2730
|
-
case "p":
|
|
2731
|
-
case "r": {
|
|
2732
|
-
if (specifier.precision == null && !isNaN(precision = precisionRound(step, Math.max(Math.abs(start), Math.abs(stop))))) specifier.precision = precision - (specifier.type === "e");
|
|
2733
|
-
break;
|
|
2734
|
-
}
|
|
2735
|
-
case "f":
|
|
2736
|
-
case "%": {
|
|
2737
|
-
if (specifier.precision == null && !isNaN(precision = precisionFixed(step))) specifier.precision = precision - (specifier.type === "%") * 2;
|
|
2738
|
-
break;
|
|
2739
|
-
}
|
|
2740
|
-
}
|
|
2741
|
-
return format(specifier);
|
|
2742
|
-
}
|
|
2743
|
-
|
|
2744
|
-
function linearish(scale) {
|
|
2745
|
-
var domain = scale.domain;
|
|
2746
|
-
|
|
2747
|
-
scale.ticks = function(count) {
|
|
2748
|
-
var d = domain();
|
|
2749
|
-
return ticks(d[0], d[d.length - 1], count == null ? 10 : count);
|
|
2750
|
-
};
|
|
2751
|
-
|
|
2752
|
-
scale.tickFormat = function(count, specifier) {
|
|
2753
|
-
var d = domain();
|
|
2754
|
-
return tickFormat(d[0], d[d.length - 1], count == null ? 10 : count, specifier);
|
|
2755
|
-
};
|
|
2756
|
-
|
|
2757
|
-
scale.nice = function(count) {
|
|
2758
|
-
if (count == null) count = 10;
|
|
2759
|
-
|
|
2760
|
-
var d = domain();
|
|
2761
|
-
var i0 = 0;
|
|
2762
|
-
var i1 = d.length - 1;
|
|
2763
|
-
var start = d[i0];
|
|
2764
|
-
var stop = d[i1];
|
|
2765
|
-
var prestep;
|
|
2766
|
-
var step;
|
|
2767
|
-
var maxIter = 10;
|
|
2768
|
-
|
|
2769
|
-
if (stop < start) {
|
|
2770
|
-
step = start, start = stop, stop = step;
|
|
2771
|
-
step = i0, i0 = i1, i1 = step;
|
|
2772
|
-
}
|
|
2773
|
-
|
|
2774
|
-
while (maxIter-- > 0) {
|
|
2775
|
-
step = tickIncrement(start, stop, count);
|
|
2776
|
-
if (step === prestep) {
|
|
2777
|
-
d[i0] = start;
|
|
2778
|
-
d[i1] = stop;
|
|
2779
|
-
return domain(d);
|
|
2780
|
-
} else if (step > 0) {
|
|
2781
|
-
start = Math.floor(start / step) * step;
|
|
2782
|
-
stop = Math.ceil(stop / step) * step;
|
|
2783
|
-
} else if (step < 0) {
|
|
2784
|
-
start = Math.ceil(start * step) / step;
|
|
2785
|
-
stop = Math.floor(stop * step) / step;
|
|
2786
|
-
} else {
|
|
2787
|
-
break;
|
|
2788
|
-
}
|
|
2789
|
-
prestep = step;
|
|
2790
|
-
}
|
|
2791
|
-
|
|
2792
|
-
return scale;
|
|
2793
|
-
};
|
|
2794
|
-
|
|
2795
|
-
return scale;
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
|
-
function linear() {
|
|
2799
|
-
var scale = continuous();
|
|
2800
|
-
|
|
2801
|
-
scale.copy = function() {
|
|
2802
|
-
return copy$1(scale, linear());
|
|
2803
|
-
};
|
|
2804
|
-
|
|
2805
|
-
initRange.apply(scale, arguments);
|
|
2806
|
-
|
|
2807
|
-
return linearish(scale);
|
|
2808
|
-
}
|
|
2809
|
-
|
|
2810
|
-
var t0 = new Date,
|
|
2811
|
-
t1 = new Date;
|
|
2812
|
-
|
|
2813
|
-
function newInterval(floori, offseti, count, field) {
|
|
2814
|
-
|
|
2815
|
-
function interval(date) {
|
|
2816
|
-
return floori(date = arguments.length === 0 ? new Date : new Date(+date)), date;
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
|
-
interval.floor = function(date) {
|
|
2820
|
-
return floori(date = new Date(+date)), date;
|
|
2821
|
-
};
|
|
2822
|
-
|
|
2823
|
-
interval.ceil = function(date) {
|
|
2824
|
-
return floori(date = new Date(date - 1)), offseti(date, 1), floori(date), date;
|
|
2825
|
-
};
|
|
2826
|
-
|
|
2827
|
-
interval.round = function(date) {
|
|
2828
|
-
var d0 = interval(date),
|
|
2829
|
-
d1 = interval.ceil(date);
|
|
2830
|
-
return date - d0 < d1 - date ? d0 : d1;
|
|
2831
|
-
};
|
|
2832
|
-
|
|
2833
|
-
interval.offset = function(date, step) {
|
|
2834
|
-
return offseti(date = new Date(+date), step == null ? 1 : Math.floor(step)), date;
|
|
2835
|
-
};
|
|
2836
|
-
|
|
2837
|
-
interval.range = function(start, stop, step) {
|
|
2838
|
-
var range = [], previous;
|
|
2839
|
-
start = interval.ceil(start);
|
|
2840
|
-
step = step == null ? 1 : Math.floor(step);
|
|
2841
|
-
if (!(start < stop) || !(step > 0)) return range; // also handles Invalid Date
|
|
2842
|
-
do range.push(previous = new Date(+start)), offseti(start, step), floori(start);
|
|
2843
|
-
while (previous < start && start < stop);
|
|
2844
|
-
return range;
|
|
2845
|
-
};
|
|
2846
|
-
|
|
2847
|
-
interval.filter = function(test) {
|
|
2848
|
-
return newInterval(function(date) {
|
|
2849
|
-
if (date >= date) while (floori(date), !test(date)) date.setTime(date - 1);
|
|
2850
|
-
}, function(date, step) {
|
|
2851
|
-
if (date >= date) {
|
|
2852
|
-
if (step < 0) while (++step <= 0) {
|
|
2853
|
-
while (offseti(date, -1), !test(date)) {} // eslint-disable-line no-empty
|
|
2854
|
-
} else while (--step >= 0) {
|
|
2855
|
-
while (offseti(date, +1), !test(date)) {} // eslint-disable-line no-empty
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
});
|
|
2859
|
-
};
|
|
2860
|
-
|
|
2861
|
-
if (count) {
|
|
2862
|
-
interval.count = function(start, end) {
|
|
2863
|
-
t0.setTime(+start), t1.setTime(+end);
|
|
2864
|
-
floori(t0), floori(t1);
|
|
2865
|
-
return Math.floor(count(t0, t1));
|
|
2866
|
-
};
|
|
2867
|
-
|
|
2868
|
-
interval.every = function(step) {
|
|
2869
|
-
step = Math.floor(step);
|
|
2870
|
-
return !isFinite(step) || !(step > 0) ? null
|
|
2871
|
-
: !(step > 1) ? interval
|
|
2872
|
-
: interval.filter(field
|
|
2873
|
-
? function(d) { return field(d) % step === 0; }
|
|
2874
|
-
: function(d) { return interval.count(0, d) % step === 0; });
|
|
2875
|
-
};
|
|
2876
|
-
}
|
|
2877
|
-
|
|
2878
|
-
return interval;
|
|
2879
|
-
}
|
|
2880
|
-
|
|
2881
|
-
var millisecond = newInterval(function() {
|
|
2882
|
-
// noop
|
|
2883
|
-
}, function(date, step) {
|
|
2884
|
-
date.setTime(+date + step);
|
|
2885
|
-
}, function(start, end) {
|
|
2886
|
-
return end - start;
|
|
2887
|
-
});
|
|
2888
|
-
|
|
2889
|
-
// An optimized implementation for this simple case.
|
|
2890
|
-
millisecond.every = function(k) {
|
|
2891
|
-
k = Math.floor(k);
|
|
2892
|
-
if (!isFinite(k) || !(k > 0)) return null;
|
|
2893
|
-
if (!(k > 1)) return millisecond;
|
|
2894
|
-
return newInterval(function(date) {
|
|
2895
|
-
date.setTime(Math.floor(date / k) * k);
|
|
2896
|
-
}, function(date, step) {
|
|
2897
|
-
date.setTime(+date + step * k);
|
|
2898
|
-
}, function(start, end) {
|
|
2899
|
-
return (end - start) / k;
|
|
2900
|
-
});
|
|
2901
|
-
};
|
|
2902
|
-
millisecond.range;
|
|
2903
|
-
|
|
2904
|
-
const durationSecond = 1000;
|
|
2905
|
-
const durationMinute = durationSecond * 60;
|
|
2906
|
-
const durationHour = durationMinute * 60;
|
|
2907
|
-
const durationDay = durationHour * 24;
|
|
2908
|
-
const durationWeek = durationDay * 7;
|
|
2909
|
-
|
|
2910
|
-
var second = newInterval(function(date) {
|
|
2911
|
-
date.setTime(date - date.getMilliseconds());
|
|
2912
|
-
}, function(date, step) {
|
|
2913
|
-
date.setTime(+date + step * durationSecond);
|
|
2914
|
-
}, function(start, end) {
|
|
2915
|
-
return (end - start) / durationSecond;
|
|
2916
|
-
}, function(date) {
|
|
2917
|
-
return date.getUTCSeconds();
|
|
2918
|
-
});
|
|
2919
|
-
second.range;
|
|
2920
|
-
|
|
2921
|
-
var minute = newInterval(function(date) {
|
|
2922
|
-
date.setTime(date - date.getMilliseconds() - date.getSeconds() * durationSecond);
|
|
2923
|
-
}, function(date, step) {
|
|
2924
|
-
date.setTime(+date + step * durationMinute);
|
|
2925
|
-
}, function(start, end) {
|
|
2926
|
-
return (end - start) / durationMinute;
|
|
2927
|
-
}, function(date) {
|
|
2928
|
-
return date.getMinutes();
|
|
2929
|
-
});
|
|
2930
|
-
minute.range;
|
|
2931
|
-
|
|
2932
|
-
var hour = newInterval(function(date) {
|
|
2933
|
-
date.setTime(date - date.getMilliseconds() - date.getSeconds() * durationSecond - date.getMinutes() * durationMinute);
|
|
2934
|
-
}, function(date, step) {
|
|
2935
|
-
date.setTime(+date + step * durationHour);
|
|
2936
|
-
}, function(start, end) {
|
|
2937
|
-
return (end - start) / durationHour;
|
|
2938
|
-
}, function(date) {
|
|
2939
|
-
return date.getHours();
|
|
2940
|
-
});
|
|
2941
|
-
hour.range;
|
|
2942
|
-
|
|
2943
|
-
var day = newInterval(
|
|
2944
|
-
date => date.setHours(0, 0, 0, 0),
|
|
2945
|
-
(date, step) => date.setDate(date.getDate() + step),
|
|
2946
|
-
(start, end) => (end - start - (end.getTimezoneOffset() - start.getTimezoneOffset()) * durationMinute) / durationDay,
|
|
2947
|
-
date => date.getDate() - 1
|
|
2948
|
-
);
|
|
2949
|
-
day.range;
|
|
2950
|
-
|
|
2951
|
-
function weekday(i) {
|
|
2952
|
-
return newInterval(function(date) {
|
|
2953
|
-
date.setDate(date.getDate() - (date.getDay() + 7 - i) % 7);
|
|
2954
|
-
date.setHours(0, 0, 0, 0);
|
|
2955
|
-
}, function(date, step) {
|
|
2956
|
-
date.setDate(date.getDate() + step * 7);
|
|
2957
|
-
}, function(start, end) {
|
|
2958
|
-
return (end - start - (end.getTimezoneOffset() - start.getTimezoneOffset()) * durationMinute) / durationWeek;
|
|
2959
|
-
});
|
|
2960
|
-
}
|
|
2961
|
-
|
|
2962
|
-
var sunday = weekday(0);
|
|
2963
|
-
var monday = weekday(1);
|
|
2964
|
-
var tuesday = weekday(2);
|
|
2965
|
-
var wednesday = weekday(3);
|
|
2966
|
-
var thursday = weekday(4);
|
|
2967
|
-
var friday = weekday(5);
|
|
2968
|
-
var saturday = weekday(6);
|
|
2969
|
-
|
|
2970
|
-
sunday.range;
|
|
2971
|
-
monday.range;
|
|
2972
|
-
tuesday.range;
|
|
2973
|
-
wednesday.range;
|
|
2974
|
-
thursday.range;
|
|
2975
|
-
friday.range;
|
|
2976
|
-
saturday.range;
|
|
2977
|
-
|
|
2978
|
-
var month = newInterval(function(date) {
|
|
2979
|
-
date.setDate(1);
|
|
2980
|
-
date.setHours(0, 0, 0, 0);
|
|
2981
|
-
}, function(date, step) {
|
|
2982
|
-
date.setMonth(date.getMonth() + step);
|
|
2983
|
-
}, function(start, end) {
|
|
2984
|
-
return end.getMonth() - start.getMonth() + (end.getFullYear() - start.getFullYear()) * 12;
|
|
2985
|
-
}, function(date) {
|
|
2986
|
-
return date.getMonth();
|
|
2987
|
-
});
|
|
2988
|
-
month.range;
|
|
2989
|
-
|
|
2990
|
-
var year = newInterval(function(date) {
|
|
2991
|
-
date.setMonth(0, 1);
|
|
2992
|
-
date.setHours(0, 0, 0, 0);
|
|
2993
|
-
}, function(date, step) {
|
|
2994
|
-
date.setFullYear(date.getFullYear() + step);
|
|
2995
|
-
}, function(start, end) {
|
|
2996
|
-
return end.getFullYear() - start.getFullYear();
|
|
2997
|
-
}, function(date) {
|
|
2998
|
-
return date.getFullYear();
|
|
2999
|
-
});
|
|
3000
|
-
|
|
3001
|
-
// An optimized implementation for this simple case.
|
|
3002
|
-
year.every = function(k) {
|
|
3003
|
-
return !isFinite(k = Math.floor(k)) || !(k > 0) ? null : newInterval(function(date) {
|
|
3004
|
-
date.setFullYear(Math.floor(date.getFullYear() / k) * k);
|
|
3005
|
-
date.setMonth(0, 1);
|
|
3006
|
-
date.setHours(0, 0, 0, 0);
|
|
3007
|
-
}, function(date, step) {
|
|
3008
|
-
date.setFullYear(date.getFullYear() + step * k);
|
|
3009
|
-
});
|
|
3010
|
-
};
|
|
3011
|
-
year.range;
|
|
3012
|
-
|
|
3013
|
-
var utcMinute = newInterval(function(date) {
|
|
3014
|
-
date.setUTCSeconds(0, 0);
|
|
3015
|
-
}, function(date, step) {
|
|
3016
|
-
date.setTime(+date + step * durationMinute);
|
|
3017
|
-
}, function(start, end) {
|
|
3018
|
-
return (end - start) / durationMinute;
|
|
3019
|
-
}, function(date) {
|
|
3020
|
-
return date.getUTCMinutes();
|
|
3021
|
-
});
|
|
3022
|
-
utcMinute.range;
|
|
3023
|
-
|
|
3024
|
-
var utcHour = newInterval(function(date) {
|
|
3025
|
-
date.setUTCMinutes(0, 0, 0);
|
|
3026
|
-
}, function(date, step) {
|
|
3027
|
-
date.setTime(+date + step * durationHour);
|
|
3028
|
-
}, function(start, end) {
|
|
3029
|
-
return (end - start) / durationHour;
|
|
3030
|
-
}, function(date) {
|
|
3031
|
-
return date.getUTCHours();
|
|
3032
|
-
});
|
|
3033
|
-
utcHour.range;
|
|
3034
|
-
|
|
3035
|
-
var utcDay = newInterval(function(date) {
|
|
3036
|
-
date.setUTCHours(0, 0, 0, 0);
|
|
3037
|
-
}, function(date, step) {
|
|
3038
|
-
date.setUTCDate(date.getUTCDate() + step);
|
|
3039
|
-
}, function(start, end) {
|
|
3040
|
-
return (end - start) / durationDay;
|
|
3041
|
-
}, function(date) {
|
|
3042
|
-
return date.getUTCDate() - 1;
|
|
3043
|
-
});
|
|
3044
|
-
utcDay.range;
|
|
3045
|
-
|
|
3046
|
-
function utcWeekday(i) {
|
|
3047
|
-
return newInterval(function(date) {
|
|
3048
|
-
date.setUTCDate(date.getUTCDate() - (date.getUTCDay() + 7 - i) % 7);
|
|
3049
|
-
date.setUTCHours(0, 0, 0, 0);
|
|
3050
|
-
}, function(date, step) {
|
|
3051
|
-
date.setUTCDate(date.getUTCDate() + step * 7);
|
|
3052
|
-
}, function(start, end) {
|
|
3053
|
-
return (end - start) / durationWeek;
|
|
3054
|
-
});
|
|
3055
|
-
}
|
|
3056
|
-
|
|
3057
|
-
var utcSunday = utcWeekday(0);
|
|
3058
|
-
var utcMonday = utcWeekday(1);
|
|
3059
|
-
var utcTuesday = utcWeekday(2);
|
|
3060
|
-
var utcWednesday = utcWeekday(3);
|
|
3061
|
-
var utcThursday = utcWeekday(4);
|
|
3062
|
-
var utcFriday = utcWeekday(5);
|
|
3063
|
-
var utcSaturday = utcWeekday(6);
|
|
3064
|
-
|
|
3065
|
-
utcSunday.range;
|
|
3066
|
-
utcMonday.range;
|
|
3067
|
-
utcTuesday.range;
|
|
3068
|
-
utcWednesday.range;
|
|
3069
|
-
utcThursday.range;
|
|
3070
|
-
utcFriday.range;
|
|
3071
|
-
utcSaturday.range;
|
|
3072
|
-
|
|
3073
|
-
var utcMonth = newInterval(function(date) {
|
|
3074
|
-
date.setUTCDate(1);
|
|
3075
|
-
date.setUTCHours(0, 0, 0, 0);
|
|
3076
|
-
}, function(date, step) {
|
|
3077
|
-
date.setUTCMonth(date.getUTCMonth() + step);
|
|
3078
|
-
}, function(start, end) {
|
|
3079
|
-
return end.getUTCMonth() - start.getUTCMonth() + (end.getUTCFullYear() - start.getUTCFullYear()) * 12;
|
|
3080
|
-
}, function(date) {
|
|
3081
|
-
return date.getUTCMonth();
|
|
3082
|
-
});
|
|
3083
|
-
utcMonth.range;
|
|
3084
|
-
|
|
3085
|
-
var utcYear = newInterval(function(date) {
|
|
3086
|
-
date.setUTCMonth(0, 1);
|
|
3087
|
-
date.setUTCHours(0, 0, 0, 0);
|
|
3088
|
-
}, function(date, step) {
|
|
3089
|
-
date.setUTCFullYear(date.getUTCFullYear() + step);
|
|
3090
|
-
}, function(start, end) {
|
|
3091
|
-
return end.getUTCFullYear() - start.getUTCFullYear();
|
|
3092
|
-
}, function(date) {
|
|
3093
|
-
return date.getUTCFullYear();
|
|
3094
|
-
});
|
|
3095
|
-
|
|
3096
|
-
// An optimized implementation for this simple case.
|
|
3097
|
-
utcYear.every = function(k) {
|
|
3098
|
-
return !isFinite(k = Math.floor(k)) || !(k > 0) ? null : newInterval(function(date) {
|
|
3099
|
-
date.setUTCFullYear(Math.floor(date.getUTCFullYear() / k) * k);
|
|
3100
|
-
date.setUTCMonth(0, 1);
|
|
3101
|
-
date.setUTCHours(0, 0, 0, 0);
|
|
3102
|
-
}, function(date, step) {
|
|
3103
|
-
date.setUTCFullYear(date.getUTCFullYear() + step * k);
|
|
3104
|
-
});
|
|
3105
|
-
};
|
|
3106
|
-
utcYear.range;
|
|
3107
|
-
|
|
3108
|
-
function localDate(d) {
|
|
3109
|
-
if (0 <= d.y && d.y < 100) {
|
|
3110
|
-
var date = new Date(-1, d.m, d.d, d.H, d.M, d.S, d.L);
|
|
3111
|
-
date.setFullYear(d.y);
|
|
3112
|
-
return date;
|
|
3113
|
-
}
|
|
3114
|
-
return new Date(d.y, d.m, d.d, d.H, d.M, d.S, d.L);
|
|
3115
|
-
}
|
|
3116
|
-
|
|
3117
|
-
function utcDate(d) {
|
|
3118
|
-
if (0 <= d.y && d.y < 100) {
|
|
3119
|
-
var date = new Date(Date.UTC(-1, d.m, d.d, d.H, d.M, d.S, d.L));
|
|
3120
|
-
date.setUTCFullYear(d.y);
|
|
3121
|
-
return date;
|
|
3122
|
-
}
|
|
3123
|
-
return new Date(Date.UTC(d.y, d.m, d.d, d.H, d.M, d.S, d.L));
|
|
3124
|
-
}
|
|
3125
|
-
|
|
3126
|
-
function newDate(y, m, d) {
|
|
3127
|
-
return {y: y, m: m, d: d, H: 0, M: 0, S: 0, L: 0};
|
|
3128
|
-
}
|
|
3129
|
-
|
|
3130
|
-
function formatLocale(locale) {
|
|
3131
|
-
var locale_dateTime = locale.dateTime,
|
|
3132
|
-
locale_date = locale.date,
|
|
3133
|
-
locale_time = locale.time,
|
|
3134
|
-
locale_periods = locale.periods,
|
|
3135
|
-
locale_weekdays = locale.days,
|
|
3136
|
-
locale_shortWeekdays = locale.shortDays,
|
|
3137
|
-
locale_months = locale.months,
|
|
3138
|
-
locale_shortMonths = locale.shortMonths;
|
|
3139
|
-
|
|
3140
|
-
var periodRe = formatRe(locale_periods),
|
|
3141
|
-
periodLookup = formatLookup(locale_periods),
|
|
3142
|
-
weekdayRe = formatRe(locale_weekdays),
|
|
3143
|
-
weekdayLookup = formatLookup(locale_weekdays),
|
|
3144
|
-
shortWeekdayRe = formatRe(locale_shortWeekdays),
|
|
3145
|
-
shortWeekdayLookup = formatLookup(locale_shortWeekdays),
|
|
3146
|
-
monthRe = formatRe(locale_months),
|
|
3147
|
-
monthLookup = formatLookup(locale_months),
|
|
3148
|
-
shortMonthRe = formatRe(locale_shortMonths),
|
|
3149
|
-
shortMonthLookup = formatLookup(locale_shortMonths);
|
|
3150
|
-
|
|
3151
|
-
var formats = {
|
|
3152
|
-
"a": formatShortWeekday,
|
|
3153
|
-
"A": formatWeekday,
|
|
3154
|
-
"b": formatShortMonth,
|
|
3155
|
-
"B": formatMonth,
|
|
3156
|
-
"c": null,
|
|
3157
|
-
"d": formatDayOfMonth,
|
|
3158
|
-
"e": formatDayOfMonth,
|
|
3159
|
-
"f": formatMicroseconds,
|
|
3160
|
-
"g": formatYearISO,
|
|
3161
|
-
"G": formatFullYearISO,
|
|
3162
|
-
"H": formatHour24,
|
|
3163
|
-
"I": formatHour12,
|
|
3164
|
-
"j": formatDayOfYear,
|
|
3165
|
-
"L": formatMilliseconds,
|
|
3166
|
-
"m": formatMonthNumber,
|
|
3167
|
-
"M": formatMinutes,
|
|
3168
|
-
"p": formatPeriod,
|
|
3169
|
-
"q": formatQuarter,
|
|
3170
|
-
"Q": formatUnixTimestamp,
|
|
3171
|
-
"s": formatUnixTimestampSeconds,
|
|
3172
|
-
"S": formatSeconds,
|
|
3173
|
-
"u": formatWeekdayNumberMonday,
|
|
3174
|
-
"U": formatWeekNumberSunday,
|
|
3175
|
-
"V": formatWeekNumberISO,
|
|
3176
|
-
"w": formatWeekdayNumberSunday,
|
|
3177
|
-
"W": formatWeekNumberMonday,
|
|
3178
|
-
"x": null,
|
|
3179
|
-
"X": null,
|
|
3180
|
-
"y": formatYear,
|
|
3181
|
-
"Y": formatFullYear,
|
|
3182
|
-
"Z": formatZone,
|
|
3183
|
-
"%": formatLiteralPercent
|
|
3184
|
-
};
|
|
3185
|
-
|
|
3186
|
-
var utcFormats = {
|
|
3187
|
-
"a": formatUTCShortWeekday,
|
|
3188
|
-
"A": formatUTCWeekday,
|
|
3189
|
-
"b": formatUTCShortMonth,
|
|
3190
|
-
"B": formatUTCMonth,
|
|
3191
|
-
"c": null,
|
|
3192
|
-
"d": formatUTCDayOfMonth,
|
|
3193
|
-
"e": formatUTCDayOfMonth,
|
|
3194
|
-
"f": formatUTCMicroseconds,
|
|
3195
|
-
"g": formatUTCYearISO,
|
|
3196
|
-
"G": formatUTCFullYearISO,
|
|
3197
|
-
"H": formatUTCHour24,
|
|
3198
|
-
"I": formatUTCHour12,
|
|
3199
|
-
"j": formatUTCDayOfYear,
|
|
3200
|
-
"L": formatUTCMilliseconds,
|
|
3201
|
-
"m": formatUTCMonthNumber,
|
|
3202
|
-
"M": formatUTCMinutes,
|
|
3203
|
-
"p": formatUTCPeriod,
|
|
3204
|
-
"q": formatUTCQuarter,
|
|
3205
|
-
"Q": formatUnixTimestamp,
|
|
3206
|
-
"s": formatUnixTimestampSeconds,
|
|
3207
|
-
"S": formatUTCSeconds,
|
|
3208
|
-
"u": formatUTCWeekdayNumberMonday,
|
|
3209
|
-
"U": formatUTCWeekNumberSunday,
|
|
3210
|
-
"V": formatUTCWeekNumberISO,
|
|
3211
|
-
"w": formatUTCWeekdayNumberSunday,
|
|
3212
|
-
"W": formatUTCWeekNumberMonday,
|
|
3213
|
-
"x": null,
|
|
3214
|
-
"X": null,
|
|
3215
|
-
"y": formatUTCYear,
|
|
3216
|
-
"Y": formatUTCFullYear,
|
|
3217
|
-
"Z": formatUTCZone,
|
|
3218
|
-
"%": formatLiteralPercent
|
|
3219
|
-
};
|
|
3220
|
-
|
|
3221
|
-
var parses = {
|
|
3222
|
-
"a": parseShortWeekday,
|
|
3223
|
-
"A": parseWeekday,
|
|
3224
|
-
"b": parseShortMonth,
|
|
3225
|
-
"B": parseMonth,
|
|
3226
|
-
"c": parseLocaleDateTime,
|
|
3227
|
-
"d": parseDayOfMonth,
|
|
3228
|
-
"e": parseDayOfMonth,
|
|
3229
|
-
"f": parseMicroseconds,
|
|
3230
|
-
"g": parseYear,
|
|
3231
|
-
"G": parseFullYear,
|
|
3232
|
-
"H": parseHour24,
|
|
3233
|
-
"I": parseHour24,
|
|
3234
|
-
"j": parseDayOfYear,
|
|
3235
|
-
"L": parseMilliseconds,
|
|
3236
|
-
"m": parseMonthNumber,
|
|
3237
|
-
"M": parseMinutes,
|
|
3238
|
-
"p": parsePeriod,
|
|
3239
|
-
"q": parseQuarter,
|
|
3240
|
-
"Q": parseUnixTimestamp,
|
|
3241
|
-
"s": parseUnixTimestampSeconds,
|
|
3242
|
-
"S": parseSeconds,
|
|
3243
|
-
"u": parseWeekdayNumberMonday,
|
|
3244
|
-
"U": parseWeekNumberSunday,
|
|
3245
|
-
"V": parseWeekNumberISO,
|
|
3246
|
-
"w": parseWeekdayNumberSunday,
|
|
3247
|
-
"W": parseWeekNumberMonday,
|
|
3248
|
-
"x": parseLocaleDate,
|
|
3249
|
-
"X": parseLocaleTime,
|
|
3250
|
-
"y": parseYear,
|
|
3251
|
-
"Y": parseFullYear,
|
|
3252
|
-
"Z": parseZone,
|
|
3253
|
-
"%": parseLiteralPercent
|
|
3254
|
-
};
|
|
3255
|
-
|
|
3256
|
-
// These recursive directive definitions must be deferred.
|
|
3257
|
-
formats.x = newFormat(locale_date, formats);
|
|
3258
|
-
formats.X = newFormat(locale_time, formats);
|
|
3259
|
-
formats.c = newFormat(locale_dateTime, formats);
|
|
3260
|
-
utcFormats.x = newFormat(locale_date, utcFormats);
|
|
3261
|
-
utcFormats.X = newFormat(locale_time, utcFormats);
|
|
3262
|
-
utcFormats.c = newFormat(locale_dateTime, utcFormats);
|
|
3263
|
-
|
|
3264
|
-
function newFormat(specifier, formats) {
|
|
3265
|
-
return function(date) {
|
|
3266
|
-
var string = [],
|
|
3267
|
-
i = -1,
|
|
3268
|
-
j = 0,
|
|
3269
|
-
n = specifier.length,
|
|
3270
|
-
c,
|
|
3271
|
-
pad,
|
|
3272
|
-
format;
|
|
3273
|
-
|
|
3274
|
-
if (!(date instanceof Date)) date = new Date(+date);
|
|
3275
|
-
|
|
3276
|
-
while (++i < n) {
|
|
3277
|
-
if (specifier.charCodeAt(i) === 37) {
|
|
3278
|
-
string.push(specifier.slice(j, i));
|
|
3279
|
-
if ((pad = pads[c = specifier.charAt(++i)]) != null) c = specifier.charAt(++i);
|
|
3280
|
-
else pad = c === "e" ? " " : "0";
|
|
3281
|
-
if (format = formats[c]) c = format(date, pad);
|
|
3282
|
-
string.push(c);
|
|
3283
|
-
j = i + 1;
|
|
3284
|
-
}
|
|
3285
|
-
}
|
|
3286
|
-
|
|
3287
|
-
string.push(specifier.slice(j, i));
|
|
3288
|
-
return string.join("");
|
|
3289
|
-
};
|
|
3290
|
-
}
|
|
3291
|
-
|
|
3292
|
-
function newParse(specifier, Z) {
|
|
3293
|
-
return function(string) {
|
|
3294
|
-
var d = newDate(1900, undefined, 1),
|
|
3295
|
-
i = parseSpecifier(d, specifier, string += "", 0),
|
|
3296
|
-
week, day$1;
|
|
3297
|
-
if (i != string.length) return null;
|
|
3298
|
-
|
|
3299
|
-
// If a UNIX timestamp is specified, return it.
|
|
3300
|
-
if ("Q" in d) return new Date(d.Q);
|
|
3301
|
-
if ("s" in d) return new Date(d.s * 1000 + ("L" in d ? d.L : 0));
|
|
3302
|
-
|
|
3303
|
-
// If this is utcParse, never use the local timezone.
|
|
3304
|
-
if (Z && !("Z" in d)) d.Z = 0;
|
|
3305
|
-
|
|
3306
|
-
// The am-pm flag is 0 for AM, and 1 for PM.
|
|
3307
|
-
if ("p" in d) d.H = d.H % 12 + d.p * 12;
|
|
3308
|
-
|
|
3309
|
-
// If the month was not specified, inherit from the quarter.
|
|
3310
|
-
if (d.m === undefined) d.m = "q" in d ? d.q : 0;
|
|
3311
|
-
|
|
3312
|
-
// Convert day-of-week and week-of-year to day-of-year.
|
|
3313
|
-
if ("V" in d) {
|
|
3314
|
-
if (d.V < 1 || d.V > 53) return null;
|
|
3315
|
-
if (!("w" in d)) d.w = 1;
|
|
3316
|
-
if ("Z" in d) {
|
|
3317
|
-
week = utcDate(newDate(d.y, 0, 1)), day$1 = week.getUTCDay();
|
|
3318
|
-
week = day$1 > 4 || day$1 === 0 ? utcMonday.ceil(week) : utcMonday(week);
|
|
3319
|
-
week = utcDay.offset(week, (d.V - 1) * 7);
|
|
3320
|
-
d.y = week.getUTCFullYear();
|
|
3321
|
-
d.m = week.getUTCMonth();
|
|
3322
|
-
d.d = week.getUTCDate() + (d.w + 6) % 7;
|
|
3323
|
-
} else {
|
|
3324
|
-
week = localDate(newDate(d.y, 0, 1)), day$1 = week.getDay();
|
|
3325
|
-
week = day$1 > 4 || day$1 === 0 ? monday.ceil(week) : monday(week);
|
|
3326
|
-
week = day.offset(week, (d.V - 1) * 7);
|
|
3327
|
-
d.y = week.getFullYear();
|
|
3328
|
-
d.m = week.getMonth();
|
|
3329
|
-
d.d = week.getDate() + (d.w + 6) % 7;
|
|
3330
|
-
}
|
|
3331
|
-
} else if ("W" in d || "U" in d) {
|
|
3332
|
-
if (!("w" in d)) d.w = "u" in d ? d.u % 7 : "W" in d ? 1 : 0;
|
|
3333
|
-
day$1 = "Z" in d ? utcDate(newDate(d.y, 0, 1)).getUTCDay() : localDate(newDate(d.y, 0, 1)).getDay();
|
|
3334
|
-
d.m = 0;
|
|
3335
|
-
d.d = "W" in d ? (d.w + 6) % 7 + d.W * 7 - (day$1 + 5) % 7 : d.w + d.U * 7 - (day$1 + 6) % 7;
|
|
3336
|
-
}
|
|
3337
|
-
|
|
3338
|
-
// If a time zone is specified, all fields are interpreted as UTC and then
|
|
3339
|
-
// offset according to the specified time zone.
|
|
3340
|
-
if ("Z" in d) {
|
|
3341
|
-
d.H += d.Z / 100 | 0;
|
|
3342
|
-
d.M += d.Z % 100;
|
|
3343
|
-
return utcDate(d);
|
|
3344
|
-
}
|
|
3345
|
-
|
|
3346
|
-
// Otherwise, all fields are in local time.
|
|
3347
|
-
return localDate(d);
|
|
3348
|
-
};
|
|
3349
|
-
}
|
|
3350
|
-
|
|
3351
|
-
function parseSpecifier(d, specifier, string, j) {
|
|
3352
|
-
var i = 0,
|
|
3353
|
-
n = specifier.length,
|
|
3354
|
-
m = string.length,
|
|
3355
|
-
c,
|
|
3356
|
-
parse;
|
|
3357
|
-
|
|
3358
|
-
while (i < n) {
|
|
3359
|
-
if (j >= m) return -1;
|
|
3360
|
-
c = specifier.charCodeAt(i++);
|
|
3361
|
-
if (c === 37) {
|
|
3362
|
-
c = specifier.charAt(i++);
|
|
3363
|
-
parse = parses[c in pads ? specifier.charAt(i++) : c];
|
|
3364
|
-
if (!parse || ((j = parse(d, string, j)) < 0)) return -1;
|
|
3365
|
-
} else if (c != string.charCodeAt(j++)) {
|
|
3366
|
-
return -1;
|
|
3367
|
-
}
|
|
3368
|
-
}
|
|
3369
|
-
|
|
3370
|
-
return j;
|
|
3371
|
-
}
|
|
3372
|
-
|
|
3373
|
-
function parsePeriod(d, string, i) {
|
|
3374
|
-
var n = periodRe.exec(string.slice(i));
|
|
3375
|
-
return n ? (d.p = periodLookup.get(n[0].toLowerCase()), i + n[0].length) : -1;
|
|
3376
|
-
}
|
|
3377
|
-
|
|
3378
|
-
function parseShortWeekday(d, string, i) {
|
|
3379
|
-
var n = shortWeekdayRe.exec(string.slice(i));
|
|
3380
|
-
return n ? (d.w = shortWeekdayLookup.get(n[0].toLowerCase()), i + n[0].length) : -1;
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
|
-
function parseWeekday(d, string, i) {
|
|
3384
|
-
var n = weekdayRe.exec(string.slice(i));
|
|
3385
|
-
return n ? (d.w = weekdayLookup.get(n[0].toLowerCase()), i + n[0].length) : -1;
|
|
3386
|
-
}
|
|
3387
|
-
|
|
3388
|
-
function parseShortMonth(d, string, i) {
|
|
3389
|
-
var n = shortMonthRe.exec(string.slice(i));
|
|
3390
|
-
return n ? (d.m = shortMonthLookup.get(n[0].toLowerCase()), i + n[0].length) : -1;
|
|
3391
|
-
}
|
|
3392
|
-
|
|
3393
|
-
function parseMonth(d, string, i) {
|
|
3394
|
-
var n = monthRe.exec(string.slice(i));
|
|
3395
|
-
return n ? (d.m = monthLookup.get(n[0].toLowerCase()), i + n[0].length) : -1;
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
function parseLocaleDateTime(d, string, i) {
|
|
3399
|
-
return parseSpecifier(d, locale_dateTime, string, i);
|
|
3400
|
-
}
|
|
3401
|
-
|
|
3402
|
-
function parseLocaleDate(d, string, i) {
|
|
3403
|
-
return parseSpecifier(d, locale_date, string, i);
|
|
3404
|
-
}
|
|
3405
|
-
|
|
3406
|
-
function parseLocaleTime(d, string, i) {
|
|
3407
|
-
return parseSpecifier(d, locale_time, string, i);
|
|
3408
|
-
}
|
|
3409
|
-
|
|
3410
|
-
function formatShortWeekday(d) {
|
|
3411
|
-
return locale_shortWeekdays[d.getDay()];
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
function formatWeekday(d) {
|
|
3415
|
-
return locale_weekdays[d.getDay()];
|
|
3416
|
-
}
|
|
3417
|
-
|
|
3418
|
-
function formatShortMonth(d) {
|
|
3419
|
-
return locale_shortMonths[d.getMonth()];
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
function formatMonth(d) {
|
|
3423
|
-
return locale_months[d.getMonth()];
|
|
3424
|
-
}
|
|
3425
|
-
|
|
3426
|
-
function formatPeriod(d) {
|
|
3427
|
-
return locale_periods[+(d.getHours() >= 12)];
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
function formatQuarter(d) {
|
|
3431
|
-
return 1 + ~~(d.getMonth() / 3);
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
|
-
function formatUTCShortWeekday(d) {
|
|
3435
|
-
return locale_shortWeekdays[d.getUTCDay()];
|
|
3436
|
-
}
|
|
3437
|
-
|
|
3438
|
-
function formatUTCWeekday(d) {
|
|
3439
|
-
return locale_weekdays[d.getUTCDay()];
|
|
3440
|
-
}
|
|
3441
|
-
|
|
3442
|
-
function formatUTCShortMonth(d) {
|
|
3443
|
-
return locale_shortMonths[d.getUTCMonth()];
|
|
3444
|
-
}
|
|
3445
|
-
|
|
3446
|
-
function formatUTCMonth(d) {
|
|
3447
|
-
return locale_months[d.getUTCMonth()];
|
|
3448
|
-
}
|
|
3449
|
-
|
|
3450
|
-
function formatUTCPeriod(d) {
|
|
3451
|
-
return locale_periods[+(d.getUTCHours() >= 12)];
|
|
3452
|
-
}
|
|
3453
|
-
|
|
3454
|
-
function formatUTCQuarter(d) {
|
|
3455
|
-
return 1 + ~~(d.getUTCMonth() / 3);
|
|
3456
|
-
}
|
|
3457
|
-
|
|
3458
|
-
return {
|
|
3459
|
-
format: function(specifier) {
|
|
3460
|
-
var f = newFormat(specifier += "", formats);
|
|
3461
|
-
f.toString = function() { return specifier; };
|
|
3462
|
-
return f;
|
|
3463
|
-
},
|
|
3464
|
-
parse: function(specifier) {
|
|
3465
|
-
var p = newParse(specifier += "", false);
|
|
3466
|
-
p.toString = function() { return specifier; };
|
|
3467
|
-
return p;
|
|
3468
|
-
},
|
|
3469
|
-
utcFormat: function(specifier) {
|
|
3470
|
-
var f = newFormat(specifier += "", utcFormats);
|
|
3471
|
-
f.toString = function() { return specifier; };
|
|
3472
|
-
return f;
|
|
3473
|
-
},
|
|
3474
|
-
utcParse: function(specifier) {
|
|
3475
|
-
var p = newParse(specifier += "", true);
|
|
3476
|
-
p.toString = function() { return specifier; };
|
|
3477
|
-
return p;
|
|
3478
|
-
}
|
|
3479
|
-
};
|
|
3480
|
-
}
|
|
3481
|
-
|
|
3482
|
-
var pads = {"-": "", "_": " ", "0": "0"},
|
|
3483
|
-
numberRe = /^\s*\d+/, // note: ignores next directive
|
|
3484
|
-
percentRe = /^%/,
|
|
3485
|
-
requoteRe = /[\\^$*+?|[\]().{}]/g;
|
|
3486
|
-
|
|
3487
|
-
function pad(value, fill, width) {
|
|
3488
|
-
var sign = value < 0 ? "-" : "",
|
|
3489
|
-
string = (sign ? -value : value) + "",
|
|
3490
|
-
length = string.length;
|
|
3491
|
-
return sign + (length < width ? new Array(width - length + 1).join(fill) + string : string);
|
|
3492
|
-
}
|
|
3493
|
-
|
|
3494
|
-
function requote(s) {
|
|
3495
|
-
return s.replace(requoteRe, "\\$&");
|
|
3496
|
-
}
|
|
3497
|
-
|
|
3498
|
-
function formatRe(names) {
|
|
3499
|
-
return new RegExp("^(?:" + names.map(requote).join("|") + ")", "i");
|
|
3500
|
-
}
|
|
3501
|
-
|
|
3502
|
-
function formatLookup(names) {
|
|
3503
|
-
return new Map(names.map((name, i) => [name.toLowerCase(), i]));
|
|
3504
|
-
}
|
|
3505
|
-
|
|
3506
|
-
function parseWeekdayNumberSunday(d, string, i) {
|
|
3507
|
-
var n = numberRe.exec(string.slice(i, i + 1));
|
|
3508
|
-
return n ? (d.w = +n[0], i + n[0].length) : -1;
|
|
3509
|
-
}
|
|
3510
|
-
|
|
3511
|
-
function parseWeekdayNumberMonday(d, string, i) {
|
|
3512
|
-
var n = numberRe.exec(string.slice(i, i + 1));
|
|
3513
|
-
return n ? (d.u = +n[0], i + n[0].length) : -1;
|
|
3514
|
-
}
|
|
3515
|
-
|
|
3516
|
-
function parseWeekNumberSunday(d, string, i) {
|
|
3517
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3518
|
-
return n ? (d.U = +n[0], i + n[0].length) : -1;
|
|
3519
|
-
}
|
|
3520
|
-
|
|
3521
|
-
function parseWeekNumberISO(d, string, i) {
|
|
3522
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3523
|
-
return n ? (d.V = +n[0], i + n[0].length) : -1;
|
|
3524
|
-
}
|
|
3525
|
-
|
|
3526
|
-
function parseWeekNumberMonday(d, string, i) {
|
|
3527
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3528
|
-
return n ? (d.W = +n[0], i + n[0].length) : -1;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
|
-
function parseFullYear(d, string, i) {
|
|
3532
|
-
var n = numberRe.exec(string.slice(i, i + 4));
|
|
3533
|
-
return n ? (d.y = +n[0], i + n[0].length) : -1;
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
|
-
function parseYear(d, string, i) {
|
|
3537
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3538
|
-
return n ? (d.y = +n[0] + (+n[0] > 68 ? 1900 : 2000), i + n[0].length) : -1;
|
|
3539
|
-
}
|
|
3540
|
-
|
|
3541
|
-
function parseZone(d, string, i) {
|
|
3542
|
-
var n = /^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(string.slice(i, i + 6));
|
|
3543
|
-
return n ? (d.Z = n[1] ? 0 : -(n[2] + (n[3] || "00")), i + n[0].length) : -1;
|
|
3544
|
-
}
|
|
3545
|
-
|
|
3546
|
-
function parseQuarter(d, string, i) {
|
|
3547
|
-
var n = numberRe.exec(string.slice(i, i + 1));
|
|
3548
|
-
return n ? (d.q = n[0] * 3 - 3, i + n[0].length) : -1;
|
|
3549
|
-
}
|
|
3550
|
-
|
|
3551
|
-
function parseMonthNumber(d, string, i) {
|
|
3552
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3553
|
-
return n ? (d.m = n[0] - 1, i + n[0].length) : -1;
|
|
3554
|
-
}
|
|
3555
|
-
|
|
3556
|
-
function parseDayOfMonth(d, string, i) {
|
|
3557
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3558
|
-
return n ? (d.d = +n[0], i + n[0].length) : -1;
|
|
3559
|
-
}
|
|
3560
|
-
|
|
3561
|
-
function parseDayOfYear(d, string, i) {
|
|
3562
|
-
var n = numberRe.exec(string.slice(i, i + 3));
|
|
3563
|
-
return n ? (d.m = 0, d.d = +n[0], i + n[0].length) : -1;
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
|
-
function parseHour24(d, string, i) {
|
|
3567
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3568
|
-
return n ? (d.H = +n[0], i + n[0].length) : -1;
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
|
-
function parseMinutes(d, string, i) {
|
|
3572
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3573
|
-
return n ? (d.M = +n[0], i + n[0].length) : -1;
|
|
3574
|
-
}
|
|
3575
|
-
|
|
3576
|
-
function parseSeconds(d, string, i) {
|
|
3577
|
-
var n = numberRe.exec(string.slice(i, i + 2));
|
|
3578
|
-
return n ? (d.S = +n[0], i + n[0].length) : -1;
|
|
3579
|
-
}
|
|
3580
|
-
|
|
3581
|
-
function parseMilliseconds(d, string, i) {
|
|
3582
|
-
var n = numberRe.exec(string.slice(i, i + 3));
|
|
3583
|
-
return n ? (d.L = +n[0], i + n[0].length) : -1;
|
|
3584
|
-
}
|
|
3585
|
-
|
|
3586
|
-
function parseMicroseconds(d, string, i) {
|
|
3587
|
-
var n = numberRe.exec(string.slice(i, i + 6));
|
|
3588
|
-
return n ? (d.L = Math.floor(n[0] / 1000), i + n[0].length) : -1;
|
|
3589
|
-
}
|
|
3590
|
-
|
|
3591
|
-
function parseLiteralPercent(d, string, i) {
|
|
3592
|
-
var n = percentRe.exec(string.slice(i, i + 1));
|
|
3593
|
-
return n ? i + n[0].length : -1;
|
|
3594
|
-
}
|
|
3595
|
-
|
|
3596
|
-
function parseUnixTimestamp(d, string, i) {
|
|
3597
|
-
var n = numberRe.exec(string.slice(i));
|
|
3598
|
-
return n ? (d.Q = +n[0], i + n[0].length) : -1;
|
|
3599
|
-
}
|
|
3600
|
-
|
|
3601
|
-
function parseUnixTimestampSeconds(d, string, i) {
|
|
3602
|
-
var n = numberRe.exec(string.slice(i));
|
|
3603
|
-
return n ? (d.s = +n[0], i + n[0].length) : -1;
|
|
3604
|
-
}
|
|
3605
|
-
|
|
3606
|
-
function formatDayOfMonth(d, p) {
|
|
3607
|
-
return pad(d.getDate(), p, 2);
|
|
3608
|
-
}
|
|
3609
|
-
|
|
3610
|
-
function formatHour24(d, p) {
|
|
3611
|
-
return pad(d.getHours(), p, 2);
|
|
3612
|
-
}
|
|
3613
|
-
|
|
3614
|
-
function formatHour12(d, p) {
|
|
3615
|
-
return pad(d.getHours() % 12 || 12, p, 2);
|
|
3616
|
-
}
|
|
3617
|
-
|
|
3618
|
-
function formatDayOfYear(d, p) {
|
|
3619
|
-
return pad(1 + day.count(year(d), d), p, 3);
|
|
3620
|
-
}
|
|
3621
|
-
|
|
3622
|
-
function formatMilliseconds(d, p) {
|
|
3623
|
-
return pad(d.getMilliseconds(), p, 3);
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
function formatMicroseconds(d, p) {
|
|
3627
|
-
return formatMilliseconds(d, p) + "000";
|
|
3628
|
-
}
|
|
3629
|
-
|
|
3630
|
-
function formatMonthNumber(d, p) {
|
|
3631
|
-
return pad(d.getMonth() + 1, p, 2);
|
|
3632
|
-
}
|
|
3633
|
-
|
|
3634
|
-
function formatMinutes(d, p) {
|
|
3635
|
-
return pad(d.getMinutes(), p, 2);
|
|
3636
|
-
}
|
|
3637
|
-
|
|
3638
|
-
function formatSeconds(d, p) {
|
|
3639
|
-
return pad(d.getSeconds(), p, 2);
|
|
3640
|
-
}
|
|
3641
|
-
|
|
3642
|
-
function formatWeekdayNumberMonday(d) {
|
|
3643
|
-
var day = d.getDay();
|
|
3644
|
-
return day === 0 ? 7 : day;
|
|
3645
|
-
}
|
|
3646
|
-
|
|
3647
|
-
function formatWeekNumberSunday(d, p) {
|
|
3648
|
-
return pad(sunday.count(year(d) - 1, d), p, 2);
|
|
3649
|
-
}
|
|
3650
|
-
|
|
3651
|
-
function dISO(d) {
|
|
3652
|
-
var day = d.getDay();
|
|
3653
|
-
return (day >= 4 || day === 0) ? thursday(d) : thursday.ceil(d);
|
|
3654
|
-
}
|
|
3655
|
-
|
|
3656
|
-
function formatWeekNumberISO(d, p) {
|
|
3657
|
-
d = dISO(d);
|
|
3658
|
-
return pad(thursday.count(year(d), d) + (year(d).getDay() === 4), p, 2);
|
|
3659
|
-
}
|
|
3660
|
-
|
|
3661
|
-
function formatWeekdayNumberSunday(d) {
|
|
3662
|
-
return d.getDay();
|
|
3663
|
-
}
|
|
3664
|
-
|
|
3665
|
-
function formatWeekNumberMonday(d, p) {
|
|
3666
|
-
return pad(monday.count(year(d) - 1, d), p, 2);
|
|
3667
|
-
}
|
|
3668
|
-
|
|
3669
|
-
function formatYear(d, p) {
|
|
3670
|
-
return pad(d.getFullYear() % 100, p, 2);
|
|
3671
|
-
}
|
|
3672
|
-
|
|
3673
|
-
function formatYearISO(d, p) {
|
|
3674
|
-
d = dISO(d);
|
|
3675
|
-
return pad(d.getFullYear() % 100, p, 2);
|
|
3676
|
-
}
|
|
3677
|
-
|
|
3678
|
-
function formatFullYear(d, p) {
|
|
3679
|
-
return pad(d.getFullYear() % 10000, p, 4);
|
|
3680
|
-
}
|
|
3681
|
-
|
|
3682
|
-
function formatFullYearISO(d, p) {
|
|
3683
|
-
var day = d.getDay();
|
|
3684
|
-
d = (day >= 4 || day === 0) ? thursday(d) : thursday.ceil(d);
|
|
3685
|
-
return pad(d.getFullYear() % 10000, p, 4);
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
function formatZone(d) {
|
|
3689
|
-
var z = d.getTimezoneOffset();
|
|
3690
|
-
return (z > 0 ? "-" : (z *= -1, "+"))
|
|
3691
|
-
+ pad(z / 60 | 0, "0", 2)
|
|
3692
|
-
+ pad(z % 60, "0", 2);
|
|
3693
|
-
}
|
|
3694
|
-
|
|
3695
|
-
function formatUTCDayOfMonth(d, p) {
|
|
3696
|
-
return pad(d.getUTCDate(), p, 2);
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
|
-
function formatUTCHour24(d, p) {
|
|
3700
|
-
return pad(d.getUTCHours(), p, 2);
|
|
3701
|
-
}
|
|
3702
|
-
|
|
3703
|
-
function formatUTCHour12(d, p) {
|
|
3704
|
-
return pad(d.getUTCHours() % 12 || 12, p, 2);
|
|
3705
|
-
}
|
|
3706
|
-
|
|
3707
|
-
function formatUTCDayOfYear(d, p) {
|
|
3708
|
-
return pad(1 + utcDay.count(utcYear(d), d), p, 3);
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
function formatUTCMilliseconds(d, p) {
|
|
3712
|
-
return pad(d.getUTCMilliseconds(), p, 3);
|
|
3713
|
-
}
|
|
3714
|
-
|
|
3715
|
-
function formatUTCMicroseconds(d, p) {
|
|
3716
|
-
return formatUTCMilliseconds(d, p) + "000";
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
function formatUTCMonthNumber(d, p) {
|
|
3720
|
-
return pad(d.getUTCMonth() + 1, p, 2);
|
|
3721
|
-
}
|
|
3722
|
-
|
|
3723
|
-
function formatUTCMinutes(d, p) {
|
|
3724
|
-
return pad(d.getUTCMinutes(), p, 2);
|
|
3725
|
-
}
|
|
3726
|
-
|
|
3727
|
-
function formatUTCSeconds(d, p) {
|
|
3728
|
-
return pad(d.getUTCSeconds(), p, 2);
|
|
3729
|
-
}
|
|
3730
|
-
|
|
3731
|
-
function formatUTCWeekdayNumberMonday(d) {
|
|
3732
|
-
var dow = d.getUTCDay();
|
|
3733
|
-
return dow === 0 ? 7 : dow;
|
|
3734
|
-
}
|
|
3735
|
-
|
|
3736
|
-
function formatUTCWeekNumberSunday(d, p) {
|
|
3737
|
-
return pad(utcSunday.count(utcYear(d) - 1, d), p, 2);
|
|
3738
|
-
}
|
|
3739
|
-
|
|
3740
|
-
function UTCdISO(d) {
|
|
3741
|
-
var day = d.getUTCDay();
|
|
3742
|
-
return (day >= 4 || day === 0) ? utcThursday(d) : utcThursday.ceil(d);
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
|
-
function formatUTCWeekNumberISO(d, p) {
|
|
3746
|
-
d = UTCdISO(d);
|
|
3747
|
-
return pad(utcThursday.count(utcYear(d), d) + (utcYear(d).getUTCDay() === 4), p, 2);
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
function formatUTCWeekdayNumberSunday(d) {
|
|
3751
|
-
return d.getUTCDay();
|
|
3752
|
-
}
|
|
3753
|
-
|
|
3754
|
-
function formatUTCWeekNumberMonday(d, p) {
|
|
3755
|
-
return pad(utcMonday.count(utcYear(d) - 1, d), p, 2);
|
|
3756
|
-
}
|
|
3757
|
-
|
|
3758
|
-
function formatUTCYear(d, p) {
|
|
3759
|
-
return pad(d.getUTCFullYear() % 100, p, 2);
|
|
3760
|
-
}
|
|
3761
|
-
|
|
3762
|
-
function formatUTCYearISO(d, p) {
|
|
3763
|
-
d = UTCdISO(d);
|
|
3764
|
-
return pad(d.getUTCFullYear() % 100, p, 2);
|
|
3765
|
-
}
|
|
3766
|
-
|
|
3767
|
-
function formatUTCFullYear(d, p) {
|
|
3768
|
-
return pad(d.getUTCFullYear() % 10000, p, 4);
|
|
3769
|
-
}
|
|
3770
|
-
|
|
3771
|
-
function formatUTCFullYearISO(d, p) {
|
|
3772
|
-
var day = d.getUTCDay();
|
|
3773
|
-
d = (day >= 4 || day === 0) ? utcThursday(d) : utcThursday.ceil(d);
|
|
3774
|
-
return pad(d.getUTCFullYear() % 10000, p, 4);
|
|
3775
|
-
}
|
|
3776
|
-
|
|
3777
|
-
function formatUTCZone() {
|
|
3778
|
-
return "+0000";
|
|
3779
|
-
}
|
|
3780
|
-
|
|
3781
|
-
function formatLiteralPercent() {
|
|
3782
|
-
return "%";
|
|
3783
|
-
}
|
|
3784
|
-
|
|
3785
|
-
function formatUnixTimestamp(d) {
|
|
3786
|
-
return +d;
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
|
-
function formatUnixTimestampSeconds(d) {
|
|
3790
|
-
return Math.floor(+d / 1000);
|
|
3791
|
-
}
|
|
3792
|
-
|
|
3793
|
-
var locale;
|
|
3794
|
-
var utcFormat;
|
|
3795
|
-
var utcParse;
|
|
3796
|
-
|
|
3797
|
-
defaultLocale({
|
|
3798
|
-
dateTime: "%x, %X",
|
|
3799
|
-
date: "%-m/%-d/%Y",
|
|
3800
|
-
time: "%-I:%M:%S %p",
|
|
3801
|
-
periods: ["AM", "PM"],
|
|
3802
|
-
days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
3803
|
-
shortDays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
3804
|
-
months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
|
|
3805
|
-
shortMonths: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
|
|
3806
|
-
});
|
|
3807
|
-
|
|
3808
|
-
function defaultLocale(definition) {
|
|
3809
|
-
locale = formatLocale(definition);
|
|
3810
|
-
locale.format;
|
|
3811
|
-
locale.parse;
|
|
3812
|
-
utcFormat = locale.utcFormat;
|
|
3813
|
-
utcParse = locale.utcParse;
|
|
3814
|
-
return locale;
|
|
3815
|
-
}
|
|
3816
|
-
|
|
3817
|
-
var isoSpecifier = "%Y-%m-%dT%H:%M:%S.%LZ";
|
|
3818
|
-
|
|
3819
|
-
function formatIsoNative(date) {
|
|
3820
|
-
return date.toISOString();
|
|
3821
|
-
}
|
|
3822
|
-
|
|
3823
|
-
Date.prototype.toISOString
|
|
3824
|
-
? formatIsoNative
|
|
3825
|
-
: utcFormat(isoSpecifier);
|
|
3826
|
-
|
|
3827
|
-
function parseIsoNative(string) {
|
|
3828
|
-
var date = new Date(string);
|
|
3829
|
-
return isNaN(date) ? null : date;
|
|
3830
|
-
}
|
|
3831
|
-
|
|
3832
|
-
+new Date("2000-01-01T00:00:00.000Z")
|
|
3833
|
-
? parseIsoNative
|
|
3834
|
-
: utcParse(isoSpecifier);
|
|
3835
|
-
|
|
3836
|
-
function transformer() {
|
|
3837
|
-
var x0 = 0,
|
|
3838
|
-
x1 = 1,
|
|
3839
|
-
t0,
|
|
3840
|
-
t1,
|
|
3841
|
-
k10,
|
|
3842
|
-
transform,
|
|
3843
|
-
interpolator = identity$1,
|
|
3844
|
-
clamp = false,
|
|
3845
|
-
unknown;
|
|
3846
|
-
|
|
3847
|
-
function scale(x) {
|
|
3848
|
-
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));
|
|
3849
|
-
}
|
|
3850
|
-
|
|
3851
|
-
scale.domain = function(_) {
|
|
3852
|
-
return arguments.length ? ([x0, x1] = _, t0 = transform(x0 = +x0), t1 = transform(x1 = +x1), k10 = t0 === t1 ? 0 : 1 / (t1 - t0), scale) : [x0, x1];
|
|
3853
|
-
};
|
|
3854
|
-
|
|
3855
|
-
scale.clamp = function(_) {
|
|
3856
|
-
return arguments.length ? (clamp = !!_, scale) : clamp;
|
|
3857
|
-
};
|
|
3858
|
-
|
|
3859
|
-
scale.interpolator = function(_) {
|
|
3860
|
-
return arguments.length ? (interpolator = _, scale) : interpolator;
|
|
3861
|
-
};
|
|
3862
|
-
|
|
3863
|
-
function range(interpolate) {
|
|
3864
|
-
return function(_) {
|
|
3865
|
-
var r0, r1;
|
|
3866
|
-
return arguments.length ? ([r0, r1] = _, interpolator = interpolate(r0, r1), scale) : [interpolator(0), interpolator(1)];
|
|
3867
|
-
};
|
|
3868
|
-
}
|
|
3869
|
-
|
|
3870
|
-
scale.range = range(interpolate);
|
|
3871
|
-
|
|
3872
|
-
scale.rangeRound = range(interpolateRound);
|
|
3873
|
-
|
|
3874
|
-
scale.unknown = function(_) {
|
|
3875
|
-
return arguments.length ? (unknown = _, scale) : unknown;
|
|
3876
|
-
};
|
|
3877
|
-
|
|
3878
|
-
return function(t) {
|
|
3879
|
-
transform = t, t0 = t(x0), t1 = t(x1), k10 = t0 === t1 ? 0 : 1 / (t1 - t0);
|
|
3880
|
-
return scale;
|
|
3881
|
-
};
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
function copy(source, target) {
|
|
3885
|
-
return target
|
|
3886
|
-
.domain(source.domain())
|
|
3887
|
-
.interpolator(source.interpolator())
|
|
3888
|
-
.clamp(source.clamp())
|
|
3889
|
-
.unknown(source.unknown());
|
|
3890
|
-
}
|
|
3891
|
-
|
|
3892
|
-
function sequential() {
|
|
3893
|
-
var scale = linearish(transformer()(identity$1));
|
|
3894
|
-
|
|
3895
|
-
scale.copy = function() {
|
|
3896
|
-
return copy(scale, sequential());
|
|
3897
|
-
};
|
|
3898
|
-
|
|
3899
|
-
return initInterpolator.apply(scale, arguments);
|
|
3900
|
-
}
|
|
3901
|
-
|
|
3902
|
-
const COLOR_BASE = "#cecece";
|
|
3903
|
-
|
|
3904
|
-
// https://www.w3.org/TR/WCAG20/#relativeluminancedef
|
|
3905
|
-
const rc = 0.2126;
|
|
3906
|
-
const gc = 0.7152;
|
|
3907
|
-
const bc = 0.0722;
|
|
3908
|
-
// low-gamma adjust coefficient
|
|
3909
|
-
const lowc = 1 / 12.92;
|
|
3910
|
-
function adjustGamma(p) {
|
|
3911
|
-
return Math.pow((p + 0.055) / 1.055, 2.4);
|
|
3912
|
-
}
|
|
3913
|
-
function relativeLuminance(o) {
|
|
3914
|
-
const rsrgb = o.r / 255;
|
|
3915
|
-
const gsrgb = o.g / 255;
|
|
3916
|
-
const bsrgb = o.b / 255;
|
|
3917
|
-
const r = rsrgb <= 0.03928 ? rsrgb * lowc : adjustGamma(rsrgb);
|
|
3918
|
-
const g = gsrgb <= 0.03928 ? gsrgb * lowc : adjustGamma(gsrgb);
|
|
3919
|
-
const b = bsrgb <= 0.03928 ? bsrgb * lowc : adjustGamma(bsrgb);
|
|
3920
|
-
return r * rc + g * gc + b * bc;
|
|
3921
|
-
}
|
|
3922
|
-
const createRainbowColor = (root) => {
|
|
3923
|
-
const colorParentMap = new Map();
|
|
3924
|
-
colorParentMap.set(root, COLOR_BASE);
|
|
3925
|
-
if (root.children != null) {
|
|
3926
|
-
const colorScale = sequential([0, root.children.length], (n) => hsl(360 * n, 0.3, 0.85));
|
|
3927
|
-
root.children.forEach((c, id) => {
|
|
3928
|
-
colorParentMap.set(c, colorScale(id).toString());
|
|
3929
|
-
});
|
|
3930
|
-
}
|
|
3931
|
-
const colorMap = new Map();
|
|
3932
|
-
const lightScale = linear().domain([0, root.height]).range([0.9, 0.3]);
|
|
3933
|
-
const getBackgroundColor = (node) => {
|
|
3934
|
-
const parents = node.ancestors();
|
|
3935
|
-
const colorStr = parents.length === 1
|
|
3936
|
-
? colorParentMap.get(parents[0])
|
|
3937
|
-
: colorParentMap.get(parents[parents.length - 2]);
|
|
3938
|
-
const hslColor = hsl(colorStr);
|
|
3939
|
-
hslColor.l = lightScale(node.depth);
|
|
3940
|
-
return hslColor;
|
|
3941
|
-
};
|
|
3942
|
-
return (node) => {
|
|
3943
|
-
if (!colorMap.has(node)) {
|
|
3944
|
-
const backgroundColor = getBackgroundColor(node);
|
|
3945
|
-
const l = relativeLuminance(backgroundColor.rgb());
|
|
3946
|
-
const fontColor = l > 0.19 ? "#000" : "#fff";
|
|
3947
|
-
colorMap.set(node, {
|
|
3948
|
-
backgroundColor: backgroundColor.toString(),
|
|
3949
|
-
fontColor,
|
|
3950
|
-
});
|
|
3951
|
-
}
|
|
3952
|
-
return colorMap.get(node);
|
|
3953
|
-
};
|
|
3954
|
-
};
|
|
3955
|
-
|
|
3956
|
-
const StaticContext = B$2({});
|
|
3957
|
-
const drawChart = (parentNode, data, width, height) => {
|
|
3958
|
-
const availableSizeProperties = getAvailableSizeOptions(data.options);
|
|
3959
|
-
console.time("layout create");
|
|
3960
|
-
const layout = treemap()
|
|
3961
|
-
.size([width, height])
|
|
3962
|
-
.paddingOuter(PADDING)
|
|
3963
|
-
.paddingTop(TOP_PADDING)
|
|
3964
|
-
.paddingInner(PADDING)
|
|
3965
|
-
.round(true)
|
|
3966
|
-
.tile(treemapResquarify);
|
|
3967
|
-
console.timeEnd("layout create");
|
|
3968
|
-
console.time("rawHierarchy create");
|
|
3969
|
-
const rawHierarchy = hierarchy(data.tree);
|
|
3970
|
-
console.timeEnd("rawHierarchy create");
|
|
3971
|
-
const nodeSizesCache = new Map();
|
|
3972
|
-
const nodeIdsCache = new Map();
|
|
3973
|
-
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; };
|
|
3974
|
-
console.time("rawHierarchy eachAfter cache");
|
|
3975
|
-
rawHierarchy.eachAfter((node) => {
|
|
3976
|
-
var _a;
|
|
3977
|
-
const nodeData = node.data;
|
|
3978
|
-
nodeIdsCache.set(nodeData, {
|
|
3979
|
-
nodeUid: generateUniqueId("node"),
|
|
3980
|
-
clipUid: generateUniqueId("clip"),
|
|
3981
|
-
});
|
|
3982
|
-
const sizes = { renderedLength: 0, gzipLength: 0, brotliLength: 0 };
|
|
3983
|
-
if (isModuleTree(nodeData)) {
|
|
3984
|
-
for (const sizeKey of availableSizeProperties) {
|
|
3985
|
-
sizes[sizeKey] = nodeData.children.reduce((acc, child) => getModuleSize(child, sizeKey) + acc, 0);
|
|
3986
|
-
}
|
|
3987
|
-
}
|
|
3988
|
-
else {
|
|
3989
|
-
for (const sizeKey of availableSizeProperties) {
|
|
3990
|
-
sizes[sizeKey] = (_a = data.nodeParts[nodeData.uid][sizeKey]) !== null && _a !== void 0 ? _a : 0;
|
|
3991
|
-
}
|
|
3992
|
-
}
|
|
3993
|
-
nodeSizesCache.set(nodeData, sizes);
|
|
3994
|
-
});
|
|
3995
|
-
console.timeEnd("rawHierarchy eachAfter cache");
|
|
3996
|
-
const getModuleIds = (node) => nodeIdsCache.get(node);
|
|
3997
|
-
console.time("color");
|
|
3998
|
-
const getModuleColor = createRainbowColor(rawHierarchy);
|
|
3999
|
-
console.timeEnd("color");
|
|
4000
|
-
P(o$1(StaticContext.Provider, Object.assign({ value: {
|
|
4001
|
-
data,
|
|
4002
|
-
availableSizeProperties,
|
|
4003
|
-
width,
|
|
4004
|
-
height,
|
|
4005
|
-
getModuleSize,
|
|
4006
|
-
getModuleIds,
|
|
4007
|
-
getModuleColor,
|
|
4008
|
-
rawHierarchy,
|
|
4009
|
-
layout,
|
|
4010
|
-
} }, { children: o$1(Main, {}) })), parentNode);
|
|
4011
|
-
};
|
|
4012
|
-
|
|
4013
|
-
exports.StaticContext = StaticContext;
|
|
4014
|
-
exports.default = drawChart;
|
|
4015
|
-
|
|
4016
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4017
|
-
|
|
4018
|
-
return exports;
|
|
4019
|
-
|
|
4020
|
-
})({});
|
|
4021
|
-
//# sourceMappingURL=treemap.js.map
|
|
4022
|
-
|
|
4023
|
-
/*-->*/
|
|
4024
|
-
</script>
|
|
4025
|
-
<script>
|
|
4026
|
-
/*<!--*/
|
|
4027
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"assets/index.6d25e845.js","children":[{"name":"vite/modulepreload-polyfill","uid":"5317-1"},{"uid":"5317-3","name":"\u0000commonjsHelpers.js"},{"name":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm","children":[{"name":"react@18.2.0/node_modules/react","children":[{"uid":"5317-5","name":"index.js?commonjs-module"},{"name":"cjs","children":[{"uid":"5317-7","name":"react.production.min.js?commonjs-exports"},{"uid":"5317-37","name":"react-jsx-runtime.production.min.js?commonjs-exports"}]},{"uid":"5317-35","name":"jsx-runtime.js?commonjs-module"}]},{"name":"react-dom@18.2.0_react@18.2.0/node_modules/react-dom","children":[{"uid":"5317-13","name":"client.js?commonjs-exports"},{"uid":"5317-15","name":"index.js?commonjs-module"},{"name":"cjs/react-dom.production.min.js?commonjs-exports","uid":"5317-17"}]},{"name":"scheduler@0.23.0/node_modules/scheduler","children":[{"uid":"5317-19","name":"index.js?commonjs-module"},{"name":"cjs/scheduler.production.min.js?commonjs-exports","uid":"5317-21"}]}]},{"name":"Users/linkai/web/my/github/create-packer/node_modules/.pnpm","children":[{"name":"react@18.2.0/node_modules/react","children":[{"name":"cjs","children":[{"uid":"5317-9","name":"react.production.min.js"},{"uid":"5317-39","name":"react-jsx-runtime.production.min.js"}]},{"uid":"5317-11","name":"index.js"},{"uid":"5317-41","name":"jsx-runtime.js"}]},{"name":"scheduler@0.23.0/node_modules/scheduler","children":[{"name":"cjs/scheduler.production.min.js","uid":"5317-23"},{"uid":"5317-25","name":"index.js"}]},{"name":"react-dom@18.2.0_react@18.2.0/node_modules/react-dom","children":[{"name":"cjs/react-dom.production.min.js","uid":"5317-27"},{"uid":"5317-29","name":"index.js"},{"uid":"5317-31","name":"client.js"}]},{"name":"@remix-run+router@1.0.3/node_modules/@remix-run/router/dist/router.js","uid":"5317-33"},{"name":"react-router@6.4.3_react@18.2.0/node_modules/react-router/dist/index.js","uid":"5317-45"},{"name":"react-router-dom@6.4.3_biqbaboplfbrettd7655fr4n2y/node_modules/react-router-dom/dist/index.js","uid":"5317-47"}]},{"name":"\u0000react/jsx-runtime","uid":"5317-43"},{"name":"\u0000vite/preload-helper","uid":"5317-49"},{"name":"src","children":[{"name":"router","children":[{"name":"home","children":[{"uid":"5317-51","name":"home.routes.tsx"},{"uid":"5317-53","name":"home.paths.ts"}]},{"uid":"5317-55","name":"router.paths.ts"},{"uid":"5317-57","name":"router.config.tsx"}]},{"uid":"5317-59","name":"index.css"},{"uid":"5317-61","name":"main.tsx"}]},{"uid":"5317-63","name":"index.html"}]},{"name":"assets/home.container.540bdd26.js","children":[{"name":"Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es","children":[{"uid":"5317-65","name":"_arrayMap.js"},{"uid":"5317-67","name":"_listCacheClear.js"},{"uid":"5317-69","name":"eq.js"},{"uid":"5317-71","name":"_assocIndexOf.js"},{"uid":"5317-73","name":"_listCacheDelete.js"},{"uid":"5317-75","name":"_listCacheGet.js"},{"uid":"5317-77","name":"_listCacheHas.js"},{"uid":"5317-79","name":"_listCacheSet.js"},{"uid":"5317-81","name":"_ListCache.js"},{"uid":"5317-83","name":"_stackClear.js"},{"uid":"5317-85","name":"_stackDelete.js"},{"uid":"5317-87","name":"_stackGet.js"},{"uid":"5317-89","name":"_stackHas.js"},{"uid":"5317-91","name":"_freeGlobal.js"},{"uid":"5317-93","name":"_root.js"},{"uid":"5317-95","name":"_Symbol.js"},{"uid":"5317-97","name":"_getRawTag.js"},{"uid":"5317-99","name":"_objectToString.js"},{"uid":"5317-101","name":"_baseGetTag.js"},{"uid":"5317-103","name":"isObject.js"},{"uid":"5317-105","name":"isFunction.js"},{"uid":"5317-107","name":"_coreJsData.js"},{"uid":"5317-109","name":"_isMasked.js"},{"uid":"5317-111","name":"_toSource.js"},{"uid":"5317-113","name":"_baseIsNative.js"},{"uid":"5317-115","name":"_getValue.js"},{"uid":"5317-117","name":"_getNative.js"},{"uid":"5317-119","name":"_Map.js"},{"uid":"5317-121","name":"_nativeCreate.js"},{"uid":"5317-123","name":"_hashClear.js"},{"uid":"5317-125","name":"_hashDelete.js"},{"uid":"5317-127","name":"_hashGet.js"},{"uid":"5317-129","name":"_hashHas.js"},{"uid":"5317-131","name":"_hashSet.js"},{"uid":"5317-133","name":"_Hash.js"},{"uid":"5317-135","name":"_mapCacheClear.js"},{"uid":"5317-137","name":"_isKeyable.js"},{"uid":"5317-139","name":"_getMapData.js"},{"uid":"5317-141","name":"_mapCacheDelete.js"},{"uid":"5317-143","name":"_mapCacheGet.js"},{"uid":"5317-145","name":"_mapCacheHas.js"},{"uid":"5317-147","name":"_mapCacheSet.js"},{"uid":"5317-149","name":"_MapCache.js"},{"uid":"5317-151","name":"_stackSet.js"},{"uid":"5317-153","name":"_Stack.js"},{"uid":"5317-155","name":"_setCacheAdd.js"},{"uid":"5317-157","name":"_setCacheHas.js"},{"uid":"5317-159","name":"_SetCache.js"},{"uid":"5317-161","name":"_arraySome.js"},{"uid":"5317-163","name":"_cacheHas.js"},{"uid":"5317-165","name":"_equalArrays.js"},{"uid":"5317-167","name":"_Uint8Array.js"},{"uid":"5317-169","name":"_mapToArray.js"},{"uid":"5317-171","name":"_setToArray.js"},{"uid":"5317-173","name":"_equalByTag.js"},{"uid":"5317-175","name":"_arrayPush.js"},{"uid":"5317-177","name":"isArray.js"},{"uid":"5317-179","name":"_baseGetAllKeys.js"},{"uid":"5317-181","name":"_arrayFilter.js"},{"uid":"5317-183","name":"stubArray.js"},{"uid":"5317-185","name":"_getSymbols.js"},{"uid":"5317-187","name":"_baseTimes.js"},{"uid":"5317-189","name":"isObjectLike.js"},{"uid":"5317-191","name":"_baseIsArguments.js"},{"uid":"5317-193","name":"isArguments.js"},{"uid":"5317-195","name":"stubFalse.js"},{"uid":"5317-197","name":"isBuffer.js"},{"uid":"5317-199","name":"_isIndex.js"},{"uid":"5317-201","name":"isLength.js"},{"uid":"5317-203","name":"_baseIsTypedArray.js"},{"uid":"5317-205","name":"_baseUnary.js"},{"uid":"5317-207","name":"_nodeUtil.js"},{"uid":"5317-209","name":"isTypedArray.js"},{"uid":"5317-211","name":"_arrayLikeKeys.js"},{"uid":"5317-213","name":"_isPrototype.js"},{"uid":"5317-215","name":"_overArg.js"},{"uid":"5317-217","name":"_nativeKeys.js"},{"uid":"5317-219","name":"_baseKeys.js"},{"uid":"5317-221","name":"isArrayLike.js"},{"uid":"5317-223","name":"keys.js"},{"uid":"5317-225","name":"_getAllKeys.js"},{"uid":"5317-227","name":"_equalObjects.js"},{"uid":"5317-229","name":"_DataView.js"},{"uid":"5317-231","name":"_Promise.js"},{"uid":"5317-233","name":"_Set.js"},{"uid":"5317-235","name":"_WeakMap.js"},{"uid":"5317-237","name":"_getTag.js"},{"uid":"5317-239","name":"_baseIsEqualDeep.js"},{"uid":"5317-241","name":"_baseIsEqual.js"},{"uid":"5317-243","name":"_baseIsMatch.js"},{"uid":"5317-245","name":"_isStrictComparable.js"},{"uid":"5317-247","name":"_getMatchData.js"},{"uid":"5317-249","name":"_matchesStrictComparable.js"},{"uid":"5317-251","name":"_baseMatches.js"},{"uid":"5317-253","name":"isSymbol.js"},{"uid":"5317-255","name":"_isKey.js"},{"uid":"5317-257","name":"memoize.js"},{"uid":"5317-259","name":"_memoizeCapped.js"},{"uid":"5317-261","name":"_stringToPath.js"},{"uid":"5317-263","name":"_baseToString.js"},{"uid":"5317-265","name":"toString.js"},{"uid":"5317-267","name":"_castPath.js"},{"uid":"5317-269","name":"_toKey.js"},{"uid":"5317-271","name":"_baseGet.js"},{"uid":"5317-273","name":"get.js"},{"uid":"5317-275","name":"_baseHasIn.js"},{"uid":"5317-277","name":"_hasPath.js"},{"uid":"5317-279","name":"hasIn.js"},{"uid":"5317-281","name":"_baseMatchesProperty.js"},{"uid":"5317-283","name":"identity.js"},{"uid":"5317-285","name":"_baseProperty.js"},{"uid":"5317-287","name":"_basePropertyDeep.js"},{"uid":"5317-289","name":"property.js"},{"uid":"5317-291","name":"_baseIteratee.js"},{"uid":"5317-293","name":"_createBaseFor.js"},{"uid":"5317-295","name":"_baseFor.js"},{"uid":"5317-297","name":"_baseForOwn.js"},{"uid":"5317-299","name":"_createBaseEach.js"},{"uid":"5317-301","name":"_baseEach.js"},{"uid":"5317-303","name":"_baseMap.js"},{"uid":"5317-305","name":"map.js"}]},{"name":"src/pages/home","children":[{"uid":"5317-307","name":"home.css"},{"uid":"5317-309","name":"home.container.tsx"}]}]},{"name":"assets/layout.container.7cb635fa.js","children":[{"name":"src/layout","children":[{"name":"components/Loading.tsx","uid":"5317-311"},{"uid":"5317-313","name":"layout.container.tsx"}]}]},{"name":"assets/notFound.container.fbee148d.js","children":[{"name":"src/pages/notFound/notFound.container.tsx","uid":"5317-315"}]}],"isRoot":true},"nodeParts":{"5317-1":{"renderedLength":1562,"gzipLength":0,"brotliLength":0,"mainUid":"5317-0"},"5317-3":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"mainUid":"5317-2"},"5317-5":{"renderedLength":26,"gzipLength":0,"brotliLength":0,"mainUid":"5317-4"},"5317-7":{"renderedLength":30,"gzipLength":0,"brotliLength":0,"mainUid":"5317-6"},"5317-9":{"renderedLength":7591,"gzipLength":0,"brotliLength":0,"mainUid":"5317-8"},"5317-11":{"renderedLength":149,"gzipLength":0,"brotliLength":0,"mainUid":"5317-10"},"5317-13":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"mainUid":"5317-12"},"5317-15":{"renderedLength":29,"gzipLength":0,"brotliLength":0,"mainUid":"5317-14"},"5317-17":{"renderedLength":33,"gzipLength":0,"brotliLength":0,"mainUid":"5317-16"},"5317-19":{"renderedLength":30,"gzipLength":0,"brotliLength":0,"mainUid":"5317-18"},"5317-21":{"renderedLength":34,"gzipLength":0,"brotliLength":0,"mainUid":"5317-20"},"5317-23":{"renderedLength":4314,"gzipLength":0,"brotliLength":0,"mainUid":"5317-22"},"5317-25":{"renderedLength":89,"gzipLength":0,"brotliLength":0,"mainUid":"5317-24"},"5317-27":{"renderedLength":132530,"gzipLength":0,"brotliLength":0,"mainUid":"5317-26"},"5317-29":{"renderedLength":772,"gzipLength":0,"brotliLength":0,"mainUid":"5317-28"},"5317-31":{"renderedLength":109,"gzipLength":0,"brotliLength":0,"mainUid":"5317-30"},"5317-33":{"renderedLength":90626,"gzipLength":0,"brotliLength":0,"mainUid":"5317-32"},"5317-35":{"renderedLength":31,"gzipLength":0,"brotliLength":0,"mainUid":"5317-34"},"5317-37":{"renderedLength":40,"gzipLength":0,"brotliLength":0,"mainUid":"5317-36"},"5317-39":{"renderedLength":912,"gzipLength":0,"brotliLength":0,"mainUid":"5317-38"},"5317-41":{"renderedLength":96,"gzipLength":0,"brotliLength":0,"mainUid":"5317-40"},"5317-43":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"mainUid":"5317-42"},"5317-45":{"renderedLength":25818,"gzipLength":0,"brotliLength":0,"mainUid":"5317-44"},"5317-47":{"renderedLength":1447,"gzipLength":0,"brotliLength":0,"mainUid":"5317-46"},"5317-49":{"renderedLength":2200,"gzipLength":0,"brotliLength":0,"mainUid":"5317-48"},"5317-51":{"renderedLength":222,"gzipLength":0,"brotliLength":0,"mainUid":"5317-50"},"5317-53":{"renderedLength":22,"gzipLength":0,"brotliLength":0,"mainUid":"5317-52"},"5317-55":{"renderedLength":47,"gzipLength":0,"brotliLength":0,"mainUid":"5317-54"},"5317-57":{"renderedLength":495,"gzipLength":0,"brotliLength":0,"mainUid":"5317-56"},"5317-59":{"renderedLength":17,"gzipLength":0,"brotliLength":0,"mainUid":"5317-58"},"5317-61":{"renderedLength":168,"gzipLength":0,"brotliLength":0,"mainUid":"5317-60"},"5317-63":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"5317-62"},"5317-65":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"mainUid":"5317-64"},"5317-67":{"renderedLength":183,"gzipLength":0,"brotliLength":0,"mainUid":"5317-66"},"5317-69":{"renderedLength":776,"gzipLength":0,"brotliLength":0,"mainUid":"5317-68"},"5317-71":{"renderedLength":427,"gzipLength":0,"brotliLength":0,"mainUid":"5317-70"},"5317-73":{"renderedLength":691,"gzipLength":0,"brotliLength":0,"mainUid":"5317-72"},"5317-75":{"renderedLength":339,"gzipLength":0,"brotliLength":0,"mainUid":"5317-74"},"5317-77":{"renderedLength":322,"gzipLength":0,"brotliLength":0,"mainUid":"5317-76"},"5317-79":{"renderedLength":472,"gzipLength":0,"brotliLength":0,"mainUid":"5317-78"},"5317-81":{"renderedLength":593,"gzipLength":0,"brotliLength":0,"mainUid":"5317-80"},"5317-83":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"mainUid":"5317-82"},"5317-85":{"renderedLength":373,"gzipLength":0,"brotliLength":0,"mainUid":"5317-84"},"5317-87":{"renderedLength":242,"gzipLength":0,"brotliLength":0,"mainUid":"5317-86"},"5317-89":{"renderedLength":294,"gzipLength":0,"brotliLength":0,"mainUid":"5317-88"},"5317-91":{"renderedLength":176,"gzipLength":0,"brotliLength":0,"mainUid":"5317-90"},"5317-93":{"renderedLength":255,"gzipLength":0,"brotliLength":0,"mainUid":"5317-92"},"5317-95":{"renderedLength":91,"gzipLength":0,"brotliLength":0,"mainUid":"5317-94"},"5317-97":{"renderedLength":1103,"gzipLength":0,"brotliLength":0,"mainUid":"5317-96"},"5317-99":{"renderedLength":534,"gzipLength":0,"brotliLength":0,"mainUid":"5317-98"},"5317-101":{"renderedLength":637,"gzipLength":0,"brotliLength":0,"mainUid":"5317-100"},"5317-103":{"renderedLength":704,"gzipLength":0,"brotliLength":0,"mainUid":"5317-102"},"5317-105":{"renderedLength":884,"gzipLength":0,"brotliLength":0,"mainUid":"5317-104"},"5317-107":{"renderedLength":130,"gzipLength":0,"brotliLength":0,"mainUid":"5317-106"},"5317-109":{"renderedLength":497,"gzipLength":0,"brotliLength":0,"mainUid":"5317-108"},"5317-111":{"renderedLength":535,"gzipLength":0,"brotliLength":0,"mainUid":"5317-110"},"5317-113":{"renderedLength":1233,"gzipLength":0,"brotliLength":0,"mainUid":"5317-112"},"5317-115":{"renderedLength":296,"gzipLength":0,"brotliLength":0,"mainUid":"5317-114"},"5317-117":{"renderedLength":366,"gzipLength":0,"brotliLength":0,"mainUid":"5317-116"},"5317-119":{"renderedLength":120,"gzipLength":0,"brotliLength":0,"mainUid":"5317-118"},"5317-121":{"renderedLength":150,"gzipLength":0,"brotliLength":0,"mainUid":"5317-120"},"5317-123":{"renderedLength":207,"gzipLength":0,"brotliLength":0,"mainUid":"5317-122"},"5317-125":{"renderedLength":414,"gzipLength":0,"brotliLength":0,"mainUid":"5317-124"},"5317-127":{"renderedLength":710,"gzipLength":0,"brotliLength":0,"mainUid":"5317-126"},"5317-129":{"renderedLength":560,"gzipLength":0,"brotliLength":0,"mainUid":"5317-128"},"5317-131":{"renderedLength":528,"gzipLength":0,"brotliLength":0,"mainUid":"5317-130"},"5317-133":{"renderedLength":526,"gzipLength":0,"brotliLength":0,"mainUid":"5317-132"},"5317-135":{"renderedLength":259,"gzipLength":0,"brotliLength":0,"mainUid":"5317-134"},"5317-137":{"renderedLength":400,"gzipLength":0,"brotliLength":0,"mainUid":"5317-136"},"5317-139":{"renderedLength":327,"gzipLength":0,"brotliLength":0,"mainUid":"5317-138"},"5317-141":{"renderedLength":371,"gzipLength":0,"brotliLength":0,"mainUid":"5317-140"},"5317-143":{"renderedLength":254,"gzipLength":0,"brotliLength":0,"mainUid":"5317-142"},"5317-145":{"renderedLength":306,"gzipLength":0,"brotliLength":0,"mainUid":"5317-144"},"5317-147":{"renderedLength":413,"gzipLength":0,"brotliLength":0,"mainUid":"5317-146"},"5317-149":{"renderedLength":604,"gzipLength":0,"brotliLength":0,"mainUid":"5317-148"},"5317-151":{"renderedLength":716,"gzipLength":0,"brotliLength":0,"mainUid":"5317-150"},"5317-153":{"renderedLength":461,"gzipLength":0,"brotliLength":0,"mainUid":"5317-152"},"5317-155":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"mainUid":"5317-154"},"5317-157":{"renderedLength":284,"gzipLength":0,"brotliLength":0,"mainUid":"5317-156"},"5317-159":{"renderedLength":473,"gzipLength":0,"brotliLength":0,"mainUid":"5317-158"},"5317-161":{"renderedLength":564,"gzipLength":0,"brotliLength":0,"mainUid":"5317-160"},"5317-163":{"renderedLength":308,"gzipLength":0,"brotliLength":0,"mainUid":"5317-162"},"5317-165":{"renderedLength":2518,"gzipLength":0,"brotliLength":0,"mainUid":"5317-164"},"5317-167":{"renderedLength":103,"gzipLength":0,"brotliLength":0,"mainUid":"5317-166"},"5317-169":{"renderedLength":332,"gzipLength":0,"brotliLength":0,"mainUid":"5317-168"},"5317-171":{"renderedLength":314,"gzipLength":0,"brotliLength":0,"mainUid":"5317-170"},"5317-173":{"renderedLength":3545,"gzipLength":0,"brotliLength":0,"mainUid":"5317-172"},"5317-175":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"mainUid":"5317-174"},"5317-177":{"renderedLength":488,"gzipLength":0,"brotliLength":0,"mainUid":"5317-176"},"5317-179":{"renderedLength":628,"gzipLength":0,"brotliLength":0,"mainUid":"5317-178"},"5317-181":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"mainUid":"5317-180"},"5317-183":{"renderedLength":360,"gzipLength":0,"brotliLength":0,"mainUid":"5317-182"},"5317-185":{"renderedLength":811,"gzipLength":0,"brotliLength":0,"mainUid":"5317-184"},"5317-187":{"renderedLength":474,"gzipLength":0,"brotliLength":0,"mainUid":"5317-186"},"5317-189":{"renderedLength":581,"gzipLength":0,"brotliLength":0,"mainUid":"5317-188"},"5317-191":{"renderedLength":366,"gzipLength":0,"brotliLength":0,"mainUid":"5317-190"},"5317-193":{"renderedLength":940,"gzipLength":0,"brotliLength":0,"mainUid":"5317-192"},"5317-195":{"renderedLength":250,"gzipLength":0,"brotliLength":0,"mainUid":"5317-194"},"5317-197":{"renderedLength":1061,"gzipLength":0,"brotliLength":0,"mainUid":"5317-196"},"5317-199":{"renderedLength":735,"gzipLength":0,"brotliLength":0,"mainUid":"5317-198"},"5317-201":{"renderedLength":773,"gzipLength":0,"brotliLength":0,"mainUid":"5317-200"},"5317-203":{"renderedLength":2085,"gzipLength":0,"brotliLength":0,"mainUid":"5317-202"},"5317-205":{"renderedLength":302,"gzipLength":0,"brotliLength":0,"mainUid":"5317-204"},"5317-207":{"renderedLength":954,"gzipLength":0,"brotliLength":0,"mainUid":"5317-206"},"5317-209":{"renderedLength":568,"gzipLength":0,"brotliLength":0,"mainUid":"5317-208"},"5317-211":{"renderedLength":1517,"gzipLength":0,"brotliLength":0,"mainUid":"5317-210"},"5317-213":{"renderedLength":452,"gzipLength":0,"brotliLength":0,"mainUid":"5317-212"},"5317-215":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"mainUid":"5317-214"},"5317-217":{"renderedLength":169,"gzipLength":0,"brotliLength":0,"mainUid":"5317-216"},"5317-219":{"renderedLength":668,"gzipLength":0,"brotliLength":0,"mainUid":"5317-218"},"5317-221":{"renderedLength":717,"gzipLength":0,"brotliLength":0,"mainUid":"5317-220"},"5317-223":{"renderedLength":726,"gzipLength":0,"brotliLength":0,"mainUid":"5317-222"},"5317-225":{"renderedLength":301,"gzipLength":0,"brotliLength":0,"mainUid":"5317-224"},"5317-227":{"renderedLength":2906,"gzipLength":0,"brotliLength":0,"mainUid":"5317-226"},"5317-229":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"mainUid":"5317-228"},"5317-231":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"mainUid":"5317-230"},"5317-233":{"renderedLength":120,"gzipLength":0,"brotliLength":0,"mainUid":"5317-232"},"5317-235":{"renderedLength":136,"gzipLength":0,"brotliLength":0,"mainUid":"5317-234"},"5317-237":{"renderedLength":1617,"gzipLength":0,"brotliLength":0,"mainUid":"5317-236"},"5317-239":{"renderedLength":2668,"gzipLength":0,"brotliLength":0,"mainUid":"5317-238"},"5317-241":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"mainUid":"5317-240"},"5317-243":{"renderedLength":1662,"gzipLength":0,"brotliLength":0,"mainUid":"5317-242"},"5317-245":{"renderedLength":336,"gzipLength":0,"brotliLength":0,"mainUid":"5317-244"},"5317-247":{"renderedLength":450,"gzipLength":0,"brotliLength":0,"mainUid":"5317-246"},"5317-249":{"renderedLength":530,"gzipLength":0,"brotliLength":0,"mainUid":"5317-248"},"5317-251":{"renderedLength":516,"gzipLength":0,"brotliLength":0,"mainUid":"5317-250"},"5317-253":{"renderedLength":563,"gzipLength":0,"brotliLength":0,"mainUid":"5317-252"},"5317-255":{"renderedLength":781,"gzipLength":0,"brotliLength":0,"mainUid":"5317-254"},"5317-257":{"renderedLength":2156,"gzipLength":0,"brotliLength":0,"mainUid":"5317-256"},"5317-259":{"renderedLength":562,"gzipLength":0,"brotliLength":0,"mainUid":"5317-258"},"5317-261":{"renderedLength":795,"gzipLength":0,"brotliLength":0,"mainUid":"5317-260"},"5317-263":{"renderedLength":982,"gzipLength":0,"brotliLength":0,"mainUid":"5317-262"},"5317-265":{"renderedLength":503,"gzipLength":0,"brotliLength":0,"mainUid":"5317-264"},"5317-267":{"renderedLength":389,"gzipLength":0,"brotliLength":0,"mainUid":"5317-266"},"5317-269":{"renderedLength":458,"gzipLength":0,"brotliLength":0,"mainUid":"5317-268"},"5317-271":{"renderedLength":515,"gzipLength":0,"brotliLength":0,"mainUid":"5317-270"},"5317-273":{"renderedLength":822,"gzipLength":0,"brotliLength":0,"mainUid":"5317-272"},"5317-275":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"mainUid":"5317-274"},"5317-277":{"renderedLength":833,"gzipLength":0,"brotliLength":0,"mainUid":"5317-276"},"5317-279":{"renderedLength":648,"gzipLength":0,"brotliLength":0,"mainUid":"5317-278"},"5317-281":{"renderedLength":789,"gzipLength":0,"brotliLength":0,"mainUid":"5317-280"},"5317-283":{"renderedLength":341,"gzipLength":0,"brotliLength":0,"mainUid":"5317-282"},"5317-285":{"renderedLength":327,"gzipLength":0,"brotliLength":0,"mainUid":"5317-284"},"5317-287":{"renderedLength":316,"gzipLength":0,"brotliLength":0,"mainUid":"5317-286"},"5317-289":{"renderedLength":595,"gzipLength":0,"brotliLength":0,"mainUid":"5317-288"},"5317-291":{"renderedLength":645,"gzipLength":0,"brotliLength":0,"mainUid":"5317-290"},"5317-293":{"renderedLength":614,"gzipLength":0,"brotliLength":0,"mainUid":"5317-292"},"5317-295":{"renderedLength":543,"gzipLength":0,"brotliLength":0,"mainUid":"5317-294"},"5317-297":{"renderedLength":359,"gzipLength":0,"brotliLength":0,"mainUid":"5317-296"},"5317-299":{"renderedLength":806,"gzipLength":0,"brotliLength":0,"mainUid":"5317-298"},"5317-301":{"renderedLength":361,"gzipLength":0,"brotliLength":0,"mainUid":"5317-300"},"5317-303":{"renderedLength":558,"gzipLength":0,"brotliLength":0,"mainUid":"5317-302"},"5317-305":{"renderedLength":1436,"gzipLength":0,"brotliLength":0,"mainUid":"5317-304"},"5317-307":{"renderedLength":16,"gzipLength":0,"brotliLength":0,"mainUid":"5317-306"},"5317-309":{"renderedLength":161,"gzipLength":0,"brotliLength":0,"mainUid":"5317-308"},"5317-311":{"renderedLength":96,"gzipLength":0,"brotliLength":0,"mainUid":"5317-310"},"5317-313":{"renderedLength":176,"gzipLength":0,"brotliLength":0,"mainUid":"5317-312"},"5317-315":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"mainUid":"5317-314"}},"nodeMetas":{"5317-0":{"id":"vite/modulepreload-polyfill","moduleParts":{"assets/index.6d25e845.js":"5317-1"},"imported":[],"importedBy":[{"uid":"5317-62"}]},"5317-2":{"id":"\u0000commonjsHelpers.js","moduleParts":{"assets/index.6d25e845.js":"5317-3"},"imported":[],"importedBy":[{"uid":"5317-10"},{"uid":"5317-30"},{"uid":"5317-40"},{"uid":"5317-8"},{"uid":"5317-28"},{"uid":"5317-38"},{"uid":"5317-26"},{"uid":"5317-24"},{"uid":"5317-22"}]},"5317-4":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js?commonjs-module","moduleParts":{"assets/index.6d25e845.js":"5317-5"},"imported":[],"importedBy":[{"uid":"5317-10"}]},"5317-6":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react.production.min.js?commonjs-exports","moduleParts":{"assets/index.6d25e845.js":"5317-7"},"imported":[],"importedBy":[{"uid":"5317-8"}]},"5317-8":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react.production.min.js","moduleParts":{"assets/index.6d25e845.js":"5317-9"},"imported":[{"uid":"5317-2"},{"uid":"5317-6"}],"importedBy":[{"uid":"5317-317"}]},"5317-10":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js","moduleParts":{"assets/index.6d25e845.js":"5317-11"},"imported":[{"uid":"5317-2"},{"uid":"5317-4"},{"uid":"5317-317"}],"importedBy":[{"uid":"5317-60"},{"uid":"5317-46"},{"uid":"5317-44"},{"uid":"5317-56"},{"uid":"5317-312"},{"uid":"5317-50"},{"uid":"5317-323"}]},"5317-12":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js?commonjs-exports","moduleParts":{"assets/index.6d25e845.js":"5317-13"},"imported":[],"importedBy":[{"uid":"5317-30"}]},"5317-14":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js?commonjs-module","moduleParts":{"assets/index.6d25e845.js":"5317-15"},"imported":[],"importedBy":[{"uid":"5317-28"}]},"5317-16":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/cjs/react-dom.production.min.js?commonjs-exports","moduleParts":{"assets/index.6d25e845.js":"5317-17"},"imported":[],"importedBy":[{"uid":"5317-26"}]},"5317-18":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/index.js?commonjs-module","moduleParts":{"assets/index.6d25e845.js":"5317-19"},"imported":[],"importedBy":[{"uid":"5317-24"}]},"5317-20":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/cjs/scheduler.production.min.js?commonjs-exports","moduleParts":{"assets/index.6d25e845.js":"5317-21"},"imported":[],"importedBy":[{"uid":"5317-22"}]},"5317-22":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/cjs/scheduler.production.min.js","moduleParts":{"assets/index.6d25e845.js":"5317-23"},"imported":[{"uid":"5317-2"},{"uid":"5317-20"}],"importedBy":[{"uid":"5317-325"}]},"5317-24":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/index.js","moduleParts":{"assets/index.6d25e845.js":"5317-25"},"imported":[{"uid":"5317-2"},{"uid":"5317-18"},{"uid":"5317-325"}],"importedBy":[{"uid":"5317-324"}]},"5317-26":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/cjs/react-dom.production.min.js","moduleParts":{"assets/index.6d25e845.js":"5317-27"},"imported":[{"uid":"5317-2"},{"uid":"5317-16"},{"uid":"5317-323"},{"uid":"5317-324"}],"importedBy":[{"uid":"5317-321"}]},"5317-28":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js","moduleParts":{"assets/index.6d25e845.js":"5317-29"},"imported":[{"uid":"5317-2"},{"uid":"5317-14"},{"uid":"5317-321"}],"importedBy":[{"uid":"5317-318"}]},"5317-30":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js","moduleParts":{"assets/index.6d25e845.js":"5317-31"},"imported":[{"uid":"5317-2"},{"uid":"5317-12"},{"uid":"5317-318"}],"importedBy":[{"uid":"5317-60"}]},"5317-32":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/@remix-run+router@1.0.3/node_modules/@remix-run/router/dist/router.js","moduleParts":{"assets/index.6d25e845.js":"5317-33"},"imported":[],"importedBy":[{"uid":"5317-46"},{"uid":"5317-44"}]},"5317-34":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js?commonjs-module","moduleParts":{"assets/index.6d25e845.js":"5317-35"},"imported":[],"importedBy":[{"uid":"5317-40"}]},"5317-36":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.js?commonjs-exports","moduleParts":{"assets/index.6d25e845.js":"5317-37"},"imported":[],"importedBy":[{"uid":"5317-38"}]},"5317-38":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.js","moduleParts":{"assets/index.6d25e845.js":"5317-39"},"imported":[{"uid":"5317-2"},{"uid":"5317-36"},{"uid":"5317-323"}],"importedBy":[{"uid":"5317-320"}]},"5317-40":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js","moduleParts":{"assets/index.6d25e845.js":"5317-41"},"imported":[{"uid":"5317-2"},{"uid":"5317-34"},{"uid":"5317-320"}],"importedBy":[{"uid":"5317-42"}]},"5317-42":{"id":"\u0000react/jsx-runtime","moduleParts":{"assets/index.6d25e845.js":"5317-43"},"imported":[{"uid":"5317-40"}],"importedBy":[{"uid":"5317-60"},{"uid":"5317-46"},{"uid":"5317-44"},{"uid":"5317-56"},{"uid":"5317-312"},{"uid":"5317-314"},{"uid":"5317-50"},{"uid":"5317-308"},{"uid":"5317-310"}]},"5317-44":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-router@6.4.3_react@18.2.0/node_modules/react-router/dist/index.js","moduleParts":{"assets/index.6d25e845.js":"5317-45"},"imported":[{"uid":"5317-32"},{"uid":"5317-10"},{"uid":"5317-42"}],"importedBy":[{"uid":"5317-46"}]},"5317-46":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-router-dom@6.4.3_biqbaboplfbrettd7655fr4n2y/node_modules/react-router-dom/dist/index.js","moduleParts":{"assets/index.6d25e845.js":"5317-47"},"imported":[{"uid":"5317-10"},{"uid":"5317-44"},{"uid":"5317-32"},{"uid":"5317-42"}],"importedBy":[{"uid":"5317-60"},{"uid":"5317-56"},{"uid":"5317-312"}]},"5317-48":{"id":"\u0000vite/preload-helper","moduleParts":{"assets/index.6d25e845.js":"5317-49"},"imported":[],"importedBy":[{"uid":"5317-56"},{"uid":"5317-50"}]},"5317-50":{"id":"/src/router/home/home.routes.tsx","moduleParts":{"assets/index.6d25e845.js":"5317-51"},"imported":[{"uid":"5317-48"},{"uid":"5317-10"},{"uid":"5317-42"},{"uid":"5317-308","dynamic":true}],"importedBy":[{"uid":"5317-319"}]},"5317-52":{"id":"/src/router/home/home.paths.ts","moduleParts":{"assets/index.6d25e845.js":"5317-53"},"imported":[],"importedBy":[{"uid":"5317-319"}]},"5317-54":{"id":"/src/router/router.paths.ts","moduleParts":{"assets/index.6d25e845.js":"5317-55"},"imported":[{"uid":"5317-319"}],"importedBy":[{"uid":"5317-316"},{"uid":"5317-56"}]},"5317-56":{"id":"/src/router/router.config.tsx","moduleParts":{"assets/index.6d25e845.js":"5317-57"},"imported":[{"uid":"5317-48"},{"uid":"5317-10"},{"uid":"5317-46"},{"uid":"5317-319"},{"uid":"5317-54"},{"uid":"5317-42"},{"uid":"5317-312","dynamic":true},{"uid":"5317-314","dynamic":true}],"importedBy":[{"uid":"5317-316"}]},"5317-58":{"id":"/src/index.css","moduleParts":{"assets/index.6d25e845.js":"5317-59"},"imported":[],"importedBy":[{"uid":"5317-60"}]},"5317-60":{"id":"/src/main.tsx","moduleParts":{"assets/index.6d25e845.js":"5317-61"},"imported":[{"uid":"5317-10"},{"uid":"5317-30"},{"uid":"5317-46"},{"uid":"5317-316"},{"uid":"5317-58"},{"uid":"5317-42"}],"importedBy":[{"uid":"5317-62"}]},"5317-62":{"id":"/index.html","moduleParts":{"assets/index.6d25e845.js":"5317-63"},"imported":[{"uid":"5317-0"},{"uid":"5317-60"}],"importedBy":[],"isEntry":true},"5317-64":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-65"},"imported":[],"importedBy":[{"uid":"5317-304"},{"uid":"5317-262"}]},"5317-66":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-67"},"imported":[],"importedBy":[{"uid":"5317-80"}]},"5317-68":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-69"},"imported":[],"importedBy":[{"uid":"5317-172"},{"uid":"5317-70"}]},"5317-70":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-71"},"imported":[{"uid":"5317-68"}],"importedBy":[{"uid":"5317-72"},{"uid":"5317-74"},{"uid":"5317-76"},{"uid":"5317-78"}]},"5317-72":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-73"},"imported":[{"uid":"5317-70"}],"importedBy":[{"uid":"5317-80"}]},"5317-74":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-75"},"imported":[{"uid":"5317-70"}],"importedBy":[{"uid":"5317-80"}]},"5317-76":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-77"},"imported":[{"uid":"5317-70"}],"importedBy":[{"uid":"5317-80"}]},"5317-78":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-79"},"imported":[{"uid":"5317-70"}],"importedBy":[{"uid":"5317-80"}]},"5317-80":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-81"},"imported":[{"uid":"5317-66"},{"uid":"5317-72"},{"uid":"5317-74"},{"uid":"5317-76"},{"uid":"5317-78"}],"importedBy":[{"uid":"5317-152"},{"uid":"5317-82"},{"uid":"5317-150"},{"uid":"5317-134"}]},"5317-82":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-83"},"imported":[{"uid":"5317-80"}],"importedBy":[{"uid":"5317-152"}]},"5317-84":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-85"},"imported":[],"importedBy":[{"uid":"5317-152"}]},"5317-86":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-87"},"imported":[],"importedBy":[{"uid":"5317-152"}]},"5317-88":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-89"},"imported":[],"importedBy":[{"uid":"5317-152"}]},"5317-90":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-91"},"imported":[],"importedBy":[{"uid":"5317-92"},{"uid":"5317-206"}]},"5317-92":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-93"},"imported":[{"uid":"5317-90"}],"importedBy":[{"uid":"5317-196"},{"uid":"5317-94"},{"uid":"5317-118"},{"uid":"5317-166"},{"uid":"5317-228"},{"uid":"5317-230"},{"uid":"5317-232"},{"uid":"5317-234"},{"uid":"5317-106"}]},"5317-94":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-95"},"imported":[{"uid":"5317-92"}],"importedBy":[{"uid":"5317-100"},{"uid":"5317-172"},{"uid":"5317-96"},{"uid":"5317-262"}]},"5317-96":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-97"},"imported":[{"uid":"5317-94"}],"importedBy":[{"uid":"5317-100"}]},"5317-98":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-99"},"imported":[],"importedBy":[{"uid":"5317-100"}]},"5317-100":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-101"},"imported":[{"uid":"5317-94"},{"uid":"5317-96"},{"uid":"5317-98"}],"importedBy":[{"uid":"5317-104"},{"uid":"5317-252"},{"uid":"5317-236"},{"uid":"5317-202"},{"uid":"5317-190"}]},"5317-102":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-103"},"imported":[],"importedBy":[{"uid":"5317-244"},{"uid":"5317-104"},{"uid":"5317-112"}]},"5317-104":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-105"},"imported":[{"uid":"5317-100"},{"uid":"5317-102"}],"importedBy":[{"uid":"5317-220"},{"uid":"5317-112"}]},"5317-106":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-107"},"imported":[{"uid":"5317-92"}],"importedBy":[{"uid":"5317-108"}]},"5317-108":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-109"},"imported":[{"uid":"5317-106"}],"importedBy":[{"uid":"5317-112"}]},"5317-110":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-111"},"imported":[],"importedBy":[{"uid":"5317-236"},{"uid":"5317-112"}]},"5317-112":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-113"},"imported":[{"uid":"5317-104"},{"uid":"5317-108"},{"uid":"5317-102"},{"uid":"5317-110"}],"importedBy":[{"uid":"5317-116"}]},"5317-114":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-115"},"imported":[],"importedBy":[{"uid":"5317-116"}]},"5317-116":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-117"},"imported":[{"uid":"5317-112"},{"uid":"5317-114"}],"importedBy":[{"uid":"5317-118"},{"uid":"5317-228"},{"uid":"5317-230"},{"uid":"5317-232"},{"uid":"5317-234"},{"uid":"5317-120"}]},"5317-118":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-119"},"imported":[{"uid":"5317-116"},{"uid":"5317-92"}],"importedBy":[{"uid":"5317-150"},{"uid":"5317-236"},{"uid":"5317-134"}]},"5317-120":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-121"},"imported":[{"uid":"5317-116"}],"importedBy":[{"uid":"5317-122"},{"uid":"5317-126"},{"uid":"5317-128"},{"uid":"5317-130"}]},"5317-122":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-123"},"imported":[{"uid":"5317-120"}],"importedBy":[{"uid":"5317-132"}]},"5317-124":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-125"},"imported":[],"importedBy":[{"uid":"5317-132"}]},"5317-126":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-127"},"imported":[{"uid":"5317-120"}],"importedBy":[{"uid":"5317-132"}]},"5317-128":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-129"},"imported":[{"uid":"5317-120"}],"importedBy":[{"uid":"5317-132"}]},"5317-130":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-131"},"imported":[{"uid":"5317-120"}],"importedBy":[{"uid":"5317-132"}]},"5317-132":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-133"},"imported":[{"uid":"5317-122"},{"uid":"5317-124"},{"uid":"5317-126"},{"uid":"5317-128"},{"uid":"5317-130"}],"importedBy":[{"uid":"5317-134"}]},"5317-134":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-135"},"imported":[{"uid":"5317-132"},{"uid":"5317-80"},{"uid":"5317-118"}],"importedBy":[{"uid":"5317-148"}]},"5317-136":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-137"},"imported":[],"importedBy":[{"uid":"5317-138"}]},"5317-138":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-139"},"imported":[{"uid":"5317-136"}],"importedBy":[{"uid":"5317-140"},{"uid":"5317-142"},{"uid":"5317-144"},{"uid":"5317-146"}]},"5317-140":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-141"},"imported":[{"uid":"5317-138"}],"importedBy":[{"uid":"5317-148"}]},"5317-142":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-143"},"imported":[{"uid":"5317-138"}],"importedBy":[{"uid":"5317-148"}]},"5317-144":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-145"},"imported":[{"uid":"5317-138"}],"importedBy":[{"uid":"5317-148"}]},"5317-146":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-147"},"imported":[{"uid":"5317-138"}],"importedBy":[{"uid":"5317-148"}]},"5317-148":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-149"},"imported":[{"uid":"5317-134"},{"uid":"5317-140"},{"uid":"5317-142"},{"uid":"5317-144"},{"uid":"5317-146"}],"importedBy":[{"uid":"5317-150"},{"uid":"5317-158"},{"uid":"5317-256"}]},"5317-150":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-151"},"imported":[{"uid":"5317-80"},{"uid":"5317-118"},{"uid":"5317-148"}],"importedBy":[{"uid":"5317-152"}]},"5317-152":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-153"},"imported":[{"uid":"5317-80"},{"uid":"5317-82"},{"uid":"5317-84"},{"uid":"5317-86"},{"uid":"5317-88"},{"uid":"5317-150"}],"importedBy":[{"uid":"5317-242"},{"uid":"5317-238"}]},"5317-154":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-155"},"imported":[],"importedBy":[{"uid":"5317-158"}]},"5317-156":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-157"},"imported":[],"importedBy":[{"uid":"5317-158"}]},"5317-158":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-159"},"imported":[{"uid":"5317-148"},{"uid":"5317-154"},{"uid":"5317-156"}],"importedBy":[{"uid":"5317-164"}]},"5317-160":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-161"},"imported":[],"importedBy":[{"uid":"5317-164"}]},"5317-162":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-163"},"imported":[],"importedBy":[{"uid":"5317-164"}]},"5317-164":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-165"},"imported":[{"uid":"5317-158"},{"uid":"5317-160"},{"uid":"5317-162"}],"importedBy":[{"uid":"5317-238"},{"uid":"5317-172"}]},"5317-166":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-167"},"imported":[{"uid":"5317-92"}],"importedBy":[{"uid":"5317-172"}]},"5317-168":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-169"},"imported":[],"importedBy":[{"uid":"5317-172"}]},"5317-170":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-171"},"imported":[],"importedBy":[{"uid":"5317-172"}]},"5317-172":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-173"},"imported":[{"uid":"5317-94"},{"uid":"5317-166"},{"uid":"5317-68"},{"uid":"5317-164"},{"uid":"5317-168"},{"uid":"5317-170"}],"importedBy":[{"uid":"5317-238"}]},"5317-174":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-175"},"imported":[],"importedBy":[{"uid":"5317-178"}]},"5317-176":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-177"},"imported":[],"importedBy":[{"uid":"5317-304"},{"uid":"5317-290"},{"uid":"5317-254"},{"uid":"5317-238"},{"uid":"5317-276"},{"uid":"5317-210"},{"uid":"5317-266"},{"uid":"5317-178"},{"uid":"5317-262"}]},"5317-178":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-179"},"imported":[{"uid":"5317-174"},{"uid":"5317-176"}],"importedBy":[{"uid":"5317-224"}]},"5317-180":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-181"},"imported":[],"importedBy":[{"uid":"5317-184"}]},"5317-182":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-183"},"imported":[],"importedBy":[{"uid":"5317-184"}]},"5317-184":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-185"},"imported":[{"uid":"5317-180"},{"uid":"5317-182"}],"importedBy":[{"uid":"5317-224"}]},"5317-186":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-187"},"imported":[],"importedBy":[{"uid":"5317-210"}]},"5317-188":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-189"},"imported":[],"importedBy":[{"uid":"5317-240"},{"uid":"5317-252"},{"uid":"5317-192"},{"uid":"5317-202"},{"uid":"5317-190"}]},"5317-190":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-191"},"imported":[{"uid":"5317-100"},{"uid":"5317-188"}],"importedBy":[{"uid":"5317-192"}]},"5317-192":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-193"},"imported":[{"uid":"5317-190"},{"uid":"5317-188"}],"importedBy":[{"uid":"5317-276"},{"uid":"5317-210"}]},"5317-194":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-195"},"imported":[],"importedBy":[{"uid":"5317-196"}]},"5317-196":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-197"},"imported":[{"uid":"5317-92"},{"uid":"5317-194"}],"importedBy":[{"uid":"5317-238"},{"uid":"5317-210"}]},"5317-198":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-199"},"imported":[],"importedBy":[{"uid":"5317-276"},{"uid":"5317-210"}]},"5317-200":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-201"},"imported":[],"importedBy":[{"uid":"5317-220"},{"uid":"5317-276"},{"uid":"5317-202"}]},"5317-202":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-203"},"imported":[{"uid":"5317-100"},{"uid":"5317-200"},{"uid":"5317-188"}],"importedBy":[{"uid":"5317-208"}]},"5317-204":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-205"},"imported":[],"importedBy":[{"uid":"5317-208"}]},"5317-206":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-207"},"imported":[{"uid":"5317-90"}],"importedBy":[{"uid":"5317-208"}]},"5317-208":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-209"},"imported":[{"uid":"5317-202"},{"uid":"5317-204"},{"uid":"5317-206"}],"importedBy":[{"uid":"5317-238"},{"uid":"5317-210"}]},"5317-210":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-211"},"imported":[{"uid":"5317-186"},{"uid":"5317-192"},{"uid":"5317-176"},{"uid":"5317-196"},{"uid":"5317-198"},{"uid":"5317-208"}],"importedBy":[{"uid":"5317-222"}]},"5317-212":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-213"},"imported":[],"importedBy":[{"uid":"5317-218"}]},"5317-214":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-215"},"imported":[],"importedBy":[{"uid":"5317-216"}]},"5317-216":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-217"},"imported":[{"uid":"5317-214"}],"importedBy":[{"uid":"5317-218"}]},"5317-218":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-219"},"imported":[{"uid":"5317-212"},{"uid":"5317-216"}],"importedBy":[{"uid":"5317-222"}]},"5317-220":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-221"},"imported":[{"uid":"5317-104"},{"uid":"5317-200"}],"importedBy":[{"uid":"5317-302"},{"uid":"5317-298"},{"uid":"5317-222"}]},"5317-222":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-223"},"imported":[{"uid":"5317-210"},{"uid":"5317-218"},{"uid":"5317-220"}],"importedBy":[{"uid":"5317-246"},{"uid":"5317-296"},{"uid":"5317-224"}]},"5317-224":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-225"},"imported":[{"uid":"5317-178"},{"uid":"5317-184"},{"uid":"5317-222"}],"importedBy":[{"uid":"5317-226"}]},"5317-226":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-227"},"imported":[{"uid":"5317-224"}],"importedBy":[{"uid":"5317-238"}]},"5317-228":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-229"},"imported":[{"uid":"5317-116"},{"uid":"5317-92"}],"importedBy":[{"uid":"5317-236"}]},"5317-230":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-231"},"imported":[{"uid":"5317-116"},{"uid":"5317-92"}],"importedBy":[{"uid":"5317-236"}]},"5317-232":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-233"},"imported":[{"uid":"5317-116"},{"uid":"5317-92"}],"importedBy":[{"uid":"5317-236"}]},"5317-234":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-235"},"imported":[{"uid":"5317-116"},{"uid":"5317-92"}],"importedBy":[{"uid":"5317-236"}]},"5317-236":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-237"},"imported":[{"uid":"5317-228"},{"uid":"5317-118"},{"uid":"5317-230"},{"uid":"5317-232"},{"uid":"5317-234"},{"uid":"5317-100"},{"uid":"5317-110"}],"importedBy":[{"uid":"5317-238"}]},"5317-238":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-239"},"imported":[{"uid":"5317-152"},{"uid":"5317-164"},{"uid":"5317-172"},{"uid":"5317-226"},{"uid":"5317-236"},{"uid":"5317-176"},{"uid":"5317-196"},{"uid":"5317-208"}],"importedBy":[{"uid":"5317-240"}]},"5317-240":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-241"},"imported":[{"uid":"5317-238"},{"uid":"5317-188"}],"importedBy":[{"uid":"5317-280"},{"uid":"5317-242"}]},"5317-242":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-243"},"imported":[{"uid":"5317-152"},{"uid":"5317-240"}],"importedBy":[{"uid":"5317-250"}]},"5317-244":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-245"},"imported":[{"uid":"5317-102"}],"importedBy":[{"uid":"5317-280"},{"uid":"5317-246"}]},"5317-246":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-247"},"imported":[{"uid":"5317-244"},{"uid":"5317-222"}],"importedBy":[{"uid":"5317-250"}]},"5317-248":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-249"},"imported":[],"importedBy":[{"uid":"5317-250"},{"uid":"5317-280"}]},"5317-250":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-251"},"imported":[{"uid":"5317-242"},{"uid":"5317-246"},{"uid":"5317-248"}],"importedBy":[{"uid":"5317-290"}]},"5317-252":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-253"},"imported":[{"uid":"5317-100"},{"uid":"5317-188"}],"importedBy":[{"uid":"5317-254"},{"uid":"5317-268"},{"uid":"5317-262"}]},"5317-254":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-255"},"imported":[{"uid":"5317-176"},{"uid":"5317-252"}],"importedBy":[{"uid":"5317-280"},{"uid":"5317-288"},{"uid":"5317-266"}]},"5317-256":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-257"},"imported":[{"uid":"5317-148"}],"importedBy":[{"uid":"5317-258"}]},"5317-258":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-259"},"imported":[{"uid":"5317-256"}],"importedBy":[{"uid":"5317-260"}]},"5317-260":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-261"},"imported":[{"uid":"5317-258"}],"importedBy":[{"uid":"5317-266"}]},"5317-262":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-263"},"imported":[{"uid":"5317-94"},{"uid":"5317-64"},{"uid":"5317-176"},{"uid":"5317-252"}],"importedBy":[{"uid":"5317-264"}]},"5317-264":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-265"},"imported":[{"uid":"5317-262"}],"importedBy":[{"uid":"5317-266"}]},"5317-266":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-267"},"imported":[{"uid":"5317-176"},{"uid":"5317-254"},{"uid":"5317-260"},{"uid":"5317-264"}],"importedBy":[{"uid":"5317-270"},{"uid":"5317-276"}]},"5317-268":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-269"},"imported":[{"uid":"5317-252"}],"importedBy":[{"uid":"5317-280"},{"uid":"5317-288"},{"uid":"5317-270"},{"uid":"5317-276"}]},"5317-270":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-271"},"imported":[{"uid":"5317-266"},{"uid":"5317-268"}],"importedBy":[{"uid":"5317-272"},{"uid":"5317-286"}]},"5317-272":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-273"},"imported":[{"uid":"5317-270"}],"importedBy":[{"uid":"5317-280"}]},"5317-274":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-275"},"imported":[],"importedBy":[{"uid":"5317-278"}]},"5317-276":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-277"},"imported":[{"uid":"5317-266"},{"uid":"5317-192"},{"uid":"5317-176"},{"uid":"5317-198"},{"uid":"5317-200"},{"uid":"5317-268"}],"importedBy":[{"uid":"5317-278"}]},"5317-278":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-279"},"imported":[{"uid":"5317-274"},{"uid":"5317-276"}],"importedBy":[{"uid":"5317-280"}]},"5317-280":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-281"},"imported":[{"uid":"5317-240"},{"uid":"5317-272"},{"uid":"5317-278"},{"uid":"5317-254"},{"uid":"5317-244"},{"uid":"5317-248"},{"uid":"5317-268"}],"importedBy":[{"uid":"5317-290"}]},"5317-282":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-283"},"imported":[],"importedBy":[{"uid":"5317-290"}]},"5317-284":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-285"},"imported":[],"importedBy":[{"uid":"5317-288"}]},"5317-286":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-287"},"imported":[{"uid":"5317-270"}],"importedBy":[{"uid":"5317-288"}]},"5317-288":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-289"},"imported":[{"uid":"5317-284"},{"uid":"5317-286"},{"uid":"5317-254"},{"uid":"5317-268"}],"importedBy":[{"uid":"5317-290"}]},"5317-290":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-291"},"imported":[{"uid":"5317-250"},{"uid":"5317-280"},{"uid":"5317-282"},{"uid":"5317-176"},{"uid":"5317-288"}],"importedBy":[{"uid":"5317-304"}]},"5317-292":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-293"},"imported":[],"importedBy":[{"uid":"5317-294"}]},"5317-294":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-295"},"imported":[{"uid":"5317-292"}],"importedBy":[{"uid":"5317-296"}]},"5317-296":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-297"},"imported":[{"uid":"5317-294"},{"uid":"5317-222"}],"importedBy":[{"uid":"5317-300"}]},"5317-298":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-299"},"imported":[{"uid":"5317-220"}],"importedBy":[{"uid":"5317-300"}]},"5317-300":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-301"},"imported":[{"uid":"5317-296"},{"uid":"5317-298"}],"importedBy":[{"uid":"5317-302"}]},"5317-302":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-303"},"imported":[{"uid":"5317-300"},{"uid":"5317-220"}],"importedBy":[{"uid":"5317-304"}]},"5317-304":{"id":"/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.js","moduleParts":{"assets/home.container.540bdd26.js":"5317-305"},"imported":[{"uid":"5317-64"},{"uid":"5317-290"},{"uid":"5317-302"},{"uid":"5317-176"}],"importedBy":[{"uid":"5317-308"}]},"5317-306":{"id":"/src/pages/home/home.css","moduleParts":{"assets/home.container.540bdd26.js":"5317-307"},"imported":[],"importedBy":[{"uid":"5317-308"}]},"5317-308":{"id":"/src/pages/home/home.container.tsx","moduleParts":{"assets/home.container.540bdd26.js":"5317-309"},"imported":[{"uid":"5317-304"},{"uid":"5317-306"},{"uid":"5317-42"}],"importedBy":[{"uid":"5317-50"}]},"5317-310":{"id":"/src/layout/components/Loading.tsx","moduleParts":{"assets/layout.container.7cb635fa.js":"5317-311"},"imported":[{"uid":"5317-42"}],"importedBy":[{"uid":"5317-322"}]},"5317-312":{"id":"/src/layout/layout.container.tsx","moduleParts":{"assets/layout.container.7cb635fa.js":"5317-313"},"imported":[{"uid":"5317-10"},{"uid":"5317-46"},{"uid":"5317-322"},{"uid":"5317-42"}],"importedBy":[{"uid":"5317-56"}]},"5317-314":{"id":"/src/pages/notFound/notFound.container.tsx","moduleParts":{"assets/notFound.container.fbee148d.js":"5317-315"},"imported":[{"uid":"5317-42"}],"importedBy":[{"uid":"5317-56"}]},"5317-316":{"id":"/src/router/index.ts","moduleParts":{},"imported":[{"uid":"5317-54"},{"uid":"5317-56"}],"importedBy":[{"uid":"5317-60"}]},"5317-317":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react.production.min.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"5317-8"}],"importedBy":[{"uid":"5317-10"}]},"5317-318":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"5317-28"}],"importedBy":[{"uid":"5317-30"}]},"5317-319":{"id":"/src/router/home/index.ts","moduleParts":{},"imported":[{"uid":"5317-50"},{"uid":"5317-52"}],"importedBy":[{"uid":"5317-54"},{"uid":"5317-56"}]},"5317-320":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"5317-38"}],"importedBy":[{"uid":"5317-40"}]},"5317-321":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/cjs/react-dom.production.min.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"5317-26"}],"importedBy":[{"uid":"5317-28"}]},"5317-322":{"id":"/src/layout/components/index.ts","moduleParts":{},"imported":[{"uid":"5317-310"}],"importedBy":[{"uid":"5317-312"}]},"5317-323":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"5317-10"}],"importedBy":[{"uid":"5317-38"},{"uid":"5317-26"}]},"5317-324":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/index.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"5317-24"}],"importedBy":[{"uid":"5317-26"}]},"5317-325":{"id":"\u0000/Users/linkai/web/my/github/create-packer/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/cjs/scheduler.production.min.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"5317-22"}],"importedBy":[{"uid":"5317-24"}]}},"env":{"rollup":"2.79.1"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4028
|
-
|
|
4029
|
-
const run = () => {
|
|
4030
|
-
const width = window.innerWidth;
|
|
4031
|
-
const height = window.innerHeight;
|
|
4032
|
-
|
|
4033
|
-
const chartNode = document.querySelector("main");
|
|
4034
|
-
drawChart.default(chartNode, data, width, height);
|
|
4035
|
-
};
|
|
4036
|
-
|
|
4037
|
-
window.addEventListener('resize', run);
|
|
4038
|
-
|
|
4039
|
-
document.addEventListener('DOMContentLoaded', run);
|
|
4040
|
-
/*-->*/
|
|
4041
|
-
</script>
|
|
4042
|
-
</body>
|
|
4043
|
-
</html>
|
|
4044
|
-
|