@comercti/react-components-hmg 0.6.2 → 0.8.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/comerc-style-guide.cjs.js +3 -3
- package/comerc-style-guide.es.js +1131 -1123
- package/comerc-style-guide.umd.js +3 -3
- package/index.d.ts +2 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -236,11 +236,9 @@ rootRef: HTMLDivElement;
|
|
|
236
236
|
}, any>;
|
|
237
237
|
|
|
238
238
|
declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
239
|
-
"update:modelValue": (value: IReturn | Coluna[]) => any;
|
|
240
239
|
selected: (value: Coluna[]) => any;
|
|
241
240
|
redirect: (item: ItensMenu_2) => any;
|
|
242
241
|
}, string, PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
243
|
-
"onUpdate:modelValue"?: (value: IReturn | Coluna[]) => any;
|
|
244
242
|
onSelected?: (value: Coluna[]) => any;
|
|
245
243
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
246
244
|
}>, {
|
|
@@ -519,6 +517,8 @@ declare type __VLS_Props_2 = {
|
|
|
519
517
|
disabled?: boolean;
|
|
520
518
|
/** Define a direção do texto */
|
|
521
519
|
textDirection?: 'left' | 'right';
|
|
520
|
+
/** Define o valor selecionado */
|
|
521
|
+
modelValue: number;
|
|
522
522
|
};
|
|
523
523
|
|
|
524
524
|
declare type __VLS_Props_20 = {
|
|
@@ -1918,12 +1918,6 @@ declare type IProgressStepsProps = {
|
|
|
1918
1918
|
items: IItems[];
|
|
1919
1919
|
};
|
|
1920
1920
|
|
|
1921
|
-
declare interface IReturn {
|
|
1922
|
-
text: string;
|
|
1923
|
-
path?: string;
|
|
1924
|
-
options?: unknown;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
1921
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
1928
1922
|
|
|
1929
1923
|
declare interface ISocialMedia {
|