@comercti/react-components-hmg 0.10.14 → 0.10.17

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
@@ -60,6 +60,7 @@ onLogout?: (value: boolean) => any;
60
60
  }>, {
61
61
  itemsMenu: ItensMenu_2[];
62
62
  itemsMenuMyService: ItensMenu_2[];
63
+ itemsSearch: ItensMenu_2[];
63
64
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
64
65
 
65
66
  declare const __VLS_component_13: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -401,7 +402,7 @@ declare type __VLS_Props_13 = {
401
402
  /** Define o contorno do toggle */
402
403
  contoured?: boolean;
403
404
  /** Idenficador do toggle */
404
- id: string;
405
+ id?: string;
405
406
  /** Informa que está invalido */
406
407
  invalid?: boolean;
407
408
  /** Label do toggle */
@@ -503,6 +504,8 @@ declare type __VLS_Props_18 = {
503
504
  name?: string;
504
505
  /** Email do usuário */
505
506
  email?: string;
507
+ /** Array de opções de pesquisa do menu */
508
+ itemsSearch?: ItensMenu_2[];
506
509
  };
507
510
 
508
511
  declare type __VLS_Props_19 = {
@@ -1769,7 +1772,7 @@ onChange?: (value: boolean | CustomEvent<any>) => any;
1769
1772
  invalid: boolean;
1770
1773
  disabled: boolean;
1771
1774
  contoured: boolean;
1772
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1775
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1773
1776
 
1774
1777
  declare const _default_21: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1775
1778
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.10.14",
3
+ "version": "0.10.17",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",