@dpa-id-components/dpa-shared-components 3.0.0 → 3.0.2

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.
@@ -0,0 +1,15 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const C = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 20 20"
5
+ }, n = /* @__PURE__ */ o("path", { d: "M4.16671 10.8333H14.0542L11.0267 14.4666C10.7317 14.82 10.78 15.3458 11.1334 15.64C11.4875 15.935 12.0125 15.8866 12.3075 15.5333L16.4742 10.5333C16.5067 10.4941 16.5225 10.4483 16.5467 10.405C16.5667 10.37 16.5909 10.34 16.6059 10.3016C16.6434 10.2058 16.6659 10.105 16.6659 10.0033C16.6659 10.0025 16.6667 10.0008 16.6667 9.99996C16.6667 9.99913 16.6659 9.99746 16.6659 9.99663C16.6659 9.89496 16.6434 9.79413 16.6059 9.69829C16.5909 9.65996 16.5667 9.62996 16.5467 9.59496C16.5225 9.55163 16.5067 9.50579 16.4742 9.46663L12.3075 4.46663C12.1417 4.26913 11.905 4.16663 11.6667 4.16663C11.4784 4.16663 11.2892 4.22996 11.1334 4.35996C10.78 4.65413 10.7317 5.17996 11.0267 5.53329L14.0542 9.16663H4.16671C3.70671 9.16663 3.33337 9.53996 3.33337 9.99996C3.33337 10.46 3.70671 10.8333 4.16671 10.8333Z" }, null, -1), r = [
6
+ n
7
+ ];
8
+ function c(s, d) {
9
+ return e(), t("svg", C, r);
10
+ }
11
+ const _ = { render: c };
12
+ export {
13
+ _ as default,
14
+ c as render
15
+ };
@@ -1,7 +1,7 @@
1
1
  import type { PropType as __PropType } from 'vue';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
3
  iconBackground: {
4
- type: __PropType<"white" | "gray">;
4
+ type: __PropType<"white" | "gray" | "green">;
5
5
  required: true;
6
6
  default: string;
7
7
  };
@@ -10,9 +10,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
10
10
  required: true;
11
11
  default: null;
12
12
  };
13
+ iconSize: {
14
+ type: __PropType<"small" | "xs" | "medium" | "large" | "xl">;
15
+ required: true;
16
+ default: string;
17
+ };
18
+ iconColor: {
19
+ type: __PropType<"white" | "gray">;
20
+ required: true;
21
+ default: string;
22
+ };
13
23
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
24
  iconBackground: {
15
- type: __PropType<"white" | "gray">;
25
+ type: __PropType<"white" | "gray" | "green">;
16
26
  required: true;
17
27
  default: string;
18
28
  };
@@ -21,8 +31,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
21
31
  required: true;
22
32
  default: null;
23
33
  };
34
+ iconSize: {
35
+ type: __PropType<"small" | "xs" | "medium" | "large" | "xl">;
36
+ required: true;
37
+ default: string;
38
+ };
39
+ iconColor: {
40
+ type: __PropType<"white" | "gray">;
41
+ required: true;
42
+ default: string;
43
+ };
24
44
  }>>, {
25
45
  iconName: string | null;
26
- iconBackground: "white" | "gray";
46
+ iconSize: "small" | "xs" | "medium" | "large" | "xl";
47
+ iconColor: "white" | "gray";
48
+ iconBackground: "white" | "gray" | "green";
27
49
  }>;
28
50
  export default _sfc_main;
@@ -92,7 +92,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
92
92
  };
93
93
  }, {
94
94
  inputRef: import("vue").Ref<HTMLInputElement | undefined>;
95
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "keyup")[], "input" | "focus" | "blur" | "keyup", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
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
96
  value: {
97
97
  type: __PropType<string | undefined>;
98
98
  required: false;
@@ -188,6 +188,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
188
188
  onFocus?: ((...args: any[]) => any) | undefined;
189
189
  onBlur?: ((...args: any[]) => any) | undefined;
190
190
  onKeyup?: ((...args: any[]) => any) | undefined;
191
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
191
192
  }, {
192
193
  type: "number" | "date" | "text" | "time" | undefined;
193
194
  label: string | undefined;
@@ -56,8 +56,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
56
56
  }>> & {
57
57
  onFocus?: ((...args: any[]) => any) | undefined;
58
58
  onBlur?: ((...args: any[]) => any) | undefined;
59
- onReset?: ((...args: any[]) => any) | undefined;
60
59
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
60
+ onReset?: ((...args: any[]) => any) | undefined;
61
61
  onSearch?: ((...args: any[]) => any) | undefined;
62
62
  onSubmit?: ((...args: any[]) => any) | undefined;
63
63
  }, {