@aeria-ui/ui 0.0.32 → 0.0.34

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/{activation-b2a947e0.js → activation-d238ff2c.js} +1 -1
  2. package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +1 -1
  3. package/dist/components/aeria-badge/aeria-badge.vue.d.ts +1 -1
  4. package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +2 -2
  5. package/dist/components/aeria-button/aeria-button.vue.d.ts +3 -2
  6. package/dist/components/aeria-card/aeria-card.vue.d.ts +1 -1
  7. package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +2 -2
  8. package/dist/components/aeria-crud/_internals/components/aeria-filter-panel/aeria-filter-panel.vue.d.ts +2 -2
  9. package/dist/components/aeria-crud/_internals/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +1 -1
  10. package/dist/components/aeria-crud/_internals/helpers.d.ts +4 -3
  11. package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +3 -2
  12. package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +3 -2
  13. package/dist/components/aeria-crud/_internals/layouts/index.d.ts +29 -28
  14. package/dist/components/aeria-crud/_internals/store.d.ts +9 -8
  15. package/dist/components/aeria-crud/aeria-crud.vue.d.ts +6 -6
  16. package/dist/components/aeria-grid/aeria-grid.vue.d.ts +1 -1
  17. package/dist/components/aeria-icon/aeria-icon.vue.d.ts +3 -2
  18. package/dist/components/aeria-info/aeria-info.vue.d.ts +1 -1
  19. package/dist/components/aeria-main/aeria-main.vue.d.ts +1 -1
  20. package/dist/components/aeria-menu/aeria-menu.vue.d.ts +1 -1
  21. package/dist/components/aeria-pagination/aeria-pagination.vue.d.ts +4 -3
  22. package/dist/components/aeria-panel/aeria-panel.vue.d.ts +3 -3
  23. package/dist/components/aeria-picture/aeria-picture.vue.d.ts +1 -1
  24. package/dist/components/aeria-table/aeria-table.vue.d.ts +6 -5
  25. package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +1 -1
  26. package/dist/components/dashboard/aeria-crud-topbar/aeria-crud-topbar.vue.d.ts +1 -1
  27. package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +2 -2
  28. package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +3 -2
  29. package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +3 -2
  30. package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +18 -17
  31. package/dist/components/form/aeria-file/aeria-file.vue.d.ts +5 -4
  32. package/dist/components/form/aeria-form/_internals/helpers.d.ts +2 -1
  33. package/dist/components/form/aeria-form/aeria-form.vue.d.ts +7 -6
  34. package/dist/components/form/aeria-input/aeria-input.vue.d.ts +5 -4
  35. package/dist/components/form/aeria-options/aeria-options.vue.d.ts +6 -5
  36. package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +2 -2
  37. package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +4 -3
  38. package/dist/components/form/aeria-search/aeria-search.vue.d.ts +5 -4
  39. package/dist/components/form/aeria-select/aeria-select.vue.d.ts +5 -4
  40. package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +7 -6
  41. package/dist/components/form/types.d.ts +2 -1
  42. package/dist/components/utils/aeria-async.d.ts +3 -3
  43. package/dist/{crud-view-232aa79c.js → crud-view-1bbc1387.js} +1 -1
  44. package/dist/{index-0c058b56.js → index-75991f90.js} +288 -269
  45. package/dist/{password-change-f12b3652.js → password-change-6277346e.js} +1 -1
  46. package/dist/{profile-d956dbdb.js → profile-1660e4f2.js} +1 -1
  47. package/dist/routes.d.ts +3 -2
  48. package/dist/{signin-72b3b697.js → signin-0db1eb4f.js} +1 -1
  49. package/dist/{signup-0257e6aa.js → signup-57507eb3.js} +1 -1
  50. package/dist/style.css +1 -1
  51. package/dist/ui.js +1 -1
  52. package/dist/views/dashboard/crud-view/crud-view.vue.d.ts +1 -1
  53. package/dist/views/dashboard/user/password-change/password-change.vue.d.ts +1 -1
  54. package/dist/views/dashboard/user/profile/profile.vue.d.ts +1 -1
  55. package/dist/views/user/activation.vue.d.ts +1 -1
  56. package/dist/views/user/signin.vue.d.ts +1 -1
  57. package/dist/views/user/signup.vue.d.ts +1 -1
  58. package/package.json +2 -2
@@ -2,7 +2,7 @@ import { defineComponent as C, withAsyncContext as k, ref as $, unref as c, open
2
2
  import { useStore as y } from "@aeria-ui/state-management";
3
3
  import { unsafe as x } from "@aeriajs/common";
4
4
  import { useRouter as S } from "vue-router";
5
- import { A, _ as I, a as v } from "./index-0c058b56.js";
5
+ import { A, _ as I, a as v } from "./index-75991f90.js";
6
6
  import "@aeria-ui/i18n";
7
7
  import "@aeria-ui/core";
8
8
  const R = {
@@ -6,7 +6,7 @@ type Props = {
6
6
  icon: string;
7
7
  }>;
8
8
  };
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, Partial<Record<string, (_: {}) => any>>>;
9
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, Partial<Record<string, (_: {}) => any>>>;
10
10
  export default _default;
11
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
12
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -2,7 +2,7 @@ type Props = {
2
2
  large?: boolean;
3
3
  alt?: boolean;
4
4
  };
5
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
6
6
  default?(_: {}): any;
7
7
  }>;
8
8
  export default _default;
@@ -1,9 +1,9 @@
1
1
  type Props = {
2
2
  disabled?: boolean;
3
3
  };
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
5
  click: (event: any) => void;
6
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
6
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
7
7
  onClick?: ((event: any) => any) | undefined;
8
8
  }, {}, {}>, {
9
9
  default?(_: {}): any;
@@ -1,4 +1,5 @@
1
- import type { Icon } from '@aeriajs/types';
1
+ import { Icon } from '@aeriajs/types';
2
+
2
3
  type Size = 'small' | 'medium' | 'large';
3
4
  type Variant = 'primary' | 'alt' | 'transparent';
4
5
  type Props = {
@@ -10,7 +11,7 @@ type Props = {
10
11
  disabled?: boolean;
11
12
  loading?: boolean;
12
13
  };
13
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
14
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
14
15
  default?(_: {}): any;
15
16
  }>;
16
17
  export default _default;
@@ -2,7 +2,7 @@ type Props = {
2
2
  inactive?: boolean;
3
3
  horizontal?: boolean;
4
4
  };
5
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
6
6
  default?(_: {}): any;
7
7
  footer?(_: {}): any;
8
8
  actions?(_: {}): any;
@@ -6,12 +6,12 @@ type Props = {
6
6
  type Action = {
7
7
  click: (subject: any) => void;
8
8
  };
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  actionClick: (event: {
11
11
  action: Action;
12
12
  subject: any;
13
13
  }) => void;
14
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
14
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
15
15
  onActionClick?: ((event: {
16
16
  action: Action;
17
17
  subject: any;
@@ -1,6 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<import('vue').ExtractPropTypes<{}>> & {
4
4
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5
5
  }, {}, {}>;
6
6
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string, (_: any) => any>>>;
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string, (_: any) => any>>>;
2
2
  export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & {
4
4
  new (): {
@@ -1,6 +1,7 @@
1
- import type { FiltersPreset } from '@aeriajs/types';
2
- import type { CollectionStore } from '@aeria-ui/core';
1
+ import { CollectionStore } from '@aeria-ui/core';
2
+ import { FiltersPreset } from '@aeriajs/types';
3
+
3
4
  export declare const togglePreset: (preset: FiltersPreset<any> | null, store: CollectionStore | undefined) => void;
4
5
  export declare const watchStore: (store: CollectionStore | undefined, options?: {
5
6
  persistInQuery: boolean;
6
- }) => import("vue").WatchStopHandle;
7
+ }) => import('vue').WatchStopHandle;
@@ -1,11 +1,12 @@
1
- import { type LayoutOptions } from '@aeriajs/types';
1
+ import { LayoutOptions } from '@aeriajs/types';
2
+
2
3
  type Props = {
3
4
  individualActions: any;
4
5
  hasSelectionActions?: boolean;
5
6
  layoutOptions: LayoutOptions;
6
7
  componentName: string;
7
8
  };
8
- 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<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
9
10
  export default _default;
10
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
12
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,10 +1,11 @@
1
- import type { LayoutOptions } from '@aeriajs/types';
1
+ import { LayoutOptions } from '@aeriajs/types';
2
+
2
3
  type Props = {
3
4
  individualActions: any;
4
5
  layoutOptions: LayoutOptions;
5
6
  componentProps?: Record<string, any>;
6
7
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, Partial<Record<string, (_: any) => any>> & {
8
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, Partial<Record<string, (_: any) => any>> & {
8
9
  inner?(_: {}): any;
9
10
  }>;
10
11
  export default _default;
@@ -1,28 +1,29 @@
1
- import type { LayoutName } from '@aeriajs/types';
1
+ import { LayoutName } from '@aeriajs/types';
2
+
2
3
  export declare const getLayout: (layoutName: LayoutName) => ({
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4
5
  individualActions: {
5
- type: import("vue").PropType<any>;
6
+ type: import('vue').PropType<any>;
6
7
  required: true;
7
8
  };
8
9
  layoutOptions: {
9
- type: import("vue").PropType<import("@aeriajs/types").LayoutOptions>;
10
+ type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
10
11
  required: true;
11
12
  };
12
13
  componentProps: {
13
- type: import("vue").PropType<Record<string, any>>;
14
+ type: import('vue').PropType<Record<string, any>>;
14
15
  };
15
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
16
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
16
17
  individualActions: {
17
- type: import("vue").PropType<any>;
18
+ type: import('vue').PropType<any>;
18
19
  required: true;
19
20
  };
20
21
  layoutOptions: {
21
- type: import("vue").PropType<import("@aeriajs/types").LayoutOptions>;
22
+ type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
22
23
  required: true;
23
24
  };
24
25
  componentProps: {
25
- type: import("vue").PropType<Record<string, any>>;
26
+ type: import('vue').PropType<Record<string, any>>;
26
27
  };
27
28
  }>>, {}, true, {}, {}, {
28
29
  P: {};
@@ -31,68 +32,68 @@ export declare const getLayout: (layoutName: LayoutName) => ({
31
32
  C: {};
32
33
  M: {};
33
34
  Defaults: {};
34
- }, Readonly<import("vue").ExtractPropTypes<{
35
+ }, Readonly<import('vue').ExtractPropTypes<{
35
36
  individualActions: {
36
- type: import("vue").PropType<any>;
37
+ type: import('vue').PropType<any>;
37
38
  required: true;
38
39
  };
39
40
  layoutOptions: {
40
- type: import("vue").PropType<import("@aeriajs/types").LayoutOptions>;
41
+ type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
41
42
  required: true;
42
43
  };
43
44
  componentProps: {
44
- type: import("vue").PropType<Record<string, any>>;
45
+ type: import('vue').PropType<Record<string, any>>;
45
46
  };
46
47
  }>>, {}, {}, {}, {}, {}>;
47
48
  __isFragment?: undefined;
48
49
  __isTeleport?: undefined;
49
50
  __isSuspense?: undefined;
50
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
51
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
51
52
  individualActions: {
52
- type: import("vue").PropType<any>;
53
+ type: import('vue').PropType<any>;
53
54
  required: true;
54
55
  };
55
56
  layoutOptions: {
56
- type: import("vue").PropType<import("@aeriajs/types").LayoutOptions>;
57
+ type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
57
58
  required: true;
58
59
  };
59
60
  componentProps: {
60
- type: import("vue").PropType<Record<string, any>>;
61
+ type: import('vue').PropType<Record<string, any>>;
61
62
  };
62
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
63
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
63
64
  $slots: Partial<Record<string, (_: any) => any>> & {
64
65
  inner?(_: {}): any;
65
66
  };
66
- })) | import("vue").DefineComponent<{
67
+ })) | import('vue').DefineComponent<{
67
68
  individualActions: {
68
- type: import("vue").PropType<any>;
69
+ type: import('vue').PropType<any>;
69
70
  required: true;
70
71
  };
71
72
  hasSelectionActions: {
72
- type: import("vue").PropType<boolean>;
73
+ type: import('vue').PropType<boolean>;
73
74
  };
74
75
  layoutOptions: {
75
- type: import("vue").PropType<import("@aeriajs/types").LayoutOptions>;
76
+ type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
76
77
  required: true;
77
78
  };
78
79
  componentName: {
79
- type: import("vue").PropType<string>;
80
+ type: import('vue').PropType<string>;
80
81
  required: true;
81
82
  };
82
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
83
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
83
84
  individualActions: {
84
- type: import("vue").PropType<any>;
85
+ type: import('vue').PropType<any>;
85
86
  required: true;
86
87
  };
87
88
  hasSelectionActions: {
88
- type: import("vue").PropType<boolean>;
89
+ type: import('vue').PropType<boolean>;
89
90
  };
90
91
  layoutOptions: {
91
- type: import("vue").PropType<import("@aeriajs/types").LayoutOptions>;
92
+ type: import('vue').PropType<import('@aeriajs/types').LayoutOptions>;
92
93
  required: true;
93
94
  };
94
95
  componentName: {
95
- type: import("vue").PropType<string>;
96
+ type: import('vue').PropType<string>;
96
97
  required: true;
97
98
  };
98
99
  }>>, {}, {}>;
@@ -1,10 +1,11 @@
1
- import type { ActionEvent } from '@aeria-ui/core';
2
- export declare const isInsertVisible: import("vue").Ref<string | boolean>;
3
- export declare const isInsertReadonly: import("vue").Ref<boolean>;
4
- export declare const isFilterVisible: import("vue").Ref<boolean>;
5
- export declare const call: import("vue").Ref<(actionProps: Omit<Readonly<{
1
+ import { ActionEvent } from '@aeria-ui/core';
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>;
6
+ export declare const call: import('vue').Ref<(actionProps: Omit<Readonly<{
6
7
  name: string;
7
- icon?: import("@aeriajs/types").Icon | undefined;
8
+ icon?: import('@aeriajs/types').Icon | undefined;
8
9
  ask?: boolean | undefined;
9
10
  selection?: boolean | undefined;
10
11
  effect?: string | undefined;
@@ -15,10 +16,10 @@ export declare const call: import("vue").Ref<(actionProps: Omit<Readonly<{
15
16
  clearItem?: boolean | undefined;
16
17
  params?: Record<string, any> | undefined;
17
18
  query?: Record<string, any> | undefined;
18
- requires?: readonly import("@aeriajs/types").PropertiesWithId<any>[] | undefined;
19
+ requires?: readonly import('@aeriajs/types').PropertiesWithId<any>[] | undefined;
19
20
  }>, "name"> & {
20
21
  action: string;
21
22
  }) => (filters?: {
22
23
  _id: string | string[];
23
24
  } | undefined) => void>;
24
- export declare const actionEventBus: import("vue").Ref<ActionEvent | undefined>;
25
+ export declare const actionEventBus: import('vue').Ref<ActionEvent | undefined>;
@@ -1,7 +1,7 @@
1
- import type { ActionEvent, CollectionStore } from '@aeria-ui/core';
2
- import type { Layout } from '@aeriajs/types';
3
- import { type Ref } from 'vue';
4
- import { useAction } from '@aeria-ui/core';
1
+ import { Ref } from 'vue';
2
+ import { Layout } from '@aeriajs/types';
3
+ import { ActionEvent, CollectionStore, useAction } from '@aeria-ui/core';
4
+
5
5
  type Props = {
6
6
  collection: string;
7
7
  noControls?: boolean;
@@ -14,9 +14,9 @@ type Props = {
14
14
  scrollPagination?: boolean;
15
15
  noQueryPersistence?: boolean;
16
16
  };
17
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
18
  uiEvent: (event: ActionEvent) => void;
19
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
19
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
20
20
  onUiEvent?: ((event: ActionEvent) => any) | undefined;
21
21
  }, {}, {}>, Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
22
22
  actions?(_: {}): any;
@@ -1,7 +1,7 @@
1
1
  type Props = {
2
2
  list?: boolean;
3
3
  };
4
- declare const _default: __VLS_WithTemplateSlots<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: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
5
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,4 +1,5 @@
1
- import type { Icon } from '@aeriajs/types';
1
+ import { Icon } from '@aeriajs/types';
2
+
2
3
  type Props = {
3
4
  icon?: Icon;
4
5
  size?: string;
@@ -7,7 +8,7 @@ type Props = {
7
8
  iconRight?: boolean;
8
9
  fill?: string;
9
10
  };
10
- declare const _default: __VLS_WithTemplateSlots<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 _default: __VLS_WithTemplateSlots<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
12
  default?(_: {}): any;
12
13
  }>;
13
14
  export default _default;
@@ -1,7 +1,7 @@
1
1
  type Props = {
2
2
  where?: 'top' | 'topleft' | 'left' | 'bottom' | 'right';
3
3
  };
4
- declare const _default: __VLS_WithTemplateSlots<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: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
5
5
  text?(_: {}): any;
6
6
  default?(_: {}): any;
7
7
  }>;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string, (_: {}) => any>> & {
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string, (_: {}) => any>> & {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string, (_: {}) => any>>>;
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string, (_: {}) => any>>>;
2
2
  export default _default;
3
3
  type __VLS_WithTemplateSlots<T, S> = T & {
4
4
  new (): {
@@ -1,10 +1,11 @@
1
- import { type Pagination } from '@aeria-ui/core';
1
+ import { Pagination } from '@aeria-ui/core';
2
+
2
3
  type Props = {
3
4
  pagination: Pagination;
4
5
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
7
  paginate: (value: Pick<Pagination, "offset" | "limit">) => void;
7
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
8
9
  onPaginate?: ((value: Pick<Pagination, "offset" | "limit">) => any) | undefined;
9
10
  }, {}, {}>;
10
11
  export default _default;
@@ -18,17 +18,17 @@ type Props = {
18
18
  outerHeader?: boolean;
19
19
  overlayLayer?: number;
20
20
  };
21
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
22
  collapsible: boolean;
23
23
  closeHint: boolean;
24
24
  modelValue: boolean;
25
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
26
  "update:modelValue": (value: boolean) => void;
27
27
  "update:collapsed": (value: boolean) => void;
28
28
  "update:closeHint": (value: boolean) => void;
29
29
  overlayClick: () => void;
30
30
  close: () => void;
31
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
31
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
32
32
  collapsible: boolean;
33
33
  closeHint: boolean;
34
34
  modelValue: boolean;
@@ -16,7 +16,7 @@ type Props = {
16
16
  };
17
17
  };
18
18
  };
19
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
19
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
20
20
  fallback?(_: {}): any;
21
21
  default?(_: {}): any;
22
22
  caption?(_: {}): any;
@@ -1,5 +1,6 @@
1
- import type { Property, CollectionAction } from '@aeriajs/types';
2
- import { type Ref } from 'vue';
1
+ import { Ref } from 'vue';
2
+ import { Property, CollectionAction } from '@aeriajs/types';
3
+
3
4
  type Props = {
4
5
  columns?: Record<string, Property>;
5
6
  rows?: any;
@@ -11,12 +12,12 @@ type Props = {
11
12
  })[];
12
13
  layout?: any;
13
14
  };
14
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
16
  itemClick: (value: any) => void;
16
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
17
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
17
18
  onItemClick?: ((value: any) => any) | undefined;
18
19
  }, {}, {}>, Partial<Record<`row-${string}`, (_: {
19
- store: import("@aeria-ui/state-management").Store | null;
20
+ store: import('@aeria-ui/state-management').Store | null;
20
21
  column: string;
21
22
  property: Property;
22
23
  row: any;
@@ -3,7 +3,7 @@ type Props = {
3
3
  param?: string;
4
4
  dropdown?: boolean;
5
5
  };
6
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, Partial<Record<string, (_: {}) => any>> & Partial<Record<NonNullable<string | import("vue-router").LocationQueryValue[]>, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & {
6
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, Partial<Record<string, (_: {}) => any>> & Partial<Record<NonNullable<string | import('vue-router').LocationQueryValue[]>, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & {
7
7
  default?(_: {}): any;
8
8
  }>;
9
9
  export default _default;
@@ -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<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
5
5
  export default _default;
6
6
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
7
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -4,12 +4,12 @@ type Props = {
4
4
  confirmation: string;
5
5
  };
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  "update:modelValue": (value: Record<string, any> & {
9
9
  password: string;
10
10
  confirmation: string;
11
11
  }) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
13
13
  "onUpdate:modelValue"?: ((value: Record<string, any> & {
14
14
  password: string;
15
15
  confirmation: string;
@@ -1,9 +1,10 @@
1
- import type { PromptAction } from '@aeria-ui/core';
1
+ import { PromptAction } from '@aeria-ui/core';
2
+
2
3
  type Props = {
3
4
  title?: string;
4
5
  actions: PromptAction[];
5
6
  };
6
- declare const _default: __VLS_WithTemplateSlots<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 _default: __VLS_WithTemplateSlots<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
8
  default?(_: {}): any;
8
9
  }>;
9
10
  export default _default;
@@ -1,11 +1,12 @@
1
- import type { Icon } from '@aeriajs/types';
1
+ import { Icon } from '@aeriajs/types';
2
+
2
3
  type Props = {
3
4
  idx: number;
4
5
  itr: number;
5
6
  date: string;
6
7
  icon?: Icon;
7
8
  };
8
- declare const _default: __VLS_WithTemplateSlots<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: __VLS_WithTemplateSlots<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
10
  default?(_: {}): any;
10
11
  }>;
11
12
  export default _default;