@aeria-ui/ui 0.0.192 → 0.0.193
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_-cBE7LSTk.js → _id_-BKXJQ1Ru.js} +1 -1
- package/dist/{activation-C00a1Mvw.js → activation-BOIVt1rn.js} +1 -1
- package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +4 -2
- package/dist/components/aeria-button/aeria-button.vue.d.ts +2 -2
- package/dist/{index-BCHCTQZY.js → index-BiZyCZT1.js} +1 -1
- package/dist/{index-BYVFtuem.js → index-CWxIFD2b.js} +1 -1
- package/dist/{index-4r0Jumub.js → index-PNmYnBkm.js} +283 -272
- package/dist/{index-DdAhp0qF.js → index-vpRNgSPj.js} +1 -1
- package/dist/{redefine-password-Doi9TAyj.js → redefine-password-DyQTQF3b.js} +1 -1
- package/dist/{signin-fMT91R62.js → signin-CeGp5FWV.js} +1 -1
- package/dist/{signup-cvEjVxmE.js → signup-D-X3QC0R.js} +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +7 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as c, watch as i, createBlock as l, openBlock as r } from "vue";
|
|
2
2
|
import { getGlobalStateManager as a, useStore as d } from "@aeria-ui/state-management";
|
|
3
|
-
import { f as s } from "./index-
|
|
3
|
+
import { f as s } from "./index-PNmYnBkm.js";
|
|
4
4
|
const g = /* @__PURE__ */ c({
|
|
5
5
|
__name: "[id]",
|
|
6
6
|
props: {
|
|
@@ -3,7 +3,7 @@ import { INSTANCE_VARS_SYMBOL as C } from "@aeria-ui/core";
|
|
|
3
3
|
import { useStore as $ } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as I } from "vue-router";
|
|
5
5
|
import { t as i } from "@aeria-ui/i18n";
|
|
6
|
-
import { A as U, c as E, a as y, _ as N } from "./index-
|
|
6
|
+
import { A as U, c as E, a as y, _ as N } from "./index-PNmYnBkm.js";
|
|
7
7
|
const T = { key: 0 }, B = {
|
|
8
8
|
key: 0,
|
|
9
9
|
style: {}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
type Props = {
|
|
2
|
+
dummy?: boolean;
|
|
2
3
|
disabled?: boolean;
|
|
3
4
|
};
|
|
4
5
|
declare function __VLS_template(): {
|
|
5
6
|
attrs: Partial<{}>;
|
|
6
7
|
slots: {
|
|
7
8
|
default?(_: {}): any;
|
|
9
|
+
default?(_: {}): any;
|
|
8
10
|
};
|
|
9
11
|
refs: {};
|
|
10
|
-
rootEl:
|
|
12
|
+
rootEl: any;
|
|
11
13
|
};
|
|
12
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
15
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
16
|
click: (event: Event) => any;
|
|
15
17
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
16
18
|
onClick?: ((event: Event) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
21
|
export default _default;
|
|
20
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -17,10 +17,10 @@ declare function __VLS_template(): {
|
|
|
17
17
|
default?(_: {}): any;
|
|
18
18
|
};
|
|
19
19
|
refs: {};
|
|
20
|
-
rootEl:
|
|
20
|
+
rootEl: any;
|
|
21
21
|
};
|
|
22
22
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
23
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ import { defineComponent as p, ref as m, createBlock as _, openBlock as f, 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 c } from "@aeria-ui/state-management";
|
|
5
|
-
import { i as y, c as S, a as V } from "./index-
|
|
5
|
+
import { i as y, c as S, a as V } from "./index-PNmYnBkm.js";
|
|
6
6
|
const A = /* @__PURE__ */ p({
|
|
7
7
|
__name: "index",
|
|
8
8
|
setup(k) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, createBlock as c, createCommentVNode as n, openBlock as l, createSlots as r, withCtx as i, renderSlot as m } from "vue";
|
|
2
|
-
import { e as a } from "./index-
|
|
2
|
+
import { e as a } from "./index-PNmYnBkm.js";
|
|
3
3
|
const p = /* @__PURE__ */ t({
|
|
4
4
|
__name: "index",
|
|
5
5
|
props: {
|