dts-universal-report-module 1.3.10 → 1.3.11
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.esm.js +60 -54
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -14144,7 +14144,9 @@ function wm({
|
|
|
14144
14144
|
children: "Filter columns"
|
|
14145
14145
|
}
|
|
14146
14146
|
),
|
|
14147
|
-
/* @__PURE__ */ o($t, { content: co.filter, isDev: process.env.NODE_ENV === "development" })
|
|
14147
|
+
/* @__PURE__ */ o($t, { content: co.filter, isDev: process.env.NODE_ENV === "development" })
|
|
14148
|
+
] }),
|
|
14149
|
+
/* @__PURE__ */ d(p, { sx: { display: "flex", alignItems: "center", gap: 0.75 }, children: [
|
|
14148
14150
|
a && /* @__PURE__ */ o(
|
|
14149
14151
|
ie,
|
|
14150
14152
|
{
|
|
@@ -14162,22 +14164,22 @@ function wm({
|
|
|
14162
14164
|
},
|
|
14163
14165
|
children: /* @__PURE__ */ o(Fo, { sx: { fontSize: 18 } })
|
|
14164
14166
|
}
|
|
14167
|
+
),
|
|
14168
|
+
/* @__PURE__ */ o(
|
|
14169
|
+
ie,
|
|
14170
|
+
{
|
|
14171
|
+
onClick: v,
|
|
14172
|
+
size: "small",
|
|
14173
|
+
sx: {
|
|
14174
|
+
p: 0.75,
|
|
14175
|
+
color: "text.secondary",
|
|
14176
|
+
transition: "all 0.2s ease",
|
|
14177
|
+
"&:hover": { bgcolor: "action.hover", color: "text.primary" }
|
|
14178
|
+
},
|
|
14179
|
+
children: /* @__PURE__ */ o(je, { sx: { fontSize: 20 } })
|
|
14180
|
+
}
|
|
14165
14181
|
)
|
|
14166
|
-
] })
|
|
14167
|
-
/* @__PURE__ */ o(
|
|
14168
|
-
ie,
|
|
14169
|
-
{
|
|
14170
|
-
onClick: v,
|
|
14171
|
-
size: "small",
|
|
14172
|
-
sx: {
|
|
14173
|
-
p: 0.75,
|
|
14174
|
-
color: "text.secondary",
|
|
14175
|
-
transition: "all 0.2s ease",
|
|
14176
|
-
"&:hover": { bgcolor: "action.hover", color: "text.primary" }
|
|
14177
|
-
},
|
|
14178
|
-
children: /* @__PURE__ */ o(je, { sx: { fontSize: 20 } })
|
|
14179
|
-
}
|
|
14180
|
-
)
|
|
14182
|
+
] })
|
|
14181
14183
|
]
|
|
14182
14184
|
}
|
|
14183
14185
|
),
|
|
@@ -14689,7 +14691,9 @@ function km({
|
|
|
14689
14691
|
children: "Sort columns"
|
|
14690
14692
|
}
|
|
14691
14693
|
),
|
|
14692
|
-
/* @__PURE__ */ o($t, { content: co.sort, isDev: process.env.NODE_ENV === "development" })
|
|
14694
|
+
/* @__PURE__ */ o($t, { content: co.sort, isDev: process.env.NODE_ENV === "development" })
|
|
14695
|
+
] }),
|
|
14696
|
+
/* @__PURE__ */ d(p, { sx: { display: "flex", alignItems: "center", gap: 0.75 }, children: [
|
|
14693
14697
|
i && /* @__PURE__ */ o(
|
|
14694
14698
|
ie,
|
|
14695
14699
|
{
|
|
@@ -14707,25 +14711,25 @@ function km({
|
|
|
14707
14711
|
},
|
|
14708
14712
|
children: /* @__PURE__ */ o(Fo, { sx: { fontSize: 18 } })
|
|
14709
14713
|
}
|
|
14714
|
+
),
|
|
14715
|
+
/* @__PURE__ */ o(
|
|
14716
|
+
ie,
|
|
14717
|
+
{
|
|
14718
|
+
onClick: E,
|
|
14719
|
+
size: "small",
|
|
14720
|
+
sx: {
|
|
14721
|
+
p: 0.75,
|
|
14722
|
+
color: "text.secondary",
|
|
14723
|
+
transition: "all 0.2s ease",
|
|
14724
|
+
"&:hover": {
|
|
14725
|
+
bgcolor: "action.hover",
|
|
14726
|
+
color: "text.primary"
|
|
14727
|
+
}
|
|
14728
|
+
},
|
|
14729
|
+
children: /* @__PURE__ */ o(je, { sx: { fontSize: 20 } })
|
|
14730
|
+
}
|
|
14710
14731
|
)
|
|
14711
|
-
] })
|
|
14712
|
-
/* @__PURE__ */ o(
|
|
14713
|
-
ie,
|
|
14714
|
-
{
|
|
14715
|
-
onClick: E,
|
|
14716
|
-
size: "small",
|
|
14717
|
-
sx: {
|
|
14718
|
-
p: 0.75,
|
|
14719
|
-
color: "text.secondary",
|
|
14720
|
-
transition: "all 0.2s ease",
|
|
14721
|
-
"&:hover": {
|
|
14722
|
-
bgcolor: "action.hover",
|
|
14723
|
-
color: "text.primary"
|
|
14724
|
-
}
|
|
14725
|
-
},
|
|
14726
|
-
children: /* @__PURE__ */ o(je, { sx: { fontSize: 20 } })
|
|
14727
|
-
}
|
|
14728
|
-
)
|
|
14732
|
+
] })
|
|
14729
14733
|
]
|
|
14730
14734
|
}
|
|
14731
14735
|
),
|
|
@@ -16311,7 +16315,9 @@ function $m({
|
|
|
16311
16315
|
children: "Group configuration"
|
|
16312
16316
|
}
|
|
16313
16317
|
),
|
|
16314
|
-
/* @__PURE__ */ o($t, { content: co.grouping, isDev: process.env.NODE_ENV === "development" })
|
|
16318
|
+
/* @__PURE__ */ o($t, { content: co.grouping, isDev: process.env.NODE_ENV === "development" })
|
|
16319
|
+
] }),
|
|
16320
|
+
/* @__PURE__ */ d(p, { sx: { display: "flex", alignItems: "center", gap: 0.75 }, children: [
|
|
16315
16321
|
i && /* @__PURE__ */ o(
|
|
16316
16322
|
ie,
|
|
16317
16323
|
{
|
|
@@ -16329,25 +16335,25 @@ function $m({
|
|
|
16329
16335
|
},
|
|
16330
16336
|
children: /* @__PURE__ */ o(Fo, { sx: { fontSize: 18 } })
|
|
16331
16337
|
}
|
|
16338
|
+
),
|
|
16339
|
+
/* @__PURE__ */ o(
|
|
16340
|
+
ie,
|
|
16341
|
+
{
|
|
16342
|
+
onClick: n,
|
|
16343
|
+
size: "small",
|
|
16344
|
+
sx: {
|
|
16345
|
+
p: 0.75,
|
|
16346
|
+
color: "text.secondary",
|
|
16347
|
+
transition: "all 0.2s ease",
|
|
16348
|
+
"&:hover": {
|
|
16349
|
+
bgcolor: "action.hover",
|
|
16350
|
+
color: "text.primary"
|
|
16351
|
+
}
|
|
16352
|
+
},
|
|
16353
|
+
children: /* @__PURE__ */ o(je, { sx: { fontSize: 20 } })
|
|
16354
|
+
}
|
|
16332
16355
|
)
|
|
16333
|
-
] })
|
|
16334
|
-
/* @__PURE__ */ o(
|
|
16335
|
-
ie,
|
|
16336
|
-
{
|
|
16337
|
-
onClick: n,
|
|
16338
|
-
size: "small",
|
|
16339
|
-
sx: {
|
|
16340
|
-
p: 0.75,
|
|
16341
|
-
color: "text.secondary",
|
|
16342
|
-
transition: "all 0.2s ease",
|
|
16343
|
-
"&:hover": {
|
|
16344
|
-
bgcolor: "action.hover",
|
|
16345
|
-
color: "text.primary"
|
|
16346
|
-
}
|
|
16347
|
-
},
|
|
16348
|
-
children: /* @__PURE__ */ o(je, { sx: { fontSize: 20 } })
|
|
16349
|
-
}
|
|
16350
|
-
)
|
|
16356
|
+
] })
|
|
16351
16357
|
]
|
|
16352
16358
|
}
|
|
16353
16359
|
),
|