@dpa-id-components/dpa-shared-components 3.1.2 → 3.1.5
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/README.md +13 -0
- package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +1 -1
- package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +1 -1
- package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +1 -1
- package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +1 -1
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +1 -1
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +1 -1
- package/dist/components/UiBadge/UiBadge.vue.d.ts +1 -1
- package/dist/components/UiButton/UiButton.vue.d.ts +1 -1
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +1 -1
- package/dist/components/UiCard/UiCard.vue.d.ts +1 -1
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +1 -1
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +1 -1
- package/dist/components/UiChip/UiChip.vue.d.ts +1 -1
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +1 -1
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +1 -1
- package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +1 -1
- package/dist/components/UiDialog/UiDialog.vue.d.ts +1 -1
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +1 -1
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +1 -1
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +1 -1
- package/dist/components/UiIcon/UiIcon.vue.d.ts +1 -1
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +1 -1
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +1 -1
- package/dist/components/UiInput/UiInput.vue.d.ts +5 -7
- package/dist/components/UiList/UiList.vue.d.ts +1 -1
- package/dist/components/UiListItem/UiListItem.vue.d.ts +1 -1
- package/dist/components/UiMenu/UiMenu.vue.d.ts +1 -1
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +1 -1
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +1 -1
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +1 -1
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +2 -4
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +1 -1
- package/dist/components/UiSection/UiSection.vue.d.ts +1 -1
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +1 -1
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +1 -1
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +1 -1
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +1 -1
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +1 -1
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +1 -1
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +1 -1
- package/dist/dpa-shared-components.mjs +6135 -6116
- package/dist/dpa-shared-components.umd.js +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -6,6 +6,19 @@ Collection of vue 3 components for usage across dpa projects.
|
|
|
6
6
|
|
|
7
7
|
This projects requires a node version >= 16.
|
|
8
8
|
|
|
9
|
+
### Notes
|
|
10
|
+
|
|
11
|
+
This project uses Typescript version >= 5.0. This upgrade included changes to the module resolution, which are not yet
|
|
12
|
+
reflected fully in the tsconfig.
|
|
13
|
+
If your project uses TS 5.0 or higher itself you most likely need to set
|
|
14
|
+
|
|
15
|
+
```JSON
|
|
16
|
+
"resolvePackageJsonExports": false
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
to prevent transpiler errors. For more information
|
|
20
|
+
see [the migration guide of ts](https://github.com/vuejs/tsconfig#migrating-from-typescript--50).
|
|
21
|
+
|
|
9
22
|
## Usage
|
|
10
23
|
|
|
11
24
|
To use a component just import it from `@dpa-id-components/dpa-shared-components` like
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { PropType as __PropType } from 'vue';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
|
|
3
|
+
modelValue: {
|
|
4
4
|
type: __PropType<string | undefined>;
|
|
5
5
|
required: false;
|
|
6
6
|
default: string;
|
|
@@ -90,10 +90,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
90
90
|
required: false;
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
93
|
-
}, {
|
|
94
|
-
|
|
95
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "keyup" | "update:modelValue")[], "input" | "focus" | "blur" | "keyup" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
96
|
-
value: {
|
|
93
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "keyup" | "update:modelValue")[], "input" | "focus" | "blur" | "keyup" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
94
|
+
modelValue: {
|
|
97
95
|
type: __PropType<string | undefined>;
|
|
98
96
|
required: false;
|
|
99
97
|
default: string;
|
|
@@ -193,9 +191,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
193
191
|
type: "number" | "date" | "text" | "time" | undefined;
|
|
194
192
|
label: string | undefined;
|
|
195
193
|
placeholder: string | undefined;
|
|
196
|
-
value: string | undefined;
|
|
197
194
|
disabled: boolean | undefined;
|
|
198
195
|
errorMessage: string | undefined;
|
|
196
|
+
modelValue: string | undefined;
|
|
199
197
|
autofocus: boolean | undefined;
|
|
200
198
|
chevron: boolean | undefined;
|
|
201
199
|
readonly: boolean | undefined;
|
|
@@ -208,5 +206,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
208
206
|
hasInfo: boolean | undefined;
|
|
209
207
|
infoText: string | undefined;
|
|
210
208
|
inputStatus: "default" | "info" | "readonly" | "warning" | "error" | undefined;
|
|
211
|
-
}>;
|
|
209
|
+
}, {}>;
|
|
212
210
|
export default _sfc_main;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
2
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3
|
-
}, {}>;
|
|
3
|
+
}, {}, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
@@ -25,9 +25,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
required: false;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
|
-
}, {
|
|
29
|
-
searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
30
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "submit" | "focus" | "blur" | "update:modelValue")[], "reset" | "search" | "submit" | "focus" | "blur" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "submit" | "focus" | "blur" | "update:modelValue")[], "reset" | "search" | "submit" | "focus" | "blur" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
29
|
modelValue: {
|
|
32
30
|
type: __PropType<string>;
|
|
33
31
|
required: true;
|
|
@@ -66,5 +64,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
66
64
|
modelValue: string;
|
|
67
65
|
hiddenFilterRules: number | undefined;
|
|
68
66
|
isFilterChipEditable: boolean | undefined;
|
|
69
|
-
}>;
|
|
67
|
+
}, {}>;
|
|
70
68
|
export default _sfc_main;
|