@3sc/common-component 0.0.222 → 0.0.223
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/index.es.js +5 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -42999,7 +42999,7 @@ const NB = {
|
|
|
42999
42999
|
clickId: d
|
|
43000
43000
|
},
|
|
43001
43001
|
alertDialogProps: {
|
|
43002
|
-
open:
|
|
43002
|
+
open: n,
|
|
43003
43003
|
handleClose: () => o(!1),
|
|
43004
43004
|
onRefresh: k,
|
|
43005
43005
|
handleRead: j,
|
|
@@ -43820,7 +43820,8 @@ const UB = ({
|
|
|
43820
43820
|
}, qB = ({ baseUrl: e }) => {
|
|
43821
43821
|
const {
|
|
43822
43822
|
alertDialogProps: t,
|
|
43823
|
-
showDetailsProps: n
|
|
43823
|
+
showDetailsProps: n,
|
|
43824
|
+
fetchNotification: o
|
|
43824
43825
|
} = S2({ baseUrl: e });
|
|
43825
43826
|
return /* @__PURE__ */ m.jsxs(m.Fragment, { children: [
|
|
43826
43827
|
/* @__PURE__ */ m.jsx(
|
|
@@ -43833,8 +43834,8 @@ const UB = ({
|
|
|
43833
43834
|
marginTop: "0.6rem"
|
|
43834
43835
|
},
|
|
43835
43836
|
onClick: () => {
|
|
43836
|
-
var
|
|
43837
|
-
(
|
|
43837
|
+
var s;
|
|
43838
|
+
o(), (s = t == null ? void 0 : t.setOpen) == null || s.call(t, !0);
|
|
43838
43839
|
},
|
|
43839
43840
|
children: /* @__PURE__ */ m.jsx(BB, { count: 0 })
|
|
43840
43841
|
}
|