@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
@@ -18,20 +18,13 @@ type __VLS_Props = {
18
18
  height?: number;
19
19
  };
20
20
  declare function openPicker(): void;
21
- declare function __VLS_template(): {
22
- attrs: Partial<{}>;
23
- slots: {
24
- placeholder?(_: {
25
- open: typeof openPicker;
26
- }): any;
27
- };
28
- refs: {
29
- fileInput: HTMLInputElement;
30
- };
31
- rootEl: HTMLDivElement;
21
+ declare var __VLS_15: {
22
+ open: typeof openPicker;
32
23
  };
33
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ type __VLS_Slots = {} & {
25
+ placeholder?: (props: typeof __VLS_15) => any;
26
+ };
27
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
35
28
  error: (message: string) => any;
36
29
  "update:modelValue": (value: File | null) => any;
37
30
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -39,18 +32,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
39
32
  "onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
40
33
  }>, {
41
34
  modelValue: File | string | null;
42
- width: number;
43
35
  accept: string;
36
+ height: number;
37
+ width: number;
44
38
  maxSize: number;
45
39
  aspectRatio: number;
46
40
  circular: boolean;
47
- height: number;
48
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
49
- fileInput: HTMLInputElement;
50
- }, HTMLDivElement>;
51
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
43
+ declare const _default: typeof __VLS_export;
52
44
  export default _default;
53
- type __VLS_WithTemplateSlots<T, S> = T & {
45
+ type __VLS_WithSlots<T, S> = T & {
54
46
  new (): {
55
47
  $slots: S;
56
48
  };
@@ -20,7 +20,7 @@ type __VLS_Props = {
20
20
  /** 'tab' alterna escrever/visualizar; 'split' mostra lado a lado. */
21
21
  previewMode?: 'tab' | 'split';
22
22
  };
23
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
24
  "update:modelValue": (value: string) => any;
25
25
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
26
26
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -29,7 +29,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
29
29
  minHeight: string;
30
30
  maxHeight: string;
31
31
  previewMode: "tab" | "split";
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
- textareaRef: HTMLTextAreaElement;
34
- }, HTMLDivElement>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: typeof __VLS_export;
35
34
  export default _default;
@@ -15,7 +15,7 @@ type __VLS_Props = {
15
15
  placeholder?: string;
16
16
  invalid?: boolean;
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
  "update:modelValue": (value: number | null) => any;
20
20
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
@@ -25,4 +25,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
25
25
  decimals: number;
26
26
  locale: string;
27
27
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: typeof __VLS_export;
28
29
  export default _default;
@@ -13,7 +13,7 @@ type __VLS_Props = {
13
13
  searchFields?: string[];
14
14
  disabled?: boolean;
15
15
  };
16
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
17
  "update:selected": (ids: Id[]) => any;
18
18
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
19
  "onUpdate:selected"?: ((ids: Id[]) => any) | undefined;
@@ -21,5 +21,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
21
21
  optionLabel: string;
22
22
  selected: Id[];
23
23
  trackBy: string;
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
25
26
  export default _default;
@@ -77,25 +77,22 @@ type __VLS_Props = {
77
77
  defaultExpanded?: boolean;
78
78
  ariaLabel?: string;
79
79
  };
80
- declare function __VLS_template(): {
81
- attrs: Partial<{}>;
82
- slots: {
83
- header?(_: {
84
- selectedCount: number;
85
- total: number;
86
- }): any;
87
- node?(_: {
88
- node: TreeSelectNode;
89
- }): any;
90
- empty?(_: {
91
- filtering: boolean;
92
- }): any;
93
- };
94
- refs: {};
95
- rootEl: HTMLDivElement;
80
+ declare var __VLS_1: {
81
+ selectedCount: number;
82
+ total: number;
83
+ }, __VLS_44: {
84
+ node: TreeSelectNode;
85
+ }, __VLS_46: {
86
+ filtering: boolean;
87
+ };
88
+ type __VLS_Slots = {} & {
89
+ header?: (props: typeof __VLS_1) => any;
90
+ } & {
91
+ node?: (props: typeof __VLS_44) => any;
92
+ } & {
93
+ empty?: (props: typeof __VLS_46) => any;
96
94
  };
97
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
98
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
95
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
99
96
  "update:modelValue": (ids: TreeSelectId[]) => any;
100
97
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
101
98
  "onUpdate:modelValue"?: ((ids: TreeSelectId[]) => any) | undefined;
@@ -114,10 +111,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
114
111
  showCount: boolean;
115
112
  showToggleAll: boolean;
116
113
  defaultExpanded: boolean;
117
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
118
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
114
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
115
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
116
+ declare const _default: typeof __VLS_export;
119
117
  export default _default;
120
- type __VLS_WithTemplateSlots<T, S> = T & {
118
+ type __VLS_WithSlots<T, S> = T & {
121
119
  new (): {
122
120
  $slots: S;
123
121
  };
@@ -2,25 +2,24 @@ type __VLS_Props = {
2
2
  align?: 'between' | 'start' | 'end';
3
3
  stackOnMobile?: boolean;
4
4
  };
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- primary?(_: {}): any;
9
- default?(_: {}): any;
10
- filters?(_: {}): any;
11
- secondary?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: HTMLDivElement;
5
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
6
+ type __VLS_Slots = {} & {
7
+ primary?: (props: typeof __VLS_1) => any;
8
+ } & {
9
+ default?: (props: typeof __VLS_3) => any;
10
+ } & {
11
+ filters?: (props: typeof __VLS_5) => any;
12
+ } & {
13
+ secondary?: (props: typeof __VLS_7) => any;
15
14
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
16
  align: "between" | "start" | "end";
19
17
  stackOnMobile: boolean;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
22
21
  export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
24
23
  new (): {
25
24
  $slots: S;
26
25
  };
@@ -13,23 +13,19 @@ type __VLS_Props = {
13
13
  showCount?: boolean;
14
14
  emptyMessage?: string;
15
15
  };
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: {
19
- empty?(_: {}): any;
20
- };
21
- refs: {};
22
- rootEl: HTMLDivElement;
16
+ declare var __VLS_1: {};
17
+ type __VLS_Slots = {} & {
18
+ empty?: (props: typeof __VLS_1) => any;
23
19
  };
24
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
26
21
  emptyMessage: string;
27
22
  showCount: boolean;
28
23
  items: CheckListItem[];
29
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
31
27
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
28
+ type __VLS_WithSlots<T, S> = T & {
33
29
  new (): {
34
30
  $slots: S;
35
31
  };
@@ -10,19 +10,15 @@ type __VLS_Props = {
10
10
  severity: string;
11
11
  }>;
12
12
  };
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: {
16
- actions?(_: {}): any;
17
- };
18
- refs: {};
19
- rootEl: HTMLDivElement;
13
+ declare var __VLS_13: {};
14
+ type __VLS_Slots = {} & {
15
+ actions?: (props: typeof __VLS_13) => any;
20
16
  };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- 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>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ 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>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
24
20
  export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
21
+ type __VLS_WithSlots<T, S> = T & {
26
22
  new (): {
27
23
  $slots: S;
28
24
  };
@@ -1,14 +1,12 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: any;
4
- refs: {};
5
- rootEl: any;
1
+ declare var __VLS_10: string, __VLS_11: any;
2
+ type __VLS_Slots = {} & {
3
+ [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
6
4
  };
7
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
5
+ declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
10
8
  export default _default;
11
- type __VLS_WithTemplateSlots<T, S> = T & {
9
+ type __VLS_WithSlots<T, S> = T & {
12
10
  new (): {
13
11
  $slots: S;
14
12
  };
@@ -5,9 +5,10 @@ type __VLS_Props = {
5
5
  actionLabel?: string;
6
6
  actionIcon?: string;
7
7
  };
8
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
9
  action: () => any;
10
10
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
11
  onAction?: (() => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
@@ -3,20 +3,17 @@ type __VLS_Props = {
3
3
  description?: string;
4
4
  variant?: 'default' | 'muted' | 'outlined';
5
5
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- actions?(_: {}): any;
10
- default?(_: {}): any;
11
- };
12
- refs: {};
13
- rootEl: HTMLElement;
6
+ declare var __VLS_1: {}, __VLS_3: {};
7
+ type __VLS_Slots = {} & {
8
+ actions?: (props: typeof __VLS_1) => any;
9
+ } & {
10
+ default?: (props: typeof __VLS_3) => any;
14
11
  };
15
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- 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, {}, HTMLElement>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ 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>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
18
15
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
20
17
  new (): {
21
18
  $slots: S;
22
19
  };
@@ -15,7 +15,8 @@ type __VLS_Props = {
15
15
  * direita, divisória entre as linhas (o aside "Resumo" de um documento). */
16
16
  variant?: 'default' | 'metric';
17
17
  };
18
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
19
  variant: "default" | "metric";
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
21
22
  export default _default;
@@ -21,50 +21,26 @@ type __VLS_Props = {
21
21
  /** Altura mínima da lista — dá área de drop mesmo com a coluna vazia. */
22
22
  minHeight?: string;
23
23
  };
24
- declare function __VLS_template(): {
25
- attrs: Partial<{}>;
26
- slots: Readonly<{
27
- /** Conteúdo do card. Fallback: item.nome ?? item[itemKey]. */
28
- card?(props: {
29
- item: Item;
30
- column: KanbanColumn;
31
- }): unknown;
32
- /** Cabeçalho da coluna. Fallback: label + contador. */
33
- 'column-header'?(props: {
34
- column: KanbanColumn;
35
- }): unknown;
36
- /** Ação à direita do cabeçalho (ex.: criar nesta coluna). */
37
- 'column-action'?(props: {
38
- column: KanbanColumn;
39
- }): unknown;
40
- /** Coluna sem itens. */
41
- 'empty-column'?(props: {
42
- column: KanbanColumn;
43
- }): unknown;
44
- }> & {
45
- /** Conteúdo do card. Fallback: item.nome ?? item[itemKey]. */
46
- card?(props: {
47
- item: Item;
48
- column: KanbanColumn;
49
- }): unknown;
50
- /** Cabeçalho da coluna. Fallback: label + contador. */
51
- 'column-header'?(props: {
52
- column: KanbanColumn;
53
- }): unknown;
54
- /** Ação à direita do cabeçalho (ex.: criar nesta coluna). */
55
- 'column-action'?(props: {
56
- column: KanbanColumn;
57
- }): unknown;
58
- /** Coluna sem itens. */
59
- 'empty-column'?(props: {
60
- column: KanbanColumn;
61
- }): unknown;
62
- };
63
- refs: {};
64
- rootEl: HTMLDivElement;
24
+ type __VLS_Slots = {
25
+ /** Conteúdo do card. Fallback: item.nome ?? item[itemKey]. */
26
+ card?(props: {
27
+ item: Item;
28
+ column: KanbanColumn;
29
+ }): unknown;
30
+ /** Cabeçalho da coluna. Fallback: label + contador. */
31
+ 'column-header'?(props: {
32
+ column: KanbanColumn;
33
+ }): unknown;
34
+ /** Ação à direita do cabeçalho (ex.: criar nesta coluna). */
35
+ 'column-action'?(props: {
36
+ column: KanbanColumn;
37
+ }): unknown;
38
+ /** Coluna sem itens. */
39
+ 'empty-column'?(props: {
40
+ column: KanbanColumn;
41
+ }): unknown;
65
42
  };
66
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
67
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
43
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
68
44
  move: (event: KanbanMoveEvent<Record<string, unknown>>) => any;
69
45
  "item-click": (item: Item) => any;
70
46
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -75,10 +51,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
75
51
  minHeight: string;
76
52
  maxHeight: string;
77
53
  itemKey: string;
78
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
79
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
55
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
56
+ declare const _default: typeof __VLS_export;
80
57
  export default _default;
81
- type __VLS_WithTemplateSlots<T, S> = T & {
58
+ type __VLS_WithSlots<T, S> = T & {
82
59
  new (): {
83
60
  $slots: S;
84
61
  };
@@ -10,23 +10,23 @@ type __VLS_Props = {
10
10
  };
11
11
  loading?: boolean;
12
12
  };
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: {
16
- icon?(_: {}): any;
17
- trend?(_: {}): any;
18
- value?(_: {}): any;
19
- hint?(_: {}): any;
20
- footer?(_: {}): any;
21
- };
22
- refs: {};
23
- rootEl: HTMLElement;
13
+ declare var __VLS_21: {}, __VLS_23: {}, __VLS_25: {}, __VLS_27: {}, __VLS_29: {};
14
+ type __VLS_Slots = {} & {
15
+ icon?: (props: typeof __VLS_21) => any;
16
+ } & {
17
+ trend?: (props: typeof __VLS_23) => any;
18
+ } & {
19
+ value?: (props: typeof __VLS_25) => any;
20
+ } & {
21
+ hint?: (props: typeof __VLS_27) => any;
22
+ } & {
23
+ footer?: (props: typeof __VLS_29) => any;
24
24
  };
25
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
- 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, {}, HTMLElement>;
27
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ 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>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
28
28
  export default _default;
29
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
30
30
  new (): {
31
31
  $slots: S;
32
32
  };
@@ -9,27 +9,23 @@ type __VLS_Props = {
9
9
  columns?: 2 | 3 | 4 | 5 | 6 | 'auto';
10
10
  dense?: boolean;
11
11
  };
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- item?(_: {
16
- key: number;
17
- item: KpiItem;
18
- index: number;
19
- }): any;
20
- };
21
- refs: {};
22
- rootEl: HTMLDivElement;
12
+ declare var __VLS_1: {
13
+ key: number;
14
+ item: KpiItem;
15
+ index: number;
16
+ };
17
+ type __VLS_Slots = {} & {
18
+ item?: (props: typeof __VLS_1) => any;
23
19
  };
24
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
26
21
  columns: 2 | 3 | 4 | 5 | 6 | "auto";
27
22
  items: KpiItem[];
28
23
  dense: boolean;
29
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
31
27
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
28
+ type __VLS_WithSlots<T, S> = T & {
33
29
  new (): {
34
30
  $slots: S;
35
31
  };
@@ -120,43 +120,37 @@ declare function hitTest(clientX: number, clientY: number): MapSelectId | null;
120
120
  /** O mapa costuma nascer escondido (dentro de um Dialog): sem isto o Leaflet
121
121
  * calcula 0×0 e desenha só um pedaço quando o container aparece. */
122
122
  declare function refreshSize(): void;
123
- declare function __VLS_template(): {
124
- attrs: Partial<{}>;
125
- slots: {
126
- 'feature-detail'?(_: {
127
- feature: {
128
- id: MapSelectId;
129
- nome: string;
130
- subtitulo?: string | undefined;
131
- area?: number | undefined;
132
- geometria?: {
133
- type: "Polygon" | "MultiPolygon";
134
- coordinates: [number, number][][] | [number, number][][][];
135
- } | null | undefined;
136
- dados?: Record<string, unknown> | undefined;
137
- };
138
- selected: boolean;
139
- close: typeof fecharDetalhe;
140
- }): any;
141
- item?(_: {
142
- feature: MapSelectFeature;
143
- selected: boolean;
144
- }): any;
145
- empty?(_: {}): any;
146
- footer?(_: {
147
- area: number;
148
- features: MapSelectFeature[];
149
- }): any;
150
- };
151
- refs: {
152
- root: HTMLDivElement;
153
- container: HTMLDivElement;
154
- footer: HTMLDivElement;
123
+ declare var __VLS_1: {
124
+ feature: {
125
+ id: MapSelectId;
126
+ nome: string;
127
+ subtitulo?: string | undefined;
128
+ area?: number | undefined;
129
+ geometria?: {
130
+ type: "Polygon" | "MultiPolygon";
131
+ coordinates: [number, number][][] | [number, number][][][];
132
+ } | null | undefined;
133
+ dados?: Record<string, unknown> | undefined;
155
134
  };
156
- rootEl: HTMLDivElement;
135
+ selected: boolean;
136
+ close: typeof fecharDetalhe;
137
+ }, __VLS_19: {
138
+ feature: MapSelectFeature;
139
+ selected: boolean;
140
+ }, __VLS_21: {}, __VLS_23: {
141
+ area: number;
142
+ features: MapSelectFeature[];
143
+ };
144
+ type __VLS_Slots = {} & {
145
+ 'feature-detail'?: (props: typeof __VLS_1) => any;
146
+ } & {
147
+ item?: (props: typeof __VLS_19) => any;
148
+ } & {
149
+ empty?: (props: typeof __VLS_21) => any;
150
+ } & {
151
+ footer?: (props: typeof __VLS_23) => any;
157
152
  };
158
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
159
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
153
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {
160
154
  refreshSize: typeof refreshSize;
161
155
  /** Painel flutuante recolhido? (só faz sentido no `layout="sobreposto"`.) */
162
156
  collapsed: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -237,14 +231,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
237
231
  featureLabel: MapSelectFeatureLabel;
238
232
  featureDetail: MapSelectFeatureDetail;
239
233
  detailPlacement: MapSelectDetailPlacement;
240
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
241
- root: HTMLDivElement;
242
- container: HTMLDivElement;
243
- footer: HTMLDivElement;
244
- }, HTMLDivElement>;
245
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
234
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
235
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
236
+ declare const _default: typeof __VLS_export;
246
237
  export default _default;
247
- type __VLS_WithTemplateSlots<T, S> = T & {
238
+ type __VLS_WithSlots<T, S> = T & {
248
239
  new (): {
249
240
  $slots: S;
250
241
  };
@@ -20,10 +20,11 @@ type __VLS_Props = {
20
20
  /** Teto da lista — o índice se ajusta à altura disponível. */
21
21
  maxHeight?: string;
22
22
  };
23
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
23
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
24
  title: string;
25
25
  maxHeight: string;
26
26
  minHeadings: number;
27
27
  searchable: boolean;
28
28
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: typeof __VLS_export;
29
30
  export default _default;