@beterdichtbij/component-library 0.11.7 → 0.11.8
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/bd-component-lib.cjs.js +127 -0
- package/dist/bd-component-lib.es.js +22570 -0
- package/dist/bd-component-lib.umd.js +127 -0
- package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts +28 -0
- package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts +60 -0
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts +17 -0
- package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDButton/BDButton.vue.d.ts +84 -0
- package/dist/components/atoms/BDButton/BDButton.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDCard/BDCard.vue.d.ts +94 -0
- package/dist/components/atoms/BDCard/BDCard.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts +50 -0
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDForm/BDForm.vue.d.ts +5 -0
- package/dist/components/atoms/BDForm/BDForm.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts +54 -0
- package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts +198 -0
- package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts +28 -0
- package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts +73 -0
- package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts +28 -0
- package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDLink/BDLink.vue.d.ts +50 -0
- package/dist/components/atoms/BDLink/BDLink.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDLogo/BDLogo.vue.d.ts +2 -0
- package/dist/components/atoms/BDLogo/BDLogo.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts +53 -0
- package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts +63 -0
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts +75 -0
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts.map +1 -0
- package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts +27 -0
- package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconAttachment.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconAttachment.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconBold.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconBold.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconBulletList.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconBulletList.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconCaretDown.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconCaretDown.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconCaretLeft.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconCaretLeft.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconCaretRight.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconCaretRight.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconCheck.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconCheck.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconClose.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconClose.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconError.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconError.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconFile.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconFile.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconHyperlink.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconHyperlink.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconInfo.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconInfo.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconItalic.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconItalic.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconOrderedList.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconOrderedList.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconRemove.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconRemove.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconUnderline.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconUnderline.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +17 -0
- package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts +52 -0
- package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts.map +1 -0
- package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts +97 -0
- package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts.map +1 -0
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +60 -0
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts.map +1 -0
- package/dist/components/molecules/BDUser/BDUser.vue.d.ts +56 -0
- package/dist/components/molecules/BDUser/BDUser.vue.d.ts.map +1 -0
- package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts +102 -0
- package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts.map +1 -0
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts +42 -0
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts.map +1 -0
- package/dist/composables/useUniqueIdentifier.d.ts +3 -0
- package/dist/index.d.ts +29 -0
- package/dist/interfaces/BDAlertProps.d.ts +5 -0
- package/dist/interfaces/BDArticleProps.d.ts +7 -0
- package/dist/interfaces/BDBadgeProps.d.ts +4 -0
- package/dist/interfaces/BDButtonProps.d.ts +9 -0
- package/dist/interfaces/BDCardProps.d.ts +10 -0
- package/dist/interfaces/BDCollapsableCardProps.d.ts +7 -0
- package/dist/interfaces/BDDropDownProps.d.ts +13 -0
- package/dist/interfaces/BDDropzoneProps.d.ts +11 -0
- package/dist/interfaces/BDFormCheckboxProps.d.ts +7 -0
- package/dist/interfaces/BDFormInputProps.d.ts +20 -0
- package/dist/interfaces/BDFormInvalidFeedbackProps.d.ts +4 -0
- package/dist/interfaces/BDFormSelectProps.d.ts +10 -0
- package/dist/interfaces/BDImage.d.ts +10 -0
- package/dist/interfaces/BDInputGroupProps.d.ts +4 -0
- package/dist/interfaces/BDLinkProps.d.ts +12 -0
- package/dist/interfaces/BDMarkdownEditorProps.d.ts +8 -0
- package/dist/interfaces/BDModalProps.d.ts +5 -0
- package/dist/interfaces/BDPaginationProps.d.ts +6 -0
- package/dist/interfaces/BDToastProps.d.ts +10 -0
- package/dist/interfaces/BDUserProps.d.ts +7 -0
- package/dist/interfaces/BDZoomSliderProps.d.ts +4 -0
- package/dist/layout/BDCol.vue.d.ts +77 -0
- package/dist/layout/BDContainer.vue.d.ts +31 -0
- package/dist/layout/BDRow.vue.d.ts +13 -0
- package/dist/main.d.ts +1 -0
- package/dist/scss/_alert.scss +11 -0
- package/dist/scss/_article.scss +24 -0
- package/dist/scss/_base.scss +2 -0
- package/dist/scss/_button.scss +54 -0
- package/dist/scss/_card.scss +83 -0
- package/dist/scss/_collapsable-card.scss +119 -0
- package/dist/scss/_dropdown.scss +102 -0
- package/dist/scss/_dropzone.scss +72 -0
- package/dist/scss/_forms.scss +2 -0
- package/dist/scss/_icons.scss +53 -0
- package/dist/scss/_markdown-editor.scss +48 -0
- package/dist/scss/_modal.scss +16 -0
- package/dist/scss/_pagination.scss +42 -0
- package/dist/scss/_profile-image.scss +47 -0
- package/dist/scss/_toast.scss +84 -0
- package/dist/scss/_user.scss +6 -0
- package/dist/scss/_zoomslider.scss +78 -0
- package/dist/scss/base/typography.scss +16 -0
- package/dist/scss/base/variables.scss +162 -0
- package/dist/scss/component-library-styling.scss +19 -0
- package/dist/scss/forms/_form-check.scss +12 -0
- package/dist/scss/forms/_form-input.scss +4 -0
- package/dist/scss/mixins.scss +46 -0
- package/dist/types/BDOption.d.ts +4 -0
- package/dist/types/BDText.d.ts +4 -0
- package/dist/types/BootstrapSizes.d.ts +8 -0
- package/dist/types/BootstrapVariants.d.ts +10 -0
- package/dist/types/ButtonColorVariants.d.ts +14 -0
- package/dist/types/Identifier.d.ts +3 -0
- package/dist/types/ModelValue.d.ts +6 -0
- package/dist/types/PopperOffset.d.ts +3 -0
- package/dist/types/ToastVariants.d.ts +8 -0
- package/dist/types/ValidationState.d.ts +4 -0
- package/dist/types/tiptapVariants.d.ts +6 -0
- package/dist/utils/tiptap/ExtendedLink.d.ts +2 -0
- package/dist/utils/type.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
size: {
|
|
4
|
+
type: __PropType<import('../../../types/BootstrapSizes').bootstrapSizes | undefined>;
|
|
5
|
+
required: false;
|
|
6
|
+
default: "md";
|
|
7
|
+
};
|
|
8
|
+
disabled: {
|
|
9
|
+
type: __PropType<boolean | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
};
|
|
12
|
+
autofocus: {
|
|
13
|
+
type: __PropType<boolean | undefined>;
|
|
14
|
+
required: false;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
options: {
|
|
18
|
+
type: __PropType<import("../../../types/BDOption").BDOption[] | undefined>;
|
|
19
|
+
required: false;
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: __PropType<string | number>;
|
|
24
|
+
required: true;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
state: {
|
|
28
|
+
type: __PropType<import("../../../types/ValidationState").ValidationStateType | undefined>;
|
|
29
|
+
required: false;
|
|
30
|
+
default: null;
|
|
31
|
+
};
|
|
32
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "input")[], "update:modelValue" | "change" | "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
size: {
|
|
34
|
+
type: __PropType<import('../../../types/BootstrapSizes').bootstrapSizes | undefined>;
|
|
35
|
+
required: false;
|
|
36
|
+
default: "md";
|
|
37
|
+
};
|
|
38
|
+
disabled: {
|
|
39
|
+
type: __PropType<boolean | undefined>;
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
autofocus: {
|
|
43
|
+
type: __PropType<boolean | undefined>;
|
|
44
|
+
required: false;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
options: {
|
|
48
|
+
type: __PropType<import("../../../types/BDOption").BDOption[] | undefined>;
|
|
49
|
+
required: false;
|
|
50
|
+
default: undefined;
|
|
51
|
+
};
|
|
52
|
+
modelValue: {
|
|
53
|
+
type: __PropType<string | number>;
|
|
54
|
+
required: true;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
state: {
|
|
58
|
+
type: __PropType<import("../../../types/ValidationState").ValidationStateType | undefined>;
|
|
59
|
+
required: false;
|
|
60
|
+
default: null;
|
|
61
|
+
};
|
|
62
|
+
}>> & {
|
|
63
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
}, {
|
|
67
|
+
size: import('../../../types/BootstrapSizes').bootstrapSizes | undefined;
|
|
68
|
+
modelValue: string | number;
|
|
69
|
+
state: import("../../../types/ValidationState").ValidationStateType | undefined;
|
|
70
|
+
autofocus: boolean | undefined;
|
|
71
|
+
options: import("../../../types/BDOption").BDOption[] | undefined;
|
|
72
|
+
}, {}>;
|
|
73
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDFormSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDFormSelect/BDFormSelect.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8IAA8I,CAAC;AACrK,cAAc,8IAA8I,CAAC;AAC7J,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
label: {
|
|
4
|
+
type: __PropType<string | null | undefined>;
|
|
5
|
+
required: false;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
labelForId: {
|
|
9
|
+
type: __PropType<string | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
label: {
|
|
15
|
+
type: __PropType<string | null | undefined>;
|
|
16
|
+
required: false;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
19
|
+
labelForId: {
|
|
20
|
+
type: __PropType<string | undefined>;
|
|
21
|
+
required: false;
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
}>>, {
|
|
25
|
+
label: string | null | undefined;
|
|
26
|
+
labelForId: string | undefined;
|
|
27
|
+
}, {}>;
|
|
28
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDInputGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDInputGroup/BDInputGroup.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8IAA8I,CAAC;AACrK,cAAc,8IAA8I,CAAC;AAC7J,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
to: {
|
|
4
|
+
type: __PropType<string | object>;
|
|
5
|
+
required: true;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
target: {
|
|
9
|
+
type: __PropType<string | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
text: {
|
|
14
|
+
type: __PropType<string | undefined>;
|
|
15
|
+
required: false;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
rel: {
|
|
19
|
+
type: __PropType<string | undefined>;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
to: {
|
|
25
|
+
type: __PropType<string | object>;
|
|
26
|
+
required: true;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
target: {
|
|
30
|
+
type: __PropType<string | undefined>;
|
|
31
|
+
required: false;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
text: {
|
|
35
|
+
type: __PropType<string | undefined>;
|
|
36
|
+
required: false;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
rel: {
|
|
40
|
+
type: __PropType<string | undefined>;
|
|
41
|
+
required: false;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
}>>, {
|
|
45
|
+
to: string | object;
|
|
46
|
+
target: string | undefined;
|
|
47
|
+
text: string | undefined;
|
|
48
|
+
rel: string | undefined;
|
|
49
|
+
}, {}>;
|
|
50
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDLink/BDLink.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kIAAkI,CAAC;AACzJ,cAAc,kIAAkI,CAAC;AACjJ,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDLogo.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDLogo/BDLogo.vue"],"names":[],"mappings":";AAkBA,wBAA4E"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: __PropType<number>;
|
|
5
|
+
required: true;
|
|
6
|
+
default: number;
|
|
7
|
+
};
|
|
8
|
+
totalRows: {
|
|
9
|
+
type: __PropType<number>;
|
|
10
|
+
required: true;
|
|
11
|
+
default: number;
|
|
12
|
+
};
|
|
13
|
+
rowsPerPage: {
|
|
14
|
+
type: __PropType<number>;
|
|
15
|
+
required: true;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
isPatient: {
|
|
19
|
+
type: __PropType<boolean | undefined>;
|
|
20
|
+
required: false;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
modelValue: {
|
|
25
|
+
type: __PropType<number>;
|
|
26
|
+
required: true;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
totalRows: {
|
|
30
|
+
type: __PropType<number>;
|
|
31
|
+
required: true;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
rowsPerPage: {
|
|
35
|
+
type: __PropType<number>;
|
|
36
|
+
required: true;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
isPatient: {
|
|
40
|
+
type: __PropType<boolean | undefined>;
|
|
41
|
+
required: false;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}>> & {
|
|
45
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
}, {
|
|
48
|
+
modelValue: number;
|
|
49
|
+
totalRows: number;
|
|
50
|
+
rowsPerPage: number;
|
|
51
|
+
isPatient: boolean | undefined;
|
|
52
|
+
}, {}>;
|
|
53
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDPagination.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDPagination/BDPagination.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8IAA8I,CAAC;AACrK,cAAc,8IAA8I,CAAC;AAC7J,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
showFooter: {
|
|
4
|
+
type: __PropType<boolean>;
|
|
5
|
+
required: true;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
size: {
|
|
9
|
+
type: __PropType<import('../../../types/BootstrapSizes').bootstrapSizes | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
default: "lg";
|
|
12
|
+
};
|
|
13
|
+
linkText: {
|
|
14
|
+
type: __PropType<string>;
|
|
15
|
+
required: true;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
src: {
|
|
19
|
+
type: __PropType<string>;
|
|
20
|
+
required: true;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
alt: {
|
|
24
|
+
type: __PropType<string | undefined>;
|
|
25
|
+
required: false;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
showFooter: {
|
|
30
|
+
type: __PropType<boolean>;
|
|
31
|
+
required: true;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
size: {
|
|
35
|
+
type: __PropType<import('../../../types/BootstrapSizes').bootstrapSizes | undefined>;
|
|
36
|
+
required: false;
|
|
37
|
+
default: "lg";
|
|
38
|
+
};
|
|
39
|
+
linkText: {
|
|
40
|
+
type: __PropType<string>;
|
|
41
|
+
required: true;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
src: {
|
|
45
|
+
type: __PropType<string>;
|
|
46
|
+
required: true;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
alt: {
|
|
50
|
+
type: __PropType<string | undefined>;
|
|
51
|
+
required: false;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
}>> & {
|
|
55
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
size: import('../../../types/BootstrapSizes').bootstrapSizes | undefined;
|
|
58
|
+
showFooter: boolean;
|
|
59
|
+
linkText: string;
|
|
60
|
+
src: string;
|
|
61
|
+
alt: string | undefined;
|
|
62
|
+
}, {}>;
|
|
63
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDProfileImage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDProfileImage/BDProfileImage.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kJAAkJ,CAAC;AACzK,cAAc,kJAAkJ,CAAC;AACjK,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
id: {
|
|
4
|
+
type: __PropType<string | undefined>;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
show: {
|
|
8
|
+
type: __PropType<boolean | undefined>;
|
|
9
|
+
required: false;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
variant: {
|
|
13
|
+
type: __PropType<import('../../../types/ToastVariants').toastVariants | undefined>;
|
|
14
|
+
required: false;
|
|
15
|
+
default: "info";
|
|
16
|
+
};
|
|
17
|
+
teleport: {
|
|
18
|
+
type: __PropType<import("vue").TeleportProps | undefined>;
|
|
19
|
+
required: false;
|
|
20
|
+
default: {
|
|
21
|
+
to: string;
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
title: {
|
|
26
|
+
type: __PropType<string | undefined>;
|
|
27
|
+
required: false;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
text: {
|
|
31
|
+
type: __PropType<string | undefined>;
|
|
32
|
+
required: false;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
id: {
|
|
37
|
+
type: __PropType<string | undefined>;
|
|
38
|
+
required: false;
|
|
39
|
+
};
|
|
40
|
+
show: {
|
|
41
|
+
type: __PropType<boolean | undefined>;
|
|
42
|
+
required: false;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
variant: {
|
|
46
|
+
type: __PropType<import('../../../types/ToastVariants').toastVariants | undefined>;
|
|
47
|
+
required: false;
|
|
48
|
+
default: "info";
|
|
49
|
+
};
|
|
50
|
+
teleport: {
|
|
51
|
+
type: __PropType<import("vue").TeleportProps | undefined>;
|
|
52
|
+
required: false;
|
|
53
|
+
default: {
|
|
54
|
+
to: string;
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
title: {
|
|
59
|
+
type: __PropType<string | undefined>;
|
|
60
|
+
required: false;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
text: {
|
|
64
|
+
type: __PropType<string | undefined>;
|
|
65
|
+
required: false;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
}>>, {
|
|
69
|
+
variant: import('../../../types/ToastVariants').toastVariants | undefined;
|
|
70
|
+
text: string | undefined;
|
|
71
|
+
title: string | undefined;
|
|
72
|
+
show: boolean | undefined;
|
|
73
|
+
teleport: import("vue").TeleportProps | undefined;
|
|
74
|
+
}, {}>;
|
|
75
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDToast.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDToast/BDToast.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oIAAoI,CAAC;AAC3J,cAAc,oIAAoI,CAAC;AACnJ,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: __PropType<number>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
maxValue: {
|
|
8
|
+
type: __PropType<number | undefined>;
|
|
9
|
+
required: false;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: __PropType<number>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
maxValue: {
|
|
18
|
+
type: __PropType<number | undefined>;
|
|
19
|
+
required: false;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
}>> & {
|
|
23
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
}, {
|
|
25
|
+
maxValue: number | undefined;
|
|
26
|
+
}, {}>;
|
|
27
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDZoomslider.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDZoomslider/BDZoomslider.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8IAA8I,CAAC;AACrK,cAAc,8IAA8I,CAAC;AAC7J,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconAttachment.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconAttachment.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBold.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconBold.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBulletList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconBulletList.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCaretDown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconCaretDown.vue"],"names":[],"mappings":";AAsBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCaretLeft.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconCaretLeft.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCaretRight.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconCaretRight.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCheck.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconCheck.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconClose.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconClose.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconError.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconError.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconFile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconFile.vue"],"names":[],"mappings":";AA8BA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconHyperlink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconHyperlink.vue"],"names":[],"mappings":";AAuCA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconInfo.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconInfo.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconItalic.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconItalic.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconOrderedList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconOrderedList.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconRemove.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconRemove.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconUnderline.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconUnderline.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import IconCheck from "./IconCheck.vue";
|
|
2
|
+
import IconError from "./IconError.vue";
|
|
3
|
+
import IconAttachment from "./IconAttachment.vue";
|
|
4
|
+
import IconInfo from "./IconInfo.vue";
|
|
5
|
+
import IconRemove from "./IconRemove.vue";
|
|
6
|
+
import IconFile from "./IconFile.vue";
|
|
7
|
+
import IconCaretDown from "./IconCaretDown.vue";
|
|
8
|
+
import IconCaretRight from "./IconCaretRight.vue";
|
|
9
|
+
import IconCaretLeft from "./IconCaretLeft.vue";
|
|
10
|
+
import IconClose from "./IconClose.vue";
|
|
11
|
+
import IconItalic from "./IconItalic.vue";
|
|
12
|
+
import IconBold from "./IconBold.vue";
|
|
13
|
+
import IconUnderline from "./IconUnderline.vue";
|
|
14
|
+
import IconBulletList from "./IconBulletList.vue";
|
|
15
|
+
import IconOrderedList from "./IconOrderedList.vue";
|
|
16
|
+
import IconHyperlink from "./IconHyperlink.vue";
|
|
17
|
+
export { IconAttachment, IconCheck, IconError, IconInfo, IconRemove, IconFile, IconCaretDown, IconCaretRight, IconCaretLeft, IconClose, IconItalic, IconBold, IconUnderline, IconBulletList, IconOrderedList, IconHyperlink, };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
to: {
|
|
4
|
+
type: __PropType<string | object>;
|
|
5
|
+
required: true;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
target: {
|
|
9
|
+
type: __PropType<string | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
text: {
|
|
14
|
+
type: __PropType<string | undefined>;
|
|
15
|
+
required: false;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
rel: {
|
|
19
|
+
type: __PropType<string | undefined>;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
to: {
|
|
25
|
+
type: __PropType<string | object>;
|
|
26
|
+
required: true;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
target: {
|
|
30
|
+
type: __PropType<string | undefined>;
|
|
31
|
+
required: false;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
text: {
|
|
35
|
+
type: __PropType<string | undefined>;
|
|
36
|
+
required: false;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
rel: {
|
|
40
|
+
type: __PropType<string | undefined>;
|
|
41
|
+
required: false;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
}>> & {
|
|
45
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
to: string | object;
|
|
48
|
+
target: string | undefined;
|
|
49
|
+
text: string | undefined;
|
|
50
|
+
rel: string | undefined;
|
|
51
|
+
}, {}>;
|
|
52
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDDropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDDropdownItem/BDDropdownItem.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,sJAAsJ,CAAC;AAC7K,cAAc,sJAAsJ,CAAC;AACrK,eAAe,SAAS,CAAC"}
|