@gen-epix/ui-casedb 2.1.0 → 2.1.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/index.js CHANGED
@@ -72797,7 +72797,9 @@ var a5 = (e) => /* @__PURE__ */ H("svg", {
72797
72797
  testId: "EpiCaseTypeInfoDialog",
72798
72798
  titleVariant: "h2"
72799
72799
  }), P5 = ({ caseTypeId: e, children: t, onCompleteCaseTypeLoaded: n }) => {
72800
- let { t: r } = _n(), [a, o] = hn(!0), [s, c] = hn(), { data: l, error: u, isLoading: d } = Ze({
72800
+ let { t: r } = _n(), [a, o] = hn(!0), [s, c] = hn();
72801
+ console.log("EpiCompletCaseTypeLoader render", { caseTypeId: e });
72802
+ let { data: l, error: u, isLoading: d } = Ze({
72801
72803
  baseQueryKey: K.COMPLETE_CASE_TYPES,
72802
72804
  itemId: e,
72803
72805
  useQueryOptions: { queryFn: async ({ signal: t }) => (await ot.getInstance().completeCaseTypesGetOne(e, { signal: t })).data }
@@ -72868,12 +72870,16 @@ var a5 = (e) => /* @__PURE__ */ H("svg", {
72868
72870
  })
72869
72871
  });
72870
72872
  }, F5 = ({ caseSet: e, caseTypeId: t, children: n }) => {
72871
- let [r, i] = hn(null);
72872
- return /* @__PURE__ */ H(P5, {
72873
+ let [r, i] = hn(null), a = B((e) => {
72874
+ i(e);
72875
+ }, []);
72876
+ return console.log("EpiDashboardStoreLoader render", {
72877
+ caseSet: e,
72873
72878
  caseTypeId: t,
72874
- onCompleteCaseTypeLoaded: B((e) => {
72875
- i(e);
72876
- }, []),
72879
+ completeCaseType: r
72880
+ }), /* @__PURE__ */ H(P5, {
72881
+ caseTypeId: t,
72882
+ onCompleteCaseTypeLoaded: a,
72877
72883
  children: /* @__PURE__ */ H(pIe, {
72878
72884
  caseSet: e,
72879
72885
  completeCaseType: r,
@@ -72884,13 +72890,13 @@ var a5 = (e) => /* @__PURE__ */ H("svg", {
72884
72890
  caseSet: t.caseSet,
72885
72891
  caseTypeId: t.caseTypeId,
72886
72892
  children: /* @__PURE__ */ H(e, { ...t })
72887
- }), L5 = it(({ onPermalinkChange: e, onTitleChange: t, openProps: n }) => /* @__PURE__ */ H(F5, {
72893
+ }), L5 = it(({ onPermalinkChange: e, onTitleChange: t, openProps: n }) => (console.log("EpiCaseTypeInfoDialogWithLoader render", { openProps: n }), /* @__PURE__ */ H(F5, {
72888
72894
  caseTypeId: n.caseTypeId,
72889
72895
  children: /* @__PURE__ */ H(M5, {
72890
72896
  onPermalinkChange: e,
72891
72897
  onTitleChange: t
72892
72898
  })
72893
- }), {
72899
+ })), {
72894
72900
  fullWidth: !0,
72895
72901
  maxWidth: "xl",
72896
72902
  testId: "EpiCaseTypeInfoDialogWithLoader",