@openremote/or-attribute-history 1.7.0-snapshot.20250625122713 → 1.7.0-snapshot.20250626141721
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/custom-elements.json +50 -11
- package/dist/umd/index.bundle.js +125 -120
- package/dist/umd/index.bundle.js.LICENSE.txt +19 -7
- package/dist/umd/index.js +129 -124
- package/dist/umd/index.js.LICENSE.txt +19 -0
- package/dist/umd/index.orbundle.js +206 -201
- package/dist/umd/index.orbundle.js.LICENSE.txt +10 -0
- package/lib/index.d.ts +10 -5
- package/lib/index.js +16 -11
- package/lib/index.js.map +1 -1
- package/package.json +8 -8
|
@@ -1,10 +1,3 @@
|
|
|
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
1
|
/*!
|
|
9
2
|
* @kurkle/color v0.2.1
|
|
10
3
|
* https://github.com/kurkle/color#readme
|
|
@@ -19,6 +12,16 @@
|
|
|
19
12
|
* Released under the MIT License
|
|
20
13
|
*/
|
|
21
14
|
|
|
15
|
+
/*!
|
|
16
|
+
* ZRender, a high performance 2d drawing library.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2013, Baidu Inc.
|
|
19
|
+
* All rights reserved.
|
|
20
|
+
*
|
|
21
|
+
* LICENSE
|
|
22
|
+
* https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
|
|
23
|
+
*/
|
|
24
|
+
|
|
22
25
|
/*! *****************************************************************************
|
|
23
26
|
Copyright (c) Microsoft Corporation.
|
|
24
27
|
|
|
@@ -156,6 +159,15 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
156
159
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
157
160
|
*/
|
|
158
161
|
|
|
162
|
+
/**
|
|
163
|
+
* @license
|
|
164
|
+
* Lodash <https://lodash.com/>
|
|
165
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
166
|
+
* Released under MIT license <https://lodash.com/license>
|
|
167
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
168
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
169
|
+
*/
|
|
170
|
+
|
|
159
171
|
//! moment.js
|
|
160
172
|
|
|
161
173
|
//! moment.js locale configuration
|