@ambita/design-system 5.1.4-1501.0 → 5.2.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 (80) hide show
  1. package/dist/css/colors-css-variables.scss +1 -1
  2. package/dist/css/mixins.scss +2 -0
  3. package/dist/ds.js +2 -2
  4. package/dist/ds.js.map +1 -1
  5. package/dist/ds.mjs +2 -2
  6. package/dist/ds.mjs.map +1 -1
  7. package/dist/ds.umd.js +13 -13
  8. package/dist/ds.umd.js.map +1 -1
  9. package/dist/index.css +1 -1
  10. package/dist/types/tsconfig.app.tsbuildinfo +1 -1
  11. package/package.json +9 -9
  12. package/dist/types/src/App.vue.d.ts +0 -81
  13. package/dist/types/src/components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue.d.ts +0 -18
  14. package/dist/types/src/components/Banner/Banner.types.d.ts +0 -1
  15. package/dist/types/src/components/Banner/Banner.vue.d.ts +0 -47
  16. package/dist/types/src/components/Button/Button.vue.d.ts +0 -62
  17. package/dist/types/src/components/Card/Card.vue.d.ts +0 -2
  18. package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +0 -238
  19. package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +0 -57
  20. package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +0 -57
  21. package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +0 -312
  22. package/dist/types/src/components/Color/ColorSwatch.vue.d.ts +0 -19
  23. package/dist/types/src/components/Definition/Definition.vue.d.ts +0 -58
  24. package/dist/types/src/components/Details/Details.vue.d.ts +0 -56
  25. package/dist/types/src/components/DirectionalArrow/DirectionalArrow.vue.d.ts +0 -15
  26. package/dist/types/src/components/FormElement/FormElement.vue.d.ts +0 -107
  27. package/dist/types/src/components/Icons/IconPreview.vue.d.ts +0 -14
  28. package/dist/types/src/components/Input/Input.vue.d.ts +0 -232
  29. package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +0 -421
  30. package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +0 -422
  31. package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +0 -866
  32. package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +0 -262
  33. package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +0 -887
  34. package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +0 -888
  35. package/dist/types/src/components/JsonForm/Controls/Wrapper.vue.d.ts +0 -49
  36. package/dist/types/src/components/JsonForm/JsonForm.vue.d.ts +0 -200
  37. package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +0 -960
  38. package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +0 -356
  39. package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +0 -981
  40. package/dist/types/src/components/JsonForm/Renderers/Layout.vue.d.ts +0 -113
  41. package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +0 -981
  42. package/dist/types/src/components/JsonForm/Renderers/Object.vue.d.ts +0 -140
  43. package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +0 -982
  44. package/dist/types/src/components/JsonForm/Renderers/index.d.ts +0 -9
  45. package/dist/types/src/components/Link/Link.vue.d.ts +0 -34
  46. package/dist/types/src/components/Logo/Logo.vue.d.ts +0 -16
  47. package/dist/types/src/components/Modal/Action.d.ts +0 -8
  48. package/dist/types/src/components/Modal/Actions.vue.d.ts +0 -83
  49. package/dist/types/src/components/Modal/Modal.vue.d.ts +0 -166
  50. package/dist/types/src/components/Notification/Notification.vue.d.ts +0 -31
  51. package/dist/types/src/components/Notification/Notifications.vue.d.ts +0 -50
  52. package/dist/types/src/components/Pagination/Pagination.vue.d.ts +0 -114
  53. package/dist/types/src/components/Pagination/types.d.ts +0 -5
  54. package/dist/types/src/components/Pill/Colors.d.ts +0 -1
  55. package/dist/types/src/components/Pill/Pill.vue.d.ts +0 -21
  56. package/dist/types/src/components/Radio/Radio.vue.d.ts +0 -50
  57. package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +0 -349
  58. package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +0 -50
  59. package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +0 -50
  60. package/dist/types/src/components/Select/Select.vue.d.ts +0 -207
  61. package/dist/types/src/components/Spinner/Spinner.vue.d.ts +0 -22
  62. package/dist/types/src/components/StatusBadge/StatusBadge.vue.d.ts +0 -25
  63. package/dist/types/src/components/StatusBadge/Statuses.d.ts +0 -1
  64. package/dist/types/src/components/Tag/Colors.d.ts +0 -1
  65. package/dist/types/src/components/Tag/Tag.vue.d.ts +0 -21
  66. package/dist/types/src/components/TextArea/TextArea.vue.d.ts +0 -226
  67. package/dist/types/src/components/Time/Time.vue.d.ts +0 -27
  68. package/dist/types/src/components/Toggle/Toggle.vue.d.ts +0 -95
  69. package/dist/types/src/components/Upload/File/File.vue.d.ts +0 -133
  70. package/dist/types/src/components/Upload/Upload.vue.d.ts +0 -333
  71. package/dist/types/src/components/ValidationWrapper/ValidationWrapper.vue.d.ts +0 -21
  72. package/dist/types/src/helpers/formatters/formatDateAndTime/Storybook/FormatDateAndTime.vue.d.ts +0 -10
  73. package/dist/types/src/helpers/formatters/formatDateAndTime/index.d.ts +0 -2
  74. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatAmount.vue.d.ts +0 -6
  75. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatNumber.vue.d.ts +0 -5
  76. package/dist/types/src/helpers/formatters/formatQuantity/formatAmount.d.ts +0 -3
  77. package/dist/types/src/helpers/formatters/formatQuantity/formatNumber.d.ts +0 -11
  78. package/dist/types/src/helpers/uuid.d.ts +0 -2
  79. package/dist/types/src/index.d.ts +0 -31
  80. package/dist/types/src/main.d.ts +0 -1
@@ -1,9 +0,0 @@
1
- import type { JsonFormsRendererRegistryEntry } from '@jsonforms/core';
2
- export declare const stringRendererEntry: JsonFormsRendererRegistryEntry;
3
- export declare const numberRendererEntry: JsonFormsRendererRegistryEntry;
4
- export declare const integerRendererEntry: JsonFormsRendererRegistryEntry;
5
- export declare const booleanRendererEntry: JsonFormsRendererRegistryEntry;
6
- export declare const arrayRendererEntry: JsonFormsRendererRegistryEntry;
7
- export declare const layoutRendererEntry: JsonFormsRendererRegistryEntry;
8
- export declare const objectRendererEntry: JsonFormsRendererRegistryEntry;
9
- export declare const renderers: JsonFormsRendererRegistryEntry[];
@@ -1,34 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- size: {
3
- type: StringConstructor;
4
- default: string;
5
- validator: (value: string) => boolean;
6
- };
7
- href: {
8
- type: StringConstructor;
9
- required: false;
10
- };
11
- }>, {
12
- componentType: import("vue").ComputedRef<"button" | "a">;
13
- classes: import("vue").ComputedRef<{
14
- [x: string]: boolean | import("vue").Slot<any> | undefined;
15
- 'aux-link': boolean;
16
- 'aux-link-icon-left': import("vue").Slot<any> | undefined;
17
- 'aux-link-icon-right': import("vue").Slot<any> | undefined;
18
- }>;
19
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
- size: {
21
- type: StringConstructor;
22
- default: string;
23
- validator: (value: string) => boolean;
24
- };
25
- href: {
26
- type: StringConstructor;
27
- required: false;
28
- };
29
- }>> & Readonly<{
30
- onClick?: ((...args: any[]) => any) | undefined;
31
- }>, {
32
- size: string;
33
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
- export default _default;
@@ -1,16 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- inverted: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- inverted: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>> & Readonly<{}>, {
12
- inverted: boolean;
13
- }, {}, {
14
- Logo: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
15
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
- export default _default;
@@ -1,8 +0,0 @@
1
- export interface Action {
2
- primary?: boolean;
3
- destructive?: boolean;
4
- label: string;
5
- icon?: Record<string, unknown>;
6
- emit: string;
7
- testid?: string;
8
- }
@@ -1,83 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Action } from '@/components/Modal/Action';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- actions: {
5
- type: PropType<Action[]>;
6
- default: () => never[];
7
- };
8
- }>, {
9
- actionsOrganized: import("vue").ComputedRef<Action[]>;
10
- emit: (event: "action-clicked", ...args: any[]) => void;
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action-clicked"[], "action-clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
- actions: {
13
- type: PropType<Action[]>;
14
- default: () => never[];
15
- };
16
- }>> & Readonly<{
17
- "onAction-clicked"?: ((...args: any[]) => any) | undefined;
18
- }>, {
19
- actions: Action[];
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>;
83
- export default _default;
@@ -1,166 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Action } from '@/components/Modal/Action';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- actions: {
5
- type: PropType<Action[]>;
6
- default: () => never[];
7
- };
8
- id: {
9
- type: StringConstructor;
10
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
11
- };
12
- size: {
13
- type: StringConstructor;
14
- default: string;
15
- validator: (value: string) => boolean;
16
- };
17
- title: {
18
- type: StringConstructor;
19
- validator: (value: string) => boolean;
20
- };
21
- buttonsMobileLayout: {
22
- type: PropType<"vertical" | "horizontal">;
23
- default: string;
24
- validator: (value: string) => boolean;
25
- };
26
- dataTestid: {
27
- type: StringConstructor;
28
- required: false;
29
- };
30
- disableCloseOnOutsideClick: {
31
- type: BooleanConstructor;
32
- required: false;
33
- };
34
- }>, {
35
- closeModal: () => void;
36
- modalClasses: {
37
- [x: string]: boolean;
38
- 'aux-modal': boolean;
39
- };
40
- propagateEvent: (eventPayLoad: string) => void;
41
- emit: (event: string, ...args: any[]) => void;
42
- closeButton: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
43
- getTestId: (testid: string) => string | undefined;
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
- actions: {
48
- type: PropType<Action[]>;
49
- default: () => never[];
50
- };
51
- id: {
52
- type: StringConstructor;
53
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
54
- };
55
- size: {
56
- type: StringConstructor;
57
- default: string;
58
- validator: (value: string) => boolean;
59
- };
60
- title: {
61
- type: StringConstructor;
62
- validator: (value: string) => boolean;
63
- };
64
- buttonsMobileLayout: {
65
- type: PropType<"vertical" | "horizontal">;
66
- default: string;
67
- validator: (value: string) => boolean;
68
- };
69
- dataTestid: {
70
- type: StringConstructor;
71
- required: false;
72
- };
73
- disableCloseOnOutsideClick: {
74
- type: BooleanConstructor;
75
- required: false;
76
- };
77
- }>> & Readonly<{}>, {
78
- size: string;
79
- id: string;
80
- actions: Action[];
81
- buttonsMobileLayout: "horizontal" | "vertical";
82
- disableCloseOnOutsideClick: boolean;
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>;
166
- export default _default;
@@ -1,31 +0,0 @@
1
- import type { PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
- type: {
4
- type: PropType<"success" | "error" | "warning" | "info">;
5
- required: true;
6
- };
7
- id: {
8
- type: StringConstructor;
9
- required: true;
10
- };
11
- }>, {
12
- classes: import("vue").ComputedRef<{
13
- [x: string]: boolean | "success" | "info" | "warning" | "error";
14
- 'aux-notification': boolean;
15
- 'aux-notification-show': boolean;
16
- }>;
17
- icon: import("vue").ComputedRef<import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>>;
18
- removeNotification: () => void;
19
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
- type: {
21
- type: PropType<"success" | "error" | "warning" | "info">;
22
- required: true;
23
- };
24
- id: {
25
- type: StringConstructor;
26
- required: true;
27
- };
28
- }>> & Readonly<{
29
- "onRemove-notification"?: ((...args: any[]) => any) | undefined;
30
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
- export default _default;
@@ -1,50 +0,0 @@
1
- import type { NotificationType } from './Notification.d';
2
- import type { PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- notifications: {
5
- type: PropType<NotificationType[]>;
6
- default: () => never[];
7
- };
8
- }>, {
9
- removeNotification: (event: string) => void;
10
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- notifications: {
12
- type: PropType<NotificationType[]>;
13
- default: () => never[];
14
- };
15
- }>> & Readonly<{
16
- "onRemove-notification"?: ((...args: any[]) => any) | undefined;
17
- }>, {
18
- notifications: NotificationType[];
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>;
50
- export default _default;
@@ -1,114 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { PaginationOffset } from './types';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- config: {
5
- type: PropType<PaginationOffset>;
6
- required: true;
7
- };
8
- width: {
9
- type: NumberConstructor;
10
- required: false;
11
- default: number;
12
- validator: (width: number) => boolean;
13
- };
14
- dataTestId: {
15
- type: StringConstructor;
16
- required: false;
17
- };
18
- }>, {
19
- totalPages: import("vue").ComputedRef<number>;
20
- generateButtons: import("vue").ComputedRef<(string | number)[]>;
21
- goToSelectedPage: (selectedPage: number) => void;
22
- goToPreviousPage: () => void;
23
- goToNextPage: () => void;
24
- skipBackward: () => void;
25
- skipForward: () => void;
26
- currentPage: import("vue").ComputedRef<number>;
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
- config: {
31
- type: PropType<PaginationOffset>;
32
- required: true;
33
- };
34
- width: {
35
- type: NumberConstructor;
36
- required: false;
37
- default: number;
38
- validator: (width: number) => boolean;
39
- };
40
- dataTestId: {
41
- type: StringConstructor;
42
- required: false;
43
- };
44
- }>> & Readonly<{
45
- onChange?: ((...args: any[]) => any) | undefined;
46
- }>, {
47
- width: number;
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>;
114
- export default _default;
@@ -1,5 +0,0 @@
1
- export interface PaginationOffset {
2
- limit: number;
3
- totalCount: number;
4
- offset: number;
5
- }
@@ -1 +0,0 @@
1
- export declare const PILL_COLORS: string[];
@@ -1,21 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- color: {
3
- type: StringConstructor;
4
- default: string;
5
- validator: (value: string) => boolean;
6
- };
7
- }>, {
8
- classes: import("vue").ComputedRef<{
9
- [x: string]: boolean;
10
- 'aux-pill': boolean;
11
- }>;
12
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
- color: {
14
- type: StringConstructor;
15
- default: string;
16
- validator: (value: string) => boolean;
17
- };
18
- }>> & Readonly<{}>, {
19
- color: string;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
- export default _default;
@@ -1,50 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- value: {
3
- type: (StringConstructor | NumberConstructor)[];
4
- };
5
- disabled: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- id: {
10
- type: StringConstructor;
11
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
12
- };
13
- name: {
14
- type: StringConstructor;
15
- required: true;
16
- };
17
- selected: {
18
- type: (StringConstructor | NumberConstructor)[];
19
- required: true;
20
- };
21
- }>, {
22
- isSelected: import("vue").ComputedRef<boolean>;
23
- change: (event: any) => void;
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
- value: {
26
- type: (StringConstructor | NumberConstructor)[];
27
- };
28
- disabled: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- id: {
33
- type: StringConstructor;
34
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
35
- };
36
- name: {
37
- type: StringConstructor;
38
- required: true;
39
- };
40
- selected: {
41
- type: (StringConstructor | NumberConstructor)[];
42
- required: true;
43
- };
44
- }>> & Readonly<{
45
- onChange?: ((...args: any[]) => any) | undefined;
46
- }>, {
47
- disabled: boolean;
48
- id: string;
49
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
- export default _default;