@ambita/design-system 4.0.6 → 5.0.1

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 (75) hide show
  1. package/dist/assets/index-2iDFtGG-.js +18 -0
  2. package/dist/assets/index-2iDFtGG-.js.map +1 -0
  3. package/dist/assets/index-CXMCzGvQ.css +1 -0
  4. package/dist/index.html +14 -0
  5. package/dist/types/src/App.vue.d.ts +77 -1
  6. package/dist/types/src/components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue.d.ts +4 -4
  7. package/dist/types/src/components/Banner/Banner.vue.d.ts +10 -5
  8. package/dist/types/src/components/Button/Button.vue.d.ts +5 -5
  9. package/dist/types/src/components/Card/Card.vue.d.ts +1 -1
  10. package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +125 -12
  11. package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +6 -6
  12. package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +6 -6
  13. package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +243 -5
  14. package/dist/types/src/components/Color/ColorSwatch.vue.d.ts +4 -4
  15. package/dist/types/src/components/Definition/Definition.vue.d.ts +5 -5
  16. package/dist/types/src/components/Details/Details.vue.d.ts +49 -1
  17. package/dist/types/src/components/DirectionalArrow/DirectionalArrow.vue.d.ts +7 -15
  18. package/dist/types/src/components/FormElement/FormElement.vue.d.ts +60 -4
  19. package/dist/types/src/components/Icons/IconPreview.vue.d.ts +5 -3
  20. package/dist/types/src/components/Input/Input.vue.d.ts +115 -7
  21. package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +350 -6
  22. package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +360 -10
  23. package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +844 -6
  24. package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +243 -5
  25. package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +854 -6
  26. package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +854 -6
  27. package/dist/types/src/components/JsonForm/Controls/Wrapper.vue.d.ts +25 -5
  28. package/dist/types/src/components/JsonForm/JsonForm.vue.d.ts +167 -5
  29. package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +935 -75
  30. package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +331 -75
  31. package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +945 -75
  32. package/dist/types/src/components/JsonForm/Renderers/Layout.vue.d.ts +105 -67
  33. package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +945 -75
  34. package/dist/types/src/components/JsonForm/Renderers/Object.vue.d.ts +113 -75
  35. package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +946 -75
  36. package/dist/types/src/components/Link/Link.vue.d.ts +6 -6
  37. package/dist/types/src/components/Logo/Logo.vue.d.ts +6 -4
  38. package/dist/types/src/components/Modal/Actions.vue.d.ts +68 -6
  39. package/dist/types/src/components/Modal/Modal.vue.d.ts +90 -8
  40. package/dist/types/src/components/Notification/Notification.vue.d.ts +5 -5
  41. package/dist/types/src/components/Notification/Notifications.vue.d.ts +36 -6
  42. package/dist/types/src/components/Pagination/Pagination.vue.d.ts +73 -8
  43. package/dist/types/src/components/Pill/Pill.vue.d.ts +5 -5
  44. package/dist/types/src/components/Radio/Radio.vue.d.ts +6 -6
  45. package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +217 -12
  46. package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +6 -6
  47. package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +6 -6
  48. package/dist/types/src/components/Select/Select.vue.d.ts +117 -10
  49. package/dist/types/src/components/Spinner/Spinner.vue.d.ts +5 -5
  50. package/dist/types/src/components/StatusBadge/StatusBadge.vue.d.ts +5 -5
  51. package/dist/types/src/components/Tag/Tag.vue.d.ts +5 -5
  52. package/dist/types/src/components/TextArea/TextArea.vue.d.ts +115 -8
  53. package/dist/types/src/components/Time/Time.vue.d.ts +4 -4
  54. package/dist/types/src/components/Toggle/Toggle.vue.d.ts +9 -9
  55. package/dist/types/src/components/Upload/File/File.vue.d.ts +71 -6
  56. package/dist/types/src/components/Upload/Upload.vue.d.ts +248 -9
  57. package/dist/types/src/components/ValidationWrapper/ValidationWrapper.vue.d.ts +6 -4
  58. package/dist/types/src/helpers/formatters/formatDateAndTime/Storybook/FormatDateAndTime.vue.d.ts +1 -1
  59. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatAmount.vue.d.ts +1 -1
  60. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatNumber.vue.d.ts +1 -1
  61. package/dist/types/tsconfig.app.tsbuildinfo +1 -1
  62. package/package.json +41 -33
  63. package/dist/ambita-logo.svg +0 -1
  64. package/dist/css/colors-css-variables.scss +0 -65
  65. package/dist/css/colors-scss-variables.scss +0 -60
  66. package/dist/css/mixins.scss +0 -147
  67. package/dist/ds.js +0 -21
  68. package/dist/ds.js.map +0 -1
  69. package/dist/ds.mjs +0 -16171
  70. package/dist/ds.mjs.map +0 -1
  71. package/dist/ds.umd.js +0 -22
  72. package/dist/ds.umd.js.map +0 -1
  73. package/dist/favicons/ambita/favicon.ico +0 -0
  74. package/dist/favicons/ambita/favicon.svg +0 -9
  75. package/dist/index.css +0 -1
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  size: {
3
3
  type: StringConstructor;
4
4
  default: string;
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  type: StringConstructor;
9
9
  required: false;
10
10
  };
11
- }, {
11
+ }>, {
12
12
  componentType: import("vue").ComputedRef<"button" | "a">;
13
13
  classes: import("vue").ComputedRef<{
14
14
  [x: string]: boolean | import("vue").Slot<any> | undefined;
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  'aux-link-icon-left': import("vue").Slot<any> | undefined;
17
17
  'aux-link-icon-right': import("vue").Slot<any> | undefined;
18
18
  }>;
19
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  size: {
21
21
  type: StringConstructor;
22
22
  default: string;
@@ -26,9 +26,9 @@ declare const _default: import("vue").DefineComponent<{
26
26
  type: StringConstructor;
27
27
  required: false;
28
28
  };
29
- }>> & {
29
+ }>> & Readonly<{
30
30
  onClick?: ((...args: any[]) => any) | undefined;
31
- }, {
31
+ }>, {
32
32
  size: string;
33
- }, {}>;
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  export default _default;
@@ -1,14 +1,16 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  inverted: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
5
5
  };
6
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  inverted: {
8
8
  type: BooleanConstructor;
9
9
  default: boolean;
10
10
  };
11
- }>>, {
11
+ }>> & Readonly<{}>, {
12
12
  inverted: boolean;
13
- }, {}>;
13
+ }, {}, {
14
+ Logo: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
15
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
16
  export default _default;
@@ -1,21 +1,83 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { Action } from '@/components/Modal/Action';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  actions: {
5
5
  type: PropType<Action[]>;
6
6
  default: () => never[];
7
7
  };
8
- }, {
8
+ }>, {
9
9
  actionsOrganized: import("vue").ComputedRef<Action[]>;
10
10
  emit: (event: "action-clicked", ...args: any[]) => void;
11
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action-clicked"[], "action-clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action-clicked"[], "action-clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  actions: {
13
13
  type: PropType<Action[]>;
14
14
  default: () => never[];
15
15
  };
16
- }>> & {
16
+ }>> & Readonly<{
17
17
  "onAction-clicked"?: ((...args: any[]) => any) | undefined;
18
- }, {
18
+ }>, {
19
19
  actions: Action[];
20
- }, {}>;
20
+ }, {}, {
21
+ AuxButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
22
+ primary: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ disabled: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ size: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ validator: (value: string) => boolean;
34
+ };
35
+ dataTestid: {
36
+ type: StringConstructor;
37
+ required: false;
38
+ };
39
+ stackDirection: {
40
+ type: StringConstructor;
41
+ required: false;
42
+ default: string;
43
+ validator: (value: string) => boolean;
44
+ };
45
+ }>, {
46
+ classes: import("vue").ComputedRef<{
47
+ [x: string]: boolean;
48
+ 'aux-button': boolean;
49
+ 'aux-button--primary': boolean;
50
+ 'aux-button--secondary': boolean;
51
+ }>;
52
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ primary: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ disabled: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ size: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ validator: (value: string) => boolean;
65
+ };
66
+ dataTestid: {
67
+ type: StringConstructor;
68
+ required: false;
69
+ };
70
+ stackDirection: {
71
+ type: StringConstructor;
72
+ required: false;
73
+ default: string;
74
+ validator: (value: string) => boolean;
75
+ };
76
+ }>> & Readonly<{}>, {
77
+ primary: boolean;
78
+ disabled: boolean;
79
+ size: string;
80
+ stackDirection: string;
81
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
82
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
83
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { Action } from '@/components/Modal/Action';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  actions: {
5
5
  type: PropType<Action[]>;
6
6
  default: () => never[];
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
31
31
  type: BooleanConstructor;
32
32
  required: false;
33
33
  };
34
- }, {
34
+ }>, {
35
35
  closeModal: () => void;
36
36
  modalClasses: {
37
37
  [x: string]: boolean;
@@ -39,11 +39,11 @@ declare const _default: import("vue").DefineComponent<{
39
39
  };
40
40
  propagateEvent: (eventPayLoad: string) => void;
41
41
  emit: (event: string, ...args: any[]) => void;
42
- closeButton: import("vue").Ref<HTMLInputElement | null>;
42
+ closeButton: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
43
43
  getTestId: (testid: string) => string | undefined;
44
- modal: import("vue").Ref<HTMLDialogElement | null>;
45
- useVerticalLayout: false | import("vue").Ref<boolean>;
46
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ modal: import("vue").Ref<HTMLDialogElement | null, HTMLDialogElement | null>;
45
+ useVerticalLayout: false | import("vue").Ref<boolean, boolean>;
46
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  actions: {
48
48
  type: PropType<Action[]>;
49
49
  default: () => never[];
@@ -74,11 +74,93 @@ declare const _default: import("vue").DefineComponent<{
74
74
  type: BooleanConstructor;
75
75
  required: false;
76
76
  };
77
- }>>, {
77
+ }>> & Readonly<{}>, {
78
78
  size: string;
79
79
  id: string;
80
80
  actions: Action[];
81
81
  buttonsMobileLayout: "horizontal" | "vertical";
82
82
  disableCloseOnOutsideClick: boolean;
83
- }, {}>;
83
+ }, {}, {
84
+ CloseIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
85
+ Actions: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
86
+ actions: {
87
+ type: PropType<Action[]>;
88
+ default: () => never[];
89
+ };
90
+ }>, {
91
+ actionsOrganized: import("vue").ComputedRef<Action[]>;
92
+ emit: (event: "action-clicked", ...args: any[]) => void;
93
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action-clicked"[], "action-clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
+ actions: {
95
+ type: PropType<Action[]>;
96
+ default: () => never[];
97
+ };
98
+ }>> & Readonly<{
99
+ "onAction-clicked"?: ((...args: any[]) => any) | undefined;
100
+ }>, {
101
+ actions: Action[];
102
+ }, {}, {
103
+ AuxButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
104
+ primary: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ disabled: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ size: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ validator: (value: string) => boolean;
116
+ };
117
+ dataTestid: {
118
+ type: StringConstructor;
119
+ required: false;
120
+ };
121
+ stackDirection: {
122
+ type: StringConstructor;
123
+ required: false;
124
+ default: string;
125
+ validator: (value: string) => boolean;
126
+ };
127
+ }>, {
128
+ classes: import("vue").ComputedRef<{
129
+ [x: string]: boolean;
130
+ 'aux-button': boolean;
131
+ 'aux-button--primary': boolean;
132
+ 'aux-button--secondary': boolean;
133
+ }>;
134
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
135
+ primary: {
136
+ type: BooleanConstructor;
137
+ default: boolean;
138
+ };
139
+ disabled: {
140
+ type: BooleanConstructor;
141
+ default: boolean;
142
+ };
143
+ size: {
144
+ type: StringConstructor;
145
+ default: string;
146
+ validator: (value: string) => boolean;
147
+ };
148
+ dataTestid: {
149
+ type: StringConstructor;
150
+ required: false;
151
+ };
152
+ stackDirection: {
153
+ type: StringConstructor;
154
+ required: false;
155
+ default: string;
156
+ validator: (value: string) => boolean;
157
+ };
158
+ }>> & Readonly<{}>, {
159
+ primary: boolean;
160
+ disabled: boolean;
161
+ size: string;
162
+ stackDirection: string;
163
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
164
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
165
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
84
166
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import type { PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  type: {
4
4
  type: PropType<"success" | "error" | "warning" | "info">;
5
5
  required: true;
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  type: StringConstructor;
9
9
  required: true;
10
10
  };
11
- }, {
11
+ }>, {
12
12
  classes: import("vue").ComputedRef<{
13
13
  [x: string]: boolean | "success" | "info" | "warning" | "error";
14
14
  'aux-notification': boolean;
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  }>;
17
17
  icon: import("vue").ComputedRef<import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>>;
18
18
  removeNotification: () => void;
19
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  type: {
21
21
  type: PropType<"success" | "error" | "warning" | "info">;
22
22
  required: true;
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
25
25
  type: StringConstructor;
26
26
  required: true;
27
27
  };
28
- }>> & {
28
+ }>> & Readonly<{
29
29
  "onRemove-notification"?: ((...args: any[]) => any) | undefined;
30
- }, {}, {}>;
30
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
31
  export default _default;
@@ -1,20 +1,50 @@
1
1
  import type { NotificationType } from './Notification.d';
2
2
  import type { PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  notifications: {
5
5
  type: PropType<NotificationType[]>;
6
6
  default: () => never[];
7
7
  };
8
- }, {
8
+ }>, {
9
9
  removeNotification: (event: string) => void;
10
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  notifications: {
12
12
  type: PropType<NotificationType[]>;
13
13
  default: () => never[];
14
14
  };
15
- }>> & {
15
+ }>> & Readonly<{
16
16
  "onRemove-notification"?: ((...args: any[]) => any) | undefined;
17
- }, {
17
+ }>, {
18
18
  notifications: NotificationType[];
19
- }, {}>;
19
+ }, {}, {
20
+ Notification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
21
+ type: {
22
+ type: PropType<"success" | "error" | "warning" | "info">;
23
+ required: true;
24
+ };
25
+ id: {
26
+ type: StringConstructor;
27
+ required: true;
28
+ };
29
+ }>, {
30
+ classes: import("vue").ComputedRef<{
31
+ [x: string]: boolean | "success" | "info" | "warning" | "error";
32
+ 'aux-notification': boolean;
33
+ 'aux-notification-show': boolean;
34
+ }>;
35
+ icon: import("vue").ComputedRef<import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>>;
36
+ removeNotification: () => void;
37
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
38
+ type: {
39
+ type: PropType<"success" | "error" | "warning" | "info">;
40
+ required: true;
41
+ };
42
+ id: {
43
+ type: StringConstructor;
44
+ required: true;
45
+ };
46
+ }>> & Readonly<{
47
+ "onRemove-notification"?: ((...args: any[]) => any) | undefined;
48
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
50
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { PaginationOffset } from './types';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  config: {
5
5
  type: PropType<PaginationOffset>;
6
6
  required: true;
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
15
15
  type: StringConstructor;
16
16
  required: false;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  totalPages: import("vue").ComputedRef<number>;
20
20
  generateButtons: import("vue").ComputedRef<(string | number)[]>;
21
21
  goToSelectedPage: (selectedPage: number) => void;
@@ -24,9 +24,9 @@ declare const _default: import("vue").DefineComponent<{
24
24
  skipBackward: () => void;
25
25
  skipForward: () => void;
26
26
  currentPage: import("vue").ComputedRef<number>;
27
- isSmallScreen: import("vue").Ref<boolean>;
28
- auxPaginationWrapper: import("vue").Ref<any>;
29
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ isSmallScreen: import("vue").Ref<boolean, boolean>;
28
+ auxPaginationWrapper: import("vue").Ref<any, any>;
29
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
30
  config: {
31
31
  type: PropType<PaginationOffset>;
32
32
  required: true;
@@ -41,9 +41,74 @@ declare const _default: import("vue").DefineComponent<{
41
41
  type: StringConstructor;
42
42
  required: false;
43
43
  };
44
- }>> & {
44
+ }>> & Readonly<{
45
45
  onChange?: ((...args: any[]) => any) | undefined;
46
- }, {
46
+ }>, {
47
47
  width: number;
48
- }, {}>;
48
+ }, {}, {
49
+ CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
50
+ CaretLeftIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
51
+ AuxButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
52
+ primary: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ disabled: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ size: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ validator: (value: string) => boolean;
64
+ };
65
+ dataTestid: {
66
+ type: StringConstructor;
67
+ required: false;
68
+ };
69
+ stackDirection: {
70
+ type: StringConstructor;
71
+ required: false;
72
+ default: string;
73
+ validator: (value: string) => boolean;
74
+ };
75
+ }>, {
76
+ classes: import("vue").ComputedRef<{
77
+ [x: string]: boolean;
78
+ 'aux-button': boolean;
79
+ 'aux-button--primary': boolean;
80
+ 'aux-button--secondary': boolean;
81
+ }>;
82
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
83
+ primary: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
87
+ disabled: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ size: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ validator: (value: string) => boolean;
95
+ };
96
+ dataTestid: {
97
+ type: StringConstructor;
98
+ required: false;
99
+ };
100
+ stackDirection: {
101
+ type: StringConstructor;
102
+ required: false;
103
+ default: string;
104
+ validator: (value: string) => boolean;
105
+ };
106
+ }>> & Readonly<{}>, {
107
+ primary: boolean;
108
+ disabled: boolean;
109
+ size: string;
110
+ stackDirection: string;
111
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
112
+ EllipsisIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
113
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
114
  export default _default;
@@ -1,21 +1,21 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  validator: (value: string) => boolean;
6
6
  };
7
- }, {
7
+ }>, {
8
8
  classes: import("vue").ComputedRef<{
9
9
  [x: string]: boolean;
10
10
  'aux-pill': boolean;
11
11
  }>;
12
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  color: {
14
14
  type: StringConstructor;
15
15
  default: string;
16
16
  validator: (value: string) => boolean;
17
17
  };
18
- }>>, {
18
+ }>> & Readonly<{}>, {
19
19
  color: string;
20
- }, {}>;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
21
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  value: {
3
3
  type: (StringConstructor | NumberConstructor)[];
4
4
  };
@@ -18,10 +18,10 @@ declare const _default: import("vue").DefineComponent<{
18
18
  type: (StringConstructor | NumberConstructor)[];
19
19
  required: true;
20
20
  };
21
- }, {
21
+ }>, {
22
22
  isSelected: import("vue").ComputedRef<boolean>;
23
23
  change: (event: any) => void;
24
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  value: {
26
26
  type: (StringConstructor | NumberConstructor)[];
27
27
  };
@@ -41,10 +41,10 @@ declare const _default: import("vue").DefineComponent<{
41
41
  type: (StringConstructor | NumberConstructor)[];
42
42
  required: true;
43
43
  };
44
- }>> & {
44
+ }>> & Readonly<{
45
45
  onChange?: ((...args: any[]) => any) | undefined;
46
- }, {
46
+ }>, {
47
47
  disabled: boolean;
48
48
  id: string;
49
- }, {}>;
49
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
50
  export default _default;