eat-js-sdk 2.0.25 → 2.0.26
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.
|
@@ -14146,7 +14146,7 @@ function CategoriseDndContainer($$anchor, $$props) {
|
|
|
14146
14146
|
zoneItemTabIndex: get$1(getZoneItemTabIndex)(),
|
|
14147
14147
|
zoneTabIndex: -1,
|
|
14148
14148
|
autoAriaDisabled: true,
|
|
14149
|
-
|
|
14149
|
+
keyboardDisabled: true
|
|
14150
14150
|
}));
|
|
14151
14151
|
const isEmpty = /* @__PURE__ */ user_derived(() => get$1(dndItems).length === 0);
|
|
14152
14152
|
const isSourceContainer = /* @__PURE__ */ user_derived(() => () => {
|
|
@@ -14380,6 +14380,9 @@ function CategoriseDndContainer($$anchor, $$props) {
|
|
|
14380
14380
|
get mode() {
|
|
14381
14381
|
return mode();
|
|
14382
14382
|
},
|
|
14383
|
+
get isCurrentMobileItem() {
|
|
14384
|
+
return isMobile();
|
|
14385
|
+
},
|
|
14383
14386
|
get resultType() {
|
|
14384
14387
|
return get$1(itemResultType);
|
|
14385
14388
|
},
|