@deviceinsight/ng-ui-scale-lib 9.20.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-ee0139fb.js → AccessEditModal-861d96a6.js} +1 -1
- package/dist/{BundleManagementContainer-093786e5.js → BundleManagementContainer-492e1a51.js} +1 -1
- package/dist/{BundlesContainer-54c9cc3a.js → BundlesContainer-56136d83.js} +2 -2
- package/dist/{ContextBarContext-0c28ce9d.js → ContextBarContext-8a081573.js} +12608 -12555
- package/dist/{DatapointImport-6d394cb5.js → DatapointImport-8fc8457e.js} +46 -46
- package/dist/{FileUploadInput-a23ba785.js → FileUploadInput-4459f512.js} +1 -1
- package/dist/{Files-4fc0415e.js → Files-d47286c7.js} +2 -2
- package/dist/GlobalPowerBiReports-3de00692.js +11081 -0
- package/dist/{Graph-2840eac2.js → Graph-b5c9417d.js} +1 -1
- package/dist/{JsonSettingWidget-8908d40b.js → JsonSettingWidget-c54df0d6.js} +15 -16
- package/dist/{LicensesEditPage-3332b87c.js → LicensesEditPage-fa4f079f.js} +1 -1
- package/dist/{LicensesList-6254cd37.js → LicensesList-41498d29.js} +1 -1
- package/dist/{PropertiesEditPage-5b148652.js → PropertiesEditPage-e4acc179.js} +14 -16
- package/dist/{PropertiesList-06478803.js → PropertiesList-fd78361b.js} +1 -1
- package/dist/{TemplateEditPage-94088888.js → TemplateEditPage-a7b34bbc.js} +23 -25
- package/dist/{TemplateTextInput-e8861a0f.js → TemplateTextInput-ac5506a5.js} +12 -13
- package/dist/{TemplatesListPage-866246c6.js → TemplatesListPage-ea78387b.js} +2 -2
- package/dist/{UserGroupAssignments-6feae326.js → UserGroupAssignments-4e7c6567.js} +1 -1
- package/dist/{UserGroupTheme-7ee8e92e.js → UserGroupTheme-16db6c5b.js} +10 -12
- package/dist/api.d.ts +10 -1
- package/dist/api.js +51 -50
- package/dist/{index-34a2015c.js → index-852b249c.js} +1138 -1117
- package/dist/index.js +239 -239
- package/package.json +1 -1
- package/dist/GlobalPowerBiReports-f9bf0765.js +0 -11079
- package/dist/objectWithoutPropertiesLoose-a4604547.js +0 -26
- package/dist/react-router-d38ecdf4.js +0 -1157
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ax as A, ah as j, aX as w, aw as e, ag as r, bP as I,
|
|
1
|
+
import { ax as A, ah as j, aX as w, aw as e, ag as r, bP as I, dg as U, dh as O, di as _, cg as b, dj as m } from "./ContextBarContext-8a081573.js";
|
|
2
2
|
import { useState as f, useContext as E, useMemo as M } from "react";
|
|
3
3
|
import { Modal as k, SpinnerContainer as K, Button as x } from "@deviceinsight/ng-ui-basic-components";
|
|
4
4
|
import { InfoBox as F } from "@deviceinsight/ng-ui-components";
|
package/dist/{BundleManagementContainer-093786e5.js → BundleManagementContainer-492e1a51.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bw as n, aw as r } from "./ContextBarContext-
|
|
1
|
+
import { bw as n, aw as r } from "./ContextBarContext-8a081573.js";
|
|
2
2
|
import { useContext as m, useEffect as s } from "react";
|
|
3
3
|
import { useLocation as i } from "react-router-dom";
|
|
4
4
|
import { messageBoxDismissGroup as a } from "@deviceinsight/ng-ui-components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ah as S, bf as P, aw as e, ag as r, bl as A, b7 as I,
|
|
1
|
+
import { ah as S, bf as P, aw as e, ag as r, bl as A, b7 as I, d6 as T, aQ as F, b4 as re, aj as ae, d7 as ie, cn as q, d8 as oe } from "./ContextBarContext-8a081573.js";
|
|
2
2
|
import { useEffect as D, useState as V, useRef as ce, useCallback as ue, createElement as he } from "react";
|
|
3
3
|
import { useLocation as me } from "react-router-dom";
|
|
4
4
|
import { createBundle as xe, deleteBundleFile as je, createBundleFile as fe, releaseBundleVersion as Ee, fetchBundleVersion as G, fetchBundleFiles as z, createBundleVersion as ge, deleteBundleVersion as Be, downloadBundleFile as be, fetchBundleVersions as W, deleteBundle as Ve, fetchAllBundles as De } from "@deviceinsight/ng-ui-api-client";
|
|
@@ -6,7 +6,7 @@ import { messageBoxSuccess as $, messageBoxError as H, ReactableWithClientSidePa
|
|
|
6
6
|
import "react-i18next";
|
|
7
7
|
import { Modal as p, SpinnerContainer as N, Button as j, Icon as v, Label as pe, AccordionItem as _e, Accordion as ye } from "@deviceinsight/ng-ui-basic-components";
|
|
8
8
|
import { B as c, Q, a as Ce } from "./consts-012135e5.js";
|
|
9
|
-
import { F as Le } from "./FileUploadInput-
|
|
9
|
+
import { F as Le } from "./FileUploadInput-4459f512.js";
|
|
10
10
|
import { u as Se, b as Ae } from "./useCanDeleteBundleVersion-64f35949.js";
|
|
11
11
|
import "i18next";
|
|
12
12
|
import "ux4iot-react";
|