@beterdichtbij/component-library 0.42.2 → 0.43.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 +58 -36
- package/dist/bd-component-lib.es.js +10939 -7833
- package/dist/bd-component-lib.umd.js +58 -36
- package/dist/components/{organisms → templates}/BDChangePasswordTemplate/BDChangePasswordTemplate.vue.d.ts.map +1 -1
- package/dist/components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue.d.ts +12 -0
- package/dist/components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue.d.ts.map +1 -0
- package/dist/index.d.ts +58 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/locales/en.json +7 -0
- package/dist/locales/nl.json +7 -0
- package/dist/scss/_button.scss +5 -12
- package/dist/scss/_templates.scss +2 -6
- package/dist/scss/base/variables.scss +1 -1
- package/dist/scss/templates/_not-found-template.scss +6 -0
- package/package.json +3 -2
- /package/dist/components/{organisms → templates}/BDChangePasswordTemplate/BDChangePasswordTemplate.vue.d.ts +0 -0
- /package/dist/scss/{_change-password-template.scss → templates/_change-password-template.scss} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BDChangePasswordTemplate.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/
|
|
1
|
+
{"version":3,"file":"BDChangePasswordTemplate.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/BDChangePasswordTemplate/BDChangePasswordTemplate.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,uIAAuI,CAAC;AAC9J,cAAc,uIAAuI,CAAC;AACtJ,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
buttonText: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "navigate"[], "navigate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
buttonText: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
}>> & {
|
|
10
|
+
onNavigate?: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}, {}, {}>;
|
|
12
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BDNotFoundTemplate.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,2HAA2H,CAAC;AAClJ,cAAc,2HAA2H,CAAC;AAC1I,eAAe,SAAS,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import BDCol from "./layout/BDCol.vue";
|
|
2
|
+
import BDContainer from "./layout/BDContainer.vue";
|
|
3
|
+
import BDRow from "./layout/BDRow.vue";
|
|
4
|
+
import { 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 } from "./components/atoms/icons/index";
|
|
5
|
+
import BDButton from "./components/atoms/BDButton/BDButton.vue";
|
|
6
|
+
import BDLogo from "./components/atoms/BDLogo/BDLogo.vue";
|
|
7
|
+
import BDLink from "./components/atoms/BDLink/BDLink.vue";
|
|
8
|
+
import BDAlert from "./components/atoms/BDAlert/BDAlert.vue";
|
|
9
|
+
import BDProfileImage from "./components/atoms/BDProfileImage/BDProfileImage.vue";
|
|
10
|
+
import BDZoomslider from "./components/atoms/BDZoomslider/BDZoomslider.vue";
|
|
11
|
+
import BDCard from "./components/atoms/BDCard/BDCard.vue";
|
|
12
|
+
import BDCollapsableCard from "./components/atoms/BDCollapsableCard/BDCollapsableCard.vue";
|
|
13
|
+
import BDFormInput from "./components/atoms/BDFormInput/BDFormInput.vue";
|
|
14
|
+
import BDInputGroup from "./components/atoms/BDInputGroup/BDInputGroup.vue";
|
|
15
|
+
import BDFormInvalidFeedback from "./components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue";
|
|
16
|
+
import BDBadge from "./components/atoms/BDBadge/BDBadge.vue";
|
|
17
|
+
import BDForm from "./components/atoms/BDForm/BDForm.vue";
|
|
18
|
+
import BDPagination from "./components/atoms/BDPagination/BDPagination.vue";
|
|
19
|
+
import BDFormSelect from "./components/atoms/BDFormSelect/BDFormSelect.vue";
|
|
20
|
+
import BDFormCheckbox from "./components/atoms/BDFormCheckbox/BDFormCheckbox.vue";
|
|
21
|
+
import BDArticle from "./components/atoms/BDArticle/BDArticle.vue";
|
|
22
|
+
import BDToast from "./components/atoms/BDToast/BDToast.vue";
|
|
23
|
+
import BDPill from "./components/atoms/BDPill/BDPill.vue";
|
|
24
|
+
import BDUserInformation from "./components/atoms/BDUserInformation/BDUserInformation.vue";
|
|
25
|
+
import BDDropdownItem from "./components/molecules/BDDropdownItem/BDDropdownItem.vue";
|
|
26
|
+
import BDDropzone from "./components/molecules/BDDropzone/BDDropzone.vue";
|
|
27
|
+
import BDMarkdownEditor from "./components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue";
|
|
28
|
+
import BDMobileMenu from "./components/molecules/BDMobileMenu/BDMobileMenu.vue";
|
|
29
|
+
import BDUser from "./components/molecules/BDUser/BDUser.vue";
|
|
30
|
+
import BDAttachmentPreviewList from "./components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue";
|
|
31
|
+
import BDImageAttachmentPreviewList from "./components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue";
|
|
32
|
+
import BDChatCloud from "./components/molecules/BDChatCloud/BDChatCloud.vue";
|
|
33
|
+
import BDTable from "./components/molecules/BDTable/BDTable.vue";
|
|
34
|
+
import BDVideoCallToast from "./components/molecules/BDVideoCallToast/BDVideoCallToast.vue";
|
|
35
|
+
import BDDropdown from "./components/organisms/BDDropdown/BDDropdown.vue";
|
|
36
|
+
import BDHeader from "./components/organisms/BDHeader/BDHeader.vue";
|
|
37
|
+
import BDImageAttachmentModal from "./components/organisms/BDImageAttachmentModal/BDImageAttachmentModal.vue";
|
|
38
|
+
import BDPhoneNumberEditModal from "./components/organisms/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue";
|
|
39
|
+
import BDModal from "./components/organisms/BDModal/BDModal.vue";
|
|
40
|
+
import BDSessionTimeOutModal from "./components/organisms/BDSessionTimeOutModal/BDSessionTimeOutModal.vue";
|
|
41
|
+
import BDChangePasswordTemplate from "./components/templates/BDChangePasswordTemplate/BDChangePasswordTemplate.vue";
|
|
42
|
+
import BDNotFoundTemplate from "./components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue";
|
|
43
|
+
import { useModal } from "./composables/useModal";
|
|
44
|
+
import usePopover from "./composables/usePopover";
|
|
45
|
+
import { useServerErrors } from "./composables/useServerErrors";
|
|
46
|
+
import { useSessionTimeOut } from "./composables/useSessionTimeOut";
|
|
47
|
+
import { useToaster } from "./composables/useToaster";
|
|
48
|
+
import { useValidation } from "./composables/useValidation";
|
|
49
|
+
import useWindow from "./composables/useWindow";
|
|
50
|
+
import useZoom from "./composables/useZoom";
|
|
51
|
+
import { vBdTooltip } from "./directives/BDTooltip";
|
|
52
|
+
import { type ChangePasswordData } from './types/ChangePasswordData';
|
|
53
|
+
import { type ConfirmPhoneNumberUpdateData } from './types/ConfirmPhoneNumberUpdateData';
|
|
54
|
+
import { type StartPhoneNumberUpdateData } from './types/StartPhoneNumberUpdateData';
|
|
55
|
+
import { type ValidationChangePasswordData } from './types/ValidationChangePasswordData';
|
|
56
|
+
import { getDisplayDate } from "./utils/display-date";
|
|
57
|
+
export { BDAlert, BDArticle, BDAttachmentPreviewList, 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, 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, };
|
|
58
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/scss/_button.scss
CHANGED
|
@@ -34,19 +34,12 @@ $btn-variants:
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.btn
|
|
37
|
+
.btn {
|
|
38
38
|
&.disabled {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.btn.btn-primary {
|
|
46
|
-
&:disabled {
|
|
47
|
-
opacity: 1;
|
|
48
|
-
color: $white;
|
|
49
|
-
background-color: $blue-pastel;
|
|
39
|
+
background-color: $white;
|
|
40
|
+
border: 1px solid $gray-4;
|
|
41
|
+
opacity: 0.5;
|
|
42
|
+
color: $gray-primary;
|
|
50
43
|
}
|
|
51
44
|
}
|
|
52
45
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import "templates/not-found-template";
|
|
2
|
+
@import "templates/change-password-template";
|
|
1
3
|
// TODO split up per template component
|
|
2
4
|
|
|
3
5
|
.template {
|
|
@@ -84,12 +86,6 @@
|
|
|
84
86
|
}
|
|
85
87
|
}
|
|
86
88
|
|
|
87
|
-
&.change-password-template {
|
|
88
|
-
.alert ul {
|
|
89
|
-
padding-top: 0px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.bd-card-template {
|
|
94
90
|
margin-bottom: 50px;
|
|
95
91
|
padding: 56px;
|
|
@@ -46,7 +46,7 @@ $green-dark: #006B3E; // groen donker: hover button success
|
|
|
46
46
|
$gray: #D1D4DB; // grijs : border button secondary,
|
|
47
47
|
$gray-4: #BEC3CD; // grijs 4: border inputfields
|
|
48
48
|
$gray-6: #F2F3F5; // grijs 6:
|
|
49
|
-
$gray-7: #
|
|
49
|
+
$gray-7: #f1f5f9; // grijs 7: button secondary bg-color hover /border $bg-color-btn-secondary-hover
|
|
50
50
|
$gray-secondary: #6B758A; // grijs secondair: subtitles, date cardview
|
|
51
51
|
$gray-primary: #394156; // grijs primair: headings default tekst color
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beterdichtbij/component-library",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.43.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -71,7 +71,8 @@
|
|
|
71
71
|
"dropzone": "5.9.3",
|
|
72
72
|
"maska": "2.1.11",
|
|
73
73
|
"pinia": "2.1",
|
|
74
|
-
"uid": "2.0.2"
|
|
74
|
+
"uid": "2.0.2",
|
|
75
|
+
"vue-i18n": "^9.4.1"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
78
|
"@azure/static-web-apps-cli": "1.1.4",
|
|
File without changes
|
/package/dist/scss/{_change-password-template.scss → templates/_change-password-template.scss}
RENAMED
|
File without changes
|