@beterdichtbij/component-library 0.11.7 → 0.11.8

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 (148) hide show
  1. package/dist/bd-component-lib.cjs.js +127 -0
  2. package/dist/bd-component-lib.es.js +22570 -0
  3. package/dist/bd-component-lib.umd.js +127 -0
  4. package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts +28 -0
  5. package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts.map +1 -0
  6. package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts +60 -0
  7. package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts.map +1 -0
  8. package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts +17 -0
  9. package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts.map +1 -0
  10. package/dist/components/atoms/BDButton/BDButton.vue.d.ts +84 -0
  11. package/dist/components/atoms/BDButton/BDButton.vue.d.ts.map +1 -0
  12. package/dist/components/atoms/BDCard/BDCard.vue.d.ts +94 -0
  13. package/dist/components/atoms/BDCard/BDCard.vue.d.ts.map +1 -0
  14. package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts +50 -0
  15. package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts.map +1 -0
  16. package/dist/components/atoms/BDForm/BDForm.vue.d.ts +5 -0
  17. package/dist/components/atoms/BDForm/BDForm.vue.d.ts.map +1 -0
  18. package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts +54 -0
  19. package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts.map +1 -0
  20. package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts +198 -0
  21. package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts.map +1 -0
  22. package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts +28 -0
  23. package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts.map +1 -0
  24. package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts +73 -0
  25. package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts.map +1 -0
  26. package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts +28 -0
  27. package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts.map +1 -0
  28. package/dist/components/atoms/BDLink/BDLink.vue.d.ts +50 -0
  29. package/dist/components/atoms/BDLink/BDLink.vue.d.ts.map +1 -0
  30. package/dist/components/atoms/BDLogo/BDLogo.vue.d.ts +2 -0
  31. package/dist/components/atoms/BDLogo/BDLogo.vue.d.ts.map +1 -0
  32. package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts +53 -0
  33. package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts.map +1 -0
  34. package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts +63 -0
  35. package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts.map +1 -0
  36. package/dist/components/atoms/BDToast/BDToast.vue.d.ts +75 -0
  37. package/dist/components/atoms/BDToast/BDToast.vue.d.ts.map +1 -0
  38. package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts +27 -0
  39. package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts.map +1 -0
  40. package/dist/components/atoms/icons/IconAttachment.vue.d.ts +2 -0
  41. package/dist/components/atoms/icons/IconAttachment.vue.d.ts.map +1 -0
  42. package/dist/components/atoms/icons/IconBold.vue.d.ts +2 -0
  43. package/dist/components/atoms/icons/IconBold.vue.d.ts.map +1 -0
  44. package/dist/components/atoms/icons/IconBulletList.vue.d.ts +2 -0
  45. package/dist/components/atoms/icons/IconBulletList.vue.d.ts.map +1 -0
  46. package/dist/components/atoms/icons/IconCaretDown.vue.d.ts +2 -0
  47. package/dist/components/atoms/icons/IconCaretDown.vue.d.ts.map +1 -0
  48. package/dist/components/atoms/icons/IconCaretLeft.vue.d.ts +2 -0
  49. package/dist/components/atoms/icons/IconCaretLeft.vue.d.ts.map +1 -0
  50. package/dist/components/atoms/icons/IconCaretRight.vue.d.ts +2 -0
  51. package/dist/components/atoms/icons/IconCaretRight.vue.d.ts.map +1 -0
  52. package/dist/components/atoms/icons/IconCheck.vue.d.ts +2 -0
  53. package/dist/components/atoms/icons/IconCheck.vue.d.ts.map +1 -0
  54. package/dist/components/atoms/icons/IconClose.vue.d.ts +2 -0
  55. package/dist/components/atoms/icons/IconClose.vue.d.ts.map +1 -0
  56. package/dist/components/atoms/icons/IconError.vue.d.ts +2 -0
  57. package/dist/components/atoms/icons/IconError.vue.d.ts.map +1 -0
  58. package/dist/components/atoms/icons/IconFile.vue.d.ts +2 -0
  59. package/dist/components/atoms/icons/IconFile.vue.d.ts.map +1 -0
  60. package/dist/components/atoms/icons/IconHyperlink.vue.d.ts +2 -0
  61. package/dist/components/atoms/icons/IconHyperlink.vue.d.ts.map +1 -0
  62. package/dist/components/atoms/icons/IconInfo.vue.d.ts +2 -0
  63. package/dist/components/atoms/icons/IconInfo.vue.d.ts.map +1 -0
  64. package/dist/components/atoms/icons/IconItalic.vue.d.ts +2 -0
  65. package/dist/components/atoms/icons/IconItalic.vue.d.ts.map +1 -0
  66. package/dist/components/atoms/icons/IconOrderedList.vue.d.ts +2 -0
  67. package/dist/components/atoms/icons/IconOrderedList.vue.d.ts.map +1 -0
  68. package/dist/components/atoms/icons/IconRemove.vue.d.ts +2 -0
  69. package/dist/components/atoms/icons/IconRemove.vue.d.ts.map +1 -0
  70. package/dist/components/atoms/icons/IconUnderline.vue.d.ts +2 -0
  71. package/dist/components/atoms/icons/IconUnderline.vue.d.ts.map +1 -0
  72. package/dist/components/atoms/icons/index.d.ts +17 -0
  73. package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts +52 -0
  74. package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts.map +1 -0
  75. package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts +97 -0
  76. package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts.map +1 -0
  77. package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +60 -0
  78. package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts.map +1 -0
  79. package/dist/components/molecules/BDUser/BDUser.vue.d.ts +56 -0
  80. package/dist/components/molecules/BDUser/BDUser.vue.d.ts.map +1 -0
  81. package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts +102 -0
  82. package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts.map +1 -0
  83. package/dist/components/organisms/BDModal/BDModal.vue.d.ts +42 -0
  84. package/dist/components/organisms/BDModal/BDModal.vue.d.ts.map +1 -0
  85. package/dist/composables/useUniqueIdentifier.d.ts +3 -0
  86. package/dist/index.d.ts +29 -0
  87. package/dist/interfaces/BDAlertProps.d.ts +5 -0
  88. package/dist/interfaces/BDArticleProps.d.ts +7 -0
  89. package/dist/interfaces/BDBadgeProps.d.ts +4 -0
  90. package/dist/interfaces/BDButtonProps.d.ts +9 -0
  91. package/dist/interfaces/BDCardProps.d.ts +10 -0
  92. package/dist/interfaces/BDCollapsableCardProps.d.ts +7 -0
  93. package/dist/interfaces/BDDropDownProps.d.ts +13 -0
  94. package/dist/interfaces/BDDropzoneProps.d.ts +11 -0
  95. package/dist/interfaces/BDFormCheckboxProps.d.ts +7 -0
  96. package/dist/interfaces/BDFormInputProps.d.ts +20 -0
  97. package/dist/interfaces/BDFormInvalidFeedbackProps.d.ts +4 -0
  98. package/dist/interfaces/BDFormSelectProps.d.ts +10 -0
  99. package/dist/interfaces/BDImage.d.ts +10 -0
  100. package/dist/interfaces/BDInputGroupProps.d.ts +4 -0
  101. package/dist/interfaces/BDLinkProps.d.ts +12 -0
  102. package/dist/interfaces/BDMarkdownEditorProps.d.ts +8 -0
  103. package/dist/interfaces/BDModalProps.d.ts +5 -0
  104. package/dist/interfaces/BDPaginationProps.d.ts +6 -0
  105. package/dist/interfaces/BDToastProps.d.ts +10 -0
  106. package/dist/interfaces/BDUserProps.d.ts +7 -0
  107. package/dist/interfaces/BDZoomSliderProps.d.ts +4 -0
  108. package/dist/layout/BDCol.vue.d.ts +77 -0
  109. package/dist/layout/BDContainer.vue.d.ts +31 -0
  110. package/dist/layout/BDRow.vue.d.ts +13 -0
  111. package/dist/main.d.ts +1 -0
  112. package/dist/scss/_alert.scss +11 -0
  113. package/dist/scss/_article.scss +24 -0
  114. package/dist/scss/_base.scss +2 -0
  115. package/dist/scss/_button.scss +54 -0
  116. package/dist/scss/_card.scss +83 -0
  117. package/dist/scss/_collapsable-card.scss +119 -0
  118. package/dist/scss/_dropdown.scss +102 -0
  119. package/dist/scss/_dropzone.scss +72 -0
  120. package/dist/scss/_forms.scss +2 -0
  121. package/dist/scss/_icons.scss +53 -0
  122. package/dist/scss/_markdown-editor.scss +48 -0
  123. package/dist/scss/_modal.scss +16 -0
  124. package/dist/scss/_pagination.scss +42 -0
  125. package/dist/scss/_profile-image.scss +47 -0
  126. package/dist/scss/_toast.scss +84 -0
  127. package/dist/scss/_user.scss +6 -0
  128. package/dist/scss/_zoomslider.scss +78 -0
  129. package/dist/scss/base/typography.scss +16 -0
  130. package/dist/scss/base/variables.scss +162 -0
  131. package/dist/scss/component-library-styling.scss +19 -0
  132. package/dist/scss/forms/_form-check.scss +12 -0
  133. package/dist/scss/forms/_form-input.scss +4 -0
  134. package/dist/scss/mixins.scss +46 -0
  135. package/dist/types/BDOption.d.ts +4 -0
  136. package/dist/types/BDText.d.ts +4 -0
  137. package/dist/types/BootstrapSizes.d.ts +8 -0
  138. package/dist/types/BootstrapVariants.d.ts +10 -0
  139. package/dist/types/ButtonColorVariants.d.ts +14 -0
  140. package/dist/types/Identifier.d.ts +3 -0
  141. package/dist/types/ModelValue.d.ts +6 -0
  142. package/dist/types/PopperOffset.d.ts +3 -0
  143. package/dist/types/ToastVariants.d.ts +8 -0
  144. package/dist/types/ValidationState.d.ts +4 -0
  145. package/dist/types/tiptapVariants.d.ts +6 -0
  146. package/dist/utils/tiptap/ExtendedLink.d.ts +2 -0
  147. package/dist/utils/type.d.ts +1 -0
  148. package/package.json +1 -1
@@ -0,0 +1,97 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ import Dropzone from "dropzone";
3
+ declare const _sfc_main: import("vue").DefineComponent<{
4
+ modelValue: {
5
+ type: __PropType<Dropzone.DropzoneFile[]>;
6
+ required: true;
7
+ default: Dropzone.DropzoneFile[];
8
+ };
9
+ buttonText: {
10
+ type: __PropType<string | undefined>;
11
+ required: false;
12
+ default: undefined;
13
+ };
14
+ multiple: {
15
+ type: __PropType<boolean>;
16
+ required: true;
17
+ default: boolean;
18
+ };
19
+ errorMessage: {
20
+ type: __PropType<string | undefined>;
21
+ required: false;
22
+ default: undefined;
23
+ };
24
+ fileSizeExceededMessage: {
25
+ type: __PropType<string | undefined>;
26
+ required: false;
27
+ default: undefined;
28
+ };
29
+ acceptedFiles: {
30
+ type: __PropType<string>;
31
+ required: true;
32
+ default: string;
33
+ };
34
+ url: {
35
+ type: __PropType<string>;
36
+ required: true;
37
+ default: string;
38
+ };
39
+ tag: {
40
+ type: __PropType<"form" | "div" | undefined>;
41
+ required: false;
42
+ default: string;
43
+ };
44
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
+ modelValue: {
46
+ type: __PropType<Dropzone.DropzoneFile[]>;
47
+ required: true;
48
+ default: Dropzone.DropzoneFile[];
49
+ };
50
+ buttonText: {
51
+ type: __PropType<string | undefined>;
52
+ required: false;
53
+ default: undefined;
54
+ };
55
+ multiple: {
56
+ type: __PropType<boolean>;
57
+ required: true;
58
+ default: boolean;
59
+ };
60
+ errorMessage: {
61
+ type: __PropType<string | undefined>;
62
+ required: false;
63
+ default: undefined;
64
+ };
65
+ fileSizeExceededMessage: {
66
+ type: __PropType<string | undefined>;
67
+ required: false;
68
+ default: undefined;
69
+ };
70
+ acceptedFiles: {
71
+ type: __PropType<string>;
72
+ required: true;
73
+ default: string;
74
+ };
75
+ url: {
76
+ type: __PropType<string>;
77
+ required: true;
78
+ default: string;
79
+ };
80
+ tag: {
81
+ type: __PropType<"form" | "div" | undefined>;
82
+ required: false;
83
+ default: string;
84
+ };
85
+ }>> & {
86
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
87
+ }, {
88
+ modelValue: Dropzone.DropzoneFile[];
89
+ buttonText: string | undefined;
90
+ multiple: boolean;
91
+ errorMessage: string | undefined;
92
+ fileSizeExceededMessage: string | undefined;
93
+ acceptedFiles: string;
94
+ url: string;
95
+ tag: "form" | "div" | undefined;
96
+ }, {}>;
97
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDDropzone.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDDropzone/BDDropzone.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8IAA8I,CAAC;AACrK,cAAc,8IAA8I,CAAC;AAC7J,eAAe,SAAS,CAAC"}
@@ -0,0 +1,60 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ placeholder: {
4
+ type: __PropType<string | undefined>;
5
+ required: false;
6
+ default: string;
7
+ };
8
+ errorText: {
9
+ type: __PropType<string | undefined>;
10
+ required: false;
11
+ default: string;
12
+ };
13
+ state: {
14
+ type: __PropType<boolean | undefined>;
15
+ required: false;
16
+ default: undefined;
17
+ };
18
+ variant: {
19
+ type: __PropType<import('../../../types/tiptapVariants').TiptapVariants>;
20
+ required: true;
21
+ default: "basic";
22
+ };
23
+ modelValue: {
24
+ type: __PropType<string>;
25
+ required: true;
26
+ };
27
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ placeholder: {
29
+ type: __PropType<string | undefined>;
30
+ required: false;
31
+ default: string;
32
+ };
33
+ errorText: {
34
+ type: __PropType<string | undefined>;
35
+ required: false;
36
+ default: string;
37
+ };
38
+ state: {
39
+ type: __PropType<boolean | undefined>;
40
+ required: false;
41
+ default: undefined;
42
+ };
43
+ variant: {
44
+ type: __PropType<import('../../../types/tiptapVariants').TiptapVariants>;
45
+ required: true;
46
+ default: "basic";
47
+ };
48
+ modelValue: {
49
+ type: __PropType<string>;
50
+ required: true;
51
+ };
52
+ }>> & {
53
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
54
+ }, {
55
+ variant: import('../../../types/tiptapVariants').TiptapVariants;
56
+ placeholder: string | undefined;
57
+ state: boolean | undefined;
58
+ errorText: string | undefined;
59
+ }, {}>;
60
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDMarkdownEditor.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,0JAA0J,CAAC;AACjL,cAAc,0JAA0J,CAAC;AACzK,eAAe,SAAS,CAAC"}
@@ -0,0 +1,56 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ name: {
4
+ type: __PropType<string>;
5
+ required: true;
6
+ default: string;
7
+ };
8
+ img: {
9
+ type: __PropType<import("../../../interfaces/BDImage").ImageProps>;
10
+ required: true;
11
+ default: {
12
+ src: string;
13
+ alt: string;
14
+ };
15
+ };
16
+ details: {
17
+ type: __PropType<string | string[]>;
18
+ required: true;
19
+ default: undefined;
20
+ };
21
+ hideImage: {
22
+ type: __PropType<boolean>;
23
+ required: true;
24
+ default: boolean;
25
+ };
26
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ name: {
28
+ type: __PropType<string>;
29
+ required: true;
30
+ default: string;
31
+ };
32
+ img: {
33
+ type: __PropType<import("../../../interfaces/BDImage").ImageProps>;
34
+ required: true;
35
+ default: {
36
+ src: string;
37
+ alt: string;
38
+ };
39
+ };
40
+ details: {
41
+ type: __PropType<string | string[]>;
42
+ required: true;
43
+ default: undefined;
44
+ };
45
+ hideImage: {
46
+ type: __PropType<boolean>;
47
+ required: true;
48
+ default: boolean;
49
+ };
50
+ }>>, {
51
+ name: string;
52
+ img: import("../../../interfaces/BDImage").ImageProps;
53
+ details: string | string[];
54
+ hideImage: boolean;
55
+ }, {}>;
56
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDUser.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/BDUser/BDUser.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,sIAAsI,CAAC;AAC7J,cAAc,sIAAsI,CAAC;AACrJ,eAAe,SAAS,CAAC"}
@@ -0,0 +1,102 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ size: {
4
+ type: __PropType<import('../../../types/BootstrapSizes').bootstrapSizes | undefined>;
5
+ required: false;
6
+ default: "md";
7
+ };
8
+ variant: {
9
+ type: __PropType<import('../../../types/BootstrapVariants').bootstrapVariants | undefined>;
10
+ required: false;
11
+ default: "primary";
12
+ };
13
+ right: {
14
+ type: __PropType<boolean | undefined>;
15
+ required: false;
16
+ default: undefined;
17
+ };
18
+ noFlip: {
19
+ type: __PropType<boolean | undefined>;
20
+ required: false;
21
+ default: undefined;
22
+ };
23
+ toggleTag: {
24
+ type: __PropType<string>;
25
+ required: true;
26
+ default: string;
27
+ };
28
+ toggleClass: {
29
+ type: __PropType<string | undefined>;
30
+ required: false;
31
+ };
32
+ actionToggle: {
33
+ type: __PropType<boolean | undefined>;
34
+ required: false;
35
+ default: undefined;
36
+ };
37
+ text: {
38
+ type: __PropType<string | undefined>;
39
+ required: false;
40
+ default: string;
41
+ };
42
+ offset: {
43
+ type: __PropType<string | [(number | undefined)?, (number | undefined)?] | undefined>;
44
+ required: false;
45
+ default: undefined;
46
+ };
47
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
48
+ size: {
49
+ type: __PropType<import('../../../types/BootstrapSizes').bootstrapSizes | undefined>;
50
+ required: false;
51
+ default: "md";
52
+ };
53
+ variant: {
54
+ type: __PropType<import('../../../types/BootstrapVariants').bootstrapVariants | undefined>;
55
+ required: false;
56
+ default: "primary";
57
+ };
58
+ right: {
59
+ type: __PropType<boolean | undefined>;
60
+ required: false;
61
+ default: undefined;
62
+ };
63
+ noFlip: {
64
+ type: __PropType<boolean | undefined>;
65
+ required: false;
66
+ default: undefined;
67
+ };
68
+ toggleTag: {
69
+ type: __PropType<string>;
70
+ required: true;
71
+ default: string;
72
+ };
73
+ toggleClass: {
74
+ type: __PropType<string | undefined>;
75
+ required: false;
76
+ };
77
+ actionToggle: {
78
+ type: __PropType<boolean | undefined>;
79
+ required: false;
80
+ default: undefined;
81
+ };
82
+ text: {
83
+ type: __PropType<string | undefined>;
84
+ required: false;
85
+ default: string;
86
+ };
87
+ offset: {
88
+ type: __PropType<string | [(number | undefined)?, (number | undefined)?] | undefined>;
89
+ required: false;
90
+ default: undefined;
91
+ };
92
+ }>>, {
93
+ size: import('../../../types/BootstrapSizes').bootstrapSizes | undefined;
94
+ variant: import('../../../types/BootstrapVariants').bootstrapVariants | undefined;
95
+ text: string | undefined;
96
+ right: boolean | undefined;
97
+ noFlip: boolean | undefined;
98
+ toggleTag: string;
99
+ actionToggle: boolean | undefined;
100
+ offset: string | [(number | undefined)?, (number | undefined)?] | undefined;
101
+ }, {}>;
102
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BDDropdown/BDDropdown.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8IAA8I,CAAC;AACrK,cAAc,8IAA8I,CAAC;AAC7J,eAAe,SAAS,CAAC"}
@@ -0,0 +1,42 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ title: {
4
+ type: __PropType<string | undefined>;
5
+ required: false;
6
+ default: string;
7
+ };
8
+ submitButtonTitle: {
9
+ type: __PropType<string | undefined>;
10
+ required: false;
11
+ default: string;
12
+ };
13
+ hideFooterCancelButton: {
14
+ type: __PropType<boolean>;
15
+ required: true;
16
+ default: boolean;
17
+ };
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "cancel")[], "submit" | "cancel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ title: {
20
+ type: __PropType<string | undefined>;
21
+ required: false;
22
+ default: string;
23
+ };
24
+ submitButtonTitle: {
25
+ type: __PropType<string | undefined>;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ hideFooterCancelButton: {
30
+ type: __PropType<boolean>;
31
+ required: true;
32
+ default: boolean;
33
+ };
34
+ }>> & {
35
+ onSubmit?: ((...args: any[]) => any) | undefined;
36
+ onCancel?: ((...args: any[]) => any) | undefined;
37
+ }, {
38
+ title: string | undefined;
39
+ submitButtonTitle: string | undefined;
40
+ hideFooterCancelButton: boolean;
41
+ }, {}>;
42
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BDModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BDModal/BDModal.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wIAAwI,CAAC;AAC/J,cAAc,wIAAwI,CAAC;AACvJ,eAAe,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function useUniqueIdentifier(): {
2
+ uniqueIdentifier: import("vue").Ref<string>;
3
+ };
@@ -0,0 +1,29 @@
1
+ import BDCol from "./layout/BDCol.vue";
2
+ import BDContainer from "./layout/BDContainer.vue";
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 } 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 BDDropdownItem from "./components/molecules/BDDropdownItem/BDDropdownItem.vue";
24
+ import BDDropzone from "./components/molecules/BDDropzone/BDDropzone.vue";
25
+ import BDMarkdownEditor from "./components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue";
26
+ import BDUser from "./components/molecules/BDUser/BDUser.vue";
27
+ import BDDropdown from "./components/organisms/BDDropdown/BDDropdown.vue";
28
+ import BDModal from "./components/organisms/BDModal/BDModal.vue";
29
+ export { BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, BDArticle, BDUser, BDToast };
@@ -0,0 +1,5 @@
1
+ import { bootstrapVariants } from "../types/BootstrapVariants";
2
+ export interface BDAlertProps {
3
+ variant?: bootstrapVariants;
4
+ title?: string;
5
+ }
@@ -0,0 +1,7 @@
1
+ import { identifierProp } from "../types/Identifier";
2
+ export interface BDArticleProps extends identifierProp {
3
+ title?: string;
4
+ text?: string;
5
+ hideBody?: boolean;
6
+ hideFooter?: boolean;
7
+ }
@@ -0,0 +1,4 @@
1
+ import { bootstrapVariants } from '../types/BootstrapVariants';
2
+ export interface BDBadgeProps {
3
+ variant?: bootstrapVariants;
4
+ }
@@ -0,0 +1,9 @@
1
+ import { bootstrapSizes } from '../types/BootstrapSizes';
2
+ import { btnColorVariants } from '../types/ButtonColorVariants';
3
+ import { OptionalBDLinkProps } from '../interfaces/BDLinkProps';
4
+ export interface BDButtonProps extends OptionalBDLinkProps {
5
+ size?: bootstrapSizes;
6
+ variant?: btnColorVariants;
7
+ blockElement?: boolean;
8
+ disabled?: boolean;
9
+ }
@@ -0,0 +1,10 @@
1
+ export interface BDCardProps {
2
+ class?: string;
3
+ title?: string;
4
+ noHeader?: boolean;
5
+ noBody?: boolean;
6
+ headerClass?: string;
7
+ bodyClass?: string;
8
+ id?: number;
9
+ headerVariant?: string;
10
+ }
@@ -0,0 +1,7 @@
1
+ import { bootstrapSizes } from '../types/BootstrapSizes';
2
+ export interface BDCollapsableCardProps {
3
+ title: string;
4
+ disabled: boolean;
5
+ showOn: bootstrapSizes;
6
+ visible: boolean;
7
+ }
@@ -0,0 +1,13 @@
1
+ import { props as BDTextType } from "../types/BDText";
2
+ import { bootstrapVariants } from "../types/BootstrapVariants";
3
+ import { bootstrapSizes } from '../types/BootstrapSizes';
4
+ import { PopperOffset } from "../types/PopperOffset";
5
+ export interface props extends BDTextType, PopperOffset {
6
+ size?: bootstrapSizes;
7
+ variant?: bootstrapVariants;
8
+ right?: boolean;
9
+ noFlip?: boolean;
10
+ toggleTag: string;
11
+ toggleClass?: string;
12
+ actionToggle?: boolean;
13
+ }
@@ -0,0 +1,11 @@
1
+ import { DropzoneFile } from "dropzone";
2
+ export interface BDDropzoneProps {
3
+ modelValue: DropzoneFile[];
4
+ buttonText?: string;
5
+ multiple: boolean;
6
+ errorMessage?: string;
7
+ fileSizeExceededMessage?: string;
8
+ acceptedFiles: string;
9
+ url: string;
10
+ tag?: "form" | "div";
11
+ }
@@ -0,0 +1,7 @@
1
+ import { ValidationStateType } from '../types/ValidationState';
2
+ export interface bdFormCheckboxProps {
3
+ modelValue: boolean | string;
4
+ value: boolean | string;
5
+ uncheckedValue: boolean | string;
6
+ state: ValidationStateType;
7
+ }
@@ -0,0 +1,20 @@
1
+ import { bootstrapSizes } from '../types/BootstrapSizes';
2
+ export interface BDFormInputProps {
3
+ modelValue?: string;
4
+ formGroupClass?: string;
5
+ type: string;
6
+ label?: string;
7
+ labelClass?: string;
8
+ formFieldClass?: string;
9
+ inputClass?: string;
10
+ placeholder?: string;
11
+ state?: boolean | null;
12
+ readonly?: boolean | null;
13
+ disabled?: boolean | null;
14
+ autofocus?: boolean | null;
15
+ size?: bootstrapSizes;
16
+ tabindex?: number | null;
17
+ invalidFeedbackClass?: string;
18
+ invalidFeedbackText?: string;
19
+ delayTimeMs?: number;
20
+ }
@@ -0,0 +1,4 @@
1
+ export interface BDFormInvalidFeedbackProps {
2
+ state: boolean | null;
3
+ text?: string;
4
+ }
@@ -0,0 +1,10 @@
1
+ import { ModelValueStringAndNumber } from "../types/ModelValue";
2
+ import { ValidationState } from '../types/ValidationState';
3
+ import { BDOption } from "../types/BDOption";
4
+ import { bootstrapSizes } from '../types/BootstrapSizes';
5
+ export interface BDFormSelectProps extends ModelValueStringAndNumber, ValidationState {
6
+ size?: bootstrapSizes;
7
+ disabled?: boolean;
8
+ autofocus?: boolean;
9
+ options?: BDOption[];
10
+ }
@@ -0,0 +1,10 @@
1
+ import { bootstrapSizes } from '../types/BootstrapSizes';
2
+ export interface ImageProps {
3
+ src: string;
4
+ alt?: string;
5
+ }
6
+ export interface BDProfileImageProps extends ImageProps {
7
+ showFooter: boolean;
8
+ size?: bootstrapSizes;
9
+ linkText: string;
10
+ }
@@ -0,0 +1,4 @@
1
+ export interface BDInputGroupProps {
2
+ label?: string | null;
3
+ labelForId?: string;
4
+ }
@@ -0,0 +1,12 @@
1
+ export interface BDLinkProps {
2
+ to: object | string;
3
+ target?: string;
4
+ text?: string;
5
+ rel?: string;
6
+ }
7
+ export interface OptionalBDLinkProps {
8
+ to?: object | string;
9
+ target?: string;
10
+ text?: string;
11
+ rel?: string;
12
+ }
@@ -0,0 +1,8 @@
1
+ import { ModelValueString } from "../types/ModelValue";
2
+ import { TiptapVariants } from '../types/tiptapVariants';
3
+ export interface BDMarkdownEditorProps extends ModelValueString {
4
+ placeholder?: string;
5
+ errorText?: string;
6
+ state?: boolean;
7
+ variant: TiptapVariants;
8
+ }
@@ -0,0 +1,5 @@
1
+ export interface BDModalProps {
2
+ title?: string;
3
+ submitButtonTitle?: string;
4
+ hideFooterCancelButton: boolean;
5
+ }
@@ -0,0 +1,6 @@
1
+ export interface BDPaginationProps {
2
+ modelValue: number;
3
+ totalRows: number;
4
+ rowsPerPage: number;
5
+ isPatient?: boolean;
6
+ }
@@ -0,0 +1,10 @@
1
+ import { toastVariants } from '../types/ToastVariants';
2
+ import { TeleportProps } from "vue";
3
+ export interface BDToastProps {
4
+ id?: string;
5
+ show?: boolean;
6
+ variant?: toastVariants;
7
+ teleport?: TeleportProps;
8
+ title?: string;
9
+ text?: string;
10
+ }
@@ -0,0 +1,7 @@
1
+ import { ImageProps } from "./BDImage";
2
+ export interface BDUserProps {
3
+ name: string;
4
+ img: ImageProps;
5
+ details: string[] | string;
6
+ hideImage: boolean;
7
+ }
@@ -0,0 +1,4 @@
1
+ export interface BDZoomSliderProps {
2
+ modelValue: number;
3
+ maxValue?: number;
4
+ }