iobroker.vis-2-widgets-collection 1.0.2
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/LICENSE +21 -0
- package/README.md +58 -0
- package/admin/vis-2-widgets-collection.png +0 -0
- package/img/collection-button-group.png +0 -0
- package/img/collection-slider.png +0 -0
- package/img/collection-state.png +0 -0
- package/io-package.json +92 -0
- package/package.json +59 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Steiger04 <steiger04@posteo.de>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Collection of widgets for ioBroker.vis 2.0
|
|
4
|
+
|
|
5
|
+
  [](https://www.npmjs.com/package/iobroker.vis-2-widgets-collection)
|
|
6
|
+
[](https://www.npmjs.com/package/iobroker.vis-2-widgets-collection)
|
|
7
|
+
|
|
8
|
+
[](https://nodei.co/npm/iobroker.vis-2-widgets-collection/)
|
|
9
|
+
|
|
10
|
+
<h2 align="center">Widgets for ioBroker.vis 2.0</h2>
|
|
11
|
+
|
|
12
|
+
## Widgets
|
|
13
|
+
|
|
14
|
+
### State
|
|
15
|
+
|
|
16
|
+
<img src="/img/collection-state.png" height="150">
|
|
17
|
+
|
|
18
|
+
### ButtonGroup
|
|
19
|
+
|
|
20
|
+
<img src="/img/collection-button-group.png" height="150">
|
|
21
|
+
|
|
22
|
+
### Slider
|
|
23
|
+
|
|
24
|
+
<img src="/img/collection-slider.png" height="150">
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
<!--
|
|
28
|
+
Placeholder for next versions:
|
|
29
|
+
### __WORK IN PROGRESS__
|
|
30
|
+
-->
|
|
31
|
+
## Changelog
|
|
32
|
+
### 1.0.2 (2025-01-20)
|
|
33
|
+
|
|
34
|
+
- (steiger04) initial commit
|
|
35
|
+
|
|
36
|
+
## License
|
|
37
|
+
|
|
38
|
+
The MIT License (MIT)
|
|
39
|
+
|
|
40
|
+
Copyright (c) 2025 Steiger04 <steiger04@posteo.de>
|
|
41
|
+
|
|
42
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
43
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
44
|
+
in the Software without restriction, including without limitation the rights
|
|
45
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
46
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
47
|
+
furnished to do so, subject to the following conditions:
|
|
48
|
+
|
|
49
|
+
The above copyright notice and this permission notice shall be included in
|
|
50
|
+
all copies or substantial portions of the Software.
|
|
51
|
+
|
|
52
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
53
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
54
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
55
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
56
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
57
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
58
|
+
THE SOFTWARE.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/io-package.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "vis-2-widgets-collection",
|
|
4
|
+
"version": "1.0.2",
|
|
5
|
+
"news": {
|
|
6
|
+
"1.0.2": {
|
|
7
|
+
"en": "initial commit",
|
|
8
|
+
"de": "erstbestellung",
|
|
9
|
+
"ru": "первоначальный",
|
|
10
|
+
"pt": "commit inicial",
|
|
11
|
+
"nl": "initiële commit",
|
|
12
|
+
"fr": "commit initial",
|
|
13
|
+
"it": "commit iniziale",
|
|
14
|
+
"es": "inicial",
|
|
15
|
+
"pl": "initial commit",
|
|
16
|
+
"uk": "початкова комісія",
|
|
17
|
+
"zh-cn": "初步承诺"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"titleLang": {
|
|
21
|
+
"en": "Vis 2 Widget collection",
|
|
22
|
+
"de": "Vis 2 Widgetsammlung",
|
|
23
|
+
"ru": "Коллекция Vis-Widget",
|
|
24
|
+
"pt": "Coleção Vis-Widget",
|
|
25
|
+
"nl": "Vis-Widget-collectie",
|
|
26
|
+
"fr": "Collection Vis-Widget",
|
|
27
|
+
"it": "Raccolta Vis-Widget",
|
|
28
|
+
"es": "Colección Vis-Widget",
|
|
29
|
+
"pl": "Kolekcja Vis-Widget",
|
|
30
|
+
"uk": "Колекція Vis-Widget",
|
|
31
|
+
"zh-cn": "Vis-Widget集合"
|
|
32
|
+
},
|
|
33
|
+
"desc": {
|
|
34
|
+
"en": "Vis 2 Widget collection for ioBroker",
|
|
35
|
+
"de": "Vis 2 Widgetsammlung für ioBroker",
|
|
36
|
+
"ru": "Коллекция Vis-Widget",
|
|
37
|
+
"pt": "Coleção Vis-Widget",
|
|
38
|
+
"nl": "Vis-Widget-collectie",
|
|
39
|
+
"fr": "Collection Vis-Widget",
|
|
40
|
+
"it": "Raccolta Vis-Widget",
|
|
41
|
+
"es": "Colección Vis-Widget",
|
|
42
|
+
"pl": "Kolekcja Vis-Widget",
|
|
43
|
+
"uk": "Колекція Vis-Widget",
|
|
44
|
+
"zh-cn": "Vis-Widget集合"
|
|
45
|
+
},
|
|
46
|
+
"authors": [
|
|
47
|
+
"Steiger04 <steiger04@posteo.de>"
|
|
48
|
+
],
|
|
49
|
+
"keywords": [
|
|
50
|
+
"vis-2-widgets-collection"
|
|
51
|
+
],
|
|
52
|
+
"platform": "Javascript/Node.js",
|
|
53
|
+
"icon": "vis-2-widgets-collection.png",
|
|
54
|
+
"extIcon": "https://raw.githubusercontent.com/Steiger04/ioBroker.vis-2-widgets-collection/main/admin/vis-2-widgets-collection.png",
|
|
55
|
+
"enabled": true,
|
|
56
|
+
"readme": "https://github.com/Steiger04/ioBroker.vis-2-widgets-collection/blob/main/README.md",
|
|
57
|
+
"loglevel": "info",
|
|
58
|
+
"mode": "none",
|
|
59
|
+
"singleton": true,
|
|
60
|
+
"adminUI": {
|
|
61
|
+
"config": "none"
|
|
62
|
+
},
|
|
63
|
+
"nogit": true,
|
|
64
|
+
"onlyWWW": true,
|
|
65
|
+
"licenseInformation": {
|
|
66
|
+
"type": "free",
|
|
67
|
+
"license": "MIT"
|
|
68
|
+
},
|
|
69
|
+
"tier": 3,
|
|
70
|
+
"type": "visualization-widgets",
|
|
71
|
+
"connectionType": "cloud",
|
|
72
|
+
"dataSource": "poll",
|
|
73
|
+
"visWidgets": {
|
|
74
|
+
"vis2CollectionWidget": {
|
|
75
|
+
"i18n": "component",
|
|
76
|
+
"name": "vis2CollectionWidget",
|
|
77
|
+
"url": "vis-2-widgets-collection/customWidgets.js",
|
|
78
|
+
"components": [
|
|
79
|
+
"StateCollectionWidget",
|
|
80
|
+
"SliderCollectionWidget",
|
|
81
|
+
"ButtonGroupCollectionWidget"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"restartAdapters": [
|
|
86
|
+
"vis-2"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"native": {},
|
|
90
|
+
"objects": [],
|
|
91
|
+
"instanceObjects": []
|
|
92
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "iobroker.vis-2-widgets-collection",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "ioBroker vis-2 widget collection",
|
|
5
|
+
"author": "Steiger04 <steiger04@posteo.de>",
|
|
6
|
+
"contributors": [
|
|
7
|
+
"Steiger04 <steiger04@posteo.de>"
|
|
8
|
+
],
|
|
9
|
+
"homepage": "https://github.com/Steiger04/ioBroker.vis-2-widgets-collection",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/Steiger04/ioBroker.vis-2-widgets-collection"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"ioBroker",
|
|
17
|
+
"home automation",
|
|
18
|
+
"vis-2-widgets-collection"
|
|
19
|
+
],
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@alcalzone/release-script": "^3.8.0",
|
|
22
|
+
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
|
|
23
|
+
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
24
|
+
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
25
|
+
"@biomejs/biome": "^1.9.4",
|
|
26
|
+
"@iobroker/build-tools": "^2.0.14",
|
|
27
|
+
"@iobroker/vis-2-widgets-react-dev": "^4.0.4",
|
|
28
|
+
"@iobroker/vis-2-widgets-testing": "^1.0.5",
|
|
29
|
+
"mocha": "^10.7.3"
|
|
30
|
+
},
|
|
31
|
+
"files": [
|
|
32
|
+
"admin/",
|
|
33
|
+
"img/",
|
|
34
|
+
"widgets/",
|
|
35
|
+
"io-package.json",
|
|
36
|
+
"LICENSE"
|
|
37
|
+
],
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "node tasks",
|
|
40
|
+
"copy-files": "node tasks --copy-files",
|
|
41
|
+
"release": "release-script",
|
|
42
|
+
"release-patch": "release-script patch --yes",
|
|
43
|
+
"release-minor": "release-script minor --yes",
|
|
44
|
+
"release-major": "release-script major --yes",
|
|
45
|
+
"test": "mocha ./test/*.test.js",
|
|
46
|
+
"update-packages": "ncu --upgrade && cd src-widgets && ncu --upgrade && cd ..",
|
|
47
|
+
"npm": "npm i && cd src-widgets && npm i -f && cd ..",
|
|
48
|
+
"lint": "biome lint",
|
|
49
|
+
"lintfix": "biome lint --write",
|
|
50
|
+
"format": "biome format",
|
|
51
|
+
"formatfix": "biome format --write",
|
|
52
|
+
"check": "biome check",
|
|
53
|
+
"checkfix": "biome check --write"
|
|
54
|
+
},
|
|
55
|
+
"bugs": {
|
|
56
|
+
"url": "https://github.com/Steiger04/ioBroker.vis-2-widgets-collection/issues"
|
|
57
|
+
},
|
|
58
|
+
"readmeFilename": "README.md"
|
|
59
|
+
}
|