@ukpc-lib/react 0.13.1-dev.19 → 0.13.1-dev.20
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/components/Topbar/index.d.ts +2 -0
- package/dist/components/index.cjs +15 -15
- package/dist/components/index.js +828 -819
- package/package.json +1 -1
- package/web-components-bundle/SaasThemeProvider-8W2MaSUF.js +242 -0
- package/web-components-bundle/access-denied/index.js +1 -1
- package/web-components-bundle/base-breadcrumbs/index.js +3 -2
- package/web-components-bundle/favorite-menu/index.js +6 -5
- package/web-components-bundle/global-menu/index.js +5 -4
- package/web-components-bundle/global-topbar/index.js +7 -6
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-BSe1av43.js → index-BtUzqnTK.js} +10 -8
- package/web-components-bundle/{index-D3z2YCf6.js → index-CAmMT_XN.js} +1774 -2010
- package/web-components-bundle/{index-CTw-G1vO.js → index-DSTem_oO.js} +3 -2
- package/web-components-bundle/{index-h2Xd3axS.js → index-DUT8X9pC.js} +9428 -9415
- package/web-components-bundle/index.css +1 -0
- package/web-components-bundle/index2.css +1 -0
- package/web-components-bundle/page-not-found/index.js +3 -3
package/package.json
CHANGED
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
import { R as j, r as b } from "./react-to-web-component-CXwKHjZr.js";
|
|
2
|
+
function c() {
|
|
3
|
+
return c = Object.assign ? Object.assign.bind() : function(t) {
|
|
4
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
5
|
+
var n = arguments[e];
|
|
6
|
+
for (var r in n)
|
|
7
|
+
({}).hasOwnProperty.call(n, r) && (t[r] = n[r]);
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
}, c.apply(null, arguments);
|
|
11
|
+
}
|
|
12
|
+
const S = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13
|
+
__proto__: null,
|
|
14
|
+
get default() {
|
|
15
|
+
return c;
|
|
16
|
+
}
|
|
17
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
18
|
+
var T = typeof window > "u";
|
|
19
|
+
function E() {
|
|
20
|
+
}
|
|
21
|
+
function B(t, e) {
|
|
22
|
+
return typeof t == "function" ? t(e) : t;
|
|
23
|
+
}
|
|
24
|
+
function D(t) {
|
|
25
|
+
return typeof t == "number" && t >= 0 && t !== 1 / 0;
|
|
26
|
+
}
|
|
27
|
+
function y(t) {
|
|
28
|
+
return Array.isArray(t) ? t : [t];
|
|
29
|
+
}
|
|
30
|
+
function U(t, e) {
|
|
31
|
+
return Math.max(t + (e || 0) - Date.now(), 0);
|
|
32
|
+
}
|
|
33
|
+
function H(t, e, n) {
|
|
34
|
+
return l(t) ? typeof e == "function" ? c({}, n, {
|
|
35
|
+
queryKey: t,
|
|
36
|
+
queryFn: e
|
|
37
|
+
}) : c({}, e, {
|
|
38
|
+
queryKey: t
|
|
39
|
+
}) : t;
|
|
40
|
+
}
|
|
41
|
+
function L(t, e, n) {
|
|
42
|
+
return l(t) ? [c({}, e, {
|
|
43
|
+
queryKey: t
|
|
44
|
+
}), n] : [t || {}, e];
|
|
45
|
+
}
|
|
46
|
+
function K(t, e) {
|
|
47
|
+
if (t === !0 && e === !0 || t == null && e == null)
|
|
48
|
+
return "all";
|
|
49
|
+
if (t === !1 && e === !1)
|
|
50
|
+
return "none";
|
|
51
|
+
var n = t ?? !e;
|
|
52
|
+
return n ? "active" : "inactive";
|
|
53
|
+
}
|
|
54
|
+
function R(t, e) {
|
|
55
|
+
var n = t.active, r = t.exact, i = t.fetching, o = t.inactive, s = t.predicate, u = t.queryKey, f = t.stale;
|
|
56
|
+
if (l(u)) {
|
|
57
|
+
if (r) {
|
|
58
|
+
if (e.queryHash !== A(u, e.options))
|
|
59
|
+
return !1;
|
|
60
|
+
} else if (!m(e.queryKey, u))
|
|
61
|
+
return !1;
|
|
62
|
+
}
|
|
63
|
+
var a = K(n, o);
|
|
64
|
+
if (a === "none")
|
|
65
|
+
return !1;
|
|
66
|
+
if (a !== "all") {
|
|
67
|
+
var g = e.isActive();
|
|
68
|
+
if (a === "active" && !g || a === "inactive" && g)
|
|
69
|
+
return !1;
|
|
70
|
+
}
|
|
71
|
+
return !(typeof f == "boolean" && e.isStale() !== f || typeof i == "boolean" && e.isFetching() !== i || s && !s(e));
|
|
72
|
+
}
|
|
73
|
+
function V(t, e) {
|
|
74
|
+
var n = t.exact, r = t.fetching, i = t.predicate, o = t.mutationKey;
|
|
75
|
+
if (l(o)) {
|
|
76
|
+
if (!e.options.mutationKey)
|
|
77
|
+
return !1;
|
|
78
|
+
if (n) {
|
|
79
|
+
if (h(e.options.mutationKey) !== h(o))
|
|
80
|
+
return !1;
|
|
81
|
+
} else if (!m(e.options.mutationKey, o))
|
|
82
|
+
return !1;
|
|
83
|
+
}
|
|
84
|
+
return !(typeof r == "boolean" && e.state.status === "loading" !== r || i && !i(e));
|
|
85
|
+
}
|
|
86
|
+
function A(t, e) {
|
|
87
|
+
var n = (e == null ? void 0 : e.queryKeyHashFn) || h;
|
|
88
|
+
return n(t);
|
|
89
|
+
}
|
|
90
|
+
function h(t) {
|
|
91
|
+
var e = y(t);
|
|
92
|
+
return q(e);
|
|
93
|
+
}
|
|
94
|
+
function q(t) {
|
|
95
|
+
return JSON.stringify(t, function(e, n) {
|
|
96
|
+
return p(n) ? Object.keys(n).sort().reduce(function(r, i) {
|
|
97
|
+
return r[i] = n[i], r;
|
|
98
|
+
}, {}) : n;
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
function m(t, e) {
|
|
102
|
+
return F(y(t), y(e));
|
|
103
|
+
}
|
|
104
|
+
function F(t, e) {
|
|
105
|
+
return t === e ? !0 : typeof t != typeof e ? !1 : t && e && typeof t == "object" && typeof e == "object" ? !Object.keys(e).some(function(n) {
|
|
106
|
+
return !F(t[n], e[n]);
|
|
107
|
+
}) : !1;
|
|
108
|
+
}
|
|
109
|
+
function x(t, e) {
|
|
110
|
+
if (t === e)
|
|
111
|
+
return t;
|
|
112
|
+
var n = Array.isArray(t) && Array.isArray(e);
|
|
113
|
+
if (n || p(t) && p(e)) {
|
|
114
|
+
for (var r = n ? t.length : Object.keys(t).length, i = n ? e : Object.keys(e), o = i.length, s = n ? [] : {}, u = 0, f = 0; f < o; f++) {
|
|
115
|
+
var a = n ? f : i[f];
|
|
116
|
+
s[a] = x(t[a], e[a]), s[a] === t[a] && u++;
|
|
117
|
+
}
|
|
118
|
+
return r === o && u === r ? t : s;
|
|
119
|
+
}
|
|
120
|
+
return e;
|
|
121
|
+
}
|
|
122
|
+
function $(t, e) {
|
|
123
|
+
if (t && !e || e && !t)
|
|
124
|
+
return !1;
|
|
125
|
+
for (var n in t)
|
|
126
|
+
if (t[n] !== e[n])
|
|
127
|
+
return !1;
|
|
128
|
+
return !0;
|
|
129
|
+
}
|
|
130
|
+
function p(t) {
|
|
131
|
+
if (!v(t))
|
|
132
|
+
return !1;
|
|
133
|
+
var e = t.constructor;
|
|
134
|
+
if (typeof e > "u")
|
|
135
|
+
return !0;
|
|
136
|
+
var n = e.prototype;
|
|
137
|
+
return !(!v(n) || !n.hasOwnProperty("isPrototypeOf"));
|
|
138
|
+
}
|
|
139
|
+
function v(t) {
|
|
140
|
+
return Object.prototype.toString.call(t) === "[object Object]";
|
|
141
|
+
}
|
|
142
|
+
function l(t) {
|
|
143
|
+
return typeof t == "string" || Array.isArray(t);
|
|
144
|
+
}
|
|
145
|
+
function J(t) {
|
|
146
|
+
return new Promise(function(e) {
|
|
147
|
+
setTimeout(e, t);
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
function d(t) {
|
|
151
|
+
Promise.resolve().then(t).catch(function(e) {
|
|
152
|
+
return setTimeout(function() {
|
|
153
|
+
throw e;
|
|
154
|
+
});
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
function G() {
|
|
158
|
+
if (typeof AbortController == "function")
|
|
159
|
+
return new AbortController();
|
|
160
|
+
}
|
|
161
|
+
var w = /* @__PURE__ */ function() {
|
|
162
|
+
function t() {
|
|
163
|
+
this.queue = [], this.transactions = 0, this.notifyFn = function(n) {
|
|
164
|
+
n();
|
|
165
|
+
}, this.batchNotifyFn = function(n) {
|
|
166
|
+
n();
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
var e = t.prototype;
|
|
170
|
+
return e.batch = function(r) {
|
|
171
|
+
var i;
|
|
172
|
+
this.transactions++;
|
|
173
|
+
try {
|
|
174
|
+
i = r();
|
|
175
|
+
} finally {
|
|
176
|
+
this.transactions--, this.transactions || this.flush();
|
|
177
|
+
}
|
|
178
|
+
return i;
|
|
179
|
+
}, e.schedule = function(r) {
|
|
180
|
+
var i = this;
|
|
181
|
+
this.transactions ? this.queue.push(r) : d(function() {
|
|
182
|
+
i.notifyFn(r);
|
|
183
|
+
});
|
|
184
|
+
}, e.batchCalls = function(r) {
|
|
185
|
+
var i = this;
|
|
186
|
+
return function() {
|
|
187
|
+
for (var o = arguments.length, s = new Array(o), u = 0; u < o; u++)
|
|
188
|
+
s[u] = arguments[u];
|
|
189
|
+
i.schedule(function() {
|
|
190
|
+
r.apply(void 0, s);
|
|
191
|
+
});
|
|
192
|
+
};
|
|
193
|
+
}, e.flush = function() {
|
|
194
|
+
var r = this, i = this.queue;
|
|
195
|
+
this.queue = [], i.length && d(function() {
|
|
196
|
+
r.batchNotifyFn(function() {
|
|
197
|
+
i.forEach(function(o) {
|
|
198
|
+
r.notifyFn(o);
|
|
199
|
+
});
|
|
200
|
+
});
|
|
201
|
+
});
|
|
202
|
+
}, e.setNotifyFunction = function(r) {
|
|
203
|
+
this.notifyFn = r;
|
|
204
|
+
}, e.setBatchNotifyFunction = function(r) {
|
|
205
|
+
this.batchNotifyFn = r;
|
|
206
|
+
}, t;
|
|
207
|
+
}(), N = new w(), O = console;
|
|
208
|
+
function W() {
|
|
209
|
+
return O;
|
|
210
|
+
}
|
|
211
|
+
function _(t) {
|
|
212
|
+
O = t;
|
|
213
|
+
}
|
|
214
|
+
var M = j.unstable_batchedUpdates;
|
|
215
|
+
N.setBatchNotifyFunction(M);
|
|
216
|
+
var C = console;
|
|
217
|
+
_(C);
|
|
218
|
+
const P = b.createContext({}), X = () => b.useContext(P);
|
|
219
|
+
export {
|
|
220
|
+
c as _,
|
|
221
|
+
D as a,
|
|
222
|
+
N as b,
|
|
223
|
+
W as c,
|
|
224
|
+
V as d,
|
|
225
|
+
y as e,
|
|
226
|
+
B as f,
|
|
227
|
+
G as g,
|
|
228
|
+
A as h,
|
|
229
|
+
T as i,
|
|
230
|
+
H as j,
|
|
231
|
+
h as k,
|
|
232
|
+
m as l,
|
|
233
|
+
R as m,
|
|
234
|
+
E as n,
|
|
235
|
+
$ as o,
|
|
236
|
+
L as p,
|
|
237
|
+
S as q,
|
|
238
|
+
x as r,
|
|
239
|
+
J as s,
|
|
240
|
+
U as t,
|
|
241
|
+
X as u
|
|
242
|
+
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import "../react-to-web-component-CXwKHjZr.js";
|
|
2
|
-
import { F as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
2
|
+
import { F as p, u as a } from "../index-DUT8X9pC.js";
|
|
3
|
+
import "../index-BtUzqnTK.js";
|
|
4
|
+
import "../index-CAmMT_XN.js";
|
|
5
|
+
import "../SaasThemeProvider-8W2MaSUF.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
p as FavoriteMenu,
|
|
8
|
+
a as updateFavoriteItems
|
|
8
9
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import "../react-to-web-component-CXwKHjZr.js";
|
|
2
|
-
import { G as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
2
|
+
import { G as a } from "../index-DUT8X9pC.js";
|
|
3
|
+
import "../index-BtUzqnTK.js";
|
|
4
|
+
import "../index-CAmMT_XN.js";
|
|
5
|
+
import "../SaasThemeProvider-8W2MaSUF.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
a as GlobalMenu
|
|
7
8
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import "../react-to-web-component-CXwKHjZr.js";
|
|
2
|
-
import { L as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
5
|
-
import "../index-
|
|
2
|
+
import { L as s, T as L } from "../index-DUT8X9pC.js";
|
|
3
|
+
import "../index-BtUzqnTK.js";
|
|
4
|
+
import "../index-DSTem_oO.js";
|
|
5
|
+
import "../index-CAmMT_XN.js";
|
|
6
|
+
import "../SaasThemeProvider-8W2MaSUF.js";
|
|
6
7
|
import "../react-toastify.esm-CrTD7cpE.js";
|
|
7
8
|
import "../toast-config/index.js";
|
|
8
9
|
import "../toast-config-notification/index.js";
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
s as LanguageDropdown,
|
|
12
|
+
L as TopBar
|
|
12
13
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../react-to-web-component-CXwKHjZr.js";
|
|
2
|
-
import { H as e, g as m } from "../index-
|
|
3
|
-
import "../
|
|
2
|
+
import { H as e, g as m } from "../index-DUT8X9pC.js";
|
|
3
|
+
import "../SaasThemeProvider-8W2MaSUF.js";
|
|
4
4
|
export {
|
|
5
5
|
e as HasPermission,
|
|
6
6
|
m as getUseHasPermission
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { j as e, s as a } from "./react-to-web-component-CXwKHjZr.js";
|
|
2
|
+
import { u as s } from "./SaasThemeProvider-8W2MaSUF.js";
|
|
2
3
|
const l = "*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}";
|
|
3
|
-
function
|
|
4
|
+
function d({ children: t, styles: o = [], ...i }) {
|
|
4
5
|
return /* @__PURE__ */ e.jsxs("div", { ...i, children: [
|
|
5
6
|
[l, ...o].map((n, r) => /* @__PURE__ */ e.jsx("style", { type: "text/css", children: n }, r)),
|
|
6
7
|
t
|
|
7
8
|
] });
|
|
8
9
|
}
|
|
9
|
-
const
|
|
10
|
+
const c = ".pnf-button-primary{font-size:14px;background-color:var(--primary300);color:var(--buttonText);padding:8px 24px;border-radius:4px;border:none;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.pnf-button-primary:hover{background-color:var(--buttonHover)}.pnf-container{padding-top:16px;padding-bottom:16px;gap:16px;display:flex;flex-direction:column;align-items:center;font-family:inherit}.pnf-content-wrapper{display:flex;flex-direction:column;gap:8px;align-items:center}.pnf-title{text-align:center;font-size:1.25rem;font-weight:500;margin:0}.pnf-description{text-align:center;color:#85858a;font-size:.875rem;font-weight:400;margin:0}", p = () => {
|
|
10
11
|
const t = () => {
|
|
11
12
|
window.location.href = `${window.location.origin}/home`;
|
|
12
|
-
};
|
|
13
|
-
return
|
|
13
|
+
}, { colors: o } = s();
|
|
14
|
+
return /* @__PURE__ */ e.jsx(d, { styles: [c], children: /* @__PURE__ */ e.jsxs("div", { className: "pnf-container", children: [
|
|
14
15
|
/* @__PURE__ */ e.jsx(
|
|
15
16
|
"img",
|
|
16
17
|
{
|
|
@@ -31,18 +32,19 @@ const d = ".pnf-button-primary{font-size:14px;background-color:var(--primary300)
|
|
|
31
32
|
"button",
|
|
32
33
|
{
|
|
33
34
|
className: "pnf-button-primary",
|
|
35
|
+
style: { backgroundColor: `${o.primary300}` },
|
|
34
36
|
onClick: t,
|
|
35
37
|
children: "Go to homepage"
|
|
36
38
|
}
|
|
37
39
|
)
|
|
38
40
|
] })
|
|
39
41
|
] }) });
|
|
40
|
-
},
|
|
42
|
+
}, h = () => /* @__PURE__ */ e.jsx(p, {});
|
|
41
43
|
{
|
|
42
|
-
const t = a(
|
|
44
|
+
const t = a(h);
|
|
43
45
|
customElements.define("page-not-found", t);
|
|
44
46
|
}
|
|
45
47
|
export {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
+
p as P,
|
|
49
|
+
d as S
|
|
48
50
|
};
|