@selfeesas/shared-components 0.6.1 → 0.6.2
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.
|
@@ -34127,7 +34127,10 @@ const zf = /* @__PURE__ */ Lf(qf), qo = (l) => {
|
|
|
34127
34127
|
class: "confirm-delete-dialog"
|
|
34128
34128
|
}, {
|
|
34129
34129
|
default: Qe(() => [
|
|
34130
|
-
Je(di, {
|
|
34130
|
+
Je(di, {
|
|
34131
|
+
class: "confirm-delete-card",
|
|
34132
|
+
"data-cy": "confirm-delete-card"
|
|
34133
|
+
}, {
|
|
34131
34134
|
default: Qe(() => [
|
|
34132
34135
|
Je(yn, { class: "dialog-header text-center" }, {
|
|
34133
34136
|
default: Qe(() => [
|
|
@@ -34158,7 +34161,8 @@ const zf = /* @__PURE__ */ Lf(qf), qo = (l) => {
|
|
|
34158
34161
|
"no-caps": "",
|
|
34159
34162
|
class: "action-btn cancel-btn",
|
|
34160
34163
|
padding: "8px 20px",
|
|
34161
|
-
onClick: f
|
|
34164
|
+
onClick: f,
|
|
34165
|
+
"data-cy": "cancel-delete-button"
|
|
34162
34166
|
}, null, 8, ["label"]),
|
|
34163
34167
|
Je(Et, {
|
|
34164
34168
|
label: a.confirmLabel,
|
|
@@ -34166,7 +34170,8 @@ const zf = /* @__PURE__ */ Lf(qf), qo = (l) => {
|
|
|
34166
34170
|
"no-caps": "",
|
|
34167
34171
|
class: "action-btn confirm-btn",
|
|
34168
34172
|
padding: "8px 24px",
|
|
34169
|
-
onClick: m
|
|
34173
|
+
onClick: m,
|
|
34174
|
+
"data-cy": "confirm-delete-button"
|
|
34170
34175
|
}, null, 8, ["label", "color"])
|
|
34171
34176
|
]),
|
|
34172
34177
|
_: 1
|
|
@@ -34178,7 +34183,7 @@ const zf = /* @__PURE__ */ Lf(qf), qo = (l) => {
|
|
|
34178
34183
|
_: 1
|
|
34179
34184
|
}, 8, ["model-value"]));
|
|
34180
34185
|
}
|
|
34181
|
-
}), Fd = /* @__PURE__ */ Er(dd, [["__scopeId", "data-v-
|
|
34186
|
+
}), Fd = /* @__PURE__ */ Er(dd, [["__scopeId", "data-v-6caf8343"]]);
|
|
34182
34187
|
function hd(l = "sticky-filters-target") {
|
|
34183
34188
|
const O = Se(!1), t = () => {
|
|
34184
34189
|
document.getElementById(l) && (O.value = !0);
|