@cobre-npm/ds-v3 0.84.0 → 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.
|
@@ -12,27 +12,27 @@ interface Props {
|
|
|
12
12
|
}
|
|
13
13
|
declare var __VLS_8: {
|
|
14
14
|
option: never;
|
|
15
|
-
},
|
|
15
|
+
}, __VLS_19: {
|
|
16
16
|
attributes: any;
|
|
17
|
-
},
|
|
17
|
+
}, __VLS_21: {
|
|
18
18
|
option: never;
|
|
19
|
-
},
|
|
19
|
+
}, __VLS_32: {
|
|
20
20
|
search: never;
|
|
21
21
|
searching: never;
|
|
22
22
|
loading: never;
|
|
23
23
|
noOptionsMessage: never;
|
|
24
|
-
},
|
|
24
|
+
}, __VLS_34: {
|
|
25
25
|
search: never;
|
|
26
26
|
noResultsMessage: never;
|
|
27
|
-
},
|
|
27
|
+
}, __VLS_36: {
|
|
28
28
|
deselect: any;
|
|
29
29
|
option: any;
|
|
30
30
|
attributes: any;
|
|
31
|
-
},
|
|
31
|
+
}, __VLS_38: {
|
|
32
32
|
search: any;
|
|
33
33
|
loading: any;
|
|
34
34
|
attributes: any;
|
|
35
|
-
},
|
|
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
|
|
43
|
+
'open-indicator'?: (props: typeof __VLS_19) => any;
|
|
44
44
|
} & {
|
|
45
|
-
'selected-option'?: (props: typeof
|
|
45
|
+
'selected-option'?: (props: typeof __VLS_21) => any;
|
|
46
46
|
} & {
|
|
47
|
-
'no-options'?: (props: typeof
|
|
47
|
+
'no-options'?: (props: typeof __VLS_32) => any;
|
|
48
48
|
} & {
|
|
49
|
-
'no-results'?: (props: typeof
|
|
49
|
+
'no-results'?: (props: typeof __VLS_34) => any;
|
|
50
50
|
} & {
|
|
51
|
-
deselect?: (props: typeof
|
|
51
|
+
deselect?: (props: typeof __VLS_36) => any;
|
|
52
52
|
} & {
|
|
53
|
-
'list-footer'?: (props: typeof
|
|
53
|
+
'list-footer'?: (props: typeof __VLS_38) => any;
|
|
54
54
|
} & {
|
|
55
|
-
'list-header'?: (props: typeof
|
|
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;
|