@beterdichtbij/component-library 0.34.0 → 0.35.1
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 +30 -30
- package/dist/bd-component-lib.es.js +2618 -2592
- package/dist/bd-component-lib.umd.js +27 -27
- package/dist/components/atoms/icons/IconComment.vue.d.ts +2 -0
- package/dist/components/atoms/icons/IconComment.vue.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +2 -1
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +11 -0
- package/dist/index.d.ts +2 -2
- package/dist/interfaces/BDMarkdownEditorProps.d.ts +1 -0
- package/dist/utils/attachment.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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":"IconComment.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconComment.vue"],"names":[],"mappings":";AAqBA,wBAA4E"}
|
|
@@ -11,6 +11,7 @@ import IconCaretLeft from "./IconCaretLeft.vue";
|
|
|
11
11
|
import IconCaretRight from "./IconCaretRight.vue";
|
|
12
12
|
import IconCheck from "./IconCheck.vue";
|
|
13
13
|
import IconClose from "./IconClose.vue";
|
|
14
|
+
import IconComment from "./IconComment.vue";
|
|
14
15
|
import IconDownloadImage from "./IconDownloadImage.vue";
|
|
15
16
|
import IconEdit from "./IconEdit.vue";
|
|
16
17
|
import IconError from "./IconError.vue";
|
|
@@ -32,4 +33,4 @@ import IconSortNone from "./IconSortNone.vue";
|
|
|
32
33
|
import IconTriangleExclamation from "./IconTriangleExclamation.vue";
|
|
33
34
|
import IconUnderline from "./IconUnderline.vue";
|
|
34
35
|
import IconContactPerson from "./IconContactPerson.vue";
|
|
35
|
-
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, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, IconContactPerson };
|
|
36
|
+
export { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconComment, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, IconContactPerson };
|
|
@@ -25,6 +25,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
required: false;
|
|
26
26
|
default: undefined;
|
|
27
27
|
};
|
|
28
|
+
pills: {
|
|
29
|
+
type: __PropType<Object[] | undefined>;
|
|
30
|
+
required: false;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
28
33
|
modelValue: {
|
|
29
34
|
type: __PropType<string>;
|
|
30
35
|
required: true;
|
|
@@ -55,6 +60,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
60
|
required: false;
|
|
56
61
|
default: undefined;
|
|
57
62
|
};
|
|
63
|
+
pills: {
|
|
64
|
+
type: __PropType<Object[] | undefined>;
|
|
65
|
+
required: false;
|
|
66
|
+
default: undefined;
|
|
67
|
+
};
|
|
58
68
|
modelValue: {
|
|
59
69
|
type: __PropType<string>;
|
|
60
70
|
required: true;
|
|
@@ -65,6 +75,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
65
75
|
onUpload?: ((...args: any[]) => any) | undefined;
|
|
66
76
|
}, {
|
|
67
77
|
files: import("../../../types/ApiAttachment").ApiAttachment[] | undefined;
|
|
78
|
+
pills: Object[] | undefined;
|
|
68
79
|
variant: import('../../../types/tiptapVariants').TiptapVariants;
|
|
69
80
|
placeholder: string | undefined;
|
|
70
81
|
state: boolean | null | undefined;
|
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 { 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, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconContactPerson } from "./components/atoms/icons/index";
|
|
4
|
+
import { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconComment, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, IconCalendar, IconDownloadImage, IconMenu, IconEdit, IconCardView, IconListView, IconEyeShow, IconEyeSlash, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconContactPerson } 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";
|
|
@@ -42,4 +42,4 @@ import { vBdTooltip } from "./directives/BDTooltip";
|
|
|
42
42
|
import { type ChangePasswordData } from './types/ChangePasswordData';
|
|
43
43
|
import { type ValidationChangePasswordData } from './types/ValidationChangePasswordData';
|
|
44
44
|
import { getDisplayDate } from "./utils/display-date";
|
|
45
|
-
export { BDChatCloud, BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDChangePasswordTemplate, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, BDArticle, BDUser, BDToast, BDAttachmentPreviewList, BDImageAttachmentPreviewList, BDHeader, BDMobileMenu, BDTable, BDPill, 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, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, IconContactPerson, ChangePasswordData, ValidationChangePasswordData, useModal, useServerErrors, useToaster, useValidation, vBdTooltip, getDisplayDate, };
|
|
45
|
+
export { BDChatCloud, BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDChangePasswordTemplate, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, BDArticle, BDUser, BDToast, BDAttachmentPreviewList, BDImageAttachmentPreviewList, BDHeader, BDMobileMenu, BDTable, BDPill, IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconComment, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, IconContactPerson, ChangePasswordData, ValidationChangePasswordData, useModal, useServerErrors, useToaster, useValidation, vBdTooltip, getDisplayDate, };
|
|
@@ -4,4 +4,4 @@ export declare const IsSvg: (filename: string) => boolean | "";
|
|
|
4
4
|
export declare const MapAttachmentsForApi: (files: BDAttachment[]) => string[];
|
|
5
5
|
export declare const CreateThumbnailUri: (attachment: ApiAttachment) => string;
|
|
6
6
|
export declare const CreateFullImageUri: (attachment: ApiAttachment) => string | null;
|
|
7
|
-
export declare const MapToAttachmentObjects: (attachments: ApiAttachment[], isImage: boolean) => BDAttachment[] | undefined;
|
|
7
|
+
export declare const MapToAttachmentObjects: (attachments: ApiAttachment[] | undefined, isImage: boolean) => BDAttachment[] | undefined;
|