@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,48 @@
|
|
|
1
|
+
/** Interfaces */
|
|
2
|
+
interface ITextInputProps {
|
|
3
|
+
id?: string | null;
|
|
4
|
+
label?: string | null;
|
|
5
|
+
modelValue?: string | number | null;
|
|
6
|
+
errorMessages?: string[];
|
|
7
|
+
type?: string;
|
|
8
|
+
maxlength?: string | number;
|
|
9
|
+
placeholder?: string | null;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
readonly?: boolean;
|
|
13
|
+
autofocus?: boolean;
|
|
14
|
+
optionalLabel?: boolean;
|
|
15
|
+
min?: number | null;
|
|
16
|
+
max?: number | null;
|
|
17
|
+
}
|
|
18
|
+
/** Props */
|
|
19
|
+
type __VLS_Props = ITextInputProps;
|
|
20
|
+
type __VLS_PublicProps = {
|
|
21
|
+
'modelValue'?: string | number | null;
|
|
22
|
+
} & __VLS_Props;
|
|
23
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
25
|
+
} & {
|
|
26
|
+
"update:modelValue": (value: string | number | null) => any;
|
|
27
|
+
onUpdate: (value: string | number | null) => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
30
|
+
onOnUpdate?: ((value: string | number | null) => any) | undefined;
|
|
31
|
+
}>, {
|
|
32
|
+
type: string;
|
|
33
|
+
required: boolean;
|
|
34
|
+
label: string | null;
|
|
35
|
+
id: string | null;
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
placeholder: string | null;
|
|
38
|
+
modelValue: string | number | null;
|
|
39
|
+
errorMessages: string[];
|
|
40
|
+
maxlength: string | number;
|
|
41
|
+
autofocus: boolean;
|
|
42
|
+
optionalLabel: boolean;
|
|
43
|
+
min: number | null;
|
|
44
|
+
max: number | null;
|
|
45
|
+
readonly: boolean;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=Text.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Text.vue"],"names":[],"mappings":"AA8GA,iBAAiB;AACjB,UAAU,eAAe;IACvB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;IACnC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACpB;AAMD,YAAY;AACZ,KAAK,WAAW,GAAG,eAAe,CAAC;AA0DnC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACrC,GAAG,WAAW,CAAC;;;;;;;;;;UA7EP,MAAM;cAIF,OAAO;WAPV,MAAM,GAAG,IAAI;QADhB,MAAM,GAAG,IAAI;cAOP,OAAO;iBADJ,MAAM,GAAG,IAAI;gBA0Ed,MAAM,GAAG,MAAM,GAAG,IAAI;mBA7EnB,MAAM,EAAE;eAEZ,MAAM,GAAG,MAAM;eAKf,OAAO;mBACH,OAAO;SACjB,MAAM,GAAG,IAAI;SACb,MAAM,GAAG,IAAI;cAJR,OAAO;;AA2JpB,wBASG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as UiInputTextArea } from './Textarea.vue';
|
|
3
|
+
declare const meta: Meta<typeof UiInputTextArea>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithValue: Story;
|
|
8
|
+
export declare const Required: Story;
|
|
9
|
+
export declare const Disabled: Story;
|
|
10
|
+
export declare const Readonly: Story;
|
|
11
|
+
export declare const WithMaxLength: Story;
|
|
12
|
+
export declare const LargeTextArea: Story;
|
|
13
|
+
export declare const NoResize: Story;
|
|
14
|
+
export declare const HorizontalResize: Story;
|
|
15
|
+
export declare const BothResize: Story;
|
|
16
|
+
export declare const WithOptionalLabel: Story;
|
|
17
|
+
export declare const Multiple: Story;
|
|
18
|
+
//# sourceMappingURL=TextArea.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/TextArea.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,eAAe,MAAM,gBAAgB,CAAA;AAE5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CAoBtC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAO3B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAO9B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAOxB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAO/B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAmCtB,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/** Interfaces */
|
|
2
|
+
interface ITextareaInputProps {
|
|
3
|
+
id?: string | null;
|
|
4
|
+
label?: string | null;
|
|
5
|
+
modelValue?: string | null;
|
|
6
|
+
errorMessages?: string[];
|
|
7
|
+
maxlength?: string | number;
|
|
8
|
+
placeholder?: string | null;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
required?: boolean;
|
|
11
|
+
readonly?: boolean;
|
|
12
|
+
autofocus?: boolean;
|
|
13
|
+
optionalLabel?: boolean;
|
|
14
|
+
rows?: number;
|
|
15
|
+
cols?: number;
|
|
16
|
+
resize?: 'none' | 'both' | 'horizontal' | 'vertical';
|
|
17
|
+
}
|
|
18
|
+
/** Props */
|
|
19
|
+
type __VLS_Props = ITextareaInputProps;
|
|
20
|
+
type __VLS_PublicProps = {
|
|
21
|
+
'modelValue'?: string | null;
|
|
22
|
+
} & __VLS_Props;
|
|
23
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
"update:modelValue": (value: string | null) => any;
|
|
25
|
+
} & {
|
|
26
|
+
"update:modelValue": (value: string | null) => any;
|
|
27
|
+
onUpdate: (value: string | null) => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
30
|
+
onOnUpdate?: ((value: string | null) => any) | undefined;
|
|
31
|
+
}>, {
|
|
32
|
+
required: boolean;
|
|
33
|
+
label: string | null;
|
|
34
|
+
id: string | null;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
placeholder: string | null;
|
|
37
|
+
resize: "none" | "both" | "horizontal" | "vertical";
|
|
38
|
+
modelValue: string | null;
|
|
39
|
+
errorMessages: string[];
|
|
40
|
+
maxlength: string | number;
|
|
41
|
+
autofocus: boolean;
|
|
42
|
+
optionalLabel: boolean;
|
|
43
|
+
readonly: boolean;
|
|
44
|
+
rows: number;
|
|
45
|
+
cols: number;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=Textarea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Textarea.vue"],"names":[],"mappings":"AA+GA,iBAAiB;AACjB,UAAU,mBAAmB;IAC3B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAA;CACrD;AAMD,YAAY;AACZ,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA2DvC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,WAAW,CAAC;;;;;;;;;;cA3EH,OAAO;WANV,MAAM,GAAG,IAAI;QADhB,MAAM,GAAG,IAAI;cAMP,OAAO;iBADJ,MAAM,GAAG,IAAI;YAQlB,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU;gBAoEvC,MAAM,GAAG,IAAI;mBA9EV,MAAM,EAAE;eACZ,MAAM,GAAG,MAAM;eAKf,OAAO;mBACH,OAAO;cAFZ,OAAO;UAGX,MAAM;UACN,MAAM;;AAwJf,wBASG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { RouteLocationRaw } from 'vue-router';
|
|
2
|
+
import { IButtonProps } from '../../../types/button';
|
|
3
|
+
/** Interfaces */
|
|
4
|
+
interface ILinkTooltipProps extends Omit<IButtonProps, 'onClick'> {
|
|
5
|
+
linkTo: RouteLocationRaw;
|
|
6
|
+
tooltipText?: string;
|
|
7
|
+
}
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
icon?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<ILinkTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ILinkTooltipProps> & Readonly<{}>, {
|
|
18
|
+
text: string | null;
|
|
19
|
+
title: string | null;
|
|
20
|
+
size: string;
|
|
21
|
+
color: string;
|
|
22
|
+
id: string | null;
|
|
23
|
+
variant: import('../../../types/button').ButtonVariant | string | undefined;
|
|
24
|
+
iconVariant: "shape-sm" | "shape-md" | "compact-sm" | "compact";
|
|
25
|
+
icon: boolean;
|
|
26
|
+
iconTrailing: boolean;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
loading: boolean;
|
|
29
|
+
tooltipText: string;
|
|
30
|
+
customClass: import('../../../types/button').ButtonClassName | null;
|
|
31
|
+
rounded: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=LinkTooltip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkTooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/link/LinkTooltip.vue"],"names":[],"mappings":"AAwGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAIlD,iBAAiB;AACjB,UAAU,iBAAkB,SAAQ,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC;IAC/D,MAAM,EAAE,gBAAgB,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAwFD,iBAAS,cAAc;WA8DT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;iBAxKL,MAAM;;;6EAgLpB,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,62 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../..').IListGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
6
|
+
size: import('../../..').ListSize | string | null;
|
|
7
|
+
variant: import('../../..').ListVariant | string | null;
|
|
8
|
+
customClass: import('../../..').ListClassName | null;
|
|
9
|
+
isInteractive: boolean;
|
|
10
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
|
|
11
|
+
P: {};
|
|
12
|
+
B: {};
|
|
13
|
+
D: {};
|
|
14
|
+
C: {};
|
|
15
|
+
M: {};
|
|
16
|
+
Defaults: {};
|
|
17
|
+
}, Readonly<import('../../..').IListGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
18
|
+
size: import('../../..').ListSize | string | null;
|
|
19
|
+
variant: import('../../..').ListVariant | string | null;
|
|
20
|
+
customClass: import('../../..').ListClassName | null;
|
|
21
|
+
isInteractive: boolean;
|
|
22
|
+
}>;
|
|
23
|
+
__isFragment?: never;
|
|
24
|
+
__isTeleport?: never;
|
|
25
|
+
__isSuspense?: never;
|
|
26
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../..').IListGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
27
|
+
size: import('../../..').ListSize | string | null;
|
|
28
|
+
variant: import('../../..').ListVariant | string | null;
|
|
29
|
+
customClass: import('../../..').ListClassName | null;
|
|
30
|
+
isInteractive: boolean;
|
|
31
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
32
|
+
$slots: {
|
|
33
|
+
default?(_: {}): any;
|
|
34
|
+
};
|
|
35
|
+
});
|
|
36
|
+
tags: string[];
|
|
37
|
+
argTypes: {
|
|
38
|
+
variant: {
|
|
39
|
+
control: "select";
|
|
40
|
+
options: (string | null)[];
|
|
41
|
+
};
|
|
42
|
+
size: {
|
|
43
|
+
control: "select";
|
|
44
|
+
options: (string | null)[];
|
|
45
|
+
};
|
|
46
|
+
isInteractive: {
|
|
47
|
+
control: "boolean";
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
export default meta;
|
|
52
|
+
type Story = StoryObj<typeof meta>;
|
|
53
|
+
export declare const Default: Story;
|
|
54
|
+
export declare const WithIcons: Story;
|
|
55
|
+
export declare const ActiveItem: Story;
|
|
56
|
+
export declare const DisabledItem: Story;
|
|
57
|
+
export declare const Interactive: Story;
|
|
58
|
+
export declare const Flush: Story;
|
|
59
|
+
export declare const Small: Story;
|
|
60
|
+
export declare const Large: Story;
|
|
61
|
+
export declare const ComplexList: Story;
|
|
62
|
+
//# sourceMappingURL=List.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"List.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/list/List.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAIrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAe0B,CAAA;AAEpC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAYvB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAYxB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAW1B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAWzB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAWnB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAWnB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAWnB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KA8BzB,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IListGroupProps } from '../../../types/list';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLUListElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<IListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IListGroupProps> & Readonly<{}>, {
|
|
12
|
+
size: import('../../../types/list').ListSize | string | null;
|
|
13
|
+
variant: import('../../../types/list').ListVariant | string | null;
|
|
14
|
+
customClass: import('../../../types/list').ListClassName | null;
|
|
15
|
+
isInteractive: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=ListGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/list/ListGroup.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AA2CnD,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;0FAQnB,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,11 @@
|
|
|
1
|
+
import { IListItemProps } from '../../../types/list';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<IListItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IListItemProps> & Readonly<{}>, {
|
|
3
|
+
text: string | null;
|
|
4
|
+
title: string | null;
|
|
5
|
+
icon: string | null;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
customClass: import('../../../types/list').ListClassName | null;
|
|
8
|
+
active: boolean;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=ListItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/list/ListItem.vue"],"names":[],"mappings":"AAqEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;;;;;;;;;AAoHlD,wBAQG"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../..').INavbarProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
6
|
+
customClass: import('../../..').NavbarClassName | null;
|
|
7
|
+
sticky: boolean;
|
|
8
|
+
fluid: boolean;
|
|
9
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
10
|
+
P: {};
|
|
11
|
+
B: {};
|
|
12
|
+
D: {};
|
|
13
|
+
C: {};
|
|
14
|
+
M: {};
|
|
15
|
+
Defaults: {};
|
|
16
|
+
}, Readonly<import('../../..').INavbarProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
17
|
+
customClass: import('../../..').NavbarClassName | null;
|
|
18
|
+
sticky: boolean;
|
|
19
|
+
fluid: boolean;
|
|
20
|
+
}>;
|
|
21
|
+
__isFragment?: never;
|
|
22
|
+
__isTeleport?: never;
|
|
23
|
+
__isSuspense?: never;
|
|
24
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../..').INavbarProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
25
|
+
customClass: import('../../..').NavbarClassName | null;
|
|
26
|
+
sticky: boolean;
|
|
27
|
+
fluid: boolean;
|
|
28
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
29
|
+
$slots: {
|
|
30
|
+
default?(_: {}): any;
|
|
31
|
+
default?(_: {}): any;
|
|
32
|
+
};
|
|
33
|
+
});
|
|
34
|
+
tags: string[];
|
|
35
|
+
argTypes: {
|
|
36
|
+
sticky: {
|
|
37
|
+
control: "boolean";
|
|
38
|
+
};
|
|
39
|
+
fluid: {
|
|
40
|
+
control: "boolean";
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
decorators: (() => {
|
|
44
|
+
template: string;
|
|
45
|
+
})[];
|
|
46
|
+
};
|
|
47
|
+
export default meta;
|
|
48
|
+
type Story = StoryObj<typeof meta>;
|
|
49
|
+
export declare const Default: Story;
|
|
50
|
+
export declare const WithAvatar: Story;
|
|
51
|
+
export declare const WithBadges: Story;
|
|
52
|
+
export declare const WithNavLinks: Story;
|
|
53
|
+
export declare const NonSticky: Story;
|
|
54
|
+
export declare const WithLogo: Story;
|
|
55
|
+
export declare const ContainedWidth: Story;
|
|
56
|
+
//# sourceMappingURL=Navbar.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Navbar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/Navbar.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAerD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAauB,CAAA;AAEjC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KA8CrB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAgExB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAkDxB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAiD1B,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KA2CvB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KA+CtB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KA2C5B,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { INavbarProps } from '../../../types/navbar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<INavbarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarProps> & Readonly<{}>, {
|
|
13
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
14
|
+
sticky: boolean;
|
|
15
|
+
fluid: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=Navbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Navbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/Navbar.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAqBlD,iBAAS,cAAc;WAkDT,OAAO,IAA6B;;yBAXrB,GAAG;yBACH,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6EAQnB,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,13 @@
|
|
|
1
|
+
import { INavbarAvatarProps } from '../../../types/navbar';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<INavbarAvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
click: () => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<INavbarAvatarProps> & Readonly<{
|
|
5
|
+
onClick?: (() => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
size: "sm" | "navbar";
|
|
8
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
9
|
+
src: string | null;
|
|
10
|
+
alt: string;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=NavbarAvatar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarAvatar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarAvatar.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;AA0FxD,wBASG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { INavbarBrandProps } from '../../../types/navbar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
link?(_: {
|
|
6
|
+
linkTarget: string;
|
|
7
|
+
brandText: string;
|
|
8
|
+
}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<INavbarBrandProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarBrandProps> & Readonly<{}>, {
|
|
15
|
+
text: string;
|
|
16
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
17
|
+
initials: string | null;
|
|
18
|
+
to: string | object;
|
|
19
|
+
href: string;
|
|
20
|
+
logo: string | null;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=NavbarBrand.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarBrand.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarBrand.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AA8BvD,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;;;;YAVxB,GAAG;;;;EAe5B;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,22 @@
|
|
|
1
|
+
import { INavbarCollapseProps } from '../../../types/navbar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
end?(_: {}): any;
|
|
6
|
+
start?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<INavbarCollapseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarCollapseProps> & Readonly<{}>, {
|
|
13
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
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=NavbarCollapse.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarCollapse.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarCollapse.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAa1D,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;qBAXzB,GAAG;uBACD,GAAG;;;;EAe7B;AASD,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 { INavbarItemProps } from '../../../types/navbar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLLIElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<INavbarItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarItemProps> & Readonly<{}>, {
|
|
12
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=NavbarItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarItem.vue"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAatD,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;uFAQnB,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,31 @@
|
|
|
1
|
+
import { INavbarLinkProps } from '../../../types/navbar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
link?(_: {
|
|
6
|
+
linkTarget: string;
|
|
7
|
+
isActive: boolean;
|
|
8
|
+
isDisabled: boolean;
|
|
9
|
+
}): any;
|
|
10
|
+
icon?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLLIElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<INavbarLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarLinkProps> & Readonly<{}>, {
|
|
17
|
+
text: string;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
20
|
+
active: boolean;
|
|
21
|
+
to: string | object;
|
|
22
|
+
href: string;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=NavbarLink.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarLink.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AA8BtD,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;;;;;YAXxB,GAAG;sBACH,GAAG;;;;EAe5B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;uFAQnB,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 { INavbarMobileMenuProps } from '../../../types/navbar';
|
|
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<INavbarMobileMenuProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarMobileMenuProps> & Readonly<{}>, {
|
|
12
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=NavbarMobileMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarMobileMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarMobileMenu.vue"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAA;AAa5D,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,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,22 @@
|
|
|
1
|
+
import { INavbarNavProps } from '../../../types/navbar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLUListElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<INavbarNavProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarNavProps> & Readonly<{}>, {
|
|
12
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
13
|
+
position: "start" | "end";
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
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=NavbarNav.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarNav.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarNav.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AA0BrD,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;0FAQnB,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,23 @@
|
|
|
1
|
+
import { INavbarTitleProps } from '../../../types/navbar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
brand?(_: {}): any;
|
|
6
|
+
title?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<INavbarTitleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<INavbarTitleProps> & Readonly<{}>, {
|
|
13
|
+
title: string;
|
|
14
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=NavbarTitle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarTitle.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAevD,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;uBAXvB,GAAG;uBACH,GAAG;;;;EAe7B;AASD,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,13 @@
|
|
|
1
|
+
import { INavbarToggleProps } from '../../../types/navbar';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<INavbarToggleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
toggle: () => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<INavbarToggleProps> & Readonly<{
|
|
5
|
+
onToggle?: (() => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
customClass: import('../../../types/navbar').NavbarClassName | null;
|
|
8
|
+
collapsed: boolean;
|
|
9
|
+
collapseText: string;
|
|
10
|
+
expandText: string;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=NavbarToggle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavbarToggle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/navbar/NavbarToggle.vue"],"names":[],"mappings":"AA2CA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;AAsHxD,wBASG"}
|