quasar-factory-lib 0.0.32 → 0.0.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.
|
@@ -7252,9 +7252,7 @@ function rg(e, t, n, o, r, l) {
|
|
|
7252
7252
|
key: u.name
|
|
7253
7253
|
}, {
|
|
7254
7254
|
default: ie(() => [
|
|
7255
|
-
ee(Ft, {
|
|
7256
|
-
class: Yn(n.tableProps.row.customizedClass && n.tableProps.row.customizedClass(u.name, r.tablePropsData.row[u.name]))
|
|
7257
|
-
}, {
|
|
7255
|
+
ee(Ft, null, {
|
|
7258
7256
|
default: ie(() => [
|
|
7259
7257
|
ee(Lt, { class: "itemsFontSize ellipsis text-light-gray" }, {
|
|
7260
7258
|
default: ie(() => [
|
|
@@ -7264,12 +7262,15 @@ function rg(e, t, n, o, r, l) {
|
|
|
7264
7262
|
}, 1024)
|
|
7265
7263
|
]),
|
|
7266
7264
|
_: 2
|
|
7267
|
-
},
|
|
7265
|
+
}, 1024),
|
|
7268
7266
|
ee(Ft, { side: "" }, {
|
|
7269
7267
|
default: ie(() => [
|
|
7270
7268
|
l.getColumnValue(u) ? (se(), he(Lt, {
|
|
7271
7269
|
key: 0,
|
|
7272
|
-
class:
|
|
7270
|
+
class: Yn([
|
|
7271
|
+
n.tableProps.row.customizedClass ? n.tableProps.row.customizedClass(u.name, r.tablePropsData.row[u.name]) : "",
|
|
7272
|
+
"itemsFontSize text-almost-black"
|
|
7273
|
+
])
|
|
7273
7274
|
}, {
|
|
7274
7275
|
default: ie(() => [
|
|
7275
7276
|
u.editable ? (se(), he(Ge, {
|
|
@@ -7298,7 +7299,7 @@ function rg(e, t, n, o, r, l) {
|
|
|
7298
7299
|
}, null, 8, ["model", "label", "data-cy", "input-max-length", "mask", "input-type", "show-input-popup-edit", "show-select-number-options", "popup-edit-number-options", "onSave"])
|
|
7299
7300
|
]),
|
|
7300
7301
|
_: 2
|
|
7301
|
-
},
|
|
7302
|
+
}, 1032, ["class"])) : Ie("", !0),
|
|
7302
7303
|
ee(Ft, null, {
|
|
7303
7304
|
default: ie(() => [
|
|
7304
7305
|
u.showBasicCheckbox ? (se(), he(i, {
|