@beterdichtbij/component-library 0.20.0 → 0.22.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/dist/bd-component-lib.cjs.js +31 -31
- package/dist/bd-component-lib.es.js +5703 -5365
- package/dist/bd-component-lib.umd.js +31 -31
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts +1 -1
- package/dist/components/atoms/icons/IconAcademy.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconAcademy.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconArrowDown.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconArrowDown.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconArrowUp.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconArrowUp.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconCardView.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconCardView.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconEdit.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconEdit.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconEyeShow.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconEyeShow.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconEyeSlash.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconEyeSlash.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/IconListView.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconListView.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +21 -13
- package/dist/components/molecules/BDChatCloud/BDChatCloud.vue.d.ts +86 -0
- package/dist/components/molecules/BDChatCloud/BDChatCloud.vue.d.ts.map +1 -0
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +3 -3
- package/dist/components/molecules/BDMobileMenu/BDMobileMenu.vue.d.ts +29 -0
- package/dist/components/molecules/BDMobileMenu/BDMobileMenu.vue.d.ts.map +1 -0
- package/dist/components/organisms/BDHeader/BDHeader.vue.d.ts +58 -0
- package/dist/components/organisms/BDHeader/BDHeader.vue.d.ts.map +1 -0
- package/dist/constants/string.d.ts +1 -0
- package/dist/directives/BDTooltip.d.ts +3 -0
- package/dist/index.d.ts +6 -2
- package/dist/interfaces/BDChatCloudProps.d.ts +10 -0
- package/dist/scss/_chatcloud.scss +124 -0
- package/dist/scss/_header.scss +106 -0
- package/dist/scss/_mobile-menu.scss +83 -0
- package/dist/scss/_modal.scss +80 -7
- package/dist/scss/base/variables.scss +2 -1
- package/dist/scss/component-library-styling.scss +2 -1
- package/package.json +1 -1
|
@@ -54,10 +54,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
54
54
|
}>> & {
|
|
55
55
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
}, {
|
|
57
|
+
src: string;
|
|
57
58
|
size: import('../../../types/BootstrapSizes').bootstrapSizes | undefined;
|
|
58
59
|
showFooter: boolean;
|
|
59
60
|
linkText: string;
|
|
60
|
-
src: string;
|
|
61
61
|
alt: string | undefined;
|
|
62
62
|
}, {}>;
|
|
63
63
|
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":"IconAcademy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconAcademy.vue"],"names":[],"mappings":";AA+BA,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":"IconArrowDown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconArrowDown.vue"],"names":[],"mappings":";AA6BA,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":"IconArrowUp.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconArrowUp.vue"],"names":[],"mappings":";AA4BA,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":"IconCardView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconCardView.vue"],"names":[],"mappings":";AAuBA,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":"IconEdit.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconEdit.vue"],"names":[],"mappings":";AAmBA,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":"IconEyeShow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconEyeShow.vue"],"names":[],"mappings":";AA2BA,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":"IconEyeSlash.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconEyeSlash.vue"],"names":[],"mappings":";AAuBA,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":"IconListView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconListView.vue"],"names":[],"mappings":";AAyBA,wBAA4E"}
|
|
@@ -1,20 +1,28 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import IconAcademy from "./IconAcademy.vue";
|
|
2
|
+
import IconArrowDown from "./IconArrowDown.vue";
|
|
3
|
+
import IconArrowUp from "./IconArrowUp.vue";
|
|
3
4
|
import IconAttachment from "./IconAttachment.vue";
|
|
5
|
+
import IconBold from "./IconBold.vue";
|
|
6
|
+
import IconBulletList from "./IconBulletList.vue";
|
|
4
7
|
import IconCalendar from "./IconCalendar.vue";
|
|
5
|
-
import
|
|
6
|
-
import IconRemove from "./IconRemove.vue";
|
|
7
|
-
import IconFile from "./IconFile.vue";
|
|
8
|
+
import IconCardView from "./IconCardView.vue";
|
|
8
9
|
import IconCaretDown from "./IconCaretDown.vue";
|
|
9
|
-
import IconCaretRight from "./IconCaretRight.vue";
|
|
10
10
|
import IconCaretLeft from "./IconCaretLeft.vue";
|
|
11
|
+
import IconCaretRight from "./IconCaretRight.vue";
|
|
12
|
+
import IconCheck from "./IconCheck.vue";
|
|
11
13
|
import IconClose from "./IconClose.vue";
|
|
12
|
-
import IconItalic from "./IconItalic.vue";
|
|
13
|
-
import IconBold from "./IconBold.vue";
|
|
14
|
-
import IconUnderline from "./IconUnderline.vue";
|
|
15
|
-
import IconBulletList from "./IconBulletList.vue";
|
|
16
|
-
import IconOrderedList from "./IconOrderedList.vue";
|
|
17
|
-
import IconHyperlink from "./IconHyperlink.vue";
|
|
18
14
|
import IconDownloadImage from "./IconDownloadImage.vue";
|
|
15
|
+
import IconEdit from "./IconEdit.vue";
|
|
16
|
+
import IconError from "./IconError.vue";
|
|
17
|
+
import IconEyeShow from "./IconEyeShow.vue";
|
|
18
|
+
import IconEyeSlash from "./IconEyeSlash.vue";
|
|
19
|
+
import IconFile from "./IconFile.vue";
|
|
20
|
+
import IconHyperlink from "./IconHyperlink.vue";
|
|
21
|
+
import IconInfo from "./IconInfo.vue";
|
|
22
|
+
import IconItalic from "./IconItalic.vue";
|
|
23
|
+
import IconListView from "./IconListView.vue";
|
|
19
24
|
import IconMenu from "./IconMenu.vue";
|
|
20
|
-
|
|
25
|
+
import IconOrderedList from "./IconOrderedList.vue";
|
|
26
|
+
import IconRemove from "./IconRemove.vue";
|
|
27
|
+
import IconUnderline from "./IconUnderline.vue";
|
|
28
|
+
export { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconUnderline, };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
headerTitle: {
|
|
4
|
+
type: __PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
src: {
|
|
9
|
+
type: __PropType<string | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
AltProfileImage: {
|
|
14
|
+
type: __PropType<string>;
|
|
15
|
+
required: true;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
message: {
|
|
19
|
+
type: __PropType<string>;
|
|
20
|
+
required: true;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
isSender: {
|
|
24
|
+
type: __PropType<boolean>;
|
|
25
|
+
required: true;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
files: {
|
|
29
|
+
type: __PropType<import("../../../types/ApiAttachment").ApiAttachment[] | undefined>;
|
|
30
|
+
required: false;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
33
|
+
pills: {
|
|
34
|
+
type: __PropType<Object[] | undefined>;
|
|
35
|
+
required: false;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("show-attachment" | "action")[], "show-attachment" | "action", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
headerTitle: {
|
|
40
|
+
type: __PropType<string>;
|
|
41
|
+
required: true;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
src: {
|
|
45
|
+
type: __PropType<string | undefined>;
|
|
46
|
+
required: false;
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
49
|
+
AltProfileImage: {
|
|
50
|
+
type: __PropType<string>;
|
|
51
|
+
required: true;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
message: {
|
|
55
|
+
type: __PropType<string>;
|
|
56
|
+
required: true;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
isSender: {
|
|
60
|
+
type: __PropType<boolean>;
|
|
61
|
+
required: true;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
files: {
|
|
65
|
+
type: __PropType<import("../../../types/ApiAttachment").ApiAttachment[] | undefined>;
|
|
66
|
+
required: false;
|
|
67
|
+
default: undefined;
|
|
68
|
+
};
|
|
69
|
+
pills: {
|
|
70
|
+
type: __PropType<Object[] | undefined>;
|
|
71
|
+
required: false;
|
|
72
|
+
default: undefined;
|
|
73
|
+
};
|
|
74
|
+
}>> & {
|
|
75
|
+
"onShow-attachment"?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
}, {
|
|
78
|
+
headerTitle: string;
|
|
79
|
+
src: string | undefined;
|
|
80
|
+
AltProfileImage: string;
|
|
81
|
+
message: string;
|
|
82
|
+
isSender: boolean;
|
|
83
|
+
files: import("../../../types/ApiAttachment").ApiAttachment[] | undefined;
|
|
84
|
+
pills: Object[] | undefined;
|
|
85
|
+
}, {}>;
|
|
86
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDChatCloud.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDChatCloud/BDChatCloud.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,6GAA6G,CAAC;AACpI,cAAc,6GAA6G,CAAC;AAC5H,eAAe,SAAS,CAAC"}
|
|
@@ -29,7 +29,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
29
29
|
type: __PropType<string>;
|
|
30
30
|
required: true;
|
|
31
31
|
};
|
|
32
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
32
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("action" | "update:modelValue" | "upload")[], "action" | "update:modelValue" | "upload", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
placeholder: {
|
|
34
34
|
type: __PropType<string | undefined>;
|
|
35
35
|
required: false;
|
|
@@ -60,14 +60,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
60
60
|
required: true;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
63
64
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
64
65
|
onUpload?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onAction?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
}, {
|
|
67
|
+
files: import("../../../types/ApiAttachment").ApiAttachment[] | undefined;
|
|
67
68
|
variant: import('../../../types/tiptapVariants').TiptapVariants;
|
|
68
69
|
placeholder: string | undefined;
|
|
69
70
|
state: boolean | undefined;
|
|
70
71
|
errorText: string | undefined;
|
|
71
|
-
files: import("../../../types/ApiAttachment").ApiAttachment[] | undefined;
|
|
72
72
|
}, {}>;
|
|
73
73
|
export default _sfc_main;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
import type { BDLinkProps } from '../../../interfaces/BDLinkProps';
|
|
3
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
+
active: {
|
|
5
|
+
type: __PropType<boolean | undefined>;
|
|
6
|
+
required: false;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
options: {
|
|
10
|
+
type: __PropType<BDLinkProps[]>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("signout" | "hide")[], "signout" | "hide", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
active: {
|
|
15
|
+
type: __PropType<boolean | undefined>;
|
|
16
|
+
required: false;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
19
|
+
options: {
|
|
20
|
+
type: __PropType<BDLinkProps[]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>> & {
|
|
24
|
+
onSignout?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
}, {
|
|
27
|
+
active: boolean | undefined;
|
|
28
|
+
}, {}>;
|
|
29
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDMobileMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDMobileMenu/BDMobileMenu.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,+GAA+G,CAAC;AACtI,cAAc,+GAA+G,CAAC;AAC9H,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
import type { BDLinkProps } from '../../../interfaces/BDLinkProps';
|
|
3
|
+
import type { bootstrapSizes } from '../../../types/BootstrapSizes';
|
|
4
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
5
|
+
dropdownMenuTitle: {
|
|
6
|
+
type: __PropType<string | undefined>;
|
|
7
|
+
required: false;
|
|
8
|
+
};
|
|
9
|
+
dropdownOptions: {
|
|
10
|
+
type: __PropType<BDLinkProps[] | undefined>;
|
|
11
|
+
required: false;
|
|
12
|
+
};
|
|
13
|
+
headerOptions: {
|
|
14
|
+
type: __PropType<BDLinkProps[] | undefined>;
|
|
15
|
+
required: false;
|
|
16
|
+
};
|
|
17
|
+
src: {
|
|
18
|
+
type: __PropType<string | null | undefined>;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
profileImageAlt: {
|
|
22
|
+
type: __PropType<string | undefined>;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
profileImageSize: {
|
|
26
|
+
type: __PropType<bootstrapSizes | undefined>;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "signout")[], "click" | "signout", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
dropdownMenuTitle: {
|
|
31
|
+
type: __PropType<string | undefined>;
|
|
32
|
+
required: false;
|
|
33
|
+
};
|
|
34
|
+
dropdownOptions: {
|
|
35
|
+
type: __PropType<BDLinkProps[] | undefined>;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
headerOptions: {
|
|
39
|
+
type: __PropType<BDLinkProps[] | undefined>;
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
src: {
|
|
43
|
+
type: __PropType<string | null | undefined>;
|
|
44
|
+
required: false;
|
|
45
|
+
};
|
|
46
|
+
profileImageAlt: {
|
|
47
|
+
type: __PropType<string | undefined>;
|
|
48
|
+
required: false;
|
|
49
|
+
};
|
|
50
|
+
profileImageSize: {
|
|
51
|
+
type: __PropType<bootstrapSizes | undefined>;
|
|
52
|
+
required: false;
|
|
53
|
+
};
|
|
54
|
+
}>> & {
|
|
55
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onSignout?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
}, {}, {}>;
|
|
58
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BDHeader/BDHeader.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,uGAAuG,CAAC;AAC9H,cAAc,uGAAuG,CAAC;AACtH,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const EMPTY_STRING: string;
|
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, IconCalendar, IconDownloadImage, IconMenu } from "./components/atoms/icons/index";
|
|
4
|
+
import { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, IconCalendar, IconDownloadImage, IconMenu, IconEdit, IconCardView, IconListView, IconEyeShow, IconEyeSlash } 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";
|
|
@@ -23,11 +23,15 @@ import BDToast from "./components/atoms/BDToast/BDToast.vue";
|
|
|
23
23
|
import BDDropdownItem from "./components/molecules/BDDropdownItem/BDDropdownItem.vue";
|
|
24
24
|
import BDDropzone from "./components/molecules/BDDropzone/BDDropzone.vue";
|
|
25
25
|
import BDMarkdownEditor from "./components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue";
|
|
26
|
+
import BDMobileMenu from "./components/molecules/BDMobileMenu/BDMobileMenu.vue";
|
|
26
27
|
import BDUser from "./components/molecules/BDUser/BDUser.vue";
|
|
27
28
|
import BDAttachmentPreviewList from "./components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue";
|
|
28
29
|
import BDImageAttachmentPreviewList from "./components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue";
|
|
30
|
+
import BDChatCloud from "./components/molecules/BDChatCloud/BDChatCloud.vue";
|
|
29
31
|
import BDDropdown from "./components/organisms/BDDropdown/BDDropdown.vue";
|
|
32
|
+
import BDHeader from "./components/organisms/BDHeader/BDHeader.vue";
|
|
30
33
|
import BDModal from "./components/organisms/BDModal/BDModal.vue";
|
|
31
34
|
import { useModal } from "./composables/useModal";
|
|
32
35
|
import { useToaster } from "./composables/useToaster";
|
|
33
|
-
|
|
36
|
+
import { vBdTooltip } from "./directives/BDTooltip";
|
|
37
|
+
export { BDChatCloud, BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, BDArticle, BDUser, BDToast, BDAttachmentPreviewList, BDImageAttachmentPreviewList, BDHeader, BDMobileMenu, IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconUnderline, useModal, useToaster, vBdTooltip, };
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
.bd-chat-cloud {
|
|
2
|
+
display: flex;
|
|
3
|
+
gap: 12px;
|
|
4
|
+
margin-bottom: 16px;
|
|
5
|
+
padding-right: 80px;
|
|
6
|
+
|
|
7
|
+
&-card {
|
|
8
|
+
flex: 1;
|
|
9
|
+
background-color: $color-bg;
|
|
10
|
+
padding: 30px;
|
|
11
|
+
border-radius: 8px;
|
|
12
|
+
position: relative;
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
&__header {
|
|
16
|
+
display: flex;
|
|
17
|
+
justify-content: space-between;
|
|
18
|
+
margin-bottom: 12px;
|
|
19
|
+
|
|
20
|
+
@include media-breakpoint-down(md) {
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
button {
|
|
23
|
+
width: 80px;
|
|
24
|
+
margin-top: 12px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&__body {
|
|
30
|
+
word-break: break-word;
|
|
31
|
+
.card-body &{
|
|
32
|
+
ul {
|
|
33
|
+
padding:revert;
|
|
34
|
+
padding-left:2rem;
|
|
35
|
+
list-style-type: revert;
|
|
36
|
+
margin:revert;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&__message{
|
|
44
|
+
p{
|
|
45
|
+
min-height: 1rem;
|
|
46
|
+
}
|
|
47
|
+
p:last-of-type{
|
|
48
|
+
margin-bottom: 0px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
&__footer {
|
|
52
|
+
ul {
|
|
53
|
+
|
|
54
|
+
margin-bottom: 0;
|
|
55
|
+
|
|
56
|
+
li {
|
|
57
|
+
margin-bottom: 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.card-body &{
|
|
61
|
+
margin-top: 1.25rem;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.sender & {
|
|
67
|
+
background-color: $color-chatcloud;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&::before {
|
|
71
|
+
content: "";
|
|
72
|
+
position: absolute;
|
|
73
|
+
border-left: 12px solid transparent;
|
|
74
|
+
border-right: 12px solid $color-bg;
|
|
75
|
+
border-top: 12px solid $color-bg;
|
|
76
|
+
border-bottom: 12px solid transparent;
|
|
77
|
+
left: -14px;
|
|
78
|
+
top: 0px;
|
|
79
|
+
border-radius: 4px;
|
|
80
|
+
transform: scaleZ(-1);
|
|
81
|
+
|
|
82
|
+
.sender & {
|
|
83
|
+
border-right: 12px solid transparent;
|
|
84
|
+
border-top: 12px solid $color-chatcloud;
|
|
85
|
+
border-left: 12px solid $color-chatcloud;
|
|
86
|
+
transform: revert;
|
|
87
|
+
right: -12px;
|
|
88
|
+
left: revert;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@include media-breakpoint-down(md) {
|
|
93
|
+
padding: 8px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
&.sender {
|
|
100
|
+
flex-direction: row-reverse;
|
|
101
|
+
padding-right: revert;
|
|
102
|
+
padding-left: 80px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@include media-breakpoint-down(md) {
|
|
106
|
+
padding-left: 6px;
|
|
107
|
+
padding-right: 30px;
|
|
108
|
+
|
|
109
|
+
&.sender {
|
|
110
|
+
padding-left: 30px;
|
|
111
|
+
padding-right: 6px;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.bd-profile-picture {
|
|
116
|
+
@include media-breakpoint-down(md) {
|
|
117
|
+
display: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
.header-navbar {
|
|
2
|
+
height: 64px;
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
align-items: center;
|
|
6
|
+
padding: 0px 15px;
|
|
7
|
+
background-color: white;
|
|
8
|
+
position: fixed;
|
|
9
|
+
top: 0;
|
|
10
|
+
width: 100%;
|
|
11
|
+
z-index: 1000;
|
|
12
|
+
|
|
13
|
+
.bd-hamburger {
|
|
14
|
+
display: none;
|
|
15
|
+
font-size: .9375rem;
|
|
16
|
+
font-family: $font-secondary;
|
|
17
|
+
align-items: center;
|
|
18
|
+
width: 58px;
|
|
19
|
+
justify-content: space-between;
|
|
20
|
+
font-weight: $font-bold;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
user-select: none;
|
|
23
|
+
|
|
24
|
+
.icon-menu {
|
|
25
|
+
width: 14px;
|
|
26
|
+
font-weight: 900;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.bd-logo {
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
width: 169px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// css verwijderen als variant button is opgenomen BDButton
|
|
36
|
+
.btn-header {
|
|
37
|
+
color: #394156;
|
|
38
|
+
background-color: transparent;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
border-radius: 24px;
|
|
41
|
+
padding-left: 16px;
|
|
42
|
+
padding-right: 16px;
|
|
43
|
+
text-decoration: none;
|
|
44
|
+
margin: 0px 4px;
|
|
45
|
+
|
|
46
|
+
&.router-link-active {
|
|
47
|
+
background-color: #f1f2f4;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.bd-btn-settings {
|
|
52
|
+
height: 56px;
|
|
53
|
+
user-select: none;
|
|
54
|
+
|
|
55
|
+
.bd-profile-picture {
|
|
56
|
+
width: 40px;
|
|
57
|
+
height: 40px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.bd-dropdown.dropdown {
|
|
61
|
+
height: 100%;
|
|
62
|
+
|
|
63
|
+
.dropdown-toggle {
|
|
64
|
+
height: 100%;
|
|
65
|
+
margin-right: 0px;
|
|
66
|
+
text-decoration: none;
|
|
67
|
+
font-weight: $font-medium;
|
|
68
|
+
font-family: $headings-font-family;
|
|
69
|
+
|
|
70
|
+
span {
|
|
71
|
+
white-space: nowrap;
|
|
72
|
+
overflow-x: hidden;
|
|
73
|
+
text-overflow: ellipsis;
|
|
74
|
+
max-width: 250px;
|
|
75
|
+
letter-spacing: 0;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&:hover {
|
|
79
|
+
text-decoration: underline;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.dropdown-menu {
|
|
84
|
+
margin-top: 0px;
|
|
85
|
+
|
|
86
|
+
.dropdown-item:active {
|
|
87
|
+
color: var(--bs-dropdown-link-color);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@media (max-width: map-get($grid-breakpoints, md)) {
|
|
94
|
+
.bd-hamburger {
|
|
95
|
+
display: flex;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.bd-logo {
|
|
99
|
+
width: 134px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.bd-btn-settings, .btn-header {
|
|
103
|
+
display: none !important;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|