|
| 1 | +/* |
| 2 | +object-assign |
| 3 | +(c) Sindre Sorhus |
| 4 | +@license MIT |
| 5 | +*/ |
| 6 | + |
| 7 | +/*! |
| 8 | + Copyright (c) 2018 Jed Watson. |
| 9 | + Licensed under the MIT License (MIT), see |
| 10 | + http://jedwatson.github.io/classnames |
| 11 | +*/ |
| 12 | + |
| 13 | +/*! |
| 14 | + * Chart.js v2.9.4 |
| 15 | + * https://www.chartjs.org |
| 16 | + * (c) 2020 Chart.js Contributors |
| 17 | + * Released under the MIT License |
| 18 | + */ |
| 19 | + |
| 20 | +/*! |
| 21 | + * cookie |
| 22 | + * Copyright(c) 2012-2014 Roman Shtylman |
| 23 | + * Copyright(c) 2015 Douglas Christopher Wilson |
| 24 | + * MIT Licensed |
| 25 | + */ |
| 26 | + |
| 27 | +/*! Conditions:: INITIAL */ |
| 28 | + |
| 29 | +/*! Moment Duration Format v2.2.2 |
| 30 | + * https://github.com/jsmreese/moment-duration-format |
| 31 | + * Date: 2018-02-16 |
| 32 | + * |
| 33 | + * Duration format plugin function for the Moment.js library |
| 34 | + * http://momentjs.com/ |
| 35 | + * |
| 36 | + * Copyright 2018 John Madhavan-Reese |
| 37 | + * Released under the MIT license |
| 38 | + */ |
| 39 | + |
| 40 | +/*! Production:: $accept : expression $end */ |
| 41 | + |
| 42 | +/*! Production:: css_value : ANGLE */ |
| 43 | + |
| 44 | +/*! Production:: css_value : CHS */ |
| 45 | + |
| 46 | +/*! Production:: css_value : EMS */ |
| 47 | + |
| 48 | +/*! Production:: css_value : EXS */ |
| 49 | + |
| 50 | +/*! Production:: css_value : FREQ */ |
| 51 | + |
| 52 | +/*! Production:: css_value : LENGTH */ |
| 53 | + |
| 54 | +/*! Production:: css_value : PERCENTAGE */ |
| 55 | + |
| 56 | +/*! Production:: css_value : REMS */ |
| 57 | + |
| 58 | +/*! Production:: css_value : RES */ |
| 59 | + |
| 60 | +/*! Production:: css_value : SUB css_value */ |
| 61 | + |
| 62 | +/*! Production:: css_value : TIME */ |
| 63 | + |
| 64 | +/*! Production:: css_value : VHS */ |
| 65 | + |
| 66 | +/*! Production:: css_value : VMAXS */ |
| 67 | + |
| 68 | +/*! Production:: css_value : VMINS */ |
| 69 | + |
| 70 | +/*! Production:: css_value : VWS */ |
| 71 | + |
| 72 | +/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP COMMA math_expression RPAREN */ |
| 73 | + |
| 74 | +/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP RPAREN */ |
| 75 | + |
| 76 | +/*! Production:: expression : math_expression EOF */ |
| 77 | + |
| 78 | +/*! Production:: math_expression : LPAREN math_expression RPAREN */ |
| 79 | + |
| 80 | +/*! Production:: math_expression : NESTED_CALC LPAREN math_expression RPAREN */ |
| 81 | + |
| 82 | +/*! Production:: math_expression : SUB PREFIX SUB NESTED_CALC LPAREN math_expression RPAREN */ |
| 83 | + |
| 84 | +/*! Production:: math_expression : css_value */ |
| 85 | + |
| 86 | +/*! Production:: math_expression : css_variable */ |
| 87 | + |
| 88 | +/*! Production:: math_expression : math_expression ADD math_expression */ |
| 89 | + |
| 90 | +/*! Production:: math_expression : math_expression DIV math_expression */ |
| 91 | + |
| 92 | +/*! Production:: math_expression : math_expression MUL math_expression */ |
| 93 | + |
| 94 | +/*! Production:: math_expression : math_expression SUB math_expression */ |
| 95 | + |
| 96 | +/*! Production:: math_expression : value */ |
| 97 | + |
| 98 | +/*! Production:: value : NUMBER */ |
| 99 | + |
| 100 | +/*! Production:: value : SUB NUMBER */ |
| 101 | + |
| 102 | +/*! Rule:: $ */ |
| 103 | + |
| 104 | +/*! Rule:: (--[0-9a-z-A-Z-]*) */ |
| 105 | + |
| 106 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)% */ |
| 107 | + |
| 108 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)Hz\b */ |
| 109 | + |
| 110 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)\b */ |
| 111 | + |
| 112 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ch\b */ |
| 113 | + |
| 114 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)cm\b */ |
| 115 | + |
| 116 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)deg\b */ |
| 117 | + |
| 118 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpcm\b */ |
| 119 | + |
| 120 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpi\b */ |
| 121 | + |
| 122 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dppx\b */ |
| 123 | + |
| 124 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)em\b */ |
| 125 | + |
| 126 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ex\b */ |
| 127 | + |
| 128 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)grad\b */ |
| 129 | + |
| 130 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)in\b */ |
| 131 | + |
| 132 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)kHz\b */ |
| 133 | + |
| 134 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)mm\b */ |
| 135 | + |
| 136 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ms\b */ |
| 137 | + |
| 138 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pc\b */ |
| 139 | + |
| 140 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pt\b */ |
| 141 | + |
| 142 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)px\b */ |
| 143 | + |
| 144 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rad\b */ |
| 145 | + |
| 146 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rem\b */ |
| 147 | + |
| 148 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)s\b */ |
| 149 | + |
| 150 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)turn\b */ |
| 151 | + |
| 152 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vh\b */ |
| 153 | + |
| 154 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmax\b */ |
| 155 | + |
| 156 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmin\b */ |
| 157 | + |
| 158 | +/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vw\b */ |
| 159 | + |
| 160 | +/*! Rule:: ([a-z]+) */ |
| 161 | + |
| 162 | +/*! Rule:: (calc) */ |
| 163 | + |
| 164 | +/*! Rule:: (var) */ |
| 165 | + |
| 166 | +/*! Rule:: , */ |
| 167 | + |
| 168 | +/*! Rule:: - */ |
| 169 | + |
| 170 | +/*! Rule:: \( */ |
| 171 | + |
| 172 | +/*! Rule:: \) */ |
| 173 | + |
| 174 | +/*! Rule:: \* */ |
| 175 | + |
| 176 | +/*! Rule:: \+ */ |
| 177 | + |
| 178 | +/*! Rule:: \/ */ |
| 179 | + |
| 180 | +/*! Rule:: \s+ */ |
| 181 | + |
| 182 | +/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */ |
| 183 | + |
| 184 | +/** |
| 185 | + * A better abstraction over CSS. |
| 186 | + * |
| 187 | + * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present |
| 188 | + * @website https://github.com/cssinjs/jss |
| 189 | + * @license MIT |
| 190 | + */ |
| 191 | + |
| 192 | +/** @license React v0.20.2 |
| 193 | + * scheduler.production.min.js |
| 194 | + * |
| 195 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 196 | + * |
| 197 | + * This source code is licensed under the MIT license found in the |
| 198 | + * LICENSE file in the root directory of this source tree. |
| 199 | + */ |
| 200 | + |
| 201 | +/** @license React v16.10.2 |
| 202 | + * react-is.production.min.js |
| 203 | + * |
| 204 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 205 | + * |
| 206 | + * This source code is licensed under the MIT license found in the |
| 207 | + * LICENSE file in the root directory of this source tree. |
| 208 | + */ |
| 209 | + |
| 210 | +/** @license React v16.13.1 |
| 211 | + * react-is.production.min.js |
| 212 | + * |
| 213 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 214 | + * |
| 215 | + * This source code is licensed under the MIT license found in the |
| 216 | + * LICENSE file in the root directory of this source tree. |
| 217 | + */ |
| 218 | + |
| 219 | +/** @license React v17.0.1 |
| 220 | + * react-dom.production.min.js |
| 221 | + * |
| 222 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 223 | + * |
| 224 | + * This source code is licensed under the MIT license found in the |
| 225 | + * LICENSE file in the root directory of this source tree. |
| 226 | + */ |
| 227 | + |
| 228 | +/** @license React v17.0.2 |
| 229 | + * react-is.production.min.js |
| 230 | + * |
| 231 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 232 | + * |
| 233 | + * This source code is licensed under the MIT license found in the |
| 234 | + * LICENSE file in the root directory of this source tree. |
| 235 | + */ |
| 236 | + |
| 237 | +/** @license React v17.0.2 |
| 238 | + * react-jsx-runtime.production.min.js |
| 239 | + * |
| 240 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 241 | + * |
| 242 | + * This source code is licensed under the MIT license found in the |
| 243 | + * LICENSE file in the root directory of this source tree. |
| 244 | + */ |
| 245 | + |
| 246 | +/** @license React v17.0.2 |
| 247 | + * react.production.min.js |
| 248 | + * |
| 249 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 250 | + * |
| 251 | + * This source code is licensed under the MIT license found in the |
| 252 | + * LICENSE file in the root directory of this source tree. |
| 253 | + */ |
| 254 | + |
| 255 | +/**! |
| 256 | + * @fileOverview Kickass library to create and place poppers near their reference elements. |
| 257 | + * @version 1.16.1-lts |
| 258 | + * @license |
| 259 | + * Copyright (c) 2016 Federico Zivolo and contributors |
| 260 | + * |
| 261 | + * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 262 | + * of this software and associated documentation files (the "Software"), to deal |
| 263 | + * in the Software without restriction, including without limitation the rights |
| 264 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 265 | + * copies of the Software, and to permit persons to whom the Software is |
| 266 | + * furnished to do so, subject to the following conditions: |
| 267 | + * |
| 268 | + * The above copyright notice and this permission notice shall be included in all |
| 269 | + * copies or substantial portions of the Software. |
| 270 | + * |
| 271 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 272 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 273 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 274 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 275 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 276 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 277 | + * SOFTWARE. |
| 278 | + */ |
| 279 | + |
| 280 | +//! moment.js |
0 commit comments