@aeria-ui/ui 0.0.8 → 0.0.9
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/{activation-bb61249a.js → activation-d33a39fa.js} +1 -1
- package/dist/{crud-view-4ad51780.js → crud-view-3045a541.js} +1 -1
- package/dist/{index-3a69ab2f.js → index-547a109c.js} +8 -8
- package/dist/{password-change-08429580.js → password-change-3f889148.js} +1 -1
- package/dist/{profile-7adb49dd.js → profile-4bceb767.js} +1 -1
- package/dist/{signin-bb83d1fb.js → signin-9a3c74a0.js} +1 -1
- package/dist/{signup-bec24446.js → signup-2eb8e263.js} +1 -1
- package/dist/ui.js +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { defineComponent as C, withAsyncContext as k, ref as $, unref as c, open
|
|
|
2
2
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
3
3
|
import { unsafe as x } from "@aeriajs/common";
|
|
4
4
|
import { useRouter as S } from "vue-router";
|
|
5
|
-
import { A, _ as I, a as v } from "./index-
|
|
5
|
+
import { A, _ as I, a as v } from "./index-547a109c.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeria-ui/web";
|
|
8
8
|
import "maska";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, openBlock as t, createBlock as r, createSlots as c, withCtx as i, renderSlot as l, createCommentVNode as m } from "vue";
|
|
2
|
-
import { d as n } from "./index-
|
|
2
|
+
import { d as n } from "./index-547a109c.js";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeria-ui/web";
|
|
5
5
|
import "@aeria-ui/state-management";
|
|
@@ -3131,7 +3131,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3131
3131
|
}
|
|
3132
3132
|
}), Fs = (c, u = []) => ({
|
|
3133
3133
|
path: "/user",
|
|
3134
|
-
name: "/user",
|
|
3134
|
+
name: "/builtin:user",
|
|
3135
3135
|
component: c,
|
|
3136
3136
|
children: u.concat([
|
|
3137
3137
|
{
|
|
@@ -3147,7 +3147,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3147
3147
|
{
|
|
3148
3148
|
path: "signin",
|
|
3149
3149
|
name: "/user/signin",
|
|
3150
|
-
component: () => import("./signin-
|
|
3150
|
+
component: () => import("./signin-9a3c74a0.js"),
|
|
3151
3151
|
meta: {
|
|
3152
3152
|
title: "Autenticação"
|
|
3153
3153
|
}
|
|
@@ -3155,7 +3155,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3155
3155
|
{
|
|
3156
3156
|
path: "signup",
|
|
3157
3157
|
name: "/user/signup",
|
|
3158
|
-
component: () => import("./signup-
|
|
3158
|
+
component: () => import("./signup-2eb8e263.js"),
|
|
3159
3159
|
meta: {
|
|
3160
3160
|
title: "Registro"
|
|
3161
3161
|
}
|
|
@@ -3163,7 +3163,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3163
3163
|
{
|
|
3164
3164
|
path: "activation",
|
|
3165
3165
|
name: "/user/activation",
|
|
3166
|
-
component: () => import("./activation-
|
|
3166
|
+
component: () => import("./activation-d33a39fa.js"),
|
|
3167
3167
|
meta: {
|
|
3168
3168
|
title: "Ativação"
|
|
3169
3169
|
}
|
|
@@ -3171,7 +3171,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3171
3171
|
])
|
|
3172
3172
|
}), Ms = (c, u = []) => ({
|
|
3173
3173
|
path: "/dashboard",
|
|
3174
|
-
name: "/dashboard",
|
|
3174
|
+
name: "/builtin:dashboard",
|
|
3175
3175
|
component: c,
|
|
3176
3176
|
redirect: {
|
|
3177
3177
|
name: "/dashboard/"
|
|
@@ -3185,7 +3185,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3185
3185
|
name: "/dashboard/crud",
|
|
3186
3186
|
props: !0,
|
|
3187
3187
|
components: {
|
|
3188
|
-
default: () => import("./crud-view-
|
|
3188
|
+
default: () => import("./crud-view-3045a541.js"),
|
|
3189
3189
|
topbar: () => Promise.resolve().then(() => ks)
|
|
3190
3190
|
},
|
|
3191
3191
|
meta: {
|
|
@@ -3203,7 +3203,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3203
3203
|
children: [
|
|
3204
3204
|
{
|
|
3205
3205
|
path: "profile",
|
|
3206
|
-
component: () => import("./profile-
|
|
3206
|
+
component: () => import("./profile-4bceb767.js"),
|
|
3207
3207
|
meta: {
|
|
3208
3208
|
title: "Meu perfil",
|
|
3209
3209
|
icon: "user-square"
|
|
@@ -3212,7 +3212,7 @@ const gs = /* @__PURE__ */ X(bs, [["__scopeId", "data-v-d0b47fbb"]]), ks = /* @_
|
|
|
3212
3212
|
{
|
|
3213
3213
|
path: "changepass",
|
|
3214
3214
|
name: "/dashboard/user/changepass",
|
|
3215
|
-
component: () => import("./password-change-
|
|
3215
|
+
component: () => import("./password-change-3f889148.js"),
|
|
3216
3216
|
meta: {
|
|
3217
3217
|
title: "Mudar senha",
|
|
3218
3218
|
icon: "lock"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as m, ref as p, openBlock as u, createBlock as c, withCtx as a, createVNode as s, withModifiers as _, createTextVNode as f } from "vue";
|
|
2
2
|
import { useRouter as w } from "vue-router";
|
|
3
3
|
import { useStore as i } from "@aeria-ui/state-management";
|
|
4
|
-
import { g as h, _ as v, a as b } from "./index-
|
|
4
|
+
import { g as h, _ as v, a as b } from "./index-547a109c.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeria-ui/web";
|
|
7
7
|
import "@aeriajs/common";
|
|
@@ -2,7 +2,7 @@ import { defineComponent as $, ref as k, resolveDirective as h, openBlock as n,
|
|
|
2
2
|
import { useRouter as N } from "vue-router";
|
|
3
3
|
import { useStore as _ } from "@aeria-ui/state-management";
|
|
4
4
|
import { STORAGE_NAMESPACE as g } from "@aeria-ui/web";
|
|
5
|
-
import { e as P, f as x, b as p, g as I, a as O, A as B, h as M } from "./index-
|
|
5
|
+
import { e as P, f as x, b as p, g as I, a as O, A as B, h as M } from "./index-547a109c.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "maska";
|
|
@@ -3,7 +3,7 @@ import { STORAGE_NAMESPACE as x } from "@aeria-ui/web";
|
|
|
3
3
|
import { useStore as f } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as w } from "vue-router";
|
|
5
5
|
import { isRight as E } from "@aeriajs/common";
|
|
6
|
-
import { A as S, a as _ } from "./index-
|
|
6
|
+
import { A as S, a as _ } from "./index-547a109c.js";
|
|
7
7
|
import "@aeria-ui/i18n";
|
|
8
8
|
import "maska";
|
|
9
9
|
const A = { style: { "text-align": "center" } }, N = ["innerHTML"], B = { key: 1 }, L = /* @__PURE__ */ c("span", null, "Não possui uma conta?", -1), R = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, I = /* @__PURE__ */ k({
|
|
@@ -2,7 +2,7 @@ import { defineComponent as h, withAsyncContext as x, ref as c, resolveDirective
|
|
|
2
2
|
import { useRouter as D } from "vue-router";
|
|
3
3
|
import { useStore as V } from "@aeria-ui/state-management";
|
|
4
4
|
import { isLeft as M, unwrapEither as N } from "@aeriajs/common";
|
|
5
|
-
import { b as S, A as q, _ as F, c as P, a as I } from "./index-
|
|
5
|
+
import { b as S, A as q, _ as F, c as P, a as I } from "./index-547a109c.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeria-ui/web";
|
|
8
8
|
import "maska";
|
package/dist/ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as p, z as m, j as u, k as c, a as d, l as b, c as C, m as l, d as B, D as P, t as h, A as x, n as F, b as T, o as f, u as g, p as w, f as I, v as M, q as S, g as k, _ as y, e as R, B as j, w as q, x as v, y as z, r as D, s as E, C as G, F as O, E as _ } from "./index-
|
|
1
|
+
import { i as p, z as m, j as u, k as c, a as d, l as b, c as C, m as l, d as B, D as P, t as h, A as x, n as F, b as T, o as f, u as g, p as w, f as I, v as M, q as S, g as k, _ as y, e as R, B as j, w as q, x as v, y as z, r as D, s as E, C as G, F as O, E as _ } from "./index-547a109c.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeria-ui/web";
|