2019-05-04 17:55:05 +02:00
|
|
|
webpackJsonp([2],{
|
|
|
|
|
|
|
|
/***/ 567:
|
|
|
|
/*!*************************************************!*\
|
|
|
|
!*** ./static/js/components/page/cheatsheet.js ***!
|
|
|
|
\*************************************************/
|
|
|
|
/*! dynamic exports provided */
|
|
|
|
/*! all exports used */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
"use strict";
|
|
|
|
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nvar _templateObject = _taggedTemplateLiteral(['\\n padding: 20px 0px;\\n tbody {\\n tr {\\n display: inline-table;\\n width:33.33%;\\n cursor: pointer;\\n transition:0.15s;\\n position: relative;\\n border-bottom: 1px solid rgba(0,0,0,0.025);\\n &:active{\\n .cs-copy{\\n display:none;\\n\\n }\\n .cs-copied{\\n display:block;\\n \\n }\\n background: ', ';}\\n @media screen and (max-width: ', ') {\\n width: 50%;\\n max-width: 50%;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n }\\n @media screen and (max-width: ', ') {\\n width: 100%;\\n max-width: 100%;\\n }\\n &:hover .cs-copy{\\n display: block;\\n }\\n &:active .cs-copy{\\n display:none;\\n }\\n td {\\n\\n line-height: 16px;\\n white-space: nowrap;\\n overflow: hidden;\\n padding: 5px;\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -khtml-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n font-size: 13px;\\n text-overflow: ellipsis;\\n color: ', ';\\n @media screen and (max-width: ', ') {\\n font-size: 13px;\\n }\\n .cs-copied {\\n position: absolute;\\n display:none;\\n right: 10px;\\n top: 8px;\\n color:#36b167;\\n font-weight: 700;\\n font-size: 12px!important;\\n i {\\n font-size: 12px!important;\\n}\\n}\\n .cs-copy{\\n font-size: 15px;\\n color: ', ';\\n display: none;\\n position: absolute;\\n right: 10px;\\n top: 10px;\\n }\\n i {\\n font-size: 19px;\\n text-rendering: auto;\\n -webkit-font-smoothing: antialiased;\\n }\\n }\\n }\\n }\\n }\\n'], ['\\n padding: 20px 0px;\\n tbody {\\n tr {\\n display: inline-table;\\n width:33.33%;\\n cursor: pointer;\\n transition:0.15s;\\n position: relative;\\n border-bottom: 1px solid rgba(0,0,0,0.025);\\n &:active{\\n .cs-copy{\\n display:none;\\n\\n }\\n .cs-copied{\\n display:block;\\n \\n }\\n background: ', ';}\\n @media screen and (max-width: ', ') {\\n width: 50%;\\n max-width: 50%;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n }\\n @media screen and (max-width: ', ') {\\n width: 100%;\\n max-width: 100%;\\n }\\n &:hover .cs-copy{\\n display: block;\\n }\\n &:active .cs-copy{\\n display:none;\\n }\\n td {\\n\\n line-height: 16px;\\n white-space: nowrap;\\n overflow: hidden;\\n padding: 5px;\\n -webkit-touch-callout: none
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
|
|
/***/ 579:
|
|
|
|
/*!***********************************************!*\
|
|
|
|
!*** ./static/js/components/common/footer.js ***!
|
|
|
|
\***********************************************/
|
|
|
|
/*! dynamic exports provided */
|
|
|
|
/*! all exports used */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
"use strict";
|
|
|
|
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nvar _templateObject = _taggedTemplateLiteral(['\\nbackground: ', ';\\n\\n color:', ';\\n .footer-max{\\n border-top: 1px solid ', ';\\n; max-width: ', ';\\nmargin: 0 auto;\\n\\n.footer-in{\\n padding: 30px;\\n display:flex;\\n @media screen and (max-width: ', ') {\\n flex-wrap: wrap;\\n .footer-links{\\n flex: 0 0 100%;\\n justify-content: center!important;\\n margin-bottom: 20px;\\n }\\n .footer-logo{\\n flex: 0 0 100%;\\n justify-content: center!important;\\n }\\n }\\n .footer-links{\\n justify-content: flex-start;\\n display: flex;\\n a {\\n color :#b8b8b8;\\n\\n margin-right: 15px;\\n}\\n }\\n .footer-logo{\\n \\n display: flex;\\n justify-content: flex-end;\\n flex:1;\\n }}\\n }\\ndisplay: block;\\n text-align: right;\\n color: #1a1b1c;\\n font-size: 14px;\\n \\n\\n span {\\n font-size: 15px;\\n color: #bdc3cc;\\n line-height: 30px;\\n margin-right: 10px;\\n}\\n svg {\\n width: 120px;\\n height: 32px;\\n}\\n \\n\\n'], ['\\nbackground: ', ';\\n\\n color:', ';\\n .footer-max{\\n border-top: 1px solid ', ';\\n; max-width: ', ';\\nmargin: 0 auto;\\n\\n.footer-in{\\n padding: 30px;\\n display:flex;\\n @media screen and (max-width: ', ') {\\n flex-wrap: wrap;\\n .footer-links{\\n flex: 0 0 100%;\\n justify-content: center!important;\\n margin-bottom: 20px;\\n }\\n .footer-logo{\\n flex: 0 0 100%;\\n justify-content: center!important;\\n }\\n }\\n .footer-links{\\n justify-content: flex-start;\\n display: flex;\\n a {\\n color :#b8b8b8;\\n\\n margin-right: 15px;\\n}\\n }\\n .footer-logo{\\n \\n display: flex;\\n justify-content: flex-end;\\n flex:1;\\n }}\\n }\\ndisplay: block;\\n text-align: right;\\n color: #1a1b1c;\\n font-size: 14px;\\n \\n\\n span {\\n font-size: 15px;\\n color: #bdc3cc;\\n line-height: 30px;\\n margin-right: 10px;\\n}\\n svg {\\n width: 120px;\\n height: 32px;\\n}\\n \\n\\n']);\n\nvar _react = __webpack_require__(/*! react */ 3);\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _styledComponents = __webpack_require__(/*! styled-components */ 57);\n\nvar _styledComponents2 = _interopRequireDefault(_styledComponents);\n\nvar _types = __webpack_require__(/*! ../types */ 56);\n\nvar _reactRouterDom = __webpack_require__(/*! react-router-dom */ 58);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
|
|
/***/ 593:
|
|
|
|
/*!**************************************************!*\
|
|
|
|
!*** ./static/js/components/page/pageWrapper.js ***!
|
|
|
|
\**************************************************/
|
|
|
|
/*! dynamic exports provided */
|
|
|
|
/*! all exports used */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
"use strict";
|
|
|
|
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n\tvalue: true\n});\n\nvar _templateObject = _taggedTemplateLiteral(['\\n background:#fff;\\n .page-body{\\n \\t padding: 0px 130px;\\n \\t @media screen and (max-width: ', ') {padding: 0px 0px;}\\n \\th4 {\\n\\t\\t\\t font-size: 21px;\\n\\t\\t\\t font-weight: 400;\\n\\t\\t\\t font-family:', ';\\n\\t\\t\\t margin-bottom: 0px;\\n\\t\\t\\t color: ', ';\\n\\t\\t\\t margin-top: 15px;\\n\\t\\t\\t margin-bottom: 15px;\\n\\t\\t\\t &:before {\\n\\t\\t\\t display: block;\\n\\t\\t\\t height: 6rem;\\n\\t\\t\\t margin-top: -6rem;\\n\\t\\t\\t visibility: hidden;\\n\\t\\t\\t content: \"\";\\n\\t\\t\\t }\\n\\t\\t\\t}\\n\\t\\t\\th3 {\\n\\t\\t\\t font-size: 27px;\\n\\t\\t\\t color:', ';\\n\\t\\t\\t font-family:', ';\\n\\t\\t\\t margin-bottom: 0px;\\n\\t\\t\\t margin-top: 25px;\\n\\t\\t\\t margin-bottom: -10px;\\n\\t\\t\\t &:before {\\n\\t\\t\\t display: block;\\n\\t\\t\\t height: 6rem;\\n\\t\\t\\t margin-top: -6rem;\\n\\t\\t\\t visibility: hidden;\\n\\t\\t\\t content: \"\";\\n\\t\\t\\t }\\n\\t\\t\\t }\\n\\t\\t\\tdiv {\\n\\t\\t\\t font-size: 15px;\\n\\t\\t\\t margin-top: 15px;margin-bottom: 40px;\\n\\t\\t\\t color: ', ';\\n\\t\\t\\t}\\n\\t\\t\\tpre {\\n\\t\\t\\t white-space: pre-line;\\n\\t\\t\\t margin: 0px;\\n\\t\\t\\t}\\n\\t\\t\\tmax-width: ', ';\\n\\t\\t margin: 0px auto;\\n\\t\\t margin-top: 0;\\n\\t\\t padding-bottom: 50px;\\n\\t\\t @media screen and (max-width: ', ') {\\n\\t\\t\\t\\tdiv {\\n\\t\\t\\t font-size: 14px;\\n\\t\\t\\t }\\n\\t\\t\\t h3 {\\n\\t\\t\\t font-size: 21px;\\n\\t\\t\\t }\\n\\t\\t }\\n\\t\\t .page-body-in{\\n\\t\\t \\t@media screen and (max-width: ', ') {\\n\\t\\t\\t\\t\\tmargin-top: 0px!important;\\n\\t\\t \\t}\\n\\t\\t \\tcode.hljs {\\n\\t\\t\\t\\t padding: 1em;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tcode.display {\\n\\t\\t\\t\\t border-top-left-radius: 0px;\\n\\t\\t\\t\\t border-top-right-radius: 0px;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tcode.side {\\n\\t\\t\\t\\t color: #c7254e;\\n background: #f9f2f4;\\n padding: 1px 5px!important;\\n font-size: 13px;\\n display: -webkit-inline-box!important;\\n display: -webkit-inline-flex!important;\\n display: -ms-inline-flexbox!important;\\n display: inline-flex!important;\\n border-radius: 3px;\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t.tab {\\n\\t\\t\\t\\t\\t padding-left: 15px;\\n\\t\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t\\t.tab-2 {\\n\\t\\t\\t\\t\\t padding-left: 30px;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\tspan.hljs-tag {\\n\\t\\t\\t\\t margin-bottom: 2px;\\n\\t\\t\\t\\t display: inline-block;\\n\\t\\t\\t\\t}\\n\\t\\t }\\n\\n }\\n .page-head {\\n\\t\\t\\t p {\\n\\t\\t\\t font-size: 19px;\\n\\t\\t\\t padding: 0px 40px;\\n\\t\\t\\t color: #fff;\\n\\t\\t\\t margin-top: 0px;\\n\\t\\t\\t font-weight:400;\\n\\t\\t\\t }\\n\\t\\t\\t background-color: ', ';\\n\\t\\t\\t \\n\\t\\t\\t h1 {\\n\\t\\t\\t font-size: 48px;\\n\\t\\t\\t font-weight:700;\\n\\t\\t\\t font-family:', ';\\n\\t\\t\\t color: ', ';\\n\\t\\t\\t margin-bottom: 10px;\\n\\t\\t\\t margin-top: 0;\\n\\t\\t\\t text-align: left;\\n\\t\\t\\t padding: 0px 40px;\\n\\t\\t\\t line-height: 60px;\\n\\n\\t\\t\\t }\\n\\t\\t\\t .page-head-in {\\n\\t\\t\\t\\t max-width: ', ';\\n\\t\\t\\t\\t margin: 0 auto;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t.page-head-bg{\\n\\t\\t\\t\\t\\t background-color:', ';\\n \\t\\t background-size:100%; \\n\\t\\t\\t padding:50px 150px;\\n\\t\\t\\t\\t\\tpadding-top:140px;\\n\\t\\t\\t @media screen and (max-width: ', ') {\\n\\t\\t\\t\\t\\tbackground-size: 200%;\\n\\t\\t\\t\\t\\tpadding:50px 0px;\\n\\t\\t\\t\\t\\tpadding-top:130px;\\n\\t\\t\\t\\t\\th1, p {\\n\\t\\t\\t\\t padding: 0px;\\n\\t\\t\\t\\t }\\n\\t\\t\\t\\t .page-head-in {\\n\\t\\t\\t\\t\\t padding: 0px 20px;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\th1 {\\n\\t\\t\\t\\t\\t font-size: 40px;\\n\\t\\t\\t\\t\\t }\\n\\t\\t\
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
|
|
/***/ 594:
|
|
|
|
/*!*************************************************!*\
|
|
|
|
!*** ./static/js/components/page/docWrapper.js ***!
|
|
|
|
\*************************************************/
|
|
|
|
/*! dynamic exports provided */
|
|
|
|
/*! all exports used */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
"use strict";
|
|
|
|
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n\tvalue: true\n});\n\nvar _templateObject = _taggedTemplateLiteral(['\\n \\t\\t display: flex;\\n \\t\\t .docs-sidebar {\\n\\t\\t\\t\\tflex: 1;\\n\\t\\t\\t\\t order: 1;\\n\\t\\t\\t\\t @media screen and (max-width: ', ') {\\n\\t\\t\\t\\t \\tdisplay:none;\\n\\t\\t\\t\\t }\\n\\t\\t\\t\\t .docs-sidebar-list{\\n\\t\\t\\t\\t \\tli {\\n\\t\\t\\t\\t\\t padding: 1px 10px;\\n\\t\\t\\t\\t\\t a {\\n\\t\\t\\t\\t\\t \\tfont-weight: 500;\\n\\t\\t\\t\\t\\t color: ', ';\\n\\t\\t\\t\\t\\t font-size: 14px;\\n\\t\\t\\t\\t\\t &:hover {\\n\\t\\t\\t\\t\\t color: ', ';\\n\\t\\t\\t\\t\\t \\t\\t}\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t \\t}\\n\\t\\t\\t\\t \\tul {\\n\\t\\t\\t\\t\\t list-style: none;\\n\\t\\t\\t\\t\\t padding: 5px;\\n\\t\\t\\t\\t\\t margin: 5px 10px;\\n\\t\\t\\t\\t\\t margin-right: 0px;\\n\\t\\t\\t\\t\\t padding-right: 0px;\\n\\t\\t\\t\\t\\t border-left: 1px solid #ebebeb;\\n\\t\\t\\t\\t\\t li{\\n\\t\\t\\t\\t\\t \\ta{\\n\\t\\t\\t\\t\\t \\t\\tfont-weight: 400!important;\\n\\t\\t\\t\\t\\t \\t}\\n\\t\\t\\t\\t\\t }\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tposition: -webkit-sticky;\\n\\t\\t\\t\\t position: sticky;\\n\\t\\t\\t\\t box-sizing: border-box;\\n\\t\\t\\t\\t top: 90px;\\n\\t\\t\\t\\t list-style: none;\\n\\t\\t\\t\\t padding: 0;\\n\\t\\t\\t\\t margin: 30px;\\n\\t\\t\\t\\t padding-left: 20px;\\n\\t\\t\\t\\t border-right: 1px solid ', ';\\n\\n\\t\\t\\t\\t }\\n\\t\\t\\t}\\n\\n\\t\\t\\t.docs-content {\\n\\t\\t\\t\\t overflow: hidden;\\n\\t\\t\\t\\tflex: 2;\\n\\t\\t\\t\\torder: 2;\\n\\t\\t\\t\\tpadding: 0 50px;\\n\\t\\t\\t\\t @media screen and (max-width: ', ') {\\n\\t\\t\\t\\t \\tpadding: 20px;\\n\\t\\t\\t\\t }\\n\\t\\t\\t}\\n '], ['\\n \\t\\t display: flex;\\n \\t\\t .docs-sidebar {\\n\\t\\t\\t\\tflex: 1;\\n\\t\\t\\t\\t order: 1;\\n\\t\\t\\t\\t @media screen and (max-width: ', ') {\\n\\t\\t\\t\\t \\tdisplay:none;\\n\\t\\t\\t\\t }\\n\\t\\t\\t\\t .docs-sidebar-list{\\n\\t\\t\\t\\t \\tli {\\n\\t\\t\\t\\t\\t padding: 1px 10px;\\n\\t\\t\\t\\t\\t a {\\n\\t\\t\\t\\t\\t \\tfont-weight: 500;\\n\\t\\t\\t\\t\\t color: ', ';\\n\\t\\t\\t\\t\\t font-size: 14px;\\n\\t\\t\\t\\t\\t &:hover {\\n\\t\\t\\t\\t\\t color: ', ';\\n\\t\\t\\t\\t\\t \\t\\t}\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t \\t}\\n\\t\\t\\t\\t \\tul {\\n\\t\\t\\t\\t\\t list-style: none;\\n\\t\\t\\t\\t\\t padding: 5px;\\n\\t\\t\\t\\t\\t margin: 5px 10px;\\n\\t\\t\\t\\t\\t margin-right: 0px;\\n\\t\\t\\t\\t\\t padding-right: 0px;\\n\\t\\t\\t\\t\\t border-left: 1px solid #ebebeb;\\n\\t\\t\\t\\t\\t li{\\n\\t\\t\\t\\t\\t \\ta{\\n\\t\\t\\t\\t\\t \\t\\tfont-weight: 400!important;\\n\\t\\t\\t\\t\\t \\t}\\n\\t\\t\\t\\t\\t }\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tposition: -webkit-sticky;\\n\\t\\t\\t\\t position: sticky;\\n\\t\\t\\t\\t box-sizing: border-box;\\n\\t\\t\\t\\t top: 90px;\\n\\t\\t\\t\\t list-style: none;\\n\\t\\t\\t\\t padding: 0;\\n\\t\\t\\t\\t margin: 30px;\\n\\t\\t\\t\\t padding-left: 20px;\\n\\t\\t\\t\\t border-right: 1px solid ', ';\\n\\n\\t\\t\\t\\t }\\n\\t\\t\\t}\\n\\n\\t\\t\\t.docs-content {\\n\\t\\t\\t\\t overflow: hidden;\\n\\t\\t\\t\\tflex: 2;\\n\\t\\t\\t\\torder: 2;\\n\\t\\t\\t\\tpadding: 0 50px;\\n\\t\\t\\t\\t @media screen and (max-width: ', ') {\\n\\t\\t\\t\\t \\tpadding: 20px;\\n\\t\\t\\t\\t }\\n\\t\\t\\t}\\n ']);\n\nvar _styledComponents = __webpack_require__(/*! styled-components */ 57);\n\nvar _styledComponents2 = _interopRequireDefault(_styledComponents);\n\nvar _types = __webpack_require__(/*! ../types */ 56);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }\n\nvar DocWrapper = _styledComponents2.default.div(_templateObject, _types.BREAKPOINT_LG, _types.ICON_COLOR, _types.HEADER_COLOR, _types.BORDER_COLOR, _types.BREAKPOINT_LG);\nexports.default = DocWrapper;//# sourceURL=[module]\n//# sourceMappingURL
|
|
|
|
|
|
|
|
/***/ })
|
|
|
|
|
|
|
|
});
|