quasar-factory-lib 0.0.71 → 0.0.72
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.
|
@@ -7790,7 +7790,7 @@ function bv(e, t, n, o, r, l) {
|
|
|
7790
7790
|
c.showCustomizedButton ? (ee(), ue(f, {
|
|
7791
7791
|
key: 0,
|
|
7792
7792
|
"data-cy": c.colButtonDataCy + "-" + r.tablePropsData.row.id,
|
|
7793
|
-
"btn-color":
|
|
7793
|
+
"btn-color": l.getButtonColor(r.tablePropsData, c),
|
|
7794
7794
|
"btn-icon": c.btnIcon || "",
|
|
7795
7795
|
"btn-disable": l.getBtnDisabled(r.tablePropsData, c),
|
|
7796
7796
|
onOnClickButton: () => {
|