@aeria-ui/ui 0.0.97 → 0.0.99

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_-28e2ff98.js → _id_-4e41f0b3.js} +6 -5
  2. package/dist/activation-ff45bf88.js +86 -0
  3. package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +1 -1
  4. package/dist/components/aeria-badge/aeria-badge.vue.d.ts +1 -1
  5. package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +3 -3
  6. package/dist/components/aeria-button/aeria-button.vue.d.ts +1 -1
  7. package/dist/components/aeria-card/aeria-card.vue.d.ts +1 -1
  8. package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +3 -3
  9. package/dist/components/aeria-crud/_internals/helpers.d.ts +1 -1
  10. package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +1 -1
  11. package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +1 -1
  12. package/dist/components/aeria-crud/_internals/layouts/index.d.ts +8 -8
  13. package/dist/components/aeria-crud/_internals/store.d.ts +8 -4
  14. package/dist/components/aeria-crud/aeria-crud.vue.d.ts +3 -3
  15. package/dist/components/aeria-filter-panel/aeria-filter-panel.vue.d.ts +2 -2
  16. package/dist/components/aeria-grid/aeria-grid.vue.d.ts +1 -1
  17. package/dist/components/aeria-icon/aeria-icon.vue.d.ts +1 -1
  18. package/dist/components/aeria-info/aeria-info.vue.d.ts +4 -4
  19. package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +6 -6
  20. package/dist/components/aeria-main/aeria-main.vue.d.ts +1 -1
  21. package/dist/components/aeria-menu/aeria-menu.vue.d.ts +1 -1
  22. package/dist/components/aeria-pagination/aeria-pagination.vue.d.ts +3 -3
  23. package/dist/components/aeria-panel/aeria-panel.vue.d.ts +6 -6
  24. package/dist/components/aeria-picture/aeria-picture.vue.d.ts +1 -1
  25. package/dist/components/aeria-table/aeria-table.vue.d.ts +3 -3
  26. package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +1 -1
  27. package/dist/components/dashboard/aeria-crud-topbar/aeria-crud-topbar.vue.d.ts +1 -1
  28. package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +3 -3
  29. package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +1 -1
  30. package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +1 -1
  31. package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +5 -5
  32. package/dist/components/form/aeria-file/aeria-file.vue.d.ts +3 -3
  33. package/dist/components/form/aeria-form/aeria-form.vue.d.ts +6 -6
  34. package/dist/components/form/aeria-input/aeria-input.vue.d.ts +3 -3
  35. package/dist/components/form/aeria-options/aeria-options.vue.d.ts +10 -14
  36. package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +3 -3
  37. package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +3 -3
  38. package/dist/components/form/aeria-search/aeria-search.vue.d.ts +6 -6
  39. package/dist/components/form/aeria-select/aeria-select.vue.d.ts +4 -4
  40. package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +5 -5
  41. package/dist/components/utils/aeria-async.d.ts +4 -4
  42. package/dist/{index-7e4faf19.js → index-0ef9607e.js} +4 -3
  43. package/dist/{index-3e560edd.js → index-47e06fd8.js} +7 -6
  44. package/dist/{index-bdc0133c.js → index-5bc37b94.js} +8 -7
  45. package/dist/{index-62fbc6ae.js → index-7d5b03a4.js} +820 -819
  46. package/dist/{signin-131cef9c.js → signin-5b0ad694.js} +4 -3
  47. package/dist/{signup-037f2f37.js → signup-841995d1.js} +4 -3
  48. package/dist/style.css +1 -1
  49. package/dist/ui.js +35 -34
  50. package/dist/views/dashboard/[collection]/[id].vue.d.ts +1 -1
  51. package/dist/views/dashboard/[collection]/index.vue.d.ts +1 -1
  52. package/dist/views/dashboard/user/password-change/index.vue.d.ts +1 -1
  53. package/dist/views/dashboard/user/profile/index.vue.d.ts +1 -1
  54. package/dist/views/user/activation.vue.d.ts +1 -1
  55. package/dist/views/user/signin.vue.d.ts +1 -1
  56. package/dist/views/user/signup.vue.d.ts +1 -1
  57. package/package.json +4 -2
  58. package/dist/activation-01e847e4.js +0 -85
@@ -1,11 +1,12 @@
1
- import { defineComponent as n, watch as r, openBlock as c, createBlock as l } from "vue";
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-62fbc6ae.js";
3
+ import { e as s } from "./index-7d5b03a4.js";
4
4
  import "@aeria-ui/i18n";
5
5
  import "@aeriajs/common";
6
6
  import "@aeria-ui/core";
7
7
  import "vue-router";
8
- const k = /* @__PURE__ */ n({
8
+ import "@aeria-ui/utils";
9
+ const b = /* @__PURE__ */ r({
9
10
  __name: "[id]",
10
11
  props: {
11
12
  collection: {},
@@ -14,7 +15,7 @@ const k = /* @__PURE__ */ n({
14
15
  },
15
16
  setup(t) {
16
17
  const e = t, i = a();
17
- return r(() => [
18
+ return n(() => [
18
19
  e.collection,
19
20
  e.id
20
21
  ], () => {
@@ -38,5 +39,5 @@ const k = /* @__PURE__ */ n({
38
39
  }
39
40
  });
40
41
  export {
41
- k as default
42
+ b as default
42
43
  };
@@ -0,0 +1,86 @@
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
+ import { useStore as g } from "@aeria-ui/state-management";
3
+ import { useRouter as I } from "vue-router";
4
+ import { A as R, _ as b, a as V } from "./index-7d5b03a4.js";
5
+ import "@aeria-ui/i18n";
6
+ import "@aeriajs/common";
7
+ import "@aeria-ui/core";
8
+ import "@aeria-ui/utils";
9
+ const q = {
10
+ key: 0,
11
+ style: { display: "grid", gap: "1rem" }
12
+ }, B = {
13
+ key: 1,
14
+ style: { display: "grid", gap: "1rem" }
15
+ }, D = /* @__PURE__ */ $({
16
+ __name: "activation",
17
+ async setup(E) {
18
+ let r, u;
19
+ const a = I(), n = g("user"), C = g("meta"), _ = a.currentRoute.value.query.step || "success", l = a.currentRoute.value.query.u, m = a.currentRoute.value.query.t, { error: d, result: p } = ([r, u] = x(() => n.$functions.getInfo({
20
+ userId: l,
21
+ token: m
22
+ })), r = await r, u(), r);
23
+ if (d)
24
+ throw d;
25
+ const t = S({
26
+ name: p.name,
27
+ email: p.email,
28
+ password: "",
29
+ confirmation: ""
30
+ }), k = async () => {
31
+ await n.$actions.custom(`activate?u=${l}&t=${m}`, {
32
+ password: t.value.password
33
+ }), n.credentials.email = t.value.email, await C.$actions.spawnModal({
34
+ title: "Sucesso!",
35
+ body: "Sua conta foi ativada com sucesso. Experimente fazer login com o seu email e senha."
36
+ }), a.push("/user/signin");
37
+ };
38
+ return (N, e) => f(_) === "password" ? (c(), v("div", q, [
39
+ e[4] || (e[4] = y("h1", null, "Cadastre uma senha", -1)),
40
+ s(R, {
41
+ modelValue: t.value,
42
+ "onUpdate:modelValue": e[0] || (e[0] = (o) => t.value = o),
43
+ form: {
44
+ name: {
45
+ type: "string",
46
+ readOnly: !0
47
+ },
48
+ email: {
49
+ type: "string",
50
+ readOnly: !0
51
+ }
52
+ }
53
+ }, null, 8, ["modelValue"]),
54
+ s(b, {
55
+ modelValue: t.value,
56
+ "onUpdate:modelValue": e[1] || (e[1] = (o) => t.value = o)
57
+ }, {
58
+ default: i(({ passwordError: o }) => [
59
+ s(V, {
60
+ disabled: !!o,
61
+ onClick: A(k, ["prevent"])
62
+ }, {
63
+ default: i(() => e[3] || (e[3] = [
64
+ w(" Cadastrar senha ")
65
+ ])),
66
+ _: 2
67
+ }, 1032, ["disabled"])
68
+ ]),
69
+ _: 1
70
+ }, 8, ["modelValue"])
71
+ ])) : (c(), v("div", B, [
72
+ e[6] || (e[6] = y("h1", null, "Conta ativada com sucesso!", -1)),
73
+ s(V, {
74
+ onClick: e[2] || (e[2] = (o) => f(a).push("/user/signin"))
75
+ }, {
76
+ default: i(() => e[5] || (e[5] = [
77
+ w(" Ir para a página de login ")
78
+ ])),
79
+ _: 1
80
+ })
81
+ ]));
82
+ }
83
+ });
84
+ export {
85
+ D as default
86
+ };
@@ -7,7 +7,7 @@ type Props = {
7
7
  }>;
8
8
  };
9
9
  declare function __VLS_template(): Partial<Record<string, (_: {}) => any>>;
10
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
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
11
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
12
  export default _default;
13
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -5,7 +5,7 @@ type Props = {
5
5
  declare function __VLS_template(): {
6
6
  default?(_: {}): any;
7
7
  };
8
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
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
9
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
10
  export default _default;
11
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -4,11 +4,11 @@ type Props = {
4
4
  declare function __VLS_template(): {
5
5
  default?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  click: (event: any) => void;
9
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
10
10
  onClick?: ((event: any) => any) | undefined;
11
- }, {}, {}>;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
12
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -14,7 +14,7 @@ type Props = {
14
14
  declare function __VLS_template(): {
15
15
  default?(_: {}): any;
16
16
  };
17
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
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
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
19
  export default _default;
20
20
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -8,7 +8,7 @@ declare function __VLS_template(): {
8
8
  actions?(_: {}): any;
9
9
  badge?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
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
12
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -17,17 +17,17 @@ declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
17
17
  header?(_: {}): any;
18
18
  extra?(_: {}): any;
19
19
  };
20
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
21
  actionClick: (event: {
22
22
  action: Action;
23
23
  subject: any;
24
24
  }) => void;
25
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
25
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
26
26
  onActionClick?: ((event: {
27
27
  action: Action;
28
28
  subject: any;
29
29
  }) => any) | undefined;
30
- }, {}, {}>;
30
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
31
31
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
32
32
  export default _default;
33
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -4,4 +4,4 @@ import { CollectionStore } from '@aeria-ui/core';
4
4
  export declare const togglePreset: (preset: FiltersPreset<any> | null, store: CollectionStore | undefined) => void;
5
5
  export declare const watchStore: (store: CollectionStore | undefined, options?: {
6
6
  persistInQuery: boolean;
7
- }) => import('vue').WatchStopHandle;
7
+ }) => import('vue').WatchHandle;
@@ -6,7 +6,7 @@ type Props = {
6
6
  layoutOptions: LayoutOptions;
7
7
  componentName: string;
8
8
  };
9
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
9
+ 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
10
  export default _default;
11
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
12
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -8,7 +8,7 @@ type Props = {
8
8
  declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & {
9
9
  inner?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
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
12
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
1
  import { LayoutName } from '@aeriajs/types';
2
2
 
3
3
  export declare const getLayout: (layoutName: LayoutName) => ({
4
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
5
5
  individualActions: {
6
6
  type: import('vue').PropType<any>;
7
7
  required: true;
@@ -13,7 +13,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
13
13
  componentProps: {
14
14
  type: import('vue').PropType<Record<string, any>>;
15
15
  };
16
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
16
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
17
17
  individualActions: {
18
18
  type: import('vue').PropType<any>;
19
19
  required: true;
@@ -25,7 +25,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
25
25
  componentProps: {
26
26
  type: import('vue').PropType<Record<string, any>>;
27
27
  };
28
- }>>, {}, true, {}, {}, {
28
+ }>> & Readonly<{}>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
29
29
  P: {};
30
30
  B: {};
31
31
  D: {};
@@ -44,7 +44,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
44
44
  componentProps: {
45
45
  type: import('vue').PropType<Record<string, any>>;
46
46
  };
47
- }>>, {}, {}, {}, {}, {}>;
47
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
48
48
  __isFragment?: never;
49
49
  __isTeleport?: never;
50
50
  __isSuspense?: never;
@@ -60,11 +60,11 @@ export declare const getLayout: (layoutName: LayoutName) => ({
60
60
  componentProps: {
61
61
  type: import('vue').PropType<Record<string, any>>;
62
62
  };
63
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
63
+ }>> & 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 () => {
64
64
  $slots: Partial<Record<string, (_: any) => any>> & {
65
65
  inner?(_: {}): any;
66
66
  };
67
- })) | import('vue').DefineComponent<{
67
+ })) | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
68
68
  individualActions: {
69
69
  type: import('vue').PropType<any>;
70
70
  required: true;
@@ -80,7 +80,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
80
80
  type: import('vue').PropType<string>;
81
81
  required: true;
82
82
  };
83
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
83
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
84
84
  individualActions: {
85
85
  type: import('vue').PropType<any>;
86
86
  required: true;
@@ -96,4 +96,4 @@ export declare const getLayout: (layoutName: LayoutName) => ({
96
96
  type: import('vue').PropType<string>;
97
97
  required: true;
98
98
  };
99
- }>>, {}, {}>;
99
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1,11 +1,15 @@
1
1
  import { ActionEvent } from '@aeria-ui/core';
2
2
 
3
- export declare const isInsertVisible: import('vue').Ref<string | boolean>;
4
- export declare const isInsertReadonly: import('vue').Ref<boolean>;
5
- export declare const isFilterVisible: import('vue').Ref<boolean>;
3
+ export declare const isInsertVisible: import('vue').Ref<string | boolean, string | boolean>;
4
+ export declare const isInsertReadonly: import('vue').Ref<boolean, boolean>;
5
+ export declare const isFilterVisible: import('vue').Ref<boolean, boolean>;
6
6
  export declare const call: import('vue').Ref<(actionProps: import('@aeriajs/types').CollectionAction<any> & {
7
7
  action: string;
8
8
  }) => (filters?: {
9
9
  _id: string | string[];
10
+ } | undefined) => void, (actionProps: import('@aeriajs/types').CollectionAction<any> & {
11
+ action: string;
12
+ }) => (filters?: {
13
+ _id: string | string[];
10
14
  } | undefined) => void>;
11
- export declare const actionEventBus: import('vue').Ref<ActionEvent | undefined>;
15
+ export declare const actionEventBus: import('vue').Ref<ActionEvent | undefined, ActionEvent | undefined>;
@@ -24,11 +24,11 @@ declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & Pa
24
24
  }): any;
25
25
  tfoot?(_: {}): any;
26
26
  };
27
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
28
  uiEvent: (event: ActionEvent) => void;
29
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
29
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
30
30
  onUiEvent?: ((event: ActionEvent) => any) | undefined;
31
- }, {}, {}>;
31
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
32
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
33
33
  export default _default;
34
34
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
2
  "update:modelValue": (value: boolean) => void;
3
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
4
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5
- }, {}, {}>;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
6
  export default _default;
@@ -4,7 +4,7 @@ type Props = {
4
4
  declare function __VLS_template(): {
5
5
  default?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
7
+ 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>;
8
8
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
9
  export default _default;
10
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -13,7 +13,7 @@ type Props = {
13
13
  declare function __VLS_template(): {
14
14
  default?(_: {}): any;
15
15
  };
16
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
16
+ 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>;
17
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
18
  export default _default;
19
19
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -5,13 +5,13 @@ declare function __VLS_template(): {
5
5
  text?(_: {}): any;
6
6
  default?(_: {}): any;
7
7
  };
8
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
9
  where: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
11
  where: string;
12
- }>>>, {
12
+ }>>> & Readonly<{}>, {
13
13
  where: "top" | "topleft" | "left" | "bottom" | "right";
14
- }, {}>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -10,23 +10,23 @@ type Props = {
10
10
  declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & {
11
11
  header?(_: {}): any;
12
12
  };
13
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
14
  visible: boolean;
15
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
16
  "update:visible": (value: boolean) => void;
17
17
  "update:modelValue": (value: any) => void;
18
18
  insert: (value: any) => void;
19
19
  cancel: () => void;
20
20
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
21
  visible: boolean;
22
- }>>> & {
22
+ }>>> & Readonly<{
23
+ onCancel?: (() => any) | undefined;
23
24
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
24
25
  onInsert?: ((value: any) => any) | undefined;
25
26
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
26
- onCancel?: (() => any) | undefined;
27
- }, {
27
+ }>, {
28
28
  visible: any;
29
- }, {}>;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
31
  export default _default;
32
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
1
  declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
6
  export default _default;
7
7
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  declare function __VLS_template(): Partial<Record<string, (_: {}) => any>>;
2
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3
3
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
4
  export default _default;
5
5
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -4,11 +4,11 @@ type Props = {
4
4
  pagination: Pagination;
5
5
  noSummary?: boolean;
6
6
  };
7
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  paginate: (value: Pick<Pagination, "offset" | "limit">) => void;
9
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
10
10
  onPaginate?: ((value: Pick<Pagination, "offset" | "limit">) => any) | undefined;
11
- }, {}, {}>;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
12
  export default _default;
13
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
14
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -23,11 +23,11 @@ declare function __VLS_template(): {
23
23
  default?(_: {}): any;
24
24
  footer?(_: {}): any;
25
25
  };
26
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
26
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
27
27
  collapsible: boolean;
28
28
  closeHint: boolean;
29
29
  modelValue: boolean;
30
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
31
  "update:modelValue": (value: boolean) => void;
32
32
  "update:collapsed": (value: boolean) => void;
33
33
  "update:closeHint": (value: boolean) => void;
@@ -37,17 +37,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
37
37
  collapsible: boolean;
38
38
  closeHint: boolean;
39
39
  modelValue: boolean;
40
- }>>> & {
40
+ }>>> & Readonly<{
41
+ onClose?: (() => any) | undefined;
41
42
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42
43
  "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
43
44
  "onUpdate:closeHint"?: ((value: boolean) => any) | undefined;
44
45
  onOverlayClick?: (() => any) | undefined;
45
- onClose?: (() => any) | undefined;
46
- }, {
46
+ }>, {
47
47
  closeHint: boolean;
48
48
  modelValue: any;
49
49
  collapsible: boolean;
50
- }, {}>;
50
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
51
51
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
52
52
  export default _default;
53
53
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -21,7 +21,7 @@ declare function __VLS_template(): {
21
21
  default?(_: {}): any;
22
22
  caption?(_: {}): any;
23
23
  };
24
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
24
+ 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>;
25
25
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
26
  export default _default;
27
27
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -22,11 +22,11 @@ declare function __VLS_template(): Partial<Record<`row-${string}`, (_: {
22
22
  tbody?(_: {}): any;
23
23
  tfoot?(_: {}): any;
24
24
  };
25
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
26
  itemClick: (value: unknown) => void;
27
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
27
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
28
28
  onItemClick?: ((value: unknown) => any) | undefined;
29
- }, {}, {}>;
29
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
31
  export default _default;
32
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -6,7 +6,7 @@ type Props = {
6
6
  declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & Partial<Record<NonNullable<string | import('vue-router').LocationQueryValue[]>, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & {
7
7
  default?(_: {}): any;
8
8
  };
9
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
9
+ 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>;
10
10
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
11
  export default _default;
12
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
1
  type Props = {
2
2
  collection?: string;
3
3
  };
4
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
4
+ 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>;
5
5
  export default _default;
6
6
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
7
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -9,17 +9,17 @@ declare function __VLS_template(): {
9
9
  passwordError: string | undefined;
10
10
  }): any;
11
11
  };
12
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: Record<string, unknown> & {
14
14
  password: string;
15
15
  confirmation: string;
16
16
  }) => void;
17
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
17
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((value: Record<string, unknown> & {
19
19
  password: string;
20
20
  confirmation: string;
21
21
  }) => any) | undefined;
22
- }, {}, {}>;
22
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
24
  export default _default;
25
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -7,7 +7,7 @@ type Props = {
7
7
  declare function __VLS_template(): {
8
8
  default?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
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
11
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
12
  export default _default;
13
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -9,7 +9,7 @@ type Props = {
9
9
  declare function __VLS_template(): {
10
10
  default?(_: {}): any;
11
11
  };
12
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
12
+ 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>;
13
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;