@beterdichtbij/component-library 0.15.2 → 0.15.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/bd-component-lib.cjs.js +29 -29
- package/dist/bd-component-lib.es.js +1818 -1796
- package/dist/bd-component-lib.umd.js +30 -30
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts +1 -1
- package/dist/components/atoms/icons/IconCalendar.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconCalendar.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +2 -1
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts +33 -0
- package/dist/index.d.ts +2 -2
- package/dist/interfaces/BDModalProps.d.ts +3 -0
- package/dist/scss/_button.scss +8 -0
- package/package.json +1 -1
|
@@ -54,7 +54,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
54
54
|
}, {
|
|
55
55
|
text: string | undefined;
|
|
56
56
|
title: string | undefined;
|
|
57
|
-
hideBody: boolean | undefined;
|
|
58
57
|
hideFooter: boolean | undefined;
|
|
58
|
+
hideBody: boolean | undefined;
|
|
59
59
|
}, {}>;
|
|
60
60
|
export default _sfc_main;
|
|
@@ -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":"IconCalendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconCalendar.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import IconCheck from "./IconCheck.vue";
|
|
2
2
|
import IconError from "./IconError.vue";
|
|
3
3
|
import IconAttachment from "./IconAttachment.vue";
|
|
4
|
+
import IconCalendar from "./IconCalendar.vue";
|
|
4
5
|
import IconInfo from "./IconInfo.vue";
|
|
5
6
|
import IconRemove from "./IconRemove.vue";
|
|
6
7
|
import IconFile from "./IconFile.vue";
|
|
@@ -14,4 +15,4 @@ import IconUnderline from "./IconUnderline.vue";
|
|
|
14
15
|
import IconBulletList from "./IconBulletList.vue";
|
|
15
16
|
import IconOrderedList from "./IconOrderedList.vue";
|
|
16
17
|
import IconHyperlink from "./IconHyperlink.vue";
|
|
17
|
-
export { IconAttachment, IconCheck, IconError, IconInfo, IconRemove, IconFile, IconCaretDown, IconCaretRight, IconCaretLeft, IconClose, IconItalic, IconBold, IconUnderline, IconBulletList, IconOrderedList, IconHyperlink, };
|
|
18
|
+
export { IconAttachment, IconCheck, IconError, IconInfo, IconRemove, IconFile, IconCaretDown, IconCaretRight, IconCaretLeft, IconClose, IconItalic, IconBold, IconUnderline, IconBulletList, IconOrderedList, IconHyperlink, IconCalendar };
|
|
@@ -20,6 +20,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
required: true;
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
|
+
hideFooterSubmitButton: {
|
|
24
|
+
type: __PropType<boolean>;
|
|
25
|
+
required: true;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
hideFooter: {
|
|
29
|
+
type: __PropType<boolean>;
|
|
30
|
+
required: true;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
disableSubmitButton: {
|
|
34
|
+
type: __PropType<boolean>;
|
|
35
|
+
required: true;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
23
38
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "cancel")[], "submit" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
39
|
title: {
|
|
25
40
|
type: __PropType<string | undefined>;
|
|
@@ -41,6 +56,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
41
56
|
required: true;
|
|
42
57
|
default: boolean;
|
|
43
58
|
};
|
|
59
|
+
hideFooterSubmitButton: {
|
|
60
|
+
type: __PropType<boolean>;
|
|
61
|
+
required: true;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
hideFooter: {
|
|
65
|
+
type: __PropType<boolean>;
|
|
66
|
+
required: true;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
disableSubmitButton: {
|
|
70
|
+
type: __PropType<boolean>;
|
|
71
|
+
required: true;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
44
74
|
}>> & {
|
|
45
75
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
46
76
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -49,5 +79,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
49
79
|
submitButtonTitle: string | undefined;
|
|
50
80
|
closeButtonTitle: string | undefined;
|
|
51
81
|
hideFooterCancelButton: boolean;
|
|
82
|
+
hideFooterSubmitButton: boolean;
|
|
83
|
+
hideFooter: boolean;
|
|
84
|
+
disableSubmitButton: boolean;
|
|
52
85
|
}, {}>;
|
|
53
86
|
export default _sfc_main;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import BDCol from "./layout/BDCol.vue";
|
|
2
2
|
import BDContainer from "./layout/BDContainer.vue";
|
|
3
3
|
import BDRow from "./layout/BDRow.vue";
|
|
4
|
-
import { IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline } from "./components/atoms/icons/index";
|
|
4
|
+
import { IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, IconCalendar } from "./components/atoms/icons/index";
|
|
5
5
|
import BDButton from "./components/atoms/BDButton/BDButton.vue";
|
|
6
6
|
import BDLogo from "./components/atoms/BDLogo/BDLogo.vue";
|
|
7
7
|
import BDLink from "./components/atoms/BDLink/BDLink.vue";
|
|
@@ -26,4 +26,4 @@ import BDMarkdownEditor from "./components/molecules/BDMarkdownEditor/BDMarkdown
|
|
|
26
26
|
import BDUser from "./components/molecules/BDUser/BDUser.vue";
|
|
27
27
|
import BDDropdown from "./components/organisms/BDDropdown/BDDropdown.vue";
|
|
28
28
|
import BDModal from "./components/organisms/BDModal/BDModal.vue";
|
|
29
|
-
export { BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, BDArticle, BDUser, BDToast };
|
|
29
|
+
export { BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, IconCalendar, BDArticle, BDUser, BDToast, };
|
package/dist/scss/_button.scss
CHANGED