@realtek/core-theme 0.0.59 → 0.0.60
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-lib/index.cjs +1 -1
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +6 -5
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -8826,7 +8826,9 @@ function ap({ moduleName: e, action: t, clientId: a, region: c, formGroups: l, l
|
|
|
8826
8826
|
if (e == null) return !1;
|
|
8827
8827
|
let t = String(e).trim().toLowerCase();
|
|
8828
8828
|
return t ? !["all", "internal"].includes(t) : !1;
|
|
8829
|
-
})) ? "list" : "card"
|
|
8829
|
+
})) ? "list" : "card";
|
|
8830
|
+
i(() => vt(ce.rows), [ce.rows]);
|
|
8831
|
+
let yt = i(() => {
|
|
8830
8832
|
let e = (e) => {
|
|
8831
8833
|
let t = String(pe ?? "").trim().toLowerCase() === "dice", n = e?.sourceType ?? e?.profileSource ?? e?.selectedSource ?? e?.customFields?.sourceType ?? e?.customFields?.profileSource, r = (Array.isArray(n) ? n : [n]).some((e) => String(e ?? "").trim().toLowerCase() === "dice") || !!e?.customFields?.diceProfileData;
|
|
8832
8834
|
return t || r;
|
|
@@ -9076,21 +9078,20 @@ function ap({ moduleName: e, action: t, clientId: a, region: c, formGroups: l, l
|
|
|
9076
9078
|
moduleName: e || "candidates",
|
|
9077
9079
|
breadcrumbItems: [],
|
|
9078
9080
|
dataSource: ce.rows,
|
|
9079
|
-
fields:
|
|
9081
|
+
fields: yt,
|
|
9080
9082
|
total: ce.total,
|
|
9081
9083
|
loading: ce.loading,
|
|
9082
9084
|
current: G.current,
|
|
9083
9085
|
pageSize: G.pageSize,
|
|
9084
9086
|
showViewToggle: !0,
|
|
9085
|
-
activeView:
|
|
9087
|
+
activeView: Be,
|
|
9086
9088
|
onViewChange: Ve,
|
|
9087
9089
|
onPageChange: ot,
|
|
9088
9090
|
onPageSizeChange: st,
|
|
9089
9091
|
showSearch: !1,
|
|
9090
9092
|
tabs: he,
|
|
9091
9093
|
selectedSource: pe,
|
|
9092
|
-
onTabChange: at
|
|
9093
|
-
...w
|
|
9094
|
+
onTabChange: at
|
|
9094
9095
|
})
|
|
9095
9096
|
]
|
|
9096
9097
|
})] });
|