Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #133

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 8 additions & 8 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"files": {
"main.css": "/static/css/main.79052ad6.chunk.css",
"main.js": "/static/js/main.40dc8d41.chunk.js",
"main.js.map": "/static/js/main.40dc8d41.chunk.js.map",
"main.js": "/static/js/main.651a374e.chunk.js",
"main.js.map": "/static/js/main.651a374e.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.c7319a82.js",
"runtime-main.js.map": "/static/js/runtime-main.c7319a82.js.map",
"static/css/2.3a0ac4c9.chunk.css": "/static/css/2.3a0ac4c9.chunk.css",
"static/js/2.1f4b747b.chunk.js": "/static/js/2.1f4b747b.chunk.js",
"static/js/2.1f4b747b.chunk.js.map": "/static/js/2.1f4b747b.chunk.js.map",
"static/js/2.7f688999.chunk.js": "/static/js/2.7f688999.chunk.js",
"static/js/2.7f688999.chunk.js.map": "/static/js/2.7f688999.chunk.js.map",
"index.html": "/index.html",
"precache-manifest.5fdae6d74b73a4eea6492f12e3012b5b.js": "/precache-manifest.5fdae6d74b73a4eea6492f12e3012b5b.js",
"precache-manifest.2aa842481323b135ce8dc940cf84dfa7.js": "/precache-manifest.2aa842481323b135ce8dc940cf84dfa7.js",
"service-worker.js": "/service-worker.js",
"static/css/2.3a0ac4c9.chunk.css.map": "/static/css/2.3a0ac4c9.chunk.css.map",
"static/css/main.79052ad6.chunk.css.map": "/static/css/main.79052ad6.chunk.css.map",
"static/js/2.1f4b747b.chunk.js.LICENSE.txt": "/static/js/2.1f4b747b.chunk.js.LICENSE.txt",
"static/js/2.7f688999.chunk.js.LICENSE.txt": "/static/js/2.7f688999.chunk.js.LICENSE.txt",
"static/media/logo.svg": "/static/media/logo.49174c73.svg"
},
"entrypoints": [
"static/js/runtime-main.c7319a82.js",
"static/css/2.3a0ac4c9.chunk.css",
"static/js/2.1f4b747b.chunk.js",
"static/js/2.7f688999.chunk.js",
"static/css/main.79052ad6.chunk.css",
"static/js/main.40dc8d41.chunk.js"
"static/js/main.651a374e.chunk.js"
]
}
1 change: 1 addition & 0 deletions charting_library/ar-tv-chart.ad2f4a55.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion charting_library/ar-tv-chart.cbd3ae28.html

This file was deleted.

252 changes: 252 additions & 0 deletions charting_library/bundles/0.33a5cc728f7d0501c22c.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[0],
{
Nkvk: function (e, t, i) {
'use strict';
i.r(t);
var n = i('4O8T'),
s = i.n(n),
o = i('qocr');
const r = {
desktop: 1 / 0,
desktopHd: 1919,
phone: 767,
'phone-vertical': 479,
tablet: 1019,
},
d = (() => {
let e;
return () => {
var t;
if (void 0 === e) {
const i = document.createElement('div'),
n = i.style;
(n.visibility = 'hidden'),
(n.width = '100px'),
(n.msOverflowStyle = 'scrollbar'),
document.body.appendChild(i);
const s = i.offsetWidth;
i.style.overflow = 'scroll';
const o = document.createElement('div');
(o.style.width = '100%'), i.appendChild(o);
const r = o.offsetWidth;
null === (t = i.parentNode) || void 0 === t || t.removeChild(i),
(e = s - r);
}
return e;
};
})();
function c(e, t, i) {
null !== e && e.style.setProperty(t, i);
}
function h(e, t) {
return getComputedStyle(e, null).getPropertyValue(t);
}
function a(e, t) {
return parseInt(h(e, t));
}
i.d(t, 'setFixedBodyState', function () {
return w;
}),
i.d(t, 'mediaState', function () {
return g;
});
class l extends s.a {
constructor() {
super(),
(this.width = 0),
(this.height = 0),
(this.device = null),
(this.breakpoints = r),
this._checkDevice(),
window.addEventListener('resize', this._checkDevice),
Object.entries(r)
.sort(([e, t], [i, n]) => t - n)
.forEach(([e, t], i, n) => {
let s;
if (0 !== i) {
const [, e] = n[i - 1];
s = e + 1;
} else s = 0;
const o =
((r = s),
(d = t) === 1 / 0
? window.matchMedia(`(min-width: ${r}px)`)
: window.matchMedia(
`(min-width: ${r}px) and (max-width: ${d}px)`,
));
var r, d;
o.matches && this._setNewDevice(e),
o.addListener((t) => {
t.matches && (this._checkDevice(), this._setNewDevice(e));
});
}),
Object(o.a)(this._checkDevice.bind(this)),
this.isPhoneSizeDevice.bind(this);
}
isPhoneSizeDevice() {
return 'phone' === this.device || 'phone-vertical' === this.device;
}
_checkDevice() {
(this.width = window.innerWidth), (this.height = window.innerHeight);
}
_setNewDevice(e) {
const t = this.device;
(this.device = e), this.trigger('changeDevice', [e, t]);
}
}
let u = 0,
p = !1;
function w(e) {
const { body: t } = document,
i = t.querySelector('.widgetbar-wrap');
if (e && 1 == ++u) {
const e = h(t, 'overflow'),
n = a(t, 'padding-right');
'hidden' !== e.toLowerCase() &&
t.scrollHeight > t.offsetHeight &&
(c(i, 'right', d() + 'px'),
(t.style.paddingRight = n + d() + 'px'),
(p = !0)),
t.classList.add('i-no-scroll');
} else if (
!e &&
u > 0 &&
0 == --u &&
(t.classList.remove('i-no-scroll'), p)
) {
c(i, 'right', '0px');
let e = Boolean(
window.widgetbar &&
window.widgetbar.resizerBridge.fullscreen.value(),
)
? 0
: (function (e) {
if (null === e) return;
return (
a(e, 'width') - a(e, 'padding-left') - a(e, 'padding-right')
);
})(i) || 0;
t.scrollHeight <= t.clientHeight && (e -= d()),
(t.style.paddingRight = (e < 0 ? 0 : e) + 'px'),
(p = !1);
}
}
const g = new l();
},
jAh7: function (e, t, i) {
'use strict';
i.r(t),
i.d(t, 'OverlapManager', function () {
return o;
}),
i.d(t, 'getRootOverlapManager', function () {
return d;
});
var n = i('Eyy1');
class s {
constructor() {
this._storage = [];
}
add(e) {
this._storage.push(e);
}
remove(e) {
this._storage = this._storage.filter((t) => e !== t);
}
has(e) {
return this._storage.includes(e);
}
getItems() {
return this._storage;
}
}
class o {
constructor(e = document) {
(this._storage = new s()),
(this._windows = new Map()),
(this._index = 0),
(this._document = e),
(this._container = e.createDocumentFragment());
}
setContainer(e) {
const t = this._container,
i = null === e ? this._document.createDocumentFragment() : e;
!(function (e, t) {
Array.from(e.childNodes).forEach((e) => {
e.nodeType === Node.ELEMENT_NODE && t.appendChild(e);
});
})(t, i),
(this._container = i);
}
registerWindow(e) {
this._storage.has(e) || this._storage.add(e);
}
ensureWindow(e, t = { position: 'fixed', direction: 'normal' }) {
const i = this._windows.get(e);
if (void 0 !== i) return i;
this.registerWindow(e);
const n = this._document.createElement('div');
if (
((n.style.position = t.position),
(n.style.zIndex = this._index.toString()),
(n.dataset.id = e),
void 0 !== t.index)
) {
const e = this._container.childNodes.length;
if (t.index >= e) this._container.appendChild(n);
else if (t.index <= 0)
this._container.insertBefore(n, this._container.firstChild);
else {
const e = this._container.childNodes[t.index];
this._container.insertBefore(n, e);
}
} else
'reverse' === t.direction
? this._container.insertBefore(n, this._container.firstChild)
: this._container.appendChild(n);
return this._windows.set(e, n), ++this._index, n;
}
unregisterWindow(e) {
this._storage.remove(e);
const t = this._windows.get(e);
void 0 !== t &&
(null !== t.parentElement && t.parentElement.removeChild(t),
this._windows.delete(e));
}
getZindex(e) {
const t = this.ensureWindow(e);
return parseInt(t.style.zIndex || '0');
}
moveToTop(e) {
if (this.getZindex(e) !== this._index) {
this.ensureWindow(e).style.zIndex = (++this._index).toString();
}
}
removeWindow(e) {
this.unregisterWindow(e);
}
}
const r = new WeakMap();
function d(e = document) {
const t = e.getElementById('overlap-manager-root');
if (null !== t) return Object(n.ensureDefined)(r.get(t));
{
const t = new o(e),
i = (function (e) {
const t = e.createElement('div');
return (
(t.style.position = 'absolute'),
(t.style.zIndex = (150).toString()),
(t.style.top = '0px'),
(t.style.left = '0px'),
(t.id = 'overlap-manager-root'),
t
);
})(e);
return r.set(i, t), t.setContainer(i), e.body.appendChild(i), t;
}
}
},
},
]);
Loading