@beterdichtbij/component-library 0.46.1 → 0.47.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.
Files changed (35) hide show
  1. package/dist/bd-component-lib.cjs.js +1216 -63
  2. package/dist/bd-component-lib.css +1 -0
  3. package/dist/bd-component-lib.es.js +35322 -28131
  4. package/dist/bd-component-lib.umd.js +1217 -63
  5. package/dist/components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue.d.ts +25 -0
  6. package/dist/components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue.d.ts.map +1 -0
  7. package/dist/components/modals/BDContentLibraryModal/BDContentLibraryModal.vue.d.ts +59 -0
  8. package/dist/components/modals/BDContentLibraryModal/BDContentLibraryModal.vue.d.ts.map +1 -0
  9. package/dist/components/molecules/BDContentLibraryCard/BDContentLibraryCard.vue.d.ts +69 -0
  10. package/dist/components/molecules/BDContentLibraryCard/BDContentLibraryCard.vue.d.ts.map +1 -0
  11. package/dist/components/molecules/BDContentLibraryCardBasic/BDContentLibraryCardBasic.vue.d.ts +12 -0
  12. package/dist/components/molecules/BDContentLibraryCardBasic/BDContentLibraryCardBasic.vue.d.ts.map +1 -0
  13. package/dist/components/molecules/BDContentLibraryCardImage/BDContentLibraryCardImage.vue.d.ts +12 -0
  14. package/dist/components/molecules/BDContentLibraryCardImage/BDContentLibraryCardImage.vue.d.ts.map +1 -0
  15. package/dist/components/molecules/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue.d.ts +29 -0
  16. package/dist/components/molecules/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue.d.ts.map +1 -0
  17. package/dist/components/molecules/BDContentLibraryCardTitle/BDContentLibraryCardTitle.vue.d.ts +12 -0
  18. package/dist/components/molecules/BDContentLibraryCardTitle/BDContentLibraryCardTitle.vue.d.ts.map +1 -0
  19. package/dist/components/organisms/BDContentLibraryOverview/BDContentLibraryOverview.vue.d.ts +28 -0
  20. package/dist/components/organisms/BDContentLibraryOverview/BDContentLibraryOverview.vue.d.ts.map +1 -0
  21. package/dist/components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue.d.ts +75 -0
  22. package/dist/components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue.d.ts.map +1 -0
  23. package/dist/constants/bootstrap.d.ts +7 -0
  24. package/dist/index.d.ts +4 -1
  25. package/dist/index.d.ts.map +1 -1
  26. package/dist/locales/nl.json +27 -0
  27. package/dist/scss/_content-library-modal.scss +53 -0
  28. package/dist/scss/_extern.scss +2 -1
  29. package/dist/scss/_templates.scss +2 -1
  30. package/dist/scss/extern/_prime-vue.scss +551 -0
  31. package/dist/scss/templates/_content-library-template.scss +53 -0
  32. package/dist/utils/array.d.ts +2 -0
  33. package/dist/utils/number.d.ts +1 -0
  34. package/dist/utils/regex.d.ts +6 -0
  35. package/package.json +6 -2
@@ -0,0 +1,25 @@
1
+ export default _sfc_main;
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ contentLibraryProviders: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ isExternalOnly: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }, {}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "content-library"[], "content-library", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ contentLibraryProviders: {
13
+ type: ArrayConstructor;
14
+ default: () => never[];
15
+ };
16
+ isExternalOnly: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ }>> & {
21
+ "onContent-library"?: ((...args: any[]) => any) | undefined;
22
+ }, {
23
+ contentLibraryProviders: unknown[];
24
+ isExternalOnly: boolean;
25
+ }, {}>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibrarySplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue"],"names":[],"mappings":"AAuHA,OAAO,uJAAuJ,CAAA;;AAG9J,wBAAqF"}
@@ -0,0 +1,59 @@
1
+ export default _sfc_main;
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ modelValue: {
4
+ type: ObjectConstructor;
5
+ };
6
+ provider: {
7
+ type: ObjectConstructor;
8
+ };
9
+ providerSelectOptions: {
10
+ type: ArrayConstructor;
11
+ default: () => never[];
12
+ };
13
+ visible: {
14
+ type: BooleanConstructor;
15
+ default: null;
16
+ };
17
+ modalTitle: {
18
+ type: StringConstructor;
19
+ default: null;
20
+ };
21
+ loading: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ }, {}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "on-insert" | "show-attachment" | "shown" | "provider-changed")[], "cancel" | "on-insert" | "show-attachment" | "shown" | "provider-changed", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
+ modelValue: {
27
+ type: ObjectConstructor;
28
+ };
29
+ provider: {
30
+ type: ObjectConstructor;
31
+ };
32
+ providerSelectOptions: {
33
+ type: ArrayConstructor;
34
+ default: () => never[];
35
+ };
36
+ visible: {
37
+ type: BooleanConstructor;
38
+ default: null;
39
+ };
40
+ modalTitle: {
41
+ type: StringConstructor;
42
+ default: null;
43
+ };
44
+ loading: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ }>> & {
49
+ onCancel?: ((...args: any[]) => any) | undefined;
50
+ "onOn-insert"?: ((...args: any[]) => any) | undefined;
51
+ "onShow-attachment"?: ((...args: any[]) => any) | undefined;
52
+ onShown?: ((...args: any[]) => any) | undefined;
53
+ "onProvider-changed"?: ((...args: any[]) => any) | undefined;
54
+ }, {
55
+ loading: boolean;
56
+ visible: boolean;
57
+ providerSelectOptions: unknown[];
58
+ modalTitle: string;
59
+ }, {}>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/modals/BDContentLibraryModal/BDContentLibraryModal.vue"],"names":[],"mappings":"AASA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Hd,CAAA;AAID,eAAe,SAAS,CAAA"}
@@ -0,0 +1,69 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ itemId: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ required: true;
5
+ };
6
+ title: {
7
+ type: StringConstructor;
8
+ };
9
+ subtitle: {
10
+ type: StringConstructor;
11
+ };
12
+ description: {
13
+ type: StringConstructor;
14
+ };
15
+ uri: {
16
+ type: StringConstructor;
17
+ };
18
+ showFooter: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ showBody: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ cardClass: {
27
+ type: StringConstructor;
28
+ };
29
+ provider: {
30
+ type: StringConstructor;
31
+ };
32
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-insert"[], "on-insert", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
33
+ itemId: {
34
+ type: (StringConstructor | NumberConstructor)[];
35
+ required: true;
36
+ };
37
+ title: {
38
+ type: StringConstructor;
39
+ };
40
+ subtitle: {
41
+ type: StringConstructor;
42
+ };
43
+ description: {
44
+ type: StringConstructor;
45
+ };
46
+ uri: {
47
+ type: StringConstructor;
48
+ };
49
+ showFooter: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ showBody: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ cardClass: {
58
+ type: StringConstructor;
59
+ };
60
+ provider: {
61
+ type: StringConstructor;
62
+ };
63
+ }>> & {
64
+ "onOn-insert"?: ((...args: any[]) => any) | undefined;
65
+ }, {
66
+ showFooter: boolean;
67
+ showBody: boolean;
68
+ }, {}>;
69
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDContentLibraryCard/BDContentLibraryCard.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,+HAA+H,CAAC;AACtJ,cAAc,+HAA+H,CAAC;AAC9I,eAAe,SAAS,CAAC"}
@@ -0,0 +1,12 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>>, {}, {}>;
12
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryCardBasic.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDContentLibraryCardBasic/BDContentLibraryCardBasic.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,yIAAyI,CAAC;AAChK,cAAc,yIAAyI,CAAC;AACxJ,eAAe,SAAS,CAAC"}
@@ -0,0 +1,12 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>>, {}, {}>;
12
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryCardImage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDContentLibraryCardImage/BDContentLibraryCardImage.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,yIAAyI,CAAC;AAChK,cAAc,yIAAyI,CAAC;AACxJ,eAAe,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ variant: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ validator(value: unknown): boolean;
10
+ };
11
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-insert" | "show-attachment" | "on-change" | "delete")[], "on-insert" | "show-attachment" | "on-change" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ item: {
13
+ type: ObjectConstructor;
14
+ required: true;
15
+ };
16
+ variant: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ validator(value: unknown): boolean;
20
+ };
21
+ }>> & {
22
+ "onOn-insert"?: ((...args: any[]) => any) | undefined;
23
+ "onShow-attachment"?: ((...args: any[]) => any) | undefined;
24
+ "onOn-change"?: ((...args: any[]) => any) | undefined;
25
+ onDelete?: ((...args: any[]) => any) | undefined;
26
+ }, {
27
+ variant: string;
28
+ }, {}>;
29
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryCardMessageTemplate.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,6JAA6J,CAAC;AACpL,cAAc,6JAA6J,CAAC;AAC5K,eAAe,SAAS,CAAC"}
@@ -0,0 +1,12 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>>, {}, {}>;
12
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryCardTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDContentLibraryCardTitle/BDContentLibraryCardTitle.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,yIAAyI,CAAC;AAChK,cAAc,yIAAyI,CAAC;AACxJ,eAAe,SAAS,CAAC"}
@@ -0,0 +1,28 @@
1
+ export default _sfc_main;
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ items: {
4
+ type: ArrayConstructor;
5
+ default: null;
6
+ };
7
+ cols: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ }, {}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-insert" | "show-attachment" | "on-change" | "delete")[], "on-insert" | "show-attachment" | "on-change" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ items: {
13
+ type: ArrayConstructor;
14
+ default: null;
15
+ };
16
+ cols: {
17
+ type: NumberConstructor;
18
+ default: number;
19
+ };
20
+ }>> & {
21
+ "onOn-insert"?: ((...args: any[]) => any) | undefined;
22
+ "onShow-attachment"?: ((...args: any[]) => any) | undefined;
23
+ "onOn-change"?: ((...args: any[]) => any) | undefined;
24
+ onDelete?: ((...args: any[]) => any) | undefined;
25
+ }, {
26
+ cols: number;
27
+ items: unknown[];
28
+ }, {}>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryOverview.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BDContentLibraryOverview/BDContentLibraryOverview.vue"],"names":[],"mappings":"AAuIA,OAAO,qJAAqJ,CAAA;;AAG5J,wBAAqF"}
@@ -0,0 +1,75 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ modelValue: {
4
+ type: __PropType<any>;
5
+ required: false;
6
+ };
7
+ showAddButton: {
8
+ type: __PropType<boolean | undefined>;
9
+ required: false;
10
+ default: boolean;
11
+ };
12
+ providerSelectOptions: {
13
+ type: __PropType<any[] | undefined>;
14
+ required: false;
15
+ default: () => never[];
16
+ };
17
+ provider: {
18
+ type: __PropType<any>;
19
+ required: false;
20
+ };
21
+ editCategory: {
22
+ type: __PropType<boolean | undefined>;
23
+ required: false;
24
+ default: boolean;
25
+ };
26
+ loading: {
27
+ type: __PropType<boolean | undefined>;
28
+ required: false;
29
+ default: boolean;
30
+ };
31
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-insert" | "show-attachment" | "provider-changed" | "create" | "on-change" | "delete" | "update" | "on-input")[], "on-insert" | "show-attachment" | "provider-changed" | "create" | "on-change" | "delete" | "update" | "on-input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
+ modelValue: {
33
+ type: __PropType<any>;
34
+ required: false;
35
+ };
36
+ showAddButton: {
37
+ type: __PropType<boolean | undefined>;
38
+ required: false;
39
+ default: boolean;
40
+ };
41
+ providerSelectOptions: {
42
+ type: __PropType<any[] | undefined>;
43
+ required: false;
44
+ default: () => never[];
45
+ };
46
+ provider: {
47
+ type: __PropType<any>;
48
+ required: false;
49
+ };
50
+ editCategory: {
51
+ type: __PropType<boolean | undefined>;
52
+ required: false;
53
+ default: boolean;
54
+ };
55
+ loading: {
56
+ type: __PropType<boolean | undefined>;
57
+ required: false;
58
+ default: boolean;
59
+ };
60
+ }>> & {
61
+ onCreate?: ((...args: any[]) => any) | undefined;
62
+ onUpdate?: ((...args: any[]) => any) | undefined;
63
+ "onOn-insert"?: ((...args: any[]) => any) | undefined;
64
+ "onShow-attachment"?: ((...args: any[]) => any) | undefined;
65
+ "onProvider-changed"?: ((...args: any[]) => any) | undefined;
66
+ "onOn-change"?: ((...args: any[]) => any) | undefined;
67
+ onDelete?: ((...args: any[]) => any) | undefined;
68
+ "onOn-input"?: ((...args: any[]) => any) | undefined;
69
+ }, {
70
+ loading: boolean | undefined;
71
+ providerSelectOptions: any[] | undefined;
72
+ showAddButton: boolean | undefined;
73
+ editCategory: boolean | undefined;
74
+ }, {}>;
75
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDContentLibraryTemplate.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,uIAAuI,CAAC;AAC9J,cAAc,uIAAuI,CAAC;AACtJ,eAAe,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const MAX_COLS = 12;
2
+ export declare const TELEPHONE_SIZE = "sm";
3
+ export declare const TABLET_SIZE = "md";
4
+ export declare const LAPTOP_SIZE = "lg";
5
+ export declare const HIDE_TABLET_AND_UP = "d-block d-md-none";
6
+ export declare const HIDE_LAPTOP_AND_UP = "d-block d-lg-none";
7
+ export declare const SCREEN_SIZES: string[];
package/dist/index.d.ts CHANGED
@@ -10,6 +10,7 @@ import BDProfileImage from "./components/atoms/BDProfileImage/BDProfileImage.vue
10
10
  import BDZoomslider from "./components/atoms/BDZoomslider/BDZoomslider.vue";
11
11
  import BDCard from "./components/atoms/BDCard/BDCard.vue";
12
12
  import BDCollapsableCard from "./components/atoms/BDCollapsableCard/BDCollapsableCard.vue";
13
+ import BDContentLibrarySplitButton from "./components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue";
13
14
  import BDFormInput from "./components/atoms/BDFormInput/BDFormInput.vue";
14
15
  import BDInputGroup from "./components/atoms/BDInputGroup/BDInputGroup.vue";
15
16
  import BDFormInvalidFeedback from "./components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue";
@@ -40,7 +41,9 @@ import BDPhoneNumberEditModal from "./components/organisms/BDPhoneNumberEditModa
40
41
  import BDModal from "./components/organisms/BDModal/BDModal.vue";
41
42
  import BDSessionTimeOutModal from "./components/organisms/BDSessionTimeOutModal/BDSessionTimeOutModal.vue";
42
43
  import BDAttachmentUploadModal from "./components/modals/BDAttachmentUploadModal/BDAttachmentUploadModal.vue";
44
+ import BDContentLibraryModal from "./components/modals/BDContentLibraryModal/BDContentLibraryModal.vue";
43
45
  import BDChangePasswordTemplate from "./components/templates/BDChangePasswordTemplate/BDChangePasswordTemplate.vue";
46
+ import BDContentLibraryTemplate from "./components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue";
44
47
  import BDNotFoundTemplate from "./components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue";
45
48
  import { useModal } from "./composables/useModal";
46
49
  import usePopover from "./composables/usePopover";
@@ -57,5 +60,5 @@ import { type StartPhoneNumberUpdateData } from './types/StartPhoneNumberUpdateD
57
60
  import { type ValidationChangePasswordData } from './types/ValidationChangePasswordData';
58
61
  import { getDisplayDate } from "./utils/display-date";
59
62
  import { TransformHyperlinks, CreateHyperlinkParagraph, ValidateUrl } from "./utils/hyperlink";
60
- export { BDAlert, BDArticle, BDAttachmentPreviewList, BDAttachmentUploadModal, BDBadge, BDButton, BDCard, BDChangePasswordTemplate, BDChatCloud, BDCol, BDCollapsableCard, BDContainer, BDDropdown, BDDropdownItem, BDDropzone, BDForm, BDFormCheckbox, BDFormInput, BDFormInvalidFeedback, BDFormSelect, BDHeader, BDImageAttachmentModal, BDImageAttachmentPreviewList, BDInputGroup, BDLink, BDLogo, BDMarkdownEditor, BDMobileMenu, BDModal, BDNotFoundTemplate, BDPagination, BDPhoneNumberEditModal, BDPill, BDPractitionerHeader, BDProfileImage, BDRow, BDSessionTimeOutModal, BDTable, BDToast, BDUser, BDUserInformation, BDVideoCallToast, BDZoomslider, IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCall, IconCallReject, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClipboard, IconClose, IconComment, IconCommentActive, IconCommentStatic, IconCommonFileEmpty, IconCommonFileWarning, IconContactPerson, IconCopy, IconDelete, IconDoubleCheck, IconDownloadImage, IconEdit, IconEndCall, IconError, IconExternal, IconEyeShow, IconEyeSlash, IconFile, IconFileAdded, IconForward, IconHix, IconHyperlink, IconImageFileLandscape, IconImageFileWarning, IconInfo, IconInformationCircle, IconItalic, IconListView, IconLock, IconLusciiEscalated, IconLusciiLogo, IconLusciiOpen, IconLusciiPriorityHigh, IconLusciiPriorityLow, IconLusciiPriorityMedium, IconMenu, IconMessage, IconMessageForward, IconMicrophoneSlash, IconMicrosoftTeams, IconMin, IconOrderedList, IconPlus, IconRefresh, IconRemove, IconSananetLogo, IconService, IconShareScreen, IconSingleNeutral, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleDown, IconTriangleExclamation, IconUnderline, IconVideocall, IconVideoDisabled, IconZorgkaart, ChangePasswordData, ConfirmPhoneNumberUpdateData, StartPhoneNumberUpdateData, ValidationChangePasswordData, useModal, usePopover, useServerErrors, useSessionTimeOut, useToaster, useValidation, useWindow, useZoom, vBdTooltip, getDisplayDate, TransformHyperlinks, CreateHyperlinkParagraph, ValidateUrl };
63
+ export { BDAlert, BDArticle, BDAttachmentPreviewList, BDAttachmentUploadModal, BDBadge, BDButton, BDCard, BDChangePasswordTemplate, BDChatCloud, BDCol, BDCollapsableCard, BDContentLibraryModal, BDContentLibrarySplitButton, BDContentLibraryTemplate, BDContainer, BDDropdown, BDDropdownItem, BDDropzone, BDForm, BDFormCheckbox, BDFormInput, BDFormInvalidFeedback, BDFormSelect, BDHeader, BDImageAttachmentModal, BDImageAttachmentPreviewList, BDInputGroup, BDLink, BDLogo, BDMarkdownEditor, BDMobileMenu, BDModal, BDNotFoundTemplate, BDPagination, BDPhoneNumberEditModal, BDPill, BDPractitionerHeader, BDProfileImage, BDRow, BDSessionTimeOutModal, BDTable, BDToast, BDUser, BDUserInformation, BDVideoCallToast, BDZoomslider, IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCall, IconCallReject, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClipboard, IconClose, IconComment, IconCommentActive, IconCommentStatic, IconCommonFileEmpty, IconCommonFileWarning, IconContactPerson, IconCopy, IconDelete, IconDoubleCheck, IconDownloadImage, IconEdit, IconEndCall, IconError, IconExternal, IconEyeShow, IconEyeSlash, IconFile, IconFileAdded, IconForward, IconHix, IconHyperlink, IconImageFileLandscape, IconImageFileWarning, IconInfo, IconInformationCircle, IconItalic, IconListView, IconLock, IconLusciiEscalated, IconLusciiLogo, IconLusciiOpen, IconLusciiPriorityHigh, IconLusciiPriorityLow, IconLusciiPriorityMedium, IconMenu, IconMessage, IconMessageForward, IconMicrophoneSlash, IconMicrosoftTeams, IconMin, IconOrderedList, IconPlus, IconRefresh, IconRemove, IconSananetLogo, IconService, IconShareScreen, IconSingleNeutral, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleDown, IconTriangleExclamation, IconUnderline, IconVideocall, IconVideoDisabled, IconZorgkaart, ChangePasswordData, ConfirmPhoneNumberUpdateData, StartPhoneNumberUpdateData, ValidationChangePasswordData, useModal, usePopover, useServerErrors, useSessionTimeOut, useToaster, useValidation, useWindow, useZoom, vBdTooltip, getDisplayDate, TransformHyperlinks, CreateHyperlinkParagraph, ValidateUrl };
61
64
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -9,6 +9,33 @@
9
9
  "fileSizeExceededMessage": "Bestanden mogen maximaal 10 MB groot zijn.",
10
10
  "officeDocumentsNotSupportedByMobileMessage": "Bestandstypes: .docx (Word), .doc (Word), .xls (Excel), .xlsx (Excel) worden niet standaard ondersteund op de mobiele telefoon. Deze kunnen alleen worden bekeken als de bijbehorende app is geïnstalleerd op de mobiele telefoon of als je patiënt BeterDichtbij gebruikt op een computer."
11
11
  },
12
+ "contentLibraryCard": {
13
+ "insert": "Invoegen"
14
+ },
15
+ "contentLibraryCardMessageTemplate": {
16
+ "insert": "Invoegen",
17
+ "collapseOpen": "Inklappen",
18
+ "collapseClosed": "Lees meer",
19
+ "popoverIsSharedByOtherUser": "Dit bericht kan alleen door de eigenaar of beheerder aangepast worden",
20
+ "delete": "Verwijderen",
21
+ "edit": "Wijzigen"
22
+ },
23
+ "contentLibraryOverview": {
24
+ "noResults": "Er zijn geen resultaten gevonden"
25
+ },
26
+ "contentLibrarySplitButton": {
27
+ "messageTemplatesTitle": "Standaardberichten"
28
+ },
29
+ "contentLibraryTemplate": {
30
+ "changeCategoryButtonLabel": "Mijn categorieën aanpassen",
31
+ "newMessageText": "Nieuw bericht",
32
+ "message": "Bericht",
33
+ "messages": "Berichten",
34
+ "more": "Meer",
35
+ "less": "Minder",
36
+ "searchPlaceholder": "Zoek een bericht",
37
+ "searchPlaceholderSearch": "Vul een zoekterm in om resultaten te tonen"
38
+ },
12
39
  "notFoundTemplate": {
13
40
  "title": "Pagina niet gevonden",
14
41
  "description": "De pagina die je zoekt kon niet gevonden worden. Controleer de URL of ga terug naar de hoofdpagina.",
@@ -0,0 +1,53 @@
1
+ #content-library-modal {
2
+ .search-block {
3
+ margin: 0 0 20px 0;
4
+ }
5
+
6
+ .collapse-button {
7
+ padding: 0px 20px;
8
+
9
+ > .collapsed-show {
10
+ display: none;
11
+ }
12
+
13
+ > .collapsed-hide {
14
+ display: inline-block;
15
+ }
16
+
17
+ &.collapsed {
18
+ > .collapsed-show {
19
+ display: inline-block;
20
+ }
21
+
22
+ > .collapsed-hide {
23
+ display: none;
24
+ }
25
+ }
26
+ }
27
+
28
+ @media (min-width: 768px) and (max-width: 1199px) {
29
+ .col-md-6 {
30
+ flex: 0 0 auto;
31
+ width: 100%;
32
+ }
33
+ }
34
+
35
+ @media (min-width: 850px) and (max-width: 1199px) {
36
+ .col-lg-3 {
37
+ flex: 0 0 auto;
38
+ width: 40%;
39
+ }
40
+
41
+ .col-lg-9 {
42
+ flex: 0 0 auto;
43
+ width: 60%;
44
+ }
45
+
46
+ .content-library-header {
47
+ .col-lg-7 {
48
+ flex: 0 0 auto;
49
+ width: 100%;
50
+ }
51
+ }
52
+ }
53
+ }
@@ -1 +1,2 @@
1
- @import "extern/bootstrap.scss";
1
+ @import "extern/bootstrap";
2
+ @import "extern/prime-vue";
@@ -1,5 +1,6 @@
1
- @import "templates/not-found-template";
2
1
  @import "templates/change-password-template";
2
+ @import "templates/content-library-template";
3
+ @import "templates/not-found-template";
3
4
  // TODO split up per template component
4
5
 
5
6
  .template {