synos-helena 22.0.21-beta.0 → 22.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/dark.css +2 -0
- package/lib/dark.css.gz +0 -0
- package/lib/dark.css.map +1 -0
- package/lib/dark.css.map.gz +0 -0
- package/lib/dark.js +2 -61
- package/lib/dark.js.gz +0 -0
- package/lib/dark.js.map +1 -0
- package/lib/dark.js.map.gz +0 -0
- package/lib/helena.css +2 -0
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map +1 -0
- package/lib/helena.css.map.gz +0 -0
- package/lib/helena.js +2 -61
- package/lib/helena.js.gz +0 -0
- package/lib/helena.js.map +1 -0
- package/lib/helena.js.map.gz +0 -0
- package/lib/icons/exception.svg.gz +0 -0
- package/lib/icons/export.svg.gz +0 -0
- package/lib/icons/field-time.svg.gz +0 -0
- package/lib/icons/file-calculator.svg.gz +0 -0
- package/lib/icons/hand-service.svg.gz +0 -0
- package/lib/icons/import.svg.gz +0 -0
- package/lib/icons/package.svg.gz +0 -0
- package/lib/icons/process-config.svg.gz +0 -0
- package/lib/icons/transmission.svg.gz +0 -0
- package/lib/images/empty-notification.svg.gz +0 -0
- package/lib/images/micro-download.svg.gz +0 -0
- package/lib/images/micro-gerproc.svg.gz +0 -0
- package/lib/images/micro-insight.svg.gz +0 -0
- package/lib/images/synchro-logo.svg.gz +0 -0
- package/lib/index.css +2 -0
- package/lib/index.css.gz +0 -0
- package/lib/index.css.map +1 -0
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js +3 -34760
- package/lib/index.js.LICENSE.txt +108 -0
- package/lib/index.js.LICENSE.txt.gz +0 -0
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +1 -0
- package/lib/index.js.map.gz +0 -0
- package/lib/light.css +2 -0
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map +1 -0
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js +2 -61
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map +1 -0
- package/lib/light.js.map.gz +0 -0
- package/lib/src/HLTable/HLTable.d.ts +23 -0
- package/lib/themes/colors/ant-blues.less.gz +0 -0
- package/lib/themes/colors/ant-yellows.less.gz +0 -0
- package/lib/themes/colors/blues.less.gz +0 -0
- package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
- package/lib/themes/colors/gray.less.gz +0 -0
- package/lib/themes/colors/greens.less.gz +0 -0
- package/lib/themes/colors/pinks.less.gz +0 -0
- package/lib/themes/colors/purples.less.gz +0 -0
- package/lib/themes/colors/reds.less.gz +0 -0
- package/lib/themes/colors/yellows.less.gz +0 -0
- package/lib/themes/dark.less.gz +0 -0
- package/lib/themes/default.less.gz +0 -0
- package/lib/themes/general_custom.less.gz +0 -0
- package/lib/themes/light.less.gz +0 -0
- package/package.json +1 -1
- package/lib/src/HLFromToEdit/HLFromToEdit.d.ts +0 -7
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
object-assign
|
|
9
|
+
(c) Sindre Sorhus
|
|
10
|
+
@license MIT
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
|
|
15
|
+
diff v4.0.1
|
|
16
|
+
|
|
17
|
+
Software License Agreement (BSD License)
|
|
18
|
+
|
|
19
|
+
Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
|
|
20
|
+
|
|
21
|
+
All rights reserved.
|
|
22
|
+
|
|
23
|
+
Redistribution and use of this software in source and binary forms, with or without modification,
|
|
24
|
+
are permitted provided that the following conditions are met:
|
|
25
|
+
|
|
26
|
+
* Redistributions of source code must retain the above
|
|
27
|
+
copyright notice, this list of conditions and the
|
|
28
|
+
following disclaimer.
|
|
29
|
+
|
|
30
|
+
* Redistributions in binary form must reproduce the above
|
|
31
|
+
copyright notice, this list of conditions and the
|
|
32
|
+
following disclaimer in the documentation and/or other
|
|
33
|
+
materials provided with the distribution.
|
|
34
|
+
|
|
35
|
+
* Neither the name of Kevin Decker nor the names of its
|
|
36
|
+
contributors may be used to endorse or promote products
|
|
37
|
+
derived from this software without specific prior
|
|
38
|
+
written permission.
|
|
39
|
+
|
|
40
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
|
|
41
|
+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
42
|
+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
43
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
44
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
45
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
|
46
|
+
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
|
47
|
+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
48
|
+
@license
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
/*!
|
|
52
|
+
Copyright (c) 2018 Jed Watson.
|
|
53
|
+
Licensed under the MIT License (MIT), see
|
|
54
|
+
http://jedwatson.github.io/classnames
|
|
55
|
+
*/
|
|
56
|
+
|
|
57
|
+
/*!
|
|
58
|
+
* Determine if an object is a Buffer
|
|
59
|
+
*
|
|
60
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
61
|
+
* @license MIT
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
/*! *****************************************************************************
|
|
65
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
66
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
67
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
68
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
69
|
+
|
|
70
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
71
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
72
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
73
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
74
|
+
|
|
75
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
76
|
+
and limitations under the License.
|
|
77
|
+
***************************************************************************** */
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @license
|
|
81
|
+
* Lodash <https://lodash.com/>
|
|
82
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
83
|
+
* Released under MIT license <https://lodash.com/license>
|
|
84
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
85
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
86
|
+
*/
|
|
87
|
+
|
|
88
|
+
/** @license React v16.13.1
|
|
89
|
+
* react-is.production.min.js
|
|
90
|
+
*
|
|
91
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
92
|
+
*
|
|
93
|
+
* This source code is licensed under the MIT license found in the
|
|
94
|
+
* LICENSE file in the root directory of this source tree.
|
|
95
|
+
*/
|
|
96
|
+
|
|
97
|
+
/** @license React v17.0.2
|
|
98
|
+
* react-is.production.min.js
|
|
99
|
+
*
|
|
100
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
101
|
+
*
|
|
102
|
+
* This source code is licensed under the MIT license found in the
|
|
103
|
+
* LICENSE file in the root directory of this source tree.
|
|
104
|
+
*/
|
|
105
|
+
|
|
106
|
+
//! moment.js
|
|
107
|
+
|
|
108
|
+
//! moment.js locale configuration
|
|
Binary file
|
package/lib/index.js.gz
ADDED
|
Binary file
|