@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/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: string;
2000
+ text?: string;
1999
2001
  path?: string;
2000
2002
  icon?: string;
2001
2003
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.10.8",
3
+ "version": "0.10.12",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",