@clickhouse/click-ui 0.0.223 → 0.0.224

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.
@@ -14266,7 +14266,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
14266
14266
  SyntaxHighlighter.registerLanguage("tsx", tsx);
14267
14267
  const CodeBlockContainer = styled.styled.div.withConfig({
14268
14268
  componentId: "sc-18gnqgi-0"
14269
- })(["width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;position:relative;cursor:pointer;", ""], ({
14269
+ })(["width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;position:relative;", ""], ({
14270
14270
  theme: theme2,
14271
14271
  $theme
14272
14272
  }) => {
@@ -40066,6 +40066,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
40066
40066
  onSelect,
40067
40067
  isSelectable,
40068
40068
  isSelected,
40069
+ isIndeterminate,
40069
40070
  onDelete,
40070
40071
  onEdit,
40071
40072
  isDeleted,
@@ -40079,7 +40080,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
40079
40080
  const isDeletable = typeof onDelete === "function";
40080
40081
  const isEditable = typeof onEdit === "function";
40081
40082
  return /* @__PURE__ */ jsxRuntime.jsxs(TableRow, { $isSelectable: isSelectable, $isDeleted: isDeleted, $isDisabled: isDisabled, $isActive: isActive, $showActions: isDeletable || isEditable, $rowHeight: rowHeight, ...rowProps, children: [
40082
- isSelectable && /* @__PURE__ */ jsxRuntime.jsx(SelectData, { $size: size2, children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: isSelected, onCheckedChange: onSelect, disabled: isDisabled || isDeleted }) }),
40083
+ isSelectable && /* @__PURE__ */ jsxRuntime.jsx(SelectData, { $size: size2, children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: isIndeterminate ? "indeterminate" : isSelected, onCheckedChange: onSelect, disabled: isDisabled || isDeleted }) }),
40083
40084
  items.map(({
40084
40085
  label,
40085
40086
  ...cellProps