@dpa-id-components/dpa-shared-components 12.3.0 → 13.0.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 (53) hide show
  1. package/dist/ai-VuCGPNLN.mjs +15 -0
  2. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +6 -6
  3. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +3 -2
  4. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +3 -3
  5. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +3 -3
  6. package/dist/components/UiBadge/UiBadge.stories.d.ts +10 -11
  7. package/dist/components/UiBadge/UiBadge.vue.d.ts +4 -4
  8. package/dist/components/UiButton/UiButton.stories.d.ts +7 -8
  9. package/dist/components/UiButton/UiButton.vue.d.ts +3 -3
  10. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +2 -1
  11. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +81 -82
  12. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +31 -31
  13. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +2 -2
  14. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +2 -2
  15. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +28 -29
  16. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +5 -5
  17. package/dist/components/UiIcon/UiIcon.stories.d.ts +4 -5
  18. package/dist/components/UiIcon/UiIcon.vue.d.ts +8 -4
  19. package/dist/components/UiIcon/iconNames.d.ts +1 -1
  20. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +10 -11
  21. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +2 -2
  22. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +32 -33
  23. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +3 -3
  24. package/dist/components/UiInput/UiInput.stories.d.ts +12 -12
  25. package/dist/components/UiInput/UiInput.vue.d.ts +1 -1
  26. package/dist/components/UiList/UiList.stories.d.ts +6 -6
  27. package/dist/components/UiListItem/UiListItem.stories.d.ts +26 -27
  28. package/dist/components/UiListItem/UiListItem.vue.d.ts +3 -3
  29. package/dist/components/UiMenu/UiMenu.stories.d.ts +3 -4
  30. package/dist/components/UiMenu/UiMenu.vue.d.ts +2 -2
  31. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +12 -12
  32. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +97 -98
  33. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +25 -19
  34. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +4 -4
  35. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +1 -1
  36. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +25 -26
  37. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +3 -3
  38. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +14 -14
  39. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +5 -6
  40. package/dist/components/index.d.ts +3 -3
  41. package/dist/dpa-shared-components.mjs +3917 -4020
  42. package/dist/dpa-shared-components.umd.js +7 -7
  43. package/dist/graphic-C1wh-TxG.mjs +15 -0
  44. package/dist/label-ZzjOPjln.mjs +19 -0
  45. package/dist/label-filled-j_-BCTAD.mjs +19 -0
  46. package/dist/lock-Dcj4HaSk.mjs +19 -0
  47. package/dist/lock-filled-BnsIWWZt.mjs +19 -0
  48. package/dist/story-cXfkRTNd.mjs +15 -0
  49. package/dist/style.css +1 -1
  50. package/dist/thumbs-down-CdwHyt1J.mjs +19 -0
  51. package/package.json +5 -14
  52. package/dist/graphic-BmqiWT4u.mjs +0 -20
  53. package/dist/lock-EkeSCdjL.mjs +0 -19
@@ -5,8 +5,8 @@ declare const meta: {
5
5
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
6
6
  color?: "blue" | "gray";
7
7
  href?: string;
8
- iconLeft?: string;
9
- iconRight?: string;
8
+ iconLeft?: import('..').UiIconName;
9
+ iconRight?: import('..').UiIconName;
10
10
  placement?: "onsurface" | "oncanvas";
11
11
  size?: "xsmall" | "small" | "medium";
12
12
  weight?: "regular" | "semibold";
@@ -15,9 +15,9 @@ declare const meta: {
15
15
  size: "xsmall" | "small" | "medium";
16
16
  color: "blue" | "gray";
17
17
  href: string;
18
- iconLeft: string;
18
+ iconLeft: import('..').UiIconName;
19
19
  placement: "onsurface" | "oncanvas";
20
- iconRight: string;
20
+ iconRight: import('..').UiIconName;
21
21
  weight: "regular" | "semibold";
22
22
  linkTarget: string;
23
23
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -30,8 +30,8 @@ declare const meta: {
30
30
  }, Readonly<{
31
31
  color?: "blue" | "gray";
32
32
  href?: string;
33
- iconLeft?: string;
34
- iconRight?: string;
33
+ iconLeft?: import('..').UiIconName;
34
+ iconRight?: import('..').UiIconName;
35
35
  placement?: "onsurface" | "oncanvas";
36
36
  size?: "xsmall" | "small" | "medium";
37
37
  weight?: "regular" | "semibold";
@@ -40,9 +40,9 @@ declare const meta: {
40
40
  size: "xsmall" | "small" | "medium";
41
41
  color: "blue" | "gray";
42
42
  href: string;
43
- iconLeft: string;
43
+ iconLeft: import('..').UiIconName;
44
44
  placement: "onsurface" | "oncanvas";
45
- iconRight: string;
45
+ iconRight: import('..').UiIconName;
46
46
  weight: "regular" | "semibold";
47
47
  linkTarget: string;
48
48
  }>;
@@ -52,8 +52,8 @@ declare const meta: {
52
52
  } & import('vue').ComponentOptionsBase<Readonly<{
53
53
  color?: "blue" | "gray";
54
54
  href?: string;
55
- iconLeft?: string;
56
- iconRight?: string;
55
+ iconLeft?: import('..').UiIconName;
56
+ iconRight?: import('..').UiIconName;
57
57
  placement?: "onsurface" | "oncanvas";
58
58
  size?: "xsmall" | "small" | "medium";
59
59
  weight?: "regular" | "semibold";
@@ -62,9 +62,9 @@ declare const meta: {
62
62
  size: "xsmall" | "small" | "medium";
63
63
  color: "blue" | "gray";
64
64
  href: string;
65
- iconLeft: string;
65
+ iconLeft: import('..').UiIconName;
66
66
  placement: "onsurface" | "oncanvas";
67
- iconRight: string;
67
+ iconRight: import('..').UiIconName;
68
68
  weight: "regular" | "semibold";
69
69
  linkTarget: string;
70
70
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -85,11 +85,11 @@ declare const meta: {
85
85
  };
86
86
  iconLeft: {
87
87
  control: "select";
88
- options: string[];
88
+ options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up")[];
89
89
  };
90
90
  iconRight: {
91
91
  control: "select";
92
- options: string[];
92
+ options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up")[];
93
93
  };
94
94
  placement: {
95
95
  control: "select";
@@ -1,10 +1,9 @@
1
- import { iconNames } from '../UiIcon/iconNames';
2
- type IconNames = (typeof iconNames)[number];
1
+ import { UiIconName } from '../UiIcon/UiIcon.vue';
3
2
  type __VLS_Props = {
4
3
  color?: "blue" | "gray";
5
4
  href?: string;
6
- iconLeft?: IconNames;
7
- iconRight?: IconNames;
5
+ iconLeft?: UiIconName;
6
+ iconRight?: UiIconName;
8
7
  placement?: "onsurface" | "oncanvas";
9
8
  size?: "xsmall" | "small" | "medium";
10
9
  weight?: "regular" | "semibold";
@@ -23,9 +22,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
23
22
  size: "xsmall" | "small" | "medium";
24
23
  color: "blue" | "gray";
25
24
  href: string;
26
- iconLeft: IconNames;
25
+ iconLeft: UiIconName;
27
26
  placement: "onsurface" | "oncanvas";
28
- iconRight: IconNames;
27
+ iconRight: UiIconName;
29
28
  weight: "regular" | "semibold";
30
29
  linkTarget: string;
31
30
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -13,7 +13,7 @@ import { default as UiDialog } from './UiDialog/UiDialog.vue';
13
13
  import { default as UiFilterBadge } from './UiFilterBadge/UiFilterBadge.vue';
14
14
  import { default as UiFilterBadgeButton } from './UiFilterBadgeButton/UiFilterBadgeButton.vue';
15
15
  import { default as UiFilterButton } from './UiFilterButton/UiFilterButton.vue';
16
- import { default as UiIcon } from './UiIcon/UiIcon.vue';
16
+ import { default as UiIcon, UiIconName } from './UiIcon/UiIcon.vue';
17
17
  import { default as UiIconButton } from './UiIconButton/UiIconButton.vue';
18
18
  import { default as UiInfoContent } from './UiInfoContent/UiInfoContent.vue';
19
19
  import { default as UiInput } from './UiInput/UiInput.vue';
@@ -25,7 +25,7 @@ import { default as UiMenuList } from './UiMenu/UiMenuList.vue';
25
25
  import { default as UiMenuItem } from './UiMenu/UiMenuItem.vue';
26
26
  import { default as UiOverlay } from './UiOverlay/UiOverlay.vue';
27
27
  import { default as UiOverlayMenu } from './UiOverlayMenu/UiOverlayMenu.vue';
28
- import { default as UiRadioInputGroup } from './UiRadioInputGroup/UiRadioInputGroup.vue';
28
+ import { default as UiRadioInputGroup, UiRadioInputGroupOption } from './UiRadioInputGroup/UiRadioInputGroup.vue';
29
29
  import { default as UiSection } from './UiSection/UiSection.vue';
30
30
  import { default as UiSectionDivider } from './UiSectionDivider/UiSectionDivider.vue';
31
31
  import { default as UiSkeletonBox } from './UiSkeletonBox/UiSkeletonBox.vue';
@@ -38,5 +38,5 @@ import { default as UiSearchBar } from './UiSearchBar/UiSearchBar.vue';
38
38
  import { default as UiSimpleInput } from './UiSimpleInput/UiSimpleInput.vue';
39
39
  import { default as UiColorPicker } from './UiColorPicker/UiColorPicker.vue';
40
40
  import { default as UiTextButton } from './UiTextButton/UiTextButton.vue';
41
- export type { UiMenuOptionType, UiMenuGroupedOption };
41
+ export type { UiIconName, UiMenuOptionType, UiMenuGroupedOption, UiRadioInputGroupOption, };
42
42
  export { DpaMediaItem, UiAutocomplete, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiCollapseNavigation, UiDatePicker, UiDialog, UiFilterBadge, UiFilterBadgeButton, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiList, UiListItem, UiMenu, UiMenuList, UiMenuItem, UiOverlay, UiOverlayMenu, UiRadioInputGroup, UiSection, UiSectionDivider, UiSkeletonBox, UiSpinner, UiSnackbar, UiToggleButton, UiTooltip, UiSearchInput, UiSearchBar, UiSimpleInput, UiColorPicker, UiTextButton, };