@dpa-id-components/dpa-shared-components 9.9.8 → 9.11.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.
@@ -6,7 +6,7 @@ declare const meta: {
6
6
  component: {
7
7
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
8
8
  type: {
9
- type: import('vue').PropType<"info" | "error">;
9
+ type: import('vue').PropType<"info" | "error" | "success">;
10
10
  default: string;
11
11
  };
12
12
  iconName: {
@@ -32,7 +32,7 @@ declare const meta: {
32
32
  input: (...args: any[]) => void;
33
33
  "action-click": (...args: any[]) => void;
34
34
  }, import('vue').PublicProps, {
35
- type: "info" | "error";
35
+ type: "info" | "error" | "success";
36
36
  iconName: (typeof iconNames)[number] | null;
37
37
  iconSize: "small" | "medium" | "large";
38
38
  position: "left" | "right";
@@ -46,7 +46,7 @@ declare const meta: {
46
46
  Defaults: {};
47
47
  }, Readonly<import('vue').ExtractPropTypes<{
48
48
  type: {
49
- type: import('vue').PropType<"info" | "error">;
49
+ type: import('vue').PropType<"info" | "error" | "success">;
50
50
  default: string;
51
51
  };
52
52
  iconName: {
@@ -69,7 +69,7 @@ declare const meta: {
69
69
  onInput?: ((...args: any[]) => any) | undefined;
70
70
  "onAction-click"?: ((...args: any[]) => any) | undefined;
71
71
  }>, {}, {}, {}, {}, {
72
- type: "info" | "error";
72
+ type: "info" | "error" | "success";
73
73
  iconName: (typeof iconNames)[number] | null;
74
74
  iconSize: "small" | "medium" | "large";
75
75
  position: "left" | "right";
@@ -80,7 +80,7 @@ declare const meta: {
80
80
  __isSuspense?: never;
81
81
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
82
82
  type: {
83
- type: import('vue').PropType<"info" | "error">;
83
+ type: import('vue').PropType<"info" | "error" | "success">;
84
84
  default: string;
85
85
  };
86
86
  iconName: {
@@ -106,7 +106,7 @@ declare const meta: {
106
106
  input: (...args: any[]) => void;
107
107
  "action-click": (...args: any[]) => void;
108
108
  }, string, {
109
- type: "info" | "error";
109
+ type: "info" | "error" | "success";
110
110
  iconName: (typeof iconNames)[number] | null;
111
111
  iconSize: "small" | "medium" | "large";
112
112
  position: "left" | "right";
@@ -155,7 +155,7 @@ declare const meta: {
155
155
  UiSnackbar: {
156
156
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
157
157
  type: {
158
- type: import('vue').PropType<"info" | "error">;
158
+ type: import('vue').PropType<"info" | "error" | "success">;
159
159
  default: string;
160
160
  };
161
161
  iconName: {
@@ -181,7 +181,7 @@ declare const meta: {
181
181
  input: (...args: any[]) => void;
182
182
  "action-click": (...args: any[]) => void;
183
183
  }, import('vue').PublicProps, {
184
- type: "info" | "error";
184
+ type: "info" | "error" | "success";
185
185
  iconName: (typeof iconNames)[number] | null;
186
186
  iconSize: "small" | "medium" | "large";
187
187
  position: "left" | "right";
@@ -195,7 +195,7 @@ declare const meta: {
195
195
  Defaults: {};
196
196
  }, Readonly<import('vue').ExtractPropTypes<{
197
197
  type: {
198
- type: import('vue').PropType<"info" | "error">;
198
+ type: import('vue').PropType<"info" | "error" | "success">;
199
199
  default: string;
200
200
  };
201
201
  iconName: {
@@ -218,7 +218,7 @@ declare const meta: {
218
218
  onInput?: ((...args: any[]) => any) | undefined;
219
219
  "onAction-click"?: ((...args: any[]) => any) | undefined;
220
220
  }>, {}, {}, {}, {}, {
221
- type: "info" | "error";
221
+ type: "info" | "error" | "success";
222
222
  iconName: (typeof iconNames)[number] | null;
223
223
  iconSize: "small" | "medium" | "large";
224
224
  position: "left" | "right";
@@ -229,7 +229,7 @@ declare const meta: {
229
229
  __isSuspense?: never;
230
230
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
231
231
  type: {
232
- type: import('vue').PropType<"info" | "error">;
232
+ type: import('vue').PropType<"info" | "error" | "success">;
233
233
  default: string;
234
234
  };
235
235
  iconName: {
@@ -255,7 +255,7 @@ declare const meta: {
255
255
  input: (...args: any[]) => void;
256
256
  "action-click": (...args: any[]) => void;
257
257
  }, string, {
258
- type: "info" | "error";
258
+ type: "info" | "error" | "success";
259
259
  iconName: (typeof iconNames)[number] | null;
260
260
  iconSize: "small" | "medium" | "large";
261
261
  position: "left" | "right";
@@ -9,7 +9,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
9
9
  position?: "left" | "right";
10
10
  iconName?: (typeof iconNames)[number] | null;
11
11
  iconSize?: "small" | "medium" | "large";
12
- type?: "info" | "error";
12
+ type?: "info" | "error" | "success";
13
13
  }>, {
14
14
  isShown: boolean;
15
15
  position: string;
@@ -24,7 +24,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
24
24
  position?: "left" | "right";
25
25
  iconName?: (typeof iconNames)[number] | null;
26
26
  iconSize?: "small" | "medium" | "large";
27
- type?: "info" | "error";
27
+ type?: "info" | "error" | "success";
28
28
  }>, {
29
29
  isShown: boolean;
30
30
  position: string;
@@ -35,7 +35,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
35
35
  onInput?: ((...args: any[]) => any) | undefined;
36
36
  "onAction-click"?: ((...args: any[]) => any) | undefined;
37
37
  }>, {
38
- type: "info" | "error";
38
+ type: "info" | "error" | "success";
39
39
  iconName: (typeof iconNames)[number] | null;
40
40
  iconSize: "small" | "medium" | "large";
41
41
  position: "left" | "right";
@@ -5030,7 +5030,7 @@ const Xf = (e, t, a) => {
5030
5030
  Ye(mt, {
5031
5031
  size: "small",
5032
5032
  name: a.value,
5033
- class: "mr-2 fill-current text-gray-700"
5033
+ class: "mr-2 shrink-0 fill-current text-gray-700"
5034
5034
  }, null, 8, ["name"]),
5035
5035
  ie("span", Zf, [
5036
5036
  ce(r.$slots, "description")
@@ -17310,7 +17310,8 @@ const P1 = { class: "relative" }, O1 = {
17310
17310
  ie("div", {
17311
17311
  class: de(["flex items-center rounded-full px-4 py-3 shadow-md ease-in", {
17312
17312
  "bg-red-500 text-white": r.type === "error",
17313
- "bg-gray-900 text-white": r.type === "info"
17313
+ "bg-gray-900 text-white": r.type === "info",
17314
+ "bg-green-primary text-white": r.type === "success"
17314
17315
  }])
17315
17316
  }, [
17316
17317
  r.iconName || r.type === "error" ? (M(), xe(mt, {