@rocketui/vue 0.2.54 → 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,215 @@
1
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import type { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const ItemGroupStory: Meta<{
4
+ new (...args: any[]): {
5
+ $: ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ disabled: boolean;
9
+ as: string;
10
+ modelValue: string[] | number[];
11
+ selectedClass: string | string[];
12
+ mandatory: boolean;
13
+ max: number;
14
+ }> & Omit<{
15
+ readonly disabled: boolean;
16
+ readonly as: string;
17
+ readonly modelValue: string[] | number[];
18
+ readonly selectedClass: string | string[];
19
+ readonly mandatory: boolean;
20
+ readonly max: number;
21
+ readonly multiple?: boolean | undefined;
22
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
24
+ disabled: {
25
+ type: PropType<boolean>;
26
+ default: boolean;
27
+ };
28
+ as: {
29
+ type: PropType<string>;
30
+ default: string;
31
+ };
32
+ modelValue: {
33
+ type: PropType<string[] | number[]>;
34
+ required: true;
35
+ default: () => number[];
36
+ };
37
+ multiple: {
38
+ type: PropType<boolean>;
39
+ };
40
+ selectedClass: {
41
+ type: PropType<string | string[]>;
42
+ default: string;
43
+ };
44
+ mandatory: {
45
+ type: PropType<boolean>;
46
+ default: boolean;
47
+ };
48
+ max: {
49
+ type: PropType<number>;
50
+ default: number;
51
+ };
52
+ }>> & {
53
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
54
+ }, "disabled" | "as" | "modelValue" | "selectedClass" | "mandatory" | "max">;
55
+ $attrs: {
56
+ [x: string]: unknown;
57
+ };
58
+ $refs: {
59
+ [x: string]: unknown;
60
+ };
61
+ $slots: Readonly<{
62
+ [name: string]: Slot<any> | undefined;
63
+ }>;
64
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
65
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
66
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
67
+ $el: any;
68
+ $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
69
+ disabled: {
70
+ type: PropType<boolean>;
71
+ default: boolean;
72
+ };
73
+ as: {
74
+ type: PropType<string>;
75
+ default: string;
76
+ };
77
+ modelValue: {
78
+ type: PropType<string[] | number[]>;
79
+ required: true;
80
+ default: () => number[];
81
+ };
82
+ multiple: {
83
+ type: PropType<boolean>;
84
+ };
85
+ selectedClass: {
86
+ type: PropType<string | string[]>;
87
+ default: string;
88
+ };
89
+ mandatory: {
90
+ type: PropType<boolean>;
91
+ default: boolean;
92
+ };
93
+ max: {
94
+ type: PropType<number>;
95
+ default: number;
96
+ };
97
+ }>> & {
98
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
99
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
100
+ "update:modelValue": (...args: any[]) => void;
101
+ }, string, {
102
+ disabled: boolean;
103
+ as: string;
104
+ modelValue: string[] | number[];
105
+ selectedClass: string | string[];
106
+ mandatory: boolean;
107
+ max: number;
108
+ }, {}, string, {}> & {
109
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
110
+ created?: ((() => void) | (() => void)[]) | undefined;
111
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
112
+ mounted?: ((() => void) | (() => void)[]) | undefined;
113
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
114
+ updated?: ((() => void) | (() => void)[]) | undefined;
115
+ activated?: ((() => void) | (() => void)[]) | undefined;
116
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
117
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
118
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
119
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
120
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
121
+ renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
122
+ renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
123
+ 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;
124
+ };
125
+ $forceUpdate: () => void;
126
+ $nextTick: typeof nextTick;
127
+ $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;
128
+ } & Readonly<ExtractPropTypes<{
129
+ disabled: {
130
+ type: PropType<boolean>;
131
+ default: boolean;
132
+ };
133
+ as: {
134
+ type: PropType<string>;
135
+ default: string;
136
+ };
137
+ modelValue: {
138
+ type: PropType<string[] | number[]>;
139
+ required: true;
140
+ default: () => number[];
141
+ };
142
+ multiple: {
143
+ type: PropType<boolean>;
144
+ };
145
+ selectedClass: {
146
+ type: PropType<string | string[]>;
147
+ default: string;
148
+ };
149
+ mandatory: {
150
+ type: PropType<boolean>;
151
+ default: boolean;
152
+ };
153
+ max: {
154
+ type: PropType<number>;
155
+ default: number;
156
+ };
157
+ }>> & {
158
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
159
+ } & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
160
+ __isFragment?: undefined;
161
+ __isTeleport?: undefined;
162
+ __isSuspense?: undefined;
163
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
164
+ disabled: {
165
+ type: PropType<boolean>;
166
+ default: boolean;
167
+ };
168
+ as: {
169
+ type: PropType<string>;
170
+ default: string;
171
+ };
172
+ modelValue: {
173
+ type: PropType<string[] | number[]>;
174
+ required: true;
175
+ default: () => number[];
176
+ };
177
+ multiple: {
178
+ type: PropType<boolean>;
179
+ };
180
+ selectedClass: {
181
+ type: PropType<string | string[]>;
182
+ default: string;
183
+ };
184
+ mandatory: {
185
+ type: PropType<boolean>;
186
+ default: boolean;
187
+ };
188
+ max: {
189
+ type: PropType<number>;
190
+ default: number;
191
+ };
192
+ }>> & {
193
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
194
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
195
+ "update:modelValue": (...args: any[]) => void;
196
+ }, string, {
197
+ disabled: boolean;
198
+ as: string;
199
+ modelValue: string[] | number[];
200
+ selectedClass: string | string[];
201
+ mandatory: boolean;
202
+ max: number;
203
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
204
+ $slots: {
205
+ default?(_: {
206
+ isSelected: (id: never) => boolean;
207
+ select: (id: never, value: boolean) => void;
208
+ selected: string[] | number[];
209
+ }): any;
210
+ };
211
+ })>;
212
+ export default ItemGroupStory;
213
+ declare type Story = StoryObj<typeof ItemGroupStory>;
214
+ export declare const Overview: Story;
215
+ //# sourceMappingURL=ItemGroup.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ItemGroup.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ItemGroup/ItemGroup.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAKrD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDO,CAAA;AAE3B,eAAe,cAAc,CAAA;AAE7B,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAA;AAE5C,eAAO,MAAM,QAAQ,EAAE,KA+BtB,CAAA"}
@@ -0,0 +1,65 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
2
+ export interface ItemProps {
3
+ /**
4
+ * The value of the item
5
+ * @default null
6
+ * @type any
7
+ * @example
8
+ * <RItem :value="1" />
9
+ */
10
+ value: any;
11
+ /**
12
+ * The class to apply to the selected item
13
+ * @default ''
14
+ * @type string
15
+ * @example
16
+ * <RItem selectedClass="bg-blue-500 text-white" />
17
+ */
18
+ selectedClass?: string | string[];
19
+ }
20
+ declare function handleToggle(): void;
21
+ declare function handleSelect(): void;
22
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ItemProps>, {
23
+ disabled: boolean;
24
+ selectedClass: string;
25
+ value: null;
26
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ItemProps>, {
27
+ disabled: boolean;
28
+ selectedClass: string;
29
+ value: null;
30
+ }>>>, {
31
+ value: any;
32
+ selectedClass: string | string[];
33
+ }, {}>, {
34
+ default?(_: {
35
+ disabled: boolean;
36
+ isSelected: boolean;
37
+ select: typeof handleSelect;
38
+ selectedClass: (string | string[]) & (false | (string | string[])[]);
39
+ toggle: typeof handleToggle;
40
+ }): any;
41
+ }>;
42
+ export default _default;
43
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
45
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
46
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
47
+ } : {
48
+ type: PropType<T[K]>;
49
+ required: true;
50
+ };
51
+ };
52
+ declare type __VLS_WithDefaults<P, D> = {
53
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
54
+ default: D[K];
55
+ }> : P[K];
56
+ };
57
+ declare type __VLS_Prettify<T> = {
58
+ [K in keyof T]: T[K];
59
+ } & {};
60
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
61
+ new (): {
62
+ $slots: S;
63
+ };
64
+ };
65
+ //# sourceMappingURL=RItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ItemGroup/RItem.vue"],"names":[],"mappings":"AAIA,MAAM,WAAW,SAAS;IACxB;;;;;;OAMG;IACH,KAAK,EAAE,GAAG,CAAA;IAEV;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAClC;AA+BD,iBAAS,YAAY,SAIpB;AAED,iBAAS,YAAY,SAIpB;;;;;;;;;;;;;;;;;;;;;AAkED,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,123 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
2
+ export interface ItemGroupProps {
3
+ /**
4
+ * The value of the selected items
5
+ * @default []
6
+ * @model
7
+ * @type {number[] | string[]}
8
+ * @example
9
+ * <RItemGroup v-model="selectedItems" />
10
+ */
11
+ modelValue: number[] | string[];
12
+ /**
13
+ * The class to apply to the selected items
14
+ * @default ''
15
+ * @type {string}
16
+ * @example
17
+ * <RItemGroup selectedClass="bg-blue-500 text-white" />
18
+ */
19
+ selectedClass?: string | string[];
20
+ /**
21
+ * Whether the item group is disabled
22
+ * @default false
23
+ * @type {boolean}
24
+ * @example
25
+ * <RItemGroup :disabled="true" />
26
+ */
27
+ disabled?: boolean;
28
+ /**
29
+ * Whether the item group is mandatory
30
+ * @default false
31
+ * @type {boolean}
32
+ * @example
33
+ * ```js
34
+ * const selected = ref<number[]>([1]);
35
+ * ```
36
+ * ```html
37
+ * <RItemGroup :mandatory="true" v-model="selected" />
38
+ * ```
39
+ */
40
+ mandatory?: boolean;
41
+ /**
42
+ * The maximum number of items that can be selected
43
+ * @default 0
44
+ * @type {number}
45
+ * @example
46
+ * <RItemGroup :max="5" />
47
+ */
48
+ max?: number;
49
+ /**
50
+ * The tag to use for the item group
51
+ * @default div
52
+ * @type {string}
53
+ * @example
54
+ * <RItemGroup as="ul" />
55
+ */
56
+ as?: string;
57
+ /**
58
+ * Whether the item group allows multiple selections
59
+ * @default false
60
+ * @type {boolean}
61
+ * @example
62
+ * <RItemGroup :multiple="true" />
63
+ */
64
+ multiple?: boolean;
65
+ }
66
+ declare function isSelected(id: never): boolean;
67
+ declare function select(id: never, value: boolean): void;
68
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ItemGroupProps>, {
69
+ disabled: boolean;
70
+ mandatory: boolean;
71
+ max: number;
72
+ as: string;
73
+ selectedClass: string;
74
+ modelValue: () => number[];
75
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
76
+ "update:modelValue": (...args: any[]) => void;
77
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ItemGroupProps>, {
78
+ disabled: boolean;
79
+ mandatory: boolean;
80
+ max: number;
81
+ as: string;
82
+ selectedClass: string;
83
+ modelValue: () => number[];
84
+ }>>> & {
85
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
86
+ }, {
87
+ disabled: boolean;
88
+ as: string;
89
+ modelValue: string[] | number[];
90
+ selectedClass: string | string[];
91
+ mandatory: boolean;
92
+ max: number;
93
+ }, {}>, {
94
+ default?(_: {
95
+ isSelected: typeof isSelected;
96
+ select: typeof select;
97
+ selected: string[] | number[];
98
+ }): any;
99
+ }>;
100
+ export default _default;
101
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
102
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
103
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
104
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
105
+ } : {
106
+ type: PropType<T[K]>;
107
+ required: true;
108
+ };
109
+ };
110
+ declare type __VLS_WithDefaults<P, D> = {
111
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
112
+ default: D[K];
113
+ }> : P[K];
114
+ };
115
+ declare type __VLS_Prettify<T> = {
116
+ [K in keyof T]: T[K];
117
+ } & {};
118
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
119
+ new (): {
120
+ $slots: S;
121
+ };
122
+ };
123
+ //# sourceMappingURL=RItemGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RItemGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ItemGroup/RItemGroup.vue"],"names":[],"mappings":"AAIA,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,UAAU,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAAA;IAE/B;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAEjC;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;;;OAMG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;;;;;OAMG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAwBD,iBAAS,UAAU,CAAC,EAAE,EAAE,KAAK,WAE5B;AAGD,iBAAS,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,QAgBxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuFD,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=itemgroup.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"itemgroup.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/ItemGroup/itemgroup.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,133 @@
1
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import type { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const LabelStory: Meta<{
4
+ new (...args: any[]): {
5
+ $: ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ text: string | number;
9
+ id: string | undefined;
10
+ for: string | undefined;
11
+ }> & Omit<{
12
+ readonly text: string | number;
13
+ readonly id: string | undefined;
14
+ readonly for: string | undefined;
15
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
16
+ text: {
17
+ type: PropType<string | number>;
18
+ required: true;
19
+ default: string;
20
+ };
21
+ id: {
22
+ type: PropType<string | undefined>;
23
+ required: true;
24
+ default: string;
25
+ };
26
+ for: {
27
+ type: PropType<string | undefined>;
28
+ required: true;
29
+ default: string;
30
+ };
31
+ }>>, "text" | "id" | "for">;
32
+ $attrs: {
33
+ [x: string]: unknown;
34
+ };
35
+ $refs: {
36
+ [x: string]: unknown;
37
+ };
38
+ $slots: Readonly<{
39
+ [name: string]: Slot<any> | undefined;
40
+ }>;
41
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
42
+ $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
43
+ $emit: (event: string, ...args: any[]) => void;
44
+ $el: any;
45
+ $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
46
+ text: {
47
+ type: PropType<string | number>;
48
+ required: true;
49
+ default: string;
50
+ };
51
+ id: {
52
+ type: PropType<string | undefined>;
53
+ required: true;
54
+ default: string;
55
+ };
56
+ for: {
57
+ type: PropType<string | undefined>;
58
+ required: true;
59
+ default: string;
60
+ };
61
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
62
+ text: string | number;
63
+ id: string | undefined;
64
+ for: string | undefined;
65
+ }, {}, string, {}> & {
66
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
67
+ created?: ((() => void) | (() => void)[]) | undefined;
68
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
69
+ mounted?: ((() => void) | (() => void)[]) | undefined;
70
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
71
+ updated?: ((() => void) | (() => void)[]) | undefined;
72
+ activated?: ((() => void) | (() => void)[]) | undefined;
73
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
74
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
75
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
76
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
77
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
78
+ renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
79
+ renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
80
+ 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;
81
+ };
82
+ $forceUpdate: () => void;
83
+ $nextTick: typeof nextTick;
84
+ $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;
85
+ } & Readonly<ExtractPropTypes<{
86
+ text: {
87
+ type: PropType<string | number>;
88
+ required: true;
89
+ default: string;
90
+ };
91
+ id: {
92
+ type: PropType<string | undefined>;
93
+ required: true;
94
+ default: string;
95
+ };
96
+ for: {
97
+ type: PropType<string | undefined>;
98
+ required: true;
99
+ default: string;
100
+ };
101
+ }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
102
+ __isFragment?: undefined;
103
+ __isTeleport?: undefined;
104
+ __isSuspense?: undefined;
105
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
106
+ text: {
107
+ type: PropType<string | number>;
108
+ required: true;
109
+ default: string;
110
+ };
111
+ id: {
112
+ type: PropType<string | undefined>;
113
+ required: true;
114
+ default: string;
115
+ };
116
+ for: {
117
+ type: PropType<string | undefined>;
118
+ required: true;
119
+ default: string;
120
+ };
121
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
122
+ text: string | number;
123
+ id: string | undefined;
124
+ for: string | undefined;
125
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
126
+ $slots: {
127
+ default?(_: {}): any;
128
+ };
129
+ })>;
130
+ export default LabelStory;
131
+ declare type Story = StoryObj<typeof LabelStory>;
132
+ export declare const Overview: Story;
133
+ //# sourceMappingURL=Label.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Label/Label.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAIrD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqBO,CAAA;AAEvB,eAAe,UAAU,CAAA;AAEzB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAExC,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAA"}
@@ -0,0 +1,68 @@
1
+ import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, HTMLAttributes, LabelHTMLAttributes } from 'vue';
2
+ export interface LabelProps {
3
+ /**
4
+ * id of the label
5
+ * @type HTMLAttributes['id']
6
+ * @default ''
7
+ * @example
8
+ * <Label id="label" />
9
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
10
+ */
11
+ id: HTMLAttributes['id'];
12
+ /**
13
+ * for of the label
14
+ * @type LabelHTMLAttributes['for']
15
+ * @default ''
16
+ * @example
17
+ * <Label for="label" />
18
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
19
+ */
20
+ for: LabelHTMLAttributes['for'];
21
+ /**
22
+ * text of the label
23
+ * @type string | number
24
+ * @default ''
25
+ * @example
26
+ * <Label text="Label" />
27
+ */
28
+ text: string | number;
29
+ }
30
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LabelProps>, {
31
+ id: string;
32
+ for: string;
33
+ text: string;
34
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LabelProps>, {
35
+ id: string;
36
+ for: string;
37
+ text: string;
38
+ }>>>, {
39
+ text: string | number;
40
+ id: string | undefined;
41
+ for: string | undefined;
42
+ }, {}>, {
43
+ default?(_: {}): any;
44
+ }>;
45
+ export default _default;
46
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
47
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
48
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
49
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
50
+ } : {
51
+ type: PropType<T[K]>;
52
+ required: true;
53
+ };
54
+ };
55
+ declare type __VLS_WithDefaults<P, D> = {
56
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
57
+ default: D[K];
58
+ }> : P[K];
59
+ };
60
+ declare type __VLS_Prettify<T> = {
61
+ [K in keyof T]: T[K];
62
+ } & {};
63
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
64
+ new (): {
65
+ $slots: S;
66
+ };
67
+ };
68
+ //# sourceMappingURL=RLabel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Label/RLabel.vue"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,KAAK,CAAA;AAC9D,OAAO,aAAa,CAAA;AAEpB,MAAM,WAAW,UAAU;IACzB;;;;;;;OAOG;IACH,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAA;IAExB;;;;;;;OAOG;IACH,GAAG,EAAE,mBAAmB,CAAC,KAAK,CAAC,CAAA;IAE/B;;;;;;OAMG;IACH,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;;;;;;;;;;;;;;;;AAyED,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"}