synos-helena 22.0.21-beta.0 → 22.0.21-beta.1

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.
Files changed (64) hide show
  1. package/lib/dark.css +2 -0
  2. package/lib/dark.css.gz +0 -0
  3. package/lib/dark.css.map +1 -0
  4. package/lib/dark.css.map.gz +0 -0
  5. package/lib/dark.js +2 -61
  6. package/lib/dark.js.gz +0 -0
  7. package/lib/dark.js.map +1 -0
  8. package/lib/dark.js.map.gz +0 -0
  9. package/lib/helena.css +2 -0
  10. package/lib/helena.css.gz +0 -0
  11. package/lib/helena.css.map +1 -0
  12. package/lib/helena.css.map.gz +0 -0
  13. package/lib/helena.js +2 -61
  14. package/lib/helena.js.gz +0 -0
  15. package/lib/helena.js.map +1 -0
  16. package/lib/helena.js.map.gz +0 -0
  17. package/lib/icons/exception.svg.gz +0 -0
  18. package/lib/icons/export.svg.gz +0 -0
  19. package/lib/icons/field-time.svg.gz +0 -0
  20. package/lib/icons/file-calculator.svg.gz +0 -0
  21. package/lib/icons/hand-service.svg.gz +0 -0
  22. package/lib/icons/import.svg.gz +0 -0
  23. package/lib/icons/package.svg.gz +0 -0
  24. package/lib/icons/process-config.svg.gz +0 -0
  25. package/lib/icons/transmission.svg.gz +0 -0
  26. package/lib/images/empty-notification.svg.gz +0 -0
  27. package/lib/images/micro-download.svg.gz +0 -0
  28. package/lib/images/micro-gerproc.svg.gz +0 -0
  29. package/lib/images/micro-insight.svg.gz +0 -0
  30. package/lib/images/synchro-logo.svg.gz +0 -0
  31. package/lib/index.css +2 -0
  32. package/lib/index.css.gz +0 -0
  33. package/lib/index.css.map +1 -0
  34. package/lib/index.css.map.gz +0 -0
  35. package/lib/index.js +3 -34760
  36. package/lib/index.js.LICENSE.txt +108 -0
  37. package/lib/index.js.LICENSE.txt.gz +0 -0
  38. package/lib/index.js.gz +0 -0
  39. package/lib/index.js.map +1 -0
  40. package/lib/index.js.map.gz +0 -0
  41. package/lib/light.css +2 -0
  42. package/lib/light.css.gz +0 -0
  43. package/lib/light.css.map +1 -0
  44. package/lib/light.css.map.gz +0 -0
  45. package/lib/light.js +2 -61
  46. package/lib/light.js.gz +0 -0
  47. package/lib/light.js.map +1 -0
  48. package/lib/light.js.map.gz +0 -0
  49. package/lib/themes/colors/ant-blues.less.gz +0 -0
  50. package/lib/themes/colors/ant-yellows.less.gz +0 -0
  51. package/lib/themes/colors/blues.less.gz +0 -0
  52. package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
  53. package/lib/themes/colors/gray.less.gz +0 -0
  54. package/lib/themes/colors/greens.less.gz +0 -0
  55. package/lib/themes/colors/pinks.less.gz +0 -0
  56. package/lib/themes/colors/purples.less.gz +0 -0
  57. package/lib/themes/colors/reds.less.gz +0 -0
  58. package/lib/themes/colors/yellows.less.gz +0 -0
  59. package/lib/themes/dark.less.gz +0 -0
  60. package/lib/themes/default.less.gz +0 -0
  61. package/lib/themes/general_custom.less.gz +0 -0
  62. package/lib/themes/light.less.gz +0 -0
  63. package/package.json +1 -1
  64. 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
Binary file