quasar-factory-lib 0.0.33 → 0.0.34
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/pages/TablePage.vue.d.ts +1 -1
- package/dist/quasar-factory-lib.js +2 -2
- package/dist/quasar-factory-lib.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/Table/components/TableSlotBody.vue +1 -1
- package/src/components/Table/components/TableSlotGrid.vue +1 -1
- package/src/pages/TablePage.vue +3 -2
|
@@ -289,7 +289,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
289
289
|
pageLength(): number;
|
|
290
290
|
filter(): object;
|
|
291
291
|
}, {
|
|
292
|
-
getClass(
|
|
292
|
+
getClass(cols: string, rowName: string): "text-negative" | "text-positive";
|
|
293
293
|
saveSelectedColumns(columns: string[]): void;
|
|
294
294
|
filterMethod(rows: string | [], terms: {
|
|
295
295
|
search: string;
|
|
@@ -7072,7 +7072,7 @@ function eg(e, t, n, o, r, l) {
|
|
|
7072
7072
|
default: ie(() => [
|
|
7073
7073
|
l.getColumnValue(u) ? (se(), Nt("span", {
|
|
7074
7074
|
key: 0,
|
|
7075
|
-
class: Yn(n.tableProps.row.customizedClass && n.tableProps.row.customizedClass(u
|
|
7075
|
+
class: Yn(n.tableProps.row.customizedClass && n.tableProps.row.customizedClass(u, r.tablePropsData.row[u.name])),
|
|
7076
7076
|
innerHTML: r.tablePropsData.row[u.name]
|
|
7077
7077
|
}, null, 10, Jv)) : Ie("", !0),
|
|
7078
7078
|
u.editable ? (se(), he(Ge, {
|
|
@@ -7268,7 +7268,7 @@ function rg(e, t, n, o, r, l) {
|
|
|
7268
7268
|
l.getColumnValue(u) ? (se(), he(Lt, {
|
|
7269
7269
|
key: 0,
|
|
7270
7270
|
class: Yn([
|
|
7271
|
-
n.tableProps.row.customizedClass ? n.tableProps.row.customizedClass(u
|
|
7271
|
+
n.tableProps.row.customizedClass ? n.tableProps.row.customizedClass(u, r.tablePropsData.row[u.name]) : "",
|
|
7272
7272
|
"itemsFontSize text-almost-black"
|
|
7273
7273
|
])
|
|
7274
7274
|
}, {
|