@comercti/react-components-hmg 0.10.8 → 0.10.12
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 +2 -2
- package/comerc-style-guide.es.js +688 -663
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +4 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -507,6 +507,8 @@ declare type __VLS_Props_18 = {
|
|
|
507
507
|
declare type __VLS_Props_19 = {
|
|
508
508
|
/** Array de opções do menu */
|
|
509
509
|
items: ItensMenu_2[];
|
|
510
|
+
/** Array de opções de pesquisa do menu */
|
|
511
|
+
itemsSearch?: ItensMenu_2[];
|
|
510
512
|
/** Define se o menu está na home */
|
|
511
513
|
isHome?: boolean;
|
|
512
514
|
/** Define se o input de pesquisa será exibido */
|
|
@@ -1699,12 +1701,12 @@ updateFiles: (file: FileItem[]) => any;
|
|
|
1699
1701
|
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1700
1702
|
}>, {
|
|
1701
1703
|
disabled: boolean;
|
|
1704
|
+
clear: boolean;
|
|
1702
1705
|
accept: string[];
|
|
1703
1706
|
multiple: boolean;
|
|
1704
1707
|
maxFile: number;
|
|
1705
1708
|
maxFileSize: number;
|
|
1706
1709
|
selectAll: boolean;
|
|
1707
|
-
clear: boolean;
|
|
1708
1710
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1709
1711
|
|
|
1710
1712
|
declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
@@ -1995,7 +1997,7 @@ declare interface ItemsSelection {
|
|
|
1995
1997
|
}
|
|
1996
1998
|
|
|
1997
1999
|
declare interface ItensMenu_2 {
|
|
1998
|
-
text
|
|
2000
|
+
text?: string;
|
|
1999
2001
|
path?: string;
|
|
2000
2002
|
icon?: string;
|
|
2001
2003
|
description?: string;
|