@rocketui/vue 0.2.53 → 0.2.55

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/dist/rocket-ui-vue.js +117 -116
  2. package/dist/rocket-ui-vue.umd.cjs +1 -1
  3. package/dist/src/components/Accordion/Accordion.stories.d.ts +89 -0
  4. package/dist/src/components/Accordion/Accordion.stories.d.ts.map +1 -0
  5. package/dist/src/components/Accordion/RAccordion.vue.d.ts +51 -0
  6. package/dist/src/components/Accordion/RAccordion.vue.d.ts.map +1 -0
  7. package/dist/src/components/Accordion/accordion.spec.d.ts +2 -0
  8. package/dist/src/components/Accordion/accordion.spec.d.ts.map +1 -0
  9. package/dist/src/components/Alert/Alert.stories.d.ts +461 -0
  10. package/dist/src/components/Alert/Alert.stories.d.ts.map +1 -0
  11. package/dist/src/components/Alert/RAlert.vue.d.ts +109 -0
  12. package/dist/src/components/Alert/RAlert.vue.d.ts.map +1 -0
  13. package/dist/src/components/Alert/alert.spec.d.ts +2 -0
  14. package/dist/src/components/Alert/alert.spec.d.ts.map +1 -0
  15. package/dist/src/components/Avatar/Avatar.stories.d.ts +68 -0
  16. package/dist/src/components/Avatar/Avatar.stories.d.ts.map +1 -0
  17. package/dist/src/components/Avatar/RAvatar.vue.d.ts +92 -0
  18. package/dist/src/components/Avatar/RAvatar.vue.d.ts.map +1 -0
  19. package/dist/src/components/Avatar/avatar.spec.d.ts +2 -0
  20. package/dist/src/components/Avatar/avatar.spec.d.ts.map +1 -0
  21. package/dist/src/components/Badge/Badge.stories.d.ts +281 -0
  22. package/dist/src/components/Badge/Badge.stories.d.ts.map +1 -0
  23. package/dist/src/components/Badge/RBadge.vue.d.ts +143 -0
  24. package/dist/src/components/Badge/RBadge.vue.d.ts.map +1 -0
  25. package/dist/src/components/Badge/badge.spec.d.ts +2 -0
  26. package/dist/src/components/Badge/badge.spec.d.ts.map +1 -0
  27. package/dist/src/components/Box/Box.stories.d.ts +167 -0
  28. package/dist/src/components/Box/Box.stories.d.ts.map +1 -0
  29. package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts +111 -0
  30. package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
  31. package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts +50 -0
  32. package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts.map +1 -0
  33. package/dist/src/components/Button/Button.spec.d.ts +2 -0
  34. package/dist/src/components/Button/Button.spec.d.ts.map +1 -0
  35. package/dist/src/components/Button/Button.stories.d.ts +553 -0
  36. package/dist/src/components/Button/Button.stories.d.ts.map +1 -0
  37. package/dist/src/components/Button/RButton.vue.d.ts +155 -0
  38. package/dist/src/components/Button/RButton.vue.d.ts.map +1 -0
  39. package/dist/src/components/Checkbox/Checkbox.stories.d.ts +88 -0
  40. package/dist/src/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
  41. package/dist/src/components/Checkbox/RCheckbox.vue.d.ts +120 -0
  42. package/dist/src/components/Checkbox/RCheckbox.vue.d.ts.map +1 -0
  43. package/dist/src/components/Checkbox/checkbox.spec.d.ts +2 -0
  44. package/dist/src/components/Checkbox/checkbox.spec.d.ts.map +1 -0
  45. package/dist/src/components/Chips/Chip.stories.d.ts +547 -0
  46. package/dist/src/components/Chips/Chip.stories.d.ts.map +1 -0
  47. package/dist/src/components/Chips/RChip.vue.d.ts +132 -0
  48. package/dist/src/components/Chips/RChip.vue.d.ts.map +1 -0
  49. package/dist/src/components/Chips/chip.spec.d.ts +2 -0
  50. package/dist/src/components/Chips/chip.spec.d.ts.map +1 -0
  51. package/dist/src/components/Dropdown/Dropdown.stories.d.ts +649 -0
  52. package/dist/src/components/Dropdown/Dropdown.stories.d.ts.map +1 -0
  53. package/dist/src/components/Dropdown/RDropdown.vue.d.ts +395 -0
  54. package/dist/src/components/Dropdown/RDropdown.vue.d.ts.map +1 -0
  55. package/dist/src/components/Dropdown/dropdown.spec.d.ts +2 -0
  56. package/dist/src/components/Dropdown/dropdown.spec.d.ts.map +1 -0
  57. package/dist/src/components/Icon/Icon.stories.d.ts +39 -0
  58. package/dist/src/components/Icon/Icon.stories.d.ts.map +1 -0
  59. package/dist/src/components/Icon/RIcon.vue.d.ts +59 -0
  60. package/dist/src/components/Icon/RIcon.vue.d.ts.map +1 -0
  61. package/dist/src/components/Icon/icon.spec.d.ts +2 -0
  62. package/dist/src/components/Icon/icon.spec.d.ts.map +1 -0
  63. package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts +215 -0
  64. package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts.map +1 -0
  65. package/dist/src/components/ItemGroup/RItem.vue.d.ts +65 -0
  66. package/dist/src/components/ItemGroup/RItem.vue.d.ts.map +1 -0
  67. package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts +123 -0
  68. package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts.map +1 -0
  69. package/dist/src/components/ItemGroup/itemgroup.spec.d.ts +2 -0
  70. package/dist/src/components/ItemGroup/itemgroup.spec.d.ts.map +1 -0
  71. package/dist/src/components/Label/Label.stories.d.ts +133 -0
  72. package/dist/src/components/Label/Label.stories.d.ts.map +1 -0
  73. package/dist/src/components/Label/RLabel.vue.d.ts +68 -0
  74. package/dist/src/components/Label/RLabel.vue.d.ts.map +1 -0
  75. package/dist/src/components/Modal/Modal.stories.d.ts +322 -0
  76. package/dist/src/components/Modal/Modal.stories.d.ts.map +1 -0
  77. package/dist/src/components/Modal/RModal.vue.d.ts +171 -0
  78. package/dist/src/components/Modal/RModal.vue.d.ts.map +1 -0
  79. package/dist/src/components/Modal/modal.spec.d.ts +2 -0
  80. package/dist/src/components/Modal/modal.spec.d.ts.map +1 -0
  81. package/dist/src/components/Pagination/Pagination.stories.d.ts +243 -0
  82. package/dist/src/components/Pagination/Pagination.stories.d.ts.map +1 -0
  83. package/dist/src/components/Pagination/RPagination.vue.d.ts +110 -0
  84. package/dist/src/components/Pagination/RPagination.vue.d.ts.map +1 -0
  85. package/dist/src/components/Pagination/pagination.spec.d.ts +2 -0
  86. package/dist/src/components/Pagination/pagination.spec.d.ts.map +1 -0
  87. package/dist/src/components/ProgressBar/Progressbar.stories.d.ts +30 -0
  88. package/dist/src/components/ProgressBar/Progressbar.stories.d.ts.map +1 -0
  89. package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts +34 -0
  90. package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts.map +1 -0
  91. package/dist/src/components/ProgressBar/progressbar.spec.d.ts +2 -0
  92. package/dist/src/components/ProgressBar/progressbar.spec.d.ts.map +1 -0
  93. package/dist/src/components/Shared/Enums.d.ts +2 -0
  94. package/dist/src/components/Shared/Enums.d.ts.map +1 -0
  95. package/dist/src/components/Sidebar/RSidebar.vue.d.ts +53 -0
  96. package/dist/src/components/Sidebar/RSidebar.vue.d.ts.map +1 -0
  97. package/dist/src/components/Sidebar/Sidebar.stories.d.ts +163 -0
  98. package/dist/src/components/Sidebar/Sidebar.stories.d.ts.map +1 -0
  99. package/dist/src/components/Sidebar/sidebar.spec.d.ts +2 -0
  100. package/dist/src/components/Sidebar/sidebar.spec.d.ts.map +1 -0
  101. package/dist/src/components/Snackbar/RSnackbar.vue.d.ts +113 -0
  102. package/dist/src/components/Snackbar/RSnackbar.vue.d.ts.map +1 -0
  103. package/dist/src/components/Snackbar/Snackbar.stories.d.ts +224 -0
  104. package/dist/src/components/Snackbar/Snackbar.stories.d.ts.map +1 -0
  105. package/dist/src/components/Snackbar/snackbar.spec.d.ts +2 -0
  106. package/dist/src/components/Snackbar/snackbar.spec.d.ts.map +1 -0
  107. package/dist/src/components/Switch/RSwitch.vue.d.ts +127 -0
  108. package/dist/src/components/Switch/RSwitch.vue.d.ts.map +1 -0
  109. package/dist/src/components/Switch/Switch.stories.d.ts +96 -0
  110. package/dist/src/components/Switch/Switch.stories.d.ts.map +1 -0
  111. package/dist/src/components/Switch/switch.spec.d.ts +2 -0
  112. package/dist/src/components/Switch/switch.spec.d.ts.map +1 -0
  113. package/dist/src/components/TabItem/RTabItem.vue.d.ts +155 -0
  114. package/dist/src/components/TabItem/RTabItem.vue.d.ts.map +1 -0
  115. package/dist/src/components/TabItem/TabItem.spec.d.ts +2 -0
  116. package/dist/src/components/TabItem/TabItem.spec.d.ts.map +1 -0
  117. package/dist/src/components/TabItem/TabItem.stories.d.ts +290 -0
  118. package/dist/src/components/TabItem/TabItem.stories.d.ts.map +1 -0
  119. package/dist/src/components/TabItem/common.d.ts +7 -0
  120. package/dist/src/components/TabItem/common.d.ts.map +1 -0
  121. package/dist/src/components/Tabs/RTabs.vue.d.ts +95 -0
  122. package/dist/src/components/Tabs/RTabs.vue.d.ts.map +1 -0
  123. package/dist/src/components/Tabs/Tabs.spec.d.ts +2 -0
  124. package/dist/src/components/Tabs/Tabs.spec.d.ts.map +1 -0
  125. package/dist/src/components/Tabs/Tabs.stories.d.ts +181 -0
  126. package/dist/src/components/Tabs/Tabs.stories.d.ts.map +1 -0
  127. package/dist/src/components/Tabs/types.d.ts +11 -0
  128. package/dist/src/components/Tabs/types.d.ts.map +1 -0
  129. package/dist/src/components/TextArea/RTextArea.vue.d.ts +120 -0
  130. package/dist/src/components/TextArea/RTextArea.vue.d.ts.map +1 -0
  131. package/dist/src/components/TextArea/TextArea.stories.d.ts +89 -0
  132. package/dist/src/components/TextArea/TextArea.stories.d.ts.map +1 -0
  133. package/dist/src/components/TextArea/textarea.spec.d.ts +2 -0
  134. package/dist/src/components/TextArea/textarea.spec.d.ts.map +1 -0
  135. package/dist/src/components/Textfield/RTextfield.vue.d.ts +249 -0
  136. package/dist/src/components/Textfield/RTextfield.vue.d.ts.map +1 -0
  137. package/dist/src/components/Textfield/Textfield.stories.d.ts +459 -0
  138. package/dist/src/components/Textfield/Textfield.stories.d.ts.map +1 -0
  139. package/dist/src/components/Textfield/textfield.spec.d.ts +2 -0
  140. package/dist/src/components/Textfield/textfield.spec.d.ts.map +1 -0
  141. package/dist/src/components/Tooltip/RTooltip.vue.d.ts +253 -0
  142. package/dist/src/components/Tooltip/RTooltip.vue.d.ts.map +1 -0
  143. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +459 -0
  144. package/dist/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
  145. package/dist/src/components/Tooltip/popper.d.ts +29 -0
  146. package/dist/src/components/Tooltip/popper.d.ts.map +1 -0
  147. package/dist/src/components/Tooltip/tooltip.spec.d.ts +2 -0
  148. package/dist/src/components/Tooltip/tooltip.spec.d.ts.map +1 -0
  149. package/dist/src/directives/index.d.ts +5 -0
  150. package/dist/src/directives/index.d.ts.map +1 -0
  151. package/dist/src/lib/main.d.ts +25 -0
  152. package/dist/src/lib/main.d.ts.map +1 -0
  153. package/dist/src/main.d.ts +1 -0
  154. package/dist/src/main.d.ts.map +1 -0
  155. package/dist/src/shims.d.ts +9 -0
  156. package/dist/src/utils/helpers.d.ts +2 -0
  157. package/dist/src/utils/helpers.d.ts.map +1 -0
  158. package/package.json +1 -1
  159. package/dist/rocket-ui-vue.d.ts +0 -3205
@@ -0,0 +1,96 @@
1
+ import { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
+ import type { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const SwitchStory: Meta<DefineComponent<{
4
+ reverse: {
5
+ type: PropType<boolean>;
6
+ };
7
+ label: {
8
+ type: PropType<string>;
9
+ default: string;
10
+ };
11
+ size: {
12
+ type: PropType<"small" | "medium" | "large">;
13
+ default: string;
14
+ };
15
+ disabled: {
16
+ type: PropType<boolean | "true" | "false">;
17
+ default: boolean;
18
+ };
19
+ id: {
20
+ type: PropType<string | undefined>;
21
+ required: true;
22
+ default: string;
23
+ };
24
+ modelValue: {
25
+ type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
26
+ default: boolean;
27
+ };
28
+ hint: {
29
+ type: PropType<string>;
30
+ default: string;
31
+ };
32
+ errorMsg: {
33
+ type: PropType<string>;
34
+ default: string;
35
+ };
36
+ hideDetails: {
37
+ type: PropType<boolean>;
38
+ };
39
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
40
+ "update:modelValue": (...args: any[]) => void;
41
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
42
+ reverse: {
43
+ type: PropType<boolean>;
44
+ };
45
+ label: {
46
+ type: PropType<string>;
47
+ default: string;
48
+ };
49
+ size: {
50
+ type: PropType<"small" | "medium" | "large">;
51
+ default: string;
52
+ };
53
+ disabled: {
54
+ type: PropType<boolean | "true" | "false">;
55
+ default: boolean;
56
+ };
57
+ id: {
58
+ type: PropType<string | undefined>;
59
+ required: true;
60
+ default: string;
61
+ };
62
+ modelValue: {
63
+ type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
64
+ default: boolean;
65
+ };
66
+ hint: {
67
+ type: PropType<string>;
68
+ default: string;
69
+ };
70
+ errorMsg: {
71
+ type: PropType<string>;
72
+ default: string;
73
+ };
74
+ hideDetails: {
75
+ type: PropType<boolean>;
76
+ };
77
+ }>> & {
78
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
79
+ }, {
80
+ label: string;
81
+ size: "small" | "medium" | "large";
82
+ disabled: boolean | "true" | "false";
83
+ id: string | undefined;
84
+ modelValue: any[] | Set<any> | (boolean | "true" | "false");
85
+ hint: string;
86
+ errorMsg: string;
87
+ }, {}>>;
88
+ export default SwitchStory;
89
+ declare type Story = StoryObj<typeof SwitchStory>;
90
+ export declare const Overview: Story;
91
+ export declare const Small: Story;
92
+ export declare const Medium: Story;
93
+ export declare const Large: Story;
94
+ export declare const WithError: Story;
95
+ export declare const Reverse: Story;
96
+ //# sourceMappingURL=Switch.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Switch.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Switch/Switch.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAsBrD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgBO,CAAA;AAExB,eAAe,WAAW,CAAA;AAE1B,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAEzC,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=switch.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"switch.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/Switch/switch.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,155 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { type TabItemVariant, TabItemVariants } from './common';
3
+ export interface IProps {
4
+ /**
5
+ * Id of the tab item
6
+ * @type string | number
7
+ * @default ''
8
+ * @example
9
+ * <TabItem id="1" />
10
+ */
11
+ id: string | number;
12
+ /**
13
+ * Variant of the tab item
14
+ * @type TabItemVariant
15
+ * @default TabItemVariants.DEFAULT
16
+ * @example
17
+ * <TabItem variant="default" />
18
+ */
19
+ variant?: TabItemVariant;
20
+ /**
21
+ * Label of the tab item
22
+ * @type string
23
+ * @default ''
24
+ * @example
25
+ * <TabItem label="Label" />
26
+ */
27
+ label?: string;
28
+ /**
29
+ * prependIcon of the tab item
30
+ * @type string
31
+ * @default ''
32
+ * @example
33
+ * <TabItem prependIcon="prependIcon" />
34
+ */
35
+ prependIcon?: string;
36
+ /**
37
+ * appendIcon of the tab item
38
+ * @type string
39
+ * @default ''
40
+ * @example
41
+ * <TabItem appendIcon="appendIcon" />
42
+ */
43
+ appendIcon?: string;
44
+ /**
45
+ * Disabled state of the tab item
46
+ * @type ButtonHTMLAttributes['disabled']
47
+ * @default false
48
+ * @example
49
+ * <TabItem disabled />
50
+ */
51
+ disabled?: boolean;
52
+ /**
53
+ * Model value of the tab item
54
+ * @type string | number
55
+ * @default ''
56
+ * @example
57
+ * <TabItem v-model="model" />
58
+ */
59
+ modelValue?: string | number;
60
+ /**
61
+ * Tile state of the tab item
62
+ * @type boolean
63
+ * @default false
64
+ * @example
65
+ * <TabItem tile />
66
+ */
67
+ tile?: boolean;
68
+ /**
69
+ * Block state of the tab item
70
+ * @type boolean
71
+ * @default false
72
+ * @example
73
+ * <TabItem block />
74
+ */
75
+ block?: boolean;
76
+ /**
77
+ * Color of the tab item
78
+ * @type string
79
+ * @default ''
80
+ * @example
81
+ * <TabItem color="" />
82
+ */
83
+ color?: string;
84
+ }
85
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
86
+ label: string;
87
+ variant: TabItemVariants;
88
+ prependIcon: string;
89
+ appendIcon: string;
90
+ disabled: boolean;
91
+ modelValue: string;
92
+ tile: boolean;
93
+ block: boolean;
94
+ color: string;
95
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
96
+ "update:modelValue": (...args: any[]) => void;
97
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
98
+ label: string;
99
+ variant: TabItemVariants;
100
+ prependIcon: string;
101
+ appendIcon: string;
102
+ disabled: boolean;
103
+ modelValue: string;
104
+ tile: boolean;
105
+ block: boolean;
106
+ color: string;
107
+ }>>> & {
108
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
109
+ }, {
110
+ label: string;
111
+ disabled: boolean;
112
+ variant: TabItemVariant;
113
+ block: boolean;
114
+ color: string;
115
+ prependIcon: string;
116
+ appendIcon: string;
117
+ modelValue: string | number;
118
+ tile: boolean;
119
+ }, {}>, {
120
+ prepend?(_: {
121
+ active: boolean;
122
+ disabled: boolean;
123
+ }): any;
124
+ default?(_: {
125
+ label: string;
126
+ }): any;
127
+ append?(_: {
128
+ active: boolean;
129
+ disabled: boolean;
130
+ }): any;
131
+ }>;
132
+ export default _default;
133
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
134
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
135
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
136
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
137
+ } : {
138
+ type: PropType<T[K]>;
139
+ required: true;
140
+ };
141
+ };
142
+ declare type __VLS_WithDefaults<P, D> = {
143
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
144
+ default: D[K];
145
+ }> : P[K];
146
+ };
147
+ declare type __VLS_Prettify<T> = {
148
+ [K in keyof T]: T[K];
149
+ } & {};
150
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
151
+ new (): {
152
+ $slots: S;
153
+ };
154
+ };
155
+ //# sourceMappingURL=RTabItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTabItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/TabItem/RTabItem.vue"],"names":[],"mappings":"AAIA,OAAO,gBAAgB,CAAA;AACvB,OAAO,EAAE,KAAK,cAAc,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE/D,MAAM,WAAW,MAAM;IACrB;;;;;;OAMG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IAEnB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,cAAc,CAAA;IAExB;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAE5B;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuMD,wBAAwG;AACxG,aAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,aAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,aAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,aAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,aAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TabItem.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabItem.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/TabItem/TabItem.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,290 @@
1
+ import { TabItemVariant, TabItemVariants } from './common';
2
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
+ import type { Meta, StoryObj } from '@storybook/vue3';
4
+ declare const TabItemStory: Meta<{
5
+ new (...args: any[]): {
6
+ $: ComponentInternalInstance;
7
+ $data: {};
8
+ $props: Partial<{
9
+ label: string;
10
+ disabled: boolean;
11
+ variant: TabItemVariant;
12
+ block: boolean;
13
+ color: string;
14
+ prependIcon: string;
15
+ appendIcon: string;
16
+ modelValue: string | number;
17
+ tile: boolean;
18
+ }> & Omit<{
19
+ readonly label: string;
20
+ readonly disabled: boolean;
21
+ readonly variant: TabItemVariant;
22
+ readonly block: boolean;
23
+ readonly color: string;
24
+ readonly prependIcon: string;
25
+ readonly appendIcon: string;
26
+ readonly id: string | number;
27
+ readonly modelValue: string | number;
28
+ readonly tile: boolean;
29
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
30
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
31
+ label: {
32
+ type: PropType<string>;
33
+ default: string;
34
+ };
35
+ disabled: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ variant: {
40
+ type: PropType<TabItemVariant>;
41
+ default: TabItemVariants;
42
+ };
43
+ block: {
44
+ type: PropType<boolean>;
45
+ default: boolean;
46
+ };
47
+ color: {
48
+ type: PropType<string>;
49
+ default: string;
50
+ };
51
+ prependIcon: {
52
+ type: PropType<string>;
53
+ default: string;
54
+ };
55
+ appendIcon: {
56
+ type: PropType<string>;
57
+ default: string;
58
+ };
59
+ id: {
60
+ type: PropType<string | number>;
61
+ required: true;
62
+ };
63
+ modelValue: {
64
+ type: PropType<string | number>;
65
+ default: string;
66
+ };
67
+ tile: {
68
+ type: PropType<boolean>;
69
+ default: boolean;
70
+ };
71
+ }>> & {
72
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
73
+ }, "label" | "disabled" | "variant" | "block" | "color" | "prependIcon" | "appendIcon" | "modelValue" | "tile">;
74
+ $attrs: {
75
+ [x: string]: unknown;
76
+ };
77
+ $refs: {
78
+ [x: string]: unknown;
79
+ };
80
+ $slots: Readonly<{
81
+ [name: string]: Slot<any> | undefined;
82
+ }>;
83
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
84
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
85
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
86
+ $el: any;
87
+ $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
88
+ label: {
89
+ type: PropType<string>;
90
+ default: string;
91
+ };
92
+ disabled: {
93
+ type: PropType<boolean>;
94
+ default: boolean;
95
+ };
96
+ variant: {
97
+ type: PropType<TabItemVariant>;
98
+ default: TabItemVariants;
99
+ };
100
+ block: {
101
+ type: PropType<boolean>;
102
+ default: boolean;
103
+ };
104
+ color: {
105
+ type: PropType<string>;
106
+ default: string;
107
+ };
108
+ prependIcon: {
109
+ type: PropType<string>;
110
+ default: string;
111
+ };
112
+ appendIcon: {
113
+ type: PropType<string>;
114
+ default: string;
115
+ };
116
+ id: {
117
+ type: PropType<string | number>;
118
+ required: true;
119
+ };
120
+ modelValue: {
121
+ type: PropType<string | number>;
122
+ default: string;
123
+ };
124
+ tile: {
125
+ type: PropType<boolean>;
126
+ default: boolean;
127
+ };
128
+ }>> & {
129
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
130
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
131
+ "update:modelValue": (...args: any[]) => void;
132
+ }, string, {
133
+ label: string;
134
+ disabled: boolean;
135
+ variant: TabItemVariant;
136
+ block: boolean;
137
+ color: string;
138
+ prependIcon: string;
139
+ appendIcon: string;
140
+ modelValue: string | number;
141
+ tile: boolean;
142
+ }, {}, string, {}> & {
143
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
144
+ created?: ((() => void) | (() => void)[]) | undefined;
145
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
146
+ mounted?: ((() => void) | (() => void)[]) | undefined;
147
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
148
+ updated?: ((() => void) | (() => void)[]) | undefined;
149
+ activated?: ((() => void) | (() => void)[]) | undefined;
150
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
151
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
152
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
153
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
154
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
155
+ renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
156
+ renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
157
+ errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
158
+ };
159
+ $forceUpdate: () => void;
160
+ $nextTick: typeof nextTick;
161
+ $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?: WatchOptions<boolean> | undefined): WatchStopHandle;
162
+ } & Readonly<ExtractPropTypes<{
163
+ label: {
164
+ type: PropType<string>;
165
+ default: string;
166
+ };
167
+ disabled: {
168
+ type: PropType<boolean>;
169
+ default: boolean;
170
+ };
171
+ variant: {
172
+ type: PropType<TabItemVariant>;
173
+ default: TabItemVariants;
174
+ };
175
+ block: {
176
+ type: PropType<boolean>;
177
+ default: boolean;
178
+ };
179
+ color: {
180
+ type: PropType<string>;
181
+ default: string;
182
+ };
183
+ prependIcon: {
184
+ type: PropType<string>;
185
+ default: string;
186
+ };
187
+ appendIcon: {
188
+ type: PropType<string>;
189
+ default: string;
190
+ };
191
+ id: {
192
+ type: PropType<string | number>;
193
+ required: true;
194
+ };
195
+ modelValue: {
196
+ type: PropType<string | number>;
197
+ default: string;
198
+ };
199
+ tile: {
200
+ type: PropType<boolean>;
201
+ default: boolean;
202
+ };
203
+ }>> & {
204
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
205
+ } & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
206
+ __isFragment?: undefined;
207
+ __isTeleport?: undefined;
208
+ __isSuspense?: undefined;
209
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
210
+ label: {
211
+ type: PropType<string>;
212
+ default: string;
213
+ };
214
+ disabled: {
215
+ type: PropType<boolean>;
216
+ default: boolean;
217
+ };
218
+ variant: {
219
+ type: PropType<TabItemVariant>;
220
+ default: TabItemVariants;
221
+ };
222
+ block: {
223
+ type: PropType<boolean>;
224
+ default: boolean;
225
+ };
226
+ color: {
227
+ type: PropType<string>;
228
+ default: string;
229
+ };
230
+ prependIcon: {
231
+ type: PropType<string>;
232
+ default: string;
233
+ };
234
+ appendIcon: {
235
+ type: PropType<string>;
236
+ default: string;
237
+ };
238
+ id: {
239
+ type: PropType<string | number>;
240
+ required: true;
241
+ };
242
+ modelValue: {
243
+ type: PropType<string | number>;
244
+ default: string;
245
+ };
246
+ tile: {
247
+ type: PropType<boolean>;
248
+ default: boolean;
249
+ };
250
+ }>> & {
251
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
252
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
253
+ "update:modelValue": (...args: any[]) => void;
254
+ }, string, {
255
+ label: string;
256
+ disabled: boolean;
257
+ variant: TabItemVariant;
258
+ block: boolean;
259
+ color: string;
260
+ prependIcon: string;
261
+ appendIcon: string;
262
+ modelValue: string | number;
263
+ tile: boolean;
264
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
265
+ $slots: {
266
+ prepend?(_: {
267
+ active: boolean;
268
+ disabled: boolean;
269
+ }): any;
270
+ default?(_: {
271
+ label: string;
272
+ }): any;
273
+ append?(_: {
274
+ active: boolean;
275
+ disabled: boolean;
276
+ }): any;
277
+ };
278
+ })>;
279
+ export default TabItemStory;
280
+ declare type Story = StoryObj<typeof TabItemStory>;
281
+ export declare const Overview: Story;
282
+ export declare const Default: Story;
283
+ export declare const Icon: Story;
284
+ export declare const Text: Story;
285
+ export declare const Disabled: Story;
286
+ export declare const Tile: Story;
287
+ export declare const Block: Story;
288
+ export declare const Active: Story;
289
+ export declare const TwoIcons: Story;
290
+ //# sourceMappingURL=TabItem.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabItem.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/TabItem/TabItem.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAsBrD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAeO,CAAA;AAEzB,eAAe,YAAY,CAAA;AAE3B,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAA;AAE1C,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAInB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAIpB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAA"}
@@ -0,0 +1,7 @@
1
+ export declare type TabItemVariant = 'default' | 'text' | 'icon';
2
+ export declare enum TabItemVariants {
3
+ DEFAULT = "default",
4
+ TEXT = "text",
5
+ ICON = "icon"
6
+ }
7
+ //# sourceMappingURL=common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/components/TabItem/common.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAA;AACxD,oBAAY,eAAe;IACzB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,IAAI,SAAS;CACd"}
@@ -0,0 +1,95 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
2
+ import type { Tab } from './types';
3
+ export interface IProps {
4
+ /**
5
+ * Tabs of the tabs
6
+ * @type {Tab[]}
7
+ * @default []
8
+ * @example
9
+ * <Tabs :tabs="[]" />
10
+ */
11
+ tabs?: Tab[];
12
+ /**
13
+ * Block state of the tabs
14
+ * @type {boolean}
15
+ * @default false
16
+ * @example
17
+ * <Tabs block />
18
+ */
19
+ block?: boolean;
20
+ /**
21
+ * Active tab of the tabs
22
+ * @type {number | string}
23
+ * @default tabs[0].id
24
+ * @example
25
+ * <Tabs v-model="activeTab" />
26
+ */
27
+ modelValue?: number | string;
28
+ /**
29
+ * Tile state of the tabs
30
+ * @type {boolean}
31
+ * @default false
32
+ * @example
33
+ * <Tabs tile />
34
+ */
35
+ tile?: boolean;
36
+ /**
37
+ * Scrollable state of the tabs
38
+ * @type {boolean}
39
+ * @default false
40
+ * @example
41
+ * <Tabs scrollable />
42
+ */
43
+ scrollable?: boolean;
44
+ }
45
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
46
+ tabs: () => never[];
47
+ block: boolean;
48
+ modelValue: string;
49
+ tile: boolean;
50
+ scrollable: boolean;
51
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
52
+ "update:modelValue": (...args: any[]) => void;
53
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
54
+ tabs: () => never[];
55
+ block: boolean;
56
+ modelValue: string;
57
+ tile: boolean;
58
+ scrollable: boolean;
59
+ }>>> & {
60
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
+ }, {
62
+ block: boolean;
63
+ modelValue: string | number;
64
+ tile: boolean;
65
+ tabs: Tab[];
66
+ scrollable: boolean;
67
+ }, {}>, {
68
+ default?(_: {
69
+ activeTab: string | number;
70
+ }): any;
71
+ }>;
72
+ export default _default;
73
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
74
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
75
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
76
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
77
+ } : {
78
+ type: PropType<T[K]>;
79
+ required: true;
80
+ };
81
+ };
82
+ declare type __VLS_WithDefaults<P, D> = {
83
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
84
+ default: D[K];
85
+ }> : P[K];
86
+ };
87
+ declare type __VLS_Prettify<T> = {
88
+ [K in keyof T]: T[K];
89
+ } & {};
90
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
91
+ new (): {
92
+ $slots: S;
93
+ };
94
+ };
95
+ //# sourceMappingURL=RTabs.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTabs.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/RTabs.vue"],"names":[],"mappings":"AAGA,OAAO,YAAY,CAAA;AAEnB,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,SAAS,CAAA;AAElC,MAAM,WAAW,MAAM;IACrB;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,GAAG,EAAE,CAAA;IAEZ;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAE5B;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6ID,wBAAwG;AACxG,aAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,aAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,aAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,aAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,aAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Tabs.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/Tabs.spec.ts"],"names":[],"mappings":""}