iobroker.drag-indicator 2.2.0 → 2.2.1

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
@@ -21,6 +21,9 @@ e.g. you can use it for power or temperature values.
21
21
  Placeholder for the next version (at the beginning of the line):
22
22
  ### **WORK IN PROGRESS**
23
23
  -->
24
+ ### 2.2.1 (2024-11-26)
25
+ * (BenAhrdt) update schema and responsive tags
26
+
24
27
  ### 2.2.0 (2024-08-13)
25
28
  * (BenAhrdt) Update Dependencies: "js-controller": ">=5.0.19"
26
29
  Check your System before installing new Version
@@ -5,13 +5,21 @@
5
5
  "deleteStatesWithDisable": {
6
6
  "type": "checkbox",
7
7
  "label": "deleteStateWithDisableText",
8
- "sm": 6
8
+ "xs": 12,
9
+ "sm": 6,
10
+ "md": 6,
11
+ "lg": 6,
12
+ "xl": 6
9
13
  },
10
14
  "emptyField":{
11
15
  "text": "",
12
16
  "type":"staticText",
13
17
  "newLine": true,
14
- "sm":3
18
+ "xs": 12,
19
+ "sm": 3,
20
+ "md": 3,
21
+ "lg": 3,
22
+ "xl": 3
15
23
  },
16
24
  "infoToCustomConfig": {
17
25
  "type": "staticText",
@@ -19,7 +27,11 @@
19
27
  "style": {
20
28
  "color": "red"
21
29
  },
22
- "sm": 6
30
+ "xs": 12,
31
+ "sm": 6,
32
+ "md": 6,
33
+ "lg": 6,
34
+ "xl": 6
23
35
  }
24
36
  }
25
37
  }
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "drag-indicator",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "news": {
6
+ "2.2.1": {
7
+ "en": "update schema and responsive tags",
8
+ "de": "schema und responsive tags aktualisieren",
9
+ "ru": "обновление схемы и адаптивные теги",
10
+ "pt": "atualização schema e tags responsivas",
11
+ "nl": "schema en responsieve tags bijwerken",
12
+ "fr": "mettre à jour le schéma et les balises réactives",
13
+ "it": "schema di aggiornamento e tag reattivi",
14
+ "es": "schema de actualización y etiquetas sensibles",
15
+ "pl": "aktualizacja schematów i identyfikatorów odpowiedzi",
16
+ "uk": "оновлення schema і чуйних тегів",
17
+ "zh-cn": "更新计划和响应标记"
18
+ },
6
19
  "2.2.0": {
7
20
  "en": "* Update Dependencies: \"js-controller\": \">=5.0.19\"\n Check your System before installing new Version",
8
21
  "de": "* Update Dependencies: \"js-controller\": \">=5.0.19\"\nÜberprüfen Sie Ihr System vor der Installation neuer Version",
@@ -80,19 +93,6 @@
80
93
  "pl": "instrukcja wejściowa w wersji węzłowej >== 16",
81
94
  "uk": "вставити перевірку вихрового вузла версії >= 16 мар",
82
95
  "zh-cn": "加 检查 16"
83
- },
84
- "2.1.1": {
85
- "en": "correction in jsonconfig schema",
86
- "de": "korrektur im jsonconfig schema",
87
- "ru": "коррекция в jsonconfig schema",
88
- "pt": "correção em jsonconfig schema",
89
- "nl": "vertaling:",
90
- "fr": "correction dans le schéma de jsonconfig",
91
- "it": "correzione nello schema jsonconfig",
92
- "es": "corrección en jsonconfig schema",
93
- "pl": "poprawka w schemacie jsonconfig",
94
- "uk": "корекція в jsonconfig schema",
95
- "zh-cn": "更正"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.drag-indicator",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Shows the min and max of a selected value",
5
5
  "author": {
6
6
  "name": "BenAhrdt",
@@ -23,7 +23,7 @@
23
23
  "node": ">= 18"
24
24
  },
25
25
  "dependencies": {
26
- "@iobroker/adapter-core": "^3.1.6",
26
+ "@iobroker/adapter-core": "^3.2.2",
27
27
  "node-schedule": "^2.1.1"
28
28
  },
29
29
  "devDependencies": {
@@ -32,22 +32,22 @@
32
32
  "@alcalzone/release-script-plugin-license": "^3.7.0",
33
33
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
34
34
  "@iobroker/adapter-dev": "^1.3.0",
35
- "@iobroker/testing": "^4.1.3",
35
+ "@iobroker/testing": "^5.0.0",
36
36
  "@types/chai": "^4.3.11",
37
- "@types/chai-as-promised": "^7.1.8",
38
- "@types/mocha": "^10.0.7",
39
- "@types/node": "^22.0.2",
37
+ "@types/chai-as-promised": "^8.0.1",
38
+ "@types/mocha": "^10.0.9",
39
+ "@types/node": "^22.8.6",
40
40
  "@types/proxyquire": "^1.3.31",
41
41
  "@types/sinon": "^17.0.3",
42
42
  "@types/sinon-chai": "^3.2.12",
43
43
  "chai": "^4.5.0",
44
44
  "chai-as-promised": "^8.0.0",
45
45
  "eslint": "^8.57.0",
46
- "mocha": "^10.7.0",
46
+ "mocha": "^10.8.2",
47
47
  "proxyquire": "^2.1.3",
48
- "sinon": "^18.0.0",
48
+ "sinon": "^19.0.2",
49
49
  "sinon-chai": "^3.7.0",
50
- "typescript": "~5.5.4"
50
+ "typescript": "~5.6.3"
51
51
  },
52
52
  "main": "main.js",
53
53
  "files": [