aloha-vue 2.20.0 → 2.21.1

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 (119) hide show
  1. package/CHANGELOG.md +593 -585
  2. package/dist/aloha-vue.css +58 -11
  3. package/dist/aloha-vue.css.map +1 -1
  4. package/dist/aloha-vue.es.js +2239 -2241
  5. package/dist/aloha-vue.umd.js +45 -45
  6. package/package.json +99 -99
  7. package/scss/aloha-vue.scss +66 -66
  8. package/scss/utils/badge.scss +25 -11
  9. package/src/AAlert/AAlert.js +206 -206
  10. package/src/AAlert/i18n/AAlertI18n.js +19 -19
  11. package/src/AAlert/i18n/ar.json +2 -2
  12. package/src/AAlert/i18n/de.json +2 -2
  13. package/src/AAlert/i18n/en.json +2 -2
  14. package/src/AAlert/i18n/es.json +2 -2
  15. package/src/AAlert/i18n/fr.json +2 -2
  16. package/src/AAlert/i18n/hr.json +2 -2
  17. package/src/AAlert/i18n/it.json +2 -2
  18. package/src/AAlert/i18n/ru.json +2 -2
  19. package/src/ACarousel/ACarousel.js +291 -291
  20. package/src/ACarousel/ACarouselBtn/ACarouselBtn.js +75 -75
  21. package/src/ACarousel/ACarouselBtn/compositionAPI/ClassAPI.js +16 -16
  22. package/src/ACarousel/ACarouselBtn/compositionAPI/TextAPI.js +25 -25
  23. package/src/ACarousel/ACarouselControls/ACarouselControls.js +139 -139
  24. package/src/ACarousel/ACarouselControls/AriaLabelAPI.js +20 -20
  25. package/src/ACarousel/ACarouselControls/EventsAPI.js +25 -25
  26. package/src/ACarousel/ACarouselItem/ACarouselItem.js +83 -83
  27. package/src/ACarousel/ACarouselItem/compositionAPI/AttributesAPI.js +39 -39
  28. package/src/ACarousel/ACarouselItem/compositionAPI/IsActiveAPI.js +21 -21
  29. package/src/ACarousel/compositionAPI/ActiveAPI.js +71 -71
  30. package/src/ACarousel/compositionAPI/AriaLabelAPI.js +25 -25
  31. package/src/ACarousel/compositionAPI/ClassAPI.js +44 -44
  32. package/src/ACarousel/compositionAPI/DataAPI.js +38 -38
  33. package/src/ACarousel/compositionAPI/TextsAPI.js +25 -25
  34. package/src/ACarousel/i18n/ACarouselI18n.js +19 -19
  35. package/src/ACarousel/i18n/ar.json +8 -8
  36. package/src/ACarousel/i18n/de.json +8 -8
  37. package/src/ACarousel/i18n/en.json +8 -8
  38. package/src/ACarousel/i18n/es.json +8 -8
  39. package/src/ACarousel/i18n/fr.json +8 -8
  40. package/src/ACarousel/i18n/hr.json +8 -8
  41. package/src/ACarousel/i18n/it.json +8 -8
  42. package/src/ACarousel/i18n/ru.json +8 -8
  43. package/src/AFilters/i18n/ar.json +30 -30
  44. package/src/AFilters/i18n/en.json +30 -30
  45. package/src/AFilters/i18n/es.json +30 -30
  46. package/src/AFilters/i18n/fr.json +30 -30
  47. package/src/AFilters/i18n/hr.json +30 -30
  48. package/src/AFilters/i18n/it.json +30 -30
  49. package/src/AFilters/i18n/ru.json +30 -30
  50. package/src/APagination/i18n/ar.json +12 -12
  51. package/src/APagination/i18n/es.json +12 -12
  52. package/src/APagination/i18n/fr.json +12 -12
  53. package/src/APagination/i18n/hr.json +12 -12
  54. package/src/APagination/i18n/it.json +12 -12
  55. package/src/APagination/i18n/ru.json +12 -12
  56. package/src/ATranslation/compositionAPI/UtilsAPI.js +187 -187
  57. package/src/compositionAPI/AEventOutsideAPI.js +46 -46
  58. package/src/directives/AOnHooks.js +0 -0
  59. package/src/i18n/allLanguages.js +332 -332
  60. package/src/i18n/ar.json +4 -4
  61. package/src/i18n/de.json +4 -4
  62. package/src/i18n/en.json +4 -4
  63. package/src/i18n/es.json +4 -4
  64. package/src/i18n/fr.json +4 -4
  65. package/src/i18n/hr.json +4 -4
  66. package/src/i18n/it.json +4 -4
  67. package/src/i18n/ru.json +4 -4
  68. package/src/index.js +324 -324
  69. package/src/plugins/AAlertPlugin.js +51 -51
  70. package/src/plugins/ACarouselPlugin.js +29 -29
  71. package/src/ui/ACheckbox/ACheckbox.js +0 -0
  72. package/src/ui/ACheckbox/ACheckboxItem/ACheckboxItem.js +0 -0
  73. package/src/ui/ACheckboxRadioGroups/ACheckboxRadioGroups.js +0 -0
  74. package/src/ui/AErrors/AErrors.js +149 -149
  75. package/src/ui/AErrors/AErrorsElement/AErrorsElement.js +0 -0
  76. package/src/ui/AErrors/i18n/AErrorsI18n.js +19 -19
  77. package/src/ui/AErrors/i18n/ar.json +3 -3
  78. package/src/ui/AErrors/i18n/de.json +2 -2
  79. package/src/ui/AErrors/i18n/en.json +3 -3
  80. package/src/ui/AErrors/i18n/es.json +3 -3
  81. package/src/ui/AErrors/i18n/fr.json +3 -3
  82. package/src/ui/AErrors/i18n/hr.json +3 -3
  83. package/src/ui/AErrors/i18n/it.json +3 -3
  84. package/src/ui/AErrors/i18n/ru.json +3 -3
  85. package/src/ui/AErrorsText/AErrorsText.js +0 -0
  86. package/src/ui/AFieldset/AFieldset.js +0 -0
  87. package/src/ui/AForm/AForm.js +0 -0
  88. package/src/ui/AFormElementBtnClear/AFormElementBtnClear.js +86 -86
  89. package/src/ui/AFormElementBtnClear/i18n/AFormElementBtnClearI18n.js +19 -19
  90. package/src/ui/AFormElementBtnClear/i18n/ar.json +2 -2
  91. package/src/ui/AFormElementBtnClear/i18n/de.json +2 -2
  92. package/src/ui/AFormElementBtnClear/i18n/en.json +2 -2
  93. package/src/ui/AFormElementBtnClear/i18n/es.json +2 -2
  94. package/src/ui/AFormElementBtnClear/i18n/fr.json +2 -2
  95. package/src/ui/AFormElementBtnClear/i18n/hr.json +2 -2
  96. package/src/ui/AFormElementBtnClear/i18n/it.json +2 -2
  97. package/src/ui/AFormElementBtnClear/i18n/ru.json +2 -2
  98. package/src/ui/AGroup/AGroup.js +0 -0
  99. package/src/ui/AInput/AInput.js +0 -0
  100. package/src/ui/AInputFile/AInputFile.js +0 -0
  101. package/src/ui/AInputNumber/AInputNumber.js +0 -0
  102. package/src/ui/AInputNumberRange/AInputNumberRange.js +0 -0
  103. package/src/ui/ALabel/ALabel.js +0 -0
  104. package/src/ui/AOneCheckbox/AOneCheckbox.js +0 -0
  105. package/src/ui/ARadio/ARadio.js +0 -0
  106. package/src/ui/ARadio/ARadioItem/ARadioItem.js +0 -0
  107. package/src/ui/ARequired/ARequired.js +0 -0
  108. package/src/ui/ARouterLinkConfig/ARouterLinkConfig.js +0 -0
  109. package/src/ui/ASelect/ASelect.js +0 -0
  110. package/src/ui/ASelect/ASelectElement/ASelectElement.js +0 -0
  111. package/src/ui/ASelect/ASelectValueCloseable/ASelectValueCloseable.js +88 -88
  112. package/src/ui/ASelect/ASelectValueCloseable/compositionAPI/CloseAPI.js +28 -28
  113. package/src/ui/ASelect/ASelectValueCloseable/compositionAPI/LabelAPI.js +20 -20
  114. package/src/ui/ASelect/compositionAPI/ToggleAPI.js +252 -252
  115. package/src/ui/ASelectIcon/ASelectIcon.js +0 -0
  116. package/src/ui/ASwitch/ASwitch.js +0 -0
  117. package/src/ui/ATemplate/ATemplate.js +0 -0
  118. package/src/ui/ATextarea/ATextarea.js +0 -0
  119. package/src/utils/actions.js +65 -65
package/CHANGELOG.md CHANGED
@@ -1,585 +1,593 @@
1
- ![npm (scoped)](https://img.shields.io/npm/v/aloha-vue?label=NPM)
2
- ![NPM](https://img.shields.io/npm/l/aloha-vue?label=License)
3
- ![npm](https://img.shields.io/npm/dt/aloha-vue?label=Downloads)
4
-
5
- ![Aloha Framework logo](.images/aloha_logo.png)
6
-
7
- ---
8
- # Versions
9
-
10
- ## 2.20.0
11
-
12
- - Feature: Introduced `pagination.position` (`top`, `bottom`, `y`) for `ATable`
13
-
14
- ## 2.19.1
15
-
16
- - Fix translation in `AErrors`
17
-
18
- ## 2.19.0
19
-
20
- - Translations: `AErrors`, `AAlert`, `APagination`, `AFilters`, `AFormElementBtnClear`
21
-
22
- ## 2.18.0
23
-
24
- - Add Props: `useFlatModel` for `AForm`, `AModalForm`, `AFieldset`, `AGroup`
25
-
26
- ## 2.17.0
27
-
28
- - Add props: `useFlatErrors` for `AForm`, `AModalForm`, `AErrors`, `AFieldset`, `AGroup`
29
-
30
- ## 2.16.0
31
-
32
- - New component: `ACarousel`
33
-
34
- ## 2.15.0
35
-
36
- - Add a new function `getTranslatedAttributes`
37
- - `AModal`: Fix Styles
38
-
39
- ## 2.14.1
40
-
41
- - `ASelectValueCloseable`: Fix in close function
42
-
43
- ## 2.14.0
44
-
45
- - Change Styles for `Errors`, `Legend` and `Fieldset`
46
- - `ALabel`: Fix für `onClick`
47
- - `AErrors`: extension `goTo` function
48
-
49
- ## 2.13.1
50
-
51
- - Add `updateI18nForLanguage` function to `ATranslationAPI`
52
-
53
- ## 2.13.0
54
-
55
- - Add `updateI18n` function to support dynamic `i18n` updates
56
-
57
- ## 2.12.1
58
-
59
- - `ASelect` Fix
60
-
61
- ## 2.12.0
62
-
63
- - Add `ASelectIcon` component
64
-
65
- ## 2.11.3
66
-
67
- - Prioritize data from server for ASelect
68
-
69
- ## 2.11.2
70
-
71
- - Refactor focus handling in `UiAPI`
72
-
73
- ## 2.11.1
74
-
75
- - Add export for `AFilterCenter` component
76
-
77
- ## 2.11.0
78
-
79
- - Add `focusin` and `focusout` event handling to `ARadio` component
80
- - Add `focusin` and `focusout` event handling to `ACheckbox` component
81
- - Add support for `type` prop and `minuteStep` in `ADatepicker`
82
- - Refactor `ADatepicker` format handling with `TypeAPI` integration
83
- - Refactor focus handling in `ADatepicker` components.
84
- - Refactor `APanelYear` to composition API
85
- - Refactor `APanelTime` to composition API
86
-
87
- ## 2.10.1
88
-
89
- - Fix model update in `AFilters`
90
-
91
- ## 2.10.0
92
-
93
- - Add utility classes for vertical alignment
94
-
95
- ## 2.9.2
96
-
97
- - `ATableTopPanel`: fix `currentMultipleActions`
98
-
99
- ## 2.9.1
100
-
101
- - `AModal`: added "modal inside a modal" feature with proper `z-index` stacking support
102
-
103
- ## 2.9.0
104
-
105
- - Added `.column_offset_right_*` classes to grid utilities for right column offsets with dynamic margin-right
106
- calculations
107
-
108
- ## 2.8.4
109
-
110
- - `ADatePicker`: Added customizable class prop and fixed `SCSS` indentation
111
-
112
- ## 2.8.3
113
-
114
- - Fix model update in `AFilters`
115
-
116
- ## 2.8.2
117
-
118
- - Fix buttons ids in `ATableTdAction`
119
-
120
- ## 2.8.1
121
-
122
- - Fix `//` in `AHttpAPI`
123
-
124
- ## 2.8.0
125
-
126
- - New component `AMultiselectOrdered`
127
- - Props `attributesFieldset` for `ACheckbox`, `ARadio`, `AFieldset`, `AMultiselectOrdered`, `ARouterLinkConfig`
128
-
129
- ## 2.7.3
130
-
131
- - `AFilters`: fix `changeModel` functions
132
-
133
- ## 2.7.2
134
-
135
- - `ATemplate`: fix `type` for `modelValue`
136
-
137
- ## 2.7.1
138
-
139
- - `ATemplate`: fix `props`
140
-
141
- ## 2.7.0
142
-
143
- - New component `AFormElement`
144
- - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
145
- - Fix in `keyDisabledCallback`
146
-
147
- ## 2.6.1
148
-
149
- - Fix model in AModalForm
150
-
151
- ## 2.6.0
152
-
153
- - Update logic model change in ui-components
154
-
155
- ## 2.5.0
156
-
157
- - readonly for ui-components
158
-
159
- ## 2.4.1
160
-
161
- - `ASelect`: fix `watch` for `url`, `apiSaveId`, `urlParams`
162
-
163
- ## 2.4.0
164
-
165
- - New component `ARouterLinkConfig`
166
- - `ARouterLinkConfig`: Improvements
167
- - Fix padding for `a_search_highlight`
168
- - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
169
- - `filterJson`: fix for `jsonClass`
170
-
171
- ## 2.3.1
172
-
173
- - Fix: import `APopupAPI` and functions
174
-
175
- ## 2.3.0
176
-
177
- - `AModal`: don't close modal if popup opened
178
- - `AAlert`: new props ariaAtomic and role
179
- - `AHttpAPI`: ignoreErrorHandler as function
180
- - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
181
-
182
- ## 2.2.0
183
-
184
- ### Enhancements:
185
- - Expanded `ASelect` component by adding three new props:
186
- - `exclusive-option-label`
187
- - `exclusive-option-value`
188
- - `is-exclusive-option-enabled`
189
-
190
- ### Description:
191
- An exclusive option can be defined as a special choice that, when selected, prevents the selection of any other options or deselects all previously chosen options.
192
-
193
- ## 2.1.13
194
-
195
- - Fix 2 import from moment.js
196
-
197
- ## 2.1.12
198
-
199
- - Fix import from moment.js
200
-
201
- ## 2.1.11
202
-
203
- - Test version
204
-
205
- ## 2.1.10
206
-
207
- - **Fix:** Corrected SCSS import order.
208
-
209
- ## 2.1.9
210
-
211
- - Fixed arguments for `filterSearchHighlight` in CompositionAPI.
212
- - Added documentation for the `ATranslation` component.
213
-
214
- ## 2.1.8
215
-
216
- - **New Exports Added**
217
- - `UiAPI`, `UIExcludeRenderAttributesAPI`, `UiStyleHideAPI`, `AErrorsText`
218
-
219
- ## 2.1.7
220
-
221
- - **New Exports Added**
222
- - **ATranslationAPI**
223
- - `translation`
224
- - **AMenuButtonToggle**
225
- - `AMenuButtonToggle_ToggleAPI`
226
-
227
- ## 2.1.6
228
-
229
- - **New Exports Added**
230
- - **Utils**
231
- - `dompurify`
232
- - `sanitize`
233
-
234
- ## 2.1.5
235
-
236
- - **New Export Added**
237
- - **AFiltersAPI**
238
- - `AFiltersAPI_additionFilters`
239
-
240
- ## 2.1.4
241
-
242
- - **New Exports Added**
243
- - **AHttpAPI**
244
- - `AHttpAPI_abortHttp`
245
- - `AHttpAPI_API_CONFIG`
246
- - `AHttpAPI_callHttpRequestAndCheckSavedApi`
247
- - `AHttpAPI_clearAllApiSaved`
248
- - `AHttpAPI_clearApiSaved`
249
- - `AHttpAPI_deleteHttp`
250
- - `AHttpAPI_getHttp`
251
- - `AHttpAPI_getListHttp`
252
- - `AHttpAPI_getOptionsHttp`
253
- - `AHttpAPI_getUrlParams`
254
- - `AHttpAPI_patchHttp`
255
- - `AHttpAPI_postHttp`
256
- - `AHttpAPI_putHttp`
257
- - `AHttpAPI_setBaseUrl`
258
- - `AHttpAPI_setErrorCallbacks`
259
- - `AHttpAPI_setHeaderParams`
260
- - `AHttpAPI_setUrlForArray`
261
- - `AHttpAPI_setUrlWithParams`
262
- - **AMobileAPI**
263
- - `AMobileAPI_isMobileWidth`
264
- - `AMobileAPI_setIsMobileWidth`
265
- - **ANotificationAPI**
266
- - `ANotificationAPI_addNotification`
267
- - `ANotificationAPI_setNotificationTimeout`
268
- - **APageTabTitleAPI**
269
- - `APageTabTitleAPI_setBaseTitle`
270
-
271
- ## 2.1.3
272
-
273
- - New Imports:
274
- - Added imports for the following components, functions, and constants:
275
- - Components: `AMenuButtonToggle`, `APlacements`.
276
- - Functions: `getTranslatedText`, `isPlaceholderTranslate`, `setI18n`, `setLanguage`, `toggleTranslate`, `updateTranslation`
277
- - Constants: `i18n`, `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`, `timeTranslationLastChanged`, `isTranslate`.
278
- - Renamed `i18n` to `i18nAll` for better clarity.
279
-
280
- ## 2.1.2
281
-
282
- - Linting Enhancements:
283
- - Implemented linting for Vue.js components and codebase using ESLint
284
- - Documentation Updates:
285
- - Updated configuration and import examples in the documentation.
286
-
287
- ## 2.1.1
288
-
289
- - `AOneCheckbox`: Fixed warnings related to the slot usage.
290
-
291
- ## 2.1.0
292
-
293
- - `AOneCheckbox`: Added new props:
294
- - `slotName` for customizing slots.
295
- - `labelAttributes` for configuring additional attributes on labels.
296
-
297
- ## 2.0.1
298
-
299
- - Bug Fix: Added missing `CSS` file to the library.
300
- - New Imports:
301
- - Functions:
302
- - `concatTwoStringsWithSpace`, `colorToHex`, `hexToRgb`, `mixBlack`, `mixColor`, `mixWhite`, `rgbToHex`, `sanitizeLocal`, `getUniqueSelector`, `scrollToElement`, `setFocusToElement`, `setFocusToPreviousFocusableElement`, `setFocusToNextFocusableElement`, `toPrecision`.
303
- - Constants:
304
- - `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`.
305
-
306
- ## 2.0.0
307
-
308
- - Major refactoring and expanded documentation.
309
- - Migration Guide:
310
- - `AMenu2` `AMenu`: Component renamed, updated CSS classes, and variables.
311
- - `ATinymce` removed: License change to `GPL-2.0-or-later`.
312
- - Style updates:
313
- - Fixed `.a_columns_gab_` typo to `.a_columns_gap_`.
314
- - Integrated `aloha-css` styles into `aloha-vue`.
315
- - Improved import system: Direct import for all components, directives, and plugins.
316
- - Dependency updates for compatibility.
317
-
318
- ***
319
-
320
- ## 1.12.2
321
-
322
- - ASelect Fix
323
-
324
- ## 1.12.1
325
-
326
- - Prioritize data from server for ASelect
327
-
328
- ## 1.11.1
329
-
330
- - Fix in `keyDisabledCallback`
331
-
332
- ## 1.11.0
333
-
334
- - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
335
-
336
- ## 1.10.1
337
-
338
- - `filterJson`: fix for `jsonClass`
339
-
340
- ## 1.10.0
341
-
342
- - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
343
-
344
- ## 1.9.2
345
-
346
- - Fix padding for `a_search_highlight`
347
-
348
- ## 1.9.1
349
-
350
- - `ARouterLinkConfig`: Improvements
351
-
352
- ## 1.9.0
353
-
354
- - New component `ARouterLinkConfig`
355
-
356
- ## 1.8.0
357
-
358
- - `AModal`: don't close modal if popup opened
359
-
360
- ## 1.7.0
361
-
362
- - `AAlert`: new props ariaAtomic and role
363
-
364
- ## 1.6.0
365
-
366
- - `AHttpAPI`: ignoreErrorHandler as function
367
-
368
- ## 1.5.1
369
-
370
- - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
371
-
372
- ## 1.5.0
373
-
374
- ### Enhancements:
375
- - Expanded `ASelect` component by adding three new props:
376
- - `exclusive-option-label`
377
- - `exclusive-option-value`
378
- - `is-exclusive-option-enabled`
379
-
380
- ### Description:
381
- An exclusive option can be defined as a special choice that, when selected, prevents the selection of any other options or deselects all previously chosen options.
382
-
383
- ## 1.4.0
384
-
385
- ### New Arguments for `filterSearchHighlight`
386
- - `tag`
387
- - `attributes`
388
- - `caseSensitive`
389
- - `isHtml`
390
-
391
- ## 1.3.1
392
-
393
- - `AOneCheckbox`: Fixed warnings related to the slot usage.
394
-
395
- ## 1.3.0
396
-
397
- - `AOneCheckbox`: Added new props:
398
- - `slotName` for customizing slots.
399
- - `labelAttributes` for configuring additional attributes on labels.
400
-
401
- ## 1.2.285
402
-
403
- - Minor fix to the `focus` logic in the `AMenu2` component for improved usability and accessibility.
404
-
405
- ## 1.2.284
406
-
407
- - Improved `focus` management for the `AMenu2` component, ensuring better accessibility when the menu is closed.
408
-
409
- ## 1.2.283
410
-
411
- - Fixed the `HTML` structure of the component to improve accessibility and ensure compliance with accessibility standards.
412
-
413
- ## 1.2.282
414
-
415
- - Fixed the `ATable` component to ensure the `aria-labelledby` attribute is not used when the table has no header, improving accessibility compliance.
416
-
417
- ## 1.2.281
418
-
419
- - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `ADropdown` component to improve accessibility.
420
-
421
-
422
- ## 1.2.280
423
-
424
- - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `AGroupButtonDropdown` component to improve accessibility.
425
-
426
- ## 1.2.279
427
-
428
- - Removed the `disabled` attribute from the `HTML` output of the `ASelect` component to improve accessibility.
429
-
430
- ## 1.2.278
431
-
432
- - Fixed the `disabled` state handling for elements with `type="link"` in the `AElement` component.
433
-
434
- ## 1.2.277
435
-
436
- - Removed the unnecessary `role="button"` attribute from buttons in`AInputCurrency` and `AInputNumber` components.
437
- - Added `title` and `textScreenReader` props for buttons in `AInputCurrency` and `AInputNumber` to enhance accessibility and screen reader support.
438
-
439
- ## 1.2.276
440
-
441
- - Fixed the `aria-describedby` attribute for UI components to ensure proper association with error messages, improving accessibility.
442
-
443
- ## 1.2.275
444
-
445
- - Improved the `AModal` component by managing `z-index` for multiple modal windows, ensuring proper stacking order.
446
-
447
- ## 1.2.274
448
-
449
- - Added translations for the `ARequired` component to support multiple languages.
450
-
451
- ## 1.2.273
452
-
453
- - Added `text-break` `CSS` styling to the `AModal` component to improve text handling and prevent overflow issues.
454
-
455
- ## 1.2.272
456
-
457
- - Fixed input behaviour in AInputCurrency for Mozilla Firefox (Firefox has slightly different event times than Webkit browsers).
458
-
459
- ## 1.2.271
460
-
461
- - Documentation Build: Replaced `Webpack` with `Vite` for building the documentation.
462
- - Corrected styles for the `ATabs` component when the `isVertical` prop is set to ´true´.
463
-
464
- ## 1.2.270
465
-
466
- - Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
467
-
468
- ## 1.2.269
469
-
470
- - Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
471
-
472
- ## 1.2.268
473
-
474
- - Enhanced the `AWizard` component to support icons in addition to numbers, providing more flexibility in step representation. Documentation has been updated to include details on this new feature.
475
-
476
- ## 1.2.267
477
-
478
- - Removed the password reveal button for `Edge`
479
-
480
- ## 1.2.266
481
-
482
- - Added support for the `disabled` prop in the `AFieldset` and `AGroup` components. When `disabled` is set to `true` for `AFieldset` or `AGroup`, all child form elements within these components are also `disabled`.
483
-
484
- ## 1.2.265
485
-
486
- - Introduced the `searchInGroup` prop for the `ASelect`, `ARadio`, and `ACheckbox` components. When `searchInGroup` is set to `true`, the internal search functionality includes group names in addition to individual elements, allowing for a broader search scope.
487
-
488
- ## 1.2.264
489
-
490
- - Fixed an issue with the `AMenu2` component where the menu did not close upon pressing the `'Esc'` key.
491
-
492
- ## 1.2.263
493
-
494
- - Enhanced accessibility for the `AMenu2` component by adding the `aria-labelledby` attribute to improve screen reader support for menu reading.
495
-
496
- ## 1.2.262
497
-
498
- - Improved `accessibility` for the `AMenu2` component on mobile devices, where the menu functions as a modal window. Relevant accessibility attributes have been added to support this functionality.
499
- - Enhanced the `AMenu2` component's `accessibility` on mobile by implementing focus trapping within the menu when it is open. The menu now also closes upon pressing the `'Esc'` key.
500
-
501
- ## 1.2.261
502
-
503
- - Added a new slot, `formPrependAfterRequired`, to the `AForm` component
504
-
505
- ## 1.2.260
506
-
507
- - Added the `autocomplete` prop to form elements, enabling `autocomplete` functionality. Also included support for `placeholders` where applicable.
508
-
509
- ## 1.2.259
510
-
511
- - Added a new field, `classHeaderParent`, for elements within the `columns` array prop in the `ATable` component, allowing for additional customization of header parent classes.
512
-
513
- ## 1.2.258
514
-
515
- - Fixed an issue with `computePosition` when using the `floating-ui` library
516
- - Resolved a bug in the `AInput` component for `type='color'`
517
-
518
- ## 1.2.257
519
-
520
- - Implemented a `debounce` function for `ResizeObserver` in components to address intermittent errors related to resize events.
521
-
522
- ## 1.2.256
523
-
524
- - Expanded accessibility attributes for the `AFieldset`, `ACheckbox` and `ARadio` components to improve screen reader support.
525
- - Added translations for the documentation of the `AModal` component.
526
-
527
- ## 1.2.255
528
-
529
- - Enhanced accessibility for the `APagination` component, improving its support for screen readers
530
-
531
- ## 1.2.254
532
-
533
- - Made structural adjustments to the templates of `AInputCurrency` and `AInputNumber` components and added new CSS classes for improved styling and layout consistency
534
-
535
- ## 1.2.253
536
-
537
- - Applied `font-weight: bolder` styling to labels in the `ALabel` component when `isLabelFloat` is set to `false`.
538
-
539
- ## 1.2.252
540
-
541
- - Introduced new props and made changes to enhance accessibility for the `AModal` component, improving its usability with screen readers and assistive technologies.
542
-
543
- ## 1.2.251
544
-
545
- - `ATooltip`: Added the `withoutAriaDescribedby` prop for more flexible ARIA descriptions.
546
- - `FilterList`: Introduced a new `lastSeparator` parameter in the `filterList` function, with documentation updates.
547
- - `AGroup`: Refactored the component and added the first part of its documentation.
548
- - Menu Sorting: Adjusted the order of links in the documentation menu.
549
- - `ATabs` Fixes: Applied CSS, HTML, and disabled state fixes to improve component styling and functionality.
550
- - `AFieldset`: Renamed the ´classColumn´ prop to ´classColumnDefault´ for a consistent structure among form elements.
551
- - Accessibility Extensions: Added ´inheritAttrs: false´ to form element components to enhance accessibility customization.
552
- - ´ATabs´ Documentation: Added parts 3 and 4 of the ´ATabs´ component documentation.
553
-
554
- ## 1.2.250
555
-
556
- - ´AHttpAPI´: Fixed the ´postHttp´ function by adding the ´urlBase´ argument.
557
- - ´ATabs´ Documentation: Added parts 1 and 2 of the ´ATabs´ component documentation.
558
- - ´ATabs´ Refactoring: Expanded the ´ATabs´ component with new props and additional functionality.
559
- - ´ALoading´ Documentation and Refactoring: Refactored the ´ALoading´ component and provided full documentation.
560
- - ´ASpinner´ Documentation: Documented the ´ASpinner´ component and added translations.
561
- - ´ACloak´ Documentation: Added documentation and translations for the ´ACloak´ component.
562
- - ´AFieldset´ Documentation and Refactoring: Documented the ´AFieldset´ component with structural improvements.
563
- - ´ATemplate´ Documentation: Added complete documentation for the ´ATemplate´ component.
564
- - ´label-screen-reader´ Fixes and Documentation: Introduced the ´label-screen-reader´ prop for form elements and added corresponding documentation.
565
-
566
- ## 1.2.249
567
-
568
- - Added the ´modalStyle´ prop to the ´AModal` component, allowing for additional style customization. Documentation has been updated to include details on this new prop.
569
-
570
- ## 1.2.248
571
-
572
- - Added support for custom HTML attributes to the `AModal` component
573
-
574
- ## 1.2.247
575
-
576
- - Added the ´minHeightBody´ prop to set a minimum height for the ´ATinymce´ editor body
577
- - Updated the context menu functionality within the ´ATinymce´ component for improved contextual behavior
578
-
579
- ## 1.2.246
580
-
581
- - Enhanced the ´rowClass´ prop in the ´ATable´ component by adding a level argument for cases where ´rowClass´ is a function, allowing for more granular row styling based on hierarchy or depth
582
-
583
- ## 1.2.245
584
-
585
- - Added the ´isTreeCollapsible´ and ´isTreeOpened´ props to the ´ATable´ component, enabling collapsible tree functionality and control over the initial open state of tree nodes.
1
+ ![npm (scoped)](https://img.shields.io/npm/v/aloha-vue?label=NPM)
2
+ ![NPM](https://img.shields.io/npm/l/aloha-vue?label=License)
3
+ ![npm](https://img.shields.io/npm/dt/aloha-vue?label=Downloads)
4
+
5
+ ![Aloha Framework logo](.images/aloha_logo.png)
6
+
7
+ ---
8
+ # Versions
9
+
10
+ ## 2.21.1
11
+
12
+ - Refactor badge `SCSS` variables for `.a_badge` to use consistent naming convention
13
+
14
+ ## 2.21.0
15
+
16
+ - Add badge styles, documentation, and localization
17
+
18
+ ## 2.20.0
19
+
20
+ - Feature: Introduced `pagination.position` (`top`, `bottom`, `y`) for `ATable`
21
+
22
+ ## 2.19.1
23
+
24
+ - Fix translation in `AErrors`
25
+
26
+ ## 2.19.0
27
+
28
+ - Translations: `AErrors`, `AAlert`, `APagination`, `AFilters`, `AFormElementBtnClear`
29
+
30
+ ## 2.18.0
31
+
32
+ - Add Props: `useFlatModel` for `AForm`, `AModalForm`, `AFieldset`, `AGroup`
33
+
34
+ ## 2.17.0
35
+
36
+ - Add props: `useFlatErrors` for `AForm`, `AModalForm`, `AErrors`, `AFieldset`, `AGroup`
37
+
38
+ ## 2.16.0
39
+
40
+ - New component: `ACarousel`
41
+
42
+ ## 2.15.0
43
+
44
+ - Add a new function `getTranslatedAttributes`
45
+ - `AModal`: Fix Styles
46
+
47
+ ## 2.14.1
48
+
49
+ - `ASelectValueCloseable`: Fix in close function
50
+
51
+ ## 2.14.0
52
+
53
+ - Change Styles for `Errors`, `Legend` and `Fieldset`
54
+ - `ALabel`: Fix für `onClick`
55
+ - `AErrors`: extension `goTo` function
56
+
57
+ ## 2.13.1
58
+
59
+ - Add `updateI18nForLanguage` function to `ATranslationAPI`
60
+
61
+ ## 2.13.0
62
+
63
+ - Add `updateI18n` function to support dynamic `i18n` updates
64
+
65
+ ## 2.12.1
66
+
67
+ - `ASelect` Fix
68
+
69
+ ## 2.12.0
70
+
71
+ - Add `ASelectIcon` component
72
+
73
+ ## 2.11.3
74
+
75
+ - Prioritize data from server for ASelect
76
+
77
+ ## 2.11.2
78
+
79
+ - Refactor focus handling in `UiAPI`
80
+
81
+ ## 2.11.1
82
+
83
+ - Add export for `AFilterCenter` component
84
+
85
+ ## 2.11.0
86
+
87
+ - Add `focusin` and `focusout` event handling to `ARadio` component
88
+ - Add `focusin` and `focusout` event handling to `ACheckbox` component
89
+ - Add support for `type` prop and `minuteStep` in `ADatepicker`
90
+ - Refactor `ADatepicker` format handling with `TypeAPI` integration
91
+ - Refactor focus handling in `ADatepicker` components.
92
+ - Refactor `APanelYear` to composition API
93
+ - Refactor `APanelTime` to composition API
94
+
95
+ ## 2.10.1
96
+
97
+ - Fix model update in `AFilters`
98
+
99
+ ## 2.10.0
100
+
101
+ - Add utility classes for vertical alignment
102
+
103
+ ## 2.9.2
104
+
105
+ - `ATableTopPanel`: fix `currentMultipleActions`
106
+
107
+ ## 2.9.1
108
+
109
+ - `AModal`: added "modal inside a modal" feature with proper `z-index` stacking support
110
+
111
+ ## 2.9.0
112
+
113
+ - Added `.column_offset_right_*` classes to grid utilities for right column offsets with dynamic margin-right
114
+ calculations
115
+
116
+ ## 2.8.4
117
+
118
+ - `ADatePicker`: Added customizable class prop and fixed `SCSS` indentation
119
+
120
+ ## 2.8.3
121
+
122
+ - Fix model update in `AFilters`
123
+
124
+ ## 2.8.2
125
+
126
+ - Fix buttons ids in `ATableTdAction`
127
+
128
+ ## 2.8.1
129
+
130
+ - Fix `//` in `AHttpAPI`
131
+
132
+ ## 2.8.0
133
+
134
+ - New component `AMultiselectOrdered`
135
+ - Props `attributesFieldset` for `ACheckbox`, `ARadio`, `AFieldset`, `AMultiselectOrdered`, `ARouterLinkConfig`
136
+
137
+ ## 2.7.3
138
+
139
+ - `AFilters`: fix `changeModel` functions
140
+
141
+ ## 2.7.2
142
+
143
+ - `ATemplate`: fix `type` for `modelValue`
144
+
145
+ ## 2.7.1
146
+
147
+ - `ATemplate`: fix `props`
148
+
149
+ ## 2.7.0
150
+
151
+ - New component `AFormElement`
152
+ - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
153
+ - Fix in `keyDisabledCallback`
154
+
155
+ ## 2.6.1
156
+
157
+ - Fix model in AModalForm
158
+
159
+ ## 2.6.0
160
+
161
+ - Update logic model change in ui-components
162
+
163
+ ## 2.5.0
164
+
165
+ - readonly for ui-components
166
+
167
+ ## 2.4.1
168
+
169
+ - `ASelect`: fix `watch` for `url`, `apiSaveId`, `urlParams`
170
+
171
+ ## 2.4.0
172
+
173
+ - New component `ARouterLinkConfig`
174
+ - `ARouterLinkConfig`: Improvements
175
+ - Fix padding for `a_search_highlight`
176
+ - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
177
+ - `filterJson`: fix for `jsonClass`
178
+
179
+ ## 2.3.1
180
+
181
+ - Fix: import `APopupAPI` and functions
182
+
183
+ ## 2.3.0
184
+
185
+ - `AModal`: don't close modal if popup opened
186
+ - `AAlert`: new props ariaAtomic and role
187
+ - `AHttpAPI`: ignoreErrorHandler as function
188
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
189
+
190
+ ## 2.2.0
191
+
192
+ ### Enhancements:
193
+ - Expanded `ASelect` component by adding three new props:
194
+ - `exclusive-option-label`
195
+ - `exclusive-option-value`
196
+ - `is-exclusive-option-enabled`
197
+
198
+ ### Description:
199
+ An exclusive option can be defined as a special choice that, when selected, prevents the selection of any other options or deselects all previously chosen options.
200
+
201
+ ## 2.1.13
202
+
203
+ - Fix 2 import from moment.js
204
+
205
+ ## 2.1.12
206
+
207
+ - Fix import from moment.js
208
+
209
+ ## 2.1.11
210
+
211
+ - Test version
212
+
213
+ ## 2.1.10
214
+
215
+ - **Fix:** Corrected SCSS import order.
216
+
217
+ ## 2.1.9
218
+
219
+ - Fixed arguments for `filterSearchHighlight` in CompositionAPI.
220
+ - Added documentation for the `ATranslation` component.
221
+
222
+ ## 2.1.8
223
+
224
+ - **New Exports Added**
225
+ - `UiAPI`, `UIExcludeRenderAttributesAPI`, `UiStyleHideAPI`, `AErrorsText`
226
+
227
+ ## 2.1.7
228
+
229
+ - **New Exports Added**
230
+ - **ATranslationAPI**
231
+ - `translation`
232
+ - **AMenuButtonToggle**
233
+ - `AMenuButtonToggle_ToggleAPI`
234
+
235
+ ## 2.1.6
236
+
237
+ - **New Exports Added**
238
+ - **Utils**
239
+ - `dompurify`
240
+ - `sanitize`
241
+
242
+ ## 2.1.5
243
+
244
+ - **New Export Added**
245
+ - **AFiltersAPI**
246
+ - `AFiltersAPI_additionFilters`
247
+
248
+ ## 2.1.4
249
+
250
+ - **New Exports Added**
251
+ - **AHttpAPI**
252
+ - `AHttpAPI_abortHttp`
253
+ - `AHttpAPI_API_CONFIG`
254
+ - `AHttpAPI_callHttpRequestAndCheckSavedApi`
255
+ - `AHttpAPI_clearAllApiSaved`
256
+ - `AHttpAPI_clearApiSaved`
257
+ - `AHttpAPI_deleteHttp`
258
+ - `AHttpAPI_getHttp`
259
+ - `AHttpAPI_getListHttp`
260
+ - `AHttpAPI_getOptionsHttp`
261
+ - `AHttpAPI_getUrlParams`
262
+ - `AHttpAPI_patchHttp`
263
+ - `AHttpAPI_postHttp`
264
+ - `AHttpAPI_putHttp`
265
+ - `AHttpAPI_setBaseUrl`
266
+ - `AHttpAPI_setErrorCallbacks`
267
+ - `AHttpAPI_setHeaderParams`
268
+ - `AHttpAPI_setUrlForArray`
269
+ - `AHttpAPI_setUrlWithParams`
270
+ - **AMobileAPI**
271
+ - `AMobileAPI_isMobileWidth`
272
+ - `AMobileAPI_setIsMobileWidth`
273
+ - **ANotificationAPI**
274
+ - `ANotificationAPI_addNotification`
275
+ - `ANotificationAPI_setNotificationTimeout`
276
+ - **APageTabTitleAPI**
277
+ - `APageTabTitleAPI_setBaseTitle`
278
+
279
+ ## 2.1.3
280
+
281
+ - New Imports:
282
+ - Added imports for the following components, functions, and constants:
283
+ - Components: `AMenuButtonToggle`, `APlacements`.
284
+ - Functions: `getTranslatedText`, `isPlaceholderTranslate`, `setI18n`, `setLanguage`, `toggleTranslate`, `updateTranslation`
285
+ - Constants: `i18n`, `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`, `timeTranslationLastChanged`, `isTranslate`.
286
+ - Renamed `i18n` to `i18nAll` for better clarity.
287
+
288
+ ## 2.1.2
289
+
290
+ - Linting Enhancements:
291
+ - Implemented linting for Vue.js components and codebase using ESLint
292
+ - Documentation Updates:
293
+ - Updated configuration and import examples in the documentation.
294
+
295
+ ## 2.1.1
296
+
297
+ - `AOneCheckbox`: Fixed warnings related to the slot usage.
298
+
299
+ ## 2.1.0
300
+
301
+ - `AOneCheckbox`: Added new props:
302
+ - `slotName` for customizing slots.
303
+ - `labelAttributes` for configuring additional attributes on labels.
304
+
305
+ ## 2.0.1
306
+
307
+ - Bug Fix: Added missing `CSS` file to the library.
308
+ - New Imports:
309
+ - Functions:
310
+ - `concatTwoStringsWithSpace`, `colorToHex`, `hexToRgb`, `mixBlack`, `mixColor`, `mixWhite`, `rgbToHex`, `sanitizeLocal`, `getUniqueSelector`, `scrollToElement`, `setFocusToElement`, `setFocusToPreviousFocusableElement`, `setFocusToNextFocusableElement`, `toPrecision`.
311
+ - Constants:
312
+ - `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`.
313
+
314
+ ## 2.0.0
315
+
316
+ - Major refactoring and expanded documentation.
317
+ - Migration Guide:
318
+ - `AMenu2` → `AMenu`: Component renamed, updated CSS classes, and variables.
319
+ - `ATinymce` removed: License change to `GPL-2.0-or-later`.
320
+ - Style updates:
321
+ - Fixed `.a_columns_gab_` typo to `.a_columns_gap_`.
322
+ - Integrated `aloha-css` styles into `aloha-vue`.
323
+ - Improved import system: Direct import for all components, directives, and plugins.
324
+ - Dependency updates for compatibility.
325
+
326
+ ***
327
+
328
+ ## 1.12.2
329
+
330
+ - ASelect Fix
331
+
332
+ ## 1.12.1
333
+
334
+ - Prioritize data from server for ASelect
335
+
336
+ ## 1.11.1
337
+
338
+ - Fix in `keyDisabledCallback`
339
+
340
+ ## 1.11.0
341
+
342
+ - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
343
+
344
+ ## 1.10.1
345
+
346
+ - `filterJson`: fix for `jsonClass`
347
+
348
+ ## 1.10.0
349
+
350
+ - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
351
+
352
+ ## 1.9.2
353
+
354
+ - Fix padding for `a_search_highlight`
355
+
356
+ ## 1.9.1
357
+
358
+ - `ARouterLinkConfig`: Improvements
359
+
360
+ ## 1.9.0
361
+
362
+ - New component `ARouterLinkConfig`
363
+
364
+ ## 1.8.0
365
+
366
+ - `AModal`: don't close modal if popup opened
367
+
368
+ ## 1.7.0
369
+
370
+ - `AAlert`: new props ariaAtomic and role
371
+
372
+ ## 1.6.0
373
+
374
+ - `AHttpAPI`: ignoreErrorHandler as function
375
+
376
+ ## 1.5.1
377
+
378
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
379
+
380
+ ## 1.5.0
381
+
382
+ ### Enhancements:
383
+ - Expanded `ASelect` component by adding three new props:
384
+ - `exclusive-option-label`
385
+ - `exclusive-option-value`
386
+ - `is-exclusive-option-enabled`
387
+
388
+ ### Description:
389
+ An exclusive option can be defined as a special choice that, when selected, prevents the selection of any other options or deselects all previously chosen options.
390
+
391
+ ## 1.4.0
392
+
393
+ ### New Arguments for `filterSearchHighlight`
394
+ - `tag`
395
+ - `attributes`
396
+ - `caseSensitive`
397
+ - `isHtml`
398
+
399
+ ## 1.3.1
400
+
401
+ - `AOneCheckbox`: Fixed warnings related to the slot usage.
402
+
403
+ ## 1.3.0
404
+
405
+ - `AOneCheckbox`: Added new props:
406
+ - `slotName` for customizing slots.
407
+ - `labelAttributes` for configuring additional attributes on labels.
408
+
409
+ ## 1.2.285
410
+
411
+ - Minor fix to the `focus` logic in the `AMenu2` component for improved usability and accessibility.
412
+
413
+ ## 1.2.284
414
+
415
+ - Improved `focus` management for the `AMenu2` component, ensuring better accessibility when the menu is closed.
416
+
417
+ ## 1.2.283
418
+
419
+ - Fixed the `HTML` structure of the component to improve accessibility and ensure compliance with accessibility standards.
420
+
421
+ ## 1.2.282
422
+
423
+ - Fixed the `ATable` component to ensure the `aria-labelledby` attribute is not used when the table has no header, improving accessibility compliance.
424
+
425
+ ## 1.2.281
426
+
427
+ - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `ADropdown` component to improve accessibility.
428
+
429
+
430
+ ## 1.2.280
431
+
432
+ - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `AGroupButtonDropdown` component to improve accessibility.
433
+
434
+ ## 1.2.279
435
+
436
+ - Removed the `disabled` attribute from the `HTML` output of the `ASelect` component to improve accessibility.
437
+
438
+ ## 1.2.278
439
+
440
+ - Fixed the `disabled` state handling for elements with `type="link"` in the `AElement` component.
441
+
442
+ ## 1.2.277
443
+
444
+ - Removed the unnecessary `role="button"` attribute from buttons in`AInputCurrency` and `AInputNumber` components.
445
+ - Added `title` and `textScreenReader` props for buttons in `AInputCurrency` and `AInputNumber` to enhance accessibility and screen reader support.
446
+
447
+ ## 1.2.276
448
+
449
+ - Fixed the `aria-describedby` attribute for UI components to ensure proper association with error messages, improving accessibility.
450
+
451
+ ## 1.2.275
452
+
453
+ - Improved the `AModal` component by managing `z-index` for multiple modal windows, ensuring proper stacking order.
454
+
455
+ ## 1.2.274
456
+
457
+ - Added translations for the `ARequired` component to support multiple languages.
458
+
459
+ ## 1.2.273
460
+
461
+ - Added `text-break` `CSS` styling to the `AModal` component to improve text handling and prevent overflow issues.
462
+
463
+ ## 1.2.272
464
+
465
+ - Fixed input behaviour in AInputCurrency for Mozilla Firefox (Firefox has slightly different event times than Webkit browsers).
466
+
467
+ ## 1.2.271
468
+
469
+ - Documentation Build: Replaced `Webpack` with `Vite` for building the documentation.
470
+ - Corrected styles for the `ATabs` component when the `isVertical` prop is set to ´true´.
471
+
472
+ ## 1.2.270
473
+
474
+ - Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
475
+
476
+ ## 1.2.269
477
+
478
+ - Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
479
+
480
+ ## 1.2.268
481
+
482
+ - Enhanced the `AWizard` component to support icons in addition to numbers, providing more flexibility in step representation. Documentation has been updated to include details on this new feature.
483
+
484
+ ## 1.2.267
485
+
486
+ - Removed the password reveal button for `Edge`
487
+
488
+ ## 1.2.266
489
+
490
+ - Added support for the `disabled` prop in the `AFieldset` and `AGroup` components. When `disabled` is set to `true` for `AFieldset` or `AGroup`, all child form elements within these components are also `disabled`.
491
+
492
+ ## 1.2.265
493
+
494
+ - Introduced the `searchInGroup` prop for the `ASelect`, `ARadio`, and `ACheckbox` components. When `searchInGroup` is set to `true`, the internal search functionality includes group names in addition to individual elements, allowing for a broader search scope.
495
+
496
+ ## 1.2.264
497
+
498
+ - Fixed an issue with the `AMenu2` component where the menu did not close upon pressing the `'Esc'` key.
499
+
500
+ ## 1.2.263
501
+
502
+ - Enhanced accessibility for the `AMenu2` component by adding the `aria-labelledby` attribute to improve screen reader support for menu reading.
503
+
504
+ ## 1.2.262
505
+
506
+ - Improved `accessibility` for the `AMenu2` component on mobile devices, where the menu functions as a modal window. Relevant accessibility attributes have been added to support this functionality.
507
+ - Enhanced the `AMenu2` component's `accessibility` on mobile by implementing focus trapping within the menu when it is open. The menu now also closes upon pressing the `'Esc'` key.
508
+
509
+ ## 1.2.261
510
+
511
+ - Added a new slot, `formPrependAfterRequired`, to the `AForm` component
512
+
513
+ ## 1.2.260
514
+
515
+ - Added the `autocomplete` prop to form elements, enabling `autocomplete` functionality. Also included support for `placeholders` where applicable.
516
+
517
+ ## 1.2.259
518
+
519
+ - Added a new field, `classHeaderParent`, for elements within the `columns` array prop in the `ATable` component, allowing for additional customization of header parent classes.
520
+
521
+ ## 1.2.258
522
+
523
+ - Fixed an issue with `computePosition` when using the `floating-ui` library
524
+ - Resolved a bug in the `AInput` component for `type='color'`
525
+
526
+ ## 1.2.257
527
+
528
+ - Implemented a `debounce` function for `ResizeObserver` in components to address intermittent errors related to resize events.
529
+
530
+ ## 1.2.256
531
+
532
+ - Expanded accessibility attributes for the `AFieldset`, `ACheckbox` and `ARadio` components to improve screen reader support.
533
+ - Added translations for the documentation of the `AModal` component.
534
+
535
+ ## 1.2.255
536
+
537
+ - Enhanced accessibility for the `APagination` component, improving its support for screen readers
538
+
539
+ ## 1.2.254
540
+
541
+ - Made structural adjustments to the templates of `AInputCurrency` and `AInputNumber` components and added new CSS classes for improved styling and layout consistency
542
+
543
+ ## 1.2.253
544
+
545
+ - Applied `font-weight: bolder` styling to labels in the `ALabel` component when `isLabelFloat` is set to `false`.
546
+
547
+ ## 1.2.252
548
+
549
+ - Introduced new props and made changes to enhance accessibility for the `AModal` component, improving its usability with screen readers and assistive technologies.
550
+
551
+ ## 1.2.251
552
+
553
+ - `ATooltip`: Added the `withoutAriaDescribedby` prop for more flexible ARIA descriptions.
554
+ - `FilterList`: Introduced a new `lastSeparator` parameter in the `filterList` function, with documentation updates.
555
+ - `AGroup`: Refactored the component and added the first part of its documentation.
556
+ - Menu Sorting: Adjusted the order of links in the documentation menu.
557
+ - `ATabs` Fixes: Applied CSS, HTML, and disabled state fixes to improve component styling and functionality.
558
+ - `AFieldset`: Renamed the ´classColumn´ prop to ´classColumnDefault´ for a consistent structure among form elements.
559
+ - Accessibility Extensions: Added ´inheritAttrs: false´ to form element components to enhance accessibility customization.
560
+ - ´ATabs´ Documentation: Added parts 3 and 4 of the ´ATabs´ component documentation.
561
+
562
+ ## 1.2.250
563
+
564
+ - ´AHttpAPI´: Fixed the ´postHttp´ function by adding the ´urlBase´ argument.
565
+ - ´ATabs´ Documentation: Added parts 1 and 2 of the ´ATabs´ component documentation.
566
+ - ´ATabs´ Refactoring: Expanded the ´ATabs´ component with new props and additional functionality.
567
+ - ´ALoading´ Documentation and Refactoring: Refactored the ´ALoading´ component and provided full documentation.
568
+ - ´ASpinner´ Documentation: Documented the ´ASpinner´ component and added translations.
569
+ - ´ACloak´ Documentation: Added documentation and translations for the ´ACloak´ component.
570
+ - ´AFieldset´ Documentation and Refactoring: Documented the ´AFieldset´ component with structural improvements.
571
+ - ´ATemplate´ Documentation: Added complete documentation for the ´ATemplate´ component.
572
+ - ´label-screen-reader´ Fixes and Documentation: Introduced the ´label-screen-reader´ prop for form elements and added corresponding documentation.
573
+
574
+ ## 1.2.249
575
+
576
+ - Added the ´modalStyle´ prop to the ´AModal` component, allowing for additional style customization. Documentation has been updated to include details on this new prop.
577
+
578
+ ## 1.2.248
579
+
580
+ - Added support for custom HTML attributes to the `AModal` component
581
+
582
+ ## 1.2.247
583
+
584
+ - Added the ´minHeightBody´ prop to set a minimum height for the ´ATinymce´ editor body
585
+ - Updated the context menu functionality within the ´ATinymce´ component for improved contextual behavior
586
+
587
+ ## 1.2.246
588
+
589
+ - Enhanced the ´rowClass´ prop in the ´ATable´ component by adding a level argument for cases where ´rowClass´ is a function, allowing for more granular row styling based on hierarchy or depth
590
+
591
+ ## 1.2.245
592
+
593
+ - Added the ´isTreeCollapsible´ and ´isTreeOpened´ props to the ´ATable´ component, enabling collapsible tree functionality and control over the initial open state of tree nodes.