@cobre-npm/ds-v3 0.86.21 → 0.87.1
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/cobre-ds-v3-lib.es.js +4098 -4073
- package/dist/style.css +1 -1
- package/dist/types/components/atoms/CobreBankLogo/CobreBankLogo.vue.d.ts +2 -0
- package/dist/types/components/molecules/CobreInputDatePicker/CobreInputDatePicker.vue.d.ts +8 -4
- package/dist/types/components/molecules/CobreSelect/CobreSelect.vue.d.ts +14 -14
- package/package.json +1 -1
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
idLogo: string;
|
|
3
3
|
size: 'xs' | 'sm' | 'md' | 'lg' | 'auto';
|
|
4
|
+
type?: 'bank' | 'blockchain';
|
|
4
5
|
}
|
|
5
6
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
7
|
size: "xs" | "sm" | "md" | "lg" | "auto";
|
|
7
8
|
idLogo: string;
|
|
9
|
+
type: "bank" | "blockchain";
|
|
8
10
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
11
|
export default _default;
|
|
@@ -3,18 +3,22 @@ type __VLS_Props = {
|
|
|
3
3
|
isRequired?: boolean;
|
|
4
4
|
labelOptional?: string;
|
|
5
5
|
errorMsg?: string;
|
|
6
|
-
modelValue: string;
|
|
7
6
|
placeholder?: string;
|
|
8
7
|
maxDate?: Date;
|
|
9
8
|
minDate?: Date;
|
|
10
9
|
format?: string;
|
|
11
10
|
locale?: string;
|
|
12
11
|
};
|
|
13
|
-
|
|
12
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
13
|
+
modelValue?: string;
|
|
14
|
+
};
|
|
15
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
14
16
|
isValid: import("vue").ComputedRef<boolean>;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (value: string | undefined) => any;
|
|
19
|
+
} & {
|
|
16
20
|
"update:modelValue": (value: string) => any;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
22
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
19
23
|
}>, {
|
|
20
24
|
placeholder: string;
|
|
@@ -12,27 +12,27 @@ interface Props {
|
|
|
12
12
|
}
|
|
13
13
|
declare var __VLS_8: {
|
|
14
14
|
option: never;
|
|
15
|
-
},
|
|
15
|
+
}, __VLS_22: {
|
|
16
16
|
attributes: any;
|
|
17
|
-
},
|
|
17
|
+
}, __VLS_24: {
|
|
18
18
|
option: never;
|
|
19
|
-
},
|
|
19
|
+
}, __VLS_38: {
|
|
20
20
|
search: never;
|
|
21
21
|
searching: never;
|
|
22
22
|
loading: never;
|
|
23
23
|
noOptionsMessage: never;
|
|
24
|
-
},
|
|
24
|
+
}, __VLS_40: {
|
|
25
25
|
search: never;
|
|
26
26
|
noResultsMessage: never;
|
|
27
|
-
},
|
|
27
|
+
}, __VLS_42: {
|
|
28
28
|
deselect: any;
|
|
29
29
|
option: any;
|
|
30
30
|
attributes: any;
|
|
31
|
-
},
|
|
31
|
+
}, __VLS_44: {
|
|
32
32
|
search: any;
|
|
33
33
|
loading: any;
|
|
34
34
|
attributes: any;
|
|
35
|
-
},
|
|
35
|
+
}, __VLS_46: {
|
|
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
|
|
43
|
+
'open-indicator'?: (props: typeof __VLS_22) => any;
|
|
44
44
|
} & {
|
|
45
|
-
'selected-option'?: (props: typeof
|
|
45
|
+
'selected-option'?: (props: typeof __VLS_24) => any;
|
|
46
46
|
} & {
|
|
47
|
-
'no-options'?: (props: typeof
|
|
47
|
+
'no-options'?: (props: typeof __VLS_38) => any;
|
|
48
48
|
} & {
|
|
49
|
-
'no-results'?: (props: typeof
|
|
49
|
+
'no-results'?: (props: typeof __VLS_40) => any;
|
|
50
50
|
} & {
|
|
51
|
-
deselect?: (props: typeof
|
|
51
|
+
deselect?: (props: typeof __VLS_42) => any;
|
|
52
52
|
} & {
|
|
53
|
-
'list-footer'?: (props: typeof
|
|
53
|
+
'list-footer'?: (props: typeof __VLS_44) => any;
|
|
54
54
|
} & {
|
|
55
|
-
'list-header'?: (props: typeof
|
|
55
|
+
'list-header'?: (props: typeof __VLS_46) => 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;
|