@openremote/or-chart 1.2.0-snapshot.20240512162641 → 1.2.0-snapshot.20240616202404

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.
@@ -0,0 +1,166 @@
1
+ /*!
2
+ * chartjs-adapter-moment v1.0.1
3
+ * https://www.chartjs.org
4
+ * (c) 2022 chartjs-adapter-moment Contributors
5
+ * Released under the MIT license
6
+ */
7
+
8
+ /*!
9
+ * @kurkle/color v0.2.1
10
+ * https://github.com/kurkle/color#readme
11
+ * (c) 2022 Jukka Kurkela
12
+ * Released under the MIT License
13
+ */
14
+
15
+ /*!
16
+ * chartjs-plugin-annotation v1.4.0
17
+ * https://www.chartjs.org/chartjs-plugin-annotation/index
18
+ * (c) 2022 chartjs-plugin-annotation Contributors
19
+ * Released under the MIT License
20
+ */
21
+
22
+ /*! *****************************************************************************
23
+ Copyright (c) Microsoft Corporation.
24
+
25
+ Permission to use, copy, modify, and/or distribute this software for any
26
+ purpose with or without fee is hereby granted.
27
+
28
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
29
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
30
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
31
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
32
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
33
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
34
+ PERFORMANCE OF THIS SOFTWARE.
35
+ ***************************************************************************** */
36
+
37
+ /**
38
+ * @license
39
+ * Copyright 2016 Google Inc.
40
+ *
41
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
42
+ * of this software and associated documentation files (the "Software"), to deal
43
+ * in the Software without restriction, including without limitation the rights
44
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45
+ * copies of the Software, and to permit persons to whom the Software is
46
+ * furnished to do so, subject to the following conditions:
47
+ *
48
+ * The above copyright notice and this permission notice shall be included in
49
+ * all copies or substantial portions of the Software.
50
+ *
51
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
57
+ * THE SOFTWARE.
58
+ */
59
+
60
+ /**
61
+ * @license
62
+ * Copyright 2017 Google LLC
63
+ * SPDX-License-Identifier: BSD-3-Clause
64
+ */
65
+
66
+ /**
67
+ * @license
68
+ * Copyright 2018 Google Inc.
69
+ *
70
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
71
+ * of this software and associated documentation files (the "Software"), to deal
72
+ * in the Software without restriction, including without limitation the rights
73
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74
+ * copies of the Software, and to permit persons to whom the Software is
75
+ * furnished to do so, subject to the following conditions:
76
+ *
77
+ * The above copyright notice and this permission notice shall be included in
78
+ * all copies or substantial portions of the Software.
79
+ *
80
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
86
+ * THE SOFTWARE.
87
+ */
88
+
89
+ /**
90
+ * @license
91
+ * Copyright 2018 Google LLC
92
+ * SPDX-License-Identifier: BSD-3-Clause
93
+ */
94
+
95
+ /**
96
+ * @license
97
+ * Copyright 2019 Google Inc.
98
+ *
99
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
100
+ * of this software and associated documentation files (the "Software"), to deal
101
+ * in the Software without restriction, including without limitation the rights
102
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
103
+ * copies of the Software, and to permit persons to whom the Software is
104
+ * furnished to do so, subject to the following conditions:
105
+ *
106
+ * The above copyright notice and this permission notice shall be included in
107
+ * all copies or substantial portions of the Software.
108
+ *
109
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
110
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
111
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
112
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
113
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
114
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
115
+ * THE SOFTWARE.
116
+ */
117
+
118
+ /**
119
+ * @license
120
+ * Copyright 2019 Google LLC
121
+ * SPDX-License-Identifier: BSD-3-Clause
122
+ */
123
+
124
+ /**
125
+ * @license
126
+ * Copyright 2020 Google Inc.
127
+ *
128
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
129
+ * of this software and associated documentation files (the "Software"), to deal
130
+ * in the Software without restriction, including without limitation the rights
131
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
132
+ * copies of the Software, and to permit persons to whom the Software is
133
+ * furnished to do so, subject to the following conditions:
134
+ *
135
+ * The above copyright notice and this permission notice shall be included in
136
+ * all copies or substantial portions of the Software.
137
+ *
138
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
139
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
140
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
141
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
142
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
143
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
144
+ * THE SOFTWARE.
145
+ */
146
+
147
+ /**
148
+ * @license
149
+ * Copyright 2020 Google LLC
150
+ * SPDX-License-Identifier: BSD-3-Clause
151
+ */
152
+
153
+ /**
154
+ * @license
155
+ * Copyright 2021 Google LLC
156
+ * SPDX-License-Identifier: BSD-3-Clause
157
+ */
158
+
159
+ /**
160
+ * @license
161
+ * Lodash <https://lodash.com/>
162
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
163
+ * Released under MIT license <https://lodash.com/license>
164
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
165
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
166
+ */