@ambita/design-system 3.0.25-252.0 → 3.0.25-264.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.
@@ -0,0 +1,16 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ priority: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ validator: (priority: string) => boolean;
6
+ };
7
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
8
+ priority?: unknown;
9
+ } & {
10
+ priority: string;
11
+ } & {}> & {
12
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
13
+ }, {
14
+ priority: string;
15
+ }>;
16
+ export default _default;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  value: {
3
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
4
4
  };
5
5
  disabled: {
6
6
  type: BooleanConstructor;
@@ -29,8 +29,8 @@ declare const _default: import("vue").DefineComponent<{
29
29
  selected?: unknown;
30
30
  indeterminate?: unknown;
31
31
  } & {
32
- id: string;
33
32
  disabled: boolean;
33
+ id: string;
34
34
  selected: boolean;
35
35
  indeterminate: boolean;
36
36
  } & {
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<{
39
39
  }> & {
40
40
  onChange?: ((...args: any[]) => any) | undefined;
41
41
  }, {
42
- id: string;
43
42
  disabled: boolean;
43
+ id: string;
44
44
  selected: boolean;
45
45
  indeterminate: boolean;
46
46
  }>;
@@ -34,17 +34,17 @@ declare const _default: import("vue").DefineComponent<{
34
34
  dataTestid?: unknown;
35
35
  size?: unknown;
36
36
  } & {
37
- label: string;
38
37
  size: string;
39
- vertical: boolean;
38
+ label: string;
40
39
  suffix: string;
40
+ vertical: boolean;
41
41
  } & {
42
42
  dataTestid?: string | undefined;
43
43
  }> & {
44
44
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
45
45
  }, {
46
46
  size: string;
47
- vertical: boolean;
48
47
  suffix: string;
48
+ vertical: boolean;
49
49
  }>;
50
50
  export default _default;
@@ -0,0 +1,22 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ direction: {
3
+ type: StringConstructor;
4
+ require: boolean;
5
+ default: string;
6
+ validator: (value: string) => boolean;
7
+ };
8
+ }, {
9
+ classes: import("vue").ComputedRef<{
10
+ [x: string]: boolean;
11
+ 'aux-arrow': boolean;
12
+ }>;
13
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
+ direction?: unknown;
15
+ } & {
16
+ direction: string;
17
+ } & {}> & {
18
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
19
+ }, {
20
+ direction: string;
21
+ }>;
22
+ export default _default;
@@ -66,10 +66,10 @@ declare const _default: import("vue").DefineComponent<{
66
66
  min?: unknown;
67
67
  max?: unknown;
68
68
  } & {
69
+ type: string;
69
70
  label: string;
70
71
  hideLabel: boolean;
71
72
  id: string;
72
- type: string;
73
73
  clearable: boolean;
74
74
  fieldWidth: string;
75
75
  } & {
@@ -86,9 +86,9 @@ declare const _default: import("vue").DefineComponent<{
86
86
  onBlur?: ((...args: any[]) => any) | undefined;
87
87
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
88
88
  }, {
89
+ type: string;
89
90
  hideLabel: boolean;
90
91
  id: string;
91
- type: string;
92
92
  clearable: boolean;
93
93
  fieldWidth: string;
94
94
  }>;
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<{
38
38
  title?: unknown;
39
39
  dataTestid?: unknown;
40
40
  } & {
41
- id: string;
42
41
  size: string;
42
+ id: string;
43
43
  actions: Action[];
44
44
  } & {
45
45
  dataTestid?: string | undefined;
@@ -47,8 +47,8 @@ declare const _default: import("vue").DefineComponent<{
47
47
  }> & {
48
48
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
49
49
  }, {
50
- id: string;
51
50
  size: string;
51
+ id: string;
52
52
  actions: Action[];
53
53
  }>;
54
54
  export default _default;
@@ -28,15 +28,15 @@ declare const _default: import("vue").DefineComponent<{
28
28
  selected?: unknown;
29
29
  } & {
30
30
  name: string;
31
- id: string;
32
31
  disabled: boolean;
32
+ id: string;
33
33
  selected: string;
34
34
  } & {
35
35
  value?: string | number | undefined;
36
36
  }> & {
37
37
  onChange?: ((...args: any[]) => any) | undefined;
38
38
  }, {
39
- id: string;
40
39
  disabled: boolean;
40
+ id: string;
41
41
  }>;
42
42
  export default _default;
@@ -54,15 +54,15 @@ declare const _default: import("vue").DefineComponent<{
54
54
  value?: unknown;
55
55
  modelValue?: unknown;
56
56
  } & {
57
+ required: boolean;
57
58
  hideLabel: boolean;
58
59
  id: string;
59
- required: boolean;
60
60
  items: Item[];
61
61
  } & {
62
62
  name?: string | undefined;
63
- label?: string | undefined;
64
63
  description?: string | undefined;
65
64
  value?: string | number | unknown[] | undefined;
65
+ label?: string | undefined;
66
66
  modelValue?: string | number | unknown[] | undefined;
67
67
  }> & {
68
68
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -70,8 +70,8 @@ declare const _default: import("vue").DefineComponent<{
70
70
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
71
71
  onChange?: ((...args: any[]) => any) | undefined;
72
72
  }, {
73
+ required: boolean;
73
74
  hideLabel: boolean;
74
75
  id: string;
75
- required: boolean;
76
76
  }>;
77
77
  export default _default;
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
26
26
  type: StringConstructor;
27
27
  };
28
28
  resize: {
29
- type: PropType<"none" | "horizontal" | "vertical" | "auto" | "both">;
29
+ type: PropType<"none" | "vertical" | "horizontal" | "auto" | "both">;
30
30
  default: string;
31
31
  };
32
32
  height: {
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<{
47
47
  };
48
48
  }, {
49
49
  styles: import("vue").ComputedRef<{
50
- resize: "none" | "horizontal" | "vertical" | "auto" | "both";
50
+ resize: "none" | "vertical" | "horizontal" | "auto" | "both";
51
51
  'max-width': string;
52
52
  }>;
53
53
  handleInput(event: {
@@ -69,12 +69,12 @@ declare const _default: import("vue").DefineComponent<{
69
69
  required?: unknown;
70
70
  value?: unknown;
71
71
  } & {
72
+ required: boolean;
73
+ value: string | number;
72
74
  label: string;
75
+ resize: "none" | "vertical" | "horizontal" | "auto" | "both";
73
76
  hideLabel: boolean;
74
77
  id: string;
75
- required: boolean;
76
- value: string | number;
77
- resize: "none" | "horizontal" | "vertical" | "auto" | "both";
78
78
  height: number;
79
79
  width: string;
80
80
  } & {
@@ -87,11 +87,11 @@ declare const _default: import("vue").DefineComponent<{
87
87
  onBlur?: ((...args: any[]) => any) | undefined;
88
88
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
89
89
  }, {
90
- hideLabel: boolean;
91
- id: string;
92
90
  required: boolean;
93
91
  value: string | number;
94
- resize: "none" | "horizontal" | "vertical" | "auto" | "both";
92
+ resize: "none" | "vertical" | "horizontal" | "auto" | "both";
93
+ hideLabel: boolean;
94
+ id: string;
95
95
  height: number;
96
96
  width: string;
97
97
  }>;
@@ -39,9 +39,9 @@ declare const _default: import("vue").DefineComponent<{
39
39
  uuid?: unknown;
40
40
  failed?: unknown;
41
41
  } & {
42
+ filename: string;
42
43
  time: string;
43
44
  uuid: string;
44
- filename: string;
45
45
  failed: boolean;
46
46
  } & {
47
47
  file?: File | undefined;
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<{
60
60
  files: unknown[];
61
61
  maxFileSize: number;
62
62
  } & {
63
- label?: string | undefined;
64
63
  description?: string | undefined;
64
+ label?: string | undefined;
65
65
  maxAttachmentCount?: number | undefined;
66
66
  }> & {
67
67
  "onFile-added"?: ((...args: any[]) => any) | undefined;
@@ -15,5 +15,7 @@ export { default as AuxUpload } from './components/Upload/Upload.vue';
15
15
  export { default as AuxCard } from './components/Card/Card.vue';
16
16
  export { default as AuxToggle } from './components/Toggle/Toggle.vue';
17
17
  export { default as AuxPagination } from './components/Pagination/Pagination.vue';
18
+ export { default as AuxDirectionalArrow } from './components/DirectionalArrow/DirectionalArrow.vue';
19
+ export { default as AuxAriaAnnouncer } from './components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue';
18
20
  export { formatDate } from '@/helpers/formatting';
19
21
  export { formatPrice } from '@/helpers/formatAmount';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ambita/design-system",
3
- "version": "3.0.25-252.0",
3
+ "version": "3.0.25-264.0",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "serve": "vue-cli-service serve",