@dpa-id-components/dpa-shared-components 22.0.0-next.13 → 22.0.0-next.14

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 (82) hide show
  1. package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +1 -1
  2. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +1 -1
  3. package/dist/components/UiInput/UiInput.vue.d.ts +1 -1
  4. package/dist/components/UiMenu/UiMenu.vue.d.ts +2 -2
  5. package/dist/components/UiMenu/UiMenuItem.vue.d.ts +1 -1
  6. package/dist/components/index.d.ts +1 -9
  7. package/dist/dpa-shared-components.js +1955 -2222
  8. package/dist/src/components/UiButtonGroup/UiButtonGroup.vue +1 -1
  9. package/dist/src/components/UiDatePicker/UiDatePicker.vue +1 -4
  10. package/dist/src/components/UiDialog/UiDialog.vue +7 -4
  11. package/dist/src/components/UiIconButton/UiIconButton.vue +1 -2
  12. package/dist/src/components/UiListItem/README.md +13 -12
  13. package/dist/src/components/UiListItem/UiListItem.stories.ts +0 -26
  14. package/dist/src/components/UiListItem/UiListItem.vue +1 -1
  15. package/dist/src/components/UiMenu/UiMenu.stories.ts +0 -1
  16. package/dist/src/components/UiMenu/UiMenu.vue +3 -4
  17. package/dist/src/components/index.ts +0 -16
  18. package/dist/style.css +2 -2
  19. package/package.json +11 -11
  20. package/src/components/UiButtonGroup/UiButtonGroup.vue +1 -1
  21. package/src/components/UiDatePicker/UiDatePicker.vue +1 -4
  22. package/src/components/UiDialog/UiDialog.vue +7 -4
  23. package/src/components/UiIconButton/UiIconButton.vue +1 -2
  24. package/src/components/UiListItem/README.md +13 -12
  25. package/src/components/UiListItem/UiListItem.vue +1 -1
  26. package/src/components/UiMenu/UiMenu.vue +3 -4
  27. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +0 -43
  28. package/dist/components/UiCard/UiCard.vue.d.ts +0 -7
  29. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +0 -33
  30. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +0 -28
  31. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +0 -18
  32. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +0 -24
  33. package/dist/components/UiSection/UiSection.vue.d.ts +0 -29
  34. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +0 -16
  35. package/dist/src/components/DpaMediaItem/DpaMediaItem.spec.ts +0 -123
  36. package/dist/src/components/DpaMediaItem/DpaMediaItem.stories.ts +0 -140
  37. package/dist/src/components/DpaMediaItem/DpaMediaItem.vue +0 -146
  38. package/dist/src/components/DpaMediaItem/README.md +0 -42
  39. package/dist/src/components/UiCard/README.md +0 -32
  40. package/dist/src/components/UiCard/UiCard.spec.ts +0 -16
  41. package/dist/src/components/UiCard/UiCard.stories.ts +0 -30
  42. package/dist/src/components/UiCard/UiCard.vue +0 -28
  43. package/dist/src/components/UiCheckBoxGroup/README.md +0 -35
  44. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +0 -70
  45. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.ts +0 -59
  46. package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +0 -106
  47. package/dist/src/components/UiCollapseNavigation/README.md +0 -37
  48. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.spec.ts +0 -21
  49. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +0 -67
  50. package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +0 -79
  51. package/dist/src/components/UiOverlay/README.md +0 -38
  52. package/dist/src/components/UiOverlay/UiOverlay.spec.ts +0 -16
  53. package/dist/src/components/UiOverlay/UiOverlay.stories.ts +0 -22
  54. package/dist/src/components/UiOverlay/UiOverlay.vue +0 -36
  55. package/dist/src/components/UiOverlayMenu/README.md +0 -40
  56. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.spec.ts +0 -33
  57. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.stories.ts +0 -40
  58. package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +0 -51
  59. package/dist/src/components/UiSection/README.md +0 -33
  60. package/dist/src/components/UiSection/UiSection.spec.ts +0 -49
  61. package/dist/src/components/UiSection/UiSection.stories.ts +0 -61
  62. package/dist/src/components/UiSection/UiSection.vue +0 -63
  63. package/dist/src/components/UiSectionDivider/README.md +0 -29
  64. package/dist/src/components/UiSectionDivider/UiSectionDivider.spec.ts +0 -19
  65. package/dist/src/components/UiSectionDivider/UiSectionDivider.stories.ts +0 -49
  66. package/dist/src/components/UiSectionDivider/UiSectionDivider.vue +0 -44
  67. package/src/components/DpaMediaItem/DpaMediaItem.vue +0 -146
  68. package/src/components/DpaMediaItem/README.md +0 -42
  69. package/src/components/UiCard/README.md +0 -32
  70. package/src/components/UiCard/UiCard.vue +0 -28
  71. package/src/components/UiCheckBoxGroup/README.md +0 -35
  72. package/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +0 -106
  73. package/src/components/UiCollapseNavigation/README.md +0 -37
  74. package/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +0 -79
  75. package/src/components/UiOverlay/README.md +0 -38
  76. package/src/components/UiOverlay/UiOverlay.vue +0 -36
  77. package/src/components/UiOverlayMenu/README.md +0 -40
  78. package/src/components/UiOverlayMenu/UiOverlayMenu.vue +0 -51
  79. package/src/components/UiSection/README.md +0 -33
  80. package/src/components/UiSection/UiSection.vue +0 -63
  81. package/src/components/UiSectionDivider/README.md +0 -29
  82. package/src/components/UiSectionDivider/UiSectionDivider.vue +0 -44
@@ -27,7 +27,7 @@ declare const __VLS_export: <ModelValue extends string[] | string | boolean>(__V
27
27
  };
28
28
  emit: (event: "update:modelValue", value: ModelValue | undefined) => void;
29
29
  }>) => import('vue').VNode & {
30
- __ctx?: Awaited<typeof __VLS_setup>;
30
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
31
31
  };
32
32
  declare const _default: typeof __VLS_export;
33
33
  export default _default;
@@ -41,11 +41,11 @@ declare const __VLS_export: import('vue').DefineComponent<{
41
41
  title: string;
42
42
  size: "xs" | "small";
43
43
  disabled: boolean;
44
- iconSize: "xs" | "sm" | "lg";
45
44
  variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
46
45
  buttonWidth: "full" | "max";
47
46
  chevronIcon: UiIconName;
48
47
  rotateIcon: boolean;
48
+ iconSize: "xs" | "sm" | "lg";
49
49
  active: boolean;
50
50
  hasIcon: boolean;
51
51
  iconLeft: UiIconName;
@@ -27,7 +27,7 @@ declare const __VLS_export: <ModelValue extends string | number>(__VLS_props: No
27
27
  };
28
28
  emit: (event: "update:modelValue", value: ModelValue | undefined) => void;
29
29
  }>) => import('vue').VNode & {
30
- __ctx?: Awaited<typeof __VLS_setup>;
30
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
31
31
  };
32
32
  declare const _default: typeof __VLS_export;
33
33
  export default _default;
@@ -58,14 +58,14 @@ declare const __VLS_export: <Value>(__VLS_props: NonNullable<Awaited<typeof __VL
58
58
  checkboxAppearance: "primary" | "secondary";
59
59
  iconSize: "sm" | "md" | "lg";
60
60
  imageShape: "square" | "rounded";
61
- listVariant: "checkbox" | "selectable" | "blank";
61
+ listVariant: "checkbox" | "blank" | "selectable";
62
62
  options: UiMenuOptionType<Value>[] | undefined;
63
63
  groupedOptions: UiMenuGroupedOption<Value>[] | undefined;
64
64
  }) => any;
65
65
  };
66
66
  emit: (((evt: "close") => void) & ((evt: "reset") => void) & ((evt: "open") => void) & ((evt: "option-selected", args_0: UiMenuSelectedOption<Value>) => void)) & ((event: "update:query", value: string) => void);
67
67
  }>) => import('vue').VNode & {
68
- __ctx?: Awaited<typeof __VLS_setup>;
68
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
69
69
  };
70
70
  declare const _default: typeof __VLS_export;
71
71
  export default _default;
@@ -26,7 +26,7 @@ declare const __VLS_export: <Value>(__VLS_props: NonNullable<Awaited<typeof __VL
26
26
  };
27
27
  emit: {};
28
28
  }>) => import('vue').VNode & {
29
- __ctx?: Awaited<typeof __VLS_setup>;
29
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
30
30
  };
31
31
  type __VLS_PrettifyLocal<T> = (T extends any ? {
32
32
  [K in keyof T]: T[K];
@@ -1,12 +1,8 @@
1
- import { default as DpaMediaItem } from './DpaMediaItem/DpaMediaItem.vue';
2
1
  import { default as UiBadge } from './UiBadge/UiBadge.vue';
3
2
  import { default as UiButton } from './UiButton/UiButton.vue';
4
3
  import { default as UiButtonGroup } from './UiButtonGroup/UiButtonGroup.vue';
5
- import { default as UiCard } from './UiCard/UiCard.vue';
6
4
  import { default as UiCheckbox } from './UiCheckbox/UiCheckbox.vue';
7
- import { default as UiCheckBoxGroup } from './UiCheckBoxGroup/UiCheckBoxGroup.vue';
8
5
  import { default as UiChip } from './UiChip/UiChip.vue';
9
- import { default as UiCollapseNavigation } from './UiCollapseNavigation/UiCollapseNavigation.vue';
10
6
  import { default as UiColorPicker } from './UiColorPicker/UiColorPicker.vue';
11
7
  import { default as UiDatePicker } from './UiDatePicker/UiDatePicker.vue';
12
8
  import { default as UiDialog } from './UiDialog/UiDialog.vue';
@@ -23,15 +19,11 @@ import { default as UiMediaTypeIcon } from './UiMediaTypeIcon/UiMediaTypeIcon.vu
23
19
  import { default as UiMenu } from './UiMenu/UiMenu.vue';
24
20
  import { default as UiMenuItem } from './UiMenu/UiMenuItem.vue';
25
21
  import { default as UiMenuList } from './UiMenu/UiMenuList.vue';
26
- import { default as UiOverlay } from './UiOverlay/UiOverlay.vue';
27
- import { default as UiOverlayMenu } from './UiOverlayMenu/UiOverlayMenu.vue';
28
22
  import { default as UiPopover } from './UiPopover/UiPopover.vue';
29
23
  import { default as UiRadioButton } from './UiRadioButton/UiRadioButton.vue';
30
24
  import { default as UiRadioInputGroup } from './UiRadioInputGroup/UiRadioInputGroup.vue';
31
25
  import { default as UiSearchBar } from './UiSearchBar/UiSearchBar.vue';
32
26
  import { default as UiSearchInput } from './UiSearchInput/UiSearchInput.vue';
33
- import { default as UiSection } from './UiSection/UiSection.vue';
34
- import { default as UiSectionDivider } from './UiSectionDivider/UiSectionDivider.vue';
35
27
  import { default as UiSelect } from './UiSelect/UiSelect.vue';
36
28
  import { default as UiSkeletonBox } from './UiSkeletonBox/UiSkeletonBox.vue';
37
29
  import { default as UiSnackbar } from './UiSnackbar/UiSnackbar.vue';
@@ -43,4 +35,4 @@ export type { UiIconName } from './UiIcon/UiIcon.vue';
43
35
  export type { UiMediaTypeIconName } from './UiMediaTypeIcon/UiMediaTypeIcon.vue';
44
36
  export type { UiMenuGroupedOption, UiMenuOptionType, UiMenuSelectedOption, } from './UiMenu/UiMenu.vue';
45
37
  export type { UiRadioInputGroupOption } from './UiRadioInputGroup/UiRadioInputGroup.vue';
46
- export { DpaMediaItem, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiCollapseNavigation, UiColorPicker, UiDatePicker, UiDialog, UiFilterBadge, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiLabel, UiList, UiListItem, UiMediaTypeIcon, UiMenu, UiMenuItem, UiMenuList, UiOverlay, UiOverlayMenu, UiPopover, UiRadioButton, UiRadioInputGroup, UiSearchBar, UiSearchInput, UiSection, UiSectionDivider, UiSelect, UiSkeletonBox, UiSnackbar, UiSpinner, UiTextButton, UiToggleButton, UiTooltip, };
38
+ export { UiBadge, UiButton, UiButtonGroup, UiCheckbox, UiChip, UiColorPicker, UiDatePicker, UiDialog, UiFilterBadge, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiLabel, UiList, UiListItem, UiMediaTypeIcon, UiMenu, UiMenuItem, UiMenuList, UiPopover, UiRadioButton, UiRadioInputGroup, UiSearchBar, UiSearchInput, UiSelect, UiSkeletonBox, UiSnackbar, UiSpinner, UiTextButton, UiToggleButton, UiTooltip, };