@trackunit/filters-filter-bar 0.0.16 → 0.0.18
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 +4 -4
- package/translation.cjs10.js +1 -1
- package/translation.esm10.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-filter-bar",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"@trackunit/i18n-library-translation": "0.0.86",
|
|
11
11
|
"@trackunit/iris-app-api": "0.0.124",
|
|
12
12
|
"@trackunit/iris-app-runtime-core-api": "0.3.77",
|
|
13
|
-
"@trackunit/react-components": "0.1.
|
|
13
|
+
"@trackunit/react-components": "0.1.174",
|
|
14
14
|
"@trackunit/react-core-contexts-api": "0.2.63",
|
|
15
15
|
"@trackunit/react-core-contexts-test": "0.1.120",
|
|
16
16
|
"@trackunit/react-core-hooks": "0.2.105",
|
|
17
|
-
"@trackunit/react-filter-components": "0.0.
|
|
18
|
-
"@trackunit/react-form-components": "0.0.
|
|
17
|
+
"@trackunit/react-filter-components": "0.0.229",
|
|
18
|
+
"@trackunit/react-form-components": "0.0.170",
|
|
19
19
|
"@trackunit/shared-utils": "0.0.11",
|
|
20
20
|
"dequal": "2.0.3",
|
|
21
21
|
"lodash": "4.17.21",
|
package/translation.cjs10.js
CHANGED
|
@@ -173,7 +173,7 @@ var translation = {
|
|
|
173
173
|
"myNetwork.deviceList.filterBar.accessControlType": "Podłączone wyposażenie",
|
|
174
174
|
"myNetwork.deviceList.filterBar.canProfile": "Profil CAN",
|
|
175
175
|
"myNetwork.deviceList.filterBar.country": "Państwo",
|
|
176
|
-
"myNetwork.deviceList.filterBar.dataFeed": "
|
|
176
|
+
"myNetwork.deviceList.filterBar.dataFeed": "Źródło danych",
|
|
177
177
|
"myNetwork.deviceList.filterBar.deviceHealth": "Stan urządzenia",
|
|
178
178
|
"myNetwork.deviceList.filterBar.deviceHealthScore": "Ocena stanu urządzenia",
|
|
179
179
|
"myNetwork.deviceList.filterBar.deviceType": "Typ urządzenia",
|
package/translation.esm10.js
CHANGED
|
@@ -171,7 +171,7 @@ var translation = {
|
|
|
171
171
|
"myNetwork.deviceList.filterBar.accessControlType": "Podłączone wyposażenie",
|
|
172
172
|
"myNetwork.deviceList.filterBar.canProfile": "Profil CAN",
|
|
173
173
|
"myNetwork.deviceList.filterBar.country": "Państwo",
|
|
174
|
-
"myNetwork.deviceList.filterBar.dataFeed": "
|
|
174
|
+
"myNetwork.deviceList.filterBar.dataFeed": "Źródło danych",
|
|
175
175
|
"myNetwork.deviceList.filterBar.deviceHealth": "Stan urządzenia",
|
|
176
176
|
"myNetwork.deviceList.filterBar.deviceHealthScore": "Ocena stanu urządzenia",
|
|
177
177
|
"myNetwork.deviceList.filterBar.deviceType": "Typ urządzenia",
|