mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
109 lines
2.9 KiB
Text
109 lines
2.9 KiB
Text
/*
|
|
object-assign
|
|
(c) Sindre Sorhus
|
|
@license MIT
|
|
*/
|
|
|
|
/*! @preserve
|
|
* numeral.js
|
|
* version : 2.0.6
|
|
* author : Adam Draper
|
|
* license : MIT
|
|
* http://adamwdraper.github.com/Numeral-js/
|
|
*/
|
|
|
|
/*! exports provided: default */
|
|
|
|
/*! exports provided: optionsUpdateState, dataMatch */
|
|
|
|
/*! no static exports found */
|
|
|
|
/*! react */
|
|
|
|
/*! uplot */
|
|
|
|
/*! uplot-wrappers-common */
|
|
|
|
/*!*************************!*\
|
|
!*** ./common/index.ts ***!
|
|
\*************************/
|
|
|
|
/*!*******************************!*\
|
|
!*** ./react/uplot-react.tsx ***!
|
|
\*******************************/
|
|
|
|
/*!**************************************************************************************!*\
|
|
!*** external {"amd":"react","commonjs":"react","commonjs2":"react","root":"React"} ***!
|
|
\**************************************************************************************/
|
|
|
|
/*!**************************************************************************************!*\
|
|
!*** external {"amd":"uplot","commonjs":"uplot","commonjs2":"uplot","root":"uPlot"} ***!
|
|
\**************************************************************************************/
|
|
|
|
/**
|
|
* A better abstraction over CSS.
|
|
*
|
|
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
* @website https://github.com/cssinjs/jss
|
|
* @license MIT
|
|
*/
|
|
|
|
/** @license MUI v5.1.1
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/** @license React v0.20.2
|
|
* scheduler.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/** @license React v16.13.1
|
|
* react-is.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/** @license React v17.0.2
|
|
* react-dom.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/** @license React v17.0.2
|
|
* react-is.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/** @license React v17.0.2
|
|
* react-jsx-runtime.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/** @license React v17.0.2
|
|
* react.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|