@dpa-id-components/dpa-shared-components 22.0.0-next.9 → 22.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.
- package/dist/assets/icons/bot.vue.d.ts +3 -0
- package/dist/bot-C103nFwL.js +19 -0
- package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +1 -1
- package/dist/components/UiIcon/icons.d.ts +1 -0
- package/dist/components/UiInput/UiInput.vue.d.ts +1 -1
- package/dist/components/UiMenu/UiMenu.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -18
- package/dist/dpa-shared-components.js +3326 -3978
- package/dist/eslint.base.config.js +1 -4
- package/dist/src/assets/icons/bot.vue +14 -0
- package/dist/src/components/UiChip/UiChip.spec.ts +1 -1
- package/dist/src/components/UiChip/UiChip.vue +2 -2
- package/dist/src/components/UiDatePicker/UiDatePicker.vue +11 -8
- package/dist/src/components/UiDialog/UiDialog.vue +10 -7
- package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +1 -3
- package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
- package/dist/src/components/UiIcon/icons.ts +1 -0
- package/dist/src/components/UiListItem/README.md +13 -12
- package/dist/src/components/UiListItem/UiListItem.stories.ts +0 -26
- package/dist/src/components/UiListItem/UiListItem.vue +1 -1
- package/dist/src/components/UiMediaTypeIcon/UiMediaTypeIcon.stories.ts +1 -1
- package/dist/src/components/UiMenu/UiMenu.stories.ts +85 -2
- package/dist/src/components/UiMenu/UiMenu.vue +7 -8
- package/dist/src/components/UiSelect/UiSelect.vue +1 -1
- package/dist/src/components/index.ts +0 -33
- package/dist/src/tailwindPreset.css +70 -62
- package/dist/style.css +2 -2
- package/dist/tailwindPreset.css +70 -62
- package/package.json +19 -19
- package/src/assets/icons/bot.vue +14 -0
- package/src/components/UiChip/UiChip.vue +2 -2
- package/src/components/UiDatePicker/UiDatePicker.vue +11 -8
- package/src/components/UiDialog/UiDialog.vue +10 -7
- package/src/components/UiIcon/icons.ts +1 -0
- package/src/components/UiListItem/README.md +13 -12
- package/src/components/UiListItem/UiListItem.vue +1 -1
- package/src/components/UiMenu/UiMenu.vue +7 -8
- package/src/components/UiSelect/UiSelect.vue +1 -1
- package/src/tailwindPreset.css +70 -62
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +0 -43
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +0 -7
- package/dist/components/UiCard/UiCard.vue.d.ts +0 -7
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +0 -33
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +0 -28
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +0 -54
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +0 -30
- package/dist/components/UiList/UiList.vue.d.ts +0 -7
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +0 -35
- package/dist/components/UiMenu/UiMenuList.vue.d.ts +0 -20
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +0 -18
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +0 -24
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +0 -35
- package/dist/components/UiSection/UiSection.vue.d.ts +0 -29
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +0 -16
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +0 -42
- package/dist/src/components/DpaMediaItem/DpaMediaItem.spec.ts +0 -123
- package/dist/src/components/DpaMediaItem/DpaMediaItem.stories.ts +0 -140
- package/dist/src/components/DpaMediaItem/DpaMediaItem.vue +0 -146
- package/dist/src/components/DpaMediaItem/README.md +0 -42
- package/dist/src/components/UiButtonGroup/README.md +0 -29
- package/dist/src/components/UiButtonGroup/UiButtonGroup.spec.ts +0 -16
- package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +0 -53
- package/dist/src/components/UiButtonGroup/UiButtonGroup.vue +0 -29
- package/dist/src/components/UiCard/README.md +0 -32
- package/dist/src/components/UiCard/UiCard.spec.ts +0 -16
- package/dist/src/components/UiCard/UiCard.stories.ts +0 -30
- package/dist/src/components/UiCard/UiCard.vue +0 -28
- package/dist/src/components/UiCheckBoxGroup/README.md +0 -35
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +0 -70
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.ts +0 -59
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +0 -106
- package/dist/src/components/UiCollapseNavigation/README.md +0 -37
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.spec.ts +0 -21
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +0 -67
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +0 -79
- package/dist/src/components/UiFilterButton/README.md +0 -37
- package/dist/src/components/UiFilterButton/UiFilterButton.spec.ts +0 -79
- package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +0 -90
- package/dist/src/components/UiFilterButton/UiFilterButton.vue +0 -170
- package/dist/src/components/UiIconButton/README.md +0 -31
- package/dist/src/components/UiIconButton/UiIconButton.spec.ts +0 -78
- package/dist/src/components/UiIconButton/UiIconButton.stories.ts +0 -65
- package/dist/src/components/UiIconButton/UiIconButton.vue +0 -112
- package/dist/src/components/UiList/README.md +0 -31
- package/dist/src/components/UiList/UiList.spec.ts +0 -23
- package/dist/src/components/UiList/UiList.stories.ts +0 -66
- package/dist/src/components/UiList/UiList.vue +0 -29
- package/dist/src/components/UiMenu/UiMenuItem.vue +0 -71
- package/dist/src/components/UiMenu/UiMenuList.vue +0 -40
- package/dist/src/components/UiOverlay/README.md +0 -38
- package/dist/src/components/UiOverlay/UiOverlay.spec.ts +0 -16
- package/dist/src/components/UiOverlay/UiOverlay.stories.ts +0 -22
- package/dist/src/components/UiOverlay/UiOverlay.vue +0 -36
- package/dist/src/components/UiOverlayMenu/README.md +0 -40
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.spec.ts +0 -33
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.stories.ts +0 -40
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +0 -51
- package/dist/src/components/UiRadioInputGroup/README.md +0 -51
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.spec.ts +0 -66
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.stories.ts +0 -45
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +0 -76
- package/dist/src/components/UiSection/README.md +0 -33
- package/dist/src/components/UiSection/UiSection.spec.ts +0 -49
- package/dist/src/components/UiSection/UiSection.stories.ts +0 -61
- package/dist/src/components/UiSection/UiSection.vue +0 -63
- package/dist/src/components/UiSectionDivider/README.md +0 -29
- package/dist/src/components/UiSectionDivider/UiSectionDivider.spec.ts +0 -19
- package/dist/src/components/UiSectionDivider/UiSectionDivider.stories.ts +0 -49
- package/dist/src/components/UiSectionDivider/UiSectionDivider.vue +0 -44
- package/dist/src/components/UiTextButton/README.md +0 -41
- package/dist/src/components/UiTextButton/UiTextButton.spec.ts +0 -99
- package/dist/src/components/UiTextButton/UiTextButton.stories.ts +0 -62
- package/dist/src/components/UiTextButton/UiTextButton.vue +0 -173
- package/src/components/DpaMediaItem/DpaMediaItem.vue +0 -146
- package/src/components/DpaMediaItem/README.md +0 -42
- package/src/components/UiButtonGroup/README.md +0 -29
- package/src/components/UiButtonGroup/UiButtonGroup.vue +0 -29
- package/src/components/UiCard/README.md +0 -32
- package/src/components/UiCard/UiCard.vue +0 -28
- package/src/components/UiCheckBoxGroup/README.md +0 -35
- package/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +0 -106
- package/src/components/UiCollapseNavigation/README.md +0 -37
- package/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +0 -79
- package/src/components/UiFilterButton/README.md +0 -37
- package/src/components/UiFilterButton/UiFilterButton.vue +0 -170
- package/src/components/UiIconButton/README.md +0 -31
- package/src/components/UiIconButton/UiIconButton.vue +0 -112
- package/src/components/UiList/README.md +0 -31
- package/src/components/UiList/UiList.vue +0 -29
- package/src/components/UiMenu/UiMenuItem.vue +0 -71
- package/src/components/UiMenu/UiMenuList.vue +0 -40
- package/src/components/UiOverlay/README.md +0 -38
- package/src/components/UiOverlay/UiOverlay.vue +0 -36
- package/src/components/UiOverlayMenu/README.md +0 -40
- package/src/components/UiOverlayMenu/UiOverlayMenu.vue +0 -51
- package/src/components/UiRadioInputGroup/README.md +0 -51
- package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +0 -76
- package/src/components/UiSection/README.md +0 -33
- package/src/components/UiSection/UiSection.vue +0 -63
- package/src/components/UiSectionDivider/README.md +0 -29
- package/src/components/UiSectionDivider/UiSectionDivider.vue +0 -44
- package/src/components/UiTextButton/README.md +0 -41
- package/src/components/UiTextButton/UiTextButton.vue +0 -173
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
2
|
+
import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
|
|
3
|
+
//#region src/assets/icons/bot.vue
|
|
4
|
+
var i = {}, a = {
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
function o(e, i) {
|
|
12
|
+
return r(), t("svg", a, [...i[0] ||= [n("path", {
|
|
13
|
+
d: "M12 3C12.5523 3 13 3.44772 13 4V7H18C19.6569 7 21 8.34315 21 10V13H22C22.5523 13 23 13.4477 23 14C23 14.5523 22.5523 15 22 15H21V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V10C3 8.34315 4.34315 7 6 7H11V5H8C7.44772 5 7 4.55228 7 4C7 3.44772 7.44772 3 8 3H12ZM6 9C5.44772 9 5 9.44772 5 10V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V10C19 9.44772 18.5523 9 18 9H6ZM9 12C9.55228 12 10 12.4477 10 13V15C10 15.5523 9.55228 16 9 16C8.44772 16 8 15.5523 8 15V13C8 12.4477 8.44772 12 9 12ZM15 12C15.5523 12 16 12.4477 16 13V15C16 15.5523 15.5523 16 15 16C14.4477 16 14 15.5523 14 15V13C14 12.4477 14.4477 12 15 12Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1)]]);
|
|
16
|
+
}
|
|
17
|
+
var s = /*#__PURE__*/ e(i, [["render", o]]);
|
|
18
|
+
//#endregion
|
|
19
|
+
export { s as default };
|
|
@@ -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;
|
|
@@ -23,6 +23,7 @@ export declare const icons: {
|
|
|
23
23
|
readonly book: () => Promise<typeof import("../../assets/icons/book.vue")>;
|
|
24
24
|
readonly bookmark: () => Promise<typeof import("../../assets/icons/bookmark.vue")>;
|
|
25
25
|
readonly "bookmark-filled": () => Promise<typeof import("../../assets/icons/bookmark-filled.vue")>;
|
|
26
|
+
readonly bot: () => Promise<typeof import("../../assets/icons/bot.vue")>;
|
|
26
27
|
readonly box: () => Promise<typeof import("../../assets/icons/box.vue")>;
|
|
27
28
|
readonly bulb: () => Promise<typeof import("../../assets/icons/bulb.vue")>;
|
|
28
29
|
readonly call: () => Promise<typeof import("../../assets/icons/call.vue")>;
|
|
@@ -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;
|
|
@@ -65,7 +65,7 @@ declare const __VLS_export: <Value>(__VLS_props: NonNullable<Awaited<typeof __VL
|
|
|
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;
|
|
@@ -1,46 +1,29 @@
|
|
|
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
|
-
import { default as UiButtonGroup } from './UiButtonGroup/UiButtonGroup.vue';
|
|
5
|
-
import { default as UiCard } from './UiCard/UiCard.vue';
|
|
6
3
|
import { default as UiCheckbox } from './UiCheckbox/UiCheckbox.vue';
|
|
7
|
-
import { default as UiCheckBoxGroup } from './UiCheckBoxGroup/UiCheckBoxGroup.vue';
|
|
8
4
|
import { default as UiChip } from './UiChip/UiChip.vue';
|
|
9
|
-
import { default as UiCollapseNavigation } from './UiCollapseNavigation/UiCollapseNavigation.vue';
|
|
10
5
|
import { default as UiColorPicker } from './UiColorPicker/UiColorPicker.vue';
|
|
11
6
|
import { default as UiDatePicker } from './UiDatePicker/UiDatePicker.vue';
|
|
12
7
|
import { default as UiDialog } from './UiDialog/UiDialog.vue';
|
|
13
8
|
import { default as UiFilterBadge } from './UiFilterBadge/UiFilterBadge.vue';
|
|
14
|
-
import { default as UiFilterButton } from './UiFilterButton/UiFilterButton.vue';
|
|
15
9
|
import { default as UiIcon } from './UiIcon/UiIcon.vue';
|
|
16
|
-
import { default as UiIconButton } from './UiIconButton/UiIconButton.vue';
|
|
17
10
|
import { default as UiInfoContent } from './UiInfoContent/UiInfoContent.vue';
|
|
18
11
|
import { default as UiInput } from './UiInput/UiInput.vue';
|
|
19
12
|
import { default as UiLabel } from './UiLabel/UiLabel.vue';
|
|
20
|
-
import { default as UiList } from './UiList/UiList.vue';
|
|
21
13
|
import { default as UiListItem } from './UiListItem/UiListItem.vue';
|
|
22
14
|
import { default as UiMediaTypeIcon } from './UiMediaTypeIcon/UiMediaTypeIcon.vue';
|
|
23
15
|
import { default as UiMenu } from './UiMenu/UiMenu.vue';
|
|
24
|
-
import { default as UiMenuItem } from './UiMenu/UiMenuItem.vue';
|
|
25
|
-
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
16
|
import { default as UiPopover } from './UiPopover/UiPopover.vue';
|
|
29
17
|
import { default as UiRadioButton } from './UiRadioButton/UiRadioButton.vue';
|
|
30
|
-
import { default as UiRadioInputGroup } from './UiRadioInputGroup/UiRadioInputGroup.vue';
|
|
31
18
|
import { default as UiSearchBar } from './UiSearchBar/UiSearchBar.vue';
|
|
32
19
|
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
20
|
import { default as UiSelect } from './UiSelect/UiSelect.vue';
|
|
36
21
|
import { default as UiSkeletonBox } from './UiSkeletonBox/UiSkeletonBox.vue';
|
|
37
22
|
import { default as UiSnackbar } from './UiSnackbar/UiSnackbar.vue';
|
|
38
23
|
import { default as UiSpinner } from './UiSpinner/UiSpinner.vue';
|
|
39
|
-
import { default as UiTextButton } from './UiTextButton/UiTextButton.vue';
|
|
40
24
|
import { default as UiToggleButton } from './UiToggleButton/UiToggleButton.vue';
|
|
41
25
|
import { default as UiTooltip } from './UiTooltip/UiTooltip.vue';
|
|
42
26
|
export type { UiIconName } from './UiIcon/UiIcon.vue';
|
|
43
27
|
export type { UiMediaTypeIconName } from './UiMediaTypeIcon/UiMediaTypeIcon.vue';
|
|
44
28
|
export type { UiMenuGroupedOption, UiMenuOptionType, UiMenuSelectedOption, } from './UiMenu/UiMenu.vue';
|
|
45
|
-
export
|
|
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, };
|
|
29
|
+
export { UiBadge, UiButton, UiCheckbox, UiChip, UiColorPicker, UiDatePicker, UiDialog, UiFilterBadge, UiIcon, UiInfoContent, UiInput, UiLabel, UiListItem, UiMediaTypeIcon, UiMenu, UiPopover, UiRadioButton, UiSearchBar, UiSearchInput, UiSelect, UiSkeletonBox, UiSnackbar, UiSpinner, UiToggleButton, UiTooltip, };
|