seat-editor 3.5.6 → 3.5.7
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.
|
@@ -1915,7 +1915,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
|
|
|
1915
1915
|
alignItems: "center",
|
|
1916
1916
|
gap: "8px", // gap-2 = 0.5rem = 8px
|
|
1917
1917
|
borderTop: "1px solid #d1d5db", // gray-300
|
|
1918
|
-
}, children: ["Select", " ", _jsx(Tag, { color: isShiftPressed ? "red" : "lime", children: footerInfoList[hasSelectionBox ? 1 : 0]["title"] }), " ", footerInfoList[hasSelectionBox ? 1 : 0]["desc"], hasSelectionBox && (_jsxs(_Fragment, { children: [_jsx(Tag, { color: "lime", children: _jsxs(Flex, { children: [_jsx(Command, { size: 16 }), "D"] }) }), "to deselect"] })), " "
|
|
1918
|
+
}, children: ["Select", " ", _jsx(Tag, { color: isShiftPressed ? "red" : "lime", children: footerInfoList[hasSelectionBox ? 1 : 0]["title"] }), " ", footerInfoList[hasSelectionBox ? 1 : 0]["desc"], hasSelectionBox && (_jsxs(_Fragment, { children: [_jsx(Tag, { color: "lime", children: _jsxs(Flex, { children: [_jsx(Command, { size: 16 }), "D"] }) }), "to deselect"] })), " "] }), _jsx(TransformWrapper, { ref: transformRef,
|
|
1919
1919
|
// limitToBounds={true}
|
|
1920
1920
|
panning: {
|
|
1921
1921
|
disabled: [
|
|
@@ -1948,7 +1948,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
|
|
|
1948
1948
|
</Tag>
|
|
1949
1949
|
to deselect
|
|
1950
1950
|
</>)}{" "}
|
|
1951
|
-
| Table Total <Tag color="volcano">{componentsState
|
|
1951
|
+
{/* | Table Total <Tag color="volcano">{componentsState?.length}</Tag> */}
|
|
1952
1952
|
</div>
|
|
1953
1953
|
<TransformWrapper ref={transformRef}
|
|
1954
1954
|
// limitToBounds={true}
|