iobroker.telegram-menu 2.1.3 → 2.1.4

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
@@ -33,6 +33,10 @@ You can create different groups with separate menus, and then assign users to th
33
33
  Placeholder for the next version (at the beginning of the line):
34
34
  ### **WORK IN PROGRESS**
35
35
  -->
36
+ ### 2.1.4 (2024-11-23)
37
+
38
+ - FIX: #203 Scrolling in table
39
+
36
40
  ### 2.1.3 (2024-10-21)
37
41
 
38
42
  - FIX: User checkbox error message
@@ -1512,7 +1512,7 @@ object-assign
1512
1512
  * LICENSE file in the root directory of this source tree.
1513
1513
  */
1514
1514
  /**
1515
- * @mui/lab v5.0.0-alpha.170
1515
+ * @mui/lab v5.0.0-alpha.173
1516
1516
  *
1517
1517
  * @license MIT
1518
1518
  * This source code is licensed under the MIT license found in the
@@ -3,7 +3,8 @@
3
3
  }
4
4
 
5
5
  .app__box {
6
- display: "flex";
7
- flex-direction: "column";
8
- height: calc(100vh - 112px);
6
+ height: calc(100vh - 112px);
7
+ display: flex;
8
+ flex-direction: column;
9
+
9
10
  }
@@ -214,7 +214,7 @@ div.MuiTabPanel-root {
214
214
  .TabPanel-Action > div.MuiTabPanel-root {
215
215
  height: calc(100% - 30px) !important;
216
216
  padding-left: 0 !important;
217
- }
217
+ }
218
218
 
219
219
  /* Für Webkit-Browser wie Chrome und Safari */
220
220
  .MenuNavigation-Container::-webkit-scrollbar,
@@ -21,6 +21,12 @@ table input {
21
21
  border: none !important;
22
22
  }
23
23
 
24
+ table {
25
+ overflow-y: auto;
26
+ flex: 1;
27
+ }
28
+
29
+
24
30
  tr[draggable="true"] {
25
31
  cursor: grab;
26
32
  padding-right: 10px !important;
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "telegram-menu",
4
- "version": "2.1.3",
4
+ "version": "2.1.4",
5
5
  "news": {
6
+ "2.1.4": {
7
+ "en": "FIX: #203 Scrolling in table",
8
+ "de": "FIX: #203 Scrolling in Tabelle",
9
+ "ru": "FIX: #203",
10
+ "pt": "FIX: #203 Rolagem na mesa",
11
+ "nl": "FIX: #203 Scrollen in tabel",
12
+ "fr": "FIXE: #203 Faire défiler le tableau",
13
+ "it": "FIX: #203 Scorrelare in tavola",
14
+ "es": "FIX: #203 Scrolling in table",
15
+ "pl": "FIX: # 203 Przewijanie w tabeli",
16
+ "uk": "FIX: #203 Прокручування в таблиці",
17
+ "zh-cn": "FIX: # 203 在表格中滚动"
18
+ },
6
19
  "2.1.3": {
7
20
  "en": "FIX: User checkbox error message\nFEAT: #194 Styling",
8
21
  "de": "FIX: Benutzer-Checkbox Fehlermeldung\nFEAT: #194 Styling",
@@ -80,19 +93,6 @@
80
93
  "pl": "FEAT: # 160 Expand setDynamic Wartość",
81
94
  "uk": "FEAT: #160 Комплект динаміки Ціна",
82
95
  "zh-cn": "FEAT: # 160 扩展设置 Dynamic 数值"
83
- },
84
- "1.7.3": {
85
- "en": "FIX: Multi-user fixed\nFIX: #159 Functions fixed",
86
- "de": "FIX: Multi-User fixiert\nFIX: #159 Funktionen fixiert",
87
- "ru": "FIX: Многопользовательская фиксированная\nFIX: #159",
88
- "pt": "FIX: Multiusuário fixo\nFIX: #159 Funções fixas",
89
- "nl": "FIX: Multi-user vast\nFIX: #159 Functies vast",
90
- "fr": "FIX: Multi-utilisateur fixe\nFIXE: #159 Fonctions fixes",
91
- "it": "FIX: Multi-utente fisso\nFIX: #159 Funzioni fisse",
92
- "es": "FIX: fijo multiusuario\nFIX: #159 Funciones fijas",
93
- "pl": "FIX: Multi- użytkownik stały\nFIX: # 159 Funkcje stałe",
94
- "uk": "FIX: Multi-user фіксований\nFIX: #159 Функції фіксовані",
95
- "zh-cn": "FIX: 多用户固定\nFIX: # 159 函数固定"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.telegram-menu",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Easily create Telegram Menus",
5
5
  "author": {
6
6
  "name": "MiRo1310",
@@ -21,7 +21,7 @@
21
21
  "node": ">= 18"
22
22
  },
23
23
  "dependencies": {
24
- "@iobroker/adapter-core": "^3.1.6",
24
+ "@iobroker/adapter-core": "^3.2.2",
25
25
  "@sentry/integrations": "^7.114.0",
26
26
  "@types/module-alias": "^2.0.4",
27
27
  "module-alias": "^2.2.3"
@@ -37,7 +37,7 @@
37
37
  "@iobroker/adapter-react-v5": "^6.1.8",
38
38
  "@iobroker/testing": "^4.1.3",
39
39
  "@mui/icons-material": "^5.15.7",
40
- "@mui/lab": "^5.0.0-alpha.166",
40
+ "@mui/lab": "^5.0.0-alpha.173",
41
41
  "@mui/material": "^5.15.14",
42
42
  "@mui/styled-engine-sc": "^6.0.1",
43
43
  "@mui/styles": "^5.15.21",