@aeria-ui/ui 0.0.109 → 0.0.111
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_-888d9ad0.js → _id_-5cdfaa77.js} +1 -1
- package/dist/{activation-4744a26a.js → activation-1ddb0296.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 +0 -6
- package/dist/components/aeria-crud/aeria-crud.vue.d.ts +1 -1
- package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +7 -1
- package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +3 -3
- package/dist/{index-8890e8d3.js → index-63f84472.js} +1 -1
- package/dist/index-828caa2e.js +3470 -0
- package/dist/{index-068e2636.js → index-9b8cf059.js} +1 -1
- package/dist/{index-50794a2f.js → index-becbd933.js} +1 -1
- package/dist/{signin-b449c65c.js → signin-3ed20186.js} +1 -1
- package/dist/{signup-05dc74c0.js → signup-422558d7.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +2 -2
- package/dist/components/aeria-crud/_internals/store.d.ts +0 -15
- package/dist/index-c5ad0918.js +0 -3463
|
@@ -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-828caa2e.js";
|
|
4
4
|
import "@aeria-ui/i18n";
|
|
5
5
|
import "@aeriajs/common";
|
|
6
6
|
import "@aeria-ui/core";
|
|
@@ -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-828caa2e.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeriajs/common";
|
|
7
7
|
import "@aeria-ui/core";
|
|
@@ -7,7 +7,6 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
7
7
|
action: string;
|
|
8
8
|
click: () => void;
|
|
9
9
|
})[]>;
|
|
10
|
-
required: true;
|
|
11
10
|
};
|
|
12
11
|
layoutOptions: {
|
|
13
12
|
type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
|
|
@@ -22,7 +21,6 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
22
21
|
action: string;
|
|
23
22
|
click: () => void;
|
|
24
23
|
})[]>;
|
|
25
|
-
required: true;
|
|
26
24
|
};
|
|
27
25
|
layoutOptions: {
|
|
28
26
|
type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
|
|
@@ -44,7 +42,6 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
44
42
|
action: string;
|
|
45
43
|
click: () => void;
|
|
46
44
|
})[]>;
|
|
47
|
-
required: true;
|
|
48
45
|
};
|
|
49
46
|
layoutOptions: {
|
|
50
47
|
type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
|
|
@@ -63,7 +60,6 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
63
60
|
action: string;
|
|
64
61
|
click: () => void;
|
|
65
62
|
})[]>;
|
|
66
|
-
required: true;
|
|
67
63
|
};
|
|
68
64
|
layoutOptions: {
|
|
69
65
|
type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
|
|
@@ -81,7 +77,6 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
81
77
|
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
82
78
|
click: () => void;
|
|
83
79
|
})[]>;
|
|
84
|
-
required: true;
|
|
85
80
|
};
|
|
86
81
|
hasSelectionActions: {
|
|
87
82
|
type: import('vue').PropType<boolean>;
|
|
@@ -99,7 +94,6 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
99
94
|
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
100
95
|
click: () => void;
|
|
101
96
|
})[]>;
|
|
102
|
-
required: true;
|
|
103
97
|
};
|
|
104
98
|
hasSelectionActions: {
|
|
105
99
|
type: import('vue').PropType<boolean>;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import { CollectionAction } from '@aeriajs/types';
|
|
2
|
+
|
|
1
3
|
type Props = {
|
|
2
|
-
|
|
4
|
+
individualActions?: (CollectionAction<any> & {
|
|
5
|
+
action: string;
|
|
6
|
+
click: () => void;
|
|
7
|
+
})[];
|
|
8
|
+
collection: string;
|
|
3
9
|
form?: string[];
|
|
4
10
|
visible?: any;
|
|
5
11
|
modelValue?: unknown;
|
|
@@ -4,7 +4,7 @@ import { SearchProperty } from '../../../../types.js';
|
|
|
4
4
|
type Props = {
|
|
5
5
|
item: Record<string, unknown>;
|
|
6
6
|
indexes: readonly string[];
|
|
7
|
-
modelValue
|
|
7
|
+
modelValue?: CollectionStoreItem | CollectionStoreItem[];
|
|
8
8
|
property: SearchProperty;
|
|
9
9
|
readOnly?: boolean;
|
|
10
10
|
};
|
|
@@ -12,11 +12,11 @@ declare function __VLS_template(): {
|
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
"update:modelValue": (value: CollectionStoreItem | CollectionStoreItem[] | null) => void;
|
|
15
|
+
"update:modelValue": (value: CollectionStoreItem | CollectionStoreItem[] | null | undefined) => void;
|
|
16
16
|
change: (value: Record<string, unknown>) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
18
18
|
onChange?: ((value: Record<string, unknown>) => any) | undefined;
|
|
19
|
-
"onUpdate:modelValue"?: ((value: CollectionStoreItem | CollectionStoreItem[] | null) => any) | undefined;
|
|
19
|
+
"onUpdate:modelValue"?: ((value: CollectionStoreItem | CollectionStoreItem[] | null | undefined) => any) | undefined;
|
|
20
20
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
22
22
|
export default _default;
|
|
@@ -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-828caa2e.js";
|
|
6
6
|
import "@aeriajs/common";
|
|
7
7
|
import "@aeria-ui/core";
|
|
8
8
|
import "@aeria-ui/utils";
|