@aeria-ui/ui 0.0.165 → 0.0.167

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.
Files changed (58) hide show
  1. package/dist/{_id_-6a6a474a.js → _id_-BfAy95FM.js} +9 -14
  2. package/dist/{activation-607326d7.js → activation-DX6bZU4X.js} +18 -20
  3. package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +9 -12
  4. package/dist/components/aeria-badge/aeria-badge.vue.d.ts +9 -12
  5. package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +12 -15
  6. package/dist/components/aeria-button/aeria-button.vue.d.ts +11 -14
  7. package/dist/components/aeria-card/aeria-card.vue.d.ts +12 -15
  8. package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +16 -22
  9. package/dist/components/aeria-crud/_internals/helpers.d.ts +2 -3
  10. package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +2 -12
  11. package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +9 -15
  12. package/dist/components/aeria-crud/_internals/layouts/index.d.ts +41 -85
  13. package/dist/components/aeria-crud/aeria-crud.vue.d.ts +13 -26
  14. package/dist/components/aeria-filter-panel/aeria-filter-panel.vue.d.ts +2 -2
  15. package/dist/components/aeria-grid/aeria-grid.vue.d.ts +9 -12
  16. package/dist/components/aeria-icon/aeria-icon.vue.d.ts +10 -14
  17. package/dist/components/aeria-info/aeria-info.vue.d.ts +12 -26
  18. package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +15 -33
  19. package/dist/components/aeria-main/aeria-main.vue.d.ts +8 -4
  20. package/dist/components/aeria-menu/aeria-menu.vue.d.ts +9 -3
  21. package/dist/components/aeria-pagination/aeria-pagination.vue.d.ts +5 -15
  22. package/dist/components/aeria-panel/aeria-panel.vue.d.ts +18 -33
  23. package/dist/components/aeria-picture/aeria-picture.vue.d.ts +11 -14
  24. package/dist/components/aeria-table/aeria-table.vue.d.ts +22 -26
  25. package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +4 -14
  26. package/dist/components/dashboard/aeria-crud-topbar/aeria-crud-topbar.vue.d.ts +1 -10
  27. package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +14 -17
  28. package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +10 -14
  29. package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +10 -14
  30. package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +16 -26
  31. package/dist/components/form/aeria-file/_internals/components/aeria-file-item.vue.d.ts +9 -13
  32. package/dist/components/form/aeria-file/aeria-file.vue.d.ts +14 -22
  33. package/dist/components/form/aeria-form/_internals/helpers.d.ts +2 -3
  34. package/dist/components/form/aeria-form/aeria-form.vue.d.ts +27 -47
  35. package/dist/components/form/aeria-input/aeria-input.vue.d.ts +18 -22
  36. package/dist/components/form/aeria-options/aeria-options.vue.d.ts +7 -29
  37. package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +17 -16
  38. package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +14 -18
  39. package/dist/components/form/aeria-search/aeria-search.vue.d.ts +3 -25
  40. package/dist/components/form/aeria-select/aeria-select.vue.d.ts +18 -18
  41. package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +8 -18
  42. package/dist/components/form/types.d.ts +1 -2
  43. package/dist/components/index.d.ts +0 -1
  44. package/dist/{index-c1fe845f.js → index-665GkH7U.js} +21 -25
  45. package/dist/index-B-JkWyqC.js +25 -0
  46. package/dist/{index-e44e0d65.js → index-CDZJZN6Y.js} +1090 -1124
  47. package/dist/{index-fff7b0bf.js → index-DSnK-CVK.js} +15 -18
  48. package/dist/{redefine-password-7da87326.js → redefine-password-BIjWzwY2.js} +8 -10
  49. package/dist/routes.d.ts +1 -2
  50. package/dist/{signin-48dbde5b.js → signin-D_X69D2H.js} +20 -24
  51. package/dist/{signup-f515ae6f.js → signup-L39DCd6m.js} +17 -21
  52. package/dist/{style.css → ui.css} +1 -1
  53. package/dist/ui.js +35 -42
  54. package/dist/views/dashboard/[collection]/[id].vue.d.ts +1 -10
  55. package/dist/views/dashboard/[collection]/index.vue.d.ts +9 -12
  56. package/dist/views/dashboard/user/profile/index.vue.d.ts +8 -2
  57. package/package.json +12 -12
  58. package/dist/index-6373dce6.js +0 -31
@@ -1,12 +1,7 @@
1
- import { defineComponent as r, watch as n, openBlock as c, createBlock as l } from "vue";
2
- import { getGlobalStateManager as a, useStore as m } from "@aeria-ui/state-management";
3
- import { f as s } from "./index-e44e0d65.js";
4
- import "@aeria-ui/i18n";
5
- import "@aeria-ui/core";
6
- import "@aeriajs/common";
7
- import "vue-router";
8
- import "@aeria-ui/utils";
9
- const b = /* @__PURE__ */ r({
1
+ import { defineComponent as i, watch as c, createBlock as r, openBlock as l } from "vue";
2
+ import { getGlobalStateManager as a, useStore as s } from "@aeria-ui/state-management";
3
+ import { f as d } from "./index-CDZJZN6Y.js";
4
+ const _ = /* @__PURE__ */ i({
10
5
  __name: "[id]",
11
6
  props: {
12
7
  collection: {},
@@ -14,19 +9,19 @@ const b = /* @__PURE__ */ r({
14
9
  section: {}
15
10
  },
16
11
  setup(t) {
17
- const e = t, i = a();
18
- return n(() => [
12
+ const e = t, n = a();
13
+ return c(() => [
19
14
  e.collection,
20
15
  e.id
21
16
  ], () => {
22
- m(e.collection, i).$actions.get({
17
+ s(e.collection, n).$actions.get({
23
18
  filters: {
24
19
  _id: e.id
25
20
  }
26
21
  });
27
22
  }, {
28
23
  immediate: !0
29
- }), (o, d) => (c(), l(s, {
24
+ }), (o, m) => (l(), r(d, {
30
25
  key: o.id,
31
26
  bordered: "",
32
27
  rounded: "",
@@ -39,5 +34,5 @@ const b = /* @__PURE__ */ r({
39
34
  }
40
35
  });
41
36
  export {
42
- b as default
37
+ _ as default
43
38
  };
@@ -1,11 +1,9 @@
1
- import { defineComponent as A, inject as R, ref as M, onMounted as b, openBlock as c, createElementBlock as p, unref as s, createElementVNode as y, toDisplayString as n, createVNode as l, withCtx as m, withModifiers as C, createTextVNode as g } from "vue";
1
+ import { defineComponent as A, inject as R, ref as M, onMounted as b, createElementBlock as c, openBlock as p, unref as s, createElementVNode as y, createVNode as l, toDisplayString as n, withCtx as m, withModifiers as C, createTextVNode as g } from "vue";
2
2
  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, c as I, a as v } from "./index-e44e0d65.js";
7
- import "@aeriajs/common";
8
- import "@aeria-ui/utils";
6
+ import { A as E, c as I, a as v } from "./index-CDZJZN6Y.js";
9
7
  const N = { key: 0 }, T = {
10
8
  key: 0,
11
9
  style: { display: "grid", gap: "1rem" }
@@ -15,10 +13,10 @@ const N = { key: 0 }, T = {
15
13
  }, B = {
16
14
  key: 1,
17
15
  style: { display: "grid", gap: "1rem" }
18
- }, H = /* @__PURE__ */ A({
16
+ }, z = /* @__PURE__ */ A({
19
17
  __name: "activation",
20
18
  setup(O) {
21
- const r = x(), u = $("user"), d = $("meta"), f = R(U), h = r.currentRoute.value.query.step || "success", _ = r.currentRoute.value.query.u, w = r.currentRoute.value.query.t, o = M({
19
+ const a = x(), u = $("user"), d = $("meta"), f = R(U), h = a.currentRoute.value.query.step || "success", _ = a.currentRoute.value.query.u, w = a.currentRoute.value.query.t, o = M({
22
20
  name: "",
23
21
  email: "",
24
22
  active: !1,
@@ -30,13 +28,13 @@ const N = { key: 0 }, T = {
30
28
  });
31
29
  const k = () => {
32
30
  if (typeof f < "u") {
33
- const { next: e } = r.currentRoute.value.query;
31
+ const { next: e } = a.currentRoute.value.query;
34
32
  if (typeof e == "string" && f.allowedRedirectionUris && f.allowedRedirectionUris.includes(e)) {
35
- e.startsWith("/") ? r.push(e) : location.href = e;
33
+ e.startsWith("/") ? a.push(e) : location.href = e;
36
34
  return;
37
35
  }
38
36
  }
39
- r.push("/user/signin");
37
+ a.push("/user/signin");
40
38
  }, V = async () => {
41
39
  const { error: e, result: t } = await u.$functions.getInfo({
42
40
  userId: _,
@@ -75,12 +73,12 @@ const N = { key: 0 }, T = {
75
73
  body: "Your account was successfully activated! Try loggin with your email and password."
76
74
  }), k();
77
75
  };
78
- return (e, t) => o.value.email !== "" ? (c(), p("div", N, [
79
- s(h) === "password" ? (c(), p("div", T, [
76
+ return (e, t) => o.value.email !== "" ? (p(), c("div", N, [
77
+ s(h) === "password" ? (p(), c("div", T, [
80
78
  y("h1", null, n(s(i)("register_password")), 1),
81
79
  l(E, {
82
80
  modelValue: o.value,
83
- "onUpdate:modelValue": t[0] || (t[0] = (a) => o.value = a),
81
+ "onUpdate:modelValue": t[0] || (t[0] = (r) => o.value = r),
84
82
  form: {
85
83
  name: {
86
84
  type: "string",
@@ -94,11 +92,11 @@ const N = { key: 0 }, T = {
94
92
  }, null, 8, ["modelValue"]),
95
93
  l(I, {
96
94
  modelValue: o.value,
97
- "onUpdate:modelValue": t[1] || (t[1] = (a) => o.value = a)
95
+ "onUpdate:modelValue": t[1] || (t[1] = (r) => o.value = r)
98
96
  }, {
99
- default: m(({ passwordError: a }) => [
97
+ default: m(({ passwordError: r }) => [
100
98
  l(v, {
101
- disabled: !!a,
99
+ disabled: !!r,
102
100
  onClick: C(S, ["prevent"])
103
101
  }, {
104
102
  default: m(() => [
@@ -109,10 +107,10 @@ const N = { key: 0 }, T = {
109
107
  ]),
110
108
  _: 1
111
109
  }, 8, ["modelValue"])
112
- ])) : (c(), p("div", q, [
110
+ ])) : (p(), c("div", q, [
113
111
  y("h1", null, n(s(i)("successfully_activated_account")), 1),
114
112
  l(v, {
115
- onClick: t[2] || (t[2] = (a) => s(r).push("/user/signin"))
113
+ onClick: t[2] || (t[2] = (r) => s(a).push("/user/signin"))
116
114
  }, {
117
115
  default: m(() => [
118
116
  g(n(s(i)("go_to_login_page")), 1)
@@ -120,10 +118,10 @@ const N = { key: 0 }, T = {
120
118
  _: 1
121
119
  })
122
120
  ]))
123
- ])) : (c(), p("div", B, [
121
+ ])) : (p(), c("div", B, [
124
122
  y("h1", null, n(s(i)("invalid_link")), 1),
125
123
  l(v, {
126
- onClick: t[3] || (t[3] = (a) => s(r).push("/user/signin"))
124
+ onClick: t[3] || (t[3] = (r) => s(a).push("/user/signin"))
127
125
  }, {
128
126
  default: m(() => [
129
127
  g(n(s(i)("go_to_login_page")), 1)
@@ -134,5 +132,5 @@ const N = { key: 0 }, T = {
134
132
  }
135
133
  });
136
134
  export {
137
- H as default
135
+ z as default
138
136
  };
@@ -6,19 +6,16 @@ type Props = {
6
6
  icon: string;
7
7
  }>;
8
8
  };
9
- declare function __VLS_template(): Partial<Record<string, (_: {}) => any>>;
10
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
- export default _default;
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToRuntimeProps<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: any;
12
+ refs: {};
13
+ rootEl: HTMLDivElement;
21
14
  };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ 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, {}, HTMLDivElement>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
22
19
  type __VLS_WithTemplateSlots<T, S> = T & {
23
20
  new (): {
24
21
  $slots: S;
@@ -3,20 +3,17 @@ type Props = {
3
3
  alt?: boolean;
4
4
  };
5
5
  declare function __VLS_template(): {
6
- default?(_: {}): any;
7
- };
8
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
- export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToRuntimeProps<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
18
9
  };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
19
12
  };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ 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, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
20
17
  type __VLS_WithTemplateSlots<T, S> = T & {
21
18
  new (): {
22
19
  $slots: S;
@@ -2,24 +2,21 @@ type Props = {
2
2
  disabled?: boolean;
3
3
  };
4
4
  declare function __VLS_template(): {
5
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLButtonElement;
6
11
  };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- click: (event: Event) => void;
9
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
+ click: (event: Event) => any;
15
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
10
16
  onClick?: ((event: Event) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
19
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
20
  type __VLS_WithTemplateSlots<T, S> = T & {
24
21
  new (): {
25
22
  $slots: S;
@@ -1,5 +1,4 @@
1
- import { Icon } from '@aeriajs/types';
2
-
1
+ import { Icon } from '../../../../../node_modules/@aeriajs/types';
3
2
  type Size = 'small' | 'medium' | 'large';
4
3
  type Variant = 'primary' | 'alt' | 'transparent';
5
4
  type Props = {
@@ -12,20 +11,18 @@ type Props = {
12
11
  loading?: boolean;
13
12
  };
14
13
  declare function __VLS_template(): {
15
- default?(_: {}): any;
16
- };
17
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
- export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
14
+ attrs: Partial<{}>;
15
+ slots: {
16
+ default?(_: {}): any;
17
+ default?(_: {}): any;
27
18
  };
19
+ refs: {};
20
+ rootEl: HTMLButtonElement;
28
21
  };
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, {}, HTMLButtonElement>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
29
26
  type __VLS_WithTemplateSlots<T, S> = T & {
30
27
  new (): {
31
28
  $slots: S;
@@ -3,23 +3,20 @@ type Props = {
3
3
  horizontal?: boolean;
4
4
  };
5
5
  declare function __VLS_template(): {
6
- default?(_: {}): any;
7
- footer?(_: {}): any;
8
- actions?(_: {}): any;
9
- badge?(_: {}): any;
10
- };
11
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ footer?(_: {}): any;
10
+ actions?(_: {}): any;
11
+ badge?(_: {}): any;
21
12
  };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
22
15
  };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ 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, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ export default _default;
23
20
  type __VLS_WithTemplateSlots<T, S> = T & {
24
21
  new (): {
25
22
  $slots: S;
@@ -1,5 +1,4 @@
1
- import { CollectionAction } from '@aeriajs/types';
2
-
1
+ import { CollectionAction } from '../../../../../node_modules/@aeriajs/types';
3
2
  type Props = {
4
3
  actions?: (CollectionAction & {
5
4
  click: () => void;
@@ -10,35 +9,30 @@ type Props = {
10
9
  type Action = {
11
10
  click?: (subject: unknown) => void;
12
11
  };
13
- declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
14
- default?(_: {
15
- visible: boolean;
16
- }): any;
17
- header?(_: {}): any;
18
- extra?(_: {}): any;
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: any;
15
+ refs: {
16
+ contextmenu: HTMLDivElement;
17
+ };
18
+ rootEl: any;
19
19
  };
20
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
21
22
  actionClick: (event: {
22
23
  action: Action;
23
24
  subject: unknown;
24
- }) => void;
25
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
25
+ }) => any;
26
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
26
27
  onActionClick?: ((event: {
27
28
  action: Action;
28
29
  subject: unknown;
29
30
  }) => any) | undefined;
30
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
+ contextmenu: HTMLDivElement;
33
+ }, any>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
35
  export default _default;
33
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToRuntimeProps<T> = {
35
- [K in keyof T]-?: {} extends Pick<T, K> ? {
36
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
- } : {
38
- type: import('vue').PropType<T[K]>;
39
- required: true;
40
- };
41
- };
42
36
  type __VLS_WithTemplateSlots<T, S> = T & {
43
37
  new (): {
44
38
  $slots: S;
@@ -1,6 +1,5 @@
1
- import { FiltersPreset } from '@aeriajs/types';
2
- import { CollectionStore } from '@aeria-ui/core';
3
-
1
+ import { FiltersPreset } from '../../../../../../node_modules/@aeriajs/types';
2
+ import { CollectionStore } from '../../../../../core/dist';
4
3
  export declare const togglePreset: (preset: FiltersPreset<any> | null, store: CollectionStore | undefined) => void;
5
4
  export declare const watchStore: (store: CollectionStore | undefined, options?: {
6
5
  persistInQuery: boolean;
@@ -1,5 +1,4 @@
1
- import { LayoutOptions, CollectionAction } from '@aeriajs/types';
2
-
1
+ import { LayoutOptions, CollectionAction } from '../../../../../../../../node_modules/@aeriajs/types';
3
2
  type Props = {
4
3
  individualActions?: (CollectionAction & {
5
4
  click: () => void;
@@ -8,14 +7,5 @@ type Props = {
8
7
  layoutOptions: LayoutOptions;
9
8
  componentName: string;
10
9
  };
11
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
11
  export default _default;
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToRuntimeProps<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
@@ -1,5 +1,4 @@
1
- import { LayoutOptions, CollectionAction } from '@aeriajs/types';
2
-
1
+ import { LayoutOptions, CollectionAction } from '../../../../../../../../node_modules/@aeriajs/types';
3
2
  type Props = {
4
3
  individualActions?: (CollectionAction & {
5
4
  action: string;
@@ -8,21 +7,16 @@ type Props = {
8
7
  layoutOptions: LayoutOptions;
9
8
  componentProps?: Record<string, unknown>;
10
9
  };
11
- declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & {
12
- inner?(_: {}): any;
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: any;
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
13
15
  };
14
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ 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, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
19
  export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
20
  type __VLS_WithTemplateSlots<T, S> = T & {
27
21
  new (): {
28
22
  $slots: S;
@@ -1,95 +1,51 @@
1
- import { LayoutName } from '@aeriajs/types';
2
-
1
+ import { LayoutName } from '../../../../../../../node_modules/@aeriajs/types';
3
2
  export declare const getLayout: (layoutName: LayoutName) => ({
4
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
5
- individualActions: {
6
- type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
7
- action: string;
8
- click: () => void;
9
- })[]>;
10
- };
11
- layoutOptions: {
12
- type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
13
- required: true;
14
- };
15
- componentProps: {
16
- type: import('vue').PropType<Record<string, unknown>>;
17
- };
18
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ individualActions?: (import('../../../../../../../node_modules/@aeriajs/types').CollectionAction & {
5
+ action: string;
6
+ click: () => void;
7
+ })[];
8
+ layoutOptions: import('../../../../../../../node_modules/@aeriajs/types').LayoutOptions;
9
+ componentProps?: Record<string, unknown>;
10
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
19
11
  P: {};
20
12
  B: {};
21
13
  D: {};
22
14
  C: {};
23
15
  M: {};
24
16
  Defaults: {};
25
- }, Readonly<import('vue').ExtractPropTypes<{
26
- individualActions: {
27
- type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
28
- action: string;
29
- click: () => void;
30
- })[]>;
31
- };
32
- layoutOptions: {
33
- type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
34
- required: true;
35
- };
36
- componentProps: {
37
- type: import('vue').PropType<Record<string, unknown>>;
38
- };
39
- }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
17
+ }, Readonly<{
18
+ individualActions?: (import('../../../../../../../node_modules/@aeriajs/types').CollectionAction & {
19
+ action: string;
20
+ click: () => void;
21
+ })[];
22
+ layoutOptions: import('../../../../../../../node_modules/@aeriajs/types').LayoutOptions;
23
+ componentProps?: Record<string, unknown>;
24
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
40
25
  __isFragment?: never;
41
26
  __isTeleport?: never;
42
27
  __isSuspense?: never;
43
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
44
- individualActions: {
45
- type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
46
- action: string;
47
- click: () => void;
48
- })[]>;
49
- };
50
- layoutOptions: {
51
- type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
52
- required: true;
53
- };
54
- componentProps: {
55
- type: import('vue').PropType<Record<string, unknown>>;
56
- };
57
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
58
- $slots: Partial<Record<string, (_: any) => any>> & {
59
- inner?(_: {}): any;
60
- };
61
- })) | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
62
- individualActions: {
63
- type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
64
- click: () => void;
65
- })[]>;
66
- };
67
- hasSelectionActions: {
68
- type: import('vue').PropType<boolean>;
69
- };
70
- layoutOptions: {
71
- type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
72
- required: true;
73
- };
74
- componentName: {
75
- type: import('vue').PropType<string>;
76
- required: true;
77
- };
78
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
79
- individualActions: {
80
- type: import('vue').PropType<(import('@aeriajs/types').CollectionAction & {
81
- click: () => void;
82
- })[]>;
83
- };
84
- hasSelectionActions: {
85
- type: import('vue').PropType<boolean>;
86
- };
87
- layoutOptions: {
88
- type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
89
- required: true;
90
- };
91
- componentName: {
92
- type: import('vue').PropType<string>;
93
- required: true;
94
- };
95
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
+ } & import('vue').ComponentOptionsBase<Readonly<{
29
+ individualActions?: (import('../../../../../../../node_modules/@aeriajs/types').CollectionAction & {
30
+ action: string;
31
+ click: () => void;
32
+ })[];
33
+ layoutOptions: import('../../../../../../../node_modules/@aeriajs/types').LayoutOptions;
34
+ componentProps?: Record<string, unknown>;
35
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
36
+ $slots: any;
37
+ })) | import('vue').DefineComponent<{
38
+ individualActions?: (import('../../../../../../../node_modules/@aeriajs/types').CollectionAction & {
39
+ click: () => void;
40
+ })[];
41
+ hasSelectionActions?: boolean;
42
+ layoutOptions: import('../../../../../../../node_modules/@aeriajs/types').LayoutOptions;
43
+ componentName: string;
44
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
45
+ individualActions?: (import('../../../../../../../node_modules/@aeriajs/types').CollectionAction & {
46
+ click: () => void;
47
+ })[];
48
+ hasSelectionActions?: boolean;
49
+ layoutOptions: import('../../../../../../../node_modules/@aeriajs/types').LayoutOptions;
50
+ componentName: string;
51
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;