@aeria-ui/ui 0.0.121 → 0.0.123
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/{_id_-ca08f53c.js → _id_-d65b6842.js} +1 -1
- package/dist/{activation-23ca8e45.js → activation-7e330952.js} +1 -1
- package/dist/components/utils/aeria-async.d.ts +2 -2
- package/dist/{index-c69cd303.js → index-307b876d.js} +8 -8
- package/dist/{index-6c3820d7.js → index-749da9ca.js} +1 -1
- package/dist/{index-fa54f98c.js → index-aeb4d5cf.js} +1 -1
- package/dist/{index-69348349.js → index-af4c827a.js} +1 -1
- package/dist/{signin-900df932.js → signin-de13ebdb.js} +1 -1
- package/dist/{signup-132485d7.js → signup-0af9cda6.js} +1 -1
- package/dist/ui.js +1 -1
- package/package.json +10 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as r, watch as n, openBlock as c, createBlock as l } from "vue";
|
|
2
2
|
import { getGlobalStateManager as a, useStore as m } from "@aeria-ui/state-management";
|
|
3
|
-
import { e as s } from "./index-
|
|
3
|
+
import { e as s } from "./index-307b876d.js";
|
|
4
4
|
import "@aeria-ui/i18n";
|
|
5
5
|
import "@aeria-ui/core";
|
|
6
6
|
import "@aeriajs/common";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as $, withAsyncContext as x, ref as S, unref as f, openBlock as c, createElementBlock as v, createElementVNode as y, createVNode as s, withCtx as i, withModifiers as A, createTextVNode as w } from "vue";
|
|
2
2
|
import { useStore as g } from "@aeria-ui/state-management";
|
|
3
3
|
import { useRouter as I } from "vue-router";
|
|
4
|
-
import { A as R, _ as b, a as V } from "./index-
|
|
4
|
+
import { A as R, _ as b, a as V } from "./index-307b876d.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeria-ui/core";
|
|
7
7
|
import "@aeriajs/common";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const AeriaAsync: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
initialValue: StringConstructor;
|
|
3
3
|
promise: {
|
|
4
|
-
new (executor: (resolve: (value:
|
|
4
|
+
new (executor: (resolve: (value: unknown) => void, reject: (reason?: any) => void) => void): Promise<unknown>;
|
|
5
5
|
all<T>(values: Iterable<T | PromiseLike<T>>): Promise<Awaited<T>[]>;
|
|
6
6
|
all<T extends readonly unknown[] | []>(values: T): Promise<{ -readonly [P in keyof T]: Awaited<T[P]>; }>;
|
|
7
7
|
race<T>(values: Iterable<T | PromiseLike<T>>): Promise<Awaited<T>>;
|
|
@@ -23,7 +23,7 @@ export declare const AeriaAsync: import('vue').DefineComponent<import('vue').Ext
|
|
|
23
23
|
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
24
|
initialValue: StringConstructor;
|
|
25
25
|
promise: {
|
|
26
|
-
new (executor: (resolve: (value:
|
|
26
|
+
new (executor: (resolve: (value: unknown) => void, reject: (reason?: any) => void) => void): Promise<unknown>;
|
|
27
27
|
all<T>(values: Iterable<T | PromiseLike<T>>): Promise<Awaited<T>[]>;
|
|
28
28
|
all<T extends readonly unknown[] | []>(values: T): Promise<{ -readonly [P in keyof T]: Awaited<T[P]>; }>;
|
|
29
29
|
race<T>(values: Iterable<T | PromiseLike<T>>): Promise<Awaited<T>>;
|
|
@@ -3276,7 +3276,7 @@ const cl = /* @__PURE__ */ D(ul, [["__scopeId", "data-v-a20914ab"]]), dl = z({
|
|
|
3276
3276
|
const r = x(p.initialValue);
|
|
3277
3277
|
return p.promise instanceof Promise && p.promise.then((a) => {
|
|
3278
3278
|
r.value = a;
|
|
3279
|
-
}), () => At("div", r.value);
|
|
3279
|
+
}), () => At("div", String(r.value));
|
|
3280
3280
|
}
|
|
3281
3281
|
}), pl = ["onClick"], _l = { key: 1 }, ml = /* @__PURE__ */ z({
|
|
3282
3282
|
__name: "aeria-crud-topbar",
|
|
@@ -3383,7 +3383,7 @@ const fl = /* @__PURE__ */ D(ml, [["__scopeId", "data-v-fd905a2a"]]), vl = /* @_
|
|
|
3383
3383
|
{
|
|
3384
3384
|
path: "signin",
|
|
3385
3385
|
name: "/user/signin",
|
|
3386
|
-
component: () => import("./signin-
|
|
3386
|
+
component: () => import("./signin-de13ebdb.js"),
|
|
3387
3387
|
meta: {
|
|
3388
3388
|
title: "Autenticação"
|
|
3389
3389
|
}
|
|
@@ -3391,7 +3391,7 @@ const fl = /* @__PURE__ */ D(ml, [["__scopeId", "data-v-fd905a2a"]]), vl = /* @_
|
|
|
3391
3391
|
{
|
|
3392
3392
|
path: "signup",
|
|
3393
3393
|
name: "/user/signup",
|
|
3394
|
-
component: () => import("./signup-
|
|
3394
|
+
component: () => import("./signup-0af9cda6.js"),
|
|
3395
3395
|
meta: {
|
|
3396
3396
|
title: "Registro"
|
|
3397
3397
|
}
|
|
@@ -3399,7 +3399,7 @@ const fl = /* @__PURE__ */ D(ml, [["__scopeId", "data-v-fd905a2a"]]), vl = /* @_
|
|
|
3399
3399
|
{
|
|
3400
3400
|
path: "activation",
|
|
3401
3401
|
name: "/user/activation",
|
|
3402
|
-
component: () => import("./activation-
|
|
3402
|
+
component: () => import("./activation-7e330952.js"),
|
|
3403
3403
|
meta: {
|
|
3404
3404
|
title: "Ativação"
|
|
3405
3405
|
}
|
|
@@ -3421,7 +3421,7 @@ const fl = /* @__PURE__ */ D(ml, [["__scopeId", "data-v-fd905a2a"]]), vl = /* @_
|
|
|
3421
3421
|
name: "/dashboard/:collection",
|
|
3422
3422
|
props: !0,
|
|
3423
3423
|
components: {
|
|
3424
|
-
default: () => import("./index-
|
|
3424
|
+
default: () => import("./index-af4c827a.js"),
|
|
3425
3425
|
topbar: () => Promise.resolve().then(() => vl)
|
|
3426
3426
|
},
|
|
3427
3427
|
meta: {
|
|
@@ -3433,7 +3433,7 @@ const fl = /* @__PURE__ */ D(ml, [["__scopeId", "data-v-fd905a2a"]]), vl = /* @_
|
|
|
3433
3433
|
name: "/dashboard/:collection/:id",
|
|
3434
3434
|
props: !0,
|
|
3435
3435
|
components: {
|
|
3436
|
-
default: () => import("./_id_-
|
|
3436
|
+
default: () => import("./_id_-d65b6842.js")
|
|
3437
3437
|
},
|
|
3438
3438
|
meta: {
|
|
3439
3439
|
title: "%viewTitle%"
|
|
@@ -3451,7 +3451,7 @@ const fl = /* @__PURE__ */ D(ml, [["__scopeId", "data-v-fd905a2a"]]), vl = /* @_
|
|
|
3451
3451
|
children: [
|
|
3452
3452
|
{
|
|
3453
3453
|
path: "profile",
|
|
3454
|
-
component: () => import("./index-
|
|
3454
|
+
component: () => import("./index-aeb4d5cf.js"),
|
|
3455
3455
|
meta: {
|
|
3456
3456
|
title: "Meu perfil",
|
|
3457
3457
|
icon: "user-square"
|
|
@@ -3460,7 +3460,7 @@ const fl = /* @__PURE__ */ D(ml, [["__scopeId", "data-v-fd905a2a"]]), vl = /* @_
|
|
|
3460
3460
|
{
|
|
3461
3461
|
path: "changepass",
|
|
3462
3462
|
name: "/dashboard/user/changepass",
|
|
3463
|
-
component: () => import("./index-
|
|
3463
|
+
component: () => import("./index-749da9ca.js"),
|
|
3464
3464
|
meta: {
|
|
3465
3465
|
title: "Mudar senha",
|
|
3466
3466
|
icon: "lock"
|
|
@@ -2,7 +2,7 @@ import { defineComponent as c, ref as m, openBlock as u, createBlock as _, withC
|
|
|
2
2
|
import { useRouter as v } from "vue-router";
|
|
3
3
|
import { useI18n as x } from "@aeria-ui/i18n";
|
|
4
4
|
import { useStore as n } from "@aeria-ui/state-management";
|
|
5
|
-
import { h as V, _ as k, a as y } from "./index-
|
|
5
|
+
import { h as V, _ as k, a as y } from "./index-307b876d.js";
|
|
6
6
|
import "@aeria-ui/core";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
@@ -2,7 +2,7 @@ import { defineComponent as b, ref as h, resolveDirective as w, openBlock as u,
|
|
|
2
2
|
import { useRouter as z } from "vue-router";
|
|
3
3
|
import { useStore as v } from "@aeria-ui/state-management";
|
|
4
4
|
import { STORAGE_NAMESPACE as y } from "@aeria-ui/core";
|
|
5
|
-
import { f as E, g as I, b as f, h as O, a as x, A as B, i as U } from "./index-
|
|
5
|
+
import { f as E, g as I, b as f, h as O, a as x, A as B, i as U } from "./index-307b876d.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, openBlock as t, createBlock as r, createSlots as i, withCtx as n, renderSlot as c, createCommentVNode as l } from "vue";
|
|
2
|
-
import { d as m } from "./index-
|
|
2
|
+
import { d as m } from "./index-307b876d.js";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeria-ui/core";
|
|
5
5
|
import "@aeriajs/common";
|
|
@@ -2,7 +2,7 @@ import { defineComponent as T, inject as v, resolveDirective as V, openBlock as
|
|
|
2
2
|
import { INSTANCE_VARS_SYMBOL as w, STORAGE_NAMESPACE as x } from "@aeria-ui/core";
|
|
3
3
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as N } from "vue-router";
|
|
5
|
-
import { A as E, a as h } from "./index-
|
|
5
|
+
import { A as E, a as h } from "./index-307b876d.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as h, withAsyncContext as A, ref as p, resolveDirective as C, openBlock as b, createElementBlock as $, Fragment as x, createElementVNode as c, toDisplayString as i, withDirectives as B, createBlock as S, unref as g, 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 j } from "./index-
|
|
4
|
+
import { b as M, A as N, _ as F, c as P, a as j } from "./index-307b876d.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 { j as p, C as m, k as u, l as c, a as d, m as l, c as P, n as b, d as C, F as h, v as B, p as F, A as x, o as I, b as T, q as f, w as g, e as w, r as M, g as S, x as k, s as y, h as G, _ as R, f as j, D as q, y as v, z, B as D, t as E, u as H, E as O, H as _, G as J } from "./index-
|
|
1
|
+
import { j as p, C as m, k as u, l as c, a as d, m as l, c as P, n as b, d as C, F as h, v as B, p as F, A as x, o as I, b as T, q as f, w as g, e as w, r as M, g as S, x as k, s as y, h as G, _ as R, f as j, D as q, y as v, z, B as D, t as E, u as H, E as O, H as _, G as J } from "./index-307b876d.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.123",
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "",
|
|
@@ -12,9 +12,15 @@
|
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
|
-
".":
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./dist/ui.js",
|
|
17
|
+
"types": "./dist/index.d.ts"
|
|
18
|
+
},
|
|
16
19
|
"./themes/*": "./themes/*",
|
|
17
|
-
"./*": "./dist/*"
|
|
20
|
+
"./*": "./dist/*",
|
|
21
|
+
"./vue": {
|
|
22
|
+
"types": "./vue.d.ts"
|
|
23
|
+
}
|
|
18
24
|
},
|
|
19
25
|
"files": [
|
|
20
26
|
"dist",
|
|
@@ -39,7 +45,7 @@
|
|
|
39
45
|
"vue-tsc": "^2.0.22"
|
|
40
46
|
},
|
|
41
47
|
"peerDependencies": {
|
|
42
|
-
"@aeria-ui/core": "^0.0.
|
|
48
|
+
"@aeria-ui/core": "^0.0.79",
|
|
43
49
|
"@aeria-ui/i18n": "^0.0.12",
|
|
44
50
|
"@aeria-ui/state-management": "^0.0.14",
|
|
45
51
|
"@aeria-ui/utils": "^0.0.5",
|