@avenirs-esr/avenirs-dsav 0.1.78 → 0.1.79

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/index.es.js CHANGED
@@ -6525,7 +6525,8 @@ const Jc = ["aria-label"], $c = /* @__PURE__ */ k({
6525
6525
  confirmLabel: {},
6526
6526
  confirmIcon: { default: () => X.CLOSE_CIRCLE_OUTLINE },
6527
6527
  confirmDisabled: { type: Boolean },
6528
- confirmIsLoading: { type: Boolean }
6528
+ confirmIsLoading: { type: Boolean },
6529
+ form: {}
6529
6530
  },
6530
6531
  emits: ["cancel", "confirm"],
6531
6532
  setup(e, { emit: t }) {
@@ -6550,12 +6551,14 @@ const Jc = ["aria-label"], $c = /* @__PURE__ */ k({
6550
6551
  variant: "FLAT",
6551
6552
  "is-loading": e.confirmIsLoading,
6552
6553
  disabled: e.confirmDisabled,
6554
+ type: e.form ? "submit" : void 0,
6555
+ form: e.form,
6553
6556
  small: "",
6554
6557
  onClick: i[1] || (i[1] = (l) => n("confirm"))
6555
- }, null, 8, ["icon", "label", "title", "is-loading", "disabled"])) : L("", !0)
6558
+ }, null, 8, ["icon", "label", "title", "is-loading", "disabled", "type", "form"])) : L("", !0)
6556
6559
  ]));
6557
6560
  }
6558
- }), da = /* @__PURE__ */ z(uu, [["__scopeId", "data-v-6c732acd"]]), fa = Symbol("header"), Au = ["aria-label"], du = { class: "av-btns-group" }, Nn = /* @__PURE__ */ k({
6561
+ }), da = /* @__PURE__ */ z(uu, [["__scopeId", "data-v-73978427"]]), fa = Symbol("header"), Au = ["aria-label"], du = { class: "av-btns-group" }, Nn = /* @__PURE__ */ k({
6559
6562
  __name: "AvHeaderMenuLinks",
6560
6563
  props: {
6561
6564
  links: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.78",
4
+ "version": "0.1.79",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/avenirs-esr/avenirs-dsav"