github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/apps/sys.monitor/site.main/static/js/main.2600f79c.js.LICENSE.txt (about) 1 /*! 2 Copyright (c) 2018 Jed Watson. 3 Licensed under the MIT License (MIT), see 4 http://jedwatson.github.io/classnames 5 */ 6 7 /*! 8 * inflection 9 * Copyright(c) 2011 Ben Lin <ben@dreamerslab.com> 10 * MIT Licensed 11 * 12 * @fileoverview 13 * A port of inflection-js to node.js module. 14 */ 15 16 /*! Conditions:: INITIAL */ 17 18 /*! Human readable numbers - v0.9 - 2018; Licensed MIT */ 19 20 /*! Production:: css_value : ANGLE */ 21 22 /*! Production:: css_value : CHS */ 23 24 /*! Production:: css_value : EMS */ 25 26 /*! Production:: css_value : EXS */ 27 28 /*! Production:: css_value : FREQ */ 29 30 /*! Production:: css_value : LENGTH */ 31 32 /*! Production:: css_value : PERCENTAGE */ 33 34 /*! Production:: css_value : REMS */ 35 36 /*! Production:: css_value : RES */ 37 38 /*! Production:: css_value : SUB css_value */ 39 40 /*! Production:: css_value : TIME */ 41 42 /*! Production:: css_value : VHS */ 43 44 /*! Production:: css_value : VMAXS */ 45 46 /*! Production:: css_value : VMINS */ 47 48 /*! Production:: css_value : VWS */ 49 50 /*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP COMMA math_expression RPAREN */ 51 52 /*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP RPAREN */ 53 54 /*! Production:: expression : math_expression EOF */ 55 56 /*! Production:: math_expression : LPAREN math_expression RPAREN */ 57 58 /*! Production:: math_expression : NESTED_CALC LPAREN math_expression RPAREN */ 59 60 /*! Production:: math_expression : SUB PREFIX SUB NESTED_CALC LPAREN math_expression RPAREN */ 61 62 /*! Production:: math_expression : css_value */ 63 64 /*! Production:: math_expression : css_variable */ 65 66 /*! Production:: math_expression : math_expression ADD math_expression */ 67 68 /*! Production:: math_expression : math_expression DIV math_expression */ 69 70 /*! Production:: math_expression : math_expression MUL math_expression */ 71 72 /*! Production:: math_expression : math_expression SUB math_expression */ 73 74 /*! Production:: math_expression : value */ 75 76 /*! Production:: value : NUMBER */ 77 78 /*! Production:: value : SUB NUMBER */ 79 80 /*! Rule:: $ */ 81 82 /*! Rule:: (--[0-9a-z-A-Z-]*) */ 83 84 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)% */ 85 86 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)Hz\b */ 87 88 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)\b */ 89 90 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ch\b */ 91 92 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)cm\b */ 93 94 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)deg\b */ 95 96 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpcm\b */ 97 98 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpi\b */ 99 100 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dppx\b */ 101 102 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)em\b */ 103 104 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ex\b */ 105 106 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)grad\b */ 107 108 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)in\b */ 109 110 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)kHz\b */ 111 112 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)mm\b */ 113 114 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ms\b */ 115 116 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pc\b */ 117 118 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pt\b */ 119 120 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)px\b */ 121 122 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rad\b */ 123 124 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rem\b */ 125 126 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)s\b */ 127 128 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)turn\b */ 129 130 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vh\b */ 131 132 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmax\b */ 133 134 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmin\b */ 135 136 /*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vw\b */ 137 138 /*! Rule:: ([a-z]+) */ 139 140 /*! Rule:: (calc) */ 141 142 /*! Rule:: (var) */ 143 144 /*! Rule:: , */ 145 146 /*! Rule:: - */ 147 148 /*! Rule:: \( */ 149 150 /*! Rule:: \) */ 151 152 /*! Rule:: \* */ 153 154 /*! Rule:: \+ */ 155 156 /*! Rule:: \/ */ 157 158 /*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */ 159 160 /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ 161 162 /** 163 * @license React 164 * react-dom.production.min.js 165 * 166 * Copyright (c) Facebook, Inc. and its affiliates. 167 * 168 * This source code is licensed under the MIT license found in the 169 * LICENSE file in the root directory of this source tree. 170 */ 171 172 /** 173 * @license React 174 * react-is.production.min.js 175 * 176 * Copyright (c) Facebook, Inc. and its affiliates. 177 * 178 * This source code is licensed under the MIT license found in the 179 * LICENSE file in the root directory of this source tree. 180 */ 181 182 /** 183 * @license React 184 * react-jsx-runtime.production.min.js 185 * 186 * Copyright (c) Facebook, Inc. and its affiliates. 187 * 188 * This source code is licensed under the MIT license found in the 189 * LICENSE file in the root directory of this source tree. 190 */ 191 192 /** 193 * @license React 194 * react.production.min.js 195 * 196 * Copyright (c) Facebook, Inc. and its affiliates. 197 * 198 * This source code is licensed under the MIT license found in the 199 * LICENSE file in the root directory of this source tree. 200 */ 201 202 /** 203 * @license React 204 * scheduler.production.min.js 205 * 206 * Copyright (c) Facebook, Inc. and its affiliates. 207 * 208 * This source code is licensed under the MIT license found in the 209 * LICENSE file in the root directory of this source tree. 210 */ 211 212 /** 213 * @license React 214 * use-sync-external-store-shim.production.min.js 215 * 216 * Copyright (c) Facebook, Inc. and its affiliates. 217 * 218 * This source code is licensed under the MIT license found in the 219 * LICENSE file in the root directory of this source tree. 220 */ 221 222 /** 223 * @license React 224 * use-sync-external-store-shim/with-selector.production.min.js 225 * 226 * Copyright (c) Facebook, Inc. and its affiliates. 227 * 228 * This source code is licensed under the MIT license found in the 229 * LICENSE file in the root directory of this source tree. 230 */ 231 232 /** 233 * @remix-run/router v1.0.2 234 * 235 * Copyright (c) Remix Software Inc. 236 * 237 * This source code is licensed under the MIT license found in the 238 * LICENSE.md file in the root directory of this source tree. 239 * 240 * @license MIT 241 */ 242 243 /** 244 * React Router DOM v6.4.2 245 * 246 * Copyright (c) Remix Software Inc. 247 * 248 * This source code is licensed under the MIT license found in the 249 * LICENSE.md file in the root directory of this source tree. 250 * 251 * @license MIT 252 */ 253 254 /** 255 * React Router v6.4.2 256 * 257 * Copyright (c) Remix Software Inc. 258 * 259 * This source code is licensed under the MIT license found in the 260 * LICENSE.md file in the root directory of this source tree. 261 * 262 * @license MIT 263 */ 264 265 /** @license MUI v5.10.8 266 * 267 * This source code is licensed under the MIT license found in the 268 * LICENSE file in the root directory of this source tree. 269 */ 270 271 /** @license React v16.13.1 272 * react-is.production.min.js 273 * 274 * Copyright (c) Facebook, Inc. and its affiliates. 275 * 276 * This source code is licensed under the MIT license found in the 277 * LICENSE file in the root directory of this source tree. 278 */ 279 280 /** @license React v17.0.2 281 * react-is.production.min.js 282 * 283 * Copyright (c) Facebook, Inc. and its affiliates. 284 * 285 * This source code is licensed under the MIT license found in the 286 * LICENSE file in the root directory of this source tree. 287 */ 288 289 //! moment.js