@openremote/or-attribute-card 1.2.0-snapshot.20240512162641 → 1.2.0-snapshot.20240819101332

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,193 @@
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
+ 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
+ /**
176
+ * [js-sha256]{@link https://github.com/emn178/js-sha256}
177
+ *
178
+ * @version 0.11.0
179
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
180
+ * @copyright Chen, Yi-Cyuan 2014-2024
181
+ * @license MIT
182
+ */
183
+
184
+ /**!
185
+ * url-search-params-polyfill
186
+ *
187
+ * @author Jerry Bendy (https://github.com/jerrybendy)
188
+ * @licence MIT
189
+ */
190
+
191
+ //! moment.js
192
+
193
+ //! moment.js locale configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-attribute-card",
3
- "version": "1.2.0-snapshot.20240512162641",
3
+ "version": "1.2.0-snapshot.20240819101332",
4
4
  "description": "OpenRemote attribute card",
5
5
  "main": "dist/umd/index.bundle.js",
6
6
  "module": "lib/index.js",
@@ -12,20 +12,20 @@
12
12
  "scripts": {
13
13
  "build": "npx tsc -b",
14
14
  "test": "echo \"No tests\" && exit 0",
15
- "prepublishOnly": "npx webpack"
15
+ "prepack": "npx webpack"
16
16
  },
17
17
  "author": "OpenRemote",
18
18
  "license": "AGPL-3.0-or-later",
19
19
  "dependencies": {
20
- "@openremote/core": "1.2.0-snapshot.20240512162641",
21
- "@openremote/or-attribute-picker": "1.2.0-snapshot.20240512162641",
22
- "@openremote/or-chart": "1.2.0-snapshot.20240512162641",
23
- "@openremote/or-mwc-components": "1.2.0-snapshot.20240512162641",
20
+ "@openremote/core": "1.2.0-snapshot.20240819101332",
21
+ "@openremote/or-attribute-picker": "1.2.0-snapshot.20240819101332",
22
+ "@openremote/or-chart": "1.2.0-snapshot.20240819101332",
23
+ "@openremote/or-mwc-components": "1.2.0-snapshot.20240819101332",
24
24
  "lit": "^2.0.2",
25
25
  "moment": "^2.29.4"
26
26
  },
27
27
  "devDependencies": {
28
- "@openremote/util": "1.2.0-snapshot.20240512162641"
28
+ "@openremote/util": "1.2.0-snapshot.20240819101332"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"