@aeria-ui/ui 0.0.166 → 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 (57) hide show
  1. package/dist/{_id_-CzbubN0B.js → _id_-BfAy95FM.js} +1 -1
  2. package/dist/{activation-CO01YO4G.js → activation-DX6bZU4X.js} +1 -1
  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-C5JXT35d.js → index-665GkH7U.js} +1 -1
  45. package/dist/{index-B9GRVH8R.js → index-B-JkWyqC.js} +1 -1
  46. package/dist/{index-BjelY_IF.js → index-CDZJZN6Y.js} +13 -13
  47. package/dist/{index-CJw4j919.js → index-DSnK-CVK.js} +1 -1
  48. package/dist/{redefine-password-_VbVuJWw.js → redefine-password-BIjWzwY2.js} +1 -1
  49. package/dist/routes.d.ts +1 -2
  50. package/dist/{signin-DUaxIMsk.js → signin-D_X69D2H.js} +1 -1
  51. package/dist/{signup-B1j_nuN6.js → signup-L39DCd6m.js} +1 -1
  52. package/dist/ui.css +1 -1
  53. package/dist/ui.js +1 -1
  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 +8 -8
@@ -1,69 +1,59 @@
1
- import { ArrayProperty, EnumProperty, BooleanProperty } from '@aeriajs/types';
1
+ import { ArrayProperty, EnumProperty, BooleanProperty } from '../../../../../../node_modules/@aeriajs/types';
2
2
  import { FormFieldProps } from '../types.js';
3
-
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<FormFieldProps<any, (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
5
4
  $ref: "file";
6
5
  accept?: readonly string[];
7
6
  extensions?: readonly string[];
8
- }) | (EnumProperty & import('@aeriajs/types').PropertyBase) | (EnumProperty & import('@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').FixedObjectProperty & {
7
+ }) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').FixedObjectProperty & {
9
8
  type: "object";
10
9
  default?: unknown;
11
- }) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').VariableObjectProperty & {
10
+ }) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').VariableObjectProperty & {
12
11
  type: "object";
13
12
  default?: unknown;
14
- }) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').StringProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').NumberProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
13
+ }) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').StringProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').NumberProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
15
14
  $ref: "file";
16
15
  accept?: readonly string[];
17
16
  extensions?: readonly string[];
18
- }) | (BooleanProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
17
+ }) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
19
18
  $ref: "file";
20
19
  accept?: readonly string[];
21
20
  extensions?: readonly string[];
22
- }) | (ArrayProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty)> & {
21
+ }) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty)> & {
23
22
  value?: unknown;
24
23
  variant?: string;
25
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
25
  change: (value: any) => void;
27
26
  "update:modelValue": (value: any) => void;
28
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
27
+ }, string, import('vue').PublicProps, Readonly<FormFieldProps<any, (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
29
28
  $ref: "file";
30
29
  accept?: readonly string[];
31
30
  extensions?: readonly string[];
32
- }) | (EnumProperty & import('@aeriajs/types').PropertyBase) | (EnumProperty & import('@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').FixedObjectProperty & {
31
+ }) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').FixedObjectProperty & {
33
32
  type: "object";
34
33
  default?: unknown;
35
- }) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').VariableObjectProperty & {
34
+ }) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').VariableObjectProperty & {
36
35
  type: "object";
37
36
  default?: unknown;
38
- }) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').StringProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').NumberProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
37
+ }) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').StringProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').NumberProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
39
38
  $ref: "file";
40
39
  accept?: readonly string[];
41
40
  extensions?: readonly string[];
42
- }) | (BooleanProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
41
+ }) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
43
42
  $ref: "file";
44
43
  accept?: readonly string[];
45
44
  extensions?: readonly string[];
46
- }) | (ArrayProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty)> & {
45
+ }) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty)> & {
47
46
  value?: unknown;
48
47
  variant?: string;
49
- }>>> & Readonly<{
48
+ }> & Readonly<{
50
49
  onChange?: ((value: any) => any) | undefined;
51
50
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
52
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
51
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
53
52
  description?(_: {}): any;
54
53
  default?(_: {}): any;
55
54
  hint?(_: {}): any;
56
55
  }>;
57
56
  export default _default;
58
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
59
- type __VLS_TypePropsToRuntimeProps<T> = {
60
- [K in keyof T]-?: {} extends Pick<T, K> ? {
61
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
62
- } : {
63
- type: import('vue').PropType<T[K]>;
64
- required: true;
65
- };
66
- };
67
57
  type __VLS_WithTemplateSlots<T, S> = T & {
68
58
  new (): {
69
59
  $slots: S;
@@ -1,24 +1,20 @@
1
1
  import { File as AeriaFile } from '@aeriajs/builtins';
2
2
  import { UploadedFile } from '../../../types.js';
3
-
4
3
  type Props = {
5
4
  modelValue: AeriaFile | UploadedFile;
6
5
  };
7
6
  declare function __VLS_template(): {
8
- default?(_: {}): any;
9
- };
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;
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
20
10
  };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
21
13
  };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
22
18
  type __VLS_WithTemplateSlots<T, S> = T & {
23
19
  new (): {
24
20
  $slots: S;
@@ -1,14 +1,13 @@
1
- import { Property, FileProperty, ArrayProperty } from '@aeriajs/types';
1
+ import { Property, FileProperty, ArrayProperty } from '../../../../../../node_modules/@aeriajs/types';
2
2
  import { File as AeriaFile } from '@aeriajs/builtins';
3
3
  import { FormFieldProps, UploadedFile } from '../types.js';
4
-
5
4
  type Props = FormFieldProps<UploadedFile | AeriaFile | (UploadedFile | AeriaFile)[] | null, Property & (FileProperty | ArrayProperty<FileProperty>)> & {
6
5
  meta?: Record<string, unknown>;
7
6
  content?: unknown;
8
7
  multiple?: boolean;
9
8
  };
10
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- change: (value: (UploadedFile | import('@aeriajs/types').SchemaWithId<{
9
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ change: (value: (UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
12
11
  readonly $id: "file";
13
12
  readonly icon: "paperclip";
14
13
  readonly owned: "always";
@@ -59,7 +58,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
58
  };
60
59
  };
61
60
  }, {}>)[]) => void;
62
- "update:content": (value: (UploadedFile | import('@aeriajs/types').SchemaWithId<{
61
+ "update:content": (value: (UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
63
62
  readonly $id: "file";
64
63
  readonly icon: "paperclip";
65
64
  readonly owned: "always";
@@ -110,7 +109,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
110
109
  };
111
110
  };
112
111
  }, {}>)[]) => void;
113
- "update:modelValue": (value: UploadedFile | import('@aeriajs/types').SchemaWithId<{
112
+ "update:modelValue": (value: UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
114
113
  readonly $id: "file";
115
114
  readonly icon: "paperclip";
116
115
  readonly owned: "always";
@@ -160,7 +159,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
160
159
  readonly ask: true;
161
160
  };
162
161
  };
163
- }, {}> | (UploadedFile | import('@aeriajs/types').SchemaWithId<{
162
+ }, {}> | (UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
164
163
  readonly $id: "file";
165
164
  readonly icon: "paperclip";
166
165
  readonly owned: "always";
@@ -211,8 +210,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
211
210
  };
212
211
  };
213
212
  }, {}>)[] | null | undefined) => void;
214
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
215
- onChange?: ((value: (UploadedFile | import('@aeriajs/types').SchemaWithId<{
213
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
214
+ onChange?: ((value: (UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
216
215
  readonly $id: "file";
217
216
  readonly icon: "paperclip";
218
217
  readonly owned: "always";
@@ -263,7 +262,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
263
262
  };
264
263
  };
265
264
  }, {}>)[]) => any) | undefined;
266
- "onUpdate:modelValue"?: ((value: UploadedFile | import('@aeriajs/types').SchemaWithId<{
265
+ "onUpdate:modelValue"?: ((value: UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
267
266
  readonly $id: "file";
268
267
  readonly icon: "paperclip";
269
268
  readonly owned: "always";
@@ -313,7 +312,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
313
312
  readonly ask: true;
314
313
  };
315
314
  };
316
- }, {}> | (UploadedFile | import('@aeriajs/types').SchemaWithId<{
315
+ }, {}> | (UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
317
316
  readonly $id: "file";
318
317
  readonly icon: "paperclip";
319
318
  readonly owned: "always";
@@ -364,7 +363,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
364
363
  };
365
364
  };
366
365
  }, {}>)[] | null | undefined) => any) | undefined;
367
- "onUpdate:content"?: ((value: (UploadedFile | import('@aeriajs/types').SchemaWithId<{
366
+ "onUpdate:content"?: ((value: (UploadedFile | import('../../../../../../node_modules/@aeriajs/types').SchemaWithId<{
368
367
  readonly $id: "file";
369
368
  readonly icon: "paperclip";
370
369
  readonly owned: "always";
@@ -415,14 +414,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
415
414
  };
416
415
  };
417
416
  }, {}>)[]) => any) | undefined;
418
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
417
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
418
+ file: HTMLInputElement;
419
+ }, HTMLDivElement>;
419
420
  export default _default;
420
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
421
- type __VLS_TypePropsToRuntimeProps<T> = {
422
- [K in keyof T]-?: {} extends Pick<T, K> ? {
423
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
424
- } : {
425
- type: import('vue').PropType<T[K]>;
426
- required: true;
427
- };
428
- };
@@ -1,6 +1,5 @@
1
- import { Property } from '@aeriajs/types';
2
- import { GlobalStateManager } from '@aeria-ui/state-management';
3
-
1
+ import { Property } from '../../../../../../../node_modules/@aeriajs/types';
2
+ import { GlobalStateManager } from '../../../../../../state-management/dist';
4
3
  export declare const getComponent: (property: Property, customComponents: Record<string, unknown>) => {};
5
4
  export declare const pushToArray: (modelValue: unknown[] | undefined, property: Property, manager: GlobalStateManager) => number;
6
5
  export declare const spliceFromArray: (modelValue: unknown[], index: number) => void;
@@ -1,7 +1,6 @@
1
- import { Property, Condition, Description } from '@aeriajs/types';
1
+ import { Property, Condition, Description } from '../../../../../../node_modules/@aeriajs/types';
2
2
  import { FormFieldProps } from '../types.js';
3
3
  import { Ref } from 'vue';
4
-
5
4
  type LayoutConfig = {
6
5
  span?: string;
7
6
  verticalSpacing?: string;
@@ -32,33 +31,31 @@ type Props = FormFieldProps<any> & {
32
31
  includeId?: boolean;
33
32
  includeTimestamps?: boolean;
34
33
  };
35
- declare function __VLS_template(): Partial<Record<`field-${string}`, (_: {
36
- readOnly: boolean | undefined;
37
- property: Property;
38
- propertyName: string;
39
- modelValue: any;
40
- }) => any>> & {
41
- header?(_: {}): any;
42
- default?(_: {}): any;
43
- after?(_: {}): any;
44
- footer?(_: {
45
- isInsertReady: boolean;
46
- }): any;
34
+ declare function __VLS_template(): {
35
+ attrs: Partial<{}>;
36
+ slots: Partial<Record<`field-${string}`, (_: {
37
+ readOnly: boolean | undefined;
38
+ property: Property;
39
+ propertyName: string;
40
+ modelValue: any;
41
+ }) => any>> & {
42
+ header?(_: {}): any;
43
+ default?(_: {}): any;
44
+ after?(_: {}): any;
45
+ footer?(_: {
46
+ isInsertReady: boolean;
47
+ }): any;
48
+ };
49
+ refs: {};
50
+ rootEl: HTMLFormElement;
47
51
  };
48
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
49
- searchony: boolean;
50
- validationErrors: null;
51
- highlightRequired: boolean;
52
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
- change: (value: any) => void;
54
- input: (value: any) => void;
55
- "update:modelValue": (value: any) => void;
56
- clipboardCopy: (value: string) => void;
57
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
58
- searchony: boolean;
59
- validationErrors: null;
60
- highlightRequired: boolean;
61
- }>>> & Readonly<{
52
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
53
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
54
+ change: (value: any) => any;
55
+ input: (value: any) => any;
56
+ "update:modelValue": (value: any) => any;
57
+ clipboardCopy: (value: string) => any;
58
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
62
59
  onChange?: ((value: any) => any) | undefined;
63
60
  onInput?: ((value: any) => any) | undefined;
64
61
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -66,26 +63,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
66
63
  }>, {
67
64
  validationErrors: Record<string, unknown> | null;
68
65
  highlightRequired: boolean;
69
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
70
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
66
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFormElement>;
67
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
71
68
  export default _default;
72
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
73
- type __VLS_TypePropsToRuntimeProps<T> = {
74
- [K in keyof T]-?: {} extends Pick<T, K> ? {
75
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
76
- } : {
77
- type: import('vue').PropType<T[K]>;
78
- required: true;
79
- };
80
- };
81
- type __VLS_WithDefaults<P, D> = {
82
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
83
- default: D[K];
84
- }> : P[K];
85
- };
86
- type __VLS_Prettify<T> = {
87
- [K in keyof T]: T[K];
88
- } & {};
89
69
  type __VLS_WithTemplateSlots<T, S> = T & {
90
70
  new (): {
91
71
  $slots: S;
@@ -1,38 +1,34 @@
1
- import { Property, NumberProperty, StringProperty } from '@aeriajs/types';
1
+ import { Property, NumberProperty, StringProperty } from '../../../../../../node_modules/@aeriajs/types';
2
2
  import { FormFieldProps } from '../types';
3
-
4
3
  type InputType = string | number | Date | null | undefined;
5
4
  type InputVariant = 'normal' | 'bold' | 'light';
6
5
  type Props = FormFieldProps<InputType, Property & (NumberProperty | StringProperty)> & {
7
6
  variant?: InputVariant;
8
7
  };
9
8
  declare function __VLS_template(): {
10
- default?(_: {}): any;
11
- description?(_: {}): any;
12
- hint?(_: {}): any;
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ description?(_: {}): any;
13
+ hint?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLLabelElement;
13
17
  };
14
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
- input: (value: InputType) => void;
16
- "update:modelValue": (value: InputType) => void;
17
- change: (value: unknown) => void;
18
- clipboardCopy: (value: string) => void;
19
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
+ change: (value: unknown) => any;
21
+ input: (value: InputType) => any;
22
+ "update:modelValue": (value: InputType) => any;
23
+ clipboardCopy: (value: string) => any;
24
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
20
25
  onChange?: ((value: unknown) => any) | undefined;
21
26
  onInput?: ((value: InputType) => any) | undefined;
22
27
  "onUpdate:modelValue"?: ((value: InputType) => any) | undefined;
23
28
  onClipboardCopy?: ((value: string) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
31
  export default _default;
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
32
  type __VLS_WithTemplateSlots<T, S> = T & {
37
33
  new (): {
38
34
  $slots: S;
@@ -1,38 +1,16 @@
1
- import { PropertyBase, ArrayProperty, EnumProperty } from '@aeriajs/types';
1
+ import { PropertyBase, ArrayProperty, EnumProperty } from '../../../../../../node_modules/@aeriajs/types';
2
2
  import { FormFieldProps } from '../types.js';
3
-
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<FormFieldProps<any>, "property"> & {
3
+ declare const _default: import('vue').DefineComponent<Omit<FormFieldProps<any>, "property"> & {
5
4
  property: PropertyBase & (EnumProperty | ArrayProperty<EnumProperty>);
6
5
  columns?: number;
7
- }>, {
8
- columns: number;
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- "update:modelValue": (value: unknown) => void;
11
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<FormFieldProps<any>, "property"> & {
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ "update:modelValue": (value: unknown) => any;
8
+ }, string, import('vue').PublicProps, Readonly<Omit<FormFieldProps<any>, "property"> & {
12
9
  property: PropertyBase & (EnumProperty | ArrayProperty<EnumProperty>);
13
10
  columns?: number;
14
- }>, {
15
- columns: number;
16
- }>>> & Readonly<{
11
+ }> & Readonly<{
17
12
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
18
13
  }>, {
19
14
  columns: number;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
16
  export default _default;
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
31
- type __VLS_WithDefaults<P, D> = {
32
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
- default: D[K];
34
- }> : P[K];
35
- };
36
- type __VLS_Prettify<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
@@ -2,25 +2,26 @@ type Props = {
2
2
  observeScroll?: boolean;
3
3
  };
4
4
  declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- footer?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ footer?(_: {}): any;
9
+ };
10
+ refs: {
11
+ containerEl: HTMLDivElement;
12
+ };
13
+ rootEl: HTMLDivElement;
7
14
  };
8
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
- endReached: (value: boolean) => void;
10
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
+ endReached: (value: boolean) => any;
18
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
11
19
  onEndReached?: ((value: boolean) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
21
+ containerEl: HTMLDivElement;
22
+ }, HTMLDivElement>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
24
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToRuntimeProps<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
25
  type __VLS_WithTemplateSlots<T, S> = T & {
25
26
  new (): {
26
27
  $slots: S;
@@ -1,6 +1,5 @@
1
- import { CollectionStoreItem } from '@aeria-ui/core';
1
+ import { CollectionStoreItem } from '../../../../../../../../core/dist';
2
2
  import { SearchProperty } from '../../../../types.js';
3
-
4
3
  type Props = {
5
4
  item: Record<string, unknown>;
6
5
  indexes: readonly string[];
@@ -9,26 +8,23 @@ type Props = {
9
8
  readOnly?: boolean;
10
9
  };
11
10
  declare function __VLS_template(): {
12
- default?(_: {}): any;
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
13
17
  };
14
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
- "update:modelValue": (value: CollectionStoreItem | CollectionStoreItem[] | null | undefined) => void;
16
- change: (value: Record<string, unknown>) => void;
17
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
+ change: (value: Record<string, unknown>) => any;
21
+ "update:modelValue": (value: CollectionStoreItem | CollectionStoreItem[] | null | undefined) => any;
22
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
18
23
  onChange?: ((value: Record<string, unknown>) => any) | undefined;
19
24
  "onUpdate:modelValue"?: ((value: CollectionStoreItem | CollectionStoreItem[] | null | undefined) => any) | undefined;
20
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
27
  export default _default;
23
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- type __VLS_TypePropsToRuntimeProps<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: import('vue').PropType<T[K]>;
29
- required: true;
30
- };
31
- };
32
28
  type __VLS_WithTemplateSlots<T, S> = T & {
33
29
  new (): {
34
30
  $slots: S;
@@ -1,41 +1,19 @@
1
1
  import { FormFieldProps, SearchProperty } from '../types.js';
2
-
3
2
  type Props = Omit<FormFieldProps<any>, 'property' | 'propertyName'> & {
4
3
  property: SearchProperty;
5
4
  propertyName: string;
6
5
  selectOnly?: boolean;
7
6
  panel?: unknown;
8
7
  };
9
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- panel: undefined;
11
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
9
  change: (event: unknown) => void;
13
10
  "update:modelValue": (event: unknown) => void;
14
11
  "update:panel": (event: boolean) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
- panel: undefined;
17
- }>>> & Readonly<{
12
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
18
13
  onChange?: ((event: unknown) => any) | undefined;
19
14
  "onUpdate:modelValue"?: ((event: unknown) => any) | undefined;
20
15
  "onUpdate:panel"?: ((event: boolean) => any) | undefined;
21
16
  }>, {
22
17
  panel: undefined;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
24
19
  export default _default;
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToRuntimeProps<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('vue').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};