amelia-booking-ui 0.0.424 → 0.0.425
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/amelia-booking-ui.css +1 -1
- package/dist/amelia-booking-ui.es.js +1 -1
- package/dist/chunks/{MazBtn.1qp5aQ4N-DL0EW0OT.mjs → MazBtn.1qp5aQ4N-CvAYj6ox.mjs} +2 -2
- package/dist/chunks/{MazCheckbox.UAnkvAoS-DAagicsP.mjs → MazCheckbox.UAnkvAoS-A_pYBtNA.mjs} +1 -1
- package/dist/chunks/{MazIcon.B5hPzeLk-CSQhygN0.mjs → MazIcon.B5hPzeLk-CT2ZOy9n.mjs} +1 -1
- package/dist/chunks/{MazSpinner.DZT5jj-c-B60x5O7K.mjs → MazSpinner.DZT5jj-c-CH9MWA4R.mjs} +1 -1
- package/dist/chunks/{index-gICoqJlu.mjs → index-Bn-KHlCb.mjs} +21403 -22662
- package/dist/types/components/form/AmForm.vue.d.ts +16 -2292
- package/dist/types/components/tabs/AmTabPane.vue.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as s, a as A, b as e, c as o, d as t, e as n, A as r, f as u, g as i, h as l, i as p, j as c, k as d, l as S, m as b, n as I, o as B, p as T, q as g, r as k, t as h, u as D, v as M, x as w, y as C, z as P, B as G, C as v, D as x, E as F, F as O, G as U, I as E, aa as L, J as R, K as f, L as Q, M as j, O as q, P as y, Q as z, R as H, S as J, T as K, U as N, V, W, X, Y, H as Z, Z as _, a1 as $, $ as aa, a0 as ma, a2 as sa, a3 as Aa, a6 as ea, a4 as oa, a5 as ta, a7 as na, a8 as ra, a9 as ua, ab as ia } from "./chunks/index-
|
|
1
|
+
import { _ as s, a as A, b as e, c as o, d as t, e as n, A as r, f as u, g as i, h as l, i as p, j as c, k as d, l as S, m as b, n as I, o as B, p as T, q as g, r as k, t as h, u as D, v as M, x as w, y as C, z as P, B as G, C as v, D as x, E as F, F as O, G as U, I as E, aa as L, J as R, K as f, L as Q, M as j, O as q, P as y, Q as z, R as H, S as J, T as K, U as N, V, W, X, Y, H as Z, Z as _, a1 as $, $ as aa, a0 as ma, a2 as sa, a3 as Aa, a6 as ea, a4 as oa, a5 as ta, a7 as na, a8 as ra, a9 as ua, ab as ia } from "./chunks/index-Bn-KHlCb.mjs";
|
|
2
2
|
export {
|
|
3
3
|
s as AmAlert,
|
|
4
4
|
A as AmAvatar,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as $, defineAsyncComponent as m, useAttrs as h, computed as t, createBlock as l, openBlock as n, resolveDynamicComponent as s, normalizeStyle as S, normalizeClass as a, withCtx as j, renderSlot as u, createElementBlock as C, createCommentVNode as d, unref as r, createVNode as _ } from "vue";
|
|
2
|
-
import { s as O } from "./index-
|
|
2
|
+
import { s as O } from "./index-Bn-KHlCb.mjs";
|
|
3
3
|
const A = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "m-btn-loader-container"
|
|
@@ -28,7 +28,7 @@ const A = {
|
|
|
28
28
|
justify: { default: "center" }
|
|
29
29
|
},
|
|
30
30
|
setup(v) {
|
|
31
|
-
const o = v, y = m(() => import("./MazSpinner.DZT5jj-c-
|
|
31
|
+
const o = v, y = m(() => import("./MazSpinner.DZT5jj-c-CH9MWA4R.mjs")), c = m(() => import("./MazIcon.B5hPzeLk-CT2ZOy9n.mjs")), { href: b, to: g } = h(), p = t(() => b ? "a" : g ? "router-link" : "button"), z = t(() => o.pastel ? `--${o.color}-pastel` : o.outline ? `--${o.color}-outline` : `--${o.color}`), f = t(
|
|
32
32
|
() => (o.loading || o.disabled) && p.value === "button"
|
|
33
33
|
), B = t(() => f.value ? "--cursor-default" : "--cursor-pointer"), k = t(() => `--is-${o.variant}`), x = t(() => o.loading && o.variant === "button"), I = t(() => p.value === "button" ? o.type : void 0), i = t(() => o.size === "xl" ? "maz-text-3xl" : o.size === "lg" ? "maz-text-2xl" : o.size === "md" ? "maz-text-xl" : o.size === "sm" ? "maz-text-lg" : o.size === "xs" ? "maz-text-base" : o.size === "mini" ? "maz-text-sm" : "maz-text-xl");
|
|
34
34
|
return (e, F) => (n(), l(s(p.value), {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as E, computed as o, ref as N, createElementBlock as b, openBlock as x, normalizeStyle as t, normalizeClass as n, unref as s, createElementVNode as u, mergeProps as $, createVNode as A, renderSlot as I, createCommentVNode as D, createTextVNode as K, toDisplayString as y } from "vue";
|
|
2
|
-
import { s as M, w as P } from "./index-
|
|
2
|
+
import { s as M, w as P } from "./index-Bn-KHlCb.mjs";
|
|
3
3
|
import T from "./check.C9Q_W85g-DmgtOx7Q.mjs";
|
|
4
4
|
const F = ["for", "aria-checked"], H = ["id", "checked", "disabled", "name"], J = { class: "m-checkbox__text" }, R = /* @__PURE__ */ E({
|
|
5
5
|
inheritAttrs: !1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as z, ref as f, computed as m, onMounted as x, createElementBlock as L, createCommentVNode as k, watchEffect as T, openBlock as H, mergeProps as N, nextTick as $ } from "vue";
|
|
2
|
-
import { N as C } from "./index-
|
|
2
|
+
import { N as C } from "./index-Bn-KHlCb.mjs";
|
|
3
3
|
const P = ["innerHTML"], G = /* @__PURE__ */ z({
|
|
4
4
|
__name: "MazIcon",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, createElementBlock as o, openBlock as n, normalizeClass as r, createElementVNode as l } from "vue";
|
|
2
|
-
import { s as a } from "./index-
|
|
2
|
+
import { s as a } from "./index-Bn-KHlCb.mjs";
|
|
3
3
|
const p = ["width", "height"], i = /* @__PURE__ */ t({
|
|
4
4
|
__name: "MazSpinner",
|
|
5
5
|
props: {
|