am-ui-package 1.2.0 → 1.3.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/{ArrowTrip-D5h6dTkW.js → ArrowTrip-eToaZQai.js} +1 -1
- package/dist/{BadSeatSelection-BlvrYQ81.js → BadSeatSelection-BiKTZ4Z9.js} +1 -1
- package/dist/Check-Bp5MRupW.js +27 -0
- package/dist/{FlexibleFares-Dt1FqVIu.js → FlexibleFares-CWBygGaI.js} +1 -1
- package/dist/{Illustration-CrXBwoR0.js → Illustration-CkWm3Xge.js} +1 -1
- package/dist/{InfoAlert-CI9Dcxxt.js → InfoAlert-CDyT9fMQ.js} +1 -1
- package/dist/{MailCircle-eFCgVhsa.js → MailCircle-DmuzzRH2.js} +1 -1
- package/dist/RedX-CRVONCLc.js +29 -0
- package/dist/{SeatSelection-DjyBhTNo.js → SeatSelection-BfWXTyTF.js} +1 -1
- package/dist/{ShortArrow-CrdwMf3v.js → ShortArrow-oVOyj3jZ.js} +1 -1
- package/dist/{ToggleArrow-WGagCS6Z.js → ToggleArrow-C5RkP4p_.js} +1 -1
- package/dist/{TrashWarnCircle-C1f9XZfK.js → TrashWarnCircle-DgoOWt9n.js} +1 -1
- package/dist/{WarnAlert-IVGnacgB.js → WarnAlert-BZQy5tpx.js} +1 -1
- package/dist/{WebCKI-C59VjaH0.js → WebCKI-C8EY9E0K.js} +1 -1
- package/dist/am-ui-package.es.js +1 -1
- package/dist/am-ui-package.umd.js +1 -1
- package/dist/{index-CXvcG6Rl.js → index-CSFy6lQ0.js} +236 -209
- package/dist/loader.svg +29 -0
- package/package.json +1 -1
- package/src/App.vue +261 -7
- package/src/components/EmptyStateIllustration.vue +16 -3
- package/src/components/Forms/PNRForm.vue +1 -1
- package/src/components/Icons/Check.vue +14 -3
- package/src/components/Icons/RedX.vue +31 -0
- package/src/components/Inputs/CheckInput.vue +42 -0
- package/src/components/Loaders/Loader.vue +9 -0
- package/src/components/Tickets/CheckTicket.vue +207 -0
- package/src/utils/normalizeDate.js +24 -0
- package/dist/Check-B5paQDk1.js +0 -21
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as l, openBlock as t, mergeProps as n, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as i } from "./index-
|
|
2
|
+
import { _ as i } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const d = {};
|
|
4
4
|
function p(o, r) {
|
|
5
5
|
return t(), l("svg", n(o.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as l, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const r = {};
|
|
4
4
|
function C(i, t) {
|
|
5
5
|
return l(), o("div", null, [...t[0] || (t[0] = [
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { defineComponent as o, createElementBlock as i, openBlock as n, createElementVNode as l } from "vue";
|
|
2
|
+
const r = ["width", "height"], a = /* @__PURE__ */ o({
|
|
3
|
+
__name: "Check",
|
|
4
|
+
props: {
|
|
5
|
+
size: { default: 14 },
|
|
6
|
+
strokeWidth: {},
|
|
7
|
+
color: {},
|
|
8
|
+
ariaLabel: {}
|
|
9
|
+
},
|
|
10
|
+
setup(s) {
|
|
11
|
+
return (e, t) => (n(), i("svg", {
|
|
12
|
+
width: e.size,
|
|
13
|
+
height: e.size,
|
|
14
|
+
viewBox: "0 0 14 14",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, [...t[0] || (t[0] = [
|
|
18
|
+
l("path", {
|
|
19
|
+
d: "M5.4767 12.0402L1.3999 7.52768L3.1247 5.61326L5.4543 8.18861L10.8751 2.24023L12.5999 4.15465L5.4767 12.0402Z",
|
|
20
|
+
fill: "#48A83E"
|
|
21
|
+
}, null, -1)
|
|
22
|
+
])], 8, r));
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
export {
|
|
26
|
+
a as default
|
|
27
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as e, openBlock as l, createElementVNode as C } from "vue";
|
|
2
|
-
import { _ as t } from "./index-
|
|
2
|
+
import { _ as t } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const o = {};
|
|
4
4
|
function r(n, L) {
|
|
5
5
|
return l(), e("div", null, [...L[0] || (L[0] = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as l, mergeProps as i, createStaticVNode as o } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const p = {};
|
|
4
4
|
function a(e, t) {
|
|
5
5
|
return l(), r("svg", i(e.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as i, mergeProps as o, createStaticVNode as l } from "vue";
|
|
2
|
-
import { _ as c } from "./index-
|
|
2
|
+
import { _ as c } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const s = {};
|
|
4
4
|
function n(e, t) {
|
|
5
5
|
return i(), r("svg", o(e.$attrs, {
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineComponent as o, createElementBlock as r, openBlock as a, createElementVNode as i } from "vue";
|
|
2
|
+
const l = ["width", "height", "aria-label", "stroke", "stroke-width"], d = /* @__PURE__ */ o({
|
|
3
|
+
__name: "RedX",
|
|
4
|
+
props: {
|
|
5
|
+
size: { default: 20 },
|
|
6
|
+
strokeWidth: { default: 3 },
|
|
7
|
+
color: { default: "#DC2626" },
|
|
8
|
+
ariaLabel: { default: "tache roja" }
|
|
9
|
+
},
|
|
10
|
+
setup(s) {
|
|
11
|
+
return (e, t) => (a(), r("svg", {
|
|
12
|
+
width: e.size,
|
|
13
|
+
height: e.size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
role: "img",
|
|
16
|
+
"aria-label": e.ariaLabel,
|
|
17
|
+
fill: "none",
|
|
18
|
+
stroke: e.color,
|
|
19
|
+
"stroke-width": e.strokeWidth,
|
|
20
|
+
"stroke-linecap": "square",
|
|
21
|
+
"stroke-linejoin": "miter"
|
|
22
|
+
}, [...t[0] || (t[0] = [
|
|
23
|
+
i("path", { d: "M5 5L19 19M19 5L5 19" }, null, -1)
|
|
24
|
+
])], 8, l));
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
export {
|
|
28
|
+
d as default
|
|
29
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as t, openBlock as o, createElementVNode as C } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const L = {};
|
|
4
4
|
function l(r, e) {
|
|
5
5
|
return o(), t("div", null, [...e[0] || (e[0] = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as t, mergeProps as n, createElementVNode as l } from "vue";
|
|
2
|
-
import { _ as d } from "./index-
|
|
2
|
+
import { _ as d } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const i = {};
|
|
4
4
|
function f(r, e) {
|
|
5
5
|
return t(), o("svg", n(r.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as l, openBlock as o, mergeProps as i, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const s = {};
|
|
4
4
|
function c(r, e) {
|
|
5
5
|
return o(), l("svg", i(r.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as o, mergeProps as i, createStaticVNode as n } from "vue";
|
|
2
|
-
import { _ as s } from "./index-
|
|
2
|
+
import { _ as s } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const l = {};
|
|
4
4
|
function k(e, t) {
|
|
5
5
|
return o(), r("svg", i(e.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as n, mergeProps as i, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as l } from "./index-
|
|
2
|
+
import { _ as l } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const s = {};
|
|
4
4
|
function m(t, r) {
|
|
5
5
|
return n(), o("svg", i(t.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-CSFy6lQ0.js";
|
|
3
3
|
const l = {};
|
|
4
4
|
function s(c, e) {
|
|
5
5
|
return o(), r("div", null, [...e[0] || (e[0] = [
|
package/dist/am-ui-package.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as t, b as o, c as e, d as n, e as l, f as r, g as i, h as c, I as p, i as u, j as B, k as I, l as d, m as T, n as k, o as m, p as f, q as P, r as b } from "./index-
|
|
1
|
+
import { a as t, b as o, c as e, d as n, e as l, f as r, g as i, h as c, I as p, i as u, j as B, k as I, l as d, m as T, n as k, o as m, p as f, q as P, r as b } from "./index-CSFy6lQ0.js";
|
|
2
2
|
export {
|
|
3
3
|
t as ActionBar,
|
|
4
4
|
o as AlertModal,
|