@ukpc-lib/react 0.13.10-sandbox.saas-8806.patch-1 → 0.13.11-sandbox.saas-8953.patch-1
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/StyledDateRangePicker/index.d.ts +1 -0
- package/dist/components/index.cjs +3 -3
- package/dist/components/index.js +436 -434
- package/dist/{index.esm2017-C-F0Xayv.js → index.esm2017-CBKf7ngs.js} +3798 -3797
- package/dist/{index.esm2017-B12_do30.cjs → index.esm2017-DrcCiFsl.cjs} +74 -74
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +9 -9
- package/package.json +1 -1
- package/web-components-bundle/access-denied/index.js +2 -1
- package/web-components-bundle/base-breadcrumbs/index.js +1 -1
- package/web-components-bundle/favorite-menu/index.js +3 -3
- package/web-components-bundle/global-menu/index.js +3 -3
- package/web-components-bundle/global-topbar/index.js +4 -4
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-BNSKQLN4.js → index-3FjaOy7C.js} +4270 -4268
- package/web-components-bundle/{index-CxiIFyUv.js → index-D7Mu-Kuz.js} +25 -26
- package/web-components-bundle/index-Djqxh3qG.js +3206 -0
- package/web-components-bundle/{index-BSe1av43.js → index-Ljkt01-3.js} +17 -15
- package/web-components-bundle/page-not-found/index.js +3 -2
- package/web-components-bundle/useTranslation-Xt9Mgi4Q.js +337 -0
- package/web-components-bundle/index-DnBVPOmu.js +0 -3527
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
import { e as pt, r as f, j as _, d as ue, a as J, R as Pi, s as Ei } from "./react-to-web-component-CXwKHjZr.js";
|
|
2
2
|
import { c as q } from "./clsx-DB4S2d7J.js";
|
|
3
3
|
import { a as Ri, _ as _i } from "./setPrototypeOf-CP0c5ut2.js";
|
|
4
|
-
|
|
4
|
+
function V(e, t) {
|
|
5
|
+
if (e == null)
|
|
6
|
+
return {};
|
|
7
|
+
var r = {};
|
|
8
|
+
for (var n in e)
|
|
9
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
10
|
+
if (t.includes(n))
|
|
11
|
+
continue;
|
|
12
|
+
r[n] = e[n];
|
|
13
|
+
}
|
|
14
|
+
return r;
|
|
15
|
+
}
|
|
16
|
+
const $i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17
|
+
__proto__: null,
|
|
18
|
+
default: V
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" })), we = {
|
|
5
20
|
primary: "#93D500",
|
|
6
21
|
primary100: "#F0F6E1",
|
|
7
22
|
primary200: "#E5F5ED",
|
|
@@ -72,7 +87,7 @@ const we = {
|
|
|
72
87
|
500: "#ff9800",
|
|
73
88
|
700: "#f57c00",
|
|
74
89
|
900: "#e65100"
|
|
75
|
-
},
|
|
90
|
+
}, Ti = {
|
|
76
91
|
50: "#fafafa",
|
|
77
92
|
100: "#f5f5f5",
|
|
78
93
|
200: "#eeeeee",
|
|
@@ -94,10 +109,10 @@ function Ke(e) {
|
|
|
94
109
|
t += "&args[]=" + encodeURIComponent(arguments[r]);
|
|
95
110
|
return "Minified MUI error #" + e + "; visit " + t + " for the full message.";
|
|
96
111
|
}
|
|
97
|
-
const
|
|
112
|
+
const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
98
113
|
__proto__: null,
|
|
99
114
|
default: Ke
|
|
100
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
115
|
+
}, Symbol.toStringTag, { value: "Module" })), ki = "$$material";
|
|
101
116
|
function S() {
|
|
102
117
|
return S = Object.assign ? Object.assign.bind() : function(e) {
|
|
103
118
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -108,28 +123,12 @@ function S() {
|
|
|
108
123
|
return e;
|
|
109
124
|
}, S.apply(null, arguments);
|
|
110
125
|
}
|
|
111
|
-
const
|
|
126
|
+
const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
112
127
|
__proto__: null,
|
|
113
128
|
get default() {
|
|
114
129
|
return S;
|
|
115
130
|
}
|
|
116
131
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
117
|
-
function V(e, t) {
|
|
118
|
-
if (e == null)
|
|
119
|
-
return {};
|
|
120
|
-
var r = {};
|
|
121
|
-
for (var n in e)
|
|
122
|
-
if ({}.hasOwnProperty.call(e, n)) {
|
|
123
|
-
if (t.includes(n))
|
|
124
|
-
continue;
|
|
125
|
-
r[n] = e[n];
|
|
126
|
-
}
|
|
127
|
-
return r;
|
|
128
|
-
}
|
|
129
|
-
const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
130
|
-
__proto__: null,
|
|
131
|
-
default: V
|
|
132
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
133
132
|
function Ai(e) {
|
|
134
133
|
if (e.sheet)
|
|
135
134
|
return e.sheet;
|
|
@@ -2762,7 +2761,7 @@ var N = {}, Ao = { exports: {} };
|
|
|
2762
2761
|
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
2763
2762
|
})(Ao);
|
|
2764
2763
|
var qr = Ao.exports;
|
|
2765
|
-
const El = /* @__PURE__ */ ue(
|
|
2764
|
+
const El = /* @__PURE__ */ ue(Oi), Rl = /* @__PURE__ */ ue(Hs);
|
|
2766
2765
|
var Fo = qr;
|
|
2767
2766
|
Object.defineProperty(N, "__esModule", {
|
|
2768
2767
|
value: !0
|
|
@@ -3129,7 +3128,7 @@ function Hl(e) {
|
|
|
3129
3128
|
name: "success"
|
|
3130
3129
|
}),
|
|
3131
3130
|
// The grey colors.
|
|
3132
|
-
grey:
|
|
3131
|
+
grey: Ti,
|
|
3133
3132
|
// Used by `getContrastText()` to maximize the contrast between
|
|
3134
3133
|
// the background and the text.
|
|
3135
3134
|
contrastThreshold: r,
|
|
@@ -3302,7 +3301,7 @@ function lu(e = {}, ...t) {
|
|
|
3302
3301
|
}
|
|
3303
3302
|
const uu = lu();
|
|
3304
3303
|
var tt = {};
|
|
3305
|
-
const cu = /* @__PURE__ */ ue(
|
|
3304
|
+
const cu = /* @__PURE__ */ ue(Mi), fu = /* @__PURE__ */ ue($i), du = /* @__PURE__ */ ue(za), pu = /* @__PURE__ */ ue(Da), hu = /* @__PURE__ */ ue(Ga), mu = /* @__PURE__ */ ue(Vs), yu = /* @__PURE__ */ ue(Is), gu = /* @__PURE__ */ ue(Ns);
|
|
3306
3305
|
var Ie = qr;
|
|
3307
3306
|
Object.defineProperty(tt, "__esModule", {
|
|
3308
3307
|
value: !0
|
|
@@ -3472,7 +3471,7 @@ function Mu(e) {
|
|
|
3472
3471
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
3473
3472
|
}
|
|
3474
3473
|
const Au = (e) => Mu(e) && e !== "classes", ye = bu({
|
|
3475
|
-
themeId:
|
|
3474
|
+
themeId: ki,
|
|
3476
3475
|
defaultTheme: uu,
|
|
3477
3476
|
rootShouldForwardProp: Au
|
|
3478
3477
|
});
|
|
@@ -5393,7 +5392,7 @@ export {
|
|
|
5393
5392
|
we as c,
|
|
5394
5393
|
S as d,
|
|
5395
5394
|
Co as e,
|
|
5396
|
-
|
|
5395
|
+
ki as f,
|
|
5397
5396
|
uu as g,
|
|
5398
5397
|
zu as h,
|
|
5399
5398
|
An as i,
|