@comercti/react-components-hmg 0.6.3 → 0.8.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/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
  }>, {
@@ -341,7 +339,7 @@ declare type __VLS_Props_10 = {
341
339
 
342
340
  declare type __VLS_Props_11 = {
343
341
  /** Valor do input para two-way binding (v-model) */
344
- modelValue?: string | number;
342
+ modelValue?: string | number | null;
345
343
  /** Tipo do input (text, password, email, etc) */
346
344
  type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url' | 'search' | 'date';
347
345
  /** ID única do input */
@@ -370,7 +368,7 @@ declare type __VLS_Props_11 = {
370
368
 
371
369
  declare type __VLS_Props_12 = {
372
370
  /** Valor do radio para two-way binding (v-model) */
373
- modelValue?: ModelValueType_2;
371
+ modelValue?: ModelValueType_2 | null;
374
372
  /** ID única do radio */
375
373
  id?: string;
376
374
  /** Estrutura para adicionar o radio */
@@ -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 = {
@@ -731,7 +731,7 @@ declare type __VLS_Props_6 = {
731
731
 
732
732
  declare type __VLS_Props_7 = {
733
733
  /** Valor do checkbox para two-way binding (v-model) */
734
- modelValue?: ModelValueType;
734
+ modelValue?: ModelValueType | null;
735
735
  /** ID única do checkbox */
736
736
  id?: string;
737
737
  /** Valor a ser definido quando checkbox estiver marcado */
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.6.3",
3
+ "version": "0.8.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",