caplink-saas-ui-shared-component-library 1.44.0 → 1.45.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 +23 -14
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- 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
|
@@ -35206,7 +35206,7 @@ function xne() {
|
|
|
35206
35206
|
}
|
|
35207
35207
|
function l6(t) {
|
|
35208
35208
|
const { className: e, fullScreen: n, toolbarClassName: r, ...s } = t;
|
|
35209
|
-
return /* @__PURE__ */ h.jsx(Wee, { scrollTop: 0, children: /* @__PURE__ */ h.jsx(fQ, { ...s, children: /* @__PURE__ */ h.jsxs(XS.Root, { className: V(e, n && "sl-flex sl-flex-col sl-h-full"), children: [
|
|
35209
|
+
return /* @__PURE__ */ h.jsx(Wee, { scrollTop: 0, children: /* @__PURE__ */ h.jsx(fQ, { fullScreen: n, ...s, children: /* @__PURE__ */ h.jsxs(XS.Root, { className: V(e, n && "sl-flex sl-flex-col sl-h-full"), children: [
|
|
35210
35210
|
/* @__PURE__ */ h.jsx($ee, { className: r }),
|
|
35211
35211
|
/* @__PURE__ */ h.jsxs(XS.Matrix, { className: "sl-relative sl-isolate sl-flex-1", children: [
|
|
35212
35212
|
/* @__PURE__ */ h.jsx(xne, {}),
|
|
@@ -35239,6 +35239,7 @@ function f0e(t) {
|
|
|
35239
35239
|
{
|
|
35240
35240
|
value: c,
|
|
35241
35241
|
onValueChange: (d) => r(Number(d)),
|
|
35242
|
+
className: V(a && "sl-h-full"),
|
|
35242
35243
|
children: [
|
|
35243
35244
|
!l && /* @__PURE__ */ h.jsx(Gc.List, { className: "before:sl-content-none", children: e.map((d, f) => /* @__PURE__ */ h.jsx(
|
|
35244
35245
|
Gc.Trigger,
|
|
@@ -35249,21 +35250,29 @@ function f0e(t) {
|
|
|
35249
35250
|
},
|
|
35250
35251
|
d.id
|
|
35251
35252
|
)) }),
|
|
35252
|
-
e.map((d, f) => /* @__PURE__ */ h.jsx(
|
|
35253
|
-
|
|
35253
|
+
e.map((d, f) => /* @__PURE__ */ h.jsx(
|
|
35254
|
+
Gc.Content,
|
|
35254
35255
|
{
|
|
35255
|
-
|
|
35256
|
-
|
|
35257
|
-
|
|
35258
|
-
|
|
35259
|
-
|
|
35260
|
-
|
|
35261
|
-
|
|
35262
|
-
|
|
35263
|
-
|
|
35256
|
+
value: f.toString(),
|
|
35257
|
+
className: V(a && "sl-h-full", "sl-mt-0"),
|
|
35258
|
+
children: /* @__PURE__ */ h.jsx(
|
|
35259
|
+
l6,
|
|
35260
|
+
{
|
|
35261
|
+
...d.spreadsheet,
|
|
35262
|
+
onMatrixChange: (p) => u(f, p),
|
|
35263
|
+
onExportData: o,
|
|
35264
|
+
onOpenFullScreen: i,
|
|
35265
|
+
fullScreen: a,
|
|
35266
|
+
className: "sl-rounded-tl-none",
|
|
35267
|
+
toolbarClassName: V(
|
|
35268
|
+
!l && "sl-rounded-tl-none",
|
|
35269
|
+
d.spreadsheet.toolbarClassName
|
|
35270
|
+
)
|
|
35271
|
+
}
|
|
35264
35272
|
)
|
|
35265
|
-
}
|
|
35266
|
-
|
|
35273
|
+
},
|
|
35274
|
+
d.id
|
|
35275
|
+
))
|
|
35267
35276
|
]
|
|
35268
35277
|
}
|
|
35269
35278
|
);
|