@beterdichtbij/component-library 0.66.0-beta.2 → 0.67.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/README.md +12 -12
- package/dist/bd-component-lib.cjs.js +116 -116
- package/dist/bd-component-lib.css +1 -1
- package/dist/bd-component-lib.es.js +5519 -5519
- package/dist/bd-component-lib.umd.js +117 -117
- package/dist/{layout → components/layout/BDContainer}/BDContainer.vue.d.ts +1 -1
- package/dist/index.d.ts +45 -45
- package/dist/locales/en.json +10 -10
- package/dist/locales/nl.json +137 -137
- package/dist/scss/_active-filters.scss +65 -65
- package/dist/scss/_alert.scss +11 -11
- package/dist/scss/_article.scss +23 -23
- package/dist/scss/_assign-conversation-modal.scss +13 -13
- package/dist/scss/_attachments.scss +107 -107
- package/dist/scss/_badge.scss +18 -18
- package/dist/scss/_base.scss +1 -1
- package/dist/scss/_button.scss +74 -74
- package/dist/scss/_card.scss +56 -56
- package/dist/scss/_chatcloud.scss +98 -98
- package/dist/scss/_collapsable-card.scss +107 -107
- package/dist/scss/_content-library-card-message-template.scss +136 -136
- package/dist/scss/_content-library-card.scss +158 -158
- package/dist/scss/_content-library-modal.scss +8 -8
- package/dist/scss/_content-library-overview.scss +4 -4
- package/dist/scss/_content-library-split-button.scss +19 -19
- package/dist/scss/_conversation-to-text-modal.scss +32 -32
- package/dist/scss/_dropdown.scss +113 -113
- package/dist/scss/_extern.scss +1 -1
- package/dist/scss/_file-upload-preview.scss +53 -53
- package/dist/scss/_file-upload.scss +26 -26
- package/dist/scss/_filter-card.scss +64 -64
- package/dist/scss/_form-field.scss +12 -12
- package/dist/scss/_form-multiple-checkbox.scss +51 -51
- package/dist/scss/_forms.scss +2 -2
- package/dist/scss/_header.scss +170 -170
- package/dist/scss/_icon-luscii-logo.scss +31 -31
- package/dist/scss/_icons.scss +38 -38
- package/dist/scss/_image-attachment-modal.scss +91 -91
- package/dist/scss/_input-group.scss +2 -2
- package/dist/scss/_loader.scss +59 -59
- package/dist/scss/_markdown-editor.scss +104 -104
- package/dist/scss/_message-template-form-modal.scss +47 -47
- package/dist/scss/_mobile-menu.scss +91 -91
- package/dist/scss/_modal.scss +176 -176
- package/dist/scss/_notification-button.scss +29 -29
- package/dist/scss/_pagination.scss +40 -40
- package/dist/scss/_phone-number-edit-modal.scss +35 -35
- package/dist/scss/_pill.scss +89 -89
- package/dist/scss/_profile-image.scss +34 -34
- package/dist/scss/_table-sort-header.scss +13 -13
- package/dist/scss/_table.scss +16 -16
- package/dist/scss/_templates.scss +323 -323
- package/dist/scss/_toast.scss +69 -69
- package/dist/scss/_user-information.scss +34 -34
- package/dist/scss/_user.scss +13 -13
- package/dist/scss/_video-call-toast.scss +100 -100
- package/dist/scss/_zoomslider.scss +77 -77
- package/dist/scss/base/typography.scss +15 -15
- package/dist/scss/base/variables.scss +210 -210
- package/dist/scss/component-library-styling.scss +50 -50
- package/dist/scss/extern/_bootstrap.scss +14 -14
- package/dist/scss/extern/_prime-vue.scss +551 -551
- package/dist/scss/forms/_form-check.scss +16 -16
- package/dist/scss/forms/_form-input.scss +9 -9
- package/dist/scss/mixins.scss +78 -78
- package/dist/scss/templates/_change-password-template.scss +8 -8
- package/dist/scss/templates/_content-library-template.scss +135 -135
- package/dist/scss/templates/_not-found-template.scss +5 -5
- package/dist/stores/SessionTimeOutStore.ts +46 -46
- package/package.json +133 -133
- package/dist/components/{atoms → actions}/BDButton/BDButton.vue.d.ts +0 -0
- package/dist/components/{atoms → actions}/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue.d.ts +0 -0
- package/dist/components/{atoms → actions}/BDNotificationButton/BDNotificationButton.vue.d.ts +0 -0
- package/dist/components/{molecules → communication}/BDChatCloud/BDChatCloud.vue.d.ts +0 -0
- package/dist/components/{molecules → communication}/BDSmallConversationCard/BDSmallConversationCard.vue.d.ts +0 -0
- package/dist/components/{molecules → communication}/BDUser/BDUser.vue.d.ts +0 -0
- package/dist/components/{atoms → communication}/BDUserInformation/BDUserInformation.vue.d.ts +0 -0
- package/dist/components/{molecules → communication}/BDVideoCallToast/BDVideoCallToast.vue.d.ts +0 -0
- package/dist/components/{molecules → content-library}/BDContentLibraryCard/BDContentLibraryCard.vue.d.ts +0 -0
- package/dist/components/{molecules → content-library}/BDContentLibraryCardBasic/BDContentLibraryCardBasic.vue.d.ts +0 -0
- package/dist/components/{molecules → content-library}/BDContentLibraryCardImage/BDContentLibraryCardImage.vue.d.ts +0 -0
- package/dist/components/{molecules → content-library}/BDContentLibraryCardTitle/BDContentLibraryCardTitle.vue.d.ts +0 -0
- package/dist/components/{organisms → content-library}/BDContentLibraryOverview/BDContentLibraryOverview.vue.d.ts +2 -2
- package/dist/components/{organisms → content-library}/BDMessageTemplateForm/BDMessageTemplateForm.vue.d.ts +0 -0
- package/dist/components/{atoms → data-display}/BDArticle/BDArticle.vue.d.ts +0 -0
- package/dist/components/{molecules → data-display}/BDAttachmentPreviewList/BDAttachmentPreviewList.vue.d.ts +0 -0
- package/dist/components/{atoms → data-display}/BDBadge/BDBadge.vue.d.ts +0 -0
- package/dist/components/{atoms → data-display}/BDCard/BDCard.vue.d.ts +1 -1
- /package/dist/components/{atoms → data-display}/BDCollapsableCard/BDCollapsableCard.vue.d.ts +0 -0
- /package/dist/components/{molecules → data-display}/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue.d.ts +0 -0
- /package/dist/components/{atoms → data-display}/BDProfileImage/BDProfileImage.vue.d.ts +0 -0
- /package/dist/components/{molecules → data-display}/BDTable/BDTable.vue.d.ts +0 -0
- /package/dist/components/{atoms → data-display}/BDTableSortHeader/BDTableSortHeader.vue.d.ts +0 -0
- /package/dist/components/{atoms → feedback}/BDAlert/BDAlert.vue.d.ts +0 -0
- /package/dist/components/{atoms → feedback}/BDLoader/BDLoader.vue.d.ts +0 -0
- /package/dist/components/{atoms → feedback}/BDPill/BDPill.vue.d.ts +0 -0
- /package/dist/components/{atoms → feedback}/BDPlaceholderList/BDPlaceholderList.vue.d.ts +0 -0
- /package/dist/components/{atoms → feedback}/BDToast/BDToast.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDDate/BDDate.vue.d.ts +0 -0
- /package/dist/components/{molecules → forms}/BDFileUpload/BDFileUpload.vue.d.ts +0 -0
- /package/dist/components/{molecules → forms}/BDFileUploadPreview/BDFileUploadPreview.vue.d.ts +0 -0
- /package/dist/components/{molecules → forms}/BDFilterCard/BDFilterCard.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDForm/BDForm.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDFormCheckbox/BDFormCheckbox.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDFormInput/BDFormInput.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts +0 -0
- /package/dist/components/{molecules → forms}/BDFormMultipleCheckbox/BDFormMultipleCheckbox.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDFormSelect/BDFormSelect.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDInputGroup/BDInputGroup.vue.d.ts +0 -0
- /package/dist/components/{atoms → forms}/BDLinkInput/BDLinkInput.vue.d.ts +0 -0
- /package/dist/components/{molecules → forms}/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconAcademy.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconArrowDown.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconArrowUp.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconAttachment.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconBold.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconBulletList.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCalendar.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCall.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCallReject.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCardView.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCaretDown.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCaretLeft.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCaretRight.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCheck.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconClipboard.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconClose.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconComment.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCommentActive.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCommentStatic.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCommonFileEmpty.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCommonFileWarning.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconContactPerson.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconCopy.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconDelete.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconDoubleCheck.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconDownloadImage.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconEdit.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconEndCall.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconError.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconExternal.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconEyeShow.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconEyeSlash.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconFile.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconFileAdded.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconForward.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconHix.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconHyperlink.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconImageFileLandscape.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconImageFileWarning.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconInbox.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconInfo.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconInformationCircle.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconItalic.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconListView.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconLock.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconLusciiEscalated.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconLusciiLogo.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconLusciiOpen.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconLusciiPriorityHigh.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconLusciiPriorityLow.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconLusciiPriorityMedium.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconMenu.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconMessage.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconMessageForward.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconMicrophoneSlash.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconMicrosoftTeams.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconMin.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconOrderedList.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconPlus.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconRefresh.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconRemove.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconSananetLogo.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconService.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconShareScreen.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconSingleNeutral.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconSort.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconSortAsc.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconSortDesc.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconSortNone.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconTriangleDown.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconTriangleExclamation.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconUnderline.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconVideoDisabled.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconVideocall.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconWarning.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/IconZorgkaart.vue.d.ts +0 -0
- /package/dist/components/{atoms/icons → icons}/index.d.ts +0 -0
- /package/dist/{layout → components/layout/BDCol}/BDCol.vue.d.ts +0 -0
- /package/dist/components/{organisms → layout}/BDHeader/BDHeader.vue.d.ts +0 -0
- /package/dist/components/{organisms → layout}/BDPractitionerHeader/BDPractitionerHeader.vue.d.ts +0 -0
- /package/dist/{layout → components/layout/BDRow}/BDRow.vue.d.ts +0 -0
- /package/dist/components/{atoms → media}/BDLogo/BDLogo.vue.d.ts +0 -0
- /package/dist/components/{atoms → media}/BDZoomslider/BDZoomslider.vue.d.ts +0 -0
- /package/dist/components/{organisms → modals}/BDModal/BDModal.vue.d.ts +0 -0
- /package/dist/components/{organisms → modals}/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue.d.ts +0 -0
- /package/dist/components/{organisms → modals}/BDSessionTimeOutModal/BDSessionTimeOutModal.vue.d.ts +0 -0
- /package/dist/components/{organisms → navigation}/BDDropdown/BDDropdown.vue.d.ts +0 -0
- /package/dist/components/{molecules → navigation}/BDDropdownItem/BDDropdownItem.vue.d.ts +0 -0
- /package/dist/components/{atoms → navigation}/BDLink/BDLink.vue.d.ts +0 -0
- /package/dist/components/{molecules → navigation}/BDMobileMenu/BDMobileMenu.vue.d.ts +0 -0
- /package/dist/components/{atoms → navigation}/BDPagination/BDPagination.vue.d.ts +0 -0
- /package/dist/components/{atoms → search-and-filter}/BDActiveFilters/BDActiveFilters.vue.d.ts +0 -0
- /package/dist/components/{molecules → templates}/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,133 +1,133 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@beterdichtbij/component-library",
|
|
3
|
+
"description": "Component library voor BeterDichtbij design system",
|
|
4
|
+
"private": false,
|
|
5
|
+
"version": "0.67.0",
|
|
6
|
+
"engines": {
|
|
7
|
+
"node": "24.x",
|
|
8
|
+
"npm": "11.x"
|
|
9
|
+
},
|
|
10
|
+
"type": "module",
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
14
|
+
"main": "./dist/bd-component-lib.umd.js",
|
|
15
|
+
"module": "./dist/bd-component-lib.es.js",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/bd-component-lib.es.js"
|
|
21
|
+
},
|
|
22
|
+
"require": {
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"default": "./dist/bd-component-lib.umd.js"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"./dist/bd-component-lib.css": {
|
|
28
|
+
"import": "./dist/scss/component-library-styling.scss",
|
|
29
|
+
"require": "./dist/scss/component-library-styling.scss"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"types": "./dist/index.d.ts",
|
|
33
|
+
"scripts": {
|
|
34
|
+
"dev": "vite",
|
|
35
|
+
"build": "vite build",
|
|
36
|
+
"preview": "vite preview",
|
|
37
|
+
"storybook": "storybook dev -p 6006",
|
|
38
|
+
"install:publish": "npm run audit:lib && npm install",
|
|
39
|
+
"build:lib": "tsc && vite build",
|
|
40
|
+
"build:storybook": "storybook build",
|
|
41
|
+
"build:publish": "npm run install:publish && npm run build:lib && npm run build:storybook",
|
|
42
|
+
"audit:lib": "npm audit --package-lock-only --audit-level=critical --include=prod --omit=dev",
|
|
43
|
+
"publish:sb": "swa deploy --env production",
|
|
44
|
+
"publish:sb-prod": "swa deploy --config swa-cli-prod.config.json --env production",
|
|
45
|
+
"lint:js": "eslint src --ext .ts,.vue --fix",
|
|
46
|
+
"vitest": "vitest --config vitest.config.ts --coverage",
|
|
47
|
+
"test:ci": "vitest run --reporter=default --reporter=junit --outputFile=reports/junit.xml --coverage"
|
|
48
|
+
},
|
|
49
|
+
"keywords": [
|
|
50
|
+
"vue",
|
|
51
|
+
"vue3",
|
|
52
|
+
"component",
|
|
53
|
+
"library",
|
|
54
|
+
"BeterDichtbij"
|
|
55
|
+
],
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"vue": "^3.5.38",
|
|
58
|
+
"@azure/communication-calling": "^1.43.1",
|
|
59
|
+
"@azure/communication-common": "^2.4.2"
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@primeuix/themes": "^2.0.3",
|
|
63
|
+
"@tiptap/extension-bold": "3.26.1",
|
|
64
|
+
"@tiptap/extension-bullet-list": "3.26.1",
|
|
65
|
+
"@tiptap/extension-document": "3.26.1",
|
|
66
|
+
"@tiptap/extension-hard-break": "3.26.1",
|
|
67
|
+
"@tiptap/extension-italic": "3.26.1",
|
|
68
|
+
"@tiptap/extension-link": "3.26.1",
|
|
69
|
+
"@tiptap/extension-list-item": "3.26.1",
|
|
70
|
+
"@tiptap/extension-mention": "3.26.1",
|
|
71
|
+
"@tiptap/extension-ordered-list": "3.26.1",
|
|
72
|
+
"@tiptap/extension-paragraph": "3.26.1",
|
|
73
|
+
"@tiptap/extension-placeholder": "3.26.1",
|
|
74
|
+
"@tiptap/extension-text": "3.26.1",
|
|
75
|
+
"@tiptap/extension-underline": "3.26.1",
|
|
76
|
+
"@tiptap/pm": "3.26.1",
|
|
77
|
+
"@tiptap/suggestion": "3.26.1",
|
|
78
|
+
"@tiptap/vue-3": "3.26.1",
|
|
79
|
+
"@vueuse/core": "14.3.0",
|
|
80
|
+
"dayjs": "^1.11.21",
|
|
81
|
+
"maska": "3.2.0",
|
|
82
|
+
"pinia": "3.0.4",
|
|
83
|
+
"primevue": "^4.5.5",
|
|
84
|
+
"uid": "2.0.2",
|
|
85
|
+
"v-clipboard": "^3.0.0-next.1",
|
|
86
|
+
"vue-i18n": "^11.4.5",
|
|
87
|
+
"vue-select": "^4.0.0-beta.6"
|
|
88
|
+
},
|
|
89
|
+
"devDependencies": {
|
|
90
|
+
"@fontsource/quicksand": "^5.2.10",
|
|
91
|
+
"@fontsource/work-sans": "^5.2.8",
|
|
92
|
+
"@storybook/addon-a11y": "10.4.5",
|
|
93
|
+
"@storybook/vue3": "^10.4.5",
|
|
94
|
+
"@storybook/vue3-vite": "^10.4.5",
|
|
95
|
+
"@types/bootstrap": "5.2.11",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^8.61.1",
|
|
97
|
+
"@typescript-eslint/parser": "^8.61.1",
|
|
98
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
99
|
+
"@vitest/coverage-v8": "4.1.9",
|
|
100
|
+
"@vue/eslint-config-typescript": "14.8.0",
|
|
101
|
+
"@vue/test-utils": "^2.4.11",
|
|
102
|
+
"bootstrap": "5.3.8",
|
|
103
|
+
"eslint": "10.5.0",
|
|
104
|
+
"eslint-config-prettier": "10.1.8",
|
|
105
|
+
"eslint-plugin-prettier": "5.5.6",
|
|
106
|
+
"eslint-plugin-vue": "10.9.2",
|
|
107
|
+
"jsdom": "^29.1.1",
|
|
108
|
+
"path": "^0.12.7",
|
|
109
|
+
"prettier": "3.8.4",
|
|
110
|
+
"react": "^19.2.7",
|
|
111
|
+
"react-dom": "^19.2.7",
|
|
112
|
+
"rollup-plugin-copy": "3.5.0",
|
|
113
|
+
"rollup-plugin-typescript2": "^0.37.0",
|
|
114
|
+
"sass": "^1.101.0",
|
|
115
|
+
"storybook": "^10.4.5",
|
|
116
|
+
"typescript": "^6.0.3",
|
|
117
|
+
"vite": "^8.0.16",
|
|
118
|
+
"vite-plugin-dts": "^5.0.2",
|
|
119
|
+
"vitest": "4.1.9"
|
|
120
|
+
},
|
|
121
|
+
"repository": {
|
|
122
|
+
"type": "git",
|
|
123
|
+
"url": "git+https://ralph_van_der_neut@bitbucket.org/beterdichtbij/beterdichtbij-component-library.git"
|
|
124
|
+
},
|
|
125
|
+
"bugs": {
|
|
126
|
+
"url": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library/issues"
|
|
127
|
+
},
|
|
128
|
+
"homepage": "https://bitbucket.org/beterdichtbij/beterdichtbij-component-library#readme",
|
|
129
|
+
"allowScripts": {
|
|
130
|
+
"@parcel/watcher@2.5.6": true,
|
|
131
|
+
"esbuild@0.27.7": true
|
|
132
|
+
}
|
|
133
|
+
}
|
|
File without changes
|
|
File without changes
|
package/dist/components/{atoms → actions}/BDNotificationButton/BDNotificationButton.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/components/{atoms → communication}/BDUserInformation/BDUserInformation.vue.d.ts
RENAMED
|
File without changes
|
package/dist/components/{molecules → communication}/BDVideoCallToast/BDVideoCallToast.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "delete" | "show-attachment" | "on-insert" | "on-change", ...args: any[]) => void;
|
|
3
|
-
cols: number;
|
|
4
3
|
items: unknown[];
|
|
4
|
+
cols: number;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly cols?: number | undefined;
|
|
7
6
|
readonly items?: unknown[] | undefined;
|
|
7
|
+
readonly cols?: number | undefined;
|
|
8
8
|
};
|
|
9
9
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -6,8 +6,8 @@ type __VLS_Slots = {} & {
|
|
|
6
6
|
body?: (props: typeof __VLS_3) => any;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_component: import('vue').DefineComponent<BDCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BDCardProps> & Readonly<{}>, {
|
|
9
|
-
class: string;
|
|
10
9
|
title: string;
|
|
10
|
+
class: string;
|
|
11
11
|
id: number;
|
|
12
12
|
noHeader: boolean;
|
|
13
13
|
noBody: boolean;
|
/package/dist/components/{atoms → data-display}/BDCollapsableCard/BDCollapsableCard.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{atoms → data-display}/BDTableSortHeader/BDTableSortHeader.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{molecules → forms}/BDFileUploadPreview/BDFileUploadPreview.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{atoms → forms}/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts
RENAMED
|
File without changes
|
/package/dist/components/{molecules → forms}/BDFormMultipleCheckbox/BDFormMultipleCheckbox.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{organisms → layout}/BDPractitionerHeader/BDPractitionerHeader.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|