@openremote/or-asset-tree 1.8.0-snapshot.20250725070921 → 1.8.0-snapshot.20250725120000

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/README.md CHANGED
@@ -1,31 +1,31 @@
1
- # @openremote/or-asset-tree \<or-asset-tree\>
2
- [![NPM Version][npm-image]][npm-url]
3
- [![Linux Build][travis-image]][travis-url]
4
- [![Test Coverage][coveralls-image]][coveralls-url]
5
-
6
- Web Component for displaying an asset tree. This component requires an OpenRemote Manager to retrieve, save and query assets.
7
-
8
- ## Install
9
- ```bash
10
- npm i @openremote/or-asset-list
11
- yarn add @openremote/or-asset-list
12
- ```
13
-
14
- ## Usage
15
- For a full list of properties, methods and options refer to the TypeDoc generated [documentation]().
16
-
17
-
18
- ## Supported Browsers
19
- The last 2 versions of all modern browsers are supported, including Chrome, Safari, Opera, Firefox, Edge. In addition,
20
- Internet Explorer 11 is also supported.
21
-
22
-
23
- ## License
24
- [GNU AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
25
-
26
- [npm-image]: https://img.shields.io/npm/v/live-xxx.svg
27
- [npm-url]: https://npmjs.org/package/@openremote/or-asset-list
28
- [travis-image]: https://img.shields.io/travis/live-js/live-xxx/master.svg
29
- [travis-url]: https://travis-ci.org/live-js/live-xxx
30
- [coveralls-image]: https://img.shields.io/coveralls/live-js/live-xxx/master.svg
1
+ # @openremote/or-asset-tree \<or-asset-tree\>
2
+ [![NPM Version][npm-image]][npm-url]
3
+ [![Linux Build][travis-image]][travis-url]
4
+ [![Test Coverage][coveralls-image]][coveralls-url]
5
+
6
+ Web Component for displaying an asset tree. This component requires an OpenRemote Manager to retrieve, save and query assets.
7
+
8
+ ## Install
9
+ ```bash
10
+ npm i @openremote/or-asset-list
11
+ yarn add @openremote/or-asset-list
12
+ ```
13
+
14
+ ## Usage
15
+ For a full list of properties, methods and options refer to the TypeDoc generated [documentation]().
16
+
17
+
18
+ ## Supported Browsers
19
+ The last 2 versions of all modern browsers are supported, including Chrome, Safari, Opera, Firefox, Edge. In addition,
20
+ Internet Explorer 11 is also supported.
21
+
22
+
23
+ ## License
24
+ [GNU AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
25
+
26
+ [npm-image]: https://img.shields.io/npm/v/live-xxx.svg
27
+ [npm-url]: https://npmjs.org/package/@openremote/or-asset-list
28
+ [travis-image]: https://img.shields.io/travis/live-js/live-xxx/master.svg
29
+ [travis-url]: https://travis-ci.org/live-js/live-xxx
30
+ [coveralls-image]: https://img.shields.io/coveralls/live-js/live-xxx/master.svg
31
31
  [coveralls-url]: https://coveralls.io/r/live-js/live-xxx?branch=master
@@ -570,7 +570,7 @@
570
570
  "kind": "field",
571
571
  "name": "assetsChildren",
572
572
  "type": {
573
- "text": "{\n [key: string]: UiAssetTreeNode[]\n }"
573
+ "text": "{\r\n [key: string]: UiAssetTreeNode[]\r\n }"
574
574
  },
575
575
  "privacy": "protected",
576
576
  "default": "{}"