eat-js-sdk 2.0.26 → 2.0.27
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.
|
@@ -14332,7 +14332,7 @@ function CategoriseDndContainer($$anchor, $$props) {
|
|
|
14332
14332
|
var consequent_4 = ($$anchor3) => {
|
|
14333
14333
|
var fragment_4 = comment();
|
|
14334
14334
|
var node_5 = first_child(fragment_4);
|
|
14335
|
-
each(node_5, 19, () => get$1(dndItems), (item) => item.id
|
|
14335
|
+
each(node_5, 19, () => get$1(dndItems), (item) => `${item.id}-${selectedItemId() === item.id.split("@eat-dash@")[0] ? "selected" : "unselected"}-${selectedItemId() ? "hasSelection" : "noSelection"}-${get$1(considerItemId) === item.id ? "considering" : "notConsidering"}-${currentTabContainer()}-${isLocked()}`, ($$anchor4, item, index2) => {
|
|
14336
14336
|
const cleanItemId = /* @__PURE__ */ user_derived(() => get$1(item).id.split("@eat-dash@")[0]);
|
|
14337
14337
|
const itemResultType = /* @__PURE__ */ user_derived(() => getItemResultType(get$1(item).isClonedItem && get$1(item).cloneId ? get$1(item).cloneId : get$1(item).id));
|
|
14338
14338
|
var fragment_5 = root_6$1();
|