aloha-vue 2.61.0 → 2.62.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 (424) hide show
  1. package/CHANGELOG.md +1061 -1055
  2. package/dist/aloha-vue.css +17 -0
  3. package/dist/aloha-vue.css.map +1 -1
  4. package/dist/aloha-vue.es.js +16047 -16091
  5. package/dist/aloha-vue.umd.js +69 -69
  6. package/package.json +99 -99
  7. package/scss/_base.scss +62 -62
  8. package/scss/aloha-vue.scss +68 -68
  9. package/scss/components/AFilters.scss +304 -304
  10. package/scss/components/AFormElement/AValidatedJson.scss +6 -6
  11. package/scss/components/AMenu.scss +627 -627
  12. package/scss/components/AModal.scss +44 -44
  13. package/scss/components/APagination.scss +167 -167
  14. package/scss/components/ARate.scss +78 -78
  15. package/scss/components/AResizer.scss +63 -63
  16. package/scss/components/ATable.scss +819 -819
  17. package/scss/components/ATableForm.scss +19 -0
  18. package/scss/components/AVerticalScroll.scss +47 -47
  19. package/scss/components/AWizard.scss +669 -669
  20. package/scss/components/ui/ADatepicker.scss +342 -342
  21. package/scss/components/ui/ADatepickerRange.scss +45 -45
  22. package/scss/components/ui/AFieldset.scss +78 -78
  23. package/scss/components/ui/AInputNumber.scss +62 -62
  24. package/scss/components/ui/AInputNumberRange.scss +30 -30
  25. package/scss/components/ui/ASelect.scss +236 -236
  26. package/scss/components/ui/ASlider.scss +186 -186
  27. package/scss/components/ui/ASwitch.scss +148 -148
  28. package/scss/components/ui/ui.scss +254 -254
  29. package/scss/text/text_alignment.scss +39 -39
  30. package/scss/text/text_transform.scss +51 -51
  31. package/scss/text/text_wrapping.scss +40 -40
  32. package/scss/utils/badge.scss +45 -45
  33. package/scss/utils/checkbox_radio.scss +134 -134
  34. package/scss/utils/color.scss +46 -46
  35. package/scss/utils/dropdown.scss +185 -185
  36. package/scss/utils/list.scss +75 -75
  37. package/scss/utils/modal.scss +173 -173
  38. package/scss/utils/sizing.scss +137 -137
  39. package/scss/utils/spacing.scss +63 -63
  40. package/scss/utils/tooltip.scss +63 -63
  41. package/src/AAccordion/AAccordion.js +206 -206
  42. package/src/AAccordion/compositionAPI/IndexesForOpenAPI.js +63 -63
  43. package/src/AAccordion/compositionAPI/ToggleAPI.js +85 -85
  44. package/src/AAlert/AAlert.js +216 -216
  45. package/src/AAlert/compositionAPI/ClassAPI.js +21 -21
  46. package/src/AAlert/i18n/AAlertI18n.js +19 -19
  47. package/src/AAlert/i18n/ar.json +2 -2
  48. package/src/AAlert/i18n/de.json +2 -2
  49. package/src/AAlert/i18n/en.json +2 -2
  50. package/src/AAlert/i18n/es.json +2 -2
  51. package/src/AAlert/i18n/fr.json +2 -2
  52. package/src/AAlert/i18n/hr.json +2 -2
  53. package/src/AAlert/i18n/it.json +2 -2
  54. package/src/AAlert/i18n/ru.json +2 -2
  55. package/src/AButton/AButton.js +275 -275
  56. package/src/ACarousel/ACarousel.js +361 -361
  57. package/src/ACarousel/ACarouselBtn/ACarouselBtn.js +75 -75
  58. package/src/ACarousel/ACarouselBtn/compositionAPI/ClassAPI.js +16 -16
  59. package/src/ACarousel/ACarouselBtn/compositionAPI/TextAPI.js +25 -25
  60. package/src/ACarousel/ACarouselControls/ACarouselControls.js +114 -114
  61. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/ACarouselControlsIndicator.js +146 -146
  62. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/ActiveAPI.js +33 -33
  63. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/AttributesAPI.js +40 -40
  64. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/EventsAPI.js +25 -25
  65. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/IconAPI.js +20 -20
  66. package/src/ACarousel/ACarouselControls/compositionAPI/AriaLabelAPI.js +20 -20
  67. package/src/ACarousel/ACarouselItem/ACarouselItem.js +83 -83
  68. package/src/ACarousel/ACarouselItem/compositionAPI/AttributesAPI.js +39 -39
  69. package/src/ACarousel/ACarouselItem/compositionAPI/IsActiveAPI.js +21 -21
  70. package/src/ACarousel/compositionAPI/ActiveAPI.js +111 -111
  71. package/src/ACarousel/compositionAPI/AriaLabelAPI.js +25 -25
  72. package/src/ACarousel/compositionAPI/ArrowsAPI.js +17 -17
  73. package/src/ACarousel/compositionAPI/ClassAPI.js +44 -44
  74. package/src/ACarousel/compositionAPI/DataAPI.js +41 -41
  75. package/src/ACarousel/compositionAPI/IndicatorsAPI.js +148 -148
  76. package/src/ACarousel/compositionAPI/TextsAPI.js +25 -25
  77. package/src/ACarousel/i18n/ACarouselI18n.js +19 -19
  78. package/src/ACarousel/i18n/ar.json +8 -8
  79. package/src/ACarousel/i18n/de.json +8 -8
  80. package/src/ACarousel/i18n/en.json +8 -8
  81. package/src/ACarousel/i18n/es.json +8 -8
  82. package/src/ACarousel/i18n/fr.json +8 -8
  83. package/src/ACarousel/i18n/hr.json +8 -8
  84. package/src/ACarousel/i18n/it.json +8 -8
  85. package/src/ACarousel/i18n/ru.json +8 -8
  86. package/src/ACollapse/ACollapse.js +103 -103
  87. package/src/ADropdown/ADropdown.js +544 -544
  88. package/src/ADropdown/ADropdownGroup.js +85 -85
  89. package/src/ADropdown/compositionAPI/ActionsAPI.js +147 -147
  90. package/src/ADropdown/compositionAPI/AttributesAPI.js +100 -100
  91. package/src/AElement/AElement.js +518 -518
  92. package/src/AElement/compositionAPI/AttributesAPI.js +51 -51
  93. package/src/AElement/compositionAPI/ClickAPI.js +30 -30
  94. package/src/AElement/compositionAPI/ComponentLocalAPI.js +23 -23
  95. package/src/AElement/compositionAPI/DisabledAPI.js +22 -22
  96. package/src/AElement/compositionAPI/HtmlTitleAPI.js +33 -33
  97. package/src/AElement/compositionAPI/KeydownAPI.js +35 -35
  98. package/src/AElement/compositionAPI/LoadingAPI.js +22 -22
  99. package/src/AElement/compositionAPI/RouterLinkAPI.js +20 -20
  100. package/src/AElement/compositionAPI/SwitchAPI.js +33 -33
  101. package/src/AElement/compositionAPI/TagAPI.js +34 -34
  102. package/src/AElement/compositionAPI/TextAPI.js +78 -78
  103. package/src/AElement/compositionAPI/TitleAPI.js +29 -29
  104. package/src/AFilters/AFilterCenter/AFilterCenter.js +154 -154
  105. package/src/AFilters/AFilterCenter/AFilterCenterItem/AFilterCenterItem.js +207 -207
  106. package/src/AFilters/AFilters/AFilters.js +282 -282
  107. package/src/AFilters/i18n/ar.json +30 -30
  108. package/src/AFilters/i18n/en.json +30 -30
  109. package/src/AFilters/i18n/es.json +30 -30
  110. package/src/AFilters/i18n/fr.json +30 -30
  111. package/src/AFilters/i18n/hr.json +30 -30
  112. package/src/AFilters/i18n/it.json +30 -30
  113. package/src/AFilters/i18n/ru.json +30 -30
  114. package/src/AGroupButtonDropdown/compositionAPI/ActionsAPI.js +143 -143
  115. package/src/ALink/ALink.js +253 -253
  116. package/src/AMenu/AMenu.js +578 -578
  117. package/src/AMenu/AMenuBreadcrumbs/compositionAPI/RenderTruncatedAPI.js +74 -74
  118. package/src/AMenu/AMenuButtonToggle/AMenuButtonToggle.js +94 -94
  119. package/src/AMenu/AMenuButtonToggle/compositionAPI/ToggleAPI.js +95 -95
  120. package/src/AMenu/AMenuPanelLink/AMenuPanelLink.js +250 -250
  121. package/src/AMenu/compositionAPI/BackdropAPI.js +42 -42
  122. package/src/AMenu/compositionAPI/KeydownAPI.js +197 -197
  123. package/src/AMenu/compositionAPI/LinkClickAPI.js +48 -48
  124. package/src/AMenu/compositionAPI/MenuAttributesAPI.js +51 -51
  125. package/src/AMenu/compositionAPI/PanelsAPI.js +78 -78
  126. package/src/AMenu/compositionAPI/ResizeAPI.js +74 -74
  127. package/src/AModal/AModal.js +530 -530
  128. package/src/AModalForm/AModalForm.js +383 -383
  129. package/src/AModalWizard/AModalWizard.js +563 -563
  130. package/src/ANotification/ANotification.js +60 -60
  131. package/src/APagination/APagination.js +111 -111
  132. package/src/APagination/APaginationCountPerPage/APaginationCountPerPage.js +209 -209
  133. package/src/APagination/APaginationCountPerPage/compositionAPI/MainAPI.js +40 -40
  134. package/src/APagination/APaginationCountPerPage/compositionAPI/TextsAPI.js +54 -54
  135. package/src/APagination/APaginationPages/APaginationPages.js +282 -282
  136. package/src/APagination/APaginationPages/compositionAPI/PaginationItemsAPI.js +102 -102
  137. package/src/APagination/APaginationPages/compositionAPI/TextsAPI.js +74 -74
  138. package/src/APagination/compositionAPI/ComponentsAPI.js +79 -79
  139. package/src/APagination/i18n/ar.json +12 -12
  140. package/src/APagination/i18n/es.json +12 -12
  141. package/src/APagination/i18n/fr.json +12 -12
  142. package/src/APagination/i18n/hr.json +12 -12
  143. package/src/APagination/i18n/it.json +12 -12
  144. package/src/APagination/i18n/ru.json +12 -12
  145. package/src/APopup/APopup.js +115 -115
  146. package/src/ATable/ATable.js +1163 -1163
  147. package/src/ATable/ATableHeaderThAction/ATableHeaderThAction.js +241 -241
  148. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ModelAPI.test.js +200 -200
  149. package/src/ATable/ATableSortingAdditional/compositionAPI/ModelAPI.js +152 -152
  150. package/src/ATable/ATableTd/ATableTd.js +145 -145
  151. package/src/ATable/ATableTdAction/ATableTdAction.js +223 -223
  152. package/src/ATable/ATableTopPanel/ATableTopPanel.js +433 -433
  153. package/src/ATable/compositionAPI/ColumnActionAPI.js +105 -105
  154. package/src/ATable/compositionAPI/ColumnStylesAPI.js +50 -50
  155. package/src/ATable/compositionAPI/ColumnsGroupedAPI.js +187 -187
  156. package/src/ATable/compositionAPI/PaginationModesAPI.js +44 -44
  157. package/src/ATable/compositionAPI/PreviewAPI.js +201 -201
  158. package/src/ATable/compositionAPI/PreviewRightResizeAPI.js +135 -135
  159. package/src/ATable/compositionAPI/ScrollControlAPI.js +249 -249
  160. package/src/ATable/compositionAPI/SortAPI.js +86 -86
  161. package/src/ATable/compositionAPI/WidthAPI.js +73 -73
  162. package/src/ATableForm/ATableForm.js +12 -0
  163. package/src/ATableForm/ATableFormCell/ATableFormCell.js +1 -0
  164. package/src/ATableForm/ATableFormCell/compositionAPI/DisabledAPI.js +20 -20
  165. package/src/ATableForm/ATableFormCell/compositionAPI/ReadonlyAPI.js +28 -28
  166. package/src/ATableForm/ATableFormCellAction/ATableFormCellAction.js +282 -282
  167. package/src/ATableForm/ATableFormCellAction/compositionAPI/DeleteAPI.js +80 -80
  168. package/src/ATableForm/ATableFormCellAction/compositionAPI/DisabledAPI.js +60 -60
  169. package/src/ATableForm/ATableFormCellAction/compositionAPI/HiddenAPI.js +46 -46
  170. package/src/ATableForm/ATableFormCellAction/compositionAPI/IdsAPI.js +31 -31
  171. package/src/ATableForm/ATableFormCellAction/compositionAPI/StylesAPI.js +29 -29
  172. package/src/ATableForm/ATableFormCellAction/compositionAPI/TitleAPI.js +47 -47
  173. package/src/ATableForm/ATableFormCellDnd/compositionAPI/IdAPI.js +21 -21
  174. package/src/ATableForm/ATableFormCellList/compositionAPI/DataAPI.js +1 -0
  175. package/src/ATableForm/ATableFormRow/ATableFormRow.js +123 -2
  176. package/src/ATableForm/ATableFormRow/compositionAPI/ErrorsAPI.js +40 -40
  177. package/src/ATableForm/ATableFormRow/compositionAPI/FocusAPI.js +55 -33
  178. package/src/ATableForm/ATableFormRow/compositionAPI/IdAPI.js +19 -19
  179. package/src/ATableForm/__tests__/ATableForm.ListView.test.js +269 -0
  180. package/src/ATableForm/compositionAPI/ClassesAPI.js +23 -23
  181. package/src/ATableForm/compositionAPI/ColumnsGrowAPI.js +211 -211
  182. package/src/ATableForm/compositionAPI/DeleteAPI.js +9 -9
  183. package/src/ATableForm/compositionAPI/EditAPI.js +6 -1
  184. package/src/ATableForm/compositionAPI/RowsAPI.js +42 -42
  185. package/src/ATableForm/compositionAPI/StylesAPI.js +62 -62
  186. package/src/ATableForm/compositionAPI/WidthsAPI.js +21 -21
  187. package/src/ATableForm/i18n/ATableFormI18n.js +19 -19
  188. package/src/ATabs/ATabsContent/ATabsContent.js +102 -102
  189. package/src/ATabs/ATabsTab/ATabsTab.js +185 -185
  190. package/src/ATooltip/ATooltip.js +221 -221
  191. package/src/ATranslation/compositionAPI/UtilsAPI.js +187 -187
  192. package/src/AVerticalScroll/compositionAPI/ScrollAPI.js +55 -55
  193. package/src/AWizard/AWizard.js +467 -467
  194. package/src/compositionAPI/AEventOutsideAPI.js +46 -46
  195. package/src/compositionAPI/AMobileAPI.js +32 -32
  196. package/src/compositionAPI/APageTabTitleAPI.js +84 -84
  197. package/src/compositionAPI/ARemPxAPI.js +47 -47
  198. package/src/compositionAPI/FocusByDestroyAPI.js +67 -67
  199. package/src/const/AKeys.js +9 -9
  200. package/src/directives/AOnHooks.js +0 -0
  201. package/src/i18n/allLanguages.js +377 -377
  202. package/src/i18n/ar.json +4 -4
  203. package/src/i18n/de.json +4 -4
  204. package/src/i18n/en.json +4 -4
  205. package/src/i18n/es.json +4 -4
  206. package/src/i18n/fr.json +4 -4
  207. package/src/i18n/hr.json +4 -4
  208. package/src/i18n/it.json +4 -4
  209. package/src/i18n/ru.json +4 -4
  210. package/src/index.js +402 -402
  211. package/src/plugins/AAlertPlugin.js +53 -53
  212. package/src/plugins/ACarouselPlugin.js +34 -34
  213. package/src/plugins/ADatepickerPlugin.js +57 -57
  214. package/src/plugins/AFiltersPlugin.js +102 -102
  215. package/src/plugins/AInputCurrencyPlugin.js +31 -31
  216. package/src/plugins/AMobilePlugin.js +32 -32
  217. package/src/plugins/ARemPxPlugin.js +37 -37
  218. package/src/plugins/ASelectPlugin.js +54 -54
  219. package/src/plugins/ASelectStylesPlugin.js +2376 -2376
  220. package/src/temp/px_to_rem_mapping_1_to_800.md +802 -802
  221. package/src/ui/ACheckbox/ACheckbox.js +929 -929
  222. package/src/ui/ACheckbox/ACheckboxItem/ACheckboxItem.js +0 -0
  223. package/src/ui/ACheckboxRadioGroups/ACheckboxRadioGroups.js +0 -0
  224. package/src/ui/ADatepicker/ADatepicker.js +807 -807
  225. package/src/ui/ADatepicker/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +796 -796
  226. package/src/ui/ADatepicker/ADatepickerCalendarPanel/compositionAPI/CalendarAPI.js +51 -51
  227. package/src/ui/ADatepicker/compositionAPI/LanguagesAPI.js +92 -92
  228. package/src/ui/ADatepicker/compositionAPI/PlaceholderAPI.js +55 -55
  229. package/src/ui/ADatepicker/i18n/ADatepickerI18n.js +19 -19
  230. package/src/ui/ADatepicker/i18n/ar.json +47 -47
  231. package/src/ui/ADatepicker/i18n/de.json +48 -48
  232. package/src/ui/ADatepicker/i18n/en.json +48 -48
  233. package/src/ui/ADatepicker/i18n/es.json +47 -47
  234. package/src/ui/ADatepicker/i18n/fr.json +47 -47
  235. package/src/ui/ADatepicker/i18n/hr.json +47 -47
  236. package/src/ui/ADatepicker/i18n/it.json +47 -47
  237. package/src/ui/ADatepicker/i18n/ru.json +48 -48
  238. package/src/ui/ADatepicker/panel/APanelDate/APanelDate.js +196 -196
  239. package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/DatesAPI.js +66 -66
  240. package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/FocusAPI.js +96 -96
  241. package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/FocusActiveAPI.js +27 -27
  242. package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/SelectAPI.js +21 -21
  243. package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/TableAPI.js +128 -128
  244. package/src/ui/ADatepicker/panel/APanelMonth/APanelMonth.js +129 -129
  245. package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/FocusAPI.js +94 -94
  246. package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/FocusActiveAPI.js +21 -21
  247. package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/MonthsAPI.js +51 -51
  248. package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/SelectAPI.js +29 -29
  249. package/src/ui/ADatepicker/panel/APanelYearItem/APanelYearItem.js +75 -75
  250. package/src/ui/ADatepicker/panel/APanelYearItem/compositionAPI/AttributesAPI.js +35 -35
  251. package/src/ui/ADatepicker/panel/APanelYearItem/compositionAPI/SelectAPI.js +35 -35
  252. package/src/ui/ADatepickerRange/ADatepickerRange.js +537 -537
  253. package/src/ui/AErrors/AErrors.js +149 -149
  254. package/src/ui/AErrors/AErrorsElement/AErrorsElement.js +0 -0
  255. package/src/ui/AErrors/i18n/AErrorsI18n.js +19 -19
  256. package/src/ui/AErrors/i18n/ar.json +3 -3
  257. package/src/ui/AErrors/i18n/de.json +2 -2
  258. package/src/ui/AErrors/i18n/en.json +3 -3
  259. package/src/ui/AErrors/i18n/es.json +3 -3
  260. package/src/ui/AErrors/i18n/fr.json +3 -3
  261. package/src/ui/AErrors/i18n/hr.json +3 -3
  262. package/src/ui/AErrors/i18n/it.json +3 -3
  263. package/src/ui/AErrors/i18n/ru.json +3 -3
  264. package/src/ui/AErrorsText/AErrorsText.js +62 -62
  265. package/src/ui/AFieldset/AFieldset.js +535 -535
  266. package/src/ui/AFieldset/compositionAPI/ModelAPI.js +54 -54
  267. package/src/ui/AForm/AForm.js +252 -252
  268. package/src/ui/AFormElement/AFormElement.js +160 -160
  269. package/src/ui/AFormElementBtnClear/AFormElementBtnClear.js +86 -86
  270. package/src/ui/AFormElementBtnClear/i18n/AFormElementBtnClearI18n.js +19 -19
  271. package/src/ui/AFormElementBtnClear/i18n/ar.json +2 -2
  272. package/src/ui/AFormElementBtnClear/i18n/de.json +2 -2
  273. package/src/ui/AFormElementBtnClear/i18n/en.json +2 -2
  274. package/src/ui/AFormElementBtnClear/i18n/es.json +2 -2
  275. package/src/ui/AFormElementBtnClear/i18n/fr.json +2 -2
  276. package/src/ui/AFormElementBtnClear/i18n/hr.json +2 -2
  277. package/src/ui/AFormElementBtnClear/i18n/it.json +2 -2
  278. package/src/ui/AFormElementBtnClear/i18n/ru.json +2 -2
  279. package/src/ui/AFormHelpText/AFormHelpText.js +37 -37
  280. package/src/ui/AFormLabelDescription/AFormLabelDescription.js +43 -43
  281. package/src/ui/AFormReadonly/AFormReadonly.js +193 -193
  282. package/src/ui/AGroup/AGroup.js +427 -427
  283. package/src/ui/AInput/AInput.js +516 -516
  284. package/src/ui/AInput/compositionAPI/ClassAPI.js +43 -43
  285. package/src/ui/AInputCurrency/AInputCurrency.js +620 -620
  286. package/src/ui/AInputCurrency/compositionAPI/IncreaseDecreaseAPI.js +76 -76
  287. package/src/ui/AInputCurrency/compositionAPI/InputEventsAPI.js +751 -751
  288. package/src/ui/AInputCurrency/compositionAPI/ModelAPI.js +88 -88
  289. package/src/ui/AInputCurrency/compositionAPI/UtilsAPI.js +54 -54
  290. package/src/ui/AInputFile/AInputFile.js +247 -247
  291. package/src/ui/AInputNumber/AInputNumber.js +497 -497
  292. package/src/ui/AInputNumber/compositionAPI/InputEventsAPI.js +196 -196
  293. package/src/ui/AInputNumber/compositionAPI/ModelAPI.js +72 -72
  294. package/src/ui/AInputNumberRange/AInputNumberRange.js +517 -517
  295. package/src/ui/AJson/AJson.js +434 -434
  296. package/src/ui/ALabel/ALabel.js +0 -0
  297. package/src/ui/AMultiselectOrdered/AMultiselectOrdered.js +935 -935
  298. package/src/ui/AOneCheckbox/AOneCheckbox.js +366 -366
  299. package/src/ui/ARadio/ARadio.js +924 -924
  300. package/src/ui/ARadio/ARadioItem/ARadioItem.js +0 -0
  301. package/src/ui/ARequired/ARequired.js +0 -0
  302. package/src/ui/ARouterLinkConfig/ARouterLinkConfig.js +391 -391
  303. package/src/ui/ARouterLinkConfig/compositionAPI/DataFormAPI.js +102 -102
  304. package/src/ui/ARouterLinkConfig/compositionAPI/ModelLocalAPI.js +96 -96
  305. package/src/ui/ARouterLinkConfig/compositionAPI/RouteAPI.js +51 -51
  306. package/src/ui/ASelect/ASelect.js +1339 -1339
  307. package/src/ui/ASelect/ASelectElement/ASelectElement.js +0 -0
  308. package/src/ui/ASelect/ASelectValueCloseable/compositionAPI/CloseAPI.js +28 -28
  309. package/src/ui/ASelect/compositionAPI/ToggleAPI.js +255 -255
  310. package/src/ui/ASelect/i18n/ar.json +6 -6
  311. package/src/ui/ASelect/i18n/de.json +7 -7
  312. package/src/ui/ASelect/i18n/en.json +6 -6
  313. package/src/ui/ASelect/i18n/es.json +6 -6
  314. package/src/ui/ASelect/i18n/fr.json +6 -6
  315. package/src/ui/ASelect/i18n/hr.json +6 -6
  316. package/src/ui/ASelect/i18n/it.json +6 -6
  317. package/src/ui/ASelect/i18n/ru.json +6 -6
  318. package/src/ui/ASelectIcon/ASelectIcon.js +386 -386
  319. package/src/ui/ASelectStyle/ASelectStyle.js +391 -391
  320. package/src/ui/ASelectStyle/compositionAPI/DataAPI.js +68 -68
  321. package/src/ui/ASelectStyle/compositionAPI/EventsAPI.js +24 -24
  322. package/src/ui/ASelectStyle/compositionAPI/KeyLabelCallbackAPI.js +15 -15
  323. package/src/ui/ASelectStyle/compositionAPI/TypeAPI.js +24 -24
  324. package/src/ui/ASelectStyle/i18n/ASelectStyleI18n.js +19 -19
  325. package/src/ui/ASelectStyle/i18n/ar.json +277 -277
  326. package/src/ui/ASelectStyle/i18n/de.json +277 -277
  327. package/src/ui/ASelectStyle/i18n/en.json +277 -277
  328. package/src/ui/ASelectStyle/i18n/es.json +277 -277
  329. package/src/ui/ASelectStyle/i18n/fr.json +277 -277
  330. package/src/ui/ASelectStyle/i18n/hr.json +277 -277
  331. package/src/ui/ASelectStyle/i18n/it.json +277 -277
  332. package/src/ui/ASelectStyle/i18n/ru.json +277 -277
  333. package/src/ui/ASlider/ASlider.js +672 -672
  334. package/src/ui/ASlider/compositionAPI/AriaAttributesAPI.js +121 -121
  335. package/src/ui/ASlider/compositionAPI/AttributesAPI.js +15 -15
  336. package/src/ui/ASlider/compositionAPI/DataAPI.js +115 -115
  337. package/src/ui/ASlider/compositionAPI/DragAndDropAPI.js +198 -198
  338. package/src/ui/ASlider/compositionAPI/LabelAPI.js +13 -13
  339. package/src/ui/ASlider/compositionAPI/MarksAPI.js +32 -32
  340. package/src/ui/ASlider/compositionAPI/SliderAPI.js +289 -289
  341. package/src/ui/ASlider/compositionAPI/StopsAPI.js +47 -47
  342. package/src/ui/ASlider/compositionAPI/StylesAPI.js +79 -79
  343. package/src/ui/ASlider/compositionAPI/TitleAPI.js +42 -42
  344. package/src/ui/ASlider/i18n/ASliderI18n.js +19 -19
  345. package/src/ui/ASlider/i18n/en.json +4 -4
  346. package/src/ui/ASwitch/ASwitch.js +442 -442
  347. package/src/ui/ATemplate/ATemplate.js +0 -0
  348. package/src/ui/ATextarea/ATextarea.js +437 -437
  349. package/src/ui/AUiComponents.js +59 -59
  350. package/src/ui/AUiContainerComponents.js +12 -12
  351. package/src/ui/AValidatedJson/AValidatedJson.js +594 -594
  352. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/DeleteAPI.js +63 -63
  353. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/DetailsAPI.js +59 -59
  354. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/MoveAPI.js +50 -50
  355. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/UpdateAPI.js +48 -48
  356. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/DataFormAPI.js +69 -69
  357. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/DisabledAPI.js +35 -35
  358. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/ModelAPI.js +31 -31
  359. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/SaveAPI.js +115 -115
  360. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/TextAPI.js +25 -25
  361. package/src/ui/AValidatedJson/compositionAPI/AValidatedJsonErrorLabelsAPI.js +18 -18
  362. package/src/ui/AValidatedJson/compositionAPI/AttributesAPI.js +15 -15
  363. package/src/ui/AValidatedJson/compositionAPI/ChildrenAPI.js +70 -70
  364. package/src/ui/AValidatedJson/compositionAPI/EventsAPI.js +19 -19
  365. package/src/ui/AValidatedJson/compositionAPI/JsonModeAPI.js +119 -119
  366. package/src/ui/AValidatedJson/compositionAPI/ListModeAPI.js +144 -144
  367. package/src/ui/AValidatedJson/compositionAPI/ModelAPI.js +38 -38
  368. package/src/ui/AValidatedJson/compositionAPI/SingleModeAPI.js +112 -112
  369. package/src/ui/AValidatedJson/compositionAPI/TranslateAPI.js +22 -22
  370. package/src/ui/AValidatedJson/i18n/AValidatedJsonI18n.js +19 -19
  371. package/src/ui/AValidatedJson/i18n/ar.json +3 -3
  372. package/src/ui/AValidatedJson/i18n/de.json +22 -22
  373. package/src/ui/AValidatedJson/i18n/en.json +3 -3
  374. package/src/ui/AValidatedJson/i18n/es.json +3 -3
  375. package/src/ui/AValidatedJson/i18n/fr.json +3 -3
  376. package/src/ui/AValidatedJson/i18n/hr.json +3 -3
  377. package/src/ui/AValidatedJson/i18n/it.json +3 -3
  378. package/src/ui/AValidatedJson/i18n/ru.json +6 -6
  379. package/src/ui/compositionApi/UIDataGroupAPI.js +94 -94
  380. package/src/ui/compositionApi/UiAPI.js +185 -185
  381. package/src/ui/compositionApi/UiClearButtonAPI.js +2 -1
  382. package/src/ui/compositionApi/UiDataSortAPI.js +29 -29
  383. package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +155 -155
  384. package/src/ui/const/AUiTypes.js +69 -69
  385. package/src/ui/mixins/UiMixinProps.js +129 -129
  386. package/src/ui/utils/utils.js +79 -79
  387. package/src/utils/__tests__/utils.aOrderBy.test.js +237 -237
  388. package/src/utils/__tests__/utils.aSortBy.test.js +331 -331
  389. package/src/utils/__tests__/utilsArray.aFirst.test.js +54 -54
  390. package/src/utils/__tests__/utilsArray.aLast.test.js +54 -54
  391. package/src/utils/__tests__/utilsLang.isArguments.test.js +52 -52
  392. package/src/utils/__tests__/utilsLang.isArray.test.js +50 -50
  393. package/src/utils/__tests__/utilsLang.isArrayBuffer.test.js +48 -48
  394. package/src/utils/__tests__/utilsLang.isBoolean.test.js +56 -56
  395. package/src/utils/__tests__/utilsLang.isBuffer.test.js +47 -47
  396. package/src/utils/__tests__/utilsLang.isDate.test.js +54 -54
  397. package/src/utils/__tests__/utilsLang.isElement.test.js +53 -53
  398. package/src/utils/__tests__/utilsLang.isError.test.js +52 -52
  399. package/src/utils/__tests__/utilsLang.isFinite.test.js +57 -57
  400. package/src/utils/__tests__/utilsLang.isFunction.test.js +46 -46
  401. package/src/utils/__tests__/utilsLang.isInteger.test.js +58 -58
  402. package/src/utils/__tests__/utilsLang.isMap.test.js +50 -50
  403. package/src/utils/__tests__/utilsLang.isNaN.test.js +55 -55
  404. package/src/utils/__tests__/utilsLang.isNil.test.js +57 -57
  405. package/src/utils/__tests__/utilsLang.isNull.test.js +53 -53
  406. package/src/utils/__tests__/utilsLang.isNumber.test.js +54 -54
  407. package/src/utils/__tests__/utilsLang.isObject.test.js +49 -49
  408. package/src/utils/__tests__/utilsLang.isObjectLike.test.js +45 -45
  409. package/src/utils/__tests__/utilsLang.isPlainObject.test.js +60 -60
  410. package/src/utils/__tests__/utilsLang.isPromise.test.js +93 -93
  411. package/src/utils/__tests__/utilsLang.isRegExp.test.js +46 -46
  412. package/src/utils/__tests__/utilsLang.isSet.test.js +50 -50
  413. package/src/utils/__tests__/utilsLang.isString.test.js +50 -50
  414. package/src/utils/__tests__/utilsLang.isSymbol.test.js +45 -45
  415. package/src/utils/__tests__/utilsLang.isUndefined.test.js +57 -57
  416. package/src/utils/__tests__/utilsLang.isWeakMap.test.js +49 -49
  417. package/src/utils/__tests__/utilsLang.isWeakSet.test.js +49 -49
  418. package/src/utils/actions.js +67 -67
  419. package/src/utils/autosize.js +277 -277
  420. package/src/utils/isBrowser.js +12 -12
  421. package/src/utils/utils.js +253 -253
  422. package/src/utils/utilsArray.js +29 -29
  423. package/src/utils/utilsDOM.js +188 -188
  424. package/src/utils/utilsLang.js +346 -346
package/CHANGELOG.md CHANGED
@@ -1,1055 +1,1061 @@
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.61.0
11
-
12
- - Feature: Add `rowView` prop to `ATableForm` for toggling between "list" and "table" view modes, implement `ATableFormCellList` for list view rendering, and update related components, tests, and documentation
13
-
14
- ## 2.60.1
15
-
16
- - Refactor: Replace `dndDisabledCallback` with `actionsDisabledCallback` in `ATableForm` to support multiple action-specific callbacks and update related components and APIs
17
-
18
- ## 2.60.0
19
-
20
- - Feature: Add `dndDisabledCallback` prop to `ATableForm` for disabling drag-and-drop on specific rows and update `DragAndDropAPI` to respect row-level drag-and-drop restrictions
21
-
22
- ## 2.59.0
23
-
24
- - Feature: Add `translateGroup` prop support across multiple components and update APIs to handle translation of group labels
25
-
26
- ## 2.58.0
27
-
28
- - Feature: Add `key-group` support in `data-extra` for grouped item configurations across multiple components and update translations accordingly
29
-
30
- ## 2.57.8
31
-
32
- - Fix: Preserve programmatic focus and add visible focus styles for `ATableForm` rows and tables
33
- - Fix: Exclude `ATableForm` columns with `isRender: false` from headers, cells, validation, colspan, and width calculations
34
-
35
- ## 2.57.7
36
-
37
- - Fix: Respect `skipRequiredModelInit` on blur and validation in `AInputCurrency`
38
-
39
- ## 2.57.6
40
-
41
- - Fix: Fix duplicate minus in currency `AInputCurrency` formatting
42
-
43
- ## 2.57.5
44
-
45
- - Feature: Pass `rowId` and `btnDeleteId` in `onDeleteRow` emit and update `DeleteAPI` for enhanced deletion context in `ATableForm`
46
- - Feature: Add `focusAfterMove` prop in `ATableForm` and update `DragAndDropAPI` to support focus management after row movements
47
- - Add preventKeyboardRepeat: Introduce `preventKeyboardRepeat` prop to AElement-related components and enhance keydown handling logic to prevent repeated activations.
48
- - Adjust ColumnsGrowAPI: Introduce TABLE_WIDTH_SAFE_DELTA to prevent subpixel overflow and avoid unnecessary scrollbar rendering.
49
-
50
- ## 2.57.4
51
-
52
- - Prevent required currency init from resetting empty model
53
- - Refactor: Rename `classesLocal` to `actionsClassesLocal` in `ClassesAPI` and update references for consistent naming
54
- - Feature: Add `IdsAPI` for managing button IDs in `ATableFormCellAction` and update related logic for improved focus handling after edit actions
55
-
56
- ## 2.57.3
57
-
58
- - Refactor: Reorder and add props (`extra`, `actions*`) in `ATableForm` and related components for improved clarity and consistency
59
- - `UICurrency`: Fix input currency zero key handling
60
-
61
- ## 2.57.2
62
-
63
- - Refactor: Simplify class names in `ClassesAPI` and update related components in `ATableForm` for consistency.
64
- - Refactor: Replace `classes` with `actionsClasses` in `ATableFormCellAction` for consistent naming
65
-
66
- ## 2.57.1
67
-
68
- - Feature: Add `ClassesAPI` to `ATableForm` and related components for customizable action button styling via `actionsClasses` prop.
69
-
70
- ## 2.57.0
71
-
72
- - Add `ATableForm` component with drag-and-drop functionality, SCSS styles, and localized translations across supported languages
73
- - UICurrency fixes (handle minus, validationOnChange, clearModel unnecessary comma)
74
-
75
- ## 2.56.1
76
-
77
- - Fix: Refactor `modelArrayWithoutDataExtra` logic for better handling of empty arrays and improve efficiency of watch comparison in `UiDataFromServerAPI`.
78
-
79
- ## 2.56.0
80
-
81
- - Feature: Replace icon-based approach in `AAccordion` with `AIcon` component for better flexibility. Add `ChevronUp` and `ChevronDown` icons, introduce `isCaretLocal` handling, and update class structure for open/close states.
82
-
83
- ## 2.55.0
84
-
85
- - Feature: Add `isCloseByButtonInvisibleInViewport` prop to `ADropdown` and implement `onReferenceHidden` logic in `PopoverAPI`. Optimize `ToggleAPI` with `getDropdownButtonElement` abstraction and improve focus behavior.
86
-
87
- ## 2.54.0
88
-
89
- - Feature: Introduce `oneItemAlwaysOpen` prop to `AAccordion` with logic updates in `ToggleAPI` and `AttributesAPI`.
90
-
91
- ## 2.53.0
92
-
93
- - Feature: add `trigger` and `triggerDetails` to returned arguments for `AInputCurrency`
94
-
95
- ## 2.52.0
96
-
97
- - Feature: Add `readonly` prop to `ADropdown` with i18n support and examples.
98
-
99
- ## 2.51.0
100
-
101
- - Feature: Add `showMore` prop for toggle button control in `ADisclosure` with i18n updates for supported languages.
102
-
103
- ## 2.50.0
104
-
105
- - Feature: `iconAppend` prop for `AInput`
106
-
107
- ## 2.49.3
108
-
109
- - Fix: Update `group` values from `button` to `badge` in `ASelectStylesPlugin`.
110
-
111
- ## 2.49.2
112
-
113
- - Feature: Add badge and border style options to `ASelectStylesPlugin` with i18n updates for supported languages.
114
-
115
- ## 2.49.1
116
-
117
- - Fix: `AInput` focus for on close button click.
118
-
119
- ## 2.49.0
120
-
121
- - Feature: Add `teleportSelector` prop to `AModal` and `AModalForm` for customizable teleport target with default plugin option.
122
-
123
-
124
- ## 2.48.1
125
-
126
- - Fix: Add `class` binding to `ASelect` for dynamic class support.
127
-
128
-
129
- ## 2.48.0
130
-
131
- - Feature: Enhance `ADatepicker` placeholder logic with `isInputFocused` state and improved `PlaceholderAPI` integration. Adjust default `isLabelFloat` prop to `true`.
132
- - Feature: Add `ADataRetrievePlugin` and examples demonstrating option retrieval with fallback for missing values. Include i18n support and UI updates for retrieve functionality.
133
-
134
- ## 2.47.3
135
-
136
- - Fix: Correct model handling when min and max are not set, thousandDivider validator adjusted `AInputCurrency`
137
- - Fix: Correct display value, when decimal part is not set in `AInputCurrency`
138
- - Fix: validator for thousandDivider now accepts empty string in `AInputCurrency`
139
-
140
-
141
- ## 2.47.2
142
-
143
- - Fix: Correct model handling when required and the model is empty in `AInputCurrency`
144
-
145
- ## 2.47.1
146
-
147
- - Fix: Move cursor after the last decimal when focused on the last position in `AInputCurrency`
148
-
149
- ## 2.47.0
150
-
151
- - Feature: Add `labelNotFound` and `showNotFound` props to `ASelect` for improved handling of missing options, with translations and documentation updates.
152
-
153
- ## 2.46.0
154
-
155
- - Chore: Update dependencies to latest compatible versions.
156
-
157
- ## 2.45.2
158
-
159
- - Fix: Ensure consistent height for `APagination` links by adding `height: 100%` to styles.
160
-
161
- ## 2.45.1
162
-
163
- - Feature: Add `TextsAPI` for dynamic text handling in `APaginationCountPerPage`, enabling customizable text properties and translation support.
164
- - Feature: Add `texts` prop to `APagination` and update `ComponentsAPI` to consume dynamic text settings.
165
- - Refactor: Move mobile mode handling out of `APagination` into `PaginationModesAPI`, and integrate it into `ATable`.
166
- - Docs: Update `APagination` props and i18n to include `texts` and clarify the `modes` description.
167
-
168
- ## 2.45.0
169
-
170
- - Feature: Add `APaginationPages` component and export it, with new documentation pages, examples, and localized translations.
171
- - Feature: Add `TextsAPI` to improve text customization and i18n support in `APaginationPages`.
172
- - Refactor: Rename pagination props for clarity (`countAllRows` -> `totalCount`, `paginationMaxItems` -> `maxPages`), remove `totalRowsCount`, and update related logic, docs, and translations.
173
- - Refactor: Align pagination markup/styles by sharing SCSS variables and simplifying rendering (including removal of `hasRows`).
174
- - Doc/UX: Add `AlohaPaginationItems` helper and refresh pagination demo examples (basic, disabled, max pages, limits per page, short/mode).
175
- - Refactor: Use `null` instead of empty strings in `ATabsContent` and `ATabsTab` render defaults.
176
-
177
- ## 2.44.0
178
-
179
- - Feature: Add `class` and `classMenuSearch` props to `ASelect`, with default values in `ASelectPluginOptions`. Enhance menu class binding to support conditional styling for search functionality.
180
-
181
-
182
- ## 2.43.1
183
-
184
- - Feature: `countAllRows` in ATableTopPanel multipleActionActiveSlot
185
-
186
-
187
- ## 2.43.0
188
-
189
- - Feature: Introduce `aSortBy` utility with extended sorting capabilities, including case-insensitive sorting and mixed iteratee support. Add comprehensive test coverage.
190
- - Feature: Add `aOrderBy` utility for extended ordering functionality with support for case-insensitive sorting, iteratee arrays, mixed orders, nested paths, and additional options. Include comprehensive test coverage.
191
- - Refactor: Replace `lodash-es` `sortBy` with internal `aSortBy` utility across multiple components for consistency and enhanced functionality
192
- - Refactor: Replace `lodash-es` `orderBy` with internal `aOrderBy` utility across composition APIs for consistency and extended functionality.
193
-
194
-
195
- ## 2.42.1
196
-
197
- - Fixed bug when model is updated outside `AInputCurrency`
198
-
199
- ## 2.42.0
200
-
201
- - Add `onlyMobile` prop to `AMenu` for enhanced mobile-specific behavior support.
202
-
203
- ## 2.41.5
204
-
205
- - Wrap `textSelectAll` and `textDeselectAll` in `ATranslation` for improved localization support in `ASelect`.
206
-
207
- ## 2.41.4
208
-
209
- - Fix `isActionColumnVisible` reference in `SimpleTableAPI` to ensure correct return logic.
210
-
211
- ## 2.41.3
212
-
213
- - Fix `isActionIconVisible` initialization in `SimpleTableAPI` to correctly reference its prop.
214
-
215
- ## 2.41.2
216
-
217
- - Revert to `dompurify` from `isomorphic-dompurify` for simplicity and update related imports and usage in `utils.js`.
218
-
219
- ## 2.41.1
220
-
221
- - Export `DOMPurify` from `utils.js` for enhanced modularity and clarify `isomorphic-dompurify` usage.
222
-
223
- ## 2.41.0
224
-
225
- - Replace `dompurify` with `isomorphic-dompurify` for improved isomorphic compatibility.
226
-
227
- ## 2.40.0
228
-
229
- - Feature: Add `useHtmlIdAsKey` prop to support using `htmlId` instead of index as key for form elements across AForm, AGroup, AFieldset, AModalForm, and related components. Update i18n files with descriptions.
230
-
231
- ## 2.39.6
232
-
233
- - Fix: Update modal responsive widths for large, XL, and XXL variants in SCSS.
234
-
235
- ## 2.39.5
236
-
237
- - Fix: Add optional chaining for `inputRef.value` to safely access DOM properties in InputEventsAPI.
238
- - Fix: Update `getLabelsFromChildren` call to use object destructuring for `children` parameter in LabelsAPI.
239
-
240
- ## 2.39.4
241
-
242
- - Refactor `ATableTd`: simplify ternary expressions for readability and update `ATranslation` prop from `text` to `html`.
243
-
244
- ## 2.39.3
245
-
246
- - CSS Replace `color-adjust` to `print-color-adjust`
247
-
248
- ## 2.39.2
249
-
250
- - Minor fixes: ScrollAPI error, AMenu render
251
-
252
- ## 2.39.1
253
-
254
- - SSR
255
- - Update `getRemPx` in `ARemPxAPI`: replace `defaultRemPx.value` with static `16` for non-browser environments.
256
-
257
- ## 2.39.0
258
-
259
- - SSR
260
- - Refactor mounting logic: introduce `isMounted` state and move `addPopperContainerInBody` calls into `onMounted` lifecycle hook across components for consistent initialization timing. Adjust render methods to account for `isMounted` state.
261
- - Integrate `isBrowser` checks into `AMobileAPI`, `ANotification`, `AMenu`, `APageTabTitleAPI`, and `ARemPxAPI` to ensure compatibility with non-browser environments. Update lifecycle hooks for proper rendering and initialization timing.
262
- - Refactor popper initialization: move `addPopperContainerInBody` calls into `onMounted` lifecycle hook in `ATooltip`, `ADropdown`, and `ASelect` for proper mounting timing.
263
- - Integrate `isBrowser` checks into `AMobilePlugin` and `ARemPxPlugin` to ensure compatibility with non-browser environments.
264
- - Refactor browser environment checks: integrate `isBrowser` utility into `autosize`, `utils`, and `utilsDOM` to improve maintainability and consistency.
265
- - Add `isBrowser` utility function: detect browser environment and export through `index.js`.
266
-
267
- ## 2.38.1
268
-
269
- - Feature: Add `a_fieldset_with_legend` class for fieldsets with labels, enhance collapsible functionality and update related SCSS styles for AFieldset and other components.
270
-
271
- ## 2.38.0
272
-
273
- - Feature: Add `labelTitle` prop support and enhance title behavior in AMultiselectOrdered, ACheckboxLegend, and AFieldset. Update AFieldset styles for responsive legend text and improve collapsible fieldset functionality.
274
-
275
- ## 2.37.0
276
-
277
- - Feature: Add `default` prop support to `ASwitch` and integrate `initDefaultModel` logic. Update documentation, examples, and translations with `PageSwitchDefault` component.
278
-
279
- ## 2.36.0
280
-
281
- - Feature: Add "one_per_group" mode for ASelect component with grouped selection support and update associated documentation, examples, and translations.
282
- - Feature: Enhance PageFilters with "one_per_group" mode support in multiselect, update translations, examples, and logic in ModelValuesAPI for grouped selection handling.
283
-
284
- ## 2.35.1
285
-
286
- - Enhance `ASlider`'s `DataAPI`: refine step value handling with decimal precision and update computed data to ensure accurate values using `toFixed`.
287
-
288
- ## 2.35.0
289
-
290
- - `ASlider`: added vertical slider support with updated styles, orientation logic, and a new example `PageSliderVertical` integrated into the documentation.
291
- - `ASlider`: improved stop rendering logic using `lodash.forEach` and computed positions; added SCSS variables for customizing stops and included a new `PageSliderStops` example in the documentation.
292
- - `ASlider`: implemented full ARIA attribute support via `AriaAttributesAPI` (`aria-valuemin`, `aria-valuemax`, `aria-valuenow`, `aria-valuetext`, `aria-orientation`) to improve accessibility.
293
- - `ASlider`: modularized internal logic by extracting `StopsAPI`, `DataAPI`, `LabelAPI`, `AttributesAPI`, `StylesAPI`, `DragAndDropAPI`, and `TitleAPI` to improve maintainability and clarity.
294
- - `ASlider`: enhanced dragging and keyboard accessibility, added support for `step`, and integrated proper focus management for accessible interactions.
295
- - `Documentation`: added new usage examples to the documentation, including `PageSliderVertical`, `PageSliderStops`, `PageSliderRange`, `PageSliderMinMax`, `PageSliderErrors`, `PageSliderHelpText`, `PageSliderLabelDescription`, and `PageSliderChange`, with accompanying Pug templates, JavaScript content, and i18n keys.
296
-
297
-
298
- ## 2.34.0
299
-
300
- - Add gap utilities for spacing, including `.a_gap_*`, `.a_gap_x_*`, and `.a_gap_y_*` classes based on `$a_spacing_values`.
301
- - Migrate `ADatepicker` localization to JSON-based i18n files, remove hardcoded language definitions, and refactor related APIs for improved modularity and maintainability.
302
- - Add `startDate` and `focusStartDate` props to `ADatepicker`
303
- - Add `maxDate` and `minDate` props to `ADatepicker`
304
-
305
- ## 2.33.4
306
-
307
- - Default RemPx value in Plugin
308
-
309
- ## 2.33.3
310
-
311
- - Fixed: Add missing border radius to `.a_modal_footer_actions` for consistent styling
312
-
313
- ## 2.33.2
314
-
315
- - Add `btnCloseIcon` prop to AAlert for configurable close button icon and update associated SCSS
316
-
317
- ## 2.33.1
318
-
319
- - Add `alertParentClassLocal` to `AAlert` component
320
-
321
- ## 2.33.0
322
-
323
- - Add customizable button class props to `AFilterCenter` and `AFilterCenterItem` components, refactor `AFilters` to use `filtersPluginOptions` defaults, and update plugin configuration for button styles.
324
-
325
- ## 2.32.5
326
-
327
- - Add `classExtra` prop to components for customizable additional classes, update related logic in `AModal`, `AWizard`, and `AModalWizard` components
328
-
329
- ## 2.32.4
330
-
331
- - Refactor: Update AConfirmAPI to use named exports for improved modularity and adjust index.js for updated export structure
332
-
333
- ## 2.32.3
334
-
335
- - Fixed: Add null checks for `aTableRef` and `_previewRef` in `PreviewRightResizeAPI` to improve stability
336
-
337
- ## 2.32.2
338
-
339
- - Fixed: Add defensive checks for `getBoundingClientRect` across components to improve stability when handling DOM elements
340
-
341
- ## 2.32.1
342
-
343
- - Feature: Add `aria-hidden` attribute to divider type in `ADropdownAction` for improved accessibility
344
-
345
- ## 2.32.0
346
-
347
- - Feature: Add `selectRoute` and `multiselectRoute` types to `ARouterLinkConfig`
348
-
349
- ## 2.31.0
350
-
351
- - Feature: Add `useRem` support and adjustments across `ATable` and `ADropdown` components for REM-based scaling
352
-
353
- ## 2.30.4
354
-
355
- - Feature: Add error handling, improved validation, and extended `AValidatedJson` API functionality
356
- - Feature: Extend `AValidatedJson` functionality with `parentHtmlId`, improved error labels, and IdAPI integration
357
-
358
- ## 2.30.3
359
-
360
- - Style: Add support for `border-radius` in ATable preview down styles
361
-
362
- ## 2.30.2
363
-
364
- - Feature: Add `changeFontSize` callback to ARemPxPlugin for dynamic font size updates
365
-
366
- ## 2.30.1
367
-
368
- - Feature: Export `remPx` from ARemPxAPI for enhanced utility
369
-
370
- ## 2.30.0
371
-
372
- - Feature: Add `mobileBreakpoint` ref for better breakpoint management in AMobilePlugin and AMobileAPI
373
-
374
- ## 2.29.0
375
-
376
- - Add `labelDescription` prop across components and examples
377
- - Feature: Add support for `init` and `change` events in `ACarousel` with related documentation and examples
378
-
379
- ## 2.28.6
380
-
381
- - `AValidatedJson` code cleanup
382
-
383
- ## 2.28.5
384
-
385
- - fixed `AValidatedJson`
386
-
387
- ## 2.28.4
388
-
389
- - fixed `AValidatedJson`
390
-
391
- ## 2.28.3
392
-
393
- - Refactor: Update component mappings to include `AValidatedJson` only in `AUiComponents`
394
-
395
-
396
- ## 2.28.2
397
-
398
- - Add `AValidatedJson` to `AFieldset` and ´AUiContainerComponents´ for extended component support.
399
-
400
- ## 2.28.1
401
-
402
- - Refactor `ACarousel`: Introduce `ArrowsAPI` to manage arrow visibility logic and update related components for improved reusability and maintainability.
403
-
404
- ## 2.28.0
405
-
406
- - Add component `AValidatedJson`
407
-
408
- ## 2.27.1
409
-
410
- - Fix casing in `ARemPxAPI` export path for consistency with compositionAPI folder structure.
411
-
412
- ## 2.27.0
413
-
414
- - Refactor `SCSS`: Convert all pixel-based units to `rem`
415
- - Refactor `ACarousel`: Introduce rem-based unit mapping for consistent scaling, integrate global `ARemPxAPI`, and update `ACarousel` `SCSS`, composition APIs, and plugins accordingly.
416
-
417
- ## 2.26.0
418
-
419
- - Refactor `ACarousel` controls: introduce `ACarouselControlsIndicator` component, update related indicators handling logic, and add support for nested children and new margin property.
420
-
421
- ## 2.25.2
422
-
423
- - Add `AValidatedJson` list mode functionality with composition API
424
-
425
- ## 2.25.1
426
-
427
- - Added selector-close for AMenu, to set focus on a desired element after the menu close
428
- - Added integerPartMaxLength prop for AInputCurrency to set custom length for integer part of the value
429
- - Minor fixes to AInputCurrency
430
-
431
- ## 2.25.0
432
-
433
- - Add button style groups and translations to `ASelectStyle`, update plugin and documentation
434
-
435
- ## 2.24.0
436
-
437
- - Add new component `ASelectStyle` with docu
438
-
439
- ## 2.23.0
440
-
441
- - Documentation `CSS`: `Text`
442
- - Refactor `ACarousel` styles
443
- - Add `text_line_through` and `text_decoration_none` utilities for text decoration styling
444
- - Add `text_justify` utility for text alignment and responsive breakpoint support in text styles
445
- - Add `text_clamp` utility to support multiline text truncation with CSS clamp technique
446
-
447
- ## 2.22.0
448
-
449
- - Documentation `AElement`
450
- - Add-ons for `ACarousel`
451
- - `indicators-type`: `squares`
452
- - `indicatorsAutoLimit`
453
- - `indicatorsLimit`
454
- - `indicatorWidth`
455
-
456
- ## 2.21.5
457
-
458
- - Adjust padding-right in `ASelect` dropdown for improved spacing.
459
-
460
- ## 2.21.4
461
-
462
- - Fix toggle behavior in `ASelect` to prevent premature closing when interacting with HTML elements
463
-
464
- ## 2.21.3
465
-
466
- - Fix: ATable, Sorting for columns defect
467
-
468
- ## 2.21.2
469
-
470
- - Refactor badge `SCSS` variables for `.a_badge` to use consistent naming convention
471
-
472
- ## 2.21.1
473
-
474
- - Broken version
475
-
476
- ## 2.21.0
477
-
478
- - Add badge styles, documentation, and localization
479
-
480
- ## 2.20.0
481
-
482
- - Feature: Introduced `pagination.position` (`top`, `bottom`, `y`) for `ATable`
483
-
484
- ## 2.19.1
485
-
486
- - Fix translation in `AErrors`
487
-
488
- ## 2.19.0
489
-
490
- - Translations: `AErrors`, `AAlert`, `APagination`, `AFilters`, `AFormElementBtnClear`
491
-
492
- ## 2.18.0
493
-
494
- - Add Props: `useFlatModel` for `AForm`, `AModalForm`, `AFieldset`, `AGroup`
495
-
496
- ## 2.17.0
497
-
498
- - Add props: `useFlatErrors` for `AForm`, `AModalForm`, `AErrors`, `AFieldset`, `AGroup`
499
-
500
- ## 2.16.0
501
-
502
- - New component: `ACarousel`
503
-
504
- ## 2.15.0
505
-
506
- - Add a new function `getTranslatedAttributes`
507
- - `AModal`: Fix Styles
508
-
509
- ## 2.14.1
510
-
511
- - `ASelectValueCloseable`: Fix in close function
512
-
513
- ## 2.14.0
514
-
515
- - Change Styles for `Errors`, `Legend` and `Fieldset`
516
- - `ALabel`: Fix für `onClick`
517
- - `AErrors`: extension `goTo` function
518
-
519
- ## 2.13.1
520
-
521
- - Add `updateI18nForLanguage` function to `ATranslationAPI`
522
-
523
- ## 2.13.0
524
-
525
- - Add `updateI18n` function to support dynamic `i18n` updates
526
-
527
- ## 2.12.1
528
-
529
- - `ASelect` Fix
530
-
531
- ## 2.12.0
532
-
533
- - Add `ASelectIcon` component
534
-
535
- ## 2.11.3
536
-
537
- - Prioritize data from server for ASelect
538
-
539
- ## 2.11.2
540
-
541
- - Refactor focus handling in `UiAPI`
542
-
543
- ## 2.11.1
544
-
545
- - Add export for `AFilterCenter` component
546
-
547
- ## 2.11.0
548
-
549
- - Add `focusin` and `focusout` event handling to `ARadio` component
550
- - Add `focusin` and `focusout` event handling to `ACheckbox` component
551
- - Add support for `type` prop and `minuteStep` in `ADatepicker`
552
- - Refactor `ADatepicker` format handling with `TypeAPI` integration
553
- - Refactor focus handling in `ADatepicker` components.
554
- - Refactor `APanelYear` to composition API
555
- - Refactor `APanelTime` to composition API
556
-
557
- ## 2.10.1
558
-
559
- - Fix model update in `AFilters`
560
-
561
- ## 2.10.0
562
-
563
- - Add utility classes for vertical alignment
564
-
565
- ## 2.9.2
566
-
567
- - `ATableTopPanel`: fix `currentMultipleActions`
568
-
569
- ## 2.9.1
570
-
571
- - `AModal`: added "modal inside a modal" feature with proper `z-index` stacking support
572
-
573
- ## 2.9.0
574
-
575
- - Added `.column_offset_right_*` classes to grid utilities for right column offsets with dynamic margin-right
576
- calculations
577
-
578
- ## 2.8.4
579
-
580
- - `ADatePicker`: Added customizable class prop and fixed `SCSS` indentation
581
-
582
- ## 2.8.3
583
-
584
- - Fix model update in `AFilters`
585
-
586
- ## 2.8.2
587
-
588
- - Fix buttons ids in `ATableTdAction`
589
-
590
- ## 2.8.1
591
-
592
- - Fix `//` in `AHttpAPI`
593
-
594
- ## 2.8.0
595
-
596
- - New component `AMultiselectOrdered`
597
- - Props `attributesFieldset` for `ACheckbox`, `ARadio`, `AFieldset`, `AMultiselectOrdered`, `ARouterLinkConfig`
598
-
599
- ## 2.7.3
600
-
601
- - `AFilters`: fix `changeModel` functions
602
-
603
- ## 2.7.2
604
-
605
- - `ATemplate`: fix `type` for `modelValue`
606
-
607
- ## 2.7.1
608
-
609
- - `ATemplate`: fix `props`
610
-
611
- ## 2.7.0
612
-
613
- - New component `AFormElement`
614
- - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
615
- - Fix in `keyDisabledCallback`
616
-
617
- ## 2.6.1
618
-
619
- - Fix model in AModalForm
620
-
621
- ## 2.6.0
622
-
623
- - Update logic model change in ui-components
624
-
625
- ## 2.5.0
626
-
627
- - readonly for ui-components
628
-
629
- ## 2.4.1
630
-
631
- - `ASelect`: fix `watch` for `url`, `apiSaveId`, `urlParams`
632
-
633
- ## 2.4.0
634
-
635
- - New component `ARouterLinkConfig`
636
- - `ARouterLinkConfig`: Improvements
637
- - Fix padding for `a_search_highlight`
638
- - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
639
- - `filterJson`: fix for `jsonClass`
640
-
641
- ## 2.3.1
642
-
643
- - Fix: import `APopupAPI` and functions
644
-
645
- ## 2.3.0
646
-
647
- - `AModal`: don't close modal if popup opened
648
- - `AAlert`: new props ariaAtomic and role
649
- - `AHttpAPI`: ignoreErrorHandler as function
650
- - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
651
-
652
- ## 2.2.0
653
-
654
- ### Enhancements:
655
- - Expanded `ASelect` component by adding three new props:
656
- - `exclusive-option-label`
657
- - `exclusive-option-value`
658
- - `is-exclusive-option-enabled`
659
-
660
- ### Description:
661
- 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.
662
-
663
- ## 2.1.13
664
-
665
- - Fix 2 import from moment.js
666
-
667
- ## 2.1.12
668
-
669
- - Fix import from moment.js
670
-
671
- ## 2.1.11
672
-
673
- - Test version
674
-
675
- ## 2.1.10
676
-
677
- - **Fix:** Corrected SCSS import order.
678
-
679
- ## 2.1.9
680
-
681
- - Fixed arguments for `filterSearchHighlight` in CompositionAPI.
682
- - Added documentation for the `ATranslation` component.
683
-
684
- ## 2.1.8
685
-
686
- - **New Exports Added**
687
- - `UiAPI`, `UIExcludeRenderAttributesAPI`, `UiStyleHideAPI`, `AErrorsText`
688
-
689
- ## 2.1.7
690
-
691
- - **New Exports Added**
692
- - **ATranslationAPI**
693
- - `translation`
694
- - **AMenuButtonToggle**
695
- - `AMenuButtonToggle_ToggleAPI`
696
-
697
- ## 2.1.6
698
-
699
- - **New Exports Added**
700
- - **Utils**
701
- - `dompurify`
702
- - `sanitize`
703
-
704
- ## 2.1.5
705
-
706
- - **New Export Added**
707
- - **AFiltersAPI**
708
- - `AFiltersAPI_additionFilters`
709
-
710
- ## 2.1.4
711
-
712
- - **New Exports Added**
713
- - **AHttpAPI**
714
- - `AHttpAPI_abortHttp`
715
- - `AHttpAPI_API_CONFIG`
716
- - `AHttpAPI_callHttpRequestAndCheckSavedApi`
717
- - `AHttpAPI_clearAllApiSaved`
718
- - `AHttpAPI_clearApiSaved`
719
- - `AHttpAPI_deleteHttp`
720
- - `AHttpAPI_getHttp`
721
- - `AHttpAPI_getListHttp`
722
- - `AHttpAPI_getOptionsHttp`
723
- - `AHttpAPI_getUrlParams`
724
- - `AHttpAPI_patchHttp`
725
- - `AHttpAPI_postHttp`
726
- - `AHttpAPI_putHttp`
727
- - `AHttpAPI_setBaseUrl`
728
- - `AHttpAPI_setErrorCallbacks`
729
- - `AHttpAPI_setHeaderParams`
730
- - `AHttpAPI_setUrlForArray`
731
- - `AHttpAPI_setUrlWithParams`
732
- - **AMobileAPI**
733
- - `AMobileAPI_isMobileWidth`
734
- - `AMobileAPI_setIsMobileWidth`
735
- - **ANotificationAPI**
736
- - `ANotificationAPI_addNotification`
737
- - `ANotificationAPI_setNotificationTimeout`
738
- - **APageTabTitleAPI**
739
- - `APageTabTitleAPI_setBaseTitle`
740
-
741
- ## 2.1.3
742
-
743
- - New Imports:
744
- - Added imports for the following components, functions, and constants:
745
- - Components: `AMenuButtonToggle`, `APlacements`.
746
- - Functions: `getTranslatedText`, `isPlaceholderTranslate`, `setI18n`, `setLanguage`, `toggleTranslate`, `updateTranslation`
747
- - Constants: `i18n`, `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`, `timeTranslationLastChanged`, `isTranslate`.
748
- - Renamed `i18n` to `i18nAll` for better clarity.
749
-
750
- ## 2.1.2
751
-
752
- - Linting Enhancements:
753
- - Implemented linting for Vue.js components and codebase using ESLint
754
- - Documentation Updates:
755
- - Updated configuration and import examples in the documentation.
756
-
757
- ## 2.1.1
758
-
759
- - `AOneCheckbox`: Fixed warnings related to the slot usage.
760
-
761
- ## 2.1.0
762
-
763
- - `AOneCheckbox`: Added new props:
764
- - `slotName` for customizing slots.
765
- - `labelAttributes` for configuring additional attributes on labels.
766
-
767
- ## 2.0.1
768
-
769
- - Bug Fix: Added missing `CSS` file to the library.
770
- - New Imports:
771
- - Functions:
772
- - `concatTwoStringsWithSpace`, `colorToHex`, `hexToRgb`, `mixBlack`, `mixColor`, `mixWhite`, `rgbToHex`, `sanitizeLocal`, `getUniqueSelector`, `scrollToElement`, `setFocusToElement`, `setFocusToPreviousFocusableElement`, `setFocusToNextFocusableElement`, `toPrecision`.
773
- - Constants:
774
- - `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`.
775
-
776
- ## 2.0.0
777
-
778
- - Major refactoring and expanded documentation.
779
- - Migration Guide:
780
- - `AMenu2` `AMenu`: Component renamed, updated CSS classes, and variables.
781
- - `ATinymce` removed: License change to `GPL-2.0-or-later`.
782
- - Style updates:
783
- - Fixed `.a_columns_gab_` typo to `.a_columns_gap_`.
784
- - Integrated `aloha-css` styles into `aloha-vue`.
785
- - Improved import system: Direct import for all components, directives, and plugins.
786
- - Dependency updates for compatibility.
787
-
788
- ***
789
-
790
- ## 1.12.2
791
-
792
- - ASelect Fix
793
-
794
- ## 1.12.1
795
-
796
- - Prioritize data from server for ASelect
797
-
798
- ## 1.11.1
799
-
800
- - Fix in `keyDisabledCallback`
801
-
802
- ## 1.11.0
803
-
804
- - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
805
-
806
- ## 1.10.1
807
-
808
- - `filterJson`: fix for `jsonClass`
809
-
810
- ## 1.10.0
811
-
812
- - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
813
-
814
- ## 1.9.2
815
-
816
- - Fix padding for `a_search_highlight`
817
-
818
- ## 1.9.1
819
-
820
- - `ARouterLinkConfig`: Improvements
821
-
822
- ## 1.9.0
823
-
824
- - New component `ARouterLinkConfig`
825
-
826
- ## 1.8.0
827
-
828
- - `AModal`: don't close modal if popup opened
829
-
830
- ## 1.7.0
831
-
832
- - `AAlert`: new props ariaAtomic and role
833
-
834
- ## 1.6.0
835
-
836
- - `AHttpAPI`: ignoreErrorHandler as function
837
-
838
- ## 1.5.1
839
-
840
- - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
841
-
842
- ## 1.5.0
843
-
844
- ### Enhancements:
845
- - Expanded `ASelect` component by adding three new props:
846
- - `exclusive-option-label`
847
- - `exclusive-option-value`
848
- - `is-exclusive-option-enabled`
849
-
850
- ### Description:
851
- 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.
852
-
853
- ## 1.4.0
854
-
855
- ### New Arguments for `filterSearchHighlight`
856
- - `tag`
857
- - `attributes`
858
- - `caseSensitive`
859
- - `isHtml`
860
-
861
- ## 1.3.1
862
-
863
- - `AOneCheckbox`: Fixed warnings related to the slot usage.
864
-
865
- ## 1.3.0
866
-
867
- - `AOneCheckbox`: Added new props:
868
- - `slotName` for customizing slots.
869
- - `labelAttributes` for configuring additional attributes on labels.
870
-
871
- ## 1.2.285
872
-
873
- - Minor fix to the `focus` logic in the `AMenu2` component for improved usability and accessibility.
874
-
875
- ## 1.2.284
876
-
877
- - Improved `focus` management for the `AMenu2` component, ensuring better accessibility when the menu is closed.
878
-
879
- ## 1.2.283
880
-
881
- - Fixed the `HTML` structure of the component to improve accessibility and ensure compliance with accessibility standards.
882
-
883
- ## 1.2.282
884
-
885
- - Fixed the `ATable` component to ensure the `aria-labelledby` attribute is not used when the table has no header, improving accessibility compliance.
886
-
887
- ## 1.2.281
888
-
889
- - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `ADropdown` component to improve accessibility.
890
-
891
-
892
- ## 1.2.280
893
-
894
- - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `AGroupButtonDropdown` component to improve accessibility.
895
-
896
- ## 1.2.279
897
-
898
- - Removed the `disabled` attribute from the `HTML` output of the `ASelect` component to improve accessibility.
899
-
900
- ## 1.2.278
901
-
902
- - Fixed the `disabled` state handling for elements with `type="link"` in the `AElement` component.
903
-
904
- ## 1.2.277
905
-
906
- - Removed the unnecessary `role="button"` attribute from buttons in`AInputCurrency` and `AInputNumber` components.
907
- - Added `title` and `textScreenReader` props for buttons in `AInputCurrency` and `AInputNumber` to enhance accessibility and screen reader support.
908
-
909
- ## 1.2.276
910
-
911
- - Fixed the `aria-describedby` attribute for UI components to ensure proper association with error messages, improving accessibility.
912
-
913
- ## 1.2.275
914
-
915
- - Improved the `AModal` component by managing `z-index` for multiple modal windows, ensuring proper stacking order.
916
-
917
- ## 1.2.274
918
-
919
- - Added translations for the `ARequired` component to support multiple languages.
920
-
921
- ## 1.2.273
922
-
923
- - Added `text-break` `CSS` styling to the `AModal` component to improve text handling and prevent overflow issues.
924
-
925
- ## 1.2.272
926
-
927
- - Fixed input behaviour in AInputCurrency for Mozilla Firefox (Firefox has slightly different event times than Webkit browsers).
928
-
929
- ## 1.2.271
930
-
931
- - Documentation Build: Replaced `Webpack` with `Vite` for building the documentation.
932
- - Corrected styles for the `ATabs` component when the `isVertical` prop is set to ´true´.
933
-
934
- ## 1.2.270
935
-
936
- - Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
937
-
938
- ## 1.2.269
939
-
940
- - Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
941
-
942
- ## 1.2.268
943
-
944
- - 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.
945
-
946
- ## 1.2.267
947
-
948
- - Removed the password reveal button for `Edge`
949
-
950
- ## 1.2.266
951
-
952
- - 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`.
953
-
954
- ## 1.2.265
955
-
956
- - 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.
957
-
958
- ## 1.2.264
959
-
960
- - Fixed an issue with the `AMenu2` component where the menu did not close upon pressing the `'Esc'` key.
961
-
962
- ## 1.2.263
963
-
964
- - Enhanced accessibility for the `AMenu2` component by adding the `aria-labelledby` attribute to improve screen reader support for menu reading.
965
-
966
- ## 1.2.262
967
-
968
- - 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.
969
- - 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.
970
-
971
- ## 1.2.261
972
-
973
- - Added a new slot, `formPrependAfterRequired`, to the `AForm` component
974
-
975
- ## 1.2.260
976
-
977
- - Added the `autocomplete` prop to form elements, enabling `autocomplete` functionality. Also included support for `placeholders` where applicable.
978
-
979
- ## 1.2.259
980
-
981
- - Added a new field, `classHeaderParent`, for elements within the `columns` array prop in the `ATable` component, allowing for additional customization of header parent classes.
982
-
983
- ## 1.2.258
984
-
985
- - Fixed an issue with `computePosition` when using the `floating-ui` library
986
- - Resolved a bug in the `AInput` component for `type='color'`
987
-
988
- ## 1.2.257
989
-
990
- - Implemented a `debounce` function for `ResizeObserver` in components to address intermittent errors related to resize events.
991
-
992
- ## 1.2.256
993
-
994
- - Expanded accessibility attributes for the `AFieldset`, `ACheckbox` and `ARadio` components to improve screen reader support.
995
- - Added translations for the documentation of the `AModal` component.
996
-
997
- ## 1.2.255
998
-
999
- - Enhanced accessibility for the `APagination` component, improving its support for screen readers
1000
-
1001
- ## 1.2.254
1002
-
1003
- - Made structural adjustments to the templates of `AInputCurrency` and `AInputNumber` components and added new CSS classes for improved styling and layout consistency
1004
-
1005
- ## 1.2.253
1006
-
1007
- - Applied `font-weight: bolder` styling to labels in the `ALabel` component when `isLabelFloat` is set to `false`.
1008
-
1009
- ## 1.2.252
1010
-
1011
- - Introduced new props and made changes to enhance accessibility for the `AModal` component, improving its usability with screen readers and assistive technologies.
1012
-
1013
- ## 1.2.251
1014
-
1015
- - `ATooltip`: Added the `withoutAriaDescribedby` prop for more flexible ARIA descriptions.
1016
- - `FilterList`: Introduced a new `lastSeparator` parameter in the `filterList` function, with documentation updates.
1017
- - `AGroup`: Refactored the component and added the first part of its documentation.
1018
- - Menu Sorting: Adjusted the order of links in the documentation menu.
1019
- - `ATabs` Fixes: Applied CSS, HTML, and disabled state fixes to improve component styling and functionality.
1020
- - `AFieldset`: Renamed the ´classColumn´ prop to ´classColumnDefault´ for a consistent structure among form elements.
1021
- - Accessibility Extensions: Added ´inheritAttrs: false´ to form element components to enhance accessibility customization.
1022
- - ´ATabs´ Documentation: Added parts 3 and 4 of the ´ATabs´ component documentation.
1023
-
1024
- ## 1.2.250
1025
-
1026
- - ´AHttpAPI´: Fixed the ´postHttp´ function by adding the ´urlBase´ argument.
1027
- - ´ATabs´ Documentation: Added parts 1 and 2 of the ´ATabs´ component documentation.
1028
- - ´ATabs´ Refactoring: Expanded the ´ATabs´ component with new props and additional functionality.
1029
- - ´ALoading´ Documentation and Refactoring: Refactored the ´ALoading´ component and provided full documentation.
1030
- - ´ASpinner´ Documentation: Documented the ´ASpinner´ component and added translations.
1031
- - ´ACloak´ Documentation: Added documentation and translations for the ´ACloak´ component.
1032
- - ´AFieldset´ Documentation and Refactoring: Documented the ´AFieldset´ component with structural improvements.
1033
- - ´ATemplate´ Documentation: Added complete documentation for the ´ATemplate´ component.
1034
- - ´label-screen-reader´ Fixes and Documentation: Introduced the ´label-screen-reader´ prop for form elements and added corresponding documentation.
1035
-
1036
- ## 1.2.249
1037
-
1038
- - Added the ´modalStyle´ prop to the ´AModal` component, allowing for additional style customization. Documentation has been updated to include details on this new prop.
1039
-
1040
- ## 1.2.248
1041
-
1042
- - Added support for custom HTML attributes to the `AModal` component
1043
-
1044
- ## 1.2.247
1045
-
1046
- - Added the ´minHeightBody´ prop to set a minimum height for the ´ATinymce´ editor body
1047
- - Updated the context menu functionality within the ´ATinymce´ component for improved contextual behavior
1048
-
1049
- ## 1.2.246
1050
-
1051
- - 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
1052
-
1053
- ## 1.2.245
1054
-
1055
- - 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.62.0
11
+
12
+ - Update UiClearButtonAPI: Enhance `isClearButtonLocal` logic to respect the `disabled` state.
13
+ - `ATableForm`: add isEditOnRowClick: Introduce `isEditOnRowClick` functionality to ATableForm, enabling row edit mode activation by click when configured.
14
+ - `ATableForm`: add focus-by-column-id: Introduce `focusEditableElementByColumnId` to support focusing specific columns during row edit mode, enhancing row click functionality.
15
+
16
+ ## 2.61.0
17
+
18
+ - Feature: Add `rowView` prop to `ATableForm` for toggling between "list" and "table" view modes, implement `ATableFormCellList` for list view rendering, and update related components, tests, and documentation
19
+
20
+ ## 2.60.1
21
+
22
+ - Refactor: Replace `dndDisabledCallback` with `actionsDisabledCallback` in `ATableForm` to support multiple action-specific callbacks and update related components and APIs
23
+
24
+ ## 2.60.0
25
+
26
+ - Feature: Add `dndDisabledCallback` prop to `ATableForm` for disabling drag-and-drop on specific rows and update `DragAndDropAPI` to respect row-level drag-and-drop restrictions
27
+
28
+ ## 2.59.0
29
+
30
+ - Feature: Add `translateGroup` prop support across multiple components and update APIs to handle translation of group labels
31
+
32
+ ## 2.58.0
33
+
34
+ - Feature: Add `key-group` support in `data-extra` for grouped item configurations across multiple components and update translations accordingly
35
+
36
+ ## 2.57.8
37
+
38
+ - Fix: Preserve programmatic focus and add visible focus styles for `ATableForm` rows and tables
39
+ - Fix: Exclude `ATableForm` columns with `isRender: false` from headers, cells, validation, colspan, and width calculations
40
+
41
+ ## 2.57.7
42
+
43
+ - Fix: Respect `skipRequiredModelInit` on blur and validation in `AInputCurrency`
44
+
45
+ ## 2.57.6
46
+
47
+ - Fix: Fix duplicate minus in currency `AInputCurrency` formatting
48
+
49
+ ## 2.57.5
50
+
51
+ - Feature: Pass `rowId` and `btnDeleteId` in `onDeleteRow` emit and update `DeleteAPI` for enhanced deletion context in `ATableForm`
52
+ - Feature: Add `focusAfterMove` prop in `ATableForm` and update `DragAndDropAPI` to support focus management after row movements
53
+ - Add preventKeyboardRepeat: Introduce `preventKeyboardRepeat` prop to AElement-related components and enhance keydown handling logic to prevent repeated activations.
54
+ - Adjust ColumnsGrowAPI: Introduce TABLE_WIDTH_SAFE_DELTA to prevent subpixel overflow and avoid unnecessary scrollbar rendering.
55
+
56
+ ## 2.57.4
57
+
58
+ - Prevent required currency init from resetting empty model
59
+ - Refactor: Rename `classesLocal` to `actionsClassesLocal` in `ClassesAPI` and update references for consistent naming
60
+ - Feature: Add `IdsAPI` for managing button IDs in `ATableFormCellAction` and update related logic for improved focus handling after edit actions
61
+
62
+ ## 2.57.3
63
+
64
+ - Refactor: Reorder and add props (`extra`, `actions*`) in `ATableForm` and related components for improved clarity and consistency
65
+ - `UICurrency`: Fix input currency zero key handling
66
+
67
+ ## 2.57.2
68
+
69
+ - Refactor: Simplify class names in `ClassesAPI` and update related components in `ATableForm` for consistency.
70
+ - Refactor: Replace `classes` with `actionsClasses` in `ATableFormCellAction` for consistent naming
71
+
72
+ ## 2.57.1
73
+
74
+ - Feature: Add `ClassesAPI` to `ATableForm` and related components for customizable action button styling via `actionsClasses` prop.
75
+
76
+ ## 2.57.0
77
+
78
+ - Add `ATableForm` component with drag-and-drop functionality, SCSS styles, and localized translations across supported languages
79
+ - UICurrency fixes (handle minus, validationOnChange, clearModel unnecessary comma)
80
+
81
+ ## 2.56.1
82
+
83
+ - Fix: Refactor `modelArrayWithoutDataExtra` logic for better handling of empty arrays and improve efficiency of watch comparison in `UiDataFromServerAPI`.
84
+
85
+ ## 2.56.0
86
+
87
+ - Feature: Replace icon-based approach in `AAccordion` with `AIcon` component for better flexibility. Add `ChevronUp` and `ChevronDown` icons, introduce `isCaretLocal` handling, and update class structure for open/close states.
88
+
89
+ ## 2.55.0
90
+
91
+ - Feature: Add `isCloseByButtonInvisibleInViewport` prop to `ADropdown` and implement `onReferenceHidden` logic in `PopoverAPI`. Optimize `ToggleAPI` with `getDropdownButtonElement` abstraction and improve focus behavior.
92
+
93
+ ## 2.54.0
94
+
95
+ - Feature: Introduce `oneItemAlwaysOpen` prop to `AAccordion` with logic updates in `ToggleAPI` and `AttributesAPI`.
96
+
97
+ ## 2.53.0
98
+
99
+ - Feature: add `trigger` and `triggerDetails` to returned arguments for `AInputCurrency`
100
+
101
+ ## 2.52.0
102
+
103
+ - Feature: Add `readonly` prop to `ADropdown` with i18n support and examples.
104
+
105
+ ## 2.51.0
106
+
107
+ - Feature: Add `showMore` prop for toggle button control in `ADisclosure` with i18n updates for supported languages.
108
+
109
+ ## 2.50.0
110
+
111
+ - Feature: `iconAppend` prop for `AInput`
112
+
113
+ ## 2.49.3
114
+
115
+ - Fix: Update `group` values from `button` to `badge` in `ASelectStylesPlugin`.
116
+
117
+ ## 2.49.2
118
+
119
+ - Feature: Add badge and border style options to `ASelectStylesPlugin` with i18n updates for supported languages.
120
+
121
+ ## 2.49.1
122
+
123
+ - Fix: `AInput` focus for on close button click.
124
+
125
+ ## 2.49.0
126
+
127
+ - Feature: Add `teleportSelector` prop to `AModal` and `AModalForm` for customizable teleport target with default plugin option.
128
+
129
+
130
+ ## 2.48.1
131
+
132
+ - Fix: Add `class` binding to `ASelect` for dynamic class support.
133
+
134
+
135
+ ## 2.48.0
136
+
137
+ - Feature: Enhance `ADatepicker` placeholder logic with `isInputFocused` state and improved `PlaceholderAPI` integration. Adjust default `isLabelFloat` prop to `true`.
138
+ - Feature: Add `ADataRetrievePlugin` and examples demonstrating option retrieval with fallback for missing values. Include i18n support and UI updates for retrieve functionality.
139
+
140
+ ## 2.47.3
141
+
142
+ - Fix: Correct model handling when min and max are not set, thousandDivider validator adjusted `AInputCurrency`
143
+ - Fix: Correct display value, when decimal part is not set in `AInputCurrency`
144
+ - Fix: validator for thousandDivider now accepts empty string in `AInputCurrency`
145
+
146
+
147
+ ## 2.47.2
148
+
149
+ - Fix: Correct model handling when required and the model is empty in `AInputCurrency`
150
+
151
+ ## 2.47.1
152
+
153
+ - Fix: Move cursor after the last decimal when focused on the last position in `AInputCurrency`
154
+
155
+ ## 2.47.0
156
+
157
+ - Feature: Add `labelNotFound` and `showNotFound` props to `ASelect` for improved handling of missing options, with translations and documentation updates.
158
+
159
+ ## 2.46.0
160
+
161
+ - Chore: Update dependencies to latest compatible versions.
162
+
163
+ ## 2.45.2
164
+
165
+ - Fix: Ensure consistent height for `APagination` links by adding `height: 100%` to styles.
166
+
167
+ ## 2.45.1
168
+
169
+ - Feature: Add `TextsAPI` for dynamic text handling in `APaginationCountPerPage`, enabling customizable text properties and translation support.
170
+ - Feature: Add `texts` prop to `APagination` and update `ComponentsAPI` to consume dynamic text settings.
171
+ - Refactor: Move mobile mode handling out of `APagination` into `PaginationModesAPI`, and integrate it into `ATable`.
172
+ - Docs: Update `APagination` props and i18n to include `texts` and clarify the `modes` description.
173
+
174
+ ## 2.45.0
175
+
176
+ - Feature: Add `APaginationPages` component and export it, with new documentation pages, examples, and localized translations.
177
+ - Feature: Add `TextsAPI` to improve text customization and i18n support in `APaginationPages`.
178
+ - Refactor: Rename pagination props for clarity (`countAllRows` -> `totalCount`, `paginationMaxItems` -> `maxPages`), remove `totalRowsCount`, and update related logic, docs, and translations.
179
+ - Refactor: Align pagination markup/styles by sharing SCSS variables and simplifying rendering (including removal of `hasRows`).
180
+ - Doc/UX: Add `AlohaPaginationItems` helper and refresh pagination demo examples (basic, disabled, max pages, limits per page, short/mode).
181
+ - Refactor: Use `null` instead of empty strings in `ATabsContent` and `ATabsTab` render defaults.
182
+
183
+ ## 2.44.0
184
+
185
+ - Feature: Add `class` and `classMenuSearch` props to `ASelect`, with default values in `ASelectPluginOptions`. Enhance menu class binding to support conditional styling for search functionality.
186
+
187
+
188
+ ## 2.43.1
189
+
190
+ - Feature: `countAllRows` in ATableTopPanel multipleActionActiveSlot
191
+
192
+
193
+ ## 2.43.0
194
+
195
+ - Feature: Introduce `aSortBy` utility with extended sorting capabilities, including case-insensitive sorting and mixed iteratee support. Add comprehensive test coverage.
196
+ - Feature: Add `aOrderBy` utility for extended ordering functionality with support for case-insensitive sorting, iteratee arrays, mixed orders, nested paths, and additional options. Include comprehensive test coverage.
197
+ - Refactor: Replace `lodash-es` `sortBy` with internal `aSortBy` utility across multiple components for consistency and enhanced functionality
198
+ - Refactor: Replace `lodash-es` `orderBy` with internal `aOrderBy` utility across composition APIs for consistency and extended functionality.
199
+
200
+
201
+ ## 2.42.1
202
+
203
+ - Fixed bug when model is updated outside `AInputCurrency`
204
+
205
+ ## 2.42.0
206
+
207
+ - Add `onlyMobile` prop to `AMenu` for enhanced mobile-specific behavior support.
208
+
209
+ ## 2.41.5
210
+
211
+ - Wrap `textSelectAll` and `textDeselectAll` in `ATranslation` for improved localization support in `ASelect`.
212
+
213
+ ## 2.41.4
214
+
215
+ - Fix `isActionColumnVisible` reference in `SimpleTableAPI` to ensure correct return logic.
216
+
217
+ ## 2.41.3
218
+
219
+ - Fix `isActionIconVisible` initialization in `SimpleTableAPI` to correctly reference its prop.
220
+
221
+ ## 2.41.2
222
+
223
+ - Revert to `dompurify` from `isomorphic-dompurify` for simplicity and update related imports and usage in `utils.js`.
224
+
225
+ ## 2.41.1
226
+
227
+ - Export `DOMPurify` from `utils.js` for enhanced modularity and clarify `isomorphic-dompurify` usage.
228
+
229
+ ## 2.41.0
230
+
231
+ - Replace `dompurify` with `isomorphic-dompurify` for improved isomorphic compatibility.
232
+
233
+ ## 2.40.0
234
+
235
+ - Feature: Add `useHtmlIdAsKey` prop to support using `htmlId` instead of index as key for form elements across AForm, AGroup, AFieldset, AModalForm, and related components. Update i18n files with descriptions.
236
+
237
+ ## 2.39.6
238
+
239
+ - Fix: Update modal responsive widths for large, XL, and XXL variants in SCSS.
240
+
241
+ ## 2.39.5
242
+
243
+ - Fix: Add optional chaining for `inputRef.value` to safely access DOM properties in InputEventsAPI.
244
+ - Fix: Update `getLabelsFromChildren` call to use object destructuring for `children` parameter in LabelsAPI.
245
+
246
+ ## 2.39.4
247
+
248
+ - Refactor `ATableTd`: simplify ternary expressions for readability and update `ATranslation` prop from `text` to `html`.
249
+
250
+ ## 2.39.3
251
+
252
+ - CSS Replace `color-adjust` to `print-color-adjust`
253
+
254
+ ## 2.39.2
255
+
256
+ - Minor fixes: ScrollAPI error, AMenu render
257
+
258
+ ## 2.39.1
259
+
260
+ - SSR
261
+ - Update `getRemPx` in `ARemPxAPI`: replace `defaultRemPx.value` with static `16` for non-browser environments.
262
+
263
+ ## 2.39.0
264
+
265
+ - SSR
266
+ - Refactor mounting logic: introduce `isMounted` state and move `addPopperContainerInBody` calls into `onMounted` lifecycle hook across components for consistent initialization timing. Adjust render methods to account for `isMounted` state.
267
+ - Integrate `isBrowser` checks into `AMobileAPI`, `ANotification`, `AMenu`, `APageTabTitleAPI`, and `ARemPxAPI` to ensure compatibility with non-browser environments. Update lifecycle hooks for proper rendering and initialization timing.
268
+ - Refactor popper initialization: move `addPopperContainerInBody` calls into `onMounted` lifecycle hook in `ATooltip`, `ADropdown`, and `ASelect` for proper mounting timing.
269
+ - Integrate `isBrowser` checks into `AMobilePlugin` and `ARemPxPlugin` to ensure compatibility with non-browser environments.
270
+ - Refactor browser environment checks: integrate `isBrowser` utility into `autosize`, `utils`, and `utilsDOM` to improve maintainability and consistency.
271
+ - Add `isBrowser` utility function: detect browser environment and export through `index.js`.
272
+
273
+ ## 2.38.1
274
+
275
+ - Feature: Add `a_fieldset_with_legend` class for fieldsets with labels, enhance collapsible functionality and update related SCSS styles for AFieldset and other components.
276
+
277
+ ## 2.38.0
278
+
279
+ - Feature: Add `labelTitle` prop support and enhance title behavior in AMultiselectOrdered, ACheckboxLegend, and AFieldset. Update AFieldset styles for responsive legend text and improve collapsible fieldset functionality.
280
+
281
+ ## 2.37.0
282
+
283
+ - Feature: Add `default` prop support to `ASwitch` and integrate `initDefaultModel` logic. Update documentation, examples, and translations with `PageSwitchDefault` component.
284
+
285
+ ## 2.36.0
286
+
287
+ - Feature: Add "one_per_group" mode for ASelect component with grouped selection support and update associated documentation, examples, and translations.
288
+ - Feature: Enhance PageFilters with "one_per_group" mode support in multiselect, update translations, examples, and logic in ModelValuesAPI for grouped selection handling.
289
+
290
+ ## 2.35.1
291
+
292
+ - Enhance `ASlider`'s `DataAPI`: refine step value handling with decimal precision and update computed data to ensure accurate values using `toFixed`.
293
+
294
+ ## 2.35.0
295
+
296
+ - `ASlider`: added vertical slider support with updated styles, orientation logic, and a new example `PageSliderVertical` integrated into the documentation.
297
+ - `ASlider`: improved stop rendering logic using `lodash.forEach` and computed positions; added SCSS variables for customizing stops and included a new `PageSliderStops` example in the documentation.
298
+ - `ASlider`: implemented full ARIA attribute support via `AriaAttributesAPI` (`aria-valuemin`, `aria-valuemax`, `aria-valuenow`, `aria-valuetext`, `aria-orientation`) to improve accessibility.
299
+ - `ASlider`: modularized internal logic by extracting `StopsAPI`, `DataAPI`, `LabelAPI`, `AttributesAPI`, `StylesAPI`, `DragAndDropAPI`, and `TitleAPI` to improve maintainability and clarity.
300
+ - `ASlider`: enhanced dragging and keyboard accessibility, added support for `step`, and integrated proper focus management for accessible interactions.
301
+ - `Documentation`: added new usage examples to the documentation, including `PageSliderVertical`, `PageSliderStops`, `PageSliderRange`, `PageSliderMinMax`, `PageSliderErrors`, `PageSliderHelpText`, `PageSliderLabelDescription`, and `PageSliderChange`, with accompanying Pug templates, JavaScript content, and i18n keys.
302
+
303
+
304
+ ## 2.34.0
305
+
306
+ - Add gap utilities for spacing, including `.a_gap_*`, `.a_gap_x_*`, and `.a_gap_y_*` classes based on `$a_spacing_values`.
307
+ - Migrate `ADatepicker` localization to JSON-based i18n files, remove hardcoded language definitions, and refactor related APIs for improved modularity and maintainability.
308
+ - Add `startDate` and `focusStartDate` props to `ADatepicker`
309
+ - Add `maxDate` and `minDate` props to `ADatepicker`
310
+
311
+ ## 2.33.4
312
+
313
+ - Default RemPx value in Plugin
314
+
315
+ ## 2.33.3
316
+
317
+ - Fixed: Add missing border radius to `.a_modal_footer_actions` for consistent styling
318
+
319
+ ## 2.33.2
320
+
321
+ - Add `btnCloseIcon` prop to AAlert for configurable close button icon and update associated SCSS
322
+
323
+ ## 2.33.1
324
+
325
+ - Add `alertParentClassLocal` to `AAlert` component
326
+
327
+ ## 2.33.0
328
+
329
+ - Add customizable button class props to `AFilterCenter` and `AFilterCenterItem` components, refactor `AFilters` to use `filtersPluginOptions` defaults, and update plugin configuration for button styles.
330
+
331
+ ## 2.32.5
332
+
333
+ - Add `classExtra` prop to components for customizable additional classes, update related logic in `AModal`, `AWizard`, and `AModalWizard` components
334
+
335
+ ## 2.32.4
336
+
337
+ - Refactor: Update AConfirmAPI to use named exports for improved modularity and adjust index.js for updated export structure
338
+
339
+ ## 2.32.3
340
+
341
+ - Fixed: Add null checks for `aTableRef` and `_previewRef` in `PreviewRightResizeAPI` to improve stability
342
+
343
+ ## 2.32.2
344
+
345
+ - Fixed: Add defensive checks for `getBoundingClientRect` across components to improve stability when handling DOM elements
346
+
347
+ ## 2.32.1
348
+
349
+ - Feature: Add `aria-hidden` attribute to divider type in `ADropdownAction` for improved accessibility
350
+
351
+ ## 2.32.0
352
+
353
+ - Feature: Add `selectRoute` and `multiselectRoute` types to `ARouterLinkConfig`
354
+
355
+ ## 2.31.0
356
+
357
+ - Feature: Add `useRem` support and adjustments across `ATable` and `ADropdown` components for REM-based scaling
358
+
359
+ ## 2.30.4
360
+
361
+ - Feature: Add error handling, improved validation, and extended `AValidatedJson` API functionality
362
+ - Feature: Extend `AValidatedJson` functionality with `parentHtmlId`, improved error labels, and IdAPI integration
363
+
364
+ ## 2.30.3
365
+
366
+ - Style: Add support for `border-radius` in ATable preview down styles
367
+
368
+ ## 2.30.2
369
+
370
+ - Feature: Add `changeFontSize` callback to ARemPxPlugin for dynamic font size updates
371
+
372
+ ## 2.30.1
373
+
374
+ - Feature: Export `remPx` from ARemPxAPI for enhanced utility
375
+
376
+ ## 2.30.0
377
+
378
+ - Feature: Add `mobileBreakpoint` ref for better breakpoint management in AMobilePlugin and AMobileAPI
379
+
380
+ ## 2.29.0
381
+
382
+ - Add `labelDescription` prop across components and examples
383
+ - Feature: Add support for `init` and `change` events in `ACarousel` with related documentation and examples
384
+
385
+ ## 2.28.6
386
+
387
+ - `AValidatedJson` code cleanup
388
+
389
+ ## 2.28.5
390
+
391
+ - fixed `AValidatedJson`
392
+
393
+ ## 2.28.4
394
+
395
+ - fixed `AValidatedJson`
396
+
397
+ ## 2.28.3
398
+
399
+ - Refactor: Update component mappings to include `AValidatedJson` only in `AUiComponents`
400
+
401
+
402
+ ## 2.28.2
403
+
404
+ - Add `AValidatedJson` to `AFieldset` and ´AUiContainerComponents´ for extended component support.
405
+
406
+ ## 2.28.1
407
+
408
+ - Refactor `ACarousel`: Introduce `ArrowsAPI` to manage arrow visibility logic and update related components for improved reusability and maintainability.
409
+
410
+ ## 2.28.0
411
+
412
+ - Add component `AValidatedJson`
413
+
414
+ ## 2.27.1
415
+
416
+ - Fix casing in `ARemPxAPI` export path for consistency with compositionAPI folder structure.
417
+
418
+ ## 2.27.0
419
+
420
+ - Refactor `SCSS`: Convert all pixel-based units to `rem`
421
+ - Refactor `ACarousel`: Introduce rem-based unit mapping for consistent scaling, integrate global `ARemPxAPI`, and update `ACarousel` `SCSS`, composition APIs, and plugins accordingly.
422
+
423
+ ## 2.26.0
424
+
425
+ - Refactor `ACarousel` controls: introduce `ACarouselControlsIndicator` component, update related indicators handling logic, and add support for nested children and new margin property.
426
+
427
+ ## 2.25.2
428
+
429
+ - Add `AValidatedJson` list mode functionality with composition API
430
+
431
+ ## 2.25.1
432
+
433
+ - Added selector-close for AMenu, to set focus on a desired element after the menu close
434
+ - Added integerPartMaxLength prop for AInputCurrency to set custom length for integer part of the value
435
+ - Minor fixes to AInputCurrency
436
+
437
+ ## 2.25.0
438
+
439
+ - Add button style groups and translations to `ASelectStyle`, update plugin and documentation
440
+
441
+ ## 2.24.0
442
+
443
+ - Add new component `ASelectStyle` with docu
444
+
445
+ ## 2.23.0
446
+
447
+ - Documentation `CSS`: `Text`
448
+ - Refactor `ACarousel` styles
449
+ - Add `text_line_through` and `text_decoration_none` utilities for text decoration styling
450
+ - Add `text_justify` utility for text alignment and responsive breakpoint support in text styles
451
+ - Add `text_clamp` utility to support multiline text truncation with CSS clamp technique
452
+
453
+ ## 2.22.0
454
+
455
+ - Documentation `AElement`
456
+ - Add-ons for `ACarousel`
457
+ - `indicators-type`: `squares`
458
+ - `indicatorsAutoLimit`
459
+ - `indicatorsLimit`
460
+ - `indicatorWidth`
461
+
462
+ ## 2.21.5
463
+
464
+ - Adjust padding-right in `ASelect` dropdown for improved spacing.
465
+
466
+ ## 2.21.4
467
+
468
+ - Fix toggle behavior in `ASelect` to prevent premature closing when interacting with HTML elements
469
+
470
+ ## 2.21.3
471
+
472
+ - Fix: ATable, Sorting for columns defect
473
+
474
+ ## 2.21.2
475
+
476
+ - Refactor badge `SCSS` variables for `.a_badge` to use consistent naming convention
477
+
478
+ ## 2.21.1
479
+
480
+ - Broken version
481
+
482
+ ## 2.21.0
483
+
484
+ - Add badge styles, documentation, and localization
485
+
486
+ ## 2.20.0
487
+
488
+ - Feature: Introduced `pagination.position` (`top`, `bottom`, `y`) for `ATable`
489
+
490
+ ## 2.19.1
491
+
492
+ - Fix translation in `AErrors`
493
+
494
+ ## 2.19.0
495
+
496
+ - Translations: `AErrors`, `AAlert`, `APagination`, `AFilters`, `AFormElementBtnClear`
497
+
498
+ ## 2.18.0
499
+
500
+ - Add Props: `useFlatModel` for `AForm`, `AModalForm`, `AFieldset`, `AGroup`
501
+
502
+ ## 2.17.0
503
+
504
+ - Add props: `useFlatErrors` for `AForm`, `AModalForm`, `AErrors`, `AFieldset`, `AGroup`
505
+
506
+ ## 2.16.0
507
+
508
+ - New component: `ACarousel`
509
+
510
+ ## 2.15.0
511
+
512
+ - Add a new function `getTranslatedAttributes`
513
+ - `AModal`: Fix Styles
514
+
515
+ ## 2.14.1
516
+
517
+ - `ASelectValueCloseable`: Fix in close function
518
+
519
+ ## 2.14.0
520
+
521
+ - Change Styles for `Errors`, `Legend` and `Fieldset`
522
+ - `ALabel`: Fix für `onClick`
523
+ - `AErrors`: extension `goTo` function
524
+
525
+ ## 2.13.1
526
+
527
+ - Add `updateI18nForLanguage` function to `ATranslationAPI`
528
+
529
+ ## 2.13.0
530
+
531
+ - Add `updateI18n` function to support dynamic `i18n` updates
532
+
533
+ ## 2.12.1
534
+
535
+ - `ASelect` Fix
536
+
537
+ ## 2.12.0
538
+
539
+ - Add `ASelectIcon` component
540
+
541
+ ## 2.11.3
542
+
543
+ - Prioritize data from server for ASelect
544
+
545
+ ## 2.11.2
546
+
547
+ - Refactor focus handling in `UiAPI`
548
+
549
+ ## 2.11.1
550
+
551
+ - Add export for `AFilterCenter` component
552
+
553
+ ## 2.11.0
554
+
555
+ - Add `focusin` and `focusout` event handling to `ARadio` component
556
+ - Add `focusin` and `focusout` event handling to `ACheckbox` component
557
+ - Add support for `type` prop and `minuteStep` in `ADatepicker`
558
+ - Refactor `ADatepicker` format handling with `TypeAPI` integration
559
+ - Refactor focus handling in `ADatepicker` components.
560
+ - Refactor `APanelYear` to composition API
561
+ - Refactor `APanelTime` to composition API
562
+
563
+ ## 2.10.1
564
+
565
+ - Fix model update in `AFilters`
566
+
567
+ ## 2.10.0
568
+
569
+ - Add utility classes for vertical alignment
570
+
571
+ ## 2.9.2
572
+
573
+ - `ATableTopPanel`: fix `currentMultipleActions`
574
+
575
+ ## 2.9.1
576
+
577
+ - `AModal`: added "modal inside a modal" feature with proper `z-index` stacking support
578
+
579
+ ## 2.9.0
580
+
581
+ - Added `.column_offset_right_*` classes to grid utilities for right column offsets with dynamic margin-right
582
+ calculations
583
+
584
+ ## 2.8.4
585
+
586
+ - `ADatePicker`: Added customizable class prop and fixed `SCSS` indentation
587
+
588
+ ## 2.8.3
589
+
590
+ - Fix model update in `AFilters`
591
+
592
+ ## 2.8.2
593
+
594
+ - Fix buttons ids in `ATableTdAction`
595
+
596
+ ## 2.8.1
597
+
598
+ - Fix `//` in `AHttpAPI`
599
+
600
+ ## 2.8.0
601
+
602
+ - New component `AMultiselectOrdered`
603
+ - Props `attributesFieldset` for `ACheckbox`, `ARadio`, `AFieldset`, `AMultiselectOrdered`, `ARouterLinkConfig`
604
+
605
+ ## 2.7.3
606
+
607
+ - `AFilters`: fix `changeModel` functions
608
+
609
+ ## 2.7.2
610
+
611
+ - `ATemplate`: fix `type` for `modelValue`
612
+
613
+ ## 2.7.1
614
+
615
+ - `ATemplate`: fix `props`
616
+
617
+ ## 2.7.0
618
+
619
+ - New component `AFormElement`
620
+ - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
621
+ - Fix in `keyDisabledCallback`
622
+
623
+ ## 2.6.1
624
+
625
+ - Fix model in AModalForm
626
+
627
+ ## 2.6.0
628
+
629
+ - Update logic model change in ui-components
630
+
631
+ ## 2.5.0
632
+
633
+ - readonly for ui-components
634
+
635
+ ## 2.4.1
636
+
637
+ - `ASelect`: fix `watch` for `url`, `apiSaveId`, `urlParams`
638
+
639
+ ## 2.4.0
640
+
641
+ - New component `ARouterLinkConfig`
642
+ - `ARouterLinkConfig`: Improvements
643
+ - Fix padding for `a_search_highlight`
644
+ - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
645
+ - `filterJson`: fix for `jsonClass`
646
+
647
+ ## 2.3.1
648
+
649
+ - Fix: import `APopupAPI` and functions
650
+
651
+ ## 2.3.0
652
+
653
+ - `AModal`: don't close modal if popup opened
654
+ - `AAlert`: new props ariaAtomic and role
655
+ - `AHttpAPI`: ignoreErrorHandler as function
656
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
657
+
658
+ ## 2.2.0
659
+
660
+ ### Enhancements:
661
+ - Expanded `ASelect` component by adding three new props:
662
+ - `exclusive-option-label`
663
+ - `exclusive-option-value`
664
+ - `is-exclusive-option-enabled`
665
+
666
+ ### Description:
667
+ 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.
668
+
669
+ ## 2.1.13
670
+
671
+ - Fix 2 import from moment.js
672
+
673
+ ## 2.1.12
674
+
675
+ - Fix import from moment.js
676
+
677
+ ## 2.1.11
678
+
679
+ - Test version
680
+
681
+ ## 2.1.10
682
+
683
+ - **Fix:** Corrected SCSS import order.
684
+
685
+ ## 2.1.9
686
+
687
+ - Fixed arguments for `filterSearchHighlight` in CompositionAPI.
688
+ - Added documentation for the `ATranslation` component.
689
+
690
+ ## 2.1.8
691
+
692
+ - **New Exports Added**
693
+ - `UiAPI`, `UIExcludeRenderAttributesAPI`, `UiStyleHideAPI`, `AErrorsText`
694
+
695
+ ## 2.1.7
696
+
697
+ - **New Exports Added**
698
+ - **ATranslationAPI**
699
+ - `translation`
700
+ - **AMenuButtonToggle**
701
+ - `AMenuButtonToggle_ToggleAPI`
702
+
703
+ ## 2.1.6
704
+
705
+ - **New Exports Added**
706
+ - **Utils**
707
+ - `dompurify`
708
+ - `sanitize`
709
+
710
+ ## 2.1.5
711
+
712
+ - **New Export Added**
713
+ - **AFiltersAPI**
714
+ - `AFiltersAPI_additionFilters`
715
+
716
+ ## 2.1.4
717
+
718
+ - **New Exports Added**
719
+ - **AHttpAPI**
720
+ - `AHttpAPI_abortHttp`
721
+ - `AHttpAPI_API_CONFIG`
722
+ - `AHttpAPI_callHttpRequestAndCheckSavedApi`
723
+ - `AHttpAPI_clearAllApiSaved`
724
+ - `AHttpAPI_clearApiSaved`
725
+ - `AHttpAPI_deleteHttp`
726
+ - `AHttpAPI_getHttp`
727
+ - `AHttpAPI_getListHttp`
728
+ - `AHttpAPI_getOptionsHttp`
729
+ - `AHttpAPI_getUrlParams`
730
+ - `AHttpAPI_patchHttp`
731
+ - `AHttpAPI_postHttp`
732
+ - `AHttpAPI_putHttp`
733
+ - `AHttpAPI_setBaseUrl`
734
+ - `AHttpAPI_setErrorCallbacks`
735
+ - `AHttpAPI_setHeaderParams`
736
+ - `AHttpAPI_setUrlForArray`
737
+ - `AHttpAPI_setUrlWithParams`
738
+ - **AMobileAPI**
739
+ - `AMobileAPI_isMobileWidth`
740
+ - `AMobileAPI_setIsMobileWidth`
741
+ - **ANotificationAPI**
742
+ - `ANotificationAPI_addNotification`
743
+ - `ANotificationAPI_setNotificationTimeout`
744
+ - **APageTabTitleAPI**
745
+ - `APageTabTitleAPI_setBaseTitle`
746
+
747
+ ## 2.1.3
748
+
749
+ - New Imports:
750
+ - Added imports for the following components, functions, and constants:
751
+ - Components: `AMenuButtonToggle`, `APlacements`.
752
+ - Functions: `getTranslatedText`, `isPlaceholderTranslate`, `setI18n`, `setLanguage`, `toggleTranslate`, `updateTranslation`
753
+ - Constants: `i18n`, `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`, `timeTranslationLastChanged`, `isTranslate`.
754
+ - Renamed `i18n` to `i18nAll` for better clarity.
755
+
756
+ ## 2.1.2
757
+
758
+ - Linting Enhancements:
759
+ - Implemented linting for Vue.js components and codebase using ESLint
760
+ - Documentation Updates:
761
+ - Updated configuration and import examples in the documentation.
762
+
763
+ ## 2.1.1
764
+
765
+ - `AOneCheckbox`: Fixed warnings related to the slot usage.
766
+
767
+ ## 2.1.0
768
+
769
+ - `AOneCheckbox`: Added new props:
770
+ - `slotName` for customizing slots.
771
+ - `labelAttributes` for configuring additional attributes on labels.
772
+
773
+ ## 2.0.1
774
+
775
+ - Bug Fix: Added missing `CSS` file to the library.
776
+ - New Imports:
777
+ - Functions:
778
+ - `concatTwoStringsWithSpace`, `colorToHex`, `hexToRgb`, `mixBlack`, `mixColor`, `mixWhite`, `rgbToHex`, `sanitizeLocal`, `getUniqueSelector`, `scrollToElement`, `setFocusToElement`, `setFocusToPreviousFocusableElement`, `setFocusToNextFocusableElement`, `toPrecision`.
779
+ - Constants:
780
+ - `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`.
781
+
782
+ ## 2.0.0
783
+
784
+ - Major refactoring and expanded documentation.
785
+ - Migration Guide:
786
+ - `AMenu2` `AMenu`: Component renamed, updated CSS classes, and variables.
787
+ - `ATinymce` removed: License change to `GPL-2.0-or-later`.
788
+ - Style updates:
789
+ - Fixed `.a_columns_gab_` typo to `.a_columns_gap_`.
790
+ - Integrated `aloha-css` styles into `aloha-vue`.
791
+ - Improved import system: Direct import for all components, directives, and plugins.
792
+ - Dependency updates for compatibility.
793
+
794
+ ***
795
+
796
+ ## 1.12.2
797
+
798
+ - ASelect Fix
799
+
800
+ ## 1.12.1
801
+
802
+ - Prioritize data from server for ASelect
803
+
804
+ ## 1.11.1
805
+
806
+ - Fix in `keyDisabledCallback`
807
+
808
+ ## 1.11.0
809
+
810
+ - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
811
+
812
+ ## 1.10.1
813
+
814
+ - `filterJson`: fix for `jsonClass`
815
+
816
+ ## 1.10.0
817
+
818
+ - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
819
+
820
+ ## 1.9.2
821
+
822
+ - Fix padding for `a_search_highlight`
823
+
824
+ ## 1.9.1
825
+
826
+ - `ARouterLinkConfig`: Improvements
827
+
828
+ ## 1.9.0
829
+
830
+ - New component `ARouterLinkConfig`
831
+
832
+ ## 1.8.0
833
+
834
+ - `AModal`: don't close modal if popup opened
835
+
836
+ ## 1.7.0
837
+
838
+ - `AAlert`: new props ariaAtomic and role
839
+
840
+ ## 1.6.0
841
+
842
+ - `AHttpAPI`: ignoreErrorHandler as function
843
+
844
+ ## 1.5.1
845
+
846
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
847
+
848
+ ## 1.5.0
849
+
850
+ ### Enhancements:
851
+ - Expanded `ASelect` component by adding three new props:
852
+ - `exclusive-option-label`
853
+ - `exclusive-option-value`
854
+ - `is-exclusive-option-enabled`
855
+
856
+ ### Description:
857
+ 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.
858
+
859
+ ## 1.4.0
860
+
861
+ ### New Arguments for `filterSearchHighlight`
862
+ - `tag`
863
+ - `attributes`
864
+ - `caseSensitive`
865
+ - `isHtml`
866
+
867
+ ## 1.3.1
868
+
869
+ - `AOneCheckbox`: Fixed warnings related to the slot usage.
870
+
871
+ ## 1.3.0
872
+
873
+ - `AOneCheckbox`: Added new props:
874
+ - `slotName` for customizing slots.
875
+ - `labelAttributes` for configuring additional attributes on labels.
876
+
877
+ ## 1.2.285
878
+
879
+ - Minor fix to the `focus` logic in the `AMenu2` component for improved usability and accessibility.
880
+
881
+ ## 1.2.284
882
+
883
+ - Improved `focus` management for the `AMenu2` component, ensuring better accessibility when the menu is closed.
884
+
885
+ ## 1.2.283
886
+
887
+ - Fixed the `HTML` structure of the component to improve accessibility and ensure compliance with accessibility standards.
888
+
889
+ ## 1.2.282
890
+
891
+ - Fixed the `ATable` component to ensure the `aria-labelledby` attribute is not used when the table has no header, improving accessibility compliance.
892
+
893
+ ## 1.2.281
894
+
895
+ - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `ADropdown` component to improve accessibility.
896
+
897
+
898
+ ## 1.2.280
899
+
900
+ - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `AGroupButtonDropdown` component to improve accessibility.
901
+
902
+ ## 1.2.279
903
+
904
+ - Removed the `disabled` attribute from the `HTML` output of the `ASelect` component to improve accessibility.
905
+
906
+ ## 1.2.278
907
+
908
+ - Fixed the `disabled` state handling for elements with `type="link"` in the `AElement` component.
909
+
910
+ ## 1.2.277
911
+
912
+ - Removed the unnecessary `role="button"` attribute from buttons in`AInputCurrency` and `AInputNumber` components.
913
+ - Added `title` and `textScreenReader` props for buttons in `AInputCurrency` and `AInputNumber` to enhance accessibility and screen reader support.
914
+
915
+ ## 1.2.276
916
+
917
+ - Fixed the `aria-describedby` attribute for UI components to ensure proper association with error messages, improving accessibility.
918
+
919
+ ## 1.2.275
920
+
921
+ - Improved the `AModal` component by managing `z-index` for multiple modal windows, ensuring proper stacking order.
922
+
923
+ ## 1.2.274
924
+
925
+ - Added translations for the `ARequired` component to support multiple languages.
926
+
927
+ ## 1.2.273
928
+
929
+ - Added `text-break` `CSS` styling to the `AModal` component to improve text handling and prevent overflow issues.
930
+
931
+ ## 1.2.272
932
+
933
+ - Fixed input behaviour in AInputCurrency for Mozilla Firefox (Firefox has slightly different event times than Webkit browsers).
934
+
935
+ ## 1.2.271
936
+
937
+ - Documentation Build: Replaced `Webpack` with `Vite` for building the documentation.
938
+ - Corrected styles for the `ATabs` component when the `isVertical` prop is set to ´true´.
939
+
940
+ ## 1.2.270
941
+
942
+ - Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
943
+
944
+ ## 1.2.269
945
+
946
+ - Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
947
+
948
+ ## 1.2.268
949
+
950
+ - 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.
951
+
952
+ ## 1.2.267
953
+
954
+ - Removed the password reveal button for `Edge`
955
+
956
+ ## 1.2.266
957
+
958
+ - 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`.
959
+
960
+ ## 1.2.265
961
+
962
+ - 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.
963
+
964
+ ## 1.2.264
965
+
966
+ - Fixed an issue with the `AMenu2` component where the menu did not close upon pressing the `'Esc'` key.
967
+
968
+ ## 1.2.263
969
+
970
+ - Enhanced accessibility for the `AMenu2` component by adding the `aria-labelledby` attribute to improve screen reader support for menu reading.
971
+
972
+ ## 1.2.262
973
+
974
+ - 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.
975
+ - 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.
976
+
977
+ ## 1.2.261
978
+
979
+ - Added a new slot, `formPrependAfterRequired`, to the `AForm` component
980
+
981
+ ## 1.2.260
982
+
983
+ - Added the `autocomplete` prop to form elements, enabling `autocomplete` functionality. Also included support for `placeholders` where applicable.
984
+
985
+ ## 1.2.259
986
+
987
+ - Added a new field, `classHeaderParent`, for elements within the `columns` array prop in the `ATable` component, allowing for additional customization of header parent classes.
988
+
989
+ ## 1.2.258
990
+
991
+ - Fixed an issue with `computePosition` when using the `floating-ui` library
992
+ - Resolved a bug in the `AInput` component for `type='color'`
993
+
994
+ ## 1.2.257
995
+
996
+ - Implemented a `debounce` function for `ResizeObserver` in components to address intermittent errors related to resize events.
997
+
998
+ ## 1.2.256
999
+
1000
+ - Expanded accessibility attributes for the `AFieldset`, `ACheckbox` and `ARadio` components to improve screen reader support.
1001
+ - Added translations for the documentation of the `AModal` component.
1002
+
1003
+ ## 1.2.255
1004
+
1005
+ - Enhanced accessibility for the `APagination` component, improving its support for screen readers
1006
+
1007
+ ## 1.2.254
1008
+
1009
+ - Made structural adjustments to the templates of `AInputCurrency` and `AInputNumber` components and added new CSS classes for improved styling and layout consistency
1010
+
1011
+ ## 1.2.253
1012
+
1013
+ - Applied `font-weight: bolder` styling to labels in the `ALabel` component when `isLabelFloat` is set to `false`.
1014
+
1015
+ ## 1.2.252
1016
+
1017
+ - Introduced new props and made changes to enhance accessibility for the `AModal` component, improving its usability with screen readers and assistive technologies.
1018
+
1019
+ ## 1.2.251
1020
+
1021
+ - `ATooltip`: Added the `withoutAriaDescribedby` prop for more flexible ARIA descriptions.
1022
+ - `FilterList`: Introduced a new `lastSeparator` parameter in the `filterList` function, with documentation updates.
1023
+ - `AGroup`: Refactored the component and added the first part of its documentation.
1024
+ - Menu Sorting: Adjusted the order of links in the documentation menu.
1025
+ - `ATabs` Fixes: Applied CSS, HTML, and disabled state fixes to improve component styling and functionality.
1026
+ - `AFieldset`: Renamed the ´classColumn´ prop to ´classColumnDefault´ for a consistent structure among form elements.
1027
+ - Accessibility Extensions: Added ´inheritAttrs: false´ to form element components to enhance accessibility customization.
1028
+ - ´ATabs´ Documentation: Added parts 3 and 4 of the ´ATabs´ component documentation.
1029
+
1030
+ ## 1.2.250
1031
+
1032
+ - ´AHttpAPI´: Fixed the ´postHttp´ function by adding the ´urlBase´ argument.
1033
+ - ´ATabs´ Documentation: Added parts 1 and 2 of the ´ATabs´ component documentation.
1034
+ - ´ATabs´ Refactoring: Expanded the ´ATabs´ component with new props and additional functionality.
1035
+ - ´ALoading´ Documentation and Refactoring: Refactored the ´ALoading´ component and provided full documentation.
1036
+ - ´ASpinner´ Documentation: Documented the ´ASpinner´ component and added translations.
1037
+ - ´ACloak´ Documentation: Added documentation and translations for the ´ACloak´ component.
1038
+ - ´AFieldset´ Documentation and Refactoring: Documented the ´AFieldset´ component with structural improvements.
1039
+ - ´ATemplate´ Documentation: Added complete documentation for the ´ATemplate´ component.
1040
+ - ´label-screen-reader´ Fixes and Documentation: Introduced the ´label-screen-reader´ prop for form elements and added corresponding documentation.
1041
+
1042
+ ## 1.2.249
1043
+
1044
+ - Added the ´modalStyle´ prop to the ´AModal` component, allowing for additional style customization. Documentation has been updated to include details on this new prop.
1045
+
1046
+ ## 1.2.248
1047
+
1048
+ - Added support for custom HTML attributes to the `AModal` component
1049
+
1050
+ ## 1.2.247
1051
+
1052
+ - Added the ´minHeightBody´ prop to set a minimum height for the ´ATinymce´ editor body
1053
+ - Updated the context menu functionality within the ´ATinymce´ component for improved contextual behavior
1054
+
1055
+ ## 1.2.246
1056
+
1057
+ - 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
1058
+
1059
+ ## 1.2.245
1060
+
1061
+ - Added the ´isTreeCollapsible´ and ´isTreeOpened´ props to the ´ATable´ component, enabling collapsible tree functionality and control over the initial open state of tree nodes.