@rocketui/vue 0.0.89 → 0.0.91
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.
- package/dist/rocket-ui-vue.js +144 -145
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/src/components/Accordion/Accordion.stories.d.ts +77 -0
- package/dist/src/components/Accordion/Accordion.stories.d.ts.map +1 -0
- package/dist/src/components/Accordion/RAccordion.vue.d.ts +42 -0
- package/dist/src/components/Accordion/RAccordion.vue.d.ts.map +1 -0
- package/dist/src/components/Accordion/accordion.spec.d.ts +2 -0
- package/dist/src/components/Accordion/accordion.spec.d.ts.map +1 -0
- package/dist/src/components/Alert/Alert.stories.d.ts +431 -0
- package/dist/src/components/Alert/Alert.stories.d.ts.map +1 -0
- package/dist/src/components/Alert/RAlert.vue.d.ts +126 -0
- package/dist/src/components/Alert/RAlert.vue.d.ts.map +1 -0
- package/dist/src/components/Alert/alert.spec.d.ts +2 -0
- package/dist/src/components/Alert/alert.spec.d.ts.map +1 -0
- package/dist/src/components/Avatar/Avatar.stories.d.ts +68 -0
- package/dist/src/components/Avatar/Avatar.stories.d.ts.map +1 -0
- package/dist/src/components/Avatar/RAvatar.vue.d.ts +111 -0
- package/dist/src/components/Avatar/RAvatar.vue.d.ts.map +1 -0
- package/dist/src/components/Avatar/avatar.spec.d.ts +2 -0
- package/dist/src/components/Avatar/avatar.spec.d.ts.map +1 -0
- package/dist/src/components/Badge/Badge.stories.d.ts +207 -0
- package/dist/src/components/Badge/Badge.stories.d.ts.map +1 -0
- package/dist/src/components/Badge/RBadge.vue.d.ts +130 -0
- package/dist/src/components/Badge/RBadge.vue.d.ts.map +1 -0
- package/dist/src/components/Badge/badge.spec.d.ts +2 -0
- package/dist/src/components/Badge/badge.spec.d.ts.map +1 -0
- package/dist/src/components/Box/Box.stories.d.ts +158 -0
- package/dist/src/components/Box/Box.stories.d.ts.map +1 -0
- package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts +108 -0
- package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
- package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts +41 -0
- package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts.map +1 -0
- package/dist/src/components/Button/Button.spec.d.ts +2 -0
- package/dist/src/components/Button/Button.spec.d.ts.map +1 -0
- package/dist/src/components/Button/Button.stories.d.ts +506 -0
- package/dist/src/components/Button/Button.stories.d.ts.map +1 -0
- package/dist/src/components/Button/RButton.vue.d.ts +189 -0
- package/dist/src/components/Button/RButton.vue.d.ts.map +1 -0
- package/dist/src/components/Checkbox/Checkbox.stories.d.ts +86 -0
- package/dist/src/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/dist/src/components/Checkbox/RCheckbox.vue.d.ts +151 -0
- package/dist/src/components/Checkbox/RCheckbox.vue.d.ts.map +1 -0
- package/dist/src/components/Checkbox/checkbox.spec.d.ts +2 -0
- package/dist/src/components/Checkbox/checkbox.spec.d.ts.map +1 -0
- package/dist/src/components/Chips/Chip.stories.d.ts +467 -0
- package/dist/src/components/Chips/Chip.stories.d.ts.map +1 -0
- package/dist/src/components/Chips/RChip.vue.d.ts +141 -0
- package/dist/src/components/Chips/RChip.vue.d.ts.map +1 -0
- package/dist/src/components/Chips/chip.spec.d.ts +2 -0
- package/dist/src/components/Chips/chip.spec.d.ts.map +1 -0
- package/dist/src/components/Dropdown/Dropdown.stories.d.ts +379 -0
- package/dist/src/components/Dropdown/Dropdown.stories.d.ts.map +1 -0
- package/dist/src/components/Dropdown/RDropdown.vue.d.ts +311 -0
- package/dist/src/components/Dropdown/RDropdown.vue.d.ts.map +1 -0
- package/dist/src/components/Dropdown/dropdown.spec.d.ts +2 -0
- package/dist/src/components/Dropdown/dropdown.spec.d.ts.map +1 -0
- package/dist/src/components/Icon/Icon.stories.d.ts +39 -0
- package/dist/src/components/Icon/Icon.stories.d.ts.map +1 -0
- package/dist/src/components/Icon/RIcon.vue.d.ts +62 -0
- package/dist/src/components/Icon/RIcon.vue.d.ts.map +1 -0
- package/dist/src/components/Icon/icon.spec.d.ts +2 -0
- package/dist/src/components/Icon/icon.spec.d.ts.map +1 -0
- package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts +202 -0
- package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts.map +1 -0
- package/dist/src/components/ItemGroup/RItem.vue.d.ts +78 -0
- package/dist/src/components/ItemGroup/RItem.vue.d.ts.map +1 -0
- package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts +148 -0
- package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts.map +1 -0
- package/dist/src/components/ItemGroup/itemgroup.spec.d.ts +2 -0
- package/dist/src/components/ItemGroup/itemgroup.spec.d.ts.map +1 -0
- package/dist/src/components/Label/Label.stories.d.ts +129 -0
- package/dist/src/components/Label/Label.stories.d.ts.map +1 -0
- package/dist/src/components/Label/RLabel.vue.d.ts +75 -0
- package/dist/src/components/Label/RLabel.vue.d.ts.map +1 -0
- package/dist/src/components/Modal/Modal.stories.d.ts +236 -0
- package/dist/src/components/Modal/Modal.stories.d.ts.map +1 -0
- package/dist/src/components/Modal/RModal.vue.d.ts +188 -0
- package/dist/src/components/Modal/RModal.vue.d.ts.map +1 -0
- package/dist/src/components/Modal/modal.spec.d.ts +2 -0
- package/dist/src/components/Modal/modal.spec.d.ts.map +1 -0
- package/dist/src/components/Pagination/Pagination.stories.d.ts +195 -0
- package/dist/src/components/Pagination/Pagination.stories.d.ts.map +1 -0
- package/dist/src/components/Pagination/RPagination.vue.d.ts +85 -0
- package/dist/src/components/Pagination/RPagination.vue.d.ts.map +1 -0
- package/dist/src/components/Pagination/pagination.spec.d.ts +2 -0
- package/dist/src/components/Pagination/pagination.spec.d.ts.map +1 -0
- package/dist/src/components/ProgressBar/Progressbar.stories.d.ts +30 -0
- package/dist/src/components/ProgressBar/Progressbar.stories.d.ts.map +1 -0
- package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts +31 -0
- package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts.map +1 -0
- package/dist/src/components/ProgressBar/progressbar.spec.d.ts +2 -0
- package/dist/src/components/ProgressBar/progressbar.spec.d.ts.map +1 -0
- package/dist/src/components/Shared/Enums.d.ts +2 -0
- package/dist/src/components/Shared/Enums.d.ts.map +1 -0
- package/dist/src/components/Sidebar/RSidebar.vue.d.ts +56 -0
- package/dist/src/components/Sidebar/RSidebar.vue.d.ts.map +1 -0
- package/dist/src/components/Sidebar/Sidebar.stories.d.ts +137 -0
- package/dist/src/components/Sidebar/Sidebar.stories.d.ts.map +1 -0
- package/dist/src/components/Sidebar/sidebar.spec.d.ts +2 -0
- package/dist/src/components/Sidebar/sidebar.spec.d.ts.map +1 -0
- package/dist/src/components/Snackbar/RSnackbar.vue.d.ts +139 -0
- package/dist/src/components/Snackbar/RSnackbar.vue.d.ts.map +1 -0
- package/dist/src/components/Snackbar/Snackbar.stories.d.ts +208 -0
- package/dist/src/components/Snackbar/Snackbar.stories.d.ts.map +1 -0
- package/dist/src/components/Snackbar/snackbar.spec.d.ts +2 -0
- package/dist/src/components/Snackbar/snackbar.spec.d.ts.map +1 -0
- package/dist/src/components/Switch/RSwitch.vue.d.ts +164 -0
- package/dist/src/components/Switch/RSwitch.vue.d.ts.map +1 -0
- package/dist/src/components/Switch/Switch.stories.d.ts +94 -0
- package/dist/src/components/Switch/Switch.stories.d.ts.map +1 -0
- package/dist/src/components/Switch/switch.spec.d.ts +2 -0
- package/dist/src/components/Switch/switch.spec.d.ts.map +1 -0
- package/dist/src/components/TabItem/RTabItem.vue.d.ts +190 -0
- package/dist/src/components/TabItem/RTabItem.vue.d.ts.map +1 -0
- package/dist/src/components/TabItem/TabItem.spec.d.ts +2 -0
- package/dist/src/components/TabItem/TabItem.spec.d.ts.map +1 -0
- package/dist/src/components/TabItem/TabItem.stories.d.ts +269 -0
- package/dist/src/components/TabItem/TabItem.stories.d.ts.map +1 -0
- package/dist/src/components/TabItem/common.d.ts +7 -0
- package/dist/src/components/TabItem/common.d.ts.map +1 -0
- package/dist/src/components/Tabs/RTabs.vue.d.ts +105 -0
- package/dist/src/components/Tabs/RTabs.vue.d.ts.map +1 -0
- package/dist/src/components/Tabs/Tabs.spec.d.ts +2 -0
- package/dist/src/components/Tabs/Tabs.spec.d.ts.map +1 -0
- package/dist/src/components/Tabs/Tabs.stories.d.ts +172 -0
- package/dist/src/components/Tabs/Tabs.stories.d.ts.map +1 -0
- package/dist/src/components/Tabs/types.d.ts +11 -0
- package/dist/src/components/Tabs/types.d.ts.map +1 -0
- package/dist/src/components/TextArea/RTextArea.vue.d.ts +151 -0
- package/dist/src/components/TextArea/RTextArea.vue.d.ts.map +1 -0
- package/dist/src/components/TextArea/TextArea.stories.d.ts +87 -0
- package/dist/src/components/TextArea/TextArea.stories.d.ts.map +1 -0
- package/dist/src/components/TextArea/textarea.spec.d.ts +2 -0
- package/dist/src/components/TextArea/textarea.spec.d.ts.map +1 -0
- package/dist/src/components/Textfield/RTextfield.vue.d.ts +285 -0
- package/dist/src/components/Textfield/RTextfield.vue.d.ts.map +1 -0
- package/dist/src/components/Textfield/Textfield.stories.d.ts +375 -0
- package/dist/src/components/Textfield/Textfield.stories.d.ts.map +1 -0
- package/dist/src/components/Textfield/textfield.spec.d.ts +2 -0
- package/dist/src/components/Textfield/textfield.spec.d.ts.map +1 -0
- package/dist/src/components/Tooltip/RTooltip.vue.d.ts +337 -0
- package/dist/src/components/Tooltip/RTooltip.vue.d.ts.map +1 -0
- package/dist/src/components/Tooltip/Tooltip.stories.d.ts +429 -0
- package/dist/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/src/components/Tooltip/popper.d.ts +29 -0
- package/dist/src/components/Tooltip/popper.d.ts.map +1 -0
- package/dist/src/components/Tooltip/tooltip.spec.d.ts +2 -0
- package/dist/src/components/Tooltip/tooltip.spec.d.ts.map +1 -0
- package/dist/src/directives/index.d.ts +5 -0
- package/dist/src/directives/index.d.ts.map +1 -0
- package/dist/src/lib/main.d.ts +25 -0
- package/dist/src/lib/main.d.ts.map +1 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/main.d.ts.map +1 -0
- package/dist/src/shims.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/rocket-ui-vue.d.ts +0 -2002
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
export interface IProps {
|
|
3
|
+
/**
|
|
4
|
+
* Show of the snackbar
|
|
5
|
+
* @type boolean
|
|
6
|
+
* @default false
|
|
7
|
+
* @example
|
|
8
|
+
* <Snackbar show />
|
|
9
|
+
*/
|
|
10
|
+
modelValue: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Text of the snackbar
|
|
13
|
+
* @type string
|
|
14
|
+
* @default ''
|
|
15
|
+
* @example
|
|
16
|
+
* <Snackbar text="Snackbar" />
|
|
17
|
+
*/
|
|
18
|
+
text: string;
|
|
19
|
+
/**
|
|
20
|
+
* Show close of the snackbar
|
|
21
|
+
* @type boolean
|
|
22
|
+
* @default false
|
|
23
|
+
* @example
|
|
24
|
+
* <Snackbar closable />
|
|
25
|
+
*/
|
|
26
|
+
closable?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Set the snackbar slide from left otherwise slide from right
|
|
29
|
+
* @type boolean
|
|
30
|
+
* @default false
|
|
31
|
+
* @example
|
|
32
|
+
* <Snackbar left />
|
|
33
|
+
*/
|
|
34
|
+
left?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Timeout of the snackbar. <br />
|
|
37
|
+
* If timeout is 0, the snackbar will not close automatically
|
|
38
|
+
* @type number
|
|
39
|
+
* @default 0
|
|
40
|
+
* @example
|
|
41
|
+
* <Snackbar timeout="1000" />
|
|
42
|
+
*/
|
|
43
|
+
timeout?: number;
|
|
44
|
+
/**
|
|
45
|
+
* Variant of the snackbar
|
|
46
|
+
* @type 'success' | 'error' | 'warning' | 'info'
|
|
47
|
+
* @default 'info'
|
|
48
|
+
* @example
|
|
49
|
+
* <Snackbar variant="success" />
|
|
50
|
+
*/
|
|
51
|
+
variant?: 'success' | 'error' | 'warning' | 'info';
|
|
52
|
+
/**
|
|
53
|
+
* Set the snackbar slide on top otherwise slide on bottom
|
|
54
|
+
* @type boolean
|
|
55
|
+
* @default false
|
|
56
|
+
* @example
|
|
57
|
+
* <Snackbar top />
|
|
58
|
+
*/
|
|
59
|
+
top?: boolean;
|
|
60
|
+
}
|
|
61
|
+
declare const _default: __VLS_WithTemplateSlots<DefineComponent<{
|
|
62
|
+
text: {
|
|
63
|
+
type: PropType<string>;
|
|
64
|
+
required: true;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
variant: {
|
|
68
|
+
type: PropType<"success" | "warning" | "info" | "error">;
|
|
69
|
+
};
|
|
70
|
+
modelValue: {
|
|
71
|
+
type: PropType<boolean>;
|
|
72
|
+
required: true;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
top: {
|
|
76
|
+
type: PropType<boolean>;
|
|
77
|
+
};
|
|
78
|
+
left: {
|
|
79
|
+
type: PropType<boolean>;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
timeout: {
|
|
83
|
+
type: PropType<number>;
|
|
84
|
+
default: number;
|
|
85
|
+
};
|
|
86
|
+
closable: {
|
|
87
|
+
type: PropType<boolean>;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "action")[], "update:modelValue" | "action", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
91
|
+
text: {
|
|
92
|
+
type: PropType<string>;
|
|
93
|
+
required: true;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
variant: {
|
|
97
|
+
type: PropType<"success" | "warning" | "info" | "error">;
|
|
98
|
+
};
|
|
99
|
+
modelValue: {
|
|
100
|
+
type: PropType<boolean>;
|
|
101
|
+
required: true;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
top: {
|
|
105
|
+
type: PropType<boolean>;
|
|
106
|
+
};
|
|
107
|
+
left: {
|
|
108
|
+
type: PropType<boolean>;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
timeout: {
|
|
112
|
+
type: PropType<number>;
|
|
113
|
+
default: number;
|
|
114
|
+
};
|
|
115
|
+
closable: {
|
|
116
|
+
type: PropType<boolean>;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
}>> & {
|
|
120
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
121
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
122
|
+
}, {
|
|
123
|
+
text: string;
|
|
124
|
+
modelValue: boolean;
|
|
125
|
+
left: boolean;
|
|
126
|
+
timeout: number;
|
|
127
|
+
closable: boolean;
|
|
128
|
+
}>, {
|
|
129
|
+
default?(_: {}): any;
|
|
130
|
+
action?(_: {}): any;
|
|
131
|
+
close?(_: {}): any;
|
|
132
|
+
}>;
|
|
133
|
+
export default _default;
|
|
134
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
135
|
+
new (): {
|
|
136
|
+
$slots: S;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
//# sourceMappingURL=RSnackbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RSnackbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/RSnackbar.vue"],"names":[],"mappings":"AAIA,OAAO,gBAAgB,CAAC;AAExB,MAAM,WAAW,MAAM;IACrB;;;;;;OAMG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;;;;;OAMG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAEnD;;;;;;OAMG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiLD,wBAA8G;AAU9G,aAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import { ComponentInternalInstance, ExtractPropTypes, PropType, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const SnackbarStory: Meta<{
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
$: ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: Partial<{
|
|
8
|
+
text: string;
|
|
9
|
+
modelValue: boolean;
|
|
10
|
+
left: boolean;
|
|
11
|
+
timeout: number;
|
|
12
|
+
closable: boolean;
|
|
13
|
+
}> & Omit<Readonly<ExtractPropTypes<{
|
|
14
|
+
text: {
|
|
15
|
+
type: PropType<string>;
|
|
16
|
+
required: true;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
variant: {
|
|
20
|
+
type: PropType<"success" | "warning" | "info" | "error">;
|
|
21
|
+
};
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: PropType<boolean>;
|
|
24
|
+
required: true;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
top: {
|
|
28
|
+
type: PropType<boolean>;
|
|
29
|
+
};
|
|
30
|
+
left: {
|
|
31
|
+
type: PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
timeout: {
|
|
35
|
+
type: PropType<number>;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
closable: {
|
|
39
|
+
type: PropType<boolean>;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
}>> & {
|
|
43
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "text" | "modelValue" | "left" | "timeout" | "closable">;
|
|
46
|
+
$attrs: {
|
|
47
|
+
[x: string]: unknown;
|
|
48
|
+
};
|
|
49
|
+
$refs: {
|
|
50
|
+
[x: string]: unknown;
|
|
51
|
+
};
|
|
52
|
+
$slots: Readonly<{
|
|
53
|
+
[name: string]: Slot | undefined;
|
|
54
|
+
}>;
|
|
55
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
56
|
+
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
57
|
+
$emit: (event: "update:modelValue" | "action", ...args: any[]) => void;
|
|
58
|
+
$el: any;
|
|
59
|
+
$options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
60
|
+
text: {
|
|
61
|
+
type: PropType<string>;
|
|
62
|
+
required: true;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
variant: {
|
|
66
|
+
type: PropType<"success" | "warning" | "info" | "error">;
|
|
67
|
+
};
|
|
68
|
+
modelValue: {
|
|
69
|
+
type: PropType<boolean>;
|
|
70
|
+
required: true;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
top: {
|
|
74
|
+
type: PropType<boolean>;
|
|
75
|
+
};
|
|
76
|
+
left: {
|
|
77
|
+
type: PropType<boolean>;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
timeout: {
|
|
81
|
+
type: PropType<number>;
|
|
82
|
+
default: number;
|
|
83
|
+
};
|
|
84
|
+
closable: {
|
|
85
|
+
type: PropType<boolean>;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
}>> & {
|
|
89
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "action")[], string, {
|
|
92
|
+
text: string;
|
|
93
|
+
modelValue: boolean;
|
|
94
|
+
left: boolean;
|
|
95
|
+
timeout: number;
|
|
96
|
+
closable: boolean;
|
|
97
|
+
}> & {
|
|
98
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
99
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
100
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
101
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
102
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
103
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
104
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
105
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
106
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
107
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
108
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
109
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
110
|
+
renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
111
|
+
renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
112
|
+
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
113
|
+
};
|
|
114
|
+
$forceUpdate: () => void;
|
|
115
|
+
$nextTick: typeof nextTick;
|
|
116
|
+
$watch(source: string | Function, cb: Function, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
117
|
+
} & Readonly<ExtractPropTypes<{
|
|
118
|
+
text: {
|
|
119
|
+
type: PropType<string>;
|
|
120
|
+
required: true;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
variant: {
|
|
124
|
+
type: PropType<"success" | "warning" | "info" | "error">;
|
|
125
|
+
};
|
|
126
|
+
modelValue: {
|
|
127
|
+
type: PropType<boolean>;
|
|
128
|
+
required: true;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
top: {
|
|
132
|
+
type: PropType<boolean>;
|
|
133
|
+
};
|
|
134
|
+
left: {
|
|
135
|
+
type: PropType<boolean>;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
138
|
+
timeout: {
|
|
139
|
+
type: PropType<number>;
|
|
140
|
+
default: number;
|
|
141
|
+
};
|
|
142
|
+
closable: {
|
|
143
|
+
type: PropType<boolean>;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
|
+
}>> & {
|
|
147
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
148
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
149
|
+
} & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties;
|
|
150
|
+
__isFragment?: undefined;
|
|
151
|
+
__isTeleport?: undefined;
|
|
152
|
+
__isSuspense?: undefined;
|
|
153
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
154
|
+
text: {
|
|
155
|
+
type: PropType<string>;
|
|
156
|
+
required: true;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
variant: {
|
|
160
|
+
type: PropType<"success" | "warning" | "info" | "error">;
|
|
161
|
+
};
|
|
162
|
+
modelValue: {
|
|
163
|
+
type: PropType<boolean>;
|
|
164
|
+
required: true;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
top: {
|
|
168
|
+
type: PropType<boolean>;
|
|
169
|
+
};
|
|
170
|
+
left: {
|
|
171
|
+
type: PropType<boolean>;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
174
|
+
timeout: {
|
|
175
|
+
type: PropType<number>;
|
|
176
|
+
default: number;
|
|
177
|
+
};
|
|
178
|
+
closable: {
|
|
179
|
+
type: PropType<boolean>;
|
|
180
|
+
default: boolean;
|
|
181
|
+
};
|
|
182
|
+
}>> & {
|
|
183
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
184
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
185
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "action")[], "update:modelValue" | "action", {
|
|
186
|
+
text: string;
|
|
187
|
+
modelValue: boolean;
|
|
188
|
+
left: boolean;
|
|
189
|
+
timeout: number;
|
|
190
|
+
closable: boolean;
|
|
191
|
+
}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
192
|
+
$slots: {
|
|
193
|
+
default?(_: {}): any;
|
|
194
|
+
action?(_: {}): any;
|
|
195
|
+
close?(_: {}): any;
|
|
196
|
+
};
|
|
197
|
+
})>;
|
|
198
|
+
export default SnackbarStory;
|
|
199
|
+
declare type Story = StoryObj<typeof SnackbarStory>;
|
|
200
|
+
export declare const Overview: Story;
|
|
201
|
+
export declare const OnlyText: Story;
|
|
202
|
+
export declare const WithAction: Story;
|
|
203
|
+
export declare const WithCloseButton: Story;
|
|
204
|
+
export declare const LongText: Story;
|
|
205
|
+
export declare const LongTextWithAction: Story;
|
|
206
|
+
export declare const LongTextWithCloseButton: Story;
|
|
207
|
+
export declare const WithTimeout: Story;
|
|
208
|
+
//# sourceMappingURL=Snackbar.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Snackbar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAoBtD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWO,CAAC;AAE3B,eAAe,aAAa,CAAC;AAE7B,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5C,eAAO,MAAM,QAAQ,EAAE,KAAU,CAAC;AAElC,eAAO,MAAM,QAAQ,EAAE,KAAU,CAAC;AAElC,eAAO,MAAM,UAAU,EAAE,KAIxB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAIhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,KAKrC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAKzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snackbar.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/snackbar.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, type HTMLAttributes, type InputHTMLAttributes, type LabelHTMLAttributes } from 'vue';
|
|
2
|
+
export interface Props {
|
|
3
|
+
/**
|
|
4
|
+
* id of the checkbox
|
|
5
|
+
* @type {HTMLAttributes['id']}
|
|
6
|
+
* @default ''
|
|
7
|
+
* @example
|
|
8
|
+
* <Checkbox id="checkbox" />
|
|
9
|
+
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
|
|
10
|
+
*/
|
|
11
|
+
id: HTMLAttributes['id'];
|
|
12
|
+
/**
|
|
13
|
+
* Input checked state
|
|
14
|
+
* @type InputHTMLAttributes['checked']
|
|
15
|
+
* @default false
|
|
16
|
+
* @example
|
|
17
|
+
* <Checkbox modelValue="true" />
|
|
18
|
+
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#checked
|
|
19
|
+
*/
|
|
20
|
+
modelValue?: InputHTMLAttributes['checked'];
|
|
21
|
+
/**
|
|
22
|
+
* Input disabled state
|
|
23
|
+
* @type InputHTMLAttributes['disabled']
|
|
24
|
+
* @default false
|
|
25
|
+
* @example
|
|
26
|
+
* <Checkbox disabled="true" />
|
|
27
|
+
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#disabled
|
|
28
|
+
*/
|
|
29
|
+
disabled?: InputHTMLAttributes['disabled'];
|
|
30
|
+
/**
|
|
31
|
+
* label of the checkbox
|
|
32
|
+
* @type LabelHTMLAttributes['label']
|
|
33
|
+
* @default ''
|
|
34
|
+
* @example
|
|
35
|
+
* <Checkbox label="Checkbox" />
|
|
36
|
+
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
|
|
37
|
+
*/
|
|
38
|
+
label?: LabelHTMLAttributes['for'];
|
|
39
|
+
/**
|
|
40
|
+
* Hint text
|
|
41
|
+
* @type string
|
|
42
|
+
* @default ''
|
|
43
|
+
* @example
|
|
44
|
+
* <Checkbox hint="This is a hint" />
|
|
45
|
+
*/
|
|
46
|
+
hint?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Error message
|
|
49
|
+
* @type string
|
|
50
|
+
* @default ''
|
|
51
|
+
* @example
|
|
52
|
+
* <Checkbox errorMsg="This is an error" />
|
|
53
|
+
*/
|
|
54
|
+
errorMsg?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Size of the checkbox
|
|
57
|
+
* @type 'small' | 'medium' | 'large'
|
|
58
|
+
* @default 'medium'
|
|
59
|
+
* @example
|
|
60
|
+
* <Checkbox size="small" />
|
|
61
|
+
*/
|
|
62
|
+
size?: 'small' | 'medium' | 'large';
|
|
63
|
+
/**
|
|
64
|
+
* Hide the hint and error message
|
|
65
|
+
* @type {boolean}
|
|
66
|
+
* @default false
|
|
67
|
+
* @example
|
|
68
|
+
* <Checkbox hideDetails />
|
|
69
|
+
*/
|
|
70
|
+
hideDetails?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Reverse the order of the checkbox and the label
|
|
73
|
+
* @type {boolean}
|
|
74
|
+
* @default false
|
|
75
|
+
* @example
|
|
76
|
+
* <Checkbox reverse />
|
|
77
|
+
*/
|
|
78
|
+
reverse?: boolean;
|
|
79
|
+
}
|
|
80
|
+
declare const _default: DefineComponent<{
|
|
81
|
+
size: {
|
|
82
|
+
type: PropType<"small" | "medium" | "large">;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
reverse: {
|
|
86
|
+
type: PropType<boolean>;
|
|
87
|
+
};
|
|
88
|
+
label: {
|
|
89
|
+
type: PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
id: {
|
|
93
|
+
type: PropType<string | undefined>;
|
|
94
|
+
required: true;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
disabled: {
|
|
98
|
+
type: PropType<boolean | "true" | "false">;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
modelValue: {
|
|
102
|
+
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
errorMsg: {
|
|
106
|
+
type: PropType<string>;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
hideDetails: {
|
|
110
|
+
type: PropType<boolean>;
|
|
111
|
+
};
|
|
112
|
+
hint: {
|
|
113
|
+
type: PropType<string>;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
117
|
+
size: {
|
|
118
|
+
type: PropType<"small" | "medium" | "large">;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
|
+
reverse: {
|
|
122
|
+
type: PropType<boolean>;
|
|
123
|
+
};
|
|
124
|
+
label: {
|
|
125
|
+
type: PropType<string>;
|
|
126
|
+
default: string;
|
|
127
|
+
};
|
|
128
|
+
id: {
|
|
129
|
+
type: PropType<string | undefined>;
|
|
130
|
+
required: true;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
disabled: {
|
|
134
|
+
type: PropType<boolean | "true" | "false">;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
modelValue: {
|
|
138
|
+
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
errorMsg: {
|
|
142
|
+
type: PropType<string>;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
hideDetails: {
|
|
146
|
+
type: PropType<boolean>;
|
|
147
|
+
};
|
|
148
|
+
hint: {
|
|
149
|
+
type: PropType<string>;
|
|
150
|
+
default: string;
|
|
151
|
+
};
|
|
152
|
+
}>> & {
|
|
153
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
154
|
+
}, {
|
|
155
|
+
size: "small" | "medium" | "large";
|
|
156
|
+
label: string;
|
|
157
|
+
id: string | undefined;
|
|
158
|
+
disabled: boolean | "true" | "false";
|
|
159
|
+
modelValue: any[] | Set<any> | (boolean | "true" | "false");
|
|
160
|
+
errorMsg: string;
|
|
161
|
+
hint: string;
|
|
162
|
+
}>;
|
|
163
|
+
export default _default;
|
|
164
|
+
//# sourceMappingURL=RSwitch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Switch/RSwitch.vue"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EAIzB,MAAM,KAAK,CAAC;AACb,OAAO,cAAc,CAAC;AAEtB,MAAM,WAAW,KAAK;IACpB;;;;;;;OAOG;IACH,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,CAAA;IAExB;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,mBAAmB,CAAC,SAAS,CAAC,CAAA;IAE3C;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC,UAAU,CAAC,CAAA;IAE1C;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC,KAAK,CAAC,CAAA;IAElC;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IAEnC;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmMD,wBAAkD"}
|
|
@@ -0,0 +1,94 @@
|
|
|
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
|
+
size: {
|
|
5
|
+
type: PropType<"small" | "medium" | "large">;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
reverse: {
|
|
9
|
+
type: PropType<boolean>;
|
|
10
|
+
};
|
|
11
|
+
label: {
|
|
12
|
+
type: PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
id: {
|
|
16
|
+
type: PropType<string | undefined>;
|
|
17
|
+
required: true;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
disabled: {
|
|
21
|
+
type: PropType<boolean | "true" | "false">;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
modelValue: {
|
|
25
|
+
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
errorMsg: {
|
|
29
|
+
type: PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
hideDetails: {
|
|
33
|
+
type: PropType<boolean>;
|
|
34
|
+
};
|
|
35
|
+
hint: {
|
|
36
|
+
type: PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
40
|
+
size: {
|
|
41
|
+
type: PropType<"small" | "medium" | "large">;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
reverse: {
|
|
45
|
+
type: PropType<boolean>;
|
|
46
|
+
};
|
|
47
|
+
label: {
|
|
48
|
+
type: PropType<string>;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
id: {
|
|
52
|
+
type: PropType<string | undefined>;
|
|
53
|
+
required: true;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
disabled: {
|
|
57
|
+
type: PropType<boolean | "true" | "false">;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
modelValue: {
|
|
61
|
+
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
errorMsg: {
|
|
65
|
+
type: PropType<string>;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
hideDetails: {
|
|
69
|
+
type: PropType<boolean>;
|
|
70
|
+
};
|
|
71
|
+
hint: {
|
|
72
|
+
type: PropType<string>;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
}>> & {
|
|
76
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
}, {
|
|
78
|
+
size: "small" | "medium" | "large";
|
|
79
|
+
label: string;
|
|
80
|
+
id: string | undefined;
|
|
81
|
+
disabled: boolean | "true" | "false";
|
|
82
|
+
modelValue: any[] | Set<any> | (boolean | "true" | "false");
|
|
83
|
+
errorMsg: string;
|
|
84
|
+
hint: string;
|
|
85
|
+
}>>;
|
|
86
|
+
export default SwitchStory;
|
|
87
|
+
declare type Story = StoryObj<typeof SwitchStory>;
|
|
88
|
+
export declare const Overview: Story;
|
|
89
|
+
export declare const Small: Story;
|
|
90
|
+
export declare const Medium: Story;
|
|
91
|
+
export declare const Large: Story;
|
|
92
|
+
export declare const WithError: Story;
|
|
93
|
+
export declare const Reverse: Story;
|
|
94
|
+
//# 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,CAAC;AAsBtD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBO,CAAC;AAEzB,eAAe,WAAW,CAAC;AAE3B,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAC;AAE1C,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/Switch/switch.spec.ts"],"names":[],"mappings":""}
|