@cobre-npm/ds-v3 0.82.0 → 0.82.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.
- package/dist/cobre-ds-v3-lib.es.js +10 -5
- package/dist/style.css +1 -1
- package/dist/types/components/atoms/CobreButton/CobreButton.vue.d.ts +10 -0
- package/dist/types/components/molecules/CobreModal/CobreModal.vue.d.ts +2 -0
- package/dist/types/components/molecules/CobreTableCellCopy/CobreTableCellCopy.vue.d.ts +24 -0
- package/package.json +1 -1
|
@@ -21,6 +21,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
+
isInline: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
24
28
|
}>, {
|
|
25
29
|
slots: Readonly<{
|
|
26
30
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -31,6 +35,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
35
|
label: import("vue").Ref<string, string>;
|
|
32
36
|
theme: import("vue").Ref<ButtonThemes, ButtonThemes>;
|
|
33
37
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
38
|
+
isInline: import("vue").Ref<boolean, boolean>;
|
|
34
39
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
40
|
theme: {
|
|
36
41
|
type: () => ButtonThemes;
|
|
@@ -52,11 +57,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
57
|
type: BooleanConstructor;
|
|
53
58
|
default: boolean;
|
|
54
59
|
};
|
|
60
|
+
isInline: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
55
64
|
}>> & Readonly<{}>, {
|
|
56
65
|
disabled: boolean;
|
|
57
66
|
size: Sizes;
|
|
58
67
|
label: string;
|
|
59
68
|
theme: ButtonThemes;
|
|
60
69
|
isLoading: boolean;
|
|
70
|
+
isInline: boolean;
|
|
61
71
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
72
|
export default _default;
|
|
@@ -2,6 +2,7 @@ interface Props {
|
|
|
2
2
|
size?: 'xs' | 'md' | 'lg';
|
|
3
3
|
hasCloseButton?: boolean;
|
|
4
4
|
theme?: 'dark' | 'light';
|
|
5
|
+
overflow?: 'auto' | 'visible' | 'hidden';
|
|
5
6
|
}
|
|
6
7
|
declare function __VLS_template(): {
|
|
7
8
|
attrs: Partial<{}>;
|
|
@@ -23,6 +24,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
23
24
|
size: "xs" | "md" | "lg";
|
|
24
25
|
theme: "dark" | "light";
|
|
25
26
|
hasCloseButton: boolean;
|
|
27
|
+
overflow: "auto" | "visible" | "hidden";
|
|
26
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
29
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
30
|
export default _default;
|
|
@@ -36,6 +36,10 @@ declare function __VLS_template(): {
|
|
|
36
36
|
type: BooleanConstructor;
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
|
+
isInline: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
39
43
|
}>> & Readonly<{}>, {
|
|
40
44
|
slots: Readonly<{
|
|
41
45
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -46,12 +50,14 @@ declare function __VLS_template(): {
|
|
|
46
50
|
label: import("vue").Ref<string, string>;
|
|
47
51
|
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
48
52
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
53
|
+
isInline: import("vue").Ref<boolean, boolean>;
|
|
49
54
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
50
55
|
disabled: boolean;
|
|
51
56
|
size: "small" | "medium" | "auto" | "big";
|
|
52
57
|
label: string;
|
|
53
58
|
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
54
59
|
isLoading: boolean;
|
|
60
|
+
isInline: boolean;
|
|
55
61
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
56
62
|
P: {};
|
|
57
63
|
B: {};
|
|
@@ -80,6 +86,10 @@ declare function __VLS_template(): {
|
|
|
80
86
|
type: BooleanConstructor;
|
|
81
87
|
default: boolean;
|
|
82
88
|
};
|
|
89
|
+
isInline: {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
83
93
|
}>> & Readonly<{}>, {
|
|
84
94
|
slots: Readonly<{
|
|
85
95
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -90,12 +100,14 @@ declare function __VLS_template(): {
|
|
|
90
100
|
label: import("vue").Ref<string, string>;
|
|
91
101
|
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
92
102
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
103
|
+
isInline: import("vue").Ref<boolean, boolean>;
|
|
93
104
|
}, {}, {}, {}, {
|
|
94
105
|
disabled: boolean;
|
|
95
106
|
size: "small" | "medium" | "auto" | "big";
|
|
96
107
|
label: string;
|
|
97
108
|
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
98
109
|
isLoading: boolean;
|
|
110
|
+
isInline: boolean;
|
|
99
111
|
}> | null;
|
|
100
112
|
};
|
|
101
113
|
rootEl: HTMLDivElement;
|
|
@@ -136,6 +148,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
136
148
|
type: BooleanConstructor;
|
|
137
149
|
default: boolean;
|
|
138
150
|
};
|
|
151
|
+
isInline: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
139
155
|
}>> & Readonly<{}>, {
|
|
140
156
|
slots: Readonly<{
|
|
141
157
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -146,12 +162,14 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
146
162
|
label: import("vue").Ref<string, string>;
|
|
147
163
|
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
148
164
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
165
|
+
isInline: import("vue").Ref<boolean, boolean>;
|
|
149
166
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
150
167
|
disabled: boolean;
|
|
151
168
|
size: "small" | "medium" | "auto" | "big";
|
|
152
169
|
label: string;
|
|
153
170
|
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
154
171
|
isLoading: boolean;
|
|
172
|
+
isInline: boolean;
|
|
155
173
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
156
174
|
P: {};
|
|
157
175
|
B: {};
|
|
@@ -180,6 +198,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
180
198
|
type: BooleanConstructor;
|
|
181
199
|
default: boolean;
|
|
182
200
|
};
|
|
201
|
+
isInline: {
|
|
202
|
+
type: BooleanConstructor;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
183
205
|
}>> & Readonly<{}>, {
|
|
184
206
|
slots: Readonly<{
|
|
185
207
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -190,12 +212,14 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
190
212
|
label: import("vue").Ref<string, string>;
|
|
191
213
|
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
192
214
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
215
|
+
isInline: import("vue").Ref<boolean, boolean>;
|
|
193
216
|
}, {}, {}, {}, {
|
|
194
217
|
disabled: boolean;
|
|
195
218
|
size: "small" | "medium" | "auto" | "big";
|
|
196
219
|
label: string;
|
|
197
220
|
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
198
221
|
isLoading: boolean;
|
|
222
|
+
isInline: boolean;
|
|
199
223
|
}> | null;
|
|
200
224
|
}, HTMLDivElement>;
|
|
201
225
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|