@ambita/design-system 5.0.11 → 5.1.1-1291.0

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/ds.mjs CHANGED
@@ -65,7 +65,7 @@ function iS(e, t, n, i, o, u) {
65
65
  ])) : Ee("", !0)
66
66
  ], 10, rS);
67
67
  }
68
- const El = /* @__PURE__ */ ce(tS, [["render", iS], ["__scopeId", "data-v-10242010"]]), sS = ["success", "info", "warning", "error"], oS = {
68
+ const El = /* @__PURE__ */ ce(tS, [["render", iS], ["__scopeId", "data-v-fe2b7dce"]]), sS = ["success", "info", "warning", "error"], oS = {
69
69
  xmlns: "http://www.w3.org/2000/svg",
70
70
  viewBox: "0 0 256 256"
71
71
  };
@@ -370,7 +370,7 @@ function kS(e, t, n, i, o, u) {
370
370
  _: 3
371
371
  }, 8, ["href", "class"]);
372
372
  }
373
- const xS = /* @__PURE__ */ ce(NS, [["render", kS], ["__scopeId", "data-v-a9a2816c"]]), US = {
373
+ const xS = /* @__PURE__ */ ce(NS, [["render", kS], ["__scopeId", "data-v-d3682c90"]]), US = {
374
374
  xmlns: "http://www.w3.org/2000/svg",
375
375
  viewBox: "0 0 256 256"
376
376
  };
@@ -978,7 +978,7 @@ function RE(e, t, n, i, o, u) {
978
978
  ], 8, PE)
979
979
  ]);
980
980
  }
981
- const Kp = /* @__PURE__ */ ce(IE, [["render", RE], ["__scopeId", "data-v-31bfbd82"]]), DE = ae({
981
+ const Kp = /* @__PURE__ */ ce(IE, [["render", RE], ["__scopeId", "data-v-da26c979"]]), DE = ae({
982
982
  name: "aux-checkbox-card",
983
983
  props: {
984
984
  value: {
@@ -1039,7 +1039,7 @@ function ME(e, t, n, i, o, u) {
1039
1039
  Ne(e.$slots, "default", {}, void 0, !0)
1040
1040
  ], 2);
1041
1041
  }
1042
- const Jp = /* @__PURE__ */ ce(DE, [["render", ME], ["__scopeId", "data-v-3a00f3b4"]]), NE = ae({
1042
+ const Jp = /* @__PURE__ */ ce(DE, [["render", ME], ["__scopeId", "data-v-55a0bfca"]]), NE = ae({
1043
1043
  name: "aux-checkbox",
1044
1044
  components: { AuxCheckboxRegular: Kp, AuxCheckboxCard: Jp },
1045
1045
  props: {
@@ -1577,7 +1577,6 @@ function yO(e, t, n, i, o, u) {
1577
1577
  X("div", mO, [
1578
1578
  e.percentage && e.percentage < 100 && !e.failed ? (F(), H("progress", {
1579
1579
  key: 0,
1580
- style: { width: "100px" },
1581
1580
  max: "100",
1582
1581
  value: e.percentage
1583
1582
  }, null, 8, gO)) : Ee("", !0),
@@ -1601,7 +1600,7 @@ function yO(e, t, n, i, o, u) {
1601
1600
  ])
1602
1601
  ]);
1603
1602
  }
1604
- const _O = /* @__PURE__ */ ce(cO, [["render", yO], ["__scopeId", "data-v-418ebf0a"]]), $O = ae({
1603
+ const _O = /* @__PURE__ */ ce(cO, [["render", yO], ["__scopeId", "data-v-5bd37bc7"]]), $O = ae({
1605
1604
  name: "aux-upload",
1606
1605
  props: {
1607
1606
  files: {
@@ -1869,15 +1868,15 @@ const BO = ae({
1869
1868
  case "date":
1870
1869
  return _r(new Date(n), "date");
1871
1870
  case "dateAndTimeWithSeconds":
1872
- return _r(new Date(n), "date") + " - ";
1871
+ return `${_r(new Date(n), "date")} - `;
1873
1872
  case "dateFull":
1874
1873
  return `${o[0]} ${o[1]} `;
1875
1874
  case "time":
1876
- return _r(new Date(n), "time") + " - ";
1875
+ return _r(new Date(n), "time");
1877
1876
  case "timeWithSeconds":
1878
- return _r(new Date(n), "timeWithSeconds") + " - ";
1877
+ return _r(new Date(n), "timeWithSeconds");
1879
1878
  default:
1880
- return _r(new Date(n), "date") + " - ";
1879
+ return `${_r(new Date(n), "date")} - `;
1881
1880
  }
1882
1881
  }, formatSecondDate: (n, i = "dateAndTime") => {
1883
1882
  const o = _r(new Date(n), "dateFull").split(" ");
@@ -1885,7 +1884,7 @@ const BO = ae({
1885
1884
  case "date":
1886
1885
  return;
1887
1886
  case "dateAndTimeWithSeconds":
1888
- return "kl. " + _r(new Date(n), "timeWithSeconds");
1887
+ return `kl. ${_r(new Date(n), "timeWithSeconds")}`;
1889
1888
  case "dateFull":
1890
1889
  return `${o[2]} ${o[3]}`;
1891
1890
  case "time":
@@ -1893,7 +1892,7 @@ const BO = ae({
1893
1892
  case "timeWithSeconds":
1894
1893
  break;
1895
1894
  default:
1896
- return "kl. " + _r(new Date(n), "time");
1895
+ return `kl. ${_r(new Date(n), "time")}`;
1897
1896
  }
1898
1897
  } };
1899
1898
  }
@@ -1905,7 +1904,7 @@ function GO(e, t, n, i, o, u) {
1905
1904
  X("span", VO, Pe(e.formatSecondDate(e.date, e.format)), 1)
1906
1905
  ]);
1907
1906
  }
1908
- const dY = /* @__PURE__ */ ce(BO, [["render", GO], ["__scopeId", "data-v-f9f4b5cf"]]), HO = ae({
1907
+ const dY = /* @__PURE__ */ ce(BO, [["render", GO], ["__scopeId", "data-v-6ba3306a"]]), HO = ae({
1909
1908
  name: "aux-toggle",
1910
1909
  props: {
1911
1910
  id: {
@@ -2340,7 +2339,7 @@ function PI(e, t, n, i, o, u) {
2340
2339
  }, 1032, ["id", "type", "onRemoveNotification"]))), 128))
2341
2340
  ]);
2342
2341
  }
2343
- const gY = /* @__PURE__ */ ce(TI, [["render", PI], ["__scopeId", "data-v-549433fd"]]);
2342
+ const gY = /* @__PURE__ */ ce(TI, [["render", PI], ["__scopeId", "data-v-58b84b39"]]);
2344
2343
  var Wr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2345
2344
  function lt(e) {
2346
2345
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;