@autoafleveren/ui 0.16.8 → 0.17.0

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 (89) hide show
  1. package/dist/config/eslint.cjs +5 -0
  2. package/dist/icons.cjs +131 -132
  3. package/dist/icons.js +12552 -11990
  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 +36 -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/status/ErrorIcon.vue.d.ts +1 -1
  79. package/dist/types/icons/status/SuccessIcon.vue.d.ts +1 -1
  80. package/dist/types/icons/status/WarningIcon.vue.d.ts +1 -1
  81. package/dist/types/layouts/Auth/Auth.vue.d.ts +9 -4
  82. package/dist/types/layouts/Base/Base.vue.d.ts +12 -5
  83. package/dist/types/layouts/Platform/Platform.vue.d.ts +12 -5
  84. package/dist/types/plugins/Toast/Toast.vue.d.ts +7 -30
  85. package/dist/ui-storybook.css +1 -0
  86. package/dist/ui.cjs +42 -43
  87. package/dist/ui.css +1 -1
  88. package/dist/ui.js +19637 -18043
  89. package/package.json +42 -39
@@ -1,91 +1,54 @@
1
- import type { OpenDirection } from './index.d';
2
- declare function __VLS_template(): Partial<Record<NonNullable<"clear" | "option" | "placeholder" | "tag" | "caret" | "spinner" | "afterlist" | "beforelist" | "multiplelabel" | "singlelabel" | "grouplabel" | "infinite" | "nooptions" | "noresults">, (_: {
3
- classes: string | undefined;
4
- clear: () => void;
5
- } | {
6
- classes: string | undefined;
7
- option: any;
8
- isSelected: (option: any) => boolean;
9
- isPointed: (option: any) => boolean;
10
- search: null | string;
11
- } | {
12
- classes: string | undefined;
13
- option: any;
14
- handleTagRemove: (option: any, e: Event) => void;
15
- disabled: boolean;
16
- } | {
17
- classes: string | undefined;
18
- handleCaretClick: () => void;
19
- isOpen: boolean;
20
- } | {
21
- classes: string | undefined;
22
- options: any[];
23
- } | {
24
- classes: string | undefined;
25
- values: any[] | object;
26
- } | {
27
- classes: string | undefined;
28
- value: any;
29
- } | {
30
- classes: string | undefined;
31
- group: any;
32
- isSelected: (option: any) => boolean;
33
- isPointed: (option: any) => boolean;
34
- } | {
35
- classes: string | undefined;
36
- }) => any>> & {
37
- label?(_: {}): any;
38
- tag?(_: {
39
- disabled: boolean;
1
+ import type { Props } from './index.d';
2
+ declare function __VLS_template(): {
3
+ slots: Partial<Record<NonNullable<"clear" | "option" | "placeholder" | "tag" | "caret" | "spinner" | "afterlist" | "beforelist" | "multiplelabel" | "singlelabel" | "grouplabel" | "infinite" | "nooptions" | "noresults">, (_: {
4
+ classes: string | undefined;
5
+ clear: () => void;
6
+ } | {
7
+ classes: string | undefined;
8
+ option: any;
9
+ isSelected: (option: any) => boolean;
10
+ isPointed: (option: any) => boolean;
11
+ search: null | string;
12
+ } | {
13
+ classes: string | undefined;
40
14
  option: any;
41
- handleTagRemove: (option: unknown, $event: Event) => void;
42
- }): any;
15
+ handleTagRemove: (option: any, e: Event) => void;
16
+ disabled: boolean;
17
+ } | {
18
+ classes: string | undefined;
19
+ handleCaretClick: () => void;
20
+ isOpen: boolean;
21
+ } | {
22
+ classes: string | undefined;
23
+ options: any[];
24
+ } | {
25
+ classes: string | undefined;
26
+ values: any[] | object;
27
+ } | {
28
+ classes: string | undefined;
29
+ value: any;
30
+ } | {
31
+ classes: string | undefined;
32
+ group: any;
33
+ isSelected: (option: any) => boolean;
34
+ isPointed: (option: any) => boolean;
35
+ } | {
36
+ classes: string | undefined;
37
+ }) => any>> & {
38
+ label?(_: {}): any;
39
+ tag?(_: {
40
+ disabled: boolean;
41
+ option: any;
42
+ handleTagRemove: (option: unknown, $event: Event) => void;
43
+ }): any;
44
+ };
45
+ refs: {};
46
+ attrs: Partial<{}>;
43
47
  };
44
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
45
- wrapperClasses?: string;
46
- hasError?: boolean;
47
- errorMessage?: string;
48
- label?: string;
49
- optionLabel?: string;
50
- fetchOnOpen?: boolean;
51
- openDirection?: OpenDirection;
52
- dropdownClasses?: string;
53
- additionalClasses?: Record<string, string>;
54
- labelClasses?: string;
55
- }>, {
56
- wrapperClasses: undefined;
57
- errorMessage: undefined;
58
- label: undefined;
59
- optionLabel: string;
60
- fetchOnOpen: boolean;
61
- openDirection: string;
62
- dropdownClasses: undefined;
63
- additionalClasses: undefined;
64
- labelClasses: undefined;
65
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
66
- wrapperClasses?: string;
67
- hasError?: boolean;
68
- errorMessage?: string;
69
- label?: string;
70
- optionLabel?: string;
71
- fetchOnOpen?: boolean;
72
- openDirection?: OpenDirection;
73
- dropdownClasses?: string;
74
- additionalClasses?: Record<string, string>;
75
- labelClasses?: string;
76
- }>, {
77
- wrapperClasses: undefined;
78
- errorMessage: undefined;
79
- label: undefined;
80
- optionLabel: string;
81
- fetchOnOpen: boolean;
82
- openDirection: string;
83
- dropdownClasses: undefined;
84
- additionalClasses: undefined;
85
- labelClasses: undefined;
86
- }>>>, {
48
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
49
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
87
50
  label: string;
88
- openDirection: OpenDirection;
51
+ openDirection: import("./index.d").OpenDirection;
89
52
  errorMessage: string;
90
53
  wrapperClasses: string;
91
54
  labelClasses: string;
@@ -93,28 +56,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
93
56
  fetchOnOpen: boolean;
94
57
  dropdownClasses: string;
95
58
  additionalClasses: Record<string, string>;
96
- }, {}>;
97
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
59
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
60
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
98
61
  export default _default;
99
- type __VLS_WithDefaults<P, D> = {
100
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
101
- default: D[K];
102
- }> : P[K];
103
- };
104
- type __VLS_Prettify<T> = {
105
- [K in keyof T]: T[K];
106
- } & {};
107
62
  type __VLS_WithTemplateSlots<T, S> = T & {
108
63
  new (): {
109
64
  $slots: S;
110
65
  };
111
66
  };
112
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
113
- type __VLS_TypePropsToOption<T> = {
114
- [K in keyof T]-?: {} extends Pick<T, K> ? {
115
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
116
- } : {
117
- type: import('vue').PropType<T[K]>;
118
- required: true;
119
- };
120
- };
@@ -1,8 +1,13 @@
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
11
  export default _default;
7
12
  type __VLS_WithTemplateSlots<T, S> = T & {
8
13
  new (): {
@@ -1,35 +1,19 @@
1
1
  import type { TimelineProps } 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_WithDefaults<__VLS_TypePropsToOption<TimelineProps>, {
6
- type: string;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TimelineProps>, {
8
- type: string;
9
- }>>>, {
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<TimelineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
10
11
  type: import("./index.d").TimelineType;
11
- }, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
14
  export default _default;
14
- type __VLS_WithDefaults<P, D> = {
15
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
- default: D[K];
17
- }> : P[K];
18
- };
19
- type __VLS_Prettify<T> = {
20
- [K in keyof T]: T[K];
21
- } & {};
22
15
  type __VLS_WithTemplateSlots<T, S> = T & {
23
16
  new (): {
24
17
  $slots: S;
25
18
  };
26
19
  };
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<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
- };
@@ -1,46 +1,30 @@
1
1
  import type { TimelineItemProps } from './index.d';
2
2
  declare function __VLS_template(): {
3
- icon?(_: {
4
- value: import("vue").Component | undefined;
5
- }): any;
6
- date?(_: {
7
- value: string | number | never[];
8
- }): any;
9
- title?(_: {
10
- value: string;
11
- }): any;
12
- default?(_: {
13
- value: string | undefined;
14
- }): any;
3
+ slots: {
4
+ icon?(_: {
5
+ value: import("vue").Component | undefined;
6
+ }): any;
7
+ date?(_: {
8
+ value: string | number | never[];
9
+ }): any;
10
+ title?(_: {
11
+ value: string;
12
+ }): any;
13
+ default?(_: {
14
+ value: string | undefined;
15
+ }): any;
16
+ };
17
+ refs: {};
18
+ attrs: Partial<{}>;
15
19
  };
16
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TimelineItemProps>, {
17
- itemType: string;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TimelineItemProps>, {
19
- itemType: string;
20
- }>>>, {
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import("vue").DefineComponent<TimelineItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemProps> & Readonly<{}>, {
21
22
  itemType: import("./index.d").TimelineType;
22
- }, {}>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
25
  export default _default;
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
- type __VLS_Prettify<T> = {
31
- [K in keyof T]: T[K];
32
- } & {};
33
26
  type __VLS_WithTemplateSlots<T, S> = T & {
34
27
  new (): {
35
28
  $slots: S;
36
29
  };
37
30
  };
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToOption<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
@@ -1,12 +1,3 @@
1
1
  import type { TimelineItemIconProps } from './index.d';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<TimelineItemIconProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<TimelineItemIconProps>>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<TimelineItemIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
3
  export default _default;
4
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
- type __VLS_TypePropsToOption<T> = {
6
- [K in keyof T]-?: {} extends Pick<T, K> ? {
7
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
- } : {
9
- type: import('vue').PropType<T[K]>;
10
- required: true;
11
- };
12
- };
@@ -3,32 +3,11 @@ declare let __VLS_typeProps: Props;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: boolean;
5
5
  } & typeof __VLS_typeProps;
6
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
7
- disabled: boolean;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (modelValue: boolean) => void;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
11
- disabled: boolean;
12
- }>>> & {
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (modelValue: boolean) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
9
  "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
14
- }, {
10
+ }>, {
15
11
  disabled: boolean;
16
- }, {}>;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
13
  export default _default;
18
- type __VLS_WithDefaults<P, D> = {
19
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
- default: D[K];
21
- }> : P[K];
22
- };
23
- type __VLS_Prettify<T> = {
24
- [K in keyof T]: T[K];
25
- } & {};
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToOption<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
33
- };
34
- };
@@ -6,29 +6,25 @@ type __VLS_PublicProps = {
6
6
  modelValue?: boolean;
7
7
  } & typeof __VLS_typeProps;
8
8
  declare function __VLS_template(): {
9
- title?(_: {
10
- "data-test-title-slot": boolean;
11
- }): any;
12
- default?(_: {}): any;
9
+ slots: {
10
+ title?(_: {
11
+ "data-test-title-slot": boolean;
12
+ }): any;
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ attrs: Partial<{}>;
13
17
  };
14
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_PublicProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
- "update:modelValue": (modelValue: boolean) => void;
16
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ "update:modelValue": (modelValue: boolean) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
22
  "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
18
- }, {}, {}>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
25
  export default _default;
21
26
  type __VLS_WithTemplateSlots<T, S> = T & {
22
27
  new (): {
23
28
  $slots: S;
24
29
  };
25
30
  };
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToOption<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
33
- };
34
- };
@@ -7,3 +7,4 @@ export * from './useModal';
7
7
  export * from './useActionBar';
8
8
  export * from './useEcho';
9
9
  export * from './useContextMenu';
10
+ export * from './useComputedPosition';
@@ -8,10 +8,10 @@ export declare function useActionBar(): {
8
8
  setActions: (actions: Action[]) => void;
9
9
  open: () => void;
10
10
  close: () => void;
11
- selection: import("vue").ShallowRef<number[]>;
12
- tableSelection: import("vue").ShallowRef<unknown[]>;
13
- actions: import("vue").ShallowRef<Action[]>;
14
- isOpen: import("vue").ShallowRef<boolean>;
15
- onResetSelection: import("vue").ShallowRef<OnResetSelection | undefined>;
16
- selectionText: import("vue").ShallowRef<string>;
11
+ selection: import("vue").ShallowRef<number[], number[]>;
12
+ tableSelection: import("vue").ShallowRef<unknown[], unknown[]>;
13
+ actions: import("vue").ShallowRef<Action[], Action[]>;
14
+ isOpen: import("vue").ShallowRef<boolean, boolean>;
15
+ onResetSelection: import("vue").ShallowRef<OnResetSelection | undefined, OnResetSelection | undefined>;
16
+ selectionText: import("vue").ShallowRef<string, string>;
17
17
  };
@@ -0,0 +1,5 @@
1
+ import type { Component, Ref } from 'vue';
2
+ import type { Options } from './index.d';
3
+ export declare function useComputedPosition(referenceComponent: Ref<Component>, floatingComponent: Ref<Component>, options?: Options): {
4
+ isActive: Ref<boolean, boolean>;
5
+ };
@@ -1,9 +1,12 @@
1
- import type { ConfirmProps } from '~components/AppConfirm/index.d';
1
+ import type { ConfirmInstance, ConfirmProps } from '~components/AppConfirm/index.d';
2
2
  export declare function useConfirm(): {
3
3
  open: (options: ConfirmProps) => Promise<unknown>;
4
4
  close: () => Promise<void>;
5
5
  instances: import("vue").Ref<{
6
6
  instance: any;
7
7
  element: HTMLDivElement;
8
+ }[], ConfirmInstance[] | {
9
+ instance: any;
10
+ element: HTMLDivElement;
8
11
  }[]>;
9
12
  };
@@ -14,6 +14,9 @@ export declare function useEcho(listenerName?: string | null): {
14
14
  listeners: import("vue").Ref<{
15
15
  name: string;
16
16
  isListening: boolean;
17
+ }[], Listener[] | {
18
+ name: string;
19
+ isListening: boolean;
17
20
  }[]>;
18
21
  echo: Echo | null;
19
22
  key: string | null;
@@ -1,4 +1,4 @@
1
1
  export declare function useGoogleApi(): {
2
2
  load: (apiKey: string) => Promise<void>;
3
- loaded: import("vue").Ref<boolean>;
3
+ loaded: import("vue").Ref<boolean, boolean>;
4
4
  };
@@ -6,12 +6,12 @@ export declare function useLayout(): {
6
6
  setLayoutImage: (image: LayoutImage) => void;
7
7
  setPrimaryColors: (color: string, colorActive: string) => void;
8
8
  setSecondaryColors: (color: string, colorActive: string) => void;
9
- layoutImage: import("vue").Ref<LayoutImage>;
9
+ layoutImage: import("vue").Ref<LayoutImage, LayoutImage>;
10
10
  colors: {
11
- primaryColor: import("vue").Ref<string>;
12
- primaryColorActive: import("vue").Ref<string>;
13
- secondaryColor: import("vue").Ref<string>;
14
- secondaryColorActive: import("vue").Ref<string>;
11
+ primaryColor: import("vue").Ref<string, string>;
12
+ primaryColorActive: import("vue").Ref<string, string>;
13
+ secondaryColor: import("vue").Ref<string, string>;
14
+ secondaryColorActive: import("vue").Ref<string, string>;
15
15
  };
16
16
  };
17
17
  export type { LayoutImage };
@@ -1,12 +1,16 @@
1
1
  import type { Component, MaybeRef } from 'vue';
2
2
  import type { ModalInstance, ModalProps } from '~components/AppModal/index.d';
3
3
  export declare function useModal(component: MaybeRef<Component | string>, options?: ModalProps): {
4
- instance: import("vue").Ref<ModalInstance | undefined>;
4
+ instance: import("vue").Ref<ModalInstance | undefined, ModalInstance | undefined>;
5
5
  open: (openOptions: ModalProps) => Promise<unknown>;
6
6
  close: () => Promise<void>;
7
7
  instances: import("vue").Ref<{
8
8
  ref: any;
9
9
  instance: any;
10
10
  element: HTMLDivElement;
11
+ }[], ModalInstance[] | {
12
+ ref: any;
13
+ instance: any;
14
+ element: HTMLDivElement;
11
15
  }[]>;
12
16
  };
@@ -11,34 +11,57 @@ export declare function useNavigation(): {
11
11
  openMobileMenu: () => void;
12
12
  closeMobileMenu: () => void;
13
13
  toggleMobileMenu: () => void;
14
- navigationItems: import("vue").ShallowRef<NavigationItem[]>;
15
- mainMenuOpen: import("vue").ShallowRef<boolean>;
16
- mobileMenuOpen: import("vue").ShallowRef<boolean>;
17
- mobileMenuOpenTransition: import("vue").ShallowRef<boolean>;
18
- navigationComponent: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
14
+ expand: (expanded?: boolean) => void;
15
+ toggleExpand: () => void;
16
+ navigationItems: import("vue").ShallowRef<NavigationItem[], NavigationItem[]>;
17
+ mainMenuOpen: import("vue").ShallowRef<boolean, boolean>;
18
+ expanded: import("vue").ShallowRef<boolean, boolean>;
19
+ mobileMenuOpen: import("vue").ShallowRef<boolean, boolean>;
20
+ mobileMenuOpenTransition: import("vue").ShallowRef<boolean, boolean>;
21
+ navigationComponent: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
19
22
  new (...args: any[]): any;
20
23
  __isFragment?: never;
21
24
  __isTeleport?: never;
22
25
  __isSuspense?: never;
23
- }> | import("vue").ShallowRef<"a">;
24
- logo: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
26
+ }, {
25
27
  new (...args: any[]): any;
26
28
  __isFragment?: never;
27
29
  __isTeleport?: never;
28
30
  __isSuspense?: never;
29
- }> | import("vue").ShallowRef<null> | import("vue").ShallowRef<string>;
30
- avatar: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
31
+ }> | import("vue").ShallowRef<"a", "a">;
32
+ logo: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
31
33
  new (...args: any[]): any;
32
34
  __isFragment?: never;
33
35
  __isTeleport?: never;
34
36
  __isSuspense?: never;
35
- }> | import("vue").ShallowRef<null>;
36
- contactRoute: import("vue").ShallowRef<string | null | undefined>;
37
- contactIcon: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
37
+ }, {
38
38
  new (...args: any[]): any;
39
39
  __isFragment?: never;
40
40
  __isTeleport?: never;
41
41
  __isSuspense?: never;
42
- }> | import("vue").ShallowRef<string>;
42
+ }> | import("vue").ShallowRef<null, null> | import("vue").ShallowRef<string, string>;
43
+ avatar: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
44
+ new (...args: any[]): any;
45
+ __isFragment?: never;
46
+ __isTeleport?: never;
47
+ __isSuspense?: never;
48
+ }, {
49
+ new (...args: any[]): any;
50
+ __isFragment?: never;
51
+ __isTeleport?: never;
52
+ __isSuspense?: never;
53
+ }> | import("vue").ShallowRef<null, null>;
54
+ contactRoute: import("vue").ShallowRef<string | null | undefined, string | null | undefined>;
55
+ contactIcon: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
56
+ new (...args: any[]): any;
57
+ __isFragment?: never;
58
+ __isTeleport?: never;
59
+ __isSuspense?: never;
60
+ }, {
61
+ new (...args: any[]): any;
62
+ __isFragment?: never;
63
+ __isTeleport?: never;
64
+ __isSuspense?: never;
65
+ }> | import("vue").ShallowRef<string, string>;
43
66
  };
44
67
  export type { NavigationItem, Logo };
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,15 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  primaryColor?: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
4
  primaryColor?: string;
5
- }>>>, {}, {}>;
5
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
7
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToOption<T> = {
9
- [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
- } : {
12
- type: import('vue').PropType<T[K]>;
13
- required: true;
14
- };
15
- };
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;