diff --git a/api.css b/api.css index 847bbf56f7ba139aab248f70e41d1698e30755af..344bdbaa8ccf549bfb0acf83638f6010c236201d 100644 --- a/api.css +++ b/api.css @@ -3,17 +3,6 @@ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable at-rule-no-unknown */ -@font-face { - font-family: "Monospaced Number"; - src: local("Tahoma"); - unicode-range: U+30-39; -} -@font-face { - font-family: "Monospaced Number"; - font-weight: bold; - src: local("Tahoma-Bold"); - unicode-range: U+30-39; -} @font-face { font-family: "Chinese Quote"; src: local("PingFang SC"), local("SimSun"); @@ -60,8 +49,9 @@ section { } body { margin: 0; - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); background-color: #fff; @@ -189,7 +179,7 @@ pre, code, kbd, samp { - font-family: Consolas, Menlo, Courier, monospace; + font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 1em; } pre { @@ -353,6 +343,7 @@ mark { } @font-face { font-family: 'anticon'; + font-display: fallback; src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.eot'); /* IE9*/ src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.ttf') format('truetype'), /* iOS 4.1- */ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.svg#iconfont') format('svg'); @@ -2951,8 +2942,9 @@ mark { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-modal { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -3080,12 +3072,32 @@ mark { .ant-modal-open { overflow: hidden; } +.ant-modal-centered { + text-align: center; +} +.ant-modal-centered:before { + content: ''; + display: inline-block; + height: 100%; + vertical-align: middle; + width: 0; +} +.ant-modal-centered .ant-modal { + display: inline-block; + vertical-align: middle; + top: 0; + text-align: left; +} +.ant-modal-centered .ant-table-body { + white-space: nowrap; + overflow-x: auto; +} @media (max-width: 767px) { .ant-modal { width: auto !important; margin: 10px; } - .vertical-center-modal .ant-modal { + .ant-modal-centered .ant-modal { -ms-flex: 1 1; flex: 1 1; } @@ -3116,7 +3128,7 @@ mark { font-size: 16px; line-height: 1.4; display: block; - overflow: auto; + overflow: hidden; } .ant-confirm-body .ant-confirm-content { margin-left: 38px; @@ -4177,6 +4189,9 @@ mark { letter-spacing: .34em; margin-right: -0.34em; } +.ant-btn-block { + width: 100%; +} @-webkit-keyframes buttonEffect { to { opacity: 0; @@ -4211,8 +4226,9 @@ a.ant-btn-sm { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-card { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -4608,8 +4624,9 @@ a.ant-btn-sm { padding-top: 1px; } .ant-tabs { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -5030,8 +5047,9 @@ a.ant-btn-sm { clear: both; } .ant-table { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -5176,6 +5194,7 @@ a.ant-btn-sm { .ant-table-tbody > tr > td { padding: 16px 16px; word-break: break-word; + -ms-word-break: break-all; } .ant-table-thead > tr > th.ant-table-selection-column-custom { padding-left: 16px; @@ -5683,8 +5702,9 @@ tr.ant-table-expanded-row:hover { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-radio-group { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -5696,8 +5716,9 @@ tr.ant-table-expanded-row:hover { line-height: unset; } .ant-radio-wrapper { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -5712,8 +5733,9 @@ tr.ant-table-expanded-row:hover { cursor: pointer; } .ant-radio { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -6010,8 +6032,9 @@ span.ant-radio + * { } } .ant-checkbox { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -6148,8 +6171,9 @@ span.ant-radio + * { cursor: not-allowed; } .ant-checkbox-wrapper { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -6170,8 +6194,9 @@ span.ant-radio + * { padding-right: 8px; } .ant-checkbox-group { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -6196,8 +6221,9 @@ span.ant-radio + * { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-dropdown { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -6457,8 +6483,9 @@ span.ant-radio + * { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-spin { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -6670,8 +6697,9 @@ span.ant-radio + * { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-pagination { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -7068,8 +7096,9 @@ textarea.ant-pagination-options-quick-jumper input { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-select { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -7494,7 +7523,8 @@ textarea.ant-pagination-options-quick-jumper input { margin-right: 20px; } .ant-select-dropdown { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); margin: 0; @@ -7653,7 +7683,8 @@ textarea.ant-pagination-options-quick-jumper input { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-input { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-variant: tabular-nums; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; @@ -7723,8 +7754,9 @@ textarea.ant-input { height: 24px; } .ant-input-group { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -7931,8 +7963,9 @@ textarea.ant-input { width: 100%; } .ant-input-affix-wrapper { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -11475,8 +11508,9 @@ textarea.ant-input { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-message { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; @@ -11562,8 +11596,9 @@ textarea.ant-input { /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ .ant-notification { - font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; + font-variant: tabular-nums; line-height: 1.5; color: rgba(0, 0, 0, 0.65); -webkit-box-sizing: border-box; diff --git a/api.js b/api.js index 2c8f52b018b9748780e5e187c0ede29cdcd9ef71..24406569d8abb8c7fdf83956cd2944a73535c60c 100644 --- a/api.js +++ b/api.js @@ -4469,42 +4469,6 @@ module.exports = { }; -/***/ }), - -/***/ "IAnx": -/***/ (function(module, exports, __webpack_require__) { - -"use strict"; -/** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - */ - - - -var React = __webpack_require__("1n8/"); -var factory = __webpack_require__("mdfe"); - -if (typeof React === 'undefined') { - throw Error( - 'create-react-class could not find the React object. If you are using script tags, ' + - 'make sure that React is being loaded before create-react-class.' - ); -} - -// Hack to grab NoopUpdateQueue from isomorphic React -var ReactNoopUpdateQueue = new React.Component().updater; - -module.exports = factory( - React.Component, - React.isValidElement, - ReactNoopUpdateQueue -); - - /***/ }), /***/ "ID6i": @@ -25551,940 +25515,6 @@ module.exports = { }; -/***/ }), - -/***/ "mdfe": -/***/ (function(module, exports, __webpack_require__) { - -"use strict"; -/** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - */ - - - -var _assign = __webpack_require__("J4Nk"); - -var emptyObject = __webpack_require__("+CtU"); -var _invariant = __webpack_require__("wRU+"); - -if (false) { - var warning = require('fbjs/lib/warning'); -} - -var MIXINS_KEY = 'mixins'; - -// Helper function to allow the creation of anonymous functions which do not -// have .name set to the name of the variable being assigned to. -function identity(fn) { - return fn; -} - -var ReactPropTypeLocationNames; -if (false) { - ReactPropTypeLocationNames = { - prop: 'prop', - context: 'context', - childContext: 'child context' - }; -} else { - ReactPropTypeLocationNames = {}; -} - -function factory(ReactComponent, isValidElement, ReactNoopUpdateQueue) { - /** - * Policies that describe methods in `ReactClassInterface`. - */ - - var injectedMixins = []; - - /** - * Composite components are higher-level components that compose other composite - * or host components. - * - * To create a new type of `ReactClass`, pass a specification of - * your new class to `React.createClass`. The only requirement of your class - * specification is that you implement a `render` method. - * - * var MyComponent = React.createClass({ - * render: function() { - * return
1&&(e=parseInt(e,10),t=parseInt(t,10)),n.attr("text",this._formatItemValue(e)+""),r.attr("text",this._formatItemValue(t)+""),"color-legend"===this.get("type")&&this.get("attr")){var i=this.get("attr"),a=this.get("minButtonElement"),o=this.get("maxButtonElement");a.attr("fill",i.mapping(e).join("")),o.attr("fill",i.mapping(t).join(""))}},t}(l);e.exports=h},function(e,t,n){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var o=n(41),s=function(e){function t(){return r(this,t),i(this,e.apply(this,arguments))}return a(t,e),t.prototype.getDefaultCfg=function(){var t=e.prototype.getDefaultCfg.call(this);return t.type="list",t.cols=null,t},t.prototype.generateFacets=function(e){var t=this,n=t.fields,r=n[0];if(!r)throw"Please specify for the field for facet!";var i=t.getFieldValues(r,e),a=i.length,o=t.cols||a,s=parseInt((a+o-1)/o),l=[];return i.forEach(function(n,u){var c=parseInt(u/o),f=u%o,p=[{field:r,value:n,values:i}],h=t.getFilter(p),d=e.filter(h),m={type:t.type,count:a,colValue:n,colField:r,rowField:null,rowValue:n,colIndex:f,rowIndex:c,cols:o,rows:s,data:d,region:t.getRegion(s,o,f,c)};l.push(m)}),l},t.prototype.setXAxis=function(e,t,n){n.rowIndex!==n.rows-1&&n.cols*n.rowIndex+n.colIndex+1+n.cols<=n.count&&(t[e].label=null,t[e].title=null)},t.prototype.setYAxis=function(e,t,n){0!==n.colIndex&&(t[e].title=null,t[e].label=null)},t}(o);e.exports=s},function(e,t,n){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var o=n(41),s=function(e){function t(){return r(this,t),i(this,e.apply(this,arguments))}return a(t,e),t.prototype.getDefaultCfg=function(){var t=e.prototype.getDefaultCfg.call(this);return t.type="rect",t},t.prototype.generateFacets=function(e){var t=this,n=t.fields,r=[],i=1,a=1,o=n[0],s=n[1],l=[""],u=[""];return o&&(l=t.getFieldValues(o,e),a=l.length),s&&(u=t.getFieldValues(s,e),i=u.length),l.forEach(function(n,c){u.forEach(function(f,p){var h=[{field:o,value:n,values:l},{field:s,value:f,values:u}],d=t.getFilter(h),m=e.filter(d),v={type:t.type,colValue:n,rowValue:f,colField:o,rowField:s,colIndex:c,rowIndex:p,cols:a,rows:i,data:m,region:t.getRegion(i,a,c,p)};r.push(v)})}),r},t.prototype.setXAxis=function(e,t,n){n.rowIndex!==n.rows-1?(t[e].title=null,t[e].label=null):n.colIndex!==parseInt((n.cols-1)/2)&&(t[e].title=null)},t.prototype.setYAxis=function(e,t,n){0!==n.colIndex?(t[e].title=null,t[e].label=null):n.rowIndex!==parseInt((n.rows-1)/2)&&(t[e].title=null)},t.prototype.renderTitle=function(e,t){0===t.rowIndex&&this.drawColTitle(e,t),t.colIndex===t.cols-1&&this.drawRowTitle(e,t)},t}(o);e.exports=s},function(e,t,n){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function o(e){var t=0;return f.each(e,function(e){t+=e}),t/e.length}var s=n(8),l=s.Group,u=n(92),c=n(2),f=n(0),p=["line","point","path"],h=function(e){function t(){return r(this,t),i(this,e.apply(this,arguments))}return a(t,e),t.prototype.getDefaultCfg=function(){return{label:c.label,labelCfg:null,coord:null,geomType:null,zIndex:6}},t.prototype._renderUI=function(){e.prototype._renderUI.call(this),this.initLabelsCfg(),this.renderLabels()},t.prototype._getLabelValue=function(e){var t=this,n=e._origin,r=t.get("labelCfg"),i=r.scales,a=r.cfg&&r.cfg.content,o=void 0;if(a){var s=[];f.each(i,function(e){s.push(n[e.field])}),o=a.apply(null,s)}else{var l=i[0];if(o=n[l.field],f.isArray(o)){var u=[];f.each(o,function(e){u.push(l.getText(e))}),o=u}else o=l.getText(o)}return o},t.prototype.initLabelsCfg=function(){var e=this,t=e.getDefaultLabelCfg(),n=e.get("labelCfg");f.deepMix(t,n.cfg),e.set("label",t)},t.prototype.getDefaultLabelCfg=function(){var e=this,t=e.get("labelCfg").cfg,n=e.get("geomType"),r=e.get("viewTheme")||c;return"polygon"===n||t&&t.offset<0&&-1===f.indexOf(p,n)?f.deepMix({},e.get("label"),r.innerLabels):f.deepMix({},r.label,e.get("label"))},t.prototype.getLabelsItems=function(e){var t=this,n=[],r=t.get("label"),i=t.get("geom"),a=void 0;return f.each(e,function(e){a=e._origin;var o=t._getLabelValue(e);f.isArray(o)||(o=[o]);var s=o.length;f.each(o,function(l,u){var c=t.getLabelPoint(o,e,u);if(c&&!f.isNil(c.text)&&""!==c.text){c=f.mix({},a,c);var p=void 0;p=r&&r.label&&r.label.textAlign?r.label.textAlign:t.getLabelAlign(c,u,s),c.textAlign=p,i&&(c._id=i._getShapeId(a)+"-glabel-"+u+"-"+c.text),c.coord=t.get("coord"),n.push(c)}})}),n},t.prototype.adjustItems=function(e){return e},t.prototype.drawLines=function(e,t){var n=this;n.getDefaultOffset()>0&&f.each(e,function(e){n.lineToLabel(e,t)})},t.prototype.lineToLabel=function(e,t){var n=this,r=n.get("coord"),i={x:e.x-e._offset.x,y:e.y-e._offset.y},a={x:(i.x+e.x)/2,y:(i.y+e.y)/2},o=n.get("lineGroup");o||(o=n.addGroup({elCls:"x-line-group"}),n.set("lineGroup",o));var s=o.addShape("path",{attrs:f.mix({path:["M"+i.x,i.y+" Q"+a.x,a.y+" "+e.x,e.y].join(","),fill:null,stroke:e.color},t)});s.name="labelLine",s._id=e._id&&e._id.replace("glabel","glabelline"),s.set("coord",r)},t.prototype.getLabelPoint=function(e,t,n){function r(t,n){return f.isArray(t)&&(t=1===e.length?t.length<=2?t[t.length-1]:o(t):t[n]),t}var i=this,a=i.get("coord"),s={x:r(t.x,n),y:r(t.y,n),text:e[n]};if(t&&t.nextPoints&&("funnel"===t.shape||"pyramid"===t.shape)){var l=-1/0;t.nextPoints.forEach(function(e){e=a.convert(e),e.x>l&&(l=e.x)}),s.x=(s.x+l)/2}"pyramid"===t.shape&&!t.nextPoints&&t.points&&t.points.forEach(function(e){e=a.convert(e),(f.isArray(e.x)&&-1===t.x.indexOf(e.x)||f.isNumber(e.x)&&t.x!==e.x)&&(s.x=(s.x+e.x)/2)});var u=i.getLabelOffset(s,n,e.length);return i.transLabelPoint(s),s.x+=u.x,s.y+=u.y,s.color=t.color,s._offset=u,s},t.prototype.transLabelPoint=function(e){var t=this,n=t.get("coord"),r=n.applyMatrix(e.x,e.y,1);e.x=r[0],e.y=r[1]},t.prototype.getOffsetVector=function(){var e=this,t=e.get("label"),n=t.offset||0,r=e.get("coord");return r.isTransposed?r.applyMatrix(n,0):r.applyMatrix(0,n)},t.prototype.getDefaultOffset=function(){var e=this,t=e.get("coord"),n=e.getOffsetVector();return t.isTransposed?n[0]:n[1]},t.prototype.getLabelOffset=function(e,t,n){var r=this,i=r.getDefaultOffset(),a=r.get("coord"),o=a.isTransposed,s=o?"x":"y",l=o?1:-1,u={x:0,y:0};return u[s]=t>0||1===n?i*l:i*l*-1,u},t.prototype.getLabelAlign=function(e,t,n){var r=this,i="center";if(r.get("coord").isTransposed){var a=r.getDefaultOffset();i=a<0?"right":0===a?"center":"left",n>1&&0===t&&("right"===i?i="left":"left"===i&&(i="right"))}return i},t.prototype.showLabels=function(e){var t=this,n=t.getLabelsItems(e),r=t.get("label");n=t.adjustItems(n),t.resetLabels(n),r.labelLine&&t.drawLines(n,r.labelLine)},t.prototype.destroy=function(){this.removeLabels(),e.prototype.destroy.call(this)},t}(l);f.assign(h.prototype,u.LabelsRenderer),e.exports=h},function(e,t,n){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var o=n(99),s=n(27),l=n(0),u=function(e){function t(){return r(this,t),i(this,e.apply(this,arguments))}return a(t,e),t.prototype.getPointRauis=function(e,t){return s.getPointRadius(e,t)},t.prototype.getCirclePoint=function(e,t,n){var r=this,i=r.get("coord"),a=i.getCenter(),o=r._isEmitLabels(),s=r.getPointRauis(i,n);if(i.isTransposed&&s>t&&!o){e+=2*Math.asin(t/(2*s))}else s+=t;return{x:a.x+s*Math.cos(e),y:a.y+s*Math.sin(e),angle:e,r:s}},t.prototype.getArcPoint=function(e,t){var n=this,r=void 0;return t=t||0,r=l.isArray(e.x)||l.isArray(e.y)?{x:l.isArray(e.x)?e.x[t]:e.x,y:l.isArray(e.y)?e.y[t]:e.y}:e,n.transLabelPoint(r),r},t.prototype.getPointAngle=function(e){var t=this,n=t.get("coord");return s.getPointAngle(n,e)},t.prototype.getMiddlePoint=function(e){var t=this,n=t.get("coord"),r=e.length,i={x:0,y:0};return l.each(e,function(e){i.x+=e.x,i.y+=e.y}),i.x/=r,i.y/=r,i=n.convert(i)},t.prototype._isToMiddle=function(e){return e.x.length>2},t.prototype.getLabelPoint=function(e,t,n){var r=this,i=e[n],a=1,o=void 0;r._isToMiddle(t)?o=r.getMiddlePoint(t.points):(1===e.length&&0===n?n=1:0===n&&(a=-1),o=r.getArcPoint(t,n));var s=r.getDefaultOffset();s*=a;var l=r.getPointAngle(o),u=r.getCirclePoint(l,s,o);return u.text=i,u.angle=l,u.color=t.color,u.rotate=r.getLabelRotate(l,s,t),u},t.prototype._isEmitLabels=function(){return this.get("label").labelEmit},t.prototype.getLabelRotate=function(e){var t=this,n=void 0;return n=180*e/Math.PI,n+=90,t._isEmitLabels()&&(n-=90),n&&(n>90?n-=180:n<-90&&(n+=180)),n/180*Math.PI},t.prototype.getLabelAlign=function(e){var t=this,n=t.get("coord"),r=void 0;if(t._isEmitLabels())r=e.angle<=Math.PI/2&&e.angle>-Math.PI/2?"left":"right";else if(n.isTransposed){var i=n.getCenter(),a=t.getDefaultOffset();r=Math.abs(e.x-i.x)<1?"center":e.angle>Math.PI||e.angle<=0?a>0?"left":"right":a>0?"right":"left"}else r="center";return r},t}(o);e.exports=u},function(e,t,n){function r(e,t){var n=e.length;a.isString(e[0])&&(e=e.map(function(e){return t.translate(e)}));for(var r=e[1]-e[0],i=2;i u&&(u=f-l);a;)for(h.forEach(function(e){var t=(Math.min.apply(p,e.targets)+Math.max.apply(p,e.targets))/2;e.pos=Math.min(Math.max(p,t-e.size/2),u-e.size)}),a=!1,c=h.length;c--;)if(c>0){var d=h[c-1],m=h[c];d.pos+d.size>m.pos&&(d.size+=m.size,d.targets=d.targets.concat(m.targets),d.pos+d.size>u&&(d.pos=u-d.size),h.splice(c,1),a=!0)}c=0,h.forEach(function(n){var r=l+t/2;n.targets.forEach(function(){e[c].y=n.pos+r,r+=t,c++})}),e.forEach(function(e){var t=e.r*e.r,n=Math.pow(Math.abs(e.y-r.y),2);if(t =0:f>p;p+=h)p in c&&(s=t(s,c[p],p,u));return s}},FmOd:function(e,t,n){e.exports=n("V3tA")},Fnm7:function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}t.a=r},Fp5l:function(e,t,n){function r(e){return a(e)&&i(e)}var i=n("bGc4"),a=n("UnEC");e.exports=r},FryR:function(e,t,n){var r=n("/whu");e.exports=function(e){return Object(r(e))}},G0Wc:function(e,t,n){function r(e){if(!i(e))return o(e);var t=a(e),n=[];for(var r in e)("constructor"!=r||!t&&l.call(e,r))&&n.push(r);return n}var i=n("yCNF"),a=n("HT7L"),o=n("8gK5"),s=Object.prototype,l=s.hasOwnProperty;e.exports=r},G2xm:function(e,t){function n(e){return this.__data__.has(e)}e.exports=n},G8ar:function(e,t,n){function r(e,t,n){return t===t?o(e,t,n):i(e,a,n)}var i=n("cdq7"),a=n("8++/"),o=n("i6nN");e.exports=r},GDoE:function(e,t){},GKDd:function(e,t,n){"use strict";var r=n("vtiu"),i=(n.n(r),n("DyFj"));n.n(i),n("cwkc"),n("LHBr")},GWr5:function(e,t,n){"use strict";function r(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"vertical";if("undefined"==typeof document||"undefined"==typeof window)return 0;if(re)return re;var t=document.createElement("div");Object.keys(ie).forEach(function(e){t.style[e]=ie[e]}),document.body.appendChild(t);var n=0;return"vertical"===e?n=t.offsetWidth-t.clientWidth:"horizontal"===e&&(n=t.offsetHeight-t.clientHeight),document.body.removeChild(t),re=n}function i(e,t,n){function r(){for(var r=arguments.length,a=Array(r),o=0;o1)if(t=e[0].endPoint,n=e[1].endPoint,i=e[1].startTangent,a=[],r.isFunction(i)){var o=i();a.push([t.x-o[0],t.y-o[1]]),a.push([t.x,t.y])}else a.push([n.x,n.y]),a.push([t.x,t.y]);return a},getEndTangent:function(){var e=this.get("segments"),t=e.length,n=void 0,i=void 0,a=void 0,o=void 0;if(t>1)if(n=e[t-2].endPoint,i=e[t-1].endPoint,a=e[t-1].endTangent,o=[],r.isFunction(a)){var s=a();o.push([i.x-s[0],i.y-s[1]]),o.push([i.x,i.y])}else o.push([n.x,n.y]),o.push([i.x,i.y]);return o},getPoint:function(e){var t=this.tCache,n=void 0,i=void 0;t||(this._calculateCurve(),this._setTcache(),t=this.tCache);var a=this.curve;if(!t)return a?{x:a[0][1],y:a[0][2]}:null;r.each(t,function(t,r){e>=t[0]&&e<=t[1]&&(n=(e-t[0])/(t[1]-t[0]),i=r)});var o=a[i];if(r.isNil(o)||r.isNil(i))return null;var s=o.length,l=a[i+1];return{x:u.at(o[s-2],l[1],l[3],l[5],1-n),y:u.at(o[s-1],l[2],l[4],l[6],1-n)}},createPath:function(e){var t=this,n=t.get("segments");if(r.isArray(n)){e=e||t.get("context"),e.beginPath();for(var i=n.length,a=0;as&&(s=t),n',itemTpl:'
c/o?(p=c/o,h={x:i.x-(.5-l)*c,y:i.y-(.5-u)*p*s}):(p=f/s,h={x:i.x-(.5-l)*p*o,y:i.y-(.5-u)*f}),e?e>0&&e<=1?e*=p:(e<=0||e>p)&&(e=p):e=p;var d={start:n,end:r},m={start:t*e,end:e};this.x=d,this.y=m,this.radius=e,this.circleCentre=h,this.center=h},t.prototype.getCenter=function(){return this.circleCentre},t.prototype.getOneBox=function(){var e=this.startAngle,t=this.endAngle;if(Math.abs(t-e)>=2*Math.PI)return{minX:-1,maxX:1,minY:-1,maxY:1};for(var n=[0,Math.cos(e),Math.cos(t)],r=[0,Math.sin(e),Math.sin(t)],i=Math.min(e,t);i1?e[1]:t;return{min:t,max:n,min1:r,max1:e.length>3?e[3]:n,median:e.length>2?e[2]:r}}function i(e,t){p.each(e,function(e){t.push({x:e[0],y:e[1]})})}function a(e){var t=d.shape.schema;return p.mix({},t,{stroke:e.color,strokeOpacity:e.opacity},e.style)}function o(e){var t=d.shape.schema;return p.mix({},t,{fill:e.color,stroke:e.color,fillOpacity:e.opacity},e.style)}function s(e,t,n){var a=[],o=void 0,s=void 0;return p.isArray(t)?(s=r(t),o=[[e-n/2,s.max],[e+n/2,s.max],[e,s.max],[e,s.max1],[e-n/2,s.min1],[e-n/2,s.max1],[e+n/2,s.max1],[e+n/2,s.min1],[e,s.min1],[e,s.min],[e-n/2,s.min],[e+n/2,s.min],[e-n/2,s.median],[e+n/2,s.median]]):(t=t||.5,s=r(e),o=[[s.min,t-n/2],[s.min,t+n/2],[s.min,t],[s.min1,t],[s.min1,t-n/2],[s.min1,t+n/2],[s.max1,t+n/2],[s.max1,t-n/2],[s.max1,t],[s.max,t],[s.max,t-n/2],[s.max,t+n/2],[s.median,t-n/2],[s.median,t+n/2]]),i(o,a),a}function l(e){p.isArray(e)||(e=[e]);var t=e.sort(function(e,t){return en?n:e};e.exports=n},function(e,t){var n=function(e,t){var n=t.toString(),r=n.indexOf(".");if(-1===r)return Math.round(e);var i=n.substr(r+1).length;return i>20&&(i=20),parseFloat(e.toFixed(i))};e.exports=n},function(e,t,n){e.exports={clamp:n(315),fixedBase:n(316),isDecimal:n(318),isEven:n(319),isInteger:n(320),isNegative:n(321),isNumberEqual:n(322),isOdd:n(323),isPositive:n(324),maxBy:n(153),minBy:n(325),mod:n(326),toDegree:n(327),toInt:n(154),toInteger:n(154),toRadian:n(328)}},function(e,t,n){var r=n(14),i=function(e){return r(e)&&e%1!=0};e.exports=i},function(e,t,n){var r=n(14),i=function(e){return r(e)&&e%2==0};e.exports=i},function(e,t,n){var r=n(14),i=Number.isInteger?Number.isInteger:function(e){return r(e)&&e%1==0};e.exports=i},function(e,t,n){var r=n(14),i=function(e){return r(e)&&e<0};e.exports=i},function(e,t){var n=function(e,t){return Math.abs(e-t)<1e-5};e.exports=n},function(e,t,n){var r=n(14),i=function(e){return r(e)&&e%2!=0};e.exports=i},function(e,t,n){var r=n(14),i=function(e){return r(e)&&e>0};e.exports=i},function(e,t,n){var r=n(4),i=n(28),a=n(3),o=function(e,t){if(r(e)){var n=e[0],o=void 0;o=i(t)?t(e[0]):e[0][t];var s=void 0;return a(e,function(e){(s=i(t)?t(e):e[t])=S&&(S=E+1);!(C=w[S])&&++S=0;)(r=i[a])&&(o&&o!==r.nextSibling&&o.parentNode.insertBefore(r,o),o=r);return this}},function(e,t,n){"use strict";function r(e){return function(){delete this[e]}}function i(e,t){return function(){this[e]=t}}function a(e,t){return function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}}t.a=function(e,t){return arguments.length>1?this.each((null==t?r:"function"==typeof t?a:i)(e,t)):this.node()[e]}},function(e,t,n){"use strict";function r(){this.nextSibling&&this.parentNode.appendChild(this)}t.a=function(){return this.each(r)}},function(e,t,n){"use strict";function r(){var e=this.parentNode;e&&e.removeChild(this)}t.a=function(){return this.each(r)}},function(e,t,n){"use strict";var r=n(15),i=n(79);t.a=function(e){"function"!=typeof e&&(e=n.i(i.a)(e));for(var t=this._groups,a=t.length,o=new Array(a),s=0;st?1:e>=t?0:NaN}var i=n(15);t.a=function(e){function t(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}e||(e=r);for(var n=this._groups,a=n.length,o=new Array(a),s=0;si.d&&n.name===t)return new r.b([[e]],a,t,+o)}return null}},function(e,t,n){"use strict";var r=n(18),i=n(436),a=n(437);r.selection.prototype.interrupt=i.a,r.selection.prototype.transition=a.a},function(e,t,n){"use strict";var r=n(185);t.a=function(e){return this.each(function(){n.i(r.a)(this,e)})}},function(e,t,n){"use strict";function r(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))return l.time=n.i(s.now)(),l;return r}var i=n(24),a=n(16),o=n(164),s=n(82),l={time:null,delay:0,duration:250,ease:o.easeCubicInOut};t.a=function(e){var t,o;e instanceof i.b?(t=e._id,e=e._name):(t=n.i(i.c)(),(o=l).time=n.i(s.now)(),e=null==e?null:e+"");for(var u=this._groups,c=u.length,f=0;f0),"Math",{asinh:r})},"7KvD":function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"7O1s":function(e,t,n){var r=n("DIVP"),i=n("XSOZ"),a=n("kkCw")("species");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||void 0==(n=r(o)[a])?t:i(n)}},"7UMu":function(e,t,n){var r=n("R9M2");e.exports=Array.isArray||function(e){return"Array"==r(e)}},"7UU1":function(e,t){function n(e){if(Array.isArray(e))return e}e.exports=n},"7WgF":function(e,t,n){"use strict";var r=n("vtiu"),i=(n.n(r),n("HE74"));n.n(i),n("crfj")},"7YkW":function(e,t,n){function r(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new i;++t0;)l in n?n[s]=n[l]:delete n[s],s+=f,l+=f;return n}},DRk7:function(e,t,n){"use strict";function r(e){return void 0===e&&(e=""),"lodash-decorators -> "+e}Object.defineProperty(t,"__esModule",{value:!0}),t.log=r},"DT0+":function(e,t,n){"use strict";var r=n("GiK3"),i=n("wqO5");if(void 0===r)throw Error("create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.");var a=(new r.Component).updater;e.exports=i(r.Component,r.isValidElement,a)},DXHV:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var i=n("GiK3"),a=r(i),o=n("dufe"),s=r(o);t.default=a.default.createContext||s.default,e.exports=t.default},DXVd:function(e,t,n){"use strict";var r=n("vtiu"),i=(n.n(r),n("mnKE"));n.n(i)},Dc0G:function(e,t,n){(function(e){var r=n("blYT"),i="object"==typeof t&&t&&!t.nodeType&&t,a=i&&"object"==typeof e&&e&&!e.nodeType&&e,o=a&&a.exports===i,s=o&&r.process,l=function(){try{var e=a&&a.require&&a.require("util").types;return e||s&&s.binding&&s.binding("util")}catch(e){}}();e.exports=l}).call(t,n("3IRH")(e))},Dd8w:function(e,t,n){"use strict";t.__esModule=!0;var r=n("woOf"),i=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=i.default||function(e){for(var t=1;t ignores the history prop. To use a custom history, use `import { Router }` instead of `import { BrowserRouter as Router }`.")},t.prototype.render=function(){return g.a.createElement(_,{history:this.history,children:this.props.children})},t}(g.a.Component);C.propTypes={basename:b.a.string,forceRefresh:b.a.bool,getUserConfirmation:b.a.func,keyLength:b.a.number,children:b.a.node};var E=C,S=function(e){function t(){var n,r,i;o(this,t);for(var a=arguments.length,l=Array(a),u=0;u ignores the history prop. To use a custom history, use `import { Router }` instead of `import { HashRouter as Router }`.")},t.prototype.render=function(){return g.a.createElement(_,{history:this.history,children:this.props.children})},t}(g.a.Component);S.propTypes={basename:b.a.string,getUserConfirmation:b.a.func,hashType:b.a.oneOf(["hashbang","noslash","slash"]),children:b.a.node};var k=S,O=n("crWv"),M=n.n(O),P=Object.assign||function(e){for(var t=1;t