quasar-factory-lib 0.0.72 → 0.0.73
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 +11 -11
- 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 +2 -2
- package/src/components/Table/components/TableSlotGrid.vue +1 -1
- package/src/pages/TablePage.vue +1 -2
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
50
50
|
checkBoxDataCy?: undefined;
|
|
51
51
|
showInputPopupEdit?: undefined;
|
|
52
52
|
showIconWithToolTip?: undefined;
|
|
53
|
-
|
|
53
|
+
iconWithToolTipDataCy?: undefined;
|
|
54
54
|
iconWithToolTipColor?: undefined;
|
|
55
55
|
iconWithToolTipName?: undefined;
|
|
56
56
|
toolTipText?: undefined;
|
|
@@ -92,7 +92,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
92
92
|
checkBoxDataCy?: undefined;
|
|
93
93
|
showInputPopupEdit?: undefined;
|
|
94
94
|
showIconWithToolTip?: undefined;
|
|
95
|
-
|
|
95
|
+
iconWithToolTipDataCy?: undefined;
|
|
96
96
|
iconWithToolTipColor?: undefined;
|
|
97
97
|
iconWithToolTipName?: undefined;
|
|
98
98
|
toolTipText?: undefined;
|
|
@@ -134,7 +134,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
134
134
|
checkBoxDataCy?: undefined;
|
|
135
135
|
showInputPopupEdit?: undefined;
|
|
136
136
|
showIconWithToolTip?: undefined;
|
|
137
|
-
|
|
137
|
+
iconWithToolTipDataCy?: undefined;
|
|
138
138
|
iconWithToolTipColor?: undefined;
|
|
139
139
|
iconWithToolTipName?: undefined;
|
|
140
140
|
toolTipText?: undefined;
|
|
@@ -176,7 +176,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
176
176
|
checkBoxDataCy?: undefined;
|
|
177
177
|
showInputPopupEdit?: undefined;
|
|
178
178
|
showIconWithToolTip?: undefined;
|
|
179
|
-
|
|
179
|
+
iconWithToolTipDataCy?: undefined;
|
|
180
180
|
iconWithToolTipColor?: undefined;
|
|
181
181
|
iconWithToolTipName?: undefined;
|
|
182
182
|
toolTipText?: undefined;
|
|
@@ -218,7 +218,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
218
218
|
checkBoxDataCy?: undefined;
|
|
219
219
|
showInputPopupEdit?: undefined;
|
|
220
220
|
showIconWithToolTip?: undefined;
|
|
221
|
-
|
|
221
|
+
iconWithToolTipDataCy?: undefined;
|
|
222
222
|
iconWithToolTipColor?: undefined;
|
|
223
223
|
iconWithToolTipName?: undefined;
|
|
224
224
|
toolTipText?: undefined;
|
|
@@ -264,7 +264,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
264
264
|
checkBoxDataCy?: undefined;
|
|
265
265
|
showInputPopupEdit?: undefined;
|
|
266
266
|
showIconWithToolTip?: undefined;
|
|
267
|
-
|
|
267
|
+
iconWithToolTipDataCy?: undefined;
|
|
268
268
|
iconWithToolTipColor?: undefined;
|
|
269
269
|
iconWithToolTipName?: undefined;
|
|
270
270
|
toolTipText?: undefined;
|
|
@@ -306,7 +306,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
306
306
|
badgeOutline?: undefined;
|
|
307
307
|
showInputPopupEdit?: undefined;
|
|
308
308
|
showIconWithToolTip?: undefined;
|
|
309
|
-
|
|
309
|
+
iconWithToolTipDataCy?: undefined;
|
|
310
310
|
iconWithToolTipColor?: undefined;
|
|
311
311
|
iconWithToolTipName?: undefined;
|
|
312
312
|
toolTipText?: undefined;
|
|
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
348
348
|
checkBoxColorCaseFalse?: undefined;
|
|
349
349
|
checkBoxDataCy?: undefined;
|
|
350
350
|
showIconWithToolTip?: undefined;
|
|
351
|
-
|
|
351
|
+
iconWithToolTipDataCy?: undefined;
|
|
352
352
|
iconWithToolTipColor?: undefined;
|
|
353
353
|
iconWithToolTipName?: undefined;
|
|
354
354
|
toolTipText?: undefined;
|
|
@@ -360,8 +360,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
360
360
|
required: boolean;
|
|
361
361
|
sortable: boolean;
|
|
362
362
|
showIconWithToolTip: boolean;
|
|
363
|
-
|
|
364
|
-
iconWithToolTipEmit: string;
|
|
363
|
+
iconWithToolTipDataCy: string;
|
|
365
364
|
iconWithToolTipColor: (row: {
|
|
366
365
|
iconWithToolTipColor: string;
|
|
367
366
|
}) => string;
|
|
@@ -386,6 +385,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
386
385
|
showCustomizedButton?: undefined;
|
|
387
386
|
btnIcon?: undefined;
|
|
388
387
|
btnEmit?: undefined;
|
|
388
|
+
dataCy?: undefined;
|
|
389
389
|
format?: undefined;
|
|
390
390
|
showBadge?: undefined;
|
|
391
391
|
badgeDataCy?: undefined;
|
|
@@ -438,7 +438,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
438
438
|
checkBoxDataCy?: undefined;
|
|
439
439
|
showInputPopupEdit?: undefined;
|
|
440
440
|
showIconWithToolTip?: undefined;
|
|
441
|
-
|
|
441
|
+
iconWithToolTipDataCy?: undefined;
|
|
442
442
|
iconWithToolTipColor?: undefined;
|
|
443
443
|
iconWithToolTipName?: undefined;
|
|
444
444
|
toolTipText?: undefined;
|
|
@@ -7537,7 +7537,7 @@ function gv(e, t, n, o, r, l) {
|
|
|
7537
7537
|
}, null, 8, ["data-cy", "btn-color", "btn-icon", "btn-disable", "onOnClickButton"])) : Se("", !0),
|
|
7538
7538
|
c.showIconWithToolTip ? (ee(), ue(g, {
|
|
7539
7539
|
key: 8,
|
|
7540
|
-
"data-cy": c.
|
|
7540
|
+
"data-cy": c.iconWithToolTipDataCy + "-" + r.tablePropsData.row.id,
|
|
7541
7541
|
"icon-color": r.tablePropsData.row.iconWithToolTipColor,
|
|
7542
7542
|
"icon-name": r.tablePropsData.row.iconWithToolTipName,
|
|
7543
7543
|
"tool-tip-text": r.tablePropsData.row.toolTipText,
|
|
@@ -7804,7 +7804,7 @@ function bv(e, t, n, o, r, l) {
|
|
|
7804
7804
|
default: W(() => [
|
|
7805
7805
|
c.showIconWithToolTip ? (ee(), ue(g, {
|
|
7806
7806
|
key: 0,
|
|
7807
|
-
"data-cy": c.
|
|
7807
|
+
"data-cy": c.iconWithToolTipDataCy + "-" + r.tablePropsData.row.id,
|
|
7808
7808
|
"icon-color": r.tablePropsData.row.iconWithToolTipColor,
|
|
7809
7809
|
"icon-name": r.tablePropsData.row.iconWithToolTipName,
|
|
7810
7810
|
"tool-tip-text": r.tablePropsData.row.toolTipText,
|