@openremote/or-chart 1.8.0-snapshot.20250723094757 → 1.8.0-snapshot.20250725070921

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.
@@ -1,177 +0,0 @@
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
- * Chart.js v3.9.1
17
- * https://www.chartjs.org
18
- * (c) 2022 Chart.js Contributors
19
- * Released under the MIT License
20
- */
21
-
22
- /*!
23
- * chartjs-plugin-annotation v1.4.0
24
- * https://www.chartjs.org/chartjs-plugin-annotation/index
25
- * (c) 2022 chartjs-plugin-annotation Contributors
26
- * Released under the MIT License
27
- */
28
-
29
- /*! *****************************************************************************
30
- Copyright (c) Microsoft Corporation.
31
-
32
- Permission to use, copy, modify, and/or distribute this software for any
33
- purpose with or without fee is hereby granted.
34
-
35
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
- PERFORMANCE OF THIS SOFTWARE.
42
- ***************************************************************************** */
43
-
44
- /**
45
- * @license
46
- * Copyright 2016 Google Inc.
47
- *
48
- * Permission is hereby granted, free of charge, to any person obtaining a copy
49
- * of this software and associated documentation files (the "Software"), to deal
50
- * in the Software without restriction, including without limitation the rights
51
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
- * copies of the Software, and to permit persons to whom the Software is
53
- * furnished to do so, subject to the following conditions:
54
- *
55
- * The above copyright notice and this permission notice shall be included in
56
- * all copies or substantial portions of the Software.
57
- *
58
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
64
- * THE SOFTWARE.
65
- */
66
-
67
- /**
68
- * @license
69
- * Copyright 2017 Google LLC
70
- * SPDX-License-Identifier: BSD-3-Clause
71
- */
72
-
73
- /**
74
- * @license
75
- * Copyright 2018 Google Inc.
76
- *
77
- * Permission is hereby granted, free of charge, to any person obtaining a copy
78
- * of this software and associated documentation files (the "Software"), to deal
79
- * in the Software without restriction, including without limitation the rights
80
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
81
- * copies of the Software, and to permit persons to whom the Software is
82
- * furnished to do so, subject to the following conditions:
83
- *
84
- * The above copyright notice and this permission notice shall be included in
85
- * all copies or substantial portions of the Software.
86
- *
87
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
90
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
92
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
93
- * THE SOFTWARE.
94
- */
95
-
96
- /**
97
- * @license
98
- * Copyright 2018 Google LLC
99
- * SPDX-License-Identifier: BSD-3-Clause
100
- */
101
-
102
- /**
103
- * @license
104
- * Copyright 2019 Google Inc.
105
- *
106
- * Permission is hereby granted, free of charge, to any person obtaining a copy
107
- * of this software and associated documentation files (the "Software"), to deal
108
- * in the Software without restriction, including without limitation the rights
109
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
110
- * copies of the Software, and to permit persons to whom the Software is
111
- * furnished to do so, subject to the following conditions:
112
- *
113
- * The above copyright notice and this permission notice shall be included in
114
- * all copies or substantial portions of the Software.
115
- *
116
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
117
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
118
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
119
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
120
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
121
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
122
- * THE SOFTWARE.
123
- */
124
-
125
- /**
126
- * @license
127
- * Copyright 2019 Google LLC
128
- * SPDX-License-Identifier: BSD-3-Clause
129
- */
130
-
131
- /**
132
- * @license
133
- * Copyright 2020 Google Inc.
134
- *
135
- * Permission is hereby granted, free of charge, to any person obtaining a copy
136
- * of this software and associated documentation files (the "Software"), to deal
137
- * in the Software without restriction, including without limitation the rights
138
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
139
- * copies of the Software, and to permit persons to whom the Software is
140
- * furnished to do so, subject to the following conditions:
141
- *
142
- * The above copyright notice and this permission notice shall be included in
143
- * all copies or substantial portions of the Software.
144
- *
145
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
150
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
151
- * THE SOFTWARE.
152
- */
153
-
154
- /**
155
- * @license
156
- * Copyright 2020 Google LLC
157
- * SPDX-License-Identifier: BSD-3-Clause
158
- */
159
-
160
- /**
161
- * @license
162
- * Copyright 2021 Google LLC
163
- * SPDX-License-Identifier: BSD-3-Clause
164
- */
165
-
166
- /**
167
- * @license
168
- * Lodash <https://lodash.com/>
169
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
170
- * Released under MIT license <https://lodash.com/license>
171
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
172
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
173
- */
174
-
175
- //! moment.js
176
-
177
- //! moment.js locale configuration
@@ -1,166 +0,0 @@
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
- */
@@ -1,200 +0,0 @@
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
- * Chart.js v3.9.1
17
- * https://www.chartjs.org
18
- * (c) 2022 Chart.js Contributors
19
- * Released under the MIT License
20
- */
21
-
22
- /*!
23
- * Platform.js v1.3.6
24
- * Copyright 2014-2020 Benjamin Tan
25
- * Copyright 2011-2013 John-David Dalton
26
- * Available under MIT license
27
- */
28
-
29
- /*!
30
- * chartjs-plugin-annotation v1.4.0
31
- * https://www.chartjs.org/chartjs-plugin-annotation/index
32
- * (c) 2022 chartjs-plugin-annotation Contributors
33
- * Released under the MIT License
34
- */
35
-
36
- /*! *****************************************************************************
37
- Copyright (c) Microsoft Corporation.
38
-
39
- Permission to use, copy, modify, and/or distribute this software for any
40
- purpose with or without fee is hereby granted.
41
-
42
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
43
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
44
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
45
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
46
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
47
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
48
- PERFORMANCE OF THIS SOFTWARE.
49
- ***************************************************************************** */
50
-
51
- /**
52
- * @license
53
- * Copyright 2016 Google Inc.
54
- *
55
- * Permission is hereby granted, free of charge, to any person obtaining a copy
56
- * of this software and associated documentation files (the "Software"), to deal
57
- * in the Software without restriction, including without limitation the rights
58
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
59
- * copies of the Software, and to permit persons to whom the Software is
60
- * furnished to do so, subject to the following conditions:
61
- *
62
- * The above copyright notice and this permission notice shall be included in
63
- * all copies or substantial portions of the Software.
64
- *
65
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
69
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
70
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
71
- * THE SOFTWARE.
72
- */
73
-
74
- /**
75
- * @license
76
- * Copyright 2017 Google LLC
77
- * SPDX-License-Identifier: BSD-3-Clause
78
- */
79
-
80
- /**
81
- * @license
82
- * Copyright 2018 Google Inc.
83
- *
84
- * Permission is hereby granted, free of charge, to any person obtaining a copy
85
- * of this software and associated documentation files (the "Software"), to deal
86
- * in the Software without restriction, including without limitation the rights
87
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
88
- * copies of the Software, and to permit persons to whom the Software is
89
- * furnished to do so, subject to the following conditions:
90
- *
91
- * The above copyright notice and this permission notice shall be included in
92
- * all copies or substantial portions of the Software.
93
- *
94
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
95
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
96
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
97
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
98
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
99
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
100
- * THE SOFTWARE.
101
- */
102
-
103
- /**
104
- * @license
105
- * Copyright 2018 Google LLC
106
- * SPDX-License-Identifier: BSD-3-Clause
107
- */
108
-
109
- /**
110
- * @license
111
- * Copyright 2019 Google Inc.
112
- *
113
- * Permission is hereby granted, free of charge, to any person obtaining a copy
114
- * of this software and associated documentation files (the "Software"), to deal
115
- * in the Software without restriction, including without limitation the rights
116
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
117
- * copies of the Software, and to permit persons to whom the Software is
118
- * furnished to do so, subject to the following conditions:
119
- *
120
- * The above copyright notice and this permission notice shall be included in
121
- * all copies or substantial portions of the Software.
122
- *
123
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
124
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
125
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
126
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
127
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
128
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
129
- * THE SOFTWARE.
130
- */
131
-
132
- /**
133
- * @license
134
- * Copyright 2019 Google LLC
135
- * SPDX-License-Identifier: BSD-3-Clause
136
- */
137
-
138
- /**
139
- * @license
140
- * Copyright 2020 Google Inc.
141
- *
142
- * Permission is hereby granted, free of charge, to any person obtaining a copy
143
- * of this software and associated documentation files (the "Software"), to deal
144
- * in the Software without restriction, including without limitation the rights
145
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
146
- * copies of the Software, and to permit persons to whom the Software is
147
- * furnished to do so, subject to the following conditions:
148
- *
149
- * The above copyright notice and this permission notice shall be included in
150
- * all copies or substantial portions of the Software.
151
- *
152
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
153
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
154
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
155
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
156
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
157
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
158
- * THE SOFTWARE.
159
- */
160
-
161
- /**
162
- * @license
163
- * Copyright 2020 Google LLC
164
- * SPDX-License-Identifier: BSD-3-Clause
165
- */
166
-
167
- /**
168
- * @license
169
- * Copyright 2021 Google LLC
170
- * SPDX-License-Identifier: BSD-3-Clause
171
- */
172
-
173
- /**
174
- * @license
175
- * Lodash <https://lodash.com/>
176
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
177
- * Released under MIT license <https://lodash.com/license>
178
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
179
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
180
- */
181
-
182
- /**
183
- * [js-sha256]{@link https://github.com/emn178/js-sha256}
184
- *
185
- * @version 0.11.0
186
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
187
- * @copyright Chen, Yi-Cyuan 2014-2024
188
- * @license MIT
189
- */
190
-
191
- /**!
192
- * url-search-params-polyfill
193
- *
194
- * @author Jerry Bendy (https://github.com/jerrybendy)
195
- * @licence MIT
196
- */
197
-
198
- //! moment.js
199
-
200
- //! moment.js locale configuration