@deviceinsight/ng-ui-scale-lib 9.16.1 → 9.17.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-696ef72f.js → AccessEditModal-87adb3bc.js} +1 -1
- package/dist/{BundleManagementContainer-6750fec7.js → BundleManagementContainer-57ee391d.js} +1 -1
- package/dist/{BundlesContainer-b531d3ab.js → BundlesContainer-2b549c33.js} +2 -2
- package/dist/{ContextBarContext-d5e6210f.js → ContextBarContext-e53a6c9e.js} +35 -32
- package/dist/{DatapointImport-1b53cc1d.js → DatapointImport-98e41f0a.js} +1 -1
- package/dist/{FileUploadInput-ad4db206.js → FileUploadInput-71acf840.js} +1 -1
- package/dist/{Files-d709f7fa.js → Files-656859d4.js} +2 -2
- package/dist/{GlobalPowerBiReports-9424b87c.js → GlobalPowerBiReports-b7588d80.js} +1 -1
- package/dist/{Graph-f5bb65ae.js → Graph-8f3faa67.js} +1 -1
- package/dist/{JsonSettingWidget-994759f6.js → JsonSettingWidget-017b7d08.js} +2 -2
- package/dist/{LicensesEditPage-697f3524.js → LicensesEditPage-4491349f.js} +1 -1
- package/dist/{LicensesList-3eebb75f.js → LicensesList-30258d16.js} +1 -1
- package/dist/{PropertiesEditPage-b8185c40.js → PropertiesEditPage-61e927bb.js} +2 -2
- package/dist/{PropertiesList-3668814d.js → PropertiesList-c892709f.js} +1 -1
- package/dist/{TemplateEditPage-96197c20.js → TemplateEditPage-7c975f0a.js} +4 -4
- package/dist/{TemplateTextInput-7060edfa.js → TemplateTextInput-5dcab91f.js} +2 -2
- package/dist/{TemplatesListPage-67f81653.js → TemplatesListPage-ce255ca0.js} +2 -2
- package/dist/{UserGroupAssignments-52ebadde.js → UserGroupAssignments-3dd28edc.js} +1 -1
- package/dist/{UserGroupTheme-09dfd9e6.js → UserGroupTheme-b4b7b3aa.js} +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.js +2 -2
- package/dist/{index-a3a010a6.js → index-23459578.js} +1 -1
- package/dist/index.js +518 -513
- package/dist/{react-router-14d32ef1.js → react-router-01703761.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { au as A, ah as j, aU as w, at as e, ag as r, bL as U, dg as I, dh as O, di as _, cf as E, dj as m } from "./ContextBarContext-
|
|
1
|
+
import { au as A, ah as j, aU as w, at as e, ag as r, bL as U, dg as I, dh as O, di as _, cf as E, dj as m } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useState as f, useContext as M, useMemo as b } 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-6750fec7.js → BundleManagementContainer-57ee391d.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bs as n, at as r } from "./ContextBarContext-
|
|
1
|
+
import { bs as n, at as r } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useContext as s, useEffect as m } from "react";
|
|
3
3
|
import { useLocation as a } from "react-router-dom";
|
|
4
4
|
import { messageBoxDismissGroup as i } from "@deviceinsight/ng-ui-components";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ah as S, bc as P, at as e, ag as r, bi as A, b4 as I, d6 as T, aN as F, b1 as re, aj as ae, d7 as ie, cn as q, d8 as oe } from "./ContextBarContext-
|
|
1
|
+
import { ah as S, bc as P, at as e, ag as r, bi as A, b4 as I, d6 as T, aN as F, b1 as re, aj as ae, d7 as ie, cn as q, d8 as oe } from "./ContextBarContext-e53a6c9e.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";
|
|
5
5
|
import { messageBoxSuccess as $, messageBoxError as H, ReactableWithClientSidePagination as Ne, Reactable as Te, ContentHeader as ve } from "@deviceinsight/ng-ui-components";
|
|
6
6
|
import { Modal as _, SpinnerContainer as N, Button as j, Icon as v, Label as _e, AccordionItem as ye, Accordion as pe } from "@deviceinsight/ng-ui-basic-components";
|
|
7
7
|
import { B as c, Q, a as Ce } from "./consts-012135e5.js";
|
|
8
|
-
import { F as Le } from "./FileUploadInput-
|
|
8
|
+
import { F as Le } from "./FileUploadInput-71acf840.js";
|
|
9
9
|
import { u as Se, b as Ae } from "./useCanDeleteBundleVersion-64f35949.js";
|
|
10
10
|
import "react-dom";
|
|
11
11
|
const Y = (n) => {
|
|
@@ -6666,7 +6666,6 @@ const dn = /* @__PURE__ */ is(wZ), kv = async (e) => {
|
|
|
6666
6666
|
REACT_APP_FALLBACK_LOCALE: "en-us",
|
|
6667
6667
|
REACT_APP_FILTER_EDGE_EVENTS_BY_DEFAULT: {}.REACT_APP_FILTER_EDGE_EVENTS_BY_DEFAULT,
|
|
6668
6668
|
REACT_APP_GATEWAY_PREFIX: "urn:di:assets",
|
|
6669
|
-
REACT_APP_GOOGLE_MAPS_API_KEY: "AIzaSyClVA7JlSiW2_-FkdjESist3N7eERmREpc",
|
|
6670
6669
|
REACT_APP_LEGAL_PAGES: "",
|
|
6671
6670
|
REACT_APP_LOCIZE_API_KEY: "a6e9ea58-05bd-41b9-9cd0-83acdab8d3ec",
|
|
6672
6671
|
REACT_APP_LOCIZE_PROJECT_ID: "0c061ee5-df3a-485c-a850-615336c0f608",
|
|
@@ -51209,7 +51208,7 @@ function vO(e, t) {
|
|
|
51209
51208
|
defaultValue: e
|
|
51210
51209
|
});
|
|
51211
51210
|
}
|
|
51212
|
-
const iU = (e, t, n) =>
|
|
51211
|
+
const iU = (e, t, n, r) => n && e ? `${e} / ${vO(t, r)}` : vO(t, r);
|
|
51213
51212
|
function Zoe(e, t) {
|
|
51214
51213
|
const n = new Set(e.map(({ asset: r }) => r.urn));
|
|
51215
51214
|
return (t == null ? void 0 : t.type) === "asset" && n.add(t.asset.urn), n.size > 1;
|
|
@@ -51312,7 +51311,7 @@ async function nae(e, t, n, r, i, s) {
|
|
|
51312
51311
|
}
|
|
51313
51312
|
const rae = (e, t) => t ? dn.tz(e, t).format("YYYY-MM-DDTHH:mm:ss") : dn(e).toISOString();
|
|
51314
51313
|
function iae(e, t, n, r) {
|
|
51315
|
-
const i = [...new Set(e.map((u) => u.assetUrn))].length > 1, s = `TIMESTAMP;${e.map((u) => iU(u.datapointName, i, r).replace(/;/g, " ")).join(";")}`, a = /* @__PURE__ */ new Map();
|
|
51314
|
+
const i = [...new Set(e.map((u) => u.assetUrn))].length > 1, s = `TIMESTAMP;${e.map((u) => iU(u.assetName, u.datapointName, i, r).replace(/;/g, " ")).join(";")}`, a = /* @__PURE__ */ new Map();
|
|
51316
51315
|
t.forEach((u, l) => {
|
|
51317
51316
|
u.forEach(([d, h]) => {
|
|
51318
51317
|
const f = a.get(d) || [];
|
|
@@ -56534,7 +56533,7 @@ function kce({
|
|
|
56534
56533
|
}
|
|
56535
56534
|
);
|
|
56536
56535
|
}
|
|
56537
|
-
const Nce = "@deviceinsight/ng-ui-scale", Mce = "9.
|
|
56536
|
+
const Nce = "@deviceinsight/ng-ui-scale", Mce = "9.17.0", Lce = "SEE LICENSE IN LICENSE", Fce = {
|
|
56538
56537
|
type: "git",
|
|
56539
56538
|
url: "https://gitlab.device-insight.com/deviceinsight/ng-ui.git"
|
|
56540
56539
|
}, Bce = {
|
|
@@ -56543,7 +56542,7 @@ const Nce = "@deviceinsight/ng-ui-scale", Mce = "9.16.1", Lce = "SEE LICENSE IN
|
|
|
56543
56542
|
"@codemirror/lang-javascript": "6.1.3",
|
|
56544
56543
|
"@deviceinsight/ng-ui-api-client": "10.39.0",
|
|
56545
56544
|
"@deviceinsight/ng-ui-basic-components": "3.16.0",
|
|
56546
|
-
"@deviceinsight/ng-ui-components": "6.
|
|
56545
|
+
"@deviceinsight/ng-ui-components": "6.21.0",
|
|
56547
56546
|
"@dnd-kit/core": "6.0.5",
|
|
56548
56547
|
"@dnd-kit/modifiers": "6.0.0",
|
|
56549
56548
|
"@dnd-kit/sortable": "7.0.1",
|
|
@@ -63615,7 +63614,7 @@ function fpe({ columnKey: e, selected: t, onToggleColumn: n }) {
|
|
|
63615
63614
|
transition: u
|
|
63616
63615
|
}, { t: d } = lt(), { assetShadowKeyTypes: h } = Qe(Im);
|
|
63617
63616
|
return /* @__PURE__ */ o.jsxs("li", { ref: s, style: l, ...r, children: [
|
|
63618
|
-
/* @__PURE__ */ o.jsx("span", { className: "key-name",
|
|
63617
|
+
/* @__PURE__ */ o.jsx("span", { className: "key-name", children: /* @__PURE__ */ o.jsx(
|
|
63619
63618
|
vr,
|
|
63620
63619
|
{
|
|
63621
63620
|
value: t,
|
|
@@ -78146,7 +78145,7 @@ const Js = ({ loader: e }) => {
|
|
|
78146
78145
|
}
|
|
78147
78146
|
);
|
|
78148
78147
|
}, BAe = Js({
|
|
78149
|
-
loader: () => import("./Graph-
|
|
78148
|
+
loader: () => import("./Graph-8f3faa67.js")
|
|
78150
78149
|
}), UAe = async (e, t) => await Promise.all(
|
|
78151
78150
|
e.map(
|
|
78152
78151
|
async (n) => await ap(n).catch(() => (t.push({
|
|
@@ -80097,7 +80096,7 @@ const S1e = {
|
|
|
80097
80096
|
childRoutes: [S1e],
|
|
80098
80097
|
requiredAuthorities: ["READ_ASSET", "READ_ASSET_GROUP"]
|
|
80099
80098
|
}, w1e = Js({
|
|
80100
|
-
loader: () => import("./DatapointImport-
|
|
80099
|
+
loader: () => import("./DatapointImport-98e41f0a.js")
|
|
80101
80100
|
}), A1e = (e, t) => {
|
|
80102
80101
|
e && e === t ? or(
|
|
80103
80102
|
/* @__PURE__ */ o.jsx(V, { i18nKey: "datapointImport.saveSuccess", children: "The datapoints were successfully imported. " }),
|
|
@@ -80846,18 +80845,23 @@ function K1e({ trendDatapoint: e, label: t, onToggle: n, onRemove: r }) {
|
|
|
80846
80845
|
] });
|
|
80847
80846
|
}
|
|
80848
80847
|
function Y1e({ trendDatapoints: e, onToggleHidden: t, onRemove: n }) {
|
|
80849
|
-
const { contextInfo: r } = Qe(xu), i = Zoe(e, r), { t: s } = lt(), [a, c] = ge(!1);
|
|
80848
|
+
const { contextInfo: r } = Qe(xu), i = Zoe(e, r), { t: s } = lt(), [a, c] = ge(!1), u = (r == null ? void 0 : r.type) === "asset" ? r.asset.name : void 0;
|
|
80850
80849
|
return e.length === 0 ? null : /* @__PURE__ */ o.jsx(EU, { enableUserSelectHack: !1, handle: ".trend-legend-title", children: /* @__PURE__ */ o.jsxs("div", { className: `trend-legend di multimenu ${a ? "" : "show"}`, children: [
|
|
80851
80850
|
/* @__PURE__ */ o.jsx("div", { className: "trend-legend-title", children: /* @__PURE__ */ o.jsx("span", { className: "bar", children: /* @__PURE__ */ o.jsx("span", { className: "icon triangle", onClick: () => c(!a) }) }) }),
|
|
80852
|
-
/* @__PURE__ */ o.jsx("div", { className: "trend-legend-list", children: /* @__PURE__ */ o.jsx("div", { className: "trend-legend-list-box", children: /* @__PURE__ */ o.jsx("ul", { children: e.map((
|
|
80851
|
+
/* @__PURE__ */ o.jsx("div", { className: "trend-legend-list", children: /* @__PURE__ */ o.jsx("div", { className: "trend-legend-list-box", children: /* @__PURE__ */ o.jsx("ul", { children: e.map((l) => /* @__PURE__ */ o.jsx(
|
|
80853
80852
|
K1e,
|
|
80854
80853
|
{
|
|
80855
|
-
trendDatapoint:
|
|
80856
|
-
label: iU(
|
|
80857
|
-
|
|
80858
|
-
|
|
80854
|
+
trendDatapoint: l,
|
|
80855
|
+
label: iU(
|
|
80856
|
+
u,
|
|
80857
|
+
l.datapoint.name,
|
|
80858
|
+
i,
|
|
80859
|
+
s
|
|
80860
|
+
),
|
|
80861
|
+
onToggle: () => t(l.key),
|
|
80862
|
+
onRemove: () => n(l.key)
|
|
80859
80863
|
},
|
|
80860
|
-
|
|
80864
|
+
l.key
|
|
80861
80865
|
)) }) }) })
|
|
80862
80866
|
] }) });
|
|
80863
80867
|
}
|
|
@@ -81517,7 +81521,7 @@ const SEe = {
|
|
|
81517
81521
|
onlyIfGateway: !0
|
|
81518
81522
|
}
|
|
81519
81523
|
}, CEe = Js({
|
|
81520
|
-
loader: () => import("./Files-
|
|
81524
|
+
loader: () => import("./Files-656859d4.js")
|
|
81521
81525
|
}), wEe = {
|
|
81522
81526
|
relativePath: "files",
|
|
81523
81527
|
label: {
|
|
@@ -82868,7 +82872,7 @@ const ATe = Pv(mTe(l8)), ETe = {
|
|
|
82868
82872
|
requiredAuthorities: ["READ_DATAPOINT"],
|
|
82869
82873
|
appName: "dashboard"
|
|
82870
82874
|
}, PTe = Js({
|
|
82871
|
-
loader: () => import("./Files-
|
|
82875
|
+
loader: () => import("./Files-656859d4.js")
|
|
82872
82876
|
}), RTe = {
|
|
82873
82877
|
relativePath: "files",
|
|
82874
82878
|
label: {
|
|
@@ -89131,7 +89135,7 @@ var LPe = function(t) {
|
|
|
89131
89135
|
})));
|
|
89132
89136
|
};
|
|
89133
89137
|
const FPe = Js({
|
|
89134
|
-
loader: () => import("./UserGroupTheme-
|
|
89138
|
+
loader: () => import("./UserGroupTheme-b4b7b3aa.js")
|
|
89135
89139
|
}), BPe = {
|
|
89136
89140
|
relativePath: "theme",
|
|
89137
89141
|
label: {
|
|
@@ -89361,7 +89365,7 @@ var qPe = function(t) {
|
|
|
89361
89365
|
})));
|
|
89362
89366
|
};
|
|
89363
89367
|
const XPe = Js({
|
|
89364
|
-
loader: () => import("./GlobalPowerBiReports-
|
|
89368
|
+
loader: () => import("./GlobalPowerBiReports-b7588d80.js")
|
|
89365
89369
|
}), QPe = {
|
|
89366
89370
|
relativePath: "powerbi",
|
|
89367
89371
|
label: {
|
|
@@ -89969,7 +89973,7 @@ const _Re = {
|
|
|
89969
89973
|
requiredAuthorities: ["READ_AUDIT_LOG"],
|
|
89970
89974
|
appName: "auditLog"
|
|
89971
89975
|
}, jRe = Js({
|
|
89972
|
-
loader: () => import("./BundlesContainer-
|
|
89976
|
+
loader: () => import("./BundlesContainer-2b549c33.js")
|
|
89973
89977
|
}), IRe = {
|
|
89974
89978
|
relativePath: "bundles",
|
|
89975
89979
|
label: {
|
|
@@ -89980,7 +89984,7 @@ const _Re = {
|
|
|
89980
89984
|
component: jRe,
|
|
89981
89985
|
appName: "bundleManagement"
|
|
89982
89986
|
}, DRe = Js({
|
|
89983
|
-
loader: () => import("./BundleManagementContainer-
|
|
89987
|
+
loader: () => import("./BundleManagementContainer-57ee391d.js")
|
|
89984
89988
|
}), PRe = ({ pathname: e }) => /* @__PURE__ */ o.jsx(o.Fragment, { children: /* @__PURE__ */ o.jsx(Cl, { pathname: e }) });
|
|
89985
89989
|
var NM;
|
|
89986
89990
|
function JT() {
|
|
@@ -91162,7 +91166,7 @@ const yOe = {
|
|
|
91162
91166
|
requiredAuthorities: ["READ_AUTHORIZATION_SERVER", "WRITE_AUTHORIZATION_SERVER"],
|
|
91163
91167
|
show: () => !ru()
|
|
91164
91168
|
}, vOe = Js({
|
|
91165
|
-
loader: () => import("./UserGroupAssignments-
|
|
91169
|
+
loader: () => import("./UserGroupAssignments-3dd28edc.js")
|
|
91166
91170
|
}), xOe = {
|
|
91167
91171
|
relativePath: "user-group-assignments",
|
|
91168
91172
|
label: {
|
|
@@ -91174,7 +91178,7 @@ const yOe = {
|
|
|
91174
91178
|
requiredAuthorities: ["READ_INITIAL_ACCOUNT_GROUP_ASSIGNMENT_RULE"],
|
|
91175
91179
|
show: ru
|
|
91176
91180
|
}, bOe = Js({
|
|
91177
|
-
loader: () => import("./TemplatesListPage-
|
|
91181
|
+
loader: () => import("./TemplatesListPage-ce255ca0.js")
|
|
91178
91182
|
}), SOe = {
|
|
91179
91183
|
relativePath: "list",
|
|
91180
91184
|
label: {
|
|
@@ -91185,7 +91189,7 @@ const yOe = {
|
|
|
91185
91189
|
requiredAuthorities: ["READ_NOTIFICATION_TEMPLATE"],
|
|
91186
91190
|
iconSvg: ym
|
|
91187
91191
|
}, COe = Js({
|
|
91188
|
-
loader: () => import("./TemplateEditPage-
|
|
91192
|
+
loader: () => import("./TemplateEditPage-7c975f0a.js")
|
|
91189
91193
|
}), wOe = {
|
|
91190
91194
|
relativePath: ":templateId",
|
|
91191
91195
|
component: COe,
|
|
@@ -93437,13 +93441,13 @@ const yNe = {
|
|
|
93437
93441
|
childRoutes: [Xke, cNe, gNe, pNe],
|
|
93438
93442
|
contextAction: zke
|
|
93439
93443
|
}, xNe = Js({
|
|
93440
|
-
loader: () => import("./PropertiesEditPage-
|
|
93444
|
+
loader: () => import("./PropertiesEditPage-61e927bb.js")
|
|
93441
93445
|
}), bNe = {
|
|
93442
93446
|
relativePath: "create",
|
|
93443
93447
|
component: xNe,
|
|
93444
93448
|
requiredAuthorities: ["CREATE_PROPERTY"]
|
|
93445
93449
|
}, SNe = Js({
|
|
93446
|
-
loader: () => import("./PropertiesEditPage-
|
|
93450
|
+
loader: () => import("./PropertiesEditPage-61e927bb.js")
|
|
93447
93451
|
}), CNe = {
|
|
93448
93452
|
relativePath: ":propertyKey",
|
|
93449
93453
|
component: SNe,
|
|
@@ -93472,7 +93476,7 @@ var ANe = function(t) {
|
|
|
93472
93476
|
})));
|
|
93473
93477
|
};
|
|
93474
93478
|
const ENe = Js({
|
|
93475
|
-
loader: () => import("./PropertiesList-
|
|
93479
|
+
loader: () => import("./PropertiesList-c892709f.js")
|
|
93476
93480
|
}), TNe = {
|
|
93477
93481
|
relativePath: "properties",
|
|
93478
93482
|
label: {
|
|
@@ -93485,13 +93489,13 @@ const ENe = Js({
|
|
|
93485
93489
|
childRoutes: [bNe, CNe],
|
|
93486
93490
|
contextAction: wNe
|
|
93487
93491
|
}, _Ne = Js({
|
|
93488
|
-
loader: () => import("./LicensesEditPage-
|
|
93492
|
+
loader: () => import("./LicensesEditPage-4491349f.js")
|
|
93489
93493
|
}), jNe = {
|
|
93490
93494
|
relativePath: "create",
|
|
93491
93495
|
component: _Ne,
|
|
93492
93496
|
requiredAuthorities: ["MANAGE_LICENSES"]
|
|
93493
93497
|
}, INe = Js({
|
|
93494
|
-
loader: () => import("./LicensesEditPage-
|
|
93498
|
+
loader: () => import("./LicensesEditPage-4491349f.js")
|
|
93495
93499
|
}), DNe = {
|
|
93496
93500
|
relativePath: ":licenseName",
|
|
93497
93501
|
component: INe,
|
|
@@ -93524,7 +93528,7 @@ var PNe = function(t) {
|
|
|
93524
93528
|
})));
|
|
93525
93529
|
};
|
|
93526
93530
|
const RNe = Js({
|
|
93527
|
-
loader: () => import("./LicensesList-
|
|
93531
|
+
loader: () => import("./LicensesList-30258d16.js")
|
|
93528
93532
|
}), ONe = {
|
|
93529
93533
|
relativePath: "licenses",
|
|
93530
93534
|
label: {
|
|
@@ -93821,7 +93825,6 @@ const NNe = I_(), qM = [
|
|
|
93821
93825
|
"REACT_APP_DOCUMENTATION_CUSTOM_NAMESPACE",
|
|
93822
93826
|
"REACT_APP_DOCUMENTATION_CUSTOM_VERSION",
|
|
93823
93827
|
"REACT_APP_ERROR_MESSAGE_AUTOCLOSE_ENABLED",
|
|
93824
|
-
"REACT_APP_GOOGLE_MAPS_API_KEY",
|
|
93825
93828
|
"REACT_APP_SERVICE_CALL_URL",
|
|
93826
93829
|
"REACT_APP_FALLBACK_LOCALE",
|
|
93827
93830
|
"REACT_APP_FILTER_EDGE_EVENTS_BY_DEFAULT",
|
|
@@ -94874,7 +94877,7 @@ function oMe({ setting: e }) {
|
|
|
94874
94877
|
)
|
|
94875
94878
|
] });
|
|
94876
94879
|
}
|
|
94877
|
-
const aMe = pt.lazy(() => import("./JsonSettingWidget-
|
|
94880
|
+
const aMe = pt.lazy(() => import("./JsonSettingWidget-017b7d08.js")), _1 = nS.filter(
|
|
94878
94881
|
({ name: e }) => Object.values(u_).every((t) => !t.includes(e))
|
|
94879
94882
|
);
|
|
94880
94883
|
function j1({ setting: e, ...t }) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { at as c, a5 as Et, cY as wt, a_ as kt, ag as et, aV as bt, bn as It } from "./ContextBarContext-
|
|
1
|
+
import { at as c, a5 as Et, cY as wt, a_ as kt, ag as et, aV as bt, bn as It } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import * as Dt from "react";
|
|
3
3
|
import { createContext as Ot, useState as pt, useEffect as Rt, useContext as At } from "react";
|
|
4
4
|
import { Spinner as Tt, Button as yt, Icon as Lt, Bubble as jt } from "@deviceinsight/ng-ui-basic-components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { at as t, cz as m } from "./ContextBarContext-
|
|
1
|
+
import { at as t, cz as m } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useState as p } from "react";
|
|
3
3
|
import { Button as d, Icon as u } from "@deviceinsight/ng-ui-basic-components";
|
|
4
4
|
import { ImageUpload as F, FileUpload as x } from "@deviceinsight/ng-ui-components";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ah as M, at as e, ag as p, cZ as D, c_ as R, bn as G, a6 as Y, b1 as z, cp as Z, c$ as q, aV as _, aN as $ } from "./ContextBarContext-
|
|
1
|
+
import { ah as M, at as e, ag as p, cZ as D, c_ as R, bn as G, a6 as Y, b1 as z, cp as Z, c$ as q, aV as _, aN as $ } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { messageBoxError as J, ReactableWithClientSidePagination as ee, ContentHeader as te, RouteTabs as se } from "@deviceinsight/ng-ui-components";
|
|
3
3
|
import { useState as B, useCallback as S, useRef as ie, useEffect as U, useMemo as X, createContext as ae, useContext as ne } from "react";
|
|
4
4
|
import { Modal as le, SpinnerContainer as P, Button as k, Icon as W, useConfirm as oe } from "@deviceinsight/ng-ui-basic-components";
|
|
5
|
-
import { F as re } from "./FileUploadInput-
|
|
5
|
+
import { F as re } from "./FileUploadInput-71acf840.js";
|
|
6
6
|
import { createPortal as de } from "react-dom";
|
|
7
7
|
import { Link as ce } from "react-router-dom";
|
|
8
8
|
import { g as V } from "./customFileCategories-1b64ed45.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a5 as $t, ad as Rr, at as wt, ag as _e } from "./ContextBarContext-
|
|
1
|
+
import { a5 as $t, ad as Rr, at as wt, ag as _e } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import Ar, { useMemo as jr, useState as le, useEffect as He } from "react";
|
|
3
3
|
import { getParamsForSingleReport as Mr } from "@deviceinsight/ng-ui-api-client";
|
|
4
4
|
import { Tabs as Ir, Spinner as Br } from "@deviceinsight/ng-ui-basic-components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a5 as so, a6 as ro, at as mn } from "./ContextBarContext-
|
|
1
|
+
import { a5 as so, a6 as ro, at as mn } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useRef as gn, useCallback as oo, useEffect as ao } from "react";
|
|
3
3
|
import { SpinnerContainer as ho } from "@deviceinsight/ng-ui-basic-components";
|
|
4
4
|
import "react-router-dom";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { dd as S, dk as j, at as t, cz as C, ag as g } from "./ContextBarContext-
|
|
1
|
+
import { dd as S, dk as j, at as t, cz as C, ag as g } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useState as u, useEffect as v, useCallback as y } from "react";
|
|
3
|
-
import { C as V, j as b } from "./index-
|
|
3
|
+
import { C as V, j as b } from "./index-23459578.js";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "@deviceinsight/ng-ui-basic-components";
|
|
6
6
|
import "@deviceinsight/ng-ui-components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ah as w, bc as C, at as e, ag as n, bi as y, b4 as b, bN as V } from "./ContextBarContext-
|
|
1
|
+
import { ah as w, bc as C, at as e, ag as n, bi as y, b4 as b, bN as V } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useState as d, useEffect as v } from "react";
|
|
3
3
|
import { Prompt as q, useHistory as B, useLocation as H, useParams as T } from "react-router-dom";
|
|
4
4
|
import { fetchLicenses as D, fetchLicenseByName as I, updateLicense as R, createLicense as k } from "@deviceinsight/ng-ui-api-client";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { at as s, ag as a, ah as y, d8 as b, dc as g, aN as j } from "./ContextBarContext-
|
|
1
|
+
import { at as s, ag as a, ah as y, d8 as b, dc as g, aN as j } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useState as c, useEffect as f } from "react";
|
|
3
3
|
import { Link as u } from "react-router-dom";
|
|
4
4
|
import { fetchRolesForLicense as N, fetchLicenses as C, deleteLicense as E } from "@deviceinsight/ng-ui-api-client";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { at as e, cz as E, aK as V, dl as F, dd as L, dk as B, ag as d, ah as G, bc as U, bf as D, bi as h, b4 as w, dm as R, di as P, dn as k, aq as M, dp as H, dq as X, bN as _, aU as z, dr as Y } from "./ContextBarContext-
|
|
1
|
+
import { at as e, cz as E, aK as V, dl as F, dd as L, dk as B, ag as d, ah as G, bc as U, bf as D, bi as h, b4 as w, dm as R, di as P, dn as k, aq as M, dp as H, dq as X, bN as _, aU as z, dr as Y } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useState as T, useEffect as $ } from "react";
|
|
3
3
|
import { useLocation as J, useHistory as Q, useParams as W } from "react-router-dom";
|
|
4
4
|
import { getPropertyById as Z, updateProperty as ee, createProperty as re } from "@deviceinsight/ng-ui-api-client";
|
|
5
5
|
import { Button as v, Checkbox as A, Icon as K, ButtonRow as te, Spinner as se } from "@deviceinsight/ng-ui-basic-components";
|
|
6
6
|
import { messageBoxError as O, ContentHeader as ae } from "@deviceinsight/ng-ui-components";
|
|
7
|
-
import { P as ne } from "./react-router-
|
|
7
|
+
import { P as ne } from "./react-router-01703761.js";
|
|
8
8
|
import "react-dom";
|
|
9
9
|
import "./extends-0a3e0827.js";
|
|
10
10
|
function le(r) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aU as c, at as t, ag as a, b9 as f, ah as y, d8 as b, dc as T } from "./ContextBarContext-
|
|
1
|
+
import { aU as c, at as t, ag as a, b9 as f, ah as y, d8 as b, dc as T } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useContext as m, useState as h, useEffect as P } from "react";
|
|
3
3
|
import { deleteProperty as A } from "@deviceinsight/ng-ui-api-client";
|
|
4
4
|
import { Bubble as g, Button as x, Icon as I, withConfirm as O } from "@deviceinsight/ng-ui-basic-components";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { at as e, ag as r, d6 as v, bJ as B, dd as $, ah as R, de as M, bi as S, df as z, b4 as q, b9 as U, bc as H, bf as J, bs as Q, bN as X, ad as Y } from "./ContextBarContext-
|
|
1
|
+
import { at as e, ag as r, d6 as v, bJ as B, dd as $, ah as R, de as M, bi as S, df as z, b4 as q, b9 as U, bc as H, bf as J, bs as Q, bN as X, ad as Y } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import Z, { useState as C, useRef as D, useContext as O, useEffect as w } from "react";
|
|
3
3
|
import { useParams as ee, useHistory as te, useLocation as ae } from "react-router-dom";
|
|
4
4
|
import { fetchEmailTemplateById as ne, fetchEmailTemplates as se, createEmailTemplate as ie, updateEmailTemplate as oe, deleteEmailTemplate as le } from "@deviceinsight/ng-ui-api-client";
|
|
5
5
|
import { Modal as _, Button as k, useConfirm as re, Accordion as ce, AccordionItem as de, Icon as A, ButtonRow as ue, SpinnerContainer as me } from "@deviceinsight/ng-ui-basic-components";
|
|
6
6
|
import { ReactableWithClientSidePagination as W, nanoid10 as fe, messageBoxError as K, ContentHeader as pe } from "@deviceinsight/ng-ui-components";
|
|
7
|
-
import { P as he } from "./react-router-
|
|
8
|
-
import { A as xe } from "./AccessEditModal-
|
|
7
|
+
import { P as he } from "./react-router-01703761.js";
|
|
8
|
+
import { A as xe } from "./AccessEditModal-87adb3bc.js";
|
|
9
9
|
import "react-dom";
|
|
10
10
|
import "./extends-0a3e0827.js";
|
|
11
11
|
const je = (t) => [
|
|
@@ -94,7 +94,7 @@ const je = (t) => [
|
|
|
94
94
|
width: 600
|
|
95
95
|
}
|
|
96
96
|
);
|
|
97
|
-
}, G = Z.lazy(() => import("./TemplateTextInput-
|
|
97
|
+
}, G = Z.lazy(() => import("./TemplateTextInput-5dcab91f.js")), ve = (t, a) => t.locale === "default" ? -1 : a.locale === "default" ? 1 : t.locale.localeCompare(a.locale);
|
|
98
98
|
function Ce() {
|
|
99
99
|
const t = re(), [a, n] = C(!1), [c, s] = C("message"), {
|
|
100
100
|
watch: m,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { at as l, cz as x, aK as n } from "./ContextBarContext-
|
|
1
|
+
import { at as l, cz as x, aK as n } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import j from "react";
|
|
3
|
-
import { C as d, j as b } from "./index-
|
|
3
|
+
import { C as d, j as b } from "./index-23459578.js";
|
|
4
4
|
import "react-router-dom";
|
|
5
5
|
import "@deviceinsight/ng-ui-basic-components";
|
|
6
6
|
import "@deviceinsight/ng-ui-components";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { at as e, ag as s, aU as y, db as B, a_ as P, ah as F, bL as V, bs as z, aj as N, d8 as W, dc as $ } from "./ContextBarContext-
|
|
1
|
+
import { at as e, ag as s, aU as y, db as B, a_ as P, ah as F, bL as V, bs as z, aj as N, d8 as W, dc as $ } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useContext as H, useState as T, useCallback as q, useEffect as Y } from "react";
|
|
3
3
|
import { Link as J, useLocation as Q } from "react-router-dom";
|
|
4
4
|
import { fetchUserGroupById as O, fetchEmailTemplates as _, fetchEmailTemplateAccessById as X, updateEmailTemplate as Z, deleteEmailTemplate as ee } from "@deviceinsight/ng-ui-api-client";
|
|
5
5
|
import { Label as G, Button as C, Icon as te, Modal as ae, withConfirm as ne } from "@deviceinsight/ng-ui-basic-components";
|
|
6
6
|
import { MultiMenu as oe, MultiMenuItem as se, InfoBox as ie, messageBoxError as S, ContentHeader as le } from "@deviceinsight/ng-ui-components";
|
|
7
|
-
import { A as re } from "./AccessEditModal-
|
|
7
|
+
import { A as re } from "./AccessEditModal-87adb3bc.js";
|
|
8
8
|
import "react-dom";
|
|
9
9
|
function ce(r, l, c, h, u) {
|
|
10
10
|
return [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { at as e, d9 as S, aN as E, bc as _, ah as N, aq as R, ag as o, bi as j, b4 as y, da as M } from "./ContextBarContext-
|
|
1
|
+
import { at as e, d9 as S, aN as E, bc as _, ah as N, aq as R, ag as o, bi as j, b4 as y, da as M } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import { useState as A, useEffect as C } from "react";
|
|
3
3
|
import { ReactableWithClientSidePagination as U, messageBoxError as T, ContentHeader as w } from "@deviceinsight/ng-ui-components";
|
|
4
4
|
import { Button as x, Icon as b, Modal as K, useConfirm as V, SpinnerContainer as L } from "@deviceinsight/ng-ui-basic-components";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { at as s, d0 as f, d1 as v, ag as c, d2 as g, aj as C, au as x, d3 as l, ae as r, d4 as w, d5 as P } from "./ContextBarContext-
|
|
1
|
+
import { at as s, d0 as f, d1 as v, ag as c, d2 as g, aj as C, au as x, d3 as l, ae as r, d4 as w, d5 as P } from "./ContextBarContext-e53a6c9e.js";
|
|
2
2
|
import * as d from "react";
|
|
3
3
|
import { useContext as S } from "react";
|
|
4
|
-
import { P as T } from "./react-router-
|
|
4
|
+
import { P as T } from "./react-router-01703761.js";
|
|
5
5
|
import { Button as p, ButtonRow as j, SpinnerContainer as U } from "@deviceinsight/ng-ui-basic-components";
|
|
6
6
|
import { GradientColorPicker as y, ContentHeader as D } from "@deviceinsight/ng-ui-components";
|
|
7
7
|
import "react-router-dom";
|
package/dist/api.d.ts
CHANGED
|
@@ -901,8 +901,8 @@ type IsPropertyVisible = (propertyKey: string, userRoles: Role[]) => boolean;
|
|
|
901
901
|
declare const modifyPropertyVisibility: (customFunction: IsPropertyVisible) => void;
|
|
902
902
|
|
|
903
903
|
/**
|
|
904
|
-
* Allows
|
|
905
|
-
* @param {Record<string, string>}
|
|
904
|
+
* Allows setting runtime environment variables
|
|
905
|
+
* @param {Record<string, string>} env The environment variables to set.
|
|
906
906
|
*/
|
|
907
907
|
declare const setEnvironment: (env: Record<string, string>) => Promise<void>;
|
|
908
908
|
|
package/dist/api.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ai as a, au as n, at as i, aK as r, bB as c, cC as u, cD as m, cl as f, co as C, bm as d, cE as l } from "./ContextBarContext-
|
|
2
|
-
import { aN as F, br as G, af as L, ae as O, ag as V, cG as H, ad as K, cH as M, cF as Z, cU as $, aG as j, aU as k, cK as w, cL as J, cR as W, cS as X, cP as q, cW as Q, cO as Y, cQ as z, cJ as ee, cM as se, cN as te, cI as oe, cT as ae, cx as ne, cV as ie, cX as re, ac as ce, b$ as ue, ah as me, bV as fe } from "./ContextBarContext-
|
|
1
|
+
import { ai as a, au as n, at as i, aK as r, bB as c, cC as u, cD as m, cl as f, co as C, bm as d, cE as l } from "./ContextBarContext-e53a6c9e.js";
|
|
2
|
+
import { aN as F, br as G, af as L, ae as O, ag as V, cG as H, ad as K, cH as M, cF as Z, cU as $, aG as j, aU as k, cK as w, cL as J, cR as W, cS as X, cP as q, cW as Q, cO as Y, cQ as z, cJ as ee, cM as se, cN as te, cI as oe, cT as ae, cx as ne, cV as ie, cX as re, ac as ce, b$ as ue, ah as me, bV as fe } from "./ContextBarContext-e53a6c9e.js";
|
|
3
3
|
import { m as de, a as le } from "./useCanDeleteBundleVersion-64f35949.js";
|
|
4
4
|
import { getAxios as p } from "@deviceinsight/ng-ui-api-client";
|
|
5
5
|
import { s as Ae } from "./customFileCategories-1b64ed45.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as eu } from "./extends-0a3e0827.js";
|
|
2
|
-
import { dt as tu, at as iu } from "./ContextBarContext-
|
|
2
|
+
import { dt as tu, at as iu } from "./ContextBarContext-e53a6c9e.js";
|
|
3
3
|
import { useState as vs, useEffect as Vt, forwardRef as nu, useRef as su, useImperativeHandle as ru } from "react";
|
|
4
4
|
let sr = [], _a = [];
|
|
5
5
|
(() => {
|