@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.
@@ -15435,7 +15435,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
15435
15435
  SyntaxHighlighter.registerLanguage("tsx", tsx);
15436
15436
  const CodeBlockContainer = pt.div.withConfig({
15437
15437
  componentId: "sc-18gnqgi-0"
15438
- })(["width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;position:relative;cursor:pointer;", ""], ({
15438
+ })(["width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;position:relative;", ""], ({
15439
15439
  theme: theme2,
15440
15440
  $theme
15441
15441
  }) => {
@@ -41235,6 +41235,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
41235
41235
  onSelect,
41236
41236
  isSelectable,
41237
41237
  isSelected,
41238
+ isIndeterminate,
41238
41239
  onDelete,
41239
41240
  onEdit,
41240
41241
  isDeleted,
@@ -41248,7 +41249,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
41248
41249
  const isDeletable = typeof onDelete === "function";
41249
41250
  const isEditable = typeof onEdit === "function";
41250
41251
  return /* @__PURE__ */ jsxRuntime.jsxs(TableRow, { $isSelectable: isSelectable, $isDeleted: isDeleted, $isDisabled: isDisabled, $isActive: isActive, $showActions: isDeletable || isEditable, $rowHeight: rowHeight, ...rowProps, children: [
41251
- isSelectable && /* @__PURE__ */ jsxRuntime.jsx(SelectData, { $size: size2, children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: isSelected, onCheckedChange: onSelect, disabled: isDisabled || isDeleted }) }),
41252
+ isSelectable && /* @__PURE__ */ jsxRuntime.jsx(SelectData, { $size: size2, children: /* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: isIndeterminate ? "indeterminate" : isSelected, onCheckedChange: onSelect, disabled: isDisabled || isDeleted }) }),
41252
41253
  items.map(({
41253
41254
  label,
41254
41255
  ...cellProps