VERSION 16 @ 2020-07-17 13:08:09.461606

Volume transparency bars #5076
widget.changeTheme should not record an Undo entry in the Undo/Redo stack #4982
Event when source price scale is changed #4884
Time value in shape creating #4878
Price axis icons don't change after applyOverrides #4865
Cannot disable bottom toolbar timezone menu via "timezone_menu" property #4836
Showleftaxis is not valid on the mobile #4828
Fix TypeScript typings for onVisibleRangeChanged method #4802
Invalid on Mobile: 'paneProperties.legendProperties.showBarChange': false,  #4797
API to attach an indicator to a particular price scale #4788
saveLoadAdapter is stringified #4776
Changing price scale of the study via changePriceScale method doesn't applies immediately #4774
Broker Config Order Market not visible #4765
[Bug] In the trading mask changing price doesn't update pips #4761
Maximize chart button #4744
Custom study plot color has no effect #4740
Moving average on seconds (createStudy) #4730
[Bug] BUY button get enable after clicking on both pips fields #4718
Overrides are not applied when defaults button is pressed #4706
Trading Terminal passes parentOrderId object while modifying the order #4705
Watermark settings are not saved to LocalStorage #4681
tvWidget.activeChart().resolution() return randomly "D" or "1D" for the daily time-frame #4630
cannot override default background color #4621
Bring to front operation is unavailable in 1.16 #4611
New style of pane buttons #4608
New mobile friendly style of the legend #4607
Centered Zoom with Ctrl #4606
TERMINAL: Apply Date Range to all charts in layout if Sync Interval is enabled #4605
Updated style of the measure tool #4604
New style of indicator loading status #4603
New measure styles #4602
Adaptive drawings dialogs #4600
Allow createStudy use undo #4590
Crosshair only on long press on mobile #4574
saveChartToServer does not call the callbacks if  !autoSaveNeeded #4573
How to get current theme? #4534
getAllShapes returns trend_line instead of 'extended' #4507
hideMarksOnBar in v1.15 #4506
Trend_angle is not returned via getAllShapes #4498
 How to disable vertical scrolling on the mobile side #4483
Add support for holidays and exchange working days in session spec #4467
closePopupsAndDialogs : The screenshot popup is not being closed #4438
Redirect on TV homepage after mouse click release #4423
setBodyFont of position line tool doesn't work correctly #4353
subscribe('drawing_event') click is not working #4302
"Eraser" and "dot" cursors doesn't work on IE11 #4238
zOrder for shapes with saved layout #4219
Errors/warning in console after load chart #4196
Main series API #4169
Scrolling to the top - href=“#”  #4136
Tracking mode #4111
Order line drag with middle mouse button doesn't trigger onMove #4084
There are no values or na ​​in the legend of the additional symbol (compare/add) until hover the cursor on the chart #4058
closePopupsAndDialogs doesn't work for new indicators dialog #4051
toolbar_bg doesn't affect top toolbar #3998
Check if symbol sync is enabled #3997
DOM bottom buttons are missing tooltips #3979
Question about D or 1D resolution #3861
Twitter intent button Android app #3732
Avoid chart appending storage version and "study_templates or charts" to chartStorageAPI #3702
unexpected study id by assigning studies_access option #3630
Drawing shape on indicator/study #3408
Top header in fullscreen? #2610
Allow to modify end date of long/short position tool #2381
Chart can scroll with mouse movement but no button pressed down #1908
Adaptive design for Properties dialog #862
This commit is contained in:
ejukovskiy
2020-07-17 16:08:28 +03:00
parent 91cb87651b
commit 261fc36962
439 changed files with 2250 additions and 1420 deletions

View File

@@ -16,6 +16,29 @@
export declare type Nominal<T, Name extends string> = T & {
[Symbol.species]: Name;
};
declare enum OrderOrPositionMessageType {
Information = "information",
Warning = "warning",
Error = "error"
}
declare enum StopType {
StopLoss = 0,
TrailingStop = 1
}
export declare const enum ChartStyle {
Bar = 0,
Candle = 1,
Line = 2,
Area = 3,
Renko = 4,
Kagi = 5,
PnF = 6,
LineBreak = 7,
HeikinAshi = 8,
HollowCandle = 9,
Baseline = 10,
HiLo = 12
}
export declare const enum ConnectionStatus {
Connected = 1,
Connecting = 2,
@@ -43,9 +66,10 @@ export declare const enum OrderStatusFilter {
Working = 6
}
export declare const enum OrderTicketFocusControl {
StopLoss = 1,
LimitPrice = 1,
StopPrice = 2,
TakeProfit = 3
TakeProfit = 3,
StopLoss = 4
}
export declare const enum OrderType {
Limit = 1,
@@ -84,7 +108,7 @@ export declare const widget: ChartingLibraryWidgetConstructor;
export declare function version(): string;
export declare type ActionMetaInfo = ActionDescriptionWithCallback | MenuSeparator;
export declare type AvailableSaveloadVersions = '1.0' | '1.1';
export declare type ChartActionId = 'chartProperties' | 'compareOrAdd' | 'scalesProperties' | 'tmzProperties' | 'paneObjectTree' | 'insertIndicator' | 'symbolSearch' | 'changeInterval' | 'timeScaleReset' | 'chartReset' | 'seriesHide' | 'studyHide' | 'lineToggleLock' | 'lineHide' | 'showLeftAxis' | 'showRightAxis' | 'scaleSeriesOnly' | 'drawingToolbarAction' | 'stayInDrawingModeAction' | 'hideAllMarks' | 'showCountdown' | 'showSeriesLastValue' | 'showSymbolLabelsAction' | 'showStudyLastValue' | 'showStudyPlotNamesAction' | 'undo' | 'redo' | 'paneRemoveAllStudiesDrawingTools';
export declare type ChartActionId = 'chartProperties' | 'compareOrAdd' | 'scalesProperties' | 'paneObjectTree' | 'insertIndicator' | 'symbolSearch' | 'changeInterval' | 'timeScaleReset' | 'chartReset' | 'seriesHide' | 'studyHide' | 'lineToggleLock' | 'lineHide' | 'scaleSeriesOnly' | 'drawingToolbarAction' | 'stayInDrawingModeAction' | 'hideAllMarks' | 'showCountdown' | 'showSeriesLastValue' | 'showSymbolLabelsAction' | 'showStudyLastValue' | 'showStudyPlotNamesAction' | 'undo' | 'redo' | 'paneRemoveAllStudiesDrawingTools';
export declare type Direction = 'buy' | 'sell';
export declare type DomeCallback = (data: DOMData) => void;
export declare type DrawingEventType = 'click' | 'move' | 'remove' | 'hide' | 'show';
@@ -94,6 +118,8 @@ export declare type EntityId = Nominal<string, 'EntityId'>;
export declare type ErrorCallback = (reason: string) => void;
export declare type FieldDescriptor = TimeFieldDescriptor | SeriesFieldDescriptor | StudyFieldDescriptor;
export declare type GetMarksCallback<T> = (marks: T[]) => void;
export declare type GroupLockState = 'Locked' | 'Unlocked' | 'Partial';
export declare type GroupVisibilityState = 'Visible' | 'Invisible' | 'Partial';
export declare type HistoryCallback = (bars: Bar[], meta: HistoryMetadata) => void;
export declare type IBasicDataFeed = IDatafeedChartApi & IExternalDatafeed;
export declare type InputFieldValidator = (value: any) => InputFieldValidatorResult;
@@ -103,25 +129,26 @@ export declare type LayoutType = SingleChartLayoutType | MultipleChartsLayoutTyp
export declare type MarkConstColors = 'red' | 'green' | 'blue' | 'yellow';
export declare type MultipleChartsLayoutType = '2h' | '2v' | '2-1' | '3s' | '3h' | '3v' | '4' | '6' | '8' | '1-2' | '3r' | '4h' | '4v' | '4s' | '1-3' | '2-2' | '1-4' | '5s' | '6c' | '8c';
export declare type OnReadyCallback = (configuration: DatafeedConfiguration) => void;
export declare type Order = OrderWithParent | PlacedOrder;
export declare type OrderDialogCustomField = TextWithCheckboxFieldMetaInfo | CustomComboBoxMetaInfo;
export declare type Order = OrderWithParentAndStopType | PlacedOrderWithStopType;
export declare type PineJS = any;
export declare type QuoteData = QuoteOkData | QuoteErrorData;
export declare type QuotesCallback = (data: QuoteData[]) => void;
export declare type ResolutionBackValues = 'D' | 'M';
export declare type ResolutionString = string;
export declare type ResolutionString = Nominal<string, 'ResolutionString'>;
export declare type ResolveCallback = (symbolInfo: LibrarySymbolInfo) => void;
export declare type RssNewsFeedItem = RssNewsFeedInfo | RssNewsFeedInfo[];
export declare type SearchSymbolsCallback = (items: SearchSymbolResultItem[]) => void;
export declare type SeriesFormat = 'price' | 'volume';
export declare type SeriesPriceScale = 'new-left' | 'new-right' | 'no-scale' | EntityId;
export declare type ServerTimeCallback = (serverTime: number) => void;
export declare type ShapePoint = StickedPoint | PricedPoint | TimePoint;
export declare type ShapesGroupId = Nominal<string, 'ShapesGroupId'>;
export declare type SingleChartLayoutType = 's';
export declare type StandardFormatterName = 'date' | 'default' | 'fixed' | 'formatQuantity' | 'formatPrice' | 'formatPriceForexSup' | 'integerSeparated' | 'localDate' | 'percentage' | 'pips' | 'profit' | 'side' | 'status' | 'symbol' | 'type' | 'unixTimeAgo';
export declare type StandardFormatterName = 'date' | 'dateOrDateTime' | 'default' | 'fixed' | 'variablePrecision' | 'formatQuantity' | 'formatPrice' | 'formatPriceForexSup' | 'integerSeparated' | 'localDate' | 'localDateOrDateTime' | 'percentage' | 'pips' | 'profit' | 'side' | 'status' | 'symbol' | 'type' | 'unixTimeAgo';
export declare type StudyInputId = Nominal<string, 'StudyInputId'>;
export declare type StudyInputValue = string | number | boolean;
export declare type StudyOverrideValueType = string | number | boolean;
export declare type StudyPriceScale = 'left' | 'right' | 'no-scale' | 'as-series';
export declare type StudyPriceScale = 'new-left' | 'new-right' | 'no-scale' | 'as-series';
export declare type SubscribeBarsCallback = (bar: Bar) => void;
export declare type SupportedLineTools = 'text' | 'anchored_text' | 'note' | 'anchored_note' | 'double_curve' | 'arc' | 'icon' | 'arrow_up' | 'arrow_down' | 'arrow_left' | 'arrow_right' | 'price_label' | 'flag' | 'vertical_line' | 'horizontal_line' | 'cross_line' | 'horizontal_ray' | 'trend_line' | 'info_line' | 'trend_angle' | 'arrow' | 'ray' | 'extended' | 'parallel_channel' | 'disjoint_angle' | 'flat_bottom' | 'pitchfork' | 'schiff_pitchfork_modified' | 'schiff_pitchfork' | 'balloon' | 'inside_pitchfork' | 'pitchfan' | 'gannbox' | 'gannbox_square' | 'gannbox_fixed' | 'gannbox_fan' | 'fib_retracement' | 'fib_trend_ext' | 'fib_speed_resist_fan' | 'fib_timezone' | 'fib_trend_time' | 'fib_circles' | 'fib_spiral' | 'fib_speed_resist_arcs' | 'fib_channel' | 'xabcd_pattern' | 'cypher_pattern' | 'abcd_pattern' | 'callout' | 'triangle_pattern' | '3divers_pattern' | 'head_and_shoulders' | 'fib_wedge' | 'elliott_impulse_wave' | 'elliott_triangle_wave' | 'elliott_triple_combo' | 'elliott_correction' | 'elliott_double_combo' | 'cyclic_lines' | 'time_cycles' | 'sine_line' | 'long_position' | 'short_position' | 'forecast' | 'date_range' | 'price_range' | 'date_and_price_range' | 'bars_pattern' | 'ghost_feed' | 'projection' | 'rectangle' | 'rotated_rectangle' | 'ellipse' | 'triangle' | 'polyline' | 'curve' | 'cursor' | 'dot' | 'arrow_cursor' | 'eraser' | 'measure' | 'zoom' | 'brush';
export declare type SymbolType = 'stock' | 'index' | 'forex' | 'futures' | 'bitcoin' | 'crypto' | 'undefined' | 'expression' | 'spread' | 'cfd';
@@ -129,6 +156,7 @@ export declare type TableElementFormatFunction = (inputs: TableFormatterInputs)
export declare type TextInputFieldValidator = (value: string) => InputFieldValidatorResult;
export declare type ThemeName = 'Light' | 'Dark';
export declare type Timezone = 'Etc/UTC' | CustomTimezones;
export declare type TradingDialogCustomField = TextWithCheckboxFieldMetaInfo | CustomComboBoxMetaInfo;
export declare type WatchListSymbolListAddedCallback = (listId: string, symbols: string[]) => void;
export declare type WatchListSymbolListRemovedCallback = (listId: string) => void;
export declare type WatchListSymbolListRenamedCallback = (listId: string, oldName: string, newName: string) => void;
@@ -186,7 +214,7 @@ export interface AccountManagerPage {
}
export interface AccountManagerSummaryField {
text: string;
wValue: IWatchedValueReadonly<number>;
wValue: IWatchedValueReadonly<any>;
formatter?: string;
}
export interface AccountManagerTable {
@@ -215,6 +243,20 @@ export interface ActionDescription {
export interface ActionDescriptionWithCallback extends ActionDescription {
action: (a: ActionDescription) => void;
}
export interface AreaStylePreferences {
color1: string;
color2: string;
linecolor: string;
linestyle: number;
linewidth: number;
transparency: number;
}
export interface AvailableZOrderOperations {
bringForwardEnabled: boolean;
bringToFrontEnabled: boolean;
sendBackwardEnabled: boolean;
sendToBackEnabled: boolean;
}
export interface Bar {
time: number;
open: number;
@@ -223,16 +265,37 @@ export interface Bar {
close: number;
volume?: number;
}
export interface BarStylePreferences {
upColor: string;
downColor: string;
barColorsOnPrevClose: boolean;
dontDrawOpen: boolean;
thinBars: boolean;
}
export interface BaseInputFieldValidatorResult {
valid: boolean;
}
export interface BaselineStylePreferences {
topFillColor1: string;
topFillColor2: string;
bottomFillColor1: string;
bottomFillColor2: string;
topLineColor: string;
bottomLineColor: string;
topLineWidth: number;
bottomLineWidth: number;
transparency: number;
baseLevelPercentage: number;
}
export interface Brackets {
stopLoss?: number;
takeProfit?: number;
trailingStopPips?: number;
}
export interface BrokerConfigFlags {
showQuantityInsteadOfAmount?: boolean;
supportOrderBrackets?: boolean;
supportTrailingStop?: boolean;
supportPositions?: boolean;
supportPositionBrackets?: boolean;
supportTradeBrackets?: boolean;
@@ -246,6 +309,7 @@ export interface BrokerConfigFlags {
supportPLUpdate?: boolean;
supportReducePosition?: boolean;
supportReversePosition?: boolean;
supportNativeReversePosition?: boolean;
supportMarketOrders?: boolean;
supportLimitOrders?: boolean;
supportStopOrders?: boolean;
@@ -257,6 +321,11 @@ export interface BrokerConfigFlags {
supportModifyOrder?: boolean;
supportMargin?: boolean;
calculatePLUsingLast?: boolean;
supportOrderPreview?: boolean;
supportAddBracketsToExistingOrder?: boolean;
supportBalances?: boolean;
closePositionCancelsOrders?: boolean;
supportOnlyPairPositionBrackets?: boolean;
cancellingBracketCancelsParentOrder?: boolean;
cancellingOnePositionBracketsCancelsOther?: boolean;
requiresFIFOCloseTrades?: boolean;
@@ -270,6 +339,22 @@ export interface BrokerCustomUI {
showOrderDialog?: (order: PreOrder | Order, focus?: OrderTicketFocusControl) => Promise<boolean>;
showPositionDialog?: (position: Position | Trade, brackets: Brackets, focus?: OrderTicketFocusControl) => Promise<boolean>;
}
export interface CandleStylePreferences {
upColor: string;
downColor: string;
drawWick: boolean;
drawBorder: boolean;
borderColor: string;
borderUpColor: string;
borderDownColor: string;
wickColor: string;
wickUpColor: string;
wickDownColor: string;
barColorsOnPrevClose: boolean;
}
export interface ChangeThemeOptions {
disableUndo: boolean;
}
export interface ChartData {
id: string;
name: string;
@@ -278,7 +363,7 @@ export interface ChartData {
content: string;
}
export interface ChartMetaInfo {
id: string;
id: number;
name: string;
symbol: string;
resolution: ResolutionString;
@@ -318,6 +403,7 @@ export interface ChartingLibraryWidgetOptions {
load_last_chart?: boolean;
studies_overrides?: StudyOverrides;
customFormatters?: CustomFormatters;
custom_formatters?: CustomFormatters;
overrides?: Overrides;
snapshot_url?: string;
preset?: 'mobile';
@@ -348,10 +434,12 @@ export interface CreateShapeOptions<TOverrides extends object> {
overrides?: TOverrides;
zOrder?: 'top' | 'bottom';
showInObjectsTree?: boolean;
ownerStudyId?: EntityId;
}
export interface CreateStudyOptions {
checkLimit?: boolean;
priceScale?: StudyPriceScale;
disableUndo?: boolean;
}
export interface CreateStudyTemplateOptions {
saveInterval?: boolean;
@@ -391,10 +479,12 @@ export interface CustomInputFieldMetaInfo {
inputType: string;
id: string;
title: string;
preventModify?: boolean;
placeHolder?: string;
value?: any;
validator?: InputFieldValidator;
customInfo?: any;
saveToSettings?: boolean;
}
export interface CustomInputFieldsValues {
[fieldId: string]: TextWithCheckboxValue | string | any;
@@ -438,6 +528,10 @@ export interface DatafeedSymbolType {
name: string;
value: string;
}
export interface DateOrDateTime {
dateOrDateTime: number;
hasTime: boolean;
}
export interface DefaultContextMenuActionsParams {
}
export interface DefaultDropdownActionsParams {
@@ -501,6 +595,28 @@ export interface GrayedObject {
type: 'drawing' | 'study';
name: string;
}
export interface HeikinAshiStylePreferences {
upColor: string;
downColor: string;
drawWick: boolean;
drawBorder: boolean;
borderColor: string;
borderUpColor: string;
borderDownColor: string;
wickColor: string;
wickUpColor: string;
wickDownColor: string;
showRealLastPrice: boolean;
barColorsOnPrevClose: boolean;
}
export interface HiLoStylePreferences {
color: string;
showBorders: boolean;
borderColor: string;
showLabels: boolean;
labelColor: string;
fontSize: number;
}
export interface HistoryDepth {
resolutionBack: ResolutionBackValues;
intervalBack: number;
@@ -509,8 +625,20 @@ export interface HistoryMetadata {
noData: boolean;
nextTime?: number | null;
}
export interface HollowCandleStylePreferences {
upColor: string;
downColor: string;
drawWick: boolean;
drawBorder: boolean;
borderColor: string;
borderUpColor: string;
borderDownColor: string;
wickColor: string;
wickUpColor: string;
wickDownColor: string;
}
export interface IBrokerCommon {
chartContextMenuActions(context: ITradeContext, options?: DefaultContextMenuActionsParams): Promise<ActionMetaInfo[]>;
chartContextMenuActions(context: TradeContext, options?: DefaultContextMenuActionsParams): Promise<ActionMetaInfo[]>;
isTradable(symbol: string): Promise<boolean | IsTradableResult>;
connectionStatus(): ConnectionStatus;
orders(): Promise<Order[]>;
@@ -527,15 +655,14 @@ export interface IBrokerCommon {
export interface IBrokerConnectionAdapterFactory {
createDelegate<T extends Function>(): IDelegate<T>;
createWatchedValue<T>(value?: T): IWatchedValue<T>;
createPriceFormatter(priceScale: number, minMove: number, fractional: boolean, minMove2: number): IFormatter;
createPriceFormatter(priceScale?: number, minMove?: number, fractional?: boolean, minMove2?: number): IFormatter;
}
export interface IBrokerConnectionAdapterHost {
factory: IBrokerConnectionAdapterFactory;
connectionStatusUpdate(status: ConnectionStatus, message?: string): void;
defaultFormatter(symbol: string, alignToMinMove: boolean): Promise<IFormatter>;
numericFormatter(decimalPlaces: number): Promise<IFormatter>;
quantityFormatter(decimalPlaces?: number): Promise<IFormatter>;
defaultContextMenuActions(context: ITradeContext, params?: DefaultContextMenuActionsParams): Promise<ActionMetaInfo[]>;
defaultContextMenuActions(context: TradeContext, params?: DefaultContextMenuActionsParams): Promise<ActionMetaInfo[]>;
defaultDropdownMenuActions(options?: Partial<DefaultDropdownActionsParams>): ActionMetaInfo[];
floatingTradingPanelVisibility(): IWatchedValue<boolean>;
domPanelVisibility(): IWatchedValue<boolean>;
@@ -543,6 +670,7 @@ export interface IBrokerConnectionAdapterHost {
silentOrdersPlacement(): IWatchedValue<boolean>;
patchConfig(config: Partial<BrokerConfigFlags>): void;
patchOrderDialogOptions(options: OrderDialogOptions): void;
patchPositionDialogOptions(options: PositionDialogOptions): void;
setDurations(durations: OrderDurationMetaInfo[]): void;
orderUpdate(order: Order, isHistoryUpdate?: boolean): void;
orderPartialUpdate(id: string, orderChanges: Partial<Order>): void;
@@ -559,15 +687,15 @@ export interface IBrokerConnectionAdapterHost {
equityUpdate(equity: number): void;
marginAvailableUpdate(marginAvailable: number): void;
domeUpdate(symbol: string, equity: DOMData): void;
showOrderDialog<T extends PreOrder>(order: T, handler: (order: T) => Promise<void>, focus?: OrderTicketFocusControl, options?: OrderDialogOptions): Promise<void>;
showOrderDialog?<T extends PreOrder>(order: T, focus?: OrderTicketFocusControl): Promise<boolean>;
showNotification(title: string, text: string, notificationType?: NotificationType): void;
showCancelOrderDialog(orderId: string, handler: () => Promise<void>): Promise<void>;
showCancelMultipleOrdersDialog(symbol: string, side: Side | undefined, qty: number, handler: () => Promise<void>): Promise<void>;
showCancelMultipleOrdersDialog(symbol: string, side: Side, qty: number, handler: () => Promise<void>): Promise<void>;
showCancelBracketsDialog(orderId: string, handler: () => Promise<void>): Promise<void>;
showCancelMultipleBracketsDialog(orderId: string, handler: () => Promise<void>): Promise<void>;
showClosePositionDialog(positionId: string, handler: () => Promise<void>): Promise<void>;
showReversePositionDialog(position: Position, handler: () => Promise<void>): Promise<void>;
showPositionBracketsDialog(position: Position | Trade, brackets: Brackets, focus: OrderTicketFocusControl | null, handler: (brackets: Brackets) => Promise<void>): Promise<void>;
showNotification(title: string, text: string, notificationType?: NotificationType): void;
showClosePositionDialog(positionId: string, handler: () => Promise<boolean>): Promise<boolean>;
showReversePositionDialog(position: string, handler: () => Promise<boolean>): Promise<boolean>;
showPositionBracketsDialog(position: Position | Trade, brackets: Brackets, focus: OrderTicketFocusControl): Promise<boolean>;
setButtonDropdownActions(descriptions: ActionMetaInfo[]): void;
activateBottomWidget(): Promise<void>;
showTradingProperties(): void;
@@ -582,15 +710,16 @@ export interface IBrokerTerminal extends IBrokerWithoutRealtime {
export interface IBrokerWithoutRealtime extends IBrokerCommon {
subscribeDOME?(symbol: string): void;
unsubscribeDOME?(symbol: string): void;
placeOrder(order: PreOrder): Promise<void>;
placeOrder(order: PreOrder, confirmId?: string): Promise<void>;
previewOrder?(order: PreOrder): Promise<OrderPreviewResult>;
modifyOrder(order: Order): Promise<void>;
cancelOrder(orderId: string): Promise<void>;
cancelOrders(symbol: string, side: Side | undefined, ordersIds: string[]): Promise<void>;
reversePosition?(positionId: string): Promise<void>;
closePosition?(positionId: string): Promise<void>;
closeTrade?(tradeId: string): Promise<void>;
editPositionBrackets?(positionId: string, brackets?: Brackets): Promise<void>;
editTradeBrackets?(tradeId: string, brackets?: Brackets): Promise<void>;
editPositionBrackets?(positionId: string, brackets: Brackets, customFields?: CustomInputFieldsValues): Promise<void>;
editTradeBrackets?(tradeId: string, brackets: Brackets): Promise<void>;
/**
* @deprecated Brokers should always send PL and equity updates
*/
@@ -612,7 +741,7 @@ export interface IChartWidgetApi {
onIntervalChanged(): ISubscription<(interval: ResolutionString, timeFrameParameters: {
timeframe?: string;
}) => void>;
onVisibleRangeChanged(): ISubscription<() => void>;
onVisibleRangeChanged(): ISubscription<(range: VisibleTimeRange) => void>;
dataReady(callback: () => void): boolean;
crossHairMoved(callback: (params: CrossHairMovedEventParams) => void): void;
setVisibleRange(range: VisibleTimeRange, options?: SetVisibleRangeOptions): Promise<void>;
@@ -626,6 +755,11 @@ export interface IChartWidgetApi {
setChartType(type: SeriesStyle): void;
getAllShapes(): EntityInfo[];
getAllStudies(): EntityInfo[];
availableZOrderOperations(sources: ReadonlyArray<EntityId>): AvailableZOrderOperations;
sendToBack(entities: ReadonlyArray<EntityId>): void;
bringToFront(sources: ReadonlyArray<EntityId>): void;
bringForward(sources: ReadonlyArray<EntityId>): void;
sendBackward(sources: ReadonlyArray<EntityId>): void;
/**
* @deprecated Use shape/study API instead ([getStudyById] / [getShapeById])
*/
@@ -666,6 +800,9 @@ export interface IChartWidgetApi {
zoomOut(): void;
setZoomEnabled(enabled: boolean): void;
setScrollEnabled(enabled: boolean): void;
shapesGroupController(): IShapesGroupControllerApi;
barTimeToEndOfPeriod(unixTime: number): number;
endOfPeriodToBarTime(unixTime: number): number;
}
export interface IChartingLibraryWidget {
headerReady(): Promise<void>;
@@ -706,12 +843,17 @@ export interface IChartingLibraryWidget {
layout(): LayoutType;
setLayout(layout: LayoutType): void;
layoutName(): string;
changeTheme(themeName: ThemeName): void;
changeTheme(themeName: ThemeName, options?: ChangeThemeOptions): void;
getTheme(): ThemeName;
takeScreenshot(): void;
lockAllDrawingTools(): IWatchedValue<boolean>;
hideAllDrawingTools(): IWatchedValue<boolean>;
magnetEnabled(): IWatchedValue<boolean>;
magnetMode(): IWatchedValue<number>;
symbolSync(): IWatchedValue<boolean>;
intervalSync(): IWatchedValue<boolean>;
crosshairSync(): IWatchedValue<boolean>;
timeSync(): IWatchedValue<boolean>;
undoRedoState(): UndoRedoState;
}
export interface IDatafeedChartApi {
@@ -768,9 +910,9 @@ export interface IExternalDatafeed {
}
export interface IExternalSaveLoadAdapter {
getAllCharts(): Promise<ChartMetaInfo[]>;
removeChart(chartId: string): Promise<void>;
saveChart(chartData: ChartData): Promise<string>;
getChartContent(chartId: string): Promise<string>;
removeChart<T extends number | string>(id: T): Promise<void>;
saveChart(chartData: ChartData): Promise<number>;
getChartContent(chartId: number): Promise<string>;
getAllStudyTemplates(): Promise<StudyTemplateMetaInfo[]>;
removeStudyTemplate(studyTemplateInfo: StudyTemplateMetaInfo): Promise<void>;
saveStudyTemplate(studyTemplateData: StudyTemplateData): Promise<void>;
@@ -929,6 +1071,8 @@ export interface IPriceScaleApi {
setInverted(isInverted: boolean): void;
getVisiblePriceRange(): VisiblePriceRange | null;
setVisiblePriceRange(range: VisiblePriceRange): void;
hasMainSeries(): boolean;
getStudies(): EntityId[];
}
export interface ISelectionApi {
add(entities: EntityId[]): void;
@@ -939,6 +1083,7 @@ export interface ISelectionApi {
isEmpty(): boolean;
clear(): void;
onChanged(): ISubscription<() => void>;
canBeAddedToSelection(entity: EntityId): boolean;
}
export interface ISeriesApi {
isUserEditEnabled(): boolean;
@@ -950,18 +1095,41 @@ export interface ISeriesApi {
detachToRight(): void;
detachToLeft(): void;
detachNoScale(): void;
moveToOtherSourceScale(entityId: EntityId): void;
changePriceScale(newPriceScale: SeriesPriceScale): void;
isVisible(): boolean;
setVisible(visible: boolean): void;
bringToFront(): void;
sendToBack(): void;
entityId(): EntityId;
chartStyleProperties<T extends ChartStyle>(chartStyle: T): SeriesPreferencesMap[T];
setChartStyleProperties<T extends ChartStyle>(chartStyle: T, newPrefs: Partial<SeriesPreferencesMap[T]>): void;
}
export interface ISettingsAdapter {
initialSettings?: InitialSettingsMap;
setValue(key: string, value: string): void;
removeValue(key: string): void;
}
export interface IShapesGroupControllerApi {
createGroupFromSelection(): ShapesGroupId;
removeGroup(groupId: ShapesGroupId): void;
groups(): ReadonlyArray<ShapesGroupId>;
shapesInGroup(groupId: ShapesGroupId): ReadonlyArray<EntityId>;
excludeShapeFromGroup(groupId: ShapesGroupId, shapeId: EntityId): void;
availableZOrderOperations(groupId: ShapesGroupId): AvailableZOrderOperations;
bringToFront(groupId: ShapesGroupId): void;
sendToBack(groupId: ShapesGroupId): void;
bringForward(groupId: ShapesGroupId): void;
sendBackward(groupId: ShapesGroupId): void;
insertAfter(groupId: ShapesGroupId, target: ShapesGroupId | EntityId): void;
insertBefore(groupId: ShapesGroupId, target: ShapesGroupId | EntityId): void;
setGroupVisibility(groupId: ShapesGroupId, value: boolean): void;
groupVisibility(groupId: ShapesGroupId): GroupVisibilityState;
setGroupLock(groupId: ShapesGroupId, value: boolean): void;
groupLock(groupId: ShapesGroupId): GroupLockState;
getGroupName(groupId: ShapesGroupId): string;
setGroupName(groupId: ShapesGroupId, name: string): void;
canBeGroupped(shapes: ReadonlyArray<EntityId>): boolean;
}
export interface IStudyApi {
isUserEditEnabled(): boolean;
setUserEditEnabled(enabled: boolean): void;
@@ -972,7 +1140,7 @@ export interface IStudyApi {
mergeDown(): void;
unmergeUp(): void;
unmergeDown(): void;
changePriceScale(newPriceScale: StudyPriceScale): void;
changePriceScale(newPriceScale: StudyPriceScale | EntityId): void;
isVisible(): boolean;
setVisible(visible: boolean): void;
bringToFront(): void;
@@ -984,13 +1152,6 @@ export interface ISubscription<TFunc extends Function> {
unsubscribe(obj: object | null, member: TFunc): void;
unsubscribeAll(obj: object | null): void;
}
export interface ITradeContext {
symbol: string;
displaySymbol: string;
value: number | null;
formattedValue: string;
last: number;
}
export interface IWatchedValue<T> extends IWatchedValueReadonly<T> {
value(): T;
setValue(value: T, forceUpdate?: boolean): void;
@@ -1017,11 +1178,20 @@ export interface InstrumentInfo {
domVolumePrecision?: number;
leverage?: string;
marginRate?: number;
limitPriceStep?: number;
stopPriceStep?: number;
allowedDurations?: string[];
}
export interface IsTradableResult {
tradable: boolean;
reason?: string;
}
export interface KagiStylePreferences {
upColor: string;
downColor: string;
upColorProjection: string;
downColorProjection: string;
}
export interface LibrarySymbolInfo {
/**
* Symbol Name
@@ -1039,6 +1209,14 @@ export interface LibrarySymbolInfo {
* @example "1700-0200"
*/
session: string;
/**
* @example "20181105,20181107,20181112"
*/
holidays?: string;
/**
* @example "1900F4-2350F4,1000-1845:20181113;1000-1400:20181114"
*/
corrections?: string;
/**
* Traded exchange
* @example "NYSE"
@@ -1104,6 +1282,22 @@ export interface LibrarySymbolInfo {
industry?: string;
currency_code?: string;
}
export interface LineBreakStylePreferences {
upColor: string;
downColor: string;
borderUpColor: string;
borderDownColor: string;
upColorProjection: string;
downColorProjection: string;
borderUpColorProjection: string;
borderDownColorProjection: string;
}
export interface LineStylePreferences {
color: string;
linestyle: number;
linewidth: number;
styleType: number;
}
export interface LoadingScreenOptions {
foregroundColor?: string;
backgroundColor?: string;
@@ -1151,8 +1345,7 @@ export interface NewsProvider {
export interface NumericFormattingParams {
decimal_sign: string;
}
export interface OrderDialogOptions {
customFields?: OrderDialogCustomField[];
export interface OrderDialogOptions extends TradingDialogOptions {
}
export interface OrderDuration {
/**
@@ -1168,6 +1361,22 @@ export interface OrderDurationMetaInfo {
name: string;
value: string;
}
export interface OrderOrPositionMessage {
type: OrderOrPositionMessageType;
text: string;
}
export interface OrderPreviewInfoItem {
title: string;
value: string;
}
export interface OrderPreviewResult {
info: OrderPreviewInfoItem[];
confirmId?: string;
}
export interface OrderRule {
id: string;
severity: 'warning' | 'error';
}
export interface OrderTableColumn extends AccountManagerColumn {
supportedStatusFilters?: OrderStatusFilter[];
}
@@ -1175,6 +1384,9 @@ export interface OrderWithParent extends PlacedOrder {
parentId: string;
parentType: ParentType;
}
export interface OrderWithParentAndStopType extends OrderWithParent {
stopType?: StopType;
}
export interface Overrides {
[key: string]: string | number | boolean;
}
@@ -1192,16 +1404,31 @@ export interface PlacedOrder extends PreOrder, CustomFields {
type: OrderType;
side: Side;
status: OrderStatus;
message?: OrderOrPositionMessage;
}
export interface PlacedOrderWithStopType extends PlacedOrder {
stopType?: StopType;
}
export interface PnFStylePreferences {
upColor: string;
downColor: string;
upColorProjection: string;
downColorProjection: string;
}
export interface Position {
id: string;
symbol: string;
brokerSymbol?: string;
qty: number;
shortQty?: number;
longQty?: number;
side: Side;
avgPrice: number;
message?: OrderOrPositionMessage;
[key: string]: any;
}
export interface PositionDialogOptions extends TradingDialogOptions {
}
export interface PositiveBaseInputFieldValidatorResult extends BaseInputFieldValidatorResult {
valid: true;
}
@@ -1215,6 +1442,7 @@ export interface PreOrder {
stopPrice?: number;
limitPrice?: number;
stopLoss?: number;
trailingStopPips?: number;
takeProfit?: number;
duration?: OrderDuration;
customFields?: CustomInputFieldsValues;
@@ -1248,7 +1476,19 @@ export interface QuotesBase {
pricescale: number;
description: string;
}
export interface RestBrokerMetaInfo {
export interface RenkoStylePreferences {
upColor: string;
downColor: string;
borderUpColor: string;
borderDownColor: string;
upColorProjection: string;
downColorProjection: string;
borderUpColorProjection: string;
borderDownColorProjection: string;
wickUpColor: string;
wickDownColor: string;
}
export interface RestBrokerConnectionInfo {
url: string;
access_token: string;
}
@@ -1285,6 +1525,20 @@ export interface SeriesFieldDescriptor {
sourceType: 'series';
plotTitle: string;
}
export interface SeriesPreferencesMap {
[ChartStyle.Bar]: BarStylePreferences;
[ChartStyle.Candle]: CandleStylePreferences;
[ChartStyle.Line]: LineStylePreferences;
[ChartStyle.Area]: AreaStylePreferences;
[ChartStyle.Renko]: RenkoStylePreferences;
[ChartStyle.Kagi]: KagiStylePreferences;
[ChartStyle.PnF]: PnFStylePreferences;
[ChartStyle.LineBreak]: LineBreakStylePreferences;
[ChartStyle.HeikinAshi]: HeikinAshiStylePreferences;
[ChartStyle.HollowCandle]: HollowCandleStylePreferences;
[ChartStyle.Baseline]: BaselineStylePreferences;
[ChartStyle.HiLo]: HiLoStylePreferences;
}
export interface SetVisibleRangeOptions {
applyDefaultRightMargin?: boolean;
percentRightMargin?: number;
@@ -1294,6 +1548,8 @@ export interface SingleBrokerMetaInfo {
customNotificationFields?: string[];
durations?: OrderDurationMetaInfo[];
orderDialogOptions?: OrderDialogOptions;
positionDialogOptions?: PositionDialogOptions;
orderRules?: OrderRule[];
customUI?: BrokerCustomUI;
}
export interface SortingParameters {
@@ -1387,7 +1643,7 @@ export interface TableElementFormatter {
format: TableElementFormatFunction;
}
export interface TableFormatterInputs {
value: number | string | Side | OrderType | OrderStatus;
value: number | string | Side | OrderType | OrderStatus | DateOrDateTime;
prevValue?: number | undefined;
row: TableRow;
$container: JQuery;
@@ -1439,10 +1695,20 @@ export interface Trade extends CustomFields {
side: Side;
price: number;
}
export interface TradeContext {
symbol: string;
displaySymbol: string;
value: number | null;
formattedValue: string;
last: number;
}
export interface TradingCustomization {
position: Overrides;
order: Overrides;
}
export interface TradingDialogOptions {
customFields?: TradingDialogCustomField[];
}
export interface TradingQuotes {
trade?: number;
size?: number;
@@ -1451,15 +1717,18 @@ export interface TradingQuotes {
ask?: number;
ask_size?: number;
spread?: number;
isDelayed?: boolean;
}
export interface TradingTerminalWidgetOptions extends ChartingLibraryWidgetOptions {
brokerConfig?: SingleBrokerMetaInfo;
restConfig?: RestBrokerMetaInfo;
broker_config?: SingleBrokerMetaInfo;
restConfig?: RestBrokerConnectionInfo;
widgetbar?: WidgetBarParams;
rss_news_feed?: RssNewsFeedParams;
news_provider?: NewsProvider;
trading_customization?: TradingCustomization;
brokerFactory?(host: IBrokerConnectionAdapterHost): IBrokerWithoutRealtime | IBrokerTerminal;
broker_factory?(host: IBrokerConnectionAdapterHost): IBrokerWithoutRealtime | IBrokerTerminal;
}
export interface UndoRedoState {
enableUndo: boolean;

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +1,19 @@
/**
* This is the generic type useful for declaring a nominal type,
* which does not structurally matches with the base type and
* the other types declared over the same base type
*
* Usage:
* @example
* type Index = Nominal<number, 'Index'>;
* // let i: Index = 42; // this fails to compile
* let i: Index = 42 as Index; // OK
* @example
* type TagName = Nominal<string, 'TagName'>;
*/
export declare type Nominal<T, Name extends string> = T & {
[Symbol.species]: Name;
};
export declare type DomeCallback = (data: DOMData) => void;
export declare type ErrorCallback = (reason: string) => void;
export declare type GetMarksCallback<T> = (marks: T[]) => void;
@@ -7,7 +23,7 @@ export declare type OnReadyCallback = (configuration: DatafeedConfiguration) =>
export declare type QuoteData = QuoteOkData | QuoteErrorData;
export declare type QuotesCallback = (data: QuoteData[]) => void;
export declare type ResolutionBackValues = 'D' | 'M';
export declare type ResolutionString = string;
export declare type ResolutionString = Nominal<string, 'ResolutionString'>;
export declare type ResolveCallback = (symbolInfo: LibrarySymbolInfo) => void;
export declare type SearchSymbolsCallback = (items: SearchSymbolResultItem[]) => void;
export declare type SeriesFormat = 'price' | 'volume';
@@ -117,6 +133,14 @@ export interface LibrarySymbolInfo {
* @example "1700-0200"
*/
session: string;
/**
* @example "20181105,20181107,20181112"
*/
holidays?: string;
/**
* @example "1900F4-2350F4,1000-1845:20181113;1000-1400:20181114"
*/
corrections?: string;
/**
* Traded exchange
* @example "NYSE"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"29gu":function(e,t,o){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s=o("uOxu").getLogger("CommonUI.CreateTVBlockPlugin");e.exports.createTvBlockPlugin=function(e){if(e)return function(t,o,n){function s(t,o){return o?e[t](l,o):e[t](l)}var a,l=$(this);return"get"===t?"function"==typeof e[a=o]?s(a,n):e[a]:e[t]?l.each(function(){return s(t,void 0)}):l}},e.exports.createTvBlockWithInstance=function(e,t){function o(e,t,o){return void 0===o?e[t]():e[t](o)}if(e&&t)return e=e.toString(),function(a,l,i){var c,r,d;return"get"===a?c=l:(r=l,"object"===(void 0===a?"undefined":n(a))&&void 0===l?(r=a,a="init"):"string"!=typeof a&&(a="init")),"getInstance"===a?$(this).eq(0).data(e):"destroy"===a?(d=$(this).eq(0).data(e))?void("function"==typeof d.destroy?(o(d,"destroy",r),$(this).eq(0).removeData(e)):s.logError("[Block Plugin] "+e+" does not support destroy command")):void console.warn("[Block Plugin] Trying to execute destroy method of "+e+" but it has not been inited"):"get"===a?(d=$(this).eq(0).data(e))?"function"==typeof d[c]?o(d,c,i):d[c]:void console.warn("[Block Plugin] Trying to get prop or execute method of "+e+" but it has not been inited"):$(this).each(function(){var n=$(this),l=n.data(e);void 0===l&&(l=void 0===r?t(n):t(n,r),n.data(e,l)),"init"!==a&&("function"==typeof l[a]?o(l,a,r):s.logError("[Block Plugin] "+e+" does not support command "+a))})}}},QwKQ:function(e,t,o){"use strict";(function(n){var s,a,l,i,c,r;Object.defineProperty(t,"__esModule",{value:!0}),s=function(){function e(e,t){var o,n;for(o=0;o<t.length;o++)(n=t[o]).enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}return function(t,o,n){return o&&e(t.prototype,o),n&&e(t,n),t}}(),a=o("29gu"),o("b6p+"),l=o("uOxu").getLogger("Ui.TvControlCheckbox"),i={labelWrapper:'{{#hasLabel}}<label>{{#labelLeft}}<span class="tv-control-checkbox__label {{#labelAddClass}}{{labelAddClass}}{{/labelAddClass}}">{{labelLeft}}</span>{{/labelLeft}}{{> inputWrapper }}{{#labelRight}}<span class="tv-control-checkbox__label {{#labelAddClass}}{{labelAddClass}}{{/labelAddClass}}">{{labelRight}}</span>{{/labelRight}}</label>{{/hasLabel}}{{^hasLabel}}{{> inputWrapper }}{{/hasLabel}}',inputWrapper:'<{{ tag }} class="{{ customClass }}{{#disabled}} i-disabled{{/disabled}}">{{^hasCheckbox}}{{> checkbox }}{{/hasCheckbox}}{{> box }}{{> ripple }}</{{ tag }}>',checkbox:'<input{{#id}} id="{{ id }}"{{/id}} class="{{> checkboxClass }}" type="checkbox"{{#name}} name="{{ name }}"{{/name}}{{#checked}} checked{{/checked}}{{#disabled}} disabled{{/disabled}}>',checkboxClass:"{{ customClass }}__input",box:'<span class="{{ customClass }}__box {{#boxAddClass}}{{boxAddClass}}{{/boxAddClass}}">'+o("aLUT")+"</span>",ripple:'<span class="{{ customClass }}__ripple js-ripple"></span>'},c="i-inited",r=function(){function e(t){
var o,n=t.customClass,s=void 0===n?"tv-control-checkbox":n,a=t.$checkbox,i=t.tag,r=t.id,d=t.name,u=t.checked,b=t.disabled,h=t.labelLeft,p=t.labelRight,f=t.labelAddClass,k=t.boxAddClass;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.$el=null,void 0===i&&(i=h||p?"span":"label"),o=a instanceof $&&!!a.length){if(!a.is("input[type=checkbox]"))return void l.logError("`$checkbox` need to be input[type=checkbox]");if(a.hasClass(c))return;this._setInputId(a,r),this._setInputClass(a,s),this._setInputName(a,d),this._setInputChecked(a,u),this._setInputDisabled(a,b),u=!!a.prop("checked"),b=!!a.attr("disabled")}this.$el=this.render({$checkbox:a,hasCheckbox:o,customClass:s,tag:i,id:r,name:d,checked:u,disabled:b,labelLeft:h,labelRight:p,hasLabel:h||p,labelAddClass:f,boxAddClass:k}),this.$checkbox=o?a:this.$el.find("input[type=checkbox]")}return s(e,[{key:"_setInputId",value:function(e,t){void 0!==t&&e.attr("id",t)}},{key:"_setInputClass",value:function(e,t){var o=n.render(i.checkboxClass,{customClass:t});e.addClass(o)}},{key:"_setInputName",value:function(e,t){void 0!==t&&e.attr("name",t)}},{key:"_setInputChecked",value:function(e,t){void 0!==t&&e.prop("checked",!!t)}},{key:"_setInputDisabled",value:function(e,t){void 0!==t&&(t?e.setAttribute("disabled","disabled"):e.removeAttr("disabled"))}},{key:"render",value:function(e){var t=e.$checkbox,o=$(n.render(i.labelWrapper,e,i));return e.hasCheckbox&&(o.insertBefore(t),o.find("."+e.customClass).andSelf().filter("."+e.customClass).eq(0).prepend(t.detach()),t.addClass(c)),o}},{key:"checked",set:function(e){this._setInputChecked(this.$checkbox,!!e)},get:function(){return!!this.$checkbox.prop("checked")}}]),e}(),$.fn.tvControlCheckbox=(0,a.createTvBlockWithInstance)("tv-control-checkbox",function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new r(TradingView.mergeObj(t,{$checkbox:e}))}),t.default=r,e.exports=t.default}).call(this,o("OiQe"))},aLUT:function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 9" width="11px" height="9px"><path fill="none" fill-rule="evenodd" stroke-width="2" d="M1 3.22l3.415 3.496L10 1"/></svg>'},"b6p+":function(e,t,o){}}]);

View File

@@ -0,0 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"+EG+":function(t,e,n){"use strict";var o,r,i,s;n.d(e,"a",function(){return i}),n.d(e,"b",function(){return s}),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";function o(t){var e=t.click,n=t.mouseDown,o=t.touchEnd,u=t.touchStart,c=t.handler,a=t.ownerDocument,d=void 0===a?document:a,p=Object(r.useRef)(null),l=Object(r.useRef)(new i.CustomEvent("timestamp").timeStamp);return Object(r.useLayoutEffect)(function(){var t={click:e,mouseDown:n,touchEnd:o,touchStart:u};return Object(s.a)(l.current,p.current,c,d,t)},[e,n,o,u,c]),p}var r,i,s;n.d(e,"a",function(){return o}),r=n("q1tI"),i=n("efOF"),s=n("R5JZ")},AiMB:function(t,e,n){"use strict";var o,r,i,s,u,c,a,d;n.d(e,"a",function(){return a}),n.d(e,"b",function(){return d}),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);return t.style.top=this.props.top||"",t.style.bottom=this.props.bottom||"",t.style.left=this.props.left||"",t.style.right=this.props.top||"",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){var e,n,o,i,s,u=Object.entries(t).filter(r),c={};for(e=0,n=u;e<n.length;e++)i=(o=n[e])[0],s=o[1],c[i]=s;return c}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";function o(t){var e,n,o;return void 0===t&&(t=document),null!==(e=t.getElementById("overlap-manager-root"))?Object(r.ensureDefined)(u.get(e)):(n=new s(t),
o=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),u.set(o,n),n.setContainer(o),t.body.appendChild(o),n)}var r,i,s,u;n.r(e),n.d(e,"OverlapManager",function(){return s}),n.d(e,"getRootOverlapManager",function(){return o}),r=n("Eyy1"),i=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}(),s=function(){function t(t){void 0===t&&(t=document),this._storage=new i,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){var n,o;return void 0===e&&(e={position:"fixed"}),void 0!==(n=this._windows.get(t))?n:(this.registerWindow(t),(o=this._document.createElement("div")).style.position=e.position,o.style.zIndex=this._index.toString(),o.dataset.id=t,this._container.appendChild(o),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}(),u=new WeakMap},jjrI:function(t,e,n){"use strict";function o(t){var e=t.className,n=t.icon,o=void 0===n?"":n,i=t.title,u=t.onClick,c=t.onMouseDown,a=t.onMouseUp,d=t.onMouseLeave,p=t.reference,l=Object(r.__rest)(t,["className","icon","title","onClick","onMouseDown","onMouseUp","onMouseLeave","reference"]);return s.a.createElement("span",Object(r.__assign)({},l,{title:i,className:e,dangerouslySetInnerHTML:{__html:o},onClick:u,onMouseDown:c,onMouseUp:a,onMouseLeave:d,ref:p}))}var r,i,s;n.d(e,"a",function(){return o}),r=n("mrSG"),i=n("q1tI"),s=n.n(i)}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{"8d0Q":function(e,t,n){"use strict";function o(){var e=Object(c.useState)(!1),t=e[0],n=e[1],o={onMouseOver:function(e){r(e)&&n(!0)},onMouseOut:function(e){r(e)&&n(!1)}};return[t,o]}function r(e){return!e.currentTarget.contains(e.relatedTarget)}var c;n.d(t,"b",function(){return o}),n.d(t,"a",function(){return r}),c=n("q1tI")},"9dlw":function(e,t,n){"use strict";function o(e){var t=e.controller,n=e.children,o=e.isOpened,l=e.closeOnClickOutside,u=void 0===l||l,m=e.doNotCloseOn,b=e.onClickOutside,h=e.onClose,g=Object(r.__rest)(e,["controller","children","isOpened","closeOnClickOutside","doNotCloseOn","onClickOutside","onClose"]),p=Object(c.useContext)(v.a),O=Object(f.a)({handler:function(e){if(b&&b(e),u){if(m&&e.target instanceof Node){var t=a.a.findDOMNode(m);if(t instanceof Node&&t.contains(e.target))return}h()}},mouseDown:!0,touchStart:!0});return o?i.a.createElement(s.a,{top:"0",left:"0",right:"0",bottom:"0",pointerEvents:"none"},i.a.createElement("span",{ref:O,style:{pointerEvents:"auto"}},i.a.createElement(d.a,Object(r.__assign)({},g,{isOpened:o,onClose:h,onScroll:function(t){var n=e.onScroll;n&&n(t),t.stopPropagation()},customCloseDelegate:p,ref:t}),n))):null}var r,c,i,l,a,u,s,d,v,f;n.d(t,"a",function(){return o}),r=n("mrSG"),c=n("q1tI"),i=n.n(c),l=n("i8i4"),a=n.n(l),u=n("bf9a"),s=n("AiMB"),d=n("DTHj"),v=n("X0gx"),f=n("8Rai")},N5tr:function(e,t,n){"use strict";function o(e){var t=e.reference,n=Object(i.__rest)(e,["reference"]),o=Object(i.__assign)(Object(i.__assign)({},n),{ref:t});return a.a.createElement(e.href?"a":"div",o)}function r(e){e.stopPropagation()}function c(e){var t,n,c,m=e.className,b=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,C=e.label,k=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?f:B,A=Object(v.a)(e),I=Object(l.useRef)(null);return a.a.createElement(o,Object(i.__assign)({},A,{className:u(m,D.item,O&&D.withIcon,(t={},t[D.isActive]=w,t[D.isDisabled]=y||j,t[D.hovered]=E,t)),title:b,href:k,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;y||(c&&Object(d.trackEvent)(c.category,c.event,c.label),o&&o(r,t),n||Object(s.b)())},onContextMenu:function(t){var n=e.trackEventObject,o=e.trackRightClick;n&&o&&Object(d.trackEvent)(n.category,n.event,n.label+"_rightClick")},onMouseUp:function(t){var n,o=e.trackEventObject,r=e.trackMouseWheelClick;1===t.button&&k&&o&&(n=o.label,r&&(n+="_mouseWheelClick"),Object(d.trackEvent)(o.category,o.event,n))},onMouseOver:T,onMouseOut:M}),void 0!==O&&a.a.createElement("div",{className:D.icon,dangerouslySetInnerHTML:{__html:O}}),a.a.createElement("div",{className:u(D.labelRow,h)},a.a.createElement("div",{className:D.label},C)),(void 0!==g||p)&&a.a.createElement("div",{className:D.shortcut},(c=g)&&c.split("+").join(" + ")),void 0!==x&&a.a.createElement("div",{
onClick:r,className:u(D.toolbox,(n={},n[D.showOnHover]=S,n))},x))}var i,l,a,u,s,d,v,f,m;n.d(t,"a",function(){return m}),n.d(t,"b",function(){return c}),i=n("mrSG"),l=n("q1tI"),a=n.n(l),u=n("TSYQ"),s=n("tWVy"),d=n("PC8g"),v=n("QpNh"),f=n("v1bN"),m=f},X0gx:function(e,t,n){"use strict";var o,r,c,i;n.d(t,"a",function(){return i}),o=n("q1tI"),r=n.n(o),c=n("tWVy"),i=r.a.createContext(c.a)},tmL0:function(e,t,n){"use strict";function o(e){var t=e.reference,n=e.children,o=Object(c.useRef)(null),s=Object(c.useCallback)(function(e){t&&(t.current=e),u.CheckMobile.iOS()&&(null!==o.current&&Object(l.enableBodyScroll)(o.current),o.current=e,null!==o.current&&Object(l.disableBodyScroll)(o.current,{allowTouchMove:function(e){return function(t){var n=Object(a.ensureNotNull)(e.current),o=document.activeElement;return!n.contains(t)||null!==o&&n.contains(o)&&o.contains(t)}}(o)}))},[t]);return i.a.createElement("div",Object(r.__assign)({ref:s},e),n)}var r,c,i,l,a,u;n.d(t,"a",function(){return o}),r=n("mrSG"),c=n("q1tI"),i=n.n(c),l=n("x0D+"),a=n("Eyy1"),u=n("qFKp")},v1bN:function(e,t,n){e.exports={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)}var n,o,r,c,i,l,a,u,s,d,v;Object.defineProperty(e,"__esModule",{value:!0}),n=!1,"undefined"!=typeof window&&(o={get passive(){n=!0}},window.addEventListener("testPassive",null,o),window.removeEventListener("testPassive",null,o)),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){var v,f,m;if(r){if(!e)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");e&&!c.some(function(t){return t.targetElement===e})&&(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?d(n):(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 m=o,setTimeout(function(){if(void 0===u){var e=!!m&&!0===m.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")}),f={targetElement:e,options:o||{}},c=[].concat(t(c),[f])},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)}}]);

View File

@@ -1 +0,0 @@
.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:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.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:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.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,.4)}.tvcolorpicker-widget{vertical-align:middle;background-image:url(../images/tvcolorpicker-bg.png);background-position:0 0;background-repeat:no-repeat;border:1px solid #cacaca;overflow:hidden;padding:0;width:25px;height:25px;cursor:pointer;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tvcolorpicker-gradient-widget{background-image:url(../images/tvcolorpicker-bg.png),url(../images/tvcolorpicker-bg-gradient.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,.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),(min-width:0\0){.tvcolorpicker-cell:hover .tvcolorpicker-swatch{border:1px solid #000;margin:0}}.tvcolorpicker-swatch.active{background:url(../images/tvcolorpicker-check.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(../images/tvcolorpicker-sprite.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(../images/tvcolorpicker-sprite.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(../images/tvcolorpicker-sprite.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(../images/tvcolorpicker-sprite.png) -48px -148px no-repeat}.tvcolorpicker-custom-button,.tvcolorpicker-user-swatches{margin:6px 0 0}.tvcolorpicker-user-swatches .tvcolorpicker-transparency{background:url(../images/dialogs/opacity-slider.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(../images/dialogs/opacity-slider.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),(min-width:0\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),(min-width:0\0){html.theme-dark .widgetbar-widgetheader .colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover{border-color:#131722}}

View File

@@ -1 +0,0 @@
.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:.7em;display:block;border:0;background-position:100% 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.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:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.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,.4)}.tvcolorpicker-widget{vertical-align:middle;background-image:url(../images/tvcolorpicker-bg.png);background-position:100% 0;background-repeat:no-repeat;border:1px solid #cacaca;overflow:hidden;padding:0;width:25px;height:25px;cursor:pointer;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tvcolorpicker-gradient-widget{background-image:url(../images/tvcolorpicker-bg.png),url(../images/tvcolorpicker-bg-gradient.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,.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),(min-width:0\0){.tvcolorpicker-cell:hover .tvcolorpicker-swatch{border:1px solid #000;margin:0}}.tvcolorpicker-swatch.active{background:url(../images/tvcolorpicker-check.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(../images/tvcolorpicker-sprite.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(../images/tvcolorpicker-sprite.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(../images/tvcolorpicker-sprite.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(../images/tvcolorpicker-sprite.png) -48px -148px no-repeat}.tvcolorpicker-custom-button,.tvcolorpicker-user-swatches{margin:6px 0 0}.tvcolorpicker-user-swatches .tvcolorpicker-transparency{background:url(../images/dialogs/opacity-slider.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(../images/dialogs/opacity-slider.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),(min-width:0\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),(min-width:0\0){html.theme-dark .widgetbar-widgetheader .colorpicker-widget:not(.disabled):not(.selected):not(.disabled):hover{border-color:#131722}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -1 +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:4px}.dialog-2APwxL3O-.shadowed-2M13-xZa-{box-shadow:0 1px 2px 1px rgba(0,0,0,.275)}.dialog-2APwxL3O-.fullscreen-2RqU2pqU-{position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;min-height:100%}

View File

@@ -1 +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:4px}.dialog-2APwxL3O-.shadowed-2M13-xZa-{box-shadow:0 1px 2px 1px rgba(0,0,0,.275)}.dialog-2APwxL3O-.fullscreen-2RqU2pqU-{position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;min-height:100%}

View File

@@ -0,0 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{"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 i,r,s,n,h=o("mrSG"),p=o("q1tI"),a=o("TSYQ"),c=o("uqKQ"),l=o("i8i4"),d=o("Db/h"),u=o("Ialn");o.d(e,"a",function(){return r}),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(h.__extends)(e,t),e.prototype.render=function(){var t,e,o,i=this.props,r=i.children,s=void 0===r?[]:r,n=i.show,c=void 0!==n&&n,l=i.customErrorClass,m=a(d.errors,((t={})[d.show]=c,t),l),f=s.map(function(t,e){return p.createElement("div",{className:d.error,key:e},t)}),g={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};return Object(u.isRtl)()&&(e=g.left,o=g.right,g=Object(h.__assign)(Object(h.__assign)({},g),{left:o,right:e})),p.createElement("div",{style:g,className:m},f)},e}(p.PureComponent),r=Object(c.a)((s=i,(n=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(h.__extends)(e,t),e.prototype.componentDidMount=function(){this._instanceElem=l.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 p.createElement("div",{style:{position:"absolute",width:"100%",top:0,left:0}},p.createElement(s,Object(h.__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){var e,o,i,r,s,n,h,p;if(t.target&&t.attachment&&t.targetAttachment){if(null===(e=this._calcTargetProps(t.target,t.attachment,t.targetAttachment)))return{};switch(i=(o=this.props).width,s=void 0===(r=o.inheritWidthFromTarget)||r,
h=void 0!==(n=o.inheritMaxWidthFromTarget)&&n,p={width:s?e.width:i,maxWidth:h?e.width:void 0},t.attachment.vertical){case"bottom":case"middle":p.top=e.y;break;default:p[t.attachment.vertical]=e.y}switch(t.attachment.horizontal){case"right":case"center":p.left=e.x;break;default:p[t.attachment.horizontal]=e.x}return p}return{}},e.prototype._calcTargetProps=function(t,e,o){var i,r,s,n,h=t.getBoundingClientRect(),p=this._instanceElem.getBoundingClientRect(),a="parent"===this.props.root?this._getCoordsRelToParentEl(t,h):this._getCoordsRelToDocument(h);if(null===a)return null;switch(i=this._getDimensions(p),r=this._getDimensions(h).width,s=0,n=0,e.vertical){case"top":n=a[o.vertical];break;case"bottom":n=a[o.vertical]-i.height;break;case"middle":n=a[o.vertical]-i.height/2}switch(e.horizontal){case"left":s=a[o.horizontal];break;case"right":s=a[o.horizontal]-i.width;break;case"center":s=a[o.horizontal]-i.width/2}return"number"==typeof this.props.attachmentOffsetY&&(n+=this.props.attachmentOffsetY),"number"==typeof this.props.attachmentOffsetX&&(s+=this.props.attachmentOffsetX),{x:s,y:n,width:r}},e.prototype._getCoordsRelToDocument=function(t){var e=pageYOffset,o=pageXOffset,i=t.top+e,r=t.bottom+e,s=t.left+o,n=t.right+o,h=(i+t.height)/2,p=s+t.width/2;return{top:i,bottom:r,left:s,right:n,middle:h,center:p}},e.prototype._getCoordsRelToParentEl=function(t,e){var o,i,r,s,n,h=t.offsetParent;return null===h?null:(o=h.scrollTop,i=h.scrollLeft,r=t.offsetTop+o,s=t.offsetLeft+i,n=e.width+s,{top:r,bottom:e.height+r,left:s,right:n,middle:(r+e.height)/2,center:(s+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}(p.PureComponent)).displayName="Attachable Component",n))}}]);

View File

@@ -0,0 +1 @@
.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}

View File

@@ -0,0 +1 @@
.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}

View File

@@ -1,3 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{"+EG+":function(e,t,n){"use strict";var o,r,i,s;n.d(t,"a",function(){return i}),n.d(t,"b",function(){return s}),o=n("mrSG"),r=n("q1tI"),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.__extends(t,e),t.prototype.shouldComponentUpdate=function(){return!1},t.prototype.render=function(){return r.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})},t}(r.Component),s=r.createContext(null)},AVTG:function(e,t,n){"use strict";function o(e){var t=e.hideIcon?null:s.createElement(a.a,{className:u.close,icon:c,onClick:e.onClose});return s.createElement("div",{className:u.header,"data-dragg-area":!0,ref:e.reference},e.children,t)}function r(e){return s.createElement("div",{className:l(d.body,e.className),ref:e.reference},e.children)}function i(e){var t,n;return e.text?t=s.createElement("span",null,e.text):e.html&&(t=s.createElement("span",{dangerouslySetInnerHTML:{__html:e.html}})),n=p.message,e.isError&&(n+=" "+p.error),t?s.createElement("div",{className:n,key:"0"},s.createElement(h.a,{mouseDown:!0,touchStart:!0,handler:e.onClickOutside},t)):s.createElement("div",null)}var s=n("q1tI"),u=n("kgsH"),c=n("uo4K"),a=n("jjrI"),d=(n("kQXJ"),n("XYXm")),l=n("TSYQ"),p=n("cJj4"),h=n("RgaO");n.d(t,"b",function(){return o}),n.d(t,"a",function(){return r}),n.d(t,"c",function(){return i})},RgaO:function(e,t,n){"use strict";var o,r,i;n.d(t,"a",function(){return i}),o=n("mrSG"),r=n("q1tI"),i=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._scope=null,t._handleScopeRef=function(e){return t._scope=e},t._handleOutsideEvent=function(e){void 0!==t.props.handler&&null!==t._scope&&e.target instanceof Node&&(t._scope.contains(e.target)||t.props.handler(e))},t}return o.__extends(t,e),t.prototype.componentDidMount=function(){this.props.click&&document.addEventListener("click",this._handleOutsideEvent,!1),this.props.mouseDown&&document.addEventListener("mousedown",this._handleOutsideEvent,!1),this.props.touchEnd&&document.addEventListener("touchend",this._handleOutsideEvent,!1),this.props.touchStart&&document.addEventListener("touchstart",this._handleOutsideEvent,!1)},t.prototype.componentWillUnmount=function(){document.removeEventListener("click",this._handleOutsideEvent,!1),document.removeEventListener("mousedown",this._handleOutsideEvent,!1),document.removeEventListener("touchend",this._handleOutsideEvent,!1),document.removeEventListener("touchstart",this._handleOutsideEvent,!1)},t.prototype.render=function(){var e=this.props,t=(e.click,e.handler,e.mouseDown,e.touchEnd,e.touchStart,e.ctor),n=void 0===t?"span":t,i=o.__rest(e,["click","handler","mouseDown","touchEnd","touchStart","ctor"]);return r.createElement(n,o.__assign({},i,{ref:this._handleScopeRef}))},t}(r.PureComponent)},XYXm:function(e,t,n){e.exports={body:"body-2N-vuwQW-"}},cJj4:function(e,t,n){e.exports={message:"message-2o-rtQm0-",error:"error-2EW0C6z--"}},jAh7:function(e,t,n){"use strict";function o(e){var t,n,o
;return void 0===e&&(e=document),null!==(t=e.getElementById("overlap-manager-root"))?Object(r.ensureDefined)(u.get(t)):(n=new s(e),o=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),u.set(o,n),n.setContainer(o),e.body.appendChild(o),n)}var r,i,s,u;n.r(t),n.d(t,"OverlapManager",function(){return s}),n.d(t,"getRootOverlapManager",function(){return o}),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}(),s=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){var n,o;return void 0===t&&(t={position:"fixed"}),void 0!==(n=this._windows.get(e))?n:(this.registerWindow(e),(o=this._document.createElement("div")).style.position=t.position,o.style.zIndex=this._index.toString(),o.dataset.id=e,this._container.appendChild(o),this._windows.set(e,o),++this._index,o)},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}(),u=new WeakMap},jjrI:function(e,t,n){"use strict";function o(e){var t=e.className,n=e.icon,o=void 0===n?"":n,s=e.title,u=e.onClick,c=e.onMouseDown,a=e.onMouseUp,d=e.onMouseLeave,l=e.reference,p=r.__rest(e,["className","icon","title","onClick","onMouseDown","onMouseUp","onMouseLeave","reference"]);return i.createElement("span",r.__assign({},p,{title:s,className:t,dangerouslySetInnerHTML:{__html:o},onClick:u,onMouseDown:c,onMouseUp:a,onMouseLeave:d,ref:l}))}var r,i;n.d(t,"a",function(){return o}),r=n("mrSG"),i=n("q1tI")},kQXJ:function(e,t,n){e.exports={footer:"footer-2Zoji8zg-"}},kgsH:function(e,t,n){e.exports={header:"header-dpl-vtN_-",close:"close-3kPn4OTV-"}},uo4K:function(e,t){
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13" width="13" height="13"><path d="M5.182 6.596L1.293 2.707.586 2 2 .586l.707.707 3.889 3.889 3.889-3.889.707-.707L12.606 2l-.707.707L8.01 6.596l3.889 3.889.707.707-1.414 1.414-.707-.707L6.596 8.01l-3.889 3.889-.707.707-1.414-1.414.707-.707 3.889-3.889z"/></svg>'},"ycI/":function(e,t,n){"use strict";var o,r,i;n.d(t,"a",function(){return i}),o=n("mrSG"),r=n("q1tI"),i=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._handleKeyDown=function(e){e.keyCode===t.props.keyCode&&t.props.handler(e)},t}return o.__extends(t,e),t.prototype.componentDidMount=function(){document.addEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)},t.prototype.componentWillUnmount=function(){document.removeEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)},t.prototype.render=function(){return null},t}(r.PureComponent)}}]);

View File

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

View File

@@ -1,4 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{"1O6C":function(t,e,n){"use strict";var o,i,r,s,a,u,h,l;n.d(e,"a",function(){return l}),o=n("mrSG"),i=n("q1tI"),r=n("TSYQ"),s=n("+EG+"),a=n("jAh7"),u=n("QpNh"),h=n("aYmi"),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._manager=new a.OverlapManager,e._handleSlot=function(t){e._manager.setContainer(t)},e}return o.__extends(e,t),e.prototype.render=function(){var t=this.props,e=t.rounded,n=void 0===e||e,a=t.shadowed,l=void 0===a||a,c=t.fullscreen,d=void 0!==c&&c,p=t.className,_=r(p,h.dialog,n&&h.rounded,l&&h.shadowed,d&&h.fullscreen),g=Object(u.a)(this.props);return i.createElement(i.Fragment,null,i.createElement(s.b.Provider,{value:this._manager},i.createElement("div",o.__assign({},g,{className:_,style:this._createStyles(),ref:this.props.reference,onFocus:this.props.onFocus,onMouseDown:this.props.onMouseDown,onMouseUp:this.props.onMouseUp,onClick:this.props.onClick,onKeyDown:this.props.onKeyDown,tabIndex:-1}),this.props.children)),i.createElement(s.a,{reference:this._handleSlot}))},e.prototype._createStyles=function(){var t=this.props,e=t.bottom,n=t.left,o=t.width;return{bottom:e,left:n,right:t.right,top:t.top,zIndex:t.zIndex,maxWidth:o,height:t.height}},e}(i.PureComponent)},AiMB:function(t,e,n){"use strict";var o,i,r,s,a,u,h,l;n.d(e,"a",function(){return h}),n.d(e,"b",function(){return l}),o=n("mrSG"),i=n("q1tI"),r=n("i8i4"),s=n("0waE"),a=n("jAh7"),u=n("+EG+"),h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._uuid=Object(s.guid)(),e}return o.__extends(e,t),e.prototype.componentWillUnmount=function(){this._manager().removeWindow(this._uuid)},e.prototype.render=function(){return r.createPortal(i.createElement(l.Provider,{value:this},this.props.children),this._manager().ensureWindow(this._uuid))},e.prototype.moveToTop=function(){this._manager().moveToTop(this._uuid)},e.prototype._manager=function(){return null===this.context?Object(a.getRootOverlapManager)():this.context},e.contextType=u.b,e}(i.PureComponent),l=i.createContext(null)},QpNh:function(t,e,n){"use strict";function o(t){var e,n,o,r,s,a=Object.entries(t).filter(i),u={};for(e=0,n=a;e<n.length;e++)r=(o=n[e])[0],s=o[1],u[r]=s;return u}function i(t){var e=t[0],n=t[1];return 0===e.indexOf("data-")&&"string"==typeof n}n.d(e,"a",function(){return o})},WXjp:function(t,e,n){"use strict";function o(t,e,n,o){return t+e>o&&(t=o-e),t<n&&(t=n),t}function i(t){return{x:Object(f.clamp)(t.x,20,document.documentElement.clientWidth-20),y:Object(f.clamp)(t.y,20,window.innerHeight-20)}}function r(t){return{x:t.pageX,y:t.pageY}}function s(t){return{x:t.touches[0].pageX,y:t.touches[0].pageY}}var a,u,h,l=n("mrSG"),c=n("q1tI"),d=n("TSYQ"),p=n("1O6C"),_=n("uqKQ"),g=n("RgaO"),f=n("Hr11"),m=function(){function t(t,e,n){void 0===n&&(n={boundByScreen:!0});var o=this;this._drag=null,this._canBeTouchClick=!1,this._frame=null,this._onMouseDragStart=function(t){if(0===t.button){t.preventDefault(),document.addEventListener("mousemove",o._onMouseDragMove),
document.addEventListener("mouseup",o._onMouseDragEnd);var e=i(r(t));o._dragStart(e)}},this._onTouchDragStart=function(t){o._canBeTouchClick=!0,t.preventDefault(),o._header.addEventListener("touchmove",o._onTouchDragMove,{passive:!1});var e=i(s(t));o._dragStart(e)},this._onMouseDragEnd=function(t){t.target instanceof Node&&o._header.contains(t.target)&&t.preventDefault(),document.removeEventListener("mousemove",o._onMouseDragMove),document.removeEventListener("mouseup",o._onMouseDragEnd),o._onDragStop()},this._onTouchDragEnd=function(t){o._header.removeEventListener("touchmove",o._onTouchDragMove),o._onDragStop(),o._canBeTouchClick&&(o._canBeTouchClick=!1,function(t){if(t instanceof SVGElement){var e=document.createEvent("SVGEvents");e.initEvent("click",!0,!0),t.dispatchEvent(e)}t instanceof HTMLElement&&t.click()}(t.target))},this._onMouseDragMove=function(t){var e=i(r(t));o._dragMove(e)},this._onTouchDragMove=function(t){o._canBeTouchClick=!1,t.preventDefault();var e=i(s(t));o._dragMove(e)},this._onDragStop=function(){o._drag=null,o._header.classList.remove("dragging")},this._dialog=t,this._header=e,this._options=n,this._header.addEventListener("mousedown",this._onMouseDragStart),this._header.addEventListener("touchstart",this._onTouchDragStart),this._header.addEventListener("touchend",this._onTouchDragEnd)}return t.prototype.destroy=function(){null!==this._frame&&cancelAnimationFrame(this._frame),this._header.removeEventListener("mousedown",this._onMouseDragStart),document.removeEventListener("mouseup",this._onMouseDragEnd),this._header.removeEventListener("touchstart",this._onTouchDragStart),this._header.removeEventListener("touchend",this._onTouchDragEnd),document.removeEventListener("mouseleave",this._onMouseDragEnd)},t.prototype.updateOptions=function(t){this._options=t},t.prototype._dragStart=function(t){var e,n,o=this._dialog.getBoundingClientRect();this._drag={startX:t.x,startY:t.y,finishX:t.x,finishY:t.y,dialogX:o.left,dialogY:o.top},e=Math.round(o.left),n=Math.round(o.top),this._dialog.style.transform="translate("+e+"px, "+n+"px)",this._header.classList.add("dragging")},t.prototype._dragMove=function(t){var e=this;if(this._drag){if(this._drag.finishX=t.x,this._drag.finishY=t.y,null!==this._frame)return;this._frame=requestAnimationFrame(function(){var n,o;e._drag&&(n=t.x-e._drag.startX,o=t.y-e._drag.startY,e._moveDialog(e._drag.dialogX+n,e._drag.dialogY+o)),e._frame=null})}},t.prototype._moveDialog=function(t,e){var n=this._dialog.getBoundingClientRect(),i=this._options.boundByScreen,r=o(t,n.width,i?0:-1/0,i?window.innerWidth:1/0),s=o(e,n.height,i?0:-1/0,i?window.innerHeight:1/0);this._dialog.style.transform="translate("+Math.round(r)+"px, "+Math.round(s)+"px)"},t}(),v=function(){function t(t,e){void 0===e&&(e={vertical:0});var n=this;this._frame=null,this._isFullscreen=!1,this._handleResize=function(){null===n._frame&&(n._frame=requestAnimationFrame(function(){n.recalculateBounds(),n._frame=null}))},this._dialog=t,this._options=e,this._initialHeight=t.style.height,
window.addEventListener("resize",this._handleResize)}return t.prototype.updateOptions=function(t){void 0===t&&(t={vertical:0}),this._options=t},t.prototype.setFullscreen=function(t){this._isFullscreen!==t&&(this._isFullscreen=t,this.recalculateBounds())},t.prototype.centerAndFit=function(){var t,e,n=this._options.vertical,o=document.documentElement,i=o.clientHeight,r=o.clientWidth,s=i-2*n,a=this._dialog.getBoundingClientRect(),u=a.height;s<u&&(u=s,this._dialog.style.height=u+"px"),t=r/2-a.width/2,e=i/2-u/2,this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.transform="translate("+Math.round(t)+"px, "+Math.round(e)+"px)"},t.prototype.recalculateBounds=function(){var t,e,n,i,r,s,a,u;this._dialog.style.height="auto",e=(t=document.documentElement).clientHeight,n=t.clientWidth,this._isFullscreen?(this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.width=n+"px",this._dialog.style.height=e+"px",this._dialog.style.transform="none"):(i=this._options.vertical,this._dialog.style.width="",this._dialog.style.height="",s=e-2*i,a=o((r=this._dialog.getBoundingClientRect()).left,r.width,0,n),u=o(r.top,r.height,i,e),this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.transform="translate("+Math.round(a)+"px, "+Math.round(u)+"px)",this._dialog.style.height=s<r.height?s+"px":this._initialHeight)},t.prototype.destroy=function(){window.removeEventListener("resize",this._handleResize),null!==this._frame&&(cancelAnimationFrame(this._frame),this._frame=null)},t}(),y=n("Eyy1"),E=n("AiMB"),x=n("pafz"),D=n("ZzSk");n.d(e,"a",function(){return h}),a={boundByScreen:!0},u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._dialog=null,e._handleDialogRef=function(t){e._dialog=t,e.props.reference&&e.props.reference(t)},e._handleFocus=function(t){e._moveToTop()},e._handleMouseDown=function(t){e._moveToTop()},e._handleTouchStart=function(t){e._moveToTop()},e}return l.__extends(e,t),e.prototype.render=function(){return c.createElement(x.a.Provider,{value:this},c.createElement(g.a,{ctor:"div",mouseDown:!0,touchStart:!0,handler:this.props.onClickOutside,onFocus:this._handleFocus,onMouseDown:this._handleMouseDown,onTouchStart:this._handleTouchStart},c.createElement(p.a,l.__assign({},this.props,{reference:this._handleDialogRef,className:d(D.dialog,this.props.className)}),this.props.children)))},e.prototype.componentDidMount=function(){var t=Object(y.ensureNotNull)(this._dialog),e=t.querySelector("[data-dragg-area]");e&&e instanceof HTMLElement&&(this._drag=new m(t,e,{boundByScreen:Boolean(this.props.boundByScreen)})),this._resize=new v(t,this.props.guard),this._resize.centerAndFit(),this._resize.setFullscreen(Boolean(this.props.fullscreen)),this.props.shouldForceFocus&&t.focus()},e.prototype.componentDidUpdate=function(){this._resize&&(this._resize.updateOptions(this.props.guard),this._resize.setFullscreen(Boolean(this.props.fullscreen))),this._drag&&this._drag.updateOptions({boundByScreen:Boolean(this.props.boundByScreen)})},
e.prototype.componentWillUnmount=function(){this._drag&&this._drag.destroy(),this._resize&&this._resize.destroy()},e.prototype.centerAndFit=function(){this._resize&&this._resize.centerAndFit()},e.prototype.recalculateBounds=function(){this._resize&&this._resize.recalculateBounds()},e.prototype._moveToTop=function(){null!==this.context&&this.context.moveToTop()},e.contextType=E.b,e.defaultProps=a,e}(c.PureComponent),h=Object(_.a)(u)},ZzSk:function(t,e,n){t.exports={dialog:"dialog-34XTwGTT-",dragging:"dragging-33JfMDO6-"}},aYmi:function(t,e,n){t.exports={dialog:"dialog-2APwxL3O-",rounded:"rounded-tXI9mwGE-",shadowed:"shadowed-2M13-xZa-",fullscreen:"fullscreen-2RqU2pqU-"}},pafz:function(t,e,n){"use strict";var o,i;n.d(e,"a",function(){return i}),o=n("q1tI"),i=o.createContext(null)},qoI1:function(t,e,n){function o(t){var e=i(t);return n(e)}function i(t){var e,n=r[t];if(!(n+1))throw(e=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",e;return n}var r={"./en-gb":"Oaa7","./en-gb.js":"Oaa7","./es":"iYuL","./es.js":"iYuL","./it":"bpih","./it.js":"bpih","./ja":"B55N","./ja.js":"B55N","./ko":"Ivi+","./ko.js":"Ivi+","./pl":"jVdC","./pl.js":"jVdC","./pt":"8mBD","./pt-br":"0tRk","./pt-br.js":"0tRk","./pt.js":"8mBD","./ru":"lXzo","./ru.js":"lXzo","./tr":"DoHr","./tr.js":"DoHr"};o.keys=function(){return Object.keys(r)},o.resolve=i,t.exports=o,o.id="qoI1"},uqKQ:function(t,e,n){"use strict";function o(t){return function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return i.__extends(n,e),n.prototype.render=function(){var e,n=this.props,o=n.isOpened,a=n.root;return o?(e=r.createElement(t,i.__assign({},this.props,{zIndex:150})),"parent"===a?e:r.createElement(s.a,null,e)):null},n}(r.PureComponent)}var i,r,s;n.d(e,"a",function(){return o}),i=n("mrSG"),r=n("q1tI"),s=n("AiMB")}}]);

View File

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

View File

@@ -0,0 +1 @@
.separator-25lkUpN-{margin:6px 0;height:1px;background-color:#e1ecf2}html.theme-dark .separator-25lkUpN-{background-color:#363c4e}

View File

@@ -0,0 +1 @@
.separator-25lkUpN-{margin:6px 0;height:1px;background-color:#e1ecf2}html.theme-dark .separator-25lkUpN-{background-color:#363c4e}

View File

@@ -1,6 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{"5qpw":function(t,o,e){"use strict";function i(t){return t in $.fn?Promise.resolve():(s||(s=new Promise(function(t){Promise.all([e.e(57),e.e("lazy-jquery-ui")]).then(function(o){e("ONnG"),t()}.bind(null,e)).catch(e.oe)})),s)}function n(t){return new l(t)}var a,s,l;e.r(o),e.d(o,"LazyJqueryUI",function(){return l}),e.d(o,"lazyJqueryUI",function(){return n}),a=e("P5fv"),l=function(){function t(t){this._$elem=t}return t.prototype.draggable=function(){var t=arguments,o=this._$elem;return i("draggable").then(function(){return o.draggable.apply(o,t)})},t.prototype.resizable=function(){var t=arguments,o=this._$elem;return i("resizable").then(function(){return o.resizable.apply(o,t)})},t.prototype.sortable=function(){var t=arguments,o=this._$elem;return i("sortable").then(function(){return o.sortable.apply(o,t)})},t.prototype.datepicker=function(){var t=arguments,o=this._$elem;return i("datepicker").then(function(){return o.datepicker.apply(o,t)})},t}()},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,i){var n,a=e("Hr11").max,s=e("5qpw").lazyJqueryUI,l=e("jAh7").getRootOverlapManager;e("PVgW"),n={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){var a,s,l,d,r,c;return"object"==typeof o&&(e=o,o=""),a=(e=e||{}).doNotCloseOnBgClick||!1,s=e.html||"",l=e.width||"400px",(d={}).noClose=e.noClose||null,d.addClass=e.modalDialogClass||null,n.createModalDialog(t,d),r=e.centerCaption?"caption-big-center":"caption-big",n.modalDialog.find("._tv-dialog").css("width",l),c=e.customButtonCaption?e.customButtonCaption:$.t("OK"),n.modalDialog.find("._tv-dialog-content").html(i.render('<div class="main"><div class="{{captionClassName}} {{classSuffix}}">{{text}}'+s+'</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})),n.modalDialog.find("._tv-button.ok").on("click",function(){n.destroy(),e.onOkButtonClick&&e.onOkButtonClick()}),n.positionDialog(),n.applyHandlers(!1,{doNotCloseOnBgClickIfShadowbox:a,beforeDestroy:e.onClose}),n.modalDialog},showCustomDialog:function(t){function o(t){n.destroy(),t.preventDefault()}return n.createModalDialog(t.title||$.t("Dialog"),{addClass:""}),n.modalDialog.find("._tv-dialog").css("width",t.width||"400px"),n.modalDialog.find("._tv-dialog-content").html('<div class="main">'+(t.html||$.t("Content"))+"</div>"),n.modalDialog.find(".ok").click(o),n.modalDialog.find("form").submit(o),n.modalDialog.find(".cancel").click(o),n.modalDialog.find("._tv-dialog-title-close").click(o),n.positionDialog(),n.applyHandlers(),
n.modalDialog},createModalDialog:function(t,o){var e,i;return o=o||{},null!==n.modalDialog&&n.destroy(),n.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),n._addMessageCloseButton(n.modalDialog.find("._tv-dialog-error")),n._addMessageCloseButton(n.modalDialog.find("._tv-dialog-message")),o.noShadowBox&&n.modalDialog.addClass("transparent"),o.addClass&&n.modalDialog.addClass(o.addClass),o.width&&n.modalDialog.find("._tv-dialog").css({width:o.width}),o.content&&n.modalDialog.find("._tv-dialog-content").html(o.content),(e=$(".fancybox-overlay")).length&&(i=e.css("z-index"),$("._tv-dialog-shadowbox").css("z-index",i+1)),o.draggable&&s(n.modalDialog).draggable(n._constrainDraggableOptionsIfNeeded({handle:n.modalDialog.find("._tv-dialog-title")})),o.zIndex&&n.modalDialog.css("z-index",o.zIndex),n.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:n.NOTIFICATION_ANIMATION_START_OFFSET,opacity:0},"fast",function(){t.hide()})})},createDialog:function(t,o){var e,d,r,c,u,g;return n.isOpen(t)?((e=n.get(t)).find("._tv-dialog-content").html(""),e.data("new",!1),e):(d=(o=o||{}).ownerDocument||document,c=(r=l(d)).ensureWindow(t,{position:"relative"}),e=$(i.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}),d).appendTo(c),n._addMessageCloseButton(e.find("._tv-dialog-error")),n._addMessageCloseButton(e.find("._tv-dialog-message")),o.width&&e.css({width:o.width}),o.content&&e.find("._tv-dialog-content").html(o.content),u=0,u=o.zIndex?o.zIndex:n.dialogs&&n.dialogs.length?a($.map(n.dialogs,function(t){return parseInt((t.dialog||t).css("z-index"),10)}))+1:110,e.css("z-index",u),e.data("new",!0),e.data("title",t),e.data("id",n.dialogs.length+1),n.dialogs.push({title:t,dialog:e,id:n.dialogs.length+1}),e.on("mousedown touchstart",function(){r.moveToTop(t)}),g={start:function(t,o){var e,i,a=o.helper.css("z-index"),s=0,l=null;for(e=0;e<n.dialogs.length;e++)(i=n.dialogs[e].dialog.css("z-index"))>s&&(s=i,l=n.dialogs[e].dialog)
;o.helper.css("z-index",s),l.css("z-index",a)}},o.dragHandle?g.handle=o.dragHandle:o.hideTitle||(g.handle="._tv-dialog-title"),o.dragOptions&&$.extend(g,o.dragOptions),s(e).draggable(n._constrainDraggableOptionsIfNeeded(g)),e)},positionDialog:function(t,o,e){function i(){a.css("margin-left",-Math.round(a.outerWidth()/2)+"px"),a.css("margin-top",-Math.round(a.outerHeight()/2)+"px")}var a,s,l,d,r,c,u,g,p,f;e=e||{},o=o||e.position,t?(l=(s=t.prop("ownerDocument")).defaultView,d=t.width(),r=t.height(),c=$(l).width(),u=$(l).height(),o&&o.top&&o.left?(p=e.forcePosition?o.left:Math.max(2,Math.min(c-d-4,o.left))+"px",g=e.forcePosition?o.top:Math.max(2,Math.min(u-r-4,o.top))+"px"):o&&o.considerScroll?(f=$(s),p=Math.round((c-d)/2+f.scrollLeft())+"px",g=Math.round((u-r)/2+f.scrollTop())+"px"):(p=Math.round((c-d)/2)+"px",g=Math.round((u-r)/2)+"px"),e.fadeIn?t.css({left:p,top:g}).hide().fadeIn("fast"):e.smooth?t.animate({left:p,top:g}):t.css({left:p,top:g})):(t=n.modalDialog,a=t.find("._tv-dialog"),i(),a.resize(i))},applyHandlers:function(t,o){var e,i,a,s=!t||t===this.modalDialog;o=o||{},e=s?function(){n.destroy()}:function(){n.destroy(t.data("title"))},t=t||n.modalDialog.find("._tv-dialog"),i=t.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):e()}),o.doNotCloseOnBgClick||setTimeout(function(){$(i).on("mousedown.closeDialog",function(n){var a=$(n.target).parents().andSelf();a.is(t)||o.doNotCloseOnBgClickIfShadowbox&&a.is("._tv-dialog-shadowbox, .tv-dialog__modal-wrap")||a.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"),e())})},0),t.find('input[type="checkbox"]').change(function(){var t=$(this),o=t.next("._tv-dialog-checkbox-mask");o.toggleClass("disabled",t.prop("disabled")).toggleClass("_tv-dialog-checkbox-mask-active",t.is(":checked"))}),a=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||a.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?n.destroy(t.data("title")):n.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){n.showMessage(t,o,$.extend(e||{},{isError:!0}))},showMessage:function(t,o,e){var i,a,s;o||(o=$("._tv-dialog")),i=(e=e||{}).isError?"_tv-dialog-error":"_tv-dialog-message",s=(a=o.find("."+i)).find(".message"),e.html?s.html("string"==typeof e.html?e.html:t):s.text(t),s.css("width",o.width()).toggleClass("selectable",Boolean(e.selectable)),a.toggleClass("with-close",Boolean(e.withClose)).css({marginTop:n.NOTIFICATION_ANIMATION_START_OFFSET,opacity:"0"}).show().animate({marginTop:0,opacity:1},"fast"),e.withClose||(e.hideWithoutAnimation?a.on("touchstartoutside mousedownoutside keydownoutside",function t(){a.hide(),a.off("touchstartoutside mousedownoutside keydownoutside",t)}):a.on("touchstartoutside mousedownoutside keydownoutside",function t(){a.animate({marginTop:n.NOTIFICATION_ANIMATION_START_OFFSET,opacity:0},"fast",function(){a.hide()}),a.off("touchstartoutside mousedownoutside keydownoutside",t)}))},isOpen:function(t){for(var o=0;o<n.dialogs.length;o++)if(n.dialogs[o].title===t)return!0;return!1},get:function(t){for(var o=0;o<n.dialogs.length;o++)if(n.dialogs[o].title===t)return n.dialogs[o].dialog},destroy:function(t,o){var e,i=null;if(t&&"string"==typeof t)for(e=0;e<n.dialogs.length;e++)n.dialogs[e].title===t&&(i=n.dialogs[e].dialog.prop("ownerDocument"),n.dialogs[e].dialog.find(".apply-common-tooltip").mouseout(),n.dialogs[e].dialog.trigger("destroy",o),$(document).unbind("mouseup.hideDialog"+n.dialogs[e].id),$("input",n.dialogs[e].dialog).blur(),n.dialogs[e].dialog.remove(),n.dialogs.splice(e,1),l(i).unregisterWindow(t));else n.modalDialog&&(i=n.modalDialog.prop("ownerDocument"),n.modalDialog.find(".apply-common-tooltip").mouseout(),n.modalDialog.find("._tv-dialog").trigger("destroy"),n.modalDialog.remove(),n.modalDialog=null);$(i).unbind("keyup.hideDialog"),$(i).unbind("keyup.confirmAndCloseDialog")},resizeContent:function(t,o,e){var i,n;null==e&&(e=20),t+=e,i=parseInt($("body").height(),10),n=o.height(),t>i&&(n-=t-i,n=Math.max(0,n),o.height(n))}},t.exports.TVOldDialogs=n}).call(this,e("Kxc7"),e("OiQe"))},PVgW:function(t,o,e){"use strict";function i(t){return t=Math.abs(t),!Object(r.isInteger)(t)&&t>1&&(t=parseFloat(t.toString().replace(/^.+\./,"0."))),0<t&&t<1?Math.pow(10,null===(i=String(t).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/))?0:(o=i[1]?i[1].length:0,e=i[2]?parseInt(i[2],0):0,Math.max(0,o-e))):1;var o,e,i}function n(t,o){var e,n,a,s,l;t.trigger("tvticker-beforechange"),n=(e=t.data("TVTicker"))&&e.step,a=0,a=e.parser?e.parser(t.val()):Object(r.isInteger)(n)?parseInt(t.val(),10):parseFloat(t.val()),isNaN(a)&&(a=0),s=i(n),l=o(a,Math.max(s,i(a))),e.formatter&&(l=e.formatter(l)),t.val(l),t.change()}function a(t){var o=t.data("TVTicker"),e=o&&o.step,i=o&&o.max;n(t,function(t,o){var n=(Math.round(t*o)+Math.round(e*o))/o;return void 0!==i&&null!==i&&i<n&&(n=t),n})}function s(t){var o=t.data("TVTicker"),e=o&&o.step,i=o&&o.min;n(t,function(t,o){
var n=(Math.round(t*o)-Math.round(e*o))/o;return void 0!==i&&null!==i&&n<i&&(n=t),n})}var l,d,r,c;e.r(o),l=e("P5fv"),d=e("si6p"),r=e("ogJP"),c=e("R4+T"),$.fn.TVTicker=function(t){return void 0===t&&(t={}),this.each(function(){var o,e,i,n=!1,l=$(this),d=l.data("TVTicker");d?n=!0:d={step:Number(l.data("step"))||1},"step"in t&&(d.step=Number(t.step)||d.step),"min"in t&&(d.min=t.min),"max"in t&&(d.max=t.max),"formatter"in t&&(d.formatter=t.formatter),"parser"in t&&(d.parser=t.parser),l.data("TVTicker",d),n||(o=$('<div class="tv-ticker">').appendTo(l.parent()),e=$('<div class="tv-ticker__btn tv-ticker__btn--up">').html(c).appendTo(o),i=$('<div class="tv-ticker__btn tv-ticker__btn--down">').html(c).appendTo(o),o.on("mousedown",function(t){t.preventDefault(),l.focus()}),e.click(function(){l.is(":disabled")||a(l)}),i.click(function(){l.is(":disabled")||s(l)}),l.keydown(function(t){l.is(":disabled")||(38===t.keyCode?e.addClass("i-active"):40===t.keyCode&&i.addClass("i-active"))}),l.keyup(function(t){l.is(":disabled")||(38===t.keyCode?(a(l),e.removeClass("i-active")):40===t.keyCode&&(s(l),i.removeClass("i-active")))}),l.mousewheel(function(t){t.deltaY*(t.deltaFactor/100)>0?e.click():i.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>'},jAh7:function(t,o,e){"use strict";function i(t){var o,e,i;return void 0===t&&(t=document),null!==(o=t.getElementById("overlap-manager-root"))?Object(n.ensureDefined)(l.get(o)):(e=new s(t),i=function(t){var o=t.createElement("div");return o.style.position="absolute",o.style.zIndex=150..toString(),o.style.top="0px",o.style.left="0px",o.id="overlap-manager-root",o}(t),l.set(i,e),e.setContainer(i),t.body.appendChild(i),e)}var n,a,s,l;e.r(o),e.d(o,"OverlapManager",function(){return s}),e.d(o,"getRootOverlapManager",function(){return i}),n=e("Eyy1"),a=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(o){return t!==o})},t.prototype.has=function(t){return this._storage.includes(t)},t.prototype.getItems=function(){return this._storage},t}(),s=function(){function t(t){void 0===t&&(t=document),this._storage=new a,this._windows=new Map,this._index=0,this._document=t,this._container=t.createDocumentFragment()}return t.prototype.setContainer=function(t){var o=this._container,e=null===t?this._document.createDocumentFragment():t;!function(t,o){Array.from(t.childNodes).forEach(function(t){t.nodeType===Node.ELEMENT_NODE&&o.appendChild(t)})}(o,e),this._container=e},t.prototype.registerWindow=function(t){this._storage.has(t)||this._storage.add(t)},t.prototype.ensureWindow=function(t,o){var e,i;return void 0===o&&(o={position:"fixed"}),void 0!==(e=this._windows.get(t))?e:(this.registerWindow(t),(i=this._document.createElement("div")).style.position=o.position,i.style.zIndex=this._index.toString(),
i.dataset.id=t,this._container.appendChild(i),this._windows.set(t,i),++this._index,i)},t.prototype.unregisterWindow=function(t){this._storage.remove(t);var o=this._windows.get(t);void 0!==o&&(null!==o.parentElement&&o.parentElement.removeChild(o),this._windows.delete(t))},t.prototype.getZindex=function(t){var o=this.ensureWindow(t);return parseInt(o.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}(),l=new WeakMap},"y1L/":function(t,o,e){},zjLg:function(t,o,e){}}]);

View File

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

View File

@@ -0,0 +1,8 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{"6ix9":function(e,t,n){e.exports={content:"content-jw-2aYgg",ie:"ie-2-BNrQbP",cell:"cell-hIDC3uV-",inner:"inner--hn7i_PK",first:"first-2n3flLMC",fill:"fill-1Pff_fQf",last:"last-3u0rzQsJ",top:"top-E6bk4zZh",offset:"offset-2t8eK615",grouped:"grouped-HUhXUUdM",separator:"separator-27YVz1Zr",groupSeparator:"groupSeparator-3LbEcdXc",big:"big-1ygh-FzO",adaptive:"adaptive-3nNVfvpI",checkableTitle:"checkableTitle-3xDSPDqb"}},Ce4d:function(e,t,n){e.exports={container:"container-AqxbM340",focused:"focused-3bgZ4yBI",readonly:"readonly-3YlYTz9Q",disabled:"disabled-3kisU58M","size-medium":"size-medium-2saizg8j","size-large":"size-large-1HDInl7D","font-size-medium":"font-size-medium-3qTDml7i","font-size-large":"font-size-large-36ClMPCZ","border-none":"border-none-2VoAEzD9",shadow:"shadow-rtripSA4","border-thin":"border-thin-2A_CUSMk","border-thick":"border-thick-1_qIhMms","intent-default":"intent-default-saHBD6pK","intent-success":"intent-success-3xXQLoWT","intent-warning":"intent-warning-SstNFztT","intent-danger":"intent-danger-1URZFATh","intent-primary":"intent-primary-npIFDxc3","corner-top-left":"corner-top-left-1Ex1ff4b","corner-top-right":"corner-top-right-37x9-mDc","corner-bottom-right":"corner-bottom-right-3-_3mqIz","corner-bottom-left":"corner-bottom-left-3mogFNyF",placeholder:"placeholder-3IHl8nis",selected:"selected-2IjEMdXr",hiddenArrow:"hiddenArrow-1HtcxiMc"}},H172:function(e,t,n){"use strict";function r(e){return a.a.createElement("span",{className:C.wrapper,onClick:e.onClick},a.a.createElement("span",{className:C.button},a.a.createElement(b.a,{className:u()(C.icon,e.isDropped&&C.dropped),icon:w})))}function o(e){function t(t){var n=e.onChange,r=e.onChangeArg;n&&n(t,r),Object(p.ensureNotNull)(K.current).focus()}function n(){Q(!1),Object(p.ensureNotNull)(K.current).focus()}function o(e){switch(Object(h.hashFromEvent)(e)){case 27:q&&(e.preventDefault(),n())}}var i,l,b=e.value,w=e.className,C=e.menuClassName,E=e.menuItemClassName,N=e.placeholder,_=e.disabled,k=e.hideArrowButton,j=e.borderStyle,F=void 0===j?"thin":j,I=e.intent,S=void 0===I?"default":I,x=e.size,M=void 0===x?"medium":x,z=e.highlight,W=e.removeRoundBorder,P=void 0===W?0:W,B=e.highlightRemoveRoundBorder,D=void 0===B?0:B,R=e.onFocus,A=e.onBlur,T=e.items,K=Object(c.useRef)(null),V=Object(c.useState)(!1),q=V[0],Q=V[1],L=Object(m.a)(),Y=L[0],U=L[1],Z=Object(v.a)(P),H=Object(v.a)(D),X=Object(g.a)(U.onFocus,R),G=Object(g.a)(U.onBlur,A);return N&&(T=[{content:N}].concat(T)),a.a.createElement(a.a.Fragment,null,a.a.createElement("div",Object(s.__assign)({className:u()(O.container,w,Y&&O.focused,q&&O.open,_&&O.disabled,O["intent-"+(q?"primary":S)],O["border-"+F],O["size-"+M],Z,z&&O.highlight),ref:K,onClick:_?void 0:function(){Q(!q)},onFocus:X,onBlur:G,onKeyDown:o,tabIndex:_?void 0:-1,"data-role":"listbox"},Object(y.a)(e)),(l=T.find(function(e){return e.value===b}))?"string"==typeof(i=l.selectedContent||l.content)?a.a.createElement("div",{className:u()(O.selected,k&&O.hiddenArrow)},i):a.a.createElement("div",{
className:u()(O.selected,k&&O.hiddenArrow)},a.a.cloneElement(i)):a.a.createElement("div",{className:u()(O.placeholder,k&&O.hiddenArrow)},N),!k&&a.a.createElement(r,{isDropped:q}),(z||q)&&a.a.createElement("span",{className:u()(O.shadow,H)})),a.a.createElement(d.a,{className:C,isOpened:q,position:function(){var e=Object(p.ensureNotNull)(K.current).getBoundingClientRect();return{x:e.left,y:e.top+e.height}},onClose:n,doNotCloseOn:K.current,onKeyDown:o},T.map(function(e,n){return e.readonly?a.a.createElement(a.a.Fragment,{key:"readonly_item_"+n},e.content):a.a.createElement(f.b,{key:e.value||"",className:E,isActive:b===e.value,label:e.content,onClick:t,onClickArg:e.value})})))}function i(e){return e=Object(E.a)(e),a.a.createElement(o,Object(s.__assign)({},e))}var s=n("mrSG"),c=n("q1tI"),a=n.n(c),l=n("TSYQ"),u=n.n(l),p=n("Eyy1"),h=n("/3z9"),d=n("9dlw"),f=n("N5tr"),m=n("Oi2w"),g=n("l9+T"),v=n("Wvr1"),b=n("jjrI"),w=n("VGf/"),C=n("uhWF"),E=n("k+zC"),y=n("QpNh"),O=n("Ce4d");n.d(t,"a",function(){return i})},Hk3L:function(e,t,n){e.exports={container:"container-2kDJVADV",focused:"focused-GwkJELgF",readonly:"readonly-3PcaDYes",disabled:"disabled-3y5wOPXy","size-medium":"size-medium-2QF4qrsy","size-large":"size-large-3c0aAmCz","font-size-medium":"font-size-medium-15_hd7kR","font-size-large":"font-size-large-sNxmYZSZ","border-none":"border-none-2W-f5CeX",shadow:"shadow-fRMVHbcr","border-thin":"border-thin-39LN06wV","border-thick":"border-thick-3YqbfLWG","intent-default":"intent-default-2WqrktAC","intent-success":"intent-success-2qRddKlF","intent-warning":"intent-warning-3nKtF1a7","intent-danger":"intent-danger-2UcBu3hY","intent-primary":"intent-primary-1GPjPo8I","corner-top-left":"corner-top-left-1UYBpB66","corner-top-right":"corner-top-right-3vjbw1SH","corner-bottom-right":"corner-bottom-right-2Xs3BwD0","corner-bottom-left":"corner-bottom-left-2m7Qn1wR",input:"input-1Fp9QlzO","icon-left":"icon-left-sV9DQagg",icon:"icon-1S_6X6gw","icon-right":"icon-right-2uMWnixv","grouped-vertical":"grouped-vertical-2lC0wjMX","grouped-horizontal":"grouped-horizontal-3T_Yy5c3",highlight:"highlight-fnJ4zkJY",interactive:"interactive-3QZtt2FP"}},Oi2w:function(e,t,n){"use strict";function r(e){var t=Object(o.useState)(!1),n=t[0],r=t[1],i={onFocus:Object(o.useCallback)(function(t){void 0!==e&&e.current!==t.target||r(!0)},[e]),onBlur:Object(o.useCallback)(function(t){void 0!==e&&e.current!==t.target||r(!1)},[e])};return[n,i]}var o;n.d(t,"a",function(){return r}),o=n("q1tI")},"Q+1u":function(e,t,n){"use strict";function r(e){return l.isIE?{msGridRow:e}:void 0}var o,i,s,c,a,l,u,p,h,d,f;n.d(t,"a",function(){return h}),o=n("mrSG"),i=n("q1tI"),s=n("TSYQ"),c=n("Eyy1"),a=n("QpNh"),l=n("qFKp"),u=n("6ix9"),p=i.createContext(null),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._rows=new WeakMap,t._rowCount=1,t}return Object(o.__extends)(t,e),t.prototype.render=function(){return i.createElement(p.Provider,{value:this},i.createElement("div",{ref:this.props.reference,className:s(u.content,l.isIE&&u.ie)},this.props.children))},
t.prototype.getRowIndex=function(e){var t=this._rows.get(e);return void 0===t&&(t=this._rowCount++,this._rows.set(e,t)),t},t}(i.PureComponent),d=i.createContext(0),f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.render=function(){return i.createElement(d.Provider,{value:Object(c.ensureNotNull)(this.context).getRowIndex(this)},this.props.children)},t.contextType=p,t}(i.PureComponent),h.Row=f,h.Cell=function(e){var t=s(u.cell,e.offset&&u.offset,e.grouped&&u.grouped,"top"===e.verticalAlign&&u.top,"adaptive"===e.verticalAlign&&u.adaptive,e.checkableTitle&&u.checkableTitle,2===e.colSpan&&u.fill,"first"===e.placement&&2!==e.colSpan&&u.first,"last"===e.placement&&2!==e.colSpan&&u.last),n=Object(a.a)(e);return i.createElement(d.Consumer,null,function(c){return i.createElement("div",Object(o.__assign)({},n,{className:t,style:r(c)}),i.createElement("div",{className:s(u.inner,e.className)},e.children))})},h.Separator=function(e){return i.createElement(h.Row,null,i.createElement(d.Consumer,null,function(e){return i.createElement("div",{className:s(u.cell,u.separator,u.fill),style:r(e)})}))},h.GroupSeparator=function(e){var t=e.size||0;return i.createElement(h.Row,null,i.createElement(d.Consumer,null,function(e){return i.createElement("div",{className:s(u.cell,u.groupSeparator,u.fill,1===t&&u.big),style:r(e)})}))}},"VGf/":function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 7" width="11" height="7" fill="none"><path stroke="currentColor" stroke-width="1.3" d="M.5 1.5l5 4 5-4"/></svg>'},WboT:function(e,t,n){"use strict";function r(e){var t=u(C.control,C.controlIncrease),n=u(C.control,C.controlDecrease);return a.createElement("div",{className:u(C.controlWrapper,!e.visible&&C.hidden)},a.createElement("div",{className:t,onClick:e.increaseValue},a.createElement(b.a,{icon:w,className:C.increaseControlIcon})),a.createElement("div",{className:n,onClick:e.decreaseValue},a.createElement(b.a,{icon:w,className:C.decreaseControlIcon})))}function o(e){function t(){e.disabled||e.onValueByStepChange(1)}function n(){e.disabled||e.onValueByStepChange(-1)}var o,a,u=Object(E.b)(),p=u[0],h=u[1],d=Object(y.a)(),f=d[0],m=d[1],g=Object(O.a)(m.onFocus,e.onFocus),b=Object(O.a)(m.onBlur,e.onBlur);return l.a.createElement(v,Object(c.__assign)({},h,{name:e.name,pattern:e.pattern,borderStyle:e.borderStyle,fontSizeStyle:e.fontSizeStyle,value:e.value,className:e.className,button:(o=e.button,a=e.forceShowControls,e.disabled?void 0:l.a.createElement(l.a.Fragment,null,o||l.a.createElement(r,{visible:!Modernizr.mobiletouch&&(a||f||p),increaseValue:t,decreaseValue:n}))),disabled:e.disabled,placeholder:e.placeholder,containerReference:e.containerReference,inputReference:e.inputReference,inputMode:e.inputMode,error:e.error,errorMessage:e.errorMessage,showErrorMessage:e.error&&p,onClick:e.onClick,onFocus:g,onBlur:b,onChange:e.onValueChange,onKeyDown:function(t){var n,r;e.disabled||0!==Object(N.modifiersFromEvent)(t.nativeEvent)||(n=i,r=s,
e.controlDecKeyCodes&&(r=r.concat(e.controlDecKeyCodes)),e.controlIncKeyCodes&&(n=n.concat(e.controlIncKeyCodes)),(r.includes(t.keyCode)||n.includes(t.keyCode))&&(t.preventDefault(),e.onValueByStepChange(r.includes(t.keyCode)?-1:1)),e.onKeyDown&&e.onKeyDown(t))},onWheel:function(t){e.disabled||f&&(t.deltaY<0?e.onValueByStepChange(1):e.onValueByStepChange(-1))}}))}var i,s,c=n("mrSG"),a=n("q1tI"),l=n.n(a),u=(n("bf9a"),n("TSYQ")),p=n("kSQs"),h=n("Eyy1"),d=n("Ialn"),f=n("qFKp"),m=n("ZgM/"),g={attachment:{horizontal:"left",vertical:"bottom"},targetAttachment:{horizontal:"left",vertical:"top"}},v=function(e){function t(t){var n=e.call(this,t)||this;return n._input=null,n._buttons=null,n._container=null,n._onBlur=function(e){n.setState({focused:!1}),n.props.onBlur&&n.props.onBlur(e)},n._onFocus=function(e){n.setState({focused:!0}),n.props.onFocus&&n.props.onFocus(e)},n._containerFocus=function(e){!Modernizr.mobiletouch&&n._buttons&&n._buttons.contains(e.target)&&Object(h.ensureNotNull)(n._input).focus()},n._setContainerRef=function(e){n._container=e,n.props.containerReference&&n.props.containerReference(e)},n._setInputRef=function(e){n._input=e,n.props.inputReference&&n.props.inputReference(e)},n._setButtonsRef=function(e){n._buttons=e},n.state={focused:!1},n}return Object(c.__extends)(t,e),t.prototype.componentDidMount=function(){this.props.onWheelNoPassive&&this._addPassiveListenerOnWheel(this.props.onWheelNoPassive)},t.prototype.componentDidUpdate=function(e){this.props.onWheelNoPassive!==e.onWheelNoPassive&&this._updatePassiveListenerOnWheel(e.onWheelNoPassive)},t.prototype.componentWillUnmount=function(){this.props.onWheelNoPassive&&this._removePassiveListenerOnWheel(this.props.onWheelNoPassive)},t.prototype.render=function(){var e,t,n,r,o,i,s,c;return this.props.error?e=m.error:this.props.warning&&(e=m.warning),r=void 0===(n=(t=this.props).borderStyle)?"thick":n,i=void 0===(o=t.fontSizeStyle)?"large":o,s=u(m.inputWithErrorWrapper,"thick"===r&&m.thickBorder,this.props.className,this.state.focused&&!this.props.disabled&&m.focused,e,this.props.disabled&&m.disabled,this.props.readOnly&&m.readonly),c=u(m.innerInput,"large"===i&&m.largeFont,Object(d.isRtl)()&&!f.isChrome&&m.innerInputFix),a.createElement("div",{className:s},a.createElement("div",{className:m.inputWithError,ref:this._setContainerRef,onMouseOver:this.props.onMouseOver,onMouseOut:this.props.onMouseOut,onClick:this.props.onClick,onFocus:this._containerFocus,onWheel:this.props.onWheel},a.createElement("div",{className:u(m.inputContainer,Object(d.isRtl)()&&!f.isChrome&&m.inputContainerFix)},a.createElement("div",{className:m.innerInputContainer},a.createElement("input",{name:this.props.name,ref:this._setInputRef,className:c,pattern:this.props.pattern,type:this.props.type||"text",value:this.props.value,placeholder:this.props.placeholder,readOnly:this.props.readOnly,disabled:this.props.disabled,inputMode:this.props.inputMode,onBlur:this._onBlur,onChange:this.props.onChange,onClick:this.props.onInputClick,onFocus:this._onFocus,onKeyDown:this.props.onKeyDown,
onKeyUp:this.props.onKeyUp})),a.createElement("div",{className:m.iconBlock,onClick:this.props.onButtonClick,tabIndex:-1,ref:this._setButtonsRef},this.props.button)),this.props.children),this._renderError())},t.prototype._renderError=function(){return void 0!==this.props.errorMessage?a.createElement(p.a,{root:"document",show:!0,isOpened:this.props.showErrorMessage,targetAttachment:g.targetAttachment,attachment:g.attachment,target:this._container||void 0,inheritWidthFromTarget:!0,customErrorClass:m.errorMessage,attachmentOffsetY:-4},[this.props.errorMessage]):void 0},t.prototype._updatePassiveListenerOnWheel=function(e){e&&this._removePassiveListenerOnWheel(e),this.props.onWheelNoPassive&&this._addPassiveListenerOnWheel(this.props.onWheelNoPassive)},t.prototype._addPassiveListenerOnWheel=function(e){Object(h.ensureNotNull)(this._container).addEventListener("wheel",e,{passive:!1})},t.prototype._removePassiveListenerOnWheel=function(e){Object(h.ensureNotNull)(this._container).removeEventListener("wheel",e)},t}(a.PureComponent),b=n("jjrI"),w=n("R4+T"),C=n("uZsJ"),E=n("8d0Q"),y=n("Oi2w"),O=n("l9+T"),N=n("/3z9");n.d(t,"a",function(){return o}),i=[38],s=[40]},Wvr1:function(e,t,n){"use strict";function r(e){var t="";return 0!==e&&(1&e&&(t=i()(t,s["corner-top-left"])),2&e&&(t=i()(t,s["corner-top-right"])),4&e&&(t=i()(t,s["corner-bottom-right"])),8&e&&(t=i()(t,s["corner-bottom-left"]))),t}var o,i,s;n.d(t,"a",function(){return r}),o=n("TSYQ"),i=n.n(o),s=n("Hk3L")},"ZgM/":function(e,t,n){e.exports={inputWithErrorWrapper:"inputWithErrorWrapper-3VldItns",disabled:"disabled-1H5pTmbC",thickBorder:"thickBorder-17UV-SuS",readonly:"readonly-3wmbSVwP",focused:"focused-3rk113Ah",innerInput:"innerInput-29Ku0bwF",error:"error-32uXEKXM",warning:"warning-1fcuxDP3",inputWithError:"inputWithError-1wKt_k8s",inputContainer:"inputContainer-2JfcvOzg",inputContainerFix:"inputContainerFix-3bYyvsOT",innerInputContainer:"innerInputContainer-FSOtBYl0",largeFont:"largeFont-1Tlrlf5g",innerInputFix:"innerInputFix-3nQEuMmn",errorMessage:"errorMessage-3U3e1ayv",iconBlock:"iconBlock-1uOkuIhU"}},"k+zC":function(e,t,n){"use strict";function r(e){var t=e.onFocus,n=e.onBlur,r=e.intent,c=e.highlight,a=Object(i.a)(),l=a[0],u=a[1],p=Object(s.a)(u.onFocus,t),h=Object(s.a)(u.onBlur,n);return Object(o.__assign)(Object(o.__assign)({},e),{intent:r||(l?"primary":"default"),highlight:c||l,onFocus:p,onBlur:h})}var o,i,s;n.d(t,"a",function(){return r}),o=n("mrSG"),i=n("Oi2w"),s=n("l9+T")},"l9+T":function(e,t,n){"use strict";function r(){var e,t=[];for(e=0;e<arguments.length;e++)t[e]=arguments[e];return function(e){var n,r,o;for(n=0,r=t;n<r.length;n++)void 0!==(o=r[n])&&o(e)}}n.d(t,"a",function(){return r})},nc0P:function(e,t,n){var r;!function(o){"use strict";function i(e,t,n,r){var o=e.c,i=e.e+t+1;if(i<o.length){if(1===n)r=o[i]>=5;else if(2===n)r=o[i]>5||5==o[i]&&(r||i<0||o[i+1]!==b||1&o[i-1]);else if(3===n)r=r||!!o[0];else if(r=!1,0!==n)throw Error(g);if(i<1)o.length=1,r?(e.e=-t,o[0]=1):o[0]=e.e=0;else{if(o.length=i--,r)for(;++o[i]>9;)o[i]=0,i--||(++e.e,o.unshift(1))
;for(i=o.length;!o[--i];)o.pop()}}else if(n<0||n>3||n!==~~n)throw Error(g);return e}function s(e,t,n,r){var o,s,c=e.constructor,a=!e.c[0];if(n!==b){if(n!==~~n||n<(3==t)||n>u)throw Error(3==t?f+"precision":m);for(n=r-(e=new c(e)).e,e.c.length>++r&&i(e,n,c.RM),2==t&&(r=e.e+n+1);e.c.length<r;)e.c.push(0)}if(o=e.e,n=(s=e.c.join("")).length,2!=t&&(1==t||3==t&&r<=o||o<=c.NE||o>=c.PE))s=s.charAt(0)+(n>1?"."+s.slice(1):"")+(o<0?"e":"e+")+o;else if(o<0){for(;++o;)s="0"+s;s="0."+s}else if(o>0)if(++o>n)for(o-=n;o--;)s+="0";else o<n&&(s=s.slice(0,o)+"."+s.slice(o));else n>1&&(s=s.charAt(0)+"."+s.slice(1));return e.s<0&&(!a||4==t)?"-"+s:s}var c,a=20,l=1,u=1e6,p=-7,h=21,d="[big.js] ",f=d+"Invalid ",m=f+"decimal places",g=f+"rounding mode",v={},b=void 0,w=/^-?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i;v.abs=function(){var e=new this.constructor(this);return e.s=1,e},v.cmp=function(e){var t,n=this,r=n.c,o=(e=new n.constructor(e)).c,i=n.s,s=e.s,c=n.e,a=e.e;if(!r[0]||!o[0])return r[0]?i:o[0]?-s:0;if(i!=s)return i;if(t=i<0,c!=a)return c>a^t?1:-1;for(s=(c=r.length)<(a=o.length)?c:a,i=-1;++i<s;)if(r[i]!=o[i])return r[i]>o[i]^t?1:-1;return c==a?0:c>a^t?1:-1},v.div=function(e){var t,n,r,o,s,c,a,l,p,h,d,f,g,v,w=this,C=w.constructor,E=w.c,y=(e=new C(e)).c,O=w.s==e.s?1:-1,N=C.DP;if(N!==~~N||N<0||N>u)throw Error(m);if(!y[0])throw Error("[big.js] Division by zero");if(!E[0])return new C(0*O);for(c=y.slice(),a=t=y.length,l=E.length,h=(p=E.slice(0,t)).length,f=(d=e).c=[],g=0,v=N+(d.e=w.e-e.e)+1,d.s=O,O=v<0?0:v,c.unshift(0);h++<t;)p.push(0);do{for(r=0;r<10;r++){if(t!=(h=p.length))o=t>h?1:-1;else for(s=-1,o=0;++s<t;)if(y[s]!=p[s]){o=y[s]>p[s]?1:-1;break}if(!(o<0))break;for(n=h==t?y:c;h;){if(p[--h]<n[h]){for(s=h;s&&!p[--s];)p[s]=9;--p[s],p[h]+=10}p[h]-=n[h]}for(;!p[0];)p.shift()}f[g++]=o?r:++r,p[0]&&o?p[h]=E[a]||0:p=[E[a]]}while((a++<l||p[0]!==b)&&O--);return f[0]||1==g||(f.shift(),d.e--),g>v&&i(d,N,C.RM,p[0]!==b),d},v.eq=function(e){return!this.cmp(e)},v.gt=function(e){return this.cmp(e)>0},v.gte=function(e){return this.cmp(e)>-1},v.lt=function(e){return this.cmp(e)<0},v.lte=function(e){return this.cmp(e)<1},v.minus=v.sub=function(e){var t,n,r,o,i,s,c,a,l=this,u=l.constructor,p=l.s,h=(e=new u(e)).s;if(p!=h)return e.s=-h,l.plus(e);if(i=l.c.slice(),s=l.e,c=e.c,a=e.e,!i[0]||!c[0])return c[0]?(e.s=-h,e):new u(i[0]?l:0);if(p=s-a){for((o=p<0)?(p=-p,r=i):(a=s,r=c),r.reverse(),h=p;h--;)r.push(0);r.reverse()}else for(n=((o=i.length<c.length)?i:c).length,p=h=0;h<n;h++)if(i[h]!=c[h]){o=i[h]<c[h];break}if(o&&(r=i,i=c,c=r,e.s=-e.s),(h=(n=c.length)-(t=i.length))>0)for(;h--;)i[t++]=0;for(h=t;n>p;){if(i[--n]<c[n]){for(t=n;t&&!i[--t];)i[t]=9;--i[t],i[n]+=10}i[n]-=c[n]}for(;0===i[--h];)i.pop();for(;0===i[0];)i.shift(),--a;return i[0]||(e.s=1,i=[a=0]),e.c=i,e.e=a,e},v.mod=function(e){var t,n=this,r=n.constructor,o=n.s,i=(e=new r(e)).s;if(!e.c[0])throw Error("[big.js] Division by zero");return n.s=e.s=1,t=1==e.cmp(n),n.s=o,e.s=i,t?new r(n):(o=r.DP,i=r.RM,r.DP=r.RM=0,n=n.div(e),r.DP=o,r.RM=i,this.minus(n.times(e)))},v.plus=v.add=function(e){
var t,n,r,o,i,s=this,c=s.constructor,a=s.s,l=(e=new c(e)).s;if(a!=l)return e.s=-l,s.minus(e);if(n=s.e,r=s.c,o=e.e,i=e.c,!r[0]||!i[0])return i[0]?e:new c(r[0]?s:0*a);if(r=r.slice(),a=n-o){for(a>0?(o=n,t=i):(a=-a,t=r),t.reverse();a--;)t.push(0);t.reverse()}for(r.length-i.length<0&&(t=i,i=r,r=t),a=i.length,l=0;a;r[a]%=10)l=(r[--a]=r[a]+i[a]+l)/10|0;for(l&&(r.unshift(l),++o),a=r.length;0===r[--a];)r.pop();return e.c=r,e.e=o,e},v.pow=function(e){var t=this,n=new t.constructor(1),r=n,o=e<0;if(e!==~~e||e<-1e6||e>1e6)throw Error(f+"exponent");for(o&&(e=-e);1&e&&(r=r.times(t)),e>>=1;)t=t.times(t);return o?n.div(r):r},v.round=function(e,t){var n=this.constructor;if(e===b)e=0;else if(e!==~~e||e<-u||e>u)throw Error(m);return i(new n(this),e,t===b?n.RM:t)},v.sqrt=function(){var e,t,n,r=this,o=r.constructor,s=r.s,c=r.e,a=new o(.5);if(!r.c[0])return new o(r);if(s<0)throw Error(d+"No square root");0===(s=Math.sqrt(r+""))||s===1/0?((t=r.c.join("")).length+c&1||(t+="0"),s=Math.sqrt(t),c=((c+1)/2|0)-(c<0||1&c),e=new o((s==1/0?"1e":(s=s.toExponential()).slice(0,s.indexOf("e")+1))+c)):e=new o(s),c=e.e+(o.DP+=4);do{n=e,e=a.times(n.plus(r.div(n)))}while(n.c.slice(0,c).join("")!==e.c.slice(0,c).join(""));return i(e,o.DP-=4,o.RM)},v.times=v.mul=function(e){var t,n=this,r=n.constructor,o=n.c,i=(e=new r(e)).c,s=o.length,c=i.length,a=n.e,l=e.e;if(e.s=n.s==e.s?1:-1,!o[0]||!i[0])return new r(0*e.s);for(e.e=a+l,s<c&&(t=o,o=i,i=t,l=s,s=c,c=l),t=new Array(l=s+c);l--;)t[l]=0;for(a=c;a--;){for(c=0,l=s+a;l>a;)c=t[l]+i[a]*o[l-a-1]+c,t[l--]=c%10,c=c/10|0;t[l]=(t[l]+c)%10}for(c?++e.e:t.shift(),a=t.length;!t[--a];)t.pop();return e.c=t,e},v.toExponential=function(e){return s(this,1,e,e)},v.toFixed=function(e){return s(this,2,e,this.e+e)},v.toPrecision=function(e){return s(this,3,e,e-1)},v.toString=function(){return s(this)},v.valueOf=v.toJSON=function(){return s(this,4)},(c=function e(){function t(n){var r=this;if(!(r instanceof t))return n===b?e():new t(n);n instanceof t?(r.s=n.s,r.e=n.e,r.c=n.c.slice()):function(e,t){var n,r,o;if(0===t&&1/t<0)t="-0";else if(!w.test(t+=""))throw Error(f+"number");for(e.s="-"==t.charAt(0)?(t=t.slice(1),-1):1,(n=t.indexOf("."))>-1&&(t=t.replace(".","")),(r=t.search(/e/i))>0?(n<0&&(n=r),n+=+t.slice(r+1),t=t.substring(0,r)):n<0&&(n=t.length),o=t.length,r=0;r<o&&"0"==t.charAt(r);)++r;if(r==o)e.c=[e.e=0];else{for(;o>0&&"0"==t.charAt(--o););for(e.e=n-r-1,e.c=[],n=0;r<=o;)e.c[n++]=+t.charAt(r++)}}(r,n),r.constructor=t}return t.prototype=v,t.DP=a,t.RM=l,t.NE=p,t.PE=h,t.version="5.2.2",t}()).default=c.Big=c,void 0===(r=function(){return c}.call(t,n,t,e))||(e.exports=r)}()},uZsJ:function(e,t,n){e.exports={controlWrapper:"controlWrapper-skuqZLfC",hidden:"hidden-3NLdXwWA",control:"control-1HTkHp6S",controlIncrease:"controlIncrease-2YFIq5Gk",controlDecrease:"controlDecrease-3RZJUOOQ",increaseControlIcon:"increaseControlIcon-1tvvZsEf",decreaseControlIcon:"decreaseControlIcon-O8mAFFIw"}},uhWF:function(e,t,n){e.exports={wrapper:"wrapper-CRZXrxS2",hidden:"hidden-1wnB-Kx5",button:"button-1Eugtpck",icon:"icon-17-1vCIN",
dropped:"dropped-ecaUHMhj"}}}]);

View File

@@ -1 +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:.5;transition:opacity .35s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@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),(min-width:0\0){.header-dpl-vtN_- .close-3kPn4OTV-:hover{opacity:1;transition-duration:.06s}}.header-dpl-vtN_- .close-3kPn4OTV- svg{display:block;width:13px;height:13px;fill:#4a4a4a}html.theme-dark .header-dpl-vtN_- .close-3kPn4OTV- svg{fill:#c5cbce}.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:#9db2bd}html.theme-dark .body-2N-vuwQW-::-webkit-scrollbar-thumb{background-color:#363c4e;border-color:#1c2030}.body-2N-vuwQW-::-webkit-scrollbar-track{background-color:transparent;border-radius:3px}@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 .2625s ease,transform .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 @@
.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:.5;transition:opacity .35s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@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),(min-width:0\0){.header-dpl-vtN_- .close-3kPn4OTV-:hover{opacity:1;transition-duration:.06s}}.header-dpl-vtN_- .close-3kPn4OTV- svg{display:block;width:13px;height:13px;fill:#4a4a4a}html.theme-dark .header-dpl-vtN_- .close-3kPn4OTV- svg{fill:#c5cbce}.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:#9db2bd}html.theme-dark .body-2N-vuwQW-::-webkit-scrollbar-thumb{background-color:#363c4e;border-color:#1c2030}.body-2N-vuwQW-::-webkit-scrollbar-track{background-color:transparent;border-radius:3px}@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 .2625s ease,transform .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([[16],[]]);

View File

@@ -1,5 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{bR4N:function(t,e,a){"use strict";var n,o=a("wmOI").ESC,s=a("0waE").guid,i=a("jAh7").getRootOverlapManager,p=function(t,e,n){var l,c,r,u,d,h,f=".popup-menu";t=$(t),(n=n||{}).activeClass=n.activeClass||"",l=(n.event||"click")+f,n.hideEvent&&(c=n.hideEvent+f),u=r=function(){},d={},h=function(l,h,v){function m(e){var a=$(e.target).parents().andSelf();a.is(w)||a.is(t)||a.is(".charts-popup-tab-headers, .charts-popup-itemheader")||u()}function g(t){if(d.preventFirstProcessClick)d.preventFirstProcessClick=!1;else{var e=$(t.target).parents().andSelf();e.is(".charts-popup-tab-headers, .charts-popup-itemheader")||n.notCloseOnButtons&&e.is(".icon-delete")||u()}}function b(t){t.keyCode===o&&u()}var C,w,y,T,x,D,_,k,S,M,A,I,N,L,E,O,W,P,R,z,B,F,G,H=s(),J=l.target.ownerDocument,U=J.defaultView,V=i(J),K=h||e;if("function"==typeof K&&(K=K()),$(this).hasClass("open")||$(this).hasClass("active"))return l.preventDefault(),u(),void(C=d.scrollTop);switch(u=function(){d.scrollTop=w.scrollTop(),w.remove(),V.removeWindow(H),t.removeClass("active open "+n.activeClass),t.data("popup-menu",null),$(J).off("click",g),$(J).off("mousedown",m),Modernizr.mobiletouch&&$(J).off("touchstart.chartgui",m),$(J).off("selectstart."+f),J.removeEventListener("keydown",b,!1),u=r,n.onRemove&&n.onRemove()},t.addClass("active open "+n.activeClass),w=$('<div class="charts-popup-list">'),n.addClass&&w.addClass(n.addClass),n.zIndex&&w.css("z-index",n.zIndex),y=w,n.listInner&&(y=$('<div class="list-inner">').appendTo(y)),n.listTable&&(y=$('<div class="list-table">').appendTo(y)),$.each(K,function(e){!function e(o,s,i){var l,c,r,u,d,h,f,v,m,g,b,C,y,T,x;if(o instanceof p.TabGroup){if(!o.tabs||!o.tabs.length)return;return 1!==o.tabs.length||o.tabs[0].title?(l=$('<div class="charts-popup-tab-group"></div>').appendTo(i),c=$('<div class="charts-popup-tab-headers"></div>').appendTo(l),r=null,void $.each(o.tabs||[],function(t,a){var n,s;a.items&&a.items.length&&(n=$('<div class="charts-popup-tab"></div>').hide().appendTo(l),$.each(a.items,function(){e(this,void 0,n)}),(s=$('<span class="charts-popup-tab-header">').append($('<a href="javascript://" class="charts-popup-tab-header-label">').text(a.name)).appendTo(c)).on("click",function(t){s.is(".active")||(c.find(".charts-popup-tab-header.active").removeClass("active"),s.addClass("active"),l.find(".charts-popup-tab").hide(),n.show(),t&&t.preventDefault(),"function"==typeof o.onChange&&o.onChange.call(o,a.name))}),r&&!a.active||(r=s,c.find(".charts-popup-tab-header.active").removeClass("active"),s.addClass("active"),l.find(".charts-popup-tab").hide(),n.show()))})):void $.each(o.tabs[0].items,function(){e(this,void 0,i)})}if(o instanceof p.Group)return u=$('<div class="charts-popup-group"></div>').appendTo(i),o.title&&(d=$('<div class="charts-popup-itemheader"></div>').text(o.title).prepend($('<span class="charts-popup-itemheader-icon"></span>')),o.collapsible&&(u.addClass("charts-popup-group-collapsible"),u.toggleClass("collapsed",o.collapsed),d.on("click",function(){
u.toggleClass("collapsed"),"function"==typeof o.onChange&&o.onChange(u.hasClass("collapsed")),w.height()===parseInt(w.css("max-height"))?w.addClass("popup-menu-scroll-y"):w.height()<parseInt(w.css("max-height"))&&w.removeClass("popup-menu-scroll-y")})),u.append(d)),void $.each(o.items,function(t){e(this,1,u)});if(o instanceof p.Header)i.append($('<div class="charts-popup-itemheader"></div>').text(o.title));else{if(o.separator)return h=$('<span class="separator"></span>'),void i.append(h);h=$('<a class="item">'),o.url&&h.attr("href",o.url),o.target&&h.attr("target",o.target),s||h.addClass("first"),"function"==typeof o.active?o.active(o)&&h.addClass("active"):o.active&&h.addClass("active"),o.addClass&&h.addClass(o.addClass),o.addData&&h.data(o.addData),o.disabled&&h.addClass("disabled"),"function"==typeof o.action&&(f=o.action,v=function(t){$(t.target).parents().andSelf().is(T)||(f.apply(h,arguments),!o.url&&t&&"function"==typeof t.preventDefault&&t.preventDefault())},n.upAction?h.bind("mouseup",v):h.bind("click",v)),o.date?(m=$('<span class="title"></span>').appendTo(h),$('<span class="date"></span>').text(o.date||"").appendTo(h)):o.icon&&!n.svg?((g=$('<span class="icon"></span>').appendTo(h)).css("background-image",o.icon.image||""),o.icon.offset&&g.css("background-position","string"==typeof o.icon.offset?o.icon.offset:o.icon.offset.x+"px "+o.icon.offset.y+"px"),m=$('<span class="title"></span>').appendTo(h)):!0===n.svg&&o.svg?(n.wrapIcon?h.append($('<span class="icon-wrap">').addClass(o.iconClass).append(o.svg)):h.append(o.svg),m=$('<span class="title"></span>').appendTo(h)):o.iconClass?(h.append($('<span class="icon"></span>').addClass(o.iconClass)),m=$('<span class="title"></span>').appendTo(h)):m=$('<span class="title-expanded"></span>').appendTo(h),o.html?m.html(o.html):m.text(TradingView.clean(o.title,!0)||""),b=$('<span class="shortcut"></span>').appendTo(h),o.shortcut&&b.text(o.shortcut.keys),"function"==typeof o.deleteAction&&(C=o.deleteAction,y=o.deleteAction.title||$.t("Delete"),(T=$('<span class="icon-delete">')).html(a("uo4K")),T.attr("title",y),T.on("click",function(t){C.apply(h,arguments),t.preventDefault()}),h.append(T)),o.buttons instanceof Array&&o.buttons.length&&o.buttons.forEach(function(t){t.el instanceof $||(t.el=$(t.el)),t.el.appendTo(h),t.handler&&t.el.on("click",function(e){t.handler.apply(h,arguments)})}),void 0!==o.counter&&("function"==typeof o.counter?$('<span class="counter"></span>').html(o.counter()).appendTo(h):(x=o.counterBlue?"blue":"",$('<span class="counter"></span>').text(o.counter+"").addClass(x).appendTo(h))),i.append(h),t.data("popup-menu",i)}}(this,e,y)}),c||(d.preventFirstProcessClick=!0),$(J).on("click",g),$(J).on("mousedown",m),J.addEventListener("keydown",b,!1),Modernizr.mobiletouch&&$(J).on("touchstart.chartgui",m),n.upAction&&$(J).on("selectstart.popup-menu",function(){return!1}),w.appendTo(V.ensureWindow(H)),T=J.documentElement.clientWidth,x=J.documentElement.clientHeight,D=t.outerWidth(),_=t.outerHeight(),k=t.offset(),C=$(U).scrollTop()||0,k.top-=C,
k.top=Math.round(k.top),k.left=Math.round(k.left),S=w.outerWidth(),M=w.outerHeight(),A=void 0!==n.viewportSpacing?n.viewportSpacing:10,I=n.popupSpacing?~~n.popupSpacing:1,N=n.popupDrift?~~n.popupDrift:0,L=M-w.height(),E="down",n.direction&&(E="function"==typeof n.direction?n.direction():n.direction),O=!!n.reverse,"down"===E?(W=x-k.top-_-I-A-L,P=k.top-I-A-L,W<Math.max(M||0,100)&&P>W&&(E="up")):"right"===E&&(R=T-k.left-D-I-A-L,z=k.left-I-A-L,R<Math.max(S||0,100)&&z>R&&(E="left")),E){case"down":case"up":"down"===E?w.css("top",k.top+_+I+"px"):w.css("bottom",x-k.top+I+"px").css("top","auto"),O?w.css("left",Math.max(k.left+N+D-S,A)+"px").css("right","auto"):w.css("left",k.left+N+"px").css("right","auto");break;case"right":case"left":I=Math.max(I,4),"right"===E?w.css("left",Math.floor(k.left+D+I)+"px").css("right","auto"):w.css("left",Math.floor(Math.max(k.left-S-I,A))+"px").css("right","auto"),O?w.css("top",Math.floor(Math.max(k.top+N+_-M,A))+"px"):w.css("top",Math.floor(k.top+N)+"px")}w.show(),B=k.top,"up"===E||{left:1,right:1}[E]&&O?"up"!==E?B+=_:B-=_+I+L+A:B=x-B-_-2*I-L,w.height()>B&&w.addClass("popup-menu-scroll-y"),w.css("max-height",B+"px"),n.careRightBorder&&(F=T+$(U).scrollLeft(),parseInt(w.css("left"))+w.width()+A>F&&w.css("left",F-w.width()-A+"px").css("right","auto")),n.careBottomBorder&&parseInt(w.css("top"))+w.height()+A>x+C&&w.css("top",x-w.height()-A+C+"px"),G=w.offset(),w.css({position:"fixed",left:G.left-$(J).scrollLeft(),right:"auto"}),w[0].scrollHeight>w.height()&&w.addClass("popup-with-scroll"),l&&l.preventDefault()},l&&t.bind(l,h),c&&t.bind(c,function(){u()}),n.runOpened&&h()};p.TabGroup=function t(e){if(!(this instanceof t))return new t(e);e=e||{},this.tabs=[],"function"==typeof e.onChange&&(this.onChange=e.onChange)},p.TabGroup.prototype.appendTab=function(t,e,a){if(null==t?t="":t+="",e||(e=[]),a||(a={}),!Array.isArray(e))throw new TypeError("items must be an array");return this.tabs.push({name:t,items:e,active:!!a.active}),e},p.Header=function t(e){if(!(this instanceof t))return new t(e);this.title=e},p.Group=function t(e){if(!(this instanceof t))return new t(e);e=e||{},this.items=[],this.title=null==e.title?"":e.title+"",this.collapsible=!!e.collapsible,this.collapsed=!!e.collapsed,"function"==typeof e.onChange&&(this.onChange=e.onChange)},p.Group.prototype.push=function(){this.items.push.apply(this.items,arguments)},e.bindPopupMenu=p,n=function(t){(t=$(t)).unbind(".popup-menu"),t.removeData("popup-menu")},e.unbindPopupMenu=n},guTw:function(t,e,a){"use strict";(function(e){function n(t,a,n){var o={saveAsText:$.t("Save As..."),applyDefaultText:$.t("Apply Defaults")};this._toolName=t,this._applyTemplate=a,this._options=$.extend(o,n||{}),this._list=[],e.enabled("charting_library_base")||(this.templatesDeferred=this.loadData())}var o=a("bR4N").bindPopupMenu,s=a("UJLt").SaveRenameDialog,i=a("hkLy").InputField,p=a("oNDq").createConfirmDialog,l=a("uOxu").getLogger("Chart.LineToolTemplatesList");n._cache={},n.prototype.getData=function(){return this._list},n.prototype.loadData=function(){var t=this
;return this._toolName in n._cache?(this._list=n._cache[this._toolName],$.Deferred().resolve()):$.get("/drawing-templates/"+this._toolName+"/",function(e){t._list=e,n._cache[t._toolName]=e}).error(function(){l.logWarn("Failed to load drawing template: "+t._toolName)})},n.prototype.templatesLoaded=function(){return this.templatesDeferred},n.prototype.invalidateToolCache=function(){delete n._cache[this._toolName]},n.prototype.createButton=function(t){var e,a=this;return t=$.extend({},t,a._options),e=$("<a></span></a>").addClass(t.buttonClass?t.buttonClass:"_tv-button").html(t.buttonInner?t.buttonInner:$.t("Template")+'<span class="icon-dropdown">'),o(e,null,{event:"button-popup",hideEvent:"hide-popup",zIndex:t.popupZIndex,activeClass:t.popupActiveClass,direction:t.popupDirection}),e.bind("click",function(e){var n,o,s;e.stopPropagation(),$(this).is("active")||(n=[],"function"==typeof t.getDataForSaveAs&&(o=function(e){var n=JSON.stringify(t.getDataForSaveAs());a.saveTemplate(e,n)},n.push({title:t.saveAsText,action:a.showSaveDialog.bind(a,o),addClass:"special"})),"function"==typeof t.defaultsCallback&&n.push({title:t.applyDefaultText,action:t.defaultsCallback,addClass:"special"}),s=[],$.each(a._list,function(e,n){s.push({title:n,action:function(){a.loadTemplate.call(a,n,t.loadTemplateCallback)},deleteAction:function(){runOrSignIn(function(){var t=$.t("Do you really want to delete Drawing Template '{0}' ?").format(n);p({type:"modal",content:t}).then(function(t){t.on("action:yes",function(t){a.removeTemplate.call(a,n),t.close()}),t.open()})},{source:"Delete line tool template"})}})}),s.length&&(s.sort(function(t,e){return(t=t.title.toUpperCase())===(e=e.title.toUpperCase())?0:t>e?1:-1}),n.push({separator:!0}),n=n.concat(s)),$(this).trigger("button-popup",[n]))}),e},n.prototype.loadTemplate=function(t,e){var a=this;return $.get("/drawing-template/"+this._toolName+"/?templateName="+encodeURIComponent(t),function(t){a._applyTemplate(JSON.parse(t.content)),e&&e()}).error(function(t){l.logWarn(t.responseText)})},n.prototype.removeTemplate=function(t){if(t){$.post("/remove-drawing-template/",{name:t,tool:this._toolName}).error(function(t){l.logWarn(t.responseText)}),this.invalidateToolCache(),this._list=$.grep(this._list,function(e){return e!==t})}},n.prototype.saveTemplate=function(t,e){var a,n=this;t&&e&&(t=TradingView.clean(t),a=-1!==$.inArray(t,n._list),function(){var o={name:t,tool:n._toolName,content:e},s=function(){a||n._list.push(t)};$.post("/save-drawing-template/",o,s).error(function(t){l.logWarn(t.responseText)}),n.invalidateToolCache()}())},n.prototype.deleteAction=function(t){var e=t,a=this;runOrSignIn(function(){var t=$.t(" Do you really want to delete Drawing Template '{0}' ?").format(e);p({type:"modal",content:t}).then(function(t){t.on("action:yes",function(t){a.removeTemplate.call(a,e),t.close()}),t.open()})},{source:"Delete line tool template"})},n.prototype.showSaveDialog=function(t){var e=this,a="text",n=function(t){return TradingView.clean(t[a])},o=new s({fields:[new i({name:a,label:$.t("Template name")+":",
maxLength:64,error:$.t("Please enter template name")})],title:$.t("Save Drawing Template As"),confirm:{shouldShowDialog:function(t){return-1!==e._list.indexOf(n(t))},getMessage:function(t){return $.t("Drawing Template '{0}' already exists. Do you really want to replace it?").format(n(t))}}});runOrSignIn(function(){o.show().then(function(e){t(e[a])})},{source:"Save line tool template",sourceMeta:"Chart"})},t.exports=n}).call(this,a("Kxc7"))},uo4K:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13" width="13" height="13"><path d="M5.182 6.596L1.293 2.707.586 2 2 .586l.707.707 3.889 3.889 3.889-3.889.707-.707L12.606 2l-.707.707L8.01 6.596l3.889 3.889.707.707-1.414 1.414-.707-.707L6.596 8.01l-3.889 3.889-.707.707-1.414-1.414.707-.707 3.889-3.889z"/></svg>'}}]);

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
.loader-3Pj8ExOX-{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 .35s ease}.loader-3Pj8ExOX-:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-3Pj8ExOX- .item-2n55_7om-{margin-right:2px;margin-left:2px;display:inline-block;vertical-align:middle;width:10px;height:10px;opacity:1;border-radius:100%;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);animation:tv-button-loader-SKpJjjYw- .96s infinite ease-in-out both}.loader-3Pj8ExOX- .item-2n55_7om-:nth-child(2){transition-delay:.11666667s;animation-delay:.151s}.loader-3Pj8ExOX- .item-2n55_7om-:nth-child(3){transition-delay:.23333333s;animation-delay:.32s}.loader-3Pj8ExOX- .item-2n55_7om-.black-eFIQWyf4-{background-color:#757575}.loader-3Pj8ExOX- .item-2n55_7om-.white-2Ma0ajvT-{background-color:#fff}.loader-3Pj8ExOX- .item-2n55_7om-.gray-24fvVR0S-{background-color:#8797a5}.loader-3Pj8ExOX-.loader-initial{opacity:.1}.loader-3Pj8ExOX-.loader-initial .item-2n55_7om-{animation:none;transform:translateY(12px) scale(.6)}.loader-3Pj8ExOX-.loader-appear{opacity:1;transition:opacity .7s ease}.loader-3Pj8ExOX-.loader-appear .item-2n55_7om-{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-SKpJjjYw-{0%,to{transform:scale(.6)}50%{transform:scale(.9)}}

View File

@@ -1 +0,0 @@
.loader-3Pj8ExOX-{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 .35s ease}.loader-3Pj8ExOX-:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-3Pj8ExOX- .item-2n55_7om-{margin-left:2px;margin-right:2px;display:inline-block;vertical-align:middle;width:10px;height:10px;opacity:1;border-radius:100%;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);animation:tv-button-loader-SKpJjjYw- .96s infinite ease-in-out both}.loader-3Pj8ExOX- .item-2n55_7om-:nth-child(2){transition-delay:.11666667s;animation-delay:.151s}.loader-3Pj8ExOX- .item-2n55_7om-:nth-child(3){transition-delay:.23333333s;animation-delay:.32s}.loader-3Pj8ExOX- .item-2n55_7om-.black-eFIQWyf4-{background-color:#757575}.loader-3Pj8ExOX- .item-2n55_7om-.white-2Ma0ajvT-{background-color:#fff}.loader-3Pj8ExOX- .item-2n55_7om-.gray-24fvVR0S-{background-color:#8797a5}.loader-3Pj8ExOX-.loader-initial{opacity:.1}.loader-3Pj8ExOX-.loader-initial .item-2n55_7om-{animation:none;transform:translateY(12px) scale(.6)}.loader-3Pj8ExOX-.loader-appear{opacity:1;transition:opacity .7s ease}.loader-3Pj8ExOX-.loader-appear .item-2n55_7om-{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-SKpJjjYw-{0%,to{transform:scale(.6)}50%{transform:scale(.9)}}

View File

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

View File

@@ -0,0 +1,4 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[19],{"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){var t,s,n,i,o,l;if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(t=String(e),s=t.length,n=-1,o="",l=t.charCodeAt(0);++n<s;)0!=(i=t.charCodeAt(n))?o+=i>=1&&i<=31||127==i||0==n&&i>=48&&i<=57||1==n&&i>=48&&i<=57&&45==l?"\\"+i.toString(16)+" ":0==n&&1==s&&45==i||!(i>=128||45==i||95==i||i>=48&&i<=57||i>=65&&i<=90||i>=97&&i<=122)?"\\"+t.charAt(n):t.charAt(n):o+="<22>";return o};return e.CSS||(e.CSS={}),e.CSS.escape=t,t}(s)}).call(this,s("yLpj"))},Gs9W:function(e,t,s){},jAh7:function(e,t,s){"use strict";function n(e){var t,s,n;return void 0===e&&(e=document),null!==(t=e.getElementById("overlap-manager-root"))?Object(i.ensureDefined)(a.get(t)):(s=new l(e),n=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),a.set(n,s),s.setContainer(n),e.body.appendChild(n),s)}var i,o,l,a;s.r(t),s.d(t,"OverlapManager",function(){return l}),s.d(t,"getRootOverlapManager",function(){return n}),i=s("Eyy1"),o=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}(),l=function(){function e(e){void 0===e&&(e=document),this._storage=new o,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}return e.prototype.setContainer=function(e){var t=this._container,s=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,s),this._container=s},e.prototype.registerWindow=function(e){this._storage.has(e)||this._storage.add(e)},e.prototype.ensureWindow=function(e,t){var s,n;return void 0===t&&(t={position:"fixed"}),void 0!==(s=this._windows.get(e))?s:(this.registerWindow(e),(n=this._document.createElement("div")).style.position=t.position,n.style.zIndex=this._index.toString(),n.dataset.id=e,this._container.appendChild(n),this._windows.set(e,n),++this._index,n)},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}(),a=new WeakMap},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){function i(){var t,s=this.attr("id").split("_")[1];for(t in a._state)t!==s&&a._state.hasOwnProperty(t)&&e(":input[sb='"+t+"']")[0]&&a._closeSelectbox(e(":input[sb='"+t+"']")[0])}function o(s){l.children().each(function(n){var i;if(e(this).is(":selected")){if(38==s&&n>0)return i=e(l.children()[n-1]),a._changeSelectbox(t,i.val(),i.text()),!1;if(40==s&&n<l.children().length-1)return i=e(l.children()[n+1]),a._changeSelectbox(t,i.val(),i.text()),!1}})}var l,a,r,c,d,p,u,h;if(this._getInst(t))return!1;l=e(t),r=(a=this)._newInst(l),l.find("optgroup"),l.find("option").length,l.attr("sb",r.uid),e.extend(r.settings,a._defaults,s),a._state[r.uid]=!1,l.hide(),c=e("<div>",{id:"sbHolder_"+r.uid,class:r.settings.classHolder}),(h=l.data("selectbox-css"))&&c.css(h),d=e("<a>",{id:"sbSelector_"+r.uid,href:"#",class:r.settings.classSelector,click:function(s){s.preventDefault(),s.stopPropagation(),i.apply(e(this),[]);var n=e(this).attr("id").split("_")[1];a._state[n]?a._closeSelectbox(t):(a._openSelectbox(t),p.focus())},keyup:function(e){o(e.keyCode)}}),p=e("<a>",{id:"sbToggle_"+r.uid,href:"#",class:r.settings.classToggle,click:function(s){s.preventDefault(),s.stopPropagation(),i.apply(e(this),[]);var n=e(this).attr("id").split("_")[1];a._state[n]?a._closeSelectbox(t):(a._openSelectbox(t),p.focus())},keyup:function(e){o(e.keyCode)}}),e('<div class="tv-caret"></div>').appendTo(p),p.appendTo(c),u=e("<ul>",{id:"sbOptions_"+r.uid,class:r.settings.classOptions,css:{display:"none"}}),r.sbOptions=u,r.sbToggle=p,r.sbSelector=d,this._fillList(t,r),e.data(t,"selectbox",r),d.appendTo(c),u.appendTo(c),c.insertAfter(l),r._onAttachCallback&&(r._onAttachCallback(),delete r._onAttachCallback),l.is(":disabled")&&e.selectbox._disableSelectbox(t),l.change(function(){var s=e(this).val(),i=l.find("option[value='"+n(s)+"']").text()
;a._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,a,r=e(t.ownerDocument),c=this._getInst(t),d=this._get(c,"onChange"),p=r.find("#sbSelector_"+c.uid).text()===o&&r.find("#sbOptions_"+c.uid).find('a[rel="'+s+'"]').hasClass("active");p||(l=e(t).find("option[value='"+n(s)+"']"),(a=r.find("#sbSelector_"+c.uid)).text(o),i(c,a,l),r.find("#sbOptions_"+c.uid).find(".active").removeClass("active"),r.find("#sbOptions_"+c.uid).find('a[rel="'+s+'"]').addClass("active"),e(t).find("option").attr("selected",!1),l.attr("selected",!0),d?d.apply(c.input?c.input[0]:null,[s,c]):c.input&&c.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,n,i,o,l,a,r,c,d,p,u,h,f=this._getInst(t),b=this;!f||f.isOpen||f.isDisabled||(s=e(t.ownerDocument),n=e(t.ownerDocument.defaultView),i=s.find("#sbOptions_"+f.uid),o=parseInt(n.height(),10),l=parseInt(n.width(),10),a=s.find("#sbHolder_"+f.uid).offset(),r=n.scrollTop(),c=i.prev().height(),d=o-(a.top-r)-c/2,p=this._get(f,"onOpen"),h=null,(u=this._get(f,"beforeOpen"))&&(h=u()),"object"==typeof h&&null!==h?i.css(h):(d>50&&!f.settings.slidesUp?i.css({bottom:"auto",top:c+2+"px",maxHeight:d-c+"px"}):i.css({top:"auto",bottom:c+2+"px",maxHeight:a.top-r-c/2+"px"}),a.left+i.width()>l?i.css("left","-"+(i.width()-i.parent().width()+3)+"px"):i.css("left","-1px")),"fade"===f.settings.effect?i.fadeIn(f.settings.speed):i.slideDown(f.settings.speed),s.find("#sbToggle_"+f.uid).addClass(f.settings.classToggleOpen),s.find("#sbHolder_"+f.uid).addClass(f.settings.classHolderOpen),this._state[f.uid]=!0,f.isOpen=!0,p&&p.apply(f.input?f.input[0]:null,[f]),e.data(t,"selectbox",f),s.unbind("click.sbClose").one("click.sbClose",function(){b._closeSelectbox(t)}))},_closeSelectbox:function(t){var s,n,i=this._getInst(t);i&&i.isOpen&&(s=e(t.ownerDocument),n=this._get(i,"onClose"),s.find("#sbOptions_"+i.uid).hide(),s.find("#sbToggle_"+i.uid).removeClass(i.settings.classToggleOpen),s.find("#sbHolder_"+i.uid).removeClass(i.settings.classHolderOpen),this._state[i.uid]=!1,i.isOpen=!1,n&&n.apply(i.input?i.input[0]:null,[i]),e.data(t,"selectbox",i),s.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(e){
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),r=!(!arguments[1]||!arguments[1].disabled),c=this;arguments[0].each(function(t){var s,d,p,u,h,f=e(this),b=e("<li>");f.is(":selected")&&(n.sbSelector.text(f.text()),i(n,n.sbSelector,f,!0),n.isSelected=!0),t===o-1&&b.addClass("last"),p=f.text(),u=f.data("custom-option-text"),h=void 0!==u?u:p,"__separator__"===f.val()?(s=e("<span>").addClass(n.settings.classSeparator)).appendTo(b):f.is(":disabled")||r?(s=e("<span>",{text:h}).addClass(n.settings.classDisabled),a&&s.addClass(n.settings.classSub),s.appendTo(b)):(s=e("<a>",{href:"#"+f.val(),rel:f.val(),text:h,class:"filter",click:function(t){t.preventDefault();var s=n.sbToggle;s.attr("id").split("_")[1],c._closeSelectbox(l),c._changeSelectbox(l,e(this).attr("rel"),p),s.focus()}}),f.is(":selected")&&s.addClass("active"),a&&s.addClass(n.settings.classSub),s.appendTo(b)),(d=f.data("custom-option-prepend"))&&s.prepend(d),b.addClass(f.attr("class")),b.appendTo(n.sbOptions)})},_fillList:function(t,s,n){var o=this,l=e(t),a=(l.find("optgroup"),l.find("option")),r=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,r,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,r,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?e.selectbox["_"+t+"Selectbox"].apply(e.selectbox,[this[0]].concat(s)):"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

@@ -0,0 +1 @@
.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,.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:.5;z-index:-1}html.theme-dark .backdrop-1tKdKmN_{background-color:#0c0e15}

View File

@@ -0,0 +1 @@
.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,.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:.5;z-index:-1}html.theme-dark .backdrop-1tKdKmN_{background-color:#0c0e15}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.loader-3Pj8ExOX{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 .35s ease}.loader-3Pj8ExOX:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-3Pj8ExOX .item-2n55_7om{margin-right:2px;margin-left:2px;display:inline-block;vertical-align:middle;width:10px;height:10px;opacity:1;border-radius:100%;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);animation:tv-button-loader-SKpJjjYw .96s infinite ease-in-out both}.loader-3Pj8ExOX .item-2n55_7om:nth-child(2){transition-delay:.11666667s;animation-delay:.151s}.loader-3Pj8ExOX .item-2n55_7om:nth-child(3){transition-delay:.23333333s;animation-delay:.32s}.loader-3Pj8ExOX .item-2n55_7om.black-eFIQWyf4{background-color:#757575}.loader-3Pj8ExOX .item-2n55_7om.white-2Ma0ajvT{background-color:#fff}.loader-3Pj8ExOX .item-2n55_7om.gray-24fvVR0S{background-color:#8797a5}.loader-3Pj8ExOX.loader-initial{opacity:.1}.loader-3Pj8ExOX.loader-initial .item-2n55_7om{animation:none;transform:translateY(12px) scale(.6)}.loader-3Pj8ExOX.loader-appear{opacity:1;transition:opacity .7s ease}.loader-3Pj8ExOX.loader-appear .item-2n55_7om{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-SKpJjjYw{0%,to{transform:scale(.6)}50%{transform:scale(.9)}}

View File

@@ -0,0 +1 @@
.loader-3Pj8ExOX{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 .35s ease}.loader-3Pj8ExOX:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-3Pj8ExOX .item-2n55_7om{margin-left:2px;margin-right:2px;display:inline-block;vertical-align:middle;width:10px;height:10px;opacity:1;border-radius:100%;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);animation:tv-button-loader-SKpJjjYw .96s infinite ease-in-out both}.loader-3Pj8ExOX .item-2n55_7om:nth-child(2){transition-delay:.11666667s;animation-delay:.151s}.loader-3Pj8ExOX .item-2n55_7om:nth-child(3){transition-delay:.23333333s;animation-delay:.32s}.loader-3Pj8ExOX .item-2n55_7om.black-eFIQWyf4{background-color:#757575}.loader-3Pj8ExOX .item-2n55_7om.white-2Ma0ajvT{background-color:#fff}.loader-3Pj8ExOX .item-2n55_7om.gray-24fvVR0S{background-color:#8797a5}.loader-3Pj8ExOX.loader-initial{opacity:.1}.loader-3Pj8ExOX.loader-initial .item-2n55_7om{animation:none;transform:translateY(12px) scale(.6)}.loader-3Pj8ExOX.loader-appear{opacity:1;transition:opacity .7s ease}.loader-3Pj8ExOX.loader-appear .item-2n55_7om{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-SKpJjjYw{0%,to{transform:scale(.6)}50%{transform:scale(.9)}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
.dialog-34XTwGTT-{position:fixed;min-width:280px;width:100%;max-width:380px}.dialog-34XTwGTT- [data-dragg-area]{cursor:url(grab.bc156522a6b55a60be9fae15c14b66c5.cur),move;cursor:grab}.dialog-34XTwGTT- [data-dragg-area].dragging-33JfMDO6-{cursor:url(grabbing.1c0862a8a8c0fb02885557bc97fdafe7.cur),move;cursor:grabbing}

View File

@@ -1 +0,0 @@
.dialog-34XTwGTT-{position:fixed;min-width:280px;width:100%;max-width:380px}.dialog-34XTwGTT- [data-dragg-area]{cursor:url(grab.bc156522a6b55a60be9fae15c14b66c5.cur),move;cursor:grab}.dialog-34XTwGTT- [data-dragg-area].dragging-33JfMDO6-{cursor:url(grabbing.1c0862a8a8c0fb02885557bc97fdafe7.cur),move;cursor:grabbing}

View File

@@ -0,0 +1,8 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{"+ByK":function(e,t,n){e.exports={itemWrap:"itemWrap-3qF9ynvx",item:"item-112BZuXZ",icon:"icon-2y6cSg4c",selected:"selected-3tUrY97Z",label:"label-1uw3rZaL"}},"1Kfe":function(e,t,n){e.exports={container:"container-3jqXx6VY",sectionTitle:"sectionTitle-14f4vHhw",separator:"separator-37206dUD",customButton:"customButton-1OVL2GM7"}},"4bOu":function(e,t,n){e.exports={colorPickerWrap:"colorPickerWrap-3CKoS76B",focused:"focused-1eNVgMcK",readonly:"readonly-3WKrZDDZ",disabled:"disabled-3JLIZoXG","size-medium":"size-medium-vQ4tJKsY","size-large":"size-large-36sdciXs","font-size-medium":"font-size-medium-2FxxjPlX","font-size-large":"font-size-large-272pPq9L","border-none":"border-none-IfU-lwor",shadow:"shadow-2guXPu-j","border-thin":"border-thin-1PBFvGUv","border-thick":"border-thick-sfRUs3z9","intent-default":"intent-default-24Iojkmz","intent-success":"intent-success-2MeIS_Pu","intent-warning":"intent-warning-28gYd2KQ","intent-danger":"intent-danger-1bAU5SPR","intent-primary":"intent-primary-dbxJRTNV","corner-top-left":"corner-top-left-1YL_woIU","corner-top-right":"corner-top-right-2ch4nt0D","corner-bottom-right":"corner-bottom-right-yxUtJRuR","corner-bottom-left":"corner-bottom-left-RaqUovla",colorPicker:"colorPicker-3Y3x2ZTE",swatch:"swatch-1HdO4thS",placeholderContainer:"placeholderContainer-162UtvCf",placeholder:"placeholder-1EJtBXNo",white:"white-1wi9uYIx",opacitySwatch:"opacitySwatch-JY_FJG0h",colorLine:"colorLine-2ayGuwQX",thicknessContainer:"thicknessContainer-b-mOHnpg",thicknessTitle:"thicknessTitle-3PQDSIFb"}},"7MId":function(e,t,n){"use strict";function o(e){var t,n,o,r,a,i,c,s,l,u,p,d,h,m="Invalid RGB color: "+e;if(null===e)throw new Error(m);if(null===(t=e.match(/^#?([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})$/i)))throw new Error(m);if(n=t[1],o=t[2],r=t[3],!n||!o||!r)throw new Error(m);if(a=parseInt(n,16)/255,i=parseInt(o,16)/255,c=parseInt(r,16)/255,d=s=Math.max(a,i,c),h=s-(l=Math.min(a,i,c)),p=0===s?0:h/s,s===l)u=0;else{switch(s){case a:u=(i-c)/h+(i<c?6:0);break;case i:u=(c-a)/h+2;break;case c:u=(a-i)/h+4;break;default:u=0}u/=6}return{h:u,s:p,v:d}}function r(e){function t(){e.disabled||(h(function(e){return!e}),u(!1))}function n(e){switch(Object(K.hashFromEvent)(e)){case 27:d&&(e.preventDefault(),o())}}function o(){t(),Object(F.ensureNotNull)(_.current).focus()}var r=e.button,a=e.children,i=e.className,c=Object(H.__rest)(e,["button","children","className"]),s=Object(B.useState)(!1),l=s[0],u=s[1],p=Object(B.useState)(!1),d=p[0],h=p[1],m=Object(Z.a)(),f=m[0],v=m[1],_=Object(B.useRef)(null);return R.a.createElement("div",{className:i},R.a.createElement("div",{tabIndex:e.disabled?void 0:-1,ref:_,onClick:t,onFocus:v.onFocus,onBlur:v.onBlur,onKeyDown:n},"function"==typeof r?r(d,f):r),R.a.createElement(Q.a,{isOpened:d,onClose:o,position:function(){var e=Object(F.ensureNotNull)(_.current).getBoundingClientRect();return{x:e.left,y:e.top+e.height}},doNotCloseOn:_.current,onKeyDown:n},R.a.createElement(L,Object(H.__assign)({},c,{onToggleCustom:u})),!l&&a))}
function a(){var e,t,n,o=Object(B.useState)(Object(D.getJSON)("pickerCustomColors",[])),r=o[0],a=o[1];return t="add_new_custom_color",n=function(e){return a(i(e,r))},Object(B.useEffect)(function(){return U.subscribe(t,n,null),function(){U.unsubscribe(t,n,null)}},[t,n]),e=Object(B.useCallback)(function(e){var t=e?Object(V.parseRgb)(e):null,n=r.some(function(e){return null!==e&&null!==t&&Object(V.areEqualRgb)(Object(V.parseRgb)(e),t)});n||(U.emit("add_new_custom_color",e),Object(D.setJSON)("pickerCustomColors",i(e,r)))},[r]),[r,e]}function i(e,t){var n=t.slice();return n.push(e),n.length>29&&n.shift(),n}function c(e){var t=e.name,n=e.values,o=e.selectedValues,r=e.onChange,a=n.map(function(e,t){return B.createElement(A,{key:t,value:e.toString()})}),i=o.map(function(e){return e.toString()}),c=function(e){r(parseInt(e))};return B.createElement("div",{className:z.wrap},B.createElement(W.SwitchGroup,{name:t,onChange:c,values:i},a))}function s(e){return R.a.createElement("div",{className:Y.thicknessContainer},R.a.createElement("div",{className:Y.thicknessTitle},G),R.a.createElement(c,{name:"color_picker_thickness_select",onChange:e.onChange,values:e.items,selectedValues:[e.value]}))}function l(e){var t=e.className,n=e.selectOpacity,o=void 0===n?void 0!==e.opacity:n,i=e.thickness,c=e.color,l=e.disabled,d=e.opacity,h=void 0===d?1:d,m=e.onColorChange,f=e.onOpacityChange,v=e.onThicknessChange,_=e.thicknessItems,g=a(),b=g[0],C=g[1];return R.a.createElement(r,{className:t,disabled:l,color:c,selectOpacity:o,opacity:h,selectCustom:!0,customColors:b,onColorChange:m,onOpacityChange:c?f:void 0,onAddColor:C,button:function(e,t){var n,o,r=e||t,a=r?"primary":"default";return R.a.createElement("div",{className:q()(X.colorPickerWrap,X["intent-"+a],X["border-thin"],X["size-medium"],r&&X.highlight,r&&X.focused,l&&X.disabled),"data-role":"button","data-name":i?"color-with-thickness-select":"color-select"},R.a.createElement("div",{className:q()(X.colorPicker,l&&X.disabled)},c?(n=u(c,h),o=h>=.95&&p(c),R.a.createElement("div",{className:X.opacitySwatch},R.a.createElement("div",{style:{backgroundColor:n},className:q()(X.swatch,o&&X.white)}))):R.a.createElement("div",{className:X.placeholderContainer},R.a.createElement("div",{className:X.placeholder})),i&&R.a.createElement("span",{className:q()(X.colorLine,p(c)&&X.white),style:{height:i,backgroundColor:u(c,h)}})),r&&R.a.createElement("span",{className:X.shadow}))}},i&&_&&R.a.createElement(s,{value:i,items:_,onChange:function(e){v&&v(e)}}))}function u(e,t){return e?Object(M.generateColor)(e,Object(M.alphaToTransparency)(t)):"#000000"}function p(e){return!!e&&e.toLowerCase()===ee}var d,h,m,f,v,_,g,b,C,y,w,E,S,N,O,k,j,P,I,T,x,L,D,U,M,W,z,A,Y,G,X,B=n("q1tI"),R=n.n(B),J=n("TSYQ"),q=n.n(J),H=n("mrSG"),F=n("Eyy1"),K=n("/3z9"),Q=n("9dlw"),Z=n("Oi2w"),V=(n("YFKU"),n("eJTA")),$=n("6Kf3"),ee=$.a["color-white"],te=["ripe-red","tan-orange","banana-yellow","iguana-green","minty-green","sky-blue","tv-blue","deep-blue","grapes-purple","berry-pink"],ne=[200,300,400,500,600,700,800,900],oe=ne.map(function(e){
return"color-cold-gray-"+e});oe.unshift("color-white"),oe.push("color-black"),te.forEach(function(e){oe.push("color-"+e+"-500")}),d=oe.map(function(e){return $.a[e]}),h=[],[100,200,300,400,700,900].forEach(function(e){te.forEach(function(t){h.push("color-"+t+"-"+e)})}),m=h.map(function(e){return $.a[e]}),f=n("DXuF"),v=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._onClick=function(){var e=t.props,n=e.color;(0,e.onSelect)(n)},t}return Object(H.__extends)(t,e),t.prototype.render=function(){var e=this.props,t=e.color,n=e.selected;return B.createElement("div",{style:t?{color:t}:void 0,className:J(f.swatch,n&&f.selected,!t&&f.empty,String(t).toLowerCase()===ee&&f.white),onClick:this._onClick})},t}(B.PureComponent),_=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._onSelect=function(e){var n=t.props.onSelect;n&&n(e)},t}return Object(H.__extends)(t,e),t.prototype.render=function(){var e,t=this,n=this.props,o=n.colors,r=n.color,a=n.children;return o?(e=r?Object(V.parseRgb)(String(r)):void 0,B.createElement("div",{className:f.swatches},o.map(function(n,o){return B.createElement(v,{key:String(n)+o,color:n,selected:e&&Object(V.areEqualRgb)(e,Object(V.parseRgb)(String(n))),onSelect:t._onSelect})}),a)):null},t}(B.PureComponent),g=n("U1eG"),b=n("vWed"),C=n("PoSe"),y=n.n(C),w=n("lY1a"),E=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._container=null,t._refContainer=function(e){t._container=e},t._handlePosition=function(e){var n,o,r,a,i,c=t.props,s=c.hsv.h,l=c.onChange;l&&(n=Object(F.ensureNotNull)(t._container).getBoundingClientRect(),o=e.clientX-n.left,r=e.clientY-n.top,(a=o/n.width)<0?a=0:a>1&&(a=1),(i=1-r/n.height)<0?i=0:i>1&&(i=1),l({h:s,s:a,v:i}))},t._mouseDown=function(e){window.addEventListener("mouseup",t._mouseUp),window.addEventListener("mousemove",t._mouseMove)},t._mouseUp=function(e){window.removeEventListener("mousemove",t._mouseMove),window.removeEventListener("mouseup",t._mouseUp),t._handlePosition(e)},t._mouseMove=y()(t._handlePosition,100),t._handleTouch=function(e){t._handlePosition(e.nativeEvent.touches[0])},t}return Object(H.__extends)(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.hsv,o=n.h,r=n.s,a=n.v,i="hsl("+360*o+", 100%, 50%)";return B.createElement("div",{className:q()(w.saturation,t),style:{backgroundColor:i},ref:this._refContainer,onMouseDown:this._mouseDown,onTouchStart:this._handleTouch,onTouchMove:this._handleTouch},B.createElement("div",{className:w.pointer,style:{left:100*r+"%",top:100*(1-a)+"%"}}))},t}(B.PureComponent),S=n("jpE+"),N=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._container=null,t._refContainer=function(e){t._container=e},t._handlePosition=function(e){var n,o,r,a=t.props,i=a.hsv,c=i.s,s=i.v,l=a.onChange;l&&(n=Object(F.ensureNotNull)(t._container).getBoundingClientRect(),(o=e.clientY-n.top)>=n.top&&(o=n.top-1),(r=o/n.height)<0?r=0:r>1&&(r=1),l({h:r,s:c,v:s}))},t._mouseDown=function(e){window.addEventListener("mouseup",t._mouseUp),
window.addEventListener("mousemove",t._mouseMove)},t._mouseUp=function(e){window.removeEventListener("mousemove",t._mouseMove),window.removeEventListener("mouseup",t._mouseUp),t._handlePosition(e)},t._mouseMove=y()(t._handlePosition,100),t._handleTouch=function(e){t._handlePosition(e.nativeEvent.touches[0])},t}return Object(H.__extends)(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.hsv.h;return B.createElement("div",{className:q()(S.hue,t)},B.createElement("div",{className:S.pointerContainer,ref:this._refContainer,onMouseDown:this._mouseDown,onTouchStart:this._handleTouch,onTouchMove:this._handleTouch},B.createElement("div",{className:S.pointer,style:{top:100*n+"%"}})))},t}(B.PureComponent),O=n("uJfL"),k="#000000",j=window.t("Add",{context:"Color Picker"}),P=function(e){function t(t){var n,r=e.call(this,t)||this;return r._handleHSV=function(e){var t=function(e){var t,n,o,r=e.h,a=e.s,i=e.v,c=Math.floor(6*r),s=6*r-c,l=i*(1-a),u=i*(1-s*a),p=i*(1-(1-s)*a);switch(c%6){case 0:t=i,n=p,o=l;break;case 1:t=u,n=i,o=l;break;case 2:t=l,n=i,o=p;break;case 3:t=l,n=u,o=i;break;case 4:t=p,n=l,o=i;break;case 5:t=i,n=l,o=u;break;default:t=0,n=0,o=0}return"#"+[255*t,255*n,255*o].map(function(e){return("0"+Math.round(e).toString(16)).replace(/.+?([a-f0-9]{2})$/i,"$1")}).join("")}(e)||k;r.setState({color:t,inputColor:t.replace(/^#/,""),hsv:e}),r.props.onSelect(t)},r._handleInput=function(e){var t,n,a=e.currentTarget.value;try{t=o(a),n="#"+a,r.setState({color:n,inputColor:a,hsv:t}),r.props.onSelect(n)}catch(e){r.setState({inputColor:a})}},r._handleAddColor=function(){return r.props.onAdd(r.state.color)},n=t.color||k,r.state={color:n,inputColor:n.replace(/^#/,""),hsv:o(n)},r}return Object(H.__extends)(t,e),t.prototype.render=function(){var e=this.state,t=e.color,n=e.hsv,o=e.inputColor;return B.createElement("div",{className:O.container},B.createElement("div",{className:O.form},B.createElement("div",{className:O.swatch,style:{backgroundColor:t}}),B.createElement("div",{className:O.inputWrap},B.createElement("span",{className:O.inputHash},"#"),B.createElement("input",{type:"text",className:O.input,value:o,onChange:this._handleInput})),B.createElement("div",{className:O.buttonWrap},B.createElement(b.Button,{size:"s",onClick:this._handleAddColor},j))),B.createElement("div",{className:O.hueSaturationWrap},B.createElement(E,{className:O.saturation,hsv:n,onChange:this._handleHSV}),B.createElement(N,{className:O.hue,hsv:n,onChange:this._handleHSV})))},t}(B.PureComponent),I=n("1Kfe"),T=window.t("Add Custom Color",{context:"Color Picker"}),x=window.t("Opacity",{context:"Color Picker"}),L=function(e){function t(t){var n=e.call(this,t)||this;return n._handleAddColor=function(e){n.setState({isCustom:!1}),n._onToggleCustom(!1);var t=n.props.onAddColor;t&&t(e)},n._handleSelectColor=function(e){var t=n.props.onColorChange;t&&t(e)},n._handleCustomClick=function(){n.setState({isCustom:!0}),n._onToggleCustom(!0)},n._handleOpacity=function(e){var t=n.props.onOpacityChange;t&&t(e)},n.state={isCustom:!1},n}return Object(H.__extends)(t,e),
t.prototype.render=function(){var e=this.props,t=e.color,n=e.opacity,o=e.selectCustom,r=e.selectOpacity,a=e.customColors,i=this.state.isCustom,c="number"==typeof n?n:1;return i?B.createElement(P,{color:t,onSelect:this._handleSelectColor,onAdd:this._handleAddColor}):B.createElement("div",{className:I.container},B.createElement(_,{colors:d,color:t,onSelect:this._handleSelectColor}),B.createElement(_,{colors:m,color:t,onSelect:this._handleSelectColor}),B.createElement("div",{className:I.separator}),B.createElement(_,{colors:a,color:t,onSelect:this._handleSelectColor},o&&B.createElement("div",{className:q()(I.customButton,"apply-common-tooltip"),onClick:this._handleCustomClick,title:T})),r&&B.createElement(B.Fragment,null,B.createElement("div",{className:I.sectionTitle},x),B.createElement(g.a,{color:t,opacity:c,onChange:this._handleOpacity})))},t.prototype._onToggleCustom=function(e){var t=this.props.onToggleCustom;t&&t(e)},t}(B.PureComponent),D=n("Vdly"),U=n("FQhm"),M=n("Tmoa"),W=n("0Mig"),z=n("95N5"),A=Object(W.makeSwitchGroupItem)(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 Object(H.__extends)(t,e),t.prototype.render=function(){var e,t,n=this.props,o=n.name,r=n.checked,a=n.value,i=J(z.thicknessItem,((e={})[z.checked]=r,e)),c=J(z.bar,((t={})[z.checked]=r,t)),s={borderTopWidth:parseInt(a)};return B.createElement("div",{className:i},B.createElement("input",{type:"radio",className:z.radio,name:o,value:a,onChange:this._onChange,checked:r}),B.createElement("div",{className:c,style:s}," "))},t}(B.PureComponent)),Y=n("85uA"),G=window.t("Thickness"),X=n("4bOu"),n.d(t,"a",function(){return l})},"85uA":function(e,t,n){e.exports={thicknessContainer:"thicknessContainer-1lrdH7bz",thicknessTitle:"thicknessTitle-2nZV_6CD"}},"95N5":function(e,t,n){e.exports={wrap:"wrap-3KIz6IQG",thicknessItem:"thicknessItem-1D40arGe",checked:"checked-pDy7EtmX",radio:"radio-mk150mXO",bar:"bar-3l4jwcsX"}},CHgb:function(e,t,n){"use strict";function o(e){var t=e.menuItemClassName,n=Object(i.__rest)(e,["menuItemClassName"]);return s.a.createElement(p.a,Object(i.__assign)({},n,{menuItemClassName:u()(t,h.itemWrap)}))}function r(e){return s.a.createElement("div",{className:u()(h.item,h.selected)},s.a.createElement(d.a,{className:h.icon,icon:e.icon}))}function a(e){return s.a.createElement("div",{className:h.item},s.a.createElement(d.a,{className:u()(h.icon,e.iconClassName),icon:e.icon}),s.a.createElement("div",{className:h.label},e.label))}var i,c,s,l,u,p,d,h;n.d(t,"c",function(){return o}),n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a}),i=n("mrSG"),c=n("q1tI"),s=n.n(c),l=n("TSYQ"),u=n.n(l),p=n("H172"),d=n("jjrI"),h=n("+ByK")},DXuF:function(e,t,n){e.exports={swatches:"swatches-2NO2y7Xs",swatch:"swatch-CMyFZXry",empty:"empty-1lteEy1B",white:"white-RBcZELAh",selected:"selected-3mQR-gqr"}},J4oI:function(e,t,n){e.exports={lineStyleSelect:"lineStyleSelect-1s1ap44b"}},KacW:function(e,t,n){"use strict";var o,r,a,i,c,s,l,u,p,d,h,m,f
;n.d(t,"a",function(){return f}),o=n("mrSG"),n("YFKU"),r=n("q1tI"),a=n.n(r),i=n("TSYQ"),c=n.n(i),s=n("8Uy/"),l=n("CHgb"),u=n("bQEj"),p=n("UXdH"),d=n("ZSM+"),h=n("J4oI"),m=[{type:s.LINESTYLE_SOLID,icon:u,label:window.t("Line")},{type:s.LINESTYLE_DASHED,icon:p,label:window.t("Dashed Line")},{type:s.LINESTYLE_DOTTED,icon:d,label:window.t("Dotted Line")}],f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.render=function(){var e,t,n=this.props,r=n.lineStyle,i=n.className,s=n.lineStyleChange,u=n.disabled,p=n.additionalItems,d=n.allowedLineStyles,f=(e=d,t=Object(o.__spreadArrays)(m),void 0!==e&&(t=t.filter(function(t){return e.includes(t.type)})),t.map(function(e){return{value:e.type,selectedContent:a.a.createElement(l.a,{icon:e.icon}),content:a.a.createElement(l.b,{icon:e.icon,label:e.label})}}));return p&&(f=Object(o.__spreadArrays)([{readonly:!0,content:p}],f)),a.a.createElement(l.c,{disabled:u,className:c()(h.lineStyleSelect,i),hideArrowButton:!0,items:f,value:r,onChange:s,"data-name":"line-style-select"})},t}(a.a.PureComponent)},Oqo1:function(e,t,n){e.exports={opacity:"opacity-2aYjtVUz",opacitySlider:"opacitySlider-2S5vLqQZ",opacitySliderGradient:"opacitySliderGradient-1uUWtQAG",pointer:"pointer-3pBhp8nL",dragged:"dragged-1FWLoCMd",opacityPointerWrap:"opacityPointerWrap-133eLPOE",opacityInputWrap:"opacityInputWrap-1okRhpq9",opacityInput:"opacityInput-1A9bqplo",opacityInputPercent:"opacityInputPercent-n0mDvs0P"}},U1eG:function(e,t,n){"use strict";var o,r,a,i,c,s,l;n.d(t,"a",function(){return l}),o=n("mrSG"),r=n("q1tI"),a=n("TSYQ"),i=n("Eyy1"),c=n("Hr11"),s=n("Oqo1"),l=function(e){function t(t){var n=e.call(this,t)||this;return n._container=null,n._pointer=null,n._raf=null,n._refContainer=function(e){n._container=e},n._refPointer=function(e){n._pointer=e},n._handlePosition=function(e){null===n._raf&&(n._raf=requestAnimationFrame(function(){var t=Object(i.ensureNotNull)(n._container),o=Object(i.ensureNotNull)(n._pointer),r=t.getBoundingClientRect(),a=o.offsetWidth,s=e.clientX-a/2-r.left,l=Object(c.clamp)(s/(r.width-a),0,1);n.setState({inputOpacity:Math.round(100*l).toString()}),n.props.onChange(l),n._raf=null}))},n._onSliderClick=function(e){n._handlePosition(e.nativeEvent),n._dragSubscribe()},n._mouseUp=function(e){n.setState({isPointerDragged:!1}),n._dragUnsubscribe(),n._handlePosition(e)},n._mouseMove=function(e){n.setState({isPointerDragged:!0}),n._handlePosition(e)},n._onTouchStart=function(e){n._handlePosition(e.nativeEvent.touches[0])},n._handleTouch=function(e){n.setState({isPointerDragged:!0}),n._handlePosition(e.nativeEvent.touches[0])},n._handleTouchEnd=function(){n.setState({isPointerDragged:!1})},n._handleInput=function(e){var t=e.currentTarget.value,o=Number(t)/100;n.setState({inputOpacity:t}),Number.isNaN(o)||o>1||n.props.onChange(o)},n.state={inputOpacity:Math.round(100*t.opacity).toString(),isPointerDragged:!1},n}return Object(o.__extends)(t,e),t.prototype.componentWillUnmount=function(){null!==this._raf&&(cancelAnimationFrame(this._raf),
this._raf=null),this._dragUnsubscribe()},t.prototype.render=function(){var e=this.props,t=e.color,n=e.opacity,o=e.hideInput,i=this.state,c=i.inputOpacity,l=i.isPointerDragged,u={color:t||void 0};return r.createElement("div",{className:s.opacity},r.createElement("div",{className:s.opacitySlider,style:u,ref:this._refContainer,onMouseDown:this._onSliderClick,onTouchStart:this._onTouchStart,onTouchMove:this._handleTouch,onTouchEnd:this._handleTouchEnd},r.createElement("div",{className:s.opacitySliderGradient,style:{backgroundImage:"linear-gradient(90deg, transparent, "+t+")"}}),r.createElement("div",{className:s.opacityPointerWrap},r.createElement("div",{className:a(s.pointer,l&&s.dragged),style:{left:100*n+"%"},ref:this._refPointer}))),!o&&r.createElement("div",{className:s.opacityInputWrap},r.createElement("input",{type:"text",className:s.opacityInput,value:c,onChange:this._handleInput}),r.createElement("span",{className:s.opacityInputPercent},"%")))},t.prototype._dragSubscribe=function(){var e=Object(i.ensureNotNull)(this._container).ownerDocument;e&&(e.addEventListener("mouseup",this._mouseUp),e.addEventListener("mousemove",this._mouseMove))},t.prototype._dragUnsubscribe=function(){var e=Object(i.ensureNotNull)(this._container).ownerDocument;e&&(e.removeEventListener("mousemove",this._mouseMove),e.removeEventListener("mouseup",this._mouseUp))},t}(r.PureComponent)},UXdH:function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M4 13h5v1H4v-1zM12 13h5v1h-5v-1zM20 13h5v1h-5v-1z"/></svg>'},UXjO:function(e,t,n){"use strict";function o(e){var t,n=e.fontSize,o=e.fontSizes,a=void 0===o?[]:o,c=e.className,d=e.disabled,h=e.fontSizeChange;return i.a.createElement(l.a,Object(r.__assign)({disabled:d,className:s()(c,p.defaultSelect),menuClassName:p.defaultSelect,items:(t=a,t.map(function(e){return{value:e.value,content:e.title}})),value:n,onChange:h},Object(u.a)(e)))}var r,a,i,c,s,l,u,p;n.d(t,"a",function(){return o}),r=n("mrSG"),a=n("q1tI"),i=n.n(a),c=n("TSYQ"),s=n.n(c),l=n("H172"),u=n("QpNh"),p=n("z1Uu")},"ZSM+":function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor"><circle cx="9" cy="14" r="1"/><circle cx="4" cy="14" r="1"/><circle cx="14" cy="14" r="1"/><circle cx="19" cy="14" r="1"/><circle cx="24" cy="14" r="1"/></svg>'},bQEj:function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path stroke="currentColor" d="M4 13.5h20"/></svg>'},"jpE+":function(e,t,n){e.exports={hue:"hue-2mlXxlkM",pointer:"pointer-3fNcCimp",pointerContainer:"pointerContainer-1T_sOwrr"}},lY1a:function(e,t,n){e.exports={saturation:"saturation-2SLmW8C-",pointer:"pointer-2fX2g8ap"}},uJfL:function(e,t,n){e.exports={container:"container-1-OmVBa-",form:"form-1PwJY7C7",swatch:"swatch-1yekatxU",inputWrap:"inputWrap-11zHN5-G",inputHash:"inputHash-2IZ-P-A4",input:"input-35LrVJJj",buttonWrap:"buttonWrap-37bmOXG9",hueSaturationWrap:"hueSaturationWrap-2qtz1WJa",saturation:"saturation-3duvfnxs",hue:"hue-31zIOKyJ"}},
z1Uu:function(e,t,n){e.exports={defaultSelect:"defaultSelect-2RDyqwu4"}}}]);

View File

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

View File

@@ -1,17 +1,17 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["moment"],{"0tRk":function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"poucos segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº"})}(n("wd/R"))},"8mBD":function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n("wd/R"))},B55N:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",LTS:"Ah時m分s秒",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah時m分",LLLL:"YYYY年M月D日Ah時m分 dddd"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})
(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{"0tRk":function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"poucos segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº"})}(n("wd/R"))},"8mBD":function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n("wd/R"))},B55N:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",LTS:"Ah時m分s秒",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah時m分",LLLL:"YYYY年M月D日Ah時m分 dddd"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})
}(n("wd/R"))},DoHr:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal:function(e){if(0===e)return e+"'ıncı";var n=e%10,i=e%100-n,a=e>=100?100:null;return e+(t[n]||t[i]||t[a])},week:{dow:1,doy:7}})}(n("wd/R"))},"Ivi+":function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 m분",LTS:"A h시 m분 s초",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h시 m분",LLLL:"YYYY년 MMMM D일 dddd A h시 m분"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇초",ss:"%d초",m:"일분",mm:"%d분",h:"한시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한달",MM:"%d달",y:"일년",yy:"%d년"},ordinalParse:/\d{1,2}일/,ordinal:"%d일",meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n("wd/R"))},Oaa7:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",
MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}})}(n("wd/R"))},bpih:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"D_L_Ma_Me_G_V_S".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n("wd/R"))},iYuL:function(e,t,n){!function(e){"use strict";var t="Ene._Feb._Mar._Abr._May._Jun._Jul._Ago._Sep._Oct._Nov._Dic.".split("_"),n="Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic".split("_");e.defineLocale("es",{months:"Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre".split("_"),monthsShort:function(e,i){return/-MMM-/.test(i)?n[e.month()]:t[e.month()]},weekdays:"Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mié._Jue._Vie._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n("wd/R"))},jVdC:function(e,t,n){!function(e){"use strict";function t(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function n(e,n,i){var a=e+" ";switch(i){case"m":return n?"minuta":"minutę";case"mm":return a+(t(e)?"minuty":"minut");case"h":return n?"godzina":"godzinę";case"hh":return a+(t(e)?"godziny":"godzin");case"MM":
return a+(t(e)?"miesiące":"miesięcy");case"yy":return a+(t(e)?"lata":"lat")}}var i="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),a="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");e.defineLocale("pl",{months:function(e,t){return""===t?"("+a[e.month()]+"|"+i[e.month()]+")":/D MMMM/.test(t)?a[e.month()]:i[e.month()]},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"nie_pon_wt_śr_czw_pt_sb".split("_"),weekdaysMin:"N_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:n,mm:n,h:n,hh:n,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:n,y:"rok",yy:n},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n("wd/R"))},lXzo:function(e,t,n){!function(e){"use strict";function t(e,t,n){var i,a,s={mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:асасаасов",dd:ень_дня_дней",MM:есяц_месяцаесяцев",yy:"год_годает"};return"m"===n?t?"минута":"минуту":e+" "+(i=+e,a=s[n].split("_"),i%10==1&&i%100!=11?a[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?a[1]:a[2])}e.defineLocale("ru",{months:function(e,t){var n={nominative:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),accusative:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_")},i=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return n[i][e.month()]},monthsShort:function(e,t){var n={nominative:"янв_фев_март_апрай_июнь_июль_авг_сен_окт_ноя_дек".split("_"),accusative:"янв_фев_мар_апрая_июня_июля_авг_сен_окт_ноя_дек".split("_")},i=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return n[i][e.month()]},weekdays:function(e,t){var n={nominative:оскресенье_понедельник_вторник_средаетверг_пятница_суббота".split("_"),accusative:оскресенье_понедельник_вторник_средуетверг_пятницу_субботу".split("_")},i=/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/.test(t)?"accusative":"nominative";return n[i][e.day()]},weekdaysShort:с_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:с_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[й|я]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",
nextWeek:function(){return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT"},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:t,mm:t,h:"час",hh:t,d:"день",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},ordinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:7}})}(n("wd/R"))},ldgD:function(e,t,n){"use strict";n("YFKU"),n("HbRj");var i=n("wd/R");window.language&&(i.locale(window.language,{months:[window.t("January"),window.t("February"),window.t("March"),window.t("April"),window.t("May"),window.t("June"),window.t("July"),window.t("August"),window.t("September"),window.t("October"),window.t("November"),window.t("December")],monthsShort:[window.t("Jan"),window.t("Feb"),window.t("Mar"),window.t("Apr"),window.t("May"),window.t("Jun"),window.t("Jul"),window.t("Aug"),window.t("Sep"),window.t("Oct"),window.t("Nov"),window.t("Dec")],weekdays:[window.t("Sunday"),window.t("Monday"),window.t("Tuesday"),window.t("Wednesday"),window.t("Thursday"),window.t("Friday"),window.t("Saturday")],weekdaysShort:[window.t("Sun"),window.t("Mon"),window.t("Tue"),window.t("Wed"),window.t("Thu"),window.t("Fri"),window.t("Sat")],weekdaysMin:[window.t("Su",{context:"day_of_week"}),window.t("Mo",{context:"day_of_week"}),window.t("Tu",{context:"day_of_week"}),window.t("We",{context:"day_of_week"}),window.t("Th",{context:"day_of_week"}),window.t("Fr",{context:"day_of_week"}),window.t("Sa",{context:"day_of_week"})],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MMM D",l:"M/D/YYYY",LL:"MMM D, YYYY",ll:"MMM D LT",LLL:"LT - LL",lll:"MMM D, YYYY LT",LLLL:"ddd D MMMM YYYY LT",llll:"ddd D MMM YYYY LT"},calendar:{sameDay:window.t("{specialSymbolOpen}Today at{specialSymbolClose} {dayTime}").format({specialSymbolOpen:"[",specialSymbolClose:"]",dayTime:"LT"}),nextDay:window.t("{specialSymbolOpen}Tomorrow at{specialSymbolClose} {dayTime}").format({specialSymbolOpen:"[",specialSymbolClose:"]",dayTime:"LT"}),nextWeek:window.t("{dayName} {specialSymbolOpen}at{specialSymbolClose} {dayTime}").format({specialSymbolOpen:"[",specialSymbolClose:"]",dayTime:"LT",dayName:"dddd"}),lastDay:window.t("{specialSymbolOpen}Yesterday at{specialSymbolClose} {dayTime}").format({specialSymbolOpen:"[",specialSymbolClose:"]",dayTime:"LT"}),lastWeek:window.t("{specialSymbolOpen}Last{specialSymbolClose} {dayName} {specialSymbolOpen}at{specialSymbolClose} {dayTime}").format({specialSymbolOpen:"[",specialSymbolClose:"]",dayTime:"LT",dayName:"dddd"}),sameElse:"L"},relativeTime:{future:function(e){
return e===window.t("just now")?e:window.t("in %s",{context:"time_range"}).replace("%s",e)},past:function(e){return e===window.t("just now")?e:window.t("%s ago",{context:"time_range"}).replace("%s",e)},s:window.t("just now"),m:function(e){return window.t("%d minute",{plural:"%d minutes",count:e}).replace("%d",e)},mm:function(e){return window.t("%d minute",{plural:"%d minutes",count:e}).replace("%d",e)},h:window.t("an hour"),hh:function(e){return window.t("%d hour",{plural:"%d hours",count:e}).replace("%d",e)},d:window.t("a day"),dd:function(e){return window.t("%d day",{plural:"%d days",count:e}).replace("%d",e)},M:window.t("a month"),MM:function(e){return window.t("%d month",{plural:"%d months",count:e}).replace("%d",e)},y:window.t("a year"),yy:function(e){return window.t("%d year",{plural:"%d years",count:e}).replace("%d",e)}},week:{dow:1,doy:4}}),i.locale(window.language)),e.exports=i},"wd/R":function(e,t,n){(function(e){e.exports=function(){"use strict";function t(){return Pe.apply(null,arguments)}function i(e){return"[object Array]"===Object.prototype.toString.call(e)}function a(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function o(e,t){for(var n in t)s(t,n)&&(e[n]=t[n]);return s(t,"toString")&&(e.toString=t.toString),s(t,"valueOf")&&(e.valueOf=t.valueOf),e}function r(e,t,n,i){return ee(e,t,n,i,!0).utc()}function d(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}),e._pf}function u(e){if(null==e._isValid){var t=d(e);e._isValid=!(isNaN(e._d.getTime())||!(t.overflow<0)||t.empty||t.invalidMonth||t.invalidWeekday||t.nullInput||t.invalidFormat||t.userInvalidated),e._strict&&(e._isValid=e._isValid&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour)}return e._isValid}function l(e){var t=r(NaN);return null!=e?o(d(t),e):d(t).userInvalidated=!0,t}function _(e,t){var n,i,a;if(void 0!==t._isAMomentObject&&(e._isAMomentObject=t._isAMomentObject),void 0!==t._i&&(e._i=t._i),void 0!==t._f&&(e._f=t._f),void 0!==t._l&&(e._l=t._l),void 0!==t._strict&&(e._strict=t._strict),void 0!==t._tzm&&(e._tzm=t._tzm),void 0!==t._isUTC&&(e._isUTC=t._isUTC),void 0!==t._offset&&(e._offset=t._offset),void 0!==t._pf&&(e._pf=d(t)),void 0!==t._locale&&(e._locale=t._locale),At.length>0)for(n in At)i=At[n],void 0!==(a=t[i])&&(e[i]=a);return e}function c(e){_(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),!1===Ut&&(Ut=!0,t.updateOffset(this),Ut=!1)}function m(e){return e instanceof c||null!=e&&null!=e._isAMomentObject}function h(e){return e<0?Math.ceil(e):Math.floor(e)}function f(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=h(t)),n}function y(e,t,n){var i,a=Math.min(e.length,t.length),s=Math.abs(e.length-t.length),o=0;for(i=0;i<a;i++)(n&&e[i]!==t[i]||!n&&f(e[i])!==f(t[i]))&&o++;return o+s}function M(){}function w(e){return e?e.toLowerCase().replace("_","-"):e}function p(t){var i=null
;if(!Gt[t]&&void 0!==e&&e&&e.exports)try{i=xe._abbr,n("qoI1")("./"+t),Y(i)}catch(e){}return Gt[t]}function Y(e,t){var n;return e&&(n=void 0===t?L(e):D(e,t))&&(xe=n),xe._abbr}function D(e,t){return null!==t?(t.abbr=e,Gt[e]=Gt[e]||new M,Gt[e].set(t),Y(e),Gt[e]):(delete Gt[e],null)}function L(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return xe;if(!i(e)){if(t=p(e))return t;e=[e]}return function(e){for(var t,n,i,a,s=0;s<e.length;){for(a=w(e[s]).split("-"),t=a.length,n=(n=w(e[s+1]))?n.split("-"):null;t>0;){if(i=p(a.slice(0,t).join("-")))return i;if(n&&n.length>=t&&y(a,n,!0)>=t-1)break;t--}s++}return null}(e)}function g(e,t){var n=e.toLowerCase();Jt[n]=Jt[n+"s"]=Jt[t]=e}function T(e){return"string"==typeof e?Jt[e]||Jt[e.toLowerCase()]:void 0}function S(e){var t,n,i={};for(n in e)s(e,n)&&(t=T(n))&&(i[t]=e[n]);return i}function v(e,n){return function(i){return null!=i?(b(this,e,i),t.updateOffset(this,n),this):k(this,e)}}function k(e,t){return e._d["get"+(e._isUTC?"UTC":"")+t]()}function b(e,t,n){return e._d["set"+(e._isUTC?"UTC":"")+t](n)}function O(e,t){var n;if("object"==typeof e)for(n in e)this.set(n,e[n]);else if("function"==typeof this[e=T(e)])return this[e](t);return this}function H(e,t,n){var i=""+Math.abs(e),a=t-i.length,s=e>=0;return(s?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+i}function W(e,t,n,i){var a=i;"string"==typeof i&&(a=function(){return this[i]()}),e&&(jt[e]=a),t&&(jt[t[0]]=function(){return H(a.apply(this,arguments),t[1],t[2])}),n&&(jt[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function F(e,t){return e.isValid()?(t=P(t,e.localeData()),It[t]=It[t]||function(e){var t,n,i,a=e.match(Nt);for(t=0,n=a.length;t<n;t++)jt[a[t]]?a[t]=jt[a[t]]:a[t]=(i=a[t]).match(/\[[\s\S]/)?i.replace(/^\[|\]$/g,""):i.replace(/\\/g,"");return function(i){var s="";for(t=0;t<n;t++)s+=a[t]instanceof Function?a[t].call(i,e):a[t];return s}}(t),It[t](e)):e.localeData().invalidDate()}function P(e,t){function n(e){return t.longDateFormat(e)||e}var i=5;for(Et.lastIndex=0;i>=0&&Et.test(e);)e=e.replace(Et,n),Et.lastIndex=0,i-=1;return e}function x(e,t,n){var i;sn[e]="function"==typeof(i=t)&&"[object Function]"===Object.prototype.toString.call(i)?t:function(e){return e&&n?n:t}}function z(e,t){return s(sn,e)?sn[e](t._strict,t._locale):new RegExp(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,n,i,a){return t||n||i||a}).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))}function C(e,t){var n,i=t;for("string"==typeof e&&(e=[e]),"number"==typeof t&&(i=function(e,n){n[t]=f(e)}),n=0;n<e.length;n++)on[e[n]]=i}function A(e,t){C(e,function(e,n,i,a){i._w=i._w||{},t(e,i._w,i,a)})}function U(e,t,n){null!=t&&s(on,e)&&on[e](t,n._a,n,e)}function G(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}function J(e,t){var n;return"string"==typeof t&&"number"!=typeof(t=e.localeData().monthsParse(t))?e:(n=Math.min(e.date(),G(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e)}function N(e){return null!=e?(J(this,e),t.updateOffset(this,!0),this):k(this,"Month")}
function E(e){var t,n=e._a;return n&&-2===d(e).overflow&&(t=n[dn]<0||n[dn]>11?dn:n[un]<1||n[un]>G(n[rn],n[dn])?un:n[ln]<0||n[ln]>24||24===n[ln]&&(0!==n[_n]||0!==n[cn]||0!==n[mn])?ln:n[_n]<0||n[_n]>59?_n:n[cn]<0||n[cn]>59?cn:n[mn]<0||n[mn]>999?mn:-1,d(e)._overflowDayOfYear&&(t<rn||t>un)&&(t=un),d(e).overflow=t),e}function I(e){!1===t.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function j(e,t){var n=!0;return o(function(){return n&&(I(e+"\n"+(new Error).stack),n=!1),t.apply(this,arguments)},t)}function Z(e){var t,n,i=e._i,a=Ue.exec(i);if(a){for(d(e).iso=!0,t=0,n=Ge.length;t<n;t++)if(Ge[t][1].exec(i)){e._f=Ge[t][0];break}for(t=0,n=Je.length;t<n;t++)if(Je[t][1].exec(i)){e._f+=(a[6]||" ")+Je[t][0];break}i.match(nn)&&(e._f+="Z"),X(e)}else e._isValid=!1}function V(e){var t=new Date(Date.UTC.apply(null,arguments));return e<1970&&t.setUTCFullYear(e),t}function R(e){return Q(e)?366:365}function Q(e){return e%4==0&&e%100!=0||e%400==0}function q(e,t,n){var i,a=n-t,s=n-e.day();return s>a&&(s-=7),s<a-7&&(s+=7),i=te(e).add(s,"d"),{week:Math.ceil(i.dayOfYear()/7),year:i.year()}}function $(e,t,n){return null!=e?e:null!=t?t:n}function B(e){var t,n,i,a,s=[];if(!e._d){for(i=function(e){var t=new Date;return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[un]&&null==e._a[dn]&&function(e){var t,n,i,a,s,o,r;null!=(t=e._w).GG||null!=t.W||null!=t.E?(s=1,o=4,n=$(t.GG,e._a[rn],q(te(),1,4).year),i=$(t.W,1),a=$(t.E,1)):(s=e._locale._week.dow,o=e._locale._week.doy,n=$(t.gg,e._a[rn],q(te(),s,o).year),i=$(t.w,1),null!=t.d?(a=t.d)<s&&++i:a=null!=t.e?t.e+s:s),r=function(e,t,n,i,a){var s,o=6+a-i,r=V(e,0,1+o).getUTCDay();return r<a&&(r+=7),{year:(s=1+o+7*(t-1)-r+(n=null!=n?1*n:a))>0?e:e-1,dayOfYear:s>0?s:R(e-1)+s}}(n,i,a,o,s),e._a[rn]=r.year,e._dayOfYear=r.dayOfYear}(e),e._dayOfYear&&(a=$(e._a[rn],i[rn]),e._dayOfYear>R(a)&&(d(e)._overflowDayOfYear=!0),n=V(a,0,e._dayOfYear),e._a[dn]=n.getUTCMonth(),e._a[un]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=i[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[ln]&&0===e._a[_n]&&0===e._a[cn]&&0===e._a[mn]&&(e._nextDay=!0,e._a[ln]=0),e._d=(e._useUTC?V:function(e,t,n,i,a,s,o){var r=new Date(e,t,n,i,a,s,o);return e<1970&&r.setFullYear(e),r}).apply(null,s),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[ln]=24)}}function X(e){if(e._f!==t.ISO_8601){e._a=[],d(e).empty=!0;var n,i,a,s,o,r=""+e._i,u=r.length,l=0;for(a=P(e._f,e._locale).match(Nt)||[],n=0;n<a.length;n++)s=a[n],(i=(r.match(z(s,e))||[])[0])&&((o=r.substr(0,r.indexOf(i))).length>0&&d(e).unusedInput.push(o),r=r.slice(r.indexOf(i)+i.length),l+=i.length),jt[s]?(i?d(e).empty=!1:d(e).unusedTokens.push(s),U(s,i,e)):e._strict&&!i&&d(e).unusedTokens.push(s);d(e).charsLeftOver=u-l,r.length>0&&d(e).unusedInput.push(r),!0===d(e).bigHour&&e._a[ln]<=12&&e._a[ln]>0&&(d(e).bigHour=void 0),e._a[ln]=(_=e._locale,c=e._a[ln],
null==(m=e._meridiem)?c:null!=_.meridiemHour?_.meridiemHour(c,m):null!=_.isPM?((h=_.isPM(m))&&c<12&&(c+=12),h||12!==c||(c=0),c):c),B(e),E(e)}else Z(e);var _,c,m,h}function K(e){var n=e._i,s=e._f;return e._locale=e._locale||L(e._l),null===n||void 0===s&&""===n?l({nullInput:!0}):("string"==typeof n&&(e._i=n=e._locale.preparse(n)),m(n)?new c(E(n)):(i(s)?function(e){var t,n,i,a,s;if(0===e._f.length)return d(e).invalidFormat=!0,void(e._d=new Date(NaN));for(a=0;a<e._f.length;a++)s=0,t=_({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[a],X(t),u(t)&&(s+=d(t).charsLeftOver,s+=10*d(t).unusedTokens.length,d(t).score=s,(null==i||s<i)&&(i=s,n=t));o(e,n||t)}(e):s?X(e):a(n)?e._d=n:function(e){var n=e._i;void 0===n?e._d=new Date:a(n)?e._d=new Date(+n):"string"==typeof n?function(e){var n=Ne.exec(e._i);null===n?(Z(e),!1===e._isValid&&(delete e._isValid,t.createFromInputFallback(e))):e._d=new Date(+n[1])}(e):i(n)?(e._a=function(e,t){var n,i=[];for(n=0;n<e.length;++n)i.push(t(e[n],n));return i}(n.slice(0),function(e){return parseInt(e,10)}),B(e)):"object"==typeof n?function(e){if(!e._d){var t=S(e._i);e._a=[t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],B(e)}}(e):"number"==typeof n?e._d=new Date(n):t.createFromInputFallback(e)}(e),e))}function ee(e,t,n,i,a){var s,o={};return"boolean"==typeof n&&(i=n,n=void 0),o._isAMomentObject=!0,o._useUTC=o._isUTC=a,o._l=n,o._i=e,o._f=t,o._strict=i,(s=new c(E(K(o))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function te(e,t,n,i){return ee(e,t,n,i,!1)}function ne(e,t){var n,a;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return te();for(n=t[0],a=1;a<t.length;++a)t[a].isValid()&&!t[a][e](n)||(n=t[a]);return n}function ie(e){var t=S(e),n=t.year||0,i=t.quarter||0,a=t.month||0,s=t.week||0,o=t.day||0,r=t.hour||0,d=t.minute||0,u=t.second||0,l=t.millisecond||0;this._milliseconds=+l+1e3*u+6e4*d+36e5*r,this._days=+o+7*s,this._months=+a+3*i+12*n,this._data={},this._locale=L(),this._bubble()}function ae(e){return e instanceof ie}function se(e,t){W(e,0,0,function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+H(~~(e/60),2)+t+H(~~e%60,2)})}function oe(e){var t=(e||"").match(nn)||[],n=t[t.length-1]||[],i=(n+"").match(Ve)||["-",0,0],a=60*i[1]+f(i[2]);return"+"===i[0]?a:-a}function re(e,n){var i,s;return n._isUTC?(i=n.clone(),s=(m(e)||a(e)?+e:+te(e))-+i,i._d.setTime(+i._d+s),t.updateOffset(i,!1),i):te(e).local()}function de(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function ue(){return this._isUTC&&0===this._offset}function le(e,t){var n,i,a,o,r,d,u=e,l=null;return ae(e)?u={ms:e._milliseconds,d:e._days,M:e._months}:"number"==typeof e?(u={},t?u[t]=e:u.milliseconds=e):(l=Re.exec(e))?(n="-"===l[1]?-1:1,u={y:0,d:f(l[un])*n,h:f(l[ln])*n,m:f(l[_n])*n,s:f(l[cn])*n,ms:f(l[mn])*n}):(l=Qe.exec(e))?(n="-"===l[1]?-1:1,u={y:_e(l[2],n),M:_e(l[3],n),d:_e(l[4],n),h:_e(l[5],n),m:_e(l[6],n),s:_e(l[7],n),w:_e(l[8],n)}):null==u?u={}:"object"==typeof u&&("from"in u||"to"in u)&&(o=te(u.from),r=re(r=te(u.to),o),o.isBefore(r)?d=ce(o,r):((d=ce(r,o)).milliseconds=-d.milliseconds,
d.months=-d.months),(u={}).ms=(a=d).milliseconds,u.M=a.months),i=new ie(u),ae(e)&&s(e,"_locale")&&(i._locale=e._locale),i}function _e(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function ce(e,t){var n={milliseconds:0,months:0};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function me(e,t){return function(n,i){var a;return null===i||isNaN(+i)||(function(e,t){Ae[e]||(I(t),Ae[e]=!0)}(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period)."),a=n,n=i,i=a),he(this,le(n="string"==typeof n?+n:n,i),e),this}}function he(e,n,i,a){var s=n._milliseconds,o=n._days,r=n._months;a=null==a||a,s&&e._d.setTime(+e._d+s*i),o&&b(e,"Date",k(e,"Date")+o*i),r&&J(e,k(e,"Month")+r*i),a&&t.updateOffset(e,o||r)}function fe(){var e=this.clone().utc();return 0<e.year()&&e.year()<=9999?"function"==typeof Date.prototype.toISOString?this.toDate().toISOString():F(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):F(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function ye(e){var t;return void 0===e?this._locale._abbr:(null!=(t=L(e))&&(this._locale=t),this)}function Me(){return this._locale}function we(e,t){W(0,[e,e.length],0,t)}function pe(e,t,n){return q(te([e,11,31+t-n]),t,n).week}function Ye(e,t){W(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function De(e,t){return t._meridiemParse}function Le(e,t){t[mn]=f(1e3*("0."+e))}function ge(e){return e}function Te(e,t,n,i){var a=L(),s=r().set(i,t);return a[n](s,e)}function Se(e,t,n,i,a){var s,o;if("number"==typeof e&&(t=e,e=void 0),e=e||"",null!=t)return Te(e,t,n,a);for(o=[],s=0;s<i;s++)o[s]=Te(e,s,n,a);return o}function ve(e,t,n,i){var a=le(t,n);return e._milliseconds+=i*a._milliseconds,e._days+=i*a._days,e._months+=i*a._months,e._bubble()}function ke(e){return e<0?Math.floor(e):Math.ceil(e)}function be(e){return 4800*e/146097}function Oe(e){return 146097*e/4800}function He(e){return function(){return this.as(e)}}function We(e){return function(){return this._data[e]}}function Fe(){var e,t,n,i,a,s,o,r,d=zt(this._milliseconds)/1e3,u=zt(this._days),l=zt(this._months),_=h(d/60),c=h(_/60);return d%=60,_%=60,e=h(l/12),t=e,n=l%=12,i=u,a=c,s=_,o=d,(r=this.asSeconds())?(r<0?"-":"")+"P"+(t?t+"Y":"")+(n?n+"M":"")+(i?i+"D":"")+(a||s||o?"T":"")+(a?a+"H":"")+(s?s+"M":"")+(o?o+"S":""):"P0D"}
var Pe,xe,ze,Ce,Ae,Ue,Ge,Je,Ne,Ee,Ie,je,Ze,Ve,Re,Qe,qe,$e,Be,Xe,Ke,et,tt,nt,it,at,st,ot,rt,dt,ut,lt,_t,ct,mt,ht,ft,yt,Mt,wt,pt,Yt,Dt,Lt,gt,Tt,St,vt,kt,bt,Ot,Ht,Wt,Ft,Pt,xt,zt,Ct,At=t.momentProperties=[],Ut=!1,Gt={},Jt={},Nt=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Et=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,It={},jt={},Zt=/\d/,Vt=/\d\d/,Rt=/\d{3}/,Qt=/\d{4}/,qt=/[+-]?\d{6}/,$t=/\d\d?/,Bt=/\d{1,3}/,Xt=/\d{1,4}/,Kt=/[+-]?\d{1,6}/,en=/\d+/,tn=/[+-]?\d+/,nn=/Z|[+-]\d\d:?\d\d/gi,an=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,sn={},on={},rn=0,dn=1,un=2,ln=3,_n=4,cn=5,mn=6;for(W("M",["MM",2],"Mo",function(){return this.month()+1}),W("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),W("MMMM",0,0,function(e){return this.localeData().months(this,e)}),g("month","M"),x("M",$t),x("MM",$t,Vt),x("MMM",an),x("MMMM",an),C(["M","MM"],function(e,t){t[dn]=f(e)-1}),C(["MMM","MMMM"],function(e,t,n,i){var a=n._locale.monthsParse(e,i,n._strict);null!=a?t[dn]=a:d(n).invalidMonth=e}),ze="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Ce="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Ae={},t.suppressDeprecationWarnings=!1,Ue=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ge=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],Je=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],Ne=/^\/?Date\((\-?\d+)/i,t.createFromInputFallback=j("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),W(0,["YY",2],0,function(){return this.year()%100}),W(0,["YYYY",4],0,"year"),W(0,["YYYYY",5],0,"year"),W(0,["YYYYYY",6,!0],0,"year"),g("year","y"),x("Y",tn),x("YY",$t,Vt),x("YYYY",Xt,Qt),x("YYYYY",Kt,qt),x("YYYYYY",Kt,qt),C(["YYYYY","YYYYYY"],rn),C("YYYY",function(e,n){n[rn]=2===e.length?t.parseTwoDigitYear(e):f(e)}),C("YY",function(e,n){n[rn]=t.parseTwoDigitYear(e)}),t.parseTwoDigitYear=function(e){return f(e)+(f(e)>68?1900:2e3)},Ee=v("FullYear",!1),W("w",["ww",2],"wo","week"),W("W",["WW",2],"Wo","isoWeek"),g("week","w"),g("isoWeek","W"),x("w",$t),x("ww",$t,Vt),x("W",$t),x("WW",$t,Vt),A(["w","ww","W","WW"],function(e,t,n,i){t[i.substr(0,1)]=f(e)}),Ie={dow:0,doy:6},W("DDD",["DDDD",3],"DDDo","dayOfYear"),g("dayOfYear","DDD"),x("DDD",Bt),x("DDDD",Rt),C(["DDD","DDDD"],function(e,t,n){n._dayOfYear=f(e)}),t.ISO_8601=function(){},
je=j("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(){var e=te.apply(null,arguments);return e<this?this:e}),Ze=j("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(){var e=te.apply(null,arguments);return e>this?this:e}),se("Z",":"),se("ZZ",""),x("Z",nn),x("ZZ",nn),C(["Z","ZZ"],function(e,t,n){n._useUTC=!0,n._tzm=oe(e)}),Ve=/([\+\-]|\d\d)/gi,t.updateOffset=function(){},Re=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,Qe=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,le.fn=ie.prototype,qe=me(1,"add"),$e=me(-1,"subtract"),t.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Be=j("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)}),W(0,["gg",2],0,function(){return this.weekYear()%100}),W(0,["GG",2],0,function(){return this.isoWeekYear()%100}),we("gggg","weekYear"),we("ggggg","weekYear"),we("GGGG","isoWeekYear"),we("GGGGG","isoWeekYear"),g("weekYear","gg"),g("isoWeekYear","GG"),x("G",tn),x("g",tn),x("GG",$t,Vt),x("gg",$t,Vt),x("GGGG",Xt,Qt),x("gggg",Xt,Qt),x("GGGGG",Kt,qt),x("ggggg",Kt,qt),A(["gggg","ggggg","GGGG","GGGGG"],function(e,t,n,i){t[i.substr(0,2)]=f(e)}),A(["gg","GG"],function(e,n,i,a){n[a]=t.parseTwoDigitYear(e)}),W("Q",0,0,"quarter"),g("quarter","Q"),x("Q",Zt),C("Q",function(e,t){t[dn]=3*(f(e)-1)}),W("D",["DD",2],"Do","date"),g("date","D"),x("D",$t),x("DD",$t,Vt),x("Do",function(e,t){return e?t._ordinalParse:t._ordinalParseLenient}),C(["D","DD"],un),C("Do",function(e,t){t[un]=f(e.match($t)[0])}),Xe=v("Date",!0),W("d",0,"do","day"),W("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),W("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),W("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),W("e",0,0,"weekday"),W("E",0,0,"isoWeekday"),g("day","d"),g("weekday","e"),g("isoWeekday","E"),x("d",$t),x("e",$t),x("E",$t),x("dd",an),x("ddd",an),x("dddd",an),A(["dd","ddd","dddd"],function(e,t,n){var i=n._locale.weekdaysParse(e);null!=i?t.d=i:d(n).invalidWeekday=e}),A(["d","e","E"],function(e,t,n,i){t[i]=f(e)}),Ke="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),et="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),tt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),W("H",["HH",2],0,"hour"),W("h",["hh",2],0,function(){return this.hours()%12||12}),Ye("a",!0),Ye("A",!1),g("hour","h"),x("a",De),x("A",De),x("H",$t),x("h",$t),x("HH",$t,Vt),x("hh",$t,Vt),C(["H","HH"],ln),C(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),C(["h","hh"],function(e,t,n){t[ln]=f(e),d(n).bigHour=!0}),nt=/[ap]\.?m?\.?/i,it=v("Hours",!0),W("m",["mm",2],0,"minute"),g("minute","m"),x("m",$t),x("mm",$t,Vt),C(["m","mm"],_n),at=v("Minutes",!1),W("s",["ss",2],0,"second"),g("second","s"),x("s",$t),x("ss",$t,Vt),C(["s","ss"],cn),st=v("Seconds",!1),
W("S",0,0,function(){return~~(this.millisecond()/100)}),W(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),W(0,["SSS",3],0,"millisecond"),W(0,["SSSS",4],0,function(){return 10*this.millisecond()}),W(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),W(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),W(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),W(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),W(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),g("millisecond","ms"),x("S",Bt,Zt),x("SS",Bt,Vt),x("SSS",Bt,Rt),ot="SSSS";ot.length<=9;ot+="S")x(ot,en);for(ot="S";ot.length<=9;ot+="S")C(ot,Le);return rt=v("Milliseconds",!1),W("z",0,0,"zoneAbbr"),W("zz",0,0,"zoneName"),(dt=c.prototype).add=qe,dt.calendar=function(e,t){var n=e||te(),i=re(n,this).startOf("day"),a=this.diff(i,"days",!0),s=a<-6?"sameElse":a<-1?"lastWeek":a<0?"lastDay":a<1?"sameDay":a<2?"nextDay":a<7?"nextWeek":"sameElse";return this.format(t&&t[s]||this.localeData().calendar(s,this,te(n)))},dt.clone=function(){return new c(this)},dt.diff=function(e,t,n){var i,a,s,o,r,d,u,l,_=re(e,this),c=6e4*(_.utcOffset()-this.utcOffset());return"year"===(t=T(t))||"month"===t||"quarter"===t?(s=this,u=12*((o=_).year()-s.year())+(o.month()-s.month()),l=s.clone().add(u,"months"),o-l<0?(r=s.clone().add(u-1,"months"),d=(o-l)/(l-r)):(r=s.clone().add(u+1,"months"),d=(o-l)/(r-l)),a=-(u+d),"quarter"===t?a/=3:"year"===t&&(a/=12)):(i=this-_,a="second"===t?i/1e3:"minute"===t?i/6e4:"hour"===t?i/36e5:"day"===t?(i-c)/864e5:"week"===t?(i-c)/6048e5:i),n?a:h(a)},dt.endOf=function(e){return void 0===(e=T(e))||"millisecond"===e?this:this.startOf(e).add(1,"isoWeek"===e?"week":e).subtract(1,"ms")},dt.format=function(e){var n=F(this,e||t.defaultFormat);return this.localeData().postformat(n)},dt.from=function(e,t){return this.isValid()?le({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dt.fromNow=function(e){return this.from(te(),e)},dt.to=function(e,t){return this.isValid()?le({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dt.toNow=function(e){return this.to(te(),e)},dt.get=O,dt.invalidAt=function(){return d(this).overflow},dt.isAfter=function(e,t){return"millisecond"===(t=T(void 0!==t?t:"millisecond"))?+this>+(e=m(e)?e:te(e)):(m(e)?+e:+te(e))<+this.clone().startOf(t)},dt.isBefore=function(e,t){var n;return"millisecond"===(t=T(void 0!==t?t:"millisecond"))?+this<+(e=m(e)?e:te(e)):(n=m(e)?+e:+te(e),+this.clone().endOf(t)<n)},dt.isBetween=function(e,t,n){return this.isAfter(e,n)&&this.isBefore(t,n)},dt.isSame=function(e,t){var n;return"millisecond"===(t=T(t||"millisecond"))?+this==+(e=m(e)?e:te(e)):(n=+te(e),+this.clone().startOf(t)<=n&&n<=+this.clone().endOf(t))},dt.isValid=function(){return u(this)},dt.lang=Be,dt.locale=ye,dt.localeData=Me,dt.max=Ze,dt.min=je,dt.parsingFlags=function(){return o({},d(this))},dt.set=O,dt.startOf=function(e){switch(e=T(e)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":
this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===e&&this.weekday(0),"isoWeek"===e&&this.isoWeekday(1),"quarter"===e&&this.month(3*Math.floor(this.month()/3)),this},dt.subtract=$e,dt.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},dt.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},dt.toDate=function(){return this._offset?new Date(+this):this._d},dt.toISOString=fe,dt.toJSON=fe,dt.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dt.unix=function(){return Math.floor(+this/1e3)},dt.valueOf=function(){return+this._d-6e4*(this._offset||0)},dt.year=Ee,dt.isLeapYear=function(){return Q(this.year())},dt.weekYear=function(e){var t=q(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==e?t:this.add(e-t,"y")},dt.isoWeekYear=function(e){var t=q(this,1,4).year;return null==e?t:this.add(e-t,"y")},dt.quarter=dt.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},dt.month=N,dt.daysInMonth=function(){return G(this.year(),this.month())},dt.week=dt.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},dt.isoWeek=dt.isoWeeks=function(e){var t=q(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},dt.weeksInYear=function(){var e=this.localeData()._week;return pe(this.year(),e.dow,e.doy)},dt.isoWeeksInYear=function(){return pe(this.year(),1,4)},dt.date=Xe,dt.day=dt.days=function(e){var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},dt.weekday=function(e){var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},dt.isoWeekday=function(e){return null==e?this.day()||7:this.day(this.day()%7?e:e-7)},dt.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},dt.hour=dt.hours=it,dt.minute=dt.minutes=at,dt.second=dt.seconds=st,dt.millisecond=dt.milliseconds=rt,dt.utcOffset=function(e,n){var i,a=this._offset||0;return null!=e?("string"==typeof e&&(e=oe(e)),Math.abs(e)<16&&(e*=60),!this._isUTC&&n&&(i=de(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),a!==e&&(!n||this._changeInProgress?he(this,le(e-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,t.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?a:de(this)},dt.utc=function(e){return this.utcOffset(0,e)},dt.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(de(this),"m")),this},dt.parseZone=function(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(oe(this._i)),this},
dt.hasAlignedHourOffset=function(e){return e=e?te(e).utcOffset():0,(this.utcOffset()-e)%60==0},dt.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dt.isDSTShifted=function(){var e,t;return void 0!==this._isDSTShifted?this._isDSTShifted:(_(e={},this),(e=K(e))._a?(t=e._isUTC?r(e._a):te(e._a),this._isDSTShifted=this.isValid()&&y(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted)},dt.isLocal=function(){return!this._isUTC},dt.isUtcOffset=function(){return this._isUTC},dt.isUtc=ue,dt.isUTC=ue,dt.zoneAbbr=function(){return this._isUTC?"UTC":""},dt.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dt.dates=j("dates accessor is deprecated. Use date instead.",Xe),dt.months=j("months accessor is deprecated. Use month instead",N),dt.years=j("years accessor is deprecated. Use year instead",Ee),dt.zone=j("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}),ut=dt,lt={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},_t={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},ct="Invalid date",mt="%d",ht=/\d{1,2}/,ft={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},(yt=M.prototype)._calendar=lt,yt.calendar=function(e,t,n){var i=this._calendar[e];return"function"==typeof i?i.call(t,n):i},yt._longDateFormat=_t,yt.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])},yt._invalidDate=ct,yt.invalidDate=function(){return this._invalidDate},yt._ordinal=mt,yt.ordinal=function(e){return this._ordinal.replace("%d",e)},yt._ordinalParse=ht,yt.preparse=ge,yt.postformat=ge,yt._relativeTime=ft,yt.relativeTime=function(e,t,n,i){var a=this._relativeTime[n];return"function"==typeof a?a(e,t,n,i):a.replace(/%d/i,e)},yt.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return"function"==typeof n?n(t):n.replace(/%s/i,t)},yt.set=function(e){var t,n;for(n in e)"function"==typeof(t=e[n])?this[n]=t:this["_"+n]=t;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)},yt.months=function(e){return this._months[e.month()]},yt._months=ze,yt.monthsShort=function(e){return this._monthsShort[e.month()]},yt._monthsShort=Ce,yt.monthsParse=function(e,t,n){var i,a,s;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(a=r([2e3,i]),
n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(s="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[i]=new RegExp(s.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[i].test(e))return i;if(n&&"MMM"===t&&this._shortMonthsParse[i].test(e))return i;if(!n&&this._monthsParse[i].test(e))return i}},yt.week=function(e){return q(e,this._week.dow,this._week.doy).week},yt._week=Ie,yt.firstDayOfYear=function(){return this._week.doy},yt.firstDayOfWeek=function(){return this._week.dow},yt.weekdays=function(e){return this._weekdays[e.day()]},yt._weekdays=Ke,yt.weekdaysMin=function(e){return this._weekdaysMin[e.day()]},yt._weekdaysMin=tt,yt.weekdaysShort=function(e){return this._weekdaysShort[e.day()]},yt._weekdaysShort=et,yt.weekdaysParse=function(e){var t,n,i;for(this._weekdaysParse=this._weekdaysParse||[],t=0;t<7;t++)if(this._weekdaysParse[t]||(n=te([2e3,1]).day(t),i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[t]=new RegExp(i.replace(".",""),"i")),this._weekdaysParse[t].test(e))return t},yt.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},yt._meridiemParse=nt,yt.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},Y("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1===f(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),t.lang=j("moment.lang is deprecated. Use moment.locale instead.",Y),t.langData=j("moment.langData is deprecated. Use moment.localeData instead.",L),Mt=Math.abs,wt=He("ms"),pt=He("s"),Yt=He("m"),Dt=He("h"),Lt=He("d"),gt=He("w"),Tt=He("M"),St=He("y"),vt=We("milliseconds"),kt=We("seconds"),bt=We("minutes"),Ot=We("hours"),Ht=We("days"),Wt=We("months"),Ft=We("years"),Pt=Math.round,xt={s:45,m:45,h:22,d:26,M:11},zt=Math.abs,(Ct=ie.prototype).abs=function(){var e=this._data;return this._milliseconds=Mt(this._milliseconds),this._days=Mt(this._days),this._months=Mt(this._months),e.milliseconds=Mt(e.milliseconds),e.seconds=Mt(e.seconds),e.minutes=Mt(e.minutes),e.hours=Mt(e.hours),e.months=Mt(e.months),e.years=Mt(e.years),this},Ct.add=function(e,t){return ve(this,e,t,1)},Ct.subtract=function(e,t){return ve(this,e,t,-1)},Ct.as=function(e){var t,n,i=this._milliseconds;if("month"===(e=T(e))||"year"===e)return t=this._days+i/864e5,n=this._months+be(t),"month"===e?n:n/12;switch(t=this._days+Math.round(Oe(this._months)),e){case"week":return t/7+i/6048e5;case"day":return t+i/864e5;case"hour":return 24*t+i/36e5;case"minute":return 1440*t+i/6e4;case"second":return 86400*t+i/1e3;case"millisecond":return Math.floor(864e5*t)+i;default:throw new Error("Unknown unit "+e)}},Ct.asMilliseconds=wt,Ct.asSeconds=pt,Ct.asMinutes=Yt,Ct.asHours=Dt,Ct.asDays=Lt,Ct.asWeeks=gt,Ct.asMonths=Tt,Ct.asYears=St,Ct.valueOf=function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*f(this._months/12)},
Ct._bubble=function(){var e,t,n,i,a,s=this._milliseconds,o=this._days,r=this._months,d=this._data;return s>=0&&o>=0&&r>=0||s<=0&&o<=0&&r<=0||(s+=864e5*ke(Oe(r)+o),o=0,r=0),d.milliseconds=s%1e3,e=h(s/1e3),d.seconds=e%60,t=h(e/60),d.minutes=t%60,n=h(t/60),d.hours=n%24,o+=h(n/24),a=h(be(o)),r+=a,o-=ke(Oe(a)),i=h(r/12),r%=12,d.days=o,d.months=r,d.years=i,this},Ct.get=function(e){return this[(e=T(e))+"s"]()},Ct.milliseconds=vt,Ct.seconds=kt,Ct.minutes=bt,Ct.hours=Ot,Ct.days=Ht,Ct.weeks=function(){return h(this.days()/7)},Ct.months=Wt,Ct.years=Ft,Ct.humanize=function(e){var t=this.localeData(),n=function(e,t,n){var i=le(e).abs(),a=Pt(i.as("s")),s=Pt(i.as("m")),o=Pt(i.as("h")),r=Pt(i.as("d")),d=Pt(i.as("M")),u=Pt(i.as("y")),l=a<xt.s&&["s",a]||1===s&&["m"]||s<xt.m&&["mm",s]||1===o&&["h"]||o<xt.h&&["hh",o]||1===r&&["d"]||r<xt.d&&["dd",r]||1===d&&["M"]||d<xt.M&&["MM",d]||1===u&&["y"]||["yy",u];return l[2]=t,l[3]=+e>0,l[4]=n,function(e,t,n,i,a){return a.relativeTime(t||1,!!n,e,i)}.apply(null,l)}(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)},Ct.toISOString=Fe,Ct.toString=Fe,Ct.toJSON=Fe,Ct.locale=ye,Ct.localeData=Me,Ct.toIsoString=j("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Fe),Ct.lang=Be,W("X",0,0,"unix"),W("x",0,0,"valueOf"),x("x",tn),x("X",/[+-]?\d+(\.\d{1,3})?/),C("X",function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))}),C("x",function(e,t,n){n._d=new Date(f(e))}),t.version="2.10.6",Pe=te,t.fn=ut,t.min=function(){return ne("isBefore",[].slice.call(arguments,0))},t.max=function(){return ne("isAfter",[].slice.call(arguments,0))},t.utc=r,t.unix=function(e){return te(1e3*e)},t.months=function(e,t){return Se(e,t,"months",12,"month")},t.isDate=a,t.locale=Y,t.invalid=l,t.duration=le,t.isMoment=m,t.weekdays=function(e,t){return Se(e,t,"weekdays",7,"day")},t.parseZone=function(){return te.apply(null,arguments).parseZone()},t.localeData=L,t.isDuration=ae,t.monthsShort=function(e,t){return Se(e,t,"monthsShort",12,"month")},t.weekdaysMin=function(e,t){return Se(e,t,"weekdaysMin",7,"day")},t.defineLocale=D,t.weekdaysShort=function(e,t){return Se(e,t,"weekdaysShort",7,"day")},t.normalizeUnits=T,t.relativeTimeThreshold=function(e,t){return void 0!==xt[e]&&(void 0===t?xt[e]:(xt[e]=t,!0))},t}()}).call(this,n("YuTi")(e))}}]);
return e===window.t("just now")?e:window.t("in %s",{context:"time_range"}).replace("%s",e)},past:function(e){return e===window.t("just now")?e:window.t("%s ago",{context:"time_range"}).replace("%s",e)},s:window.t("just now"),m:function(e){return window.t("%d minute",{plural:"%d minutes",count:e}).replace("%d",e)},mm:function(e){return window.t("%d minute",{plural:"%d minutes",count:e}).replace("%d",e)},h:window.t("an hour"),hh:function(e){return window.t("%d hour",{plural:"%d hours",count:e}).replace("%d",e)},d:window.t("a day"),dd:function(e){return window.t("%d day",{plural:"%d days",count:e}).replace("%d",e)},M:window.t("a month"),MM:function(e){return window.t("%d month",{plural:"%d months",count:e}).replace("%d",e)},y:window.t("a year"),yy:function(e){return window.t("%d year",{plural:"%d years",count:e}).replace("%d",e)}},week:{dow:1,doy:4}}),i.locale(window.language)),e.exports=i},qoI1:function(e,t,n){function i(e){var t=a(e);return n(t)}function a(e){var t,n=s[e];if(!(n+1))throw(t=new Error("Cannot find module '"+e+"'")).code="MODULE_NOT_FOUND",t;return n}var s={"./en-gb":"Oaa7","./en-gb.js":"Oaa7","./es":"iYuL","./es.js":"iYuL","./it":"bpih","./it.js":"bpih","./ja":"B55N","./ja.js":"B55N","./ko":"Ivi+","./ko.js":"Ivi+","./pl":"jVdC","./pl.js":"jVdC","./pt":"8mBD","./pt-br":"0tRk","./pt-br.js":"0tRk","./pt.js":"8mBD","./ru":"lXzo","./ru.js":"lXzo","./tr":"DoHr","./tr.js":"DoHr"};i.keys=function(){return Object.keys(s)},i.resolve=a,e.exports=i,i.id="qoI1"},"wd/R":function(e,t,n){(function(e){e.exports=function(){"use strict";function t(){return Ce.apply(null,arguments)}function i(e){return"[object Array]"===Object.prototype.toString.call(e)}function a(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function o(e,t){for(var n in t)s(t,n)&&(e[n]=t[n]);return s(t,"toString")&&(e.toString=t.toString),s(t,"valueOf")&&(e.valueOf=t.valueOf),e}function r(e,t,n,i){return ee(e,t,n,i,!0).utc()}function d(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}),e._pf}function u(e){if(null==e._isValid){var t=d(e);e._isValid=!(isNaN(e._d.getTime())||!(t.overflow<0)||t.empty||t.invalidMonth||t.invalidWeekday||t.nullInput||t.invalidFormat||t.userInvalidated),e._strict&&(e._isValid=e._isValid&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour)}return e._isValid}function l(e){var t=r(NaN);return null!=e?o(d(t),e):d(t).userInvalidated=!0,t}function _(e,t){var n,i,a;if(void 0!==t._isAMomentObject&&(e._isAMomentObject=t._isAMomentObject),void 0!==t._i&&(e._i=t._i),void 0!==t._f&&(e._f=t._f),void 0!==t._l&&(e._l=t._l),void 0!==t._strict&&(e._strict=t._strict),void 0!==t._tzm&&(e._tzm=t._tzm),void 0!==t._isUTC&&(e._isUTC=t._isUTC),void 0!==t._offset&&(e._offset=t._offset),void 0!==t._pf&&(e._pf=d(t)),void 0!==t._locale&&(e._locale=t._locale),At.length>0)for(n in At)i=At[n],void 0!==(a=t[i])&&(e[i]=a)
;return e}function c(e){_(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),!1===Ut&&(Ut=!0,t.updateOffset(this),Ut=!1)}function m(e){return e instanceof c||null!=e&&null!=e._isAMomentObject}function h(e){return e<0?Math.ceil(e):Math.floor(e)}function f(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=h(t)),n}function y(e,t,n){var i,a=Math.min(e.length,t.length),s=Math.abs(e.length-t.length),o=0;for(i=0;i<a;i++)(n&&e[i]!==t[i]||!n&&f(e[i])!==f(t[i]))&&o++;return o+s}function M(){}function w(e){return e?e.toLowerCase().replace("_","-"):e}function p(t){var i=null;if(!Gt[t]&&void 0!==e&&e&&e.exports)try{i=Pe._abbr,n("qoI1")("./"+t),Y(i)}catch(e){}return Gt[t]}function Y(e,t){var n;return e&&(n=void 0===t?L(e):D(e,t))&&(Pe=n),Pe._abbr}function D(e,t){return null!==t?(t.abbr=e,Gt[e]=Gt[e]||new M,Gt[e].set(t),Y(e),Gt[e]):(delete Gt[e],null)}function L(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Pe;if(!i(e)){if(t=p(e))return t;e=[e]}return function(e){for(var t,n,i,a,s=0;s<e.length;){for(a=w(e[s]).split("-"),t=a.length,n=(n=w(e[s+1]))?n.split("-"):null;t>0;){if(i=p(a.slice(0,t).join("-")))return i;if(n&&n.length>=t&&y(a,n,!0)>=t-1)break;t--}s++}return null}(e)}function g(e,t){var n=e.toLowerCase();jt[n]=jt[n+"s"]=jt[t]=e}function T(e){return"string"==typeof e?jt[e]||jt[e.toLowerCase()]:void 0}function S(e){var t,n,i={};for(n in e)s(e,n)&&(t=T(n))&&(i[t]=e[n]);return i}function v(e,n){return function(i){return null!=i?(b(this,e,i),t.updateOffset(this,n),this):k(this,e)}}function k(e,t){return e._d["get"+(e._isUTC?"UTC":"")+t]()}function b(e,t,n){return e._d["set"+(e._isUTC?"UTC":"")+t](n)}function O(e,t){var n;if("object"==typeof e)for(n in e)this.set(n,e[n]);else if("function"==typeof this[e=T(e)])return this[e](t);return this}function H(e,t,n){var i=""+Math.abs(e),a=t-i.length,s=e>=0;return(s?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+i}function F(e,t,n,i){var a=i;"string"==typeof i&&(a=function(){return this[i]()}),e&&(Et[e]=a),t&&(Et[t[0]]=function(){return H(a.apply(this,arguments),t[1],t[2])}),n&&(Et[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function W(e,t){return e.isValid()?(t=C(t,e.localeData()),It[t]=It[t]||function(e){var t,n,i,a=e.match(Nt);for(t=0,n=a.length;t<n;t++)Et[a[t]]?a[t]=Et[a[t]]:a[t]=(i=a[t]).match(/\[[\s\S]/)?i.replace(/^\[|\]$/g,""):i.replace(/\\/g,"");return function(i){var s="";for(t=0;t<n;t++)s+=a[t]instanceof Function?a[t].call(i,e):a[t];return s}}(t),It[t](e)):e.localeData().invalidDate()}function C(e,t){function n(e){return t.longDateFormat(e)||e}var i=5;for(Jt.lastIndex=0;i>=0&&Jt.test(e);)e=e.replace(Jt,n),Jt.lastIndex=0,i-=1;return e}function P(e,t,n){var i;sn[e]="function"==typeof(i=t)&&"[object Function]"===Object.prototype.toString.call(i)?t:function(e){return e&&n?n:t}}function x(e,t){return s(sn,e)?sn[e](t._strict,t._locale):new RegExp(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,n,i,a){return t||n||i||a}).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))}function z(e,t){
var n,i=t;for("string"==typeof e&&(e=[e]),"number"==typeof t&&(i=function(e,n){n[t]=f(e)}),n=0;n<e.length;n++)on[e[n]]=i}function A(e,t){z(e,function(e,n,i,a){i._w=i._w||{},t(e,i._w,i,a)})}function U(e,t,n){null!=t&&s(on,e)&&on[e](t,n._a,n,e)}function G(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}function j(e,t){var n;return"string"==typeof t&&"number"!=typeof(t=e.localeData().monthsParse(t))?e:(n=Math.min(e.date(),G(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e)}function N(e){return null!=e?(j(this,e),t.updateOffset(this,!0),this):k(this,"Month")}function J(e){var t,n=e._a;return n&&-2===d(e).overflow&&(t=n[dn]<0||n[dn]>11?dn:n[un]<1||n[un]>G(n[rn],n[dn])?un:n[ln]<0||n[ln]>24||24===n[ln]&&(0!==n[_n]||0!==n[cn]||0!==n[mn])?ln:n[_n]<0||n[_n]>59?_n:n[cn]<0||n[cn]>59?cn:n[mn]<0||n[mn]>999?mn:-1,d(e)._overflowDayOfYear&&(t<rn||t>un)&&(t=un),d(e).overflow=t),e}function I(e){!1===t.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function E(e,t){var n=!0;return o(function(){return n&&(I(e+"\n"+(new Error).stack),n=!1),t.apply(this,arguments)},t)}function V(e){var t,n,i=e._i,a=Ue.exec(i);if(a){for(d(e).iso=!0,t=0,n=Ge.length;t<n;t++)if(Ge[t][1].exec(i)){e._f=Ge[t][0];break}for(t=0,n=je.length;t<n;t++)if(je[t][1].exec(i)){e._f+=(a[6]||" ")+je[t][0];break}i.match(nn)&&(e._f+="Z"),X(e)}else e._isValid=!1}function R(e){var t=new Date(Date.UTC.apply(null,arguments));return e<1970&&t.setUTCFullYear(e),t}function Z(e){return Q(e)?366:365}function Q(e){return e%4==0&&e%100!=0||e%400==0}function q(e,t,n){var i,a=n-t,s=n-e.day();return s>a&&(s-=7),s<a-7&&(s+=7),i=te(e).add(s,"d"),{week:Math.ceil(i.dayOfYear()/7),year:i.year()}}function B(e,t,n){return null!=e?e:null!=t?t:n}function $(e){var t,n,i,a,s=[];if(!e._d){for(i=function(e){var t=new Date;return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[un]&&null==e._a[dn]&&function(e){var t,n,i,a,s,o,r;null!=(t=e._w).GG||null!=t.W||null!=t.E?(s=1,o=4,n=B(t.GG,e._a[rn],q(te(),1,4).year),i=B(t.W,1),a=B(t.E,1)):(s=e._locale._week.dow,o=e._locale._week.doy,n=B(t.gg,e._a[rn],q(te(),s,o).year),i=B(t.w,1),null!=t.d?(a=t.d)<s&&++i:a=null!=t.e?t.e+s:s),r=function(e,t,n,i,a){var s,o=6+a-i,r=R(e,0,1+o).getUTCDay();return r<a&&(r+=7),{year:(s=1+o+7*(t-1)-r+(n=null!=n?1*n:a))>0?e:e-1,dayOfYear:s>0?s:Z(e-1)+s}}(n,i,a,o,s),e._a[rn]=r.year,e._dayOfYear=r.dayOfYear}(e),e._dayOfYear&&(a=B(e._a[rn],i[rn]),e._dayOfYear>Z(a)&&(d(e)._overflowDayOfYear=!0),n=R(a,0,e._dayOfYear),e._a[dn]=n.getUTCMonth(),e._a[un]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=i[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[ln]&&0===e._a[_n]&&0===e._a[cn]&&0===e._a[mn]&&(e._nextDay=!0,e._a[ln]=0),e._d=(e._useUTC?R:function(e,t,n,i,a,s,o){var r=new Date(e,t,n,i,a,s,o);return e<1970&&r.setFullYear(e),r}).apply(null,s),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[ln]=24)}}function X(e){
if(e._f!==t.ISO_8601){e._a=[],d(e).empty=!0;var n,i,a,s,o,r=""+e._i,u=r.length,l=0;for(a=C(e._f,e._locale).match(Nt)||[],n=0;n<a.length;n++)s=a[n],(i=(r.match(x(s,e))||[])[0])&&((o=r.substr(0,r.indexOf(i))).length>0&&d(e).unusedInput.push(o),r=r.slice(r.indexOf(i)+i.length),l+=i.length),Et[s]?(i?d(e).empty=!1:d(e).unusedTokens.push(s),U(s,i,e)):e._strict&&!i&&d(e).unusedTokens.push(s);d(e).charsLeftOver=u-l,r.length>0&&d(e).unusedInput.push(r),!0===d(e).bigHour&&e._a[ln]<=12&&e._a[ln]>0&&(d(e).bigHour=void 0),e._a[ln]=(_=e._locale,c=e._a[ln],null==(m=e._meridiem)?c:null!=_.meridiemHour?_.meridiemHour(c,m):null!=_.isPM?((h=_.isPM(m))&&c<12&&(c+=12),h||12!==c||(c=0),c):c),$(e),J(e)}else V(e);var _,c,m,h}function K(e){var n=e._i,s=e._f;return e._locale=e._locale||L(e._l),null===n||void 0===s&&""===n?l({nullInput:!0}):("string"==typeof n&&(e._i=n=e._locale.preparse(n)),m(n)?new c(J(n)):(i(s)?function(e){var t,n,i,a,s;if(0===e._f.length)return d(e).invalidFormat=!0,void(e._d=new Date(NaN));for(a=0;a<e._f.length;a++)s=0,t=_({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[a],X(t),u(t)&&(s+=d(t).charsLeftOver,s+=10*d(t).unusedTokens.length,d(t).score=s,(null==i||s<i)&&(i=s,n=t));o(e,n||t)}(e):s?X(e):a(n)?e._d=n:function(e){var n=e._i;void 0===n?e._d=new Date:a(n)?e._d=new Date(+n):"string"==typeof n?function(e){var n=Ne.exec(e._i);null===n?(V(e),!1===e._isValid&&(delete e._isValid,t.createFromInputFallback(e))):e._d=new Date(+n[1])}(e):i(n)?(e._a=function(e,t){var n,i=[];for(n=0;n<e.length;++n)i.push(t(e[n],n));return i}(n.slice(0),function(e){return parseInt(e,10)}),$(e)):"object"==typeof n?function(e){if(!e._d){var t=S(e._i);e._a=[t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],$(e)}}(e):"number"==typeof n?e._d=new Date(n):t.createFromInputFallback(e)}(e),e))}function ee(e,t,n,i,a){var s,o={};return"boolean"==typeof n&&(i=n,n=void 0),o._isAMomentObject=!0,o._useUTC=o._isUTC=a,o._l=n,o._i=e,o._f=t,o._strict=i,(s=new c(J(K(o))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function te(e,t,n,i){return ee(e,t,n,i,!1)}function ne(e,t){var n,a;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return te();for(n=t[0],a=1;a<t.length;++a)t[a].isValid()&&!t[a][e](n)||(n=t[a]);return n}function ie(e){var t=S(e),n=t.year||0,i=t.quarter||0,a=t.month||0,s=t.week||0,o=t.day||0,r=t.hour||0,d=t.minute||0,u=t.second||0,l=t.millisecond||0;this._milliseconds=+l+1e3*u+6e4*d+36e5*r,this._days=+o+7*s,this._months=+a+3*i+12*n,this._data={},this._locale=L(),this._bubble()}function ae(e){return e instanceof ie}function se(e,t){F(e,0,0,function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+H(~~(e/60),2)+t+H(~~e%60,2)})}function oe(e){var t=(e||"").match(nn)||[],n=t[t.length-1]||[],i=(n+"").match(Re)||["-",0,0],a=60*i[1]+f(i[2]);return"+"===i[0]?a:-a}function re(e,n){var i,s;return n._isUTC?(i=n.clone(),s=(m(e)||a(e)?+e:+te(e))-+i,i._d.setTime(+i._d+s),t.updateOffset(i,!1),i):te(e).local()}function de(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function ue(){return this._isUTC&&0===this._offset}
function le(e,t){var n,i,a,o,r,d,u=e,l=null;return ae(e)?u={ms:e._milliseconds,d:e._days,M:e._months}:"number"==typeof e?(u={},t?u[t]=e:u.milliseconds=e):(l=Ze.exec(e))?(n="-"===l[1]?-1:1,u={y:0,d:f(l[un])*n,h:f(l[ln])*n,m:f(l[_n])*n,s:f(l[cn])*n,ms:f(l[mn])*n}):(l=Qe.exec(e))?(n="-"===l[1]?-1:1,u={y:_e(l[2],n),M:_e(l[3],n),d:_e(l[4],n),h:_e(l[5],n),m:_e(l[6],n),s:_e(l[7],n),w:_e(l[8],n)}):null==u?u={}:"object"==typeof u&&("from"in u||"to"in u)&&(o=te(u.from),r=re(r=te(u.to),o),o.isBefore(r)?d=ce(o,r):((d=ce(r,o)).milliseconds=-d.milliseconds,d.months=-d.months),(u={}).ms=(a=d).milliseconds,u.M=a.months),i=new ie(u),ae(e)&&s(e,"_locale")&&(i._locale=e._locale),i}function _e(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function ce(e,t){var n={milliseconds:0,months:0};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function me(e,t){return function(n,i){var a;return null===i||isNaN(+i)||(function(e,t){Ae[e]||(I(t),Ae[e]=!0)}(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period)."),a=n,n=i,i=a),he(this,le(n="string"==typeof n?+n:n,i),e),this}}function he(e,n,i,a){var s=n._milliseconds,o=n._days,r=n._months;a=null==a||a,s&&e._d.setTime(+e._d+s*i),o&&b(e,"Date",k(e,"Date")+o*i),r&&j(e,k(e,"Month")+r*i),a&&t.updateOffset(e,o||r)}function fe(){var e=this.clone().utc();return 0<e.year()&&e.year()<=9999?"function"==typeof Date.prototype.toISOString?this.toDate().toISOString():W(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):W(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function ye(e){var t;return void 0===e?this._locale._abbr:(null!=(t=L(e))&&(this._locale=t),this)}function Me(){return this._locale}function we(e,t){F(0,[e,e.length],0,t)}function pe(e,t,n){return q(te([e,11,31+t-n]),t,n).week}function Ye(e,t){F(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function De(e,t){return t._meridiemParse}function Le(e,t){t[mn]=f(1e3*("0."+e))}function ge(e){return e}function Te(e,t,n,i){var a=L(),s=r().set(i,t);return a[n](s,e)}function Se(e,t,n,i,a){var s,o;if("number"==typeof e&&(t=e,e=void 0),e=e||"",null!=t)return Te(e,t,n,a);for(o=[],s=0;s<i;s++)o[s]=Te(e,s,n,a);return o}function ve(e,t,n,i){var a=le(t,n);return e._milliseconds+=i*a._milliseconds,e._days+=i*a._days,e._months+=i*a._months,e._bubble()}function ke(e){return e<0?Math.floor(e):Math.ceil(e)}function be(e){return 4800*e/146097}function Oe(e){return 146097*e/4800}function He(e){return function(){return this.as(e)}}function Fe(e){return function(){return this._data[e]}}function We(){var e,t,n,i,a,s,o,r,d=xt(this._milliseconds)/1e3,u=xt(this._days),l=xt(this._months),_=h(d/60),c=h(_/60);return d%=60,_%=60,e=h(l/12),t=e,n=l%=12,i=u,a=c,s=_,o=d,(r=this.asSeconds())?(r<0?"-":"")+"P"+(t?t+"Y":"")+(n?n+"M":"")+(i?i+"D":"")+(a||s||o?"T":"")+(a?a+"H":"")+(s?s+"M":"")+(o?o+"S":""):"P0D"}
var Ce,Pe,xe,ze,Ae,Ue,Ge,je,Ne,Je,Ie,Ee,Ve,Re,Ze,Qe,qe,Be,$e,Xe,Ke,et,tt,nt,it,at,st,ot,rt,dt,ut,lt,_t,ct,mt,ht,ft,yt,Mt,wt,pt,Yt,Dt,Lt,gt,Tt,St,vt,kt,bt,Ot,Ht,Ft,Wt,Ct,Pt,xt,zt,At=t.momentProperties=[],Ut=!1,Gt={},jt={},Nt=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Jt=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,It={},Et={},Vt=/\d/,Rt=/\d\d/,Zt=/\d{3}/,Qt=/\d{4}/,qt=/[+-]?\d{6}/,Bt=/\d\d?/,$t=/\d{1,3}/,Xt=/\d{1,4}/,Kt=/[+-]?\d{1,6}/,en=/\d+/,tn=/[+-]?\d+/,nn=/Z|[+-]\d\d:?\d\d/gi,an=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,sn={},on={},rn=0,dn=1,un=2,ln=3,_n=4,cn=5,mn=6;for(F("M",["MM",2],"Mo",function(){return this.month()+1}),F("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),F("MMMM",0,0,function(e){return this.localeData().months(this,e)}),g("month","M"),P("M",Bt),P("MM",Bt,Rt),P("MMM",an),P("MMMM",an),z(["M","MM"],function(e,t){t[dn]=f(e)-1}),z(["MMM","MMMM"],function(e,t,n,i){var a=n._locale.monthsParse(e,i,n._strict);null!=a?t[dn]=a:d(n).invalidMonth=e}),xe="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ze="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Ae={},t.suppressDeprecationWarnings=!1,Ue=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ge=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],je=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],Ne=/^\/?Date\((\-?\d+)/i,t.createFromInputFallback=E("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),F(0,["YY",2],0,function(){return this.year()%100}),F(0,["YYYY",4],0,"year"),F(0,["YYYYY",5],0,"year"),F(0,["YYYYYY",6,!0],0,"year"),g("year","y"),P("Y",tn),P("YY",Bt,Rt),P("YYYY",Xt,Qt),P("YYYYY",Kt,qt),P("YYYYYY",Kt,qt),z(["YYYYY","YYYYYY"],rn),z("YYYY",function(e,n){n[rn]=2===e.length?t.parseTwoDigitYear(e):f(e)}),z("YY",function(e,n){n[rn]=t.parseTwoDigitYear(e)}),t.parseTwoDigitYear=function(e){return f(e)+(f(e)>68?1900:2e3)},Je=v("FullYear",!1),F("w",["ww",2],"wo","week"),F("W",["WW",2],"Wo","isoWeek"),g("week","w"),g("isoWeek","W"),P("w",Bt),P("ww",Bt,Rt),P("W",Bt),P("WW",Bt,Rt),A(["w","ww","W","WW"],function(e,t,n,i){t[i.substr(0,1)]=f(e)}),Ie={dow:0,doy:6},F("DDD",["DDDD",3],"DDDo","dayOfYear"),g("dayOfYear","DDD"),P("DDD",$t),P("DDDD",Zt),z(["DDD","DDDD"],function(e,t,n){n._dayOfYear=f(e)}),t.ISO_8601=function(){},
Ee=E("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(){var e=te.apply(null,arguments);return e<this?this:e}),Ve=E("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(){var e=te.apply(null,arguments);return e>this?this:e}),se("Z",":"),se("ZZ",""),P("Z",nn),P("ZZ",nn),z(["Z","ZZ"],function(e,t,n){n._useUTC=!0,n._tzm=oe(e)}),Re=/([\+\-]|\d\d)/gi,t.updateOffset=function(){},Ze=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,Qe=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,le.fn=ie.prototype,qe=me(1,"add"),Be=me(-1,"subtract"),t.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",$e=E("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)}),F(0,["gg",2],0,function(){return this.weekYear()%100}),F(0,["GG",2],0,function(){return this.isoWeekYear()%100}),we("gggg","weekYear"),we("ggggg","weekYear"),we("GGGG","isoWeekYear"),we("GGGGG","isoWeekYear"),g("weekYear","gg"),g("isoWeekYear","GG"),P("G",tn),P("g",tn),P("GG",Bt,Rt),P("gg",Bt,Rt),P("GGGG",Xt,Qt),P("gggg",Xt,Qt),P("GGGGG",Kt,qt),P("ggggg",Kt,qt),A(["gggg","ggggg","GGGG","GGGGG"],function(e,t,n,i){t[i.substr(0,2)]=f(e)}),A(["gg","GG"],function(e,n,i,a){n[a]=t.parseTwoDigitYear(e)}),F("Q",0,0,"quarter"),g("quarter","Q"),P("Q",Vt),z("Q",function(e,t){t[dn]=3*(f(e)-1)}),F("D",["DD",2],"Do","date"),g("date","D"),P("D",Bt),P("DD",Bt,Rt),P("Do",function(e,t){return e?t._ordinalParse:t._ordinalParseLenient}),z(["D","DD"],un),z("Do",function(e,t){t[un]=f(e.match(Bt)[0])}),Xe=v("Date",!0),F("d",0,"do","day"),F("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),F("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),F("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),F("e",0,0,"weekday"),F("E",0,0,"isoWeekday"),g("day","d"),g("weekday","e"),g("isoWeekday","E"),P("d",Bt),P("e",Bt),P("E",Bt),P("dd",an),P("ddd",an),P("dddd",an),A(["dd","ddd","dddd"],function(e,t,n){var i=n._locale.weekdaysParse(e);null!=i?t.d=i:d(n).invalidWeekday=e}),A(["d","e","E"],function(e,t,n,i){t[i]=f(e)}),Ke="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),et="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),tt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),F("H",["HH",2],0,"hour"),F("h",["hh",2],0,function(){return this.hours()%12||12}),Ye("a",!0),Ye("A",!1),g("hour","h"),P("a",De),P("A",De),P("H",Bt),P("h",Bt),P("HH",Bt,Rt),P("hh",Bt,Rt),z(["H","HH"],ln),z(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),z(["h","hh"],function(e,t,n){t[ln]=f(e),d(n).bigHour=!0}),nt=/[ap]\.?m?\.?/i,it=v("Hours",!0),F("m",["mm",2],0,"minute"),g("minute","m"),P("m",Bt),P("mm",Bt,Rt),z(["m","mm"],_n),at=v("Minutes",!1),F("s",["ss",2],0,"second"),g("second","s"),P("s",Bt),P("ss",Bt,Rt),z(["s","ss"],cn),st=v("Seconds",!1),
F("S",0,0,function(){return~~(this.millisecond()/100)}),F(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),F(0,["SSS",3],0,"millisecond"),F(0,["SSSS",4],0,function(){return 10*this.millisecond()}),F(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),F(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),F(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),F(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),F(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),g("millisecond","ms"),P("S",$t,Vt),P("SS",$t,Rt),P("SSS",$t,Zt),ot="SSSS";ot.length<=9;ot+="S")P(ot,en);for(ot="S";ot.length<=9;ot+="S")z(ot,Le);return rt=v("Milliseconds",!1),F("z",0,0,"zoneAbbr"),F("zz",0,0,"zoneName"),(dt=c.prototype).add=qe,dt.calendar=function(e,t){var n=e||te(),i=re(n,this).startOf("day"),a=this.diff(i,"days",!0),s=a<-6?"sameElse":a<-1?"lastWeek":a<0?"lastDay":a<1?"sameDay":a<2?"nextDay":a<7?"nextWeek":"sameElse";return this.format(t&&t[s]||this.localeData().calendar(s,this,te(n)))},dt.clone=function(){return new c(this)},dt.diff=function(e,t,n){var i,a,s,o,r,d,u,l,_=re(e,this),c=6e4*(_.utcOffset()-this.utcOffset());return"year"===(t=T(t))||"month"===t||"quarter"===t?(s=this,u=12*((o=_).year()-s.year())+(o.month()-s.month()),l=s.clone().add(u,"months"),o-l<0?(r=s.clone().add(u-1,"months"),d=(o-l)/(l-r)):(r=s.clone().add(u+1,"months"),d=(o-l)/(r-l)),a=-(u+d),"quarter"===t?a/=3:"year"===t&&(a/=12)):(i=this-_,a="second"===t?i/1e3:"minute"===t?i/6e4:"hour"===t?i/36e5:"day"===t?(i-c)/864e5:"week"===t?(i-c)/6048e5:i),n?a:h(a)},dt.endOf=function(e){return void 0===(e=T(e))||"millisecond"===e?this:this.startOf(e).add(1,"isoWeek"===e?"week":e).subtract(1,"ms")},dt.format=function(e){var n=W(this,e||t.defaultFormat);return this.localeData().postformat(n)},dt.from=function(e,t){return this.isValid()?le({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dt.fromNow=function(e){return this.from(te(),e)},dt.to=function(e,t){return this.isValid()?le({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dt.toNow=function(e){return this.to(te(),e)},dt.get=O,dt.invalidAt=function(){return d(this).overflow},dt.isAfter=function(e,t){return"millisecond"===(t=T(void 0!==t?t:"millisecond"))?+this>+(e=m(e)?e:te(e)):(m(e)?+e:+te(e))<+this.clone().startOf(t)},dt.isBefore=function(e,t){var n;return"millisecond"===(t=T(void 0!==t?t:"millisecond"))?+this<+(e=m(e)?e:te(e)):(n=m(e)?+e:+te(e),+this.clone().endOf(t)<n)},dt.isBetween=function(e,t,n){return this.isAfter(e,n)&&this.isBefore(t,n)},dt.isSame=function(e,t){var n;return"millisecond"===(t=T(t||"millisecond"))?+this==+(e=m(e)?e:te(e)):(n=+te(e),+this.clone().startOf(t)<=n&&n<=+this.clone().endOf(t))},dt.isValid=function(){return u(this)},dt.lang=$e,dt.locale=ye,dt.localeData=Me,dt.max=Ve,dt.min=Ee,dt.parsingFlags=function(){return o({},d(this))},dt.set=O,dt.startOf=function(e){switch(e=T(e)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":
this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===e&&this.weekday(0),"isoWeek"===e&&this.isoWeekday(1),"quarter"===e&&this.month(3*Math.floor(this.month()/3)),this},dt.subtract=Be,dt.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},dt.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},dt.toDate=function(){return this._offset?new Date(+this):this._d},dt.toISOString=fe,dt.toJSON=fe,dt.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dt.unix=function(){return Math.floor(+this/1e3)},dt.valueOf=function(){return+this._d-6e4*(this._offset||0)},dt.year=Je,dt.isLeapYear=function(){return Q(this.year())},dt.weekYear=function(e){var t=q(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==e?t:this.add(e-t,"y")},dt.isoWeekYear=function(e){var t=q(this,1,4).year;return null==e?t:this.add(e-t,"y")},dt.quarter=dt.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},dt.month=N,dt.daysInMonth=function(){return G(this.year(),this.month())},dt.week=dt.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},dt.isoWeek=dt.isoWeeks=function(e){var t=q(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},dt.weeksInYear=function(){var e=this.localeData()._week;return pe(this.year(),e.dow,e.doy)},dt.isoWeeksInYear=function(){return pe(this.year(),1,4)},dt.date=Xe,dt.day=dt.days=function(e){var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},dt.weekday=function(e){var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},dt.isoWeekday=function(e){return null==e?this.day()||7:this.day(this.day()%7?e:e-7)},dt.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},dt.hour=dt.hours=it,dt.minute=dt.minutes=at,dt.second=dt.seconds=st,dt.millisecond=dt.milliseconds=rt,dt.utcOffset=function(e,n){var i,a=this._offset||0;return null!=e?("string"==typeof e&&(e=oe(e)),Math.abs(e)<16&&(e*=60),!this._isUTC&&n&&(i=de(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),a!==e&&(!n||this._changeInProgress?he(this,le(e-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,t.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?a:de(this)},dt.utc=function(e){return this.utcOffset(0,e)},dt.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(de(this),"m")),this},dt.parseZone=function(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(oe(this._i)),this},
dt.hasAlignedHourOffset=function(e){return e=e?te(e).utcOffset():0,(this.utcOffset()-e)%60==0},dt.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dt.isDSTShifted=function(){var e,t;return void 0!==this._isDSTShifted?this._isDSTShifted:(_(e={},this),(e=K(e))._a?(t=e._isUTC?r(e._a):te(e._a),this._isDSTShifted=this.isValid()&&y(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted)},dt.isLocal=function(){return!this._isUTC},dt.isUtcOffset=function(){return this._isUTC},dt.isUtc=ue,dt.isUTC=ue,dt.zoneAbbr=function(){return this._isUTC?"UTC":""},dt.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dt.dates=E("dates accessor is deprecated. Use date instead.",Xe),dt.months=E("months accessor is deprecated. Use month instead",N),dt.years=E("years accessor is deprecated. Use year instead",Je),dt.zone=E("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}),ut=dt,lt={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},_t={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},ct="Invalid date",mt="%d",ht=/\d{1,2}/,ft={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},(yt=M.prototype)._calendar=lt,yt.calendar=function(e,t,n){var i=this._calendar[e];return"function"==typeof i?i.call(t,n):i},yt._longDateFormat=_t,yt.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])},yt._invalidDate=ct,yt.invalidDate=function(){return this._invalidDate},yt._ordinal=mt,yt.ordinal=function(e){return this._ordinal.replace("%d",e)},yt._ordinalParse=ht,yt.preparse=ge,yt.postformat=ge,yt._relativeTime=ft,yt.relativeTime=function(e,t,n,i){var a=this._relativeTime[n];return"function"==typeof a?a(e,t,n,i):a.replace(/%d/i,e)},yt.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return"function"==typeof n?n(t):n.replace(/%s/i,t)},yt.set=function(e){var t,n;for(n in e)"function"==typeof(t=e[n])?this[n]=t:this["_"+n]=t;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)},yt.months=function(e){return this._months[e.month()]},yt._months=xe,yt.monthsShort=function(e){return this._monthsShort[e.month()]},yt._monthsShort=ze,yt.monthsParse=function(e,t,n){var i,a,s;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(a=r([2e3,i]),
n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(s="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[i]=new RegExp(s.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[i].test(e))return i;if(n&&"MMM"===t&&this._shortMonthsParse[i].test(e))return i;if(!n&&this._monthsParse[i].test(e))return i}},yt.week=function(e){return q(e,this._week.dow,this._week.doy).week},yt._week=Ie,yt.firstDayOfYear=function(){return this._week.doy},yt.firstDayOfWeek=function(){return this._week.dow},yt.weekdays=function(e){return this._weekdays[e.day()]},yt._weekdays=Ke,yt.weekdaysMin=function(e){return this._weekdaysMin[e.day()]},yt._weekdaysMin=tt,yt.weekdaysShort=function(e){return this._weekdaysShort[e.day()]},yt._weekdaysShort=et,yt.weekdaysParse=function(e){var t,n,i;for(this._weekdaysParse=this._weekdaysParse||[],t=0;t<7;t++)if(this._weekdaysParse[t]||(n=te([2e3,1]).day(t),i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[t]=new RegExp(i.replace(".",""),"i")),this._weekdaysParse[t].test(e))return t},yt.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},yt._meridiemParse=nt,yt.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},Y("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1===f(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),t.lang=E("moment.lang is deprecated. Use moment.locale instead.",Y),t.langData=E("moment.langData is deprecated. Use moment.localeData instead.",L),Mt=Math.abs,wt=He("ms"),pt=He("s"),Yt=He("m"),Dt=He("h"),Lt=He("d"),gt=He("w"),Tt=He("M"),St=He("y"),vt=Fe("milliseconds"),kt=Fe("seconds"),bt=Fe("minutes"),Ot=Fe("hours"),Ht=Fe("days"),Ft=Fe("months"),Wt=Fe("years"),Ct=Math.round,Pt={s:45,m:45,h:22,d:26,M:11},xt=Math.abs,(zt=ie.prototype).abs=function(){var e=this._data;return this._milliseconds=Mt(this._milliseconds),this._days=Mt(this._days),this._months=Mt(this._months),e.milliseconds=Mt(e.milliseconds),e.seconds=Mt(e.seconds),e.minutes=Mt(e.minutes),e.hours=Mt(e.hours),e.months=Mt(e.months),e.years=Mt(e.years),this},zt.add=function(e,t){return ve(this,e,t,1)},zt.subtract=function(e,t){return ve(this,e,t,-1)},zt.as=function(e){var t,n,i=this._milliseconds;if("month"===(e=T(e))||"year"===e)return t=this._days+i/864e5,n=this._months+be(t),"month"===e?n:n/12;switch(t=this._days+Math.round(Oe(this._months)),e){case"week":return t/7+i/6048e5;case"day":return t+i/864e5;case"hour":return 24*t+i/36e5;case"minute":return 1440*t+i/6e4;case"second":return 86400*t+i/1e3;case"millisecond":return Math.floor(864e5*t)+i;default:throw new Error("Unknown unit "+e)}},zt.asMilliseconds=wt,zt.asSeconds=pt,zt.asMinutes=Yt,zt.asHours=Dt,zt.asDays=Lt,zt.asWeeks=gt,zt.asMonths=Tt,zt.asYears=St,zt.valueOf=function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*f(this._months/12)},
zt._bubble=function(){var e,t,n,i,a,s=this._milliseconds,o=this._days,r=this._months,d=this._data;return s>=0&&o>=0&&r>=0||s<=0&&o<=0&&r<=0||(s+=864e5*ke(Oe(r)+o),o=0,r=0),d.milliseconds=s%1e3,e=h(s/1e3),d.seconds=e%60,t=h(e/60),d.minutes=t%60,n=h(t/60),d.hours=n%24,o+=h(n/24),a=h(be(o)),r+=a,o-=ke(Oe(a)),i=h(r/12),r%=12,d.days=o,d.months=r,d.years=i,this},zt.get=function(e){return this[(e=T(e))+"s"]()},zt.milliseconds=vt,zt.seconds=kt,zt.minutes=bt,zt.hours=Ot,zt.days=Ht,zt.weeks=function(){return h(this.days()/7)},zt.months=Ft,zt.years=Wt,zt.humanize=function(e){var t=this.localeData(),n=function(e,t,n){var i=le(e).abs(),a=Ct(i.as("s")),s=Ct(i.as("m")),o=Ct(i.as("h")),r=Ct(i.as("d")),d=Ct(i.as("M")),u=Ct(i.as("y")),l=a<Pt.s&&["s",a]||1===s&&["m"]||s<Pt.m&&["mm",s]||1===o&&["h"]||o<Pt.h&&["hh",o]||1===r&&["d"]||r<Pt.d&&["dd",r]||1===d&&["M"]||d<Pt.M&&["MM",d]||1===u&&["y"]||["yy",u];return l[2]=t,l[3]=+e>0,l[4]=n,function(e,t,n,i,a){return a.relativeTime(t||1,!!n,e,i)}.apply(null,l)}(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)},zt.toISOString=We,zt.toString=We,zt.toJSON=We,zt.locale=ye,zt.localeData=Me,zt.toIsoString=E("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",We),zt.lang=$e,F("X",0,0,"unix"),F("x",0,0,"valueOf"),P("x",tn),P("X",/[+-]?\d+(\.\d{1,3})?/),z("X",function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))}),z("x",function(e,t,n){n._d=new Date(f(e))}),t.version="2.10.6",Ce=te,t.fn=ut,t.min=function(){return ne("isBefore",[].slice.call(arguments,0))},t.max=function(){return ne("isAfter",[].slice.call(arguments,0))},t.utc=r,t.unix=function(e){return te(1e3*e)},t.months=function(e,t){return Se(e,t,"months",12,"month")},t.isDate=a,t.locale=Y,t.invalid=l,t.duration=le,t.isMoment=m,t.weekdays=function(e,t){return Se(e,t,"weekdays",7,"day")},t.parseZone=function(){return te.apply(null,arguments).parseZone()},t.localeData=L,t.isDuration=ae,t.monthsShort=function(e,t){return Se(e,t,"monthsShort",12,"month")},t.weekdaysMin=function(e,t){return Se(e,t,"weekdaysMin",7,"day")},t.defineLocale=D,t.weekdaysShort=function(e,t){return Se(e,t,"weekdaysShort",7,"day")},t.normalizeUnits=T,t.relativeTimeThreshold=function(e,t){return void 0!==Pt[e]&&(void 0===t?Pt[e]:(Pt[e]=t,!0))},t}()}).call(this,n("YuTi")(e))}}]);

View File

@@ -1,8 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{"2dtg":function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M23.002 23C23 23 23 18.003 23 18.003L15.998 18C16 18 16 22.997 16 22.997l7.002.003zM15 18.003A1 1 0 0 1 15.998 17h7.004c.551 0 .998.438.998 1.003v4.994A1 1 0 0 1 23.002 24h-7.004A.993.993 0 0 1 15 22.997v-4.994z"/><path d="M19 20h1v2h-1z"/><path fill-rule="nonzero" d="M22 14.5a2.5 2.5 0 0 0-5 0v3h1v-3a1.5 1.5 0 0 1 3 0v.5h1v-.5z"/><g fill-rule="nonzero"><path d="M3 14.707A1 1 0 0 1 3.293 14L14.439 2.854a1.5 1.5 0 0 1 2.122 0l2.585 2.585a1.5 1.5 0 0 1 0 2.122L8 18.707a1 1 0 0 1-.707.293H4a1 1 0 0 1-1-1v-3.293zm1 0V18h3.293L18.439 6.854a.5.5 0 0 0 0-.708l-2.585-2.585a.5.5 0 0 0-.708 0L4 14.707z"/><path d="M13.146 4.854l4 4 .708-.708-4-4zm-9 9l4 4 .708-.708-4-4z"/><path d="M15.146 6.146l-9 9 .708.708 9-9z"/></g></g></svg>'},"2lje":function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 31" width="29" height="31"><g fill-rule="nonzero"><path d="M15.3 22l8.187-8.187c.394-.394.395-1.028.004-1.418l-4.243-4.243c-.394-.394-1.019-.395-1.407-.006l-11.325 11.325c-.383.383-.383 1.018.007 1.407l1.121 1.121h7.656zm-9.484-.414c-.781-.781-.779-2.049-.007-2.821l11.325-11.325c.777-.777 2.035-.78 2.821.006l4.243 4.243c.781.781.78 2.048-.004 2.832l-8.48 8.48h-8.484l-1.414-1.414z"/><path d="M13.011 22.999h7.999v-1h-7.999zM13.501 11.294l6.717 6.717.707-.707-6.717-6.717z"/></g></svg>'},"3s8f":function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M14 10a2 2 0 0 0-2 2v11H6V12c0-4.416 3.584-8 8-8s8 3.584 8 8v11h-6V12a2 2 0 0 0-2-2zm-3 2a3 3 0 0 1 6 0v10h4V12c0-3.864-3.136-7-7-7s-7 3.136-7 7v10h4V12z"/><path d="M6.5 18h5v1h-5zm10 0h5v1h-5z"/></g></svg>'},"43BO":function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path d="m6 13a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2m1 0a2 2 0 0 0 1 1h12a2 2 0 0 0 1-1v-9a2 2 0 0 0-1-1H8a2 2 0 0 0-1 1m6 5a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0m-3-9V8a1 1 0 0 1 8 0v3h-1V8a1 1 0 0 0-6 0v3"/></svg>'},"6oLA":function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g><path fill-rule="nonzero" d="M4.034 14.18l-.07-.18.07-.18c1.535-3.975 5.645-6.82 9.966-6.82 4.32 0 8.431 2.845 9.966 6.82l.07.18-.07.18c-1.535 3.975-5.646 6.82-9.966 6.82-4.321 0-8.431-2.845-9.966-6.82zm9.966 5.82c3.84 0 7.521-2.503 8.962-6-1.441-3.497-5.122-6-8.962-6-3.841 0-7.521 2.503-8.962 6 1.441 3.497 5.121 6 8.962 6z"/><path d="M11 14.001c0 1.66 1.341 2.999 3.001 2.999s2.999-1.339 2.999-2.999c0-1.66-1.339-3.001-2.999-3.001-1.66 0-3.001 1.341-3.001 3.001z"/></g></svg>'},Csdk:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><circle cx="14" cy="14" r="3"/></svg>'},FVBd:function(o,e){
o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M23.002 23C23 23 23 18.003 23 18.003L15.998 18C16 18 16 22.997 16 22.997l7.002.003zM15 18.003A1 1 0 0 1 15.998 17h7.004c.551 0 .998.438.998 1.003v4.994A1 1 0 0 1 23.002 24h-7.004A.993.993 0 0 1 15 22.997v-4.994z"/><path d="M19 20h1v2h-1z"/><path fill-rule="nonzero" d="M22 17.5v-2a2.5 2.5 0 0 0-5 0v2h1v-2a1.5 1.5 0 0 1 3 0v2h1z"/><g fill-rule="nonzero"><path d="M3 14.707A1 1 0 0 1 3.293 14L14.439 2.854a1.5 1.5 0 0 1 2.122 0l2.585 2.585a1.5 1.5 0 0 1 0 2.122L8 18.707a1 1 0 0 1-.707.293H4a1 1 0 0 1-1-1v-3.293zm1 0V18h3.293L18.439 6.854a.5.5 0 0 0 0-.708l-2.585-2.585a.5.5 0 0 0-.708 0L4 14.707z"/><path d="M13.146 4.854l4 4 .708-.708-4-4zm-9 9l4 4 .708-.708-4-4z"/><path d="M15.146 6.146l-9 9 .708.708 9-9z"/></g></g></svg>'},G1jy:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g><path fill-rule="nonzero" d="M15.039 5.969l-.019-.019-2.828 2.828.707.707 2.474-2.474c1.367-1.367 3.582-1.367 4.949 0s1.367 3.582 0 4.949l-2.474 2.474.707.707 2.828-2.828-.019-.019c1.415-1.767 1.304-4.352-.334-5.99-1.638-1.638-4.224-1.749-5.99-.334zM5.97 15.038l-.019-.019 2.828-2.828.707.707-2.475 2.475c-1.367 1.367-1.367 3.582 0 4.949s3.582 1.367 4.949 0l2.474-2.474.707.707-2.828 2.828-.019-.019c-1.767 1.415-4.352 1.304-5.99-.334-1.638-1.638-1.749-4.224-.334-5.99z"/><path d="M10.485 16.141l5.656-5.656.707.707-5.656 5.656z"/></g></svg>'},Ijvb:function(o,e,i){"use strict";i.d(e,"a",function(){return n});var n={SyncDrawing:i("G1jy"),arrow:i("tceb"),cursor:i("WHEt"),dot:i("Csdk"),drawginmode:i("2dtg"),drawginmodeActive:i("FVBd"),eraser:i("2lje"),group:i("lZXH"),hideAllDrawings:i("6oLA"),hideAllDrawingsActive:i("dmHa"),lockAllDrawings:i("Uh5y"),lockAllDrawingsActive:i("43BO"),magnet:i("3s8f"),strongMagnet:i("xjKU"),measure:i("oCKS"),removeAllDrawingTools:i("aVjL"),showObjectTree:i("qQ3E"),zoom:i("kmdM"),"zoom-out":i("mbEK")}},"MP+M":function(o,e,i){"use strict";var n,l,t,a,c,s,r;i.d(e,"a",function(){return r}),i("YFKU"),n=i("ei7k"),l=i("zxD0"),t=i("Ijvb"),a={keys:["Shift"],text:window.t("{0} — drawing a straight line at angles of 45")},c={keys:["Shift"],text:window.t("{0} — circle")},s={keys:["Shift"],text:window.t("{0} — square")},r={LineTool5PointsPattern:{icon:l.lineToolsIcons.LineTool5PointsPattern,localizedName:window.t("XABCD Pattern")},LineToolABCD:{icon:l.lineToolsIcons.LineToolABCD,localizedName:window.t("ABCD Pattern")},LineToolArc:{icon:l.lineToolsIcons.LineToolArc,localizedName:window.t("Arc")},LineToolArrow:{icon:l.lineToolsIcons.LineToolArrow,localizedName:window.t("Arrow")},LineToolArrowMarkDown:{icon:l.lineToolsIcons.LineToolArrowMarkDown,localizedName:window.t("Arrow Mark Down")},LineToolArrowMarkLeft:{icon:l.lineToolsIcons.LineToolArrowMarkLeft,localizedName:window.t("Arrow Mark Left")},LineToolArrowMarkRight:{icon:l.lineToolsIcons.LineToolArrowMarkRight,localizedName:window.t("Arrow Mark Right")},LineToolArrowMarkUp:{
icon:l.lineToolsIcons.LineToolArrowMarkUp,localizedName:window.t("Arrow Mark Up")},LineToolBalloon:{icon:l.lineToolsIcons.LineToolBalloon,localizedName:window.t("Balloon")},LineToolBarsPattern:{icon:l.lineToolsIcons.LineToolBarsPattern,localizedName:window.t("Bars Pattern")},LineToolBezierCubic:{icon:l.lineToolsIcons.LineToolBezierCubic,localizedName:window.t("Double Curve")},LineToolBezierQuadro:{icon:l.lineToolsIcons.LineToolBezierQuadro,localizedName:window.t("Curve")},LineToolBrush:{icon:l.lineToolsIcons.LineToolBrush,localizedName:window.t("Brush")},LineToolCallout:{icon:l.lineToolsIcons.LineToolCallout,localizedName:window.t("Callout")},LineToolCircleLines:{icon:l.lineToolsIcons.LineToolCircleLines,localizedName:window.t("Cyclic Lines")},LineToolCypherPattern:{icon:l.lineToolsIcons.LineToolCypherPattern,localizedName:window.t("Cypher Pattern")},LineToolDateAndPriceRange:{icon:l.lineToolsIcons.LineToolDateAndPriceRange,localizedName:window.t("Date and Price Range")},LineToolDateRange:{icon:l.lineToolsIcons.LineToolDateRange,localizedName:window.t("Date Range")},LineToolDisjointAngle:{icon:l.lineToolsIcons.LineToolDisjointAngle,localizedName:window.t("Disjoint Angle"),hotKey:Object(n.b)(a)},LineToolElliottCorrection:{icon:l.lineToolsIcons.LineToolElliottCorrection,localizedName:window.t("Elliott Correction Wave (ABC)")},LineToolElliottDoubleCombo:{icon:l.lineToolsIcons.LineToolElliottDoubleCombo,localizedName:window.t("Elliott Double Combo Wave (WXY)")},LineToolElliottImpulse:{icon:l.lineToolsIcons.LineToolElliottImpulse,localizedName:window.t("Elliott Impulse Wave (12345)")},LineToolElliottTriangle:{icon:l.lineToolsIcons.LineToolElliottTriangle,localizedName:window.t("Elliott Triangle Wave (ABCDE)")},LineToolElliottTripleCombo:{icon:l.lineToolsIcons.LineToolElliottTripleCombo,localizedName:window.t("Elliott Triple Combo Wave (WXYXZ)")},LineToolEllipse:{icon:l.lineToolsIcons.LineToolEllipse,localizedName:window.t("Ellipse"),hotKey:Object(n.b)(c)},LineToolExtended:{icon:l.lineToolsIcons.LineToolExtended,localizedName:window.t("Extended")},LineToolFibChannel:{icon:l.lineToolsIcons.LineToolFibChannel,localizedName:window.t("Fib Channel")},LineToolFibCircles:{icon:l.lineToolsIcons.LineToolFibCircles,localizedName:window.t("Fib Circles"),hotKey:Object(n.b)(c)},LineToolFibRetracement:{icon:l.lineToolsIcons.LineToolFibRetracement,localizedName:window.t("Fib Retracement")},LineToolFibSpeedResistanceArcs:{icon:l.lineToolsIcons.LineToolFibSpeedResistanceArcs,localizedName:window.t("Fib Speed Resistance Arcs")},LineToolFibSpeedResistanceFan:{icon:l.lineToolsIcons.LineToolFibSpeedResistanceFan,localizedName:window.t("Fib Speed Resistance Fan"),hotKey:Object(n.b)(s)},LineToolFibSpiral:{icon:l.lineToolsIcons.LineToolFibSpiral,localizedName:window.t("Fib Spiral")},LineToolFibTimeZone:{icon:l.lineToolsIcons.LineToolFibTimeZone,localizedName:window.t("Fib Time Zone")},LineToolFibWedge:{icon:l.lineToolsIcons.LineToolFibWedge,localizedName:window.t("Fib Wedge")},LineToolFlagMark:{icon:l.lineToolsIcons.LineToolFlagMark,
localizedName:window.t("Flag Mark")},LineToolFlatBottom:{icon:l.lineToolsIcons.LineToolFlatBottom,localizedName:window.t("Flat Top/Bottom"),hotKey:Object(n.b)(a)},LineToolGannComplex:{icon:l.lineToolsIcons.LineToolGannComplex,localizedName:window.t("Gann Square")},LineToolGannFixed:{icon:l.lineToolsIcons.LineToolGannFixed,localizedName:window.t("Gann Square Fixed")},LineToolGannFan:{icon:l.lineToolsIcons.LineToolGannFan,localizedName:window.t("Gann Fan")},LineToolGannSquare:{icon:l.lineToolsIcons.LineToolGannSquare,localizedName:window.t("Gann Box"),hotKey:Object(n.b)({keys:["Shift"],text:window.t("{0} — fixed increments")})},LineToolGhostFeed:{icon:l.lineToolsIcons.LineToolGhostFeed,localizedName:window.t("Ghost Feed")},LineToolHeadAndShoulders:{icon:l.lineToolsIcons.LineToolHeadAndShoulders,localizedName:window.t("Head and Shoulders")},LineToolHorzLine:{icon:l.lineToolsIcons.LineToolHorzLine,localizedName:window.t("Horizontal Line"),hotKey:Object(n.b)({keys:["Alt","H"],text:"{0} + {1}"})},LineToolHorzRay:{icon:l.lineToolsIcons.LineToolHorzRay,localizedName:window.t("Horizontal Ray")},LineToolIcon:{icon:l.lineToolsIcons.LineToolIcon,localizedName:window.t("Font Icons")},LineToolInsidePitchfork:{icon:l.lineToolsIcons.LineToolInsidePitchfork,localizedName:window.t("Inside Pitchfork")},LineToolNote:{icon:l.lineToolsIcons.LineToolNote,localizedName:window.t("Note")},LineToolNoteAbsolute:{icon:l.lineToolsIcons.LineToolNoteAbsolute,localizedName:window.t("Anchored Note")},LineToolParallelChannel:{icon:l.lineToolsIcons.LineToolParallelChannel,localizedName:window.t("Parallel Channel"),hotKey:Object(n.b)(a)},LineToolPitchfan:{icon:l.lineToolsIcons.LineToolPitchfan,localizedName:window.t("Pitchfan")},LineToolPitchfork:{icon:l.lineToolsIcons.LineToolPitchfork,localizedName:window.t("Pitchfork")},LineToolPolyline:{icon:l.lineToolsIcons.LineToolPolyline,localizedName:window.t("Polyline")},LineToolPrediction:{icon:l.lineToolsIcons.LineToolPrediction,localizedName:window.t("Forecast")},LineToolPriceLabel:{icon:l.lineToolsIcons.LineToolPriceLabel,localizedName:window.t("Price Label")},LineToolPriceRange:{icon:l.lineToolsIcons.LineToolPriceRange,localizedName:window.t("Price Range")},LineToolProjection:{icon:l.lineToolsIcons.LineToolProjection,localizedName:window.t("Projection")},LineToolRay:{icon:l.lineToolsIcons.LineToolRay,localizedName:window.t("Ray")},LineToolRectangle:{icon:l.lineToolsIcons.LineToolRectangle,localizedName:window.t("Rectangle"),hotKey:Object(n.b)({keys:["Shift"],text:window.t("{0} — square")})},LineToolRegressionTrend:{icon:l.lineToolsIcons.LineToolRegressionTrend,localizedName:window.t("Regression Trend")},LineToolRiskRewardLong:{icon:l.lineToolsIcons.LineToolRiskRewardLong,localizedName:window.t("Long Position")},LineToolRiskRewardShort:{icon:l.lineToolsIcons.LineToolRiskRewardShort,localizedName:window.t("Short Position")},LineToolRotatedRectangle:{icon:l.lineToolsIcons.LineToolRotatedRectangle,localizedName:window.t("Rotated Rectangle"),hotKey:Object(n.b)(a)},LineToolSchiffPitchfork:{
icon:l.lineToolsIcons.LineToolSchiffPitchfork,localizedName:window.t("Modified Schiff Pitchfork")},LineToolSchiffPitchfork2:{icon:l.lineToolsIcons.LineToolSchiffPitchfork2,localizedName:window.t("Schiff Pitchfork")},LineToolSineLine:{icon:l.lineToolsIcons.LineToolSineLine,localizedName:window.t("Sine Line")},LineToolText:{icon:l.lineToolsIcons.LineToolText,localizedName:window.t("Text",{context:"tool"})},LineToolTextAbsolute:{icon:l.lineToolsIcons.LineToolTextAbsolute,localizedName:window.t("Anchored Text")},LineToolThreeDrivers:{icon:l.lineToolsIcons.LineToolThreeDrivers,localizedName:window.t("Three Drives Pattern")},LineToolTimeCycles:{icon:l.lineToolsIcons.LineToolTimeCycles,localizedName:window.t("Time Cycles")},LineToolTrendAngle:{icon:l.lineToolsIcons.LineToolTrendAngle,localizedName:window.t("Trend Angle"),hotKey:Object(n.b)(a)},LineToolTrendBasedFibExtension:{icon:l.lineToolsIcons.LineToolTrendBasedFibExtension,localizedName:window.t("Trend-Based Fib Extension")},LineToolTrendBasedFibTime:{icon:l.lineToolsIcons.LineToolTrendBasedFibTime,localizedName:window.t("Trend-Based Fib Time")},LineToolTrendLine:{icon:l.lineToolsIcons.LineToolTrendLine,localizedName:window.t("Trend Line"),hotKey:Object(n.b)(a)},LineToolInfoLine:{icon:l.lineToolsIcons.LineToolInfoLine,localizedName:window.t("Info Line")},LineToolTriangle:{icon:l.lineToolsIcons.LineToolTriangle,localizedName:window.t("Triangle")},LineToolTrianglePattern:{icon:l.lineToolsIcons.LineToolTrianglePattern,localizedName:window.t("Triangle Pattern")},LineToolVertLine:{icon:l.lineToolsIcons.LineToolVertLine,localizedName:window.t("Vertical Line"),hotKey:Object(n.b)({keys:["Alt","V"],text:"{0} + {1}"})},LineToolCrossLine:{icon:l.lineToolsIcons.LineToolCrossLine,localizedName:$.t("Cross Line")},SyncDrawing:{icon:t.a.SyncDrawing,iconActive:t.a.SyncDrawingActive,localizedName:window.t("New drawings are replicated to all charts in the layout and shown when the same ticker is selected")},arrow:{icon:t.a.arrow,localizedName:window.t("Arrow")},cursor:{icon:t.a.cursor,localizedName:window.t("Cross")},dot:{icon:t.a.dot,localizedName:window.t("Dot")},drawginmode:{icon:t.a.drawginmode,iconActive:t.a.drawginmodeActive,localizedName:window.t("Stay in Drawing Mode")},eraser:{icon:t.a.eraser,localizedName:window.t("Eraser")},group:{icon:t.a.group,localizedName:window.t("Show Hidden Tools")},hideAllDrawings:{icon:t.a.hideAllDrawings,iconActive:t.a.hideAllDrawingsActive,localizedName:window.t("Hide All Drawing Tools")},lockAllDrawings:{icon:t.a.lockAllDrawings,iconActive:t.a.lockAllDrawingsActive,localizedName:window.t("Lock All Drawing Tools")},magnet:{icon:t.a.magnet,localizedName:window.t("Magnet Mode snaps drawings placed near price bars to the closest OHLC value")},measure:{icon:t.a.measure,localizedName:window.t("Measure"),hotKey:Object(n.b)({keys:["Shift"],text:window.t("{0} + Click on the chart")})},removeAllDrawingTools:{icon:t.a.removeAllDrawingTools,localizedName:window.t("Remove All Drawing Tools")},showObjectsTree:{icon:t.a.showObjectTree,
localizedName:window.t("Show Object Tree")},zoom:{icon:t.a.zoom,localizedName:window.t("Zoom In")},"zoom-out":{icon:t.a["zoom-out"],localizedName:window.t("Zoom Out")}}},Uh5y:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path d="m6 13a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2m1 0a2 2 0 0 0 1 1h12a2 2 0 0 0 1-1v-9a2 2 0 0 0-1-1H8a2 2 0 0 0-1 1m6 5a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0m-3-9V7a1 1 0 0 1 8 0h-1a1 1 0 0 0-6 0v4"/></svg>'},WHEt:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g><path d="M18 15h8v-1h-8z"/><path d="M14 18v8h1v-8zM14 3v8h1v-8zM3 15h8v-1h-8z"/></g></svg>'},aVjL:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g><path fill-rule="nonzero" d="M8 21c0 1.1.825 2 1.833 2h7.333c1.008 0 1.833-.9 1.833-2v-12h-11v12zm-1 0v-13h13v13c0 1.634-1.252 3-2.833 3h-7.333c-1.581 0-2.833-1.366-2.833-3z"/><path d="M17 6l-1-1h-5l-1 1h-3v1h13v-1z"/><path fill-rule="nonzero" d="M10 11v9.062h1v-9.062z"/><path fill-rule="nonzero" d="M13 11v9.062h1v-9.062z"/><path fill-rule="nonzero" d="M16 11v9.062h1v-9.062z"/></g></svg>'},b2d7:function(o,e,i){"use strict";var n,l,t,a,c;i.d(e,"a",function(){return c}),n=i("aIyQ"),l=i.n(n),t=i("Vdly"),function(o){function e(){o.favorites=[],Object(t.getJSON)("chart.favoriteDrawings",[]).forEach(function(e){o.favorites.push(e.tool||e)}),o.favoritesSynced.fire()}o.favorites=[],o.favoritesSynced=new l.a,o.favoriteIndex=function(e){return o.favorites.indexOf(e)},o.saveFavorites=function(){Object(t.setJSON)("chart.favoriteDrawings",o.favorites)},e(),t.onSync.subscribe(null,e)}(a||(a={})),function(o){function e(){return a.favorites.length}function i(o){return-1!==a.favoriteIndex(o)}o.favoriteAdded=new l.a,o.favoriteRemoved=new l.a,o.favoriteMoved=new l.a,o.favoritesSynced=a.favoritesSynced,o.favorites=function(){return a.favorites.slice()},o.favoritesCount=e,o.favorite=function(o){return o<0||o>=e()?"":a.favorites[o]},o.addFavorite=function(e){return!i(e)&&(a.favorites.push(e),a.saveFavorites(),o.favoriteAdded.fire(e),!0)},o.removeFavorite=function(e){var i=a.favoriteIndex(e);return-1!==i&&(a.favorites.splice(i,1),a.saveFavorites(),o.favoriteRemoved.fire(e),!0)},o.isFavorite=i,o.moveFavorite=function(i,n){if(n<0||n>=e())return!1;var l=a.favoriteIndex(i);return-1!==l&&n!==l&&(a.favorites.splice(l,1),a.favorites.splice(n,0,i),a.saveFavorites(),o.favoriteMoved.fire(i,l,n),!0)}}(c||(c={}))},dmHa:function(o,e){
o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill-rule="nonzero" d="M17.537 7.635l-.789.789c-.886-.275-1.812-.424-2.748-.424-3.841 0-7.521 2.503-8.962 6 .562 1.364 1.465 2.577 2.585 3.549l-.709.709c-1.265-1.112-2.274-2.506-2.881-4.077l-.07-.18.07-.18c1.535-3.975 5.645-6.82 9.966-6.82 1.213 0 2.409.224 3.537.635zm3.549 2.108c1.265 1.112 2.274 2.506 2.881 4.077l.07.18-.07.18c-1.535 3.975-5.646 6.82-9.966 6.82-1.213 0-2.409-.224-3.537-.635l.789-.789c.886.275 1.812.424 2.748.424 3.84 0 7.521-2.503 8.962-6-.562-1.364-1.465-2.577-2.585-3.549l.709-.709zm-6.049.392l-4.902 4.902c-.088-.33-.135-.677-.135-1.036 0-2.213 1.788-4.001 4.001-4.001.358 0 .705.047 1.036.135zm2.828 2.829c.088.331.135.679.135 1.038 0 2.213-1.786 3.999-3.999 3.999-.359 0-.707-.047-1.038-.135l4.901-4.901zm-12.365 10.243l-.707-.707 17.707-17.707.707.707-17.707 17.707z"/></svg>'},kmdM:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/><path d="M13 16V9h-1v7z"/></svg>'},lZXH:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.000001 29.999999" width="30" height="30" enable-background="new 0 0 595.3 841.9"><path d="M5.5 13A2.5 2.5 0 0 0 3 15.5 2.5 2.5 0 0 0 5.5 18 2.5 2.5 0 0 0 8 15.5 2.5 2.5 0 0 0 5.5 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 15 18a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 15 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5z"/></svg>'},mbEK:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/></svg>'},oCKS:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path d="M2 9.75a1.5 1.5 0 0 0-1.5 1.5v5.5a1.5 1.5 0 0 0 1.5 1.5h24a1.5 1.5 0 0 0 1.5-1.5v-5.5a1.5 1.5 0 0 0-1.5-1.5zm0 1h3v2.5h1v-2.5h3.25v3.9h1v-3.9h3.25v2.5h1v-2.5h3.25v3.9h1v-3.9H22v2.5h1v-2.5h3a.5.5 0 0 1 .5.5v5.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5v-5.5a.5.5 0 0 1 .5-.5z" transform="rotate(-45 14 14)"/></svg>'},qQ3E:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g><path fill-rule="nonzero" d="M14 18.634l-.307-.239-7.37-5.73-2.137-1.665 9.814-7.633 9.816 7.634-.509.394-1.639 1.269-7.667 5.969zm7.054-6.759l1.131-.876-8.184-6.366-8.186 6.367 1.123.875 7.063 5.491 7.054-5.492z"/><path d="M7 14.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/><path d="M7 17.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/></g></svg>'},tceb:function(o,e){
o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path d="M11.682 16.09l3.504 6.068 1.732-1-3.497-6.057 3.595-2.1L8 7.74v10.512l3.682-2.163zm-.362 1.372L7 20V6l12 7-4.216 2.462 3.5 6.062-3.464 2-3.5-6.062z"/></svg>'},xjKU:function(o,e){o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill-rule="nonzero" d="M14 5a7 7 0 0 0-7 7v3h4v-3a3 3 0 1 1 6 0v3h4v-3a7 7 0 0 0-7-7zm7 11h-4v3h4v-3zm-10 0H7v3h4v-3zm-5-4a8 8 0 1 1 16 0v8h-6v-8a2 2 0 1 0-4 0v8H6v-8zm3.293 11.294l-1.222-2.037.858-.514 1.777 2.963-2 1 1.223 2.037-.858.514-1.778-2.963 2-1zm9.778-2.551l.858.514-1.223 2.037 2 1-1.777 2.963-.858-.514 1.223-2.037-2-1 1.777-2.963z"/></svg>'}}]);

View File

@@ -1,4 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[25],{"5YsI":function(t,e,o){t.exports={button:"button-13wlLwhJ-",hover:"hover-3L87f6Kw-",arrow:"arrow-2pXEy7ej-",arrowWrap:"arrowWrap-r5l5nQXU-",isOpened:"isOpened-1939ai3F-"}},"82wv":function(t,e,o){"use strict";var n,i,r,a,s,c,l,u;o.d(e,"a",function(){return u}),n=o("mrSG"),i=o("q1tI"),r=o("TSYQ"),a=o("9dlw"),s=o("ML8+"),c=o("5YsI"),l=o("Iksw"),u=function(t){function e(e){var o=t.call(this,e)||this;return o._wrapperRef=null,o._handleWrapperRef=function(t){return o._wrapperRef=t},o._handleClick=function(t){t.target instanceof Node&&t.currentTarget.contains(t.target)&&o._handleToggleDropdown()},o._handleToggleDropdown=function(t){var e=o.state.isOpened,n="boolean"==typeof t?t:!e;o.setState({isOpened:n})},o._handleClose=function(){o._handleToggleDropdown(!1)},o.state={isOpened:!1},o}return n.__extends(e,t),e.prototype.render=function(){var t,e=this.props,o=e.id,n=e.arrow,u=e.children,p=e.content,d=e.isDisabled,h=e.minWidth,v=e.title,f=e.className,m=e.hotKey,g=this.state.isOpened,b=r(f,c.button,"apply-common-tooltip",((t={})[c.isDisabled]=d,t[c.isOpened]=g,t)),O={horizontalMargin:this.props.horizontalMargin||0,verticalMargin:this.props.verticalMargin||2,verticalAttachEdge:this.props.verticalAttachEdge,horizontalAttachEdge:this.props.horizontalAttachEdge,verticalDropDirection:this.props.verticalDropDirection,horizontalDropDirection:this.props.horizontalDropDirection};return i.createElement("div",{id:o,className:b,onClick:d?void 0:this._handleClick,title:v,"data-tooltip-hotkey":m,ref:this._handleWrapperRef},p,n&&i.createElement("div",{className:c.arrow},i.createElement("div",{className:c.arrowWrap},i.createElement(s.a,{dropped:g}))),i.createElement(a.a,{closeOnClickOutside:this.props.closeOnClickOutside,doNotCloseOn:this,isOpened:g,minWidth:h,onClose:this._handleClose,position:Object(l.c)(this._wrapperRef,O)},u))},e.defaultProps={arrow:!0,closeOnClickOutside:!0},e}(i.PureComponent)},"9dlw":function(t,e,o){"use strict";var n,i,r,a,s,c,l,u,p;o.d(e,"a",function(){return p}),n=o("mrSG"),i=o("bf9a"),r=o("q1tI"),a=o("i8i4"),s=o("17x9"),c=o("RgaO"),l=o("AiMB"),u=o("DTHj"),p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._handleClose=function(){e.props.onClose()},e._handleClickOutside=function(t){var o,n=e.props,i=n.closeOnClickOutside,r=n.onClickOutside,s=n.doNotCloseOn;r&&r(t),i&&(s&&t.target instanceof Node&&(o=a.findDOMNode(s))instanceof Node&&o.contains(t.target)||e._handleClose())},e._handleScroll=function(t){var o=e.props.onScroll;o&&o(t),t.stopPropagation()},e}return n.__extends(e,t),e.prototype.componentWillReceiveProps=function(t){this.props.isOpened&&!t.isOpened&&this.setState({isMeasureValid:void 0})},e.prototype.render=function(){var t=this.props,e=t.children,o=t.isOpened,i=(t.closeOnClickOutside,t.doNotCloseOn,t.onClickOutside,t.onClose,n.__rest(t,["children","isOpened","closeOnClickOutside","doNotCloseOn","onClickOutside","onClose"]));return o?r.createElement(l.a,null,r.createElement(c.a,{handler:this._handleClickOutside,
mouseDown:!0,touchStart:!0},r.createElement(u.a,n.__assign({},i,{isOpened:o,onClose:this._handleClose,onScroll:this._handleScroll,customCloseDelegate:this.context.customCloseDelegate}),e))):null},e.contextTypes={customCloseDelegate:s.any},e.defaultProps={closeOnClickOutside:!0},e}(r.PureComponent)},AiMB:function(t,e,o){"use strict";var n,i,r,a,s,c,l,u;o.d(e,"a",function(){return l}),o.d(e,"b",function(){return u}),n=o("mrSG"),i=o("q1tI"),r=o("i8i4"),a=o("0waE"),s=o("jAh7"),c=o("+EG+"),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._uuid=Object(a.guid)(),e}return n.__extends(e,t),e.prototype.componentWillUnmount=function(){this._manager().removeWindow(this._uuid)},e.prototype.render=function(){return r.createPortal(i.createElement(u.Provider,{value:this},this.props.children),this._manager().ensureWindow(this._uuid))},e.prototype.moveToTop=function(){this._manager().moveToTop(this._uuid)},e.prototype._manager=function(){return null===this.context?Object(s.getRootOverlapManager)():this.context},e.contextType=c.b,e}(i.PureComponent),u=i.createContext(null)},Iksw:function(t,e,o){"use strict";function n(t,e){return function(o,n){var u=Object(i.ensureNotNull)(t).getBoundingClientRect(),p=e.verticalAttachEdge,d=void 0===p?l.verticalAttachEdge:p,h=e.verticalDropDirection,v=void 0===h?l.verticalDropDirection:h,f=e.horizontalAttachEdge,m=void 0===f?l.horizontalAttachEdge:f,g=e.horizontalDropDirection,b=void 0===g?l.horizontalDropDirection:g,O=e.horizontalMargin,_=void 0===O?l.horizontalMargin:O,w=e.verticalMargin,C=void 0===w?l.verticalMargin:w,D=d===r.Top?-1*C:C,E=m===a.Right?u.right:u.left,T=d===r.Top?u.top:u.bottom,N=E-(b===c.FromRightToLeft?o:0),k=T-(v===s.FromBottomToTop?n:0);return{x:N+_,y:k+D}}}var i,r,a,s,c,l;o.d(e,"a",function(){return r}),o.d(e,"b",function(){return s}),o.d(e,"c",function(){return n}),i=o("Eyy1"),function(t){t[t.Top=0]="Top",t[t.Bottom=1]="Bottom"}(r||(r={})),function(t){t[t.Left=0]="Left",t[t.Right=1]="Right"}(a||(a={})),function(t){t[t.FromTopToBottom=0]="FromTopToBottom",t[t.FromBottomToTop=1]="FromBottomToTop"}(s||(s={})),function(t){t[t.FromLeftToRight=0]="FromLeftToRight",t[t.FromRightToLeft=1]="FromRightToLeft"}(c||(c={})),l={verticalAttachEdge:r.Bottom,horizontalAttachEdge:a.Left,verticalDropDirection:s.FromTopToBottom,horizontalDropDirection:c.FromLeftToRight,verticalMargin:0,horizontalMargin:0}},KKsp:function(t,e,o){"use strict";function n(t){return i.createElement("div",{className:r.separator})}var i,r;o.d(e,"a",function(){return n}),i=o("q1tI"),r=o("NOPy")},"ML8+":function(t,e,o){"use strict";function n(t){var e,o=t.dropped,n=t.className;return i.createElement(a.a,{className:r(n,s.icon,(e={},e[s.dropped]=o,e)),icon:c})}var i,r,a,s,c;o.d(e,"a",function(){return n}),i=o("q1tI"),r=o("TSYQ"),a=o("jjrI"),s=o("cvzQ"),c=o("R4+T")},N5tr:function(t,e,o){"use strict";function n(t){return a.createElement(t.href?"a":"div",t)}function i(t){t.stopPropagation()}var r,a,s,c,l,u,p,d;o.d(e,"a",function(){return d}),r=o("mrSG"),a=o("q1tI"),s=o("TSYQ"),c=o("tWVy"),
l=o("tITk"),u=o("QpNh"),p=o("v1bN"),d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._handleClick=function(t){var o=e.props,n=o.dontClosePopup,i=o.isDisabled,r=o.onClick,a=o.onClickArg,s=o.trackEventObject;i||(s&&Object(l.trackEvent)(s.category,s.event,s.label),r&&r(a,t),n||Object(c.b)())},e._handleMouseUp=function(t){var o=e.props,n=o.link,i=o.trackEventObject;1===t.button&&n&&i&&Object(l.trackEvent)(i.category,i.event,i.label)},e._formatShortcut=function(t){return t&&t.split("+").join(" + ")},e}return r.__extends(e,t),e.prototype.render=function(){var t,e,o=this.props,c=o.className,l=o.shortcut,d=o.forceShowShortcuts,h=o.icon,v=o.isActive,f=o.isDisabled,m=o.isHovered,g=o.appearAsDisabled,b=o.label,O=o.link,_=o.showToolboxOnHover,w=o.target,C=o.toolbox,D=o.theme,E=void 0===D?p:D,T=Object(u.a)(this.props);return a.createElement(n,r.__assign({},T,{className:s(c,E.item,h&&E.withIcon,(t={},t[E.isActive]=v,t[E.isDisabled]=f||g,t[E.hovered]=m,t)),href:O,target:w,onClick:this._handleClick,onMouseUp:this._handleMouseUp}),void 0!==h&&a.createElement("div",{className:E.icon,dangerouslySetInnerHTML:{__html:h}}),a.createElement("div",{className:E.labelRow},a.createElement("div",{className:E.label},b)),(void 0!==l||d)&&a.createElement("div",{className:E.shortcut},this._formatShortcut(l)),void 0!==C&&a.createElement("div",{onClick:i,className:s(E.toolbox,(e={},e[E.showOnHover]=_,e))},C))},e}(a.PureComponent)},NOPy:function(t,e,o){t.exports={separator:"separator-25lkUpN--"}},QpNh:function(t,e,o){"use strict";function n(t){var e,o,n,r,a,s=Object.entries(t).filter(i),c={};for(e=0,o=s;e<o.length;e++)r=(n=o[e])[0],a=n[1],c[r]=a;return c}function i(t){var e=t[0],o=t[1];return 0===e.indexOf("data-")&&"string"==typeof o}o.d(e,"a",function(){return n})},"R4+T":function(t,e){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>'},bQ7Y:function(t,e,o){t.exports={button:"button-2ioYhFEY-",isInteractive:"isInteractive-20uLObIc-",hover:"hover-yHQNmTbI-",isGrouped:"isGrouped-2BBXQnbO-",isActive:"isActive-22S-lGpa-",isOpened:"isOpened-p-Ume5l9-",isDisabled:"isDisabled-1_tmrLfP-",text:"text-1sK7vbvh-",icon:"icon-beK_KS0k-"}},cvzQ:function(t,e,o){t.exports={icon:"icon-3yfDkFjY-",dropped:"dropped-50rfOQ8V-"}},nPPD:function(t,e,o){"use strict";function n(t,e,o){var n,i,r,a,s;for(void 0===o&&(o={}),n=Object.assign({},e),i=0,r=Object.keys(e);i<r.length;i++)(s=o[a=r[i]]||a)in t&&(n[a]=[t[s],e[a]].join(" "));return n}function i(t,e,o){return void 0===o&&(o={}),Object.assign({},t,n(t,e,o))}o.d(e,"b",function(){return n}),o.d(e,"a",function(){return i})},tU7i:function(t,e,o){"use strict";function n(t){
var e,o=t.icon,n=t.isActive,l=t.isOpened,u=t.isDisabled,p=t.isGrouped,d=t.onClick,h=t.text,v=t.textBeforeIcon,f=t.title,m=t.theme,g=void 0===m?c:m,b=t.className,O=t.forceInteractive,_=i.__rest(t,["icon","isActive","isOpened","isDisabled","isGrouped","onClick","text","textBeforeIcon","title","theme","className","forceInteractive"]),w=a(b,g.button,f&&"apply-common-tooltip",((e={})[g.isActive]=n,e[g.isOpened]=l,e[g.isInteractive]=(O||Boolean(d))&&!u,e[g.isDisabled]=u,e[g.isGrouped]=p,e)),C=o&&("string"==typeof o?r.createElement(s.a,{className:g.icon,icon:o}):r.cloneElement(o,{className:a(g.icon,o.props.className)}));return r.createElement("div",i.__assign({},_,{className:w,onClick:u?void 0:d,title:f}),v&&h&&r.createElement("div",{className:a("js-button-text",g.text)},h),C,!v&&h&&r.createElement("div",{className:a("js-button-text",g.text)},h))}var i,r,a,s,c;o.d(e,"a",function(){return n}),i=o("mrSG"),r=o("q1tI"),a=o("TSYQ"),s=o("jjrI"),c=o("bQ7Y")},v1bN:function(t,e,o){t.exports={item:"item-2xPVYue0-",hovered:"hovered-1uf45E05-",isDisabled:"isDisabled-1wLqKupj-",isActive:"isActive-2j-GhQs_-",icon:"icon-2Qm7YIcz-",shortcut:"shortcut-30pveiCO-",toolbox:"toolbox-3ulPxfe--",withIcon:"withIcon-1xBjf-oB-",labelRow:"labelRow-3Q0rdE8--",label:"label-3Xqxy756-",showOnHover:"showOnHover-1q6ySzZc-"}}}]);

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[26],{Ald9:function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.939 95.939" width="95.939" height="95.939"><path d="M62.82 47.97l32.53-32.534a2 2 0 0 0 0-2.828L83.332.586a2 2 0 0 0-2.827 0L47.97 33.12 15.435.587c-.75-.75-2.078-.75-2.828 0L.587 12.607a2 2 0 0 0 0 2.83L33.12 47.97.588 80.504a2 2 0 0 0 0 2.828l12.02 12.02a1.997 1.997 0 0 0 2.83 0L47.97 62.818l32.535 32.535a2 2 0 0 0 2.827 0l12.02-12.02c.78-.783.78-2.05 0-2.83L62.82 47.97z"/></svg>'},"D/i5":function(e,t,n){e.exports={inputWrapper:"inputWrapper-6bNZbTW4-",textInput:"textInput-3WRWEmm7-",error:"error-v0663AtN-",success:"success-7iP8kTY5-",textInputLeftDirection:"textInputLeftDirection-mlAXPh8V-",xsmall:"xsmall-3Ah_Or2--",small:"small-2bmxiJCE-",large:"large-1JDowW2I-",iconed:"iconed-3ZQvxTot-",inputIcon:"inputIcon-W_Bse-a1-",clearable:"clearable-2tabt_rj-",clearIcon:"clearIcon-389FR5J4-"}},K5ke:function(e,t,n){e.exports={loader:"loader-3Pj8ExOX-",item:"item-2n55_7om-","tv-button-loader":"tv-button-loader-SKpJjjYw-",black:"black-eFIQWyf4-",white:"white-2Ma0ajvT-",gray:"gray-24fvVR0S-"}},L0Sj:function(e,t,n){"use strict";function a(e){var t,n=e.className,a=e.icon,d=e.clearable,p=e.onClear,m=e.size,f=e.strictLeftDirectionInput,h=r.__rest(e,["className","icon","clearable","onClear","size","strictLeftDirectionInput"]),g=s(l.inputWrapper,((t={})[n]=Boolean(n),t[l.iconed]=Boolean(a),t[l.clearable]=d,t));return o.createElement(u,r.__assign({theme:l,className:g,leftComponent:a?o.createElement(i.a,{key:"inputIcon",icon:a,className:l.inputIcon}):void 0,rightComponent:d?o.createElement(i.a,{className:l.clearIcon,icon:c,key:"clearIcon",onClick:p}):void 0,sizeMode:m,strictLeftDirectionInput:f},h))}var r,o,s,i,c,l,u;n.d(t,"a",function(){return u}),n.d(t,"b",function(){return a}),r=n("mrSG"),o=n("q1tI"),s=n("TSYQ"),i=n("jjrI"),c=n("Ald9"),l=n("D/i5"),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r.__extends(t,e),t.prototype.render=function(){var e,t,n,a,i=this.props,c=i.theme,u=i.error,d=i.success,p=i.sizeMode,m=i.leftComponent,f=i.rightComponent,h=i.grouped,g=i.columnGrouped,v=i.fontSize,I=i.reference,b=i.className,w=(i.strictLeftDirectionInput,r.__rest(i,["theme","error","success","sizeMode","leftComponent","rightComponent","grouped","columnGrouped","fontSize","reference","className","strictLeftDirectionInput"])),x={fontSize:v},y=s(c.textInput,this.props.strictLeftDirectionInput&&l.textInputLeftDirection,((e={})[c.error]=u,e[c.success]=d,e[c[p]]=Boolean(p),e)),C=s(c.inputWrapper,((t={})[b]=Boolean(b),t[c.grouped]=h,t[c.column]=g,t)),_=[],N=o.createElement("input",r.__assign({ref:I,className:y,key:"textInput",style:x},w));return m&&(n={className:s(c.leftComponent,m.props.className),key:"leftComponent"},_.push(o.cloneElement(m,n))),_.push(N),f&&(a={className:s(c.rightComponent,f.props.className),key:"rightComponent"},_.push(o.cloneElement(f,a))),o.createElement("div",{className:C},_)},t}(o.PureComponent)},ntfI:function(e,t,n){"use strict";var a,r,o,s,i,c,l
;n.d(t,"a",function(){return l}),a=n("mrSG"),r=n("q1tI"),o=n("TSYQ"),s=n("j1f4"),i=n("K5ke"),function(e){e[e.Initial=0]="Initial",e[e.Appear=1]="Appear",e[e.Active=2]="Active"}(c||(c={})),l=function(e){function t(t){var n=e.call(this,t)||this;return n._stateChangeTimeout=null,n.state={state:c.Initial},n}return a.__extends(t,e),t.prototype.render=function(){var e,t=this.props,n=t.className,a=t.color,s=void 0===a?"black":a,c=o(i.item,((e={})[i[s]]=Boolean(s),e));return r.createElement("span",{className:o(i.loader,n,this._getStateClass())},r.createElement("span",{className:c}),r.createElement("span",{className:c}),r.createElement("span",{className:c}))},t.prototype.componentDidMount=function(){var e=this;this.setState({state:c.Appear}),this._stateChangeTimeout=setTimeout(function(){e.setState({state:c.Active})},2*s.dur)},t.prototype.componentWillUnmount=function(){this._stateChangeTimeout&&(clearTimeout(this._stateChangeTimeout),this._stateChangeTimeout=null)},t.prototype._getStateClass=function(){switch(this.state.state){case c.Initial:return"loader-initial";case c.Appear:return"loader-appear";default:return""}},t}(r.PureComponent)},oj21:function(e,t,n){"use strict";function a(e){var t,n=e.active,a=void 0===n||n,l=e.children,u=e.className,d=void 0===u?"":u,p=e.disabled,m=void 0!==p&&p,f=e.grouped,h=void 0!==f&&f,g=e.growable,v=void 0!==g&&g,I=e.onClick,b=e.reference,w=e.size,x=e.theme,y=e.type,C=void 0===y?"default":y,_=e.loading,N=void 0!==_&&_,k=e.withPadding,E=void 0===k||k,S=e.title,W=void 0===S?"":S,T=e.disabledClassName,L=e.tabIndex,D=void 0===L?0:L,j=e.target,z=void 0===j?"":j,A=e.href,B=void 0===A?"":A,O=e.rounded,q=void 0!==O&&O,P=s(((t={})[d]=Boolean(d),t[i.button]=!0,t[i.active]=a&&!m,t[T||i.disabled]=m,t[i.grouped]=h,t[i.growable]=v,t[i.withPadding]=E,t[function(e){switch(e){case"xsmall":return i.xsmall;case"small":return i.small;case"large":return i.large;default:return""}}(w)]=Boolean(w),t[function(e){switch(e){case"ghost":return i.ghost;default:return""}}(x)]=Boolean(x),t[function(e){switch(e){case"default":return i.base;case"primary":return i.primary;case"secondary":return i.secondary;case"secondary-script":return i.secondaryScript;case"success":return i.success;case"warning":return i.warning;case"danger":return i.danger;case"link":return i.link;default:return""}}(C)]=!0,t[i.rounded]=q,t)),J="default"===C?"black":"white",M={disabled:m,title:W,target:z,href:B};return o.createElement("button",r.__assign({className:P,tabIndex:D,onClick:N?void 0:I,ref:b},M),o.createElement("span",{className:i.hiddenText},l),N?o.createElement("span",{className:i.loader},o.createElement(c.a,{color:J})):o.createElement("span",{className:i.text},l))}var r,o,s,i,c;n.d(t,"a",function(){return a}),r=n("mrSG"),o=n("q1tI"),s=n("TSYQ"),i=n("qsaw"),c=n("ntfI")},qsaw:function(e,t,n){e.exports={ghost:"ghost-3yO24wIn-",primary:"primary-1rSzOFdX-",success:"success-1qQ3_tEI-",danger:"danger-jKTO4wDd-",warning:"warning-2uDfz7Zc-",secondary:"secondary-3ll81brZ-",button:"button-2O-nMUcz-",withPadding:"withPadding-_5CJoO5q-",
hiddenText:"hiddenText-3qcN5Wif-",text:"text-2KOWx3rB-",loader:"loader-1CC-1F8J-",base:"base-2d4XFcnI-",secondaryScript:"secondaryScript-2iIeFIWW-",link:"link-2sR0CShp-",xsmall:"xsmall-1aiWe3Hs-",rounded:"rounded-3qEdyiAz-",small:"small-2-nQtW8O-",large:"large-33HYhX8D-",grouped:"grouped-1WsMjajI-",growable:"growable-F6tv8R_j-",active:"active-2UxWxOgk-",disabled:"disabled-3u0ULovv-"}}}]);

View File

@@ -0,0 +1,18 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[26],{DxCR:function(t,e,i){"use strict";(function(t){function o(t,e){return'<label for="'+e+'">'+t+"</label>"}function n(t,e){this._model=e,this._bindings=[],this._property=t,this.supportThemeSwitcher=!1}function s(t){return function(e){return e<t?t:e}}function r(t){return function(e){return e>t?t:e}}function a(t){return function(e){var i=parseInt(e,10);return V(i)?t:i}}function l(t){var e=new D;return function(i){var o=e.parse(i);return V(o)?t:o}}function c(t,e,i,o,n,s,r){L.call(this,t,e,o,n,s),this._transformFunction=i,this._setter=r,this._attachToControl(t,o)}function u(t,e,i,o,n){c.call(this,t,e,l(e.value()),i,o,n),this.addFormatter(function(t){return(new D).format(t)})}function p(t,e,i,o,n,s){this._subControlIds=e,L.call(this,t,i,o,n,s),this._forEachSubControl(function(t){this._attachToControl(t,o)})}function h(t,e,i,o,n,s,r){this._model=o,this._mainSeries=s,this._toIntTransformer=a(r),this._disabled=!1,L.call(this,t,e,i,o,n);var l=this;i&&t.change(function(){l.setValueToProperty(l.value())}),this._mainSeries.dataEvents().barReceived().subscribe(this,function(){l.setValue(this.property().value())})}function d(t,e,i,o,n,s,r){L.call(this,t,e,i,o,n),this._transform=s,i&&t.on("accept-symbol",function(t,e){this.setValueToProperty(e),this.setValue(e)}.bind(this)),r&&(r.subscribe(this,this._updateDisplayedSymbol),this._updateDelegate=r)}function f(t,e,i,o,n,s,r,a){L.call(this,t,e,o,n,s),this._transformFunction=i,this._propertyChangedHook=a,this._setter=r;var l=this;o&&t.change(function(){l._setter?l._setter.call(l,l.value()):l.setValueToProperty(l.value())})}function v(t,e){L.call(this,t,e)}function g(t,e,i,o,n,s){if(!t.is(":checkbox, :radio"))return new _(t,e,i,o,n);L.call(this,t,e,i,o,n),this._setter=s;var r=this;i&&t.change(function(){r._setter?r._setter.call(r,r.value()):r.setValueToProperty(r.value())})}function m(t,e,i,o,n,s){L.call(this,t,e,i,o,n),this._inverted=!0===s}function _(t,e,i,o,n){L.call(this,t,e,i,o,n);var s=this;i&&t.click(function(){var t=$(this).toggleClass("active").hasClass("active");s.setValueToProperty(t)})}function b(t,e,i,o,n,s){var r,a;r=t.is("input")?t:t.find("input"),L.call(this,r,e,i,o,n),this._transparencyProperty=s,this.applyOldTransparency(),a=this,i&&r.change(function(){a.setValueToProperty(a.value())})}function y(e,i,o,n,s,r){function a(t,e){var i=c.control().slider("option","min"),o=c.control().slider("option","max"),n=c._property.value();(i<=n&&n<=o||i<e.value&&e.value<o)&&c.setValueToProperty(e.value)}function l(t,e){c.setValueToProperty(e.value)}isNumber(i.value())||(H.logWarn("Property cannot be binded to control, bad value (expect number): "+i.value()),i=new t),L.call(this,e,i,o,n,s);var c=this;o&&(r?(e.bind("slidechange",a),e.bind("slide",a)):(e.bind("slidechange",l),e.bind("slide",l))),e.bind("slidestart",function(t,e){n.beginUndoMacro(s)}),e.bind("slidestop",function(t,e){n.endUndoMacro()})}function C(t,e,i,o,n){this._control=t,this._wv=e,this._transformFunction=i,this._undoModel=o,this._undoText=n,
this._attachToControl(this._control),this._setValueBinded=this.setValue.bind(this)}function T(t,e,i,o,n,s){this._not=!!s,C.apply(this,arguments)}function k(t,e,i,o,n,s,r,a){this._propFrom=e[0],this._propTo=e[1],this._control=t,this._applyOnFly=o,this._undoModel=n,this._undoText=r,this._properties=e,this._inputsText=s,this._transformers=i;var l=this;t.slider({range:!0,min:i[0],max:i[1],values:[l._propFrom.value(),l._propTo.value()]}),this.$rangeHandleFrom=$(t.find(".ui-slider-handle")[0]).addClass("from"),this.$rangeHandleTo=$(t.find(".ui-slider-handle")[1]).addClass("to"),this.setValue(this._propFrom,0),this.setValue(this._propTo,1),a&&($(a).on("change",function(t){$(this).is(":checked")?(l._control.slider("enable"),$(l._inputsText[0]).prop("disabled",!1),$(l._inputsText[1]).prop("disabled",!1)):(l._control.slider("disable"),$(l._inputsText[0]).prop("disabled",!0),$(l._inputsText[1]).prop("disabled",!0))}),$(a).is(":checked")?(l._control.slider("enable"),$(l._inputsText[0]).prop("disabled",!1),$(l._inputsText[1]).prop("disabled",!1)):(l._control.slider("disable"),$(l._inputsText[0]).prop("disabled",!0),$(l._inputsText[1]).prop("disabled",!0))),s&&($(s[0]).val(this._control.slider("values",0)),$(s[1]).val(this._control.slider("values",1)),t.slider({slide:function(t,e){$(s[0]).val(e.values[0]),$(s[1]).val(e.values[1])}}),$(s).each(function(){$(this).on("keydown",function(t){parseInt($(s[0]).val())<l._transformers[0]?$(s[0]).val(l._transformers[0]):parseInt($(s[1]).val())>l._transformers[1]&&$(s[1]).val(l._transformers[1]),-1!==$.inArray(t.keyCode,[46,8,9,27,13,110,190])||65===t.keyCode&&!0===t.ctrlKey||67===t.keyCode&&!0===t.ctrlKey||88===t.keyCode&&!0===t.ctrlKey||t.keyCode>=35&&t.keyCode<=39||(t.shiftKey||t.keyCode<48||t.keyCode>57)&&(t.keyCode<96||t.keyCode>105)&&t.preventDefault()})}),$(s[0]).on("keyup",function(t){parseInt($(this).val())<l._transformers[0]?$(this).val(l._transformers[0]):parseInt($(this).val())>l._transformers[1]&&$(this).val(l._transformers[1]),parseInt($(this).val())>parseInt($(s[1]).val())&&$(this).val(s[1].val()),l._control.slider("values",0,$(this).val()),k.prototype.setValueToProperty.call(l,l._control.slider("values"),"from")}),$(s[1]).on("keyup",function(t){parseInt($(this).val())<l._transformers[0]?$(this).val(l._transformers[0]):parseInt($(this).val())>l._transformers[1]&&$(this).val(l._transformers[1]),parseInt($(this).val())<$(s[0]).val()&&$(this).val(s[0].val()),l._control.slider("values",1,$(this).val()),k.prototype.setValueToProperty.call(l,l._control.slider("values"),"to")})),this._propFrom.listeners().subscribe(this,k.prototype.propertyChanged),this._propTo.listeners().subscribe(this,k.prototype.propertyChanged),o&&t.on("slide",function(t,e){l.setValueToProperty(l._control.slider("values"),e.handle)}),t.slider({stop:function(t,e){s&&($(s[0]).val(l._control.slider("values",0)),$(s[1]).val(l._control.slider("values",1))),l.setValueToProperty(l._control.slider("values"),e.handle)},start:function(t,e){s&&($(s[0]).val(l._control.slider("values",0)),
$(s[1]).val(l._control.slider("values",1))),l.setValueToProperty(l._control.slider("values"),e.handle)}})}function w(t,e,i,o,n,s){L.call(this,t,e,i,o,n),this._separator=s||" ";var r=this;i&&t.change(function(){r.setValueToProperty(r.value())})}var x,M,V,S,E,P,O,I,D,F,R,A,L,H,B;i("jgM0"),i("QBwY"),x=i("56W2"),i("pay7"),M=i("Eyy1").ensureNotNull,V=i("ivNn").isNaN,S=i("eJTA"),E=S.rgba,P=S.rgbaToString,O=S.parseRgb,I=i("XPit").TimePointIndexSearchMode,D=i("zXvd").NumericFormatter,F=i("T6Of").LimitedPrecisionNumericFormatter,R=i("Tmoa"),A=i("jNEI").addColorPicker,L=i("2h0C").Binding,H=i("uOxu").getLogger("Chart.PropertyPage"),B=i("MWAT").allPriceScaleSelectionStrategyInfo,n.prototype.model=function(){return this._model},n.prototype.bindControl=function(t){return this._bindings.push(t),t},n.prototype.unbindControl=function(t){var e=this._bindings.indexOf(t);-1!==e&&this._bindings.splice(e,1)},n.prototype.loadData=function(){var t,e,i;for(t=0;t<this._bindings.length;t++)(e=this._bindings[t]).properties?(i=e.properties(),e.setValue(i[0],0),e.setValue(i[1],1)):e.property&&(e.transparencyProperty&&e.transparencyProperty()?e.applyOldTransparency():e.setValue(e.property().value()))},n.prototype.saveData=function(){var t,e;for(this._model.beginUndoMacro(),t=0;t<this._bindings.length;t++)(e=this._bindings[t]).changed()&&this._model.setProperty(e.property(),e.value());this._model.endUndoMacro()},n.prototype.createLineWidthEditor=function(){var t=this._model._chartWidget.widget().prop("ownerDocument");return $('<div class="linewidth-slider">',t).slider({max:4,min:1,step:1})},n.prototype.createColorPicker=function(t){return A(null,t)},n.prototype.createTextEditor=function(t,e){var i={};return t&&(i.width=t),e&&(i.height=e),$(document.createElement("textarea")).css(i).addClass("tv-control-input")},n.prototype.createCombo=function(t){var e=$(document.createElement("select")),i=t.reduce(function(t,e){return t.add($(document.createElement("option")).prop({value:e,text:e}))},$());return e.append(i)},n.prototype.createKeyCombo=function(t){var e=$(document.createElement("select"));return $.each(t||[],function(t,i){$(document.createElement("option")).prop({value:t,text:i}).appendTo(e)}),e},n.prototype.createFontEditor=function(t){var e=t||TradingView.factoryDefaults("chartproperties.editorFontsList");return this.createCombo(e)},n.prototype.createFontSizeEditor=function(t){var e=t||[10,11,12,14,16,20,24,28,32,40];return this.createCombo(e).addClass("tv-select-container-fontsize")},n.prototype.createSeriesMinTickEditor=function(){var t,e,i="<select><option value='default'>"+$.t("Default")+"</option>",o=[{priceScale:1,minMove:1,frac:!1},{priceScale:10,minMove:1,frac:!1},{priceScale:100,minMove:1,frac:!1},{priceScale:1e3,minMove:1,frac:!1},{priceScale:1e4,minMove:1,frac:!1},{priceScale:1e5,minMove:1,frac:!1},{priceScale:1e6,minMove:1,frac:!1},{priceScale:1e7,minMove:1,frac:!1},{priceScale:1e8,minMove:1,frac:!1},{priceScale:2,minMove:1,frac:!0},{priceScale:4,minMove:1,frac:!0},{priceScale:8,minMove:1,frac:!0},{priceScale:16,minMove:1,frac:!0},{
priceScale:32,minMove:1,frac:!0},{priceScale:64,minMove:1,frac:!0},{priceScale:128,minMove:1,frac:!0},{priceScale:320,minMove:1,frac:!0}];for(t in o)i+="<option value='"+((e=o[t]).priceScale+","+e.minMove+","+e.frac)+"'>"+(e.minMove+"/"+e.priceScale)+"</option>";return i+="</select>",$(i)},n.prototype.createPriceScaleStrategyEditor=function(){var t=B().reduce(function(t,e){return t+"<option value='"+e.name+"'>"+e.title+"</option>"},"<select>")+"</select>";return $(t)},n.prototype.createPrecisionEditor=function(){var t,e="<select><option value='default'>"+$.t("Default")+"</option>";for(t=0;t<=8;t++)e+="<option value='"+t+"'>"+t+"</option>";return e+="</select>",$(e)},n.prototype.createLabeledCell=function(t,e,i){var o,n,s,r,a=null;return"number"==typeof t.valueOf()?(a=t,o=e,n=i):(o=t,n=e),o+="",s=this._labelToId(o),r=$("<td>"),$("<label>").html(o.length>0?$.t(o):"").attr("for",s).appendTo(r),a&&r.attr("colspan",a),n&&n.attr("id",s),r},n.prototype.createTableInTable=function(t){var e=$("<tr>").appendTo(t),i=$("<td>").appendTo(e);return $('<table cellpadding="0" cellspacing="0">').appendTo(i)},n.prototype._labelToId=function(t){return"control"+t.replace(/(^| )\w/g,function(t){return"-"+t.trim().toLowerCase()})+Math.floor(1e3*Math.random())},n.prototype.addRow=function(t){return $(document.createElement("tr")).appendTo(t)},n.prototype.addLabeledRow=function(t,e,i,n){var s,r=e&&e.length>0?$.t(e):"",a=$(document.createElement("tr")),l=$(document.createElement("td")).html(r);return n&&(n=parseInt(n),V(n)&&(n=2),l.attr("colspan",n)),i&&(s=this._labelToId(e),i.attr("id",s),l.html(o(r,s))),a.append(l).appendTo(t)},n.prototype.addEditorRow=function(t,e,i,o){var n=$(document.createElement("td"));return i.row=this.addLabeledRow(t,e,i,o),i.appendTo(n.appendTo(i.row)),i},n.prototype.addColorPickerRow=function(t,e){return this.addEditorRow(t,e,this.createColorPicker())},n.prototype.addOffsetEditorRow=function(t,e){var i=$("<input/>");return i.attr("type","text"),i.css("width","100px"),i.addClass("ticker"),this.addEditorRow(t,e,i)},n.prototype.addFontEditorRow=function(t,e){return this.addEditorRow(t,e,this.createFontEditor())},n.prototype.refreshStateControls=function(t,e,i){var o,n,s;for(o=0;o<e.length;o++){s=t[(n=e[o]).id];try{s.toggle(this.parseRule(n.visible,e,i))}catch(t){continue}s.attr("disabled",!this.parseRule(n.visible,e,i))}},n.prototype.parseRule=function(t,e,i){if(!t)return!0;var o=t.split("==");return!(o.length<2)&&i[o[0]].value()===o[1]},n.prototype.destroy=function(){for(var t=this._bindings.length;t--;)this._bindings[t].destroy();this._bindings.length=0},n.prototype.bindInteger=function(t,e,i,o,n){var l=[a(e.value())];void 0!==o&&l.push(s(1)),void 0!==n&&l.push(r(1e3)),this.bindControl(new c(t,e,l,!1,this.model(),i))},n.prototype.bindColor=function(t,e,i){this.bindControl(new b(t,e,!0,this.model(),i))},n.prototype.bindBoolean=function(t,e,i){this.bindControl(new g(t,e,!0,this.model(),i))},inherit(c,L),c.prototype.value=function(){var t,e=this._control.val()
;if(this._transformFunction)if(Array.isArray(this._transformFunction))for(t=0;t<this._transformFunction.length;t++)e=this._transformFunction[t](e);else e=this._transformFunction(e);return e},c.prototype.setValue=function(t){var e=this._control.val(),i=this._formatValue(t);e!==i&&this._control.val(i)},c.prototype.setValueToProperty=function(t){this._setter?this._setter.call(this,this.value()):this._undoModel.setProperty(this._property,t,this._undoText),this._changed=!1},inherit(u,c),inherit(p,L),p.prototype._forEachSubControl=function(t){this._subControlIds.forEach(function(e){var i="#"+e,o=this.control().find(i);t.call(this,o)},this)},p.prototype._parseSessions=function(t){var e,i,o=t.split("-",2);return 2!==o.length&&(o=["0","0"]),e=parseInt(o[0]),i=parseInt(o[1]),[Math.floor(e/100),e%100,Math.floor(i/100),i%100]},p.prototype.value=function(){var t,e,i,o=[];return this._forEachSubControl(function(t){o.push(t.val())}),t=function(t,e){return e.forEach(function(e){t=e(t)}),("0"+t).slice(-2)},e=[a(0),s(0),r(23)],i=[a(0),s(0),r(59)],t(o[0],e)+t(o[1],i)+"-"+t(o[2],e)+t(o[3],i)},p.prototype.setValue=function(t){var e=this._parseSessions(t);this._forEachSubControl(function(t){var i=t.val(),o=("0"+e[0]).slice(-2);e.shift(),i!==o&&t.val(o)})},inherit(h,L),h.prototype.value=function(){var t,e,i;return this._disabled?(this._control.attr("disabled",!0),null):(t=this._control.val(),(e=this._toIntTransformer(t))<0&&(e=0),(i=this._mainSeries.bars().size())<=e&&(e=i-1),1e3*M(this._mainSeries.bars().valueAt(M(this._mainSeries.bars().lastIndex())-e))[TradingView.TIME_PLOT])},h.prototype.setValue=function(t){var e,i;if(this._disabled||null==t)this._control.attr("disabled",!0);else{if(t<0)return this._control.val(-t),void this._property.setValue(this.value());null!==(e=this._mainSeries.data().plotValueToTimePointIndex(t/1e3,TradingView.TIME_PLOT,I.FromRight))?(i=M(this._mainSeries.bars().lastIndex())-e,this._control.val()!==i.toString()&&this._control.val(i)):this._disabled=!0}},inherit(d,L),d.prototype.value=function(){return this._control.val()},d.prototype.setValue=function(t){var e=this.value();this._transform&&(t=this._transform(t)),t&&e!==t&&this._control.val(t)},d.prototype._updateDisplayedSymbol=function(){this.setValue(this._property.value())},d.prototype.destroy=function(){L.prototype.destroy.call(this),this._updateDelegate&&this._updateDelegate.unsubscribe(this,this._updateDisplayedSymbol)},inherit(f,L),f.prototype.value=function(){var t=this._control.val();return this._transformFunction&&(t=this._transformFunction(t)),t},f.prototype.setValue=function(t){var e,i;if(this._control.val(t),this._control.selectbox)try{(e=this._control.find("[value='"+x(t)+"']")).length>0&&(i=e[0],this._control.selectbox("change",i.value,i.text))}catch(t){}},f.prototype.propertyChanged=function(t){var e=t.value();"function"==typeof this._propertyChangedHook&&(e=this._propertyChangedHook(e)),this.setValue(e)},inherit(v,L),v.prototype.value=function(){return this._property.value()},v.prototype.setValue=function(t){return this._control.html(t)},
inherit(g,L),g.prototype.value=function(){return this.control().is(":checked")},g.prototype.setValue=function(t){var e,i,o,n;return this.control().is(".visibility-checker")&&(t?(this.control().closest("tr").find(".slider-range").slider("enable"),this.control().closest("tr").find('input[type="text"]').each(function(){$(this).prop("disabled",!1)})):(this.control().closest("tr").find(".slider-range").slider("disable"),this.control().closest("tr").find('input[type="text"]').each(function(){$(this).prop("disabled",!0)}))),this.control().is(".visibility-switch")&&(e={opacity:t?1:.5},i=t?"enable":"disable",(o=this.control().data("hides"))?o.closest("td").css(e):(n=this.control()).parent().parent().data("visible",t).find("td").filter(function(){var t=$(this);return!t.find("label").length&&t.find(":checkbox").attr("id")!==n.attr("id")}).each(function(){var o=$(this),n=o.children();n.each(function(){var n=$(this);n.is(".ui-slider")?n.slider(i):n.is("select")?(n.selectbox(i),o.css(e)):n.is(".custom-select")?(n.data(i)(),o.css(e)):n.is(".tvcolorpicker-container")?(n.find("input").prop("disabled",!t),o.css(e)):(n.prop("disabled",!t),o.css(e))})})),this.control().attr("checked",!!t)},g.prototype.destroy=function(){L.prototype.destroy.call(this),this._control.off("change")},inherit(m,L),m.prototype.value=function(){return this.control().is(":disabled")},m.prototype.setValue=function(t){return t=Boolean(t),this._inverted&&(t=!t),this.control().parents("label").toggleClass("disabled",t),this.control().attr("disabled",t)},inherit(_,L),_.prototype.value=function(){return this.control().hasClass("active")},_.prototype.setValue=function(t){return this.control().toggleClass("active",!!t)},inherit(b,L),b.prototype.applyOldTransparency=function(){var t,e,i;this.transparencyProperty()&&(R.isHexColor(this.property().value())?(t=this.transparencyProperty().value?this.transparencyProperty().value():this.transparencyProperty(),e=O(this.property().value()),i=(100-t)/100,this.control().val(P(E(e,i)))):this.control().val(this.property().value()),this.control().change())},b.prototype.transparencyProperty=function(){return this._transparencyProperty},b.prototype.value=function(){return this._control.val()},b.prototype.setValue=function(t){this._control.val(t),this._control.change(),this._control.color&&this._control.color.fromString(t)},inherit(y,L),y.prototype.value=function(){return this._control.slider("option","value")},y.prototype.setValue=function(t){this._control.slider("option","value",t)},C.prototype._attachToControl=function(t){var e=this;this._wv.subscribe(this._setValueBinded,{callWithLast:!0}),$(this._control).on("change",function(){e.setValueToProperty(e.value())})},C.prototype.control=function(){return this._control},C.prototype.value=function(){var t=$(this._control).val();return this._transformFunction&&(t=this._transformFunction(t)),t},C.prototype.setValue=function(t){$(this._control).val(t)},C.prototype.setValueToProperty=function(t){this._undoModel.undoHistory.setWatchedValue(this._wv,t,this._undoText)},
C.prototype.watchedValue=function(){return this._wv},C.prototype.destroy=function(){this._wv.unsubscribe(this._setValueBinded)},inherit(T,C),T.prototype._attachToControl=function(t){var e=this;this._wv.subscribe(this.setValue.bind(this),{callWithLast:!0}),$(this._control).on("click",function(){e.setValueToProperty(e.value())})},T.prototype.value=function(){var t=$(this._control).attr("checked");return this._not&&(t=!t),this._transformFunction&&(t=this._transformFunction(t)),t},T.prototype.setValue=function(t){this._not&&(t=!t),$(this._control).attr("checked",!!t)},k.prototype.properties=function(){return this._properties},k.prototype.value=function(t){return this._control.slider("values",t)},k.prototype.setValue=function(t,e){void 0===e&&(t===this._propFrom&&(e=0),t===this._propTo&&(e=1)),this._control.slider("values",e,t.value()),this._inputsText&&$(this._inputsText[e]).val(t.value())},k.prototype.propertyChanged=function(t){this.setValue(t)},k.prototype.setValueToProperty=function(t,e){($(e).hasClass("from")||"from"===e)&&(this._undoModel.beginUndoMacro(this._undoText[0]),this._undoModel.setProperty(this._propFrom,t[0],this._undoText[0]),this._propFrom.setValue(t[0],0),this._undoModel.endUndoMacro()),($(e).hasClass("to")||"to"===e)&&(this._undoModel.beginUndoMacro(this._undoText[1]),this._undoModel.setProperty(this._propTo,t[1],this._undoText[1]),this._propTo.setValue(t[1],1),this._undoModel.endUndoMacro())},k.prototype.destroy=function(){this._propFrom&&this._propTo&&(this._propFrom.listeners().unsubscribe(this,L.prototype.propertyChanged),this._propTo.listeners().unsubscribe(this,L.prototype.propertyChanged))},inherit(w,L),w.prototype.value=function(){var t=[];return this._control.each(function(){var e=$(this);e.is(":checked")&&t.push(e.attr("value"))}),t.join(this._separator)},w.prototype.setValue=function(t){var e=t.split(this._separator).filter(Boolean);this._control.each(function(){var t=$(this),i=-1!==e.indexOf(t.attr("value"));t.attr("checked",i),t.parents("label").toggleClass("active",i)})},e.PropertyPage=n,e.UppercaseTransformer=function(t){return t.toUpperCase()},e.GreateTransformer=s,e.LessTransformer=r,e.ToIntTransformer=a,e.ToFloatTransformer=l,e.ToFloatTransformerWithDynamicDefaultValue=function(t){var e=new D;return function(i){var o=e.parse(i);return V(o)?t():o}},e.ToFloatLimitedPrecisionTransformer=function(t,e){var i=new F(e);return function(e){var o=i.format(e);return V(o)?t:o}},e.ToAsciiTransformer=function(){return function(t){for(var e=t,i=t.replace(/[^\u0000-\u007F]/,"");i.length!==e.length;)i=(e=i).replace(/[^\u0000-\u007F]/,"");return i}},e.ReplaceEmptyTransformer=function(t){return function(e){return 0===e.length?t:e}},e.SymbolInfoSymbolTransformer=function(t,e){return function(i){var o=t();return i===e.value()&&o&&(o.ticker||o.full_name)?o.ticker||o.full_name:i}},e.SimpleStringBinder=c,e.FloatBinder=u,e.SessionBinder=p,e.BarTimeBinder=h,e.SymbolBinder=d,e.SimpleComboBinder=f,e.StaticContentBinder=v,e.BooleanBinder=g,e.DisabledBinder=m,e.ColorBinding=b,e.SliderBinder=y,
e.CheckboxWVBinding=T,e.RangeBinder=k,e.generateLabelElementStr=o}).call(this,i("tc+8"))},QBwY:function(t,e,i){var o,n,s;n=[i("P5fv"),i("iGnl"),i("vBzC"),i("Qwlt"),i("MIQu")],void 0===(s="function"==typeof(o=function(t){return t.widget("ui.slider",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,i,o=this.options,n=this.element.find(".ui-slider-handle"),s=[];for(i=o.values&&o.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),e=n.length;e<i;e++)s.push("<span tabindex='0'></span>");this.handles=n.add(t(s.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each(function(e){t(this).data("ui-slider-handle-index",e).attr("tabIndex",0)})},_createRange:function(){var e=this.options;e.range?(!0===e.range&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=t("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),"min"!==e.range&&"max"!==e.range||this._addClass(this.range,"ui-slider-range-"+e.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(e){var i,o,n,s,r,a,l,c=this,u=this.options;return!u.disabled&&(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:e.pageX,y:e.pageY},o=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(e){var i=Math.abs(o-c.values(e));(n>i||n===i&&(e===c._lastChangedValue||c.values(e)===u.min))&&(n=i,s=t(this),r=e)}),!1!==this._start(e,r)&&(this._mouseSliding=!0,this._handleIndex=r,this._addClass(s,null,"ui-state-active"),s.trigger("focus"),a=s.offset(),l=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:e.pageX-a.left-s.width()/2,
top:e.pageY-a.top-s.height()/2-(parseInt(s.css("borderTopWidth"),10)||0)-(parseInt(s.css("borderBottomWidth"),10)||0)+(parseInt(s.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,r,o),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,i),!1},_mouseStop:function(t){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,i,o,n,s;return"horizontal"===this.orientation?(e=this.elementSize.width,i=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,i=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),(o=i/e)>1&&(o=1),o<0&&(o=0),"vertical"===this.orientation&&(o=1-o),n=this._valueMax()-this._valueMin(),s=this._valueMin()+o*n,this._trimAlignValue(s)},_uiHash:function(t,e,i){var o={handle:this.handles[t],handleIndex:t,value:void 0!==e?e:this.value()};return this._hasMultipleValues()&&(o.value=void 0!==e?e:this.values(t),o.values=i||this.values()),o},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(t,e){return this._trigger("start",t,this._uiHash(e))},_slide:function(t,e,i){var o,n=this.value(),s=this.values();this._hasMultipleValues()&&(o=this.values(e?0:1),n=this.values(e),2===this.options.values.length&&!0===this.options.range&&(i=0===e?Math.min(o,i):Math.max(o,i)),s[e]=i),i!==n&&!1!==this._trigger("slide",t,this._uiHash(e,i,s))&&(this._hasMultipleValues()?this.values(e,i):this.value(i))},_stop:function(t,e){this._trigger("stop",t,this._uiHash(e))},_change:function(t,e){this._keySliding||this._mouseSliding||(this._lastChangedValue=e,this._trigger("change",t,this._uiHash(e)))},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),void this._change(null,0)):this._value()},values:function(e,i){var o,n,s;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(i),this._refreshValue(),void this._change(null,e);if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this._hasMultipleValues()?this._values(e):this.value();for(o=this.options.values,n=arguments[0],s=0;s<o.length;s+=1)o[s]=this._trimAlignValue(n[s]),this._change(null,s);this._refreshValue()},_setOption:function(e,i){var o,n=0;switch("range"===e&&!0===this.options.range&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(n=this.options.values.length),this._super(e,i),e){case"orientation":this._detectOrientation(),
this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(i),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),o=n-1;o>=0;o--)this._change(null,o);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(t){this._super(t),this._toggleClass(null,"ui-state-disabled",!!t)},_value:function(){var t=this.options.value;return t=this._trimAlignValue(t)},_values:function(t){var e,i,o;if(arguments.length)return e=this.options.values[t],e=this._trimAlignValue(e);if(this._hasMultipleValues()){for(i=this.options.values.slice(),o=0;o<i.length;o+=1)i[o]=this._trimAlignValue(i[o]);return i}return[]},_trimAlignValue:function(t){if(t<=this._valueMin())return this._valueMin();if(t>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,i=(t-this._valueMin())%e,o=t-i;return 2*Math.abs(i)>=e&&(o+=i>0?e:-e),parseFloat(o.toFixed(5))},_calculateNewMax:function(){var t=this.options.max,e=this._valueMin(),i=this.options.step,o=Math.round((t-e)/i)*i;(t=o+e)>this.options.max&&(t-=i),this.max=parseFloat(t.toFixed(this._precision()))},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=t.toString(),i=e.indexOf(".");return-1===i?0:e.length-i-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(t){"vertical"===t&&this.range.css({width:"",left:""}),"horizontal"===t&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var e,i,o,n,s,r=this.options.range,a=this.options,l=this,c=!this._animateOff&&a.animate,u={};this._hasMultipleValues()?this.handles.each(function(o){i=(l.values(o)-l._valueMin())/(l._valueMax()-l._valueMin())*100,u["horizontal"===l.orientation?"left":"bottom"]=i+"%",t(this).stop(1,1)[c?"animate":"css"](u,a.animate),!0===l.options.range&&("horizontal"===l.orientation?(0===o&&l.range.stop(1,1)[c?"animate":"css"]({left:i+"%"},a.animate),1===o&&l.range[c?"animate":"css"]({width:i-e+"%"},{queue:!1,duration:a.animate})):(0===o&&l.range.stop(1,1)[c?"animate":"css"]({bottom:i+"%"},a.animate),1===o&&l.range[c?"animate":"css"]({height:i-e+"%"},{queue:!1,duration:a.animate}))),e=i}):(o=this.value(),n=this._valueMin(),s=this._valueMax(),i=s!==n?(o-n)/(s-n)*100:0,u["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[c?"animate":"css"](u,a.animate),"min"===r&&"horizontal"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({width:i+"%"},a.animate),"max"===r&&"horizontal"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({
width:100-i+"%"},a.animate),"min"===r&&"vertical"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({height:i+"%"},a.animate),"max"===r&&"vertical"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({height:100-i+"%"},a.animate))},_handleEvents:{keydown:function(e){var i,o,n,s=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(t(e.target),null,"ui-state-active"),!1===this._start(e,s)))return}switch(n=this.options.step,i=o=this._hasMultipleValues()?this.values(s):this.value(),e.keyCode){case t.ui.keyCode.HOME:o=this._valueMin();break;case t.ui.keyCode.END:o=this._valueMax();break;case t.ui.keyCode.PAGE_UP:o=this._trimAlignValue(i+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:o=this._trimAlignValue(i-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(i===this._valueMax())return;o=this._trimAlignValue(i+n);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(i===this._valueMin())return;o=this._trimAlignValue(i-n)}this._slide(e,s,o)},keyup:function(e){var i=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,i),this._change(e,i),this._removeClass(t(e.target),null,"ui-state-active"))}}})})?o.apply(e,n):o)||(t.exports=s)},"Y+MS":function(t,e,i){"use strict";var o=function(){function t(t,e){this.mouseFlag=!1,this.accuracy=2,this.value=1,this.colorInput=t,this.$el=$('<div class="transparency-slider wide-slider ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all">',t.prop("ownerDocument")),e&&this.$el.hide(),this.$gradient=$('<div class="gradient">').appendTo(this.$el),this.$roller=$('<a href="#" class="ui-slider-handle ui-state-default ui-corner-all without-shift-handle-left">').appendTo(this.$gradient)}return t.prototype.calculateRollerPosition=function(t){var e=t.pageX,i=this.$gradient.offset().left,o=e-i,n=this.$gradient.width();return o>n?100:o<0?0:~~(o/n*100)},t.prototype.toRgb=function(t){var e;return~t.indexOf("#")?t:(e=t.match(/[0-9.]+/g))?"rgb("+e.slice(0,3).join(", ")+")":"rgb(127, 127, 127)"},t.prototype.setValue=function(t){this.value=1!==t?t.toFixed(this.accuracy):t},t.prototype.updateRoller=function(){this.$roller.css("left",100-100*this.value+"%")},t.prototype.rollerMoveHandler=function(t){if(this.mouseFlag){var e=this.calculateRollerPosition(t);this.setValue((100-e)/100),$(this).trigger("change",[this.val()]),this.$roller.css("left",e+"%")}t.preventDefault()},t.prototype.mouseupHandler=function(t){this.mouseFlag&&(this.mouseFlag=!1,$(this).trigger("afterChange",[this.val()]))},t.prototype.initEvents=function(){var t=this.$el.prop("ownerDocument"),e=function(t){return this.rollerMoveHandler(t)}.bind(this),i=function(o){return $(t).off("mousemove mouseup",e),
$(t).off("mouseup",i),this.mouseupHandler(o)}.bind(this);this.$el.on("mousedown",function(o){this.mouseFlag=!0,$(t).on("mousemove mouseup",e),$(t).on("mouseup",i),o.preventDefault()}.bind(this)),this.colorInput.on("change",function(t){this.updateColor()}.bind(this))},t.prototype.removeEvents=function(){},t.prototype.updateColor=function(){var t=this.colorInput.val()||"black",e=this.toRgb(t),i=["-moz-linear-gradient(left, %COLOR 0%, transparent 100%)","-webkit-gradient(linear, left top, right top, color-stop(0%,%COLOR), color-stop(100%,transparent))","-webkit-linear-gradient(left, %COLOR 0%,transparent 100%)","-o-linear-gradient(left, %COLOR 0%,transparent 100%)","linear-gradient(to right, %COLOR 0%,transparent 100%)"];$.browser.msie?this.$gradient.css("filter",["progid:DXImageTransform.Microsoft.gradient(startColorstr='",e,"', EndColor=0, GradientType=1)"].join("")):i.forEach(function(t){this.$gradient.css("background-image",t.replace(/%COLOR/,e))}.bind(this))},t.prototype.val=function(t){return void 0!==t&&(this.setValue(+t),this.updateRoller()),this.value},function(e,i){return new t(e,i)}}();t.exports=o},bR4N:function(t,e,i){"use strict";var o,n,s=i("wmOI").ESC,r=i("0waE").guid,a=i("jAh7").getRootOverlapManager;i("eL+L"),(o=function(t,e,n){var l,c,u,p,h,d,f=".popup-menu";t=$(t),(n=n||{}).activeClass=n.activeClass||"",l=(n.event||"click")+f,n.hideEvent&&(c=n.hideEvent+f),p=u=function(){},h={},d=function(l,d,v){function g(e){var i=$(e.target).parents().andSelf();i.is(y)||i.is(t)||i.is(".charts-popup-tab-headers, .charts-popup-itemheader")||p()}function m(t){if(h.preventFirstProcessClick)h.preventFirstProcessClick=!1;else{var e=$(t.target).parents().andSelf();e.is(".charts-popup-tab-headers, .charts-popup-itemheader")||n.notCloseOnButtons&&e.is(".icon-delete")||p()}}function _(t){t.keyCode===s&&p()}var b,y,C,T,k,w,x,M,V,S,E,P,O,I,D,F,R,A,L,H,B,z,N,W=r(),G=l.target.ownerDocument,U=G.defaultView,j=a(G),Y=d||e;if("function"==typeof Y&&(Y=Y()),$(this).hasClass("open")||$(this).hasClass("active"))return l.preventDefault(),p(),void(b=h.scrollTop);switch(p=function(){h.scrollTop=y.scrollTop(),y.remove(),j.removeWindow(W),t.removeClass("active open "+n.activeClass),t.data("popup-menu",null),$(G).off("click",m),$(G).off("mousedown",g),Modernizr.mobiletouch&&$(G).off("touchstart.chartgui",g),$(G).off("selectstart."+f),G.removeEventListener("keydown",_,!1),p=u,n.onRemove&&n.onRemove()},t.addClass("active open "+n.activeClass),y=$('<div class="charts-popup-list">'),n.addClass&&y.addClass(n.addClass),n.zIndex&&y.css("z-index",n.zIndex),C=y,n.listInner&&(C=$('<div class="list-inner">').appendTo(C)),n.listTable&&(C=$('<div class="list-table">').appendTo(C)),$.each(Y,function(e){!function e(s,r,a){var l,c,u,p,h,d,f,v,g,m,_,b,C,T,k;if(s instanceof o.TabGroup){if(!s.tabs||!s.tabs.length)return;return 1!==s.tabs.length||s.tabs[0].title?(l=$('<div class="charts-popup-tab-group"></div>').appendTo(a),c=$('<div class="charts-popup-tab-headers"></div>').appendTo(l),u=null,void $.each(s.tabs||[],function(t,i){var o,n
;i.items&&i.items.length&&(o=$('<div class="charts-popup-tab"></div>').hide().appendTo(l),$.each(i.items,function(){e(this,void 0,o)}),(n=$('<span class="charts-popup-tab-header">').append($('<a href="javascript://" class="charts-popup-tab-header-label">').text(i.name)).appendTo(c)).on("click",function(t){n.is(".active")||(c.find(".charts-popup-tab-header.active").removeClass("active"),n.addClass("active"),l.find(".charts-popup-tab").hide(),o.show(),t&&t.preventDefault(),"function"==typeof s.onChange&&s.onChange.call(s,i.name))}),u&&!i.active||(u=n,c.find(".charts-popup-tab-header.active").removeClass("active"),n.addClass("active"),l.find(".charts-popup-tab").hide(),o.show()))})):void $.each(s.tabs[0].items,function(){e(this,void 0,a)})}if(s instanceof o.Group)return p=$('<div class="charts-popup-group"></div>').appendTo(a),s.title&&(h=$('<div class="charts-popup-itemheader"></div>').text(s.title).prepend($('<span class="charts-popup-itemheader-icon"></span>')),s.collapsible&&(p.addClass("charts-popup-group-collapsible"),p.toggleClass("collapsed",s.collapsed),h.on("click",function(){p.toggleClass("collapsed"),"function"==typeof s.onChange&&s.onChange(p.hasClass("collapsed")),y.height()===parseInt(y.css("max-height"))?y.addClass("popup-menu-scroll-y"):y.height()<parseInt(y.css("max-height"))&&y.removeClass("popup-menu-scroll-y")})),p.append(h)),void $.each(s.items,function(t){e(this,1,p)});if(s instanceof o.Header)a.append($('<div class="charts-popup-itemheader"></div>').text(s.title));else{if(s.separator)return d=$('<span class="separator"></span>'),void a.append(d);d=$('<a class="item">'),s.url&&d.attr("href",s.url),s.target&&d.attr("target",s.target),r||d.addClass("first"),"function"==typeof s.active?s.active(s)&&d.addClass("active"):s.active&&d.addClass("active"),s.addClass&&d.addClass(s.addClass),s.addData&&d.data(s.addData),s.disabled&&d.addClass("disabled"),"function"==typeof s.action&&(f=s.action,v=function(t){$(t.target).parents().andSelf().is(T)||(f.apply(d,arguments),!s.url&&t&&"function"==typeof t.preventDefault&&t.preventDefault())},n.upAction?d.bind("mouseup",v):d.bind("click",v)),s.date?(g=$('<span class="title"></span>').appendTo(d),$('<span class="date"></span>').text(s.date||"").appendTo(d)):s.icon&&!n.svg?((m=$('<span class="icon"></span>').appendTo(d)).css("background-image",s.icon.image||""),s.icon.offset&&m.css("background-position","string"==typeof s.icon.offset?s.icon.offset:s.icon.offset.x+"px "+s.icon.offset.y+"px"),g=$('<span class="title"></span>').appendTo(d)):!0===n.svg&&s.svg?(n.wrapIcon?d.append($('<span class="icon-wrap">').addClass(s.iconClass).append(s.svg)):d.append(s.svg),g=$('<span class="title"></span>').appendTo(d)):s.iconClass?(d.append($('<span class="icon"></span>').addClass(s.iconClass)),g=$('<span class="title"></span>').appendTo(d)):g=$('<span class="title-expanded"></span>').appendTo(d),s.html?g.html(s.html):g.text(TradingView.clean(s.title,!0)||""),_=$('<span class="shortcut"></span>').appendTo(d),s.shortcut&&_.text(s.shortcut.keys),
"function"==typeof s.deleteAction&&(b=s.deleteAction,C=s.deleteAction.title||$.t("Delete"),(T=$('<span class="icon-delete">')).html(i("uo4K")),T.attr("title",C),T.on("click",function(t){b.apply(d,arguments),t.preventDefault()}),d.append(T)),s.buttons instanceof Array&&s.buttons.length&&s.buttons.forEach(function(t){t.el instanceof $||(t.el=$(t.el)),t.el.appendTo(d),t.handler&&t.el.on("click",function(e){t.handler.apply(d,arguments)})}),void 0!==s.counter&&("function"==typeof s.counter?$('<span class="counter"></span>').html(s.counter()).appendTo(d):(k=s.counterBlue?"blue":"",$('<span class="counter"></span>').text(s.counter+"").addClass(k).appendTo(d))),s.name&&d.attr("data-name",s.name),a.append(d),t.data("popup-menu",a)}}(this,e,C)}),c||(h.preventFirstProcessClick=!0),$(G).on("click",m),$(G).on("mousedown",g),G.addEventListener("keydown",_,!1),Modernizr.mobiletouch&&$(G).on("touchstart.chartgui",g),n.upAction&&$(G).on("selectstart.popup-menu",function(){return!1}),y.appendTo(j.ensureWindow(W)),T=G.documentElement.clientWidth,k=G.documentElement.clientHeight,w=t.outerWidth(),x=t.outerHeight(),M=t.offset(),b=$(U).scrollTop()||0,M.top-=b,M.top=Math.round(M.top),M.left=Math.round(M.left),V=y.outerWidth(),S=y.outerHeight(),E=void 0!==n.viewportSpacing?n.viewportSpacing:10,P=n.popupSpacing?~~n.popupSpacing:1,O=n.popupDrift?~~n.popupDrift:0,I=S-y.height(),D="down",n.direction&&(D="function"==typeof n.direction?n.direction():n.direction),F=!!n.reverse,"down"===D?(R=k-M.top-x-P-E-I,A=M.top-P-E-I,R<Math.max(S||0,100)&&A>R&&(D="up")):"right"===D&&(L=T-M.left-w-P-E-I,H=M.left-P-E-I,L<Math.max(V||0,100)&&H>L&&(D="left")),D){case"down":case"up":"down"===D?y.css("top",M.top+x+P+"px"):y.css("bottom",k-M.top+P+"px").css("top","auto"),F?y.css("left",Math.max(M.left+O+w-V,E)+"px").css("right","auto"):y.css("left",M.left+O+"px").css("right","auto");break;case"right":case"left":P=Math.max(P,4),"right"===D?y.css("left",Math.floor(M.left+w+P)+"px").css("right","auto"):y.css("left",Math.floor(Math.max(M.left-V-P,E))+"px").css("right","auto"),F?y.css("top",Math.floor(Math.max(M.top+O+x-S,E))+"px"):y.css("top",Math.floor(M.top+O)+"px")}y.show(),B=M.top,"up"===D||{left:1,right:1}[D]&&F?"up"!==D?B+=x:B-=x+P+I+E:B=k-B-x-2*P-I,y.height()>B&&y.addClass("popup-menu-scroll-y"),y.css("max-height",B+"px"),n.careRightBorder&&(z=T+$(U).scrollLeft(),parseInt(y.css("left"))+y.width()+E>z&&y.css("left",z-y.width()-E+"px").css("right","auto")),n.careBottomBorder&&parseInt(y.css("top"))+y.height()+E>k+b&&y.css("top",k-y.height()-E+b+"px"),N=y.offset(),y.css({position:"fixed",left:N.left-$(G).scrollLeft(),right:"auto"}),y[0].scrollHeight>y.height()&&y.addClass("popup-with-scroll"),l&&l.preventDefault()},l&&t.bind(l,d),c&&t.bind(c,function(){p()}),n.runOpened&&d()}).TabGroup=function t(e){if(!(this instanceof t))return new t(e);e=e||{},this.tabs=[],"function"==typeof e.onChange&&(this.onChange=e.onChange)},o.TabGroup.prototype.appendTab=function(t,e,i){if(null==t?t="":t+="",e||(e=[]),i||(i={}),!Array.isArray(e))throw new TypeError("items must be an array")
;return this.tabs.push({name:t,items:e,active:!!i.active}),e},o.Header=function t(e){if(!(this instanceof t))return new t(e);this.title=e},o.Group=function t(e){if(!(this instanceof t))return new t(e);e=e||{},this.items=[],this.title=null==e.title?"":e.title+"",this.collapsible=!!e.collapsible,this.collapsed=!!e.collapsed,"function"==typeof e.onChange&&(this.onChange=e.onChange)},o.Group.prototype.push=function(){this.items.push.apply(this.items,arguments)},e.bindPopupMenu=o,n=function(t){(t=$(t)).unbind(".popup-menu"),t.removeData("popup-menu")},e.unbindPopupMenu=n},"d2+F":function(t,e,i){"use strict";var o,n,s,r,a,l,c,u,p,h,d,f,v,g,m,_;i("zNST"),i("utoz"),i("pay7"),o=i("eJTA"),n=o.rgba,s=o.areEqualRgb,r=o.areEqualRgba,a=o.normalizeHue,l=o.normalizeHsvSaturation,c=o.normalizeValue,u=o.hsv,p=o.rgbToHsv,h=o.hsvToRgb,d=o.rgbToString,f=o.rgbaToString,v=o.parseRgb,g=o.parseRgba,m=i("Y+MS"),_=i("wmOI").ESC,function(t){function e(t){return""===t?t:f(g(t))}function i(t){t&&(t.join||(t=t?(""+t).split(","):[]),C=t)}function o($){function k(e,i,o){var s=t(this);e=f(n(v(e),i)),w.call(this,e),s.removeData("tvcolorpicker").removeData("tvcolorpicker-custom-color"),o&&(S.call(s),s.blur())}function w(e){var i=t(this);i.val(e),i.change(),e?i.trigger("pick-color",e):i.trigger("pick-transparent"),x.call(this,e)}function x(e){""!==e?(t(this).removeClass("tvcolorpicker-gradient-widget"),t(this).css({backgroundColor:e,color:e})):t(this).addClass("tvcolorpicker-gradient-widget")}function M(e,i){var o,n,r,a,l,c,u;return i=i||{},n=(o=this).prop("ownerDocument"),r=t(o).val().toLowerCase(),a=n.createElement("table"),l=n.createElement("tbody"),a.appendChild(l),u=0,t.each(e,function(e,n){var a,p;u++,e%y==0&&(c=t("<tr></tr>").appendTo(l)),a=t('<td class="tvcolorpicker-cell"></td>').appendTo(c),p=t('<div class="tvcolorpicker-transparency"><div class="tvcolorpicker-swatch"></div></div>').appendTo(a).find(".tvcolorpicker-swatch").data("color",n),i.addClass&&p.addClass(i.addClass),n&&(n=n.toLowerCase(),r&&s(v(r),v(n))&&p.addClass("active"),p.css({backgroundColor:n}).data("color",n),p.bind("click",function(){k.call(o,n,P.val(),!0)}))}),t(a).addClass("tvcolorpicker-table"),u?a:t()}function V(e){function i(t){var e=t.originalEvent,i=t.offsetX||t.layerX||e&&(e.offsetX||e.layerX)||0,o=t.offsetY||t.layerY||e&&(e.offsetY||e.layerY)||0;V.css({left:i+"px",top:o+"px"}),z[0]=a(i/A),z[1]=l(1-o/R),I.css({backgroundColor:d(h(u(z[0],z[1],1)))}),b()}function o(e){1==e.which&&(L=!1,U.is(".opened")&&t(W).get(0).focus())}function s(e){var i=function(e){var i=e.pageY,o=t(F),n=i-o.offset().top;return n>o.height()?o.height():n<0?0:n}(e);D.css({top:i+"px"}),z[2]=c(1-Math.max(0,Math.min(i,R))/R),b()}function _(e){1==e.which&&(H=!1,t(G).unbind("mouseup",_),U.is(".opened")&&t(W).get(0).focus())}function b(){var t,e;B&&(B=!1,U.find(".tvcolorpicker-swatch.active").removeClass("active")),t=n(h(z),P.val()),r(g(W.val().toUpperCase()),t)||(e=f(t),W.data("tvcolorpicker-custom-color",e),w.call(W,e))}
var y,$,x,V,S,O,I,D,F,R,A,L,H,B,z,N=!1,W=t(this),G=W.prop("ownerDocument"),U=t('<div class="tvcolorpicker-popup opened">'),j=t('<div class="tvcolorpicker-swatches-area"></div>').appendTo(U);return j.append(M.call(this,["rgb(0, 0, 0)","rgb(66, 66, 66)","rgb(101, 101, 101)","rgb(152, 152, 152)","rgb(182, 182, 182)","rgb(203, 203, 203)","rgb(216, 216, 216)","rgb(238, 238, 238)","rgb(242, 242, 242)","rgb(255, 255, 255)"])),j.append(M.call(this,["rgb(151, 0, 0)","rgb(255, 0, 0)","rgb(255, 152, 0)","rgb(255, 255, 0)","rgb(0, 255, 0)","rgb(0, 255, 255)","rgb(73, 133, 231)","rgb(0, 0, 255)","rgb(152, 0, 255)","rgb(255, 0, 255)"])),j.append(M.call(this,["rgb(230, 184, 175)","rgb(244, 204, 204)","rgb(252, 229, 205)","rgb(255, 242, 204)","rgb(217, 234, 211)","rgb(208, 224, 227)","rgb(201, 218, 248)","rgb(207, 226, 243)","rgb(217, 210, 233)","rgb(234, 209, 220)","rgb(221, 126, 107)","rgb(234, 153, 153)","rgb(249, 203, 156)","rgb(255, 229, 153)","rgb(182, 215, 168)","rgb(162, 196, 201)","rgb(164, 194, 244)","rgb(159, 197, 232)","rgb(180, 167, 214)","rgb(213, 166, 189)","rgb(204, 65, 37)","rgb(224, 102, 102)","rgb(246, 178, 107)","rgb(255, 217, 102)","rgb(147, 196, 125)","rgb(118, 165, 175)","rgb(109, 158, 235)","rgb(111, 168, 220)","rgb(142, 124, 195)","rgb(194, 123, 160)","rgb(166, 28, 0)","rgb(204, 0, 0)","rgb(230, 145, 56)","rgb(241, 194, 50)","rgb(106, 168, 79)","rgb(69, 129, 142)","rgb(60, 120, 216)","rgb(61, 133, 198)","rgb(103, 78, 167)","rgb(166, 77, 121)","rgb(133, 32, 12)","rgb(153, 0, 0)","rgb(180, 95, 6)","rgb(191, 144, 0)","rgb(56, 118, 29)","rgb(19, 79, 92)","rgb(17, 85, 204)","rgb(11, 83, 148)","rgb(53, 28, 117)","rgb(116, 27, 71)","rgb(91, 15, 0)","rgb(102, 0, 0)","rgb(120, 63, 4)","rgb(127, 96, 0)","rgb(39, 78, 19)","rgb(12, 52, 61)","rgb(28, 69, 135)","rgb(7, 55, 99)","rgb(32, 18, 77)","rgb(76, 17, 48)"])),y=t('<div class="tvcolorpicker-custom-area"></div>').css({display:"none"}).appendTo(U),$=t('<div class="tvcolorpicker-hsv"></div>').appendTo(y),x=t('<div class="tvcolorpicker-hs"></div>').appendTo($),V=t('<div class="tvcolorpicker-hs-handle"></div>').appendTo(x),S=t('<div class="tvcolorpicker-hs-area"></div>').appendTo(x),O=t('<div class="tvcolorpicker-vv">').appendTo($),I=t('<div class="tvcolorpicker-v"></div>').appendTo(O),D=t('<div class="tvcolorpicker-v-handle"></div>').appendTo(I),F=t('<div class="tvcolorpicker-v-area"></div>').appendTo(I),(P=m(t(this),e.hideTransparency)).initEvents(),P.updateColor(),P.$el.appendTo(U),P.val(g(W.val()||T)[3]),R=x.height(),A=x.width(),L=!1,H=!1,B=!0,z=[0,0,.5],S.bind("mousedown",function(e){1==e.which&&(L=!0,t(G).bind("mouseup",o),i(e),e.preventDefault())}),S.bind("mousemove",function(t){L&&(i(t),t.preventDefault())}),t(P).on("change",function(){N?b():k.call(this,t(this).val()||T,P.val())}.bind(this)),t(P).on("afterChange",function(){t(this).focus()}.bind(this)),O.bind("mousedown",function(e){1==e.which&&(H=!0,t(G).bind("mouseup",_),s(e),e.preventDefault())}),t(G).bind("mousemove",function(t){H&&(s(t),t.preventDefault())}),
t('<a class="tvcolorpicker-custom-button _tv-button">'+window.t("Custom color...")+"</a>").appendTo(U).bind("click",function(){var e,i=t(this).is(".active");i||y.css({minWidth:j.width()+"px",minHeight:j.height()+"px"}),t(this)[i?"removeClass":"addClass"]("active"),N=t(this).is(".active"),y.css({display:i?"none":"block"}),j.css({display:i?"block":"none"}),i?W.removeData("tvcolorpicker-custom-color"):(R=x.height(),A=x.width(),e=v(W.val()||T),z=p(e),V.css({left:~~(z[0]*A)+"px",top:~~((1-z[1])*R)+"px"}),D.css({top:~~((1-z[2])*R)+"px"}),I.css({backgroundColor:d(h(u(z[0],z[1],1)))}))}),U.append(t(M.call(this,C,{addClass:"tvcolorpicker-user"})).addClass("tvcolorpicker-user-swatches")),t(G.body).append(U),function(e,i,o){var n,s=t(e).prop("ownerDocument"),r=s.defaultView,a=t(e).offset(),l=(t(s).scrollLeft(),t(s).scrollTop()),c=t(e).outerWidth(),u=t(e).outerHeight(),p=t(r).width(),h=t(r).height(),d=t(i).outerWidth(),f=t(i).outerHeight(),v="function"==typeof o.direction?o.direction():o.direction;switch(v){default:case"down":n={top:a.top+u+o.offset,left:a.left+o.drift};break;case"right":n={top:a.top+o.drift,left:a.left+c+o.offset}}n.top+f>h+l&&(n.top=h-f+l),a.left+d>p&&(n.left=p-d),n.left+="px",n.top+="px",i.css(n)}(W,U,e),G.addEventListener("keydown",E,!1),U}function S(){var e=t(this).prop("ownerDocument")||document;t(e).find(".tvcolorpicker-popup").removeClass("opened").remove(),t(P).off("change"),t(P).off("afterChange"),e.removeEventListener("keydown",E,!1),t(O).data("tvcolorpicker",null),t(O).each(function(){var e,i=t(this).data("tvcolorpicker-custom-color");i&&(function(e){var i=!1,o=v(e);return t.each(C,function(t,e){if(s(v(e),o))return i=!0,!1}),!i&&(C=[d(o)].concat(C.slice(0,b-1)),!0)}(i)&&t(this).trigger("customcolorchange",[C]),t(this).data("tvcolorpicker-custom-color",null)),(e=t(this).data("tvcolorpicker-previous-color"))&&e!=t(this).val()&&t(this).trigger("change"),t(this).removeData("tvcolorpicker-previous-color")})}function E(t){t.keyCode===_&&(S.call(O),O.blur())}var P,O;return $=t.extend({},o.options,$||{}),O=this,$&&"customColors"in $&&i($.customColors),this.each(function(){function i(){var t=e(r.val());x.call(r,t)}var o,n,s,r=t(this);r.val(e(r.val())),o=null,n=!1,r.addClass("tvcolorpicker-widget").attr("autocomplete","off").attr("readonly",!0),s=function(){r.data("tvcolorpicker")||(S.call(r),o=V.call(r,$),r.data("tvcolorpicker-custom-color",null),r.data("tvcolorpicker",o),r.data("tvcolorpicker-previous-color",r.val()),o.bind("mousedown click",function(e){t(e.target).parents().andSelf().is(o)&&(r.focus(),n=!0,setTimeout(function(){n=!1},0))}))},r.on("touchstart",s),r.focus(s),S.call(r),r.bind("blur",function(t){n?t.stopPropagation():S.call(r)}),r.change(function(t){i()}),i()})}var b,y,C,T;if(!t)throw new Error("This program cannot be run in DOS mode");o.setCustomColors=i,t.fn.tvcolorpicker=o,b=29,y=10,C=[],T="rgb(14, 15, 16)",o.options={direction:"down",offset:0,drift:0}}(window.jQuery)},"eL+L":function(t,e,i){},jNEI:function(t,e,i){"use strict";function o(t,e){void 0===e&&(e={})
;var i=$('<span class="tvcolorpicker-container">');return null!==t&&i.appendTo(t),void 0!==e.addClass&&i.addClass(e.addClass),$('<div class="tvcolorpicker-transparency">').appendTo(i),$('<input class="colorpicker-widget">').tvcolorpicker({customColors:function(t){var e,i,o,n=[];for(e=0,i=t;e<i.length;e++)o=i[e],null!==Object(r.tryParseRgb)(o)&&n.push(o);return n}(Object(a.getJSON)("pickerCustomColors",[])),direction:e.direction,hideTransparency:!!e.hideTransparency}).on("change",function(){var t,e,i;$(this).css("border-color",(t=$(this).val()||l,e=Object(r.parseRgb)(t),i=e.map(function(t){return t>50?t-50:0}),Object(r.rgbToString)(i)))}).bind("customcolorchange",function(t,e){Object(a.setJSON)("pickerCustomColors",e)}).appendTo(i),i}var n,s,r,a,l;i.r(e),i.d(e,"addColorPicker",function(){return o}),n=i("P5fv"),s=i("d2+F"),r=i("eJTA"),a=i("Vdly"),l="#727272"},pay7:function(t,e,i){},uo4K:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13" width="13" height="13"><path fill="currentColor" d="M5.18 6.6L1.3 2.7.6 2 2 .59l.7.7 3.9 3.9 3.89-3.9.7-.7L12.61 2l-.71.7L8 6.6l3.89 3.89.7.7-1.4 1.42-.71-.71L6.58 8 2.72 11.9l-.71.7-1.41-1.4.7-.71 3.9-3.9z"/></svg>'},utoz:function(t,e,i){},vBzC:function(t,e,i){var o,n,s;n=[i("P5fv"),i("Qwlt")],void 0===(s="function"==typeof(o=function(t){return t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}})?o.apply(e,n):o)||(t.exports=s)},zNST:function(t,e,i){}}]);

View File

@@ -1,5 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[27],{"/NcV":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" width="14" height="14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.5 1.5l5 5.5-5 5.5"/></svg>'},FxnJ:function(t,e,i){},MjtL:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" width="14" height="14"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8.5 1.5L3.5 7l5 5.5"/></svg>'},NhD9:function(t,e,i){"use strict";(function(t){var s,a,o,r,n;Object.defineProperty(e,"__esModule",{value:!0}),e.createTabbedDialog=function(e){var i,l,d,c,h,p,u,_,f,g,v;if(e=$.extend({},n,e),i=$(t.render(o,{tabs:e.tabs,customControls:e.customControls,customControlsAddClass:e.customControlsContainerAddClass},{additionalHeaderContent:e.additionalHeaderContent})),d=l=$(r),e.contentAddClass&&l.addClass(e.contentAddClass),!1!==e.withScroll&&(l=$('<div class="js-dialog__scroll-wrap tv-dialog__scroll-wrap">').append(d.addClass("tv-dialog__scroll-wrap-inner"))),c=$('<div class="tv-tabbed-dialog">').append(i).append(l),e.customControls&&i.find(".js-custom-controls").append(e.customControls),!0!==e.doNotCreatePages)for(h=0;h<e.tabs.length;++h)d.append($('<div class="tv-tabbed-dialog__tab-page">').append(e.tabs[h].page));return p=e.tabStateSaveKey,u=e.activeTab,_=e.tabsScrollBoxAddClass,f=e.tabAddClass,delete e.tabs,delete e.activeTab,delete e.customControls,delete e.tabStateSaveKey,delete e.customControlsContainerAddClass,delete e.tabsScrollBoxAddClass,delete e.tabAddClass,e.closeButtonAddClass="tv-tabbed-dialog__close",e.contentWrapTemplate=c,g=(0,a.createDialog)(e),v=new s.Tabs(i.find(".tv-tabs").get(0),d.get(0),{addLeftArrowsClass:"tv-tabbed-dialog__tabs-arrow-left",addRightArrowsClass:"tv-tabbed-dialog__tabs-arrow-right",addScrollBoxClass:_,tabClass:f,saveTab:p,activeTab:u}),g.on("afterOpen",function(){v.setActivePage(v.index(),!0,!0)}),{dialog:g,tabs:v}},s=i("pIOw"),a=i("YDhE"),i("FxnJ"),o='<div class="tv-dialog__section tv-dialog__section--title tv-tabbed-dialog__header js-close-button-place" tabindex="-1"><div class="tv-tabs tv-tabbed-dialog__tabs js-dialog__drag">{{#tabs}}<div class="tv-tabs__tab">{{name}}</div>{{/tabs}}</div>{{#customControls}}<div class="js-custom-controls tv-tabbed-dialog__custom-controls {{#customControlsAddClass}}{{customControlsAddClass}}{{/customControlsAddClass}}"></div>{{/customControls}}<div class="tv-tabbed-dialog__bottom-border"></div></div>{{>additionalHeaderContent}}',r='<div class="tv-tabbed-dialog__pages-container"></div>',n={tabs:[]}}).call(this,i("OiQe"))},pIOw:function(t,e,i){"use strict";function s(){return new Promise(function(t){i.e("lazy-velocity").then(function(e){i("WJ2Z"),t()}.bind(null,i)).catch(i.oe)})}var a,o,r,n,l,d,c,h,p,u,_,f,g;i.r(e),a=i("Eyy1"),i("P5fv"),$.fn.velocity=function(){var t,e=this,i=[];for(t=0;t<arguments.length;t++)i[t]=arguments[t];return s().then(function(){$.fn.velocity.apply(e,i)}),this},i("bf9a"),o=i("j1f4"),r=i("FIi8"),
n=i("aIyQ"),l=i.n(n),d=i("MjtL"),c=i("/NcV"),h=i("Vdly"),p=i("Ialn"),i.d(e,"Tabs",function(){return g}),function(t){t[t.Left=0]="Left",t[t.Right=1]="Right"}(u||(u={})),_={saveTab:"",noSlider:!1,onTabClick:!1,loadedClass:"i-loaded",tabsContainerClass:"tv-tabs",tabClass:"tv-tabs__tab",tabDisabledClass:"disabled",activeTabClass:"i-active",activePageClass:"active",sliderClass:"tv-tabs__slider",scrollBoxClass:"tv-tabs__scroll-box",scrollWrapClass:"tv-tabs__scroll-wrap",lArrowClass:"tv-tabs__left-arrow",rArrowClass:"tv-tabs__right-arrow"},f={leftArrow:d,rightArrow:c},g=function(){function t(t,e,i){void 0===i&&(i={}),this._animating=!1,this._prevWidth=-1,this._bindings=[],this._options=Object(r.deepExtend)({},_,i),this.tabChanged=new l.a,this._elTabs=t,this._elPages=e,this._elScrollWrap=this._findOrCreateElement(this._options.scrollWrapClass||"",this._elTabs,"wrapInner"),this._elScrollBox=this._findOrCreateElement(this._options.scrollBoxClass||"",this._elScrollWrap,"wrapInner"),this._options.noSlider||(this._elSlider=this._findOrCreateElement(this._options.sliderClass||"",this._elScrollBox,"append")),Modernizr.mobiletouch||(this._elArrowLeft=this._findOrCreateElement(this._options.lArrowClass||"",this._elTabs,"append",'<div class="'+(this._options.lArrowClass||"")+' i-slided">'+f.leftArrow+"</div>"),this._elArrowRight=this._findOrCreateElement(this._options.rArrowClass||"",this._elTabs,"append",'<div class="'+(this._options.rArrowClass||"")+' i-slided">'+f.rightArrow+"</div>"),this._addClass(this._elArrowLeft,this._options.addLeftArrowsClass),this._addClass(this._elArrowRight,this._options.addRightArrowsClass)),this._addClass(this._elScrollBox,this._options.addScrollBoxClass),this._addClass(this._elSlider,this._options.addSliderClass),this._addClass(this._elTabs,this._options.tabsContainerClass),this._addClass(this.getTabsArray(),this._options.tabClass),this._addClass(this._elTabs,this._options.loadedClass),this.checkScrollArrows(!0),this._initActivePage(),this._bindEvents()}return t.prototype.getTabsArray=function(){var t,e,i,s=this._elScrollBox.children;if(!this._options.sliderClass)return Array.prototype.slice.call(s);for(t=[],e=0;e<s.length;e++)(i=s[e]).classList.contains(this._options.sliderClass)||t.push(i);return t},t.prototype.getPagesArray=function(){return this._elPages?Array.prototype.slice.call(this._elPages.children):[]},t.prototype.getElTabs=function(){return this._elTabs},t.prototype.getElPages=function(){return this._elPages},t.prototype.checkScrollArrows=function(t){function e(t){t.classList.remove("i-slided"),$.Velocity&&$.Velocity.animate(t,{translateX:"0%"},{duration:o.dur/2,easing:"easeOutCubic",queue:!1})}function i(e,i){if(t)return e.classList.add("i-slided"),void e.setAttribute("style","");var a=i===u.Left?"-100%":"100%";s().then(function(){$.Velocity.animate(e,{translateX:a},{complete:function(){return e.classList.add("i-slided")},duration:o.dur/2,easing:"easeOutCubic",queue:!1})})}var a,r,n,l;void 0===t&&(t=!1),a=Math.ceil(this._elScrollWrap.scrollLeft),r=this._getElWidth(this._elScrollWrap),n=1,
l=this._elScrollWrap.scrollWidth-r-2,this._elArrowLeft&&(a>=n?e(this._elArrowLeft):(a<=n||this._elScrollWrap.scrollWidth<=r)&&i(this._elArrowLeft,u.Left)),this._elArrowRight&&(l-a>1?e(this._elArrowRight):(a>=l||this._elScrollWrap.scrollWidth<=r)&&i(this._elArrowRight,u.Right))},t.prototype.index=function(){var t=this.getElActiveTab();return t?this.getTabsArray().indexOf(t):-1},t.prototype.getElActiveTab=function(){return this._getActiveElement(this.getTabsArray(),this._options.activeTabClass||"",this._options.inactiveTabClass)},t.prototype.getElActivePage=function(){return this._getActiveElement(this.getPagesArray(),this._options.activePageClass||"",this._options.inactivePageClass)},t.prototype.setActivePage=function(t,e,i){function s(e,i,s){e.forEach(function(e,a){var o=t===a,r=e.classList;i&&r.toggle(i,o),s&&r.toggle(s,!o)})}if(-1!==t&&(t!==this.index()||i)){var a=this.index();s(this.getTabsArray(),this._options.activeTabClass,this._options.inactiveTabClass),s(this.getPagesArray(),this._options.activePageClass,this._options.inactivePageClass),this._options.noSlider||this.updateSlider(a,t,e),this._options.saveTab&&h.setValue(this._options.saveTab,t),this.tabChanged.fire(t)}},t.prototype.updateSlider=function(t,e,i){var a,r,n,l,d,c,h=this;this._options.noSlider||0===(a=this.getTabsArray()[e]).clientWidth||0===a.clientHeight||"none"===window.getComputedStyle(a).getPropertyValue("display")||(r=window.getComputedStyle(a),n=a.offsetLeft+parseInt(r.getPropertyValue("padding-left")),l=this._getElWidth(a),(d=a.querySelector(".js-tabs__slider-pos"))&&(c=window.getComputedStyle(d),n+=parseInt(c.getPropertyValue("padding-left"))+d.offsetLeft,l-=l-this._getElWidth(d)),(i=i||-1===t||document.all&&!window.atob)?(this._elSlider.style.left=n+"px",this._elSlider.style.width=l+"px"):(this._animating=!0,s().then(function(){$.Velocity.animate(h._elSlider,{left:n},{duration:o.dur,easing:"easeOutCubic",queue:!1}),$.Velocity.animate(h._elSlider,{width:l},{complete:function(){h._animating=!1},duration:o.dur,easing:"easeOutCubic",queue:!1})})))},t.prototype.onTabClick=function(t){var e=t.currentTarget||t.target,i=this.getTabsArray().indexOf(e);-1===i||this._isTabDisabled(e)||this.setActivePage(i),document.activeElement.blur(),t.preventDefault()},t.prototype.resizeSlider=function(){var t,e;this._options.noSlider||(t=this._elTabs.offsetWidth)!==this._prevWidth&&(this._prevWidth=t,e=this.index(),this.updateSlider(e,e,!0))},t.prototype.count=function(){return this.getTabsArray().length},t.prototype.add=function(t,e){this._elScrollBox.appendChild(t),this._elPages&&e&&this._elPages.appendChild(e),this._bindTabEvents(t),this.checkScrollArrows(!0)},t.prototype.remove=function(t){function e(t){t.parentElement&&t.parentElement.removeChild(t)}var i,s,a=this.tabAt(t);a&&(this._unbindTabEvents(a),e(a)),(i=this.pageAt(t))&&e(i),s=t-1>=0?t-1:0,this.setActivePage(s),this.checkScrollArrows(!0)},t.prototype.indexOfTab=function(t){return this.getTabsArray().indexOf(t)},t.prototype.indexOfPage=function(t){return this.getPagesArray().indexOf(t)},
t.prototype.pageAt=function(t){return this.getPagesArray()[t]||null},t.prototype.tabAt=function(t){return this.getTabsArray()[t]||null},t.prototype.deselect=function(t){var e,i=this.getElActiveTab();return this._options.activeTabClass&&i&&i.classList.remove(this._options.activeTabClass),e=this.getElActivePage(),this._options.activePageClass&&e&&e.classList.remove(this._options.activePageClass),this._elSlider&&(this._elSlider.style.left="",this._elSlider.style.width=""),this},t.prototype.stop=function(){this._unbindEvents({})},t.prototype._getElWidth=function(t){if(0===t.offsetWidth)return 0;var e=window.getComputedStyle(t);return t.offsetWidth-parseFloat(e.getPropertyValue("padding-left"))-parseFloat(e.getPropertyValue("padding-right"))-parseFloat(e.getPropertyValue("border-left-width"))-parseFloat(e.getPropertyValue("border-right-width"))},t.prototype._findOrCreateElement=function(t,e,i,s){var a,o,r,n=e.querySelector("."+t);if(!n)if((a=document.createElement("div")).innerHTML=s||'<div class="'+t+'"></div>',n=a.firstElementChild,"append"===i)e.appendChild(n);else{if("wrapInner"!==i)throw new Error("Unknown insertMethod");for(o=Array.prototype.slice.call(e.childNodes),r=0;r<o.length;r++)n.appendChild(o[r]);e.appendChild(n)}return n},t.prototype._addClass=function(t,e){if("string"==typeof e){Array.isArray(t)||(t=[t]);var i=e.split(/\s+/);t.forEach(function(t){i.forEach(function(e){t.classList.add(e)})})}},t.prototype._initActivePage=function(){var t,e=0;this._options.saveTab&&(e=h.getInt(this._options.saveTab,0)),-1!==(t=this.index())&&(e=t),void 0!==this._options.activeTab&&(e=this._options.activeTab),this.setActivePage(e,!0,!0)},t.prototype._bindEvents=function(){var t,e=this;this.getTabsArray().forEach(this._bindTabEvents.bind(this)),this._bindOneEvent({eventName:"scroll",listener:this.checkScrollArrows.bind(this,!1),target:this._elScrollWrap}),this._elArrowLeft&&this._bindOneEvent({eventName:"click",listener:function(t){var i=e.getTabsArray(),a=0,r=!1,n=e._elScrollWrap.scrollLeft;p.IS_RTL&&i.reverse(),i.forEach(function(t){if(!r){var e=t.offsetLeft+t.offsetWidth;e>n?r=!0:a=e}}),s().then(function(){$.Velocity.animate(e._elScrollWrap,"scroll",{axis:"x",container:$(e._elScrollWrap),duration:o.dur/2,easing:"easeInOutCubic",offset:Math.floor(a-n-e._getElWidth(e._elArrowLeft)),queue:!1})})},target:this._elArrowLeft}),this._elArrowRight&&this._bindOneEvent({eventName:"click",listener:function(t){var i=e.getTabsArray(),r=0,n=p.IS_RTL?0:e._elScrollWrap.scrollLeft+e._getElWidth(e._elScrollWrap);p.IS_RTL&&i.reverse(),i.forEach(function(t){if(0===r){var e=t.offsetLeft+t.offsetWidth;e>n&&(r=e)}}),s().then(function(){$.Velocity.animate(e._elScrollWrap,"scroll",{axis:"x",container:$(e._elScrollWrap),duration:o.dur/2,easing:"easeInOutCubic",offset:Math.ceil(r-n+e._getElWidth(Object(a.ensureDefined)(e._elArrowRight))),queue:!1})})},target:this._elArrowRight}),(t=Array.prototype.slice.call(this._elTabs.querySelectorAll(".js-tabs__slider-hover")||[])).length&&t.forEach(function(t){return e._bindOneEvent({eventName:"mouseenter",
listener:function(t){if(!e._animating){var i=t.currentTarget;i&&e._options.activeTabClass&&i.classList&&i.classList.contains(e._options.activeTabClass)&&e._hoverSlider(i)}},target:t})}),this._bindOneEvent({eventName:"resize",listener:function(){e.checkScrollArrows(!0),e._options.noSlider||e.resizeSlider()},target:window})},t.prototype._bindTabEvents=function(t){var e=this;this._bindOneEvent({eventName:"click",listener:function(t){"function"==typeof e._options.onTabClick?e._options.onTabClick(t):e.onTabClick(t)},target:t})},t.prototype._unbindTabEvents=function(t){this._unbindEvents({target:t})},t.prototype._bindOneEvent=function(t){t.target.addEventListener(t.eventName,t.listener),this._bindings.push(t)},t.prototype._unbindEvents=function(t){var e=function(e){return!(void 0!==e.eventName&&e.eventName!==t.eventName||void 0!==e.target&&e.target!==t.target||void 0!==e.listener&&e.listener!==t.listener)};this._bindings.filter(e).forEach(function(t){return t.target.removeEventListener(t.eventName,t.listener)}),this._bindings=this._bindings.filter(function(t){return!e(t)})},t.prototype._getActiveElement=function(t,e,i){return t.filter(function(t,s,a){return e?t.classList.contains(e):!!i&&!t.classList.contains(i)})[0]||null},t.prototype._isTabDisabled=function(t){return t.classList.contains("i-disabled")||this._options.tabDisabledClass&&t.classList.contains(this._options.tabDisabledClass)||t.hasAttribute("disabled")},t.prototype._hoverSlider=function(t){var e,i=this,a=this._getElWidth(t),r=window.getComputedStyle(t),n=t.offsetLeft+parseInt(r.getPropertyValue("padding-left"))+parseInt(r.getPropertyValue("margin-left")),l={duration:o.dur/4,easing:"easeOutCubic",queue:!1};s().then(function(){$.Velocity.animate(i._elSlider,{left:n},l),$.Velocity.animate(i._elSlider,{width:a},l)}),e=function(){i.getElActiveTab()===t&&i._unhoverSlider(t),t.removeEventListener("mousleave",e)},t.addEventListener("mouseleave",e)},t.prototype._unhoverSlider=function(t){var e=this,i=window.getComputedStyle(t),a=t.querySelector(".js-tabs__slider-pos"),r=window.getComputedStyle(a),n=t.offsetLeft+parseInt(i.getPropertyValue("padding-left"))+parseInt(i.getPropertyValue("margin-left"))+parseInt(r.getPropertyValue("padding-left"))+a.offsetLeft,l=this._getElWidth(t),d=l-(l-this._getElWidth(a)),c={duration:o.dur/2,easing:"easeInSine",queue:!1};s().then(function(){$.Velocity.animate(e._elSlider,{left:n},c),$.Velocity.animate(e._elSlider,{width:d},c)})},t}()}}]);

View File

@@ -0,0 +1,5 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[27],{"5qpw":function(t,o,e){"use strict";function i(t){return t in $.fn?Promise.resolve():(l||(l=new Promise(function(t){Promise.all([e.e(76),e.e("lazy-jquery-ui")]).then(function(o){e("ONnG"),t()}.bind(null,e)).catch(void 0)})),l)}function a(t){return new s(t)}var n,l,s;e.r(o),e.d(o,"LazyJqueryUI",function(){return s}),e.d(o,"lazyJqueryUI",function(){return a}),n=e("P5fv"),s=function(){function t(t){this._$elem=t}return t.prototype.draggable=function(){var t=arguments,o=this._$elem;return i("draggable").then(function(){return o.draggable.apply(o,t)})},t.prototype.resizable=function(){var t=arguments,o=this._$elem;return i("resizable").then(function(){return o.resizable.apply(o,t)})},t.prototype.sortable=function(){var t=arguments,o=this._$elem;return i("sortable").then(function(){return o.sortable.apply(o,t)})},t.prototype.datepicker=function(){var t=arguments,o=this._$elem;return i("datepicker").then(function(){return o.datepicker.apply(o,t)})},t}()},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,i){var a,n=e("Hr11").max,l=e("5qpw").lazyJqueryUI,s=e("jAh7").getRootOverlapManager;e("PVgW"),a={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){var n,l,s,d,r,c;return"object"==typeof o&&(e=o,o=""),n=(e=e||{}).doNotCloseOnBgClick||!1,l=e.html||"",s=e.width||"400px",(d={}).noClose=e.noClose||null,d.addClass=e.modalDialogClass||null,a.createModalDialog(t,d),r=e.centerCaption?"caption-big-center":"caption-big",a.modalDialog.find("._tv-dialog").css("width",s),c=e.customButtonCaption?e.customButtonCaption:$.t("OK"),a.modalDialog.find("._tv-dialog-content").html(i.render('<div class="main"><div class="{{captionClassName}} {{classSuffix}}">{{text}}'+l+'</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})),a.modalDialog.find("._tv-button.ok").on("click",function(){a.destroy(),e.onOkButtonClick&&e.onOkButtonClick()}),a.positionDialog(),a.applyHandlers(!1,{doNotCloseOnBgClickIfShadowbox:n,beforeDestroy:e.onClose}),a.modalDialog},showCustomDialog:function(t){function o(t){a.destroy(),t.preventDefault()}return a.createModalDialog(t.title||$.t("Dialog"),{addClass:""}),a.modalDialog.find("._tv-dialog").css("width",t.width||"400px"),a.modalDialog.find("._tv-dialog-content").html('<div class="main">'+(t.html||$.t("Content"))+"</div>"),a.modalDialog.find(".ok").click(o),a.modalDialog.find("form").submit(o),a.modalDialog.find(".cancel").click(o),a.modalDialog.find("._tv-dialog-title-close").click(o),a.positionDialog(),a.applyHandlers(),
a.modalDialog},createModalDialog:function(t,o){var e,i;return o=o||{},null!==a.modalDialog&&a.destroy(),a.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),a._addMessageCloseButton(a.modalDialog.find("._tv-dialog-error")),a._addMessageCloseButton(a.modalDialog.find("._tv-dialog-message")),o.noShadowBox&&a.modalDialog.addClass("transparent"),o.addClass&&a.modalDialog.addClass(o.addClass),o.width&&a.modalDialog.find("._tv-dialog").css({width:o.width}),o.content&&a.modalDialog.find("._tv-dialog-content").html(o.content),(e=$(".fancybox-overlay")).length&&(i=e.css("z-index"),$("._tv-dialog-shadowbox").css("z-index",i+1)),o.draggable&&l(a.modalDialog).draggable(a._constrainDraggableOptionsIfNeeded({handle:a.modalDialog.find("._tv-dialog-title")})),o.zIndex&&a.modalDialog.css("z-index",o.zIndex),a.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:a.NOTIFICATION_ANIMATION_START_OFFSET,opacity:0},"fast",function(){t.hide()})})},createDialog:function(t,o){var e,d,r,c,g,u;return a.isOpen(t)?((e=a.get(t)).find("._tv-dialog-content").html(""),e.data("new",!1),e):(d=(o=o||{}).ownerDocument||document,c=(r=s(d)).ensureWindow(t,{position:"relative"}),e=$(i.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}),d).appendTo(c),a._addMessageCloseButton(e.find("._tv-dialog-error")),a._addMessageCloseButton(e.find("._tv-dialog-message")),o.width&&e.css({width:o.width}),o.content&&e.find("._tv-dialog-content").html(o.content),g=0,g=o.zIndex?o.zIndex:a.dialogs&&a.dialogs.length?n($.map(a.dialogs,function(t){return parseInt((t.dialog||t).css("z-index"),10)}))+1:110,e.css("z-index",g),e.data("new",!0),e.data("title",t),e.data("id",a.dialogs.length+1),a.dialogs.push({title:t,dialog:e,id:a.dialogs.length+1}),e.on("mousedown touchstart",function(){r.moveToTop(t)}),u={start:function(t,o){var e,i,n=o.helper.css("z-index"),l=0,s=null;for(e=0;e<a.dialogs.length;e++)(i=a.dialogs[e].dialog.css("z-index"))>l&&(l=i,s=a.dialogs[e].dialog)
;o.helper.css("z-index",l),s.css("z-index",n)}},o.dragHandle?u.handle=o.dragHandle:o.hideTitle||(u.handle="._tv-dialog-title"),o.dragOptions&&$.extend(u,o.dragOptions),l(e).draggable(a._constrainDraggableOptionsIfNeeded(u)),e)},positionDialog:function(t,o,e){function i(){n.css("margin-left",-Math.round(n.outerWidth()/2)+"px"),n.css("margin-top",-Math.round(n.outerHeight()/2)+"px")}var n,l,s,d,r,c,g,u,p,f;e=e||{},o=o||e.position,t?(s=(l=t.prop("ownerDocument")).defaultView,d=t.width(),r=t.height(),c=$(s).width(),g=$(s).height(),o&&o.top&&o.left?(p=e.forcePosition?o.left:Math.max(2,Math.min(c-d-4,o.left))+"px",u=e.forcePosition?o.top:Math.max(2,Math.min(g-r-4,o.top))+"px"):o&&o.considerScroll?(f=$(l),p=Math.round((c-d)/2+f.scrollLeft())+"px",u=Math.round((g-r)/2+f.scrollTop())+"px"):(p=Math.round((c-d)/2)+"px",u=Math.round((g-r)/2)+"px"),e.fadeIn?t.css({left:p,top:u}).hide().fadeIn("fast"):e.smooth?t.animate({left:p,top:u}):t.css({left:p,top:u})):(t=a.modalDialog,n=t.find("._tv-dialog"),i(),n.resize(i))},applyHandlers:function(t,o){var e,i,n,l=!t||t===this.modalDialog;o=o||{},e=l?function(){a.destroy()}:function(){a.destroy(t.data("title"))},t=t||a.modalDialog.find("._tv-dialog"),i=t.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):e()}),o.doNotCloseOnBgClick||setTimeout(function(){$(i).on("mousedown.closeDialog",function(a){var n=$(a.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"),e())})},0),t.find('input[type="checkbox"]').change(function(){var t=$(this),o=t.next("._tv-dialog-checkbox-mask");o.toggleClass("disabled",t.prop("disabled")).toggleClass("_tv-dialog-checkbox-mask-active",t.is(":checked"))}),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?a.destroy(t.data("title")):a.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){a.showMessage(t,o,$.extend(e||{},{isError:!0}))},showMessage:function(t,o,e){var i,n,l;o||(o=$("._tv-dialog")),i=(e=e||{}).isError?"_tv-dialog-error":"_tv-dialog-message",l=(n=o.find("."+i)).find(".message"),e.html?l.html("string"==typeof e.html?e.html:t):l.text(t),l.css("width",o.width()).toggleClass("selectable",Boolean(e.selectable)),n.toggleClass("with-close",Boolean(e.withClose)).css({marginTop:a.NOTIFICATION_ANIMATION_START_OFFSET,opacity:"0"}).show().animate({marginTop:0,opacity:1},"fast"),e.withClose||(e.hideWithoutAnimation?n.on("touchstartoutside mousedownoutside keydownoutside",function t(){n.hide(),n.off("touchstartoutside mousedownoutside keydownoutside",t)}):n.on("touchstartoutside mousedownoutside keydownoutside",function t(){n.animate({marginTop:a.NOTIFICATION_ANIMATION_START_OFFSET,opacity:0},"fast",function(){n.hide()}),n.off("touchstartoutside mousedownoutside keydownoutside",t)}))},isOpen:function(t){for(var o=0;o<a.dialogs.length;o++)if(a.dialogs[o].title===t)return!0;return!1},get:function(t){for(var o=0;o<a.dialogs.length;o++)if(a.dialogs[o].title===t)return a.dialogs[o].dialog},destroy:function(t,o){var e,i=null;if(t&&"string"==typeof t)for(e=0;e<a.dialogs.length;e++)a.dialogs[e].title===t&&(i=a.dialogs[e].dialog.prop("ownerDocument"),a.dialogs[e].dialog.find(".apply-common-tooltip").mouseout(),a.dialogs[e].dialog.trigger("destroy",o),$(document).unbind("mouseup.hideDialog"+a.dialogs[e].id),$("input",a.dialogs[e].dialog).blur(),a.dialogs[e].dialog.remove(),a.dialogs.splice(e,1),s(i).unregisterWindow(t));else a.modalDialog&&(i=a.modalDialog.prop("ownerDocument"),a.modalDialog.find(".apply-common-tooltip").mouseout(),a.modalDialog.find("._tv-dialog").trigger("destroy"),a.modalDialog.remove(),a.modalDialog=null);$(i).unbind("keyup.hideDialog"),$(i).unbind("keyup.confirmAndCloseDialog")},resizeContent:function(t,o,e){var i,a;null==e&&(e=20),t+=e,i=parseInt($("body").height(),10),a=o.height(),t>i&&(a-=t-i,a=Math.max(0,a),o.height(a))}},t.exports.TVOldDialogs=a}).call(this,e("Kxc7"),e("OiQe"))},PVgW:function(t,o,e){"use strict";function i(t){return t=Math.abs(t),!Object(r.isInteger)(t)&&t>1&&(t=parseFloat(t.toString().replace(/^.+\./,"0."))),0<t&&t<1?Math.pow(10,null===(i=String(t).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/))?0:(o=i[1]?i[1].length:0,e=i[2]?parseInt(i[2],0):0,Math.max(0,o-e))):1;var o,e,i}function a(t,o){var e,a,n,l,s;t.trigger("tvticker-beforechange"),a=(e=t.data("TVTicker"))&&e.step,n=0,n=e.parser?e.parser(t.val()):Object(r.isInteger)(a)?parseInt(t.val(),10):parseFloat(t.val()),isNaN(n)&&(n=0),l=i(a),s=o(n,Math.max(l,i(n))),e.formatter&&(s=e.formatter(s)),t.val(s),t.change()}function n(t){var o=t.data("TVTicker"),e=o&&o.step,i=o&&o.max;a(t,function(t,o){var a=(Math.round(t*o)+Math.round(e*o))/o;return void 0!==i&&null!==i&&i<a&&(a=t),a})}function l(t){var o=t.data("TVTicker"),e=o&&o.step,i=o&&o.min;a(t,function(t,o){
var a=(Math.round(t*o)-Math.round(e*o))/o;return void 0!==i&&null!==i&&a<i&&(a=t),a})}var s,d,r,c;e.r(o),s=e("P5fv"),d=e("si6p"),r=e("ogJP"),c=e("R4+T"),$.fn.TVTicker=function(t){return void 0===t&&(t={}),this.each(function(){var o,e,i,a=!1,s=$(this),d=s.data("TVTicker");d?a=!0:d={step:Number(s.data("step"))||1},"step"in t&&(d.step=Number(t.step)||d.step),"min"in t&&(d.min=t.min),"max"in t&&(d.max=t.max),"formatter"in t&&(d.formatter=t.formatter),"parser"in t&&(d.parser=t.parser),s.data("TVTicker",d),a||(o=$('<div class="tv-ticker">').appendTo(s.parent()),e=$('<div class="tv-ticker__btn tv-ticker__btn--up">').html(c).appendTo(o),i=$('<div class="tv-ticker__btn tv-ticker__btn--down">').html(c).appendTo(o),o.on("mousedown",function(t){t.preventDefault(),s.focus()}),e.click(function(){s.is(":disabled")||n(s)}),i.click(function(){s.is(":disabled")||l(s)}),s.keydown(function(t){s.is(":disabled")||(38===t.keyCode?e.addClass("i-active"):40===t.keyCode&&i.addClass("i-active"))}),s.keyup(function(t){s.is(":disabled")||(38===t.keyCode?(n(s),e.removeClass("i-active")):40===t.keyCode&&(l(s),i.removeClass("i-active")))}),s.mousewheel(function(t){t.deltaY*(t.deltaFactor/100)>0?e.click():i.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){}}]);

View File

@@ -1,5 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[28],{"75D8":function(t,e,n){"use strict";function o(t){return{x:t.pageX,y:t.pageY}}function r(t){return{x:t.touches[0].pageX,y:t.touches[0].pageY}}function s(t,e,n,o){var r=function(t,e,n,o){return 180*(Math.atan2(o-e,n-t)+Math.PI/2)/Math.PI}(t,e,n,o);return r<0?360+r:r}function i(t,e,n){var o,r,s;for(void 0===n&&(n=1),o=Math.max(Math.ceil((e-t)/n),0),r=Array(o),s=0;s<o;s++)r[s]=t,t+=n;return r}function a(t){return("0"+t).slice(-2)}var c,p,u,h,l=n("mrSG"),d=n("q1tI"),m=n("Eyy1"),f=n("Oehf"),_=n("TSYQ"),v=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._renderNumber=function(t,n){var o,r=_(f.number,((o={})[f.active]=t===e.props.activeNumber,o[f.inner]=e.props.isInner,o)),s=e.props.format?e.props.format(t):t.toString();return d.createElement("span",{key:t,className:r,style:e._numberStyle(e.props.radius-e.props.spacing,n),"data-value":s},d.createElement("span",null,s))},e}return l.__extends(e,t),e.prototype.render=function(){return d.createElement("div",{className:f.face,style:this._faceStyle(),onMouseDown:this.props.onMouseDown,onTouchStart:this.props.onTouchStart},this.props.numbers.map(this._renderNumber))},e.prototype._faceStyle=function(){return{height:2*this.props.radius,width:2*this.props.radius}},e.prototype._numberStyle=function(t,e){var n=Math.PI/180*360/12*e;return{left:t+t*Math.sin(n)+this.props.spacing,top:t-t*Math.cos(n)+this.props.spacing}},e}(d.PureComponent),g=function(t){function e(e){var n=t.call(this,e)||this;return n._onMouseMove=function(t){n._move(o(t))},n._onTouchMove=function(t){n._move(r(t))},n._onMouseUp=function(){document.removeEventListener("mousemove",n._onMouseMove),document.removeEventListener("mouseup",n._onMouseUp),n._endMove()},n._onTouchEnd=function(t){document.removeEventListener("touchmove",n._onTouchMove),document.removeEventListener("touchend",n._onTouchEnd),n._endMove(t)},n}return l.__extends(e,t),e.prototype.componentWillUnmount=function(){document.removeEventListener("mousemove",this._onMouseMove),document.removeEventListener("mouseup",this._onMouseUp),document.removeEventListener("touchmove",this._onTouchMove),document.removeEventListener("touchend",this._onTouchEnd)},e.prototype.render=function(){var t={height:this.props.length,transform:"rotate("+this.props.angle+"deg)"};return d.createElement("div",{className:f.hand,style:t},d.createElement("span",{className:f.knob}))},e.prototype.mouseStart=function(t){document.addEventListener("mousemove",this._onMouseMove),document.addEventListener("mouseup",this._onMouseUp),this._move(o(t.nativeEvent))},e.prototype.touchStart=function(t){document.addEventListener("touchmove",this._onTouchMove),document.addEventListener("touchend",this._onTouchEnd),this._move(r(t.nativeEvent)),t.stopPropagation()},e.prototype._endMove=function(t){this.props.onMoveEnd&&this.props.onMoveEnd(t)},e.prototype._move=function(t){var e=this._trimAngleToValue(this._positionToAngle(t)),n=this._getPositionRadius(t)
;!this.props.onMove||isNaN(e)||isNaN(n)||this.props.onMove(360===e?0:e,n)},e.prototype._trimAngleToValue=function(t){return this.props.step*Math.round(t/this.props.step)},e.prototype._positionToAngle=function(t){return s(this.props.center.x,this.props.center.y,t.x,t.y)},e.prototype._getPositionRadius=function(t){var e=this.props.center.x-t.x,n=this.props.center.y-t.y;return Math.sqrt(e*e+n*n)},e}(d.PureComponent),y=[0].concat(i(13,24)),b=[12].concat(i(1,12)),M=30,w=.46,E=function(t){function e(e){var n=t.call(this,e)||this;return n._onMouseDown=function(t){n._hand.mouseStart(t)},n._onTouchStart=function(t){n._hand.touchStart(t)},n._onHandMove=function(t,e){var o=e<n.props.radius-n.props.spacing;n.state.isInner!==o?n.setState({isInner:o},function(){n.props.onChange(n._valueFromDegrees(t))}):n.props.onChange(n._valueFromDegrees(t))},n._onHandMoveEnd=function(){n.props.onSelect&&n.props.onSelect()},n.state={isInner:n.props.selected>0&&n.props.selected<=12},n}return l.__extends(e,t),e.prototype.render=function(){var t=this,e=this.props,n=e.center,o=e.radius,r=e.spacing,s=e.selected;return d.createElement("div",null,d.createElement(v,{radius:o,spacing:r,numbers:y,activeNumber:s,format:a,onMouseDown:this._onMouseDown,onTouchStart:this._onTouchStart}),this._renderInnerFace(o*w),d.createElement(g,{ref:function(e){return t._hand=e},length:o-(this.state.isInner?o*w:r)-this.props.numberRadius,angle:s*M,step:M,center:n,onMove:this._onHandMove,onMoveEnd:this._onHandMoveEnd}))},e.prototype._renderInnerFace=function(t){return d.createElement(v,{radius:this.props.radius,spacing:t,numbers:b,activeNumber:this.props.selected,onMouseDown:this._onMouseDown,onTouchStart:this._onTouchStart,isInner:!0})},e.prototype._valueFromDegrees=function(t){return this.state.isInner?b[t/M]:y[t/M]},e}(d.PureComponent),S=i(0,60,5),T=6,C=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._onMouseDown=function(t){e._hand.mouseStart(t)},e._onTouchStart=function(t){e._hand.touchStart(t)},e._onHandMove=function(t){e.props.onChange(t/T)},e._onHandMoveEnd=function(t){e.props.onSelect&&e.props.onSelect(t)},e}return l.__extends(e,t),e.prototype.render=function(){var t=this;return d.createElement("div",null,d.createElement(v,{radius:this.props.radius,spacing:this.props.spacing,numbers:S,activeNumber:this.props.selected,format:a,onMouseDown:this._onMouseDown,onTouchStart:this._onTouchStart}),d.createElement(g,{ref:function(e){return t._hand=e},length:this.props.radius-this.props.spacing-this.props.numberRadius,angle:this.props.selected*T,step:T,center:this.props.center,onMove:this._onHandMove,onMoveEnd:this._onHandMoveEnd}))},e}(d.PureComponent);n.d(e,"a",function(){return h}),c=.18,p=13,function(t){t[t.Hours=0]="Hours",t[t.Minutes=1]="Minutes"}(u||(u={})),h=function(t){function e(e){var n=t.call(this,e)||this;return n._clockFace=null,n._raf=null,n._recalculateTimeout=null,n._calculateShapeBinded=n._calculateShape.bind(n),n._onChangeHours=function(t){n.state.time.hours()!==t&&n._onChange(n.state.time.clone().hours(t))},
n._onChangeMinutes=function(t){n.state.time.minutes()!==t&&n._onChange(n.state.time.clone().minutes(t))},n._onSelectHours=function(){n._displayMinutes()},n._onSelectMinutes=function(t){t&&t.target instanceof Node&&n._clockFace&&n._clockFace.contains(t.target)&&t.preventDefault(),n.props.onSelect&&n.props.onSelect(n.state.time.clone())},n._displayHours=function(){n.setState({faceType:u.Hours})},n._displayMinutes=function(){n.setState({faceType:u.Minutes})},n._setClockFace=function(t){n._clockFace=t},n.state={center:{x:0,y:0},radius:0,time:n.props.selectedTime,faceType:u.Hours},n}return l.__extends(e,t),e.prototype.render=function(){var t,e;return d.createElement("div",{className:_(f.clock,this.props.className)},d.createElement("div",{className:f.header},d.createElement("span",{className:_(f.number,(t={},t[f.active]=this.state.faceType===u.Hours,t)),onClick:this._displayHours},this.state.time.format("HH")),d.createElement("span",null,":"),d.createElement("span",{className:_(f.number,(e={},e[f.active]=this.state.faceType===u.Minutes,e)),onClick:this._displayMinutes},this.state.time.format("mm"))),d.createElement("div",{className:f.body},d.createElement("div",{className:f.clockFace,ref:this._setClockFace},this.state.faceType===u.Hours?this._renderHours():null,this.state.faceType===u.Minutes?this._renderMinutes():null,d.createElement("span",{className:f.centerDot}))))},e.prototype.componentDidMount=function(){this._calculateShape(),this._recalculateTimeout=setTimeout(this._calculateShapeBinded,1),window.addEventListener("resize",this._calculateShapeBinded),window.addEventListener("scroll",this._calculateShapeBinded,!0)},e.prototype.componentWillUnmount=function(){this._clearTimeout(),window.removeEventListener("resize",this._calculateShapeBinded),window.removeEventListener("scroll",this._calculateShapeBinded,!0),null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null)},e.prototype._clearTimeout=function(){null!==this._recalculateTimeout&&(clearTimeout(this._recalculateTimeout),this._recalculateTimeout=null)},e.prototype._renderHours=function(){return d.createElement(E,{center:this.state.center,radius:this.state.radius,spacing:this.state.radius*c,selected:this.state.time.hours(),numberRadius:p,onChange:this._onChangeHours,onSelect:this._onSelectHours})},e.prototype._renderMinutes=function(){return d.createElement(C,{center:this.state.center,radius:this.state.radius,spacing:this.state.radius*c,selected:this.state.time.minutes(),numberRadius:p,onChange:this._onChangeMinutes,onSelect:this._onSelectMinutes})},e.prototype._onChange=function(t){this.setState({time:t}),this.props.onChange&&this.props.onChange(t.clone())},e.prototype._calculateShape=function(){var t=this;null===this._raf&&(this._raf=requestAnimationFrame(function(){var e=Object(m.ensureNotNull)(t._clockFace).getBoundingClientRect(),n=e.left,o=e.top,r=e.width;t.setState({center:{x:n+r/2,y:o+r/2},radius:r/2}),t._raf=null}))},e}(d.PureComponent)},"Db/h":function(t,e,n){t.exports={errors:"errors-C3KBJakt-",show:"show-2G4PY7Uu-",error:"error-3G4k6KUC-"}},
Oehf:function(t,e,n){t.exports={clock:"clock-3pqBsiNm-",header:"header-pTWMGSpm-",number:"number-9PC9lvyt-",active:"active-1sonmMLV-",body:"body-2Q-g3GDd-",clockFace:"clockFace-eHYbqh-S-",face:"face-2iCoBAOV-",inner:"inner-1mVlhYbe-",hand:"hand-2ZG8pJQb-",knob:"knob-31dEppHa-",centerDot:"centerDot-210Fo0oV-"}},kSQs:function(t,e,n){"use strict";var o,r,s,i,a=n("mrSG"),c=n("q1tI"),p=n("TSYQ"),u=n("uqKQ"),h=n("i8i4"),l=n("Db/h"),d=n("Ialn");n.d(e,"b",function(){return o}),n.d(e,"a",function(){return r}),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a.__extends(e,t),e.prototype.render=function(){var t,e,n,o=this.props,r=o.children,s=void 0===r?[]:r,i=o.show,u=void 0!==i&&i,h=o.customErrorClass,m=p(l.errors,((t={})[l.show]=u,t),h),f=s.map(function(t,e){return c.createElement("div",{className:l.error,key:e},t)}),_={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};return d.IS_RTL&&(e=_.left,n=_.right,_=a.__assign({},_,{left:n,right:e})),c.createElement("div",{style:_,className:m},f)},e}(c.PureComponent),r=Object(u.a)((s=o,(i=function(t){function e(e){var n=t.call(this,e)||this;return n._getComponentInstance=function(t){n._instance=t},n._throttleCalcProps=function(){requestAnimationFrame(function(){return n._calcProps(n.props)})},n.state={bottom:n.props.bottom,left:n.props.left,right:n.props.right,top:"number"==typeof n.props.top?n.props.top:-1e4,width:n.props.inheritWidthFromTarget?n.props.target&&n.props.target.getBoundingClientRect().width:n.props.width},n}return a.__extends(e,t),e.prototype.componentDidMount=function(){this._instanceElem=h.findDOMNode(this._instance),this.props.attachOnce||this._subscribe(),this._calcProps(this.props)},e.prototype.componentWillReceiveProps=function(t){if(t.top!==this.props.top&&this.setState({top:t.top}),t.left!==this.props.left&&this.setState({left:t.left}),t.width!==this.props.width&&this.setState({width:t.width}),t.attachmentCommand!==this.props.attachmentCommand&&t.attachmentCommand)switch(t.attachmentCommand.name){case"update":this._calcProps(t)}},e.prototype.componentDidUpdate=function(t){t.children!==this.props.children&&this._calcProps(this.props)},e.prototype.render=function(){return c.createElement(s,a.__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}),this.props.children)},e.prototype.componentWillUnmount=function(){this._unsubsribe()},e.prototype._calcProps=function(t){var e,n,o,r,s;if(t.target&&t.attachment&&t.targetAttachment){switch(e=this._calcTargetProps(t.target,t.attachment,t.targetAttachment),o=(n=this.props).width,s={width:void 0===(r=n.inheritWidthFromTarget)||r?e.width:o},t.attachment.vertical){case"bottom":case"middle":s.top=e.y;break;default:
s[t.attachment.vertical]=e.y}switch(t.attachment.horizontal){case"right":case"center":s.left=e.x;break;default:s[t.attachment.horizontal]=e.x}this.setState(s)}},e.prototype._calcTargetProps=function(t,e,n){var o=t.getBoundingClientRect(),r=this._instanceElem.getBoundingClientRect(),s="parent"===this.props.root?this._getCoordsRelToParentEl(t,o):this._getCoordsRelToDocument(o),i=this._getDimensions(r),a=this._getDimensions(o),c=a.width,p=0,u=0;switch(e.vertical){case"top":u=s[n.vertical];break;case"bottom":u=s[n.vertical]-i.height;break;case"middle":u=s[n.vertical]-i.height/2}switch(e.horizontal){case"left":p=s[n.horizontal];break;case"right":p=s[n.horizontal]-i.width;break;case"center":p=s[n.horizontal]-i.width/2}return"number"==typeof this.props.attachmentOffsetY&&(u+=this.props.attachmentOffsetY),"number"==typeof this.props.attachmentOffsetX&&(p+=this.props.attachmentOffsetX),{x:p,y:u,width:c}},e.prototype._getCoordsRelToDocument=function(t){var e=pageYOffset,n=pageXOffset,o=t.top+e,r=t.bottom+e,s=t.left+n,i=t.right+n,a=(o+t.height)/2,c=s+t.width/2;return{top:o,bottom:r,left:s,right:i,middle:a,center:c}},e.prototype._getCoordsRelToParentEl=function(t,e){var n=t.offsetParent,o=n.scrollTop,r=n.scrollLeft,s=t.offsetTop+o,i=t.offsetLeft+r,a=e.width+i,c=e.height+s,p=(s+e.height)/2,u=(i+e.width)/2;return{top:s,bottom:c,left:i,right:a,middle:p,center:u}},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}(c.PureComponent)).displayName="Attachable Component",i))},nPPD:function(t,e,n){"use strict";function o(t,e,n){var o,r,s,i,a;for(void 0===n&&(n={}),o=Object.assign({},e),r=0,s=Object.keys(e);r<s.length;r++)(a=n[i=s[r]]||i)in t&&(o[i]=[t[a],e[i]].join(" "));return o}function r(t,e,n){return void 0===n&&(n={}),Object.assign({},t,o(t,e,n))}n.d(e,"b",function(){return o}),n.d(e,"a",function(){return r})}}]);

View File

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

View File

@@ -0,0 +1 @@
.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:.5;transition:opacity .35s ease;-webkit-user-select:none;-moz-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),(min-width:0\0){.header-dpl-vtN_ .close-3kPn4OTV:hover{opacity:1;transition-duration:.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 .2625s ease,transform .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

@@ -0,0 +1 @@
.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:.5;transition:opacity .35s ease;-webkit-user-select:none;-moz-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),(min-width:0\0){.header-dpl-vtN_ .close-3kPn4OTV:hover{opacity:1;transition-duration:.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 .2625s ease,transform .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,4 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[29],{L9lC:function(t,e,o){(function(t){function i(t,e,o,i,n){l.call(this,t,e),this._study=o,this._showOnlyConfirmInputs=i,this._symbolSearchZindex=n,this.prepareLayout(),this._$symbolSearchPopup=null}var n=o("DxCR"),s=n.UppercaseTransformer,r=n.SymbolBinder,a=n.BarTimeBinder,p=n.SessionBinder,l=n.PropertyPage,d=n.GreateTransformer,u=n.LessTransformer,h=n.ToIntTransformer,c=n.ToFloatTransformer,f=n.SymbolInfoSymbolTransformer,y=n.SimpleComboBinder,m=n.BooleanBinder,v=n.SimpleStringBinder,_=o("zXvd").NumericFormatter,b=o("0YCj"),w=o("uOxu").getLogger("Chart.Study.PropertyPage.Inputs"),g=o("pZll").symbolSearchUIService;inherit(i,l),i.prototype._addSessionEditor=function(t,e,o,i){var n,s,r,a,l,d;"session"===o.type?(n=function(t,e){var o,i=$("<td/>");i.appendTo(t),i.css("padding-left","0px"),i.css("padding-right","0px"),(o=$("<input>")).attr("type","text"),o.addClass("ticker"),o.css("width","40px"),o.attr("id",e),o.appendTo(i)},s=function(t,e,o){var i,n=$("<td/>");n.css("padding-left",o),n.css("padding-right",o),n.appendTo(t),(i=$("<div/>")).appendTo(n),i.append(e),i.css("font-size","150%")},(r=$("<table/>")).appendTo(t),(a=$("<tr/>")).appendTo(r),l=["start_hours","start_minutes","end_hours","end_minutes"],n.call(this,a,l[0]),s.call(this,a,":",0),n.call(this,a,l[1]),s.call(this,a,"-",4),n.call(this,a,l[2]),s.call(this,a,":",0),n.call(this,a,l[3]),d=!1,this.bindControl(new p(a,l,e,d,this.model(),i))):w.logError("Session editor adding FAILED: wrong input type.")},i.prototype.prepareControl=function(e,o,i){var n,s,r,a,p,l,d,u,h,c,f,y,m,v,_,C,x,T,S,k,I,O=this,P=null,E=null,L=null;if("resolution"===e.type)P=$('<select><option value="1">1</option><option value="3">3</option><option value="5">5</option><option value="15">15</option><option value="30">30</option><option value="45">45</option><option value="60">1'+window.t("h",{context:"interval_short"})+'</option><option value="120">2'+window.t("h",{context:"interval_short"})+'</option><option value="180">3'+window.t("h",{context:"interval_short"})+'</option><option value="D">1'+window.t("D",{context:"interval_short"})+'</option><option value="W">1'+window.t("W",{context:"interval_short"})+"</option></select>");else if("symbol"===e.type)P=$('<input class="symbol-edit single">'),g().bindToInput(P,{onPopupOpen:function(t){this._$symbolSearchPopup=t,this._symbolSearchZindex&&t.css("z-index",this._symbolSearchZindex)}.bind(this),onPopupClose:function(){this._$symbolSearchPopup=null}.bind(this),callback:function(t){e.value=t}}),o.attr("colspan",5);else if("session"===e.type)this._addSessionEditor(o,this._property.inputs[e.id],e,i);else if("source"===e.type){for(n={},s={open:window.t("open"),high:window.t("high"),low:window.t("low"),close:window.t("close"),hl2:window.t("hl2"),hlc3:window.t("hlc3"),ohlc4:window.t("ohlc4")},r=Object.keys(s),a=0;a<r.length;++a)n[r[a]]||(n[r[a]]=r[a]);if(p=this._study&&this._study.isChildStudy())for(u in l=this._study.source().title(!0,null,!0),
d=b.getChildSourceInputTitles(e,this._study.source().metaInfo(),l),n)d[u]&&(n[u]=1===Object.keys(d).length?l:d[u]);if(t.enabled("study_on_study")&&this._study&&b.isSourceInput(e)&&(p||b.canBeChild(this._study.metaInfo()))){for(h=(h=[this._study]).concat(this._study.getAllChildren()),c=this._model.model().allStudies(),f=0;f<c.length;++f)if(y=c[f],-1===h.indexOf(y)&&y.canHaveChildren())if(m=y.title(!0,null,!0),v=y.sourceId()||"#"+y.id(),C=(_=y.metaInfo()).styles,1===(x=_.plots||[]).length)n[v+"$0"]=m;else for(a=0;a<x.length;++a)T=x[a],~b.CHILD_STUDY_ALLOWED_PLOT_TYPES.indexOf(T.type)&&(n[v+"$"+a]=m+":"+(C&&C[T.id]&&C[T.id].title||T.id));E=function(t){return function(e){var o,i,n,s=this,r=null;if(0===e.indexOf("#")){if(o=e.slice(1,e.indexOf("$")),null===(i=O._model.model().getStudyById(o)))return void w.logError("Can not get Study by id "+o);if(i.isStarted()||i.start(null,!0),!(n=i.sourceId()))return void w.logError("Can not get source id for "+i.metaInfo().id);r=e.replace(/^[^\$]+/,n)}!~e.indexOf("$")&&!~e.indexOf("#")||O._study.isStarted()||O._study.start(null,!0),O._study.testInputValue(t,e)?s.setValueToProperty(r||s.value()):s.setValue(O._property.inputs[t.id].value())}}(e),L=function(t){return function(e){var o,i,n,s;if(t.hasOwnProperty(e)||0===e.indexOf("#")||!~e.indexOf("$"))return e;for(o=e.slice(0,e.indexOf("$")),i=O._model.model().allStudies(),n=0;n<i.length;++n)if((s=i[n]).sourceId()===o){e=e.replace(/^[^\$]+/,"#"+s.id());break}return e}}(n)}for(S in P=$(document.createElement("select")),n)k=s[S]||n[S],$("<option>").attr("value",S).text(k).appendTo(P);o.addClass("js-value-cell")}else e.options?(P=$("<select/>"),I=e.optionsTitles,e.options.forEach(function(t){var e=t,o=I&&I[e]||e,i=$.t(o,{context:"input"});$("<option value='"+e+"'>"+i+"</option>").appendTo(P)})):(P=$("<input/>"),"bool"===e.type?P.attr("type","checkbox"):P.attr("type","text"));return P&&(P.appendTo(o),P.is(":checkbox")||"symbol"===e.type||P.css("width","100px")),{valueEditor:P,valueSetter:E,propertyChangedHook:L}},i.prototype._symbolInfoBySymbolProperty=function(t){return this._study.resolvedSymbolInfoBySymbol(t.value())},i.prototype._sortInputs=function(t){return t},i.prototype.prepareLayoutImpl=function(t,e){function o(t){return(new _).format(t)}var i,n,p,l,b,w,g,C,x,T,S,k,I,O,P,E,L,B,V=this._sortInputs(t.inputs);for(i=0;i<V.length;i++)"first_visible_bar_time"!==(p=(n=V[i]).id)&&"last_visible_bar_time"!==p&&"time"!==n.type&&(n.isHidden||this._showOnlyConfirmInputs&&!n.confirm||void 0===n.groupId&&(b="Change "+(l=n.name||p.toLowerCase().replace(/\b\w/g,function(t){return t.toUpperCase()})),(w=$("<tr/>")).appendTo(e),(g=$("<td/>")).appendTo(w),g.addClass("propertypage-name-label"),g.text(window.t(l,{context:"input"})),(C=$("<td/>")).appendTo(w),x=this.prepareControl(n,C,b),T=x.valueEditor,S=x.valueSetter,k=x.propertyChangedHook,n.options?this.bindControl(new y(T,this._property.inputs[p],null,!0,this.model(),b,S,k)):"bar_time"===n.type?(I=10,this.bindControl(new a(T,this._property.inputs[p],!0,this.model(),b,this.model().mainSeries(),I)),
T.addClass("ticker")):"integer"===n.type?(O=[h(n.defval)],(0===n.min||n.min)&&O.push(d(n.min)),(0===n.max||n.max)&&O.push(u(n.max)),this.bindControl(new v(T,this._property.inputs[p],O,!1,this.model(),b)),T.addClass("ticker"),isFinite(n.step)&&n.step>0&&T.attr("data-step",n.step)):"float"===n.type?(O=[c(n.defval)],(0===n.min||n.min)&&O.push(d(n.min)),(0===n.max||n.max)&&O.push(u(n.max)),(P=new v(T,this._property.inputs[p],O,!1,this.model(),b)).addFormatter(o),this.bindControl(P),T.addClass("ticker"),isFinite(n.step)&&n.step>0&&T.attr("data-step",n.step)):"text"===n.type?this.bindControl(new v(T,this._property.inputs[p],null,!1,this.model(),b)):"bool"===n.type?this.bindControl(new m(T,this._property.inputs[p],!0,this.model(),b)):"resolution"===n.type?this.bindControl(new y(T,this._property.inputs[p],s,!0,this.model(),"Change Interval")):"symbol"===n.type&&(E=this._symbolInfoBySymbolProperty.bind(this,this._property.inputs[p]),L=f(E,this._property.inputs[p]),B=new r(T,this._property.inputs[p],!0,this.model(),"Change Symbol",L,this._study.symbolsResolved()),this.bindControl(B))));this._property.offset&&(l=this._property.offset.title?this._property.offset.title.value():window.t("Offset"),T=this.addOffsetEditorRow(e,l),(O=[h(this._property.offset.val)]).push(d(this._property.offset.min)),O.push(u(this._property.offset.max)),this.bindControl(new v(T,this._property.offset.val,O,!1,this.model(),"Undo "+l))),this._property.offsets&&$.each(t.plots,function(t,o){var i,n,s;this._property.offsets[o.id]&&(void 0!==(i=this._property.offsets[o.id]).isHidden&&i.isHidden.value()||(n=i.title.value(),T=this.addOffsetEditorRow(e,n),(s=[h(i.val)]).push(d(i.min)),s.push(u(i.max)),this.bindControl(new v(T,i.val,s,!1,this.model(),"Undo "+n))))}.bind(this))},i.prototype.prepareLayout=function(){this._table=$("<table/>"),this._table.addClass("property-page"),this._table.attr("cellspacing","0"),this._table.attr("cellpadding","2");var t=this._study.metaInfo();this.prepareLayoutImpl(t,this._table),this.loadData()},i.prototype.symbolSearchPopup=function(){return this._$symbolSearchPopup},i.prototype.widget=function(){return this._table},e.StudyInputsPropertyPage=i}).call(this,o("Kxc7"))},PVgW:function(t,e,o){"use strict";function i(t){return t=Math.abs(t),!Object(l.isInteger)(t)&&t>1&&(t=parseFloat(t.toString().replace(/^.+\./,"0."))),0<t&&t<1?Math.pow(10,null===(i=String(t).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/))?0:(e=i[1]?i[1].length:0,o=i[2]?parseInt(i[2],0):0,Math.max(0,e-o))):1;var e,o,i}function n(t,e){var o,n,s,r,a;t.trigger("tvticker-beforechange"),n=(o=t.data("TVTicker"))&&o.step,s=0,s=o.parser?o.parser(t.val()):Object(l.isInteger)(n)?parseInt(t.val(),10):parseFloat(t.val()),isNaN(s)&&(s=0),r=i(n),a=e(s,Math.max(r,i(s))),o.formatter&&(a=o.formatter(a)),t.val(a),t.change()}function s(t){var e=t.data("TVTicker"),o=e&&e.step,i=e&&e.max;n(t,function(t,e){var n=(Math.round(t*e)+Math.round(o*e))/e;return void 0!==i&&null!==i&&i<n&&(n=t),n})}function r(t){var e=t.data("TVTicker"),o=e&&e.step,i=e&&e.min;n(t,function(t,e){
var n=(Math.round(t*e)-Math.round(o*e))/e;return void 0!==i&&null!==i&&n<i&&(n=t),n})}var a,p,l,d;o.r(e),a=o("P5fv"),p=o("si6p"),l=o("ogJP"),d=o("R4+T"),$.fn.TVTicker=function(t){return void 0===t&&(t={}),this.each(function(){var e,o,i,n=!1,a=$(this),p=a.data("TVTicker");p?n=!0:p={step:Number(a.data("step"))||1},"step"in t&&(p.step=Number(t.step)||p.step),"min"in t&&(p.min=t.min),"max"in t&&(p.max=t.max),"formatter"in t&&(p.formatter=t.formatter),"parser"in t&&(p.parser=t.parser),a.data("TVTicker",p),n||(e=$('<div class="tv-ticker">').appendTo(a.parent()),o=$('<div class="tv-ticker__btn tv-ticker__btn--up">').html(d).appendTo(e),i=$('<div class="tv-ticker__btn tv-ticker__btn--down">').html(d).appendTo(e),e.on("mousedown",function(t){t.preventDefault(),a.focus()}),o.click(function(){a.is(":disabled")||s(a)}),i.click(function(){a.is(":disabled")||r(a)}),a.keydown(function(t){a.is(":disabled")||(38===t.keyCode?o.addClass("i-active"):40===t.keyCode&&i.addClass("i-active"))}),a.keyup(function(t){a.is(":disabled")||(38===t.keyCode?(s(a),o.removeClass("i-active")):40===t.keyCode&&(r(a),i.removeClass("i-active")))}),a.mousewheel(function(t){t.deltaY*(t.deltaFactor/100)>0?o.click():i.click()}))})}},"R4+T":function(t,e){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,e,o){}}]);

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -0,0 +1 @@
.menuWrap-1gEtmoET{text-align:left;-webkit-user-select:none;-moz-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,.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

@@ -0,0 +1 @@
.menuWrap-1gEtmoET{text-align:right;-webkit-user-select:none;-moz-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,.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,3 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"+EG+":function(e,t,n){"use strict";var o,i,r,s;n.d(t,"a",function(){return r}),n.d(t,"b",function(){return s}),o=n("mrSG"),i=n("q1tI"),r=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.__extends(t,e),t.prototype.shouldComponentUpdate=function(){return!1},t.prototype.render=function(){return i.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})},t}(i.Component),s=i.createContext(null)},"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";var o,i,r,s,a,u,d,l,c,p,h;n.d(t,"a",function(){return h}),o=n("mrSG"),i=n("q1tI"),r=n("TSYQ"),s=n("Eyy1"),a=n("Hr11"),u=n("XAms"),d=n("+EG+"),l=n("tWVy"),c=n("jAh7"),p=n("6uNr"),h=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 c.OverlapManager,n._handleContainerRef=function(e){return n._containerRef=e},n._handleScrollWrapRef=function(e){return n._scrollWrapRef=e},n._handleMeasure=function(){var e,t,o,i,r,u,d,l,c,p,h,m,f,_,v,g;n.state.isMeasureValid||(e=n.props.position,o=(t=Object(s.ensureNotNull)(n._containerRef)).getBoundingClientRect(),i=document.documentElement.clientHeight,r=document.documentElement.clientWidth,u=i-10,(d=o.height>u)&&(Object(s.ensureNotNull)(n._scrollWrapRef).style.overflowY="scroll",o=t.getBoundingClientRect()),l=o.width,c=o.height,p="function"==typeof e?e(l,c):e,h=5,m=r-l-5,f=Object(a.clamp)(p.x,h,Math.max(h,m)),_=5,v=i-(p.overrideHeight||c)-5,g=Object(a.clamp)(p.y,_,Math.max(_,v)),n.setState({appearingMenuHeight:p.overrideHeight||(d?u:void 0),appearingMenuWidth:p.overrideWidth,appearingPosition:{x:f,y:g},isMeasureValid:!0},n._scrollToFocusedElement))},n._scrollToFocusedElement=function(){var e=document.activeElement,t=Object(s.ensureNotNull)(n._containerRef);null!==e&&t.contains(e)&&e.scrollIntoView()},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.state={},n}return o.__extends(t,e),t.prototype.componentWillReceiveProps=function(e){this.props.isOpened&&!e.isOpened&&this.setState({isMeasureValid:void 0})},t.prototype.componentDidMount=function(){this._handleMeasure();var e=this.props.customCloseDelegate;(void 0===e?l.a:e).subscribe(this,this._handleGlobalClose),window.addEventListener("resize",this._resize)},t.prototype.componentDidUpdate=function(){this._handleMeasure()},t.prototype.componentWillUnmount=function(){var e=this.props.customCloseDelegate;(void 0===e?l.a:e).unsubscribe(this,this._handleGlobalClose),window.removeEventListener("resize",this._resize),
null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null)},t.prototype.render=function(){var e=this.props,t=e.children,n=e.minWidth,o=e.theme,s=void 0===o?p:o,a=e.className,l=this.state,c=l.appearingMenuHeight,h=l.appearingMenuWidth,m=l.appearingPosition,f=l.isMeasureValid;return i.createElement(i.Fragment,null,i.createElement(d.b.Provider,{value:this._manager},i.createElement("div",{className:r(a,s.menuWrap,!f&&s.isMeasuring),style:{height:c,left:m&&m.x,minWidth:n,position:"fixed",top:m&&m.y,width:h},ref:this._handleContainerRef,onScroll:this.props.onScroll,onContextMenu:u.b},i.createElement("div",{className:r(s.scrollWrap,!this.props.noMomentumBasedScroll&&s.momentumBased),style:{overflowY:void 0!==c?"scroll":"auto"},ref:this._handleScrollWrapRef},i.createElement("div",{className:s.menuBox},t)))),i.createElement(d.a,{reference:this._handleSlot}))},t}(i.PureComponent)},RgaO:function(e,t,n){"use strict";var o,i,r;n.d(t,"a",function(){return r}),o=n("mrSG"),i=n("q1tI"),r=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._scope=null,t._handleScopeRef=function(e){return t._scope=e},t._handleOutsideEvent=function(e){void 0!==t.props.handler&&null!==t._scope&&e.target instanceof Node&&(t._scope.contains(e.target)||t.props.handler(e))},t}return o.__extends(t,e),t.prototype.componentDidMount=function(){this.props.click&&document.addEventListener("click",this._handleOutsideEvent,!1),this.props.mouseDown&&document.addEventListener("mousedown",this._handleOutsideEvent,!1),this.props.touchEnd&&document.addEventListener("touchend",this._handleOutsideEvent,!1),this.props.touchStart&&document.addEventListener("touchstart",this._handleOutsideEvent,!1)},t.prototype.componentWillUnmount=function(){document.removeEventListener("click",this._handleOutsideEvent,!1),document.removeEventListener("mousedown",this._handleOutsideEvent,!1),document.removeEventListener("touchend",this._handleOutsideEvent,!1),document.removeEventListener("touchstart",this._handleOutsideEvent,!1)},t.prototype.render=function(){var e=this.props,t=(e.click,e.handler,e.mouseDown,e.touchEnd,e.touchStart,e.ctor),n=void 0===t?"span":t,r=o.__rest(e,["click","handler","mouseDown","touchEnd","touchStart","ctor"]);return i.createElement(n,o.__assign({},r,{ref:this._handleScopeRef}))},t}(i.PureComponent)},jAh7:function(e,t,n){"use strict";function o(e){var t,n,o;return void 0===e&&(e=document),null!==(t=e.getElementById("overlap-manager-root"))?Object(i.ensureDefined)(a.get(t)):(n=new s(e),o=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),a.set(o,n),n.setContainer(o),e.body.appendChild(o),n)}var i,r,s,a;n.r(t),n.d(t,"OverlapManager",function(){return s}),n.d(t,"getRootOverlapManager",function(){return o}),i=n("Eyy1"),r=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}(),s=function(){function e(e){void 0===e&&(e=document),this._storage=new r,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){var n,o;return void 0===t&&(t={position:"fixed"}),void 0!==(n=this._windows.get(e))?n:(this.registerWindow(e),(o=this._document.createElement("div")).style.position=t.position,o.style.zIndex=this._index.toString(),o.dataset.id=e,this._container.appendChild(o),this._windows.set(e,o),++this._index,o)},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}(),a=new WeakMap}}]);

View File

@@ -1,2 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[30],{"4Cm8":function(t,e,i){"use strict";function s(t){var e;return c.createElement("div",{className:h(b.fadeLeft,(e={},e[b.isVisible]=t.isVisible,e))})}function r(t){var e;return c.createElement("div",{className:h(b.fadeRight,(e={},e[b.isVisible]=t.isVisible,e))})}function n(t){return c.createElement(l,a.__assign({},t,{className:b.scrollLeft}))}function o(t){return c.createElement(l,a.__assign({},t,{className:b.scrollRight}))}function l(t){var e;return c.createElement("div",{className:h(t.className,(e={},e[b.isVisible]=t.isVisible,e)),onClick:t.onClick},c.createElement("div",{className:b.iconWrap},c.createElement(p.a,{icon:m,className:b.icon})))}var a,c,h,u,p,d,f,w,m,b,_,R,S,V,v,g;i.d(e,"a",function(){return _}),a=i("mrSG"),c=i("q1tI"),h=i("TSYQ"),u=i("XmVn"),p=i("jjrI"),d=i("beCu"),f=i("j1f4"),w=i("Ialn"),m=i("Vike"),b=i("ji/R"),S=o,V=s,v=r,void 0===(R=n)&&(R=n),void 0===S&&(S=o),void 0===V&&(V=s),void 0===v&&(v=r),(g=function(t){function e(e){var i=t.call(this,e)||this;return i._scroll=c.createRef(),i._wrapMeasureRef=c.createRef(),i._contentMeasureRef=c.createRef(),i._handleScrollLeft=function(){i.props.onScrollButtonClick?i.props.onScrollButtonClick("left"):i.animateTo(Math.max(0,i.currentPosition()-(i.state.widthWrap-50)))},i._handleScrollRight=function(){i.props.onScrollButtonClick?i.props.onScrollButtonClick("right"):i.animateTo(Math.min((i.state.widthContent||0)-(i.state.widthWrap||0),i.currentPosition()+(i.state.widthWrap-50)))},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,e,s,r,n;(i.props.isVisibleButtons||i.props.isVisibleFade)&&(e=(t=i.state).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 a.__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?w.IS_RTL?Object(w.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=f.dur);var i=this._scroll.current;i&&(w.IS_RTL&&(t=Object(w.getLTRScrollLeftOffset)(i,t)),e<=0?i.scrollLeft=Math.round(t):Object(d.doAnimate)({onStep:function(t,e){i.scrollLeft=Math.round(e)},from:i.scrollLeft,to:Math.round(t),easing:f.easingFunc.easeInOutCubic,duration:e}))},e.prototype.render=function(){var t,e=this.props,i=e.children,s=e.isVisibleScrollbar,r=e.isVisibleFade,n=e.isVisibleButtons,o=e.shouldMeasure,l=e.shouldDecreaseWidthContent,a=e.buttonsWidthIfDecreasedWidthContent,p=this.state,d=p.isVisibleRightButton,f=p.isVisibleLeftButton,w=l&&a;return c.createElement(u,{whitelist:["width"],onMeasure:this._handleResizeWrap,shouldMeasure:o,ref:this._wrapMeasureRef},c.createElement("div",{className:b.wrapOverflow},c.createElement("div",{className:h(b.wrap,w?b.wrapWithArrowsOuting:"")},c.createElement("div",{className:h(b.scrollWrap,(t={},t[b.noScrollBar]=!s,t)),onScroll:this._handleScroll,ref:this._scroll},c.createElement(u,{onMeasure:this._handleResizeContent,whitelist:["width"],shouldMeasure:o,ref:this._contentMeasureRef},i)),r&&c.createElement(V,{isVisible:f}),r&&c.createElement(v,{isVisible:d}),n&&c.createElement(R,{onClick:this._handleScrollLeft,isVisible:f}),n&&c.createElement(S,{onClick:this._handleScrollRight,isVisible:d}))))},e.prototype._isOverflowed=function(){var t=this.state;return t.widthContent>t.widthWrap},e}(c.PureComponent)).defaultProps={isVisibleScrollbar:!0,shouldMeasure:!0,hideButtonsFrom:1},_=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

@@ -0,0 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[30],{"4Cm8":function(t,e,i){"use strict";function s(t){var e;return c.createElement("div",{className:u(m.fadeLeft,(e={},e[m.isVisible]=t.isVisible,e))})}function r(t){var e;return c.createElement("div",{className:u(m.fadeRight,(e={},e[m.isVisible]=t.isVisible,e))})}function n(t){return c.createElement(l,Object(a.__assign)({},t,{className:m.scrollLeft}))}function o(t){return c.createElement(l,Object(a.__assign)({},t,{className:m.scrollRight}))}function l(t){var e;return c.createElement("div",{className:u(t.className,(e={},e[m.isVisible]=t.isVisible,e)),onClick:t.onClick},c.createElement("div",{className:m.iconWrap},c.createElement(p.a,{icon:b,className:m.icon})))}var a,c,u,h,p,d,f,w,b,m,_,R,S,v,V,g,C;i.d(e,"a",function(){return R}),a=i("mrSG"),c=i("q1tI"),u=i("TSYQ"),h=i("XmVn"),p=i("jjrI"),d=i("beCu"),f=i("j1f4"),w=i("Ialn"),b=i("Vike"),m=i("ji/R"),_={isVisibleScrollbar:!0,shouldMeasure:!0,hideButtonsFrom:1},v=o,V=s,g=r,void 0===(S=n)&&(S=n),void 0===v&&(v=o),void 0===V&&(V=s),void 0===g&&(g=r),(C=function(t){function e(e){var i=t.call(this,e)||this;return i._scroll=c.createRef(),i._wrapMeasureRef=c.createRef(),i._contentMeasureRef=c.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(a.__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(w.isRtl)()?Object(w.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=f.dur);var i=this._scroll.current;i&&(Object(w.isRtl)()&&(t=Object(w.getLTRScrollLeftOffset)(i,t)),e<=0?i.scrollLeft=Math.round(t):Object(d.doAnimate)({onStep:function(t,e){i.scrollLeft=Math.round(e)},from:i.scrollLeft,to:Math.round(t),easing:f.easingFunc.easeInOutCubic,duration:e}))},e.prototype.render=function(){var t,e=this.props,i=e.children,s=e.isVisibleScrollbar,r=e.isVisibleFade,n=e.isVisibleButtons,o=e.shouldMeasure,l=e.shouldDecreaseWidthContent,a=e.buttonsWidthIfDecreasedWidthContent,p=e.onMouseOver,d=e.onMouseOut,f=this.state,w=f.isVisibleRightButton,b=f.isVisibleLeftButton,_=l&&a;return c.createElement(h,{whitelist:["width"],onMeasure:this._handleResizeWrap,shouldMeasure:o,ref:this._wrapMeasureRef},c.createElement("div",{className:m.wrapOverflow,onMouseOver:p,onMouseOut:d},c.createElement("div",{className:u(m.wrap,_?m.wrapWithArrowsOuting:"")},c.createElement("div",{className:u(m.scrollWrap,(t={},t[m.noScrollBar]=!s,t)),onScroll:this._handleScroll,ref:this._scroll},c.createElement(h,{onMeasure:this._handleResizeContent,whitelist:["width"],shouldMeasure:o,ref:this._contentMeasureRef},i)),r&&c.createElement(V,{isVisible:b}),r&&c.createElement(g,{isVisible:w}),n&&c.createElement(S,{onClick:this._handleScrollLeft,isVisible:b}),n&&c.createElement(v,{onClick:this._handleScrollRight,isVisible:w}))))},e.prototype._isOverflowed=function(){var t=this.state;return t.widthContent>t.widthWrap},e}(c.PureComponent)).defaultProps=_,R=C},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"}}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
.icon-3yfDkFjY-{display:flex;flex-direction:row;align-items:center;transition:transform .35s cubic-bezier(.175,.885,.32,1.275)}.icon-3yfDkFjY- svg{display:block;fill:currentColor;width:8px;height:4px}.icon-3yfDkFjY-.dropped-50rfOQ8V-{transform:rotate(180deg)}.button-13wlLwhJ-{display:flex;flex:1 0 auto;align-items:center;height:100%;cursor:default;color:#131722;position:relative;z-index:0;transition:background-color .35s ease,color 60ms ease}html.theme-dark .button-13wlLwhJ-{color:#787b86}.button-13wlLwhJ-:active{color:#000}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-:hover{color:#000}}html.theme-dark .button-13wlLwhJ-:active{color:#868993}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .button-13wlLwhJ-:hover{color:#868993}}.button-13wlLwhJ-.hover-3L87f6Kw-:before,.button-13wlLwhJ-:active:before{content:"";display:block;position:absolute;z-index:-1;top:2px;right:2px;bottom:2px;left:2px;background-color:#f0f3fa;border-radius:2px}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-:hover:before{content:"";display:block;position:absolute;z-index:-1;top:2px;right:2px;bottom:2px;left:2px;background-color:#f0f3fa;border-radius:2px}}html.theme-dark .button-13wlLwhJ-.hover-3L87f6Kw-:before,html.theme-dark .button-13wlLwhJ-:active:before{background-color:#2a2e39}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .button-13wlLwhJ-:hover:before{background-color:#2a2e39}}.button-13wlLwhJ- svg{display:block;fill:currentColor}.button-13wlLwhJ- .arrow-2pXEy7ej-{display:flex;contain:content;align-items:center;height:100%}.button-13wlLwhJ- .arrowWrap-r5l5nQXU-{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-:hover .arrowWrap-r5l5nQXU-{transform:translateY(2px)}}.button-13wlLwhJ-.isOpened-1939ai3F-.hover-3L87f6Kw-:before,.button-13wlLwhJ-.isOpened-1939ai3F-:active:before,.button-13wlLwhJ-.isOpened-1939ai3F-:before{content:"";display:block;position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:0;background-color:#f0f3fa}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-.isOpened-1939ai3F-:hover:before{content:"";display:block;position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:0;background-color:#f0f3fa}}html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-.hover-3L87f6Kw-:before,html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-:active:before,html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-:before{background-color:#2a2e39}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-:hover:before{background-color:#2a2e39}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-.isOpened-1939ai3F-:hover .arrowWrap-r5l5nQXU-{transform:none}}

View File

@@ -1 +0,0 @@
.icon-3yfDkFjY-{display:flex;flex-direction:row;align-items:center;transition:transform .35s cubic-bezier(.175,.885,.32,1.275)}.icon-3yfDkFjY- svg{display:block;fill:currentColor;width:8px;height:4px}.icon-3yfDkFjY-.dropped-50rfOQ8V-{transform:rotate(-180deg)}.button-13wlLwhJ-{display:flex;flex:1 0 auto;align-items:center;height:100%;cursor:default;color:#131722;position:relative;z-index:0;transition:background-color .35s ease,color 60ms ease}html.theme-dark .button-13wlLwhJ-{color:#787b86}.button-13wlLwhJ-:active{color:#000}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-:hover{color:#000}}html.theme-dark .button-13wlLwhJ-:active{color:#868993}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .button-13wlLwhJ-:hover{color:#868993}}.button-13wlLwhJ-.hover-3L87f6Kw-:before,.button-13wlLwhJ-:active:before{content:"";display:block;position:absolute;z-index:-1;top:2px;left:2px;bottom:2px;right:2px;background-color:#f0f3fa;border-radius:2px}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-:hover:before{content:"";display:block;position:absolute;z-index:-1;top:2px;left:2px;bottom:2px;right:2px;background-color:#f0f3fa;border-radius:2px}}html.theme-dark .button-13wlLwhJ-.hover-3L87f6Kw-:before,html.theme-dark .button-13wlLwhJ-:active:before{background-color:#2a2e39}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .button-13wlLwhJ-:hover:before{background-color:#2a2e39}}.button-13wlLwhJ- svg{display:block;fill:currentColor}.button-13wlLwhJ- .arrow-2pXEy7ej-{display:flex;contain:content;align-items:center;height:100%}.button-13wlLwhJ- .arrowWrap-r5l5nQXU-{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-:hover .arrowWrap-r5l5nQXU-{transform:translateY(2px)}}.button-13wlLwhJ-.isOpened-1939ai3F-.hover-3L87f6Kw-:before,.button-13wlLwhJ-.isOpened-1939ai3F-:active:before,.button-13wlLwhJ-.isOpened-1939ai3F-:before{content:"";display:block;position:absolute;z-index:-1;top:0;left:0;bottom:0;right:0;border-radius:0;background-color:#f0f3fa}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-.isOpened-1939ai3F-:hover:before{content:"";display:block;position:absolute;z-index:-1;top:0;left:0;bottom:0;right:0;border-radius:0;background-color:#f0f3fa}}html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-.hover-3L87f6Kw-:before,html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-:active:before,html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-:before{background-color:#2a2e39}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .button-13wlLwhJ-.isOpened-1939ai3F-:hover:before{background-color:#2a2e39}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.button-13wlLwhJ-.isOpened-1939ai3F-:hover .arrowWrap-r5l5nQXU-{transform:none}}

View File

@@ -1 +0,0 @@
.errors-C3KBJakt-{position:absolute;z-index:2;margin-bottom:1px;padding:10px 15px;color:#fff;opacity:0;text-align:center;border-radius:3px;background-color:#2a2e39;pointer-events:none;transform:translateY(-3px);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}.clock-3pqBsiNm-{display:flex;flex-direction:column;border-radius:3px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(107,121,136,.4)}html.theme-dark .clock-3pqBsiNm-{background-color:#1e222d;box-shadow:0 2px 4px 0 #000}.header-pTWMGSpm-{flex:0 0 50px;height:50px;box-sizing:border-box;font-size:24px;line-height:1;text-align:center;padding:10px 0;border-bottom:1px solid;border-bottom-color:#eceff2;color:#262b3e}html.theme-dark .header-pTWMGSpm-{color:#c5cbce;border-bottom-color:#363c4e}.header-pTWMGSpm- .number-9PC9lvyt-{padding:0 3px;cursor:pointer}.header-pTWMGSpm- .number-9PC9lvyt-.active-1sonmMLV-{color:#2196f3}.body-2Q-g3GDd-{padding:10px;background:#f7f8fa;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}html.theme-dark .body-2Q-g3GDd-{background:#1c2030}.clockFace-eHYbqh-S-{position:relative;width:200px;height:200px;border-radius:50%;box-sizing:border-box;margin:0 auto;background:#fff}html.theme-dark .clockFace-eHYbqh-S-{background:#262b3e}.clockFace-eHYbqh-S- div{position:absolute;width:100%;height:100%}.clockFace-eHYbqh-S- .face-2iCoBAOV-{position:absolute;top:0;left:0;border-radius:50%;font-size:15px;pointer-events:none}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-{position:absolute;width:28px;height:28px;margin-top:-14px;margin-left:-14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;text-align:center;pointer-events:all;color:#262b3e;transition:background-color 60ms ease}html.theme-dark .clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-{color:#c5cbce}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt->span{flex:1 1 auto}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:hover{background-color:rgba(247,248,250,.5)}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:hover{background-color:rgba(28,32,48,.5)}}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:active{background-color:#f7f8fa}html.theme-dark .clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:active{background-color:#1c2030}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-.inner-1mVlhYbe-{font-size:120%}.clockFace-eHYbqh-S- .hand-2ZG8pJQb-{position:absolute;display:block;pointer-events:none;bottom:50%;left:50%;width:1px;margin-left:-.5px;transform-origin:50% 100%;background:#2196f3}.clockFace-eHYbqh-S- .hand-2ZG8pJQb- .knob-31dEppHa-{position:absolute;top:-26px;left:50%;width:26px;height:26px;margin-left:-13px;box-sizing:border-box;border-radius:50%;border:2px solid;border-color:#2196f3}html.theme-dark .clockFace-eHYbqh-S- .hand-2ZG8pJQb- .knob-31dEppHa-{border-color:#1976d2}.clockFace-eHYbqh-S- .centerDot-210Fo0oV-{position:absolute;top:50%;left:50%;width:4px;height:4px;margin-top:-2px;margin-left:-2px;content:"";border-radius:50%;background:#2196f3}

View File

@@ -1 +0,0 @@
.errors-C3KBJakt-{position:absolute;z-index:2;margin-bottom:1px;padding:10px 15px;color:#fff;opacity:0;text-align:center;border-radius:3px;background-color:#2a2e39;pointer-events:none;transform:translateY(-3px);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}.clock-3pqBsiNm-{display:flex;flex-direction:column;border-radius:3px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(107,121,136,.4)}html.theme-dark .clock-3pqBsiNm-{background-color:#1e222d;box-shadow:0 2px 4px 0 #000}.header-pTWMGSpm-{flex:0 0 50px;height:50px;box-sizing:border-box;font-size:24px;line-height:1;text-align:center;padding:10px 0;border-bottom:1px solid;border-bottom-color:#eceff2;color:#262b3e}html.theme-dark .header-pTWMGSpm-{color:#c5cbce;border-bottom-color:#363c4e}.header-pTWMGSpm- .number-9PC9lvyt-{padding:0 3px;cursor:pointer}.header-pTWMGSpm- .number-9PC9lvyt-.active-1sonmMLV-{color:#2196f3}.body-2Q-g3GDd-{padding:10px;background:#f7f8fa;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}html.theme-dark .body-2Q-g3GDd-{background:#1c2030}.clockFace-eHYbqh-S-{position:relative;width:200px;height:200px;border-radius:50%;box-sizing:border-box;margin:0 auto;background:#fff}html.theme-dark .clockFace-eHYbqh-S-{background:#262b3e}.clockFace-eHYbqh-S- div{position:absolute;width:100%;height:100%}.clockFace-eHYbqh-S- .face-2iCoBAOV-{position:absolute;top:0;right:0;border-radius:50%;font-size:15px;pointer-events:none}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-{position:absolute;width:28px;height:28px;margin-top:-14px;margin-left:-14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;text-align:center;pointer-events:all;color:#262b3e;transition:background-color 60ms ease}html.theme-dark .clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-{color:#c5cbce}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt->span{flex:1 1 auto}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:hover{background-color:rgba(247,248,250,.5)}}@media (any-hover:hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){html.theme-dark .clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:hover{background-color:rgba(28,32,48,.5)}}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:active{background-color:#f7f8fa}html.theme-dark .clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-:active{background-color:#1c2030}.clockFace-eHYbqh-S- .face-2iCoBAOV- .number-9PC9lvyt-.inner-1mVlhYbe-{font-size:120%}.clockFace-eHYbqh-S- .hand-2ZG8pJQb-{position:absolute;display:block;pointer-events:none;bottom:50%;right:50%;width:1px;margin-right:-.5px;transform-origin:50% 100%;background:#2196f3}.clockFace-eHYbqh-S- .hand-2ZG8pJQb- .knob-31dEppHa-{position:absolute;top:-26px;right:50%;width:26px;height:26px;margin-right:-13px;box-sizing:border-box;border-radius:50%;border:2px solid;border-color:#2196f3}html.theme-dark .clockFace-eHYbqh-S- .hand-2ZG8pJQb- .knob-31dEppHa-{border-color:#1976d2}.clockFace-eHYbqh-S- .centerDot-210Fo0oV-{position:absolute;top:50%;right:50%;width:4px;height:4px;margin-top:-2px;margin-right:-2px;content:"";border-radius:50%;background:#2196f3}

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