@wgalleti/primevue-components 0.22.2 → 0.22.3

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.
Files changed (99) hide show
  1. package/dist/components/charts/WChart.vue.d.ts +12 -19
  2. package/dist/components/crud/WCrudColumnRenderer.vue.d.ts +2 -1
  3. package/dist/components/crud/WCrudFormDialog.vue.d.ts +56 -5
  4. package/dist/components/crud/WCrudSubview.vue.d.ts +30 -6
  5. package/dist/components/crud/WCrudView.vue.d.ts +89 -95
  6. package/dist/components/crud/WEditableTable.vue.d.ts +29 -27
  7. package/dist/components/form/WAutoCompleteFK.vue.d.ts +3 -2
  8. package/dist/components/form/WDatePicker.vue.d.ts +4 -9
  9. package/dist/components/form/WDateRange.vue.d.ts +2 -1
  10. package/dist/components/form/WFileUpload.vue.d.ts +8 -16
  11. package/dist/components/form/WFormRenderer.vue.d.ts +57 -5
  12. package/dist/components/form/WImageCropper.vue.d.ts +12 -20
  13. package/dist/components/form/WMarkdownEditor.vue.d.ts +3 -4
  14. package/dist/components/form/WMoneyInput.vue.d.ts +2 -1
  15. package/dist/components/form/WTransferList.vue.d.ts +3 -2
  16. package/dist/components/form/WTreeSelect.vue.d.ts +19 -21
  17. package/dist/components/ui/WActionBar.vue.d.ts +14 -15
  18. package/dist/components/ui/WCheckList.vue.d.ts +8 -12
  19. package/dist/components/ui/WDetailHeader.vue.d.ts +7 -11
  20. package/dist/components/ui/WDialog.vue.d.ts +7 -9
  21. package/dist/components/ui/WEmptyState.vue.d.ts +3 -2
  22. package/dist/components/ui/WFormSection.vue.d.ts +9 -12
  23. package/dist/components/ui/WInfoCard.vue.d.ts +3 -2
  24. package/dist/components/ui/WKanbanBoard.vue.d.ts +23 -46
  25. package/dist/components/ui/WKpiCard.vue.d.ts +15 -15
  26. package/dist/components/ui/WKpiGrid.vue.d.ts +12 -16
  27. package/dist/components/ui/WMapSelect.vue.d.ts +33 -42
  28. package/dist/components/ui/WMarkdownToc.vue.d.ts +2 -1
  29. package/dist/components/ui/WMarkdownView.vue.d.ts +3 -4
  30. package/dist/components/ui/WPageHeader.vue.d.ts +8 -12
  31. package/dist/components/ui/WProgressFlow.vue.d.ts +12 -16
  32. package/dist/components/ui/WSectionHeader.vue.d.ts +11 -13
  33. package/dist/components/ui/WStatusTag.vue.d.ts +2 -1
  34. package/dist/components/ui/WStepFlow.vue.d.ts +8 -16
  35. package/dist/components/ui/WStepSection.vue.d.ts +21 -20
  36. package/dist/components/ui/WTabBar.vue.d.ts +3 -2
  37. package/dist/components/ui/WTabNav.vue.d.ts +13 -30
  38. package/dist/components/ui/WTabViewport.vue.d.ts +2 -1
  39. package/dist/components--YULeZoE.cjs +25 -0
  40. package/dist/components--YULeZoE.cjs.map +1 -0
  41. package/dist/components-CYjLRDxm.js +6785 -0
  42. package/dist/components-CYjLRDxm.js.map +1 -0
  43. package/dist/components.cjs +1 -2
  44. package/dist/components.d.ts +1 -1
  45. package/dist/components.js +2 -42
  46. package/dist/composables-B-LVf35N.js +680 -0
  47. package/dist/composables-B-LVf35N.js.map +1 -0
  48. package/dist/composables-BqRASiBc.cjs +2 -0
  49. package/dist/composables-BqRASiBc.cjs.map +1 -0
  50. package/dist/composables.cjs +1 -2
  51. package/dist/composables.d.ts +1 -1
  52. package/dist/composables.js +3 -20
  53. package/dist/index.cjs +2 -2
  54. package/dist/index.cjs.map +1 -1
  55. package/dist/index.js +155 -234
  56. package/dist/index.js.map +1 -1
  57. package/dist/labels-CXBhCk2N.js +20 -0
  58. package/dist/labels-CXBhCk2N.js.map +1 -0
  59. package/dist/labels-DiFDhFhQ.cjs +2 -0
  60. package/dist/labels-DiFDhFhQ.cjs.map +1 -0
  61. package/dist/primevue-components.css +2 -1
  62. package/dist/routeTabs-BnVpnSeJ.cjs +2 -0
  63. package/dist/routeTabs-BnVpnSeJ.cjs.map +1 -0
  64. package/dist/routeTabs-D6m8PuP6.js +10 -0
  65. package/dist/routeTabs-D6m8PuP6.js.map +1 -0
  66. package/dist/types.cjs +1 -2
  67. package/dist/types.d.ts +1 -1
  68. package/dist/types.js +3 -11
  69. package/dist/useFormKeyboardNav-Brgrjxu-.js +550 -0
  70. package/dist/useFormKeyboardNav-Brgrjxu-.js.map +1 -0
  71. package/dist/useFormKeyboardNav-HoSmQwuv.cjs +3 -0
  72. package/dist/useFormKeyboardNav-HoSmQwuv.cjs.map +1 -0
  73. package/package.json +19 -18
  74. package/dist/WKanbanBoard.vue_vue_type_script_setup_true_lang-ByBa9LKO.cjs +0 -28
  75. package/dist/WKanbanBoard.vue_vue_type_script_setup_true_lang-ByBa9LKO.cjs.map +0 -1
  76. package/dist/WKanbanBoard.vue_vue_type_script_setup_true_lang-rd2SGufX.js +0 -6873
  77. package/dist/WKanbanBoard.vue_vue_type_script_setup_true_lang-rd2SGufX.js.map +0 -1
  78. package/dist/components.cjs.map +0 -1
  79. package/dist/components.js.map +0 -1
  80. package/dist/composables.cjs.map +0 -1
  81. package/dist/composables.js.map +0 -1
  82. package/dist/labels-B28P8JNB.js +0 -19
  83. package/dist/labels-B28P8JNB.js.map +0 -1
  84. package/dist/labels-pNskxXcl.cjs +0 -2
  85. package/dist/labels-pNskxXcl.cjs.map +0 -1
  86. package/dist/plugin-CIBvOgwG.js +0 -14
  87. package/dist/plugin-CIBvOgwG.js.map +0 -1
  88. package/dist/plugin-D2IZHyBm.cjs +0 -2
  89. package/dist/plugin-D2IZHyBm.cjs.map +0 -1
  90. package/dist/types.cjs.map +0 -1
  91. package/dist/types.js.map +0 -1
  92. package/dist/useFormKeyboardNav-BgBAe0C7.cjs +0 -3
  93. package/dist/useFormKeyboardNav-BgBAe0C7.cjs.map +0 -1
  94. package/dist/useFormKeyboardNav-BrKZrHq9.js +0 -463
  95. package/dist/useFormKeyboardNav-BrKZrHq9.js.map +0 -1
  96. package/dist/useRouteTabs-CSo1j_ji.js +0 -762
  97. package/dist/useRouteTabs-CSo1j_ji.js.map +0 -1
  98. package/dist/useRouteTabs-VGx93R83.cjs +0 -2
  99. package/dist/useRouteTabs-VGx93R83.cjs.map +0 -1
@@ -15,13 +15,12 @@ type __VLS_Props = {
15
15
  /** Mensagem exibida quando `source` está vazio. */
16
16
  emptyText?: string;
17
17
  };
18
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
19
  headings: (args_0: MarkdownHeading[]) => any;
20
20
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  onHeadings?: ((args_0: MarkdownHeading[]) => any) | undefined;
22
22
  }>, {
23
23
  emptyText: string;
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
- raiz: HTMLDivElement;
26
- }, any>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
27
26
  export default _default;
@@ -4,23 +4,19 @@ type __VLS_Props = {
4
4
  actionLabel?: string;
5
5
  actionIcon?: string;
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- actions?(_: {}): any;
11
- };
12
- refs: {};
13
- rootEl: HTMLDivElement;
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ actions?: (props: typeof __VLS_1) => any;
14
10
  };
15
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
12
  action: () => any;
18
13
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
14
  onAction?: (() => any) | undefined;
20
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
22
18
  export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
19
+ type __VLS_WithSlots<T, S> = T & {
24
20
  new (): {
25
21
  $slots: S;
26
22
  };
@@ -8,25 +8,21 @@ type __VLS_Props = {
8
8
  currentStep: string;
9
9
  orientation?: 'horizontal' | 'vertical';
10
10
  };
11
- declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
- slots: {
14
- step?(_: {
15
- step: ProgressStep;
16
- index: number;
17
- state: string;
18
- }): any;
19
- };
20
- refs: {};
21
- rootEl: HTMLDivElement;
11
+ declare var __VLS_1: {
12
+ step: ProgressStep;
13
+ index: number;
14
+ state: string;
15
+ };
16
+ type __VLS_Slots = {} & {
17
+ step?: (props: typeof __VLS_1) => any;
22
18
  };
23
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
20
  orientation: "horizontal" | "vertical";
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
27
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
+ declare const _default: typeof __VLS_export;
28
24
  export default _default;
29
- type __VLS_WithTemplateSlots<T, S> = T & {
25
+ type __VLS_WithSlots<T, S> = T & {
30
26
  new (): {
31
27
  $slots: S;
32
28
  };
@@ -4,21 +4,19 @@ type __VLS_Props = {
4
4
  icon?: string;
5
5
  compact?: boolean;
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- icon?(_: {}): any;
11
- meta?(_: {}): any;
12
- actions?(_: {}): any;
13
- };
14
- refs: {};
15
- rootEl: HTMLDivElement;
7
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
8
+ type __VLS_Slots = {} & {
9
+ icon?: (props: typeof __VLS_1) => any;
10
+ } & {
11
+ meta?: (props: typeof __VLS_3) => any;
12
+ } & {
13
+ actions?: (props: typeof __VLS_5) => any;
16
14
  };
17
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
20
18
  export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
19
+ type __VLS_WithSlots<T, S> = T & {
22
20
  new (): {
23
21
  $slots: S;
24
22
  };
@@ -6,5 +6,6 @@ type __VLS_Props = {
6
6
  value: string;
7
7
  map?: Record<string, StatusMapping>;
8
8
  };
9
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
@@ -20,18 +20,11 @@ type __VLS_Props = {
20
20
  /** Trava o clique no cabeçalho de todas as etapas. */
21
21
  disabled?: boolean;
22
22
  };
23
- declare function __VLS_template(): {
24
- attrs: Partial<{}>;
25
- slots: {
26
- default?(_: {}): any;
27
- };
28
- refs: {
29
- root: HTMLDivElement;
30
- };
31
- rootEl: HTMLDivElement;
23
+ declare var __VLS_1: {};
24
+ type __VLS_Slots = {} & {
25
+ default?: (props: typeof __VLS_1) => any;
32
26
  };
33
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
35
28
  "update:modelValue": (step: number) => any;
36
29
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
37
30
  "onUpdate:modelValue"?: ((step: number) => any) | undefined;
@@ -39,12 +32,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
39
32
  modelValue: number;
40
33
  disabled: boolean;
41
34
  orientation: StepFlowOrientation;
42
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
43
- root: HTMLDivElement;
44
- }, HTMLDivElement>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
37
+ declare const _default: typeof __VLS_export;
46
38
  export default _default;
47
- type __VLS_WithTemplateSlots<T, S> = T & {
39
+ type __VLS_WithSlots<T, S> = T & {
48
40
  new (): {
49
41
  $slots: S;
50
42
  };
@@ -19,30 +19,31 @@ type __VLS_Props = {
19
19
  count?: number | string;
20
20
  disabled?: boolean;
21
21
  };
22
- declare function __VLS_template(): {
23
- attrs: Partial<{}>;
24
- slots: {
25
- actions?(_: {
26
- open: boolean;
27
- }): any;
28
- actions?(_: {
29
- open: boolean;
30
- }): any;
31
- default?(_: {}): any;
32
- default?(_: {}): any;
33
- footer?(_: {}): any;
34
- footer?(_: {}): any;
35
- };
36
- refs: {};
37
- rootEl: any;
22
+ declare var __VLS_1: {
23
+ open: boolean;
24
+ }, __VLS_3: {}, __VLS_5: {}, __VLS_7: {
25
+ open: boolean;
26
+ }, __VLS_9: {}, __VLS_11: {};
27
+ type __VLS_Slots = {} & {
28
+ actions?: (props: typeof __VLS_1) => any;
29
+ } & {
30
+ default?: (props: typeof __VLS_3) => any;
31
+ } & {
32
+ footer?: (props: typeof __VLS_5) => any;
33
+ } & {
34
+ actions?: (props: typeof __VLS_7) => any;
35
+ } & {
36
+ default?: (props: typeof __VLS_9) => any;
37
+ } & {
38
+ footer?: (props: typeof __VLS_11) => any;
38
39
  };
39
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
40
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
40
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
41
41
  disabled: boolean;
42
42
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
43
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
44
+ declare const _default: typeof __VLS_export;
44
45
  export default _default;
45
- type __VLS_WithTemplateSlots<T, S> = T & {
46
+ type __VLS_WithSlots<T, S> = T & {
46
47
  new (): {
47
48
  $slots: S;
48
49
  };
@@ -12,9 +12,10 @@ type __VLS_Props = {
12
12
  /** Rótulo do grupo para leitores de tela. */
13
13
  ariaLabel?: string;
14
14
  };
15
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
16
  "update:modelValue": (value: string) => any;
17
17
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
20
21
  export default _default;
@@ -11,27 +11,16 @@ type __VLS_Props = {
11
11
  tabs: RouteTabsApi;
12
12
  ariaLabel?: string;
13
13
  };
14
- declare function __VLS_template(): {
15
- attrs: Partial<{}>;
16
- slots: {
17
- tab?(_: {
18
- tab: RouteTab;
19
- active: boolean;
20
- }): any;
21
- actions?(_: {}): any;
22
- };
23
- refs: {
24
- trilho: HTMLDivElement;
25
- menu: ({
26
- $props: import('primevue/contextmenu').ContextMenuProps & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
27
- $slots: import('primevue/contextmenu').ContextMenuSlots;
28
- $emit: ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void);
29
- } & import('primevue/contextmenu').ContextMenuMethods) | null;
30
- };
31
- rootEl: HTMLDivElement;
14
+ declare var __VLS_1: {
15
+ tab: RouteTab;
16
+ active: boolean;
17
+ }, __VLS_3: {};
18
+ type __VLS_Slots = {} & {
19
+ tab?: (props: typeof __VLS_1) => any;
20
+ } & {
21
+ actions?: (props: typeof __VLS_3) => any;
32
22
  };
33
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
35
24
  close: (tab: RouteTab) => any;
36
25
  activate: (tab: RouteTab) => any;
37
26
  reload: (tab: RouteTab) => any;
@@ -39,17 +28,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
39
28
  onClose?: ((tab: RouteTab) => any) | undefined;
40
29
  onActivate?: ((tab: RouteTab) => any) | undefined;
41
30
  onReload?: ((tab: RouteTab) => any) | undefined;
42
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
43
- trilho: HTMLDivElement;
44
- menu: ({
45
- $props: import('primevue/contextmenu').ContextMenuProps & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
46
- $slots: import('primevue/contextmenu').ContextMenuSlots;
47
- $emit: ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void);
48
- } & import('primevue/contextmenu').ContextMenuMethods) | null;
49
- }, HTMLDivElement>;
50
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
51
34
  export default _default;
52
- type __VLS_WithTemplateSlots<T, S> = T & {
35
+ type __VLS_WithSlots<T, S> = T & {
53
36
  new (): {
54
37
  $slots: S;
55
38
  };
@@ -10,5 +10,6 @@ type __VLS_Props = {
10
10
  /** Instância retornada por `useRouteTabs` — o dono do estado. */
11
11
  tabs: RouteTabsApi;
12
12
  };
13
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
14
15
  export default _default;