@velkymx/vibeui 1.0.2 → 1.1.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.
Files changed (111) hide show
  1. package/dist/{src/components → components}/VibeAlert.vue.d.ts +4 -4
  2. package/dist/{src/components → components}/VibeButton.vue.d.ts +2 -2
  3. package/dist/{src/components → components}/VibeDataTable.vue.d.ts +5 -1
  4. package/dist/components/VibeFormErrorSummary.vue.d.ts +17 -0
  5. package/dist/{src/components → components}/VibeFormInput.vue.d.ts +38 -2
  6. package/dist/{src/components → components}/VibeHero.vue.d.ts +9 -0
  7. package/dist/{src/components → components}/VibeModal.vue.d.ts +18 -0
  8. package/dist/{src/components → components}/VibeSortable.vue.d.ts +1 -1
  9. package/dist/{src/components → components}/VibeToast.vue.d.ts +3 -3
  10. package/dist/{src/components → components}/index.d.ts +2 -1
  11. package/dist/{src/injectionKeys.d.ts → injectionKeys.d.ts} +6 -0
  12. package/dist/purify.es-eYghtX9j.mjs +735 -0
  13. package/dist/{src/types.d.ts → types.d.ts} +2 -0
  14. package/dist/utils/routeKey.d.ts +11 -0
  15. package/dist/vibeui.css +1 -1
  16. package/dist/vibeui.es.js +1240 -982
  17. package/dist/vibeui.umd.js +3 -3
  18. package/docs/components/advanced/popover.md +1 -1
  19. package/docs/components/advanced/scrollspy.md +2 -2
  20. package/docs/components/advanced/tooltip.md +1 -1
  21. package/docs/components/core/button.md +19 -1
  22. package/docs/components/core/close-button.md +1 -1
  23. package/docs/components/data/datatable.md +3 -1
  24. package/docs/components/hero/hero.md +1 -0
  25. package/docs/components/interactive/modal.md +8 -0
  26. package/docs/components/navigation/navbar.md +6 -0
  27. package/docs/components/navigation/pagination.md +1 -0
  28. package/docs/forms/form-error-summary.md +96 -0
  29. package/docs/forms/form-group.md +4 -1
  30. package/docs/forms/form-input.md +28 -0
  31. package/llms.txt +24 -5
  32. package/package.json +1 -1
  33. package/dist/purify.es-1D-VntFD.mjs +0 -679
  34. package/dist/{src/App.vue.d.ts → App.vue.d.ts} +0 -0
  35. package/dist/{src/components → components}/HelloWorld.vue.d.ts +0 -0
  36. package/dist/{src/components → components}/VibeAccordion.vue.d.ts +0 -0
  37. package/dist/{src/components → components}/VibeAutocomplete.vue.d.ts +0 -0
  38. package/dist/{src/components → components}/VibeBadge.vue.d.ts +0 -0
  39. package/dist/{src/components → components}/VibeBreadcrumb.vue.d.ts +0 -0
  40. package/dist/{src/components → components}/VibeButtonGroup.vue.d.ts +1 -1
  41. package/dist/{src/components → components}/VibeCard.vue.d.ts +0 -0
  42. package/dist/{src/components → components}/VibeCarousel.vue.d.ts +1 -1
  43. package/dist/{src/components → components}/VibeChartBar.vue.d.ts +0 -0
  44. package/dist/{src/components → components}/VibeChartLine.vue.d.ts +0 -0
  45. package/dist/{src/components → components}/VibeChartPie.vue.d.ts +0 -0
  46. package/dist/{src/components → components}/VibeCloseButton.vue.d.ts +0 -0
  47. package/dist/{src/components → components}/VibeCol.vue.d.ts +0 -0
  48. package/dist/{src/components → components}/VibeCollapse.vue.d.ts +1 -1
  49. package/dist/{src/components → components}/VibeContainer.vue.d.ts +0 -0
  50. package/dist/{src/components → components}/VibeDatePicker.vue.d.ts +1 -1
  51. package/dist/{src/components → components}/VibeDraggable.vue.d.ts +0 -0
  52. package/dist/{src/components → components}/VibeDropdown.vue.d.ts +0 -0
  53. package/dist/{src/components → components}/VibeDroppable.vue.d.ts +0 -0
  54. package/dist/{src/components → components}/VibeFileInput.vue.d.ts +1 -1
  55. package/dist/{src/components → components}/VibeFormCheckbox.vue.d.ts +1 -1
  56. package/dist/{src/components → components}/VibeFormDatepicker.vue.d.ts +1 -1
  57. package/dist/{src/components → components}/VibeFormGroup.vue.d.ts +0 -0
  58. package/dist/{src/components → components}/VibeFormRadio.vue.d.ts +1 -1
  59. package/dist/{src/components → components}/VibeFormSelect.vue.d.ts +1 -1
  60. package/dist/{src/components → components}/VibeFormSpinbutton.vue.d.ts +1 -1
  61. package/dist/{src/components → components}/VibeFormSwitch.vue.d.ts +1 -1
  62. package/dist/{src/components → components}/VibeFormTextarea.vue.d.ts +1 -1
  63. package/dist/{src/components → components}/VibeFormWysiwyg.vue.d.ts +1 -1
  64. package/dist/{src/components → components}/VibeIcon.vue.d.ts +1 -1
  65. package/dist/{src/components → components}/VibeInputGroup.vue.d.ts +1 -1
  66. /package/dist/{src/components → components}/VibeLink.vue.d.ts +0 -0
  67. /package/dist/{src/components → components}/VibeListGroup.vue.d.ts +0 -0
  68. /package/dist/{src/components → components}/VibeNav.vue.d.ts +0 -0
  69. /package/dist/{src/components → components}/VibeNavbar.vue.d.ts +0 -0
  70. /package/dist/{src/components → components}/VibeNavbarBrand.vue.d.ts +0 -0
  71. /package/dist/{src/components → components}/VibeNavbarNav.vue.d.ts +0 -0
  72. /package/dist/{src/components → components}/VibeNavbarToggle.vue.d.ts +0 -0
  73. /package/dist/{src/components → components}/VibeOffcanvas.vue.d.ts +0 -0
  74. /package/dist/{src/components → components}/VibePagination.vue.d.ts +0 -0
  75. /package/dist/{src/components → components}/VibePlaceholder.vue.d.ts +0 -0
  76. /package/dist/{src/components → components}/VibePopover.vue.d.ts +0 -0
  77. /package/dist/{src/components → components}/VibeProgress.vue.d.ts +0 -0
  78. /package/dist/{src/components → components}/VibeResizable.vue.d.ts +0 -0
  79. /package/dist/{src/components → components}/VibeRow.vue.d.ts +0 -0
  80. /package/dist/{src/components → components}/VibeScrollspy.vue.d.ts +0 -0
  81. /package/dist/{src/components → components}/VibeSkeleton.vue.d.ts +0 -0
  82. /package/dist/{src/components → components}/VibeSlider.vue.d.ts +0 -0
  83. /package/dist/{src/components → components}/VibeSpinner.vue.d.ts +0 -0
  84. /package/dist/{src/components → components}/VibeStepper.vue.d.ts +0 -0
  85. /package/dist/{src/components → components}/VibeTab.vue.d.ts +0 -0
  86. /package/dist/{src/components → components}/VibeTabContent.vue.d.ts +0 -0
  87. /package/dist/{src/components → components}/VibeTabs.vue.d.ts +0 -0
  88. /package/dist/{src/components → components}/VibeToastHost.vue.d.ts +0 -0
  89. /package/dist/{src/components → components}/VibeTooltip.vue.d.ts +0 -0
  90. /package/dist/{src/components → components}/chart/chartColors.d.ts +0 -0
  91. /package/dist/{src/components → components}/chart/chartResize.d.ts +0 -0
  92. /package/dist/{src/components → components}/chart/chartTooltip.d.ts +0 -0
  93. /package/dist/{src/components → components}/chart/chartTypes.d.ts +0 -0
  94. /package/dist/{src/components → components}/chart/drawBar.d.ts +0 -0
  95. /package/dist/{src/components → components}/chart/drawLine.d.ts +0 -0
  96. /package/dist/{src/components → components}/chart/drawPie.d.ts +0 -0
  97. /package/dist/{src/components → components}/dndStore.d.ts +0 -0
  98. /package/dist/{src/composables → composables}/useBackButton.d.ts +0 -0
  99. /package/dist/{src/composables → composables}/useBreakpoints.d.ts +0 -0
  100. /package/dist/{src/composables → composables}/useColorMode.d.ts +0 -0
  101. /package/dist/{src/composables → composables}/useForm.d.ts +0 -0
  102. /package/dist/{src/composables → composables}/useFormValidation.d.ts +0 -0
  103. /package/dist/{src/composables → composables}/useId.d.ts +0 -0
  104. /package/dist/{src/composables → composables}/usePosition.d.ts +0 -0
  105. /package/dist/{src/composables → composables}/useToast.d.ts +0 -0
  106. /package/dist/{src/directives → directives}/vTooltip.d.ts +0 -0
  107. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  108. /package/dist/{src/main.d.ts → main.d.ts} +0 -0
  109. /package/dist/{src/utils → utils}/safeCss.d.ts +0 -0
  110. /package/dist/{src/utils → utils}/safeHref.d.ts +0 -0
  111. /package/dist/{src/utils → utils}/sanitizeHtml.d.ts +0 -0
@@ -1,11 +1,11 @@
1
- import { ComponentError } from '../types';
1
+ import { Variant, ComponentError } from '../types';
2
2
  declare var __VLS_1: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
6
  declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
7
  variant: {
8
- type: StringConstructor;
8
+ type: () => Variant;
9
9
  default: string;
10
10
  };
11
11
  subtle: {
@@ -35,7 +35,7 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
35
35
  "component-error": (error: ComponentError) => any;
36
36
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
37
37
  variant: {
38
- type: StringConstructor;
38
+ type: () => Variant;
39
39
  default: string;
40
40
  };
41
41
  subtle: {
@@ -64,7 +64,7 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
64
64
  onClosed?: (() => any) | undefined;
65
65
  "onComponent-error"?: ((error: ComponentError) => any) | undefined;
66
66
  }>, {
67
- variant: string;
67
+ variant: Variant;
68
68
  subtle: boolean;
69
69
  modelValue: boolean;
70
70
  dismissible: boolean;
@@ -1,7 +1,7 @@
1
1
  import { ButtonVariant, Size, ButtonType, ComponentError } from '../types';
2
- declare var __VLS_10: {};
2
+ declare var __VLS_11: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_10) => any;
4
+ default?: (props: typeof __VLS_11) => any;
5
5
  };
6
6
  declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
7
  variant: {
@@ -12,7 +12,7 @@ declare const __VLS_export: <T extends Record<string, unknown>>(__VLS_props: Non
12
12
  };
13
13
  columns: {
14
14
  type: () => DataTableColumn<T>[];
15
- required: boolean;
15
+ default: () => never[];
16
16
  };
17
17
  rowKey: {
18
18
  type: StringConstructor;
@@ -98,6 +98,10 @@ declare const __VLS_export: <T extends Record<string, unknown>>(__VLS_props: Non
98
98
  type: () => number[];
99
99
  default: () => number[];
100
100
  };
101
+ clickable: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
101
105
  }> & {
102
106
  "onComponent-error"?: ((error: ComponentError) => any) | undefined;
103
107
  "onUpdate:currentPage"?: ((value: number) => any) | undefined;
@@ -0,0 +1,17 @@
1
+ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ errors: {
3
+ type: () => Record<string, string>;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ focus: (key: string) => any;
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
+ errors: {
10
+ type: () => Record<string, string>;
11
+ required: true;
12
+ };
13
+ }>> & Readonly<{
14
+ onFocus?: ((key: string) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { InputType, ValidationState, ValidationRule, ValidatorFunction, Size } from '../types';
2
+ import { InputType, ValidationState, ValidationRule, ValidatorFunction, Size, AutocompleteType, InputMode } from '../types';
3
3
  declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  type: {
5
5
  type: PropType<InputType>;
@@ -65,6 +65,22 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
65
65
  type: BooleanConstructor;
66
66
  default: boolean;
67
67
  };
68
+ showToggle: {
69
+ type: BooleanConstructor;
70
+ default: boolean;
71
+ };
72
+ showPasswordStrength: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ autocomplete: {
77
+ type: PropType<AutocompleteType>;
78
+ default: undefined;
79
+ };
80
+ inputmode: {
81
+ type: PropType<InputMode>;
82
+ default: undefined;
83
+ };
68
84
  modelValue: {
69
85
  type: PropType<string | number>;
70
86
  };
@@ -141,6 +157,22 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
141
157
  type: BooleanConstructor;
142
158
  default: boolean;
143
159
  };
160
+ showToggle: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
164
+ showPasswordStrength: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ autocomplete: {
169
+ type: PropType<AutocompleteType>;
170
+ default: undefined;
171
+ };
172
+ inputmode: {
173
+ type: PropType<InputMode>;
174
+ default: undefined;
175
+ };
144
176
  modelValue: {
145
177
  type: PropType<string | number>;
146
178
  };
@@ -157,10 +189,10 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
157
189
  size: Size;
158
190
  disabled: boolean;
159
191
  focusRing: boolean;
192
+ id: string;
160
193
  placeholder: string;
161
194
  plaintext: boolean;
162
195
  required: boolean;
163
- id: string;
164
196
  readonly: boolean;
165
197
  validationState: ValidationState;
166
198
  validationMessage: string;
@@ -168,6 +200,10 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
168
200
  validateOn: "input" | "blur" | "change";
169
201
  helpText: string;
170
202
  noWrapper: boolean;
203
+ showToggle: boolean;
204
+ showPasswordStrength: boolean;
205
+ autocomplete: AutocompleteType;
206
+ inputmode: InputMode;
171
207
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
172
208
  declare const _default: typeof __VLS_export;
173
209
  export default _default;
@@ -37,6 +37,10 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
37
37
  type: (StringConstructor | BooleanConstructor)[];
38
38
  default: boolean;
39
39
  };
40
+ overlayOpacity: {
41
+ type: NumberConstructor;
42
+ default: number;
43
+ };
40
44
  gradient: {
41
45
  type: StringConstructor;
42
46
  default: undefined;
@@ -78,6 +82,10 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
78
82
  type: (StringConstructor | BooleanConstructor)[];
79
83
  default: boolean;
80
84
  };
85
+ overlayOpacity: {
86
+ type: NumberConstructor;
87
+ default: number;
88
+ };
81
89
  gradient: {
82
90
  type: StringConstructor;
83
91
  default: undefined;
@@ -96,6 +104,7 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
96
104
  align: "start" | "end" | "center";
97
105
  minHeight: string;
98
106
  bgImage: string;
107
+ overlayOpacity: number;
99
108
  gradient: string;
100
109
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
101
110
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -58,6 +58,14 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
58
58
  type: (StringConstructor | BooleanConstructor)[];
59
59
  default: string;
60
60
  };
61
+ autoFocus: {
62
+ type: BooleanConstructor;
63
+ default: boolean;
64
+ };
65
+ submitOnMetaEnter: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
61
69
  }>, {
62
70
  show: () => void | undefined;
63
71
  hide: () => void | undefined;
@@ -115,6 +123,14 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
115
123
  type: (StringConstructor | BooleanConstructor)[];
116
124
  default: string;
117
125
  };
126
+ autoFocus: {
127
+ type: BooleanConstructor;
128
+ default: boolean;
129
+ };
130
+ submitOnMetaEnter: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
118
134
  }>> & Readonly<{
119
135
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
120
136
  "onComponent-error"?: ((error: ComponentError) => any) | undefined;
@@ -134,6 +150,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
134
150
  hideHeader: boolean;
135
151
  hideFooter: boolean;
136
152
  teleport: string | boolean;
153
+ autoFocus: boolean;
154
+ submitOnMetaEnter: boolean;
137
155
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
138
156
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
139
157
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2
+ declare const __VLS_export: <T extends Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
3
  props: import('vue').PublicProps & __VLS_PrettifyLocal<import('vue').ExtractPublicPropTypes<{
4
4
  modelValue: {
5
5
  type: PropType<T[]>;
@@ -4,11 +4,11 @@ interface BootstrapToast {
4
4
  hide: () => void;
5
5
  dispose: () => void;
6
6
  }
7
- declare var __VLS_1: {}, __VLS_3: {}, __VLS_11: {}, __VLS_13: {};
7
+ declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {};
8
8
  type __VLS_Slots = {} & {
9
- header?: (props: typeof __VLS_1) => any;
9
+ header?: (props: typeof __VLS_7) => any;
10
10
  } & {
11
- default?: (props: typeof __VLS_3) => any;
11
+ default?: (props: typeof __VLS_9) => any;
12
12
  } & {
13
13
  header?: (props: typeof __VLS_11) => any;
14
14
  } & {
@@ -57,10 +57,11 @@ import { default as VibeFormCheckbox } from './VibeFormCheckbox.vue';
57
57
  import { default as VibeFormRadio } from './VibeFormRadio.vue';
58
58
  import { default as VibeFormSwitch } from './VibeFormSwitch.vue';
59
59
  import { default as VibeFormGroup } from './VibeFormGroup.vue';
60
+ import { default as VibeFormErrorSummary } from './VibeFormErrorSummary.vue';
60
61
  import { default as VibeFormWysiwyg } from './VibeFormWysiwyg.vue';
61
62
  import { default as VibeInputGroup } from './VibeInputGroup.vue';
62
63
  import { default as VibeLink } from './VibeLink.vue';
63
64
  import { Plugin } from 'vue';
64
- export { VibeAlert, VibeBadge, VibeButton, VibeButtonGroup, VibeCloseButton, VibeSpinner, VibePlaceholder, VibeSkeleton, VibeContainer, VibeRow, VibeCol, VibeCard, VibeHero, VibeBreadcrumb, VibeNav, VibeNavbar, VibeNavbarBrand, VibeNavbarToggle, VibeNavbarNav, VibePagination, VibeTabContent, VibeTabs, VibeTab, VibeListGroup, VibeProgress, VibeAccordion, VibeCollapse, VibeDropdown, VibeModal, VibeOffcanvas, VibeToast, VibeToastHost, VibeCarousel, VibeTooltip, VibePopover, VibeScrollspy, VibeIcon, VibeChartLine, VibeChartBar, VibeChartPie, VibeDataTable, VibeFormInput, VibeFormSelect, VibeFormTextarea, VibeFormSpinbutton, VibeFormDatepicker, VibeFileInput, VibeSlider, VibeStepper, VibeAutocomplete, VibeSortable, VibeDraggable, VibeDroppable, VibeResizable, VibeDatePicker, VibeFormCheckbox, VibeFormRadio, VibeFormSwitch, VibeFormGroup, VibeFormWysiwyg, VibeInputGroup, VibeLink };
65
+ export { VibeAlert, VibeBadge, VibeButton, VibeButtonGroup, VibeCloseButton, VibeSpinner, VibePlaceholder, VibeSkeleton, VibeContainer, VibeRow, VibeCol, VibeCard, VibeHero, VibeBreadcrumb, VibeNav, VibeNavbar, VibeNavbarBrand, VibeNavbarToggle, VibeNavbarNav, VibePagination, VibeTabContent, VibeTabs, VibeTab, VibeListGroup, VibeProgress, VibeAccordion, VibeCollapse, VibeDropdown, VibeModal, VibeOffcanvas, VibeToast, VibeToastHost, VibeCarousel, VibeTooltip, VibePopover, VibeScrollspy, VibeIcon, VibeChartLine, VibeChartBar, VibeChartPie, VibeDataTable, VibeFormInput, VibeFormSelect, VibeFormTextarea, VibeFormSpinbutton, VibeFormDatepicker, VibeFileInput, VibeSlider, VibeStepper, VibeAutocomplete, VibeSortable, VibeDraggable, VibeDroppable, VibeResizable, VibeDatePicker, VibeFormCheckbox, VibeFormRadio, VibeFormSwitch, VibeFormGroup, VibeFormErrorSummary, VibeFormWysiwyg, VibeInputGroup, VibeLink };
65
66
  declare const VibeUIPlugin: Plugin;
66
67
  export default VibeUIPlugin;
@@ -11,6 +11,12 @@ export interface FormGroupContext {
11
11
  hasLabel: ComputedRef<boolean>;
12
12
  hasValidation: ComputedRef<boolean>;
13
13
  hasHelp: ComputedRef<boolean>;
14
+ /**
15
+ * WCAG 1.3.1 / 3.3.1: ids of the help text and feedback elements rendered by
16
+ * this group so nested controls can reference them in aria-describedby.
17
+ */
18
+ helpId: ComputedRef<string | null>;
19
+ feedbackId: ComputedRef<string | null>;
14
20
  }
15
21
  export declare const FORM_GROUP_KEY: InjectionKey<FormGroupContext | null>;
16
22
  export interface NavbarCollapseContext {