@aeria-ui/ui 0.0.150 → 0.0.152
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_-34d00aae.js → _id_-07e8179b.js} +1 -1
- package/dist/{activation-6f8407cf.js → activation-474643d8.js} +1 -1
- package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +1 -1
- package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +1 -1
- package/dist/components/aeria-crud/_internals/layouts/index.d.ts +5 -5
- package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +1 -1
- package/dist/components/aeria-table/aeria-table.vue.d.ts +1 -1
- package/dist/{index-4fe17c52.js → index-2f017cc1.js} +1 -1
- package/dist/{index-11e4a76f.js → index-30bd6d73.js} +1 -1
- package/dist/{index-99f53a7b.js → index-6092b0fa.js} +1023 -998
- package/dist/{index-ca9d143d.js → index-c0425506.js} +1 -1
- package/dist/{redefine-password-dcd5ab19.js → redefine-password-b2e02c86.js} +1 -1
- package/dist/{signin-8b3c96f2.js → signin-a5a2924c.js} +1 -1
- package/dist/{signup-f7628f48.js → signup-e0a1ecdd.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +4 -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-6092b0fa.js";
|
|
4
4
|
import "@aeria-ui/i18n";
|
|
5
5
|
import "@aeria-ui/core";
|
|
6
6
|
import "@aeriajs/common";
|
|
@@ -3,7 +3,7 @@ import { INSTANCE_VARS_SYMBOL as U } from "@aeria-ui/core";
|
|
|
3
3
|
import { useStore as $ } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as x } from "vue-router";
|
|
5
5
|
import { t as i } from "@aeria-ui/i18n";
|
|
6
|
-
import { A as E, _ as I, a as v } from "./index-
|
|
6
|
+
import { A as E, _ as I, a as v } from "./index-6092b0fa.js";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
9
9
|
const N = { key: 0 }, T = {
|
|
@@ -3,7 +3,7 @@ import { LayoutName } from '@aeriajs/types';
|
|
|
3
3
|
export declare const getLayout: (layoutName: LayoutName) => ({
|
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
5
5
|
individualActions: {
|
|
6
|
-
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction
|
|
6
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
|
|
7
7
|
action: string;
|
|
8
8
|
click: () => void;
|
|
9
9
|
})[]>;
|
|
@@ -24,7 +24,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
24
24
|
Defaults: {};
|
|
25
25
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
26
26
|
individualActions: {
|
|
27
|
-
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction
|
|
27
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
|
|
28
28
|
action: string;
|
|
29
29
|
click: () => void;
|
|
30
30
|
})[]>;
|
|
@@ -42,7 +42,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
42
42
|
__isSuspense?: never;
|
|
43
43
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
44
44
|
individualActions: {
|
|
45
|
-
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction
|
|
45
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
|
|
46
46
|
action: string;
|
|
47
47
|
click: () => void;
|
|
48
48
|
})[]>;
|
|
@@ -60,7 +60,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
60
60
|
};
|
|
61
61
|
})) | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
62
62
|
individualActions: {
|
|
63
|
-
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction
|
|
63
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
|
|
64
64
|
click: () => void;
|
|
65
65
|
})[]>;
|
|
66
66
|
};
|
|
@@ -77,7 +77,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
77
77
|
};
|
|
78
78
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
79
79
|
individualActions: {
|
|
80
|
-
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction
|
|
80
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
|
|
81
81
|
click: () => void;
|
|
82
82
|
})[]>;
|
|
83
83
|
};
|
|
@@ -2,7 +2,7 @@ import { defineComponent as u, ref as m, openBlock as _, createBlock 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 { h as y, _ as S, a as V } from "./index-
|
|
5
|
+
import { h as y, _ as S, a as V } from "./index-6092b0fa.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 k, ref as h, resolveDirective as A, openBlock as d,
|
|
|
2
2
|
import { useRouter as P } from "vue-router";
|
|
3
3
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
4
4
|
import { STORAGE_NAMESPACE as b } from "@aeria-ui/core";
|
|
5
|
-
import { f as E, g as z, b as p, h as O, a as x, A as B, i as M } from "./index-
|
|
5
|
+
import { f as E, g as z, b as p, h as O, a as x, A as B, i as M } from "./index-6092b0fa.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|