@cobre-npm/ds-v3 0.83.1 → 0.85.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.
@@ -2,18 +2,22 @@ interface Props {
2
2
  account?: string;
3
3
  isEnabledUnmask?: boolean;
4
4
  isEnabledCopy?: boolean;
5
+ isEnabledEdit?: boolean;
5
6
  size?: 'xs' | 'md' | 'lg';
6
7
  copied?: string;
7
8
  }
8
9
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
10
  copy: (...args: any[]) => void;
11
+ edit: (...args: any[]) => void;
10
12
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
11
13
  onCopy?: ((...args: any[]) => any) | undefined;
14
+ onEdit?: ((...args: any[]) => any) | undefined;
12
15
  }>, {
13
16
  size: "xs" | "md" | "lg";
14
17
  account: string;
15
18
  isEnabledUnmask: boolean;
16
19
  isEnabledCopy: boolean;
20
+ isEnabledEdit: boolean;
17
21
  copied: string;
18
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
23
  export default _default;
@@ -12,27 +12,27 @@ interface Props {
12
12
  }
13
13
  declare var __VLS_8: {
14
14
  option: never;
15
- }, __VLS_16: {
15
+ }, __VLS_19: {
16
16
  attributes: any;
17
- }, __VLS_18: {
17
+ }, __VLS_21: {
18
18
  option: never;
19
- }, __VLS_26: {
19
+ }, __VLS_32: {
20
20
  search: never;
21
21
  searching: never;
22
22
  loading: never;
23
23
  noOptionsMessage: never;
24
- }, __VLS_28: {
24
+ }, __VLS_34: {
25
25
  search: never;
26
26
  noResultsMessage: never;
27
- }, __VLS_30: {
27
+ }, __VLS_36: {
28
28
  deselect: any;
29
29
  option: any;
30
30
  attributes: any;
31
- }, __VLS_32: {
31
+ }, __VLS_38: {
32
32
  search: any;
33
33
  loading: any;
34
34
  attributes: any;
35
- }, __VLS_34: {
35
+ }, __VLS_40: {
36
36
  search: any;
37
37
  loading: any;
38
38
  attributes: any;
@@ -40,19 +40,19 @@ declare var __VLS_8: {
40
40
  type __VLS_Slots = {} & {
41
41
  option?: (props: typeof __VLS_8) => any;
42
42
  } & {
43
- 'open-indicator'?: (props: typeof __VLS_16) => any;
43
+ 'open-indicator'?: (props: typeof __VLS_19) => any;
44
44
  } & {
45
- 'selected-option'?: (props: typeof __VLS_18) => any;
45
+ 'selected-option'?: (props: typeof __VLS_21) => any;
46
46
  } & {
47
- 'no-options'?: (props: typeof __VLS_26) => any;
47
+ 'no-options'?: (props: typeof __VLS_32) => any;
48
48
  } & {
49
- 'no-results'?: (props: typeof __VLS_28) => any;
49
+ 'no-results'?: (props: typeof __VLS_34) => any;
50
50
  } & {
51
- deselect?: (props: typeof __VLS_30) => any;
51
+ deselect?: (props: typeof __VLS_36) => any;
52
52
  } & {
53
- 'list-footer'?: (props: typeof __VLS_32) => any;
53
+ 'list-footer'?: (props: typeof __VLS_38) => any;
54
54
  } & {
55
- 'list-header'?: (props: typeof __VLS_34) => any;
55
+ 'list-header'?: (props: typeof __VLS_40) => any;
56
56
  };
57
57
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
58
58
  isRequired: boolean;
@@ -16,10 +16,18 @@ declare var __VLS_8: {
16
16
  }, __VLS_10: {
17
17
  attributes: any;
18
18
  }, __VLS_12: {
19
+ search: never;
20
+ searching: never;
21
+ loading: never;
22
+ noOptionsMessage: never;
23
+ }, __VLS_14: {
24
+ search: never;
25
+ noResultsMessage: never;
26
+ }, __VLS_16: {
19
27
  search: any;
20
28
  loading: any;
21
29
  attributes: any;
22
- }, __VLS_14: {
30
+ }, __VLS_18: {
23
31
  search: any;
24
32
  loading: any;
25
33
  attributes: any;
@@ -29,9 +37,13 @@ type __VLS_Slots = {} & {
29
37
  } & {
30
38
  'open-indicator'?: (props: typeof __VLS_10) => any;
31
39
  } & {
32
- 'list-footer'?: (props: typeof __VLS_12) => any;
40
+ 'no-options'?: (props: typeof __VLS_12) => any;
41
+ } & {
42
+ 'no-results'?: (props: typeof __VLS_14) => any;
43
+ } & {
44
+ 'list-footer'?: (props: typeof __VLS_16) => any;
33
45
  } & {
34
- 'list-header'?: (props: typeof __VLS_14) => any;
46
+ 'list-header'?: (props: typeof __VLS_18) => any;
35
47
  };
36
48
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
37
49
  isRequired: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.83.1",
3
+ "version": "0.85.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"