@wgalleti/primevue-components 0.28.1 → 0.29.0

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.
@@ -13,6 +13,9 @@ type __VLS_Props = {
13
13
  /** Navegação por teclado estilo desktop: foca o 1º campo ao abrir e o Enter
14
14
  * pula para o próximo campo até o botão de salvar. Opt-in. */
15
15
  keyboardNav?: boolean;
16
+ /** Largura da coluna do slot `#aside` (track do grid: `'24rem'`, `'2fr'`…).
17
+ * Default: metade do dialog. Só vale quando o slot está preenchido. */
18
+ asideWidth?: string;
16
19
  };
17
20
  declare var __VLS_23: `field-${string}`, __VLS_24: {
18
21
  field: FieldDef;
@@ -26,6 +29,9 @@ declare var __VLS_23: `field-${string}`, __VLS_24: {
26
29
  formData: Record<string, unknown>;
27
30
  isEditing: boolean;
28
31
  }, __VLS_33: {
32
+ formData: Record<string, unknown>;
33
+ isEditing: boolean;
34
+ }, __VLS_35: {
29
35
  saving: boolean;
30
36
  disabled: boolean;
31
37
  };
@@ -36,7 +42,9 @@ type __VLS_Slots = {} & {
36
42
  } & {
37
43
  'after-fields'?: (props: typeof __VLS_31) => any;
38
44
  } & {
39
- footer?: (props: typeof __VLS_33) => any;
45
+ aside?: (props: typeof __VLS_33) => any;
46
+ } & {
47
+ footer?: (props: typeof __VLS_35) => any;
40
48
  };
41
49
  declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
42
50
  "update:visible": (value: boolean) => any;
@@ -50,6 +58,7 @@ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {},
50
58
  disabled: boolean;
51
59
  width: string;
52
60
  formColumns: number;
61
+ asideWidth: string;
53
62
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
54
63
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
55
64
  declare const _default: typeof __VLS_export;
@@ -57,17 +57,17 @@ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_8: `cell-${string}`, __
57
57
  index: number;
58
58
  value: unknown;
59
59
  column: EditableColumnDef;
60
- }, __VLS_32: {
60
+ }, __VLS_39: {
61
61
  row: EditableRow;
62
62
  index: number;
63
- }, __VLS_35: `footer-${string}`, __VLS_36: {
63
+ }, __VLS_42: `footer-${string}`, __VLS_43: {
64
64
  rows: EditableRow[];
65
65
  column: EditableColumnDef;
66
66
  };
67
67
  type __VLS_Slots = {} & {
68
68
  [K in NonNullable<typeof __VLS_8>]?: (props: typeof __VLS_9) => any;
69
69
  } & {
70
- [K in NonNullable<typeof __VLS_35>]?: (props: typeof __VLS_36) => any;
70
+ [K in NonNullable<typeof __VLS_42>]?: (props: typeof __VLS_43) => any;
71
71
  } & {
72
72
  toolbar?: (props: typeof __VLS_1) => any;
73
73
  } & {
@@ -75,7 +75,7 @@ type __VLS_Slots = {} & {
75
75
  } & {
76
76
  empty?: (props: typeof __VLS_5) => any;
77
77
  } & {
78
- expansion?: (props: typeof __VLS_32) => any;
78
+ expansion?: (props: typeof __VLS_39) => any;
79
79
  };
80
80
  declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
81
81
  add: () => any;