@ukpc-lib/react 0.11.1-dev.3 → 0.11.1-dev.4
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/index.cjs +1 -1
- package/dist/components/index.js +32 -30
- package/dist/components/main.d.ts +1 -1
- package/package.json +1 -1
- package/web-components-bundle/base-breadcrumbs/index.js +1 -1
- package/web-components-bundle/favorite-menu/index.js +2 -2
- package/web-components-bundle/global-menu/index.js +2 -2
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-DUnJdY3q.js → index-Cg4GFFL4.js} +8845 -8842
- package/web-components-bundle/{BaseBreadcrumbs-XibKOiqj.js → index-DE6E5mlm.js} +36 -34
- /package/dist/components/BaseBreadcrumb/{BaseBreadcrumbs.d.ts → index.d.ts} +0 -0
|
@@ -5255,11 +5255,38 @@ var ri = en.default = void 0, xf = vf(bf()), Sf = Ei();
|
|
|
5255
5255
|
ri = en.default = (0, xf.default)(/* @__PURE__ */ (0, Sf.jsx)("path", {
|
|
5256
5256
|
d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
|
|
5257
5257
|
}), "NavigateNext");
|
|
5258
|
-
function wf(e) {
|
|
5258
|
+
function wf({ index: e, href: t, title: r, ssr: n }) {
|
|
5259
|
+
return n ? /* @__PURE__ */ _.jsx(
|
|
5260
|
+
"a",
|
|
5261
|
+
{
|
|
5262
|
+
style: {
|
|
5263
|
+
color: we.linkPrimary,
|
|
5264
|
+
textDecoration: "none",
|
|
5265
|
+
fontSize: "inherit"
|
|
5266
|
+
},
|
|
5267
|
+
href: t,
|
|
5268
|
+
children: r
|
|
5269
|
+
},
|
|
5270
|
+
e
|
|
5271
|
+
) : /* @__PURE__ */ _.jsx(
|
|
5272
|
+
df,
|
|
5273
|
+
{
|
|
5274
|
+
style: {
|
|
5275
|
+
color: we.linkPrimary,
|
|
5276
|
+
textDecoration: "none",
|
|
5277
|
+
fontSize: "inherit"
|
|
5278
|
+
},
|
|
5279
|
+
to: t,
|
|
5280
|
+
children: r
|
|
5281
|
+
},
|
|
5282
|
+
e
|
|
5283
|
+
);
|
|
5284
|
+
}
|
|
5285
|
+
function Cf(e) {
|
|
5259
5286
|
return console.log("BaseBreadcrumbs", e), e.isLoading ? /* @__PURE__ */ _.jsx(yf, { width: 300 }) : /* @__PURE__ */ _.jsx(_.Fragment, { children: /* @__PURE__ */ _.jsx(
|
|
5260
5287
|
_c,
|
|
5261
5288
|
{
|
|
5262
|
-
sx: { fontSize: "12px" },
|
|
5289
|
+
sx: { fontSize: "12px", fontFamily: "inherit" },
|
|
5263
5290
|
separator: /* @__PURE__ */ _.jsx(
|
|
5264
5291
|
ri,
|
|
5265
5292
|
{
|
|
@@ -5275,14 +5302,15 @@ function wf(e) {
|
|
|
5275
5302
|
color: we.linkPrimary,
|
|
5276
5303
|
textDecoration: "none",
|
|
5277
5304
|
cursor: "pointer",
|
|
5278
|
-
fontSize: "inherit"
|
|
5305
|
+
fontSize: "inherit",
|
|
5306
|
+
fontFamily: "inherit"
|
|
5279
5307
|
},
|
|
5280
5308
|
onClick: t.onClick,
|
|
5281
5309
|
children: t.title || ""
|
|
5282
5310
|
},
|
|
5283
5311
|
r
|
|
5284
5312
|
) : t.href ? /* @__PURE__ */ _.jsx(
|
|
5285
|
-
|
|
5313
|
+
wf,
|
|
5286
5314
|
{
|
|
5287
5315
|
index: r,
|
|
5288
5316
|
href: t.href,
|
|
@@ -5295,7 +5323,8 @@ function wf(e) {
|
|
|
5295
5323
|
style: {
|
|
5296
5324
|
color: t.highlight ? we.linkPrimary : we.textPrimary,
|
|
5297
5325
|
textDecoration: "none",
|
|
5298
|
-
fontSize: "inherit"
|
|
5326
|
+
fontSize: "inherit",
|
|
5327
|
+
fontFamily: "inherit"
|
|
5299
5328
|
},
|
|
5300
5329
|
children: t.title
|
|
5301
5330
|
},
|
|
@@ -5304,34 +5333,7 @@ function wf(e) {
|
|
|
5304
5333
|
}
|
|
5305
5334
|
) });
|
|
5306
5335
|
}
|
|
5307
|
-
|
|
5308
|
-
return n ? /* @__PURE__ */ _.jsx(
|
|
5309
|
-
"a",
|
|
5310
|
-
{
|
|
5311
|
-
style: {
|
|
5312
|
-
color: we.linkPrimary,
|
|
5313
|
-
textDecoration: "none",
|
|
5314
|
-
fontSize: "inherit"
|
|
5315
|
-
},
|
|
5316
|
-
href: t,
|
|
5317
|
-
children: r
|
|
5318
|
-
},
|
|
5319
|
-
e
|
|
5320
|
-
) : /* @__PURE__ */ _.jsx(
|
|
5321
|
-
df,
|
|
5322
|
-
{
|
|
5323
|
-
style: {
|
|
5324
|
-
color: we.linkPrimary,
|
|
5325
|
-
textDecoration: "none",
|
|
5326
|
-
fontSize: "inherit"
|
|
5327
|
-
},
|
|
5328
|
-
to: t,
|
|
5329
|
-
children: r
|
|
5330
|
-
},
|
|
5331
|
-
e
|
|
5332
|
-
);
|
|
5333
|
-
}
|
|
5334
|
-
const Pf = (e) => /* @__PURE__ */ _.jsx(uf, { children: /* @__PURE__ */ _.jsx(wf, { ...e }) });
|
|
5336
|
+
const Pf = (e) => /* @__PURE__ */ _.jsx(uf, { children: /* @__PURE__ */ _.jsx(Cf, { ...e }) });
|
|
5335
5337
|
{
|
|
5336
5338
|
const e = Ri(Pf, {
|
|
5337
5339
|
props: {
|
|
@@ -5382,7 +5384,7 @@ export {
|
|
|
5382
5384
|
df as a7,
|
|
5383
5385
|
uf as a8,
|
|
5384
5386
|
Zr as a9,
|
|
5385
|
-
|
|
5387
|
+
Cf as aa,
|
|
5386
5388
|
V as b,
|
|
5387
5389
|
we as c,
|
|
5388
5390
|
ki as d,
|
|
File without changes
|