@quillsql/react 2.16.32 → 2.16.33
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.cjs +8 -9
- package/dist/index.js +8 -9
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -39755,8 +39755,8 @@ function DashboardSection({
|
|
|
39755
39755
|
listStyleType: "none",
|
|
39756
39756
|
display: "grid",
|
|
39757
39757
|
gap: 40,
|
|
39758
|
-
|
|
39759
|
-
|
|
39758
|
+
alignItems: "start",
|
|
39759
|
+
gridTemplateColumns: "repeat(auto-fill,minmax(400px, 1fr))"
|
|
39760
39760
|
},
|
|
39761
39761
|
children
|
|
39762
39762
|
}
|
|
@@ -42815,8 +42815,8 @@ var styles = {
|
|
|
42815
42815
|
listStyleType: "none",
|
|
42816
42816
|
display: "grid",
|
|
42817
42817
|
gap: 40,
|
|
42818
|
-
|
|
42819
|
-
|
|
42818
|
+
alignItems: "start",
|
|
42819
|
+
gridTemplateColumns: "repeat(auto-fill,minmax(400px, 1fr))"
|
|
42820
42820
|
},
|
|
42821
42821
|
emptyCard: {
|
|
42822
42822
|
backgroundColor: "#ffffff",
|
|
@@ -42829,7 +42829,6 @@ var styles = {
|
|
|
42829
42829
|
},
|
|
42830
42830
|
chartCard: {
|
|
42831
42831
|
boxSizing: "content-box",
|
|
42832
|
-
height: "100%",
|
|
42833
42832
|
minHeight: 400,
|
|
42834
42833
|
borderRadius: 8,
|
|
42835
42834
|
cursor: "pointer"
|
|
@@ -43287,7 +43286,7 @@ function DashboardContent({
|
|
|
43287
43286
|
});
|
|
43288
43287
|
}, [sections, sectionOrder]);
|
|
43289
43288
|
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { style: styles.contentWrap, children: [
|
|
43290
|
-
metricReports.length === 0 ? null : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { style: styles.splitGrid, children:
|
|
43289
|
+
metricReports.length === 0 ? null : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { style: styles.splitGrid, children: metricReports.map((report) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
43291
43290
|
"div",
|
|
43292
43291
|
{
|
|
43293
43292
|
onClick: () => onClickReport(report),
|
|
@@ -43304,8 +43303,8 @@ function DashboardContent({
|
|
|
43304
43303
|
]
|
|
43305
43304
|
},
|
|
43306
43305
|
report.id
|
|
43307
|
-
)) })
|
|
43308
|
-
chartReports.length === 0 ? null : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { style: styles.splitGrid, children:
|
|
43306
|
+
)) }),
|
|
43307
|
+
chartReports.length === 0 ? null : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { style: styles.splitGrid, children: chartReports.map((report) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
43309
43308
|
"div",
|
|
43310
43309
|
{
|
|
43311
43310
|
onClick: () => onClickReport(report),
|
|
@@ -43322,7 +43321,7 @@ function DashboardContent({
|
|
|
43322
43321
|
]
|
|
43323
43322
|
},
|
|
43324
43323
|
report.id
|
|
43325
|
-
)) })
|
|
43324
|
+
)) }),
|
|
43326
43325
|
tableReports.length === 0 && orderedNonRootSectionEntries.length === 0 ? null : /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { style: styles.splitGrid, children: [
|
|
43327
43326
|
tableReports.length === 0 ? null : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("section", { style: styles.tableColumn, children: tableReports.map((report) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
43328
43327
|
"div",
|
package/dist/index.js
CHANGED
|
@@ -39850,8 +39850,8 @@ function DashboardSection({
|
|
|
39850
39850
|
listStyleType: "none",
|
|
39851
39851
|
display: "grid",
|
|
39852
39852
|
gap: 40,
|
|
39853
|
-
|
|
39854
|
-
|
|
39853
|
+
alignItems: "start",
|
|
39854
|
+
gridTemplateColumns: "repeat(auto-fill,minmax(400px, 1fr))"
|
|
39855
39855
|
},
|
|
39856
39856
|
children
|
|
39857
39857
|
}
|
|
@@ -42917,8 +42917,8 @@ var styles = {
|
|
|
42917
42917
|
listStyleType: "none",
|
|
42918
42918
|
display: "grid",
|
|
42919
42919
|
gap: 40,
|
|
42920
|
-
|
|
42921
|
-
|
|
42920
|
+
alignItems: "start",
|
|
42921
|
+
gridTemplateColumns: "repeat(auto-fill,minmax(400px, 1fr))"
|
|
42922
42922
|
},
|
|
42923
42923
|
emptyCard: {
|
|
42924
42924
|
backgroundColor: "#ffffff",
|
|
@@ -42931,7 +42931,6 @@ var styles = {
|
|
|
42931
42931
|
},
|
|
42932
42932
|
chartCard: {
|
|
42933
42933
|
boxSizing: "content-box",
|
|
42934
|
-
height: "100%",
|
|
42935
42934
|
minHeight: 400,
|
|
42936
42935
|
borderRadius: 8,
|
|
42937
42936
|
cursor: "pointer"
|
|
@@ -43389,7 +43388,7 @@ function DashboardContent({
|
|
|
43389
43388
|
});
|
|
43390
43389
|
}, [sections, sectionOrder]);
|
|
43391
43390
|
return /* @__PURE__ */ jsxs43("div", { style: styles.contentWrap, children: [
|
|
43392
|
-
metricReports.length === 0 ? null : /* @__PURE__ */ jsx60("div", { style: styles.splitGrid, children:
|
|
43391
|
+
metricReports.length === 0 ? null : /* @__PURE__ */ jsx60("div", { style: styles.splitGrid, children: metricReports.map((report) => /* @__PURE__ */ jsxs43(
|
|
43393
43392
|
"div",
|
|
43394
43393
|
{
|
|
43395
43394
|
onClick: () => onClickReport(report),
|
|
@@ -43406,8 +43405,8 @@ function DashboardContent({
|
|
|
43406
43405
|
]
|
|
43407
43406
|
},
|
|
43408
43407
|
report.id
|
|
43409
|
-
)) })
|
|
43410
|
-
chartReports.length === 0 ? null : /* @__PURE__ */ jsx60("div", { style: styles.splitGrid, children:
|
|
43408
|
+
)) }),
|
|
43409
|
+
chartReports.length === 0 ? null : /* @__PURE__ */ jsx60("div", { style: styles.splitGrid, children: chartReports.map((report) => /* @__PURE__ */ jsxs43(
|
|
43411
43410
|
"div",
|
|
43412
43411
|
{
|
|
43413
43412
|
onClick: () => onClickReport(report),
|
|
@@ -43424,7 +43423,7 @@ function DashboardContent({
|
|
|
43424
43423
|
]
|
|
43425
43424
|
},
|
|
43426
43425
|
report.id
|
|
43427
|
-
)) })
|
|
43426
|
+
)) }),
|
|
43428
43427
|
tableReports.length === 0 && orderedNonRootSectionEntries.length === 0 ? null : /* @__PURE__ */ jsxs43("div", { style: styles.splitGrid, children: [
|
|
43429
43428
|
tableReports.length === 0 ? null : /* @__PURE__ */ jsx60("section", { style: styles.tableColumn, children: tableReports.map((report) => /* @__PURE__ */ jsxs43(
|
|
43430
43429
|
"div",
|