correctly import trading view

This commit is contained in:
Maximilian Schneider 2022-08-17 15:43:26 +02:00
parent 8ff82eb75a
commit f94709a7a4
342 changed files with 1 additions and 298353 deletions

View File

@ -5,7 +5,7 @@ import {
ChartingLibraryWidgetOptions,
IChartingLibraryWidget,
ResolutionString,
} from '../charting_library' // Make sure to follow step 1 of the README
} from '../../public/charting_library' // Make sure to follow step 1 of the README
// import { useMarket } from '../../utils/markets';
import { CHART_DATA_FEED } from '../../utils/chartDataConnector'
import useMangoStore from '../../stores/useMangoStore'

File diff suppressed because one or more lines are too long

View File

@ -1,321 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[0],
{
'+EG+': function (t, e, n) {
'use strict';
n.d(e, 'a', function () {
return i;
}),
n.d(e, 'b', function () {
return s;
});
var o = n('mrSG'),
r = n('q1tI'),
i = (function (t) {
function e() {
return (null !== t && t.apply(this, arguments)) || this;
}
return (
Object(o.__extends)(e, t),
(e.prototype.shouldComponentUpdate = function () {
return !1;
}),
(e.prototype.render = function () {
return r.createElement('div', {
style: { position: 'fixed', zIndex: 150, left: 0, top: 0 },
ref: this.props.reference,
});
}),
e
);
})(r.Component),
s = r.createContext(null);
},
'8Rai': function (t, e, n) {
'use strict';
var o = n('q1tI'),
r = function (t, e) {
var n = void 0 === e ? {} : e,
o = n.bubbles,
r = void 0 !== o && o,
i = n.cancelable,
s = void 0 !== i && i,
u = n.detail,
c = void 0 === u ? null : u;
try {
return new window.CustomEvent(t, {
bubbles: r,
cancelable: s,
detail: c,
});
} catch (d) {
var a = document.createEvent('CustomEvent');
return a.initCustomEvent(t, r, s, c), a;
}
},
i = n('R5JZ');
function s(t) {
var e = t.click,
n = t.mouseDown,
s = t.touchEnd,
u = t.touchStart,
c = t.handler,
a = t.reference,
d = t.ownerDocument,
p = void 0 === d ? document : d,
l = Object(o.useRef)(null),
h = Object(o.useRef)(new r('timestamp').timeStamp);
return (
Object(o.useLayoutEffect)(
function () {
var t = { click: e, mouseDown: n, touchEnd: s, touchStart: u },
o = a ? a.current : l.current;
return Object(i.a)(h.current, o, c, p, t);
},
[e, n, s, u, c],
),
a || l
);
}
n.d(e, 'a', function () {
return s;
});
},
AiMB: function (t, e, n) {
'use strict';
n.d(e, 'a', function () {
return a;
}),
n.d(e, 'b', function () {
return d;
});
var o = n('mrSG'),
r = n('q1tI'),
i = n('i8i4'),
s = n('0waE'),
u = n('jAh7'),
c = n('+EG+'),
a = (function (t) {
function e() {
var e = (null !== t && t.apply(this, arguments)) || this;
return (e._uuid = Object(s.guid)()), e;
}
return (
Object(o.__extends)(e, t),
(e.prototype.componentWillUnmount = function () {
this._manager().removeWindow(this._uuid);
}),
(e.prototype.render = function () {
var t = this._manager().ensureWindow(
this._uuid,
this.props.layerOptions,
);
return (
(t.style.top = this.props.top || ''),
(t.style.bottom = this.props.bottom || ''),
(t.style.left = this.props.left || ''),
(t.style.right = this.props.right || ''),
(t.style.pointerEvents = this.props.pointerEvents || null),
i.createPortal(
r.createElement(
d.Provider,
{ value: this },
this.props.children,
),
t,
)
);
}),
(e.prototype.moveToTop = function () {
this._manager().moveToTop(this._uuid);
}),
(e.prototype._manager = function () {
return null === this.context
? Object(u.getRootOverlapManager)()
: this.context;
}),
(e.contextType = c.b),
e
);
})(r.PureComponent),
d = r.createContext(null);
},
QpNh: function (t, e, n) {
'use strict';
function o(t) {
for (
var e = {}, n = 0, o = Object.entries(t).filter(r);
n < o.length;
n++
) {
var i = o[n],
s = i[0],
u = i[1];
e[s] = u;
}
return e;
}
function r(t) {
var e = t[0],
n = t[1];
return 0 === e.indexOf('data-') && 'string' == typeof n;
}
n.d(e, 'a', function () {
return o;
});
},
R5JZ: function (t, e, n) {
'use strict';
function o(t, e, n, o, r) {
function i(r) {
if (!(t > r.timeStamp)) {
var i = r.target;
void 0 !== n &&
null !== e &&
null !== i &&
i.ownerDocument === o &&
(e.contains(i) || n(r));
}
}
return (
r.click && o.addEventListener('click', i, !1),
r.mouseDown && o.addEventListener('mousedown', i, !1),
r.touchEnd && o.addEventListener('touchend', i, !1),
r.touchStart && o.addEventListener('touchstart', i, !1),
function () {
o.removeEventListener('click', i, !1),
o.removeEventListener('mousedown', i, !1),
o.removeEventListener('touchend', i, !1),
o.removeEventListener('touchstart', i, !1);
}
);
}
n.d(e, 'a', function () {
return o;
});
},
jAh7: function (t, e, n) {
'use strict';
n.r(e),
n.d(e, 'OverlapManager', function () {
return i;
}),
n.d(e, 'getRootOverlapManager', function () {
return u;
});
var o = n('Eyy1'),
r = (function () {
function t() {
this._storage = [];
}
return (
(t.prototype.add = function (t) {
this._storage.push(t);
}),
(t.prototype.remove = function (t) {
this._storage = this._storage.filter(function (e) {
return t !== e;
});
}),
(t.prototype.has = function (t) {
return this._storage.includes(t);
}),
(t.prototype.getItems = function () {
return this._storage;
}),
t
);
})(),
i = (function () {
function t(t) {
void 0 === t && (t = document),
(this._storage = new r()),
(this._windows = new Map()),
(this._index = 0),
(this._document = t),
(this._container = t.createDocumentFragment());
}
return (
(t.prototype.setContainer = function (t) {
var e = this._container,
n = null === t ? this._document.createDocumentFragment() : t;
!(function (t, e) {
Array.from(t.childNodes).forEach(function (t) {
t.nodeType === Node.ELEMENT_NODE && e.appendChild(t);
});
})(e, n),
(this._container = n);
}),
(t.prototype.registerWindow = function (t) {
this._storage.has(t) || this._storage.add(t);
}),
(t.prototype.ensureWindow = function (t, e) {
void 0 === e && (e = { position: 'fixed', direction: 'normal' });
var n = this._windows.get(t);
if (void 0 !== n) return n;
this.registerWindow(t);
var o = this._document.createElement('div');
if (
((o.style.position = e.position),
(o.style.zIndex = this._index.toString()),
(o.dataset.id = t),
void 0 !== e.index)
) {
var r = this._container.childNodes.length;
if (e.index >= r) this._container.appendChild(o);
else if (e.index <= 0)
this._container.insertBefore(o, this._container.firstChild);
else {
var i = this._container.childNodes[e.index];
this._container.insertBefore(o, i);
}
} else
'reverse' === e.direction
? this._container.insertBefore(o, this._container.firstChild)
: this._container.appendChild(o);
return this._windows.set(t, o), ++this._index, o;
}),
(t.prototype.unregisterWindow = function (t) {
this._storage.remove(t);
var e = this._windows.get(t);
void 0 !== e &&
(null !== e.parentElement && e.parentElement.removeChild(e),
this._windows.delete(t));
}),
(t.prototype.getZindex = function (t) {
var e = this.ensureWindow(t);
return parseInt(e.style.zIndex || '0');
}),
(t.prototype.moveToTop = function (t) {
this.getZindex(t) !== this._index &&
(this.ensureWindow(t).style.zIndex = (++this
._index).toString());
}),
(t.prototype.removeWindow = function (t) {
this.unregisterWindow(t);
}),
t
);
})(),
s = new WeakMap();
function u(t) {
void 0 === t && (t = document);
var e = t.getElementById('overlap-manager-root');
if (null !== e) return Object(o.ensureDefined)(s.get(e));
var n = new i(t),
r = (function (t) {
var e = t.createElement('div');
return (
(e.style.position = 'absolute'),
(e.style.zIndex = (150).toString()),
(e.style.top = '0px'),
(e.style.left = '0px'),
(e.id = 'overlap-manager-root'),
e
);
})(t);
return s.set(r, n), n.setContainer(r), t.body.appendChild(r), n;
}
},
},
]);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,319 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[1],
{
'6uNr': function (e, t, n) {
e.exports = {
menuWrap: 'menuWrap-1gEtmoET',
isMeasuring: 'isMeasuring-FZ0EJCM2',
scrollWrap: 'scrollWrap-1B5MfTJt',
momentumBased: 'momentumBased-1Jq4gQt2',
menuBox: 'menuBox-20sJGjtG',
isHidden: 'isHidden-2vLQpR1t',
};
},
DTHj: function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return g;
});
var r = n('mrSG'),
o = n('q1tI'),
i = n.n(o),
s = n('TSYQ'),
l = n.n(s),
a = n('Eyy1'),
u = n('Hr11'),
c = n('XAms'),
p = n('+EG+'),
d = n('tWVy'),
h = n('jAh7'),
f = n('lxNp'),
m = n('dxYz'),
_ = n('PN6A'),
v = n('6uNr'),
g = (function (e) {
function t(t) {
var n = e.call(this, t) || this;
return (
(n._containerRef = null),
(n._scrollWrapRef = null),
(n._raf = null),
(n._manager = new h.OverlapManager()),
(n._hotkeys = null),
(n._scroll = 0),
(n._handleContainerRef = function (e) {
(n._containerRef = e),
'function' == typeof n.props.reference &&
n.props.reference(e),
'object' == typeof n.props.reference &&
(n.props.reference.current = e);
}),
(n._handleScrollWrapRef = function (e) {
return (n._scrollWrapRef = e);
}),
(n._handleMeasure = function (e) {
if (!n.state.isMeasureValid) {
var t = n.props.position,
r = Object(a.ensureNotNull)(n._containerRef),
o = r.getBoundingClientRect(),
i = document.documentElement.clientHeight,
s = document.documentElement.clientWidth,
l = i - 0,
c = o.height > l;
if (c)
(Object(a.ensureNotNull)(n._scrollWrapRef).style.overflowY =
'scroll'),
(o = r.getBoundingClientRect());
var p = o.width,
d = o.height,
h = 'function' == typeof t ? t(p, d) : t,
f = s - (h.overrideWidth || p) - 0,
m = Object(u.clamp)(h.x, 0, Math.max(0, f)),
_ = i - (h.overrideHeight || d) - 0,
v = Object(u.clamp)(h.y, 0, Math.max(0, _));
h.forbidCorrectYCoord &&
v < h.y &&
((l -= h.y - v), (v = h.y)),
n.setState(
{
appearingMenuHeight:
h.overrideHeight || (c ? l : void 0),
appearingMenuWidth: h.overrideWidth,
appearingPosition: { x: m, y: v },
isMeasureValid: !0,
},
function () {
n._restoreScrollPosition(), e && e();
},
);
}
}),
(n._restoreScrollPosition = function () {
var e = document.activeElement,
t = Object(a.ensureNotNull)(n._containerRef);
if (null !== e && t.contains(e))
try {
e.scrollIntoView();
} catch (r) {}
else
Object(a.ensureNotNull)(n._scrollWrapRef).scrollTop =
n._scroll;
}),
(n._resize = function () {
null === n._raf &&
(n._raf = requestAnimationFrame(function () {
n.setState({
appearingMenuHeight: void 0,
appearingMenuWidth: void 0,
appearingPosition: void 0,
isMeasureValid: void 0,
}),
(n._raf = null);
}));
}),
(n._handleGlobalClose = function () {
n.props.onClose();
}),
(n._handleSlot = function (e) {
n._manager.setContainer(e);
}),
(n._handleScroll = function () {
n._scroll = Object(a.ensureNotNull)(n._scrollWrapRef).scrollTop;
}),
(n.state = {}),
n
);
}
return (
Object(r.__extends)(t, e),
(t.prototype.componentWillReceiveProps = function (e) {
this.props.isOpened &&
!e.isOpened &&
(this.setState({ isMeasureValid: void 0 }), (this._scroll = 0));
}),
(t.prototype.componentDidMount = function () {
var e = this;
this._handleMeasure(this.props.onOpen);
var t = this.props.customCloseDelegate;
(void 0 === t ? d.a : t).subscribe(this, this._handleGlobalClose),
window.addEventListener('resize', this._resize),
this._hotkeys ||
((this._hotkeys = f.createGroup({ desc: 'Popup menu' })),
this._hotkeys.add({
desc: 'Close',
hotkey: 27,
handler: function () {
return e._handleGlobalClose();
},
}));
}),
(t.prototype.componentDidUpdate = function () {
this._handleMeasure();
}),
(t.prototype.componentWillUnmount = function () {
var e = this.props.customCloseDelegate;
(void 0 === e ? d.a : e).unsubscribe(
this,
this._handleGlobalClose,
),
window.removeEventListener('resize', this._resize),
this._hotkeys &&
(this._hotkeys.destroy(), (this._hotkeys = null)),
null !== this._raf &&
(cancelAnimationFrame(this._raf), (this._raf = null));
}),
(t.prototype.render = function () {
var e = this.props,
t = e.children,
n = e.minWidth,
r = e.theme,
o = void 0 === r ? v : r,
s = e.className,
a = e.onMouseOver,
u = e.onMouseOut,
d = e.onKeyDown,
h = this.state,
f = h.appearingMenuHeight,
g = h.appearingMenuWidth,
y = h.appearingPosition,
M = h.isMeasureValid;
return i.a.createElement(
_.a.Provider,
{ value: this },
i.a.createElement(
m.b,
null,
i.a.createElement(
p.b.Provider,
{ value: this._manager },
i.a.createElement(
'div',
{
className: l()(s, o.menuWrap, !M && o.isMeasuring),
style: {
height: f,
left: y && y.x,
minWidth: n,
position: 'fixed',
top: y && y.y,
width: g,
},
ref: this._handleContainerRef,
onScroll: this.props.onScroll,
onContextMenu: c.b,
tabIndex: this.props.tabIndex,
onMouseOver: a,
onMouseOut: u,
onKeyDown: d,
},
i.a.createElement(
'div',
{
className: l()(
o.scrollWrap,
!this.props.noMomentumBasedScroll &&
o.momentumBased,
),
style: {
overflowY: void 0 !== f ? 'scroll' : 'auto',
},
onScroll: this._handleScroll,
ref: this._handleScrollWrapRef,
},
i.a.createElement(b, { className: o.menuBox }, t),
),
),
),
i.a.createElement(p.a, { reference: this._handleSlot }),
),
);
}),
(t.prototype.update = function () {
this._resize();
}),
t
);
})(i.a.PureComponent);
function b(e) {
var t = Object(a.ensureNotNull)(Object(o.useContext)(m.a));
return i.a.createElement(
'div',
{
className: e.className,
onMouseOver: function (e) {
if (null === t.current || !(e.target instanceof Node)) return;
t.isSubmenuNode(e.target) || t.setCurrent(null);
},
'data-name': 'menu-inner',
},
e.children,
);
}
},
PN6A: function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return o;
});
var r = n('q1tI'),
o = n.n(r).a.createContext(null);
},
dxYz: function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return i;
}),
n.d(t, 'b', function () {
return s;
});
var r = n('q1tI'),
o = n.n(r),
i = o.a.createContext(null);
function s(e) {
var t = Object(r.useState)(null),
n = t[0],
s = t[1],
l = Object(r.useRef)(null),
a = Object(r.useRef)(new Map());
return (
Object(r.useEffect)(function () {
return function () {
null !== l.current && clearTimeout(l.current);
};
}, []),
o.a.createElement(
i.Provider,
{
value: {
current: n,
setCurrent: function (e) {
null !== l.current &&
(clearTimeout(l.current), (l.current = null));
null === n
? s(e)
: (l.current = setTimeout(function () {
(l.current = null), s(e);
}, 100));
},
registerSubmenu: function (e, t) {
return (
a.current.set(e, t),
function () {
a.current.delete(e);
}
);
},
isSubmenuNode: function (e) {
return Array.from(a.current.values()).some(function (t) {
return t(e);
});
},
},
},
e.children,
)
);
}
},
},
]);

File diff suppressed because it is too large Load Diff

View File

@ -1,80 +0,0 @@
.container-12F9cTKw {
display: flex;
flex: 0 0 auto;
align-items: center;
padding: 17px 17px 17px 20px;
}
@media screen and (max-height: 360px) {
.container-12F9cTKw {
padding-top: 10px;
padding-bottom: 10px;
}
}
.unsetAlign-39w7dDTj {
align-items: stretch;
}
.title-TQFObfxW {
flex-grow: 1;
font-size: 20px;
font-weight: 700;
line-height: 28px;
color: #131722;
min-width: 0;
}
html.theme-dark .title-TQFObfxW {
color: #b2b5be;
}
.subtitle-EM1kLgFz {
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin: 8px 0 3px;
}
.ellipsis-1PT8QOxq {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.close-3NTwKnT_ {
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border-radius: 2px;
color: #787b86;
cursor: default;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.close-3NTwKnT_:hover {
color: #131722;
background-color: #f0f3fa;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .close-3NTwKnT_:hover {
background-color: #363a45;
color: #b2b5be;
}
}
.dialog-2QwUBM-N {
display: block;
min-width: 380px;
max-width: 550px;
width: auto;
}
@media screen and (max-width: 379px) {
.dialog-2QwUBM-N {
min-width: 100%;
min-height: auto;
}
}
.wrapper-3ePvQMAQ {
display: flex;
flex-direction: column;
height: 100%;
}
.separator-1L40XQyb {
margin: 0 0 2px;
flex: none;
}

View File

@ -1,80 +0,0 @@
.container-12F9cTKw {
display: flex;
flex: 0 0 auto;
align-items: center;
padding: 17px 20px 17px 17px;
}
@media screen and (max-height: 360px) {
.container-12F9cTKw {
padding-top: 10px;
padding-bottom: 10px;
}
}
.unsetAlign-39w7dDTj {
align-items: stretch;
}
.title-TQFObfxW {
flex-grow: 1;
font-size: 20px;
font-weight: 700;
line-height: 28px;
color: #131722;
min-width: 0;
}
html.theme-dark .title-TQFObfxW {
color: #b2b5be;
}
.subtitle-EM1kLgFz {
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin: 8px 0 3px;
}
.ellipsis-1PT8QOxq {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.close-3NTwKnT_ {
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border-radius: 2px;
color: #787b86;
cursor: default;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.close-3NTwKnT_:hover {
color: #131722;
background-color: #f0f3fa;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .close-3NTwKnT_:hover {
background-color: #363a45;
color: #b2b5be;
}
}
.dialog-2QwUBM-N {
display: block;
min-width: 380px;
max-width: 550px;
width: auto;
}
@media screen and (max-width: 379px) {
.dialog-2QwUBM-N {
min-width: 100%;
min-height: auto;
}
}
.wrapper-3ePvQMAQ {
display: flex;
flex-direction: column;
height: 100%;
}
.separator-1L40XQyb {
margin: 0 0 2px;
flex: none;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[11], []]);

View File

@ -1,428 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[12],
{
bdgK: function (t, e, n) {
'use strict';
n.r(e),
function (t) {
var n = (function () {
if ('undefined' != typeof Map) return Map;
function t(t, e) {
var n = -1;
return (
t.some(function (t, i) {
return t[0] === e && ((n = i), !0);
}),
n
);
}
return (function () {
function e() {
this.__entries__ = [];
}
var n = { size: { configurable: !0 } };
return (
(n.size.get = function () {
return this.__entries__.length;
}),
(e.prototype.get = function (e) {
var n = t(this.__entries__, e),
i = this.__entries__[n];
return i && i[1];
}),
(e.prototype.set = function (e, n) {
var i = t(this.__entries__, e);
~i
? (this.__entries__[i][1] = n)
: this.__entries__.push([e, n]);
}),
(e.prototype.delete = function (e) {
var n = this.__entries__,
i = t(n, e);
~i && n.splice(i, 1);
}),
(e.prototype.has = function (e) {
return !!~t(this.__entries__, e);
}),
(e.prototype.clear = function () {
this.__entries__.splice(0);
}),
(e.prototype.forEach = function (t, e) {
void 0 === e && (e = null);
for (
var n = 0, i = this.__entries__;
n < i.length;
n += 1
) {
var r = i[n];
t.call(e, r[1], r[0]);
}
}),
Object.defineProperties(e.prototype, n),
e
);
})();
})(),
i =
'undefined' != typeof window &&
'undefined' != typeof document &&
window.document === document,
r =
void 0 !== t && t.Math === Math
? t
: 'undefined' != typeof self && self.Math === Math
? self
: 'undefined' != typeof window && window.Math === Math
? window
: Function('return this')(),
o =
'function' == typeof requestAnimationFrame
? requestAnimationFrame.bind(r)
: function (t) {
return setTimeout(function () {
return t(Date.now());
}, 1e3 / 60);
},
s = [
'top',
'right',
'bottom',
'left',
'width',
'height',
'size',
'weight',
],
c = 'undefined' != typeof MutationObserver,
a = function () {
(this.connected_ = !1),
(this.mutationEventsAdded_ = !1),
(this.mutationsObserver_ = null),
(this.observers_ = []),
(this.onTransitionEnd_ = this.onTransitionEnd_.bind(this)),
(this.refresh = (function (t, e) {
var n = !1,
i = !1,
r = 0;
function s() {
n && ((n = !1), t()), i && a();
}
function c() {
o(s);
}
function a() {
var t = Date.now();
if (n) {
if (t - r < 2) return;
i = !0;
} else (n = !0), (i = !1), setTimeout(c, e);
r = t;
}
return a;
})(this.refresh.bind(this), 20));
};
(a.prototype.addObserver = function (t) {
~this.observers_.indexOf(t) || this.observers_.push(t),
this.connected_ || this.connect_();
}),
(a.prototype.removeObserver = function (t) {
var e = this.observers_,
n = e.indexOf(t);
~n && e.splice(n, 1),
!e.length && this.connected_ && this.disconnect_();
}),
(a.prototype.refresh = function () {
this.updateObservers_() && this.refresh();
}),
(a.prototype.updateObservers_ = function () {
var t = this.observers_.filter(function (t) {
return t.gatherActive(), t.hasActive();
});
return (
t.forEach(function (t) {
return t.broadcastActive();
}),
t.length > 0
);
}),
(a.prototype.connect_ = function () {
i &&
!this.connected_ &&
(document.addEventListener(
'transitionend',
this.onTransitionEnd_,
),
window.addEventListener('resize', this.refresh),
c
? ((this.mutationsObserver_ = new MutationObserver(
this.refresh,
)),
this.mutationsObserver_.observe(document, {
attributes: !0,
childList: !0,
characterData: !0,
subtree: !0,
}))
: (document.addEventListener(
'DOMSubtreeModified',
this.refresh,
),
(this.mutationEventsAdded_ = !0)),
(this.connected_ = !0));
}),
(a.prototype.disconnect_ = function () {
i &&
this.connected_ &&
(document.removeEventListener(
'transitionend',
this.onTransitionEnd_,
),
window.removeEventListener('resize', this.refresh),
this.mutationsObserver_ && this.mutationsObserver_.disconnect(),
this.mutationEventsAdded_ &&
document.removeEventListener(
'DOMSubtreeModified',
this.refresh,
),
(this.mutationsObserver_ = null),
(this.mutationEventsAdded_ = !1),
(this.connected_ = !1));
}),
(a.prototype.onTransitionEnd_ = function (t) {
var e = t.propertyName;
void 0 === e && (e = ''),
s.some(function (t) {
return !!~e.indexOf(t);
}) && this.refresh();
}),
(a.getInstance = function () {
return (
this.instance_ || (this.instance_ = new a()), this.instance_
);
}),
(a.instance_ = null);
var h = function (t, e) {
for (var n = 0, i = Object.keys(e); n < i.length; n += 1) {
var r = i[n];
Object.defineProperty(t, r, {
value: e[r],
enumerable: !1,
writable: !1,
configurable: !0,
});
}
return t;
},
u = function (t) {
return (t && t.ownerDocument && t.ownerDocument.defaultView) || r;
},
f = b(0, 0, 0, 0);
function d(t) {
return parseFloat(t) || 0;
}
function p(t) {
for (var e = [], n = arguments.length - 1; n-- > 0; )
e[n] = arguments[n + 1];
return e.reduce(function (e, n) {
return e + d(t['border-' + n + '-width']);
}, 0);
}
function v(t) {
var e = t.clientWidth,
n = t.clientHeight;
if (!e && !n) return f;
var i = u(t).getComputedStyle(t),
r = (function (t) {
for (
var e = {}, n = 0, i = ['top', 'right', 'bottom', 'left'];
n < i.length;
n += 1
) {
var r = i[n],
o = t['padding-' + r];
e[r] = d(o);
}
return e;
})(i),
o = r.left + r.right,
s = r.top + r.bottom,
c = d(i.width),
a = d(i.height);
if (
('border-box' === i.boxSizing &&
(Math.round(c + o) !== e && (c -= p(i, 'left', 'right') + o),
Math.round(a + s) !== n && (a -= p(i, 'top', 'bottom') + s)),
!(function (t) {
return t === u(t).document.documentElement;
})(t))
) {
var h = Math.round(c + o) - e,
v = Math.round(a + s) - n;
1 !== Math.abs(h) && (c -= h), 1 !== Math.abs(v) && (a -= v);
}
return b(r.left, r.top, c, a);
}
var _ =
'undefined' != typeof SVGGraphicsElement
? function (t) {
return t instanceof u(t).SVGGraphicsElement;
}
: function (t) {
return (
t instanceof u(t).SVGElement &&
'function' == typeof t.getBBox
);
};
function l(t) {
return i
? _(t)
? (function (t) {
var e = t.getBBox();
return b(0, 0, e.width, e.height);
})(t)
: v(t)
: f;
}
function b(t, e, n, i) {
return { x: t, y: e, width: n, height: i };
}
var m = function (t) {
(this.broadcastWidth = 0),
(this.broadcastHeight = 0),
(this.contentRect_ = b(0, 0, 0, 0)),
(this.target = t);
};
(m.prototype.isActive = function () {
var t = l(this.target);
return (
(this.contentRect_ = t),
t.width !== this.broadcastWidth ||
t.height !== this.broadcastHeight
);
}),
(m.prototype.broadcastRect = function () {
var t = this.contentRect_;
return (
(this.broadcastWidth = t.width),
(this.broadcastHeight = t.height),
t
);
});
var y = function (t, e) {
var n,
i,
r,
o,
s,
c,
a,
u =
((i = (n = e).x),
(r = n.y),
(o = n.width),
(s = n.height),
(c =
'undefined' != typeof DOMRectReadOnly
? DOMRectReadOnly
: Object),
(a = Object.create(c.prototype)),
h(a, {
x: i,
y: r,
width: o,
height: s,
top: r,
right: i + o,
bottom: s + r,
left: i,
}),
a);
h(this, { target: t, contentRect: u });
},
w = function (t, e, i) {
if (
((this.activeObservations_ = []),
(this.observations_ = new n()),
'function' != typeof t)
)
throw new TypeError(
'The callback provided as parameter 1 is not a function.',
);
(this.callback_ = t),
(this.controller_ = e),
(this.callbackCtx_ = i);
};
(w.prototype.observe = function (t) {
if (!arguments.length)
throw new TypeError('1 argument required, but only 0 present.');
if ('undefined' != typeof Element && Element instanceof Object) {
if (!(t instanceof u(t).Element))
throw new TypeError('parameter 1 is not of type "Element".');
var e = this.observations_;
e.has(t) ||
(e.set(t, new m(t)),
this.controller_.addObserver(this),
this.controller_.refresh());
}
}),
(w.prototype.unobserve = function (t) {
if (!arguments.length)
throw new TypeError('1 argument required, but only 0 present.');
if ('undefined' != typeof Element && Element instanceof Object) {
if (!(t instanceof u(t).Element))
throw new TypeError('parameter 1 is not of type "Element".');
var e = this.observations_;
e.has(t) &&
(e.delete(t),
e.size || this.controller_.removeObserver(this));
}
}),
(w.prototype.disconnect = function () {
this.clearActive(),
this.observations_.clear(),
this.controller_.removeObserver(this);
}),
(w.prototype.gatherActive = function () {
var t = this;
this.clearActive(),
this.observations_.forEach(function (e) {
e.isActive() && t.activeObservations_.push(e);
});
}),
(w.prototype.broadcastActive = function () {
if (this.hasActive()) {
var t = this.callbackCtx_,
e = this.activeObservations_.map(function (t) {
return new y(t.target, t.broadcastRect());
});
this.callback_.call(t, e, t), this.clearActive();
}
}),
(w.prototype.clearActive = function () {
this.activeObservations_.splice(0);
}),
(w.prototype.hasActive = function () {
return this.activeObservations_.length > 0;
});
var g = 'undefined' != typeof WeakMap ? new WeakMap() : new n(),
E = function (t) {
if (!(this instanceof E))
throw new TypeError('Cannot call a class as a function.');
if (!arguments.length)
throw new TypeError('1 argument required, but only 0 present.');
var e = a.getInstance(),
n = new w(t, e, this);
g.set(this, n);
};
['observe', 'unobserve', 'disconnect'].forEach(function (t) {
E.prototype[t] = function () {
return (e = g.get(this))[t].apply(e, arguments);
var e;
};
});
var O = void 0 !== r.ResizeObserver ? r.ResizeObserver : E;
e.default = O;
}.call(this, n('yLpj'));
},
},
]);

View File

@ -1,466 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[13],
{
'+l/S': function (e, t, n) {},
'/KDZ': function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return i;
});
var a = n('mrSG'),
r = n('q1tI'),
i = (function (e) {
function t(t) {
var n = e.call(this, t) || this;
return (
(n._handleChange = function () {
n.forceUpdate();
}),
(n.state = { query: window.matchMedia(n.props.rule) }),
n
);
}
return (
Object(a.__extends)(t, e),
(t.prototype.componentDidMount = function () {
this._subscribe(this.state.query);
}),
(t.prototype.componentDidUpdate = function (e, t) {
this.state.query !== t.query &&
(this._unsubscribe(t.query), this._subscribe(this.state.query));
}),
(t.prototype.componentWillUnmount = function () {
this._unsubscribe(this.state.query);
}),
(t.prototype.render = function () {
return this.props.children(this.state.query.matches);
}),
(t.getDerivedStateFromProps = function (e, t) {
return e.rule !== t.query.media
? { query: window.matchMedia(e.rule) }
: null;
}),
(t.prototype._subscribe = function (e) {
e.addListener(this._handleChange);
}),
(t.prototype._unsubscribe = function (e) {
e.removeListener(this._handleChange);
}),
t
);
})(r.PureComponent);
},
'02pg': function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return s;
});
var a = n('q1tI'),
r = n('TSYQ'),
i = n('XiJV');
function s(e) {
return a.createElement('div', {
className: r(i.separator, e.className),
});
}
},
'2A9e': function (e) {
e.exports = JSON.parse(
'{"button":"button-1iktpaT1","content":"content-2PGssb8d","noOutline":"noOutline-d9Yp4qvi","appearance-default":"appearance-default-dMjF_2Hu","intent-primary":"intent-primary-1-IOYcbg","intent-success":"intent-success-25a4XZXM","intent-default":"intent-default-2ZbSqQDs","intent-warning":"intent-warning-24j5HMi0","intent-danger":"intent-danger-1EETHCla","appearance-stroke":"appearance-stroke-12lxiUSM","appearance-text":"appearance-text-DqKJVT3U","appearance-inverse":"appearance-inverse-r1Y2JQg_","size-s":"size-s-3mait84m","size-m":"size-m-2G7L7Qat","size-l":"size-l-2NEs9_xt","size-p":"size-p-3D4rn3v0","full-width":"full-width-1wU8ljjC","with-icon":"with-icon-yumghDr-","icon":"icon-1grlgNdV"}',
);
},
'4vL2': function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var a = n('TSYQ');
t.getButtonClasses = function (e, t) {
var n = t.intent,
r = void 0 === n ? 'primary' : n,
i = t.size,
s = void 0 === i ? 'm' : i,
o = t.appearance,
l = void 0 === o ? 'default' : o,
c = t.useFullWidth,
u = void 0 !== c && c,
d = t.tabIndex,
p = void 0 === d ? 0 : d,
m = t.icon,
f = t.className;
return a(
f,
e.button,
e['size-' + s],
e['intent-' + r],
e['appearance-' + l],
u && e['full-width'],
-1 === p && e.noOutline,
m && 's' !== s && e['with-icon'],
);
};
},
ASyk: function (e, t, n) {
e.exports = {
'tablet-normal-breakpoint': 'screen and (max-width: 768px)',
'small-height-breakpoint': 'screen and (max-height: 360px)',
'tablet-small-breakpoint': 'screen and (max-width: 419px)',
};
},
ItnF: function (e, t, n) {
e.exports = {
dialog: 'dialog-2QwUBM-N',
wrapper: 'wrapper-3ePvQMAQ',
separator: 'separator-1L40XQyb',
};
},
V6cB: function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var a = n('mrSG'),
r = n('q1tI'),
i = n('TSYQ'),
s = n('4vL2'),
o = n('2A9e');
n('+l/S'),
(t.Button = function (e) {
var t = e.className,
n = e.intent,
l = e.size,
c = e.appearance,
u = e.disabled,
d = e.useFullWidth,
p = e.reference,
m = e.icon,
f = e.children,
h = e.tabIndex,
b = a.__rest(e, [
'className',
'intent',
'size',
'appearance',
'disabled',
'useFullWidth',
'reference',
'icon',
'children',
'tabIndex',
]),
_ = s.getButtonClasses(o, {
intent: n,
size: l,
appearance: c,
disabled: u,
useFullWidth: d,
tabIndex: h,
icon: m,
});
return r.createElement(
'button',
a.__assign(
{ className: i(_, t), disabled: u, ref: p, tabIndex: h },
b,
),
m && 's' !== l && r.createElement('span', { className: o.icon }, m),
r.createElement('span', { className: o.content }, f),
);
});
},
XiJV: function (e, t, n) {
e.exports = { separator: 'separator-1TZB5HZ-' };
},
'e95/': function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var a = n('mrSG'),
r = n('q1tI'),
i = n('TSYQ'),
s = n('4vL2'),
o = n('2A9e');
n('+l/S'),
(t.AnchorButton = function (e) {
var t = e.className,
n = e.intent,
l = e.size,
c = e.appearance,
u = e.disabled,
d = e.useFullWidth,
p = e.reference,
m = e.icon,
f = e.children,
h = e.href,
b = e.tabIndex,
_ = a.__rest(e, [
'className',
'intent',
'size',
'appearance',
'disabled',
'useFullWidth',
'reference',
'icon',
'children',
'href',
'tabIndex',
]),
v = s.getButtonClasses(o, {
intent: n,
size: l,
appearance: c,
disabled: u,
useFullWidth: d,
tabIndex: b,
icon: m,
});
return r.createElement(
'a',
a.__assign(
{
className: i(t, v),
href: u ? void 0 : h,
'aria-disabled': u,
ref: p,
tabIndex: b,
},
_,
),
m && 's' !== l && r.createElement('span', { className: o.icon }, m),
r.createElement('span', { className: o.content }, f),
);
});
},
g89m: function (e, t, n) {
'use strict';
var a = n('mrSG'),
r = n('q1tI'),
i = n.n(r),
s = n('Eyy1'),
o = n('TSYQ'),
l = n.n(o),
c = n('/3z9'),
u = n('d700'),
d = n('WXjp'),
p = n('02pg'),
m = n('uhCe'),
f = n('/KDZ'),
h = n('pafz'),
b = n('ZjKI'),
_ = n('FQhm'),
v = n('Iivm'),
g = n('zztK'),
w = n('px1m');
function y(e) {
var t = e.title,
n = e.subtitle,
a = e.onClose,
r = e.renderBefore,
s = e.renderAfter;
return i.a.createElement(
'div',
{ className: l()(w.container, n && w.unsetAlign) },
r,
i.a.createElement(
'div',
{ 'data-dragg-area': !0, className: w.title },
i.a.createElement('div', { className: w.ellipsis }, t),
n &&
i.a.createElement(
'div',
{ className: l()(w.ellipsis, w.subtitle) },
n,
),
),
s,
i.a.createElement(v.Icon, {
className: w.close,
icon: g,
onClick: a,
'data-name': 'close',
'data-role': 'button',
}),
);
}
var x = n('ItnF');
n.d(t, 'a', function () {
return C;
});
var N = { vertical: 20 },
S = { vertical: 0 },
C = (function (e) {
function t() {
var t = (null !== e && e.apply(this, arguments)) || this;
return (
(t._controller = null),
(t._reference = null),
(t._renderChildren = function (e, n) {
return (
(t._controller = e),
t.props.render({
requestResize: t._requestResize,
centerAndFit: t._centerAndFit,
isSmallWidth: n,
})
);
}),
(t._handleReference = function (e) {
return (t._reference = e);
}),
(t._handleClose = function () {
t.props.onClose();
}),
(t._handleKeyDown = function (e) {
if (!e.defaultPrevented)
switch (
(t.props.onKeyDown && t.props.onKeyDown(e),
Object(c.hashFromEvent)(e))
) {
case 27:
var n = document.activeElement,
a = Object(s.ensureNotNull)(t._reference);
if (null !== n) {
if ((e.preventDefault(), E(n)))
return void t._handleClose();
if (Object(u.b)(n)) return void a.focus();
if (a.contains(n)) return void t._handleClose();
}
}
}),
(t._requestResize = function () {
null !== t._controller && t._controller.recalculateBounds();
}),
(t._centerAndFit = function () {
null !== t._controller && t._controller.centerAndFit();
}),
t
);
}
return (
Object(a.__extends)(t, e),
(t.prototype.componentDidMount = function () {
_.subscribe(
b.CLOSE_POPUPS_AND_DIALOGS_COMMAND,
this._handleClose,
null,
);
}),
(t.prototype.componentWillUnmount = function () {
_.unsubscribe(
b.CLOSE_POPUPS_AND_DIALOGS_COMMAND,
this._handleClose,
null,
);
}),
(t.prototype.focus = function () {
Object(s.ensureNotNull)(this._reference).focus();
}),
(t.prototype.render = function () {
var e = this,
t = this.props,
n = t.className,
a = t.isOpened,
r = t.title,
s = t.dataName,
o = t.onClickOutside,
c = t.additionalElementPos,
u = t.additionalHeaderElement,
b = t.backdrop,
_ = t.shouldForceFocus,
v = void 0 === _ || _,
g = t.showSeparator,
w = t.subtitle,
C = t.fullScreen,
E = void 0 !== C && C,
O = 'after' !== c ? u : void 0,
z = 'after' === c ? u : void 0;
return i.a.createElement(
f.a,
{ rule: m.a.SmallHeight },
function (t) {
return i.a.createElement(
f.a,
{ rule: m.a.TabletSmall },
function (c) {
return i.a.createElement(
d.a,
{
className: l()(x.dialog, n),
isOpened: a,
reference: e._handleReference,
onKeyDown: e._handleKeyDown,
onClickOutside: o,
fullscreen: c || E,
guard: t ? S : N,
boundByScreen: c || E,
shouldForceFocus: v,
backdrop: b,
name: e.props.dataName,
},
i.a.createElement(
'div',
{
className: x.wrapper,
'data-name': s,
'data-dialog-name': r,
},
i.a.createElement(y, {
onClose: e._handleClose,
renderAfter: z,
renderBefore: O,
subtitle: w,
title: r,
}),
g &&
i.a.createElement(p.a, { className: x.separator }),
i.a.createElement(h.a.Consumer, null, function (t) {
return e._renderChildren(t, c || E);
}),
),
);
},
);
},
);
}),
t
);
})(i.a.PureComponent);
function E(e) {
return (
'true' === e.getAttribute('data-haspopup') &&
'true' !== e.getAttribute('data-expanded')
);
}
},
mwqF: function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var a = n('mrSG');
a.__exportStar(n('V6cB'), t), a.__exportStar(n('e95/'), t);
},
px1m: function (e, t, n) {
e.exports = {
'small-height-breakpoint': 'screen and (max-height: 360px)',
container: 'container-12F9cTKw',
unsetAlign: 'unsetAlign-39w7dDTj',
title: 'title-TQFObfxW',
subtitle: 'subtitle-EM1kLgFz',
ellipsis: 'ellipsis-1PT8QOxq',
close: 'close-3NTwKnT_',
};
},
uhCe: function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return r;
});
var a = n('ASyk'),
r = {
SmallHeight: a['small-height-breakpoint'],
TabletSmall: a['tablet-small-breakpoint'],
TabletNormal: a['tablet-normal-breakpoint'],
};
},
zztK: function (e, t) {
e.exports =
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17" width="17" height="17" fill="none"><path stroke="currentColor" stroke-width="1.2" d="M1 1l15 15m0-15L1 16"/></svg>';
},
},
]);

View File

@ -1,521 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[14],
{
'5qpw': function (e, t, n) {
'use strict';
n.r(t),
n.d(t, 'LazyJqueryUI', function () {
return o;
}),
n.d(t, 'lazyJqueryUI', function () {
return s;
});
var r;
n('P5fv');
function i(e) {
return e in $.fn
? Promise.resolve()
: (r ||
(r = new Promise(function (e) {
Promise.all([n.e(87), n.e('lazy-jquery-ui')])
.then(
function (t) {
n('ONnG'), e();
}.bind(null, n),
)
.catch(void 0);
})),
r);
}
var o = (function () {
function e(e) {
this._$elem = e;
}
return (
(e.prototype.draggable = function () {
var e = arguments,
t = this._$elem;
return i('draggable').then(function () {
return t.draggable.apply(t, e);
});
}),
(e.prototype.resizable = function () {
var e = arguments,
t = this._$elem;
return i('resizable').then(function () {
return t.resizable.apply(t, e);
});
}),
(e.prototype.sortable = function () {
var e = arguments,
t = this._$elem;
return i('sortable').then(function () {
return t.sortable.apply(t, e);
});
}),
(e.prototype.datepicker = function () {
var e = arguments,
t = this._$elem;
return i('datepicker').then(function () {
return t.datepicker.apply(t, e);
});
}),
e
);
})();
function s(e) {
return new o(e);
}
},
jAh7: function (e, t, n) {
'use strict';
n.r(t),
n.d(t, 'OverlapManager', function () {
return o;
}),
n.d(t, 'getRootOverlapManager', function () {
return a;
});
var r = n('Eyy1'),
i = (function () {
function e() {
this._storage = [];
}
return (
(e.prototype.add = function (e) {
this._storage.push(e);
}),
(e.prototype.remove = function (e) {
this._storage = this._storage.filter(function (t) {
return e !== t;
});
}),
(e.prototype.has = function (e) {
return this._storage.includes(e);
}),
(e.prototype.getItems = function () {
return this._storage;
}),
e
);
})(),
o = (function () {
function e(e) {
void 0 === e && (e = document),
(this._storage = new i()),
(this._windows = new Map()),
(this._index = 0),
(this._document = e),
(this._container = e.createDocumentFragment());
}
return (
(e.prototype.setContainer = function (e) {
var t = this._container,
n = null === e ? this._document.createDocumentFragment() : e;
!(function (e, t) {
Array.from(e.childNodes).forEach(function (e) {
e.nodeType === Node.ELEMENT_NODE && t.appendChild(e);
});
})(t, n),
(this._container = n);
}),
(e.prototype.registerWindow = function (e) {
this._storage.has(e) || this._storage.add(e);
}),
(e.prototype.ensureWindow = function (e, t) {
void 0 === t && (t = { position: 'fixed', direction: 'normal' });
var n = this._windows.get(e);
if (void 0 !== n) return n;
this.registerWindow(e);
var r = this._document.createElement('div');
if (
((r.style.position = t.position),
(r.style.zIndex = this._index.toString()),
(r.dataset.id = e),
void 0 !== t.index)
) {
var i = this._container.childNodes.length;
if (t.index >= i) this._container.appendChild(r);
else if (t.index <= 0)
this._container.insertBefore(r, this._container.firstChild);
else {
var o = this._container.childNodes[t.index];
this._container.insertBefore(r, o);
}
} else
'reverse' === t.direction
? this._container.insertBefore(r, this._container.firstChild)
: this._container.appendChild(r);
return this._windows.set(e, r), ++this._index, r;
}),
(e.prototype.unregisterWindow = function (e) {
this._storage.remove(e);
var t = this._windows.get(e);
void 0 !== t &&
(null !== t.parentElement && t.parentElement.removeChild(t),
this._windows.delete(e));
}),
(e.prototype.getZindex = function (e) {
var t = this.ensureWindow(e);
return parseInt(t.style.zIndex || '0');
}),
(e.prototype.moveToTop = function (e) {
this.getZindex(e) !== this._index &&
(this.ensureWindow(e).style.zIndex = (++this
._index).toString());
}),
(e.prototype.removeWindow = function (e) {
this.unregisterWindow(e);
}),
e
);
})(),
s = new WeakMap();
function a(e) {
void 0 === e && (e = document);
var t = e.getElementById('overlap-manager-root');
if (null !== t) return Object(r.ensureDefined)(s.get(t));
var n = new o(e),
i = (function (e) {
var 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 s.set(i, n), n.setContainer(i), e.body.appendChild(i), n;
}
},
nbsC: function (e, t, n) {
var r, i, o, s;
(s = function (e) {
var t = Object.prototype.toString,
n =
Array.isArray ||
function (e) {
return '[object Array]' === t.call(e);
};
function r(e) {
return 'function' == typeof e;
}
function i(e) {
return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&');
}
function o(e, t) {
return null != e && 'object' == typeof e && t in e;
}
var s = RegExp.prototype.test,
a = /\S/;
function u(e) {
return !(function (e, t) {
return s.call(e, t);
})(a, e);
}
var c = {
'&': '&amp;',
'<': '&lt;',
'>': '&gt;',
'"': '&quot;',
"'": '&#39;',
'/': '&#x2F;',
'`': '&#x60;',
'=': '&#x3D;',
},
p = /\s*/,
l = /\s+/,
h = /\s*=/,
f = /\s*\}/,
d = /#|\^|\/|>|\{|&|=|!/;
function v(e) {
(this.string = e), (this.tail = e), (this.pos = 0);
}
function g(e, t) {
(this.view = e), (this.cache = { '.': this.view }), (this.parent = t);
}
function y() {
this.cache = {};
}
(v.prototype.eos = function () {
return '' === this.tail;
}),
(v.prototype.scan = function (e) {
var t = this.tail.match(e);
if (!t || 0 !== t.index) return '';
var n = t[0];
return (
(this.tail = this.tail.substring(n.length)),
(this.pos += n.length),
n
);
}),
(v.prototype.scanUntil = function (e) {
var t,
n = this.tail.search(e);
switch (n) {
case -1:
(t = this.tail), (this.tail = '');
break;
case 0:
t = '';
break;
default:
(t = this.tail.substring(0, n)),
(this.tail = this.tail.substring(n));
}
return (this.pos += t.length), t;
}),
(g.prototype.push = function (e) {
return new g(e, this);
}),
(g.prototype.lookup = function (e) {
var t,
n = this.cache;
if (n.hasOwnProperty(e)) t = n[e];
else {
for (var i, s, a = this, u = !1; a; ) {
if (e.indexOf('.') > 0)
for (
t = a.view, i = e.split('.'), s = 0;
null != t && s < i.length;
)
s === i.length - 1 && (u = o(t, i[s])), (t = t[i[s++]]);
else (t = a.view[e]), (u = o(a.view, e));
if (u) break;
a = a.parent;
}
n[e] = t;
}
return r(t) && (t = t.call(this.view)), t;
}),
(y.prototype.clearCache = function () {
this.cache = {};
}),
(y.prototype.parse = function (t, r) {
var o = this.cache,
s = o[t];
return (
null == s &&
(s = o[t] = (function (t, r) {
if (!t) return [];
var o,
s,
a,
c = [],
g = [],
y = [],
w = !1,
m = !1;
function _() {
if (w && !m) for (; y.length; ) delete g[y.pop()];
else y = [];
(w = !1), (m = !1);
}
function x(e) {
if (
('string' == typeof e && (e = e.split(l, 2)),
!n(e) || 2 !== e.length)
)
throw new Error('Invalid tags: ' + e);
(o = new RegExp(i(e[0]) + '\\s*')),
(s = new RegExp('\\s*' + i(e[1]))),
(a = new RegExp('\\s*' + i('}' + e[1])));
}
x(r || e.tags);
for (var b, k, E, C, I, T, U = new v(t); !U.eos(); ) {
if (((b = U.pos), (E = U.scanUntil(o))))
for (var z = 0, W = E.length; z < W; ++z)
u((C = E.charAt(z))) ? y.push(g.length) : (m = !0),
g.push(['text', C, b, b + 1]),
(b += 1),
'\n' === C && _();
if (!U.scan(o)) break;
if (
((w = !0),
(k = U.scan(d) || 'name'),
U.scan(p),
'=' === k
? ((E = U.scanUntil(h)), U.scan(h), U.scanUntil(s))
: '{' === k
? ((E = U.scanUntil(a)),
U.scan(f),
U.scanUntil(s),
(k = '&'))
: (E = U.scanUntil(s)),
!U.scan(s))
)
throw new Error('Unclosed tag at ' + U.pos);
if (
((I = [k, E, b, U.pos]),
g.push(I),
'#' === k || '^' === k)
)
c.push(I);
else if ('/' === k) {
if (!(T = c.pop()))
throw new Error('Unopened section "' + E + '" at ' + b);
if (T[1] !== E)
throw new Error(
'Unclosed section "' + T[1] + '" at ' + b,
);
} else
'name' === k || '{' === k || '&' === k
? (m = !0)
: '=' === k && x(E);
}
if ((T = c.pop()))
throw new Error(
'Unclosed section "' + T[1] + '" at ' + U.pos,
);
return (function (e) {
for (
var t, n = [], r = n, i = [], o = 0, s = e.length;
o < s;
++o
)
switch ((t = e[o])[0]) {
case '#':
case '^':
r.push(t), i.push(t), (r = t[4] = []);
break;
case '/':
(i.pop()[5] = t[2]),
(r = i.length > 0 ? i[i.length - 1][4] : n);
break;
default:
r.push(t);
}
return n;
})(
(function (e) {
for (var t, n, r = [], i = 0, o = e.length; i < o; ++i)
(t = e[i]) &&
('text' === t[0] && n && 'text' === n[0]
? ((n[1] += t[1]), (n[3] = t[3]))
: (r.push(t), (n = t)));
return r;
})(g),
);
})(t, r)),
s
);
}),
(y.prototype.render = function (e, t, n) {
var r = this.parse(e),
i = t instanceof g ? t : new g(t);
return this.renderTokens(r, i, n, e);
}),
(y.prototype.renderTokens = function (e, t, n, r) {
for (var i, o, s, a = '', u = 0, c = e.length; u < c; ++u)
(s = void 0),
'#' === (o = (i = e[u])[0])
? (s = this.renderSection(i, t, n, r))
: '^' === o
? (s = this.renderInverted(i, t, n, r))
: '>' === o
? (s = this.renderPartial(i, t, n, r))
: '&' === o
? (s = this.unescapedValue(i, t))
: 'name' === o
? (s = this.escapedValue(i, t))
: 'text' === o && (s = this.rawValue(i)),
void 0 !== s && (a += s);
return a;
}),
(y.prototype.renderSection = function (e, t, i, o) {
var s = this,
a = '',
u = t.lookup(e[1]);
if (u) {
if (n(u))
for (var c = 0, p = u.length; c < p; ++c)
a += this.renderTokens(e[4], t.push(u[c]), i, o);
else if (
'object' == typeof u ||
'string' == typeof u ||
'number' == typeof u
)
a += this.renderTokens(e[4], t.push(u), i, o);
else if (r(u)) {
if ('string' != typeof o)
throw new Error(
'Cannot use higher-order sections without the original template',
);
null !=
(u = u.call(t.view, o.slice(e[3], e[5]), function (e) {
return s.render(e, t, i);
})) && (a += u);
} else a += this.renderTokens(e[4], t, i, o);
return a;
}
}),
(y.prototype.renderInverted = function (e, t, r, i) {
var o = t.lookup(e[1]);
if (!o || (n(o) && 0 === o.length))
return this.renderTokens(e[4], t, r, i);
}),
(y.prototype.renderPartial = function (e, t, n) {
if (n) {
var i = r(n) ? n(e[1]) : n[e[1]];
return null != i
? this.renderTokens(this.parse(i), t, n, i)
: void 0;
}
}),
(y.prototype.unescapedValue = function (e, t) {
var n = t.lookup(e[1]);
if (null != n) return n;
}),
(y.prototype.escapedValue = function (t, n) {
var r = n.lookup(t[1]);
if (null != r) return e.escape(r);
}),
(y.prototype.rawValue = function (e) {
return e[1];
}),
(e.name = 'mustache.js'),
(e.version = '2.2.1'),
(e.tags = ['{{', '}}']);
var w = new y();
(e.clearCache = function () {
return w.clearCache();
}),
(e.parse = function (e, t) {
return w.parse(e, t);
}),
(e.render = function (e, t, r) {
if ('string' != typeof e)
throw new TypeError(
'Invalid template! Template should be a "string" but "' +
(n((i = e)) ? 'array' : typeof i) +
'" was given as the first argument for mustache#render(template, view, partials)',
);
var i;
return w.render(e, t, r);
}),
(e.to_html = function (t, n, i, o) {
var s = e.render(t, n, i);
if (!r(o)) return s;
o(s);
}),
(e.escape = function (e) {
return String(e).replace(/[&<>"'`=\/]/g, function (e) {
return c[e];
});
}),
(e.Scanner = v),
(e.Context = g),
(e.Writer = y);
}),
t && 'string' != typeof t.nodeName
? s(t)
: ((i = [t]),
void 0 === (o = 'function' == typeof (r = s) ? r.apply(t, i) : r) ||
(e.exports = o));
},
},
]);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[16], []]);

View File

@ -1,392 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[17],
{
'0W35': function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var o = n('mrSG');
o.__exportStar(n('OGHR'), t), o.__exportStar(n('O6kz'), t);
},
'8NUT': function (e, t, n) {
e.exports = {
'small-height-breakpoint': 'screen and (max-height: 360px)',
footer: 'footer-1mvnCDqp',
submitButton: 'submitButton-2lNICzl3',
buttons: 'buttons-3yvtQ_uI',
};
},
E9Pn: function (e, t, n) {},
O6kz: function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var o = n('mrSG'),
r = n('q1tI'),
s = n('17x9');
t.makeSwitchGroupItem = function (e) {
var t;
return (
((t = (function (t) {
function n() {
var e = (null !== t && t.apply(this, arguments)) || this;
return (
(e._onChange = function (t) {
e.context.switchGroupContext.getOnChange()(t);
}),
(e._onUpdate = function (t) {
t.includes(e.props.value) && e.forceUpdate();
}),
e
);
}
return (
o.__extends(n, t),
(n.prototype.componentDidMount = function () {
this.context.switchGroupContext.subscribe(this._onUpdate);
}),
(n.prototype.render = function () {
return r.createElement(
e,
o.__assign({}, this.props, {
name: this._getName(),
onChange: this._onChange,
checked: this._isChecked(),
}),
);
}),
(n.prototype.componentWillUnmount = function () {
this.context.switchGroupContext.unsubscribe(this._onUpdate);
}),
(n.prototype._getName = function () {
return this.context.switchGroupContext.getName();
}),
(n.prototype._isChecked = function () {
return this.context.switchGroupContext
.getValues()
.includes(this.props.value);
}),
n
);
})(r.PureComponent)).contextTypes = {
switchGroupContext: s.any.isRequired,
}),
t
);
};
},
OGHR: function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var o = n('mrSG'),
r = n('q1tI'),
s = n('17x9'),
i = (function (e) {
function t() {
var t = (null !== e && e.apply(this, arguments)) || this;
return (
(t._subscriptions = new Set()),
(t._getName = function () {
return t.props.name;
}),
(t._getValues = function () {
return t.props.values;
}),
(t._getOnChange = function () {
return t.props.onChange;
}),
(t._subscribe = function (e) {
t._subscriptions.add(e);
}),
(t._unsubscribe = function (e) {
t._subscriptions.delete(e);
}),
t
);
}
return (
o.__extends(t, e),
(t.prototype.getChildContext = function () {
return {
switchGroupContext: {
getName: this._getName,
getValues: this._getValues,
getOnChange: this._getOnChange,
subscribe: this._subscribe,
unsubscribe: this._unsubscribe,
},
};
}),
(t.prototype.render = function () {
return this.props.children;
}),
(t.prototype.componentDidUpdate = function (e) {
this._notify(this._getUpdates(this.props.values, e.values));
}),
(t.prototype._notify = function (e) {
this._subscriptions.forEach(function (t) {
return t(e);
});
}),
(t.prototype._getUpdates = function (e, t) {
return o.__spreadArrays(t, e).filter(function (n) {
return t.includes(n) ? !e.includes(n) : e.includes(n);
});
}),
(t.childContextTypes = { switchGroupContext: s.any.isRequired }),
t
);
})(r.PureComponent);
t.SwitchGroup = i;
},
'R4+T': function (e, t) {
e.exports =
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 8" width="16" height="8"><path fill="currentColor" d="M0 1.475l7.396 6.04.596.485.593-.49L16 1.39 14.807 0 7.393 6.122 8.58 6.12 1.186.08z"/></svg>';
},
Zzxg: function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
var o = n('mrSG'),
r = n('q1tI'),
s = n('TSYQ'),
i = n('0W35'),
a = n('Iivm'),
u = n('aJjg'),
c = n('qibD');
n('E9Pn');
var p = (function (e) {
function t() {
var t = (null !== e && e.apply(this, arguments)) || this;
return (
(t._onChange = function () {
t.props.onChange && t.props.onChange(t.props.value);
}),
t
);
}
return (
o.__extends(t, e),
(t.prototype.render = function () {
var e,
t,
n,
o = s(
this.props.className,
c.checkbox,
(((e = {})[c.reverse] = Boolean(
this.props.labelPositionReverse,
)),
(e[c.baseline] = Boolean(this.props.labelAlignBaseline)),
e),
),
i = s(
c.box,
(((t = {})[c.check] = !Boolean(this.props.indeterminate)),
(t[c.dot] = Boolean(this.props.indeterminate)),
(t[c.noOutline] = -1 === this.props.tabIndex),
t),
),
p = s(c.label, (((n = {})[c.disabled] = this.props.disabled), n)),
l = null;
return (
this.props.label &&
(l = r.createElement(
'span',
{ className: p },
this.props.label,
)),
r.createElement(
'label',
{ className: o },
r.createElement(
'div',
{ className: c.wrapper, title: this.props.title },
r.createElement('input', {
id: this.props.id,
tabIndex: this.props.tabIndex,
className: c.input,
type: 'checkbox',
name: this.props.name,
checked: this.props.checked,
disabled: this.props.disabled,
value: this.props.value,
autoFocus: this.props.autoFocus,
role: this.props.role,
onChange: this._onChange,
ref: this.props.reference,
}),
r.createElement(
'div',
{ className: i },
r.createElement(a.Icon, { icon: u, className: c.icon }),
),
),
l,
)
);
}),
(t.defaultProps = { value: 'on' }),
t
);
})(r.PureComponent);
(t.Checkbox = p), (t.GroupedCheckbox = i.makeSwitchGroupItem(p));
},
aJjg: function (e, t) {
e.exports =
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 9" width="11" height="9" fill="none"><path stroke-width="2" d="M0.999878 4L3.99988 7L9.99988 1"/></svg>';
},
fV0y: function (e, t, n) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 }),
n('mrSG').__exportStar(n('Zzxg'), t);
},
qibD: function (e) {
e.exports = JSON.parse(
'{"checkbox":"checkbox-3xZUD-2M","input":"input-ly-CSnj5","box":"box-20C92a5S","reverse":"reverse-3xeTx96y","label":"label-cyItEVpF","baseline":"baseline-6TXKro4X","wrapper":"wrapper-1AZBBaMW","icon":"icon-3dOOKDQo","noOutline":"noOutline-3wgQ5xZI","check":"check-13mv3fTM","dot":"dot-3FRmUbXl"}',
);
},
ycFu: function (e, t, n) {
'use strict';
n.d(t, 'b', function () {
return o;
}),
n.d(t, 'a', function () {
return d;
});
var o,
r = n('mrSG'),
s = n('q1tI'),
i = n.n(s),
a = n('mwqF'),
u = n('Eyy1'),
c = (n('YFKU'), n('/3z9')),
p = n('g89m'),
l = n('8NUT');
!(function (e) {
(e.Submit = 'submit'), (e.Cancel = 'cancel'), (e.None = 'none');
})(o || (o = {}));
var h = { defaultActionOnClose: o.Submit, submitOnEnterKey: !0 },
d = (function (e) {
function t() {
var t = (null !== e && e.apply(this, arguments)) || this;
return (
(t._dialogRef = i.a.createRef()),
(t._handleClose = function () {
var e = t.props,
n = e.defaultActionOnClose,
r = e.onSubmit,
s = e.onCancel,
i = e.onClose;
switch (n) {
case o.Submit:
r();
break;
case o.Cancel:
s();
}
i();
}),
(t._handleCancel = function () {
t.props.onCancel(), t.props.onClose();
}),
(t._handleKeyDown = function (e) {
var n = t.props,
o = n.onSubmit,
r = n.submitButtonDisabled,
s = n.submitOnEnterKey;
switch (Object(c.hashFromEvent)(e)) {
case 13:
!r && s && (e.preventDefault(), o());
}
}),
t
);
}
return (
Object(r.__extends)(t, e),
(t.prototype.render = function () {
var e = this.props,
t =
(e.render,
e.onClose,
e.onSubmit,
e.onCancel,
e.footerLeftRenderer,
e.submitButtonText,
e.submitButtonDisabled,
e.defaultActionOnClose,
e.submitOnEnterKey,
Object(r.__rest)(e, [
'render',
'onClose',
'onSubmit',
'onCancel',
'footerLeftRenderer',
'submitButtonText',
'submitButtonDisabled',
'defaultActionOnClose',
'submitOnEnterKey',
]));
return i.a.createElement(
p.a,
Object(r.__assign)({}, t, {
ref: this._dialogRef,
onKeyDown: this._handleKeyDown,
render: this._renderChildren(),
onClose: this._handleClose,
}),
);
}),
(t.prototype.focus = function () {
Object(u.ensureNotNull)(this._dialogRef.current).focus();
}),
(t.prototype._renderChildren = function () {
var e = this;
return function (t) {
var n = e.props,
o = n.render,
r = n.footerLeftRenderer,
s = n.additionalButtons,
u = n.submitButtonText,
c = n.submitButtonDisabled,
p = n.onSubmit;
return i.a.createElement(
i.a.Fragment,
null,
o(t),
i.a.createElement(
'div',
{ className: l.footer },
r && r(t.isSmallWidth),
i.a.createElement(
'div',
{ className: l.buttons },
s,
i.a.createElement(
a.Button,
{
name: 'cancel',
appearance: 'stroke',
onClick: e._handleCancel,
},
window.t('Cancel'),
),
i.a.createElement(
'span',
{ className: l.submitButton },
i.a.createElement(
a.Button,
{ disabled: c, name: 'submit', onClick: p },
u || window.t('Ok'),
),
),
),
),
);
};
}),
(t.defaultProps = h),
t
);
})(i.a.PureComponent);
},
},
]);

View File

@ -1,480 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[18],
{
'8d0Q': function (e, t, n) {
'use strict';
n.d(t, 'b', function () {
return r;
}),
n.d(t, 'a', function () {
return c;
});
var o = n('q1tI');
function r() {
var e = Object(o.useState)(!1),
t = e[0],
n = e[1];
return [
t,
{
onMouseOver: function (e) {
c(e) && n(!0);
},
onMouseOut: function (e) {
c(e) && n(!1);
},
},
];
}
function c(e) {
return !e.currentTarget.contains(e.relatedTarget);
}
},
'9dlw': function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return v;
});
var o = n('mrSG'),
r = n('q1tI'),
c = n.n(r),
i = n('i8i4'),
l = n.n(i),
a = (n('bf9a'), n('AiMB')),
u = n('DTHj'),
s = n('X0gx'),
d = n('8Rai');
function v(e) {
var t = e.controller,
n = e.children,
i = e.isOpened,
v = e.closeOnClickOutside,
f = void 0 === v || v,
b = e.doNotCloseOn,
m = e.onClickOutside,
h = e.onClose,
g = Object(o.__rest)(e, [
'controller',
'children',
'isOpened',
'closeOnClickOutside',
'doNotCloseOn',
'onClickOutside',
'onClose',
]),
p = Object(r.useContext)(s.a),
O = Object(d.a)({
handler: function (e) {
m && m(e);
if (!f) return;
if (b && e.target instanceof Node) {
var t = l.a.findDOMNode(b);
if (t instanceof Node && t.contains(e.target)) return;
}
h();
},
mouseDown: !0,
touchStart: !0,
});
return i
? c.a.createElement(
a.a,
{
top: '0',
left: '0',
right: '0',
bottom: '0',
pointerEvents: 'none',
},
c.a.createElement(
'span',
{ ref: O, style: { pointerEvents: 'auto' } },
c.a.createElement(
u.a,
Object(o.__assign)({}, g, {
isOpened: i,
onClose: h,
onScroll: function (t) {
var n = e.onScroll;
n && n(t);
t.stopPropagation();
},
customCloseDelegate: p,
ref: t,
}),
n,
),
),
)
: null;
}
},
N5tr: function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return d;
}),
n.d(t, 'b', function () {
return b;
});
var o = n('mrSG'),
r = n('q1tI'),
c = n.n(r),
i = n('TSYQ'),
l = n('tWVy'),
a = n('PC8g'),
u = n('QpNh'),
s = n('v1bN'),
d = s;
function v(e) {
var t = e.reference,
n = Object(o.__rest)(e, ['reference']),
r = Object(o.__assign)(Object(o.__assign)({}, n), { ref: t });
return c.a.createElement(e.href ? 'a' : 'div', r);
}
function f(e) {
e.stopPropagation();
}
function b(e) {
var t,
n,
d,
b = e.className,
m = e.title,
h = e.labelRowClassName,
g = e.shortcut,
p = e.forceShowShortcuts,
O = e.icon,
w = e.isActive,
y = e.isDisabled,
E = e.isHovered,
j = e.appearAsDisabled,
k = e.label,
C = e.link,
S = e.showToolboxOnHover,
_ = e.target,
x = e.toolbox,
N = e.reference,
M = e.onMouseOut,
T = e.onMouseOver,
B = e.theme,
D = void 0 === B ? s : B,
A = Object(u.a)(e),
I = Object(r.useRef)(null);
return c.a.createElement(
v,
Object(o.__assign)({}, A, {
className: i(
b,
D.item,
O && D.withIcon,
((t = {}),
(t[D.isActive] = w),
(t[D.isDisabled] = y || j),
(t[D.hovered] = E),
t),
),
title: m,
href: C,
target: _,
reference: function (e) {
(I.current = e), N && N(e);
},
onClick: function (t) {
var n = e.dontClosePopup,
o = e.onClick,
r = e.onClickArg,
c = e.trackEventObject;
if (y) return;
c && Object(a.trackEvent)(c.category, c.event, c.label);
o && o(r, t);
n || Object(l.b)();
},
onContextMenu: function (t) {
var n = e.trackEventObject,
o = e.trackRightClick;
n &&
o &&
Object(a.trackEvent)(
n.category,
n.event,
n.label + '_rightClick',
);
},
onMouseUp: function (t) {
var n = e.trackEventObject,
o = e.trackMouseWheelClick;
if (1 === t.button && C && n) {
var r = n.label;
o && (r += '_mouseWheelClick'),
Object(a.trackEvent)(n.category, n.event, r);
}
},
onMouseOver: T,
onMouseOut: M,
}),
void 0 !== O &&
c.a.createElement('div', {
className: D.icon,
dangerouslySetInnerHTML: { __html: O },
}),
c.a.createElement(
'div',
{ className: i(D.labelRow, h) },
c.a.createElement('div', { className: D.label }, k),
),
(void 0 !== g || p) &&
c.a.createElement(
'div',
{ className: D.shortcut },
(d = g) && d.split('+').join(' + '),
),
void 0 !== x &&
c.a.createElement(
'div',
{
onClick: f,
className: i(D.toolbox, ((n = {}), (n[D.showOnHover] = S), n)),
},
x,
),
);
}
},
X0gx: function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return i;
});
var o = n('q1tI'),
r = n.n(o),
c = n('tWVy'),
i = r.a.createContext(c.a);
},
tmL0: function (e, t, n) {
'use strict';
n.d(t, 'a', function () {
return u;
});
var o = n('mrSG'),
r = n('q1tI'),
c = n.n(r),
i = n('x0D+'),
l = n('Eyy1'),
a = n('qFKp');
function u(e) {
var t = e.reference,
n = e.children,
l = Object(o.__rest)(e, ['reference', 'children']),
u = Object(r.useRef)(null),
d = Object(r.useCallback)(
function (e) {
t && (t.current = e),
a.CheckMobile.iOS() &&
(null !== u.current && Object(i.enableBodyScroll)(u.current),
(u.current = e),
null !== u.current &&
Object(i.disableBodyScroll)(u.current, {
allowTouchMove: s(u),
}));
},
[t],
);
return c.a.createElement('div', Object(o.__assign)({ ref: d }, l), n);
}
function s(e) {
return function (t) {
var n = Object(l.ensureNotNull)(e.current),
o = document.activeElement;
return (
!n.contains(t) || (null !== o && n.contains(o) && o.contains(t))
);
};
}
},
v1bN: function (e, t, n) {
e.exports = {
'tablet-small-breakpoint': 'screen and (max-width: 419px)',
item: 'item-2xPVYue0',
hovered: 'hovered-1uf45E05',
isDisabled: 'isDisabled-1wLqKupj',
isActive: 'isActive-2j-GhQs_',
shortcut: 'shortcut-30pveiCO',
toolbox: 'toolbox-3ulPxfe-',
withIcon: 'withIcon-1xBjf-oB',
icon: 'icon-2Qm7YIcz',
labelRow: 'labelRow-3Q0rdE8-',
label: 'label-3Xqxy756',
showOnHover: 'showOnHover-1q6ySzZc',
};
},
'x0D+': function (e, t, n) {
var o, r, c;
(r = [t]),
void 0 ===
(c =
'function' ==
typeof (o = function (e) {
'use strict';
function t(e) {
if (Array.isArray(e)) {
for (var t = 0, n = Array(e.length); t < e.length; t++)
n[t] = e[t];
return n;
}
return Array.from(e);
}
Object.defineProperty(e, '__esModule', { value: !0 });
var n = !1;
if ('undefined' != typeof window) {
var o = {
get passive() {
n = !0;
},
};
window.addEventListener('testPassive', null, o),
window.removeEventListener('testPassive', null, o);
}
var r =
'undefined' != typeof window &&
window.navigator &&
window.navigator.platform &&
/iP(ad|hone|od)/.test(window.navigator.platform),
c = [],
i = !1,
l = -1,
a = void 0,
u = void 0,
s = function (e) {
return c.some(function (t) {
return !(
!t.options.allowTouchMove || !t.options.allowTouchMove(e)
);
});
},
d = function (e) {
var t = e || window.event;
return (
!!s(t.target) ||
1 < t.touches.length ||
(t.preventDefault && t.preventDefault(), !1)
);
},
v = function () {
setTimeout(function () {
void 0 !== u &&
((document.body.style.paddingRight = u), (u = void 0)),
void 0 !== a &&
((document.body.style.overflow = a), (a = void 0));
});
};
(e.disableBodyScroll = function (e, o) {
if (r) {
if (!e)
return void console.error(
'disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.',
);
if (
e &&
!c.some(function (t) {
return t.targetElement === e;
})
) {
var v = { targetElement: e, options: o || {} };
(c = [].concat(t(c), [v])),
(e.ontouchstart = function (e) {
1 === e.targetTouches.length &&
(l = e.targetTouches[0].clientY);
}),
(e.ontouchmove = function (t) {
var n, o, r, c;
1 === t.targetTouches.length &&
((o = e),
(c = (n = t).targetTouches[0].clientY - l),
!s(n.target) &&
((o && 0 === o.scrollTop && 0 < c) ||
((r = o) &&
r.scrollHeight - r.scrollTop <= r.clientHeight &&
c < 0)
? d(n)
: n.stopPropagation()));
}),
i ||
(document.addEventListener(
'touchmove',
d,
n ? { passive: !1 } : void 0,
),
(i = !0));
}
} else {
(b = o),
setTimeout(function () {
if (void 0 === u) {
var e = !!b && !0 === b.reserveScrollBarGap,
t =
window.innerWidth -
document.documentElement.clientWidth;
e &&
0 < t &&
((u = document.body.style.paddingRight),
(document.body.style.paddingRight = t + 'px'));
}
void 0 === a &&
((a = document.body.style.overflow),
(document.body.style.overflow = 'hidden'));
});
var f = { targetElement: e, options: o || {} };
c = [].concat(t(c), [f]);
}
var b;
}),
(e.clearAllBodyScrollLocks = function () {
r
? (c.forEach(function (e) {
(e.targetElement.ontouchstart = null),
(e.targetElement.ontouchmove = null);
}),
i &&
(document.removeEventListener(
'touchmove',
d,
n ? { passive: !1 } : void 0,
),
(i = !1)),
(c = []),
(l = -1))
: (v(), (c = []));
}),
(e.enableBodyScroll = function (e) {
if (r) {
if (!e)
return void console.error(
'enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.',
);
(e.ontouchstart = null),
(e.ontouchmove = null),
(c = c.filter(function (t) {
return t.targetElement !== e;
})),
i &&
0 === c.length &&
(document.removeEventListener(
'touchmove',
d,
n ? { passive: !1 } : void 0,
),
(i = !1));
} else
1 === c.length && c[0].targetElement === e
? (v(), (c = []))
: (c = c.filter(function (t) {
return t.targetElement !== e;
}));
});
})
? o.apply(t, r)
: o) || (e.exports = c);
},
},
]);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

View File

@ -1,293 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[19],
{
'Db/h': function (t, e, o) {
t.exports = {
errors: 'errors-C3KBJakt',
show: 'show-2G4PY7Uu',
error: 'error-3G4k6KUC',
};
},
kSQs: function (t, e, o) {
'use strict';
var r = o('mrSG'),
i = o('q1tI'),
s = o('TSYQ'),
n = o('uqKQ'),
h = o('i8i4');
var a = o('Db/h'),
p = o('Ialn');
o.d(e, 'a', function () {
return u;
});
var c,
l,
d = (function (t) {
function e() {
return (null !== t && t.apply(this, arguments)) || this;
}
return (
Object(r.__extends)(e, t),
(e.prototype.render = function () {
var t,
e = this.props,
o = e.children,
n = void 0 === o ? [] : o,
h = e.show,
c = void 0 !== h && h,
l = e.customErrorClass,
d = s(a.errors, (((t = {})[a.show] = c), t), l),
u = n.map(function (t, e) {
return i.createElement(
'div',
{ className: a.error, key: e },
t,
);
}),
m = {
position: 'absolute',
top: this.props.top,
width: this.props.width,
height: this.props.height,
bottom:
void 0 !== this.props.bottom ? this.props.bottom : '100%',
right: void 0 !== this.props.right ? this.props.right : 0,
left: this.props.left,
zIndex: this.props.zIndex,
maxWidth: this.props.maxWidth,
};
if (Object(p.isRtl)()) {
var f = m.left,
g = m.right;
m = Object(r.__assign)(Object(r.__assign)({}, m), {
left: g,
right: f,
});
}
return i.createElement('div', { style: m, className: d }, u);
}),
e
);
})(i.PureComponent),
u = Object(n.a)(
((c = d),
((l = (function (t) {
function e(e) {
var o = t.call(this, e) || this;
return (
(o._getComponentInstance = function (t) {
o._instance = t;
}),
(o._throttleCalcProps = function () {
requestAnimationFrame(function () {
return o.setState(o._calcProps(o.props));
});
}),
(o.state = o._getStateFromProps()),
o
);
}
return (
Object(r.__extends)(e, t),
(e.prototype.componentDidMount = function () {
(this._instanceElem = h.findDOMNode(this._instance)),
this.props.attachOnce || this._subscribe(),
this.setState(this._calcProps(this.props));
}),
(e.prototype.componentDidUpdate = function (t) {
var e = this;
(t.children === this.props.children &&
t.top === this.props.top &&
t.left === this.props.left &&
t.width === this.props.width) ||
this.setState(this._getStateFromProps(), function () {
return e.setState(e._calcProps(e.props));
});
}),
(e.prototype.render = function () {
return i.createElement(
'div',
{
style: {
position: 'absolute',
width: '100%',
top: 0,
left: 0,
},
},
i.createElement(
c,
Object(r.__assign)({}, this.props, {
ref: this._getComponentInstance,
top: this.state.top,
bottom:
void 0 !== this.state.bottom
? this.state.bottom
: 'auto',
right:
void 0 !== this.state.right ? this.state.right : 'auto',
left: this.state.left,
width: this.state.width,
maxWidth: this.state.maxWidth,
}),
this.props.children,
),
);
}),
(e.prototype.componentWillUnmount = function () {
this._unsubsribe();
}),
(e.prototype._getStateFromProps = function () {
return {
bottom: this.props.bottom,
left: this.props.left,
right: this.props.right,
top: void 0 !== this.props.top ? this.props.top : -1e4,
width: this.props.inheritWidthFromTarget
? this.props.target &&
this.props.target.getBoundingClientRect().width
: this.props.width,
maxWidth:
this.props.inheritMaxWidthFromTarget &&
this.props.target &&
this.props.target.getBoundingClientRect().width,
};
}),
(e.prototype._calcProps = function (t) {
if (t.target && t.attachment && t.targetAttachment) {
var e = this._calcTargetProps(
t.target,
t.attachment,
t.targetAttachment,
);
if (null === e) return {};
var o = this.props,
r = o.width,
i = o.inheritWidthFromTarget,
s = void 0 === i || i,
n = o.inheritMaxWidthFromTarget,
h = void 0 !== n && n,
a = {
width: s ? e.width : r,
maxWidth: h ? e.width : void 0,
};
switch (t.attachment.vertical) {
case 'bottom':
case 'middle':
a.top = e.y;
break;
default:
a[t.attachment.vertical] = e.y;
}
switch (t.attachment.horizontal) {
case 'right':
case 'center':
a.left = e.x;
break;
default:
a[t.attachment.horizontal] = e.x;
}
return a;
}
return {};
}),
(e.prototype._calcTargetProps = function (t, e, o) {
var r = t.getBoundingClientRect(),
i = this._instanceElem.getBoundingClientRect(),
s =
'parent' === this.props.root
? this._getCoordsRelToParentEl(t, r)
: this._getCoordsRelToDocument(r);
if (null === s) return null;
var n = this._getDimensions(i),
h = this._getDimensions(r).width,
a = 0,
p = 0;
switch (e.vertical) {
case 'top':
p = s[o.vertical];
break;
case 'bottom':
p = s[o.vertical] - n.height;
break;
case 'middle':
p = s[o.vertical] - n.height / 2;
}
switch (e.horizontal) {
case 'left':
a = s[o.horizontal];
break;
case 'right':
a = s[o.horizontal] - n.width;
break;
case 'center':
a = s[o.horizontal] - n.width / 2;
}
return (
'number' == typeof this.props.attachmentOffsetY &&
(p += this.props.attachmentOffsetY),
'number' == typeof this.props.attachmentOffsetX &&
(a += this.props.attachmentOffsetX),
{ x: a, y: p, width: h }
);
}),
(e.prototype._getCoordsRelToDocument = function (t) {
var e = pageYOffset,
o = pageXOffset,
r = t.top + e,
i = t.bottom + e,
s = t.left + o;
return {
top: r,
bottom: i,
left: s,
right: t.right + o,
middle: (r + t.height) / 2,
center: s + t.width / 2,
};
}),
(e.prototype._getCoordsRelToParentEl = function (t, e) {
var o = t.offsetParent;
if (null === o) return null;
var r = o.scrollTop,
i = o.scrollLeft,
s = t.offsetTop + r,
n = t.offsetLeft + i,
h = e.width + n;
return {
top: s,
bottom: e.height + s,
left: n,
right: h,
middle: (s + e.height) / 2,
center: (n + e.width) / 2,
};
}),
(e.prototype._getDimensions = function (t) {
return { height: t.height, width: t.width };
}),
(e.prototype._subscribe = function () {
'document' === this.props.root &&
(window.addEventListener(
'scroll',
this._throttleCalcProps,
!0,
),
window.addEventListener('resize', this._throttleCalcProps));
}),
(e.prototype._unsubsribe = function () {
window.removeEventListener(
'scroll',
this._throttleCalcProps,
!0,
),
window.removeEventListener('resize', this._throttleCalcProps);
}),
e
);
})(i.PureComponent)).displayName = 'Attachable Component'),
l),
);
},
},
]);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1,57 +0,0 @@
.menuWrap-1gEtmoET {
text-align: left;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
z-index: 100;
border-radius: 3px;
background-color: #fff;
box-shadow: 0 2px 4px 0 rgba(107, 121, 136, 0.4);
}
html.theme-dark .menuWrap-1gEtmoET {
background-color: #1e222d;
box-shadow: 0 2px 4px 0 #000;
}
.menuWrap-1gEtmoET.isMeasuring-FZ0EJCM2 {
position: fixed;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.scrollWrap-1B5MfTJt {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-ms-overflow-style: scrollbar;
}
.scrollWrap-1B5MfTJt.momentumBased-1Jq4gQt2 {
-webkit-overflow-scrolling: touch;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark .scrollWrap-1B5MfTJt::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar-corner {
display: none;
}
.menuBox-20sJGjtG {
padding: 6px 0;
}
.isHidden-2vLQpR1t {
display: none;
}

View File

@ -1,57 +0,0 @@
.menuWrap-1gEtmoET {
text-align: right;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
z-index: 100;
border-radius: 3px;
background-color: #fff;
box-shadow: 0 2px 4px 0 rgba(107, 121, 136, 0.4);
}
html.theme-dark .menuWrap-1gEtmoET {
background-color: #1e222d;
box-shadow: 0 2px 4px 0 #000;
}
.menuWrap-1gEtmoET.isMeasuring-FZ0EJCM2 {
position: fixed;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.scrollWrap-1B5MfTJt {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-ms-overflow-style: scrollbar;
}
.scrollWrap-1B5MfTJt.momentumBased-1Jq4gQt2 {
-webkit-overflow-scrolling: touch;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark .scrollWrap-1B5MfTJt::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.scrollWrap-1B5MfTJt::-webkit-scrollbar-corner {
display: none;
}
.menuBox-20sJGjtG {
padding: 6px 0;
}
.isHidden-2vLQpR1t {
display: none;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[2], []]);

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[20], []]);

View File

@ -1,281 +0,0 @@
.checkbox-3xZUD-2M {
display: inline-flex;
align-items: center;
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
cursor: default;
font-size: 14px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:not(:focus):not(:disabled)
+ .box-20C92a5S {
border-color: #a3a6af;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:not(:focus):not(:disabled)
+ .box-20C92a5S {
border-color: #5d606b;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:checked:not(:focus):not(:disabled)
+ .box-20C92a5S {
border-color: #1e88e5;
background-color: #1e88e5;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:checked:not(:focus):not(:disabled)
+ .box-20C92a5S {
background-color: #1e88e5;
border-color: #1e88e5;
}
}
.checkbox-3xZUD-2M.reverse-3xeTx96y {
flex-direction: row-reverse;
}
.checkbox-3xZUD-2M.reverse-3xeTx96y .label-cyItEVpF {
margin-right: 8px;
margin-left: 0;
}
.checkbox-3xZUD-2M.baseline-6TXKro4X {
align-items: baseline;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW {
display: inline-block;
width: 18px;
height: 18px;
position: relative;
flex: none;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 100%;
border: 1px solid #b2b5be;
border-radius: 3px;
box-sizing: border-box;
transition: background-color 0.35s ease;
}
html.theme-dark .checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S {
border: 1px solid #50535e;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S .icon-3dOOKDQo {
display: inline-flex;
align-items: center;
box-sizing: border-box;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S .icon-3dOOKDQo,
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S .icon-3dOOKDQo svg {
width: 11px;
height: 9px;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S:before {
position: absolute;
content: '';
box-sizing: border-box;
top: -5px;
left: -5px;
width: 26px;
height: 26px;
border: 2px solid rgba(33, 150, 243, 0.3);
border-radius: 6px;
opacity: 0;
transform: scale(0.69231);
}
html.theme-dark .checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S:before {
border: 2px solid rgba(25, 118, 210, 0.3);
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S.noOutline-3wgQ5xZI:before {
content: none;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S:after {
position: absolute;
content: '';
width: 6px;
height: 6px;
background-color: transparent;
border-radius: 50%;
top: calc(50% - 3px);
left: calc(50% - 3px);
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5 {
width: 100%;
height: 100%;
opacity: 0;
cursor: inherit;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5:checked + .box-20C92a5S {
background-color: #2196f3;
border-color: #2196f3;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S {
border-color: #1976d2;
background-color: #1976d2;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #fff;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #d1d4dc;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #fff;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #d1d4dc;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5:disabled + .box-20C92a5S {
background-color: #e0e3eb;
border-color: #b2b5be;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:disabled
+ .box-20C92a5S {
border-color: #50535e;
background-color: #2a2e39;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S {
background-color: #e0e3eb;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S {
background-color: #2a2e39;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #b2b5be;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #50535e;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #b2b5be;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #50535e;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:active:not(:disabled)
+ .box-20C92a5S,
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5:focus + .box-20C92a5S {
border-color: #2196f3;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:active:not(:disabled)
+ .box-20C92a5S,
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:focus
+ .box-20C92a5S {
border-color: #1976d2;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:active:not(:disabled)
+ .box-20C92a5S:before,
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:focus
+ .box-20C92a5S:before {
opacity: 1;
transform: scale(1);
}
.checkbox-3xZUD-2M .label-cyItEVpF {
margin-left: 8px;
color: #000;
min-width: 0;
}
html.theme-dark .checkbox-3xZUD-2M .label-cyItEVpF {
color: #b2b5be;
}
.footer-1mvnCDqp {
display: flex;
flex: 0 0 auto;
border-top: 1px solid #e0e3eb;
padding: 20px;
}
html.theme-dark .footer-1mvnCDqp {
border-top: 1px solid #434651;
}
@media screen and (max-height: 360px) {
.footer-1mvnCDqp {
padding: 10px 20px;
}
}
.footer-1mvnCDqp .submitButton-2lNICzl3 {
padding-left: 12px;
}
.footer-1mvnCDqp .buttons-3yvtQ_uI {
margin-left: auto;
}

View File

@ -1,281 +0,0 @@
.checkbox-3xZUD-2M {
display: inline-flex;
align-items: center;
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
cursor: default;
font-size: 14px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:not(:focus):not(:disabled)
+ .box-20C92a5S {
border-color: #a3a6af;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:not(:focus):not(:disabled)
+ .box-20C92a5S {
border-color: #5d606b;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:checked:not(:focus):not(:disabled)
+ .box-20C92a5S {
border-color: #1e88e5;
background-color: #1e88e5;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.checkbox-3xZUD-2M:hover
.input-ly-CSnj5:checked:not(:focus):not(:disabled)
+ .box-20C92a5S {
background-color: #1e88e5;
border-color: #1e88e5;
}
}
.checkbox-3xZUD-2M.reverse-3xeTx96y {
flex-direction: row-reverse;
}
.checkbox-3xZUD-2M.reverse-3xeTx96y .label-cyItEVpF {
margin-left: 8px;
margin-right: 0;
}
.checkbox-3xZUD-2M.baseline-6TXKro4X {
align-items: baseline;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW {
display: inline-block;
width: 18px;
height: 18px;
position: relative;
flex: none;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 100%;
border: 1px solid #b2b5be;
border-radius: 3px;
box-sizing: border-box;
transition: background-color 0.35s ease;
}
html.theme-dark .checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S {
border: 1px solid #50535e;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S .icon-3dOOKDQo {
display: inline-flex;
align-items: center;
box-sizing: border-box;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S .icon-3dOOKDQo,
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S .icon-3dOOKDQo svg {
width: 11px;
height: 9px;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S:before {
position: absolute;
content: '';
box-sizing: border-box;
top: -5px;
right: -5px;
width: 26px;
height: 26px;
border: 2px solid rgba(33, 150, 243, 0.3);
border-radius: 6px;
opacity: 0;
transform: scale(0.69231);
}
html.theme-dark .checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S:before {
border: 2px solid rgba(25, 118, 210, 0.3);
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S.noOutline-3wgQ5xZI:before {
content: none;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .box-20C92a5S:after {
position: absolute;
content: '';
width: 6px;
height: 6px;
background-color: transparent;
border-radius: 50%;
top: calc(50% - 3px);
right: calc(50% - 3px);
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5 {
width: 100%;
height: 100%;
opacity: 0;
cursor: inherit;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5:checked + .box-20C92a5S {
background-color: #2196f3;
border-color: #2196f3;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S {
border-color: #1976d2;
background-color: #1976d2;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #fff;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #d1d4dc;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #fff;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #d1d4dc;
}
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5:disabled + .box-20C92a5S {
background-color: #e0e3eb;
border-color: #b2b5be;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:disabled
+ .box-20C92a5S {
border-color: #50535e;
background-color: #2a2e39;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S {
background-color: #e0e3eb;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S {
background-color: #2a2e39;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #b2b5be;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.check-13mv3fTM
.icon-3dOOKDQo {
stroke: #50535e;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #b2b5be;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:checked:disabled
+ .box-20C92a5S.dot-3FRmUbXl:after {
background-color: #50535e;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:active:not(:disabled)
+ .box-20C92a5S,
.checkbox-3xZUD-2M .wrapper-1AZBBaMW .input-ly-CSnj5:focus + .box-20C92a5S {
border-color: #2196f3;
}
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:active:not(:disabled)
+ .box-20C92a5S,
html.theme-dark
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:focus
+ .box-20C92a5S {
border-color: #1976d2;
}
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:active:not(:disabled)
+ .box-20C92a5S:before,
.checkbox-3xZUD-2M
.wrapper-1AZBBaMW
.input-ly-CSnj5:focus
+ .box-20C92a5S:before {
opacity: 1;
transform: scale(1);
}
.checkbox-3xZUD-2M .label-cyItEVpF {
margin-right: 8px;
color: #000;
min-width: 0;
}
html.theme-dark .checkbox-3xZUD-2M .label-cyItEVpF {
color: #b2b5be;
}
.footer-1mvnCDqp {
display: flex;
flex: 0 0 auto;
border-top: 1px solid #e0e3eb;
padding: 20px;
}
html.theme-dark .footer-1mvnCDqp {
border-top: 1px solid #434651;
}
@media screen and (max-height: 360px) {
.footer-1mvnCDqp {
padding: 10px 20px;
}
}
.footer-1mvnCDqp .submitButton-2lNICzl3 {
padding-right: 12px;
}
.footer-1mvnCDqp .buttons-3yvtQ_uI {
margin-right: auto;
}

View File

@ -1,519 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[21],
{
HSjo: function (e, n, t) {
'use strict';
var r = t('mrSG');
function i(e, n) {
return Object(r.__assign)({ propType: 'checkable', properties: e }, n);
}
function o(e, n, t) {
return Object(r.__assign)(
{ propType: 'checkableSet', properties: e, childrenDefinitions: t },
n,
);
}
function u(e, n) {
return Object(r.__assign)(
{ propType: 'color', properties: e, noAlpha: !1 },
n,
);
}
var s = t('a7Ha'),
c = t('8Uy/'),
a = [c.LINESTYLE_SOLID, c.LINESTYLE_DOTTED, c.LINESTYLE_DASHED],
p = [1, 2, 3, 4],
l = [s.LineEnd.Normal, s.LineEnd.Arrow];
function f(e, n) {
var t = Object(r.__assign)({ propType: 'line', properties: e }, n);
return (
void 0 !== t.properties.style && (t.styleValues = a),
void 0 !== t.properties.width && (t.widthValues = p),
(void 0 === t.properties.leftEnd &&
void 0 === t.properties.rightEnd) ||
void 0 !== t.endsValues ||
(t.endsValues = l),
void 0 !== t.properties.value &&
void 0 === t.valueType &&
(t.valueType = 1),
t
);
}
var d = [c.LINESTYLE_SOLID, c.LINESTYLE_DOTTED, c.LINESTYLE_DASHED],
v = [1, 2, 3, 4];
function b(e, n) {
var t = Object(r.__assign)(
{ propType: 'leveledLine', properties: e },
n,
);
return (
void 0 !== t.properties.style && (t.styleValues = d),
void 0 !== t.properties.width && (t.widthValues = v),
t
);
}
function g(e, n) {
return Object(r.__assign)(
{ propType: 'number', properties: e, type: 1 },
n,
);
}
function y(e, n) {
return Object(r.__assign)({ propType: 'options', properties: e }, n);
}
function w(e, n) {
return Object(r.__assign)({ propType: 'twoOptions', properties: e }, n);
}
t('YFKU');
var T = [
{ value: 'bottom', title: window.t('Top') },
{ value: 'middle', title: window.t('Middle') },
{ value: 'top', title: window.t('Bottom') },
],
_ = [
{ value: 'left', title: window.t('Left') },
{ value: 'center', title: window.t('Center') },
{ value: 'right', title: window.t('Right') },
],
m = [
{ value: 'horizontal', title: window.t('Horizontal') },
{ value: 'vertical', title: window.t('Vertical') },
],
h = [10, 11, 12, 14, 16, 20, 24, 28, 32, 40].map(function (e) {
return { title: String(e), value: e };
}),
O = [1, 2, 3, 4],
E = window.t('Text alignment'),
j = window.t('Text orientation');
function V(e, n) {
var t = Object(r.__assign)(
Object(r.__assign)({ propType: 'text', properties: e }, n),
{ isEditable: n.isEditable || !1 },
);
return (
void 0 !== t.properties.size &&
void 0 === t.sizeItems &&
(t.sizeItems = h),
void 0 !== t.properties.alignmentVertical &&
void 0 === t.alignmentVerticalItems &&
(t.alignmentVerticalItems = T),
void 0 !== t.properties.alignmentHorizontal &&
void 0 === t.alignmentHorizontalItems &&
(t.alignmentHorizontalItems = _),
(t.alignmentVerticalItems || t.alignmentHorizontalItems) &&
void 0 === t.alignmentTitle &&
(t.alignmentTitle = E),
void 0 !== t.properties.orientation &&
(void 0 === t.orientationItems && (t.orientationItems = m),
void 0 === t.orientationTitle && (t.orientationTitle = j)),
void 0 !== t.properties.borderWidth &&
void 0 === t.borderWidthItems &&
(t.borderWidthItems = O),
t
);
}
function S(e, n) {
return Object(r.__assign)(
{ propType: 'twoColors', properties: e, noAlpha1: !1, noAlpha2: !1 },
n,
);
}
function I(e, n) {
return Object(r.__assign)(
{ propType: 'coordinates', properties: e },
n,
);
}
function L(e, n) {
return Object(r.__assign)({ propType: 'range', properties: e }, n);
}
function A(e, n) {
return Object(r.__assign)(
{ propType: 'transparency', properties: e },
n,
);
}
function D(e, n) {
return Object(r.__assign)({ propType: 'symbol', properties: e }, n);
}
function H(e, n) {
return Object(r.__assign)({ propType: 'session', properties: e }, n);
}
var z = t('hY0g'),
Y = t.n(z);
function k(e, n, t) {
return {
id: n,
title: t,
groupType: 'general',
definitions: new Y.a(e),
};
}
function N(e, n, t) {
return {
id: n,
title: t,
groupType: 'leveledLines',
definitions: new Y.a(e),
};
}
function P(e, n) {
var t = new Map(),
r =
void 0 !== n
? n[0]
: function (e) {
return e;
},
i =
void 0 !== n
? void 0 !== n[1]
? n[1]
: n[0]
: function (e) {
return e;
},
o = {
value: function () {
return r(e.value());
},
setValue: function (n) {
e.setValue(i(n));
},
subscribe: function (n, r) {
var i = function (e) {
r(o);
};
t.set(r, i), e.subscribe(n, i);
},
unsubscribe: function (n, r) {
var i = t.get(r);
i && (e.unsubscribe(n, i), t.delete(r));
},
unsubscribeAll: function (n) {
e.unsubscribeAll(n), t.clear();
},
};
return o;
}
function M(e, n, t, r) {
var i = P(n, r),
o =
void 0 !== r
? void 0 !== r[1]
? r[1]
: r[0]
: function (e) {
return e;
};
return (
(i.setValue = function (r) {
return e.setProperty(n, o(r), t);
}),
i
);
}
function x(e, n, t, r) {
var i = (function (e, n) {
var t = new Map(),
r =
void 0 !== n
? n[0]
: function (e) {
return e;
},
i =
void 0 !== n
? void 0 !== n[1]
? n[1]
: n[0]
: function (e) {
return e;
},
o = {
value: function () {
return r(e.value());
},
setValue: function (n) {
e.setValue(i(n));
},
subscribe: function (n, r) {
var i = function () {
r(o);
},
u = t.get(n);
void 0 === u
? ((u = new Map()).set(r, i), t.set(n, u))
: u.set(r, i),
e.subscribe(i);
},
unsubscribe: function (n, r) {
var i = t.get(n);
if (void 0 !== i) {
var o = i.get(r);
void 0 !== o && (e.unsubscribe(o), i.delete(r));
}
},
unsubscribeAll: function (n) {
var r = t.get(n);
void 0 !== r &&
(r.forEach(function (n, t) {
e.unsubscribe(n);
}),
r.clear());
},
};
return o;
})(n, r),
o =
void 0 !== r
? void 0 !== r[1]
? r[1]
: r[0]
: function (e) {
return e;
};
return (
(i.setValue = function (r) {
return e.undoHistory().setWatchedValue(n, o(r), t);
}),
i
);
}
function W(e, n) {
var t = P(n);
return (
(t.setValue = function (n) {
return e.setPriceScaleSelectionStrategy(n);
}),
t
);
}
function C(e, n, t, r) {
var i = P(n);
return (
(i.setValue = function (n) {
var i = { lockScale: n };
e.setPriceScaleMode(i, t, r);
}),
i
);
}
function J(e, n, t, r) {
var i = P(n, r);
return (
(i.setValue = function (r) {
e.setScaleRatioProperty(n, r, t);
}),
i
);
}
var R = t('eJTA'),
U = t('Tmoa');
t('+DwS'), t('tc+8');
var q = t('m/cY');
function B(e, n) {
if (Object(U.isHexColor)(e)) {
var t = Object(R.parseRgb)(e);
return Object(R.rgbaToString)(Object(R.rgba)(t, (100 - n) / 100));
}
return e;
}
function F(e, n, t, r) {
var i;
null !== t
? (i = (function (e) {
var n = P(e);
return (
(n.destroy = function () {
e.destroy();
}),
n
);
})(
(function (e) {
for (var n = [], t = 1; t < arguments.length; t++)
n[t - 1] = arguments[t];
for (
var r = function () {
return e.apply(
void 0,
n.map(function (e) {
return e.value();
}),
);
},
i = Object(q.a)(r()),
o = function () {
return i.setValue(r());
},
u = {},
s = 0,
c = n;
s < c.length;
s++
) {
var a = c[s];
a.subscribe(u, o);
}
return (
(i.destroy = function () {
n.forEach(function (e) {
return e.unsubscribeAll(u);
});
}),
i
);
})(B, n, t),
))
: (i = P(n, [
function () {
return B(n.value(), 0);
},
function (e) {
return e;
},
]));
return (
(i.setValue = function (t) {
e.setProperty(n, t, r);
}),
i
);
}
function G(e, n, t, r, i) {
var o,
u,
s = M(e, n, i, [
((o = t),
(u = n),
function (e) {
var n = o(u);
if (e === u.value() && null !== n) {
var t = n.ticker || n.full_name;
if (t) return t;
}
return e;
}),
function (e) {
return e;
},
]),
c = new Map();
(s.subscribe = function (e, t) {
var r = function (e) {
t(s);
};
c.set(t, r), n.subscribe(e, r);
}),
(s.unsubscribe = function (e, t) {
var r = c.get(t);
r && (n.unsubscribe(e, r), c.delete(t));
});
var a = {};
return (
r.subscribe(a, function () {
c.forEach(function (e, n) {
e(s);
});
}),
(s.destroy = function () {
r.unsubscribeAll(a), c.clear();
}),
s
);
}
function K(e) {
return e.hasOwnProperty('groupType');
}
function Q(e) {
e.forEach(function (e) {
e.hasOwnProperty('propType')
? Object.keys(e.properties).forEach(function (n) {
var t = e.properties[n];
void 0 !== t && void 0 !== t.destroy && t.destroy();
})
: Q(e.definitions.value());
});
}
t.d(n, 'z', function () {
return K;
}),
t.d(n, 't', function () {
return Q;
}),
t.d(n, 'c', function () {
return i;
}),
t.d(n, 'd', function () {
return o;
}),
t.d(n, 'e', function () {
return u;
}),
t.d(n, 'h', function () {
return f;
}),
t.d(n, 'g', function () {
return b;
}),
t.d(n, 'i', function () {
return g;
}),
t.d(n, 'j', function () {
return y;
}),
t.d(n, 's', function () {
return w;
}),
t.d(n, 'p', function () {
return V;
}),
t.d(n, 'r', function () {
return S;
}),
t.d(n, 'f', function () {
return I;
}),
t.d(n, 'm', function () {
return L;
}),
t.d(n, 'q', function () {
return A;
}),
t.d(n, 'o', function () {
return D;
}),
t.d(n, 'n', function () {
return H;
}),
t.d(n, 'k', function () {
return k;
}),
t.d(n, 'l', function () {
return N;
}),
t.d(n, 'b', function () {
return M;
}),
t.d(n, 'a', function () {
return x;
}),
t.d(n, 'w', function () {
return W;
}),
t.d(n, 'v', function () {
return C;
}),
t.d(n, 'x', function () {
return J;
}),
t.d(n, 'u', function () {
return F;
}),
t.d(n, 'y', function () {
return G;
});
},
},
]);

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[22], []]);

View File

@ -1,73 +0,0 @@
.loader-8x1ZxRwP {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
margin: 0 auto;
text-align: center;
font-size: 0;
opacity: 1;
transition: opacity 0.35s ease;
}
@keyframes tv-button-loader-23vqS1uY {
0%,
to {
transform: scale(0.6);
}
50% {
transform: scale(0.9);
}
}
.loader-8x1ZxRwP:after {
content: ' ';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.loader-8x1ZxRwP .item-2-89r_cd {
display: inline-block;
margin-right: 2px;
margin-left: 2px;
vertical-align: middle;
width: 10px;
height: 10px;
opacity: 1;
border-radius: 100%;
transform: translateY(0) scale(0.6);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation: tv-button-loader-23vqS1uY 0.96s infinite ease-in-out both;
}
.loader-8x1ZxRwP .item-2-89r_cd:nth-child(2) {
transition-delay: 0.11666667s;
animation-delay: 0.151s;
}
.loader-8x1ZxRwP .item-2-89r_cd:nth-child(3) {
transition-delay: 233.33333ms;
animation-delay: 0.32s;
}
.loader-8x1ZxRwP .item-2-89r_cd.black-20Ytsf0V {
background-color: #787b86;
}
.loader-8x1ZxRwP .item-2-89r_cd.white-1ucCcc2I {
background-color: #fff;
}
.loader-8x1ZxRwP .item-2-89r_cd.gray-XDhHSS-T {
background-color: #b2b5be;
}
.loader-8x1ZxRwP.loader-initial-1deQDeio {
opacity: 0.1;
}
.loader-8x1ZxRwP.loader-initial-1deQDeio .item-2-89r_cd {
animation: none;
transform: translateY(12px) scale(0.6);
}
.loader-8x1ZxRwP.loader-appear-2krFtMrd {
opacity: 1;
transition: opacity 0.7s ease;
}
.loader-8x1ZxRwP.loader-appear-2krFtMrd .item-2-89r_cd {
animation: none;
transform: translateY(0) scale(0.6);
}

View File

@ -1,73 +0,0 @@
.loader-8x1ZxRwP {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 100%;
margin: 0 auto;
text-align: center;
font-size: 0;
opacity: 1;
transition: opacity 0.35s ease;
}
@keyframes tv-button-loader-23vqS1uY {
0%,
to {
transform: scale(0.6);
}
50% {
transform: scale(0.9);
}
}
.loader-8x1ZxRwP:after {
content: ' ';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.loader-8x1ZxRwP .item-2-89r_cd {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
vertical-align: middle;
width: 10px;
height: 10px;
opacity: 1;
border-radius: 100%;
transform: translateY(0) scale(0.6);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation: tv-button-loader-23vqS1uY 0.96s infinite ease-in-out both;
}
.loader-8x1ZxRwP .item-2-89r_cd:nth-child(2) {
transition-delay: 0.11666667s;
animation-delay: 0.151s;
}
.loader-8x1ZxRwP .item-2-89r_cd:nth-child(3) {
transition-delay: 233.33333ms;
animation-delay: 0.32s;
}
.loader-8x1ZxRwP .item-2-89r_cd.black-20Ytsf0V {
background-color: #787b86;
}
.loader-8x1ZxRwP .item-2-89r_cd.white-1ucCcc2I {
background-color: #fff;
}
.loader-8x1ZxRwP .item-2-89r_cd.gray-XDhHSS-T {
background-color: #b2b5be;
}
.loader-8x1ZxRwP.loader-initial-1deQDeio {
opacity: 0.1;
}
.loader-8x1ZxRwP.loader-initial-1deQDeio .item-2-89r_cd {
animation: none;
transform: translateY(12px) scale(0.6);
}
.loader-8x1ZxRwP.loader-appear-2krFtMrd {
opacity: 1;
transition: opacity 0.7s ease;
}
.loader-8x1ZxRwP.loader-appear-2krFtMrd .item-2-89r_cd {
animation: none;
transform: translateY(0) scale(0.6);
}

View File

@ -1,50 +0,0 @@
.wrap-3vvdSnDX {
display: flex;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 0;
}
.wrap-3vvdSnDX .backdrop-1knaw_yl {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #9598a1;
transform: translateZ(0);
opacity: 0.7;
}
html.theme-dark .wrap-3vvdSnDX .backdrop-1knaw_yl {
background-color: #0c0e15;
}
.wrap-3vvdSnDX.positionBottom-3zJf6Byh {
align-items: flex-end;
}
.wrap-3vvdSnDX .drawer-1_nJUEiM {
background: #fff;
box-shadow: 0 2px 6px #b2b5be;
box-sizing: border-box;
padding: 6px 0;
-webkit-overflow-scrolling: touch;
z-index: 1;
}
html.theme-dark .wrap-3vvdSnDX .drawer-1_nJUEiM {
box-shadow: 0 2px 6px #000;
background: #1e222d;
}
.wrap-3vvdSnDX .drawer-1_nJUEiM.positionLeft-2wxVhi9G {
min-width: 260px;
max-width: calc(100% - 40px);
margin-right: 40px;
}
.wrap-3vvdSnDX .drawer-1_nJUEiM.positionBottom-3zJf6Byh {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
margin-top: 100px;
max-height: calc(100% - 100px);
flex-basis: 100%;
overflow: auto;
}

View File

@ -1,50 +0,0 @@
.wrap-3vvdSnDX {
display: flex;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
.wrap-3vvdSnDX .backdrop-1knaw_yl {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #9598a1;
transform: translateZ(0);
opacity: 0.7;
}
html.theme-dark .wrap-3vvdSnDX .backdrop-1knaw_yl {
background-color: #0c0e15;
}
.wrap-3vvdSnDX.positionBottom-3zJf6Byh {
align-items: flex-end;
}
.wrap-3vvdSnDX .drawer-1_nJUEiM {
background: #fff;
box-shadow: 0 2px 6px #b2b5be;
box-sizing: border-box;
padding: 6px 0;
-webkit-overflow-scrolling: touch;
z-index: 1;
}
html.theme-dark .wrap-3vvdSnDX .drawer-1_nJUEiM {
box-shadow: 0 2px 6px #000;
background: #1e222d;
}
.wrap-3vvdSnDX .drawer-1_nJUEiM.positionLeft-2wxVhi9G {
min-width: 260px;
max-width: calc(100% - 40px);
margin-left: 40px;
}
.wrap-3vvdSnDX .drawer-1_nJUEiM.positionBottom-3zJf6Byh {
border-top-right-radius: 6px;
border-top-left-radius: 6px;
margin-top: 100px;
max-height: calc(100% - 100px);
flex-basis: 100%;
overflow: auto;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[23], []]);

View File

@ -1,30 +0,0 @@
.errors-C3KBJakt {
position: absolute;
z-index: 2;
padding: 10px 15px;
color: #fff;
opacity: 0;
text-align: center;
border-radius: 3px;
background-color: #2a2e39;
pointer-events: none;
box-sizing: border-box;
}
html.theme-dark .errors-C3KBJakt {
background-color: #363c4e;
}
.errors-C3KBJakt:empty {
display: none;
}
.errors-C3KBJakt.show-2G4PY7Uu {
opacity: 1;
}
.errors-C3KBJakt .error-3G4k6KUC {
font-size: 12px;
line-height: 1.4;
text-transform: none;
margin-top: 10px;
}
.errors-C3KBJakt .error-3G4k6KUC:first-child {
margin-top: 0;
}

View File

@ -1,30 +0,0 @@
.errors-C3KBJakt {
position: absolute;
z-index: 2;
padding: 10px 15px;
color: #fff;
opacity: 0;
text-align: center;
border-radius: 3px;
background-color: #2a2e39;
pointer-events: none;
box-sizing: border-box;
}
html.theme-dark .errors-C3KBJakt {
background-color: #363c4e;
}
.errors-C3KBJakt:empty {
display: none;
}
.errors-C3KBJakt.show-2G4PY7Uu {
opacity: 1;
}
.errors-C3KBJakt .error-3G4k6KUC {
font-size: 12px;
line-height: 1.4;
text-transform: none;
margin-top: 10px;
}
.errors-C3KBJakt .error-3G4k6KUC:first-child {
margin-top: 0;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[24], []]);

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[25], []]);

View File

@ -1,20 +0,0 @@
.separator-25lkUpN- {
margin: 6px 0;
height: 1px;
background-color: #e0e3eb;
}
html.theme-dark .separator-25lkUpN- {
background-color: #434651;
}
.small-1IE19htj {
margin-top: 4px;
margin-bottom: 4px;
}
.normal-2jX5NqMI {
margin-top: 6px;
margin-bottom: 6px;
}
.large-3vmbMIE7 {
margin-top: 8px;
margin-bottom: 8px;
}

View File

@ -1,20 +0,0 @@
.separator-25lkUpN- {
margin: 6px 0;
height: 1px;
background-color: #e0e3eb;
}
html.theme-dark .separator-25lkUpN- {
background-color: #434651;
}
.small-1IE19htj {
margin-top: 4px;
margin-bottom: 4px;
}
.normal-2jX5NqMI {
margin-top: 6px;
margin-bottom: 6px;
}
.large-3vmbMIE7 {
margin-top: 8px;
margin-bottom: 8px;
}

View File

@ -1,60 +0,0 @@
.button-1scLo53s {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
min-width: 22px;
width: 22px;
height: 22px;
font-size: 0;
color: #787b86;
}
.button-1scLo53s:active {
color: #131722;
background-color: #e0e3eb;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-1scLo53s:hover {
color: #131722;
background-color: #e0e3eb;
}
}
html.theme-dark .button-1scLo53s:active {
background-color: #363a45;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-1scLo53s:hover {
background-color: #363a45;
}
}
html.theme-dark .button-1scLo53s:active {
color: #b2b5be;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-1scLo53s:hover {
color: #b2b5be;
}
}
.button-1scLo53s.active-2T0ofIIp,
html.theme-dark .button-1scLo53s.active-2T0ofIIp {
color: #90caf9;
}
.button-1scLo53s.active-2T0ofIIp:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-1scLo53s.active-2T0ofIIp:hover {
background-color: #1e88e5;
}
}
html.theme-dark .button-1scLo53s.active-2T0ofIIp:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-1scLo53s.active-2T0ofIIp:hover {
background-color: #1e88e5;
}
}
.hidden-2GRQzIQ1 {
visibility: hidden;
}

View File

@ -1,60 +0,0 @@
.button-1scLo53s {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
min-width: 22px;
width: 22px;
height: 22px;
font-size: 0;
color: #787b86;
}
.button-1scLo53s:active {
color: #131722;
background-color: #e0e3eb;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-1scLo53s:hover {
color: #131722;
background-color: #e0e3eb;
}
}
html.theme-dark .button-1scLo53s:active {
background-color: #363a45;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-1scLo53s:hover {
background-color: #363a45;
}
}
html.theme-dark .button-1scLo53s:active {
color: #b2b5be;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-1scLo53s:hover {
color: #b2b5be;
}
}
.button-1scLo53s.active-2T0ofIIp,
html.theme-dark .button-1scLo53s.active-2T0ofIIp {
color: #90caf9;
}
.button-1scLo53s.active-2T0ofIIp:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-1scLo53s.active-2T0ofIIp:hover {
background-color: #1e88e5;
}
}
html.theme-dark .button-1scLo53s.active-2T0ofIIp:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-1scLo53s.active-2T0ofIIp:hover {
background-color: #1e88e5;
}
}
.hidden-2GRQzIQ1 {
visibility: hidden;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[26], []]);

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[28], []]);

File diff suppressed because it is too large Load Diff

View File

@ -1,497 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[29],
{
'56W2': function (e, t, s) {
(function (t) {
var s;
(s = void 0 !== t ? t : this),
(e.exports = (function (e) {
if (e.CSS && e.CSS.escape) return e.CSS.escape;
var t = function (e) {
if (0 == arguments.length)
throw new TypeError('`CSS.escape` requires an argument.');
for (
var t,
s = String(e),
n = s.length,
i = -1,
o = '',
l = s.charCodeAt(0);
++i < n;
)
0 != (t = s.charCodeAt(i))
? (o +=
(t >= 1 && t <= 31) ||
127 == t ||
(0 == i && t >= 48 && t <= 57) ||
(1 == i && t >= 48 && t <= 57 && 45 == l)
? '\\' + t.toString(16) + ' '
: (0 == i && 1 == n && 45 == t) ||
!(
t >= 128 ||
45 == t ||
95 == t ||
(t >= 48 && t <= 57) ||
(t >= 65 && t <= 90) ||
(t >= 97 && t <= 122)
)
? '\\' + s.charAt(i)
: s.charAt(i))
: (o += '<27>');
return o;
};
return e.CSS || (e.CSS = {}), (e.CSS.escape = t), t;
})(s));
}.call(this, s('yLpj')));
},
Gs9W: function (e, t, s) {},
jgM0: function (e, t, s) {
'use strict';
var n = s('56W2');
s('Gs9W'),
(function (e, t) {
function s() {
(this._state = []),
(this._defaults = {
classHolder: 'sbHolder',
classHolderDisabled: 'sbHolderDisabled',
classHolderOpen: 'sbHolderOpen',
classSelector: 'sbSelector',
classOptions: 'sbOptions',
classGroup: 'sbGroup',
classSub: 'sbSub',
classDisabled: 'sbDisabled',
classToggleOpen: 'sbToggleOpen',
classToggle: 'sbToggle',
classSeparator: 'sbSeparator',
useCustomPrependWithSelector: '',
customPrependSelectorClass: '',
speed: 200,
slidesUp: !1,
effect: 'slide',
onChange: null,
beforeOpen: null,
onOpen: null,
onClose: null,
});
}
function i(t, s, n, i) {
function o() {
s.removeClass(t.settings.customPrependSelectorClass),
t._lastSelectorPrepend &&
(t._lastSelectorPrepend.remove(),
delete t._lastSelectorPrepend),
n.data('custom-option-prepend') &&
(t.settings.customPrependSelectorClass &&
s.addClass(t.settings.customPrependSelectorClass),
(t._lastSelectorPrepend = e(
n.data('custom-option-prepend'),
).clone()),
s[t.settings.useCustomPrependWithSelector](
t._lastSelectorPrepend,
));
}
t.settings.useCustomPrependWithSelector &&
(i ? (t._onAttachCallback = o) : o());
}
e.extend(s.prototype, {
_refreshSelectbox: function (e, t) {
if (!e) return !1;
var s = this._getInst(e);
return null != s && (this._fillList(e, s, t), !0);
},
_isOpenSelectbox: function (e) {
return !!e && this._getInst(e).isOpen;
},
_isDisabledSelectbox: function (e) {
return !!e && this._getInst(e).isDisabled;
},
_attachSelectbox: function (t, s) {
if (this._getInst(t)) return !1;
var i,
o,
l,
a,
c = e(t),
r = this,
d = r._newInst(c);
c.find('optgroup'), c.find('option').length;
function p() {
var t,
s = this.attr('id').split('_')[1];
for (t in r._state)
t !== s &&
r._state.hasOwnProperty(t) &&
e(":input[sb='" + t + "']")[0] &&
r._closeSelectbox(e(":input[sb='" + t + "']")[0]);
}
c.attr('sb', d.uid),
e.extend(d.settings, r._defaults, s),
(r._state[d.uid] = !1),
c.hide(),
(i = e('<div>', {
id: 'sbHolder_' + d.uid,
class: d.settings.classHolder,
}));
var u = c.data('selectbox-css');
function b(s) {
c.children().each(function (n) {
var i;
if (e(this).is(':selected')) {
if (38 == s && n > 0)
return (
(i = e(c.children()[n - 1])),
r._changeSelectbox(t, i.val(), i.text()),
!1
);
if (40 == s && n < c.children().length - 1)
return (
(i = e(c.children()[n + 1])),
r._changeSelectbox(t, i.val(), i.text()),
!1
);
}
});
}
u && i.css(u),
(o = e('<a>', {
id: 'sbSelector_' + d.uid,
href: '#',
class: d.settings.classSelector,
click: function (s) {
s.preventDefault(),
s.stopPropagation(),
p.apply(e(this), []);
var n = e(this).attr('id').split('_')[1];
r._state[n]
? r._closeSelectbox(t)
: (r._openSelectbox(t), l.focus());
},
keyup: function (e) {
b(e.keyCode);
},
})),
(l = e('<a>', {
id: 'sbToggle_' + d.uid,
href: '#',
class: d.settings.classToggle,
click: function (s) {
s.preventDefault(),
s.stopPropagation(),
p.apply(e(this), []);
var n = e(this).attr('id').split('_')[1];
r._state[n]
? r._closeSelectbox(t)
: (r._openSelectbox(t), l.focus());
},
keyup: function (e) {
b(e.keyCode);
},
})),
e('<div class="tv-caret"></div>').appendTo(l),
l.appendTo(i),
(a = e('<ul>', {
id: 'sbOptions_' + d.uid,
class: d.settings.classOptions,
css: { display: 'none' },
})),
(d.sbOptions = a),
(d.sbToggle = l),
(d.sbSelector = o),
this._fillList(t, d),
e.data(t, 'selectbox', d),
o.appendTo(i),
a.appendTo(i),
i.insertAfter(c),
d._onAttachCallback &&
(d._onAttachCallback(), delete d._onAttachCallback),
c.is(':disabled') && e.selectbox._disableSelectbox(t),
c.change(function () {
var s = e(this).val(),
i = c.find("option[value='" + n(s) + "']").text();
r._changeSelectbox(t, s, i);
});
},
_detachSelectbox: function (t) {
var s = this._getInst(t);
if (!s) return !1;
e('#sbHolder_' + s.uid).remove(),
delete this._state[s.uid],
e.data(t, 'selectbox', null),
e(t).show();
},
_changeSelectbox: function (t, s, o) {
var l = e(t.ownerDocument),
a = this._getInst(t),
c = this._get(a, 'onChange');
if (
!(
l.find('#sbSelector_' + a.uid).text() === o &&
l
.find('#sbOptions_' + a.uid)
.find('a[rel="' + s + '"]')
.hasClass('active')
)
) {
var r = e(t).find("option[value='" + n(s) + "']"),
d = l.find('#sbSelector_' + a.uid);
d.text(o),
i(a, d, r),
l
.find('#sbOptions_' + a.uid)
.find('.active')
.removeClass('active'),
l
.find('#sbOptions_' + a.uid)
.find('a[rel="' + s + '"]')
.addClass('active'),
e(t).find('option').attr('selected', !1),
r.attr('selected', !0),
c
? c.apply(a.input ? a.input[0] : null, [s, a])
: a.input && a.input.trigger('change');
}
},
_enableSelectbox: function (t) {
var s = this._getInst(t);
if (!s || !s.isDisabled) return !1;
e(t.ownerDocument)
.find('#sbHolder_' + s.uid)
.removeClass(s.settings.classHolderDisabled),
(s.isDisabled = !1),
e.data(t, 'selectbox', s);
},
_disableSelectbox: function (t) {
var s = this._getInst(t);
if (!s || s.isDisabled) return !1;
e(t.ownerDocument)
.find('#sbHolder_' + s.uid)
.addClass(s.settings.classHolderDisabled),
(s.isDisabled = !0),
e.data(t, 'selectbox', s);
},
_optionSelectbox: function (t, s, n) {
var i = this._getInst(t);
return (
!!i &&
(null == n
? i[s]
: ((i[s] = n), void e.data(t, 'selectbox', i)))
);
},
_openSelectbox: function (t) {
var s = this._getInst(t),
n = this;
if (s && !s.isOpen && !s.isDisabled) {
var i = e(t.ownerDocument),
o = e(t.ownerDocument.defaultView),
l = i.find('#sbOptions_' + s.uid),
a = parseInt(o.height(), 10),
c = parseInt(o.width(), 10),
r = i.find('#sbHolder_' + s.uid).offset(),
d = o.scrollTop(),
p = l.prev().height(),
u = a - (r.top - d) - p / 2,
b = this._get(s, 'onOpen'),
f = this._get(s, 'beforeOpen'),
g = null;
f && (g = f()),
'object' == typeof g && null !== g
? l.css(g)
: (u > 50 && !s.settings.slidesUp
? l.css({
bottom: 'auto',
top: p + 2 + 'px',
maxHeight: u - p + 'px',
})
: l.css({
top: 'auto',
bottom: p + 2 + 'px',
maxHeight: r.top - d - p / 2 + 'px',
}),
r.left + l.width() > c
? l.css(
'left',
'-' + (l.width() - l.parent().width() + 3) + 'px',
)
: l.css('left', '-1px')),
'fade' === s.settings.effect
? l.fadeIn(s.settings.speed)
: l.slideDown(s.settings.speed),
i
.find('#sbToggle_' + s.uid)
.addClass(s.settings.classToggleOpen),
i
.find('#sbHolder_' + s.uid)
.addClass(s.settings.classHolderOpen),
(this._state[s.uid] = !0),
(s.isOpen = !0),
b && b.apply(s.input ? s.input[0] : null, [s]),
e.data(t, 'selectbox', s),
i.unbind('click.sbClose').one('click.sbClose', function () {
n._closeSelectbox(t);
});
}
},
_closeSelectbox: function (t) {
var s = this._getInst(t);
if (s && s.isOpen) {
var n = e(t.ownerDocument),
i = this._get(s, 'onClose');
n.find('#sbOptions_' + s.uid).hide(),
n
.find('#sbToggle_' + s.uid)
.removeClass(s.settings.classToggleOpen),
n
.find('#sbHolder_' + s.uid)
.removeClass(s.settings.classHolderOpen),
(this._state[s.uid] = !1),
(s.isOpen = !1),
i && i.apply(s.input ? s.input[0] : null, [s]),
e.data(t, 'selectbox', s),
n.unbind('click.sbClose');
}
},
_newInst: function (e) {
return {
id: e[0].id.replace(/([^A-Za-z0-9_-])/g, '\\\\$1'),
input: e,
uid: Math.floor(99999999 * Math.random()),
isOpen: !1,
isDisabled: !1,
isSelected: !1,
settings: {},
};
},
_getInst: function (t) {
try {
return e.data(t, 'selectbox');
} catch (s) {
throw 'Missing instance data for this selectbox';
}
},
_get: function (e, t) {
return void 0 !== e.settings[t]
? e.settings[t]
: this._defaults[t];
},
_getOptions: function (t, s, n, o, l) {
var a = !(!arguments[1] || !arguments[1].sub),
c = !(!arguments[1] || !arguments[1].disabled),
r = this;
arguments[0].each(function (t) {
var s,
d = e(this),
p = e('<li>');
d.is(':selected') &&
(n.sbSelector.text(d.text()),
i(n, n.sbSelector, d, !0),
(n.isSelected = !0)),
t === o - 1 && p.addClass('last'),
(function () {
var t = d.text(),
i = d.data('custom-option-text'),
o = void 0 !== i ? i : t;
'__separator__' === d.val()
? (s = e('<span>').addClass(
n.settings.classSeparator,
)).appendTo(p)
: d.is(':disabled') || c
? ((s = e('<span>', { text: o }).addClass(
n.settings.classDisabled,
)),
a && s.addClass(n.settings.classSub),
s.appendTo(p))
: ((s = e('<a>', {
href: '#' + d.val(),
rel: d.val(),
text: o,
class: 'filter',
click: function (s) {
s.preventDefault();
var i = n.sbToggle;
i.attr('id').split('_')[1];
r._closeSelectbox(l),
r._changeSelectbox(l, e(this).attr('rel'), t),
i.focus();
},
})),
d.is(':selected') && s.addClass('active'),
a && s.addClass(n.settings.classSub),
s.appendTo(p));
var u = d.data('custom-option-prepend');
u && s.prepend(u);
})(),
p.addClass(d.attr('class')),
p.appendTo(n.sbOptions);
});
},
_fillList: function (t, s, n) {
var o = this,
l = e(t),
a = (l.find('optgroup'), l.find('option')),
c = a.length;
n || (n = 0),
l
.children()
.slice(n)
.each(function (n) {
var i,
l = e(this),
a = {};
l.is('option')
? o._getOptions(l, null, s, c, t)
: l.is('optgroup') &&
((i = e('<li>')),
e('<span>', { text: l.attr('label') })
.addClass(s.settings.classGroup)
.appendTo(i),
i.appendTo(s.sbOptions),
l.is(':disabled') && (a.disabled = !0),
(a.sub = !0),
o._getOptions(l.find('option'), a, s, c, t));
}),
s.isSelected ||
(s.sbSelector.text(a.first().text()),
i(s, s.sbSelector, a.first(), !0),
(s.isSelected = !0));
},
}),
(e.fn.selectbox = function (t) {
var s = Array.prototype.slice.call(arguments, 1);
return ('string' == typeof t && 'isDisabled' == t) ||
('option' == t &&
2 == arguments.length &&
'string' == typeof arguments[1])
? e.selectbox['_' + t + 'Selectbox'].apply(
e.selectbox,
[this[0]].concat(s),
)
: this.each(function () {
'string' == typeof t
? e.selectbox['_' + t + 'Selectbox'].apply(
e.selectbox,
[this].concat(s),
)
: e.selectbox._attachSelectbox(this, t);
});
}),
(e.selectbox = new s()),
(e.selectbox.version = '0.1.3');
})(jQuery);
},
wmOI: function (e, t, s) {
'use strict';
Object.defineProperty(t, '__esModule', { value: !0 });
(t.LEFT_ARROW = 37),
(t.UP_ARROW = 38),
(t.RIGHT_ARROW = 39),
(t.DOWN_ARROW = 40),
(t.ENTER = 13),
(t.ESC = 27),
(t.SPACE = 32),
(t.SLASH = 47);
},
},
]);

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[3], []]);

View File

@ -1,60 +0,0 @@
.tv-ticker {
display: inline;
position: absolute;
width: 13px;
height: 27px;
margin: 0 0 0 -13px;
}
.tv-ticker__btn {
width: 7px;
height: 8px;
padding: 2px;
border: 1px solid;
border-color: #dadde0;
background: #fff;
fill: #9db2bd;
}
html.theme-dark .tv-ticker__btn {
background: #131722;
border-color: #363c4e;
}
.tv-ticker__btn > svg {
display: block;
width: 7px;
height: 8px;
}
.tv-ticker__btn--up > svg {
transform: scaleY(-1);
}
.tv-ticker__btn--down {
border-top-width: 0;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-ticker__btn:hover {
background-color: #f2f2f2;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .tv-ticker__btn:hover {
background-color: #1c2030;
}
}
.tv-ticker__btn.i-active,
.tv-ticker__btn:active {
background-color: #ececec;
}
html.theme-dark .tv-ticker__btn.i-active,
html.theme-dark .tv-ticker__btn:active {
background-color: #262b3e;
}
input:focus + .tv-ticker .tv-ticker__btn {
border-color: #2196f3;
fill: #2196f3;
}
html.theme-dark input:focus + .tv-ticker .tv-ticker__btn {
fill: #1976d2;
border-color: #1976d2;
}
input:disabled + .tv-ticker {
display: none;
}

View File

@ -1,60 +0,0 @@
.tv-ticker {
display: inline;
position: absolute;
width: 13px;
height: 27px;
margin: 0 -13px 0 0;
}
.tv-ticker__btn {
width: 7px;
height: 8px;
padding: 2px;
border: 1px solid;
border-color: #dadde0;
background: #fff;
fill: #9db2bd;
}
html.theme-dark .tv-ticker__btn {
background: #131722;
border-color: #363c4e;
}
.tv-ticker__btn > svg {
display: block;
width: 7px;
height: 8px;
}
.tv-ticker__btn--up > svg {
transform: scaleY(-1);
}
.tv-ticker__btn--down {
border-top-width: 0;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-ticker__btn:hover {
background-color: #f2f2f2;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .tv-ticker__btn:hover {
background-color: #1c2030;
}
}
.tv-ticker__btn.i-active,
.tv-ticker__btn:active {
background-color: #ececec;
}
html.theme-dark .tv-ticker__btn.i-active,
html.theme-dark .tv-ticker__btn:active {
background-color: #262b3e;
}
input:focus + .tv-ticker .tv-ticker__btn {
border-color: #2196f3;
fill: #2196f3;
}
html.theme-dark input:focus + .tv-ticker .tv-ticker__btn {
fill: #1976d2;
border-color: #1976d2;
}
input:disabled + .tv-ticker {
display: none;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[30], []]);

View File

@ -1,308 +0,0 @@
.tv-select {
display: none;
}
.tv-select-container {
background-color: #f1f3f6;
border: 1px solid;
border-color: #dadde0;
border-radius: 0;
height: 26px;
position: relative;
display: inline-block;
vertical-align: top;
color: #4a4a4a;
}
html.theme-dark .tv-select-container {
color: #c5cbce;
border-color: #363c4e;
background-color: #2f3241;
}
.tv-select-container a {
color: #4a4a4a;
}
html.theme-dark .tv-select-container a {
color: #c5cbce;
}
.tv-select-container.sbHolderOpen,
.tv-select-container.sbHolderOpen a {
color: #000;
}
.tv-select-container.sbHolderDisabled {
background-color: #fff;
border-color: #e3e5e6;
color: gray;
}
.tv-select-container.sbHolderDisabled a {
color: gray;
}
.tv-select-container.sbHolderDisabled .sbToggle {
opacity: 0.2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-select-container:hover:not(.sbHolderDisabled) .sbToggle:after {
border-color: #000 transparent transparent;
}
}
.tv-select-container .sbSelector {
cursor: default;
display: block;
height: 26px;
line-height: 26px;
outline: none;
overflow: hidden;
padding: 0 23px 0 10px;
color: #333;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-select-container .sbSelector:hover {
outline: none;
text-decoration: none;
}
}
.tv-select-container .sbToggle {
display: flex;
align-items: center;
position: absolute;
right: 5px;
top: 6px;
height: 15px;
width: 13px;
cursor: default;
}
.tv-select-container .sbToggle .tv-caret {
color: #4a4a4a;
}
html.theme-dark .tv-select-container .sbToggle .tv-caret {
color: #c5cbce;
}
.tv-select-container.dialog {
height: 25px;
vertical-align: middle;
}
.tv-select-container.dialog .sbSelector {
height: 25px;
line-height: 25px;
padding: 0 20px 0 10px;
min-width: 80px;
width: calc(100% - 30px);
}
.tv-select-container.dialog .sbOptions {
min-width: 100%;
z-index: 3;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark
.tv-select-container.dialog
.sbOptions::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar-corner {
display: none;
}
.tv-select-container .sbSeparator {
display: block;
height: 1px;
background: #c9cbcd;
}
.tv-select.inset + .tv-select-container {
background: #eff3f6;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
color: #6f7073;
}
.tv-unstyled-select-container {
position: relative;
}
.property-wide-select .tv-select-container.dialog .sbSelector {
width: 90px;
}
.tv-report-dialog-select .sbOptions {
max-width: 600px;
}
.tv-report-dialog-select .sbOptions a {
overflow: hidden;
text-overflow: ellipsis;
}
.tv-select-container .sbHolderDisabled {
background-color: #3c3c3c;
border: 1px solid #515151;
}
.tv-select-container .sbOptions,
.tv-unstyled-select-container .sbOptions {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 30px;
min-width: 150px;
z-index: 3;
overflow-y: auto;
background: #fff;
border: 1px solid;
border-color: #dadde0;
overflow-x: hidden;
}
html.theme-dark .tv-select-container .sbOptions,
html.theme-dark .tv-unstyled-select-container .sbOptions {
border-color: #363c4e;
background: #1e222d;
}
.tv-select-container .sbOptions.tv-quandl-select,
.tv-unstyled-select-container .sbOptions.tv-quandl-select {
max-width: 350px;
}
.tv-select-container .sbOptions.three-column-filter,
.tv-unstyled-select-container .sbOptions.three-column-filter {
width: 700px;
}
.tv-select-container
.sbOptions.three-column-filter
li.filter-item:nth-child(2n),
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item:nth-child(2n) {
width: 46%;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item,
.tv-unstyled-select-container .sbOptions.three-column-filter li.filter-item {
overflow: hidden;
float: left;
width: 54%;
min-height: 34px;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item:first-child,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item:first-child {
width: 100%;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item .filter,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item
.filter {
border-bottom: 0;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item .sbIcon,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item
.sbIcon {
display: inline-block;
width: 16px;
height: 11px;
margin: 0 5px 3px 0;
vertical-align: middle;
}
.tv-select-container
.sbOptions.three-column-filter
li.filter-item
.sbIcon.flag-btc,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item
.sbIcon.flag-btc {
height: 16px;
margin-bottom: 2px;
}
.tv-select-container .sbOptions a,
.tv-unstyled-select-container .sbOptions a {
display: block;
white-space: nowrap;
outline: none;
padding: 7px 12px;
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #4a4a4a;
}
html.theme-dark .tv-select-container .sbOptions a,
html.theme-dark .tv-unstyled-select-container .sbOptions a {
color: #c5cbce;
}
.tv-select-container .sbOptions.tv-quandl-select a,
.tv-unstyled-select-container .sbOptions.tv-quandl-select a {
overflow: hidden;
text-overflow: ellipsis;
border-bottom: none;
}
.tv-select-container .sbOptions .spinner-container,
.tv-unstyled-select-container .sbOptions .spinner-container {
position: relative;
height: 30px;
}
.sbOptions a:visited,
.tv-select-container .sbOptions a:link,
.tv-unstyled-select-container .sbOptions a:link {
color: #4a4a4a;
text-decoration: none;
}
html.theme-dark .sbOptions a:visited,
html.theme-dark .tv-select-container .sbOptions a:link,
html.theme-dark .tv-unstyled-select-container .sbOptions a:link {
color: #c5cbce;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-select-container .sbOptions a:hover,
.tv-unstyled-select-container .sbOptions a:hover {
background: #f1f3f6;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .tv-select-container .sbOptions a:hover,
html.theme-dark .tv-unstyled-select-container .sbOptions a:hover {
background: #262b3e;
}
}
.tv-select-container .sbOptions a.active,
.tv-unstyled-select-container .sbOptions a.active {
background: #f1f3f6;
border-left: 3px solid #5cb888;
padding-left: 9px;
color: #333;
}
html.theme-dark .tv-select-container .sbOptions a.active,
html.theme-dark .tv-unstyled-select-container .sbOptions a.active {
background: #262b3e;
}
.tv-select-container .sbOptions li.last a,
.tv-unstyled-select-container .sbOptions li.last a {
border-bottom: none;
}
.tv-select-container .sbOptions .sbDisabled,
.tv-unstyled-select-container .sbOptions .sbDisabled {
display: block;
padding: 7px 0 7px 10px;
}
.tv-select-container .sbOptions .sbGroup,
.tv-unstyled-select-container .sbOptions .sbGroup {
display: block;
font-weight: 700;
padding: 7px 0 7px 3px;
}
.tv-select-container .sbOptions .sbSub,
.tv-unstyled-select-container .sbOptions .sbSub {
padding-left: 17px;
}
.tv-select-container.tv-select-container-fontsize .sbSelector {
width: 26px;
}
.tv-select-container.tv-select-container-fontsize .sbOptions {
min-width: 54px;
}
.tv-select-container-timezone .sbOptions {
min-width: 170px;
}

View File

@ -1,308 +0,0 @@
.tv-select {
display: none;
}
.tv-select-container {
background-color: #f1f3f6;
border: 1px solid;
border-color: #dadde0;
border-radius: 0;
height: 26px;
position: relative;
display: inline-block;
vertical-align: top;
color: #4a4a4a;
}
html.theme-dark .tv-select-container {
color: #c5cbce;
border-color: #363c4e;
background-color: #2f3241;
}
.tv-select-container a {
color: #4a4a4a;
}
html.theme-dark .tv-select-container a {
color: #c5cbce;
}
.tv-select-container.sbHolderOpen,
.tv-select-container.sbHolderOpen a {
color: #000;
}
.tv-select-container.sbHolderDisabled {
background-color: #fff;
border-color: #e3e5e6;
color: gray;
}
.tv-select-container.sbHolderDisabled a {
color: gray;
}
.tv-select-container.sbHolderDisabled .sbToggle {
opacity: 0.2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-select-container:hover:not(.sbHolderDisabled) .sbToggle:after {
border-color: #000 transparent transparent;
}
}
.tv-select-container .sbSelector {
cursor: default;
display: block;
height: 26px;
line-height: 26px;
outline: none;
overflow: hidden;
padding: 0 10px 0 23px;
color: #333;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-select-container .sbSelector:hover {
outline: none;
text-decoration: none;
}
}
.tv-select-container .sbToggle {
display: flex;
align-items: center;
position: absolute;
left: 5px;
top: 6px;
height: 15px;
width: 13px;
cursor: default;
}
.tv-select-container .sbToggle .tv-caret {
color: #4a4a4a;
}
html.theme-dark .tv-select-container .sbToggle .tv-caret {
color: #c5cbce;
}
.tv-select-container.dialog {
height: 25px;
vertical-align: middle;
}
.tv-select-container.dialog .sbSelector {
height: 25px;
line-height: 25px;
padding: 0 10px 0 20px;
min-width: 80px;
width: calc(100% - 30px);
}
.tv-select-container.dialog .sbOptions {
min-width: 100%;
z-index: 3;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark
.tv-select-container.dialog
.sbOptions::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.tv-select-container.dialog .sbOptions::-webkit-scrollbar-corner {
display: none;
}
.tv-select-container .sbSeparator {
display: block;
height: 1px;
background: #c9cbcd;
}
.tv-select.inset + .tv-select-container {
background: #eff3f6;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
color: #6f7073;
}
.tv-unstyled-select-container {
position: relative;
}
.property-wide-select .tv-select-container.dialog .sbSelector {
width: 90px;
}
.tv-report-dialog-select .sbOptions {
max-width: 600px;
}
.tv-report-dialog-select .sbOptions a {
overflow: hidden;
text-overflow: ellipsis;
}
.tv-select-container .sbHolderDisabled {
background-color: #3c3c3c;
border: 1px solid #515151;
}
.tv-select-container .sbOptions,
.tv-unstyled-select-container .sbOptions {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 30px;
min-width: 150px;
z-index: 3;
overflow-y: auto;
background: #fff;
border: 1px solid;
border-color: #dadde0;
overflow-x: hidden;
}
html.theme-dark .tv-select-container .sbOptions,
html.theme-dark .tv-unstyled-select-container .sbOptions {
border-color: #363c4e;
background: #1e222d;
}
.tv-select-container .sbOptions.tv-quandl-select,
.tv-unstyled-select-container .sbOptions.tv-quandl-select {
max-width: 350px;
}
.tv-select-container .sbOptions.three-column-filter,
.tv-unstyled-select-container .sbOptions.three-column-filter {
width: 700px;
}
.tv-select-container
.sbOptions.three-column-filter
li.filter-item:nth-child(2n),
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item:nth-child(2n) {
width: 46%;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item,
.tv-unstyled-select-container .sbOptions.three-column-filter li.filter-item {
overflow: hidden;
float: right;
width: 54%;
min-height: 34px;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item:first-child,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item:first-child {
width: 100%;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item .filter,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item
.filter {
border-bottom: 0;
}
.tv-select-container .sbOptions.three-column-filter li.filter-item .sbIcon,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item
.sbIcon {
display: inline-block;
width: 16px;
height: 11px;
margin: 0 0 3px 5px;
vertical-align: middle;
}
.tv-select-container
.sbOptions.three-column-filter
li.filter-item
.sbIcon.flag-btc,
.tv-unstyled-select-container
.sbOptions.three-column-filter
li.filter-item
.sbIcon.flag-btc {
height: 16px;
margin-bottom: 2px;
}
.tv-select-container .sbOptions a,
.tv-unstyled-select-container .sbOptions a {
display: block;
white-space: nowrap;
outline: none;
padding: 7px 12px;
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #4a4a4a;
}
html.theme-dark .tv-select-container .sbOptions a,
html.theme-dark .tv-unstyled-select-container .sbOptions a {
color: #c5cbce;
}
.tv-select-container .sbOptions.tv-quandl-select a,
.tv-unstyled-select-container .sbOptions.tv-quandl-select a {
overflow: hidden;
text-overflow: ellipsis;
border-bottom: none;
}
.tv-select-container .sbOptions .spinner-container,
.tv-unstyled-select-container .sbOptions .spinner-container {
position: relative;
height: 30px;
}
.sbOptions a:visited,
.tv-select-container .sbOptions a:link,
.tv-unstyled-select-container .sbOptions a:link {
color: #4a4a4a;
text-decoration: none;
}
html.theme-dark .sbOptions a:visited,
html.theme-dark .tv-select-container .sbOptions a:link,
html.theme-dark .tv-unstyled-select-container .sbOptions a:link {
color: #c5cbce;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tv-select-container .sbOptions a:hover,
.tv-unstyled-select-container .sbOptions a:hover {
background: #f1f3f6;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .tv-select-container .sbOptions a:hover,
html.theme-dark .tv-unstyled-select-container .sbOptions a:hover {
background: #262b3e;
}
}
.tv-select-container .sbOptions a.active,
.tv-unstyled-select-container .sbOptions a.active {
background: #f1f3f6;
border-right: 3px solid #5cb888;
padding-right: 9px;
color: #333;
}
html.theme-dark .tv-select-container .sbOptions a.active,
html.theme-dark .tv-unstyled-select-container .sbOptions a.active {
background: #262b3e;
}
.tv-select-container .sbOptions li.last a,
.tv-unstyled-select-container .sbOptions li.last a {
border-bottom: none;
}
.tv-select-container .sbOptions .sbDisabled,
.tv-unstyled-select-container .sbOptions .sbDisabled {
display: block;
padding: 7px 10px 7px 0;
}
.tv-select-container .sbOptions .sbGroup,
.tv-unstyled-select-container .sbOptions .sbGroup {
display: block;
font-weight: 700;
padding: 7px 3px 7px 0;
}
.tv-select-container .sbOptions .sbSub,
.tv-unstyled-select-container .sbOptions .sbSub {
padding-right: 17px;
}
.tv-select-container.tv-select-container-fontsize .sbSelector {
width: 26px;
}
.tv-select-container.tv-select-container-fontsize .sbOptions {
min-width: 54px;
}
.tv-select-container-timezone .sbOptions {
min-width: 170px;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[31], []]);

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[32], []]);

View File

@ -1,63 +0,0 @@
.favorite-2V8VHwKe {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
min-width: 22px;
width: 22px;
height: 22px;
font-size: 0;
color: #787b86;
}
.favorite-2V8VHwKe:active {
color: #131722;
background-color: #e0e3eb;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.favorite-2V8VHwKe:hover {
color: #131722;
background-color: #e0e3eb;
}
}
html.theme-dark .favorite-2V8VHwKe:active {
background-color: #363a45;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .favorite-2V8VHwKe:hover {
background-color: #363a45;
}
}
html.theme-dark .favorite-2V8VHwKe:active {
color: #b2b5be;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .favorite-2V8VHwKe:hover {
color: #b2b5be;
}
}
.favorite-2V8VHwKe.active-3pQAvYvT,
html.theme-dark .favorite-2V8VHwKe.active-3pQAvYvT {
color: #90caf9;
}
.favorite-2V8VHwKe.active-3pQAvYvT:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.favorite-2V8VHwKe.active-3pQAvYvT:hover {
background-color: #1e88e5;
}
}
html.theme-dark .favorite-2V8VHwKe.active-3pQAvYvT:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .favorite-2V8VHwKe.active-3pQAvYvT:hover {
background-color: #1e88e5;
}
}
.favorite-2V8VHwKe.checked-2bhy04CF {
color: #fbc02d;
}
html.theme-dark .favorite-2V8VHwKe.checked-2bhy04CF {
color: #f9a825;
}

View File

@ -1,63 +0,0 @@
.favorite-2V8VHwKe {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
min-width: 22px;
width: 22px;
height: 22px;
font-size: 0;
color: #787b86;
}
.favorite-2V8VHwKe:active {
color: #131722;
background-color: #e0e3eb;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.favorite-2V8VHwKe:hover {
color: #131722;
background-color: #e0e3eb;
}
}
html.theme-dark .favorite-2V8VHwKe:active {
background-color: #363a45;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .favorite-2V8VHwKe:hover {
background-color: #363a45;
}
}
html.theme-dark .favorite-2V8VHwKe:active {
color: #b2b5be;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .favorite-2V8VHwKe:hover {
color: #b2b5be;
}
}
.favorite-2V8VHwKe.active-3pQAvYvT,
html.theme-dark .favorite-2V8VHwKe.active-3pQAvYvT {
color: #90caf9;
}
.favorite-2V8VHwKe.active-3pQAvYvT:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.favorite-2V8VHwKe.active-3pQAvYvT:hover {
background-color: #1e88e5;
}
}
html.theme-dark .favorite-2V8VHwKe.active-3pQAvYvT:active {
background-color: #1e88e5;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .favorite-2V8VHwKe.active-3pQAvYvT:hover {
background-color: #1e88e5;
}
}
.favorite-2V8VHwKe.checked-2bhy04CF {
color: #fbc02d;
}
html.theme-dark .favorite-2V8VHwKe.checked-2bhy04CF {
color: #f9a825;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[36], []]);

View File

@ -1,754 +0,0 @@
.itemWrap-3qF9ynvx {
padding-left: 0;
}
.icon-2y6cSg4c,
.item-112BZuXZ {
display: flex;
align-items: center;
justify-content: center;
}
.icon-2y6cSg4c {
height: 28px;
width: 28px;
}
.selected-3tUrY97Z {
margin: 0 -8px;
}
.label-1uw3rZaL {
padding-left: 6px;
}
.swatches-2NO2y7Xs {
display: flex;
flex-wrap: wrap;
margin: 0 -3px 6px;
}
.swatch-CMyFZXry {
position: relative;
flex: 0 0 15px;
width: 15px;
height: 15px;
margin: 3px;
border: 1px solid currentColor;
border-radius: 2px;
background-color: currentColor;
}
.swatch-CMyFZXry:after {
content: '';
position: absolute;
box-sizing: content-box;
left: -4px;
top: -4px;
width: 100%;
height: 100%;
padding: 2px;
border: 2px solid;
border-color: transparent;
border-radius: 5px;
transition: border-color 0.35s ease;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.swatch-CMyFZXry:hover:after {
border-color: #d1d4dc;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .swatch-CMyFZXry:hover:after {
border-color: #50535e;
}
}
.swatch-CMyFZXry.empty-1lteEy1B {
border-color: #000;
background-color: transparent;
}
html.theme-dark .swatch-CMyFZXry.empty-1lteEy1B {
border-color: #fff;
}
.swatch-CMyFZXry.empty-1lteEy1B:before {
content: '';
position: absolute;
width: 1px;
height: 21px;
left: 7px;
top: -3px;
transform: rotate(45deg);
background-color: #ef5350;
}
html.theme-dark .swatch-CMyFZXry.empty-1lteEy1B:before {
background-color: #ef5350;
}
.swatch-CMyFZXry.white-RBcZELAh {
border-color: #d1d4dc;
}
html.theme-dark .swatch-CMyFZXry.white-RBcZELAh {
border-color: transparent;
}
.swatch-CMyFZXry.selected-3mQR-gqr:after {
content: '';
position: absolute;
z-index: 1;
box-sizing: content-box;
left: -4px;
top: -4px;
width: 100%;
height: 100%;
padding: 2px;
border: 2px solid #2196f3;
border-radius: 5px;
}
html.theme-dark .swatch-CMyFZXry.selected-3mQR-gqr:after {
border: 2px solid #1976d2;
}
.opacity-2aYjtVUz {
display: flex;
align-items: center;
}
.opacitySlider-2S5vLqQZ {
position: relative;
flex: 1 0 auto;
height: 10px;
border-radius: 5px;
background-color: #fff;
background-image: url(a6506134daec7169f68f563f084a9d41.svg);
background-position: 1px;
}
html.theme-dark .opacitySlider-2S5vLqQZ {
background-color: #000;
}
.opacitySliderGradient-1uUWtQAG {
display: block;
width: 100%;
height: 100%;
border-radius: 4px;
border: 1px solid currentColor;
color: inherit;
background-image: linear-gradient(90deg, transparent, currentColor);
}
.opacitySliderGradient-1uUWtQAG,
.pointer-3pBhp8nL {
box-sizing: border-box;
background-color: transparent;
}
.pointer-3pBhp8nL {
position: absolute;
border: 2px solid #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
transition: left 0.1s, top 0.1s;
width: 12px;
height: 12px;
margin: -1px 0 0;
border-radius: 50%;
}
.pointer-3pBhp8nL,
html.theme-dark .pointer-3pBhp8nL {
background-color: #fff;
}
html.theme-dark .pointer-3pBhp8nL {
border: 2px solid #fff;
}
.pointer-3pBhp8nL.dragged-1FWLoCMd {
transition: left 0s;
}
.opacityPointerWrap-133eLPOE {
position: absolute;
left: 0;
top: 0;
width: calc(100% - 12px);
}
.opacityInputWrap-1okRhpq9 {
display: flex;
position: relative;
align-items: center;
color: #131722;
}
html.theme-dark .opacityInputWrap-1okRhpq9 {
color: #b2b5be;
}
.opacityInput-1A9bqplo {
display: flex;
padding: 0 5px;
height: 26px;
border: 1px solid #d1d4dc;
box-sizing: border-box;
border-radius: 4px;
line-height: 24px;
background-color: transparent;
width: 47px;
margin-left: 8px;
padding-right: 14px;
text-align: right;
}
html.theme-dark .opacityInput-1A9bqplo {
border: 1px solid #50535e;
}
.opacityInput-1A9bqplo:focus {
border-color: #2196f3;
}
html.theme-dark .opacityInput-1A9bqplo:focus {
border-color: #1976d2;
}
.opacityInputPercent-n0mDvs0P {
position: absolute;
top: 5px;
left: 40px;
text-align: right;
pointer-events: none;
}
.saturation-2SLmW8C- {
position: relative;
z-index: 0;
border-radius: 2px;
overflow: hidden;
}
.saturation-2SLmW8C-:after,
.saturation-2SLmW8C-:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.saturation-2SLmW8C-:before {
background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.saturation-2SLmW8C-:after {
background-image: linear-gradient(0deg, #000, transparent);
}
.saturation-2SLmW8C- .pointer-2fX2g8ap {
position: absolute;
border: 2px solid #fff;
background-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
transition: left 0.1s, top 0.1s;
z-index: 1;
width: 10px;
height: 10px;
margin: -6px 0 0 -6px;
border-radius: 50%;
}
html.theme-dark .saturation-2SLmW8C- .pointer-2fX2g8ap {
border: 2px solid #fff;
}
.hue-2mlXxlkM {
display: flex;
align-items: stretch;
border-radius: 2px;
background-image: linear-gradient(
180deg,
red 0,
#ff0 17%,
#0f0 33%,
#0ff 50%,
#00f 67%,
#f0f 83%,
red
);
}
.hue-2mlXxlkM .pointer-3fNcCimp {
position: absolute;
border: 2px solid #fff;
background-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
transition: left 0.1s, top 0.1s;
width: 100%;
height: 5px;
margin: -4px 0 0 -2px;
border-radius: 2px;
}
html.theme-dark .hue-2mlXxlkM .pointer-3fNcCimp {
border: 2px solid #fff;
}
.pointerContainer-1T_sOwrr {
position: relative;
margin: 3px 0;
width: 100%;
}
.container-1-OmVBa- {
width: 224px;
padding: 6px 12px;
}
.form-1PwJY7C7 {
display: flex;
margin-bottom: 12px;
}
.swatch-1yekatxU {
width: 26px;
height: 26px;
box-sizing: border-box;
border-radius: 4px;
}
.inputWrap-11zHN5-G {
display: flex;
position: relative;
align-items: center;
color: #131722;
}
html.theme-dark .inputWrap-11zHN5-G {
color: #b2b5be;
}
.inputHash-2IZ-P-A4 {
position: absolute;
top: 5px;
width: 21px;
text-align: right;
pointer-events: none;
}
.input-35LrVJJj {
display: flex;
padding: 0 5px;
height: 26px;
border: 1px solid #d1d4dc;
box-sizing: border-box;
border-radius: 4px;
line-height: 24px;
background-color: transparent;
width: 68px;
margin-left: 8px;
padding-left: 12px;
}
html.theme-dark .input-35LrVJJj {
border: 1px solid #50535e;
}
.input-35LrVJJj:focus {
border-color: #2196f3;
}
html.theme-dark .input-35LrVJJj:focus {
border-color: #1976d2;
}
.buttonWrap-37bmOXG9 {
height: 26px;
margin-left: auto;
}
.hueSaturationWrap-2qtz1WJa {
display: flex;
height: 184px;
}
.saturation-3duvfnxs {
width: 200px;
height: 100%;
margin-right: 7px;
}
.hue-31zIOKyJ {
width: 17px;
height: 100%;
}
.container-3jqXx6VY {
width: 224px;
padding: 6px 12px;
}
.sectionTitle-14f4vHhw {
margin: 12px 0 4px;
font-size: 12px;
line-height: 14px;
color: #787b86;
}
html.theme-dark .sectionTitle-14f4vHhw {
color: #787b86;
}
.separator-37206dUD {
height: 1px;
margin: 12px 0;
background-color: #d1d4dc;
}
html.theme-dark .separator-37206dUD {
background-color: #434651;
}
.separator-37206dUD:last-child {
display: none;
}
.customButton-1OVL2GM7 {
position: relative;
flex: 0 0 17px;
width: 17px;
height: 17px;
margin: 3px;
border-radius: 2px;
transition: background-color 0.35s;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.customButton-1OVL2GM7:hover {
background-color: #f0f3fa;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .customButton-1OVL2GM7:hover {
background-color: #2a2e39;
}
}
.customButton-1OVL2GM7:after,
.customButton-1OVL2GM7:before {
content: '';
position: absolute;
background-color: #131722;
}
html.theme-dark .customButton-1OVL2GM7:after,
html.theme-dark .customButton-1OVL2GM7:before {
background-color: #b2b5be;
}
.customButton-1OVL2GM7:before {
width: 1px;
height: 13px;
left: 8px;
top: 2px;
}
.customButton-1OVL2GM7:after {
width: 13px;
height: 1px;
left: 2px;
top: 8px;
}
.wrap-3KIz6IQG {
display: flex;
}
.thicknessItem-1D40arGe {
display: inline-flex;
position: relative;
justify-content: center;
align-items: center;
flex: 1 1;
box-sizing: border-box;
height: 32px;
background-color: transparent;
border: 1px solid #d1d4dc;
padding: 0 12px;
}
html.theme-dark .thicknessItem-1D40arGe {
border-color: #50535e;
background-color: transparent;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.thicknessItem-1D40arGe:hover {
background-color: #f0f3fa;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .thicknessItem-1D40arGe:hover {
background-color: #2a2e39;
}
}
.thicknessItem-1D40arGe.checked-pDy7EtmX {
background-color: #2196f3;
border-color: #2196f3;
z-index: 1;
}
html.theme-dark .thicknessItem-1D40arGe.checked-pDy7EtmX {
border-color: #2196f3;
background-color: #2196f3;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.thicknessItem-1D40arGe.checked-pDy7EtmX:hover {
background-color: #2196f3;
border-color: #2196f3;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .thicknessItem-1D40arGe.checked-pDy7EtmX:hover {
border-color: #2196f3;
background-color: #2196f3;
}
}
.thicknessItem-1D40arGe + .thicknessItem-1D40arGe {
margin-left: -1px;
}
.thicknessItem-1D40arGe:first-child {
margin-left: 0;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.thicknessItem-1D40arGe:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.radio-mk150mXO {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
padding: 0;
margin: 0;
top: 0;
left: 0;
}
.bar-3l4jwcsX {
width: 100%;
height: 0;
border: 0 solid #131722;
}
html.theme-dark .bar-3l4jwcsX {
border: 0 solid #b2b5be;
}
.bar-3l4jwcsX.checked-pDy7EtmX,
html.theme-dark .bar-3l4jwcsX.checked-pDy7EtmX {
border-top-color: #fff;
}
.thicknessContainer-1lrdH7bz {
padding: 0 12px;
}
.thicknessTitle-2nZV_6CD {
margin: 6px 0 4px;
font-size: 12px;
line-height: 14px;
color: #787b86;
}
html.theme-dark .thicknessTitle-2nZV_6CD {
color: #787b86;
}
.colorPickerWrap-3CKoS76B {
display: inline-flex;
position: relative;
box-sizing: border-box;
align-items: center;
margin: 0;
border-radius: 4px;
border-style: solid;
border-color: #d1d4dc;
}
html.theme-dark .colorPickerWrap-3CKoS76B {
border-color: #50535e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.colorPickerWrap-3CKoS76B:hover {
border-color: #a3a6af;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .colorPickerWrap-3CKoS76B:hover {
border-color: #6a6d78;
}
}
.colorPickerWrap-3CKoS76B.focused-1eNVgMcK {
border-color: #2196f3;
}
html.theme-dark .colorPickerWrap-3CKoS76B.focused-1eNVgMcK {
border-color: #1976d2;
}
.colorPickerWrap-3CKoS76B.readonly-3WKrZDDZ {
border-color: #d1d4dc;
background-color: #f0f3fa;
}
html.theme-dark .colorPickerWrap-3CKoS76B.readonly-3WKrZDDZ {
background-color: #2a2e39;
border-color: #50535e;
}
.colorPickerWrap-3CKoS76B.disabled-3JLIZoXG {
color: #b2b5be;
border-color: #d1d4dc;
background-color: #f0f3fa;
}
html.theme-dark .colorPickerWrap-3CKoS76B.disabled-3JLIZoXG {
background-color: #2a2e39;
border-color: #50535e;
color: #50535e;
}
.colorPickerWrap-3CKoS76B.size-small-171myYWP {
height: 24px;
}
.colorPickerWrap-3CKoS76B.size-medium-vQ4tJKsY {
height: 34px;
}
.colorPickerWrap-3CKoS76B.size-large-36sdciXs {
height: 48px;
}
.colorPickerWrap-3CKoS76B.font-size-medium-2FxxjPlX,
.colorPickerWrap-3CKoS76B.font-size-small-2MhPDpOT {
font-size: 14px;
line-height: 20px;
}
.colorPickerWrap-3CKoS76B.font-size-large-272pPq9L {
font-size: 16px;
line-height: 24px;
}
.colorPickerWrap-3CKoS76B.border-none-IfU-lwor {
border-width: 0;
}
.colorPickerWrap-3CKoS76B.border-none-IfU-lwor .shadow-2guXPu-j {
margin: 0;
}
.colorPickerWrap-3CKoS76B.border-thin-1PBFvGUv {
border-width: 1px;
}
.colorPickerWrap-3CKoS76B.border-thin-1PBFvGUv .shadow-2guXPu-j {
margin: -1px;
}
.colorPickerWrap-3CKoS76B.border-thick-sfRUs3z9 {
border-width: 2px;
}
.colorPickerWrap-3CKoS76B.border-thick-sfRUs3z9 .shadow-2guXPu-j {
margin: -2px;
}
.colorPickerWrap-3CKoS76B.intent-default-24Iojkmz .shadow-2guXPu-j {
border-color: #d1d4dc;
}
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-default-24Iojkmz
.shadow-2guXPu-j {
border-color: #50535e;
}
.colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu,
.colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu .shadow-2guXPu-j,
html.theme-dark .colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu,
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu
.shadow-2guXPu-j {
border-color: #00897b;
}
.colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ,
.colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ .shadow-2guXPu-j,
html.theme-dark .colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ,
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ
.shadow-2guXPu-j {
border-color: #ff9800;
}
.colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR {
border-color: #f44336;
}
html.theme-dark .colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR {
border-color: #d32f2f;
}
.colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR .shadow-2guXPu-j {
border-color: #f44336;
}
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR
.shadow-2guXPu-j {
border-color: #d32f2f;
}
.colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV {
border-color: #2196f3;
}
html.theme-dark .colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV {
border-color: #1976d2;
}
.colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV .shadow-2guXPu-j {
border-color: #2196f3;
}
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV
.shadow-2guXPu-j {
border-color: #1976d2;
}
.colorPickerWrap-3CKoS76B.corner-top-left-1YL_woIU {
border-top-left-radius: 0;
}
.colorPickerWrap-3CKoS76B.corner-top-right-2ch4nt0D {
border-top-right-radius: 0;
}
.colorPickerWrap-3CKoS76B.corner-bottom-right-yxUtJRuR {
border-bottom-right-radius: 0;
}
.colorPickerWrap-3CKoS76B.corner-bottom-left-RaqUovla {
border-bottom-left-radius: 0;
}
.shadow-2guXPu-j {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
pointer-events: none;
border-radius: 4px;
border: 2px solid;
}
.shadow-2guXPu-j.corner-top-left-1YL_woIU {
border-top-left-radius: 0;
}
.shadow-2guXPu-j.corner-top-right-2ch4nt0D {
border-top-right-radius: 0;
}
.shadow-2guXPu-j.corner-bottom-right-yxUtJRuR {
border-bottom-right-radius: 0;
}
.shadow-2guXPu-j.corner-bottom-left-RaqUovla {
border-bottom-left-radius: 0;
}
.colorPicker-3Y3x2ZTE {
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
}
.colorPicker-3Y3x2ZTE.disabled-3JLIZoXG {
opacity: 0.5;
}
.swatch-1HdO4thS {
display: block;
width: 100%;
height: 100%;
box-sizing: border-box;
border-radius: 3px;
}
.placeholderContainer-162UtvCf {
position: relative;
width: 24px;
height: 24px;
border-radius: 3px;
overflow: hidden;
}
.placeholderContainer-162UtvCf .placeholder-1EJtBXNo {
width: 24px;
height: 24px;
background-color: #ef5350;
}
html.theme-dark .placeholderContainer-162UtvCf .placeholder-1EJtBXNo {
background-color: #ef5350;
}
.placeholderContainer-162UtvCf .placeholder-1EJtBXNo:after {
content: ' ';
position: absolute;
border-top: 24px solid #26a69a;
border-left: 24px solid transparent;
width: 0;
}
html.theme-dark .placeholderContainer-162UtvCf .placeholder-1EJtBXNo:after {
border-top: 24px solid #26a69a;
}
.white-1wi9uYIx {
border: 1px solid #d1d4dc;
}
html.theme-dark .white-1wi9uYIx {
border: 1px solid transparent;
}
.opacitySwatch-JY_FJG0h {
position: relative;
flex: 0 0 24px;
width: 24px;
height: 24px;
border-radius: 3px;
background-color: #fff;
background-image: url(a6506134daec7169f68f563f084a9d41.svg);
background-size: 50%;
}
html.theme-dark .opacitySwatch-JY_FJG0h {
background-color: #000;
}
.colorLine-2ayGuwQX {
width: 30px;
margin-left: 8px;
margin-right: 4px;
border-radius: 1px;
}
.colorLine-2ayGuwQX.white-1wi9uYIx {
margin-left: 7px;
margin-right: 3px;
}
.thicknessContainer-b-mOHnpg {
padding: 0 12px;
}
.thicknessTitle-3PQDSIFb {
margin: 6px 0 4px;
font-size: 12px;
line-height: 14px;
color: #787b86;
}
html.theme-dark .thicknessTitle-3PQDSIFb {
color: #787b86;
}
.lineStyleSelect-1s1ap44b {
width: 34px;
}
.defaultSelect-2RDyqwu4 {
cursor: default;
width: 100px;
}

View File

@ -1,754 +0,0 @@
.itemWrap-3qF9ynvx {
padding-right: 0;
}
.icon-2y6cSg4c,
.item-112BZuXZ {
display: flex;
align-items: center;
justify-content: center;
}
.icon-2y6cSg4c {
height: 28px;
width: 28px;
}
.selected-3tUrY97Z {
margin: 0 -8px;
}
.label-1uw3rZaL {
padding-right: 6px;
}
.swatches-2NO2y7Xs {
display: flex;
flex-wrap: wrap;
margin: 0 -3px 6px;
}
.swatch-CMyFZXry {
position: relative;
flex: 0 0 15px;
width: 15px;
height: 15px;
margin: 3px;
border: 1px solid currentColor;
border-radius: 2px;
background-color: currentColor;
}
.swatch-CMyFZXry:after {
content: '';
position: absolute;
box-sizing: content-box;
right: -4px;
top: -4px;
width: 100%;
height: 100%;
padding: 2px;
border: 2px solid;
border-color: transparent;
border-radius: 5px;
transition: border-color 0.35s ease;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.swatch-CMyFZXry:hover:after {
border-color: #d1d4dc;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .swatch-CMyFZXry:hover:after {
border-color: #50535e;
}
}
.swatch-CMyFZXry.empty-1lteEy1B {
border-color: #000;
background-color: transparent;
}
html.theme-dark .swatch-CMyFZXry.empty-1lteEy1B {
border-color: #fff;
}
.swatch-CMyFZXry.empty-1lteEy1B:before {
content: '';
position: absolute;
width: 1px;
height: 21px;
right: 7px;
top: -3px;
transform: rotate(-45deg);
background-color: #ef5350;
}
html.theme-dark .swatch-CMyFZXry.empty-1lteEy1B:before {
background-color: #ef5350;
}
.swatch-CMyFZXry.white-RBcZELAh {
border-color: #d1d4dc;
}
html.theme-dark .swatch-CMyFZXry.white-RBcZELAh {
border-color: transparent;
}
.swatch-CMyFZXry.selected-3mQR-gqr:after {
content: '';
position: absolute;
z-index: 1;
box-sizing: content-box;
right: -4px;
top: -4px;
width: 100%;
height: 100%;
padding: 2px;
border: 2px solid #2196f3;
border-radius: 5px;
}
html.theme-dark .swatch-CMyFZXry.selected-3mQR-gqr:after {
border: 2px solid #1976d2;
}
.opacity-2aYjtVUz {
display: flex;
align-items: center;
}
.opacitySlider-2S5vLqQZ {
position: relative;
flex: 1 0 auto;
height: 10px;
border-radius: 5px;
background-color: #fff;
background-image: url(a6506134daec7169f68f563f084a9d41.svg);
background-position: 1px;
}
html.theme-dark .opacitySlider-2S5vLqQZ {
background-color: #000;
}
.opacitySliderGradient-1uUWtQAG {
display: block;
width: 100%;
height: 100%;
border-radius: 4px;
border: 1px solid currentColor;
color: inherit;
background-image: linear-gradient(270deg, transparent, currentColor);
}
.opacitySliderGradient-1uUWtQAG,
.pointer-3pBhp8nL {
box-sizing: border-box;
background-color: transparent;
}
.pointer-3pBhp8nL {
position: absolute;
border: 2px solid #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
transition: right 0.1s, top 0.1s;
width: 12px;
height: 12px;
margin: -1px 0 0;
border-radius: 50%;
}
.pointer-3pBhp8nL,
html.theme-dark .pointer-3pBhp8nL {
background-color: #fff;
}
html.theme-dark .pointer-3pBhp8nL {
border: 2px solid #fff;
}
.pointer-3pBhp8nL.dragged-1FWLoCMd {
transition: right 0s;
}
.opacityPointerWrap-133eLPOE {
position: absolute;
right: 0;
top: 0;
width: calc(100% - 12px);
}
.opacityInputWrap-1okRhpq9 {
display: flex;
position: relative;
align-items: center;
color: #131722;
}
html.theme-dark .opacityInputWrap-1okRhpq9 {
color: #b2b5be;
}
.opacityInput-1A9bqplo {
display: flex;
padding: 0 5px;
height: 26px;
border: 1px solid #d1d4dc;
box-sizing: border-box;
border-radius: 4px;
line-height: 24px;
background-color: transparent;
width: 47px;
margin-right: 8px;
padding-left: 14px;
text-align: left;
}
html.theme-dark .opacityInput-1A9bqplo {
border: 1px solid #50535e;
}
.opacityInput-1A9bqplo:focus {
border-color: #2196f3;
}
html.theme-dark .opacityInput-1A9bqplo:focus {
border-color: #1976d2;
}
.opacityInputPercent-n0mDvs0P {
position: absolute;
top: 5px;
right: 40px;
text-align: left;
pointer-events: none;
}
.saturation-2SLmW8C- {
position: relative;
z-index: 0;
border-radius: 2px;
overflow: hidden;
}
.saturation-2SLmW8C-:after,
.saturation-2SLmW8C-:before {
content: '';
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.saturation-2SLmW8C-:before {
background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}
.saturation-2SLmW8C-:after {
background-image: linear-gradient(0deg, #000, transparent);
}
.saturation-2SLmW8C- .pointer-2fX2g8ap {
position: absolute;
border: 2px solid #fff;
background-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
transition: right 0.1s, top 0.1s;
z-index: 1;
width: 10px;
height: 10px;
margin: -6px -6px 0 0;
border-radius: 50%;
}
html.theme-dark .saturation-2SLmW8C- .pointer-2fX2g8ap {
border: 2px solid #fff;
}
.hue-2mlXxlkM {
display: flex;
align-items: stretch;
border-radius: 2px;
background-image: linear-gradient(
180deg,
red 0,
#ff0 17%,
#0f0 33%,
#0ff 50%,
#00f 67%,
#f0f 83%,
red
);
}
.hue-2mlXxlkM .pointer-3fNcCimp {
position: absolute;
border: 2px solid #fff;
background-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
transition: right 0.1s, top 0.1s;
width: 100%;
height: 5px;
margin: -4px -2px 0 0;
border-radius: 2px;
}
html.theme-dark .hue-2mlXxlkM .pointer-3fNcCimp {
border: 2px solid #fff;
}
.pointerContainer-1T_sOwrr {
position: relative;
margin: 3px 0;
width: 100%;
}
.container-1-OmVBa- {
width: 224px;
padding: 6px 12px;
}
.form-1PwJY7C7 {
display: flex;
margin-bottom: 12px;
}
.swatch-1yekatxU {
width: 26px;
height: 26px;
box-sizing: border-box;
border-radius: 4px;
}
.inputWrap-11zHN5-G {
display: flex;
position: relative;
align-items: center;
color: #131722;
}
html.theme-dark .inputWrap-11zHN5-G {
color: #b2b5be;
}
.inputHash-2IZ-P-A4 {
position: absolute;
top: 5px;
width: 21px;
text-align: left;
pointer-events: none;
}
.input-35LrVJJj {
display: flex;
padding: 0 5px;
height: 26px;
border: 1px solid #d1d4dc;
box-sizing: border-box;
border-radius: 4px;
line-height: 24px;
background-color: transparent;
width: 68px;
margin-right: 8px;
padding-right: 12px;
}
html.theme-dark .input-35LrVJJj {
border: 1px solid #50535e;
}
.input-35LrVJJj:focus {
border-color: #2196f3;
}
html.theme-dark .input-35LrVJJj:focus {
border-color: #1976d2;
}
.buttonWrap-37bmOXG9 {
height: 26px;
margin-right: auto;
}
.hueSaturationWrap-2qtz1WJa {
display: flex;
height: 184px;
}
.saturation-3duvfnxs {
width: 200px;
height: 100%;
margin-left: 7px;
}
.hue-31zIOKyJ {
width: 17px;
height: 100%;
}
.container-3jqXx6VY {
width: 224px;
padding: 6px 12px;
}
.sectionTitle-14f4vHhw {
margin: 12px 0 4px;
font-size: 12px;
line-height: 14px;
color: #787b86;
}
html.theme-dark .sectionTitle-14f4vHhw {
color: #787b86;
}
.separator-37206dUD {
height: 1px;
margin: 12px 0;
background-color: #d1d4dc;
}
html.theme-dark .separator-37206dUD {
background-color: #434651;
}
.separator-37206dUD:last-child {
display: none;
}
.customButton-1OVL2GM7 {
position: relative;
flex: 0 0 17px;
width: 17px;
height: 17px;
margin: 3px;
border-radius: 2px;
transition: background-color 0.35s;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.customButton-1OVL2GM7:hover {
background-color: #f0f3fa;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .customButton-1OVL2GM7:hover {
background-color: #2a2e39;
}
}
.customButton-1OVL2GM7:after,
.customButton-1OVL2GM7:before {
content: '';
position: absolute;
background-color: #131722;
}
html.theme-dark .customButton-1OVL2GM7:after,
html.theme-dark .customButton-1OVL2GM7:before {
background-color: #b2b5be;
}
.customButton-1OVL2GM7:before {
width: 1px;
height: 13px;
right: 8px;
top: 2px;
}
.customButton-1OVL2GM7:after {
width: 13px;
height: 1px;
right: 2px;
top: 8px;
}
.wrap-3KIz6IQG {
display: flex;
}
.thicknessItem-1D40arGe {
display: inline-flex;
position: relative;
justify-content: center;
align-items: center;
flex: 1 1;
box-sizing: border-box;
height: 32px;
background-color: transparent;
border: 1px solid #d1d4dc;
padding: 0 12px;
}
html.theme-dark .thicknessItem-1D40arGe {
border-color: #50535e;
background-color: transparent;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.thicknessItem-1D40arGe:hover {
background-color: #f0f3fa;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .thicknessItem-1D40arGe:hover {
background-color: #2a2e39;
}
}
.thicknessItem-1D40arGe.checked-pDy7EtmX {
background-color: #2196f3;
border-color: #2196f3;
z-index: 1;
}
html.theme-dark .thicknessItem-1D40arGe.checked-pDy7EtmX {
border-color: #2196f3;
background-color: #2196f3;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.thicknessItem-1D40arGe.checked-pDy7EtmX:hover {
background-color: #2196f3;
border-color: #2196f3;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .thicknessItem-1D40arGe.checked-pDy7EtmX:hover {
border-color: #2196f3;
background-color: #2196f3;
}
}
.thicknessItem-1D40arGe + .thicknessItem-1D40arGe {
margin-right: -1px;
}
.thicknessItem-1D40arGe:first-child {
margin-right: 0;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.thicknessItem-1D40arGe:last-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.radio-mk150mXO {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
padding: 0;
margin: 0;
top: 0;
right: 0;
}
.bar-3l4jwcsX {
width: 100%;
height: 0;
border: 0 solid #131722;
}
html.theme-dark .bar-3l4jwcsX {
border: 0 solid #b2b5be;
}
.bar-3l4jwcsX.checked-pDy7EtmX,
html.theme-dark .bar-3l4jwcsX.checked-pDy7EtmX {
border-top-color: #fff;
}
.thicknessContainer-1lrdH7bz {
padding: 0 12px;
}
.thicknessTitle-2nZV_6CD {
margin: 6px 0 4px;
font-size: 12px;
line-height: 14px;
color: #787b86;
}
html.theme-dark .thicknessTitle-2nZV_6CD {
color: #787b86;
}
.colorPickerWrap-3CKoS76B {
display: inline-flex;
position: relative;
box-sizing: border-box;
align-items: center;
margin: 0;
border-radius: 4px;
border-style: solid;
border-color: #d1d4dc;
}
html.theme-dark .colorPickerWrap-3CKoS76B {
border-color: #50535e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.colorPickerWrap-3CKoS76B:hover {
border-color: #a3a6af;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .colorPickerWrap-3CKoS76B:hover {
border-color: #6a6d78;
}
}
.colorPickerWrap-3CKoS76B.focused-1eNVgMcK {
border-color: #2196f3;
}
html.theme-dark .colorPickerWrap-3CKoS76B.focused-1eNVgMcK {
border-color: #1976d2;
}
.colorPickerWrap-3CKoS76B.readonly-3WKrZDDZ {
border-color: #d1d4dc;
background-color: #f0f3fa;
}
html.theme-dark .colorPickerWrap-3CKoS76B.readonly-3WKrZDDZ {
background-color: #2a2e39;
border-color: #50535e;
}
.colorPickerWrap-3CKoS76B.disabled-3JLIZoXG {
color: #b2b5be;
border-color: #d1d4dc;
background-color: #f0f3fa;
}
html.theme-dark .colorPickerWrap-3CKoS76B.disabled-3JLIZoXG {
background-color: #2a2e39;
border-color: #50535e;
color: #50535e;
}
.colorPickerWrap-3CKoS76B.size-small-171myYWP {
height: 24px;
}
.colorPickerWrap-3CKoS76B.size-medium-vQ4tJKsY {
height: 34px;
}
.colorPickerWrap-3CKoS76B.size-large-36sdciXs {
height: 48px;
}
.colorPickerWrap-3CKoS76B.font-size-medium-2FxxjPlX,
.colorPickerWrap-3CKoS76B.font-size-small-2MhPDpOT {
font-size: 14px;
line-height: 20px;
}
.colorPickerWrap-3CKoS76B.font-size-large-272pPq9L {
font-size: 16px;
line-height: 24px;
}
.colorPickerWrap-3CKoS76B.border-none-IfU-lwor {
border-width: 0;
}
.colorPickerWrap-3CKoS76B.border-none-IfU-lwor .shadow-2guXPu-j {
margin: 0;
}
.colorPickerWrap-3CKoS76B.border-thin-1PBFvGUv {
border-width: 1px;
}
.colorPickerWrap-3CKoS76B.border-thin-1PBFvGUv .shadow-2guXPu-j {
margin: -1px;
}
.colorPickerWrap-3CKoS76B.border-thick-sfRUs3z9 {
border-width: 2px;
}
.colorPickerWrap-3CKoS76B.border-thick-sfRUs3z9 .shadow-2guXPu-j {
margin: -2px;
}
.colorPickerWrap-3CKoS76B.intent-default-24Iojkmz .shadow-2guXPu-j {
border-color: #d1d4dc;
}
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-default-24Iojkmz
.shadow-2guXPu-j {
border-color: #50535e;
}
.colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu,
.colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu .shadow-2guXPu-j,
html.theme-dark .colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu,
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-success-2MeIS_Pu
.shadow-2guXPu-j {
border-color: #00897b;
}
.colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ,
.colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ .shadow-2guXPu-j,
html.theme-dark .colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ,
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-warning-28gYd2KQ
.shadow-2guXPu-j {
border-color: #ff9800;
}
.colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR {
border-color: #f44336;
}
html.theme-dark .colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR {
border-color: #d32f2f;
}
.colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR .shadow-2guXPu-j {
border-color: #f44336;
}
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-danger-1bAU5SPR
.shadow-2guXPu-j {
border-color: #d32f2f;
}
.colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV {
border-color: #2196f3;
}
html.theme-dark .colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV {
border-color: #1976d2;
}
.colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV .shadow-2guXPu-j {
border-color: #2196f3;
}
html.theme-dark
.colorPickerWrap-3CKoS76B.intent-primary-dbxJRTNV
.shadow-2guXPu-j {
border-color: #1976d2;
}
.colorPickerWrap-3CKoS76B.corner-top-left-1YL_woIU {
border-top-right-radius: 0;
}
.colorPickerWrap-3CKoS76B.corner-top-right-2ch4nt0D {
border-top-left-radius: 0;
}
.colorPickerWrap-3CKoS76B.corner-bottom-right-yxUtJRuR {
border-bottom-left-radius: 0;
}
.colorPickerWrap-3CKoS76B.corner-bottom-left-RaqUovla {
border-bottom-right-radius: 0;
}
.shadow-2guXPu-j {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 3;
pointer-events: none;
border-radius: 4px;
border: 2px solid;
}
.shadow-2guXPu-j.corner-top-left-1YL_woIU {
border-top-right-radius: 0;
}
.shadow-2guXPu-j.corner-top-right-2ch4nt0D {
border-top-left-radius: 0;
}
.shadow-2guXPu-j.corner-bottom-right-yxUtJRuR {
border-bottom-left-radius: 0;
}
.shadow-2guXPu-j.corner-bottom-left-RaqUovla {
border-bottom-right-radius: 0;
}
.colorPicker-3Y3x2ZTE {
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
}
.colorPicker-3Y3x2ZTE.disabled-3JLIZoXG {
opacity: 0.5;
}
.swatch-1HdO4thS {
display: block;
width: 100%;
height: 100%;
box-sizing: border-box;
border-radius: 3px;
}
.placeholderContainer-162UtvCf {
position: relative;
width: 24px;
height: 24px;
border-radius: 3px;
overflow: hidden;
}
.placeholderContainer-162UtvCf .placeholder-1EJtBXNo {
width: 24px;
height: 24px;
background-color: #ef5350;
}
html.theme-dark .placeholderContainer-162UtvCf .placeholder-1EJtBXNo {
background-color: #ef5350;
}
.placeholderContainer-162UtvCf .placeholder-1EJtBXNo:after {
content: ' ';
position: absolute;
border-top: 24px solid #26a69a;
border-right: 24px solid transparent;
width: 0;
}
html.theme-dark .placeholderContainer-162UtvCf .placeholder-1EJtBXNo:after {
border-top: 24px solid #26a69a;
}
.white-1wi9uYIx {
border: 1px solid #d1d4dc;
}
html.theme-dark .white-1wi9uYIx {
border: 1px solid transparent;
}
.opacitySwatch-JY_FJG0h {
position: relative;
flex: 0 0 24px;
width: 24px;
height: 24px;
border-radius: 3px;
background-color: #fff;
background-image: url(a6506134daec7169f68f563f084a9d41.svg);
background-size: 50%;
}
html.theme-dark .opacitySwatch-JY_FJG0h {
background-color: #000;
}
.colorLine-2ayGuwQX {
width: 30px;
margin-right: 8px;
margin-left: 4px;
border-radius: 1px;
}
.colorLine-2ayGuwQX.white-1wi9uYIx {
margin-right: 7px;
margin-left: 3px;
}
.thicknessContainer-b-mOHnpg {
padding: 0 12px;
}
.thicknessTitle-3PQDSIFb {
margin: 6px 0 4px;
font-size: 12px;
line-height: 14px;
color: #787b86;
}
html.theme-dark .thicknessTitle-3PQDSIFb {
color: #787b86;
}
.lineStyleSelect-1s1ap44b {
width: 34px;
}
.defaultSelect-2RDyqwu4 {
cursor: default;
width: 100px;
}

View File

@ -1,567 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[37],
{
BhuR: function (t, o) {
t.exports =
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" width="9px" height="9px"><path d="M2 1L1 2l2.5 2.5L1 7l1 1 2.5-2.5L7 8l1-1-2.5-2.5L8 2 7 1 4.5 3.5z"/></svg>';
},
GAqT: function (t, o, e) {
'use strict';
(function (o, a) {
var i = e('Hr11').max,
n = e('5qpw').lazyJqueryUI,
s = e('jAh7').getRootOverlapManager;
e('PVgW');
var l = {
modalDialog: null,
dialogs: [],
NOTIFICATION_ANIMATION_START_OFFSET: '-33px',
_constrainDraggableOptionsIfNeeded: function (t) {
return (
o.enabled('constraint_dialogs_movement') &&
(t.containment = '.chart-page'),
t
);
},
showNotice: function (t, o, e) {
'object' == typeof o && ((e = o), (o = ''));
var i = (e = e || {}).doNotCloseOnBgClick || !1,
n = e.html || '',
s = e.width || '400px',
d = {};
(d.noClose = e.noClose || null),
(d.addClass = e.modalDialogClass || null),
l.createModalDialog(t, d);
var r = e.centerCaption ? 'caption-big-center' : 'caption-big';
l.modalDialog.find('._tv-dialog').css('width', s);
var c = e.customButtonCaption ? e.customButtonCaption : $.t('OK');
return (
l.modalDialog
.find('._tv-dialog-content')
.html(
a.render(
'<div class="main"><div class="{{captionClassName}} {{classSuffix}}">{{text}}' +
n +
'</div>{{^removeOkButton}}<div class="buttons"><input type="button" class="_tv-button ok" value="' +
c +
'"/></div>{{/removeOkButton}}</div>',
{
captionClassName: r,
classSuffix: e.classSuffix || '',
text: o,
removeOkButton: e && e.removeOkButton,
},
),
),
l.modalDialog.find('._tv-button.ok').on('click', function () {
l.destroy(), e.onOkButtonClick && e.onOkButtonClick();
}),
l.positionDialog(),
l.applyHandlers(!1, {
doNotCloseOnBgClickIfShadowbox: i,
beforeDestroy: e.onClose,
}),
l.modalDialog
);
},
showCustomDialog: function (t) {
function o(t) {
l.destroy(), t.preventDefault();
}
return (
l.createModalDialog(t.title || $.t('Dialog'), { addClass: '' }),
l.modalDialog
.find('._tv-dialog')
.css('width', t.width || '400px'),
l.modalDialog
.find('._tv-dialog-content')
.html(
'<div class="main">' + (t.html || $.t('Content')) + '</div>',
),
l.modalDialog.find('.ok').click(o),
l.modalDialog.find('form').submit(o),
l.modalDialog.find('.cancel').click(o),
l.modalDialog.find('._tv-dialog-title-close').click(o),
l.positionDialog(),
l.applyHandlers(),
l.modalDialog
);
},
createModalDialog: function (t, o) {
(o = o || {}),
null !== l.modalDialog && l.destroy(),
(l.modalDialog = $(
'<div class="_tv-dialog-shadowbox"><div class="_tv-dialog _tv-dialog-modal' +
(o.addClass ? ' ' + o.addClass : '') +
'">' +
(o.noHeader
? ''
: '<div class="_tv-dialog-title">' +
(o.noClose
? ''
: '<a class="_tv-dialog-title-close"></a>') +
'<span class="_tv-dialog-title-text">' +
t +
'</span></div>') +
'<div class="_tv-dialog-error"><span class="message"></span></div><div class="_tv-dialog-message"><span class="message"></span></div><div class="_tv-dialog-content"></div></div></div>',
)
.appendTo($('body'))
.data('title', t)),
l._addMessageCloseButton(l.modalDialog.find('._tv-dialog-error')),
l._addMessageCloseButton(
l.modalDialog.find('._tv-dialog-message'),
),
o.noShadowBox && l.modalDialog.addClass('transparent'),
o.addClass && l.modalDialog.addClass(o.addClass),
o.width &&
l.modalDialog.find('._tv-dialog').css({ width: o.width }),
o.content &&
l.modalDialog.find('._tv-dialog-content').html(o.content);
var e = $('.fancybox-overlay');
if (e.length) {
var a = e.css('z-index');
$('._tv-dialog-shadowbox').css('z-index', a + 1);
}
return (
o.draggable &&
n(l.modalDialog).draggable(
l._constrainDraggableOptionsIfNeeded({
handle: l.modalDialog.find('._tv-dialog-title'),
}),
),
o.zIndex && l.modalDialog.css('z-index', o.zIndex),
l.modalDialog
);
},
_addMessageCloseButton: function (t) {
var o = $(e('BhuR')).attr({
class: 'close',
title: $.t('Close message'),
});
t.append(o),
$(o).on('click', function () {
t.animate(
{
marginTop: l.NOTIFICATION_ANIMATION_START_OFFSET,
opacity: 0,
},
'fast',
function () {
t.hide();
},
);
});
},
createDialog: function (t, o) {
if (l.isOpen(t))
return (
(c = l.get(t)).find('._tv-dialog-content').html(''),
c.data('new', !1),
c
);
var e = (o = o || {}).ownerDocument || document,
d = s(e),
r = d.ensureWindow(t, { position: 'relative' }),
c = $(
a.render(
'<div class="_tv-dialog _tv-dialog-nonmodal {{&addClass}}"><div class="_tv-dialog-title{{#hideTitle}} _tv-dialog-title-hidden{{/hideTitle}}{{#hideCloseCross}} _tv-dialog-title-no-close{{/hideCloseCross}}">{{^hideTitle}} {{&title}}{{/hideTitle}}{{^hideCloseCross}}<a class="_tv-dialog-title-close"></a>{{/hideCloseCross}}</div><div class="_tv-dialog-error"><span class="message"></span></div><div class="_tv-dialog-message"><span class="message"></span></div><div class="_tv-dialog-content"></div></div>',
{
addClass: o.addClass || '',
hideTitle: o.hideTitle,
hideCloseCross: o.hideCloseCross,
title: t,
},
),
e,
).appendTo(r);
l._addMessageCloseButton(c.find('._tv-dialog-error')),
l._addMessageCloseButton(c.find('._tv-dialog-message')),
o.width && c.css({ width: o.width }),
o.content && c.find('._tv-dialog-content').html(o.content);
var g = 0;
(g = o.zIndex
? o.zIndex
: l.dialogs && l.dialogs.length
? i(
$.map(l.dialogs, function (t) {
return parseInt((t.dialog || t).css('z-index'), 10);
}),
) + 1
: 110),
c.css('z-index', g),
c.data('new', !0),
c.data('title', t),
c.data('id', l.dialogs.length + 1),
l.dialogs.push({ title: t, dialog: c, id: l.dialogs.length + 1 }),
c.on('mousedown touchstart', function () {
d.moveToTop(t);
});
var u = {
start: function (t, o) {
for (
var e = o.helper.css('z-index'), a = 0, i = null, n = 0;
n < l.dialogs.length;
n++
) {
var s = l.dialogs[n].dialog.css('z-index');
s > a && ((a = s), (i = l.dialogs[n].dialog));
}
o.helper.css('z-index', a), i.css('z-index', e);
},
};
return (
o.dragHandle
? (u.handle = o.dragHandle)
: o.hideTitle || (u.handle = '._tv-dialog-title'),
o.dragOptions && $.extend(u, o.dragOptions),
n(c).draggable(l._constrainDraggableOptionsIfNeeded(u)),
c
);
},
positionDialog: function (t, o, e) {
e = e || {};
function a() {
v.css('margin-left', -Math.round(v.outerWidth() / 2) + 'px'),
v.css('margin-top', -Math.round(v.outerHeight() / 2) + 'px');
}
if (((o = o || e.position), t)) {
var i,
n,
s = t.prop('ownerDocument'),
d = s.defaultView,
r = t.width(),
c = t.height(),
g = $(d).width(),
u = $(d).height();
if (o && o.top && o.left)
(n = e.forcePosition
? o.left
: Math.max(2, Math.min(g - r - 4, o.left)) + 'px'),
(i = e.forcePosition
? o.top
: Math.max(2, Math.min(u - c - 4, o.top)) + 'px');
else if (o && o.considerScroll) {
var p = $(s);
(n = Math.round((g - r) / 2 + p.scrollLeft()) + 'px'),
(i = Math.round((u - c) / 2 + p.scrollTop()) + 'px');
} else
(n = Math.round((g - r) / 2) + 'px'),
(i = Math.round((u - c) / 2) + 'px');
e.fadeIn
? t.css({ left: n, top: i }).hide().fadeIn('fast')
: e.smooth
? t.animate({ left: n, top: i })
: t.css({ left: n, top: i });
} else {
var v = (t = l.modalDialog).find('._tv-dialog');
a(), v.resize(a);
}
},
applyHandlers: function (t, o) {
var e = !t || t === this.modalDialog,
a =
((o = o || {}),
e
? function () {
l.destroy();
}
: function () {
l.destroy(t.data('title'));
}),
i = (t = t || l.modalDialog.find('._tv-dialog')).prop(
'ownerDocument',
);
o.beforeDestroy && t.on('destroy', o.beforeDestroy),
t
.find(
'._tv-dialog-title ._tv-dialog-title-close, .js-dialog-close',
)
.on('click', function (t) {
o.closeHandler && 'function' == typeof o.closeHandler
? o.closeHandler(t)
: a();
}),
o.doNotCloseOnBgClick ||
setTimeout(function () {
$(i).on('mousedown.closeDialog', function (e) {
var n = $(e.target).parents().andSelf();
n.is(t) ||
(o.doNotCloseOnBgClickIfShadowbox &&
n.is(
'._tv-dialog-shadowbox, .tv-dialog__modal-wrap',
)) ||
n.is(
'.colorpicker, .charts-popup-list, ._tv-dialog, .tvcolorpicker-popup, .symbol-edit-popup, .ui-datepicker, .clockpicker-popover, .pac-container, .context-menu-wrapper',
) ||
($(i).off('mousedown.closeDialog'), a());
});
}, 0),
t.find('input[type="checkbox"]').change(function () {
var t = $(this);
t.next('._tv-dialog-checkbox-mask')
.toggleClass('disabled', t.prop('disabled'))
.toggleClass(
'_tv-dialog-checkbox-mask-active',
t.is(':checked'),
);
});
var n = t
.find('input[type="text"]')
.focus(function () {
$(this).addClass('_tv-dialog-content-textactive');
})
.blur(function () {
$(this).removeClass('_tv-dialog-content-textactive');
})
.first();
Modernizr.mobiletouch || o.notFocusFirst || n.focus(),
t
.find('input[type="password"]')
.focus(function () {
$(this).addClass('_tv-dialog-content-textactive');
})
.blur(function () {
$(this).removeClass('_tv-dialog-content-textactive');
}),
t
.find('textarea')
.focus(function () {
$(this).addClass('_tv-dialog-content-textareaactive');
})
.blur(function () {
$(this).removeClass('_tv-dialog-content-textareaactive');
}),
t.find('._tv-dialog-checkbox-mask').click(function () {
var t = $(this).prev();
t.prop('disabled') ||
(t.prop('checked', !t[0].checked), t.change());
}),
o.doNotCloseOnEsc ||
$(i).bind('keyup.hideDialog', function (o) {
if (27 === o.keyCode)
return t ? l.destroy(t.data('title')) : l.destroy(), !1;
}),
o.processEnterButton &&
$(i).bind('keyup.confirmAndCloseDialog', function (t) {
13 === t.keyCode &&
'textarea' !== t.target.tagName.toLowerCase() &&
(o.processEnterButton.click(),
$(i).unbind('keyup.confirmAndCloseDialog'));
});
},
showError: function (t, o, e) {
l.showMessage(t, o, $.extend(e || {}, { isError: !0 }));
},
showMessage: function (t, o, e) {
o || (o = $('._tv-dialog'));
var a = (e = e || {}).isError
? '_tv-dialog-error'
: '_tv-dialog-message',
i = o.find('.' + a),
n = i.find('.message');
e.html ? n.html('string' == typeof e.html ? e.html : t) : n.text(t),
n
.css('width', o.width())
.toggleClass('selectable', Boolean(e.selectable)),
i
.toggleClass('with-close', Boolean(e.withClose))
.css({
marginTop: l.NOTIFICATION_ANIMATION_START_OFFSET,
opacity: '0',
})
.show()
.animate({ marginTop: 0, opacity: 1 }, 'fast'),
e.withClose ||
(e.hideWithoutAnimation
? i.on(
'touchstartoutside mousedownoutside keydownoutside',
function t() {
i.hide(),
i.off(
'touchstartoutside mousedownoutside keydownoutside',
t,
);
},
)
: i.on(
'touchstartoutside mousedownoutside keydownoutside',
function t() {
i.animate(
{
marginTop: l.NOTIFICATION_ANIMATION_START_OFFSET,
opacity: 0,
},
'fast',
function () {
i.hide();
},
),
i.off(
'touchstartoutside mousedownoutside keydownoutside',
t,
);
},
));
},
isOpen: function (t) {
for (var o = 0; o < l.dialogs.length; o++)
if (l.dialogs[o].title === t) return !0;
return !1;
},
get: function (t) {
for (var o = 0; o < l.dialogs.length; o++)
if (l.dialogs[o].title === t) return l.dialogs[o].dialog;
},
destroy: function (t, o) {
var e = null;
if (t && 'string' == typeof t)
for (var a = 0; a < l.dialogs.length; a++)
l.dialogs[a].title === t &&
((e = l.dialogs[a].dialog.prop('ownerDocument')),
l.dialogs[a].dialog.find('.apply-common-tooltip').mouseout(),
l.dialogs[a].dialog.trigger('destroy', o),
$(document).unbind('mouseup.hideDialog' + l.dialogs[a].id),
$('input', l.dialogs[a].dialog).blur(),
l.dialogs[a].dialog.remove(),
l.dialogs.splice(a, 1),
s(e).unregisterWindow(t));
else
l.modalDialog &&
((e = l.modalDialog.prop('ownerDocument')),
l.modalDialog.find('.apply-common-tooltip').mouseout(),
l.modalDialog.find('._tv-dialog').trigger('destroy'),
l.modalDialog.remove(),
(l.modalDialog = null));
$(e).unbind('keyup.hideDialog'),
$(e).unbind('keyup.confirmAndCloseDialog');
},
resizeContent: function (t, o, e) {
null == e && (e = 20), (t += e);
var a = parseInt($('body').height(), 10),
i = o.height();
t > a && ((i -= t - a), (i = Math.max(0, i)), o.height(i));
},
};
t.exports.TVOldDialogs = l;
}.call(this, e('Kxc7'), e('nbsC')));
},
PVgW: function (t, o, e) {
'use strict';
e.r(o);
e('P5fv'), e('si6p');
var a = e('ogJP'),
i = e('R4+T');
function n(t) {
return (
(t = Math.abs(t)),
!Object(a.isInteger)(t) &&
t > 1 &&
(t = parseFloat(t.toString().replace(/^.+\./, '0.'))),
0 < t && t < 1
? Math.pow(
10,
(function (t) {
var o = String(t).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);
if (null === o) return 0;
var e = o[1] ? o[1].length : 0,
a = o[2] ? parseInt(o[2], 0) : 0;
return Math.max(0, e - a);
})(t),
)
: 1
);
}
function s(t, o) {
t.trigger('tvticker-beforechange');
var e = t.data('TVTicker'),
i = e && e.step,
s = 0;
(s = e.parser
? e.parser(t.val())
: Object(a.isInteger)(i)
? parseInt(t.val(), 10)
: parseFloat(t.val())),
isNaN(s) && (s = 0);
var l = n(i),
d = o(s, Math.max(l, n(s)));
e.formatter && (d = e.formatter(d)), t.val(d), t.change();
}
function l(t) {
var o = t.data('TVTicker'),
e = o && o.step,
a = o && o.max;
s(t, function (t, o) {
var i = (Math.round(t * o) + Math.round(e * o)) / o;
return null != a && a < i && (i = t), i;
});
}
function d(t) {
var o = t.data('TVTicker'),
e = o && o.step,
a = o && o.min;
s(t, function (t, o) {
var i = (Math.round(t * o) - Math.round(e * o)) / o;
return null != a && i < a && (i = t), i;
});
}
$.fn.TVTicker = function (t) {
return (
void 0 === t && (t = {}),
this.each(function () {
var o = !1,
e = $(this),
a = e.data('TVTicker');
if (
(a ? (o = !0) : (a = { step: Number(e.data('step')) || 1 }),
'step' in t && (a.step = Number(t.step) || a.step),
'min' in t && (a.min = t.min),
'max' in t && (a.max = t.max),
'formatter' in t && (a.formatter = t.formatter),
'parser' in t && (a.parser = t.parser),
e.data('TVTicker', a),
!o)
) {
var n = $('<div class="tv-ticker">').appendTo(e.parent()),
s = $('<div class="tv-ticker__btn tv-ticker__btn--up">')
.html(i)
.appendTo(n),
r = $('<div class="tv-ticker__btn tv-ticker__btn--down">')
.html(i)
.appendTo(n);
n.on('mousedown', function (t) {
t.preventDefault(), e.focus();
}),
s.click(function () {
e.is(':disabled') || l(e);
}),
r.click(function () {
e.is(':disabled') || d(e);
}),
e.keydown(function (t) {
e.is(':disabled') ||
(38 === t.keyCode
? s.addClass('i-active')
: 40 === t.keyCode && r.addClass('i-active'));
}),
e.keyup(function (t) {
e.is(':disabled') ||
(38 === t.keyCode
? (l(e), s.removeClass('i-active'))
: 40 === t.keyCode && (d(e), r.removeClass('i-active')));
}),
e.mousewheel(function (t) {
t.deltaY * (t.deltaFactor / 100) > 0 ? s.click() : r.click();
});
}
})
);
};
},
'R4+T': function (t, o) {
t.exports =
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 8" width="16" height="8"><path fill="currentColor" d="M0 1.475l7.396 6.04.596.485.593-.49L16 1.39 14.807 0 7.393 6.122 8.58 6.12 1.186.08z"/></svg>';
},
'y1L/': function (t, o, e) {},
zjLg: function (t, o, e) {},
},
]);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[38], []]);

View File

@ -1,113 +0,0 @@
.header-dpl-vtN_ {
position: relative;
font-size: 14px;
font-weight: 700;
color: #212121;
padding: 30px 60px 30px 30px;
border-bottom: 1px solid;
border-bottom-color: #dadde0;
}
html.theme-dark .header-dpl-vtN_ {
border-bottom-color: #363c4e;
color: #c5cbce;
}
@media screen and (max-width: 767px) {
.header-dpl-vtN_ {
padding: 20px 60px 20px 20px;
}
}
.header-dpl-vtN_ .close-3kPn4OTV {
position: absolute;
padding: 15px;
top: 17px;
right: 15px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.35s ease;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
color: #4a4a4a;
}
html.theme-dark .header-dpl-vtN_ .close-3kPn4OTV {
color: #c5cbce;
}
@media screen and (max-width: 767px) {
.header-dpl-vtN_ .close-3kPn4OTV {
top: 7px;
right: 7px;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.header-dpl-vtN_ .close-3kPn4OTV:hover {
opacity: 1;
transition-duration: 0.06s;
}
}
.header-dpl-vtN_ .close-3kPn4OTV svg {
display: block;
width: 13px;
height: 13px;
}
.footer-2Zoji8zg {
padding: 0 30px 30px;
}
@media screen and (max-width: 767px) {
.footer-2Zoji8zg {
padding: 0 20px 20px;
}
}
.body-2N-vuwQW {
flex-grow: 1;
padding: 30px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.body-2N-vuwQW::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.body-2N-vuwQW::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark .body-2N-vuwQW::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.body-2N-vuwQW::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.body-2N-vuwQW::-webkit-scrollbar-corner {
display: none;
}
@media screen and (max-width: 767px) {
.body-2N-vuwQW {
padding: 20px;
}
}
.message-2o-rtQm0 {
position: absolute;
left: 0;
top: 0;
right: 0;
font-size: 14px;
padding: 30px;
text-align: center;
color: #37bc9b;
background: #ebf9f5;
transition: opacity 0.2625s ease, transform 0.2625s ease;
}
html.theme-dark .message-2o-rtQm0 {
background: #21384d;
}
.message-2o-rtQm0.error-2EW0C6z- {
color: #ff4a68;
background: #ffedf0;
}
html.theme-dark .message-2o-rtQm0.error-2EW0C6z- {
background: #6f2626;
}

View File

@ -1,113 +0,0 @@
.header-dpl-vtN_ {
position: relative;
font-size: 14px;
font-weight: 700;
color: #212121;
padding: 30px 30px 30px 60px;
border-bottom: 1px solid;
border-bottom-color: #dadde0;
}
html.theme-dark .header-dpl-vtN_ {
border-bottom-color: #363c4e;
color: #c5cbce;
}
@media screen and (max-width: 767px) {
.header-dpl-vtN_ {
padding: 20px 20px 20px 60px;
}
}
.header-dpl-vtN_ .close-3kPn4OTV {
position: absolute;
padding: 15px;
top: 17px;
left: 15px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.35s ease;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
color: #4a4a4a;
}
html.theme-dark .header-dpl-vtN_ .close-3kPn4OTV {
color: #c5cbce;
}
@media screen and (max-width: 767px) {
.header-dpl-vtN_ .close-3kPn4OTV {
top: 7px;
left: 7px;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.header-dpl-vtN_ .close-3kPn4OTV:hover {
opacity: 1;
transition-duration: 0.06s;
}
}
.header-dpl-vtN_ .close-3kPn4OTV svg {
display: block;
width: 13px;
height: 13px;
}
.footer-2Zoji8zg {
padding: 0 30px 30px;
}
@media screen and (max-width: 767px) {
.footer-2Zoji8zg {
padding: 0 20px 20px;
}
}
.body-2N-vuwQW {
flex-grow: 1;
padding: 30px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.body-2N-vuwQW::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.body-2N-vuwQW::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark .body-2N-vuwQW::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.body-2N-vuwQW::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.body-2N-vuwQW::-webkit-scrollbar-corner {
display: none;
}
@media screen and (max-width: 767px) {
.body-2N-vuwQW {
padding: 20px;
}
}
.message-2o-rtQm0 {
position: absolute;
right: 0;
top: 0;
left: 0;
font-size: 14px;
padding: 30px;
text-align: center;
color: #37bc9b;
background: #ebf9f5;
transition: opacity 0.2625s ease, transform 0.2625s ease;
}
html.theme-dark .message-2o-rtQm0 {
background: #21384d;
}
.message-2o-rtQm0.error-2EW0C6z- {
color: #ff4a68;
background: #ffedf0;
}
html.theme-dark .message-2o-rtQm0.error-2EW0C6z- {
background: #6f2626;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[39], []]);

View File

@ -1,924 +0,0 @@
._tv-button .icon-dropdown {
position: relative;
left: 5px;
display: inline-block;
height: 15px;
width: 13px;
vertical-align: top;
background: url(37a0b0d526f57fdfe7bef1333f5b36f1.png) 2px 5px no-repeat;
}
._tv-button.active .icon-dropdown {
background-position: 2px -15px;
}
._tv-button._tv-button-fontstyle {
height: 14px;
padding-left: 0;
padding-right: 0;
width: 25px;
text-align: center;
}
._tv-button.process,
.ajax-process-bg {
background-image: url(8443ec594898865ce13f99215e8e82a4.gif) !important;
background-repeat: repeat !important;
background-position: 0 0 !important;
pointer-events: none;
}
.ajax-process-bg,
html.theme-dark ._tv-button.process {
background-image: url(65b878304c17beb46ef1c52c9b7eb7c7.gif) !important;
}
._tv-button._tv-button-fontstyle .icon-fontstyle-bold,
._tv-button._tv-button-fontstyle .icon-fontstyle-italic {
display: block;
height: 11px;
margin: auto;
background: url(1df47f578aeef40dd1f2328338a133be.png) 0 0 no-repeat;
position: relative;
top: 1px;
}
._tv-button._tv-button-fontstyle .icon-fontstyle-bold {
width: 10px;
background-position: -40px -260px;
}
._tv-button._tv-button-fontstyle .icon-fontstyle-italic {
width: 7px;
background-position: -60px -260px;
}
._tv-button,
button._tv-button {
cursor: default;
padding: 6px 10px 5px;
height: 15px;
display: inline-block;
vertical-align: top;
text-decoration: none !important;
color: #4a4a4a;
border: 1px solid;
border-color: #dadde0;
font-size: 11px;
font-weight: 700;
text-align: center;
background-color: #f1f3f6;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: content-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
html.theme-dark ._tv-button,
html.theme-dark button._tv-button {
background-color: #2f3241;
border-color: #363c4e;
color: #c5cbce;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button:hover {
background-position: 0 -26px;
color: #131722;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark ._tv-button:hover {
color: #d6d8e0;
}
}
._tv-button.active,
._tv-button.toolbutton.active,
._tv-button.toolbutton:active,
._tv-button:active:not([disabled]),
.tv-select-container.sbHolderOpen,
.tv-select-container:active {
background: #fff;
color: #2196f3;
}
html.theme-dark ._tv-button.active,
html.theme-dark ._tv-button.toolbutton.active,
html.theme-dark ._tv-button.toolbutton:active,
html.theme-dark ._tv-button:active:not([disabled]),
html.theme-dark .tv-select-container.sbHolderOpen,
html.theme-dark .tv-select-container:active {
background: #2f3241;
}
._tv-button.ok {
min-width: 30px;
background: #2196f3;
border-color: transparent !important;
color: #fff !important;
}
html.theme-dark ._tv-button.ok {
background: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.ok:hover {
background: #1e88e5;
border-color: transparent;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark ._tv-button.ok:hover {
background: #1e88e5;
}
}
._tv-button.ok:active {
background: #1e88e5;
border-color: transparent;
}
html.theme-dark ._tv-button.ok:active {
background: #1e88e5;
}
._tv-button.ok.disabled,
._tv-button.ok:disabled {
background: #99cfd8 !important;
border-color: transparent;
}
html.theme-dark ._tv-button.ok.disabled,
html.theme-dark ._tv-button.ok:disabled {
background: #21384d !important;
}
._tv-button.ok.process {
background: url(77a5d6e16116f4dd430d89ed1ef42fa8.gif) 0 0 repeat !important;
}
._tv-button.block {
display: block;
text-align: center;
}
._tv-button.slim {
padding: 3px 8px;
font-weight: 400;
}
.chart-description ._tv-button.slim {
line-height: normal;
}
._tv-button.icon {
padding: 5px;
}
._tv-button.icon.active {
background: #cfe1ff;
}
._tv-button.toolbutton {
width: 24px;
height: 25px;
padding: 0 !important;
text-align: center;
}
._tv-button.wide {
padding: 5px 15px;
min-width: 50px;
}
._tv-button.xwide {
padding: 5px 0;
width: 175px;
}
._tv-button.xxwide {
padding: 5px 0;
width: 185px;
}
._tv-button.disabled {
color: #848484;
background-position: 0 -78px;
opacity: 0.7;
cursor: default;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.disabled:hover {
background-position: 0 -78px;
}
}
._tv-button.disabled:active {
background-position: 0 -78px;
}
._tv-button.theblueone {
background: #4387f6 url(b65971fb3f32027c92536ebacba6683f.png);
color: #fff !important;
border: 1px solid #346bc2;
padding: 4px 10px 5px;
}
._tv-button.theblueone:active {
background-position: 0 -26px;
}
._tv-button.half-left {
border-radius: 3px 0 0 3px;
border-right: none;
}
._tv-button.half-right {
border-radius: 0 3px 3px 0;
}
._tv-button.cancel {
background: #9ca0a6 !important;
border-color: transparent;
color: #fff !important;
}
html.theme-dark ._tv-button.cancel {
color: #c5cbce !important;
background: #2f3241 !important;
}
._tv-button.cancel:active,
._tv-button.cancel:disabled {
border-color: transparent;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.cancel:not(.disabled):hover {
border-color: transparent;
background-color: #898c91 !important;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark ._tv-button.cancel:not(.disabled):hover {
background-color: #393d4f !important;
}
}
._tv-button.cancel:not(.disabled):active {
background-color: #787b7f !important;
}
html.theme-dark ._tv-button.cancel:not(.disabled):active {
background-color: #3f4357 !important;
}
._tv-button.cancel:disabled {
background: #cfd3db !important;
}
html.theme-dark ._tv-button.cancel:disabled {
background: #1c2030 !important;
}
._tv-button.process {
background: url(8443ec594898865ce13f99215e8e82a4.gif) 0 0 repeat;
}
html.theme-dark ._tv-button.process {
background: url(65b878304c17beb46ef1c52c9b7eb7c7.gif) 0 0 repeat;
}
._tv-button.delete {
background: #d75442;
border-color: transparent;
color: #fff !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.delete:not(.disabled):hover {
background: #da5f4f;
border-color: transparent;
}
}
._tv-button.delete:active {
background: #d44935;
border-color: transparent;
}
._tv-button.green {
background: #43be83;
border-color: transparent;
color: #fff !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.green:hover {
background: #4ec28a;
border-color: transparent;
}
}
._tv-button.green:active {
background: #3eb47b;
border-color: transparent;
}
._tv-button.with-arrow {
position: relative;
margin-left: 2px;
}
._tv-button.with-arrow.arrow-left:after,
._tv-button.with-arrow.arrow-left:before {
right: 100%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
._tv-button.with-arrow.arrow-left:after {
border-color: hsla(0, 0%, 98%, 0);
border-right-color: #f9f9f9;
border-width: 5px;
top: 50%;
margin-top: -5px;
}
._tv-button.with-arrow.arrow-left:before {
border-color: hsla(0, 0%, 74%, 0);
border-right-color: #bcbcbc;
border-width: 6px;
top: 50%;
margin-top: -6px;
}
._tv-button.with-arrow.arrow-left:active:after {
border-color: rgba(227, 231, 233, 0);
border-right-color: #e3e7e9;
margin-right: -1px;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
.bottom-widgetbar-content.backtesting
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
.properties-toolbar
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
.widgetbar-widgetheader
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover {
border: 1px solid;
border-color: #b5b7b9;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
._tv-dialog
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
html.theme-dark
.bottom-widgetbar-content.backtesting
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
html.theme-dark
.properties-toolbar
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
html.theme-dark
.widgetbar-widgetheader
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover {
border-color: #4c525e;
}
}
.tv-uppercase {
text-transform: uppercase;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider-horizontal {
height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.colorpicker.main {
border: 1px solid #c9cbcd;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.tvcolorpicker-widget {
vertical-align: middle;
background-image: url(79f0e781be418df4a4d5b052ba1b61a2.png);
background-position: 0 0;
background-repeat: no-repeat;
border: 1px solid #e0e3eb;
overflow: hidden;
padding: 0;
width: 25px;
height: 25px;
cursor: pointer;
font-size: 0;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
html.theme-dark .tvcolorpicker-widget {
border: 1px solid #434651;
}
.tvcolorpicker-gradient-widget {
background-image: url(79f0e781be418df4a4d5b052ba1b61a2.png),
url(ef184b625728ec530a7958618e0a3a86.png);
background-size: cover;
}
.tvcolorpicker-popup {
position: absolute;
z-index: 1000;
padding: 4px;
background: #fff;
border: 1px solid;
border-color: #b5b7b9;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
html.theme-dark .tvcolorpicker-popup {
border-color: #363c4e;
background: #131722;
}
.tvcolorpicker-table {
border-collapse: collapse;
table-layout: fixed;
margin: 0 0 6px;
}
.tvcolorpicker-popup .tvcolorpicker-table:last-of-type {
margin-bottom: 0;
}
.tvcolorpicker-table td {
padding: 0;
width: 18px;
height: 18px;
}
.tvcolorpicker-swatch {
width: 16px;
height: 16px;
border: 0 none;
margin: 1px;
cursor: pointer;
overflow: hidden;
}
.tvcolorpicker-swatch.low-contrast {
margin: 0;
border: 1px solid #ccc;
}
.tvcolorpicker-swatch.tvcolorpicker-user {
border: 1px solid #eee;
margin: 0;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tvcolorpicker-cell:hover .tvcolorpicker-swatch {
border: 1px solid #000;
margin: 0;
}
}
.tvcolorpicker-swatch.active {
background: url(417aec8f751eaf532fa7760b2779716d.png) 50% 50% no-repeat;
border: 1px solid #fff;
outline: 1px solid #000;
margin: 0;
}
.tvcolorpicker-custom-button {
display: block;
}
.tvcolorpicker-hsv {
position: relative;
top: 4px;
height: 130px;
width: 160px;
margin: 0 auto;
}
.tvcolorpicker-hs {
position: absolute;
top: 0;
left: -7px;
width: 147px;
height: 148px;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) 0 0 no-repeat;
border: 1px solid #eee;
}
.tvcolorpicker-hs-area,
.tvcolorpicker-v-area {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tvcolorpicker-v {
position: absolute;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) -165px 1px no-repeat;
border: 1px solid #eee;
height: 149px;
width: 9px;
margin: auto;
left: 0;
right: 0;
}
.tvcolorpicker-vv {
position: relative;
top: 0;
left: 145px;
width: 25px;
height: 128px;
cursor: default;
}
.tvcolorpicker-hs-handle {
width: 11px;
height: 11px;
position: absolute;
left: 0;
top: 0;
margin: -5px 0 0 -5px;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) -37px -148px no-repeat;
}
.tvcolorpicker-v-handle {
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 11px;
margin: -5px 0 0 -8px;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) -48px -148px no-repeat;
}
.tvcolorpicker-custom-button,
.tvcolorpicker-user-swatches {
margin: 6px 0 0;
}
.tvcolorpicker-user-swatches .tvcolorpicker-transparency {
background: url(7e0cc5f7d7f5151500dd60b8d6ca60a1.png) !important;
}
.some-colorpicker .tvcolorpicker-container {
display: inline-block;
margin-right: 8px;
}
.tvcolorpicker-container {
display: inline-block;
position: relative;
width: 27px;
height: 27px;
}
div .tvcolorpicker-container:last-of-type {
border-right-width: 0;
}
.tvcolorpicker-container .tvcolorpicker-transparency {
background: url(7e0cc5f7d7f5151500dd60b8d6ca60a1.png) !important;
position: absolute;
width: 25px;
height: 25px;
z-index: 1;
}
.tvcolorpicker-container .tvcolorpicker-widget {
z-index: 2;
position: absolute;
}
.widgetbar-widgetheader .colorpicker-widget:not(.disabled):not(.selected) {
position: relative;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.widgetbar-widgetheader
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border: 1px solid;
border-color: #d6d8e0;
z-index: 1;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.widgetbar-widgetheader
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border-color: #131722;
}
}
.charts-popup-list {
display: none;
overflow: auto;
right: 7px;
top: 46px;
position: absolute;
border: 1px solid;
border-color: #dadde0;
background: #fff;
z-index: 110;
margin: 0;
}
html.theme-dark .charts-popup-list {
background: #1e222d;
border-color: #363c4e;
}
.charts-popup-list.popup-menu-scroll-y {
overflow-y: scroll;
}
.charts-popup-list .item.special {
background: rgba(247, 248, 250, 0.8);
}
html.theme-dark .charts-popup-list .item.special {
background: rgba(23, 27, 41, 0.8);
}
.charts-popup-list .item.active {
background: #f1f3f6;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item:hover {
background: #f1f3f6;
}
}
html.theme-dark .charts-popup-list .item.active {
background: #2f3241;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .charts-popup-list .item:hover {
background: #2f3241;
}
}
.charts-popup-list .item.first {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.charts-popup-list .item:last-child {
border-bottom-right-radius: 3px;
}
.charts-popup-list .item span {
color: #4a4a4a;
fill: currentColor;
display: inline-block;
}
html.theme-dark .charts-popup-list .item span {
color: #c5cbce;
}
.charts-popup-list .item.active {
background: #f4f7f9;
}
.charts-popup-list .item {
display: block;
padding: 7px;
height: 16px;
position: relative;
overflow: hidden;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.charts-popup-list .item.setting-hidden {
padding-left: 28px;
padding-right: 16px;
}
.charts-popup-list .item.setting-hidden > span.title-expanded {
width: auto;
}
.charts-popup-list .item.button-load,
.charts-popup-list .item.button-new {
overflow: hidden;
text-align: center;
border-color: #dadde0;
border-style: solid;
border-width: 1px 0 0;
padding-left: 0;
padding-right: 0;
}
html.theme-dark .charts-popup-list .item.button-load,
html.theme-dark .charts-popup-list .item.button-new {
border-color: #363c4e;
}
.charts-popup-list .item.button-load .title-expanded,
.charts-popup-list .item.button-new .title-expanded {
width: auto;
}
.charts-popup-list .item.button-load {
width: 50%;
float: left;
border-width: 1px 1px 0 0;
}
.charts-popup-list .item .icon-external {
margin-left: 20px;
vertical-align: top;
float: right;
}
.charts-popup-list .item .icon-external svg {
width: 10px;
height: 10px;
stroke: #9db2bd;
}
.charts-popup-list .item:last-child {
border-bottom-left-radius: 3px;
}
.charts-popup-list .item.special.disabled {
cursor: default;
}
.charts-popup-list .item.special.disabled span {
color: #9d9d9d;
}
html.theme-dark .charts-popup-list .item.special.disabled span {
color: #4c525e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item.special.disabled:hover {
background: rgba(247, 248, 250, 0.8);
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .charts-popup-list .item.special.disabled:hover {
background: rgba(23, 27, 41, 0.8);
}
}
.charts-popup-list .item .title {
width: 140px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.charts-popup-list .item .title-expanded {
width: 225px;
max-width: 100%;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.charts-popup-list .item.active-item-backlight {
background-color: #f2f3f5;
border-radius: 0;
}
html.theme-dark .charts-popup-list .item.active-item-backlight {
background-color: #2f3241;
}
.charts-popup-list .item .date {
width: 65px;
padding-right: 20px;
vertical-align: top;
white-space: nowrap;
float: right;
}
.charts-popup-list .separator {
display: block;
margin: 0;
height: 0;
overflow: hidden;
border-top: 1px solid;
border-top-color: #c9cbcd;
}
html.theme-dark .charts-popup-list .separator {
border-top-color: #363c4e;
}
.charts-popup-list .charts-popup-tab-headers {
overflow: hidden;
padding: 8px 0;
font-size: 14px;
}
.charts-popup-list .charts-popup-tab-header {
float: left;
margin: 0 10px 5px;
}
.charts-popup-list .charts-popup-tab-header-label {
padding: 0;
font-weight: 700;
border-bottom: 1px dashed;
cursor: pointer;
}
.charts-popup-list
.charts-popup-tab-header.active
.charts-popup-tab-header-label {
color: #595959;
border-bottom: none;
cursor: default;
}
.charts-popup-list .item.with-indent {
padding-left: 28px;
}
.charts-popup-list .item .icon-delete {
width: 16px;
height: 16px;
position: absolute;
top: 7px;
right: 5px;
}
.charts-popup-list .item .icon-delete svg {
display: block;
width: 12px;
height: 12px;
margin: 2px 0 0 2px;
color: #9d9d9d;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item .icon-delete:hover svg {
color: #7d7d7d;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item .icon-delete:hover {
background-position: -81px -362px;
}
}
.charts-popup-list .item .icon-delete {
visibility: hidden;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item:hover .icon-delete {
visibility: visible;
}
}
.charts-popup-list .item .icon {
display: inline-block;
width: 16px;
height: 16px;
margin: 0 5px 0 0;
vertical-align: top;
background-position: 0 0;
}
.charts-popup-list .item .icon.checked-icon svg {
position: absolute;
top: 3px;
left: 2px;
}
.charts-popup-list.iconed .item {
height: 32px;
padding: 3px 2px;
line-height: 34px;
white-space: nowrap;
position: relative;
overflow: hidden;
}
.charts-popup-list.iconed .item .title {
padding-right: 20px;
}
.charts-popup-list.iconed .item .icon {
width: 32px;
height: 32px;
margin: 0 5px;
}
.charts-popup-list.iconed.thin .title {
width: 50px;
}
.charts-popup-list.narrow {
width: 165px;
}
.charts-popup-list.narrow .item .title-expanded {
width: 140px;
}
.charts-popup-list.narrow.with-scroll .item .title-expanded {
width: 100px;
}
.charts-popup-list.thin,
.charts-popup-list.thin .item .title-expanded {
width: auto;
}
.charts-popup-list .item .counter {
position: absolute;
top: 8px;
right: 10px;
color: #b8b8b8;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item:hover .counter {
color: #595959;
}
}
.charts-popup-list .item .counter.blue {
background: #4e8ff6;
color: #fff;
padding: 2px 3px;
border-radius: 2px;
top: 5px;
}
.charts-popup-list .item.grayed span {
opacity: 0.3;
}
.charts-popup-list.small-font {
font-size: 12px;
}
.charts-popup-list.small-font .item {
height: 12px;
}
.charts-popup-itemheader {
padding: 3px 8px 4px;
border-top: 1px solid;
border-top-color: #b5b7b9;
cursor: pointer;
color: #4a4a4a;
background: hsla(210, 3%, 72%, 0.2);
}
html.theme-dark .charts-popup-itemheader {
background: rgba(54, 60, 78, 0.2);
color: #c5cbce;
border-top-color: #363c4e;
}
.charts-popup-group-collapsible.collapsed .item {
display: none;
}
.charts-popup-group-collapsible .charts-popup-itemheader-icon {
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px;
width: 11px;
height: 11px;
margin: 0 5px 0 -3px;
background: url(data:image/gif;base64,R0lGODlhCwALAIABAH19fQAAACH5BAEKAAEALAAAAAALAAsAAAIUhI8Wy6zdHlxyqnTBdHqHCoERlhQAOw==)
no-repeat;
}
.charts-popup-group-collapsible.collapsed .charts-popup-itemheader-icon {
background-image: url(data:image/gif;base64,R0lGODlhCwALAIABAH19fQAAACH5BAEKAAEALAAAAAALAAsAAAIXhI8Wy6ze3gKRQkeTksFO31WR2FQaUgAAOw==);
}

View File

@ -1,924 +0,0 @@
._tv-button .icon-dropdown {
position: relative;
right: 5px;
display: inline-block;
height: 15px;
width: 13px;
vertical-align: top;
background: url(37a0b0d526f57fdfe7bef1333f5b36f1.png) 2px 5px no-repeat;
}
._tv-button.active .icon-dropdown {
background-position: 2px -15px;
}
._tv-button._tv-button-fontstyle {
height: 14px;
padding-right: 0;
padding-left: 0;
width: 25px;
text-align: center;
}
._tv-button.process,
.ajax-process-bg {
background-image: url(8443ec594898865ce13f99215e8e82a4.gif) !important;
background-repeat: repeat !important;
background-position: 100% 0 !important;
pointer-events: none;
}
.ajax-process-bg,
html.theme-dark ._tv-button.process {
background-image: url(65b878304c17beb46ef1c52c9b7eb7c7.gif) !important;
}
._tv-button._tv-button-fontstyle .icon-fontstyle-bold,
._tv-button._tv-button-fontstyle .icon-fontstyle-italic {
display: block;
height: 11px;
margin: auto;
background: url(1df47f578aeef40dd1f2328338a133be.png) 100% 0 no-repeat;
position: relative;
top: 1px;
}
._tv-button._tv-button-fontstyle .icon-fontstyle-bold {
width: 10px;
background-position: -40px -260px;
}
._tv-button._tv-button-fontstyle .icon-fontstyle-italic {
width: 7px;
background-position: -60px -260px;
}
._tv-button,
button._tv-button {
cursor: default;
padding: 6px 10px 5px;
height: 15px;
display: inline-block;
vertical-align: top;
text-decoration: none !important;
color: #4a4a4a;
border: 1px solid;
border-color: #dadde0;
font-size: 11px;
font-weight: 700;
text-align: center;
background-color: #f1f3f6;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: content-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
html.theme-dark ._tv-button,
html.theme-dark button._tv-button {
background-color: #2f3241;
border-color: #363c4e;
color: #c5cbce;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button:hover {
background-position: 100% -26px;
color: #131722;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark ._tv-button:hover {
color: #d6d8e0;
}
}
._tv-button.active,
._tv-button.toolbutton.active,
._tv-button.toolbutton:active,
._tv-button:active:not([disabled]),
.tv-select-container.sbHolderOpen,
.tv-select-container:active {
background: #fff;
color: #2196f3;
}
html.theme-dark ._tv-button.active,
html.theme-dark ._tv-button.toolbutton.active,
html.theme-dark ._tv-button.toolbutton:active,
html.theme-dark ._tv-button:active:not([disabled]),
html.theme-dark .tv-select-container.sbHolderOpen,
html.theme-dark .tv-select-container:active {
background: #2f3241;
}
._tv-button.ok {
min-width: 30px;
background: #2196f3;
border-color: transparent !important;
color: #fff !important;
}
html.theme-dark ._tv-button.ok {
background: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.ok:hover {
background: #1e88e5;
border-color: transparent;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark ._tv-button.ok:hover {
background: #1e88e5;
}
}
._tv-button.ok:active {
background: #1e88e5;
border-color: transparent;
}
html.theme-dark ._tv-button.ok:active {
background: #1e88e5;
}
._tv-button.ok.disabled,
._tv-button.ok:disabled {
background: #99cfd8 !important;
border-color: transparent;
}
html.theme-dark ._tv-button.ok.disabled,
html.theme-dark ._tv-button.ok:disabled {
background: #21384d !important;
}
._tv-button.ok.process {
background: url(77a5d6e16116f4dd430d89ed1ef42fa8.gif) 100% 0 repeat !important;
}
._tv-button.block {
display: block;
text-align: center;
}
._tv-button.slim {
padding: 3px 8px;
font-weight: 400;
}
.chart-description ._tv-button.slim {
line-height: normal;
}
._tv-button.icon {
padding: 5px;
}
._tv-button.icon.active {
background: #cfe1ff;
}
._tv-button.toolbutton {
width: 24px;
height: 25px;
padding: 0 !important;
text-align: center;
}
._tv-button.wide {
padding: 5px 15px;
min-width: 50px;
}
._tv-button.xwide {
padding: 5px 0;
width: 175px;
}
._tv-button.xxwide {
padding: 5px 0;
width: 185px;
}
._tv-button.disabled {
color: #848484;
background-position: 100% -78px;
opacity: 0.7;
cursor: default;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.disabled:hover {
background-position: 100% -78px;
}
}
._tv-button.disabled:active {
background-position: 100% -78px;
}
._tv-button.theblueone {
background: #4387f6 url(b65971fb3f32027c92536ebacba6683f.png);
color: #fff !important;
border: 1px solid #346bc2;
padding: 4px 10px 5px;
}
._tv-button.theblueone:active {
background-position: 100% -26px;
}
._tv-button.half-left {
border-radius: 0 3px 3px 0;
border-left: none;
}
._tv-button.half-right {
border-radius: 3px 0 0 3px;
}
._tv-button.cancel {
background: #9ca0a6 !important;
border-color: transparent;
color: #fff !important;
}
html.theme-dark ._tv-button.cancel {
color: #c5cbce !important;
background: #2f3241 !important;
}
._tv-button.cancel:active,
._tv-button.cancel:disabled {
border-color: transparent;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.cancel:not(.disabled):hover {
border-color: transparent;
background-color: #898c91 !important;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark ._tv-button.cancel:not(.disabled):hover {
background-color: #393d4f !important;
}
}
._tv-button.cancel:not(.disabled):active {
background-color: #787b7f !important;
}
html.theme-dark ._tv-button.cancel:not(.disabled):active {
background-color: #3f4357 !important;
}
._tv-button.cancel:disabled {
background: #cfd3db !important;
}
html.theme-dark ._tv-button.cancel:disabled {
background: #1c2030 !important;
}
._tv-button.process {
background: url(8443ec594898865ce13f99215e8e82a4.gif) 100% 0 repeat;
}
html.theme-dark ._tv-button.process {
background: url(65b878304c17beb46ef1c52c9b7eb7c7.gif) 100% 0 repeat;
}
._tv-button.delete {
background: #d75442;
border-color: transparent;
color: #fff !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.delete:not(.disabled):hover {
background: #da5f4f;
border-color: transparent;
}
}
._tv-button.delete:active {
background: #d44935;
border-color: transparent;
}
._tv-button.green {
background: #43be83;
border-color: transparent;
color: #fff !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-button.green:hover {
background: #4ec28a;
border-color: transparent;
}
}
._tv-button.green:active {
background: #3eb47b;
border-color: transparent;
}
._tv-button.with-arrow {
position: relative;
margin-right: 2px;
}
._tv-button.with-arrow.arrow-left:after,
._tv-button.with-arrow.arrow-left:before {
left: 100%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
._tv-button.with-arrow.arrow-left:after {
border-color: hsla(0, 0%, 98%, 0);
border-left-color: #f9f9f9;
border-width: 5px;
top: 50%;
margin-top: -5px;
}
._tv-button.with-arrow.arrow-left:before {
border-color: hsla(0, 0%, 74%, 0);
border-left-color: #bcbcbc;
border-width: 6px;
top: 50%;
margin-top: -6px;
}
._tv-button.with-arrow.arrow-left:active:after {
border-color: rgba(227, 231, 233, 0);
border-left-color: #e3e7e9;
margin-left: -1px;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
.bottom-widgetbar-content.backtesting
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
.properties-toolbar
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
.widgetbar-widgetheader
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover {
border: 1px solid;
border-color: #b5b7b9;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
._tv-dialog
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
html.theme-dark
.bottom-widgetbar-content.backtesting
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
html.theme-dark
.properties-toolbar
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover,
html.theme-dark
.widgetbar-widgetheader
._tv-button:not(.ok):not(.cancel):not(.disabled):not(.delete):hover {
border-color: #4c525e;
}
}
.tv-uppercase {
text-transform: uppercase;
}
.ui-slider {
position: relative;
text-align: right;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 100% 0;
}
.ui-slider-horizontal {
height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-right: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
right: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
left: 0;
}
.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
right: -0.3em;
margin-right: 0;
margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
right: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.colorpicker.main {
border: 1px solid #c9cbcd;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.tvcolorpicker-widget {
vertical-align: middle;
background-image: url(79f0e781be418df4a4d5b052ba1b61a2.png);
background-position: 100% 0;
background-repeat: no-repeat;
border: 1px solid #e0e3eb;
overflow: hidden;
padding: 0;
width: 25px;
height: 25px;
cursor: pointer;
font-size: 0;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
html.theme-dark .tvcolorpicker-widget {
border: 1px solid #434651;
}
.tvcolorpicker-gradient-widget {
background-image: url(79f0e781be418df4a4d5b052ba1b61a2.png),
url(ef184b625728ec530a7958618e0a3a86.png);
background-size: cover;
}
.tvcolorpicker-popup {
position: absolute;
z-index: 1000;
padding: 4px;
background: #fff;
border: 1px solid;
border-color: #b5b7b9;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
html.theme-dark .tvcolorpicker-popup {
border-color: #363c4e;
background: #131722;
}
.tvcolorpicker-table {
border-collapse: collapse;
table-layout: fixed;
margin: 0 0 6px;
}
.tvcolorpicker-popup .tvcolorpicker-table:last-of-type {
margin-bottom: 0;
}
.tvcolorpicker-table td {
padding: 0;
width: 18px;
height: 18px;
}
.tvcolorpicker-swatch {
width: 16px;
height: 16px;
border: 0 none;
margin: 1px;
cursor: pointer;
overflow: hidden;
}
.tvcolorpicker-swatch.low-contrast {
margin: 0;
border: 1px solid #ccc;
}
.tvcolorpicker-swatch.tvcolorpicker-user {
border: 1px solid #eee;
margin: 0;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.tvcolorpicker-cell:hover .tvcolorpicker-swatch {
border: 1px solid #000;
margin: 0;
}
}
.tvcolorpicker-swatch.active {
background: url(417aec8f751eaf532fa7760b2779716d.png) 50% 50% no-repeat;
border: 1px solid #fff;
outline: 1px solid #000;
margin: 0;
}
.tvcolorpicker-custom-button {
display: block;
}
.tvcolorpicker-hsv {
position: relative;
top: 4px;
height: 130px;
width: 160px;
margin: 0 auto;
}
.tvcolorpicker-hs {
position: absolute;
top: 0;
right: -7px;
width: 147px;
height: 148px;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) 0 0 no-repeat;
border: 1px solid #eee;
}
.tvcolorpicker-hs-area,
.tvcolorpicker-v-area {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.tvcolorpicker-v {
position: absolute;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) -165px 1px no-repeat;
border: 1px solid #eee;
height: 149px;
width: 9px;
margin: auto;
right: 0;
left: 0;
}
.tvcolorpicker-vv {
position: relative;
top: 0;
right: 145px;
width: 25px;
height: 128px;
cursor: default;
}
.tvcolorpicker-hs-handle {
width: 11px;
height: 11px;
position: absolute;
right: 0;
top: 0;
margin: -5px -5px 0 0;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) -37px -148px no-repeat;
}
.tvcolorpicker-v-handle {
position: absolute;
right: 0;
top: 0;
width: 25px;
height: 11px;
margin: -5px -8px 0 0;
background: url(b738e5c5b8acbd9891b5f89d3fc6f274.png) -48px -148px no-repeat;
}
.tvcolorpicker-custom-button,
.tvcolorpicker-user-swatches {
margin: 6px 0 0;
}
.tvcolorpicker-user-swatches .tvcolorpicker-transparency {
background: url(7e0cc5f7d7f5151500dd60b8d6ca60a1.png) !important;
}
.some-colorpicker .tvcolorpicker-container {
display: inline-block;
margin-left: 8px;
}
.tvcolorpicker-container {
display: inline-block;
position: relative;
width: 27px;
height: 27px;
}
div .tvcolorpicker-container:last-of-type {
border-left-width: 0;
}
.tvcolorpicker-container .tvcolorpicker-transparency {
background: url(7e0cc5f7d7f5151500dd60b8d6ca60a1.png) !important;
position: absolute;
width: 25px;
height: 25px;
z-index: 1;
}
.tvcolorpicker-container .tvcolorpicker-widget {
z-index: 2;
position: absolute;
}
.widgetbar-widgetheader .colorpicker-widget:not(.disabled):not(.selected) {
position: relative;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.widgetbar-widgetheader
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border: 1px solid;
border-color: #d6d8e0;
z-index: 1;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.widgetbar-widgetheader
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border-color: #131722;
}
}
.charts-popup-list {
display: none;
overflow: auto;
left: 7px;
top: 46px;
position: absolute;
border: 1px solid;
border-color: #dadde0;
background: #fff;
z-index: 110;
margin: 0;
}
html.theme-dark .charts-popup-list {
background: #1e222d;
border-color: #363c4e;
}
.charts-popup-list.popup-menu-scroll-y {
overflow-y: scroll;
}
.charts-popup-list .item.special {
background: rgba(247, 248, 250, 0.8);
}
html.theme-dark .charts-popup-list .item.special {
background: rgba(23, 27, 41, 0.8);
}
.charts-popup-list .item.active {
background: #f1f3f6;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item:hover {
background: #f1f3f6;
}
}
html.theme-dark .charts-popup-list .item.active {
background: #2f3241;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .charts-popup-list .item:hover {
background: #2f3241;
}
}
.charts-popup-list .item.first {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.charts-popup-list .item:last-child {
border-bottom-left-radius: 3px;
}
.charts-popup-list .item span {
color: #4a4a4a;
fill: currentColor;
display: inline-block;
}
html.theme-dark .charts-popup-list .item span {
color: #c5cbce;
}
.charts-popup-list .item.active {
background: #f4f7f9;
}
.charts-popup-list .item {
display: block;
padding: 7px;
height: 16px;
position: relative;
overflow: hidden;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.charts-popup-list .item.setting-hidden {
padding-right: 28px;
padding-left: 16px;
}
.charts-popup-list .item.setting-hidden > span.title-expanded {
width: auto;
}
.charts-popup-list .item.button-load,
.charts-popup-list .item.button-new {
overflow: hidden;
text-align: center;
border-color: #dadde0;
border-style: solid;
border-width: 1px 0 0;
padding-right: 0;
padding-left: 0;
}
html.theme-dark .charts-popup-list .item.button-load,
html.theme-dark .charts-popup-list .item.button-new {
border-color: #363c4e;
}
.charts-popup-list .item.button-load .title-expanded,
.charts-popup-list .item.button-new .title-expanded {
width: auto;
}
.charts-popup-list .item.button-load {
width: 50%;
float: right;
border-width: 1px 0 0 1px;
}
.charts-popup-list .item .icon-external {
margin-right: 20px;
vertical-align: top;
float: left;
}
.charts-popup-list .item .icon-external svg {
width: 10px;
height: 10px;
stroke: #9db2bd;
}
.charts-popup-list .item:last-child {
border-bottom-right-radius: 3px;
}
.charts-popup-list .item.special.disabled {
cursor: default;
}
.charts-popup-list .item.special.disabled span {
color: #9d9d9d;
}
html.theme-dark .charts-popup-list .item.special.disabled span {
color: #4c525e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item.special.disabled:hover {
background: rgba(247, 248, 250, 0.8);
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .charts-popup-list .item.special.disabled:hover {
background: rgba(23, 27, 41, 0.8);
}
}
.charts-popup-list .item .title {
width: 140px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.charts-popup-list .item .title-expanded {
width: 225px;
max-width: 100%;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.charts-popup-list .item.active-item-backlight {
background-color: #f2f3f5;
border-radius: 0;
}
html.theme-dark .charts-popup-list .item.active-item-backlight {
background-color: #2f3241;
}
.charts-popup-list .item .date {
width: 65px;
padding-left: 20px;
vertical-align: top;
white-space: nowrap;
float: left;
}
.charts-popup-list .separator {
display: block;
margin: 0;
height: 0;
overflow: hidden;
border-top: 1px solid;
border-top-color: #c9cbcd;
}
html.theme-dark .charts-popup-list .separator {
border-top-color: #363c4e;
}
.charts-popup-list .charts-popup-tab-headers {
overflow: hidden;
padding: 8px 0;
font-size: 14px;
}
.charts-popup-list .charts-popup-tab-header {
float: right;
margin: 0 10px 5px;
}
.charts-popup-list .charts-popup-tab-header-label {
padding: 0;
font-weight: 700;
border-bottom: 1px dashed;
cursor: pointer;
}
.charts-popup-list
.charts-popup-tab-header.active
.charts-popup-tab-header-label {
color: #595959;
border-bottom: none;
cursor: default;
}
.charts-popup-list .item.with-indent {
padding-right: 28px;
}
.charts-popup-list .item .icon-delete {
width: 16px;
height: 16px;
position: absolute;
top: 7px;
left: 5px;
}
.charts-popup-list .item .icon-delete svg {
display: block;
width: 12px;
height: 12px;
margin: 2px 2px 0 0;
color: #9d9d9d;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item .icon-delete:hover svg {
color: #7d7d7d;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item .icon-delete:hover {
background-position: -81px -362px;
}
}
.charts-popup-list .item .icon-delete {
visibility: hidden;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item:hover .icon-delete {
visibility: visible;
}
}
.charts-popup-list .item .icon {
display: inline-block;
width: 16px;
height: 16px;
margin: 0 0 0 5px;
vertical-align: top;
background-position: 0 0;
}
.charts-popup-list .item .icon.checked-icon svg {
position: absolute;
top: 3px;
right: 2px;
}
.charts-popup-list.iconed .item {
height: 32px;
padding: 3px 2px;
line-height: 34px;
white-space: nowrap;
position: relative;
overflow: hidden;
}
.charts-popup-list.iconed .item .title {
padding-left: 20px;
}
.charts-popup-list.iconed .item .icon {
width: 32px;
height: 32px;
margin: 0 5px;
}
.charts-popup-list.iconed.thin .title {
width: 50px;
}
.charts-popup-list.narrow {
width: 165px;
}
.charts-popup-list.narrow .item .title-expanded {
width: 140px;
}
.charts-popup-list.narrow.with-scroll .item .title-expanded {
width: 100px;
}
.charts-popup-list.thin,
.charts-popup-list.thin .item .title-expanded {
width: auto;
}
.charts-popup-list .item .counter {
position: absolute;
top: 8px;
left: 10px;
color: #b8b8b8;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.charts-popup-list .item:hover .counter {
color: #595959;
}
}
.charts-popup-list .item .counter.blue {
background: #4e8ff6;
color: #fff;
padding: 2px 3px;
border-radius: 2px;
top: 5px;
}
.charts-popup-list .item.grayed span {
opacity: 0.3;
}
.charts-popup-list.small-font {
font-size: 12px;
}
.charts-popup-list.small-font .item {
height: 12px;
}
.charts-popup-itemheader {
padding: 3px 8px 4px;
border-top: 1px solid;
border-top-color: #b5b7b9;
cursor: pointer;
color: #4a4a4a;
background: hsla(210, 3%, 72%, 0.2);
}
html.theme-dark .charts-popup-itemheader {
background: rgba(54, 60, 78, 0.2);
color: #c5cbce;
border-top-color: #363c4e;
}
.charts-popup-group-collapsible.collapsed .item {
display: none;
}
.charts-popup-group-collapsible .charts-popup-itemheader-icon {
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px;
width: 11px;
height: 11px;
margin: 0 -3px 0 5px;
background: url(data:image/gif;base64,R0lGODlhCwALAIABAH19fQAAACH5BAEKAAEALAAAAAALAAsAAAIUhI8Wy6zdHlxyqnTBdHqHCoERlhQAOw==)
no-repeat;
}
.charts-popup-group-collapsible.collapsed .charts-popup-itemheader-icon {
background-image: url(data:image/gif;base64,R0lGODlhCwALAIABAH19fQAAACH5BAEKAAEALAAAAAALAAsAAAIXhI8Wy6ze3gKRQkeTksFO31WR2FQaUgAAOw==);
}

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="171" height="171"><path d="M169.12 85.713c0 46.284-37.522 83.805-83.806 83.805S1.51 131.998 1.51 85.713c0-46.284 37.52-83.805 83.804-83.805s83.805 37.52 83.805 83.805z" fill-rule="evenodd" fill="#fff"/><path d="M138.644 100.95c0-29.454-23.877-53.33-53.33-53.33-29.454 0-53.33 23.876-53.33 53.33H47.22c0-21.04 17.055-38.094 38.093-38.094 21.038 0 38.093 17.055 38.093 38.094" fill-opacity=".098"/><path d="M118.074 96.38c0 15.988-12.962 28.95-28.95 28.95-15.99 0-28.952-12.962-28.952-28.95 0-15.99 12.962-28.952 28.95-28.952 15.99 0 28.952 12.962 28.952 28.95z" fill-rule="evenodd" fill-opacity=".098"/><path d="M116.55 85.712c0 17.25-13.985 31.236-31.236 31.236-17.25 0-31.236-13.985-31.236-31.236 0-17.25 13.985-31.236 31.236-31.236 17.25 0 31.236 13.985 31.236 31.236z" fill-rule="evenodd" fill="url(#a)"/><defs><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="85.277" y1="54.545" x2="85.277" y2="116.947"><stop offset="0" stop-color="#81b4e0"/><stop offset="1" stop-color="#0c5a94"/></linearGradient></defs><path d="M161.5 47.62C140.525 5.42 89.312-11.79 47.11 9.185a85.332 85.332 0 0 0-32.65 28.53L48.746 97.14C42.43 77.074 53.582 55.686 73.65 49.373c3.53-1.11 7.203-1.7 10.902-1.752" fill="url(#b)"/><defs><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="87.981" y1=".384" x2="87.981" y2="69.714"><stop offset="0" stop-color="#f06b59"/><stop offset="1" stop-color="#df2227"/></linearGradient></defs><path d="M14.46 37.716c-26.24 39.144-15.78 92.148 23.364 118.39a85.336 85.336 0 0 0 40.633 14.174l35.808-60.948c-13.39 16.228-37.397 18.53-53.625 5.14a38.09 38.09 0 0 1-11.895-17.33" fill="url(#c)"/><defs><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="20.762" y1="146.366" x2="55.807" y2="88.465"><stop offset="0" stop-color="#388b41"/><stop offset="1" stop-color="#4cb749"/></linearGradient></defs><path d="M78.457 170.28c46.99 3.552 87.965-31.662 91.518-78.653A85.33 85.33 0 0 0 161.5 47.62H84.55c21.037.097 38.014 17.23 37.917 38.268a38.113 38.113 0 0 1-8.206 23.444" fill="url(#d)"/><defs><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="138.163" y1="152.524" x2="100.832" y2="62.625"><stop offset="0" stop-color="#e4b022"/><stop offset=".3" stop-color="#fcd209"/></linearGradient></defs><path d="M14.46 37.716L48.746 97.14a38.09 38.09 0 0 1 1.523-25.903L15.98 35.43" fill="url(#e)"/><defs><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="32.364" y1="94.856" x2="32.364" y2="33.908"><stop offset="0" stop-opacity=".149"/><stop offset=".3" stop-opacity=".059"/><stop offset="1" stop-opacity=".027"/></linearGradient></defs><path d="M78.457 170.28l35.808-60.948a38.1 38.1 0 0 1-22.094 12.95L76.94 170.28" fill="url(#f)"/><defs><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="116.491" y1="114.538" x2="74.589" y2="157.201"><stop offset="0" stop-opacity=".149"/><stop offset=".3" stop-opacity=".059"/><stop offset="1" stop-opacity=".027"/></linearGradient></defs><path d="M161.5 47.62H84.552a38.09 38.09 0 0 1 29.712 14.475l48.76-12.19" fill="url(#g)"/><defs><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="115.884" y1="126.812" x2="121.979" y2="66.628"><stop offset="0" stop-opacity=".149"/><stop offset=".3" stop-opacity=".059"/><stop offset="1" stop-opacity=".027"/></linearGradient></defs></svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,47 +0,0 @@
.dialog-2APwxL3O {
display: flex;
min-width: 280px;
text-align: left;
box-sizing: border-box;
background-color: #fff;
flex-direction: column;
}
html.theme-dark .dialog-2APwxL3O {
background-color: #1e222d;
}
.dialog-2APwxL3O.rounded-tXI9mwGE {
border-radius: 6px;
}
.dialog-2APwxL3O.shadowed-2M13-xZa {
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.275);
}
.dialog-2APwxL3O.fullscreen-2RqU2pqU {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
min-height: 100%;
}
.dialog-2APwxL3O.darker-2nhdv2oS {
background-color: #fff;
}
html.theme-dark .dialog-2APwxL3O.darker-2nhdv2oS {
background-color: #131722;
}
.backdrop-1tKdKmN_ {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: #9598a1;
transform: translateZ(0);
opacity: 0.5;
z-index: -1;
}
html.theme-dark .backdrop-1tKdKmN_ {
background-color: #0c0e15;
}

View File

@ -1,47 +0,0 @@
.dialog-2APwxL3O {
display: flex;
min-width: 280px;
text-align: right;
box-sizing: border-box;
background-color: #fff;
flex-direction: column;
}
html.theme-dark .dialog-2APwxL3O {
background-color: #1e222d;
}
.dialog-2APwxL3O.rounded-tXI9mwGE {
border-radius: 6px;
}
.dialog-2APwxL3O.shadowed-2M13-xZa {
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.275);
}
.dialog-2APwxL3O.fullscreen-2RqU2pqU {
position: fixed;
top: 0;
right: 0;
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
min-height: 100%;
}
.dialog-2APwxL3O.darker-2nhdv2oS {
background-color: #fff;
}
html.theme-dark .dialog-2APwxL3O.darker-2nhdv2oS {
background-color: #131722;
}
.backdrop-1tKdKmN_ {
position: fixed;
right: 0;
top: 0;
left: 0;
bottom: 0;
background-color: #9598a1;
transform: translateZ(0);
opacity: 0.5;
z-index: -1;
}
html.theme-dark .backdrop-1tKdKmN_ {
background-color: #0c0e15;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[4], []]);

View File

@ -1,301 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([
[40],
{
'4Cm8': function (t, e, i) {
'use strict';
i.d(e, 'a', function () {
return C;
});
var s = i('mrSG'),
r = i('q1tI'),
n = i('TSYQ'),
o = i('XmVn'),
l = i('Iivm'),
a = i('beCu'),
c = i('j1f4'),
u = i('Ialn'),
h = i('Vike'),
p = i('ji/R'),
d = { isVisibleScrollbar: !0, shouldMeasure: !0, hideButtonsFrom: 1 };
function f(t) {
var e;
return r.createElement('div', {
className: n(
p.fadeLeft,
((e = {}), (e[p.isVisible] = t.isVisible), e),
),
});
}
function w(t) {
var e;
return r.createElement('div', {
className: n(
p.fadeRight,
((e = {}), (e[p.isVisible] = t.isVisible), e),
),
});
}
function m(t) {
return r.createElement(
v,
Object(s.__assign)({}, t, { className: p.scrollLeft }),
);
}
function b(t) {
return r.createElement(
v,
Object(s.__assign)({}, t, { className: p.scrollRight }),
);
}
function v(t) {
var e;
return r.createElement(
'div',
{
className: n(
t.className,
((e = {}), (e[p.isVisible] = t.isVisible), e),
),
onClick: t.onClick,
},
r.createElement(
'div',
{ className: p.iconWrap },
r.createElement(l.Icon, { icon: h, className: p.icon }),
),
);
}
var _,
R,
S,
V,
g,
C =
(void 0 === (_ = m) && (_ = m),
void 0 === (R = b) && (R = b),
void 0 === (S = f) && (S = f),
void 0 === (V = w) && (V = w),
((g = (function (t) {
function e(e) {
var i = t.call(this, e) || this;
return (
(i._scroll = r.createRef()),
(i._wrapMeasureRef = r.createRef()),
(i._contentMeasureRef = r.createRef()),
(i._handleScrollLeft = function () {
if (i.props.onScrollButtonClick)
i.props.onScrollButtonClick('left');
else {
var t = i.props.scrollStepSize || i.state.widthWrap - 50;
i.animateTo(Math.max(0, i.currentPosition() - t));
}
}),
(i._handleScrollRight = function () {
if (i.props.onScrollButtonClick)
i.props.onScrollButtonClick('right');
else {
var t = i.props.scrollStepSize || i.state.widthWrap - 50;
i.animateTo(
Math.min(
(i.state.widthContent || 0) - (i.state.widthWrap || 0),
i.currentPosition() + t,
),
);
}
}),
(i._handleResizeWrap = function (t) {
i.props.onMeasureWrap && i.props.onMeasureWrap(t),
i.setState({ widthWrap: t.width }),
i._checkButtonsVisibility();
}),
(i._handleResizeContent = function (t) {
i.props.onMeasureContent && i.props.onMeasureContent(t);
var e = i.props,
s = e.shouldDecreaseWidthContent,
r = e.buttonsWidthIfDecreasedWidthContent;
s && r
? i.setState({ widthContent: t.width + 2 * r })
: i.setState({ widthContent: t.width });
}),
(i._handleScroll = function () {
var t = i.props.onScroll;
t && t(i.currentPosition(), i.isAtLeft(), i.isAtRight()),
i._checkButtonsVisibility();
}),
(i._checkButtonsVisibility = function () {
var t = i.state,
e = t.isVisibleLeftButton,
s = t.isVisibleRightButton,
r = i.isAtLeft(),
n = i.isAtRight();
r || e
? r && e && i.setState({ isVisibleLeftButton: !1 })
: i.setState({ isVisibleLeftButton: !0 }),
n || s
? n && s && i.setState({ isVisibleRightButton: !1 })
: i.setState({ isVisibleRightButton: !0 });
}),
(i.state = {
widthContent: 0,
widthWrap: 0,
isVisibleRightButton: !1,
isVisibleLeftButton: !1,
}),
i
);
}
return (
Object(s.__extends)(e, t),
(e.prototype.componentDidMount = function () {
this._checkButtonsVisibility();
}),
(e.prototype.componentDidUpdate = function (t, e) {
(e.widthWrap === this.state.widthWrap &&
e.widthContent === this.state.widthContent) ||
this._handleScroll(),
this.props.shouldMeasure &&
this._wrapMeasureRef.current &&
this._contentMeasureRef.current &&
(this._wrapMeasureRef.current.measure(),
this._contentMeasureRef.current.measure());
}),
(e.prototype.currentPosition = function () {
return this._scroll.current
? Object(u.isRtl)()
? Object(u.getLTRScrollLeft)(this._scroll.current)
: this._scroll.current.scrollLeft
: 0;
}),
(e.prototype.isAtLeft = function () {
return (
!this._isOverflowed() ||
this.currentPosition() <= this.props.hideButtonsFrom
);
}),
(e.prototype.isAtRight = function () {
return (
!this._isOverflowed() ||
this.currentPosition() + this.state.widthWrap >=
this.state.widthContent - this.props.hideButtonsFrom
);
}),
(e.prototype.animateTo = function (t, e) {
void 0 === e && (e = c.dur);
var i = this._scroll.current;
i &&
(Object(u.isRtl)() &&
(t = Object(u.getLTRScrollLeftOffset)(i, t)),
e <= 0
? (i.scrollLeft = Math.round(t))
: Object(a.doAnimate)({
onStep: function (t, e) {
i.scrollLeft = Math.round(e);
},
from: i.scrollLeft,
to: Math.round(t),
easing: c.easingFunc.easeInOutCubic,
duration: e,
}));
}),
(e.prototype.render = function () {
var t,
e = this.props,
i = e.children,
s = e.isVisibleScrollbar,
l = e.isVisibleFade,
a = e.isVisibleButtons,
c = e.shouldMeasure,
u = e.shouldDecreaseWidthContent,
h = e.buttonsWidthIfDecreasedWidthContent,
d = e.onMouseOver,
f = e.onMouseOut,
w = this.state,
m = w.isVisibleRightButton,
b = w.isVisibleLeftButton,
v = u && h;
return r.createElement(
o,
{
whitelist: ['width'],
onMeasure: this._handleResizeWrap,
shouldMeasure: c,
ref: this._wrapMeasureRef,
},
r.createElement(
'div',
{
className: p.wrapOverflow,
onMouseOver: d,
onMouseOut: f,
},
r.createElement(
'div',
{ className: n(p.wrap, v ? p.wrapWithArrowsOuting : '') },
r.createElement(
'div',
{
className: n(
p.scrollWrap,
((t = {}), (t[p.noScrollBar] = !s), t),
),
onScroll: this._handleScroll,
ref: this._scroll,
},
r.createElement(
o,
{
onMeasure: this._handleResizeContent,
whitelist: ['width'],
shouldMeasure: c,
ref: this._contentMeasureRef,
},
i,
),
),
l && r.createElement(S, { isVisible: b }),
l && r.createElement(V, { isVisible: m }),
a &&
r.createElement(_, {
onClick: this._handleScrollLeft,
isVisible: b,
}),
a &&
r.createElement(R, {
onClick: this._handleScrollRight,
isVisible: m,
}),
),
),
);
}),
(e.prototype._isOverflowed = function () {
var t = this.state;
return t.widthContent > t.widthWrap;
}),
e
);
})(r.PureComponent)).defaultProps = d),
g);
},
Vike: function (t, e) {
t.exports =
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10" width="20" height="10"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M2 1l8 8 8-8"/></svg>';
},
'ji/R': function (t, e, i) {
t.exports = {
wrap: 'wrap-5DN0XnS4',
wrapWithArrowsOuting: 'wrapWithArrowsOuting-1OPNi0IP',
wrapOverflow: 'wrapOverflow-2FHnhKaN',
scrollWrap: 'scrollWrap-nAnkzkWd',
noScrollBar: 'noScrollBar-34JzryqI',
icon: 'icon-1nfNqIRh',
scrollLeft: 'scrollLeft-2cl_k1e7',
scrollRight: 'scrollRight-2SEqCpTf',
isVisible: 'isVisible-Stm3XOHb',
iconWrap: 'iconWrap-1E4GEP7h',
fadeLeft: 'fadeLeft-244lj3pA',
fadeRight: 'fadeRight-1JnS42hI',
};
},
},
]);

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g transform="translate(0 -1032.362)"><circle cx="10" cy="1042.362" r="8" fill="#fff"/><path d="M10 1033.362c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 1.125c4.35 0 7.875 3.526 7.875 7.875 0 4.35-3.526 7.875-7.875 7.875-4.35 0-7.875-3.526-7.875-7.875 0-4.35 3.526-7.875 7.875-7.875zm0 5.875a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2z" fill="#aaafb9"/></g></svg>

Before

Width:  |  Height:  |  Size: 470 B

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[41], []]);

View File

@ -1,243 +0,0 @@
.inputWrapper-6bNZbTW4 {
display: flex;
flex-grow: 1;
position: relative;
border-radius: 4px 4px 4px 4px;
}
.textInput-3WRWEmm7 {
background-color: #fff;
border: 1px solid;
box-sizing: border-box;
color: #535353;
display: flex;
font-size: 13px;
height: 34px;
padding: 0 12px;
transition: border-color 0.35s ease 0s, background-color 0.35s ease 0s,
box-shadow 0.35s ease 0s;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: inherit;
border-color: #dadde0;
flex: 1 1;
}
html.theme-dark .textInput-3WRWEmm7 {
border-color: #363c4e;
color: #f2f3f5;
background-color: #131722;
}
.textInput-3WRWEmm7::-webkit-input-placeholder {
color: #adaeb0;
opacity: 1;
}
.textInput-3WRWEmm7:-ms-input-placeholder {
color: #adaeb0;
opacity: 1;
}
.textInput-3WRWEmm7::placeholder {
color: #adaeb0;
opacity: 1;
}
html.theme-dark .textInput-3WRWEmm7::-webkit-input-placeholder {
color: #4f5966;
}
html.theme-dark .textInput-3WRWEmm7:-ms-input-placeholder {
color: #4f5966;
}
html.theme-dark .textInput-3WRWEmm7::placeholder {
color: #4f5966;
}
.textInput-3WRWEmm7[readonly] {
border-color: #dadde0;
color: #8a8a8a;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7[readonly]:hover {
border-color: #dadde0;
color: #8a8a8a;
}
}
html.theme-dark .textInput-3WRWEmm7[readonly] {
color: #758696;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[readonly]:hover {
color: #758696;
}
}
html.theme-dark .textInput-3WRWEmm7[readonly] {
border-color: #363c4e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[readonly]:hover {
border-color: #363c4e;
}
}
.textInput-3WRWEmm7[disabled] {
color: #ececec;
border-color: #ececec;
background-color: #fff;
cursor: auto;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7[disabled]:hover {
color: #ececec;
border-color: #ececec;
background-color: #fff;
cursor: auto;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled] {
background-color: #131722;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[disabled]:hover {
background-color: #131722;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled] {
border-color: #262b3e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[disabled]:hover {
border-color: #262b3e;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled] {
color: #262b3e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[disabled]:hover {
color: #262b3e;
}
}
.textInput-3WRWEmm7[disabled]::-webkit-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]:-ms-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]::placeholder {
color: #ececec;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7[disabled]:hover::-webkit-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]:hover:-ms-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]:hover::placeholder {
color: #ececec;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled]::-webkit-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]:-ms-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]::placeholder {
color: #262b3e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.textInput-3WRWEmm7[disabled]:hover::-webkit-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]:hover:-ms-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]:hover::placeholder {
color: #262b3e;
}
}
.textInput-3WRWEmm7.error-v0663AtN,
.textInput-3WRWEmm7.error-v0663AtN[disabled],
.textInput-3WRWEmm7.error-v0663AtN[readonly] {
border-color: #f24965 !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7.error-v0663AtN:hover {
border-color: #f24965 !important;
}
}
.textInput-3WRWEmm7.success-7iP8kTY5,
.textInput-3WRWEmm7.success-7iP8kTY5[disabled],
.textInput-3WRWEmm7.success-7iP8kTY5[readonly] {
border-color: #38b395 !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7.success-7iP8kTY5:hover {
border-color: #38b395 !important;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7:hover {
border-color: #c8c8c8;
transition-duration: 0.06s;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7:hover {
border-color: #4c525e;
}
}
.textInput-3WRWEmm7:focus {
border-color: #2196f3 !important;
box-shadow: inset 0 0 0 1px #2196f3;
border-width: 1px;
transition-duration: 0.06s;
}
html.theme-dark .textInput-3WRWEmm7:focus {
box-shadow: inset 0 0 0 1px #1976d2;
border-color: #1976d2 !important;
}
.textInput-3WRWEmm7.textInputLeftDirection-mlAXPh8V {
text-align: left;
direction: ltr;
}
.xsmall-3Ah_Or2- {
height: 19px;
}
.small-2bmxiJCE {
height: 27px;
}
.large-1JDowW2I {
height: 48px;
}
.iconed-3ZQvxTot .textInput-3WRWEmm7 {
padding-left: 30px;
}
.iconed-3ZQvxTot .inputIcon-W_Bse-a1 {
opacity: 0.4;
}
.iconed-3ZQvxTot .inputIcon-W_Bse-a1 svg {
display: inline-block;
position: absolute;
width: 14px;
height: 14px;
margin: 10px 0 0 10px;
fill: #4a4a4a;
stroke: #4a4a4a;
}
.clearable-2tabt_rj .textInput-3WRWEmm7 {
display: inline-block;
width: 100%;
}
.clearable-2tabt_rj .clearIcon-389FR5J4 {
display: inline-flex;
position: absolute;
right: 12px;
top: 10px;
cursor: pointer;
opacity: 0.4;
}
.clearable-2tabt_rj .clearIcon-389FR5J4 svg {
max-width: 16px;
height: 16px;
fill: #4a4a4a;
stroke: #4a4a4a;
}

View File

@ -1,243 +0,0 @@
.inputWrapper-6bNZbTW4 {
display: flex;
flex-grow: 1;
position: relative;
border-radius: 4px 4px 4px 4px;
}
.textInput-3WRWEmm7 {
background-color: #fff;
border: 1px solid;
box-sizing: border-box;
color: #535353;
display: flex;
font-size: 13px;
height: 34px;
padding: 0 12px;
transition: border-color 0.35s ease 0s, background-color 0.35s ease 0s,
box-shadow 0.35s ease 0s;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: inherit;
border-color: #dadde0;
flex: 1 1;
}
html.theme-dark .textInput-3WRWEmm7 {
border-color: #363c4e;
color: #f2f3f5;
background-color: #131722;
}
.textInput-3WRWEmm7::-webkit-input-placeholder {
color: #adaeb0;
opacity: 1;
}
.textInput-3WRWEmm7:-ms-input-placeholder {
color: #adaeb0;
opacity: 1;
}
.textInput-3WRWEmm7::placeholder {
color: #adaeb0;
opacity: 1;
}
html.theme-dark .textInput-3WRWEmm7::-webkit-input-placeholder {
color: #4f5966;
}
html.theme-dark .textInput-3WRWEmm7:-ms-input-placeholder {
color: #4f5966;
}
html.theme-dark .textInput-3WRWEmm7::placeholder {
color: #4f5966;
}
.textInput-3WRWEmm7[readonly] {
border-color: #dadde0;
color: #8a8a8a;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7[readonly]:hover {
border-color: #dadde0;
color: #8a8a8a;
}
}
html.theme-dark .textInput-3WRWEmm7[readonly] {
color: #758696;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[readonly]:hover {
color: #758696;
}
}
html.theme-dark .textInput-3WRWEmm7[readonly] {
border-color: #363c4e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[readonly]:hover {
border-color: #363c4e;
}
}
.textInput-3WRWEmm7[disabled] {
color: #ececec;
border-color: #ececec;
background-color: #fff;
cursor: auto;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7[disabled]:hover {
color: #ececec;
border-color: #ececec;
background-color: #fff;
cursor: auto;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled] {
background-color: #131722;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[disabled]:hover {
background-color: #131722;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled] {
border-color: #262b3e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[disabled]:hover {
border-color: #262b3e;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled] {
color: #262b3e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7[disabled]:hover {
color: #262b3e;
}
}
.textInput-3WRWEmm7[disabled]::-webkit-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]:-ms-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]::placeholder {
color: #ececec;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7[disabled]:hover::-webkit-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]:hover:-ms-input-placeholder {
color: #ececec;
}
.textInput-3WRWEmm7[disabled]:hover::placeholder {
color: #ececec;
}
}
html.theme-dark .textInput-3WRWEmm7[disabled]::-webkit-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]:-ms-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]::placeholder {
color: #262b3e;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.textInput-3WRWEmm7[disabled]:hover::-webkit-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]:hover:-ms-input-placeholder {
color: #262b3e;
}
html.theme-dark .textInput-3WRWEmm7[disabled]:hover::placeholder {
color: #262b3e;
}
}
.textInput-3WRWEmm7.error-v0663AtN,
.textInput-3WRWEmm7.error-v0663AtN[disabled],
.textInput-3WRWEmm7.error-v0663AtN[readonly] {
border-color: #f24965 !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7.error-v0663AtN:hover {
border-color: #f24965 !important;
}
}
.textInput-3WRWEmm7.success-7iP8kTY5,
.textInput-3WRWEmm7.success-7iP8kTY5[disabled],
.textInput-3WRWEmm7.success-7iP8kTY5[readonly] {
border-color: #38b395 !important;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7.success-7iP8kTY5:hover {
border-color: #38b395 !important;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.textInput-3WRWEmm7:hover {
border-color: #c8c8c8;
transition-duration: 0.06s;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .textInput-3WRWEmm7:hover {
border-color: #4c525e;
}
}
.textInput-3WRWEmm7:focus {
border-color: #2196f3 !important;
box-shadow: inset 0 0 0 1px #2196f3;
border-width: 1px;
transition-duration: 0.06s;
}
html.theme-dark .textInput-3WRWEmm7:focus {
box-shadow: inset 0 0 0 1px #1976d2;
border-color: #1976d2 !important;
}
.textInput-3WRWEmm7.textInputLeftDirection-mlAXPh8V {
text-align: left;
direction: ltr;
}
.xsmall-3Ah_Or2- {
height: 19px;
}
.small-2bmxiJCE {
height: 27px;
}
.large-1JDowW2I {
height: 48px;
}
.iconed-3ZQvxTot .textInput-3WRWEmm7 {
padding-right: 30px;
}
.iconed-3ZQvxTot .inputIcon-W_Bse-a1 {
opacity: 0.4;
}
.iconed-3ZQvxTot .inputIcon-W_Bse-a1 svg {
display: inline-block;
position: absolute;
width: 14px;
height: 14px;
margin: 10px 10px 0 0;
fill: #4a4a4a;
stroke: #4a4a4a;
}
.clearable-2tabt_rj .textInput-3WRWEmm7 {
display: inline-block;
width: 100%;
}
.clearable-2tabt_rj .clearIcon-389FR5J4 {
display: inline-flex;
position: absolute;
left: 12px;
top: 10px;
cursor: pointer;
opacity: 0.4;
}
.clearable-2tabt_rj .clearIcon-389FR5J4 svg {
max-width: 16px;
height: 16px;
fill: #4a4a4a;
stroke: #4a4a4a;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[42], []]);

View File

@ -1,954 +0,0 @@
._tv-dialog-shadowbox {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 110;
-webkit-transform: translateZ(0);
}
._tv-dialog-shadowbox.transparent {
background: none;
}
._tv-dialog {
position: absolute;
min-height: 18px;
left: 50%;
top: 50%;
background: #fff;
border: 1px solid;
border-color: #b5b7b9;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
html.theme-dark ._tv-dialog {
border-color: #363c4e;
background: #1e222d;
}
._tv-dialog__link {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark ._tv-dialog__link {
color: #1976d2;
}
._tv-dialog__link:visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark ._tv-dialog__link:visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog__link:hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog__link:focus {
outline: auto;
}
._tv-dialog__link:focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog__link:-moz-focusring {
outline: auto;
}
._tv-dialog__link:active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog__indented-list {
padding-left: 20px;
}
._tv-dialog__highlightedText {
box-shadow: 0 0 0 0.37em #fff2cf;
background: #fff2cf;
}
html.theme-dark ._tv-dialog__highlightedText {
background: #194453;
box-shadow: 0 0 0 0.37em #194453;
}
._tv-dialog__highlightedText:empty {
background: transparent;
box-shadow: none;
}
._tv-dialog__subTitle {
margin-top: 20px;
font-weight: 700;
display: block;
}
._tv-dialog._tv-dialog-min-width {
min-width: 400px;
}
._tv-dialog--alert-email a,
._tv-dialog--open-a-chart a {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark ._tv-dialog--alert-email a,
html.theme-dark ._tv-dialog--open-a-chart a {
color: #1976d2;
}
._tv-dialog--alert-email a:visited,
._tv-dialog--open-a-chart a:visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark ._tv-dialog--alert-email a:visited,
html.theme-dark ._tv-dialog--open-a-chart a:visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog--alert-email a:hover,
._tv-dialog--open-a-chart a:hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog--alert-email a:focus,
._tv-dialog--open-a-chart a:focus {
outline: auto;
}
._tv-dialog--alert-email a:focus:not(:-moz-focusring),
._tv-dialog--open-a-chart a:focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog--alert-email a:-moz-focusring,
._tv-dialog--open-a-chart a:-moz-focusring {
outline: auto;
}
._tv-dialog--alert-email a:active,
._tv-dialog--open-a-chart a:active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog .colorpicker-widget:not(.disabled):not(.selected) {
position: relative;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border: 1px solid;
border-color: #d6d8e0;
z-index: 1;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
._tv-dialog
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border-color: #131722;
}
}
._tv-dialog.ui-resizable {
position: absolute;
}
._tv-dialog-title {
color: #4c525e;
font-weight: 700;
font-size: 15px;
padding: 17px 35px 17px 20px;
cursor: default;
word-wrap: break-word;
}
html.theme-dark ._tv-dialog-title {
color: #d6d8e0;
}
._tv-dialog-title._tv-dialog-title-no-close {
padding-right: 20px;
}
._tv-dialog-title._tv-dialog-title-hidden {
padding: 0;
font-size: 0;
color: transparent;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
._tv-dialog-title ._tv-dialog-title-close {
width: 21px;
height: 21px;
display: block;
position: absolute;
right: 15px;
top: 13px;
cursor: pointer;
z-index: 1;
}
._tv-dialog-title ._tv-dialog-title-close:after {
width: 9px;
height: 9px;
content: ' ';
position: absolute;
top: 6px;
left: 6px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAASCAYAAACJgPRIAAAAUElEQVR42pWQMQoAIAwD++d+x8HJbyoOWXJDSSBgwpVS62vtc8ulXg/ZAZkFMycNoBJgXoUcX1cm9N1NSL0esgMyC2ZOGkAlwLwKObhu/qcHp/zWImEdH8EAAAAASUVORK5CYII=);
display: block;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-title ._tv-dialog-title-close:hover:after {
background-position: bottom;
}
}
._tv-dialog-content {
color: #131722;
max-width: 100%;
}
html.theme-dark ._tv-dialog-content {
color: #d6d8e0;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']) {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']) {
color: #1976d2;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):focus {
outline: auto;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):-moz-focusring {
outline: auto;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog-content .main {
padding: 0 20px 20px;
}
._tv-dialog-content .main p:first-child {
margin-top: 0;
}
._tv-dialog-content .main p:last-child {
margin-bottom: 0;
}
._tv-dialog-content .main .buttons {
margin-top: 25px;
text-align: right;
}
._tv-dialog-content .main .buttons.center {
text-align: center;
}
._tv-dialog-content .main .buttons ._tv-button {
min-width: 60px;
text-transform: uppercase;
}
._tv-dialog-content .main-properties {
padding: 25px;
}
._tv-dialog-content .main-properties.alert-aftertabs,
._tv-dialog-content .main-properties.main-properties-aftertabs {
padding-top: 5px;
}
._tv-dialog-content .main-properties.main-properties-tabless {
padding-top: 40px;
}
._tv-dialog-content .main-properties td {
padding: 3px 4px;
height: 27px;
}
._tv-dialog-content .main-properties td:empty {
padding: 0;
}
._tv-dialog-content .main-properties td.no-left-indent,
._tv-dialog-content .main-properties td:first-child {
padding-left: 0;
}
._tv-dialog-content .main-properties td:last-child {
padding-right: 0;
}
._tv-dialog-content .main-properties .percents-label {
position: relative;
top: 5px;
left: 5px;
}
._tv-dialog-content .main-properties .property-page-column-2 td {
white-space: normal;
}
._tv-dialog-content .main-browser-extension {
padding: 40px 70px 40px 52px;
padding: 0;
}
._tv-dialog-content .main-browser-extension .extension-poster {
width: 328px;
height: 377px;
background: url(fdbb9f3cb0365a7ab5cad76bff0b3e2b.png) 0 0;
}
._tv-dialog-content .main-browser-extension .left,
._tv-dialog-content .main-browser-extension .right {
width: 50%;
box-sizing: border-box;
}
._tv-dialog-content .main-browser-extension .left {
float: left;
padding: 32px 0 0 46px;
}
._tv-dialog-content .main-browser-extension .right {
float: right;
padding: 51px 70px 0 44px;
}
._tv-dialog-content .main-browser-extension .logo {
float: left;
width: 36px;
height: 36px;
background-size: 36px 36px;
margin-right: 10px;
}
._tv-dialog-content .main-browser-extension .logo.chrome {
background: url(396b43348362fa7fe5cb2e187f2e6d78.svg) 0 0;
}
._tv-dialog-content .main-browser-extension .info,
._tv-dialog-content .main-browser-extension .name {
float: left;
clear: right;
color: #a9a9a9;
width: 200px;
}
._tv-dialog-content .main-browser-extension .name {
font-size: 20px;
height: 20px;
line-height: 20px;
}
._tv-dialog-content .main-browser-extension .info {
font-size: 12px;
height: 14px;
line-height: 20px;
}
._tv-dialog-content .main-browser-extension h1 {
margin-top: 48px;
margin-bottom: 0;
font-size: 20px;
line-height: 20px;
}
._tv-dialog-content .main-browser-extension p {
color: #c2c5cb;
margin: 14px 0 28px;
}
._tv-dialog-content .main-browser-extension .install-extension button {
height: 42px;
padding: 0 25px;
line-height: 42px;
text-align: center;
border: none;
font-size: 12px;
text-transform: uppercase;
background: #52c3e7;
color: #fff;
cursor: pointer;
}
._tv-dialog-content .properties-separator {
border-bottom: 1px solid #b5b7b9;
}
html.theme-dark ._tv-dialog-content .properties-separator {
border-bottom: 1px solid #363c4e;
}
._tv-dialog-content ._tv-dialog-checkbox-mask {
width: 18px;
height: 16px;
position: absolute;
top: 2px;
left: 2px;
background: url(683e7a8e04465dc3fac39ed37f0789b8.png) 0 0;
}
._tv-dialog-content ._tv-dialog-checkbox-mask.radio {
background: #fff url(1df47f578aeef40dd1f2328338a133be.png);
background-position: -100px -140px;
width: 16px;
}
._tv-dialog-content ._tv-dialog-checkbox-mask.disabled {
background-position: 0 -32px;
}
._tv-dialog-content ._tv-dialog-checkbox-mask-active {
background: url(683e7a8e04465dc3fac39ed37f0789b8.png) 0 -16px;
}
._tv-dialog-content ._tv-dialog-checkbox-mask-active.radio {
background-position: -120px -140px;
}
._tv-dialog-content--with-padding-top {
padding-top: 40px;
}
._tv-dialog-content form input:not(.tv-control-input)[type='text'],
._tv-dialog-content form input[type='password'],
._tv-dialog-text-input {
width: 100%;
box-sizing: border-box;
height: 33px;
border: 1px solid #b5b7b9;
margin: 1px;
padding: 0 5px;
background-color: #fff;
color: #4a4a4a;
}
html.theme-dark
._tv-dialog-content
form
input:not(.tv-control-input)[type='text'],
html.theme-dark ._tv-dialog-content form input[type='password'],
html.theme-dark ._tv-dialog-text-input {
color: #c5cbce;
background-color: #1e222d;
border: 1px solid #363c4e;
}
._tv-dialog-content form input:not(.tv-control-input)[type='text']:disabled,
._tv-dialog-content form input[type='password']:disabled,
._tv-dialog-text-input:disabled {
color: #5a5a5a;
opacity: 0.5;
}
._tv-dialog-content ._tv-dialog-text-input {
height: 27px;
}
._tv-dialog-text-input.disabled {
color: #909292 !important;
}
._tv-dialog-content form input[type='password'].error,
._tv-dialog-content form input[type='text'].error {
margin: 0;
border: 2px solid #de5764;
background: #f7e4e6;
color: #e06571;
}
._tv-dialog-content textarea {
color: #4a4a4a;
font-size: 12px;
line-height: 18px;
border: 1px solid;
border-color: #b5b7b9;
padding: 8px 5px;
box-sizing: border-box;
}
html.theme-dark ._tv-dialog-content textarea {
background: #1e222d;
border-color: #363c4e;
color: #c5cbce;
}
._tv-dialog-content textarea:disabled {
color: #5a5a5a;
opacity: 0.5;
}
._tv-dialog-content
form
input:not(.tv-control-input)._tv-dialog-content-textactive,
._tv-dialog-text-input:focus {
background: #fff;
border-color: #2196f3 !important;
color: #595959;
}
html.theme-dark
._tv-dialog-content
form
input:not(.tv-control-input)._tv-dialog-content-textactive,
html.theme-dark ._tv-dialog-text-input:focus {
color: #9db2bd;
border-color: #1976d2 !important;
background: #1e222d;
}
._tv-dialog-content textarea {
border: 1px solid #b5b7b9;
background: #fff;
}
html.theme-dark ._tv-dialog-content textarea {
border: 1px solid #363c4e;
}
._tv-dialog-content textarea._tv-dialog-content-textareaactive {
color: #595959;
border-color: #2196f3 !important;
}
html.theme-dark ._tv-dialog-content textarea._tv-dialog-content-textareaactive {
border-color: #1976d2 !important;
}
._tv-dialog-content .caption {
font-size: 11px;
color: #4f5966;
margin-bottom: 3px;
margin-top: 7px;
font-weight: 700;
}
html.theme-dark ._tv-dialog-content .caption {
color: #f7f8fa;
}
._tv-dialog-content .caption.half {
float: left;
width: 50%;
}
._tv-dialog-content .caption-big {
font-size: 12px;
color: #4f5966;
margin: 15px 0;
}
html.theme-dark ._tv-dialog-content .caption-big {
color: #f7f8fa;
}
._tv-dialog-content .caption-big-center {
font-size: 12px;
color: #4f5966;
margin: 15px 0;
text-align: center;
}
html.theme-dark ._tv-dialog-content .caption-big-center {
color: #f7f8fa;
}
._tv-dialog-content .caption-big-center.slim {
margin: 0;
text-align: left;
}
._tv-dialog-content .caption-big-center.slim ul {
padding-left: 20px;
}
._tv-dialog-content .caption-big.slim {
margin: 0;
text-align: left;
}
._tv-dialog-content .caption.first {
margin-top: 0;
}
._tv-dialog-content .critical,
._tv-dialog-content .disconnect {
padding-bottom: 15px;
}
._tv-dialog-content .disconnect ol,
._tv-dialog-content .disconnect ul {
padding-left: 1.5em;
margin-bottom: 0;
}
._tv-dialog-content .disconnect ul {
list-style: square;
}
._tv-dialog-content .input input {
width: 298px !important;
}
._tv-dialog-content .input {
margin-bottom: 7px;
}
._tv-dialog-content .big-button ._tv-button {
padding: 10px 50px;
background: #fff;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-content .big-button ._tv-button:hover {
background: #fcfcfc;
}
}
._tv-dialog-content label {
color: #4a4a4a;
}
html.theme-dark ._tv-dialog-content label {
color: #c5cbce;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-content .flat:hover:before {
border-width: 0 !important;
}
}
._tv-dialog-error,
._tv-dialog-message {
display: none;
position: absolute;
top: 0;
width: 100%;
font-size: 12px;
z-index: 100;
text-align: center;
}
._tv-dialog-error .message,
._tv-dialog-message .message {
display: table-cell;
vertical-align: middle;
padding: 10px;
height: 32px;
}
._tv-dialog-error .close,
._tv-dialog-message .close {
display: none;
position: absolute;
top: 4px;
right: 4px;
width: 9px;
height: 9px;
border: 4px solid transparent;
cursor: pointer;
opacity: 0.7;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-error .close:hover,
._tv-dialog-message .close:hover {
opacity: 1;
}
}
._tv-dialog-error.with-close .message,
._tv-dialog-message.with-close .message {
padding: 10px 30px;
}
._tv-dialog-error.with-close .close,
._tv-dialog-message.with-close .close {
display: block;
}
._tv-dialog-error a,
._tv-dialog-message a {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark ._tv-dialog-error a,
html.theme-dark ._tv-dialog-message a {
color: #1976d2;
}
._tv-dialog-error a:visited,
._tv-dialog-message a:visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark ._tv-dialog-error a:visited,
html.theme-dark ._tv-dialog-message a:visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-error a:hover,
._tv-dialog-message a:hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog-error a:focus,
._tv-dialog-message a:focus {
outline: auto;
}
._tv-dialog-error a:focus:not(:-moz-focusring),
._tv-dialog-message a:focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog-error a:-moz-focusring,
._tv-dialog-message a:-moz-focusring {
outline: auto;
}
._tv-dialog-error a:active,
._tv-dialog-message a:active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog-error {
color: #c34c36;
background: #f9e3e6;
}
html.theme-dark ._tv-dialog-error {
background: #6f2626;
color: #ffedf0;
}
._tv-dialog-error .close {
fill: #9b0202;
}
html.theme-dark ._tv-dialog-error .close {
fill: #ffa4b3;
}
._tv-dialog-message {
color: #0a8415;
background: #e2fde1;
}
html.theme-dark ._tv-dialog-message {
background: #21384d;
color: #9addcc;
}
._tv-dialog-message .close {
fill: #096201;
}
html.theme-dark ._tv-dialog-message .close {
fill: #3bc2a1;
}
._tv-dialog-content .dialog-buttons {
text-align: right;
margin-top: 10px;
}
._tv-dialog-content .dialog-comment {
float: left;
margin-top: 15px;
}
._tv-dialog-content .dialog-buttons a {
margin: 0 0 0 5px;
min-width: 50px;
text-align: center;
position: relative;
}
._tv-dialog-content .dialog-buttons a.tv-left {
margin: 0 5px 0 0;
}
._tv-dialog .ui-resizable-handle {
width: 11px;
height: 11px;
background: url(c9653f735b42cd4bff0ba442c742ba82.png) 0 0 no-repeat;
}
._tv-dialog.change-interval-dialog ._tv-dialog-title {
text-align: center;
font-size: 13px;
padding: 28px 0 23px;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content {
padding: 0 50px 13px;
text-align: center;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content .change-interval-input {
box-sizing: border-box;
display: block;
width: 150px;
height: 76px;
border: 1px solid #2196f3;
text-align: inherit;
font-size: 43px;
color: #4a4a4a;
background-color: #fff;
text-transform: uppercase;
}
html.theme-dark
._tv-dialog.change-interval-dialog
._tv-dialog-content
.change-interval-input {
background-color: #2f3241;
color: #c5cbce;
border: 1px solid #1976d2;
}
._tv-dialog.change-interval-dialog
._tv-dialog-content
.change-interval-input.error {
border-color: #d75442;
background-color: #ffefef;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content i {
display: block;
font-style: normal;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content i.interval-caption {
margin: 8px 0 15px;
color: #a8a8a8;
font-size: 12px;
font-weight: 600;
cursor: default;
}
._tv-dialog.change-interval-dialog
._tv-dialog-content
i.interval-caption.error {
color: #d75442;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content i.help-tooltip-trigger {
margin: 0 auto;
width: 12px;
height: 12px;
font-size: 11px;
font-weight: 700;
line-height: 12px;
border: 1px solid;
border-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
cursor: default;
}
html.theme-dark
._tv-dialog.change-interval-dialog
._tv-dialog-content
i.help-tooltip-trigger {
border-color: rgba(157, 178, 189, 0.5);
}
._tv-dialog-charting-library._tv-dialog {
font-size: 14px;
font-weight: 400;
background: #f2f5f8;
}
._tv-dialog-charting-library .main {
padding: 0 20px 20px;
}
._tv-dialog-charting-library .line {
height: 1px;
background: #ced5db;
overflow: hidden;
}
._tv-dialog-charting-library .lead-in {
margin-bottom: 5px;
}
._tv-dialog-charting-library h3 {
font-size: 26px;
font-weight: 400;
text-transform: uppercase;
color: #26282f;
margin: 0;
}
._tv-dialog-charting-library li,
._tv-dialog-charting-library p {
line-height: 28px;
margin: 0;
}
._tv-dialog-charting-library p,
._tv-dialog-charting-library ul {
margin: 12px 1px;
}
._tv-dialog-charting-library form .dropzone {
margin: 1px;
border: 1px dashed rgba(0, 0, 0, 0.3);
background: #fff;
display: inline-block;
padding: 20px 0;
width: 140px;
height: 110px;
float: left;
box-sizing: border-box;
}
._tv-dialog-charting-library form .dropzone * {
box-sizing: border-box;
}
._tv-dialog-charting-library form .dropzone.dz-clickable {
cursor: pointer;
}
._tv-dialog-charting-library form .dropzone.dz-started .dz-message {
display: none;
}
._tv-dialog-charting-library form .dropzone.dz-drag-hover {
border-style: solid;
}
._tv-dialog-charting-library form .dropzone.dz-drag-hover .dz-message {
opacity: 0.5;
}
._tv-dialog-charting-library form .dropzone .dz-message {
text-align: center;
}
._tv-dialog-charting-library form .dropzone .dz-message .link {
color: #0099d4;
}
._tv-dialog-charting-library form .dropzone .dz-filename {
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: lowercase;
}
._tv-dialog-charting-library form .dropzone .dz-filename span {
padding: 0 0.4em;
}
._tv-dialog-charting-library form .dropzone .dz-icon {
padding: 1px 42px;
}
._tv-dialog-charting-library form .dropzone .dz-remove {
fill: #ff6565;
position: relative;
top: -80px;
left: 110px;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-charting-library form .dropzone .dz-remove:hover {
fill: red;
}
}
._tv-dialog-charting-library form > div {
margin-bottom: 12px;
}
._tv-dialog-charting-library form .description {
margin: 6px 0;
}
._tv-dialog-charting-library form .agreement {
margin-bottom: 10px;
}
._tv-dialog-charting-library form .agreement .description {
display: inline-block;
padding: 27px 5px;
width: 388px;
}
._tv-dialog-charting-library form textarea {
width: 100%;
height: 90px;
margin: 1px;
}
._tv-dialog-charting-library form .attach {
cursor: pointer;
font-size: 14px;
font-weight: 400;
}
._tv-dialog-charting-library form input[type='text'].error {
margin: 1px;
}
._tv-dialog-charting-library form .two-columns .column-wrap {
box-sizing: border-box;
display: inline-block;
width: 50%;
}
._tv-dialog-charting-library form .two-columns .column-wrap:first-child {
padding-right: 10px;
}
._tv-dialog-charting-library .big-buttons {
text-align: right;
padding: 10px 0;
}
._tv-dialog-charting-library .big-buttons .cancel-button {
cursor: pointer;
border: 1px solid transparent;
font-size: 15px;
margin: 0 15px;
color: #686868;
background: #f2f5f8;
}
._tv-dialog-charting-library .big-buttons .big-button {
cursor: pointer;
border: 1px solid transparent;
background-color: #06b2ce;
color: #fff;
font-size: 15px;
text-transform: uppercase;
padding: 10px 45px;
background-image: url(77a5d6e16116f4dd430d89ed1ef42fa8.gif);
background-position: -9999px -9999px;
background-repeat: no-repeat;
}
._tv-dialog-charting-library .big-buttons .big-button.process {
background-position: 0 0;
background-repeat: repeat;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-charting-library .big-buttons .big-button:hover {
background-color: #06bbd8;
}
}
._tv-dialog-charting-library .big-buttons .big-button:active {
background-color: #07c3e2;
}
._tv-dialog-charting-library .big-buttons .big-button.disabled {
cursor: default;
background-color: #c3c8cf;
}
._tv-dialog.dialog-highlight .main .message textarea {
width: 350px;
height: 130px;
}

View File

@ -1,954 +0,0 @@
._tv-dialog-shadowbox {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 110;
-webkit-transform: translateZ(0);
}
._tv-dialog-shadowbox.transparent {
background: none;
}
._tv-dialog {
position: absolute;
min-height: 18px;
left: 50%;
top: 50%;
background: #fff;
border: 1px solid;
border-color: #b5b7b9;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
html.theme-dark ._tv-dialog {
border-color: #363c4e;
background: #1e222d;
}
._tv-dialog__link {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark ._tv-dialog__link {
color: #1976d2;
}
._tv-dialog__link:visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark ._tv-dialog__link:visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog__link:hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog__link:focus {
outline: auto;
}
._tv-dialog__link:focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog__link:-moz-focusring {
outline: auto;
}
._tv-dialog__link:active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog__indented-list {
padding-right: 20px;
}
._tv-dialog__highlightedText {
box-shadow: 0 0 0 0.37em #fff2cf;
background: #fff2cf;
}
html.theme-dark ._tv-dialog__highlightedText {
background: #194453;
box-shadow: 0 0 0 0.37em #194453;
}
._tv-dialog__highlightedText:empty {
background: transparent;
box-shadow: none;
}
._tv-dialog__subTitle {
margin-top: 20px;
font-weight: 700;
display: block;
}
._tv-dialog._tv-dialog-min-width {
min-width: 400px;
}
._tv-dialog--alert-email a,
._tv-dialog--open-a-chart a {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark ._tv-dialog--alert-email a,
html.theme-dark ._tv-dialog--open-a-chart a {
color: #1976d2;
}
._tv-dialog--alert-email a:visited,
._tv-dialog--open-a-chart a:visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark ._tv-dialog--alert-email a:visited,
html.theme-dark ._tv-dialog--open-a-chart a:visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog--alert-email a:hover,
._tv-dialog--open-a-chart a:hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog--alert-email a:focus,
._tv-dialog--open-a-chart a:focus {
outline: auto;
}
._tv-dialog--alert-email a:focus:not(:-moz-focusring),
._tv-dialog--open-a-chart a:focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog--alert-email a:-moz-focusring,
._tv-dialog--open-a-chart a:-moz-focusring {
outline: auto;
}
._tv-dialog--alert-email a:active,
._tv-dialog--open-a-chart a:active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog .colorpicker-widget:not(.disabled):not(.selected) {
position: relative;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border: 1px solid;
border-color: #d6d8e0;
z-index: 1;
}
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
._tv-dialog
.colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover {
border-color: #131722;
}
}
._tv-dialog.ui-resizable {
position: absolute;
}
._tv-dialog-title {
color: #4c525e;
font-weight: 700;
font-size: 15px;
padding: 17px 20px 17px 35px;
cursor: default;
word-wrap: break-word;
}
html.theme-dark ._tv-dialog-title {
color: #d6d8e0;
}
._tv-dialog-title._tv-dialog-title-no-close {
padding-left: 20px;
}
._tv-dialog-title._tv-dialog-title-hidden {
padding: 0;
font-size: 0;
color: transparent;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
._tv-dialog-title ._tv-dialog-title-close {
width: 21px;
height: 21px;
display: block;
position: absolute;
left: 15px;
top: 13px;
cursor: pointer;
z-index: 1;
}
._tv-dialog-title ._tv-dialog-title-close:after {
width: 9px;
height: 9px;
content: ' ';
position: absolute;
top: 6px;
right: 6px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAASCAYAAACJgPRIAAAAUElEQVR42pWQMQoAIAwD++d+x8HJbyoOWXJDSSBgwpVS62vtc8ulXg/ZAZkFMycNoBJgXoUcX1cm9N1NSL0esgMyC2ZOGkAlwLwKObhu/qcHp/zWImEdH8EAAAAASUVORK5CYII=);
display: block;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-title ._tv-dialog-title-close:hover:after {
background-position: bottom;
}
}
._tv-dialog-content {
color: #131722;
max-width: 100%;
}
html.theme-dark ._tv-dialog-content {
color: #d6d8e0;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']) {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']) {
color: #1976d2;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):focus {
outline: auto;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):-moz-focusring {
outline: auto;
}
._tv-dialog-content
a:not([class*='button']):not([class*='btn']):not([class*='tabs']):not([class*='tab']):not([class*='sbSelector']):not([class*='filter']):not(a[href='#yes']):not(a[href='#no']):active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog-content .main {
padding: 0 20px 20px;
}
._tv-dialog-content .main p:first-child {
margin-top: 0;
}
._tv-dialog-content .main p:last-child {
margin-bottom: 0;
}
._tv-dialog-content .main .buttons {
margin-top: 25px;
text-align: left;
}
._tv-dialog-content .main .buttons.center {
text-align: center;
}
._tv-dialog-content .main .buttons ._tv-button {
min-width: 60px;
text-transform: uppercase;
}
._tv-dialog-content .main-properties {
padding: 25px;
}
._tv-dialog-content .main-properties.alert-aftertabs,
._tv-dialog-content .main-properties.main-properties-aftertabs {
padding-top: 5px;
}
._tv-dialog-content .main-properties.main-properties-tabless {
padding-top: 40px;
}
._tv-dialog-content .main-properties td {
padding: 3px 4px;
height: 27px;
}
._tv-dialog-content .main-properties td:empty {
padding: 0;
}
._tv-dialog-content .main-properties td.no-left-indent,
._tv-dialog-content .main-properties td:first-child {
padding-right: 0;
}
._tv-dialog-content .main-properties td:last-child {
padding-left: 0;
}
._tv-dialog-content .main-properties .percents-label {
position: relative;
top: 5px;
right: 5px;
}
._tv-dialog-content .main-properties .property-page-column-2 td {
white-space: normal;
}
._tv-dialog-content .main-browser-extension {
padding: 40px 52px 40px 70px;
padding: 0;
}
._tv-dialog-content .main-browser-extension .extension-poster {
width: 328px;
height: 377px;
background: url(fdbb9f3cb0365a7ab5cad76bff0b3e2b.png) 100% 0;
}
._tv-dialog-content .main-browser-extension .left,
._tv-dialog-content .main-browser-extension .right {
width: 50%;
box-sizing: border-box;
}
._tv-dialog-content .main-browser-extension .left {
float: right;
padding: 32px 46px 0 0;
}
._tv-dialog-content .main-browser-extension .right {
float: left;
padding: 51px 44px 0 70px;
}
._tv-dialog-content .main-browser-extension .logo {
float: right;
width: 36px;
height: 36px;
background-size: 36px 36px;
margin-left: 10px;
}
._tv-dialog-content .main-browser-extension .logo.chrome {
background: url(396b43348362fa7fe5cb2e187f2e6d78.svg) 100% 0;
}
._tv-dialog-content .main-browser-extension .info,
._tv-dialog-content .main-browser-extension .name {
float: right;
clear: left;
color: #a9a9a9;
width: 200px;
}
._tv-dialog-content .main-browser-extension .name {
font-size: 20px;
height: 20px;
line-height: 20px;
}
._tv-dialog-content .main-browser-extension .info {
font-size: 12px;
height: 14px;
line-height: 20px;
}
._tv-dialog-content .main-browser-extension h1 {
margin-top: 48px;
margin-bottom: 0;
font-size: 20px;
line-height: 20px;
}
._tv-dialog-content .main-browser-extension p {
color: #c2c5cb;
margin: 14px 0 28px;
}
._tv-dialog-content .main-browser-extension .install-extension button {
height: 42px;
padding: 0 25px;
line-height: 42px;
text-align: center;
border: none;
font-size: 12px;
text-transform: uppercase;
background: #52c3e7;
color: #fff;
cursor: pointer;
}
._tv-dialog-content .properties-separator {
border-bottom: 1px solid #b5b7b9;
}
html.theme-dark ._tv-dialog-content .properties-separator {
border-bottom: 1px solid #363c4e;
}
._tv-dialog-content ._tv-dialog-checkbox-mask {
width: 18px;
height: 16px;
position: absolute;
top: 2px;
right: 2px;
background: url(683e7a8e04465dc3fac39ed37f0789b8.png) 100% 0;
}
._tv-dialog-content ._tv-dialog-checkbox-mask.radio {
background: #fff url(1df47f578aeef40dd1f2328338a133be.png);
background-position: -100px -140px;
width: 16px;
}
._tv-dialog-content ._tv-dialog-checkbox-mask.disabled {
background-position: 100% -32px;
}
._tv-dialog-content ._tv-dialog-checkbox-mask-active {
background: url(683e7a8e04465dc3fac39ed37f0789b8.png) 100% -16px;
}
._tv-dialog-content ._tv-dialog-checkbox-mask-active.radio {
background-position: -120px -140px;
}
._tv-dialog-content--with-padding-top {
padding-top: 40px;
}
._tv-dialog-content form input:not(.tv-control-input)[type='text'],
._tv-dialog-content form input[type='password'],
._tv-dialog-text-input {
width: 100%;
box-sizing: border-box;
height: 33px;
border: 1px solid #b5b7b9;
margin: 1px;
padding: 0 5px;
background-color: #fff;
color: #4a4a4a;
}
html.theme-dark
._tv-dialog-content
form
input:not(.tv-control-input)[type='text'],
html.theme-dark ._tv-dialog-content form input[type='password'],
html.theme-dark ._tv-dialog-text-input {
color: #c5cbce;
background-color: #1e222d;
border: 1px solid #363c4e;
}
._tv-dialog-content form input:not(.tv-control-input)[type='text']:disabled,
._tv-dialog-content form input[type='password']:disabled,
._tv-dialog-text-input:disabled {
color: #5a5a5a;
opacity: 0.5;
}
._tv-dialog-content ._tv-dialog-text-input {
height: 27px;
}
._tv-dialog-text-input.disabled {
color: #909292 !important;
}
._tv-dialog-content form input[type='password'].error,
._tv-dialog-content form input[type='text'].error {
margin: 0;
border: 2px solid #de5764;
background: #f7e4e6;
color: #e06571;
}
._tv-dialog-content textarea {
color: #4a4a4a;
font-size: 12px;
line-height: 18px;
border: 1px solid;
border-color: #b5b7b9;
padding: 8px 5px;
box-sizing: border-box;
}
html.theme-dark ._tv-dialog-content textarea {
background: #1e222d;
border-color: #363c4e;
color: #c5cbce;
}
._tv-dialog-content textarea:disabled {
color: #5a5a5a;
opacity: 0.5;
}
._tv-dialog-content
form
input:not(.tv-control-input)._tv-dialog-content-textactive,
._tv-dialog-text-input:focus {
background: #fff;
border-color: #2196f3 !important;
color: #595959;
}
html.theme-dark
._tv-dialog-content
form
input:not(.tv-control-input)._tv-dialog-content-textactive,
html.theme-dark ._tv-dialog-text-input:focus {
color: #9db2bd;
border-color: #1976d2 !important;
background: #1e222d;
}
._tv-dialog-content textarea {
border: 1px solid #b5b7b9;
background: #fff;
}
html.theme-dark ._tv-dialog-content textarea {
border: 1px solid #363c4e;
}
._tv-dialog-content textarea._tv-dialog-content-textareaactive {
color: #595959;
border-color: #2196f3 !important;
}
html.theme-dark ._tv-dialog-content textarea._tv-dialog-content-textareaactive {
border-color: #1976d2 !important;
}
._tv-dialog-content .caption {
font-size: 11px;
color: #4f5966;
margin-bottom: 3px;
margin-top: 7px;
font-weight: 700;
}
html.theme-dark ._tv-dialog-content .caption {
color: #f7f8fa;
}
._tv-dialog-content .caption.half {
float: right;
width: 50%;
}
._tv-dialog-content .caption-big {
font-size: 12px;
color: #4f5966;
margin: 15px 0;
}
html.theme-dark ._tv-dialog-content .caption-big {
color: #f7f8fa;
}
._tv-dialog-content .caption-big-center {
font-size: 12px;
color: #4f5966;
margin: 15px 0;
text-align: center;
}
html.theme-dark ._tv-dialog-content .caption-big-center {
color: #f7f8fa;
}
._tv-dialog-content .caption-big-center.slim {
margin: 0;
text-align: right;
}
._tv-dialog-content .caption-big-center.slim ul {
padding-right: 20px;
}
._tv-dialog-content .caption-big.slim {
margin: 0;
text-align: right;
}
._tv-dialog-content .caption.first {
margin-top: 0;
}
._tv-dialog-content .critical,
._tv-dialog-content .disconnect {
padding-bottom: 15px;
}
._tv-dialog-content .disconnect ol,
._tv-dialog-content .disconnect ul {
padding-right: 1.5em;
margin-bottom: 0;
}
._tv-dialog-content .disconnect ul {
list-style: square;
}
._tv-dialog-content .input input {
width: 298px !important;
}
._tv-dialog-content .input {
margin-bottom: 7px;
}
._tv-dialog-content .big-button ._tv-button {
padding: 10px 50px;
background: #fff;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-content .big-button ._tv-button:hover {
background: #fcfcfc;
}
}
._tv-dialog-content label {
color: #4a4a4a;
}
html.theme-dark ._tv-dialog-content label {
color: #c5cbce;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-content .flat:hover:before {
border-width: 0 !important;
}
}
._tv-dialog-error,
._tv-dialog-message {
display: none;
position: absolute;
top: 0;
width: 100%;
font-size: 12px;
z-index: 100;
text-align: center;
}
._tv-dialog-error .message,
._tv-dialog-message .message {
display: table-cell;
vertical-align: middle;
padding: 10px;
height: 32px;
}
._tv-dialog-error .close,
._tv-dialog-message .close {
display: none;
position: absolute;
top: 4px;
left: 4px;
width: 9px;
height: 9px;
border: 4px solid transparent;
cursor: pointer;
opacity: 0.7;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-error .close:hover,
._tv-dialog-message .close:hover {
opacity: 1;
}
}
._tv-dialog-error.with-close .message,
._tv-dialog-message.with-close .message {
padding: 10px 30px;
}
._tv-dialog-error.with-close .close,
._tv-dialog-message.with-close .close {
display: block;
}
._tv-dialog-error a,
._tv-dialog-message a {
color: #2196f3;
transition: color 0.35s ease;
}
html.theme-dark ._tv-dialog-error a,
html.theme-dark ._tv-dialog-message a {
color: #1976d2;
}
._tv-dialog-error a:visited,
._tv-dialog-message a:visited {
color: #2196f3;
fill: #2196f3;
}
html.theme-dark ._tv-dialog-error a:visited,
html.theme-dark ._tv-dialog-message a:visited {
fill: #1976d2;
color: #1976d2;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-error a:hover,
._tv-dialog-message a:hover {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
}
._tv-dialog-error a:focus,
._tv-dialog-message a:focus {
outline: auto;
}
._tv-dialog-error a:focus:not(:-moz-focusring),
._tv-dialog-message a:focus:not(:-moz-focusring) {
outline: none;
}
._tv-dialog-error a:-moz-focusring,
._tv-dialog-message a:-moz-focusring {
outline: auto;
}
._tv-dialog-error a:active,
._tv-dialog-message a:active {
color: #1e88e5;
fill: #1e88e5;
transition-duration: 0.06s;
}
._tv-dialog-error {
color: #c34c36;
background: #f9e3e6;
}
html.theme-dark ._tv-dialog-error {
background: #6f2626;
color: #ffedf0;
}
._tv-dialog-error .close {
fill: #9b0202;
}
html.theme-dark ._tv-dialog-error .close {
fill: #ffa4b3;
}
._tv-dialog-message {
color: #0a8415;
background: #e2fde1;
}
html.theme-dark ._tv-dialog-message {
background: #21384d;
color: #9addcc;
}
._tv-dialog-message .close {
fill: #096201;
}
html.theme-dark ._tv-dialog-message .close {
fill: #3bc2a1;
}
._tv-dialog-content .dialog-buttons {
text-align: left;
margin-top: 10px;
}
._tv-dialog-content .dialog-comment {
float: right;
margin-top: 15px;
}
._tv-dialog-content .dialog-buttons a {
margin: 0 5px 0 0;
min-width: 50px;
text-align: center;
position: relative;
}
._tv-dialog-content .dialog-buttons a.tv-left {
margin: 0 0 0 5px;
}
._tv-dialog .ui-resizable-handle {
width: 11px;
height: 11px;
background: url(c9653f735b42cd4bff0ba442c742ba82.png) 100% 0 no-repeat;
}
._tv-dialog.change-interval-dialog ._tv-dialog-title {
text-align: center;
font-size: 13px;
padding: 28px 0 23px;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content {
padding: 0 50px 13px;
text-align: center;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content .change-interval-input {
box-sizing: border-box;
display: block;
width: 150px;
height: 76px;
border: 1px solid #2196f3;
text-align: inherit;
font-size: 43px;
color: #4a4a4a;
background-color: #fff;
text-transform: uppercase;
}
html.theme-dark
._tv-dialog.change-interval-dialog
._tv-dialog-content
.change-interval-input {
background-color: #2f3241;
color: #c5cbce;
border: 1px solid #1976d2;
}
._tv-dialog.change-interval-dialog
._tv-dialog-content
.change-interval-input.error {
border-color: #d75442;
background-color: #ffefef;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content i {
display: block;
font-style: normal;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content i.interval-caption {
margin: 8px 0 15px;
color: #a8a8a8;
font-size: 12px;
font-weight: 600;
cursor: default;
}
._tv-dialog.change-interval-dialog
._tv-dialog-content
i.interval-caption.error {
color: #d75442;
}
._tv-dialog.change-interval-dialog ._tv-dialog-content i.help-tooltip-trigger {
margin: 0 auto;
width: 12px;
height: 12px;
font-size: 11px;
font-weight: 700;
line-height: 12px;
border: 1px solid;
border-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
cursor: default;
}
html.theme-dark
._tv-dialog.change-interval-dialog
._tv-dialog-content
i.help-tooltip-trigger {
border-color: rgba(157, 178, 189, 0.5);
}
._tv-dialog-charting-library._tv-dialog {
font-size: 14px;
font-weight: 400;
background: #f2f5f8;
}
._tv-dialog-charting-library .main {
padding: 0 20px 20px;
}
._tv-dialog-charting-library .line {
height: 1px;
background: #ced5db;
overflow: hidden;
}
._tv-dialog-charting-library .lead-in {
margin-bottom: 5px;
}
._tv-dialog-charting-library h3 {
font-size: 26px;
font-weight: 400;
text-transform: uppercase;
color: #26282f;
margin: 0;
}
._tv-dialog-charting-library li,
._tv-dialog-charting-library p {
line-height: 28px;
margin: 0;
}
._tv-dialog-charting-library p,
._tv-dialog-charting-library ul {
margin: 12px 1px;
}
._tv-dialog-charting-library form .dropzone {
margin: 1px;
border: 1px dashed rgba(0, 0, 0, 0.3);
background: #fff;
display: inline-block;
padding: 20px 0;
width: 140px;
height: 110px;
float: right;
box-sizing: border-box;
}
._tv-dialog-charting-library form .dropzone * {
box-sizing: border-box;
}
._tv-dialog-charting-library form .dropzone.dz-clickable {
cursor: pointer;
}
._tv-dialog-charting-library form .dropzone.dz-started .dz-message {
display: none;
}
._tv-dialog-charting-library form .dropzone.dz-drag-hover {
border-style: solid;
}
._tv-dialog-charting-library form .dropzone.dz-drag-hover .dz-message {
opacity: 0.5;
}
._tv-dialog-charting-library form .dropzone .dz-message {
text-align: center;
}
._tv-dialog-charting-library form .dropzone .dz-message .link {
color: #0099d4;
}
._tv-dialog-charting-library form .dropzone .dz-filename {
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: lowercase;
}
._tv-dialog-charting-library form .dropzone .dz-filename span {
padding: 0 0.4em;
}
._tv-dialog-charting-library form .dropzone .dz-icon {
padding: 1px 42px;
}
._tv-dialog-charting-library form .dropzone .dz-remove {
fill: #ff6565;
position: relative;
top: -80px;
right: 110px;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-charting-library form .dropzone .dz-remove:hover {
fill: red;
}
}
._tv-dialog-charting-library form > div {
margin-bottom: 12px;
}
._tv-dialog-charting-library form .description {
margin: 6px 0;
}
._tv-dialog-charting-library form .agreement {
margin-bottom: 10px;
}
._tv-dialog-charting-library form .agreement .description {
display: inline-block;
padding: 27px 5px;
width: 388px;
}
._tv-dialog-charting-library form textarea {
width: 100%;
height: 90px;
margin: 1px;
}
._tv-dialog-charting-library form .attach {
cursor: pointer;
font-size: 14px;
font-weight: 400;
}
._tv-dialog-charting-library form input[type='text'].error {
margin: 1px;
}
._tv-dialog-charting-library form .two-columns .column-wrap {
box-sizing: border-box;
display: inline-block;
width: 50%;
}
._tv-dialog-charting-library form .two-columns .column-wrap:first-child {
padding-left: 10px;
}
._tv-dialog-charting-library .big-buttons {
text-align: left;
padding: 10px 0;
}
._tv-dialog-charting-library .big-buttons .cancel-button {
cursor: pointer;
border: 1px solid transparent;
font-size: 15px;
margin: 0 15px;
color: #686868;
background: #f2f5f8;
}
._tv-dialog-charting-library .big-buttons .big-button {
cursor: pointer;
border: 1px solid transparent;
background-color: #06b2ce;
color: #fff;
font-size: 15px;
text-transform: uppercase;
padding: 10px 45px;
background-image: url(77a5d6e16116f4dd430d89ed1ef42fa8.gif);
background-position: -9999px -9999px;
background-repeat: no-repeat;
}
._tv-dialog-charting-library .big-buttons .big-button.process {
background-position: 100% 0;
background-repeat: repeat;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
._tv-dialog-charting-library .big-buttons .big-button:hover {
background-color: #06bbd8;
}
}
._tv-dialog-charting-library .big-buttons .big-button:active {
background-color: #07c3e2;
}
._tv-dialog-charting-library .big-buttons .big-button.disabled {
cursor: default;
background-color: #c3c8cf;
}
._tv-dialog.dialog-highlight .main .message textarea {
width: 350px;
height: 130px;
}

View File

@ -1,253 +0,0 @@
.button-2ioYhFEY {
display: flex;
align-items: center;
height: 100%;
box-sizing: border-box;
cursor: default;
transition: background-color 60ms ease, opacity 60ms ease, color 60ms ease;
color: #131722;
color: var(--tv-color-toolbar-button-text, #131722);
}
html.theme-dark .button-2ioYhFEY {
color: #787b86;
color: var(--tv-color-toolbar-button-text, #787b86);
}
.button-2ioYhFEY.hover-yHQNmTbI,
.button-2ioYhFEY:active {
color: #000;
color: var(--tv-color-toolbar-button-text-hover, #000);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY:hover {
color: #000;
color: var(--tv-color-toolbar-button-text-hover, #000);
}
}
html.theme-dark .button-2ioYhFEY.hover-yHQNmTbI,
html.theme-dark .button-2ioYhFEY:active {
color: #868993;
color: var(--tv-color-toolbar-button-text-hover, #868993);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-2ioYhFEY:hover {
color: #868993;
color: var(--tv-color-toolbar-button-text-hover, #868993);
}
}
.button-2ioYhFEY svg {
display: block;
-moz-transform: translateX(0);
}
.button-2ioYhFEY.isInteractive-20uLObIc {
position: relative;
z-index: 0;
}
.button-2ioYhFEY.isInteractive-20uLObIc.hover-yHQNmTbI:before,
.button-2ioYhFEY.isInteractive-20uLObIc:active:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
right: 2px;
bottom: 2px;
left: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc:hover:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
right: 2px;
bottom: 2px;
left: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
}
}
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc.hover-yHQNmTbI:before,
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc:active:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc:hover:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
}
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO {
position: relative;
z-index: 0;
}
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO.hover-yHQNmTbI:before,
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:active:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
right: 2px;
bottom: 2px;
left: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
right: 0;
left: 0;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:hover:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
right: 2px;
bottom: 2px;
left: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
right: 0;
left: 0;
}
}
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO.hover-yHQNmTbI:before,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:active:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:hover:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
}
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa {
color: #2196f3;
color: var(--tv-color-toolbar-button-text-active, #2196f3);
}
html.theme-sa .button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa {
color: #ff7200;
color: var(--tv-color-toolbar-button-text-active, #ff7200);
}
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa {
color: #1976d2;
color: var(--tv-color-toolbar-button-text-active, #1976d2);
}
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa.hover-yHQNmTbI,
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:active {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:hover {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
}
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa.hover-yHQNmTbI,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:active {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:hover {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
}
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9.hover-yHQNmTbI:before,
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:active:before,
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 0;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-expanded, #f0f3fa);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:hover:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 0;
background-color: #f0f3fa;
background-color: var(
--tv-color-toolbar-button-background-expanded,
#f0f3fa
);
}
}
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9.hover-yHQNmTbI:before,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:active:before,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-expanded, #2a2e39);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:hover:before {
background-color: #2a2e39;
background-color: var(
--tv-color-toolbar-button-background-expanded,
#2a2e39
);
}
}
.button-2ioYhFEY.isDisabled-1_tmrLfP {
opacity: 0.3;
}
.button-2ioYhFEY.isDisabled-1_tmrLfP,
.button-2ioYhFEY.isDisabled-1_tmrLfP:active {
background-color: transparent;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isDisabled-1_tmrLfP:hover {
background-color: transparent;
}
}
.button-2ioYhFEY.isDisabled-1_tmrLfP.isActive-22S-lGpa {
opacity: 1;
color: #2196f3;
color: var(--tv-color-toolbar-button-text-active, #2196f3);
}
html.theme-sa .button-2ioYhFEY.isDisabled-1_tmrLfP.isActive-22S-lGpa {
color: #ff7200;
color: var(--tv-color-toolbar-button-text-active, #ff7200);
}
html.theme-dark .button-2ioYhFEY.isDisabled-1_tmrLfP.isActive-22S-lGpa {
color: #1976d2;
color: var(--tv-color-toolbar-button-text-active, #1976d2);
}
.icon-beK_KS0k + .text-1sK7vbvh,
.text-1sK7vbvh + .icon-beK_KS0k {
margin-left: 2px;
}

View File

@ -1,253 +0,0 @@
.button-2ioYhFEY {
display: flex;
align-items: center;
height: 100%;
box-sizing: border-box;
cursor: default;
transition: background-color 60ms ease, opacity 60ms ease, color 60ms ease;
color: #131722;
color: var(--tv-color-toolbar-button-text, #131722);
}
html.theme-dark .button-2ioYhFEY {
color: #787b86;
color: var(--tv-color-toolbar-button-text, #787b86);
}
.button-2ioYhFEY.hover-yHQNmTbI,
.button-2ioYhFEY:active {
color: #000;
color: var(--tv-color-toolbar-button-text-hover, #000);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY:hover {
color: #000;
color: var(--tv-color-toolbar-button-text-hover, #000);
}
}
html.theme-dark .button-2ioYhFEY.hover-yHQNmTbI,
html.theme-dark .button-2ioYhFEY:active {
color: #868993;
color: var(--tv-color-toolbar-button-text-hover, #868993);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-2ioYhFEY:hover {
color: #868993;
color: var(--tv-color-toolbar-button-text-hover, #868993);
}
}
.button-2ioYhFEY svg {
display: block;
-moz-transform: translateX(0);
}
.button-2ioYhFEY.isInteractive-20uLObIc {
position: relative;
z-index: 0;
}
.button-2ioYhFEY.isInteractive-20uLObIc.hover-yHQNmTbI:before,
.button-2ioYhFEY.isInteractive-20uLObIc:active:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc:hover:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
}
}
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc.hover-yHQNmTbI:before,
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc:active:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc:hover:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
}
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO {
position: relative;
z-index: 0;
}
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO.hover-yHQNmTbI:before,
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:active:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
left: 0;
right: 0;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:hover:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-hover, #f0f3fa);
border-radius: 2px;
left: 0;
right: 0;
}
}
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO.hover-yHQNmTbI:before,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:active:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isGrouped-2BBXQnbO:hover:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-hover, #2a2e39);
}
}
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa {
color: #2196f3;
color: var(--tv-color-toolbar-button-text-active, #2196f3);
}
html.theme-sa .button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa {
color: #ff7200;
color: var(--tv-color-toolbar-button-text-active, #ff7200);
}
html.theme-dark .button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa {
color: #1976d2;
color: var(--tv-color-toolbar-button-text-active, #1976d2);
}
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa.hover-yHQNmTbI,
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:active {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:hover {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
}
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa.hover-yHQNmTbI,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:active {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isActive-22S-lGpa:hover {
color: #1e88e5;
color: var(--tv-color-toolbar-button-text-active-hover, #1e88e5);
}
}
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9.hover-yHQNmTbI:before,
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:active:before,
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 0;
background-color: #f0f3fa;
background-color: var(--tv-color-toolbar-button-background-expanded, #f0f3fa);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:hover:before {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 0;
background-color: #f0f3fa;
background-color: var(
--tv-color-toolbar-button-background-expanded,
#f0f3fa
);
}
}
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9.hover-yHQNmTbI:before,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:active:before,
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:before {
background-color: #2a2e39;
background-color: var(--tv-color-toolbar-button-background-expanded, #2a2e39);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
html.theme-dark
.button-2ioYhFEY.isInteractive-20uLObIc.isOpened-p-Ume5l9:hover:before {
background-color: #2a2e39;
background-color: var(
--tv-color-toolbar-button-background-expanded,
#2a2e39
);
}
}
.button-2ioYhFEY.isDisabled-1_tmrLfP {
opacity: 0.3;
}
.button-2ioYhFEY.isDisabled-1_tmrLfP,
.button-2ioYhFEY.isDisabled-1_tmrLfP:active {
background-color: transparent;
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.button-2ioYhFEY.isDisabled-1_tmrLfP:hover {
background-color: transparent;
}
}
.button-2ioYhFEY.isDisabled-1_tmrLfP.isActive-22S-lGpa {
opacity: 1;
color: #2196f3;
color: var(--tv-color-toolbar-button-text-active, #2196f3);
}
html.theme-sa .button-2ioYhFEY.isDisabled-1_tmrLfP.isActive-22S-lGpa {
color: #ff7200;
color: var(--tv-color-toolbar-button-text-active, #ff7200);
}
html.theme-dark .button-2ioYhFEY.isDisabled-1_tmrLfP.isActive-22S-lGpa {
color: #1976d2;
color: var(--tv-color-toolbar-button-text-active, #1976d2);
}
.icon-beK_KS0k + .text-1sK7vbvh,
.text-1sK7vbvh + .icon-beK_KS0k {
margin-right: 2px;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[43], []]);

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[44], []]);

View File

@ -1,164 +0,0 @@
.wrap-5DN0XnS4 {
position: relative;
direction: ltr;
width: 100%;
height: 100%;
overflow: hidden;
}
.wrap-5DN0XnS4 svg {
display: block;
}
.wrapWithArrowsOuting-1OPNi0IP {
width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
overflow: visible;
}
.wrapOverflow-2FHnhKaN {
overflow: hidden;
width: 100%;
}
.scrollWrap-nAnkzkWd {
position: relative;
width: 100%;
height: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark .scrollWrap-nAnkzkWd::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar-corner {
display: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI {
padding-bottom: 100px;
margin-bottom: -100px;
-ms-overflow-style: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI.sb-scrollbar-wrap {
display: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar-thumb,
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar-track {
display: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar-corner {
display: none;
}
.icon-1nfNqIRh {
display: block;
transition: transform 60ms ease;
}
.scrollLeft-2cl_k1e7,
.scrollRight-2SEqCpTf {
display: flex;
position: absolute;
top: 0;
height: 100%;
width: 24px;
background-color: rgba(30, 34, 45, 0.6);
color: #fff;
transition: background-color 0.35s ease,
transform 0.11666667s cubic-bezier(0.55, 0.055, 0.675, 0.19);
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
html.theme-dark .scrollLeft-2cl_k1e7,
html.theme-dark .scrollRight-2SEqCpTf {
color: #fff;
background-color: hsla(227, 6%, 44%, 0.6);
}
.scrollLeft-2cl_k1e7:active,
.scrollRight-2SEqCpTf:active {
transition: background-color 58.33333ms ease,
transform 0.11666667s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.scrollLeft-2cl_k1e7:hover,
.scrollRight-2SEqCpTf:hover {
transition: background-color 58.33333ms ease,
transform 0.11666667s cubic-bezier(0.215, 0.61, 0.355, 1);
}
}
.scrollLeft-2cl_k1e7:active .icon-1nfNqIRh,
.scrollRight-2SEqCpTf:active .icon-1nfNqIRh {
transform: translateY(1px);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.scrollLeft-2cl_k1e7:hover .icon-1nfNqIRh,
.scrollRight-2SEqCpTf:hover .icon-1nfNqIRh {
transform: translateY(1px);
}
}
.scrollLeft-2cl_k1e7.isVisible-Stm3XOHb,
.scrollRight-2SEqCpTf.isVisible-Stm3XOHb {
transform: translateX(0);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scrollLeft-2cl_k1e7 {
left: 0;
transform: translateX(-100%);
}
.scrollLeft-2cl_k1e7 .iconWrap-1E4GEP7h {
transform: rotate(90deg);
}
.scrollRight-2SEqCpTf {
right: 0;
transform: translateX(100%);
}
.scrollRight-2SEqCpTf .iconWrap-1E4GEP7h {
transform: rotate(-90deg);
}
.fadeLeft-244lj3pA,
.fadeRight-1JnS42hI {
position: absolute;
pointer-events: none;
width: 50px;
height: 100%;
top: 0;
}
.fadeLeft-244lj3pA.isVisible-Stm3XOHb,
.fadeRight-1JnS42hI.isVisible-Stm3XOHb {
transform: translateX(0);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeLeft-244lj3pA {
left: 0;
background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
transform: translateX(-100%);
}
html.theme-dark .fadeLeft-244lj3pA {
background-image: linear-gradient(270deg, rgba(19, 23, 34, 0), #131722);
}
.fadeRight-1JnS42hI {
right: 0;
background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
transform: translateX(100%);
}
html.theme-dark .fadeRight-1JnS42hI {
background-image: linear-gradient(90deg, rgba(19, 23, 34, 0), #131722);
}

View File

@ -1,164 +0,0 @@
.wrap-5DN0XnS4 {
position: relative;
direction: rtl;
width: 100%;
height: 100%;
overflow: hidden;
}
.wrap-5DN0XnS4 svg {
display: block;
}
.wrapWithArrowsOuting-1OPNi0IP {
width: calc(100% - 40px);
margin-right: auto;
margin-left: auto;
overflow: visible;
}
.wrapOverflow-2FHnhKaN {
overflow: hidden;
width: 100%;
}
.scrollWrap-nAnkzkWd {
position: relative;
width: 100%;
height: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark .scrollWrap-nAnkzkWd::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.scrollWrap-nAnkzkWd::-webkit-scrollbar-corner {
display: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI {
padding-bottom: 100px;
margin-bottom: -100px;
-ms-overflow-style: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI.sb-scrollbar-wrap {
display: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar-thumb,
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar-track {
display: none;
}
.scrollWrap-nAnkzkWd.noScrollBar-34JzryqI::-webkit-scrollbar-corner {
display: none;
}
.icon-1nfNqIRh {
display: block;
transition: transform 60ms ease;
}
.scrollLeft-2cl_k1e7,
.scrollRight-2SEqCpTf {
display: flex;
position: absolute;
top: 0;
height: 100%;
width: 24px;
background-color: rgba(30, 34, 45, 0.6);
color: #fff;
transition: background-color 0.35s ease,
transform 0.11666667s cubic-bezier(0.55, 0.055, 0.675, 0.19);
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
html.theme-dark .scrollLeft-2cl_k1e7,
html.theme-dark .scrollRight-2SEqCpTf {
color: #fff;
background-color: hsla(227, 6%, 44%, 0.6);
}
.scrollLeft-2cl_k1e7:active,
.scrollRight-2SEqCpTf:active {
transition: background-color 58.33333ms ease,
transform 0.11666667s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.scrollLeft-2cl_k1e7:hover,
.scrollRight-2SEqCpTf:hover {
transition: background-color 58.33333ms ease,
transform 0.11666667s cubic-bezier(0.215, 0.61, 0.355, 1);
}
}
.scrollLeft-2cl_k1e7:active .icon-1nfNqIRh,
.scrollRight-2SEqCpTf:active .icon-1nfNqIRh {
transform: translateY(1px);
}
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
.scrollLeft-2cl_k1e7:hover .icon-1nfNqIRh,
.scrollRight-2SEqCpTf:hover .icon-1nfNqIRh {
transform: translateY(1px);
}
}
.scrollLeft-2cl_k1e7.isVisible-Stm3XOHb,
.scrollRight-2SEqCpTf.isVisible-Stm3XOHb {
transform: translateX(0);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scrollLeft-2cl_k1e7 {
left: 0;
transform: translateX(-100%);
}
.scrollLeft-2cl_k1e7 .iconWrap-1E4GEP7h {
transform: rotate(90deg);
}
.scrollRight-2SEqCpTf {
right: 0;
transform: translateX(100%);
}
.scrollRight-2SEqCpTf .iconWrap-1E4GEP7h {
transform: rotate(-90deg);
}
.fadeLeft-244lj3pA,
.fadeRight-1JnS42hI {
position: absolute;
pointer-events: none;
width: 50px;
height: 100%;
top: 0;
}
.fadeLeft-244lj3pA.isVisible-Stm3XOHb,
.fadeRight-1JnS42hI.isVisible-Stm3XOHb {
transform: translateX(0);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeLeft-244lj3pA {
right: 0;
background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
transform: translateX(100%);
}
html.theme-dark .fadeLeft-244lj3pA {
background-image: linear-gradient(90deg, rgba(19, 23, 34, 0), #131722);
}
.fadeRight-1JnS42hI {
left: 0;
background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
transform: translateX(-100%);
}
html.theme-dark .fadeRight-1JnS42hI {
background-image: linear-gradient(270deg, rgba(19, 23, 34, 0), #131722);
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[45], []]);

View File

@ -1,50 +0,0 @@
.tabs-1LGqoVz6 {
display: flex;
position: relative;
width: 100%;
}
.tab-1Yr0rq0J {
flex: 1 1;
padding: 13px 0;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
border-bottom: 1px solid;
border-color: #e0e3eb;
transition: color 0.35s ease;
color: #131722;
}
html.theme-dark .tab-1Yr0rq0J {
color: #d1d4dc;
border-color: #434651;
}
.tab-1Yr0rq0J.noBorder-oc3HwerO {
border-bottom: 0;
}
.tab-1Yr0rq0J.disabled-s8cEYElA {
color: #eceff2;
}
.tab-1Yr0rq0J.active-37sipdzm {
color: #2196f3;
}
html.theme-dark .tab-1Yr0rq0J.active-37sipdzm {
color: #1976d2;
}
.defaultCursor-Np9BHjTg {
cursor: default;
}
.slider-1-X4lOmE {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
background-color: #2196f3;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.theme-dark .slider-1-X4lOmE {
background-color: #1976d2;
}
.content-2asssfGq {
width: 100%;
}

View File

@ -1,50 +0,0 @@
.tabs-1LGqoVz6 {
display: flex;
position: relative;
width: 100%;
}
.tab-1Yr0rq0J {
flex: 1 1;
padding: 13px 0;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
border-bottom: 1px solid;
border-color: #e0e3eb;
transition: color 0.35s ease;
color: #131722;
}
html.theme-dark .tab-1Yr0rq0J {
color: #d1d4dc;
border-color: #434651;
}
.tab-1Yr0rq0J.noBorder-oc3HwerO {
border-bottom: 0;
}
.tab-1Yr0rq0J.disabled-s8cEYElA {
color: #eceff2;
}
.tab-1Yr0rq0J.active-37sipdzm {
color: #2196f3;
}
html.theme-dark .tab-1Yr0rq0J.active-37sipdzm {
color: #1976d2;
}
.defaultCursor-Np9BHjTg {
cursor: default;
}
.slider-1-X4lOmE {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
background-color: #2196f3;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.theme-dark .slider-1-X4lOmE {
background-color: #1976d2;
}
.content-2asssfGq {
width: 100%;
}

View File

@ -1 +0,0 @@
(window.webpackJsonp = window.webpackJsonp || []).push([[46], []]);

View File

@ -1,15 +0,0 @@
.icon-3yfDkFjY {
display: flex;
flex-direction: row;
align-items: center;
transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.icon-3yfDkFjY svg {
display: block;
fill: currentColor;
width: 8px;
height: 4px;
}
.icon-3yfDkFjY.dropped-50rfOQ8V {
transform: rotate(180deg);
}

Some files were not shown because too many files have changed in this diff Show More