@stlhorizon/vue-ui 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +412 -415
- package/dist/index.js +8 -8
- package/dist/index.umd.js +8 -8
- package/dist/src/App.vue.d.ts +3 -0
- package/dist/src/App.vue.d.ts.map +1 -0
- package/dist/src/__tests__/App.spec.d.ts +2 -0
- package/dist/src/__tests__/App.spec.d.ts.map +1 -0
- package/dist/src/components/Accordion.vue.d.ts +31 -0
- package/dist/src/components/Accordion.vue.d.ts.map +1 -0
- package/dist/src/components/AccordionItem.vue.d.ts +24 -0
- package/dist/src/components/AccordionItem.vue.d.ts.map +1 -0
- package/dist/src/components/Alert.vue.d.ts +34 -0
- package/dist/src/components/Alert.vue.d.ts.map +1 -0
- package/dist/src/components/Avatar.vue.d.ts +19 -0
- package/dist/src/components/Avatar.vue.d.ts.map +1 -0
- package/dist/src/components/Badge.vue.d.ts +16 -0
- package/dist/src/components/Badge.vue.d.ts.map +1 -0
- package/dist/src/components/Breadcrumb.vue.d.ts +15 -0
- package/dist/src/components/Breadcrumb.vue.d.ts.map +1 -0
- package/dist/src/components/Button.vue.d.ts +20 -0
- package/dist/src/components/Button.vue.d.ts.map +1 -0
- package/dist/src/components/ButtonGroup.vue.d.ts +22 -0
- package/dist/src/components/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/src/components/Calendar.vue.d.ts +6 -0
- package/dist/src/components/Calendar.vue.d.ts.map +1 -0
- package/dist/src/components/Card.vue.d.ts +10 -0
- package/dist/src/components/Card.vue.d.ts.map +1 -0
- package/dist/src/components/CardBody.vue.d.ts +16 -0
- package/dist/src/components/CardBody.vue.d.ts.map +1 -0
- package/dist/src/components/CardContent.vue.d.ts +10 -0
- package/dist/src/components/CardContent.vue.d.ts.map +1 -0
- package/dist/src/components/CardFooter.vue.d.ts +16 -0
- package/dist/src/components/CardFooter.vue.d.ts.map +1 -0
- package/dist/src/components/CardHeader.vue.d.ts +10 -0
- package/dist/src/components/CardHeader.vue.d.ts.map +1 -0
- package/dist/src/components/CardTitle.vue.d.ts +10 -0
- package/dist/src/components/CardTitle.vue.d.ts.map +1 -0
- package/dist/src/components/Checkbox.vue.d.ts +19 -0
- package/dist/src/components/Checkbox.vue.d.ts.map +1 -0
- package/dist/src/components/DataTable.vue.d.ts +24 -0
- package/dist/src/components/DataTable.vue.d.ts.map +1 -0
- package/dist/src/components/DataTableCell.vue.d.ts +22 -0
- package/dist/src/components/DataTableCell.vue.d.ts.map +1 -0
- package/dist/src/components/DataTableFilters.vue.d.ts +28 -0
- package/dist/src/components/DataTableFilters.vue.d.ts.map +1 -0
- package/dist/src/components/DataTableHeader.vue.d.ts +10 -0
- package/dist/src/components/DataTableHeader.vue.d.ts.map +1 -0
- package/dist/src/components/DataTablePagination.vue.d.ts +21 -0
- package/dist/src/components/DataTablePagination.vue.d.ts.map +1 -0
- package/dist/src/components/DataTableRow.vue.d.ts +22 -0
- package/dist/src/components/DataTableRow.vue.d.ts.map +1 -0
- package/dist/src/components/DataTableToolBar.vue.d.ts +24 -0
- package/dist/src/components/DataTableToolBar.vue.d.ts.map +1 -0
- package/dist/src/components/DatePicker.vue.d.ts +25 -0
- package/dist/src/components/DatePicker.vue.d.ts.map +1 -0
- package/dist/src/components/Divider.vue.d.ts +15 -0
- package/dist/src/components/Divider.vue.d.ts.map +1 -0
- package/dist/src/components/Dropdown.vue.d.ts +22 -0
- package/dist/src/components/Dropdown.vue.d.ts.map +1 -0
- package/dist/src/components/DropdownItem.vue.d.ts +26 -0
- package/dist/src/components/DropdownItem.vue.d.ts.map +1 -0
- package/dist/src/components/FileUpload.vue.d.ts +17 -0
- package/dist/src/components/FileUpload.vue.d.ts.map +1 -0
- package/dist/src/components/Footer.vue.d.ts +24 -0
- package/dist/src/components/Footer.vue.d.ts.map +1 -0
- package/dist/src/components/FormField.vue.d.ts +34 -0
- package/dist/src/components/FormField.vue.d.ts.map +1 -0
- package/dist/src/components/Header.vue.d.ts +24 -0
- package/dist/src/components/Header.vue.d.ts.map +1 -0
- package/dist/src/components/Icon.vue.d.ts +13 -0
- package/dist/src/components/Icon.vue.d.ts.map +1 -0
- package/dist/src/components/Image.vue.d.ts +23 -0
- package/dist/src/components/Image.vue.d.ts.map +1 -0
- package/dist/src/components/Input.vue.d.ts +3 -0
- package/dist/src/components/Input.vue.d.ts.map +1 -0
- package/dist/src/components/InputGroup.vue.d.ts +20 -0
- package/dist/src/components/InputGroup.vue.d.ts.map +1 -0
- package/dist/src/components/Label.vue.d.ts +24 -0
- package/dist/src/components/Label.vue.d.ts.map +1 -0
- package/dist/src/components/Link.vue.d.ts +26 -0
- package/dist/src/components/Link.vue.d.ts.map +1 -0
- package/dist/src/components/ListItem.vue.d.ts +32 -0
- package/dist/src/components/ListItem.vue.d.ts.map +1 -0
- package/dist/src/components/Logo.vue.d.ts +19 -0
- package/dist/src/components/Logo.vue.d.ts.map +1 -0
- package/dist/src/components/MainNavigation.vue.d.ts +18 -0
- package/dist/src/components/MainNavigation.vue.d.ts.map +1 -0
- package/dist/src/components/MenuItem.vue.d.ts +28 -0
- package/dist/src/components/MenuItem.vue.d.ts.map +1 -0
- package/dist/src/components/Modal.vue.d.ts +22 -0
- package/dist/src/components/Modal.vue.d.ts.map +1 -0
- package/dist/src/components/ModalBody.vue.d.ts +16 -0
- package/dist/src/components/ModalBody.vue.d.ts.map +1 -0
- package/dist/src/components/ModalFooter.vue.d.ts +16 -0
- package/dist/src/components/ModalFooter.vue.d.ts.map +1 -0
- package/dist/src/components/ModalHeader.vue.d.ts +18 -0
- package/dist/src/components/ModalHeader.vue.d.ts.map +1 -0
- package/dist/src/components/Notification.vue.d.ts +28 -0
- package/dist/src/components/Notification.vue.d.ts.map +1 -0
- package/dist/src/components/Option.vue.d.ts +21 -0
- package/dist/src/components/Option.vue.d.ts.map +1 -0
- package/dist/src/components/ProgressBar.vue.d.ts +19 -0
- package/dist/src/components/ProgressBar.vue.d.ts.map +1 -0
- package/dist/src/components/Radio.vue.d.ts +21 -0
- package/dist/src/components/Radio.vue.d.ts.map +1 -0
- package/dist/src/components/Search.vue.d.ts +42 -0
- package/dist/src/components/Search.vue.d.ts.map +1 -0
- package/dist/src/components/Select.vue.d.ts +34 -0
- package/dist/src/components/Select.vue.d.ts.map +1 -0
- package/dist/src/components/Sidebar.vue.d.ts +22 -0
- package/dist/src/components/Sidebar.vue.d.ts.map +1 -0
- package/dist/src/components/Slider.vue.d.ts +17 -0
- package/dist/src/components/Slider.vue.d.ts.map +1 -0
- package/dist/src/components/Spinner.vue.d.ts +15 -0
- package/dist/src/components/Spinner.vue.d.ts.map +1 -0
- package/dist/src/components/Stepper.vue.d.ts +10 -0
- package/dist/src/components/Stepper.vue.d.ts.map +1 -0
- package/dist/src/components/StepperItem.vue.d.ts +17 -0
- package/dist/src/components/StepperItem.vue.d.ts.map +1 -0
- package/dist/src/components/Switch.vue.d.ts +17 -0
- package/dist/src/components/Switch.vue.d.ts.map +1 -0
- package/dist/src/components/Tab.vue.d.ts +16 -0
- package/dist/src/components/Tab.vue.d.ts.map +1 -0
- package/dist/src/components/TabPanel.vue.d.ts +16 -0
- package/dist/src/components/TabPanel.vue.d.ts.map +1 -0
- package/dist/src/components/Text.vue.d.ts +26 -0
- package/dist/src/components/Text.vue.d.ts.map +1 -0
- package/dist/src/components/Textarea.vue.d.ts +38 -0
- package/dist/src/components/Textarea.vue.d.ts.map +1 -0
- package/dist/src/components/Timeline.vue.d.ts +16 -0
- package/dist/src/components/Timeline.vue.d.ts.map +1 -0
- package/dist/src/components/TimelineItem.vue.d.ts +26 -0
- package/dist/src/components/TimelineItem.vue.d.ts.map +1 -0
- package/dist/src/components/Toast.vue.d.ts +28 -0
- package/dist/src/components/Toast.vue.d.ts.map +1 -0
- package/dist/src/components/Tooltip.vue.d.ts +22 -0
- package/dist/src/components/Tooltip.vue.d.ts.map +1 -0
- package/dist/src/components/Typography.vue.d.ts +20 -0
- package/dist/src/components/Typography.vue.d.ts.map +1 -0
- package/dist/src/index.d.ts +70 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/layouts/AuthLayout.vue.d.ts +34 -0
- package/dist/src/layouts/AuthLayout.vue.d.ts.map +1 -0
- package/dist/src/layouts/DefaultLayout.vue.d.ts +30 -0
- package/dist/src/layouts/DefaultLayout.vue.d.ts.map +1 -0
- package/dist/src/layouts/ErrorLayout.vue.d.ts +34 -0
- package/dist/src/layouts/ErrorLayout.vue.d.ts.map +1 -0
- package/dist/src/main.d.ts +2 -0
- package/dist/src/main.d.ts.map +1 -0
- package/dist/src/router/index.d.ts +3 -0
- package/dist/src/router/index.d.ts.map +1 -0
- package/dist/src/stores/counter.d.ts +14 -0
- package/dist/src/stores/counter.d.ts.map +1 -0
- package/dist/src/utils/cn.d.ts +7 -0
- package/dist/src/utils/cn.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +17 -15
- package/src/index.js +82 -87
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
variant: string;
|
|
9
|
+
placement: string;
|
|
10
|
+
triggerText: string;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
trigger?: (props: {}) => any;
|
|
14
|
+
} & {
|
|
15
|
+
default?: (props: {}) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const props: {
|
|
18
|
+
readonly variant: string;
|
|
19
|
+
readonly placement: string;
|
|
20
|
+
readonly triggerText: string;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=Dropdown.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown.vue"],"names":[],"mappings":"wBAoTqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;2OAErC;;;;;;AA3LH;;;;EAeE"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof emit;
|
|
8
|
+
$props: Partial<typeof props>;
|
|
9
|
+
variant: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
icon?: string;
|
|
12
|
+
href?: string;
|
|
13
|
+
shortcut?: string;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
default?: (props: {}) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const emit: (event: "click", ...args: any[]) => void;
|
|
19
|
+
declare const props: {
|
|
20
|
+
readonly variant: string;
|
|
21
|
+
readonly disabled: boolean;
|
|
22
|
+
readonly icon?: string;
|
|
23
|
+
readonly href?: string;
|
|
24
|
+
readonly shortcut?: string;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=DropdownItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownItem.vue"],"names":[],"mappings":"wBA2MqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;2OAGrC;;;;AA5HH,6DAAmC;AAZnC;;;;;;EAUE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: typeof emit;
|
|
3
|
+
$props: Partial<typeof props>;
|
|
4
|
+
variant: string;
|
|
5
|
+
multiple: boolean;
|
|
6
|
+
accept?: string;
|
|
7
|
+
maxSize?: number;
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
declare const emit: (event: "files-selected" | "file-removed", ...args: any[]) => void;
|
|
11
|
+
declare const props: {
|
|
12
|
+
readonly variant: string;
|
|
13
|
+
readonly multiple: boolean;
|
|
14
|
+
readonly accept?: string;
|
|
15
|
+
readonly maxSize?: number;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=FileUpload.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FileUpload.vue"],"names":[],"mappings":";WAockB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;AAtRxC,uFAA4D;AAX5D;;;;;EASE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof __VLS_props>;
|
|
8
|
+
className: string;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
brand?: (props: {}) => any;
|
|
12
|
+
} & {
|
|
13
|
+
links?: (props: {}) => any;
|
|
14
|
+
} & {
|
|
15
|
+
social?: (props: {}) => any;
|
|
16
|
+
} & {
|
|
17
|
+
copyright?: (props: {}) => any;
|
|
18
|
+
} & {
|
|
19
|
+
legal?: (props: {}) => any;
|
|
20
|
+
};
|
|
21
|
+
declare const __VLS_props: {
|
|
22
|
+
readonly className: string;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=Footer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Footer.vue"],"names":[],"mappings":"wBAwaqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;2OAE3C;;;;;;;;;;;;AA5VH;;EAKE"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
variant: string;
|
|
9
|
+
required: boolean;
|
|
10
|
+
label?: string;
|
|
11
|
+
success?: string;
|
|
12
|
+
error?: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
description?: string;
|
|
15
|
+
hint?: string;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
type __VLS_Slots = {
|
|
18
|
+
default?: (props: {
|
|
19
|
+
fieldId: string;
|
|
20
|
+
hasError: boolean;
|
|
21
|
+
ariaDescribedBy: string;
|
|
22
|
+
}) => any;
|
|
23
|
+
};
|
|
24
|
+
declare const props: {
|
|
25
|
+
readonly variant: string;
|
|
26
|
+
readonly required: boolean;
|
|
27
|
+
readonly label?: string;
|
|
28
|
+
readonly success?: string;
|
|
29
|
+
readonly error?: string;
|
|
30
|
+
readonly id?: string;
|
|
31
|
+
readonly description?: string;
|
|
32
|
+
readonly hint?: string;
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=FormField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormField.vue"],"names":[],"mappings":"wBAsaqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;2OAErC;;;;;;;;AAxQH;;;;;;;;;EAaE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof __VLS_emit;
|
|
8
|
+
$props: Partial<typeof __VLS_props>;
|
|
9
|
+
className: string;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
logo?: (props: {}) => any;
|
|
13
|
+
} & {
|
|
14
|
+
navigation?: (props: {}) => any;
|
|
15
|
+
} & {
|
|
16
|
+
actions?: (props: {}) => any;
|
|
17
|
+
} & {
|
|
18
|
+
'mobile-toggle'?: (props: {}) => any;
|
|
19
|
+
};
|
|
20
|
+
declare const __VLS_emit: (event: "toggle-mobile-menu", ...args: any[]) => void;
|
|
21
|
+
declare const __VLS_props: {
|
|
22
|
+
readonly className: string;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=Header.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Header.vue"],"names":[],"mappings":"wBAgPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,UAAU;YADhB,OAAO,CAAC,OAAO,WAAW,CAAC;;2OAG3C;;;;;;;;;;AAjLH,gFAAsD;AAPtD;;EAKE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: Partial<typeof props>;
|
|
3
|
+
name: string;
|
|
4
|
+
size: string | number;
|
|
5
|
+
class?: string;
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare const props: {
|
|
9
|
+
readonly name: string;
|
|
10
|
+
readonly size: string | number;
|
|
11
|
+
readonly class?: string;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=Icon.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon.vue"],"names":[],"mappings":";YAyGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;AAjExC;;;;EAUE"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: typeof emit;
|
|
3
|
+
$props: Partial<typeof props>;
|
|
4
|
+
src: string;
|
|
5
|
+
alt: string;
|
|
6
|
+
aspectRatio: string;
|
|
7
|
+
objectFit: string;
|
|
8
|
+
loading: string;
|
|
9
|
+
showSpinner: boolean;
|
|
10
|
+
class?: string;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
13
|
+
declare const emit: (event: "error" | "load", ...args: any[]) => void;
|
|
14
|
+
declare const props: {
|
|
15
|
+
readonly src: string;
|
|
16
|
+
readonly alt: string;
|
|
17
|
+
readonly aspectRatio: string;
|
|
18
|
+
readonly objectFit: string;
|
|
19
|
+
readonly loading: string;
|
|
20
|
+
readonly showSpinner: boolean;
|
|
21
|
+
readonly class?: string;
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=Image.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Image.vue"],"names":[],"mappings":";WA+TkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;AAlKxC,sEAA2C;AA/B3C;;;;;;;;EA6BE"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Input.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
variant: string;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
prefix?: (props: {}) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: {}) => any;
|
|
14
|
+
} & {
|
|
15
|
+
suffix?: (props: {}) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const props: {
|
|
18
|
+
readonly variant: string;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=InputGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputGroup.vue"],"names":[],"mappings":"wBA8IqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;2OAErC;;;;;;;;AAjGH;;EAME"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
size: string;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
required: boolean;
|
|
11
|
+
class?: string;
|
|
12
|
+
htmlFor?: string;
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
type __VLS_Slots = {
|
|
15
|
+
default?: (props: {}) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const props: {
|
|
18
|
+
readonly size: string;
|
|
19
|
+
readonly disabled: boolean;
|
|
20
|
+
readonly required: boolean;
|
|
21
|
+
readonly class?: string;
|
|
22
|
+
readonly htmlFor?: string;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=Label.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label.vue"],"names":[],"mappings":"wBA+HqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;2OAErC;;;;AA5EH;;;;;;EAUE"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
variant: string;
|
|
9
|
+
underline: string;
|
|
10
|
+
external: boolean;
|
|
11
|
+
class?: string;
|
|
12
|
+
href?: string;
|
|
13
|
+
to?: string | Record<string, any>;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
default?: (props: {}) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const props: {
|
|
19
|
+
readonly variant: string;
|
|
20
|
+
readonly underline: string;
|
|
21
|
+
readonly external: boolean;
|
|
22
|
+
readonly class?: string;
|
|
23
|
+
readonly href?: string;
|
|
24
|
+
readonly to?: string | Record<string, any>;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Link.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link.vue"],"names":[],"mappings":"wBA8KqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAErC;;;;AAvGH;;;;;;;EAeE"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof emit;
|
|
8
|
+
$props: Partial<typeof props>;
|
|
9
|
+
variant: string;
|
|
10
|
+
icon?: string;
|
|
11
|
+
title?: string;
|
|
12
|
+
role?: string;
|
|
13
|
+
href?: string;
|
|
14
|
+
description?: string;
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
type __VLS_Slots = {
|
|
17
|
+
icon?: (props: {}) => any;
|
|
18
|
+
} & {
|
|
19
|
+
default?: (props: {}) => any;
|
|
20
|
+
} & {
|
|
21
|
+
action?: (props: {}) => any;
|
|
22
|
+
};
|
|
23
|
+
declare const emit: (event: "click", ...args: any[]) => void;
|
|
24
|
+
declare const props: {
|
|
25
|
+
readonly variant: string;
|
|
26
|
+
readonly icon?: string;
|
|
27
|
+
readonly title?: string;
|
|
28
|
+
readonly role?: string;
|
|
29
|
+
readonly href?: string;
|
|
30
|
+
readonly description?: string;
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=ListItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ListItem.vue"],"names":[],"mappings":"wBAkRqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAGrC;;;;;;;;AA3KH,6DAAmC;AAbnC;;;;;;;EAWE"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: Partial<typeof props>;
|
|
3
|
+
variant: string;
|
|
4
|
+
size: string;
|
|
5
|
+
text?: string;
|
|
6
|
+
class?: string;
|
|
7
|
+
src?: string;
|
|
8
|
+
alt?: string;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const props: {
|
|
12
|
+
readonly variant: string;
|
|
13
|
+
readonly size: string;
|
|
14
|
+
readonly text?: string;
|
|
15
|
+
readonly class?: string;
|
|
16
|
+
readonly src?: string;
|
|
17
|
+
readonly alt?: string;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=Logo.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logo.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Logo.vue"],"names":[],"mappings":";YAyLmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;AA7GxC;;;;;;;EAeE"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof __VLS_props>;
|
|
8
|
+
items: unknown[];
|
|
9
|
+
className: string;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
default?: (props: {}) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_props: {
|
|
15
|
+
readonly items: unknown[];
|
|
16
|
+
readonly className: string;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=MainNavigation.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainNavigation.vue.d.ts","sourceRoot":"","sources":["../../../src/components/MainNavigation.vue"],"names":[],"mappings":"wBAkIqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;2OAE3C;;;;AAxFH;;;EAcE"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof emit;
|
|
8
|
+
$props: Partial<typeof props>;
|
|
9
|
+
variant: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
hasSubmenu: boolean;
|
|
12
|
+
icon?: string;
|
|
13
|
+
href?: string;
|
|
14
|
+
shortcut?: string;
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
type __VLS_Slots = {
|
|
17
|
+
default?: (props: {}) => any;
|
|
18
|
+
};
|
|
19
|
+
declare const emit: (event: "click", ...args: any[]) => void;
|
|
20
|
+
declare const props: {
|
|
21
|
+
readonly variant: string;
|
|
22
|
+
readonly disabled: boolean;
|
|
23
|
+
readonly hasSubmenu: boolean;
|
|
24
|
+
readonly icon?: string;
|
|
25
|
+
readonly href?: string;
|
|
26
|
+
readonly shortcut?: string;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=MenuItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/MenuItem.vue"],"names":[],"mappings":"wBA+NqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAGrC;;;;AA7IH,6DAAmC;AAbnC;;;;;;;EAWE"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof emit;
|
|
8
|
+
$props: Partial<typeof props>;
|
|
9
|
+
modelValue: boolean;
|
|
10
|
+
showClose: boolean;
|
|
11
|
+
closeOnBackdrop: boolean;
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
type __VLS_Slots = {
|
|
14
|
+
default?: (props: {}) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const emit: (event: "update:modelValue" | "close", ...args: any[]) => void;
|
|
17
|
+
declare const props: {
|
|
18
|
+
readonly modelValue: boolean;
|
|
19
|
+
readonly showClose: boolean;
|
|
20
|
+
readonly closeOnBackdrop: boolean;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=Modal.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal.vue"],"names":[],"mappings":"wBAiRqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;2OAGrC;;;;AAlLH,mFAAwD;AAZxD;;;;EAUE"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
variant: string;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
default?: (props: {}) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const props: {
|
|
14
|
+
readonly variant: string;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ModalBody.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalBody.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalBody.vue"],"names":[],"mappings":"wBAsGqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;2OAErC;;;;AA/DH;;EAME"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
variant: string;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
default?: (props: {}) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const props: {
|
|
14
|
+
readonly variant: string;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ModalFooter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalFooter.vue"],"names":[],"mappings":"wBAsGqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;2OAErC;;;;AA/DH;;EAME"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof __VLS_props>;
|
|
8
|
+
title?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
default?: (props: {}) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_props: {
|
|
15
|
+
readonly title?: string;
|
|
16
|
+
readonly description?: string;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=ModalHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalHeader.vue"],"names":[],"mappings":"wBAgGqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;2OAE3C;;;;AA/FH;;;EAuBE"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof emit;
|
|
8
|
+
$props: Partial<typeof props>;
|
|
9
|
+
variant: string;
|
|
10
|
+
dismissible: boolean;
|
|
11
|
+
showIcon: boolean;
|
|
12
|
+
autoClose: number;
|
|
13
|
+
title?: string;
|
|
14
|
+
message?: string;
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
type __VLS_Slots = {
|
|
17
|
+
default?: (props: {}) => any;
|
|
18
|
+
};
|
|
19
|
+
declare const emit: (event: "dismiss", ...args: any[]) => void;
|
|
20
|
+
declare const props: {
|
|
21
|
+
readonly variant: string;
|
|
22
|
+
readonly dismissible: boolean;
|
|
23
|
+
readonly showIcon: boolean;
|
|
24
|
+
readonly autoClose: number;
|
|
25
|
+
readonly title?: string;
|
|
26
|
+
readonly message?: string;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=Notification.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notification.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Notification.vue"],"names":[],"mappings":"wBAyXqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAGrC;;;;AA7NH,+DAAqC;AAtBrC;;;;;;;EAoBE"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: typeof emit;
|
|
3
|
+
$props: Partial<typeof props>;
|
|
4
|
+
value: unknown;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
label: string;
|
|
7
|
+
selected: boolean;
|
|
8
|
+
icon?: string;
|
|
9
|
+
class?: string;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
declare const emit: (event: "select", ...args: any[]) => void;
|
|
13
|
+
declare const props: {
|
|
14
|
+
readonly value: unknown;
|
|
15
|
+
readonly disabled: boolean;
|
|
16
|
+
readonly label: string;
|
|
17
|
+
readonly selected: boolean;
|
|
18
|
+
readonly icon?: string;
|
|
19
|
+
readonly class?: string;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Option.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Option.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Option.vue"],"names":[],"mappings":";WA0NkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;AA5HxC,8DAAoC;AAdpC;;;;;;;EAYE"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: Partial<typeof props>;
|
|
3
|
+
value: number;
|
|
4
|
+
variant: string;
|
|
5
|
+
size: string;
|
|
6
|
+
max: number;
|
|
7
|
+
showLabel: boolean;
|
|
8
|
+
class?: string;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const props: {
|
|
12
|
+
readonly value: number;
|
|
13
|
+
readonly variant: string;
|
|
14
|
+
readonly size: string;
|
|
15
|
+
readonly max: number;
|
|
16
|
+
readonly showLabel: boolean;
|
|
17
|
+
readonly class?: string;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ProgressBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar.vue"],"names":[],"mappings":";YA6NmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;AA/HxC;;;;;;;EAqBE"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: typeof emit;
|
|
3
|
+
$props: Partial<typeof props>;
|
|
4
|
+
value: unknown;
|
|
5
|
+
size: string;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
modelValue: any;
|
|
8
|
+
label?: string;
|
|
9
|
+
class?: string;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
declare const emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
13
|
+
declare const props: {
|
|
14
|
+
readonly value: unknown;
|
|
15
|
+
readonly size: string;
|
|
16
|
+
readonly disabled: boolean;
|
|
17
|
+
readonly modelValue: any;
|
|
18
|
+
readonly label?: string;
|
|
19
|
+
readonly class?: string;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Radio.vue.d.ts.map
|