climb-onyx-gui 0.16.1 → 0.16.2
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/climb-onyx-gui.js +8 -4
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -30282,7 +30282,7 @@ function v4(e) {
|
|
|
30282
30282
|
}
|
|
30283
30283
|
function IR(e) {
|
|
30284
30284
|
return /* @__PURE__ */ cr(Fb, { show: e.show, onHide: e.onHide, children: [
|
|
30285
|
-
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, children: /* @__PURE__ */ Se(ko.Title, { children: e.title }) }),
|
|
30285
|
+
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, className: "px-4", children: /* @__PURE__ */ Se(ko.Title, { children: e.title }) }),
|
|
30286
30286
|
/* @__PURE__ */ Se(ko.Body, { children: /* @__PURE__ */ Se(v4, { ...e }) }),
|
|
30287
30287
|
/* @__PURE__ */ Se(ko.Footer, { children: /* @__PURE__ */ Se(oi, { variant: "secondary", onClick: e.onHide, children: "Close" }) })
|
|
30288
30288
|
] });
|
|
@@ -30336,7 +30336,7 @@ function g4(e) {
|
|
|
30336
30336
|
(t === ki.FINISHED || t === ki.CANCELLED) && r(ki.READY);
|
|
30337
30337
|
},
|
|
30338
30338
|
children: [
|
|
30339
|
-
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, children: /* @__PURE__ */ Se(ko.Title, { children: "Export Data" }) }),
|
|
30339
|
+
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, className: "px-4", children: /* @__PURE__ */ Se(ko.Title, { children: "Export Data" }) }),
|
|
30340
30340
|
/* @__PURE__ */ cr(ko.Body, { children: [
|
|
30341
30341
|
t === ki.READY && /* @__PURE__ */ cr(e2, { className: "mb-3", children: [
|
|
30342
30342
|
/* @__PURE__ */ Se(e2.Text, { children: "File Name" }),
|
|
@@ -64231,6 +64231,8 @@ function id(e) {
|
|
|
64231
64231
|
{
|
|
64232
64232
|
menuPosition: "fixed",
|
|
64233
64233
|
isClearable: e.isClearable,
|
|
64234
|
+
menuShouldBlockScroll: !0,
|
|
64235
|
+
minMenuHeight: 250,
|
|
64234
64236
|
isDisabled: e.isDisabled,
|
|
64235
64237
|
components: { Option: H5 },
|
|
64236
64238
|
menuPortalTarget: document.body,
|
|
@@ -64262,6 +64264,8 @@ function V5(e) {
|
|
|
64262
64264
|
{
|
|
64263
64265
|
isMulti: !0,
|
|
64264
64266
|
menuPosition: "fixed",
|
|
64267
|
+
menuShouldBlockScroll: !0,
|
|
64268
|
+
minMenuHeight: 250,
|
|
64265
64269
|
closeMenuOnSelect: !1,
|
|
64266
64270
|
components: { Option: H5 },
|
|
64267
64271
|
menuPortalTarget: document.body,
|
|
@@ -64480,7 +64484,7 @@ function mae(e) {
|
|
|
64480
64484
|
}
|
|
64481
64485
|
function RA(e) {
|
|
64482
64486
|
return /* @__PURE__ */ cr(Fb, { show: e.show, onHide: e.onHide, children: [
|
|
64483
|
-
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, children: /* @__PURE__ */ Se(ko.Title, { children: `Remove All ${e.item}` }) }),
|
|
64487
|
+
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, className: "px-4", children: /* @__PURE__ */ Se(ko.Title, { children: `Remove All ${e.item}` }) }),
|
|
64484
64488
|
/* @__PURE__ */ Se(ko.Body, { className: "text-center", children: /* @__PURE__ */ cr(gi, { gap: 1, children: [
|
|
64485
64489
|
`Are you sure you want to remove all ${e.item.toLowerCase()}?`,
|
|
64486
64490
|
/* @__PURE__ */ Se("b", { children: "This action cannot be undone." })
|
|
@@ -112664,7 +112668,7 @@ function Hae(e) {
|
|
|
112664
112668
|
e.setActiveColumns(Array.from(n)), e.onHide();
|
|
112665
112669
|
};
|
|
112666
112670
|
return /* @__PURE__ */ cr(Fb, { size: "lg", show: e.show, onHide: e.onHide, children: [
|
|
112667
|
-
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, children: /* @__PURE__ */ Se(ko.Title, { children: "Edit Columns" }) }),
|
|
112671
|
+
/* @__PURE__ */ Se(ko.Header, { closeButton: !0, className: "px-4", children: /* @__PURE__ */ Se(ko.Title, { children: "Edit Columns" }) }),
|
|
112668
112672
|
/* @__PURE__ */ Se(ko.Body, { children: /* @__PURE__ */ cr(gi, { gap: 2, children: [
|
|
112669
112673
|
/* @__PURE__ */ cr(gi, { direction: "horizontal", children: [
|
|
112670
112674
|
/* @__PURE__ */ Se(
|