@openremote/or-attribute-picker 1.4.0-snapshot.20250410145009 → 1.4.0-snapshot.20250411131705
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 +5 -5
- package/dist/umd/index.orbundle.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
# @openremote/or-attribute-
|
|
1
|
+
# @openremote/or-attribute-picker \<or-attribute-picker\>
|
|
2
2
|
[![NPM Version][npm-image]][npm-url]
|
|
3
3
|
[![Linux Build][travis-image]][travis-url]
|
|
4
4
|
[![Test Coverage][coveralls-image]][coveralls-url]
|
|
5
5
|
|
|
6
|
-
Web Component for displaying an
|
|
6
|
+
Web Component for displaying a dialog to select an attribute.
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
```bash
|
|
10
|
-
npm i @openremote/or-attribute-
|
|
11
|
-
yarn add @openremote/or-attribute-
|
|
10
|
+
npm i @openremote/or-attribute-picker
|
|
11
|
+
yarn add @openremote/or-attribute-picker
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## Usage
|
|
@@ -24,7 +24,7 @@ Internet Explorer 11 is also supported.
|
|
|
24
24
|
[GNU AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
25
25
|
|
|
26
26
|
[npm-image]: https://img.shields.io/npm/v/live-xxx.svg
|
|
27
|
-
[npm-url]: https://npmjs.org/package/@openremote/or-attribute-
|
|
27
|
+
[npm-url]: https://npmjs.org/package/@openremote/or-attribute-picker
|
|
28
28
|
[travis-image]: https://img.shields.io/travis/live-js/live-xxx/master.svg
|
|
29
29
|
[travis-url]: https://travis-ci.org/live-js/live-xxx
|
|
30
30
|
[coveralls-image]: https://img.shields.io/coveralls/live-js/live-xxx/master.svg
|