caplink-saas-ui-shared-component-library 1.87.1 → 1.89.0
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.
- package/dist/index.es.js +14 -17
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -39122,7 +39122,7 @@ function Kge({ className: t }) {
|
|
|
39122
39122
|
function Gge(t) {
|
|
39123
39123
|
const { className: e } = t, { columns: n } = Xt();
|
|
39124
39124
|
return /* @__PURE__ */ p.jsx("div", { className: e, style: { width: "max-content" }, children: /* @__PURE__ */ p.jsxs("div", { className: "sl-relative sl-flex sl-items-center sl-bg-foreground-v2-100 sl-w-full sl-h-7 sl-border sl-border-l-0 sl-z-10 sl-border-t-0", children: [
|
|
39125
|
-
/* @__PURE__ */ p.jsx(Kge, { className: "sl-border-r-0 sl-border sl-border-l-0 sl-z-10" }),
|
|
39125
|
+
/* @__PURE__ */ p.jsx(Kge, { className: "sl-border-r-0 sl-border sl-border-l-0 sl-z-10 sl-left-0 sl-sticky sl-bg-foreground-v2-100" }),
|
|
39126
39126
|
n.map((r, s) => /* @__PURE__ */ p.jsx(
|
|
39127
39127
|
Uge,
|
|
39128
39128
|
{
|
|
@@ -43222,27 +43222,24 @@ function Bve(t) {
|
|
|
43222
43222
|
children: /* @__PURE__ */ p.jsx(od, { placeholder: "Selecionar" })
|
|
43223
43223
|
}
|
|
43224
43224
|
),
|
|
43225
|
-
/* @__PURE__ */ p.
|
|
43225
|
+
/* @__PURE__ */ p.jsx(
|
|
43226
43226
|
Rl,
|
|
43227
43227
|
{
|
|
43228
43228
|
ref: f,
|
|
43229
43229
|
onBlur: m,
|
|
43230
43230
|
onKeyDown: v,
|
|
43231
|
-
className: "sl-z-
|
|
43231
|
+
className: "sl-z-50 sl-max-h-[180px] sl-overflow-y-auto",
|
|
43232
43232
|
hideScrollButtons: !0,
|
|
43233
|
-
children:
|
|
43234
|
-
|
|
43235
|
-
|
|
43236
|
-
|
|
43237
|
-
|
|
43238
|
-
|
|
43239
|
-
|
|
43240
|
-
|
|
43241
|
-
|
|
43242
|
-
|
|
43243
|
-
x
|
|
43244
|
-
))
|
|
43245
|
-
]
|
|
43233
|
+
children: o.map(({ value: x, text: b }) => /* @__PURE__ */ p.jsx(
|
|
43234
|
+
gt,
|
|
43235
|
+
{
|
|
43236
|
+
"data-cypress": `table-cell-select-${l.id}-${a.row}-${x}`,
|
|
43237
|
+
className: "sl-min-h-[24px] sl-text-sm",
|
|
43238
|
+
value: x,
|
|
43239
|
+
children: b
|
|
43240
|
+
},
|
|
43241
|
+
x
|
|
43242
|
+
))
|
|
43246
43243
|
}
|
|
43247
43244
|
)
|
|
43248
43245
|
]
|
|
@@ -43260,7 +43257,7 @@ function $ve(t) {
|
|
|
43260
43257
|
"data-cypress": `table-cell-select-${i.id}-${o.row}-${i.dataEditorType}`,
|
|
43261
43258
|
"aria-readonly": e === "readonly",
|
|
43262
43259
|
onClick: () => {
|
|
43263
|
-
n?.("edit");
|
|
43260
|
+
e !== "readonly" && n?.("edit");
|
|
43264
43261
|
},
|
|
43265
43262
|
children: [
|
|
43266
43263
|
/* @__PURE__ */ p.jsx("p", { className: "sl-line-clamp-1 sl-text-sm", children: l }),
|