@deviceinsight/ng-ui-scale-lib 9.19.0 → 9.21.0
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/dist/{AccessEditModal-38c11d48.js → AccessEditModal-861d96a6.js} +14 -14
- package/dist/BundleManagementContainer-492e1a51.js +20 -0
- package/dist/{BundlesContainer-ff572d82.js → BundlesContainer-56136d83.js} +29 -26
- package/dist/{ContextBarContext-0565a593.js → ContextBarContext-8a081573.js} +39111 -47026
- package/dist/{DatapointImport-2deee17a.js → DatapointImport-8fc8457e.js} +68 -65
- package/dist/{FileUploadInput-87e9d774.js → FileUploadInput-4459f512.js} +3 -3
- package/dist/{Files-f6c464c2.js → Files-d47286c7.js} +42 -39
- package/dist/{GlobalPowerBiReports-f448278b.js → GlobalPowerBiReports-3de00692.js} +6 -3
- package/dist/{Graph-fce6bde2.js → Graph-b5c9417d.js} +4 -1
- package/dist/{JsonSettingWidget-0360cf69.js → JsonSettingWidget-c54df0d6.js} +18 -16
- package/dist/{LicensesEditPage-effb07a9.js → LicensesEditPage-fa4f079f.js} +33 -30
- package/dist/{LicensesList-7832868c.js → LicensesList-41498d29.js} +12 -9
- package/dist/{PropertiesEditPage-e84dd613.js → PropertiesEditPage-e4acc179.js} +30 -29
- package/dist/{PropertiesList-e8f218de.js → PropertiesList-fd78361b.js} +14 -11
- package/dist/{TemplateEditPage-a3994735.js → TemplateEditPage-a7b34bbc.js} +29 -28
- package/dist/{TemplateTextInput-712d3528.js → TemplateTextInput-ac5506a5.js} +16 -14
- package/dist/{TemplatesListPage-86d0d508.js → TemplatesListPage-ea78387b.js} +53 -50
- package/dist/{UserGroupAssignments-b2e98796.js → UserGroupAssignments-4e7c6567.js} +34 -31
- package/dist/{UserGroupTheme-6e262174.js → UserGroupTheme-16db6c5b.js} +7 -6
- package/dist/api.d.ts +13 -1
- package/dist/api.js +71 -67
- package/dist/{index-8f79799f.js → index-852b249c.js} +1138 -1117
- package/dist/index.js +2908 -2912
- package/dist/style.css +1 -1
- package/package.json +4 -4
- package/dist/BundleManagementContainer-0efa3cec.js +0 -17
- package/dist/extends-0a3e0827.js +0 -13
- package/dist/react-router-824f2efe.js +0 -1152
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deviceinsight/ng-ui-scale-lib",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.21.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,6 +37,9 @@
|
|
|
37
37
|
"@deviceinsight/ng-ui-api-client": "10.40.0",
|
|
38
38
|
"@deviceinsight/ng-ui-basic-components": "3.16.0",
|
|
39
39
|
"react-router-dom": "5.3.4",
|
|
40
|
+
"ux4iot-react": "4.1.4",
|
|
41
|
+
"i18next": "20.3.2",
|
|
42
|
+
"react-i18next": "12.3.1",
|
|
40
43
|
"react": "^18.2.0",
|
|
41
44
|
"react-dom": "^18.2.0"
|
|
42
45
|
},
|
|
@@ -63,7 +66,6 @@
|
|
|
63
66
|
"file-saver": "2.0.5",
|
|
64
67
|
"filesize": "6.1.0",
|
|
65
68
|
"flat": "6.0.1",
|
|
66
|
-
"i18next": "20.3.2",
|
|
67
69
|
"i18next-http-backend": "2.1.1",
|
|
68
70
|
"i18next-locize-backend": "1.9.0",
|
|
69
71
|
"jose": "5.1.2",
|
|
@@ -88,12 +90,10 @@
|
|
|
88
90
|
"react-grid-layout": "1.4.3",
|
|
89
91
|
"react-helmet-async": "1.3.0",
|
|
90
92
|
"react-hook-form": "7.48.2",
|
|
91
|
-
"react-i18next": "12.3.1",
|
|
92
93
|
"react-select-event": "5.5.1",
|
|
93
94
|
"react-to-print": "2.14.11",
|
|
94
95
|
"tinyduration": "3.2.1",
|
|
95
96
|
"tsx": "4.19.3",
|
|
96
|
-
"ux4iot-react": "4.1.4",
|
|
97
97
|
"vis": "4.21.0",
|
|
98
98
|
"zod": "3.22.3"
|
|
99
99
|
},
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { by as n, az as r } from "./ContextBarContext-0565a593.js";
|
|
2
|
-
import { useContext as m, useEffect as s } from "react";
|
|
3
|
-
import { useLocation as a } from "react-router-dom";
|
|
4
|
-
import { messageBoxDismissGroup as i } from "@deviceinsight/ng-ui-components";
|
|
5
|
-
import { M as p } from "./consts-012135e5.js";
|
|
6
|
-
import "@deviceinsight/ng-ui-basic-components";
|
|
7
|
-
import "@deviceinsight/ng-ui-api-client";
|
|
8
|
-
import "react-dom";
|
|
9
|
-
function l({ children: o }) {
|
|
10
|
-
const { setContextInfo: t } = m(n), { pathname: e } = a();
|
|
11
|
-
return s(() => (t(), () => {
|
|
12
|
-
i(p), t();
|
|
13
|
-
}), [e, t]), /* @__PURE__ */ r.jsx("div", { children: o });
|
|
14
|
-
}
|
|
15
|
-
export {
|
|
16
|
-
l as default
|
|
17
|
-
};
|
package/dist/extends-0a3e0827.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
function e() {
|
|
2
|
-
return e = Object.assign ? Object.assign.bind() : function(t) {
|
|
3
|
-
for (var n = 1; n < arguments.length; n++) {
|
|
4
|
-
var r = arguments[n];
|
|
5
|
-
for (var a in r)
|
|
6
|
-
({}).hasOwnProperty.call(r, a) && (t[a] = r[a]);
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
}, e.apply(null, arguments);
|
|
10
|
-
}
|
|
11
|
-
export {
|
|
12
|
-
e as _
|
|
13
|
-
};
|