@selfeesas/shared-components 0.4.5 → 0.4.7

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.
@@ -33331,7 +33331,10 @@ const yf = /* @__PURE__ */ bf(vf), wf = async (u) => {
33331
33331
  label: n.label,
33332
33332
  loading: f.value,
33333
33333
  disable: n.disabled || f.value
33334
- }, a.value, { onClick: o }), null, 16, ["color", "label", "loading", "disable"]));
33334
+ }, a.value, {
33335
+ "data-cy": "export-excel-button",
33336
+ onClick: o
33337
+ }), null, 16, ["color", "label", "loading", "disable"]));
33335
33338
  }
33336
33339
  }), _f = ut({
33337
33340
  name: "QForm",
@@ -33560,7 +33563,8 @@ const yf = /* @__PURE__ */ bf(vf), wf = async (u) => {
33560
33563
  label: "Identifiant",
33561
33564
  outlined: "",
33562
33565
  dark: "",
33563
- rules: [(r) => !!r || "Identifiant requis"]
33566
+ rules: [(r) => !!r || "Identifiant requis"],
33567
+ "data-cy": "username"
33564
33568
  }, {
33565
33569
  prepend: it(() => [
33566
33570
  dt(Dt, {
@@ -33579,7 +33583,8 @@ const yf = /* @__PURE__ */ bf(vf), wf = async (u) => {
33579
33583
  label: "Mot de passe",
33580
33584
  outlined: "",
33581
33585
  dark: "",
33582
- rules: [(r) => !!r || "Mot de passe requis"]
33586
+ rules: [(r) => !!r || "Mot de passe requis"],
33587
+ "data-cy": "password"
33583
33588
  }, {
33584
33589
  prepend: it(() => [
33585
33590
  dt(Dt, {
@@ -33596,7 +33601,8 @@ const yf = /* @__PURE__ */ bf(vf), wf = async (u) => {
33596
33601
  class: "login-button full-width",
33597
33602
  color: "energy-green",
33598
33603
  "text-color": "'white'",
33599
- loading: v.value
33604
+ loading: v.value,
33605
+ "data-cy": "login-button"
33600
33606
  }, null, 8, ["loading"])
33601
33607
  ]),
33602
33608
  _: 1