@colorffy/ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +634 -0
- package/dist/components/layout/HeaderContent.vue.d.ts +71 -0
- package/dist/components/layout/HeaderContent.vue.d.ts.map +1 -0
- package/dist/components/layout/PaneContent.vue.d.ts +42 -0
- package/dist/components/layout/PaneContent.vue.d.ts.map +1 -0
- package/dist/components/state/BaseSkeleton.vue.d.ts +30 -0
- package/dist/components/state/BaseSkeleton.vue.d.ts.map +1 -0
- package/dist/components/state/Empty.vue.d.ts +37 -0
- package/dist/components/state/Empty.vue.d.ts.map +1 -0
- package/dist/components/state/ExpressiveLoading.vue.d.ts +24 -0
- package/dist/components/state/ExpressiveLoading.vue.d.ts.map +1 -0
- package/dist/components/state/GridSkeleton.vue.d.ts +21 -0
- package/dist/components/state/GridSkeleton.vue.d.ts.map +1 -0
- package/dist/components/state/Loading.vue.d.ts +26 -0
- package/dist/components/state/Loading.vue.d.ts.map +1 -0
- package/dist/components/state/ShapeLoading.vue.d.ts +22 -0
- package/dist/components/state/ShapeLoading.vue.d.ts.map +1 -0
- package/dist/components/state/TableSkeleton.vue.d.ts +26 -0
- package/dist/components/state/TableSkeleton.vue.d.ts.map +1 -0
- package/dist/components/ui/accordion/Accordion.stories.d.ts +86 -0
- package/dist/components/ui/accordion/Accordion.stories.d.ts.map +1 -0
- package/dist/components/ui/accordion/Accordion.vue.d.ts +37 -0
- package/dist/components/ui/accordion/Accordion.vue.d.ts.map +1 -0
- package/dist/components/ui/accordion/AccordionGroup.vue.d.ts +22 -0
- package/dist/components/ui/accordion/AccordionGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/alert/Alert.stories.d.ts +70 -0
- package/dist/components/ui/alert/Alert.stories.d.ts.map +1 -0
- package/dist/components/ui/alert/Alert.vue.d.ts +26 -0
- package/dist/components/ui/alert/Alert.vue.d.ts.map +1 -0
- package/dist/components/ui/alert/AlertToast.vue.d.ts +21 -0
- package/dist/components/ui/alert/AlertToast.vue.d.ts.map +1 -0
- package/dist/components/ui/badge/Badge.stories.d.ts +45 -0
- package/dist/components/ui/badge/Badge.stories.d.ts.map +1 -0
- package/dist/components/ui/badge/Badge.vue.d.ts +13 -0
- package/dist/components/ui/badge/Badge.vue.d.ts.map +1 -0
- package/dist/components/ui/badge/BadgeGroup.vue.d.ts +18 -0
- package/dist/components/ui/badge/BadgeGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/button/Button.stories.d.ts +110 -0
- package/dist/components/ui/button/Button.stories.d.ts.map +1 -0
- package/dist/components/ui/button/Button.vue.d.ts +37 -0
- package/dist/components/ui/button/Button.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonFabGroup.vue.d.ts +23 -0
- package/dist/components/ui/button/ButtonFabGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonGroup.vue.d.ts +24 -0
- package/dist/components/ui/button/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonMenu.vue.d.ts +46 -0
- package/dist/components/ui/button/ButtonMenu.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonMenuDivider.vue.d.ts +3 -0
- package/dist/components/ui/button/ButtonMenuDivider.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonMenuItem.vue.d.ts +26 -0
- package/dist/components/ui/button/ButtonMenuItem.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonMenuText.vue.d.ts +9 -0
- package/dist/components/ui/button/ButtonMenuText.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonToggleGroup.vue.d.ts +30 -0
- package/dist/components/ui/button/ButtonToggleGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/button/ButtonTooltip.vue.d.ts +42 -0
- package/dist/components/ui/button/ButtonTooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/card/Card.stories.d.ts +57 -0
- package/dist/components/ui/card/Card.stories.d.ts.map +1 -0
- package/dist/components/ui/card/Card.vue.d.ts +28 -0
- package/dist/components/ui/card/Card.vue.d.ts.map +1 -0
- package/dist/components/ui/datatable/Datatable.stories.d.ts +13 -0
- package/dist/components/ui/datatable/Datatable.stories.d.ts.map +1 -0
- package/dist/components/ui/datatable/Datatable.vue.d.ts +48 -0
- package/dist/components/ui/datatable/Datatable.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/ConfirmModal.vue.d.ts +49 -0
- package/dist/components/ui/dialog/ConfirmModal.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/Modal.stories.d.ts +79 -0
- package/dist/components/ui/dialog/Modal.stories.d.ts.map +1 -0
- package/dist/components/ui/dialog/Modal.vue.d.ts +41 -0
- package/dist/components/ui/dialog/Modal.vue.d.ts.map +1 -0
- package/dist/components/ui/icon/App.vue.d.ts +16 -0
- package/dist/components/ui/icon/App.vue.d.ts.map +1 -0
- package/dist/components/ui/icon/Material.stories.d.ts +36 -0
- package/dist/components/ui/icon/Material.stories.d.ts.map +1 -0
- package/dist/components/ui/icon/Material.vue.d.ts +7 -0
- package/dist/components/ui/icon/Material.vue.d.ts.map +1 -0
- package/dist/components/ui/icon/Shapes.vue.d.ts +10 -0
- package/dist/components/ui/icon/Shapes.vue.d.ts.map +1 -0
- package/dist/components/ui/icon/Tool.vue.d.ts +9 -0
- package/dist/components/ui/icon/Tool.vue.d.ts.map +1 -0
- package/dist/components/ui/image/Avatar.stories.d.ts +12 -0
- package/dist/components/ui/image/Avatar.stories.d.ts.map +1 -0
- package/dist/components/ui/image/Avatar.vue.d.ts +10 -0
- package/dist/components/ui/image/Avatar.vue.d.ts.map +1 -0
- package/dist/components/ui/input/Check.stories.d.ts +10 -0
- package/dist/components/ui/input/Check.stories.d.ts.map +1 -0
- package/dist/components/ui/input/Check.vue.d.ts +25 -0
- package/dist/components/ui/input/Check.vue.d.ts.map +1 -0
- package/dist/components/ui/input/ColorPicker.stories.d.ts +10 -0
- package/dist/components/ui/input/ColorPicker.stories.d.ts.map +1 -0
- package/dist/components/ui/input/ColorPicker.vue.d.ts +26 -0
- package/dist/components/ui/input/ColorPicker.vue.d.ts.map +1 -0
- package/dist/components/ui/input/File.vue.d.ts +30 -0
- package/dist/components/ui/input/File.vue.d.ts.map +1 -0
- package/dist/components/ui/input/PhoneNumber.vue.d.ts +40 -0
- package/dist/components/ui/input/PhoneNumber.vue.d.ts.map +1 -0
- package/dist/components/ui/input/Radio.vue.d.ts +28 -0
- package/dist/components/ui/input/Radio.vue.d.ts.map +1 -0
- package/dist/components/ui/input/Range.stories.d.ts +13 -0
- package/dist/components/ui/input/Range.stories.d.ts.map +1 -0
- package/dist/components/ui/input/Range.vue.d.ts +36 -0
- package/dist/components/ui/input/Range.vue.d.ts.map +1 -0
- package/dist/components/ui/input/Select.stories.d.ts +14 -0
- package/dist/components/ui/input/Select.stories.d.ts.map +1 -0
- package/dist/components/ui/input/Select.vue.d.ts +42 -0
- package/dist/components/ui/input/Select.vue.d.ts.map +1 -0
- package/dist/components/ui/input/Text.stories.d.ts +12 -0
- package/dist/components/ui/input/Text.stories.d.ts.map +1 -0
- package/dist/components/ui/input/Text.vue.d.ts +48 -0
- package/dist/components/ui/input/Text.vue.d.ts.map +1 -0
- package/dist/components/ui/input/TextArea.stories.d.ts +18 -0
- package/dist/components/ui/input/TextArea.stories.d.ts.map +1 -0
- package/dist/components/ui/input/Textarea.vue.d.ts +48 -0
- package/dist/components/ui/input/Textarea.vue.d.ts.map +1 -0
- package/dist/components/ui/link/LinkTooltip.vue.d.ts +40 -0
- package/dist/components/ui/link/LinkTooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/list/List.stories.d.ts +62 -0
- package/dist/components/ui/list/List.stories.d.ts.map +1 -0
- package/dist/components/ui/list/ListGroup.vue.d.ts +24 -0
- package/dist/components/ui/list/ListGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/list/ListItem.vue.d.ts +11 -0
- package/dist/components/ui/list/ListItem.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/Navbar.stories.d.ts +56 -0
- package/dist/components/ui/navbar/Navbar.stories.d.ts.map +1 -0
- package/dist/components/ui/navbar/Navbar.vue.d.ts +24 -0
- package/dist/components/ui/navbar/Navbar.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarAvatar.vue.d.ts +13 -0
- package/dist/components/ui/navbar/NavbarAvatar.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarBrand.vue.d.ts +29 -0
- package/dist/components/ui/navbar/NavbarBrand.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarCollapse.vue.d.ts +22 -0
- package/dist/components/ui/navbar/NavbarCollapse.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarItem.vue.d.ts +21 -0
- package/dist/components/ui/navbar/NavbarItem.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarLink.vue.d.ts +31 -0
- package/dist/components/ui/navbar/NavbarLink.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarMobileMenu.vue.d.ts +21 -0
- package/dist/components/ui/navbar/NavbarMobileMenu.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarNav.vue.d.ts +22 -0
- package/dist/components/ui/navbar/NavbarNav.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarTitle.vue.d.ts +23 -0
- package/dist/components/ui/navbar/NavbarTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/navbar/NavbarToggle.vue.d.ts +13 -0
- package/dist/components/ui/navbar/NavbarToggle.vue.d.ts.map +1 -0
- package/dist/components/ui/navigation/NavigationBar.vue.d.ts +16 -0
- package/dist/components/ui/navigation/NavigationBar.vue.d.ts.map +1 -0
- package/dist/components/ui/navigation/PopoverMenu.vue.d.ts +50 -0
- package/dist/components/ui/navigation/PopoverMenu.vue.d.ts.map +1 -0
- package/dist/components/ui/navigation/SegmentedControls.vue.d.ts +16 -0
- package/dist/components/ui/navigation/SegmentedControls.vue.d.ts.map +1 -0
- package/dist/components/ui/navigation/Tabs.vue.d.ts +16 -0
- package/dist/components/ui/navigation/Tabs.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/Sidebar.stories.d.ts +64 -0
- package/dist/components/ui/sidebar/Sidebar.stories.d.ts.map +1 -0
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts +27 -0
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarBody.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarBody.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarDropdown.vue.d.ts +25 -0
- package/dist/components/ui/sidebar/SidebarDropdown.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +25 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +22 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarLink.vue.d.ts +47 -0
- package/dist/components/ui/sidebar/SidebarLink.vue.d.ts.map +1 -0
- package/dist/components/ui/sidebar/SidebarText.vue.d.ts +11 -0
- package/dist/components/ui/sidebar/SidebarText.vue.d.ts.map +1 -0
- package/dist/components-CPV7PsCp.cjs +10 -0
- package/dist/components-CPV7PsCp.cjs.map +1 -0
- package/dist/components-DUB9BBm_.js +4210 -0
- package/dist/components-DUB9BBm_.js.map +1 -0
- package/dist/components.d.ts +68 -0
- package/dist/components.d.ts.map +1 -0
- package/dist/composables/useDateUtils.d.ts +4 -0
- package/dist/composables/useDateUtils.d.ts.map +1 -0
- package/dist/composables/useTextUtils.d.ts +6 -0
- package/dist/composables/useTextUtils.d.ts.map +1 -0
- package/dist/composables/useToast.d.ts +14 -0
- package/dist/composables/useToast.d.ts.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +102 -0
- package/dist/index.js.map +1 -0
- package/dist/nuxt.cjs +2 -0
- package/dist/nuxt.cjs.map +1 -0
- package/dist/nuxt.d.ts +1 -0
- package/dist/nuxt.js +21 -0
- package/dist/nuxt.js.map +1 -0
- package/dist/plugin.d.ts +4 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/accordion.d.ts +56 -0
- package/dist/types/accordion.d.ts.map +1 -0
- package/dist/types/alert.d.ts +46 -0
- package/dist/types/alert.d.ts.map +1 -0
- package/dist/types/avatar.d.ts +16 -0
- package/dist/types/avatar.d.ts.map +1 -0
- package/dist/types/badge.d.ts +47 -0
- package/dist/types/badge.d.ts.map +1 -0
- package/dist/types/button.d.ts +115 -0
- package/dist/types/button.d.ts.map +1 -0
- package/dist/types/card.d.ts +37 -0
- package/dist/types/card.d.ts.map +1 -0
- package/dist/types/dialog.d.ts +89 -0
- package/dist/types/dialog.d.ts.map +1 -0
- package/dist/types/icon.d.ts +142 -0
- package/dist/types/icon.d.ts.map +1 -0
- package/dist/types/list.d.ts +70 -0
- package/dist/types/list.d.ts.map +1 -0
- package/dist/types/navbar.d.ts +184 -0
- package/dist/types/navbar.d.ts.map +1 -0
- package/dist/types/sidebar.d.ts +146 -0
- package/dist/types/sidebar.d.ts.map +1 -0
- package/package.json +70 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/** Interfaces */
|
|
2
|
+
interface IPaneContentProps {
|
|
3
|
+
customClass?: string | string[] | null;
|
|
4
|
+
containerClass?: string | string[] | null;
|
|
5
|
+
isFullHeight?: boolean;
|
|
6
|
+
ariaLabel?: string;
|
|
7
|
+
ariaLabelledby?: string;
|
|
8
|
+
ariaDescribedby?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {
|
|
17
|
+
paneContentRef: HTMLElement;
|
|
18
|
+
};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<IPaneContentProps, {
|
|
23
|
+
paneContentRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
24
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IPaneContentProps> & Readonly<{}>, {
|
|
25
|
+
ariaLabel: string;
|
|
26
|
+
id: string;
|
|
27
|
+
customClass: string | string[] | null;
|
|
28
|
+
containerClass: string | string[] | null;
|
|
29
|
+
isFullHeight: boolean;
|
|
30
|
+
ariaLabelledby: string;
|
|
31
|
+
ariaDescribedby: string;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
33
|
+
paneContentRef: HTMLElement;
|
|
34
|
+
}, HTMLDivElement>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=PaneContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaneContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/PaneContent.vue"],"names":[],"mappings":"AA2FA,iBAAiB;AACjB,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACtC,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACzC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ;AA2ED,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;eAvIP,MAAM;QAGb,MAAM;iBANG,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;oBACrB,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;kBAC1B,OAAO;oBAEL,MAAM;qBACL,MAAM;;;kBA+IxB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { StyleValue } from 'vue';
|
|
2
|
+
/** Interfaces */
|
|
3
|
+
interface IBaseSkeletonProps {
|
|
4
|
+
size?: 'sm' | 'md' | 'lg';
|
|
5
|
+
variant?: 'default' | 'thumbnail' | 'ai-generation' | 'shimmer';
|
|
6
|
+
isThumbnail?: boolean;
|
|
7
|
+
customClass?: string | string[] | null;
|
|
8
|
+
skeletonStyles?: StyleValue;
|
|
9
|
+
width?: string | number;
|
|
10
|
+
height?: string | number;
|
|
11
|
+
rounded?: boolean;
|
|
12
|
+
role?: string;
|
|
13
|
+
ariaLabel?: string;
|
|
14
|
+
ariaLive?: 'off' | 'polite' | 'assertive';
|
|
15
|
+
}
|
|
16
|
+
declare const _default: import('vue').DefineComponent<IBaseSkeletonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IBaseSkeletonProps> & Readonly<{}>, {
|
|
17
|
+
size: "sm" | "md" | "lg";
|
|
18
|
+
ariaLabel: string;
|
|
19
|
+
role: string;
|
|
20
|
+
variant: "default" | "thumbnail" | "ai-generation" | "shimmer";
|
|
21
|
+
customClass: string | string[] | null;
|
|
22
|
+
rounded: boolean;
|
|
23
|
+
isThumbnail: boolean;
|
|
24
|
+
skeletonStyles: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
25
|
+
width: string | number;
|
|
26
|
+
height: string | number;
|
|
27
|
+
ariaLive: "off" | "polite" | "assertive";
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
|
+
export default _default;
|
|
30
|
+
//# sourceMappingURL=BaseSkeleton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseSkeleton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/state/BaseSkeleton.vue"],"names":[],"mappings":"AA4GA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AAGrC,iBAAiB;AACjB,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,eAAe,GAAG,SAAS,CAAA;IAC/D,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACtC,cAAc,CAAC,EAAE,UAAU,CAAA;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;CAC1C;;UAXQ,IAAI,GAAG,IAAI,GAAG,IAAI;eASb,MAAM;UADX,MAAM;aAPH,SAAS,GAAG,WAAW,GAAG,eAAe,GAAG,SAAS;iBAEjD,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;aAI5B,OAAO;iBALH,OAAO;;WAGb,MAAM,GAAG,MAAM;YACd,MAAM,GAAG,MAAM;cAIb,KAAK,GAAG,QAAQ,GAAG,WAAW;;AA0I3C,wBAQG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { StyleValue } from 'vue';
|
|
2
|
+
/** Interfaces */
|
|
3
|
+
interface IEmptyProps {
|
|
4
|
+
title?: string | null;
|
|
5
|
+
subtitle?: string | null;
|
|
6
|
+
customClass?: string | string[] | null;
|
|
7
|
+
emptyStyles?: StyleValue;
|
|
8
|
+
role?: string;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
ariaLive?: 'off' | 'polite' | 'assertive';
|
|
11
|
+
}
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: {
|
|
15
|
+
button?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<IEmptyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IEmptyProps> & Readonly<{}>, {
|
|
22
|
+
title: string | null;
|
|
23
|
+
ariaLabel: string;
|
|
24
|
+
role: string;
|
|
25
|
+
customClass: string | string[] | null;
|
|
26
|
+
subtitle: string | null;
|
|
27
|
+
ariaLive: "off" | "polite" | "assertive";
|
|
28
|
+
emptyStyles: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=Empty.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Empty.vue.d.ts","sourceRoot":"","sources":["../../../src/components/state/Empty.vue"],"names":[],"mappings":"AAqFA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AAGrC,iBAAiB;AACjB,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACtC,WAAW,CAAC,EAAE,UAAU,CAAA;IACxB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;CAC1C;AAgDD,iBAAS,cAAc;WAkDT,OAAO,IAA6B;;wBAVtB,GAAG;;;;EAe9B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA1HX,MAAM,GAAG,IAAI;eAKT,MAAM;UADX,MAAM;iBAFC,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;cAD3B,MAAM,GAAG,IAAI;cAKb,KAAK,GAAG,QAAQ,GAAG,WAAW;;wFA4HzC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { StyleValue } from 'vue';
|
|
2
|
+
/** Interfaces */
|
|
3
|
+
interface IExpressiveLoadingProps {
|
|
4
|
+
title?: string[] | string | null;
|
|
5
|
+
interval?: number;
|
|
6
|
+
size?: 'sm' | 'md' | 'lg';
|
|
7
|
+
customClass?: string | string[] | null;
|
|
8
|
+
loadingStyles?: StyleValue;
|
|
9
|
+
role?: string;
|
|
10
|
+
ariaLabel?: string;
|
|
11
|
+
ariaLive?: 'off' | 'polite' | 'assertive';
|
|
12
|
+
}
|
|
13
|
+
declare const _default: import('vue').DefineComponent<IExpressiveLoadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IExpressiveLoadingProps> & Readonly<{}>, {
|
|
14
|
+
title: string[] | string | null;
|
|
15
|
+
size: "sm" | "md" | "lg";
|
|
16
|
+
ariaLabel: string;
|
|
17
|
+
role: string;
|
|
18
|
+
customClass: string | string[] | null;
|
|
19
|
+
ariaLive: "off" | "polite" | "assertive";
|
|
20
|
+
interval: number;
|
|
21
|
+
loadingStyles: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=ExpressiveLoading.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpressiveLoading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/state/ExpressiveLoading.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AAGrC,iBAAiB;AACjB,UAAU,uBAAuB;IAC/B,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,IAAI,CAAA;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACtC,aAAa,CAAC,EAAE,UAAU,CAAA;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;CAC1C;;WARS,MAAM,EAAE,GAAG,MAAM,GAAG,IAAI;UAEzB,IAAI,GAAG,IAAI,GAAG,IAAI;eAIb,MAAM;UADX,MAAM;iBAFC,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;cAI3B,KAAK,GAAG,QAAQ,GAAG,WAAW;cAN9B,MAAM;;;AAgNnB,wBAQG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/** Interfaces */
|
|
2
|
+
interface IGridSkeletonProps {
|
|
3
|
+
skeletonGridItems?: number;
|
|
4
|
+
gridLayoutClasses?: string | string[] | null;
|
|
5
|
+
cardVariant?: string;
|
|
6
|
+
showFooter?: boolean;
|
|
7
|
+
role?: string;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
ariaLive?: 'off' | 'polite' | 'assertive';
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import('vue').DefineComponent<IGridSkeletonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IGridSkeletonProps> & Readonly<{}>, {
|
|
12
|
+
ariaLabel: string;
|
|
13
|
+
role: string;
|
|
14
|
+
ariaLive: "off" | "polite" | "assertive";
|
|
15
|
+
skeletonGridItems: number;
|
|
16
|
+
gridLayoutClasses: string | string[] | null;
|
|
17
|
+
cardVariant: string;
|
|
18
|
+
showFooter: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=GridSkeleton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GridSkeleton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/state/GridSkeleton.vue"],"names":[],"mappings":"AAuGA,iBAAiB;AACjB,UAAU,kBAAkB;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;CAC1C;;eAFa,MAAM;UADX,MAAM;cAEF,KAAK,GAAG,QAAQ,GAAG,WAAW;uBANrB,MAAM;uBACN,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;iBAC9B,MAAM;gBACP,OAAO;;AAkLtB,wBAQG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { StyleValue } from 'vue';
|
|
2
|
+
/** Interfaces */
|
|
3
|
+
interface ILoadingProps {
|
|
4
|
+
title?: string | null;
|
|
5
|
+
subtitle?: string | null;
|
|
6
|
+
customClass?: string | string[] | null;
|
|
7
|
+
loadingStyles?: StyleValue;
|
|
8
|
+
spinnerSize?: string | number;
|
|
9
|
+
hideSpinner?: boolean;
|
|
10
|
+
role?: string;
|
|
11
|
+
ariaLabel?: string;
|
|
12
|
+
ariaLive?: 'off' | 'polite' | 'assertive';
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import('vue').DefineComponent<ILoadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ILoadingProps> & Readonly<{}>, {
|
|
15
|
+
title: string | null;
|
|
16
|
+
ariaLabel: string;
|
|
17
|
+
role: string;
|
|
18
|
+
customClass: string | string[] | null;
|
|
19
|
+
subtitle: string | null;
|
|
20
|
+
ariaLive: "off" | "polite" | "assertive";
|
|
21
|
+
loadingStyles: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
22
|
+
spinnerSize: string | number;
|
|
23
|
+
hideSpinner: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
+
export default _default;
|
|
26
|
+
//# sourceMappingURL=Loading.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/state/Loading.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AAGrC,iBAAiB;AACjB,UAAU,aAAa;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACtC,aAAa,CAAC,EAAE,UAAU,CAAA;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;CAC1C;;WATS,MAAM,GAAG,IAAI;eAOT,MAAM;UADX,MAAM;iBAJC,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;cAD3B,MAAM,GAAG,IAAI;cAOb,KAAK,GAAG,QAAQ,GAAG,WAAW;;iBAJ3B,MAAM,GAAG,MAAM;iBACf,OAAO;;AAmIvB,wBAQG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { StyleValue } from 'vue';
|
|
2
|
+
/** Interfaces */
|
|
3
|
+
interface IShapeLoadingProps {
|
|
4
|
+
title?: string | null;
|
|
5
|
+
subtitle?: string | null;
|
|
6
|
+
customClass?: string | string[] | null;
|
|
7
|
+
loadingStyles?: StyleValue;
|
|
8
|
+
role?: string;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
ariaLive?: 'off' | 'polite' | 'assertive';
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import('vue').DefineComponent<IShapeLoadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IShapeLoadingProps> & Readonly<{}>, {
|
|
13
|
+
title: string | null;
|
|
14
|
+
ariaLabel: string;
|
|
15
|
+
role: string;
|
|
16
|
+
customClass: string | string[] | null;
|
|
17
|
+
subtitle: string | null;
|
|
18
|
+
ariaLive: "off" | "polite" | "assertive";
|
|
19
|
+
loadingStyles: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
export default _default;
|
|
22
|
+
//# sourceMappingURL=ShapeLoading.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShapeLoading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/state/ShapeLoading.vue"],"names":[],"mappings":"AA2FA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AAGrC,iBAAiB;AACjB,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACtC,aAAa,CAAC,EAAE,UAAU,CAAA;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;CAC1C;;WAPS,MAAM,GAAG,IAAI;eAKT,MAAM;UADX,MAAM;iBAFC,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;cAD3B,MAAM,GAAG,IAAI;cAKb,KAAK,GAAG,QAAQ,GAAG,WAAW;;;AA2H3C,wBAQG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { StyleValue } from 'vue';
|
|
2
|
+
/** Interfaces */
|
|
3
|
+
interface ITableSkeletonProps {
|
|
4
|
+
skeletonRows?: number;
|
|
5
|
+
skeletonCols?: number;
|
|
6
|
+
skeletonColExpanded?: number;
|
|
7
|
+
customClass?: string | string[] | null;
|
|
8
|
+
skeletonStyles?: StyleValue;
|
|
9
|
+
role?: string;
|
|
10
|
+
ariaLabel?: string;
|
|
11
|
+
ariaLive?: 'off' | 'polite' | 'assertive';
|
|
12
|
+
isExpanded?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import('vue').DefineComponent<ITableSkeletonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ITableSkeletonProps> & Readonly<{}>, {
|
|
15
|
+
ariaLabel: string;
|
|
16
|
+
role: string;
|
|
17
|
+
customClass: string | string[] | null;
|
|
18
|
+
skeletonStyles: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
19
|
+
ariaLive: "off" | "polite" | "assertive";
|
|
20
|
+
skeletonRows: number;
|
|
21
|
+
skeletonCols: number;
|
|
22
|
+
skeletonColExpanded: number;
|
|
23
|
+
isExpanded: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
25
|
+
export default _default;
|
|
26
|
+
//# sourceMappingURL=TableSkeleton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableSkeleton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/state/TableSkeleton.vue"],"names":[],"mappings":"AA2FA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AAMrC,iBAAiB;AACjB,UAAU,mBAAmB;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IACtC,cAAc,CAAC,EAAE,UAAU,CAAA;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAA;IACzC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;;eAHa,MAAM;UADX,MAAM;iBAFC,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI;;cAI3B,KAAK,GAAG,QAAQ,GAAG,WAAW;kBAP1B,MAAM;kBACN,MAAM;yBACC,MAAM;gBAMf,OAAO;;AAyItB,wBAQG"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
6
|
+
open?: boolean;
|
|
7
|
+
} & import('../../..').IAccordionItemProps> & Readonly<{
|
|
8
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"update:open": (value: boolean) => any;
|
|
11
|
+
}, import('vue').PublicProps, {
|
|
12
|
+
text: string | null;
|
|
13
|
+
title: string | null;
|
|
14
|
+
id: string | null;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
customClass: import('../../..').AccordionClassName | null;
|
|
17
|
+
open: boolean;
|
|
18
|
+
name: string | null;
|
|
19
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDetailsElement, import('vue').ComponentProvideOptions, {
|
|
20
|
+
P: {};
|
|
21
|
+
B: {};
|
|
22
|
+
D: {};
|
|
23
|
+
C: {};
|
|
24
|
+
M: {};
|
|
25
|
+
Defaults: {};
|
|
26
|
+
}, Readonly<{
|
|
27
|
+
open?: boolean;
|
|
28
|
+
} & import('../../..').IAccordionItemProps> & Readonly<{
|
|
29
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
30
|
+
}>, {}, {}, {}, {}, {
|
|
31
|
+
text: string | null;
|
|
32
|
+
title: string | null;
|
|
33
|
+
id: string | null;
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
customClass: import('../../..').AccordionClassName | null;
|
|
36
|
+
open: boolean;
|
|
37
|
+
name: string | null;
|
|
38
|
+
}>;
|
|
39
|
+
__isFragment?: never;
|
|
40
|
+
__isTeleport?: never;
|
|
41
|
+
__isSuspense?: never;
|
|
42
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
43
|
+
open?: boolean;
|
|
44
|
+
} & import('../../..').IAccordionItemProps> & Readonly<{
|
|
45
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
46
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
47
|
+
"update:open": (value: boolean) => any;
|
|
48
|
+
}, string, {
|
|
49
|
+
text: string | null;
|
|
50
|
+
title: string | null;
|
|
51
|
+
id: string | null;
|
|
52
|
+
disabled: boolean;
|
|
53
|
+
customClass: import('../../..').AccordionClassName | null;
|
|
54
|
+
open: boolean;
|
|
55
|
+
name: string | null;
|
|
56
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
57
|
+
$slots: {
|
|
58
|
+
header?(_: {}): any;
|
|
59
|
+
content?(_: {}): any;
|
|
60
|
+
};
|
|
61
|
+
});
|
|
62
|
+
tags: string[];
|
|
63
|
+
argTypes: {
|
|
64
|
+
title: {
|
|
65
|
+
control: "text";
|
|
66
|
+
};
|
|
67
|
+
text: {
|
|
68
|
+
control: "text";
|
|
69
|
+
};
|
|
70
|
+
open: {
|
|
71
|
+
control: "boolean";
|
|
72
|
+
};
|
|
73
|
+
disabled: {
|
|
74
|
+
control: "boolean";
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
export default meta;
|
|
79
|
+
type Story = StoryObj<typeof meta>;
|
|
80
|
+
export declare const Single: Story;
|
|
81
|
+
export declare const Open: Story;
|
|
82
|
+
export declare const Disabled: Story;
|
|
83
|
+
export declare const WithCustomContent: Story;
|
|
84
|
+
export declare const AccordionGroup: Story;
|
|
85
|
+
export declare const TransparentGroup: Story;
|
|
86
|
+
//# sourceMappingURL=Accordion.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/accordion/Accordion.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAIrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU0B,CAAA;AAEpC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAMlB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAsB/B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAuB5B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAkB9B,CAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IAccordionItemProps } from '../../../types/accordion';
|
|
2
|
+
/** Props */
|
|
3
|
+
type __VLS_Props = IAccordionItemProps;
|
|
4
|
+
type __VLS_PublicProps = {
|
|
5
|
+
'open'?: boolean;
|
|
6
|
+
} & __VLS_Props;
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
header?(_: {}): any;
|
|
11
|
+
content?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDetailsElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
"update:open": (value: boolean) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
text: string | null;
|
|
23
|
+
title: string | null;
|
|
24
|
+
id: string | null;
|
|
25
|
+
disabled: boolean;
|
|
26
|
+
customClass: import('../../../types/accordion').AccordionClassName | null;
|
|
27
|
+
open: boolean;
|
|
28
|
+
name: string | null;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDetailsElement>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=Accordion.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/accordion/Accordion.vue"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,YAAY;AACZ,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA2BvC,KAAK,iBAAiB,GAAG;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+CT,OAAO,IAA6B;;wBAXtB,GAAG;yBACF,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;UAtEZ,OAAO;;4FA+Ed,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IAccordionGroupProps } from '../../../types/accordion';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<IAccordionGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IAccordionGroupProps> & Readonly<{}>, {
|
|
12
|
+
customClass: import('../../../types/accordion').AccordionClassName | null;
|
|
13
|
+
isTransparent: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=AccordionGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/accordion/AccordionGroup.vue"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AA+B7D,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../..').IAlertProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
6
|
+
size: "sm";
|
|
7
|
+
type: import('../../..').AlertType;
|
|
8
|
+
variant: import('../../..').AlertVariant;
|
|
9
|
+
customClass: import('../../..').AlertClassName;
|
|
10
|
+
critical: boolean;
|
|
11
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
12
|
+
P: {};
|
|
13
|
+
B: {};
|
|
14
|
+
D: {};
|
|
15
|
+
C: {};
|
|
16
|
+
M: {};
|
|
17
|
+
Defaults: {};
|
|
18
|
+
}, Readonly<import('../../..').IAlertProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
19
|
+
size: "sm";
|
|
20
|
+
type: import('../../..').AlertType;
|
|
21
|
+
variant: import('../../..').AlertVariant;
|
|
22
|
+
customClass: import('../../..').AlertClassName;
|
|
23
|
+
critical: boolean;
|
|
24
|
+
}>;
|
|
25
|
+
__isFragment?: never;
|
|
26
|
+
__isTeleport?: never;
|
|
27
|
+
__isSuspense?: never;
|
|
28
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../..').IAlertProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
29
|
+
size: "sm";
|
|
30
|
+
type: import('../../..').AlertType;
|
|
31
|
+
variant: import('../../..').AlertVariant;
|
|
32
|
+
customClass: import('../../..').AlertClassName;
|
|
33
|
+
critical: boolean;
|
|
34
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
35
|
+
$slots: {
|
|
36
|
+
message?(_: {}): any;
|
|
37
|
+
actions?(_: {}): any;
|
|
38
|
+
};
|
|
39
|
+
});
|
|
40
|
+
tags: string[];
|
|
41
|
+
argTypes: {
|
|
42
|
+
type: {
|
|
43
|
+
control: "select";
|
|
44
|
+
options: string[];
|
|
45
|
+
};
|
|
46
|
+
variant: {
|
|
47
|
+
control: "select";
|
|
48
|
+
options: string[];
|
|
49
|
+
};
|
|
50
|
+
title: {
|
|
51
|
+
control: "text";
|
|
52
|
+
};
|
|
53
|
+
message: {
|
|
54
|
+
control: "text";
|
|
55
|
+
};
|
|
56
|
+
critical: {
|
|
57
|
+
control: "boolean";
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export default meta;
|
|
62
|
+
type Story = StoryObj<typeof meta>;
|
|
63
|
+
export declare const SuccessBanner: Story;
|
|
64
|
+
export declare const WarningBanner: Story;
|
|
65
|
+
export declare const DangerBanner: Story;
|
|
66
|
+
export declare const InfoBanner: Story;
|
|
67
|
+
export declare const TonalAlert: Story;
|
|
68
|
+
export declare const SnackbarAlert: Story;
|
|
69
|
+
export declare const CriticalAlert: Story;
|
|
70
|
+
//# sourceMappingURL=Alert.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/alert/Alert.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAGrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBsB,CAAA;AAEhC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,aAAa,EAAE,KAO3B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAO3B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAOxB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAQ3B,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IAlertProps } from '../../../types/alert';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
message?(_: {}): any;
|
|
6
|
+
actions?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<IAlertProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IAlertProps> & Readonly<{}>, {
|
|
13
|
+
size: "sm";
|
|
14
|
+
type: import('../../../types/alert').AlertType;
|
|
15
|
+
variant: import('../../../types/alert').AlertVariant;
|
|
16
|
+
customClass: import('../../../types/alert').AlertClassName;
|
|
17
|
+
critical: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Alert.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/alert/Alert.vue"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AA6ChD,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAXpB,GAAG;yBACH,GAAG;;;;EAehC;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AlertVariant } from '../../../types/alert';
|
|
2
|
+
/** Interfaces */
|
|
3
|
+
interface IAlertToastProps {
|
|
4
|
+
snackbarTitle?: string | null;
|
|
5
|
+
snackbarMessage?: string | null;
|
|
6
|
+
snackbarVariant?: AlertVariant;
|
|
7
|
+
}
|
|
8
|
+
/** Methods */
|
|
9
|
+
declare function showToast(): void;
|
|
10
|
+
declare const _default: import('vue').DefineComponent<IAlertToastProps, {
|
|
11
|
+
title: import('vue').Ref<string, string>;
|
|
12
|
+
message: import('vue').Ref<string, string>;
|
|
13
|
+
variant: import('vue').Ref<AlertVariant, AlertVariant>;
|
|
14
|
+
showToast: typeof showToast;
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IAlertToastProps> & Readonly<{}>, {
|
|
16
|
+
snackbarTitle: string | null;
|
|
17
|
+
snackbarMessage: string | null;
|
|
18
|
+
snackbarVariant: AlertVariant;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=AlertToast.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertToast.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/alert/AlertToast.vue"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAIjD,iBAAiB;AACjB,UAAU,gBAAgB;IACxB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,eAAe,CAAC,EAAE,YAAY,CAAA;CAC/B;AAeD,cAAc;AACd,iBAAS,SAAS,SAMjB;;;;;;;mBAzBiB,MAAM,GAAG,IAAI;qBACX,MAAM,GAAG,IAAI;qBACb,YAAY;;AAiHhC,wBASG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('vue').DefineComponent<import('../../..').IBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../..').IBadgeProps> & Readonly<{}>, {
|
|
5
|
+
text: string | null;
|
|
6
|
+
iconCode: string | null;
|
|
7
|
+
size: string;
|
|
8
|
+
variant: string;
|
|
9
|
+
customClass: import('../../..').BadgeClassName | null;
|
|
10
|
+
iconClass: import('../../..').BadgeClassName | null;
|
|
11
|
+
iconStyle: string | Record<string, any> | null;
|
|
12
|
+
pill: boolean | null;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
tags: string[];
|
|
15
|
+
argTypes: {
|
|
16
|
+
variant: {
|
|
17
|
+
control: "select";
|
|
18
|
+
options: string[];
|
|
19
|
+
};
|
|
20
|
+
text: {
|
|
21
|
+
control: "text";
|
|
22
|
+
};
|
|
23
|
+
iconCode: {
|
|
24
|
+
control: "text";
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: "select";
|
|
28
|
+
options: string[];
|
|
29
|
+
};
|
|
30
|
+
pill: {
|
|
31
|
+
control: "boolean";
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export default meta;
|
|
36
|
+
type Story = StoryObj<typeof meta>;
|
|
37
|
+
export declare const Default: Story;
|
|
38
|
+
export declare const Primary: Story;
|
|
39
|
+
export declare const Secondary: Story;
|
|
40
|
+
export declare const Success: Story;
|
|
41
|
+
export declare const Warning: Story;
|
|
42
|
+
export declare const Danger: Story;
|
|
43
|
+
export declare const Outline: Story;
|
|
44
|
+
export declare const AllVariants: Story;
|
|
45
|
+
//# sourceMappingURL=Badge.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/badge/Badge.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAGrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBsB,CAAA;AAEhC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAsBzB,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IBadgeProps } from '../../../types/badge';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<IBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IBadgeProps> & Readonly<{}>, {
|
|
3
|
+
text: string | null;
|
|
4
|
+
iconCode: string | null;
|
|
5
|
+
size: string;
|
|
6
|
+
variant: string;
|
|
7
|
+
customClass: import('../../../types/badge').BadgeClassName | null;
|
|
8
|
+
iconClass: import('../../../types/badge').BadgeClassName | null;
|
|
9
|
+
iconStyle: string | Record<string, any> | null;
|
|
10
|
+
pill: boolean | null;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=Badge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/badge/Badge.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;;;;;;;;;;;AA2GhD,wBAQG"}
|