aloha-vue 2.62.1 → 2.63.1

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