aloha-vue 2.25.0 → 2.25.2

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