@dpa-id-components/dpa-shared-components 1.1.0 → 1.2.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/checklist-e548cc3a.mjs +19 -0
- package/dist/components/UiDialog/UiDialog.vue.d.ts +11 -0
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +5 -5
- package/dist/dpa-shared-components.mjs +6151 -6097
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/flag-filled-98bcbce8.mjs +15 -0
- package/dist/flag-outline-2ea131c7.mjs +15 -0
- package/dist/home-85e0bf1d.mjs +15 -0
- package/dist/impact-high-41a83c21.mjs +29 -0
- package/dist/impact-low-ba89c10c.mjs +29 -0
- package/dist/impact-medium-d64a53c3.mjs +29 -0
- package/dist/impact-very-high-c375c84e.mjs +29 -0
- package/dist/impact-very-low-b45b4a06.mjs +29 -0
- package/dist/slack-05d08ea2.mjs +15 -0
- package/dist/slider-config-94286557.mjs +19 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/components/testcomponent.vue.d.ts +0 -2
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as C, createElementVNode as t } from "vue";
|
|
2
|
+
const o = {
|
|
3
|
+
viewBox: "0 0 20 22",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, n = /* @__PURE__ */ t("path", {
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"clip-rule": "evenodd",
|
|
8
|
+
d: "M2.2 2.90749C2.2 2.728 2.34551 2.58249 2.525 2.58249H13.575C13.7545 2.58249 13.9 2.728 13.9 2.90749V12.9649C13.9 13.5034 14.3365 13.9399 14.875 13.9399C15.4135 13.9399 15.85 13.5034 15.85 12.9649V2.90749C15.85 1.65105 14.8315 0.632492 13.575 0.632492H2.525C1.26855 0.632492 0.25 1.65105 0.25 2.90749V17.8575C0.25 19.114 1.26855 20.1325 2.525 20.1325H6.64708C7.18556 20.1325 7.62208 19.696 7.62208 19.1575C7.62208 18.619 7.18556 18.1825 6.64708 18.1825H2.525C2.34551 18.1825 2.2 18.037 2.2 17.8575V2.90749ZM5.125 5.8325C4.58653 5.8325 4.15 6.26902 4.15 6.8075C4.15 7.34597 4.58653 7.7825 5.125 7.7825H10.975C11.5135 7.7825 11.95 7.34597 11.95 6.8075C11.95 6.26902 11.5135 5.8325 10.975 5.8325H5.125ZM4.15 10.7075C4.15 10.169 4.58653 9.7325 5.125 9.7325H7.725C8.26348 9.7325 8.70001 10.169 8.70001 10.7075C8.70001 11.246 8.26348 11.6825 7.725 11.6825H5.125C4.58653 11.6825 4.15 11.246 4.15 10.7075ZM19.4562 15.3051C19.8414 14.9289 19.8488 14.3115 19.4726 13.9263C19.0964 13.541 18.479 13.5337 18.0938 13.9099L12.8604 19.0206L11.0157 17.1693C10.6356 16.7879 10.0182 16.7868 9.6368 17.1668C9.25537 17.5469 9.25427 18.1643 9.63435 18.5457L12.1603 21.0807C12.5377 21.4594 13.1498 21.4636 13.5322 21.0901L19.4562 15.3051Z"
|
|
9
|
+
}, null, -1), c = [
|
|
10
|
+
n
|
|
11
|
+
];
|
|
12
|
+
function l(r, d) {
|
|
13
|
+
return e(), C("svg", o, c);
|
|
14
|
+
}
|
|
15
|
+
const i = { render: l };
|
|
16
|
+
export {
|
|
17
|
+
i as default,
|
|
18
|
+
l as render
|
|
19
|
+
};
|
|
@@ -30,6 +30,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
30
30
|
required: false;
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
|
+
hasCloseButton: {
|
|
34
|
+
type: __PropType<boolean | undefined>;
|
|
35
|
+
required: false;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
33
38
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
39
|
scrollable: {
|
|
35
40
|
type: __PropType<boolean | undefined>;
|
|
@@ -61,6 +66,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
61
66
|
required: false;
|
|
62
67
|
default: string;
|
|
63
68
|
};
|
|
69
|
+
hasCloseButton: {
|
|
70
|
+
type: __PropType<boolean | undefined>;
|
|
71
|
+
required: false;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
64
74
|
}>> & {
|
|
65
75
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
66
76
|
}, {
|
|
@@ -70,5 +80,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
70
80
|
hasPaddingY: boolean | undefined;
|
|
71
81
|
hasPaddingX: boolean | undefined;
|
|
72
82
|
headerClasses: string | undefined;
|
|
83
|
+
hasCloseButton: boolean | undefined;
|
|
73
84
|
}>;
|
|
74
85
|
export default _sfc_main;
|
|
@@ -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>;
|
|
5
5
|
required: true;
|
|
6
6
|
default: string;
|
|
@@ -27,8 +27,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
27
27
|
};
|
|
28
28
|
}, {
|
|
29
29
|
searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
30
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
31
|
-
|
|
30
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "submit" | "focus" | "blur" | "update:modelValue" | "reset")[], "search" | "submit" | "focus" | "blur" | "update:modelValue" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
modelValue: {
|
|
32
32
|
type: __PropType<string>;
|
|
33
33
|
required: true;
|
|
34
34
|
default: string;
|
|
@@ -54,16 +54,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
56
|
}>> & {
|
|
57
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
58
57
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
59
58
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
placeholder: string | undefined;
|
|
65
|
-
value: string;
|
|
66
65
|
backgroundColor: "white" | "gray";
|
|
66
|
+
modelValue: string;
|
|
67
67
|
hiddenFilterRules: number | undefined;
|
|
68
68
|
isFilterChipEditable: boolean | undefined;
|
|
69
69
|
}>;
|