@ironsource/shared-ui 2.1.11-test.47 → 2.1.11-test.49

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 (159) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
  2. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
  3. package/components/alert/Alert.stories.d.ts +8 -0
  4. package/components/appHeader/AppHeader.stories.d.ts +98 -0
  5. package/components/appIcon/AppIcon.spec.d.ts +1 -0
  6. package/components/appIcon/AppIcon.stories.d.ts +32 -0
  7. package/components/appTrigger/AppTrigger.spec.d.ts +1 -0
  8. package/components/appTrigger/AppTrigger.stories.d.ts +163 -0
  9. package/components/autocomplete/Autocomplete.stories.d.ts +9 -0
  10. package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +1 -0
  11. package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +232 -0
  12. package/components/banner/Banner.spec.d.ts +1 -0
  13. package/components/banner/Banner.stories.d.ts +122 -0
  14. package/components/button/v3/Button.spec.d.ts +1 -0
  15. package/components/button/v3/Button.stories.d.ts +155 -0
  16. package/components/button/v3/Button.vue.d.ts +6 -6
  17. package/components/button/v3/ButtonBase.spec.d.ts +1 -0
  18. package/components/button/v3/IconButton.stories.d.ts +150 -0
  19. package/components/button/v3/ScrollButton.stories.d.ts +55 -0
  20. package/components/button/v3/index.d.ts +14 -14
  21. package/components/button/v4/Button.stories.d.ts +275 -0
  22. package/components/button/v4/ButtonGroup.stories.d.ts +120 -0
  23. package/components/button/v4/IconButton.stories.d.ts +206 -0
  24. package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +182 -0
  25. package/components/chart/Chart.stories.d.ts +17 -0
  26. package/components/chart/Chart.vue.d.ts +6 -1
  27. package/components/chart/Chart.vue.js +3 -3
  28. package/components/chart/Chart.vue2.js +69 -66
  29. package/components/chart/index.d.ts +39 -20
  30. package/components/checkbox/v3/Checkbox.spec.d.ts +1 -0
  31. package/components/checkbox/v3/Checkbox.stories.d.ts +187 -0
  32. package/components/checkbox/v4/CheckboxV4.stories.d.ts +7 -0
  33. package/components/chip/v3/Chip.spec.d.ts +1 -0
  34. package/components/chip/v3/Chip.stories.d.ts +170 -0
  35. package/components/chip/v4/ChipV4.stories.d.ts +7 -0
  36. package/components/datePicker/v3/DatePicker.stories.d.ts +189 -0
  37. package/components/datePicker/v4/DatePicker.stories.d.ts +261 -0
  38. package/components/dateRange/v3/DateRange.stories.d.ts +415 -0
  39. package/components/dateRange/v4/DateRange.stories.d.ts +412 -0
  40. package/components/dialog/v3/Dialog.spec.d.ts +1 -0
  41. package/components/dialog/v3/Dialog.stories.d.ts +374 -0
  42. package/components/dialog/v4/DialogV4.stories.d.ts +9 -0
  43. package/components/dropdown/v3/Dropdown.spec.d.ts +1 -0
  44. package/components/dropdown/v3/Dropdown.stories.d.ts +1161 -0
  45. package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +487 -0
  46. package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +10 -0
  47. package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +8 -0
  48. package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +135 -0
  49. package/components/dropdown/v4/Conditional.stories.d.ts +711 -0
  50. package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +598 -0
  51. package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +20 -0
  52. package/components/dropdown/v4/MultiSelection.stories.d.ts +3769 -0
  53. package/components/dropdown/v4/SingleSelection.stories.d.ts +5688 -0
  54. package/components/dropdown/v4/TreeDropdown.stories.d.ts +9 -0
  55. package/components/dropdown/v4/TreeDropdown.vue.d.ts +0 -5
  56. package/components/dropdown/v4/TreeDropdown.vue.js +3 -3
  57. package/components/dropdown/v4/TreeDropdown.vue2.js +186 -193
  58. package/components/dropdown/v4/index.d.ts +1 -24
  59. package/components/emptyState/v3/EmptyState.spec.d.ts +1 -0
  60. package/components/emptyState/v3/EmptyState.stories.d.ts +295 -0
  61. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  62. package/components/emptyState/v3/index.d.ts +7 -7
  63. package/components/emptyState/v4/EmptyStateV4.stories.d.ts +6 -0
  64. package/components/filterDropdown/AddFilterButton.spec.d.ts +1 -0
  65. package/components/filterDropdown/AddFilterButton.stories.d.ts +108 -0
  66. package/components/filterDropdown/FilterDropdown.spec.d.ts +1 -0
  67. package/components/filterDropdown/FilterDropdown.stories.d.ts +70 -0
  68. package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +1 -0
  69. package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +8 -0
  70. package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +4 -0
  71. package/components/floatingToolbar/FloatingToolbar.spec.d.ts +1 -0
  72. package/components/floatingToolbar/FloatingToolbar.stories.d.ts +127 -0
  73. package/components/forms/CardPanel.stories.d.ts +6 -0
  74. package/components/forms/FormCard.stories.d.ts +9 -0
  75. package/components/forms/FormRow.stories.d.ts +4 -0
  76. package/components/forms/validation/Validation.stories.d.ts +4 -0
  77. package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +7 -0
  78. package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +7 -0
  79. package/components/icon/v3/Icon.spec.d.ts +1 -0
  80. package/components/icon/v3/Icon.stories.d.ts +112 -0
  81. package/components/icon/v4/IconFlag.stories.d.ts +5 -0
  82. package/components/icon/v4/IconV4.spec.d.ts +1 -0
  83. package/components/icon/v4/IconV4.stories.d.ts +195 -0
  84. package/components/includeExclude/EditColumns.stories.d.ts +490 -0
  85. package/components/includeExclude/IncludeExclude.spec.d.ts +1 -0
  86. package/components/includeExclude/IncludeExclude.stories.d.ts +456 -0
  87. package/components/inlineCopy/InlineCopy.stories.d.ts +112 -0
  88. package/components/input/v3/DollarInput.spec.d.ts +1 -0
  89. package/components/input/v3/DollarInput.stories.d.ts +275 -0
  90. package/components/input/v3/Input.spec.d.ts +1 -0
  91. package/components/input/v3/Input.stories.d.ts +1182 -0
  92. package/components/input/v3/PasswordInput.stories.d.ts +272 -0
  93. package/components/input/v3/PercentageInput.stories.d.ts +281 -0
  94. package/components/input/v4/TextField.stories.d.ts +14 -0
  95. package/components/layout/FoldableSection.stories.d.ts +4 -0
  96. package/components/loader/v4/Loader.stories.d.ts +136 -0
  97. package/components/menu/Menu.stories.d.ts +175 -0
  98. package/components/menuItem/MenuItem.spec.d.ts +1 -0
  99. package/components/menuItem/MenuItem.stories.d.ts +55 -0
  100. package/components/multibar/MultiBar.stories.d.ts +7 -0
  101. package/components/popover/v3/Popover.spec.d.ts +1 -0
  102. package/components/popover/v3/Popover.stories.d.ts +214 -0
  103. package/components/popover/v4/Popover.stories.d.ts +271 -0
  104. package/components/radioButton/v3/RadioButton.spec.d.ts +1 -0
  105. package/components/radioButton/v3/RadioButton.stories.d.ts +368 -0
  106. package/components/radioButton/v4/RadioButtonV4.stories.d.ts +7 -0
  107. package/components/search/v3/Search.spec.d.ts +1 -0
  108. package/components/search/v3/Search.stories.d.ts +75 -0
  109. package/components/search/v4/Search.stories.d.ts +63 -0
  110. package/components/skeleton/v3/Skeleton.spec.d.ts +1 -0
  111. package/components/skeleton/v3/Skeleton.stories.d.ts +83 -0
  112. package/components/skeleton/v4/SkeletonV4.stories.d.ts +5 -0
  113. package/components/snackbar/v3/Snackbar.spec.d.ts +1 -0
  114. package/components/snackbar/v3/Snackbar.stories.d.ts +22 -0
  115. package/components/snackbar/v4/Snackbar.stories.d.ts +24 -0
  116. package/components/sortableList/SortableList.stories.d.ts +5 -0
  117. package/components/statusDot/StatusDot.stories.d.ts +21 -0
  118. package/components/switch/v3/Switch.spec.d.ts +1 -0
  119. package/components/switch/v3/Switch.stories.d.ts +147 -0
  120. package/components/switch/v4/Switch.spec.d.ts +1 -0
  121. package/components/switch/v4/Switch.stories.d.ts +48 -0
  122. package/components/table/v3/Table.spec.d.ts +1 -0
  123. package/components/table/v3/Table.stories.d.ts +1227 -0
  124. package/components/table/v3/TableCheckbox.stories.d.ts +814 -0
  125. package/components/table/v4/DataGrid.stories.d.ts +24 -0
  126. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  127. package/components/table/v4/MultipleDataGrid.stories.d.ts +4 -0
  128. package/components/table/v4/index.d.ts +20 -20
  129. package/components/tabs/v3/Tabs.spec.d.ts +1 -0
  130. package/components/tabs/v3/Tabs.stories.d.ts +172 -0
  131. package/components/tabs/v4/TabsV4.stories.d.ts +8 -0
  132. package/components/textArea/v3/TextArea.spec.d.ts +1 -0
  133. package/components/textArea/v3/TextArea.stories.d.ts +89 -0
  134. package/components/textArea/v4/TextAreaV4.stories.d.ts +9 -0
  135. package/components/toggle/v3/Toggle.spec.d.ts +1 -0
  136. package/components/toggle/v3/Toggle.stories.d.ts +107 -0
  137. package/components/toggle/v4/ToggleV4.stories.d.ts +9 -0
  138. package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +1 -0
  139. package/components/tooltip/v3/Tooltip.spec.d.ts +1 -0
  140. package/components/tooltip/v3/Tooltip.stories.d.ts +253 -0
  141. package/components/tooltip/v4/Tooltip.stories.d.ts +336 -0
  142. package/components/typography/Heading.spec.d.ts +1 -0
  143. package/components/typography/Heading.stories.d.ts +119 -0
  144. package/components/typography/Text.stories.d.ts +131 -0
  145. package/components/typography/v4/Typography.spec.d.ts +1 -0
  146. package/components/typography/v4/Typography.stories.d.ts +179 -0
  147. package/composables/useFormValidation.d.ts +1 -1
  148. package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +4 -0
  149. package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +4 -0
  150. package/design-foundation.stories/colors/Colors.stories.d.ts +4 -0
  151. package/design-foundation.stories/elevations/Elevations.stories.d.ts +4 -0
  152. package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +13 -0
  153. package/design-foundation.stories/spacing/Spacing.stories.d.ts +4 -0
  154. package/design-foundation.stories/typography/Typography.stories.d.ts +4 -0
  155. package/index.d.ts +42 -88
  156. package/index.js +1 -1
  157. package/package.json +2 -239
  158. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
  159. package/TreeDropdown.vue_vue_type_style_index_0_scoped_46aae9ba_lang.css +0 -1
@@ -0,0 +1,119 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): {
5
+ $: import('vue').ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
9
+ testId: string;
10
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
11
+ isTruncated: {
12
+ type: import('vue').PropType<boolean>;
13
+ };
14
+ level: {
15
+ type: import('vue').PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
16
+ default: string;
17
+ };
18
+ testId: {
19
+ type: import('vue').PropType<string>;
20
+ default: string;
21
+ };
22
+ }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "level" | "testId">;
23
+ $attrs: {
24
+ [x: string]: unknown;
25
+ };
26
+ $refs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $slots: Readonly<{
30
+ [name: string]: import('vue').Slot;
31
+ }>;
32
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
33
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
34
+ $emit: (event: string, ...args: any[]) => void;
35
+ $el: any;
36
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
37
+ isTruncated: {
38
+ type: import('vue').PropType<boolean>;
39
+ };
40
+ level: {
41
+ type: import('vue').PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
42
+ default: string;
43
+ };
44
+ testId: {
45
+ type: import('vue').PropType<string>;
46
+ default: string;
47
+ };
48
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
49
+ level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
50
+ testId: string;
51
+ }, {}, string> & {
52
+ beforeCreate?: (() => void) | (() => void)[];
53
+ created?: (() => void) | (() => void)[];
54
+ beforeMount?: (() => void) | (() => void)[];
55
+ mounted?: (() => void) | (() => void)[];
56
+ beforeUpdate?: (() => void) | (() => void)[];
57
+ updated?: (() => void) | (() => void)[];
58
+ activated?: (() => void) | (() => void)[];
59
+ deactivated?: (() => void) | (() => void)[];
60
+ beforeDestroy?: (() => void) | (() => void)[];
61
+ beforeUnmount?: (() => void) | (() => void)[];
62
+ destroyed?: (() => void) | (() => void)[];
63
+ unmounted?: (() => void) | (() => void)[];
64
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
65
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
66
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
67
+ };
68
+ $forceUpdate: () => void;
69
+ $nextTick: typeof import('vue').nextTick;
70
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean>): import('vue').WatchStopHandle;
71
+ } & Readonly<import('vue').ExtractPropTypes<{
72
+ isTruncated: {
73
+ type: import('vue').PropType<boolean>;
74
+ };
75
+ level: {
76
+ type: import('vue').PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
77
+ default: string;
78
+ };
79
+ testId: {
80
+ type: import('vue').PropType<string>;
81
+ default: string;
82
+ };
83
+ }>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
84
+ __isFragment?: never;
85
+ __isTeleport?: never;
86
+ __isSuspense?: never;
87
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
88
+ isTruncated: {
89
+ type: import('vue').PropType<boolean>;
90
+ };
91
+ level: {
92
+ type: import('vue').PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
93
+ default: string;
94
+ };
95
+ testId: {
96
+ type: import('vue').PropType<string>;
97
+ default: string;
98
+ };
99
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
100
+ level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
101
+ testId: string;
102
+ }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
103
+ $slots: {
104
+ default?(_: {}): any;
105
+ };
106
+ });
107
+ argTypes: {
108
+ level: {
109
+ control: {
110
+ type: string;
111
+ };
112
+ options: string[];
113
+ };
114
+ };
115
+ };
116
+ export default _default;
117
+ export declare const Heading1: any;
118
+ export declare const Heading2: any;
119
+ export declare const Label: any;
@@ -0,0 +1,131 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): {
5
+ $: import('vue').ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ size: "sm" | "md" | "lg" | "caption" | "xs";
9
+ testId: string;
10
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
11
+ size: {
12
+ type: import('vue').PropType<"sm" | "md" | "lg" | "caption" | "xs">;
13
+ default: string;
14
+ };
15
+ strong: {
16
+ type: import('vue').PropType<boolean>;
17
+ };
18
+ isTruncated: {
19
+ type: import('vue').PropType<boolean>;
20
+ };
21
+ testId: {
22
+ type: import('vue').PropType<string>;
23
+ default: string;
24
+ };
25
+ }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "testId">;
26
+ $attrs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $refs: {
30
+ [x: string]: unknown;
31
+ };
32
+ $slots: Readonly<{
33
+ [name: string]: import('vue').Slot;
34
+ }>;
35
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
36
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
37
+ $emit: (event: string, ...args: any[]) => void;
38
+ $el: any;
39
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
40
+ size: {
41
+ type: import('vue').PropType<"sm" | "md" | "lg" | "caption" | "xs">;
42
+ default: string;
43
+ };
44
+ strong: {
45
+ type: import('vue').PropType<boolean>;
46
+ };
47
+ isTruncated: {
48
+ type: import('vue').PropType<boolean>;
49
+ };
50
+ testId: {
51
+ type: import('vue').PropType<string>;
52
+ default: string;
53
+ };
54
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
55
+ size: "sm" | "md" | "lg" | "caption" | "xs";
56
+ testId: string;
57
+ }, {}, string> & {
58
+ beforeCreate?: (() => void) | (() => void)[];
59
+ created?: (() => void) | (() => void)[];
60
+ beforeMount?: (() => void) | (() => void)[];
61
+ mounted?: (() => void) | (() => void)[];
62
+ beforeUpdate?: (() => void) | (() => void)[];
63
+ updated?: (() => void) | (() => void)[];
64
+ activated?: (() => void) | (() => void)[];
65
+ deactivated?: (() => void) | (() => void)[];
66
+ beforeDestroy?: (() => void) | (() => void)[];
67
+ beforeUnmount?: (() => void) | (() => void)[];
68
+ destroyed?: (() => void) | (() => void)[];
69
+ unmounted?: (() => void) | (() => void)[];
70
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
71
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
72
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
73
+ };
74
+ $forceUpdate: () => void;
75
+ $nextTick: typeof import('vue').nextTick;
76
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean>): import('vue').WatchStopHandle;
77
+ } & Readonly<import('vue').ExtractPropTypes<{
78
+ size: {
79
+ type: import('vue').PropType<"sm" | "md" | "lg" | "caption" | "xs">;
80
+ default: string;
81
+ };
82
+ strong: {
83
+ type: import('vue').PropType<boolean>;
84
+ };
85
+ isTruncated: {
86
+ type: import('vue').PropType<boolean>;
87
+ };
88
+ testId: {
89
+ type: import('vue').PropType<string>;
90
+ default: string;
91
+ };
92
+ }>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
93
+ __isFragment?: never;
94
+ __isTeleport?: never;
95
+ __isSuspense?: never;
96
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
97
+ size: {
98
+ type: import('vue').PropType<"sm" | "md" | "lg" | "caption" | "xs">;
99
+ default: string;
100
+ };
101
+ strong: {
102
+ type: import('vue').PropType<boolean>;
103
+ };
104
+ isTruncated: {
105
+ type: import('vue').PropType<boolean>;
106
+ };
107
+ testId: {
108
+ type: import('vue').PropType<string>;
109
+ default: string;
110
+ };
111
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
112
+ size: "sm" | "md" | "lg" | "caption" | "xs";
113
+ testId: string;
114
+ }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
115
+ $slots: {
116
+ default?(_: {}): any;
117
+ };
118
+ });
119
+ argTypes: {
120
+ size: {
121
+ control: {
122
+ type: string;
123
+ };
124
+ options: string[];
125
+ };
126
+ };
127
+ };
128
+ export default _default;
129
+ export declare const Default: any;
130
+ export declare const Large: any;
131
+ export declare const LargeStrong: any;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,179 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): {
5
+ $: import('vue').ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ variant: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline";
9
+ tooltipText: string;
10
+ withTooltip: boolean;
11
+ tooltipPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
12
+ tooltipTestId: string;
13
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
14
+ isTruncated: {
15
+ type: import('vue').PropType<boolean>;
16
+ };
17
+ variant: {
18
+ type: import('vue').PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline">;
19
+ default: string;
20
+ };
21
+ tooltipText: {
22
+ type: import('vue').PropType<string>;
23
+ default: string;
24
+ };
25
+ withTooltip: {
26
+ type: import('vue').PropType<boolean>;
27
+ default: boolean;
28
+ };
29
+ tooltipPlacement: {
30
+ type: import('vue').PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
31
+ default: string;
32
+ };
33
+ tooltipTestId: {
34
+ type: import('vue').PropType<string>;
35
+ default: string;
36
+ };
37
+ }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "variant" | "tooltipText" | "withTooltip" | "tooltipPlacement" | "tooltipTestId">;
38
+ $attrs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $refs: {
42
+ [x: string]: unknown;
43
+ };
44
+ $slots: Readonly<{
45
+ [name: string]: import('vue').Slot;
46
+ }>;
47
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
49
+ $emit: (event: string, ...args: any[]) => void;
50
+ $el: any;
51
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
52
+ isTruncated: {
53
+ type: import('vue').PropType<boolean>;
54
+ };
55
+ variant: {
56
+ type: import('vue').PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline">;
57
+ default: string;
58
+ };
59
+ tooltipText: {
60
+ type: import('vue').PropType<string>;
61
+ default: string;
62
+ };
63
+ withTooltip: {
64
+ type: import('vue').PropType<boolean>;
65
+ default: boolean;
66
+ };
67
+ tooltipPlacement: {
68
+ type: import('vue').PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
69
+ default: string;
70
+ };
71
+ tooltipTestId: {
72
+ type: import('vue').PropType<string>;
73
+ default: string;
74
+ };
75
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
76
+ variant: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline";
77
+ tooltipText: string;
78
+ withTooltip: boolean;
79
+ tooltipPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
80
+ tooltipTestId: string;
81
+ }, {}, string> & {
82
+ beforeCreate?: (() => void) | (() => void)[];
83
+ created?: (() => void) | (() => void)[];
84
+ beforeMount?: (() => void) | (() => void)[];
85
+ mounted?: (() => void) | (() => void)[];
86
+ beforeUpdate?: (() => void) | (() => void)[];
87
+ updated?: (() => void) | (() => void)[];
88
+ activated?: (() => void) | (() => void)[];
89
+ deactivated?: (() => void) | (() => void)[];
90
+ beforeDestroy?: (() => void) | (() => void)[];
91
+ beforeUnmount?: (() => void) | (() => void)[];
92
+ destroyed?: (() => void) | (() => void)[];
93
+ unmounted?: (() => void) | (() => void)[];
94
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
95
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
96
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
97
+ };
98
+ $forceUpdate: () => void;
99
+ $nextTick: typeof import('vue').nextTick;
100
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean>): import('vue').WatchStopHandle;
101
+ } & Readonly<import('vue').ExtractPropTypes<{
102
+ isTruncated: {
103
+ type: import('vue').PropType<boolean>;
104
+ };
105
+ variant: {
106
+ type: import('vue').PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline">;
107
+ default: string;
108
+ };
109
+ tooltipText: {
110
+ type: import('vue').PropType<string>;
111
+ default: string;
112
+ };
113
+ withTooltip: {
114
+ type: import('vue').PropType<boolean>;
115
+ default: boolean;
116
+ };
117
+ tooltipPlacement: {
118
+ type: import('vue').PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
119
+ default: string;
120
+ };
121
+ tooltipTestId: {
122
+ type: import('vue').PropType<string>;
123
+ default: string;
124
+ };
125
+ }>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
126
+ __isFragment?: never;
127
+ __isTeleport?: never;
128
+ __isSuspense?: never;
129
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
130
+ isTruncated: {
131
+ type: import('vue').PropType<boolean>;
132
+ };
133
+ variant: {
134
+ type: import('vue').PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline">;
135
+ default: string;
136
+ };
137
+ tooltipText: {
138
+ type: import('vue').PropType<string>;
139
+ default: string;
140
+ };
141
+ withTooltip: {
142
+ type: import('vue').PropType<boolean>;
143
+ default: boolean;
144
+ };
145
+ tooltipPlacement: {
146
+ type: import('vue').PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
147
+ default: string;
148
+ };
149
+ tooltipTestId: {
150
+ type: import('vue').PropType<string>;
151
+ default: string;
152
+ };
153
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
154
+ variant: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline";
155
+ tooltipText: string;
156
+ withTooltip: boolean;
157
+ tooltipPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
158
+ tooltipTestId: string;
159
+ }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
160
+ $slots: {
161
+ default?(_: {}): any;
162
+ default?(_: {}): any;
163
+ };
164
+ });
165
+ parameters: {
166
+ controls: {
167
+ expanded: boolean;
168
+ sort: string;
169
+ };
170
+ options: {
171
+ showPanel: boolean;
172
+ panelPosition: string;
173
+ };
174
+ };
175
+ argTypes: any;
176
+ };
177
+ export default _default;
178
+ export declare const Basic: any;
179
+ export declare const TruncatedTypography: any;
@@ -16,6 +16,6 @@ export type UseFormValidationReponseType<T> = {
16
16
  validate: (isReactive?: boolean) => void;
17
17
  };
18
18
  export declare const scrollToElementByClass: (elementClass: string, index?: number) => void;
19
- export declare const scrollToFirstInvalidElement: <T>(validationErrors: Partial<Record<keyof T, string>>) => void;
19
+ export declare const scrollToFirstInvalidElement: <T>(validationErrors: ValidationErrorsType<T>) => void;
20
20
  export declare const yupValidation: <T>(schema: FormValidationSchemaYupType<T>, formState: Ref<T>) => ValidationStateType<T>;
21
21
  export declare const useFormValidation: <T extends object>({ formState, formValidationSchema, }: UseFormValidationType<T>) => UseFormValidationReponseType<T>;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/vue3';
2
+ declare const _default: Meta<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}>>;
3
+ export default _default;
4
+ export declare const BorderRadius: any;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/vue3';
2
+ declare const _default: Meta<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}>>;
3
+ export default _default;
4
+ export declare const Breakpoints: any;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/vue3';
2
+ declare const _default: Meta<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}>>;
3
+ export default _default;
4
+ export declare const PaletteColor: any;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/vue3';
2
+ declare const _default: Meta<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}>>;
3
+ export default _default;
4
+ export declare const Elevations: any;
@@ -0,0 +1,13 @@
1
+ import { Meta } from '@storybook/vue3';
2
+ declare const _default: Meta<import('vue').DefineComponent<{
3
+ mode: {
4
+ type: import('vue').PropType<string>;
5
+ };
6
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
7
+ mode: {
8
+ type: import('vue').PropType<string>;
9
+ };
10
+ }>>, {}>>;
11
+ export default _default;
12
+ export declare const Default: any;
13
+ export declare const GridOffset: any;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/vue3';
2
+ declare const _default: Meta<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}>>;
3
+ export default _default;
4
+ export declare const Spacing: any;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/vue3';
2
+ declare const _default: Meta<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}>>;
3
+ export default _default;
4
+ export declare const Typography: any;