@bigbinary/neeto-editor 1.47.109 → 1.47.110
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/dist/editor-stats.html +18 -0
- package/package.json +1 -1
package/dist/editor-stats.html
CHANGED
|
@@ -4840,3 +4840,21 @@ var drawChart = (function (exports) {
|
|
|
4840
4840
|
</body>
|
|
4841
4841
|
</html>
|
|
4842
4842
|
|
|
4843
|
+
[{"uid":"e3767b90-553"}],"isExternal":true},"e3767b90-1110":{"id":"@bigbinary/neeto-icons/Email","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-551"}],"isExternal":true},"e3767b90-1111":{"id":"\u0000/node_modules/prop-types/lib/ReactPropTypesSecret.js?commonjs-proxy","moduleParts":{},"imported":[{"uid":"e3767b90-940"}],"importedBy":[{"uid":"e3767b90-942"}]},"e3767b90-1112":{"id":"fs","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-678"}],"isExternal":true},"e3767b90-1113":{"id":"http","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-678"}],"isExternal":true},"e3767b90-1114":{"id":"https","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-678"}],"isExternal":true},"e3767b90-1115":{"id":"url","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-678"}],"isExternal":true},"e3767b90-1116":{"id":"/node_modules/react-pdf/dist/esm/OutlineContext.js","moduleParts":{},"imported":[{"uid":"e3767b90-960"}],"importedBy":[{"uid":"e3767b90-1100"},{"uid":"e3767b90-1102"}]},"e3767b90-1117":{"id":"/node_modules/react-pdf/dist/esm/OutlineItem.js","moduleParts":{},"imported":[{"uid":"e3767b90-977"},{"uid":"e3767b90-686"},{"uid":"e3767b90-1125"},{"uid":"e3767b90-1126"},{"uid":"e3767b90-706"},{"uid":"e3767b90-1102"}],"importedBy":[{"uid":"e3767b90-1100"}]},"e3767b90-1118":{"id":"/node_modules/lib0/encoding.js","moduleParts":{},"imported":[{"uid":"e3767b90-44"},{"uid":"e3767b90-1127"},{"uid":"e3767b90-1122"},{"uid":"e3767b90-48"},{"uid":"e3767b90-1128"}],"importedBy":[{"uid":"e3767b90-1104"},{"uid":"e3767b90-1119"}]},"e3767b90-1119":{"id":"/node_modules/lib0/decoding.js","moduleParts":{},"imported":[{"uid":"e3767b90-1122"},{"uid":"e3767b90-44"},{"uid":"e3767b90-1127"},{"uid":"e3767b90-48"},{"uid":"e3767b90-50"},{"uid":"e3767b90-1118"}],"importedBy":[{"uid":"e3767b90-1104"}]},"e3767b90-1120":{"id":"/node_modules/lib0/time.js","moduleParts":{},"imported":[{"uid":"e3767b90-1129"},{"uid":"e3767b90-44"}],"importedBy":[{"uid":"e3767b90-1104"}]},"e3767b90-1121":{"id":"/node_modules/lib0/observable.js","moduleParts":{},"imported":[{"uid":"e3767b90-52"},{"uid":"e3767b90-46"},{"uid":"e3767b90-1128"}],"importedBy":[{"uid":"e3767b90-1104"}]},"e3767b90-1122":{"id":"/node_modules/lib0/binary.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-66"},{"uid":"e3767b90-1118"},{"uid":"e3767b90-1119"},{"uid":"e3767b90-1127"}]},"e3767b90-1123":{"id":"/node_modules/lib0/pair.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-74"}]},"e3767b90-1124":{"id":"@bigbinary/neeto-icons/Flag","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-533"}],"isExternal":true},"e3767b90-1125":{"id":"/node_modules/react-pdf/dist/esm/Ref.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e3767b90-1117"}]},"e3767b90-1126":{"id":"/node_modules/react-pdf/dist/esm/shared/hooks/useCachedValue.js","moduleParts":{},"imported":[{"uid":"e3767b90-960"},{"uid":"e3767b90-700"}],"importedBy":[{"uid":"e3767b90-1117"}]},"e3767b90-1127":{"id":"/node_modules/lib0/number.js","moduleParts":{},"imported":[{"uid":"e3767b90-44"},{"uid":"e3767b90-1122"}],"importedBy":[{"uid":"e3767b90-1118"},{"uid":"e3767b90-1119"}]},"e3767b90-1128":{"id":"/node_modules/lib0/array.js","moduleParts":{},"imported":[{"uid":"e3767b90-46"}],"importedBy":[{"uid":"e3767b90-1118"},{"uid":"e3767b90-1121"},{"uid":"e3767b90-56"},{"uid":"e3767b90-48"}]},"e3767b90-1129":{"id":"/node_modules/lib0/metric.js","moduleParts":{},"imported":[{"uid":"e3767b90-44"}],"importedBy":[{"uid":"e3767b90-1120"}]}},"env":{"rollup":"4.60.2"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4844
|
+
|
|
4845
|
+
const run = () => {
|
|
4846
|
+
const width = window.innerWidth;
|
|
4847
|
+
const height = window.innerHeight;
|
|
4848
|
+
|
|
4849
|
+
const chartNode = document.querySelector("main");
|
|
4850
|
+
drawChart.default(chartNode, data, width, height);
|
|
4851
|
+
};
|
|
4852
|
+
|
|
4853
|
+
window.addEventListener('resize', run);
|
|
4854
|
+
|
|
4855
|
+
document.addEventListener('DOMContentLoaded', run);
|
|
4856
|
+
/*-->*/
|
|
4857
|
+
</script>
|
|
4858
|
+
</body>
|
|
4859
|
+
</html>
|
|
4860
|
+
|
package/package.json
CHANGED