aloha-vue 2.28.2 → 2.28.6

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 (903) hide show
  1. package/CHANGELOG.md +686 -669
  2. package/README.md +117 -117
  3. package/dist/aloha-vue.css +12810 -12810
  4. package/dist/aloha-vue.es.js +57440 -57421
  5. package/dist/aloha-vue.umd.js +209 -209
  6. package/package.json +99 -99
  7. package/scss/_base.scss +62 -62
  8. package/scss/aloha-vue.scss +67 -67
  9. package/scss/components/AButton.scss +6 -6
  10. package/scss/components/ACloak.scss +12 -12
  11. package/scss/components/ADivider.scss +9 -9
  12. package/scss/components/AElement.scss +6 -6
  13. package/scss/components/AFilters.scss +304 -304
  14. package/scss/components/AForm.scss +2 -2
  15. package/scss/components/AFormElement/ATextarea.scss +17 -17
  16. package/scss/components/AFormElement/AValidatedJson.scss +3 -3
  17. package/scss/components/AGroupButtonDropdown.scss +4 -4
  18. package/scss/components/AIcon.scss +17 -17
  19. package/scss/components/ALoading.scss +18 -18
  20. package/scss/components/AMenu.scss +610 -610
  21. package/scss/components/AModal.scss +42 -42
  22. package/scss/components/APagination.scss +152 -152
  23. package/scss/components/AProgressCirle.scss +43 -43
  24. package/scss/components/ARate.scss +78 -78
  25. package/scss/components/AResizer.scss +63 -63
  26. package/scss/components/AShowMore.scss +9 -9
  27. package/scss/components/ASpinner.scss +32 -32
  28. package/scss/components/ATable.scss +817 -817
  29. package/scss/components/ATabs.scss +186 -186
  30. package/scss/components/AVerticalScroll.scss +47 -47
  31. package/scss/components/AWizard.scss +669 -669
  32. package/scss/components/ui/ACheckbox.scss +17 -17
  33. package/scss/components/ui/ADatepicker.scss +329 -329
  34. package/scss/components/ui/ADatepickerRange.scss +45 -45
  35. package/scss/components/ui/AErrors.scss +4 -4
  36. package/scss/components/ui/AFieldset.scss +68 -68
  37. package/scss/components/ui/AForm.scss +3 -3
  38. package/scss/components/ui/AInputFile.scss +15 -15
  39. package/scss/components/ui/AInputNumber.scss +62 -62
  40. package/scss/components/ui/AInputNumberRange.scss +30 -30
  41. package/scss/components/ui/AJson.scss +11 -11
  42. package/scss/components/ui/AMultiselectOrdered.scss +20 -20
  43. package/scss/components/ui/ARadio.scss +7 -7
  44. package/scss/components/ui/ASelect.scss +196 -196
  45. package/scss/components/ui/ASwitch.scss +120 -120
  46. package/scss/components/ui/ui.scss +224 -224
  47. package/scss/text/text_alignment.scss +39 -39
  48. package/scss/text/text_line_height.scss +17 -17
  49. package/scss/text/text_size.scss +88 -88
  50. package/scss/text/text_transform.scss +51 -51
  51. package/scss/text/text_wrapping.scss +40 -40
  52. package/scss/utils/acordion.scss +194 -194
  53. package/scss/utils/alert.scss +80 -80
  54. package/scss/utils/aloha_prefix.scss +1 -1
  55. package/scss/utils/backdrop.scss +24 -24
  56. package/scss/utils/badge.scss +45 -45
  57. package/scss/utils/border.scss +65 -65
  58. package/scss/utils/border_radius.scss +61 -61
  59. package/scss/utils/breakpoint.scss +48 -48
  60. package/scss/utils/button.scss +355 -355
  61. package/scss/utils/button_close.scss +22 -22
  62. package/scss/utils/button_group.scss +69 -69
  63. package/scss/utils/checkbox_radio.scss +134 -134
  64. package/scss/utils/color.scss +41 -41
  65. package/scss/utils/color_utils.scss +234 -234
  66. package/scss/utils/display.scss +67 -67
  67. package/scss/utils/dropdown.scss +114 -114
  68. package/scss/utils/flex.scss +141 -141
  69. package/scss/utils/float.scss +10 -10
  70. package/scss/utils/funktions.scss +162 -162
  71. package/scss/utils/global.scss +44 -44
  72. package/scss/utils/global_variables.scss +26 -26
  73. package/scss/utils/grid.scss +95 -95
  74. package/scss/utils/list.scss +75 -75
  75. package/scss/utils/list_columns.scss +31 -31
  76. package/scss/utils/list_group.scss +127 -127
  77. package/scss/utils/mixins.scss +35 -35
  78. package/scss/utils/modal.scss +166 -166
  79. package/scss/utils/notification.scss +36 -36
  80. package/scss/utils/overflow.scss +40 -40
  81. package/scss/utils/pagination.scss +94 -94
  82. package/scss/utils/position.scss +90 -90
  83. package/scss/utils/progress.scss +70 -70
  84. package/scss/utils/reset.scss +85 -85
  85. package/scss/utils/screenreader.scss +16 -16
  86. package/scss/utils/sizing.scss +137 -137
  87. package/scss/utils/spacing.scss +49 -49
  88. package/scss/utils/spinner.scss +35 -35
  89. package/scss/utils/tooltip.scss +63 -63
  90. package/scss/utils/utils.scss +19 -19
  91. package/scss/utils/vars_global.scss +12 -12
  92. package/scss/utils/vertical_align.scss +18 -18
  93. package/src/AAccordion/AAccordion.js +198 -198
  94. package/src/AAccordion/AAccordionItem/AAccordionItem.js +218 -218
  95. package/src/AAccordion/AAccordionItem/compositionAPI/ToggleAPI.js +83 -83
  96. package/src/AAccordion/compositionAPI/DataAPI.js +47 -47
  97. package/src/AAccordion/compositionAPI/IndexesForOpenAPI.js +63 -63
  98. package/src/AAccordion/compositionAPI/ToggleAPI.js +81 -81
  99. package/src/AAlert/AAlert.js +206 -206
  100. package/src/AAlert/compositionAPI/AttributesAPI.js +30 -30
  101. package/src/AAlert/i18n/AAlertI18n.js +19 -19
  102. package/src/AAlert/i18n/ar.json +2 -2
  103. package/src/AAlert/i18n/de.json +2 -2
  104. package/src/AAlert/i18n/en.json +2 -2
  105. package/src/AAlert/i18n/es.json +2 -2
  106. package/src/AAlert/i18n/fr.json +2 -2
  107. package/src/AAlert/i18n/hr.json +2 -2
  108. package/src/AAlert/i18n/it.json +2 -2
  109. package/src/AAlert/i18n/ru.json +2 -2
  110. package/src/AButton/AButton.js +270 -270
  111. package/src/ACarousel/ACarousel.js +352 -352
  112. package/src/ACarousel/ACarouselBtn/ACarouselBtn.js +75 -75
  113. package/src/ACarousel/ACarouselBtn/compositionAPI/ClassAPI.js +16 -16
  114. package/src/ACarousel/ACarouselBtn/compositionAPI/TextAPI.js +25 -25
  115. package/src/ACarousel/ACarouselControls/ACarouselControls.js +114 -114
  116. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/ACarouselControlsIndicator.js +146 -146
  117. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/ActiveAPI.js +33 -33
  118. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/AttributesAPI.js +40 -40
  119. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/EventsAPI.js +25 -25
  120. package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/IconAPI.js +20 -20
  121. package/src/ACarousel/ACarouselControls/compositionAPI/AriaLabelAPI.js +20 -20
  122. package/src/ACarousel/ACarouselItem/ACarouselItem.js +83 -83
  123. package/src/ACarousel/ACarouselItem/compositionAPI/AttributesAPI.js +39 -39
  124. package/src/ACarousel/ACarouselItem/compositionAPI/IsActiveAPI.js +21 -21
  125. package/src/ACarousel/compositionAPI/ActiveAPI.js +92 -92
  126. package/src/ACarousel/compositionAPI/AriaLabelAPI.js +25 -25
  127. package/src/ACarousel/compositionAPI/ArrowsAPI.js +17 -17
  128. package/src/ACarousel/compositionAPI/ClassAPI.js +44 -44
  129. package/src/ACarousel/compositionAPI/DataAPI.js +41 -41
  130. package/src/ACarousel/compositionAPI/IndicatorsAPI.js +148 -148
  131. package/src/ACarousel/compositionAPI/TextsAPI.js +25 -25
  132. package/src/ACarousel/i18n/ACarouselI18n.js +19 -19
  133. package/src/ACarousel/i18n/ar.json +8 -8
  134. package/src/ACarousel/i18n/de.json +8 -8
  135. package/src/ACarousel/i18n/en.json +8 -8
  136. package/src/ACarousel/i18n/es.json +8 -8
  137. package/src/ACarousel/i18n/fr.json +8 -8
  138. package/src/ACarousel/i18n/hr.json +8 -8
  139. package/src/ACarousel/i18n/it.json +8 -8
  140. package/src/ACarousel/i18n/ru.json +8 -8
  141. package/src/ACloak/ACloak.js +135 -135
  142. package/src/ACloak/compositionAPI/ClassAPI.js +30 -30
  143. package/src/ACloak/i18n/ACloakI18n.js +19 -19
  144. package/src/ACloak/i18n/ar.json +2 -2
  145. package/src/ACloak/i18n/de.json +2 -2
  146. package/src/ACloak/i18n/en.json +3 -3
  147. package/src/ACloak/i18n/es.json +2 -2
  148. package/src/ACloak/i18n/fr.json +2 -2
  149. package/src/ACloak/i18n/hr.json +3 -3
  150. package/src/ACloak/i18n/it.json +2 -2
  151. package/src/ACloak/i18n/ru.json +2 -2
  152. package/src/ADisclosure/ADisclosure.js +277 -277
  153. package/src/ADisclosure/compositionAPI/IsOpenAPI.js +19 -19
  154. package/src/ADisclosure/compositionAPI/TextOrHtmlAPI.js +45 -45
  155. package/src/ADisclosure/compositionAPI/ToggleAPI.js +33 -33
  156. package/src/ADropdown/ADropdown.js +494 -494
  157. package/src/ADropdown/ADropdownAction/ADropdownAction.js +82 -82
  158. package/src/ADropdown/compositionAPI/PopoverAPI.js +82 -82
  159. package/src/ADropdown/compositionAPI/ToggleAPI.js +284 -284
  160. package/src/AElement/AElement.js +506 -506
  161. package/src/AElement/comositionAPI/ClickAPI.js +30 -30
  162. package/src/AElement/comositionAPI/DisabledAPI.js +22 -22
  163. package/src/AElement/comositionAPI/HtmlTitleAPI.js +33 -33
  164. package/src/AFilters/AFilersRight/AFilersRight.js +80 -80
  165. package/src/AFilters/AFilterCenter/AFilterCenter.js +131 -131
  166. package/src/AFilters/AFilterCenter/AFilterCenterItem/AFilterCenterItem.js +192 -192
  167. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/GoToAPI.js +37 -37
  168. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/IsDataLoadingAPI.js +42 -42
  169. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/ModelValuesAPI.js +229 -229
  170. package/src/AFilters/AFilterCenter/compositionAPI/VisibleFiltersAPI.js +46 -46
  171. package/src/AFilters/AFilters/AFilters.js +255 -255
  172. package/src/AFilters/AFilters/compositionAPI/CloseFilterAPI.js +124 -124
  173. package/src/AFilters/AFilters/compositionAPI/DataKeyByKeyIdAPI.js +20 -20
  174. package/src/AFilters/AFilters/compositionAPI/FiltersAPI.js +133 -133
  175. package/src/AFilters/AFilters/compositionAPI/StartSearchAPI.js +22 -22
  176. package/src/AFilters/AFilters/compositionAPI/ToggleAPI.js +47 -47
  177. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontal.js +396 -396
  178. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/AFiltersHorizontalFilter.js +99 -99
  179. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/AFiltersHorizontalFilterUi.js +105 -105
  180. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/ComponentTypesAPI.js +18 -18
  181. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/ModelAPI.js +30 -30
  182. package/src/AFilters/AFiltersHorizontal/compositionAPI/EventBusAPI.js +31 -31
  183. package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersHiddenAPI.js +54 -54
  184. package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersSaveAPI.js +102 -102
  185. package/src/AFilters/AFiltersHorizontal/compositionAPI/FormAPI.js +78 -78
  186. package/src/AFilters/AFiltersMain/AFiltersMain.js +111 -111
  187. package/src/AFilters/AFiltersSaveModal/AFiltersSaveModal.js +108 -108
  188. package/src/AFilters/AFiltersSaveModal/compositionAPI/ModelAPI.js +29 -29
  189. package/src/AFilters/i18n/ar.json +30 -30
  190. package/src/AFilters/i18n/en.json +30 -30
  191. package/src/AFilters/i18n/es.json +30 -30
  192. package/src/AFilters/i18n/fr.json +30 -30
  193. package/src/AFilters/i18n/hr.json +30 -30
  194. package/src/AFilters/i18n/it.json +30 -30
  195. package/src/AFilters/i18n/ru.json +30 -30
  196. package/src/AGet/AGet.js +120 -120
  197. package/src/AGroupButtonDropdown/AGroupButtonDropdown.js +119 -119
  198. package/src/AGroupButtonDropdown/AGroupButtonDropdownItem/AGroupButtonDropdownItem.js +142 -142
  199. package/src/AIcon/AIcon.js +80 -80
  200. package/src/AIcon/compositionAPI/ClassAPI.js +22 -22
  201. package/src/AIcon/compositionAPI/IconAPI.js +63 -63
  202. package/src/ALink/ALink.js +248 -248
  203. package/src/ALinkCopy/ALinkCopy.js +95 -95
  204. package/src/ALinkCopy/i18n/ar.json +3 -3
  205. package/src/ALinkCopy/i18n/en.json +4 -4
  206. package/src/ALinkCopy/i18n/es.json +4 -4
  207. package/src/ALinkCopy/i18n/fr.json +3 -3
  208. package/src/ALinkCopy/i18n/it.json +4 -4
  209. package/src/AList/AListItem/AListItem.js +137 -137
  210. package/src/AList/__tests__/AList.test.js +33 -33
  211. package/src/AList/compositionAPI/__tests__/TagAPI.test.js +43 -43
  212. package/src/ALoading/ALoading.js +146 -146
  213. package/src/ALoading/i18n/ALoadingI18n.js +19 -19
  214. package/src/ALoading/i18n/ar.json +2 -2
  215. package/src/ALoading/i18n/de.json +2 -2
  216. package/src/ALoading/i18n/en.json +3 -3
  217. package/src/ALoading/i18n/es.json +2 -2
  218. package/src/ALoading/i18n/fr.json +2 -2
  219. package/src/ALoading/i18n/hr.json +3 -3
  220. package/src/ALoading/i18n/it.json +2 -2
  221. package/src/ALoading/i18n/ru.json +2 -2
  222. package/src/AMenu/AMenu.js +560 -560
  223. package/src/AMenu/AMenuBreadcrumbs/AMenuBreadcrumbs.js +237 -237
  224. package/src/AMenu/AMenuBreadcrumbs/compositionAPI/EventsAPI.js +27 -27
  225. package/src/AMenu/AMenuBreadcrumbs/compositionAPI/ItemsAPI.js +44 -44
  226. package/src/AMenu/AMenuBreadcrumbs/compositionAPI/RenderTruncatedAPI.js +73 -73
  227. package/src/AMenu/AMenuButtonToggle/AMenuButtonToggle.js +88 -88
  228. package/src/AMenu/AMenuButtonToggle/compositionAPI/ToggleAPI.js +95 -95
  229. package/src/AMenu/AMenuPanel/AMenuPanel.js +186 -186
  230. package/src/AMenu/AMenuPanel/compositionAPI/GroupAPI.js +43 -43
  231. package/src/AMenu/AMenuPanel/compositionAPI/HeaderAPI.js +37 -37
  232. package/src/AMenu/AMenuPanel/compositionAPI/IdAPI.js +25 -25
  233. package/src/AMenu/AMenuPanel/compositionAPI/LevelAPI.js +25 -25
  234. package/src/AMenu/AMenuPanel/compositionAPI/PanelOpenAPI.js +39 -39
  235. package/src/AMenu/AMenuPanelGroup/AMenuPanelGroup.js +104 -104
  236. package/src/AMenu/AMenuPanelGroup/compositionAPI/GroupItemsAPI.js +16 -16
  237. package/src/AMenu/AMenuPanelGroup/compositionAPI/LabelIdAPI.js +29 -29
  238. package/src/AMenu/AMenuPanelLink/AMenuPanelLink.js +250 -250
  239. package/src/AMenu/AMenuPanelLink/compositionAPI/ActiveAPI.js +24 -24
  240. package/src/AMenu/AMenuPanelLink/compositionAPI/AttributesAPI.js +42 -42
  241. package/src/AMenu/AMenuPanelLink/compositionAPI/ChildrenAPI.js +22 -22
  242. package/src/AMenu/AMenuPanelLink/compositionAPI/EventsAPI.js +51 -51
  243. package/src/AMenu/AMenuPanelLink/compositionAPI/IdAPI.js +26 -26
  244. package/src/AMenu/AMenuPanelLink/compositionAPI/LabelAPI.js +38 -38
  245. package/src/AMenu/AMenuPanelLink/compositionAPI/LinkAPI.js +29 -29
  246. package/src/AMenu/AMenuPanelLink/compositionAPI/LinkOpenAPI.js +31 -31
  247. package/src/AMenu/AMenuPanelLink/compositionAPI/SlotAPI.js +26 -26
  248. package/src/AMenu/AMenuPanelLink/compositionAPI/TabindexAPI.js +37 -37
  249. package/src/AMenu/AMenuPanelLink/compositionAPI/TitleAPI.js +53 -53
  250. package/src/AMenu/AMenuSearchPanel/AMenuSearchPanel.js +120 -120
  251. package/src/AMenu/AMenuSearchPanel/compositionAPI/NoneFoundAPI.js +20 -20
  252. package/src/AMenu/AMenuSearchPanel/compositionAPI/TextAPI.js +17 -17
  253. package/src/AMenu/AMenuSearchPanelBreadcrumbs/AMenuSearchPanelBreadcrumbs.js +119 -119
  254. package/src/AMenu/AMenuSearchPanelBreadcrumbs/compositionAPI/BreadcrumbsItemsAPI.js +41 -41
  255. package/src/AMenu/AMenuSearchPanelBreadcrumbs/compositionAPI/EventsAPI.js +27 -27
  256. package/src/AMenu/compositionAPI/BackdropAPI.js +39 -39
  257. package/src/AMenu/compositionAPI/CheckRoutesAPI.js +104 -104
  258. package/src/AMenu/compositionAPI/DataAPI.js +119 -119
  259. package/src/AMenu/compositionAPI/KeydownAPI.js +194 -194
  260. package/src/AMenu/compositionAPI/LinkClickAPI.js +46 -46
  261. package/src/AMenu/compositionAPI/MenuAttributesAPI.js +50 -50
  262. package/src/AMenu/compositionAPI/PanelMainAPI.js +17 -17
  263. package/src/AMenu/compositionAPI/PanelsAPI.js +77 -77
  264. package/src/AMenu/compositionAPI/PopoverAPI.js +139 -139
  265. package/src/AMenu/compositionAPI/ResizeAPI.js +58 -58
  266. package/src/AMenu/compositionAPI/SearchAPI.js +74 -74
  267. package/src/AMenu/compositionAPI/SearchBtnAPI.js +38 -38
  268. package/src/AMenu/const/AKeyBreadcrumbs.js +1 -1
  269. package/src/AMenu/i18n/AMenu2I18n.js +19 -19
  270. package/src/AMenu/i18n/ar.json +14 -14
  271. package/src/AMenu/i18n/de.json +13 -13
  272. package/src/AMenu/i18n/en.json +14 -14
  273. package/src/AMenu/i18n/es.json +14 -14
  274. package/src/AMenu/i18n/fr.json +14 -14
  275. package/src/AMenu/i18n/hr.json +13 -13
  276. package/src/AMenu/i18n/it.json +14 -14
  277. package/src/AMenu/i18n/ru.json +13 -13
  278. package/src/AMenu/utils/utils.js +21 -21
  279. package/src/AModal/AModal.js +515 -515
  280. package/src/AModal/compositionAPI/BodyHtmlAPI.js +21 -21
  281. package/src/AModal/compositionAPI/EscapeAPI.js +27 -27
  282. package/src/AModal/compositionAPI/FocusAPI.js +73 -73
  283. package/src/AModal/compositionAPI/ZIndexAPI.js +48 -48
  284. package/src/AModalConfirm/AModalConfirm.js +52 -52
  285. package/src/AModalForm/AModalForm.js +365 -365
  286. package/src/AModalForm/compositionAPI/UpdateModalAPI.js +14 -14
  287. package/src/AModalWizard/AModalWizard.js +551 -551
  288. package/src/AModalWizard/compositionAPI/IdsAPI.js +21 -21
  289. package/src/AModalWizard/compositionAPI/VisibleAPI.js +21 -21
  290. package/src/APagination/APagination.js +134 -134
  291. package/src/APagination/APaginationCountPerPage/APaginationCountPerPage.js +177 -177
  292. package/src/APagination/APaginationPages/APaginationPages.js +238 -238
  293. package/src/APagination/APaginationPages/compositionAPI/PaginationItemsAPI.js +102 -102
  294. package/src/APagination/compositionAPI/ComponentsAPI.js +106 -106
  295. package/src/APagination/i18n/ar.json +12 -12
  296. package/src/APagination/i18n/es.json +12 -12
  297. package/src/APagination/i18n/fr.json +12 -12
  298. package/src/APagination/i18n/hr.json +12 -12
  299. package/src/APagination/i18n/it.json +12 -12
  300. package/src/APagination/i18n/ru.json +12 -12
  301. package/src/APopup/APopup.js +107 -107
  302. package/src/ARate/ARate.js +249 -249
  303. package/src/ARate/ARateIcon/ADecimalIcon/ADecimalIcon.js +50 -50
  304. package/src/ARate/ARateIcon/ARateIcon.js +104 -104
  305. package/src/AResizer/AResizer.js +162 -162
  306. package/src/AScale/AScaleBowl/AScaleBowl.js +66 -66
  307. package/src/AScale/compositionAPI/ClassAPI.js +30 -30
  308. package/src/AScale/compositionAPI/DegreeAPI.js +22 -22
  309. package/src/AShowMore/AShowMore.js +327 -327
  310. package/src/AShowMore/compositionAPI/IsOpenAPI.js +19 -19
  311. package/src/AShowMore/compositionAPI/ObservingAPI.js +61 -61
  312. package/src/AShowMore/compositionAPI/ToggleAPI.js +42 -42
  313. package/src/ASpinner/ASpinner.js +71 -71
  314. package/src/ASpinner/compositionAPI/ClassAPI.js +20 -20
  315. package/src/ASpinner/i18n/ASpinnerI18n.js +19 -19
  316. package/src/ASpinner/i18n/ar.json +2 -2
  317. package/src/ASpinner/i18n/de.json +2 -2
  318. package/src/ASpinner/i18n/en.json +3 -3
  319. package/src/ASpinner/i18n/es.json +2 -2
  320. package/src/ASpinner/i18n/fr.json +2 -2
  321. package/src/ASpinner/i18n/hr.json +3 -3
  322. package/src/ASpinner/i18n/it.json +2 -2
  323. package/src/ASpinner/i18n/ru.json +2 -2
  324. package/src/ATable/ATable.js +1137 -1137
  325. package/src/ATable/ATableHeader/compositionAPI/CheckboxAPI.js +48 -48
  326. package/src/ATable/ATableHeaderTh/ATableHeaderTh.js +183 -183
  327. package/src/ATable/ATableHeaderTh/compositionAPI/SortAPI.js +167 -167
  328. package/src/ATable/ATableHeaderThAction/ATableHeaderThAction.js +239 -239
  329. package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/ATableHeaderThActionItem.js +184 -184
  330. package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/ButtonVisibleAPI.js +80 -80
  331. package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/LabelAPI.js +38 -38
  332. package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/MoveColumnAPI.js +92 -92
  333. package/src/ATable/ATableHeaderThAction/compositionAPI/StylesThTdAction.js +23 -23
  334. package/src/ATable/ATableListItem/ATableListItem.js +100 -100
  335. package/src/ATable/ATablePreviewDown/ATablePreviewDown.js +69 -69
  336. package/src/ATable/ATablePreviewDown/compositionAPI/FocusAPI.js +21 -21
  337. package/src/ATable/ATablePreviewRight/ATablePreviewRight.js +258 -258
  338. package/src/ATable/ATableSortingAdditional/ATableSortingAdditional.js +219 -219
  339. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.AttributesAPI.test.js +39 -39
  340. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ColumnsAPI.test.js +68 -68
  341. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.DropdownAPI.test.js +45 -45
  342. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.FormAPI.test.js +95 -95
  343. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ModelAPI.test.js +200 -200
  344. package/src/ATable/ATableSortingAdditional/compositionAPI/ModelAPI.js +150 -150
  345. package/src/ATable/ATableTd/ATableTd.js +145 -145
  346. package/src/ATable/ATableTd/compositionAPI/LinkAPI.js +81 -81
  347. package/src/ATable/ATableTd/compositionAPI/TextAPI.js +125 -125
  348. package/src/ATable/ATableTdAction/ATableTdAction.js +225 -225
  349. package/src/ATable/ATableTdAction/compositionAPI/ColumnsCountAPI.js +32 -32
  350. package/src/ATable/ATableTopPanel/ATableTopPanel.js +432 -432
  351. package/src/ATable/ATableTopPanel/compositionAPI/ActionsAPI.js +125 -125
  352. package/src/ATable/ATableTopPanel/compositionAPI/IdAPI.js +20 -20
  353. package/src/ATable/ATableTopPanel/compositionAPI/MultipleAPI.js +75 -75
  354. package/src/ATable/ATableTr/ATableTr.js +397 -397
  355. package/src/ATable/ATableTr/compositionAPI/AttributesAPI.js +124 -124
  356. package/src/ATable/ATableTr/compositionAPI/ChildrenToggleAPI.js +54 -54
  357. package/src/ATable/ATableTr/compositionAPI/MobileAPI.js +50 -50
  358. package/src/ATable/compositionAPI/ColumnActionAPI.js +105 -105
  359. package/src/ATable/compositionAPI/ColumnAdditionalSpaceAPI.js +32 -32
  360. package/src/ATable/compositionAPI/ColumnsGroupedAPI.js +185 -185
  361. package/src/ATable/compositionAPI/ColumnsOrderingAPI.js +110 -110
  362. package/src/ATable/compositionAPI/InitAPI.js +53 -53
  363. package/src/ATable/compositionAPI/LimitOffsetAPI.js +99 -99
  364. package/src/ATable/compositionAPI/MultipleActionAPI.js +160 -160
  365. package/src/ATable/compositionAPI/PreviewAPI.js +199 -199
  366. package/src/ATable/compositionAPI/PreviewRightResizeAPI.js +126 -126
  367. package/src/ATable/compositionAPI/RowActionsAPI.js +359 -359
  368. package/src/ATable/compositionAPI/ScrollControlAPI.js +234 -234
  369. package/src/ATable/compositionAPI/SortAPI.js +83 -83
  370. package/src/ATable/i18n/ar.json +53 -53
  371. package/src/ATable/i18n/de.json +54 -54
  372. package/src/ATable/i18n/en.json +53 -53
  373. package/src/ATable/i18n/es.json +53 -53
  374. package/src/ATable/i18n/fr.json +53 -53
  375. package/src/ATable/i18n/hr.json +53 -53
  376. package/src/ATable/i18n/it.json +53 -53
  377. package/src/ATable/i18n/ru.json +54 -54
  378. package/src/ATable/utils/utils.js +115 -115
  379. package/src/ATabs/ATabs.js +171 -171
  380. package/src/ATabs/ATabsContent/ATabsContent.js +102 -102
  381. package/src/ATabs/ATabsContent/compositionAPI/ContentAPI.js +25 -25
  382. package/src/ATabs/ATabsTab/ATabsTab.js +185 -185
  383. package/src/ATabs/ATabsTab/compositionAPI/AttributesAPI.js +15 -15
  384. package/src/ATabs/ATabsTab/compositionAPI/ChangeAPI.js +36 -36
  385. package/src/ATabs/ATabsTab/compositionAPI/DisabledAPI.js +30 -30
  386. package/src/ATabs/ATabsTab/compositionAPI/LabelAPI.js +25 -25
  387. package/src/ATabs/ATabsTab/compositionAPI/TitleAPI.js +25 -25
  388. package/src/ATabs/compositionAPI/ATabAPI.js +43 -43
  389. package/src/ATabs/compositionAPI/ActiveAPI.js +76 -76
  390. package/src/ATooltip/ATooltip.js +209 -209
  391. package/src/ATooltip/compositionAPI/AttributesAPI.js +46 -46
  392. package/src/ATooltip/compositionAPI/PopperAPI.js +180 -180
  393. package/src/ATranslation/ATranslation.js +179 -179
  394. package/src/ATranslation/compositionAPI/ATranslationAPI.js +84 -84
  395. package/src/ATranslation/compositionAPI/HtmlAPI.js +181 -181
  396. package/src/ATranslation/compositionAPI/PlaceholderAPI.js +83 -83
  397. package/src/ATranslation/compositionAPI/UtilsAPI.js +187 -187
  398. package/src/AVerticalScroll/AVerticalScroll.js +177 -177
  399. package/src/AVerticalScroll/compositionAPI/ObserverAPI.js +113 -113
  400. package/src/AWizard/AWizard.js +461 -461
  401. package/src/AWizard/AWizardStep/AWizardStep.js +270 -270
  402. package/src/AWizard/AWizardStep/compositionAPI/ActiveAPI.js +22 -22
  403. package/src/AWizard/AWizardStep/compositionAPI/AttributesAPI.js +40 -40
  404. package/src/AWizard/AWizardStep/compositionAPI/ErrorWarningAPI.js +39 -39
  405. package/src/AWizard/AWizardStep/compositionAPI/EventsAPI.js +38 -38
  406. package/src/AWizard/AWizardStep/compositionAPI/LinkClassAPI.js +27 -27
  407. package/src/AWizard/AWizardStep/compositionAPI/StatusTextAPI.js +21 -21
  408. package/src/AWizard/AWizardTab/AWizardTab.js +92 -92
  409. package/src/AWizard/AWizardToolbar/AWizardToolbar.js +197 -197
  410. package/src/AWizard/compositionAPI/AttributesAPI.js +88 -88
  411. package/src/AWizard/compositionAPI/ClassAPI.js +31 -31
  412. package/src/AWizard/compositionAPI/TypeAPI.js +25 -25
  413. package/src/AWizard/i18n/ar.json +16 -16
  414. package/src/AWizard/i18n/de.json +16 -16
  415. package/src/AWizard/i18n/en.json +16 -16
  416. package/src/AWizard/i18n/es.json +16 -16
  417. package/src/AWizard/i18n/fr.json +16 -16
  418. package/src/AWizard/i18n/hr.json +16 -16
  419. package/src/AWizard/i18n/it.json +16 -16
  420. package/src/AWizard/i18n/ru.json +16 -16
  421. package/src/PuxDatepicker/PuxDatepicker.js +667 -667
  422. package/src/PuxDatepicker/PuxDatepicker.pug +131 -131
  423. package/src/PuxDatepicker/PuxDatepicker.vue +2 -2
  424. package/src/PuxDatepicker/PuxDatepickerCalendarPanel/PuxDatepickerCalendarPanel.js +648 -648
  425. package/src/PuxDatepicker/PuxDatepickerCalendarPanel/PuxDatepickerCalendarPanel.pug +136 -136
  426. package/src/PuxDatepicker/PuxDatepickerCalendarPanel/PuxDatepickerCalendarPanel.vue +2 -2
  427. package/src/PuxDatepicker/PuxDatepickerIcon/PuxDatepickerIcon.js +30 -30
  428. package/src/PuxDatepicker/PuxDatepickerIcon/PuxDatepickerIcon.pug +6 -6
  429. package/src/PuxDatepicker/PuxDatepickerIcon/PuxDatepickerIcon.vue +2 -2
  430. package/src/PuxDatepicker/locale/languages.js +174 -174
  431. package/src/PuxDatepicker/mixins/PanelMixin.js +76 -76
  432. package/src/PuxDatepicker/panel/PanelDate/PanelDate.js +301 -301
  433. package/src/PuxDatepicker/panel/PanelDate/PanelDate.pug +41 -41
  434. package/src/PuxDatepicker/panel/PanelDate/PanelDate.vue +2 -2
  435. package/src/PuxDatepicker/panel/PanelMonth/PanelMonth.js +149 -149
  436. package/src/PuxDatepicker/panel/PanelMonth/PanelMonth.pug +16 -16
  437. package/src/PuxDatepicker/panel/PanelMonth/PanelMonth.vue +2 -2
  438. package/src/PuxDatepicker/panel/PanelTime/PanelTime.js +257 -257
  439. package/src/PuxDatepicker/panel/PanelTime/PanelTime.pug +20 -20
  440. package/src/PuxDatepicker/panel/PanelTime/PanelTime.vue +2 -2
  441. package/src/PuxDatepicker/panel/PanelYear/PanelYear.js +137 -137
  442. package/src/PuxDatepicker/panel/PanelYear/PanelYear.pug +16 -16
  443. package/src/PuxDatepicker/panel/PanelYear/PanelYear.vue +2 -2
  444. package/src/PuxDatepicker/panel/PanelYearItem/PanelYearItem.js +55 -55
  445. package/src/PuxDatepicker/panel/PanelYearItem/PanelYearItem.pug +9 -9
  446. package/src/PuxDatepicker/panel/PanelYearItem/PanelYearItem.vue +2 -2
  447. package/src/PuxDatepicker/utils/index.js +100 -100
  448. package/src/PuxDatepicker/utils/keysCode.js +9 -9
  449. package/src/PuxDatepicker/utils/scroll-into-view.js +23 -23
  450. package/src/PuxDatepicker/utils/transform.js +23 -23
  451. package/src/compositionAPI/AConfirmAPI.js +58 -58
  452. package/src/compositionAPI/AFiltersAPI.js +164 -164
  453. package/src/compositionAPI/AHttpAPI.js +593 -593
  454. package/src/compositionAPI/ANotificationAPI.js +64 -64
  455. package/src/compositionAPI/APopupAPI.js +74 -74
  456. package/src/compositionAPI/ARemPxAPI.js +23 -23
  457. package/src/compositionAPI/FocusByDestroyAPI.js +67 -67
  458. package/src/compositionAPI/__tests__/AHttpAPI.test.js +42 -42
  459. package/src/const/AKeys.js +8 -8
  460. package/src/const/AKeysCode.js +19 -19
  461. package/src/directives/AOnHooks.js +43 -43
  462. package/src/directives/ASafeHtml.js +16 -16
  463. package/src/filters/__tests__/filterBoolean.test.js +38 -38
  464. package/src/filters/__tests__/filterCapitalize.test.js +38 -38
  465. package/src/filters/__tests__/filterCurrency.test.js +21 -21
  466. package/src/filters/__tests__/filterDate.test.js +42 -42
  467. package/src/filters/__tests__/filterDefaultForEmpty.test.js +24 -24
  468. package/src/filters/__tests__/filterEmail.test.js +42 -42
  469. package/src/filters/__tests__/filterEscapeHtml.test.js +45 -45
  470. package/src/filters/__tests__/filterFileSize.test.js +45 -45
  471. package/src/filters/__tests__/filterFloat.test.js +74 -74
  472. package/src/filters/__tests__/filterJson.test.js +74 -74
  473. package/src/filters/__tests__/filterKeyValue.test.js +50 -50
  474. package/src/filters/__tests__/filterLimitTo.test.js +39 -39
  475. package/src/filters/__tests__/filterLink.test.js +41 -41
  476. package/src/filters/__tests__/filterList.test.js +149 -149
  477. package/src/filters/__tests__/filterLowerCase.test.js +38 -38
  478. package/src/filters/__tests__/filterMask.test.js +80 -80
  479. package/src/filters/__tests__/filterPropertyByValue.test.js +27 -27
  480. package/src/filters/__tests__/filterSearchHighlight.test.js +129 -129
  481. package/src/filters/__tests__/filterUpperCase.test.js +38 -38
  482. package/src/filters/filterBoolean.js +32 -32
  483. package/src/filters/filterCapitalize.js +20 -20
  484. package/src/filters/filterDate.js +39 -39
  485. package/src/filters/filterEscapeHtml.js +16 -16
  486. package/src/filters/filterFileSize.js +67 -67
  487. package/src/filters/filterFloat.js +71 -71
  488. package/src/filters/filterJson.js +39 -39
  489. package/src/filters/filterList.js +204 -204
  490. package/src/filters/filterLowerCase.js +26 -26
  491. package/src/filters/filterMask.js +67 -67
  492. package/src/filters/filterSearchHighlight.js +95 -95
  493. package/src/filters/filterUpperCase.js +26 -26
  494. package/src/i18n/allLanguages.js +350 -350
  495. package/src/i18n/ar.json +4 -4
  496. package/src/i18n/de.json +4 -4
  497. package/src/i18n/en.json +4 -4
  498. package/src/i18n/es.json +4 -4
  499. package/src/i18n/fr.json +4 -4
  500. package/src/i18n/hr.json +4 -4
  501. package/src/i18n/it.json +4 -4
  502. package/src/i18n/ru.json +4 -4
  503. package/src/index.js +336 -336
  504. package/src/plugins/AAlertPlugin.js +51 -51
  505. package/src/plugins/ACarouselPlugin.js +34 -34
  506. package/src/plugins/ACloakPlugin.js +26 -26
  507. package/src/plugins/AFormPlugin.js +18 -18
  508. package/src/plugins/AIconPlugin.js +25 -25
  509. package/src/plugins/AInputCurrencyPlugin.js +31 -31
  510. package/src/plugins/AInputNumberPlugin.js +29 -29
  511. package/src/plugins/ALoadingPlugin.js +26 -26
  512. package/src/plugins/AMobilePlugin.js +23 -23
  513. package/src/plugins/AModalPlugin.js +40 -40
  514. package/src/plugins/AMultiselectOrderedPlugin.js +80 -80
  515. package/src/plugins/ARouterLinkConfigPlugin.js +88 -88
  516. package/src/plugins/ASelectPlugin.js +54 -54
  517. package/src/plugins/ASelectStylesPlugin.js +2315 -2315
  518. package/src/plugins/ASpinnerPlugin.js +26 -26
  519. package/src/svg/compositionAPI/PointsAPI.js +42 -42
  520. package/src/temp/px_to_rem_mapping_1_to_800.md +802 -802
  521. package/src/ui/ACheckbox/ACheckbox.js +837 -837
  522. package/src/ui/ACheckbox/ACheckboxItem/ACheckboxItem.js +321 -321
  523. package/src/ui/ACheckbox/ACheckboxLegend/ACheckboxLegend.js +186 -186
  524. package/src/ui/ACheckbox/ACheckboxLegend/compositionAPI/CheckedAPI.js +62 -62
  525. package/src/ui/ACheckbox/ACheckboxLegend/compositionAPI/EventsAPI.js +69 -69
  526. package/src/ui/ACheckbox/ACheckboxLegend/compositionAPI/IdAPI.js +21 -21
  527. package/src/ui/ACheckbox/ACheckboxLegend/compositionAPI/LabelSearchAPI.js +28 -28
  528. package/src/ui/ACheckbox/compositionAPI/AttributesAPI.js +27 -27
  529. package/src/ui/ACheckbox/compositionAPI/ModelAPI.js +44 -44
  530. package/src/ui/ACheckbox/i18n/ar.json +4 -4
  531. package/src/ui/ACheckbox/i18n/de.json +4 -4
  532. package/src/ui/ACheckbox/i18n/en.json +4 -4
  533. package/src/ui/ACheckbox/i18n/es.json +4 -4
  534. package/src/ui/ACheckbox/i18n/fr.json +4 -4
  535. package/src/ui/ACheckbox/i18n/hr.json +4 -4
  536. package/src/ui/ACheckbox/i18n/it.json +4 -4
  537. package/src/ui/ACheckbox/i18n/ru.json +4 -4
  538. package/src/ui/ACheckboxRadioGroups/ACheckboxRadioGroups.js +327 -327
  539. package/src/ui/ADatepicker/ADatepicker.js +731 -731
  540. package/src/ui/ADatepicker/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +817 -817
  541. package/src/ui/ADatepicker/ADatepickerIcon/ADatepickerIcon.js +29 -29
  542. package/src/ui/ADatepicker/compositionAPI/AttributesAPI.js +84 -84
  543. package/src/ui/ADatepicker/compositionAPI/EventsAPI.js +297 -297
  544. package/src/ui/ADatepicker/compositionAPI/LanguagesAPI.js +26 -26
  545. package/src/ui/ADatepicker/compositionAPI/PopoverAPI.js +116 -116
  546. package/src/ui/ADatepicker/compositionAPI/TypeAPI.js +46 -46
  547. package/src/ui/ADatepicker/mixins/PanelMixin.js +74 -74
  548. package/src/ui/ADatepicker/panel/APanelDate/APanelDate.js +354 -354
  549. package/src/ui/ADatepicker/panel/APanelMonth/APanelMonth.js +187 -187
  550. package/src/ui/ADatepicker/panel/APanelTime/APanelTime.js +141 -141
  551. package/src/ui/ADatepicker/panel/APanelTime/compositionAPI/FocusAPI.js +106 -106
  552. package/src/ui/ADatepicker/panel/APanelTime/compositionAPI/FocusActiveAPI.js +21 -21
  553. package/src/ui/ADatepicker/panel/APanelTime/compositionAPI/SelectAPI.js +34 -34
  554. package/src/ui/ADatepicker/panel/APanelTime/compositionAPI/TimesAPI.js +142 -142
  555. package/src/ui/ADatepicker/panel/APanelYear/APanelYear.js +123 -123
  556. package/src/ui/ADatepicker/panel/APanelYear/compositionAPI/FocusAPI.js +85 -85
  557. package/src/ui/ADatepicker/panel/APanelYear/compositionAPI/FocusActiveAPI.js +53 -53
  558. package/src/ui/ADatepicker/panel/APanelYear/compositionAPI/SelectAPI.js +28 -28
  559. package/src/ui/ADatepicker/panel/APanelYearItem/APanelYearItem.js +85 -85
  560. package/src/ui/ADatepicker/panel/compositionAPI/PanelAPI.js +57 -57
  561. package/src/ui/ADatepicker/utils/index.js +76 -76
  562. package/src/ui/ADatepickerAlt/ADatepicker.js +911 -911
  563. package/src/ui/ADatepickerAlt/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +804 -804
  564. package/src/ui/ADatepickerAlt/ADatepickerIcon/ADatepickerIcon.js +29 -29
  565. package/src/ui/ADatepickerAlt/mixins/PanelMixin.js +74 -74
  566. package/src/ui/ADatepickerAlt/panel/APanelDate/APanelDate.js +353 -353
  567. package/src/ui/ADatepickerAlt/panel/APanelMonth/APanelMonth.js +187 -187
  568. package/src/ui/ADatepickerAlt/panel/APanelTime/APanelTime.js +303 -303
  569. package/src/ui/ADatepickerAlt/panel/APanelYear/APanelYear.js +162 -162
  570. package/src/ui/ADatepickerAlt/panel/APanelYearItem/APanelYearItem.js +85 -85
  571. package/src/ui/ADatepickerAlt/utils/index.js +98 -98
  572. package/src/ui/ADatepickerRange/ADatepickerRange.js +517 -517
  573. package/src/ui/ADatepickerRange/compositionAPI/FocusAPI.js +18 -18
  574. package/src/ui/ADatepickerRange/compositionAPI/ReadonlyAPI.js +35 -35
  575. package/src/ui/AErrors/AErrors.js +149 -149
  576. package/src/ui/AErrors/AErrorsElement/AErrorsElement.js +178 -178
  577. package/src/ui/AErrors/AErrorsElement/compositionAPI/ErrorTypeAPI.js +32 -32
  578. package/src/ui/AErrors/AErrorsElement/compositionAPI/LabelAPI.js +38 -38
  579. package/src/ui/AErrors/AErrorsElement/compositionAPI/LinkAPI.js +80 -80
  580. package/src/ui/AErrors/compositionAPI/LabelsAPI.js +87 -87
  581. package/src/ui/AErrors/i18n/AErrorsI18n.js +19 -19
  582. package/src/ui/AErrors/i18n/ar.json +3 -3
  583. package/src/ui/AErrors/i18n/de.json +2 -2
  584. package/src/ui/AErrors/i18n/en.json +3 -3
  585. package/src/ui/AErrors/i18n/es.json +3 -3
  586. package/src/ui/AErrors/i18n/fr.json +3 -3
  587. package/src/ui/AErrors/i18n/hr.json +3 -3
  588. package/src/ui/AErrors/i18n/it.json +3 -3
  589. package/src/ui/AErrors/i18n/ru.json +3 -3
  590. package/src/ui/AErrorsText/AErrorsText.js +0 -0
  591. package/src/ui/AFieldset/AFieldset.js +490 -492
  592. package/src/ui/AFieldset/compositionAPI/ModelAPI.js +54 -55
  593. package/src/ui/AFieldset/compositionAPI/ReadonlyAPI.js +33 -33
  594. package/src/ui/AFieldset/i18n/ar.json +3 -3
  595. package/src/ui/AFieldset/i18n/en.json +3 -3
  596. package/src/ui/AFieldset/i18n/es.json +3 -3
  597. package/src/ui/AFieldset/i18n/fr.json +3 -3
  598. package/src/ui/AFieldset/i18n/hr.json +3 -3
  599. package/src/ui/AFieldset/i18n/it.json +3 -3
  600. package/src/ui/AForm/AForm.js +245 -245
  601. package/src/ui/AForm/compositionAPI/HideAPI.js +16 -16
  602. package/src/ui/AForm/compositionAPI/ModelAPI.js +44 -44
  603. package/src/ui/AForm/compositionAPI/RequiredAPI.js +36 -36
  604. package/src/ui/AFormElement/AFormElement.js +145 -145
  605. package/src/ui/AFormElementBtnClear/AFormElementBtnClear.js +86 -86
  606. package/src/ui/AFormElementBtnClear/compositionAPI/ClearAPI.js +11 -11
  607. package/src/ui/AFormElementBtnClear/i18n/AFormElementBtnClearI18n.js +19 -19
  608. package/src/ui/AFormElementBtnClear/i18n/ar.json +2 -2
  609. package/src/ui/AFormElementBtnClear/i18n/de.json +2 -2
  610. package/src/ui/AFormElementBtnClear/i18n/en.json +2 -2
  611. package/src/ui/AFormElementBtnClear/i18n/es.json +2 -2
  612. package/src/ui/AFormElementBtnClear/i18n/fr.json +2 -2
  613. package/src/ui/AFormElementBtnClear/i18n/hr.json +2 -2
  614. package/src/ui/AFormElementBtnClear/i18n/it.json +2 -2
  615. package/src/ui/AFormElementBtnClear/i18n/ru.json +2 -2
  616. package/src/ui/AFormReadonly/AFormReadonly.js +188 -188
  617. package/src/ui/AFormReadonly/compositionAPI/AttributesAPI.js +72 -72
  618. package/src/ui/AFormReadonly/compositionAPI/ModelAPI.js +25 -25
  619. package/src/ui/AGroup/AGroup.js +407 -407
  620. package/src/ui/AInput/AInput.js +460 -460
  621. package/src/ui/AInput/compositionAPI/ClassAPI.js +29 -29
  622. package/src/ui/AInput/compositionAPI/ColorAPI.js +21 -21
  623. package/src/ui/AInput/compositionAPI/ModelAPI.js +40 -40
  624. package/src/ui/AInput/compositionAPI/PasswordAPI.js +46 -46
  625. package/src/ui/AInput/compositionAPI/ReadonlyAPI.js +27 -27
  626. package/src/ui/AInput/compositionAPI/TypeAPI.js +32 -32
  627. package/src/ui/AInput/i18n/AInputI18n.js +19 -19
  628. package/src/ui/AInput/i18n/ar.json +3 -3
  629. package/src/ui/AInput/i18n/de.json +3 -3
  630. package/src/ui/AInput/i18n/en.json +4 -4
  631. package/src/ui/AInput/i18n/es.json +3 -3
  632. package/src/ui/AInput/i18n/fr.json +3 -3
  633. package/src/ui/AInput/i18n/hr.json +4 -4
  634. package/src/ui/AInput/i18n/it.json +3 -3
  635. package/src/ui/AInput/i18n/ru.json +3 -3
  636. package/src/ui/AInputCurrency/AInputCurrency.js +577 -577
  637. package/src/ui/AInputCurrency/compositionAPI/IncreaseDecreaseAPI.js +76 -76
  638. package/src/ui/AInputCurrency/compositionAPI/InputEventsAPI.js +649 -649
  639. package/src/ui/AInputCurrency/compositionAPI/ModelAPI.js +82 -82
  640. package/src/ui/AInputCurrency/compositionAPI/UtilsAPI.js +52 -52
  641. package/src/ui/AInputCurrency/compositionAPI/VerifyAPI.js +27 -27
  642. package/src/ui/AInputCurrency/compositionAPI/WidthAPI.js +31 -31
  643. package/src/ui/AInputCurrency/i18n/AInputCurrencyI18n.js +19 -19
  644. package/src/ui/AInputCurrency/i18n/ar.json +3 -3
  645. package/src/ui/AInputCurrency/i18n/de.json +3 -3
  646. package/src/ui/AInputCurrency/i18n/en.json +4 -4
  647. package/src/ui/AInputCurrency/i18n/es.json +3 -3
  648. package/src/ui/AInputCurrency/i18n/fr.json +3 -3
  649. package/src/ui/AInputCurrency/i18n/hr.json +3 -3
  650. package/src/ui/AInputCurrency/i18n/it.json +3 -3
  651. package/src/ui/AInputCurrency/i18n/ru.json +3 -3
  652. package/src/ui/AInputFile/AInputFile.js +235 -235
  653. package/src/ui/AInputNumber/AInputNumber.js +469 -469
  654. package/src/ui/AInputNumber/compositionAPI/IncreaseDecreaseAPI.js +53 -53
  655. package/src/ui/AInputNumber/compositionAPI/InputEventsAPI.js +196 -196
  656. package/src/ui/AInputNumber/compositionAPI/ModelAPI.js +72 -72
  657. package/src/ui/AInputNumber/compositionAPI/VerifyAPI.js +89 -89
  658. package/src/ui/AInputNumber/i18n/AInputNumberI18n.js +19 -19
  659. package/src/ui/AInputNumber/i18n/ar.json +3 -3
  660. package/src/ui/AInputNumber/i18n/de.json +3 -3
  661. package/src/ui/AInputNumber/i18n/en.json +4 -4
  662. package/src/ui/AInputNumber/i18n/es.json +3 -3
  663. package/src/ui/AInputNumber/i18n/fr.json +3 -3
  664. package/src/ui/AInputNumber/i18n/hr.json +3 -3
  665. package/src/ui/AInputNumber/i18n/it.json +3 -3
  666. package/src/ui/AInputNumber/i18n/ru.json +3 -3
  667. package/src/ui/AInputNumberRange/AInputNumberRange.js +497 -497
  668. package/src/ui/AInputNumberRange/compositionAPI/FocusAPI.js +18 -18
  669. package/src/ui/AInputNumberRange/compositionAPI/ModelAPI.js +43 -43
  670. package/src/ui/AInputNumberRange/compositionAPI/ReadonlyAPI.js +35 -35
  671. package/src/ui/AInputNumberRange/i18n/ar.json +4 -4
  672. package/src/ui/AInputNumberRange/i18n/en.json +3 -3
  673. package/src/ui/AInputNumberRange/i18n/es.json +3 -3
  674. package/src/ui/AInputNumberRange/i18n/fr.json +3 -3
  675. package/src/ui/AInputNumberRange/i18n/hr.json +3 -3
  676. package/src/ui/AInputNumberRange/i18n/it.json +3 -3
  677. package/src/ui/AInputNumberRange/i18n/ru.json +3 -3
  678. package/src/ui/AJson/AJson.js +414 -414
  679. package/src/ui/AJson/compositionAPI/HeightAPI.js +29 -29
  680. package/src/ui/AJson/compositionAPI/JsonAPI.js +116 -116
  681. package/src/ui/AJson/compositionAPI/ReadonlyAPI.js +32 -32
  682. package/src/ui/AJson/i18n/AJsonI18n.js +19 -19
  683. package/src/ui/AJson/i18n/ar.json +7 -7
  684. package/src/ui/AJson/i18n/de.json +7 -7
  685. package/src/ui/AJson/i18n/en.json +7 -7
  686. package/src/ui/AJson/i18n/es.json +7 -7
  687. package/src/ui/AJson/i18n/fr.json +7 -7
  688. package/src/ui/AJson/i18n/hr.json +7 -7
  689. package/src/ui/AJson/i18n/it.json +7 -7
  690. package/src/ui/AJson/i18n/ru.json +7 -7
  691. package/src/ui/ALabel/ALabel.js +188 -188
  692. package/src/ui/ALabel/__tests__/ALabel.IdAPI.test.js +42 -42
  693. package/src/ui/ALabel/__tests__/ALabel.LabelAPI.test.js +33 -33
  694. package/src/ui/ALabel/compositionAPI/ClickAPI.js +51 -51
  695. package/src/ui/ALabel/compositionAPI/IdAPI.js +35 -35
  696. package/src/ui/ALabel/compositionAPI/LabelAPI.js +48 -48
  697. package/src/ui/AMultiselectOrdered/AMultiselectOrdered.js +827 -827
  698. package/src/ui/AMultiselectOrdered/AMultiselectOrderedItem/AMultiselectOrderedItem.js +212 -212
  699. package/src/ui/AMultiselectOrdered/AMultiselectOrderedItem/compositionAPI/AttributesAPI.js +56 -56
  700. package/src/ui/AMultiselectOrdered/AMultiselectOrderedItem/compositionAPI/EventsAPI.js +57 -57
  701. package/src/ui/AMultiselectOrdered/compositionAPI/AllAPI.js +76 -76
  702. package/src/ui/AMultiselectOrdered/compositionAPI/AttributesAPI.js +13 -13
  703. package/src/ui/AMultiselectOrdered/compositionAPI/DataAPI.js +41 -41
  704. package/src/ui/AMultiselectOrdered/compositionAPI/ModelAPI.js +96 -96
  705. package/src/ui/AMultiselectOrdered/compositionAPI/TextsAPI.js +55 -55
  706. package/src/ui/AMultiselectOrdered/i18n/AMultiselectOrderedI18n.js +19 -19
  707. package/src/ui/AMultiselectOrdered/i18n/ar.json +10 -10
  708. package/src/ui/AMultiselectOrdered/i18n/de.json +10 -10
  709. package/src/ui/AMultiselectOrdered/i18n/en.json +10 -10
  710. package/src/ui/AMultiselectOrdered/i18n/es.json +10 -10
  711. package/src/ui/AMultiselectOrdered/i18n/fr.json +10 -10
  712. package/src/ui/AMultiselectOrdered/i18n/hr.json +10 -10
  713. package/src/ui/AMultiselectOrdered/i18n/it.json +10 -10
  714. package/src/ui/AMultiselectOrdered/i18n/ru.json +11 -11
  715. package/src/ui/AOneCheckbox/AOneCheckbox.js +360 -360
  716. package/src/ui/AOneCheckbox/compositionAPI/ReadonlyAPI.js +26 -26
  717. package/src/ui/AOneCheckbox/compositionAPI/TrueFalseValueAPI.js +47 -47
  718. package/src/ui/ARadio/ARadio.js +827 -827
  719. package/src/ui/ARadio/ARadioItem/ARadioItem.js +322 -322
  720. package/src/ui/ARadio/compositionAPI/ReadonlyAPI.js +36 -36
  721. package/src/ui/ARadio/i18n/ar.json +4 -4
  722. package/src/ui/ARadio/i18n/de.json +4 -4
  723. package/src/ui/ARadio/i18n/en.json +4 -4
  724. package/src/ui/ARadio/i18n/es.json +4 -4
  725. package/src/ui/ARadio/i18n/fr.json +4 -4
  726. package/src/ui/ARadio/i18n/hr.json +4 -4
  727. package/src/ui/ARadio/i18n/it.json +4 -4
  728. package/src/ui/ARadio/i18n/ru.json +4 -4
  729. package/src/ui/ARequired/ARequired.js +0 -0
  730. package/src/ui/ARequired/i18n/ar.json +2 -2
  731. package/src/ui/ARequired/i18n/de.json +3 -3
  732. package/src/ui/ARequired/i18n/en.json +2 -2
  733. package/src/ui/ARequired/i18n/es.json +2 -2
  734. package/src/ui/ARequired/i18n/fr.json +2 -2
  735. package/src/ui/ARequired/i18n/hr.json +2 -2
  736. package/src/ui/ARequired/i18n/it.json +2 -2
  737. package/src/ui/ARequired/i18n/ru.json +2 -2
  738. package/src/ui/ARouterLinkConfig/ARouterLinkConfig.js +331 -331
  739. package/src/ui/ARouterLinkConfig/compositionAPI/DataFormAPI.js +100 -100
  740. package/src/ui/ARouterLinkConfig/compositionAPI/ModelLocalAPI.js +69 -57
  741. package/src/ui/ARouterLinkConfig/compositionAPI/ParamAPI.js +65 -65
  742. package/src/ui/ARouterLinkConfig/compositionAPI/RouteAPI.js +34 -34
  743. package/src/ui/ARouterLinkConfig/i18n/ARouterLinkConfigI18n.js +19 -19
  744. package/src/ui/ARouterLinkConfig/i18n/ar.json +3 -3
  745. package/src/ui/ARouterLinkConfig/i18n/de.json +13 -13
  746. package/src/ui/ARouterLinkConfig/i18n/en.json +13 -13
  747. package/src/ui/ARouterLinkConfig/i18n/es.json +13 -13
  748. package/src/ui/ARouterLinkConfig/i18n/fr.json +13 -13
  749. package/src/ui/ARouterLinkConfig/i18n/hr.json +13 -13
  750. package/src/ui/ARouterLinkConfig/i18n/it.json +13 -13
  751. package/src/ui/ARouterLinkConfig/i18n/ru.json +13 -13
  752. package/src/ui/ASelect/ASelect.js +1173 -1173
  753. package/src/ui/ASelect/ASelectElement/ASelectElement.js +175 -175
  754. package/src/ui/ASelect/ASelectLabelElement/ASelectLabelElement.js +61 -61
  755. package/src/ui/ASelect/ASelectValueCloseable/ASelectValueCloseable.js +88 -88
  756. package/src/ui/ASelect/ASelectValueCloseable/compositionAPI/CloseAPI.js +28 -28
  757. package/src/ui/ASelect/ASelectValueCloseable/compositionAPI/LabelAPI.js +20 -20
  758. package/src/ui/ASelect/compositionAPI/AttributesAPI.js +33 -33
  759. package/src/ui/ASelect/compositionAPI/DisabledAPI.js +38 -38
  760. package/src/ui/ASelect/compositionAPI/ExclusiveOptionsAPI.js +59 -59
  761. package/src/ui/ASelect/compositionAPI/ModelAPI.js +69 -69
  762. package/src/ui/ASelect/compositionAPI/ModelChangeAPI.js +143 -143
  763. package/src/ui/ASelect/compositionAPI/SelectedTitleAPI.js +69 -69
  764. package/src/ui/ASelect/compositionAPI/ToggleAPI.js +255 -255
  765. package/src/ui/ASelect/i18n/ar.json +9 -9
  766. package/src/ui/ASelect/i18n/de.json +9 -9
  767. package/src/ui/ASelect/i18n/en.json +9 -9
  768. package/src/ui/ASelect/i18n/es.json +9 -9
  769. package/src/ui/ASelect/i18n/fr.json +9 -9
  770. package/src/ui/ASelect/i18n/hr.json +9 -9
  771. package/src/ui/ASelect/i18n/it.json +9 -9
  772. package/src/ui/ASelect/i18n/ru.json +9 -9
  773. package/src/ui/ASelectIcon/ASelectIcon.js +403 -403
  774. package/src/ui/ASelectIcon/ASelectIconSlot/ASelectIconSlot.js +51 -51
  775. package/src/ui/ASelectIcon/compositionAPI/EventsAPI.js +24 -24
  776. package/src/ui/ASelectIcon/compositionAPI/IconsAPI.js +39 -39
  777. package/src/ui/ASelectIcon/compositionAPI/TypeAPI.js +24 -24
  778. package/src/ui/ASelectStyle/ASelectStyle.js +392 -392
  779. package/src/ui/ASelectStyle/compositionAPI/DataAPI.js +68 -68
  780. package/src/ui/ASelectStyle/compositionAPI/EventsAPI.js +24 -24
  781. package/src/ui/ASelectStyle/compositionAPI/KeyLabelCallbackAPI.js +15 -15
  782. package/src/ui/ASelectStyle/compositionAPI/TypeAPI.js +24 -24
  783. package/src/ui/ASelectStyle/i18n/ASelectStyleI18n.js +19 -19
  784. package/src/ui/ASelectStyle/i18n/it.json +281 -281
  785. package/src/ui/ASelectStyle/i18n/ru.json +281 -281
  786. package/src/ui/ASwitch/ASwitch.js +396 -396
  787. package/src/ui/ASwitch/compositionAPI/LabelAPI.js +32 -32
  788. package/src/ui/ASwitch/i18n/ASwitchI18n.js +19 -19
  789. package/src/ui/ASwitch/i18n/ar.json +4 -4
  790. package/src/ui/ASwitch/i18n/de.json +4 -4
  791. package/src/ui/ASwitch/i18n/en.json +4 -4
  792. package/src/ui/ASwitch/i18n/es.json +4 -4
  793. package/src/ui/ASwitch/i18n/fr.json +4 -4
  794. package/src/ui/ASwitch/i18n/hr.json +4 -4
  795. package/src/ui/ASwitch/i18n/it.json +4 -4
  796. package/src/ui/ASwitch/i18n/ru.json +4 -4
  797. package/src/ui/ATemplate/ATemplate.js +162 -162
  798. package/src/ui/ATextarea/ATextarea.js +399 -399
  799. package/src/ui/ATextarea/compositionAPI/AutosizeAPI.js +42 -42
  800. package/src/ui/ATextarea/compositionAPI/ModelAPI.js +37 -37
  801. package/src/ui/ATextarea/compositionAPI/RowsAPI.js +25 -25
  802. package/src/ui/AUiComponents.js +57 -55
  803. package/src/ui/AUiContainerComponents.js +12 -16
  804. package/src/ui/AValidatedJson/AValidatedJson.js +588 -587
  805. package/src/ui/AValidatedJson/AValidatedJsonItem/AValidatedJsonItem.js +276 -276
  806. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/DeleteAPI.js +63 -63
  807. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/DetailsAPI.js +59 -59
  808. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/LabelAPI.js +36 -36
  809. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/MoveAPI.js +50 -50
  810. package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/UpdateAPI.js +48 -48
  811. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/AValidatedJsonModalCreateOrUpdate.js +146 -146
  812. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/DataFormAPI.js +69 -69
  813. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/DisabledAPI.js +35 -31
  814. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/ModelAPI.js +31 -31
  815. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/SaveAPI.js +120 -120
  816. package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/TextAPI.js +25 -25
  817. package/src/ui/AValidatedJson/compositionAPI/AttributesAPI.js +15 -15
  818. package/src/ui/AValidatedJson/compositionAPI/ChildrenAPI.js +70 -70
  819. package/src/ui/AValidatedJson/compositionAPI/EventsAPI.js +24 -24
  820. package/src/ui/AValidatedJson/compositionAPI/JsonModeAPI.js +100 -100
  821. package/src/ui/AValidatedJson/compositionAPI/ListModeAPI.js +139 -118
  822. package/src/ui/AValidatedJson/compositionAPI/ModelAPI.js +36 -39
  823. package/src/ui/AValidatedJson/compositionAPI/SingleModeAPI.js +112 -82
  824. package/src/ui/AValidatedJson/compositionAPI/TranslateAPI.js +22 -22
  825. package/src/ui/AValidatedJson/i18n/AValidatedJsonI18n.js +19 -19
  826. package/src/ui/AValidatedJson/i18n/ar.json +3 -3
  827. package/src/ui/AValidatedJson/i18n/de.json +21 -21
  828. package/src/ui/AValidatedJson/i18n/en.json +3 -3
  829. package/src/ui/AValidatedJson/i18n/es.json +3 -3
  830. package/src/ui/AValidatedJson/i18n/fr.json +3 -3
  831. package/src/ui/AValidatedJson/i18n/hr.json +3 -3
  832. package/src/ui/AValidatedJson/i18n/it.json +3 -3
  833. package/src/ui/AValidatedJson/i18n/ru.json +6 -6
  834. package/src/ui/UiValidatedJson/ModalCreateOrUpdate/ModalCreateOrUpdate.js +264 -264
  835. package/src/ui/UiValidatedJson/ModalCreateOrUpdate/ModalCreateOrUpdate.pug +31 -31
  836. package/src/ui/UiValidatedJson/ModalCreateOrUpdate/ModalCreateOrUpdate.vue +2 -2
  837. package/src/ui/UiValidatedJson/ModeJson/ModeJson.js +69 -69
  838. package/src/ui/UiValidatedJson/ModeJson/ModeJson.pug +1 -1
  839. package/src/ui/UiValidatedJson/ModeJson/ModeJson.vue +2 -2
  840. package/src/ui/UiValidatedJson/ModeList/ModeList.js +58 -58
  841. package/src/ui/UiValidatedJson/ModeList/ModeList.pug +1 -1
  842. package/src/ui/UiValidatedJson/ModeList/ModeList.vue +2 -2
  843. package/src/ui/UiValidatedJson/ModeSingle/ModeSingle.js +14 -14
  844. package/src/ui/UiValidatedJson/ModeSingle/ModeSingle.pug +19 -19
  845. package/src/ui/UiValidatedJson/ModeSingle/ModeSingle.vue +2 -2
  846. package/src/ui/UiValidatedJson/UiValidatedJson.js +61 -61
  847. package/src/ui/UiValidatedJson/UiValidatedJson.pug +44 -44
  848. package/src/ui/UiValidatedJson/UiValidatedJson.vue +2 -2
  849. package/src/ui/UiValidatedJson/UiValidatedJsonMixin.js +82 -82
  850. package/src/ui/UiValidatedJson/UiValidatedJsonModeManyEditMixin.js +147 -147
  851. package/src/ui/UiValidatedJson/UiValidatedJsonModeManyEditMixin.pug +109 -109
  852. package/src/ui/UiValidatedJson/UiValidatedJsonModeManyMixin.js +270 -270
  853. package/src/ui/UiValidatedJson/UiValidatedJsonModeMixin.js +36 -36
  854. package/src/ui/UiValidatedJson/UiValidatedJsonModeSingleMixin.js +77 -77
  855. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeJsonReadOnly/ModeJsonReadOnly.js +30 -30
  856. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeJsonReadOnly/ModeJsonReadOnly.pug +1 -1
  857. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeJsonReadOnly/ModeJsonReadOnly.vue +2 -2
  858. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeListReadOnly/ModeListReadOnly.js +30 -30
  859. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeListReadOnly/ModeListReadOnly.pug +1 -1
  860. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeListReadOnly/ModeListReadOnly.vue +2 -2
  861. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeSingleReadOnly/ModeSingleReadOnly.js +19 -19
  862. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeSingleReadOnly/ModeSingleReadOnly.pug +15 -15
  863. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/ModeSingleReadOnly/ModeSingleReadOnly.vue +2 -2
  864. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/UiValidatedJsonReadOnly.js +38 -38
  865. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/UiValidatedJsonReadOnly.pug +25 -25
  866. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/UiValidatedJsonReadOnly.vue +2 -2
  867. package/src/ui/UiValidatedJson/UiValidatedJsonReadOnly/UiValidatedJsonReadonlyModeManyMixin.pug +43 -43
  868. package/src/ui/UiValidatedJson/compositionAPI/UiValidatedJsonErrorLabelsAPI.js +10 -10
  869. package/src/ui/compositionApi/UIDataGroupAPI.js +133 -133
  870. package/src/ui/compositionApi/UiAPI.js +144 -144
  871. package/src/ui/compositionApi/UiCheckboxRadioItemAPI.js +41 -41
  872. package/src/ui/compositionApi/UiClearButtonAPI.js +18 -18
  873. package/src/ui/compositionApi/UiCollapseAPI.js +63 -63
  874. package/src/ui/compositionApi/UiDataFromServerAPI.js +218 -218
  875. package/src/ui/compositionApi/UiDataSortAPI.js +28 -28
  876. package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +192 -192
  877. package/src/ui/compositionApi/UiDisabledAPI.js +20 -20
  878. package/src/ui/compositionApi/UiDisabledElementAPI.js +30 -30
  879. package/src/ui/compositionApi/UiLabelClickEventBusAPI.js +35 -35
  880. package/src/ui/compositionApi/UiSearchAPI.js +246 -246
  881. package/src/ui/compositionApi/UiStyleHideAPI.js +48 -48
  882. package/src/ui/compositionApi/UiTextAfterLabelAPI.js +16 -16
  883. package/src/ui/compositionApi/UiVisibleElementWithSearchAPI.js +55 -55
  884. package/src/ui/compositionApi/__tests__/UIExcludeRenderAttributesAPI.test.js +39 -39
  885. package/src/ui/const/AUiTypes.js +69 -69
  886. package/src/ui/const/UiInjectionKeys.js +1 -1
  887. package/src/ui/mixins/UiClearButtonMixinProps.js +14 -14
  888. package/src/ui/mixins/UiMixinProps.js +119 -119
  889. package/src/ui/utils/utils.js +79 -79
  890. package/src/utils/EventBus.js +8 -8
  891. package/src/utils/__tests__/utils.getTotalNestedCount.test.js +56 -56
  892. package/src/utils/__tests__/utils.isArrayOfArrays.test.js +44 -44
  893. package/src/utils/__tests__/utils.isArrayOfStrings.test.js +36 -36
  894. package/src/utils/__tests__/utilsMath.isEven.test.js +43 -43
  895. package/src/utils/__tests__/utilsMath.isOdd.test.js +43 -43
  896. package/src/utils/__tests__/utilsUi.isModelForFilterNotEmpty.test.js +65 -65
  897. package/src/utils/actions.js +65 -65
  898. package/src/utils/autosize.js +275 -275
  899. package/src/utils/colors.js +109 -109
  900. package/src/utils/utils.js +116 -116
  901. package/src/utils/utilsDOM.js +152 -152
  902. package/src/utils/utilsMath.js +69 -69
  903. package/src/utils/utilsUi.js +37 -37
package/CHANGELOG.md CHANGED
@@ -1,669 +1,686 @@
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.28.2
11
-
12
- - Add `AValidatedJson` to `AFieldset` and ´AUiContainerComponents´ for extended component support.
13
-
14
- ## 2.28.1
15
-
16
- - Refactor `ACarousel`: Introduce `ArrowsAPI` to manage arrow visibility logic and update related components for improved reusability and maintainability.
17
-
18
- ## 2.28.0
19
-
20
- - Add component `AValidatedJson`
21
-
22
- ## 2.27.1
23
-
24
- - Fix casing in `ARemPxAPI` export path for consistency with compositionAPI folder structure.
25
-
26
- ## 2.27.0
27
-
28
- - Refactor `SCSS`: Convert all pixel-based units to `rem`
29
- - Refactor `ACarousel`: Introduce rem-based unit mapping for consistent scaling, integrate global `ARemPxAPI`, and update `ACarousel` `SCSS`, composition APIs, and plugins accordingly.
30
-
31
- ## 2.26.0
32
-
33
- - Refactor `ACarousel` controls: introduce `ACarouselControlsIndicator` component, update related indicators handling logic, and add support for nested children and new margin property.
34
-
35
- ## 2.25.2
36
-
37
- - Add `AValidatedJson` list mode functionality with composition API
38
-
39
- ## 2.25.1
40
-
41
- - Added selector-close for AMenu, to set focus on a desired element after the menu close
42
- - Added integerPartMaxLength prop for AInputCurrency to set custom length for integer part of the value
43
- - Minor fixes to AInputCurrency
44
-
45
- ## 2.25.0
46
-
47
- - Add button style groups and translations to `ASelectStyle`, update plugin and documentation
48
-
49
- ## 2.24.0
50
-
51
- - Add new component `ASelectStyle` with docu
52
-
53
- ## 2.23.0
54
-
55
- - Documentation `CSS`: `Text`
56
- - Refactor `ACarousel` styles
57
- - Add `text_line_through` and `text_decoration_none` utilities for text decoration styling
58
- - Add `text_justify` utility for text alignment and responsive breakpoint support in text styles
59
- - Add `text_clamp` utility to support multiline text truncation with CSS clamp technique
60
-
61
- ## 2.22.0
62
-
63
- - Documentation `AElement`
64
- - Add-ons for `ACarousel`
65
- - `indicators-type`: `squares`
66
- - `indicatorsAutoLimit`
67
- - `indicatorsLimit`
68
- - `indicatorWidth`
69
-
70
- ## 2.21.5
71
-
72
- - Adjust padding-right in `ASelect` dropdown for improved spacing.
73
-
74
- ## 2.21.4
75
-
76
- - Fix toggle behavior in `ASelect` to prevent premature closing when interacting with HTML elements
77
-
78
- ## 2.21.3
79
-
80
- - Fix: ATable, Sorting for columns defect
81
-
82
- ## 2.21.2
83
-
84
- - Refactor badge `SCSS` variables for `.a_badge` to use consistent naming convention
85
-
86
- ## 2.21.1
87
-
88
- - Broken version
89
-
90
- ## 2.21.0
91
-
92
- - Add badge styles, documentation, and localization
93
-
94
- ## 2.20.0
95
-
96
- - Feature: Introduced `pagination.position` (`top`, `bottom`, `y`) for `ATable`
97
-
98
- ## 2.19.1
99
-
100
- - Fix translation in `AErrors`
101
-
102
- ## 2.19.0
103
-
104
- - Translations: `AErrors`, `AAlert`, `APagination`, `AFilters`, `AFormElementBtnClear`
105
-
106
- ## 2.18.0
107
-
108
- - Add Props: `useFlatModel` for `AForm`, `AModalForm`, `AFieldset`, `AGroup`
109
-
110
- ## 2.17.0
111
-
112
- - Add props: `useFlatErrors` for `AForm`, `AModalForm`, `AErrors`, `AFieldset`, `AGroup`
113
-
114
- ## 2.16.0
115
-
116
- - New component: `ACarousel`
117
-
118
- ## 2.15.0
119
-
120
- - Add a new function `getTranslatedAttributes`
121
- - `AModal`: Fix Styles
122
-
123
- ## 2.14.1
124
-
125
- - `ASelectValueCloseable`: Fix in close function
126
-
127
- ## 2.14.0
128
-
129
- - Change Styles for `Errors`, `Legend` and `Fieldset`
130
- - `ALabel`: Fix für `onClick`
131
- - `AErrors`: extension `goTo` function
132
-
133
- ## 2.13.1
134
-
135
- - Add `updateI18nForLanguage` function to `ATranslationAPI`
136
-
137
- ## 2.13.0
138
-
139
- - Add `updateI18n` function to support dynamic `i18n` updates
140
-
141
- ## 2.12.1
142
-
143
- - `ASelect` Fix
144
-
145
- ## 2.12.0
146
-
147
- - Add `ASelectIcon` component
148
-
149
- ## 2.11.3
150
-
151
- - Prioritize data from server for ASelect
152
-
153
- ## 2.11.2
154
-
155
- - Refactor focus handling in `UiAPI`
156
-
157
- ## 2.11.1
158
-
159
- - Add export for `AFilterCenter` component
160
-
161
- ## 2.11.0
162
-
163
- - Add `focusin` and `focusout` event handling to `ARadio` component
164
- - Add `focusin` and `focusout` event handling to `ACheckbox` component
165
- - Add support for `type` prop and `minuteStep` in `ADatepicker`
166
- - Refactor `ADatepicker` format handling with `TypeAPI` integration
167
- - Refactor focus handling in `ADatepicker` components.
168
- - Refactor `APanelYear` to composition API
169
- - Refactor `APanelTime` to composition API
170
-
171
- ## 2.10.1
172
-
173
- - Fix model update in `AFilters`
174
-
175
- ## 2.10.0
176
-
177
- - Add utility classes for vertical alignment
178
-
179
- ## 2.9.2
180
-
181
- - `ATableTopPanel`: fix `currentMultipleActions`
182
-
183
- ## 2.9.1
184
-
185
- - `AModal`: added "modal inside a modal" feature with proper `z-index` stacking support
186
-
187
- ## 2.9.0
188
-
189
- - Added `.column_offset_right_*` classes to grid utilities for right column offsets with dynamic margin-right
190
- calculations
191
-
192
- ## 2.8.4
193
-
194
- - `ADatePicker`: Added customizable class prop and fixed `SCSS` indentation
195
-
196
- ## 2.8.3
197
-
198
- - Fix model update in `AFilters`
199
-
200
- ## 2.8.2
201
-
202
- - Fix buttons ids in `ATableTdAction`
203
-
204
- ## 2.8.1
205
-
206
- - Fix `//` in `AHttpAPI`
207
-
208
- ## 2.8.0
209
-
210
- - New component `AMultiselectOrdered`
211
- - Props `attributesFieldset` for `ACheckbox`, `ARadio`, `AFieldset`, `AMultiselectOrdered`, `ARouterLinkConfig`
212
-
213
- ## 2.7.3
214
-
215
- - `AFilters`: fix `changeModel` functions
216
-
217
- ## 2.7.2
218
-
219
- - `ATemplate`: fix `type` for `modelValue`
220
-
221
- ## 2.7.1
222
-
223
- - `ATemplate`: fix `props`
224
-
225
- ## 2.7.0
226
-
227
- - New component `AFormElement`
228
- - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
229
- - Fix in `keyDisabledCallback`
230
-
231
- ## 2.6.1
232
-
233
- - Fix model in AModalForm
234
-
235
- ## 2.6.0
236
-
237
- - Update logic model change in ui-components
238
-
239
- ## 2.5.0
240
-
241
- - readonly for ui-components
242
-
243
- ## 2.4.1
244
-
245
- - `ASelect`: fix `watch` for `url`, `apiSaveId`, `urlParams`
246
-
247
- ## 2.4.0
248
-
249
- - New component `ARouterLinkConfig`
250
- - `ARouterLinkConfig`: Improvements
251
- - Fix padding for `a_search_highlight`
252
- - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
253
- - `filterJson`: fix for `jsonClass`
254
-
255
- ## 2.3.1
256
-
257
- - Fix: import `APopupAPI` and functions
258
-
259
- ## 2.3.0
260
-
261
- - `AModal`: don't close modal if popup opened
262
- - `AAlert`: new props ariaAtomic and role
263
- - `AHttpAPI`: ignoreErrorHandler as function
264
- - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
265
-
266
- ## 2.2.0
267
-
268
- ### Enhancements:
269
- - Expanded `ASelect` component by adding three new props:
270
- - `exclusive-option-label`
271
- - `exclusive-option-value`
272
- - `is-exclusive-option-enabled`
273
-
274
- ### Description:
275
- 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.
276
-
277
- ## 2.1.13
278
-
279
- - Fix 2 import from moment.js
280
-
281
- ## 2.1.12
282
-
283
- - Fix import from moment.js
284
-
285
- ## 2.1.11
286
-
287
- - Test version
288
-
289
- ## 2.1.10
290
-
291
- - **Fix:** Corrected SCSS import order.
292
-
293
- ## 2.1.9
294
-
295
- - Fixed arguments for `filterSearchHighlight` in CompositionAPI.
296
- - Added documentation for the `ATranslation` component.
297
-
298
- ## 2.1.8
299
-
300
- - **New Exports Added**
301
- - `UiAPI`, `UIExcludeRenderAttributesAPI`, `UiStyleHideAPI`, `AErrorsText`
302
-
303
- ## 2.1.7
304
-
305
- - **New Exports Added**
306
- - **ATranslationAPI**
307
- - `translation`
308
- - **AMenuButtonToggle**
309
- - `AMenuButtonToggle_ToggleAPI`
310
-
311
- ## 2.1.6
312
-
313
- - **New Exports Added**
314
- - **Utils**
315
- - `dompurify`
316
- - `sanitize`
317
-
318
- ## 2.1.5
319
-
320
- - **New Export Added**
321
- - **AFiltersAPI**
322
- - `AFiltersAPI_additionFilters`
323
-
324
- ## 2.1.4
325
-
326
- - **New Exports Added**
327
- - **AHttpAPI**
328
- - `AHttpAPI_abortHttp`
329
- - `AHttpAPI_API_CONFIG`
330
- - `AHttpAPI_callHttpRequestAndCheckSavedApi`
331
- - `AHttpAPI_clearAllApiSaved`
332
- - `AHttpAPI_clearApiSaved`
333
- - `AHttpAPI_deleteHttp`
334
- - `AHttpAPI_getHttp`
335
- - `AHttpAPI_getListHttp`
336
- - `AHttpAPI_getOptionsHttp`
337
- - `AHttpAPI_getUrlParams`
338
- - `AHttpAPI_patchHttp`
339
- - `AHttpAPI_postHttp`
340
- - `AHttpAPI_putHttp`
341
- - `AHttpAPI_setBaseUrl`
342
- - `AHttpAPI_setErrorCallbacks`
343
- - `AHttpAPI_setHeaderParams`
344
- - `AHttpAPI_setUrlForArray`
345
- - `AHttpAPI_setUrlWithParams`
346
- - **AMobileAPI**
347
- - `AMobileAPI_isMobileWidth`
348
- - `AMobileAPI_setIsMobileWidth`
349
- - **ANotificationAPI**
350
- - `ANotificationAPI_addNotification`
351
- - `ANotificationAPI_setNotificationTimeout`
352
- - **APageTabTitleAPI**
353
- - `APageTabTitleAPI_setBaseTitle`
354
-
355
- ## 2.1.3
356
-
357
- - New Imports:
358
- - Added imports for the following components, functions, and constants:
359
- - Components: `AMenuButtonToggle`, `APlacements`.
360
- - Functions: `getTranslatedText`, `isPlaceholderTranslate`, `setI18n`, `setLanguage`, `toggleTranslate`, `updateTranslation`
361
- - Constants: `i18n`, `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`, `timeTranslationLastChanged`, `isTranslate`.
362
- - Renamed `i18n` to `i18nAll` for better clarity.
363
-
364
- ## 2.1.2
365
-
366
- - Linting Enhancements:
367
- - Implemented linting for Vue.js components and codebase using ESLint
368
- - Documentation Updates:
369
- - Updated configuration and import examples in the documentation.
370
-
371
- ## 2.1.1
372
-
373
- - `AOneCheckbox`: Fixed warnings related to the slot usage.
374
-
375
- ## 2.1.0
376
-
377
- - `AOneCheckbox`: Added new props:
378
- - `slotName` for customizing slots.
379
- - `labelAttributes` for configuring additional attributes on labels.
380
-
381
- ## 2.0.1
382
-
383
- - Bug Fix: Added missing `CSS` file to the library.
384
- - New Imports:
385
- - Functions:
386
- - `concatTwoStringsWithSpace`, `colorToHex`, `hexToRgb`, `mixBlack`, `mixColor`, `mixWhite`, `rgbToHex`, `sanitizeLocal`, `getUniqueSelector`, `scrollToElement`, `setFocusToElement`, `setFocusToPreviousFocusableElement`, `setFocusToNextFocusableElement`, `toPrecision`.
387
- - Constants:
388
- - `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`.
389
-
390
- ## 2.0.0
391
-
392
- - Major refactoring and expanded documentation.
393
- - Migration Guide:
394
- - `AMenu2` → `AMenu`: Component renamed, updated CSS classes, and variables.
395
- - `ATinymce` removed: License change to `GPL-2.0-or-later`.
396
- - Style updates:
397
- - Fixed `.a_columns_gab_` typo to `.a_columns_gap_`.
398
- - Integrated `aloha-css` styles into `aloha-vue`.
399
- - Improved import system: Direct import for all components, directives, and plugins.
400
- - Dependency updates for compatibility.
401
-
402
- ***
403
-
404
- ## 1.12.2
405
-
406
- - ASelect Fix
407
-
408
- ## 1.12.1
409
-
410
- - Prioritize data from server for ASelect
411
-
412
- ## 1.11.1
413
-
414
- - Fix in `keyDisabledCallback`
415
-
416
- ## 1.11.0
417
-
418
- - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
419
-
420
- ## 1.10.1
421
-
422
- - `filterJson`: fix for `jsonClass`
423
-
424
- ## 1.10.0
425
-
426
- - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
427
-
428
- ## 1.9.2
429
-
430
- - Fix padding for `a_search_highlight`
431
-
432
- ## 1.9.1
433
-
434
- - `ARouterLinkConfig`: Improvements
435
-
436
- ## 1.9.0
437
-
438
- - New component `ARouterLinkConfig`
439
-
440
- ## 1.8.0
441
-
442
- - `AModal`: don't close modal if popup opened
443
-
444
- ## 1.7.0
445
-
446
- - `AAlert`: new props ariaAtomic and role
447
-
448
- ## 1.6.0
449
-
450
- - `AHttpAPI`: ignoreErrorHandler as function
451
-
452
- ## 1.5.1
453
-
454
- - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
455
-
456
- ## 1.5.0
457
-
458
- ### Enhancements:
459
- - Expanded `ASelect` component by adding three new props:
460
- - `exclusive-option-label`
461
- - `exclusive-option-value`
462
- - `is-exclusive-option-enabled`
463
-
464
- ### Description:
465
- 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.
466
-
467
- ## 1.4.0
468
-
469
- ### New Arguments for `filterSearchHighlight`
470
- - `tag`
471
- - `attributes`
472
- - `caseSensitive`
473
- - `isHtml`
474
-
475
- ## 1.3.1
476
-
477
- - `AOneCheckbox`: Fixed warnings related to the slot usage.
478
-
479
- ## 1.3.0
480
-
481
- - `AOneCheckbox`: Added new props:
482
- - `slotName` for customizing slots.
483
- - `labelAttributes` for configuring additional attributes on labels.
484
-
485
- ## 1.2.285
486
-
487
- - Minor fix to the `focus` logic in the `AMenu2` component for improved usability and accessibility.
488
-
489
- ## 1.2.284
490
-
491
- - Improved `focus` management for the `AMenu2` component, ensuring better accessibility when the menu is closed.
492
-
493
- ## 1.2.283
494
-
495
- - Fixed the `HTML` structure of the component to improve accessibility and ensure compliance with accessibility standards.
496
-
497
- ## 1.2.282
498
-
499
- - Fixed the `ATable` component to ensure the `aria-labelledby` attribute is not used when the table has no header, improving accessibility compliance.
500
-
501
- ## 1.2.281
502
-
503
- - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `ADropdown` component to improve accessibility.
504
-
505
-
506
- ## 1.2.280
507
-
508
- - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `AGroupButtonDropdown` component to improve accessibility.
509
-
510
- ## 1.2.279
511
-
512
- - Removed the `disabled` attribute from the `HTML` output of the `ASelect` component to improve accessibility.
513
-
514
- ## 1.2.278
515
-
516
- - Fixed the `disabled` state handling for elements with `type="link"` in the `AElement` component.
517
-
518
- ## 1.2.277
519
-
520
- - Removed the unnecessary `role="button"` attribute from buttons in`AInputCurrency` and `AInputNumber` components.
521
- - Added `title` and `textScreenReader` props for buttons in `AInputCurrency` and `AInputNumber` to enhance accessibility and screen reader support.
522
-
523
- ## 1.2.276
524
-
525
- - Fixed the `aria-describedby` attribute for UI components to ensure proper association with error messages, improving accessibility.
526
-
527
- ## 1.2.275
528
-
529
- - Improved the `AModal` component by managing `z-index` for multiple modal windows, ensuring proper stacking order.
530
-
531
- ## 1.2.274
532
-
533
- - Added translations for the `ARequired` component to support multiple languages.
534
-
535
- ## 1.2.273
536
-
537
- - Added `text-break` `CSS` styling to the `AModal` component to improve text handling and prevent overflow issues.
538
-
539
- ## 1.2.272
540
-
541
- - Fixed input behaviour in AInputCurrency for Mozilla Firefox (Firefox has slightly different event times than Webkit browsers).
542
-
543
- ## 1.2.271
544
-
545
- - Documentation Build: Replaced `Webpack` with `Vite` for building the documentation.
546
- - Corrected styles for the `ATabs` component when the `isVertical` prop is set to ´true´.
547
-
548
- ## 1.2.270
549
-
550
- - Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
551
-
552
- ## 1.2.269
553
-
554
- - Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
555
-
556
- ## 1.2.268
557
-
558
- - 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.
559
-
560
- ## 1.2.267
561
-
562
- - Removed the password reveal button for `Edge`
563
-
564
- ## 1.2.266
565
-
566
- - 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`.
567
-
568
- ## 1.2.265
569
-
570
- - 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.
571
-
572
- ## 1.2.264
573
-
574
- - Fixed an issue with the `AMenu2` component where the menu did not close upon pressing the `'Esc'` key.
575
-
576
- ## 1.2.263
577
-
578
- - Enhanced accessibility for the `AMenu2` component by adding the `aria-labelledby` attribute to improve screen reader support for menu reading.
579
-
580
- ## 1.2.262
581
-
582
- - 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.
583
- - 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.
584
-
585
- ## 1.2.261
586
-
587
- - Added a new slot, `formPrependAfterRequired`, to the `AForm` component
588
-
589
- ## 1.2.260
590
-
591
- - Added the `autocomplete` prop to form elements, enabling `autocomplete` functionality. Also included support for `placeholders` where applicable.
592
-
593
- ## 1.2.259
594
-
595
- - Added a new field, `classHeaderParent`, for elements within the `columns` array prop in the `ATable` component, allowing for additional customization of header parent classes.
596
-
597
- ## 1.2.258
598
-
599
- - Fixed an issue with `computePosition` when using the `floating-ui` library
600
- - Resolved a bug in the `AInput` component for `type='color'`
601
-
602
- ## 1.2.257
603
-
604
- - Implemented a `debounce` function for `ResizeObserver` in components to address intermittent errors related to resize events.
605
-
606
- ## 1.2.256
607
-
608
- - Expanded accessibility attributes for the `AFieldset`, `ACheckbox` and `ARadio` components to improve screen reader support.
609
- - Added translations for the documentation of the `AModal` component.
610
-
611
- ## 1.2.255
612
-
613
- - Enhanced accessibility for the `APagination` component, improving its support for screen readers
614
-
615
- ## 1.2.254
616
-
617
- - Made structural adjustments to the templates of `AInputCurrency` and `AInputNumber` components and added new CSS classes for improved styling and layout consistency
618
-
619
- ## 1.2.253
620
-
621
- - Applied `font-weight: bolder` styling to labels in the `ALabel` component when `isLabelFloat` is set to `false`.
622
-
623
- ## 1.2.252
624
-
625
- - Introduced new props and made changes to enhance accessibility for the `AModal` component, improving its usability with screen readers and assistive technologies.
626
-
627
- ## 1.2.251
628
-
629
- - `ATooltip`: Added the `withoutAriaDescribedby` prop for more flexible ARIA descriptions.
630
- - `FilterList`: Introduced a new `lastSeparator` parameter in the `filterList` function, with documentation updates.
631
- - `AGroup`: Refactored the component and added the first part of its documentation.
632
- - Menu Sorting: Adjusted the order of links in the documentation menu.
633
- - `ATabs` Fixes: Applied CSS, HTML, and disabled state fixes to improve component styling and functionality.
634
- - `AFieldset`: Renamed the ´classColumn´ prop to ´classColumnDefault´ for a consistent structure among form elements.
635
- - Accessibility Extensions: Added ´inheritAttrs: false´ to form element components to enhance accessibility customization.
636
- - ´ATabs´ Documentation: Added parts 3 and 4 of the ´ATabs´ component documentation.
637
-
638
- ## 1.2.250
639
-
640
- - ´AHttpAPI´: Fixed the ´postHttp´ function by adding the ´urlBase´ argument.
641
- - ´ATabs´ Documentation: Added parts 1 and 2 of the ´ATabs´ component documentation.
642
- - ´ATabs´ Refactoring: Expanded the ´ATabs´ component with new props and additional functionality.
643
- - ´ALoading´ Documentation and Refactoring: Refactored the ´ALoading´ component and provided full documentation.
644
- - ´ASpinner´ Documentation: Documented the ´ASpinner´ component and added translations.
645
- - ´ACloak´ Documentation: Added documentation and translations for the ´ACloak´ component.
646
- - ´AFieldset´ Documentation and Refactoring: Documented the ´AFieldset´ component with structural improvements.
647
- - ´ATemplate´ Documentation: Added complete documentation for the ´ATemplate´ component.
648
- - ´label-screen-reader´ Fixes and Documentation: Introduced the ´label-screen-reader´ prop for form elements and added corresponding documentation.
649
-
650
- ## 1.2.249
651
-
652
- - Added the ´modalStyle´ prop to the ´AModal` component, allowing for additional style customization. Documentation has been updated to include details on this new prop.
653
-
654
- ## 1.2.248
655
-
656
- - Added support for custom HTML attributes to the `AModal` component
657
-
658
- ## 1.2.247
659
-
660
- - Added the ´minHeightBody´ prop to set a minimum height for the ´ATinymce´ editor body
661
- - Updated the context menu functionality within the ´ATinymce´ component for improved contextual behavior
662
-
663
- ## 1.2.246
664
-
665
- - 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
666
-
667
- ## 1.2.245
668
-
669
- - 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.28.6
11
+
12
+ - `AValidatedJson` code cleanup
13
+
14
+ ## 2.28.5
15
+
16
+ - fixed `AValidatedJson`
17
+
18
+ ## 2.28.4
19
+
20
+ - fixed `AValidatedJson`
21
+
22
+ ## 2.28.3
23
+
24
+ - Refactor: Update component mappings to include `AValidatedJson` only in `AUiComponents`
25
+
26
+
27
+ ## 2.28.2
28
+
29
+ - Add `AValidatedJson` to `AFieldset` and ´AUiContainerComponents´ for extended component support.
30
+
31
+ ## 2.28.1
32
+
33
+ - Refactor `ACarousel`: Introduce `ArrowsAPI` to manage arrow visibility logic and update related components for improved reusability and maintainability.
34
+
35
+ ## 2.28.0
36
+
37
+ - Add component `AValidatedJson`
38
+
39
+ ## 2.27.1
40
+
41
+ - Fix casing in `ARemPxAPI` export path for consistency with compositionAPI folder structure.
42
+
43
+ ## 2.27.0
44
+
45
+ - Refactor `SCSS`: Convert all pixel-based units to `rem`
46
+ - Refactor `ACarousel`: Introduce rem-based unit mapping for consistent scaling, integrate global `ARemPxAPI`, and update `ACarousel` `SCSS`, composition APIs, and plugins accordingly.
47
+
48
+ ## 2.26.0
49
+
50
+ - Refactor `ACarousel` controls: introduce `ACarouselControlsIndicator` component, update related indicators handling logic, and add support for nested children and new margin property.
51
+
52
+ ## 2.25.2
53
+
54
+ - Add `AValidatedJson` list mode functionality with composition API
55
+
56
+ ## 2.25.1
57
+
58
+ - Added selector-close for AMenu, to set focus on a desired element after the menu close
59
+ - Added integerPartMaxLength prop for AInputCurrency to set custom length for integer part of the value
60
+ - Minor fixes to AInputCurrency
61
+
62
+ ## 2.25.0
63
+
64
+ - Add button style groups and translations to `ASelectStyle`, update plugin and documentation
65
+
66
+ ## 2.24.0
67
+
68
+ - Add new component `ASelectStyle` with docu
69
+
70
+ ## 2.23.0
71
+
72
+ - Documentation `CSS`: `Text`
73
+ - Refactor `ACarousel` styles
74
+ - Add `text_line_through` and `text_decoration_none` utilities for text decoration styling
75
+ - Add `text_justify` utility for text alignment and responsive breakpoint support in text styles
76
+ - Add `text_clamp` utility to support multiline text truncation with CSS clamp technique
77
+
78
+ ## 2.22.0
79
+
80
+ - Documentation `AElement`
81
+ - Add-ons for `ACarousel`
82
+ - `indicators-type`: `squares`
83
+ - `indicatorsAutoLimit`
84
+ - `indicatorsLimit`
85
+ - `indicatorWidth`
86
+
87
+ ## 2.21.5
88
+
89
+ - Adjust padding-right in `ASelect` dropdown for improved spacing.
90
+
91
+ ## 2.21.4
92
+
93
+ - Fix toggle behavior in `ASelect` to prevent premature closing when interacting with HTML elements
94
+
95
+ ## 2.21.3
96
+
97
+ - Fix: ATable, Sorting for columns defect
98
+
99
+ ## 2.21.2
100
+
101
+ - Refactor badge `SCSS` variables for `.a_badge` to use consistent naming convention
102
+
103
+ ## 2.21.1
104
+
105
+ - Broken version
106
+
107
+ ## 2.21.0
108
+
109
+ - Add badge styles, documentation, and localization
110
+
111
+ ## 2.20.0
112
+
113
+ - Feature: Introduced `pagination.position` (`top`, `bottom`, `y`) for `ATable`
114
+
115
+ ## 2.19.1
116
+
117
+ - Fix translation in `AErrors`
118
+
119
+ ## 2.19.0
120
+
121
+ - Translations: `AErrors`, `AAlert`, `APagination`, `AFilters`, `AFormElementBtnClear`
122
+
123
+ ## 2.18.0
124
+
125
+ - Add Props: `useFlatModel` for `AForm`, `AModalForm`, `AFieldset`, `AGroup`
126
+
127
+ ## 2.17.0
128
+
129
+ - Add props: `useFlatErrors` for `AForm`, `AModalForm`, `AErrors`, `AFieldset`, `AGroup`
130
+
131
+ ## 2.16.0
132
+
133
+ - New component: `ACarousel`
134
+
135
+ ## 2.15.0
136
+
137
+ - Add a new function `getTranslatedAttributes`
138
+ - `AModal`: Fix Styles
139
+
140
+ ## 2.14.1
141
+
142
+ - `ASelectValueCloseable`: Fix in close function
143
+
144
+ ## 2.14.0
145
+
146
+ - Change Styles for `Errors`, `Legend` and `Fieldset`
147
+ - `ALabel`: Fix für `onClick`
148
+ - `AErrors`: extension `goTo` function
149
+
150
+ ## 2.13.1
151
+
152
+ - Add `updateI18nForLanguage` function to `ATranslationAPI`
153
+
154
+ ## 2.13.0
155
+
156
+ - Add `updateI18n` function to support dynamic `i18n` updates
157
+
158
+ ## 2.12.1
159
+
160
+ - `ASelect` Fix
161
+
162
+ ## 2.12.0
163
+
164
+ - Add `ASelectIcon` component
165
+
166
+ ## 2.11.3
167
+
168
+ - Prioritize data from server for ASelect
169
+
170
+ ## 2.11.2
171
+
172
+ - Refactor focus handling in `UiAPI`
173
+
174
+ ## 2.11.1
175
+
176
+ - Add export for `AFilterCenter` component
177
+
178
+ ## 2.11.0
179
+
180
+ - Add `focusin` and `focusout` event handling to `ARadio` component
181
+ - Add `focusin` and `focusout` event handling to `ACheckbox` component
182
+ - Add support for `type` prop and `minuteStep` in `ADatepicker`
183
+ - Refactor `ADatepicker` format handling with `TypeAPI` integration
184
+ - Refactor focus handling in `ADatepicker` components.
185
+ - Refactor `APanelYear` to composition API
186
+ - Refactor `APanelTime` to composition API
187
+
188
+ ## 2.10.1
189
+
190
+ - Fix model update in `AFilters`
191
+
192
+ ## 2.10.0
193
+
194
+ - Add utility classes for vertical alignment
195
+
196
+ ## 2.9.2
197
+
198
+ - `ATableTopPanel`: fix `currentMultipleActions`
199
+
200
+ ## 2.9.1
201
+
202
+ - `AModal`: added "modal inside a modal" feature with proper `z-index` stacking support
203
+
204
+ ## 2.9.0
205
+
206
+ - Added `.column_offset_right_*` classes to grid utilities for right column offsets with dynamic margin-right
207
+ calculations
208
+
209
+ ## 2.8.4
210
+
211
+ - `ADatePicker`: Added customizable class prop and fixed `SCSS` indentation
212
+
213
+ ## 2.8.3
214
+
215
+ - Fix model update in `AFilters`
216
+
217
+ ## 2.8.2
218
+
219
+ - Fix buttons ids in `ATableTdAction`
220
+
221
+ ## 2.8.1
222
+
223
+ - Fix `//` in `AHttpAPI`
224
+
225
+ ## 2.8.0
226
+
227
+ - New component `AMultiselectOrdered`
228
+ - Props `attributesFieldset` for `ACheckbox`, `ARadio`, `AFieldset`, `AMultiselectOrdered`, `ARouterLinkConfig`
229
+
230
+ ## 2.7.3
231
+
232
+ - `AFilters`: fix `changeModel` functions
233
+
234
+ ## 2.7.2
235
+
236
+ - `ATemplate`: fix `type` for `modelValue`
237
+
238
+ ## 2.7.1
239
+
240
+ - `ATemplate`: fix `props`
241
+
242
+ ## 2.7.0
243
+
244
+ - New component `AFormElement`
245
+ - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
246
+ - Fix in `keyDisabledCallback`
247
+
248
+ ## 2.6.1
249
+
250
+ - Fix model in AModalForm
251
+
252
+ ## 2.6.0
253
+
254
+ - Update logic model change in ui-components
255
+
256
+ ## 2.5.0
257
+
258
+ - readonly for ui-components
259
+
260
+ ## 2.4.1
261
+
262
+ - `ASelect`: fix `watch` for `url`, `apiSaveId`, `urlParams`
263
+
264
+ ## 2.4.0
265
+
266
+ - New component `ARouterLinkConfig`
267
+ - `ARouterLinkConfig`: Improvements
268
+ - Fix padding for `a_search_highlight`
269
+ - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
270
+ - `filterJson`: fix for `jsonClass`
271
+
272
+ ## 2.3.1
273
+
274
+ - Fix: import `APopupAPI` and functions
275
+
276
+ ## 2.3.0
277
+
278
+ - `AModal`: don't close modal if popup opened
279
+ - `AAlert`: new props ariaAtomic and role
280
+ - `AHttpAPI`: ignoreErrorHandler as function
281
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
282
+
283
+ ## 2.2.0
284
+
285
+ ### Enhancements:
286
+ - Expanded `ASelect` component by adding three new props:
287
+ - `exclusive-option-label`
288
+ - `exclusive-option-value`
289
+ - `is-exclusive-option-enabled`
290
+
291
+ ### Description:
292
+ 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.
293
+
294
+ ## 2.1.13
295
+
296
+ - Fix 2 import from moment.js
297
+
298
+ ## 2.1.12
299
+
300
+ - Fix import from moment.js
301
+
302
+ ## 2.1.11
303
+
304
+ - Test version
305
+
306
+ ## 2.1.10
307
+
308
+ - **Fix:** Corrected SCSS import order.
309
+
310
+ ## 2.1.9
311
+
312
+ - Fixed arguments for `filterSearchHighlight` in CompositionAPI.
313
+ - Added documentation for the `ATranslation` component.
314
+
315
+ ## 2.1.8
316
+
317
+ - **New Exports Added**
318
+ - `UiAPI`, `UIExcludeRenderAttributesAPI`, `UiStyleHideAPI`, `AErrorsText`
319
+
320
+ ## 2.1.7
321
+
322
+ - **New Exports Added**
323
+ - **ATranslationAPI**
324
+ - `translation`
325
+ - **AMenuButtonToggle**
326
+ - `AMenuButtonToggle_ToggleAPI`
327
+
328
+ ## 2.1.6
329
+
330
+ - **New Exports Added**
331
+ - **Utils**
332
+ - `dompurify`
333
+ - `sanitize`
334
+
335
+ ## 2.1.5
336
+
337
+ - **New Export Added**
338
+ - **AFiltersAPI**
339
+ - `AFiltersAPI_additionFilters`
340
+
341
+ ## 2.1.4
342
+
343
+ - **New Exports Added**
344
+ - **AHttpAPI**
345
+ - `AHttpAPI_abortHttp`
346
+ - `AHttpAPI_API_CONFIG`
347
+ - `AHttpAPI_callHttpRequestAndCheckSavedApi`
348
+ - `AHttpAPI_clearAllApiSaved`
349
+ - `AHttpAPI_clearApiSaved`
350
+ - `AHttpAPI_deleteHttp`
351
+ - `AHttpAPI_getHttp`
352
+ - `AHttpAPI_getListHttp`
353
+ - `AHttpAPI_getOptionsHttp`
354
+ - `AHttpAPI_getUrlParams`
355
+ - `AHttpAPI_patchHttp`
356
+ - `AHttpAPI_postHttp`
357
+ - `AHttpAPI_putHttp`
358
+ - `AHttpAPI_setBaseUrl`
359
+ - `AHttpAPI_setErrorCallbacks`
360
+ - `AHttpAPI_setHeaderParams`
361
+ - `AHttpAPI_setUrlForArray`
362
+ - `AHttpAPI_setUrlWithParams`
363
+ - **AMobileAPI**
364
+ - `AMobileAPI_isMobileWidth`
365
+ - `AMobileAPI_setIsMobileWidth`
366
+ - **ANotificationAPI**
367
+ - `ANotificationAPI_addNotification`
368
+ - `ANotificationAPI_setNotificationTimeout`
369
+ - **APageTabTitleAPI**
370
+ - `APageTabTitleAPI_setBaseTitle`
371
+
372
+ ## 2.1.3
373
+
374
+ - New Imports:
375
+ - Added imports for the following components, functions, and constants:
376
+ - Components: `AMenuButtonToggle`, `APlacements`.
377
+ - Functions: `getTranslatedText`, `isPlaceholderTranslate`, `setI18n`, `setLanguage`, `toggleTranslate`, `updateTranslation`
378
+ - Constants: `i18n`, `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`, `timeTranslationLastChanged`, `isTranslate`.
379
+ - Renamed `i18n` to `i18nAll` for better clarity.
380
+
381
+ ## 2.1.2
382
+
383
+ - Linting Enhancements:
384
+ - Implemented linting for Vue.js components and codebase using ESLint
385
+ - Documentation Updates:
386
+ - Updated configuration and import examples in the documentation.
387
+
388
+ ## 2.1.1
389
+
390
+ - `AOneCheckbox`: Fixed warnings related to the slot usage.
391
+
392
+ ## 2.1.0
393
+
394
+ - `AOneCheckbox`: Added new props:
395
+ - `slotName` for customizing slots.
396
+ - `labelAttributes` for configuring additional attributes on labels.
397
+
398
+ ## 2.0.1
399
+
400
+ - Bug Fix: Added missing `CSS` file to the library.
401
+ - New Imports:
402
+ - Functions:
403
+ - `concatTwoStringsWithSpace`, `colorToHex`, `hexToRgb`, `mixBlack`, `mixColor`, `mixWhite`, `rgbToHex`, `sanitizeLocal`, `getUniqueSelector`, `scrollToElement`, `setFocusToElement`, `setFocusToPreviousFocusableElement`, `setFocusToNextFocusableElement`, `toPrecision`.
404
+ - Constants:
405
+ - `focusableList`, `focusableSelector`, `AKeyChildren`, `AKeyId`, `AKeyLabel`, `AKeyParent`, `AKeysCode`.
406
+
407
+ ## 2.0.0
408
+
409
+ - Major refactoring and expanded documentation.
410
+ - Migration Guide:
411
+ - `AMenu2` → `AMenu`: Component renamed, updated CSS classes, and variables.
412
+ - `ATinymce` removed: License change to `GPL-2.0-or-later`.
413
+ - Style updates:
414
+ - Fixed `.a_columns_gab_` typo to `.a_columns_gap_`.
415
+ - Integrated `aloha-css` styles into `aloha-vue`.
416
+ - Improved import system: Direct import for all components, directives, and plugins.
417
+ - Dependency updates for compatibility.
418
+
419
+ ***
420
+
421
+ ## 1.12.2
422
+
423
+ - ASelect Fix
424
+
425
+ ## 1.12.1
426
+
427
+ - Prioritize data from server for ASelect
428
+
429
+ ## 1.11.1
430
+
431
+ - Fix in `keyDisabledCallback`
432
+
433
+ ## 1.11.0
434
+
435
+ - Props `keyDisabledCallback` for `ASelect`, `ACheckbox`, `ARadio`
436
+
437
+ ## 1.10.1
438
+
439
+ - `filterJson`: fix for `jsonClass`
440
+
441
+ ## 1.10.0
442
+
443
+ - `filterJson`: new arguments `isHtml`, `jsonClass`, `tag`
444
+
445
+ ## 1.9.2
446
+
447
+ - Fix padding for `a_search_highlight`
448
+
449
+ ## 1.9.1
450
+
451
+ - `ARouterLinkConfig`: Improvements
452
+
453
+ ## 1.9.0
454
+
455
+ - New component `ARouterLinkConfig`
456
+
457
+ ## 1.8.0
458
+
459
+ - `AModal`: don't close modal if popup opened
460
+
461
+ ## 1.7.0
462
+
463
+ - `AAlert`: new props ariaAtomic and role
464
+
465
+ ## 1.6.0
466
+
467
+ - `AHttpAPI`: ignoreErrorHandler as function
468
+
469
+ ## 1.5.1
470
+
471
+ - `ASelect`: Fixed validator for isExclusiveOptionEnabled.
472
+
473
+ ## 1.5.0
474
+
475
+ ### Enhancements:
476
+ - Expanded `ASelect` component by adding three new props:
477
+ - `exclusive-option-label`
478
+ - `exclusive-option-value`
479
+ - `is-exclusive-option-enabled`
480
+
481
+ ### Description:
482
+ 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.
483
+
484
+ ## 1.4.0
485
+
486
+ ### New Arguments for `filterSearchHighlight`
487
+ - `tag`
488
+ - `attributes`
489
+ - `caseSensitive`
490
+ - `isHtml`
491
+
492
+ ## 1.3.1
493
+
494
+ - `AOneCheckbox`: Fixed warnings related to the slot usage.
495
+
496
+ ## 1.3.0
497
+
498
+ - `AOneCheckbox`: Added new props:
499
+ - `slotName` for customizing slots.
500
+ - `labelAttributes` for configuring additional attributes on labels.
501
+
502
+ ## 1.2.285
503
+
504
+ - Minor fix to the `focus` logic in the `AMenu2` component for improved usability and accessibility.
505
+
506
+ ## 1.2.284
507
+
508
+ - Improved `focus` management for the `AMenu2` component, ensuring better accessibility when the menu is closed.
509
+
510
+ ## 1.2.283
511
+
512
+ - Fixed the `HTML` structure of the component to improve accessibility and ensure compliance with accessibility standards.
513
+
514
+ ## 1.2.282
515
+
516
+ - Fixed the `ATable` component to ensure the `aria-labelledby` attribute is not used when the table has no header, improving accessibility compliance.
517
+
518
+ ## 1.2.281
519
+
520
+ - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `ADropdown` component to improve accessibility.
521
+
522
+
523
+ ## 1.2.280
524
+
525
+ - Excluded `isConfirm` and `callbackLocal` attributes from the rendering of the `AGroupButtonDropdown` component to improve accessibility.
526
+
527
+ ## 1.2.279
528
+
529
+ - Removed the `disabled` attribute from the `HTML` output of the `ASelect` component to improve accessibility.
530
+
531
+ ## 1.2.278
532
+
533
+ - Fixed the `disabled` state handling for elements with `type="link"` in the `AElement` component.
534
+
535
+ ## 1.2.277
536
+
537
+ - Removed the unnecessary `role="button"` attribute from buttons in`AInputCurrency` and `AInputNumber` components.
538
+ - Added `title` and `textScreenReader` props for buttons in `AInputCurrency` and `AInputNumber` to enhance accessibility and screen reader support.
539
+
540
+ ## 1.2.276
541
+
542
+ - Fixed the `aria-describedby` attribute for UI components to ensure proper association with error messages, improving accessibility.
543
+
544
+ ## 1.2.275
545
+
546
+ - Improved the `AModal` component by managing `z-index` for multiple modal windows, ensuring proper stacking order.
547
+
548
+ ## 1.2.274
549
+
550
+ - Added translations for the `ARequired` component to support multiple languages.
551
+
552
+ ## 1.2.273
553
+
554
+ - Added `text-break` `CSS` styling to the `AModal` component to improve text handling and prevent overflow issues.
555
+
556
+ ## 1.2.272
557
+
558
+ - Fixed input behaviour in AInputCurrency for Mozilla Firefox (Firefox has slightly different event times than Webkit browsers).
559
+
560
+ ## 1.2.271
561
+
562
+ - Documentation Build: Replaced `Webpack` with `Vite` for building the documentation.
563
+ - Corrected styles for the `ATabs` component when the `isVertical` prop is set to ´true´.
564
+
565
+ ## 1.2.270
566
+
567
+ - Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
568
+
569
+ ## 1.2.269
570
+
571
+ - Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
572
+
573
+ ## 1.2.268
574
+
575
+ - 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.
576
+
577
+ ## 1.2.267
578
+
579
+ - Removed the password reveal button for `Edge`
580
+
581
+ ## 1.2.266
582
+
583
+ - 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`.
584
+
585
+ ## 1.2.265
586
+
587
+ - 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.
588
+
589
+ ## 1.2.264
590
+
591
+ - Fixed an issue with the `AMenu2` component where the menu did not close upon pressing the `'Esc'` key.
592
+
593
+ ## 1.2.263
594
+
595
+ - Enhanced accessibility for the `AMenu2` component by adding the `aria-labelledby` attribute to improve screen reader support for menu reading.
596
+
597
+ ## 1.2.262
598
+
599
+ - 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.
600
+ - 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.
601
+
602
+ ## 1.2.261
603
+
604
+ - Added a new slot, `formPrependAfterRequired`, to the `AForm` component
605
+
606
+ ## 1.2.260
607
+
608
+ - Added the `autocomplete` prop to form elements, enabling `autocomplete` functionality. Also included support for `placeholders` where applicable.
609
+
610
+ ## 1.2.259
611
+
612
+ - Added a new field, `classHeaderParent`, for elements within the `columns` array prop in the `ATable` component, allowing for additional customization of header parent classes.
613
+
614
+ ## 1.2.258
615
+
616
+ - Fixed an issue with `computePosition` when using the `floating-ui` library
617
+ - Resolved a bug in the `AInput` component for `type='color'`
618
+
619
+ ## 1.2.257
620
+
621
+ - Implemented a `debounce` function for `ResizeObserver` in components to address intermittent errors related to resize events.
622
+
623
+ ## 1.2.256
624
+
625
+ - Expanded accessibility attributes for the `AFieldset`, `ACheckbox` and `ARadio` components to improve screen reader support.
626
+ - Added translations for the documentation of the `AModal` component.
627
+
628
+ ## 1.2.255
629
+
630
+ - Enhanced accessibility for the `APagination` component, improving its support for screen readers
631
+
632
+ ## 1.2.254
633
+
634
+ - Made structural adjustments to the templates of `AInputCurrency` and `AInputNumber` components and added new CSS classes for improved styling and layout consistency
635
+
636
+ ## 1.2.253
637
+
638
+ - Applied `font-weight: bolder` styling to labels in the `ALabel` component when `isLabelFloat` is set to `false`.
639
+
640
+ ## 1.2.252
641
+
642
+ - Introduced new props and made changes to enhance accessibility for the `AModal` component, improving its usability with screen readers and assistive technologies.
643
+
644
+ ## 1.2.251
645
+
646
+ - `ATooltip`: Added the `withoutAriaDescribedby` prop for more flexible ARIA descriptions.
647
+ - `FilterList`: Introduced a new `lastSeparator` parameter in the `filterList` function, with documentation updates.
648
+ - `AGroup`: Refactored the component and added the first part of its documentation.
649
+ - Menu Sorting: Adjusted the order of links in the documentation menu.
650
+ - `ATabs` Fixes: Applied CSS, HTML, and disabled state fixes to improve component styling and functionality.
651
+ - `AFieldset`: Renamed the ´classColumn´ prop to ´classColumnDefault´ for a consistent structure among form elements.
652
+ - Accessibility Extensions: Added ´inheritAttrs: false´ to form element components to enhance accessibility customization.
653
+ - ´ATabs´ Documentation: Added parts 3 and 4 of the ´ATabs´ component documentation.
654
+
655
+ ## 1.2.250
656
+
657
+ - ´AHttpAPI´: Fixed the ´postHttp´ function by adding the ´urlBase´ argument.
658
+ - ´ATabs´ Documentation: Added parts 1 and 2 of the ´ATabs´ component documentation.
659
+ - ´ATabs´ Refactoring: Expanded the ´ATabs´ component with new props and additional functionality.
660
+ - ´ALoading´ Documentation and Refactoring: Refactored the ´ALoading´ component and provided full documentation.
661
+ - ´ASpinner´ Documentation: Documented the ´ASpinner´ component and added translations.
662
+ - ´ACloak´ Documentation: Added documentation and translations for the ´ACloak´ component.
663
+ - ´AFieldset´ Documentation and Refactoring: Documented the ´AFieldset´ component with structural improvements.
664
+ - ´ATemplate´ Documentation: Added complete documentation for the ´ATemplate´ component.
665
+ - ´label-screen-reader´ Fixes and Documentation: Introduced the ´label-screen-reader´ prop for form elements and added corresponding documentation.
666
+
667
+ ## 1.2.249
668
+
669
+ - Added the ´modalStyle´ prop to the ´AModal` component, allowing for additional style customization. Documentation has been updated to include details on this new prop.
670
+
671
+ ## 1.2.248
672
+
673
+ - Added support for custom HTML attributes to the `AModal` component
674
+
675
+ ## 1.2.247
676
+
677
+ - Added the ´minHeightBody´ prop to set a minimum height for the ´ATinymce´ editor body
678
+ - Updated the context menu functionality within the ´ATinymce´ component for improved contextual behavior
679
+
680
+ ## 1.2.246
681
+
682
+ - 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
683
+
684
+ ## 1.2.245
685
+
686
+ - Added the ´isTreeCollapsible´ and ´isTreeOpened´ props to the ´ATable´ component, enabling collapsible tree functionality and control over the initial open state of tree nodes.