@crystaltech/hsms-shared-ui 0.6.9-alpha-4 → 0.6.9-alpha-6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@crystaltech/hsms-shared-ui",
3
3
  "private": false,
4
- "version": "0.6.9-alpha-4",
4
+ "version": "0.6.9-alpha-6",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
@@ -44,14 +44,14 @@
44
44
  "@emotion/styled": "^11.14.0",
45
45
  "@mui/icons-material": "^6.4.6",
46
46
  "@mui/material": "^6.4.6",
47
- "@mui/x-date-pickers": "^7.27.1",
48
47
  "@mui/system": "^6.4.6",
48
+ "@mui/x-date-pickers": "^7.27.1",
49
49
  "dayjs": "^1.11.13",
50
- "react": "^19.0.0",
51
- "react-dom": "^19.0.0",
52
- "react-perfect-scrollbar": "^1.5.8",
50
+ "react": "^19.2.0",
53
51
  "react-color": "^2.19.3",
54
- "react-router-dom": "7.2.0",
52
+ "react-dom": "^19.2.0",
53
+ "react-perfect-scrollbar": "^1.5.8",
54
+ "react-router-dom": "7.3.0",
55
55
  "simplebar-react": "^3.3.0",
56
56
  "vite-plugin-pwa": "^0.21.1"
57
57
  },
@@ -1,584 +0,0 @@
1
- import Le from "react";
2
- import { Box as h, CircularProgress as Se, Typography as he } from "@mui/material";
3
- var X = { exports: {} }, y = {};
4
- /**
5
- * @license React
6
- * react-jsx-runtime.production.js
7
- *
8
- * Copyright (c) Meta Platforms, Inc. and affiliates.
9
- *
10
- * This source code is licensed under the MIT license found in the
11
- * LICENSE file in the root directory of this source tree.
12
- */
13
- var de;
14
- function Xe() {
15
- if (de) return y;
16
- de = 1;
17
- var s = Symbol.for("react.transitional.element"), v = Symbol.for("react.fragment");
18
- function m(b, u, f) {
19
- var A = null;
20
- if (f !== void 0 && (A = "" + f), u.key !== void 0 && (A = "" + u.key), "key" in u) {
21
- f = {};
22
- for (var C in u)
23
- C !== "key" && (f[C] = u[C]);
24
- } else f = u;
25
- return u = f.ref, {
26
- $$typeof: s,
27
- type: b,
28
- key: A,
29
- ref: u !== void 0 ? u : null,
30
- props: f
31
- };
32
- }
33
- return y.Fragment = v, y.jsx = m, y.jsxs = m, y;
34
- }
35
- var L = {};
36
- /**
37
- * @license React
38
- * react-jsx-runtime.development.js
39
- *
40
- * Copyright (c) Meta Platforms, Inc. and affiliates.
41
- *
42
- * This source code is licensed under the MIT license found in the
43
- * LICENSE file in the root directory of this source tree.
44
- */
45
- var Ae;
46
- function Ne() {
47
- return Ae || (Ae = 1, process.env.NODE_ENV !== "production" && function() {
48
- function s(e) {
49
- if (e == null) return null;
50
- if (typeof e == "function")
51
- return e.$$typeof === Te ? null : e.displayName || e.name || null;
52
- if (typeof e == "string") return e;
53
- switch (e) {
54
- case B:
55
- return "Fragment";
56
- case Ce:
57
- return "Portal";
58
- case q:
59
- return "Profiler";
60
- case D:
61
- return "StrictMode";
62
- case V:
63
- return "Suspense";
64
- case H:
65
- return "SuspenseList";
66
- }
67
- if (typeof e == "object")
68
- switch (typeof e.tag == "number" && console.error(
69
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
70
- ), e.$$typeof) {
71
- case J:
72
- return (e.displayName || "Context") + ".Provider";
73
- case G:
74
- return (e._context.displayName || "Context") + ".Consumer";
75
- case P:
76
- var r = e.render;
77
- return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
78
- case K:
79
- return r = e.displayName || null, r !== null ? r : s(e.type) || "Memo";
80
- case F:
81
- r = e._payload, e = e._init;
82
- try {
83
- return s(e(r));
84
- } catch {
85
- }
86
- }
87
- return null;
88
- }
89
- function v(e) {
90
- return "" + e;
91
- }
92
- function m(e) {
93
- try {
94
- v(e);
95
- var r = !1;
96
- } catch {
97
- r = !0;
98
- }
99
- if (r) {
100
- r = console;
101
- var t = r.error, n = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
102
- return t.call(
103
- r,
104
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
105
- n
106
- ), v(e);
107
- }
108
- }
109
- function b() {
110
- }
111
- function u() {
112
- if (T === 0) {
113
- ee = console.log, re = console.info, te = console.warn, oe = console.error, ne = console.group, ae = console.groupCollapsed, se = console.groupEnd;
114
- var e = {
115
- configurable: !0,
116
- enumerable: !0,
117
- value: b,
118
- writable: !0
119
- };
120
- Object.defineProperties(console, {
121
- info: e,
122
- log: e,
123
- warn: e,
124
- error: e,
125
- group: e,
126
- groupCollapsed: e,
127
- groupEnd: e
128
- });
129
- }
130
- T++;
131
- }
132
- function f() {
133
- if (T--, T === 0) {
134
- var e = { configurable: !0, enumerable: !0, writable: !0 };
135
- Object.defineProperties(console, {
136
- log: p({}, e, { value: ee }),
137
- info: p({}, e, { value: re }),
138
- warn: p({}, e, { value: te }),
139
- error: p({}, e, { value: oe }),
140
- group: p({}, e, { value: ne }),
141
- groupCollapsed: p({}, e, { value: ae }),
142
- groupEnd: p({}, e, { value: se })
143
- });
144
- }
145
- 0 > T && console.error(
146
- "disabledDepth fell below zero. This is a bug in React. Please file an issue."
147
- );
148
- }
149
- function A(e) {
150
- if (W === void 0)
151
- try {
152
- throw Error();
153
- } catch (t) {
154
- var r = t.stack.trim().match(/\n( *(at )?)/);
155
- W = r && r[1] || "", ie = -1 < t.stack.indexOf(`
156
- at`) ? " (<anonymous>)" : -1 < t.stack.indexOf("@") ? "@unknown:0:0" : "";
157
- }
158
- return `
159
- ` + W + e + ie;
160
- }
161
- function C(e, r) {
162
- if (!e || Q) return "";
163
- var t = M.get(e);
164
- if (t !== void 0) return t;
165
- Q = !0, t = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
166
- var n = null;
167
- n = E.H, E.H = null, u();
168
- try {
169
- var i = {
170
- DetermineComponentFrameRoot: function() {
171
- try {
172
- if (r) {
173
- var g = function() {
174
- throw Error();
175
- };
176
- if (Object.defineProperty(g.prototype, "props", {
177
- set: function() {
178
- throw Error();
179
- }
180
- }), typeof Reflect == "object" && Reflect.construct) {
181
- try {
182
- Reflect.construct(g, []);
183
- } catch (d) {
184
- var S = d;
185
- }
186
- Reflect.construct(e, [], g);
187
- } else {
188
- try {
189
- g.call();
190
- } catch (d) {
191
- S = d;
192
- }
193
- e.call(g.prototype);
194
- }
195
- } else {
196
- try {
197
- throw Error();
198
- } catch (d) {
199
- S = d;
200
- }
201
- (g = e()) && typeof g.catch == "function" && g.catch(function() {
202
- });
203
- }
204
- } catch (d) {
205
- if (d && S && typeof d.stack == "string")
206
- return [d.stack, S.stack];
207
- }
208
- return [null, null];
209
- }
210
- };
211
- i.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
212
- var a = Object.getOwnPropertyDescriptor(
213
- i.DetermineComponentFrameRoot,
214
- "name"
215
- );
216
- a && a.configurable && Object.defineProperty(
217
- i.DetermineComponentFrameRoot,
218
- "name",
219
- { value: "DetermineComponentFrameRoot" }
220
- );
221
- var o = i.DetermineComponentFrameRoot(), c = o[0], j = o[1];
222
- if (c && j) {
223
- var l = c.split(`
224
- `), x = j.split(`
225
- `);
226
- for (o = a = 0; a < l.length && !l[a].includes(
227
- "DetermineComponentFrameRoot"
228
- ); )
229
- a++;
230
- for (; o < x.length && !x[o].includes(
231
- "DetermineComponentFrameRoot"
232
- ); )
233
- o++;
234
- if (a === l.length || o === x.length)
235
- for (a = l.length - 1, o = x.length - 1; 1 <= a && 0 <= o && l[a] !== x[o]; )
236
- o--;
237
- for (; 1 <= a && 0 <= o; a--, o--)
238
- if (l[a] !== x[o]) {
239
- if (a !== 1 || o !== 1)
240
- do
241
- if (a--, o--, 0 > o || l[a] !== x[o]) {
242
- var k = `
243
- ` + l[a].replace(
244
- " at new ",
245
- " at "
246
- );
247
- return e.displayName && k.includes("<anonymous>") && (k = k.replace("<anonymous>", e.displayName)), typeof e == "function" && M.set(e, k), k;
248
- }
249
- while (1 <= a && 0 <= o);
250
- break;
251
- }
252
- }
253
- } finally {
254
- Q = !1, E.H = n, f(), Error.prepareStackTrace = t;
255
- }
256
- return l = (l = e ? e.displayName || e.name : "") ? A(l) : "", typeof e == "function" && M.set(e, l), l;
257
- }
258
- function N(e) {
259
- if (e == null) return "";
260
- if (typeof e == "function") {
261
- var r = e.prototype;
262
- return C(
263
- e,
264
- !(!r || !r.isReactComponent)
265
- );
266
- }
267
- if (typeof e == "string") return A(e);
268
- switch (e) {
269
- case V:
270
- return A("Suspense");
271
- case H:
272
- return A("SuspenseList");
273
- }
274
- if (typeof e == "object")
275
- switch (e.$$typeof) {
276
- case P:
277
- return e = C(e.render, !1), e;
278
- case K:
279
- return N(e.type);
280
- case F:
281
- r = e._payload, e = e._init;
282
- try {
283
- return N(e(r));
284
- } catch {
285
- }
286
- }
287
- return "";
288
- }
289
- function O() {
290
- var e = E.A;
291
- return e === null ? null : e.getOwner();
292
- }
293
- function me(e) {
294
- if ($.call(e, "key")) {
295
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
296
- if (r && r.isReactWarning) return !1;
297
- }
298
- return e.key !== void 0;
299
- }
300
- function be(e, r) {
301
- function t() {
302
- ue || (ue = !0, console.error(
303
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
304
- r
305
- ));
306
- }
307
- t.isReactWarning = !0, Object.defineProperty(e, "key", {
308
- get: t,
309
- configurable: !0
310
- });
311
- }
312
- function Ee() {
313
- var e = s(this.type);
314
- return le[e] || (le[e] = !0, console.error(
315
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
316
- )), e = this.props.ref, e !== void 0 ? e : null;
317
- }
318
- function pe(e, r, t, n, i, a) {
319
- return t = a.ref, e = {
320
- $$typeof: Y,
321
- type: e,
322
- key: r,
323
- props: a,
324
- _owner: i
325
- }, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
326
- enumerable: !1,
327
- get: Ee
328
- }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
329
- configurable: !1,
330
- enumerable: !1,
331
- writable: !0,
332
- value: 0
333
- }), Object.defineProperty(e, "_debugInfo", {
334
- configurable: !1,
335
- enumerable: !1,
336
- writable: !0,
337
- value: null
338
- }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
339
- }
340
- function I(e, r, t, n, i, a) {
341
- if (typeof e == "string" || typeof e == "function" || e === B || e === q || e === D || e === V || e === H || e === je || typeof e == "object" && e !== null && (e.$$typeof === F || e.$$typeof === K || e.$$typeof === J || e.$$typeof === G || e.$$typeof === P || e.$$typeof === ke || e.getModuleId !== void 0)) {
342
- var o = r.children;
343
- if (o !== void 0)
344
- if (n)
345
- if (U(o)) {
346
- for (n = 0; n < o.length; n++)
347
- Z(o[n], e);
348
- Object.freeze && Object.freeze(o);
349
- } else
350
- console.error(
351
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
352
- );
353
- else Z(o, e);
354
- } else
355
- o = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? n = "null" : U(e) ? n = "array" : e !== void 0 && e.$$typeof === Y ? (n = "<" + (s(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : n = typeof e, console.error(
356
- "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
357
- n,
358
- o
359
- );
360
- if ($.call(r, "key")) {
361
- o = s(e);
362
- var c = Object.keys(r).filter(function(l) {
363
- return l !== "key";
364
- });
365
- n = 0 < c.length ? "{key: someKey, " + c.join(": ..., ") + ": ...}" : "{key: someKey}", fe[o + n] || (c = 0 < c.length ? "{" + c.join(": ..., ") + ": ...}" : "{}", console.error(
366
- `A props object containing a "key" prop is being spread into JSX:
367
- let props = %s;
368
- <%s {...props} />
369
- React keys must be passed directly to JSX without using spread:
370
- let props = %s;
371
- <%s key={someKey} {...props} />`,
372
- n,
373
- o,
374
- c,
375
- o
376
- ), fe[o + n] = !0);
377
- }
378
- if (o = null, t !== void 0 && (m(t), o = "" + t), me(r) && (m(r.key), o = "" + r.key), "key" in r) {
379
- t = {};
380
- for (var j in r)
381
- j !== "key" && (t[j] = r[j]);
382
- } else t = r;
383
- return o && be(
384
- t,
385
- typeof e == "function" ? e.displayName || e.name || "Unknown" : e
386
- ), pe(e, o, a, i, O(), t);
387
- }
388
- function Z(e, r) {
389
- if (typeof e == "object" && e && e.$$typeof !== ye) {
390
- if (U(e))
391
- for (var t = 0; t < e.length; t++) {
392
- var n = e[t];
393
- R(n) && z(n, r);
394
- }
395
- else if (R(e))
396
- e._store && (e._store.validated = 1);
397
- else if (e === null || typeof e != "object" ? t = null : (t = _ && e[_] || e["@@iterator"], t = typeof t == "function" ? t : null), typeof t == "function" && t !== e.entries && (t = t.call(e), t !== e))
398
- for (; !(e = t.next()).done; )
399
- R(e.value) && z(e.value, r);
400
- }
401
- }
402
- function R(e) {
403
- return typeof e == "object" && e !== null && e.$$typeof === Y;
404
- }
405
- function z(e, r) {
406
- if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = xe(r), !ce[r])) {
407
- ce[r] = !0;
408
- var t = "";
409
- e && e._owner != null && e._owner !== O() && (t = null, typeof e._owner.tag == "number" ? t = s(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
410
- var n = E.getCurrentStack;
411
- E.getCurrentStack = function() {
412
- var i = N(e.type);
413
- return n && (i += n() || ""), i;
414
- }, console.error(
415
- 'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
416
- r,
417
- t
418
- ), E.getCurrentStack = n;
419
- }
420
- }
421
- function xe(e) {
422
- var r = "", t = O();
423
- return t && (t = s(t.type)) && (r = `
424
-
425
- Check the render method of \`` + t + "`."), r || (e = s(e)) && (r = `
426
-
427
- Check the top-level render call using <` + e + ">."), r;
428
- }
429
- var we = Le, Y = Symbol.for("react.transitional.element"), Ce = Symbol.for("react.portal"), B = Symbol.for("react.fragment"), D = Symbol.for("react.strict_mode"), q = Symbol.for("react.profiler"), G = Symbol.for("react.consumer"), J = Symbol.for("react.context"), P = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), H = Symbol.for("react.suspense_list"), K = Symbol.for("react.memo"), F = Symbol.for("react.lazy"), je = Symbol.for("react.offscreen"), _ = Symbol.iterator, Te = Symbol.for("react.client.reference"), E = we.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, $ = Object.prototype.hasOwnProperty, p = Object.assign, ke = Symbol.for("react.client.reference"), U = Array.isArray, T = 0, ee, re, te, oe, ne, ae, se;
430
- b.__reactDisabledLog = !0;
431
- var W, ie, Q = !1, M = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), ue, le = {}, fe = {}, ce = {};
432
- L.Fragment = B, L.jsx = function(e, r, t, n, i) {
433
- return I(e, r, t, !1, n, i);
434
- }, L.jsxs = function(e, r, t, n, i) {
435
- return I(e, r, t, !0, n, i);
436
- };
437
- }()), L;
438
- }
439
- var ge;
440
- function Oe() {
441
- return ge || (ge = 1, process.env.NODE_ENV === "production" ? X.exports = Xe() : X.exports = Ne()), X.exports;
442
- }
443
- var w = Oe();
444
- const ve = "data:image/png;base64,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", Re = {
445
- logo: ve,
446
- moduleName: "HSMS",
447
- moduleLogo: ve
448
- }, Pe = ({
449
- size: s = 40,
450
- text: v = "Loading...",
451
- fullScreen: m = !1
452
- }) => {
453
- const b = /* @__PURE__ */ w.jsx(
454
- h,
455
- {
456
- sx: {
457
- display: "flex",
458
- flexDirection: "column",
459
- alignItems: "center",
460
- justifyContent: "center",
461
- gap: 2,
462
- padding: 3
463
- },
464
- children: /* @__PURE__ */ w.jsxs(
465
- h,
466
- {
467
- sx: {
468
- display: "flex",
469
- flexDirection: "column",
470
- alignItems: "center",
471
- justifyContent: "center",
472
- gap: 2,
473
- padding: 3,
474
- position: "relative"
475
- },
476
- children: [
477
- /* @__PURE__ */ w.jsxs(
478
- h,
479
- {
480
- sx: {
481
- position: "relative",
482
- width: s * 2,
483
- height: s * 2,
484
- display: "flex",
485
- alignItems: "center",
486
- justifyContent: "center"
487
- },
488
- children: [
489
- /* @__PURE__ */ w.jsx(
490
- Se,
491
- {
492
- size: s * 2,
493
- sx: {
494
- color: (u) => u.palette.primary.main,
495
- position: "absolute",
496
- animation: "rotate 2s linear infinite",
497
- "@keyframes rotate": {
498
- "0%": {
499
- transform: "rotate(0deg)"
500
- },
501
- "100%": {
502
- transform: "rotate(360deg)"
503
- }
504
- }
505
- }
506
- }
507
- ),
508
- /* @__PURE__ */ w.jsx(
509
- "img",
510
- {
511
- src: Re.moduleLogo,
512
- alt: "SKH Logo",
513
- style: {
514
- width: s * 1.2,
515
- height: s * 1.2,
516
- objectFit: "contain",
517
- animation: "pulse 1.5s ease-in-out infinite"
518
- }
519
- }
520
- )
521
- ]
522
- }
523
- ),
524
- v && /* @__PURE__ */ w.jsx(
525
- he,
526
- {
527
- variant: "body1",
528
- sx: {
529
- color: (u) => u.palette.text.secondary,
530
- fontSize: "1rem",
531
- fontWeight: 500,
532
- letterSpacing: "0.5px",
533
- animation: "fade 1.5s infinite ease-in-out",
534
- mt: 2,
535
- "@keyframes fade": {
536
- "0%, 100%": {
537
- opacity: 0.6
538
- },
539
- "50%": {
540
- opacity: 1
541
- }
542
- },
543
- "@keyframes pulse": {
544
- "0%, 100%": {
545
- transform: "scale(1)"
546
- },
547
- "50%": {
548
- transform: "scale(1.1)"
549
- }
550
- }
551
- },
552
- children: v
553
- }
554
- )
555
- ]
556
- }
557
- )
558
- }
559
- );
560
- return m ? /* @__PURE__ */ w.jsx(
561
- h,
562
- {
563
- sx: {
564
- position: "fixed",
565
- top: 0,
566
- left: 0,
567
- right: 0,
568
- bottom: 0,
569
- backgroundColor: "rgba(255, 255, 255, 0.9)",
570
- zIndex: 9999,
571
- display: "flex",
572
- alignItems: "center",
573
- justifyContent: "center"
574
- },
575
- children: b
576
- }
577
- ) : b;
578
- };
579
- export {
580
- Pe as L,
581
- w as j,
582
- ve as l,
583
- Re as s
584
- };