@aeria-ui/ui 0.0.58 → 0.0.59
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-967982e4.js → activation-b9ae3dac.js} +1 -1
- package/dist/{crud-view-731b1319.js → crud-view-0d9bc04c.js} +1 -1
- package/dist/{index-fbea6f2f.js → index-188ec511.js} +8 -7
- package/dist/{password-change-f85978c5.js → password-change-9a737b99.js} +1 -1
- package/dist/{profile-f4f9607b.js → profile-bce221ea.js} +1 -1
- package/dist/{signin-b16d808f.js → signin-add568ef.js} +1 -1
- package/dist/{signup-be400dd2.js → signup-1160c9e8.js} +1 -1
- package/dist/ui.js +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as k, withAsyncContext as $, ref as x, unref as p, openBlock as f, createElementBlock as _, createVNode as r, withCtx as i, withModifiers as S, createTextVNode as v, createElementVNode as g } from "vue";
|
|
2
2
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
3
3
|
import { useRouter as A } from "vue-router";
|
|
4
|
-
import { A as I, _ as R, a as w } from "./index-
|
|
4
|
+
import { A as I, _ as R, a as w } from "./index-188ec511.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeria-ui/core";
|
|
7
7
|
import "@aeriajs/common";
|
|
@@ -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 n } from "vue";
|
|
2
|
-
import { d as m } from "./index-
|
|
2
|
+
import { d as m } from "./index-188ec511.js";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeria-ui/core";
|
|
5
5
|
import "@aeriajs/common";
|
|
@@ -3192,7 +3192,7 @@ const Vl = /* @__PURE__ */ G(kl, [["__scopeId", "data-v-326eee9d"]]), Cl = /* @_
|
|
|
3192
3192
|
{
|
|
3193
3193
|
path: "signin",
|
|
3194
3194
|
name: "/user/signin",
|
|
3195
|
-
component: () => import("./signin-
|
|
3195
|
+
component: () => import("./signin-add568ef.js"),
|
|
3196
3196
|
meta: {
|
|
3197
3197
|
title: "Autenticação"
|
|
3198
3198
|
}
|
|
@@ -3200,7 +3200,7 @@ const Vl = /* @__PURE__ */ G(kl, [["__scopeId", "data-v-326eee9d"]]), Cl = /* @_
|
|
|
3200
3200
|
{
|
|
3201
3201
|
path: "signup",
|
|
3202
3202
|
name: "/user/signup",
|
|
3203
|
-
component: () => import("./signup-
|
|
3203
|
+
component: () => import("./signup-1160c9e8.js"),
|
|
3204
3204
|
meta: {
|
|
3205
3205
|
title: "Registro"
|
|
3206
3206
|
}
|
|
@@ -3208,7 +3208,7 @@ const Vl = /* @__PURE__ */ G(kl, [["__scopeId", "data-v-326eee9d"]]), Cl = /* @_
|
|
|
3208
3208
|
{
|
|
3209
3209
|
path: "activation",
|
|
3210
3210
|
name: "/user/activation",
|
|
3211
|
-
component: () => import("./activation-
|
|
3211
|
+
component: () => import("./activation-b9ae3dac.js"),
|
|
3212
3212
|
meta: {
|
|
3213
3213
|
title: "Ativação"
|
|
3214
3214
|
}
|
|
@@ -3230,7 +3230,7 @@ const Vl = /* @__PURE__ */ G(kl, [["__scopeId", "data-v-326eee9d"]]), Cl = /* @_
|
|
|
3230
3230
|
name: "/dashboard/crud",
|
|
3231
3231
|
props: !0,
|
|
3232
3232
|
components: {
|
|
3233
|
-
default: () => import("./crud-view-
|
|
3233
|
+
default: () => import("./crud-view-0d9bc04c.js"),
|
|
3234
3234
|
topbar: () => Promise.resolve().then(() => Cl)
|
|
3235
3235
|
},
|
|
3236
3236
|
meta: {
|
|
@@ -3242,13 +3242,14 @@ const Vl = /* @__PURE__ */ G(kl, [["__scopeId", "data-v-326eee9d"]]), Cl = /* @_
|
|
|
3242
3242
|
name: "/dashboard/user",
|
|
3243
3243
|
meta: {
|
|
3244
3244
|
title: "user",
|
|
3245
|
-
icon: "users"
|
|
3245
|
+
icon: "users",
|
|
3246
|
+
collection: "user"
|
|
3246
3247
|
},
|
|
3247
3248
|
redirect: "/dashboard/c/user",
|
|
3248
3249
|
children: [
|
|
3249
3250
|
{
|
|
3250
3251
|
path: "profile",
|
|
3251
|
-
component: () => import("./profile-
|
|
3252
|
+
component: () => import("./profile-bce221ea.js"),
|
|
3252
3253
|
meta: {
|
|
3253
3254
|
title: "Meu perfil",
|
|
3254
3255
|
icon: "user-square"
|
|
@@ -3257,7 +3258,7 @@ const Vl = /* @__PURE__ */ G(kl, [["__scopeId", "data-v-326eee9d"]]), Cl = /* @_
|
|
|
3257
3258
|
{
|
|
3258
3259
|
path: "changepass",
|
|
3259
3260
|
name: "/dashboard/user/changepass",
|
|
3260
|
-
component: () => import("./password-change-
|
|
3261
|
+
component: () => import("./password-change-9a737b99.js"),
|
|
3261
3262
|
meta: {
|
|
3262
3263
|
title: "Mudar senha",
|
|
3263
3264
|
icon: "lock"
|
|
@@ -2,7 +2,7 @@ import { defineComponent as p, ref as u, openBlock as m, createBlock as _, withC
|
|
|
2
2
|
import { useRouter as v } from "vue-router";
|
|
3
3
|
import { useI18n as g } from "@aeria-ui/i18n";
|
|
4
4
|
import { useStore as n } from "@aeria-ui/state-management";
|
|
5
|
-
import { g as x, _ as V, a as k } from "./index-
|
|
5
|
+
import { g as x, _ as V, a as k } from "./index-188ec511.js";
|
|
6
6
|
import "@aeria-ui/core";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
const D = /* @__PURE__ */ p({
|
|
@@ -2,7 +2,7 @@ import { defineComponent as S, ref as h, resolveDirective as w, openBlock as u,
|
|
|
2
2
|
import { useRouter as P } from "vue-router";
|
|
3
3
|
import { useStore as g } from "@aeria-ui/state-management";
|
|
4
4
|
import { STORAGE_NAMESPACE as v } from "@aeria-ui/core";
|
|
5
|
-
import { e as z, f as E, b as f, g as I, a as O, A as B, h as U } from "./index-
|
|
5
|
+
import { e as z, f as E, b as f, g as I, a as O, A as B, h as U } from "./index-188ec511.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
const D = { class: "profile__user-name" }, F = /* @__PURE__ */ S({
|
|
@@ -2,7 +2,7 @@ import { defineComponent as V, resolveDirective as v, openBlock as i, createElem
|
|
|
2
2
|
import { STORAGE_NAMESPACE as C } from "@aeria-ui/core";
|
|
3
3
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as S } from "vue-router";
|
|
5
|
-
import { A, a as _ } from "./index-
|
|
5
|
+
import { A, a as _ } from "./index-188ec511.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
const E = { style: { "text-align": "center" } }, N = ["innerHTML"], x = { key: 1 }, B = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, H = /* @__PURE__ */ V({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as h, withAsyncContext as A, ref as p, resolveDirective as C, openBlock as g, createElementBlock as $, Fragment as x, createElementVNode as c, toDisplayString as i, withDirectives as B, createBlock as S, unref as b, withCtx as r, createTextVNode as m, createVNode as n, mergeProps as U, withModifiers as D } from "vue";
|
|
2
2
|
import { useRouter as E } from "vue-router";
|
|
3
3
|
import { useStore as V } from "@aeria-ui/state-management";
|
|
4
|
-
import { b as M, A as N, _ as F, c as P, a as q } from "./index-
|
|
4
|
+
import { b as M, A as N, _ as F, c as P, a as q } from "./index-188ec511.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeria-ui/core";
|
|
7
7
|
import "@aeriajs/common";
|
package/dist/ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as n, z as p, j as u, k as m, a as c, l as d, c as b, m as C, d as l, D as B, t as P, A as h, n as x, b as F, o as T, u as f, p as g, f as w, v as I, q as M, g as S, _ as k, e as y, B as R, w as j, x as q, y as v, r as z, s as D, C as E, F as G, E as O } from "./index-
|
|
1
|
+
import { i as n, z as p, j as u, k as m, a as c, l as d, c as b, m as C, d as l, D as B, t as P, A as h, n as x, b as F, o as T, u as f, p as g, f as w, v as I, q as M, g as S, _ as k, e as y, B as R, w as j, x as q, y as v, r as z, s as D, C as E, F as G, E as O } from "./index-188ec511.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeria-ui/core";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeria-ui/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.59",
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"vue-tsc": "^2.0.22"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@aeria-ui/core": "^0.0.
|
|
39
|
+
"@aeria-ui/core": "^0.0.44",
|
|
40
40
|
"@aeria-ui/i18n": "^0.0.7",
|
|
41
41
|
"@aeria-ui/state-management": "^0.0.13",
|
|
42
42
|
"@aeriajs/common": "0.0",
|