@autoafleveren/ui 0.16.7 → 0.16.9

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 (90) hide show
  1. package/dist/config/eslint.cjs +5 -0
  2. package/dist/icons.cjs +131 -132
  3. package/dist/icons.js +12432 -11925
  4. package/dist/style.css +1 -1
  5. package/dist/types/components/AppActionBar/AppActionBar.vue.d.ts +1 -1
  6. package/dist/types/components/AppActionBar/AppActionBarItem.vue.d.ts +14 -30
  7. package/dist/types/components/AppActionBar/AppActionBarSubMenu.vue.d.ts +5 -28
  8. package/dist/types/components/AppActionBar/Components/Error.vue.d.ts +1 -1
  9. package/dist/types/components/AppActionBar/Components/Loading.vue.d.ts +1 -1
  10. package/dist/types/components/AppActionBar/Components/MultiSelect.vue.d.ts +7 -30
  11. package/dist/types/components/AppAlert/AppAlert.vue.d.ts +15 -35
  12. package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +2 -23
  13. package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +3 -12
  14. package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +11 -29
  15. package/dist/types/components/AppBadge/AppBadge.vue.d.ts +16 -53
  16. package/dist/types/components/AppButton/AppButton.vue.d.ts +11 -41
  17. package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +10 -14
  18. package/dist/types/components/AppCard/AppCard.vue.d.ts +15 -41
  19. package/dist/types/components/AppCard/CardAction.vue.d.ts +3 -12
  20. package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +10 -14
  21. package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +14 -48
  22. package/dist/types/components/AppContextMenu/AppContextMenu.vue.d.ts +10 -19
  23. package/dist/types/components/AppContextMenu/ShortcutItem.vue.d.ts +3 -12
  24. package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +12 -18
  25. package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +17 -21
  26. package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +12 -36
  27. package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +4 -25
  28. package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +11 -27
  29. package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +62 -6
  30. package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +11 -29
  31. package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +127 -31
  32. package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +8 -12
  33. package/dist/types/components/AppInput/AppInput.vue.d.ts +8 -10
  34. package/dist/types/components/AppInput/FileInput.vue.d.ts +11 -15
  35. package/dist/types/components/AppInput/Input.vue.d.ts +9 -12
  36. package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +10 -14
  37. package/dist/types/components/AppInput/LocationInput.vue.d.ts +5 -28
  38. package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +8 -12
  39. package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +11 -31
  40. package/dist/types/components/AppLoader/AppLoader.vue.d.ts +4 -25
  41. package/dist/types/components/AppMaps/AppMaps.vue.d.ts +4 -39
  42. package/dist/types/components/AppMenu/AppMenu.vue.d.ts +2 -23
  43. package/dist/types/components/AppMenu/AppMenuItem.vue.d.ts +9 -25
  44. package/dist/types/components/AppModal/AppModal.vue.d.ts +22 -55
  45. package/dist/types/components/AppNavigationMenu/AppNavigationMenu.vue.d.ts +1 -1
  46. package/dist/types/components/AppNavigationMenu/Mobile.vue.d.ts +1 -1
  47. package/dist/types/components/AppNavigationMenu/NavigationItem.vue.d.ts +3 -12
  48. package/dist/types/components/AppNavigationMenu/SupportItem.vue.d.ts +1 -1
  49. package/dist/types/components/AppPagination/AppPagination.vue.d.ts +9 -36
  50. package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +11 -31
  51. package/dist/types/components/AppSection/AppSection.vue.d.ts +13 -17
  52. package/dist/types/components/AppSelect/AppSelect.vue.d.ts +50 -104
  53. package/dist/types/components/AppTable/AppTable.vue.d.ts +8 -3
  54. package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +9 -25
  55. package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +20 -36
  56. package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +1 -10
  57. package/dist/types/components/AppToggle/AppToggle.vue.d.ts +5 -26
  58. package/dist/types/components/AppToggleCard/AppToggleCard.vue.d.ts +14 -18
  59. package/dist/types/composables/index.d.ts +1 -0
  60. package/dist/types/composables/useActionBar/index.d.ts +6 -6
  61. package/dist/types/composables/useComputedPosition/index.d.ts +5 -0
  62. package/dist/types/composables/useConfirm/index.d.ts +4 -1
  63. package/dist/types/composables/useEcho/index.d.ts +3 -0
  64. package/dist/types/composables/useGoogleApi/index.d.ts +1 -1
  65. package/dist/types/composables/useLayout/index.d.ts +5 -5
  66. package/dist/types/composables/useModal/index.d.ts +5 -1
  67. package/dist/types/composables/useNavigation/index.d.ts +33 -13
  68. package/dist/types/icons/BuildingCircleCheck.vue.d.ts +1 -1
  69. package/dist/types/icons/CarsIcon.vue.d.ts +1 -1
  70. package/dist/types/icons/ChatPersonRoundedIcon.vue.d.ts +3 -12
  71. package/dist/types/icons/CompanyIcon.vue.d.ts +1 -1
  72. package/dist/types/icons/HeroGirlIcon.vue.d.ts +3 -13
  73. package/dist/types/icons/HeroPersonIcon.vue.d.ts +3 -12
  74. package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +3 -12
  75. package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +3 -12
  76. package/dist/types/icons/LocationMarkerIcon.vue.d.ts +1 -1
  77. package/dist/types/icons/PartyPopperIcon.vue.d.ts +1 -1
  78. package/dist/types/icons/index.d.ts +1 -1
  79. package/dist/types/icons/status/ErrorIcon.vue.d.ts +1 -1
  80. package/dist/types/icons/status/SuccessIcon.vue.d.ts +1 -1
  81. package/dist/types/icons/status/WarningIcon.vue.d.ts +1 -1
  82. package/dist/types/layouts/Auth/Auth.vue.d.ts +9 -4
  83. package/dist/types/layouts/Base/Base.vue.d.ts +12 -5
  84. package/dist/types/layouts/Platform/Platform.vue.d.ts +12 -5
  85. package/dist/types/plugins/Toast/Toast.vue.d.ts +7 -30
  86. package/dist/ui-storybook.css +1 -0
  87. package/dist/ui.cjs +42 -43
  88. package/dist/ui.css +1 -1
  89. package/dist/ui.js +19727 -18231
  90. package/package.json +40 -39
@@ -1,33 +1,26 @@
1
1
  import type { DefinitionItem } from './index.d';
2
2
  declare function __VLS_template(): {
3
- title?(_: {}): any;
4
- default?(_: {}): any;
3
+ slots: {
4
+ title?(_: {}): any;
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
5
9
  };
6
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<{
7
12
  title?: DefinitionItem["title"];
8
13
  description?: DefinitionItem["description"];
9
14
  component?: DefinitionItem["component"];
10
15
  componentProperties?: DefinitionItem["componentProperties"];
11
16
  hideEmptyValues?: boolean;
12
- }>, {
13
- title: undefined;
14
- description: undefined;
15
- component: undefined;
16
- componentProperties: undefined;
17
- hideEmptyValues: boolean;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
17
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
19
18
  title?: DefinitionItem["title"];
20
19
  description?: DefinitionItem["description"];
21
20
  component?: DefinitionItem["component"];
22
21
  componentProperties?: DefinitionItem["componentProperties"];
23
22
  hideEmptyValues?: boolean;
24
- }>, {
25
- title: undefined;
26
- description: undefined;
27
- component: undefined;
28
- componentProperties: undefined;
29
- hideEmptyValues: boolean;
30
- }>>>, {
23
+ }> & Readonly<{}>, {
31
24
  title: DefinitionItem["title"];
32
25
  description: string;
33
26
  component: import("vue").Component | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -35,28 +28,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
35
28
  }>;
36
29
  componentProperties: Record<string, unknown>;
37
30
  hideEmptyValues: boolean;
38
- }, {}>;
39
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
33
  export default _default;
41
- type __VLS_WithDefaults<P, D> = {
42
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
- default: D[K];
44
- }> : P[K];
45
- };
46
- type __VLS_Prettify<T> = {
47
- [K in keyof T]: T[K];
48
- } & {};
49
34
  type __VLS_WithTemplateSlots<T, S> = T & {
50
35
  new (): {
51
36
  $slots: S;
52
37
  };
53
38
  };
54
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
- type __VLS_TypePropsToOption<T> = {
56
- [K in keyof T]-?: {} extends Pick<T, K> ? {
57
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
58
- } : {
59
- type: import('vue').PropType<T[K]>;
60
- required: true;
61
- };
62
- };
@@ -1,32 +1,11 @@
1
1
  import type { DefinitionItem } from './index.d';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  items: DefinitionItem[];
4
4
  hideEmptyValues?: boolean;
5
- }>, {
6
- hideEmptyValues: boolean;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
6
  items: DefinitionItem[];
9
7
  hideEmptyValues?: boolean;
10
- }>, {
11
- hideEmptyValues: boolean;
12
- }>>>, {
8
+ }> & Readonly<{}>, {
13
9
  hideEmptyValues: boolean;
14
- }, {}>;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
11
  export default _default;
16
- type __VLS_WithDefaults<P, D> = {
17
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
18
- default: D[K];
19
- }> : P[K];
20
- };
21
- type __VLS_Prettify<T> = {
22
- [K in keyof T]: T[K];
23
- } & {};
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToOption<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
@@ -1,38 +1,22 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
3
7
  };
4
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import("vue").DefineComponent<{
5
10
  defaultOpen?: boolean;
6
- }>, {
7
- defaultOpen: boolean;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
9
12
  defaultOpen?: boolean;
10
- }>, {
11
- defaultOpen: boolean;
12
- }>>>, {
13
+ }> & Readonly<{}>, {
13
14
  defaultOpen: boolean;
14
- }, {}>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
17
  export default _default;
17
- type __VLS_WithDefaults<P, D> = {
18
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
- default: D[K];
20
- }> : P[K];
21
- };
22
- type __VLS_Prettify<T> = {
23
- [K in keyof T]: T[K];
24
- } & {};
25
18
  type __VLS_WithTemplateSlots<T, S> = T & {
26
19
  new (): {
27
20
  $slots: S;
28
21
  };
29
22
  };
30
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
- type __VLS_TypePropsToOption<T> = {
32
- [K in keyof T]-?: {} extends Pick<T, K> ? {
33
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
- } : {
35
- type: import('vue').PropType<T[K]>;
36
- required: true;
37
- };
38
- };
@@ -1,11 +1,67 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- icon?(_: {
4
- open: any;
5
- }): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ icon?(_: {
5
+ open: any;
6
+ }): any;
7
+ };
8
+ refs: {
9
+ toggleButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10
+ as: {
11
+ type: (ObjectConstructor | StringConstructor)[];
12
+ default: string;
13
+ };
14
+ disabled: {
15
+ type: BooleanConstructor[];
16
+ default: boolean;
17
+ };
18
+ id: {
19
+ type: StringConstructor;
20
+ default: null;
21
+ };
22
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
27
+ id: string;
28
+ as: string | Record<string, any>;
29
+ disabled: boolean;
30
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
31
+ P: {};
32
+ B: {};
33
+ D: {};
34
+ C: {};
35
+ M: {};
36
+ Defaults: {};
37
+ }, Readonly<import("vue").ExtractPropTypes<{
38
+ as: {
39
+ type: (ObjectConstructor | StringConstructor)[];
40
+ default: string;
41
+ };
42
+ disabled: {
43
+ type: BooleanConstructor[];
44
+ default: boolean;
45
+ };
46
+ id: {
47
+ type: StringConstructor;
48
+ default: null;
49
+ };
50
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>[] | null, {}, {}, {}, {
55
+ id: string;
56
+ as: string | Record<string, any>;
57
+ disabled: boolean;
58
+ }> | null;
59
+ };
60
+ attrs: Partial<{}>;
6
61
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
8
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
62
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
63
+ 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>;
64
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
65
  export default _default;
10
66
  type __VLS_WithTemplateSlots<T, S> = T & {
11
67
  new (): {
@@ -1,43 +1,25 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
3
7
  };
4
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import("vue").DefineComponent<{
5
10
  static?: boolean;
6
11
  unmount?: boolean;
7
- }>, {
8
- static: boolean;
9
- unmount: boolean;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
11
13
  static?: boolean;
12
14
  unmount?: boolean;
13
- }>, {
14
- static: boolean;
15
- unmount: boolean;
16
- }>>>, {
15
+ }> & Readonly<{}>, {
17
16
  static: boolean;
18
17
  unmount: boolean;
19
- }, {}>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
20
  export default _default;
22
- type __VLS_WithDefaults<P, D> = {
23
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
- default: D[K];
25
- }> : P[K];
26
- };
27
- type __VLS_Prettify<T> = {
28
- [K in keyof T]: T[K];
29
- } & {};
30
21
  type __VLS_WithTemplateSlots<T, S> = T & {
31
22
  new (): {
32
23
  $slots: S;
33
24
  };
34
25
  };
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToOption<T> = {
37
- [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
- } : {
40
- type: import('vue').PropType<T[K]>;
41
- required: true;
42
- };
43
- };
@@ -1,41 +1,137 @@
1
1
  import type { Props } from './index.d';
2
- declare function __VLS_template(): Partial<Record<`item-${string}`, (_: {
3
- item: import("./index.d").DropdownItem;
4
- }) => any>> & {
5
- default?(_: {}): any;
6
- trailingIcon?(_: {}): any;
2
+ declare function __VLS_template(): {
3
+ slots: Partial<Record<`item-${string}`, (_: {
4
+ item: import("./index.d").DropdownItem;
5
+ }) => any>> & {
6
+ default?(_: {}): any;
7
+ trailingIcon?(_: {}): any;
8
+ };
9
+ refs: {
10
+ button: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
11
+ disabled: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ as: {
16
+ type: (ObjectConstructor | StringConstructor)[];
17
+ default: string;
18
+ };
19
+ id: {
20
+ type: StringConstructor;
21
+ default: null;
22
+ };
23
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
28
+ id: string;
29
+ as: string | Record<string, any>;
30
+ disabled: boolean;
31
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
32
+ P: {};
33
+ B: {};
34
+ D: {};
35
+ C: {};
36
+ M: {};
37
+ Defaults: {};
38
+ }, Readonly<import("vue").ExtractPropTypes<{
39
+ disabled: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ as: {
44
+ type: (ObjectConstructor | StringConstructor)[];
45
+ default: string;
46
+ };
47
+ id: {
48
+ type: StringConstructor;
49
+ default: null;
50
+ };
51
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
+ [key: string]: any;
53
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
+ [key: string]: any;
55
+ }>[] | null, {}, {}, {}, {
56
+ id: string;
57
+ as: string | Record<string, any>;
58
+ disabled: boolean;
59
+ }> | null;
60
+ dropdown: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
61
+ as: {
62
+ type: (ObjectConstructor | StringConstructor)[];
63
+ default: string;
64
+ };
65
+ static: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ unmount: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
73
+ id: {
74
+ type: StringConstructor;
75
+ default: null;
76
+ };
77
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
78
+ [key: string]: any;
79
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
80
+ [key: string]: any;
81
+ }>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
82
+ id: string;
83
+ as: string | Record<string, any>;
84
+ unmount: boolean;
85
+ static: boolean;
86
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
87
+ P: {};
88
+ B: {};
89
+ D: {};
90
+ C: {};
91
+ M: {};
92
+ Defaults: {};
93
+ }, Readonly<import("vue").ExtractPropTypes<{
94
+ as: {
95
+ type: (ObjectConstructor | StringConstructor)[];
96
+ default: string;
97
+ };
98
+ static: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ unmount: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ id: {
107
+ type: StringConstructor;
108
+ default: null;
109
+ };
110
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
111
+ [key: string]: any;
112
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
113
+ [key: string]: any;
114
+ }>[] | null, {}, {}, {}, {
115
+ id: string;
116
+ as: string | Record<string, any>;
117
+ unmount: boolean;
118
+ static: boolean;
119
+ }> | null;
120
+ };
121
+ attrs: Partial<{}>;
7
122
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
9
- horizontalAlign: string;
10
- openDirection: string;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
12
- horizontalAlign: string;
13
- openDirection: string;
14
- }>>>, {
123
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
124
+ declare const __VLS_component: import("vue").DefineComponent<Props, {
125
+ isActive: import("vue").Ref<boolean, boolean>;
126
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
15
127
  horizontalAlign: "left" | "right";
16
128
  openDirection: "up" | "down";
17
- }, {}>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
129
+ teleport: boolean;
130
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
131
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
132
  export default _default;
20
- type __VLS_WithDefaults<P, D> = {
21
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
- default: D[K];
23
- }> : P[K];
24
- };
25
- type __VLS_Prettify<T> = {
26
- [K in keyof T]: T[K];
27
- } & {};
28
133
  type __VLS_WithTemplateSlots<T, S> = T & {
29
134
  new (): {
30
135
  $slots: S;
31
136
  };
32
137
  };
33
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToOption<T> = {
35
- [K in keyof T]-?: {} extends Pick<T, K> ? {
36
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
- } : {
38
- type: import('vue').PropType<T[K]>;
39
- required: true;
40
- };
41
- };
@@ -1,21 +1,17 @@
1
1
  import type { DropdownItem } from './index.d';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<DropdownItem>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<DropdownItem>>>, {}, {}>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<DropdownItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownItem> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
12
  export default _default;
8
13
  type __VLS_WithTemplateSlots<T, S> = T & {
9
14
  new (): {
10
15
  $slots: S;
11
16
  };
12
17
  };
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToOption<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
@@ -1,15 +1,13 @@
1
1
  import '@vuepic/vue-datepicker/dist/main.css';
2
2
  import type { VNode } from 'vue';
3
3
  import type { AppInputProps } from './index.d';
4
- declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
- props: __VLS_Prettify<Pick<Partial<{}> & Omit<{
6
- "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
7
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>> & {
8
- "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
9
- }, never>, "onUpdate:modelValue"> & AppInputProps<ModelValue>> & import("vue").PublicProps;
4
+ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
+ readonly "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
7
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & AppInputProps<ModelValue>> & import("vue").PublicProps;
10
8
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
11
9
  attrs: any;
12
- slots: ReturnType<() => {
10
+ slots: {
13
11
  label?(_: {}): any;
14
12
  leadingIcon?(_: {}): any;
15
13
  default?(_: {}): any;
@@ -19,14 +17,14 @@ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __V
19
17
  checked: boolean;
20
18
  }): any;
21
19
  trailingIcon?(_: {}): any;
22
- }>;
23
- emit: ((event: "update:modelValue", value: ModelValue) => void) & {};
20
+ };
21
+ emit: (event: "update:modelValue", value: ModelValue) => void;
24
22
  }>) => VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
23
  [key: string]: any;
26
24
  }> & {
27
25
  __ctx?: Awaited<typeof __VLS_setup>;
28
26
  };
29
27
  export default _default;
30
- type __VLS_Prettify<T> = {
28
+ type __VLS_PrettifyLocal<T> = {
31
29
  [K in keyof T]: T[K];
32
30
  } & {};
@@ -1,25 +1,21 @@
1
1
  import type { FileInputProps } from './index.d';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<FileInputProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
- "update:modelValue": (value: File | File[] | null) => void;
7
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<FileInputProps>>> & {
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<FileInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ "update:modelValue": (value: File | File[] | null) => any;
12
+ }, string, import("vue").PublicProps, Readonly<FileInputProps> & Readonly<{
8
13
  "onUpdate:modelValue"?: ((value: File | File[] | null) => any) | undefined;
9
- }, {}, {}>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
16
  export default _default;
12
17
  type __VLS_WithTemplateSlots<T, S> = T & {
13
18
  new (): {
14
19
  $slots: S;
15
20
  };
16
21
  };
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToOption<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
@@ -1,29 +1,26 @@
1
1
  import type { InputProps } from './index.d';
2
- declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_Prettify<Pick<Partial<{}> & Omit<{
4
- onOpen?: (() => any) | undefined;
5
- "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
6
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>> & {
7
- onOpen?: (() => any) | undefined;
8
- "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
9
- }, never>, "onOpen" | "onUpdate:modelValue"> & (InputProps<ModelValue> & {
2
+ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
+ readonly onOpen?: (() => any) | undefined;
5
+ readonly "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
6
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onOpen" | "onUpdate:modelValue"> & (InputProps<ModelValue> & {
10
7
  custom?: boolean;
11
8
  })> & import("vue").PublicProps;
12
9
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
13
10
  attrs: any;
14
- slots: ReturnType<() => {
11
+ slots: {
15
12
  default?(_: {}): any;
16
- }>;
13
+ };
17
14
  emit: {
18
15
  (event: "update:modelValue", value: ModelValue): void;
19
16
  (event: "open"): void;
20
- } & {};
17
+ };
21
18
  }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
19
  [key: string]: any;
23
20
  }> & {
24
21
  __ctx?: Awaited<typeof __VLS_setup>;
25
22
  };
26
23
  export default _default;
27
- type __VLS_Prettify<T> = {
24
+ type __VLS_PrettifyLocal<T> = {
28
25
  [K in keyof T]: T[K];
29
26
  } & {};
@@ -1,24 +1,20 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
3
7
  };
4
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import("vue").DefineComponent<{
5
10
  loading?: boolean;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
11
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
12
  loading?: boolean;
8
- }>>>, {}, {}>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
15
  export default _default;
11
16
  type __VLS_WithTemplateSlots<T, S> = T & {
12
17
  new (): {
13
18
  $slots: S;
14
19
  };
15
20
  };
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToOption<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };