@trackunit/filters-filter-bar 1.3.61 → 1.3.64
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/package.json +10 -10
- package/translation.cjs.js +2 -2
- package/translation.esm.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-filter-bar",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.64",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
"tailwind-merge": "^2.0.0",
|
|
15
15
|
"string-ts": "^2.0.0",
|
|
16
16
|
"zod": "3.22.4",
|
|
17
|
-
"@trackunit/react-components": "1.4.
|
|
18
|
-
"@trackunit/react-core-hooks": "1.3.
|
|
19
|
-
"@trackunit/react-filter-components": "1.3.
|
|
20
|
-
"@trackunit/react-date-and-time-components": "1.3.
|
|
21
|
-
"@trackunit/shared-utils": "1.5.
|
|
22
|
-
"@trackunit/react-form-components": "1.3.
|
|
23
|
-
"@trackunit/react-core-contexts-api": "1.4.
|
|
24
|
-
"@trackunit/geo-json-utils": "1.3.
|
|
25
|
-
"@trackunit/i18n-library-translation": "1.3.
|
|
17
|
+
"@trackunit/react-components": "1.4.45",
|
|
18
|
+
"@trackunit/react-core-hooks": "1.3.43",
|
|
19
|
+
"@trackunit/react-filter-components": "1.3.52",
|
|
20
|
+
"@trackunit/react-date-and-time-components": "1.3.51",
|
|
21
|
+
"@trackunit/shared-utils": "1.5.41",
|
|
22
|
+
"@trackunit/react-form-components": "1.3.52",
|
|
23
|
+
"@trackunit/react-core-contexts-api": "1.4.42",
|
|
24
|
+
"@trackunit/geo-json-utils": "1.3.42",
|
|
25
|
+
"@trackunit/i18n-library-translation": "1.3.44"
|
|
26
26
|
},
|
|
27
27
|
"module": "./index.esm.js",
|
|
28
28
|
"main": "./index.cjs.js",
|
package/translation.cjs.js
CHANGED
|
@@ -184,8 +184,8 @@ var translation = {
|
|
|
184
184
|
"myNetwork.deviceList.filterBar.canProfile": "CAN-Profil",
|
|
185
185
|
"myNetwork.deviceList.filterBar.country": "Land",
|
|
186
186
|
"myNetwork.deviceList.filterBar.dataFeed": "Datenfeed",
|
|
187
|
-
"myNetwork.deviceList.filterBar.deviceHealth": "
|
|
188
|
-
"myNetwork.deviceList.filterBar.deviceHealthScore": "
|
|
187
|
+
"myNetwork.deviceList.filterBar.deviceHealth": "Einheit-Zustand",
|
|
188
|
+
"myNetwork.deviceList.filterBar.deviceHealthScore": "Einheit-Zustand",
|
|
189
189
|
"myNetwork.deviceList.filterBar.deviceType": "Einheitentyp",
|
|
190
190
|
"myNetwork.deviceList.filterBar.digitalKeyMode": "Digitaler Schlüsselmodus",
|
|
191
191
|
"myNetwork.deviceList.filterBar.firmwareVersion": "Firmware-Version",
|
package/translation.esm.js
CHANGED
|
@@ -182,8 +182,8 @@ var translation = {
|
|
|
182
182
|
"myNetwork.deviceList.filterBar.canProfile": "CAN-Profil",
|
|
183
183
|
"myNetwork.deviceList.filterBar.country": "Land",
|
|
184
184
|
"myNetwork.deviceList.filterBar.dataFeed": "Datenfeed",
|
|
185
|
-
"myNetwork.deviceList.filterBar.deviceHealth": "
|
|
186
|
-
"myNetwork.deviceList.filterBar.deviceHealthScore": "
|
|
185
|
+
"myNetwork.deviceList.filterBar.deviceHealth": "Einheit-Zustand",
|
|
186
|
+
"myNetwork.deviceList.filterBar.deviceHealthScore": "Einheit-Zustand",
|
|
187
187
|
"myNetwork.deviceList.filterBar.deviceType": "Einheitentyp",
|
|
188
188
|
"myNetwork.deviceList.filterBar.digitalKeyMode": "Digitaler Schlüsselmodus",
|
|
189
189
|
"myNetwork.deviceList.filterBar.firmwareVersion": "Firmware-Version",
|