@dpa-id-components/dpa-shared-components 3.0.2 → 3.1.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.
@@ -20,17 +20,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
20
20
  required: false;
21
21
  default: string;
22
22
  };
23
- isClickable: {
24
- type: __PropType<boolean | undefined>;
25
- required: false;
26
- default: boolean;
27
- };
28
- iconMargin: {
29
- type: __PropType<"small" | "wide" | undefined>;
30
- required: false;
31
- default: string;
32
- };
33
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
24
  color: {
35
25
  type: __PropType<string | undefined>;
36
26
  required: false;
@@ -51,24 +41,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
51
41
  required: false;
52
42
  default: string;
53
43
  };
54
- isClickable: {
55
- type: __PropType<boolean | undefined>;
56
- required: false;
57
- default: boolean;
58
- };
59
- iconMargin: {
60
- type: __PropType<"small" | "wide" | undefined>;
61
- required: false;
62
- default: string;
63
- };
64
- }>> & {
65
- onClick?: ((...args: any[]) => any) | undefined;
66
- }, {
44
+ }>>, {
67
45
  fill: string | undefined;
68
46
  color: string | undefined;
69
47
  size: "small" | "medium" | "large" | "xl" | undefined;
70
48
  iconIsFilled: boolean | undefined;
71
- isClickable: boolean | undefined;
72
- iconMargin: "small" | "wide" | undefined;
73
49
  }>;
74
50
  export default _sfc_main;
@@ -0,0 +1,49 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ color: {
4
+ type: __PropType<string | undefined>;
5
+ required: false;
6
+ default: string;
7
+ };
8
+ fill: {
9
+ type: __PropType<string | undefined>;
10
+ required: false;
11
+ default: string;
12
+ };
13
+ iconIsFilled: {
14
+ type: __PropType<boolean | undefined>;
15
+ required: false;
16
+ default: boolean;
17
+ };
18
+ label: {
19
+ type: __PropType<string>;
20
+ required: true;
21
+ };
22
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ color: {
24
+ type: __PropType<string | undefined>;
25
+ required: false;
26
+ default: string;
27
+ };
28
+ fill: {
29
+ type: __PropType<string | undefined>;
30
+ required: false;
31
+ default: string;
32
+ };
33
+ iconIsFilled: {
34
+ type: __PropType<boolean | undefined>;
35
+ required: false;
36
+ default: boolean;
37
+ };
38
+ label: {
39
+ type: __PropType<string>;
40
+ required: true;
41
+ };
42
+ }>> & {
43
+ onClick?: ((...args: any[]) => any) | undefined;
44
+ }, {
45
+ fill: string | undefined;
46
+ color: string | undefined;
47
+ iconIsFilled: boolean | undefined;
48
+ }>;
49
+ export default _sfc_main;
@@ -12,6 +12,7 @@ import UiDatePicker from "./UiDatePicker/UiDatePicker.vue";
12
12
  import UiDatePickerMobile from "./UiDatePickerMobile/UiDatePickerMobile.vue";
13
13
  import UiDialog from "./UiDialog/UiDialog.vue";
14
14
  import UiFilterBadge from "./UiFilterBadge/UiFilterBadge.vue";
15
+ import UiFilterBadgeButton from "./UiFilterBadgeButton/UiFilterBadgeButton.vue";
15
16
  import UiFilterButton from "./UiFilterButton/UiFilterButton.vue";
16
17
  import UiIcon from "./UiIcon/UiIcon.vue";
17
18
  import UiIconButton from "./UiIconButton/UiIconButton.vue";
@@ -34,4 +35,4 @@ import UiSearchInput from "./UiSearchInput/UiSearchInput.vue";
34
35
  import UiSearchBar from "./UiSearchBar/UiSearchBar.vue";
35
36
  import UiSimpleInput from '../components/UiSimpleInput/UiSimpleInput.vue';
36
37
  import UiColorPicker from "./UiColorPicker/UiColorPicker.vue";
37
- export { DpaEventItem, DpaMediaItem, UiAutocomplete, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiDatePicker, UiDatePickerMobile, UiDialog, UiFilterBadge, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiList, UiListItem, UiMenu, UiOverlay, UiOverlayMenu, UiRadioInputGroup, UiSection, UiSectionDivider, UiSkeletonBox, UiSpinner, UiSnackbar, UiToggleButton, UiTooltip, UiSearchInput, UiSearchBar, UiSimpleInput, UiColorPicker, };
38
+ export { DpaEventItem, DpaMediaItem, UiAutocomplete, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiDatePicker, UiDatePickerMobile, UiDialog, UiFilterBadge, UiFilterBadgeButton, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiList, UiListItem, UiMenu, UiOverlay, UiOverlayMenu, UiRadioInputGroup, UiSection, UiSectionDivider, UiSkeletonBox, UiSpinner, UiSnackbar, UiToggleButton, UiTooltip, UiSearchInput, UiSearchBar, UiSimpleInput, UiColorPicker, };