aloha-vue 2.65.0 → 2.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1090 -1086
- package/dist/aloha-vue.es.js +14788 -14871
- package/dist/aloha-vue.umd.js +65 -65
- package/package.json +99 -99
- package/scss/_base.scss +62 -62
- package/scss/aloha-vue.scss +68 -68
- package/scss/components/AFilters.scss +304 -304
- package/scss/components/AFormElement/AValidatedJson.scss +6 -6
- package/scss/components/AMenu.scss +627 -627
- package/scss/components/AModal.scss +44 -44
- package/scss/components/APagination.scss +167 -167
- package/scss/components/ARate.scss +78 -78
- package/scss/components/AResizer.scss +63 -63
- package/scss/components/ATable.scss +819 -819
- package/scss/components/ATableForm.scss +307 -307
- package/scss/components/AVerticalScroll.scss +47 -47
- package/scss/components/AWizard.scss +669 -669
- package/scss/components/ui/ADatepicker.scss +342 -342
- package/scss/components/ui/ADatepickerRange.scss +45 -45
- package/scss/components/ui/AFieldset.scss +78 -78
- package/scss/components/ui/AInputNumber.scss +62 -62
- package/scss/components/ui/AInputNumberRange.scss +30 -30
- package/scss/components/ui/ASelect.scss +236 -236
- package/scss/components/ui/ASlider.scss +186 -186
- package/scss/components/ui/ASwitch.scss +148 -148
- package/scss/components/ui/ui.scss +254 -254
- package/scss/text/text_alignment.scss +39 -39
- package/scss/text/text_transform.scss +51 -51
- package/scss/text/text_wrapping.scss +40 -40
- package/scss/utils/badge.scss +45 -45
- package/scss/utils/checkbox_radio.scss +134 -134
- package/scss/utils/color.scss +46 -46
- package/scss/utils/dropdown.scss +185 -185
- package/scss/utils/list.scss +75 -75
- package/scss/utils/modal.scss +173 -173
- package/scss/utils/sizing.scss +137 -137
- package/scss/utils/spacing.scss +63 -63
- package/scss/utils/tooltip.scss +63 -63
- package/src/AAccordion/AAccordion.js +206 -206
- package/src/AAccordion/compositionAPI/IndexesForOpenAPI.js +63 -63
- package/src/AAccordion/compositionAPI/ToggleAPI.js +85 -85
- package/src/AAlert/AAlert.js +216 -216
- package/src/AAlert/compositionAPI/ClassAPI.js +21 -21
- package/src/AAlert/i18n/AAlertI18n.js +19 -19
- package/src/AAlert/i18n/ar.json +2 -2
- package/src/AAlert/i18n/de.json +2 -2
- package/src/AAlert/i18n/en.json +2 -2
- package/src/AAlert/i18n/es.json +2 -2
- package/src/AAlert/i18n/fr.json +2 -2
- package/src/AAlert/i18n/hr.json +2 -2
- package/src/AAlert/i18n/it.json +2 -2
- package/src/AAlert/i18n/ru.json +2 -2
- package/src/AButton/AButton.js +275 -275
- package/src/ACarousel/ACarousel.js +361 -361
- package/src/ACarousel/ACarouselBtn/ACarouselBtn.js +75 -75
- package/src/ACarousel/ACarouselBtn/compositionAPI/ClassAPI.js +16 -16
- package/src/ACarousel/ACarouselBtn/compositionAPI/TextAPI.js +25 -25
- package/src/ACarousel/ACarouselControls/ACarouselControls.js +114 -114
- package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/ACarouselControlsIndicator.js +146 -146
- package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/ActiveAPI.js +33 -33
- package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/AttributesAPI.js +40 -40
- package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/EventsAPI.js +25 -25
- package/src/ACarousel/ACarouselControls/ACarouselControlsIndicator/compositionAPI/IconAPI.js +20 -20
- package/src/ACarousel/ACarouselControls/compositionAPI/AriaLabelAPI.js +20 -20
- package/src/ACarousel/ACarouselItem/ACarouselItem.js +83 -83
- package/src/ACarousel/ACarouselItem/compositionAPI/AttributesAPI.js +39 -39
- package/src/ACarousel/ACarouselItem/compositionAPI/IsActiveAPI.js +21 -21
- package/src/ACarousel/compositionAPI/ActiveAPI.js +111 -111
- package/src/ACarousel/compositionAPI/AriaLabelAPI.js +25 -25
- package/src/ACarousel/compositionAPI/ArrowsAPI.js +17 -17
- package/src/ACarousel/compositionAPI/ClassAPI.js +44 -44
- package/src/ACarousel/compositionAPI/DataAPI.js +41 -41
- package/src/ACarousel/compositionAPI/IndicatorsAPI.js +148 -148
- package/src/ACarousel/compositionAPI/TextsAPI.js +25 -25
- package/src/ACarousel/i18n/ACarouselI18n.js +19 -19
- package/src/ACarousel/i18n/ar.json +8 -8
- package/src/ACarousel/i18n/de.json +8 -8
- package/src/ACarousel/i18n/en.json +8 -8
- package/src/ACarousel/i18n/es.json +8 -8
- package/src/ACarousel/i18n/fr.json +8 -8
- package/src/ACarousel/i18n/hr.json +8 -8
- package/src/ACarousel/i18n/it.json +8 -8
- package/src/ACarousel/i18n/ru.json +8 -8
- package/src/ACollapse/ACollapse.js +103 -103
- package/src/ADropdown/ADropdown.js +544 -544
- package/src/ADropdown/ADropdownGroup.js +85 -85
- package/src/ADropdown/compositionAPI/ActionsAPI.js +147 -147
- package/src/ADropdown/compositionAPI/AttributesAPI.js +100 -100
- package/src/AElement/AElement.js +518 -518
- package/src/AElement/compositionAPI/AttributesAPI.js +51 -51
- package/src/AElement/compositionAPI/ClickAPI.js +30 -30
- package/src/AElement/compositionAPI/ComponentLocalAPI.js +23 -23
- package/src/AElement/compositionAPI/DisabledAPI.js +22 -22
- package/src/AElement/compositionAPI/HtmlTitleAPI.js +33 -33
- package/src/AElement/compositionAPI/KeydownAPI.js +35 -35
- package/src/AElement/compositionAPI/LoadingAPI.js +22 -22
- package/src/AElement/compositionAPI/RouterLinkAPI.js +20 -20
- package/src/AElement/compositionAPI/SwitchAPI.js +33 -33
- package/src/AElement/compositionAPI/TagAPI.js +34 -34
- package/src/AElement/compositionAPI/TextAPI.js +78 -78
- package/src/AElement/compositionAPI/TitleAPI.js +29 -29
- package/src/AFilters/AFilterCenter/AFilterCenter.js +154 -154
- package/src/AFilters/AFilterCenter/AFilterCenterItem/AFilterCenterItem.js +207 -207
- package/src/AFilters/AFilters/AFilters.js +282 -282
- package/src/AFilters/i18n/ar.json +30 -30
- package/src/AFilters/i18n/en.json +30 -30
- package/src/AFilters/i18n/es.json +30 -30
- package/src/AFilters/i18n/fr.json +30 -30
- package/src/AFilters/i18n/hr.json +30 -30
- package/src/AFilters/i18n/it.json +30 -30
- package/src/AFilters/i18n/ru.json +30 -30
- package/src/AGroupButtonDropdown/compositionAPI/ActionsAPI.js +143 -143
- package/src/ALink/ALink.js +253 -253
- package/src/AMenu/AMenu.js +578 -578
- package/src/AMenu/AMenuBreadcrumbs/compositionAPI/RenderTruncatedAPI.js +74 -74
- package/src/AMenu/AMenuButtonToggle/AMenuButtonToggle.js +94 -94
- package/src/AMenu/AMenuButtonToggle/compositionAPI/ToggleAPI.js +95 -95
- package/src/AMenu/AMenuPanelLink/AMenuPanelLink.js +250 -250
- package/src/AMenu/compositionAPI/BackdropAPI.js +42 -42
- package/src/AMenu/compositionAPI/KeydownAPI.js +197 -197
- package/src/AMenu/compositionAPI/LinkClickAPI.js +48 -48
- package/src/AMenu/compositionAPI/MenuAttributesAPI.js +51 -51
- package/src/AMenu/compositionAPI/PanelsAPI.js +78 -78
- package/src/AMenu/compositionAPI/ResizeAPI.js +74 -74
- package/src/AModal/AModal.js +530 -530
- package/src/AModalForm/AModalForm.js +383 -383
- package/src/AModalWizard/AModalWizard.js +563 -563
- package/src/ANotification/ANotification.js +60 -60
- package/src/APagination/APagination.js +111 -111
- package/src/APagination/APaginationCountPerPage/APaginationCountPerPage.js +209 -209
- package/src/APagination/APaginationCountPerPage/compositionAPI/MainAPI.js +40 -40
- package/src/APagination/APaginationCountPerPage/compositionAPI/TextsAPI.js +54 -54
- package/src/APagination/APaginationPages/APaginationPages.js +282 -282
- package/src/APagination/APaginationPages/compositionAPI/PaginationItemsAPI.js +102 -102
- package/src/APagination/APaginationPages/compositionAPI/TextsAPI.js +74 -74
- package/src/APagination/compositionAPI/ComponentsAPI.js +79 -79
- package/src/APagination/i18n/ar.json +12 -12
- package/src/APagination/i18n/es.json +12 -12
- package/src/APagination/i18n/fr.json +12 -12
- package/src/APagination/i18n/hr.json +12 -12
- package/src/APagination/i18n/it.json +12 -12
- package/src/APagination/i18n/ru.json +12 -12
- package/src/APopup/APopup.js +115 -115
- package/src/ATable/ATable.js +1163 -1163
- package/src/ATable/ATableHeaderThAction/ATableHeaderThAction.js +241 -241
- package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ModelAPI.test.js +200 -200
- package/src/ATable/ATableSortingAdditional/compositionAPI/ModelAPI.js +152 -152
- package/src/ATable/ATableTd/ATableTd.js +145 -145
- package/src/ATable/ATableTdAction/ATableTdAction.js +223 -223
- package/src/ATable/ATableTopPanel/ATableTopPanel.js +433 -433
- package/src/ATable/compositionAPI/ColumnActionAPI.js +105 -105
- package/src/ATable/compositionAPI/ColumnStylesAPI.js +50 -50
- package/src/ATable/compositionAPI/ColumnsGroupedAPI.js +187 -187
- package/src/ATable/compositionAPI/PaginationModesAPI.js +44 -44
- package/src/ATable/compositionAPI/PreviewAPI.js +201 -201
- package/src/ATable/compositionAPI/PreviewRightResizeAPI.js +135 -135
- package/src/ATable/compositionAPI/ScrollControlAPI.js +249 -249
- package/src/ATable/compositionAPI/SortAPI.js +86 -86
- package/src/ATable/compositionAPI/WidthAPI.js +73 -73
- package/src/ATableForm/ATableForm.js +595 -595
- package/src/ATableForm/ATableFormCell/ATableFormCell.js +204 -204
- package/src/ATableForm/ATableFormCell/compositionAPI/DisabledAPI.js +23 -23
- package/src/ATableForm/ATableFormCell/compositionAPI/ReadonlyAPI.js +31 -31
- package/src/ATableForm/ATableFormCellAction/ATableFormCellAction.js +282 -282
- package/src/ATableForm/ATableFormCellAction/compositionAPI/DeleteAPI.js +80 -80
- package/src/ATableForm/ATableFormCellAction/compositionAPI/DisabledAPI.js +60 -60
- package/src/ATableForm/ATableFormCellAction/compositionAPI/HiddenAPI.js +46 -46
- package/src/ATableForm/ATableFormCellAction/compositionAPI/IdsAPI.js +31 -31
- package/src/ATableForm/ATableFormCellAction/compositionAPI/StylesAPI.js +27 -27
- package/src/ATableForm/ATableFormCellAction/compositionAPI/TitleAPI.js +47 -47
- package/src/ATableForm/ATableFormCellDnd/compositionAPI/IdAPI.js +21 -21
- package/src/ATableForm/ATableFormCellList/ATableFormCellList.js +127 -127
- package/src/ATableForm/ATableFormCellList/compositionAPI/DataAPI.js +77 -77
- package/src/ATableForm/ATableFormRow/ATableFormRow.js +592 -592
- package/src/ATableForm/ATableFormRow/compositionAPI/ErrorsAPI.js +40 -40
- package/src/ATableForm/ATableFormRow/compositionAPI/FocusAPI.js +55 -55
- package/src/ATableForm/ATableFormRow/compositionAPI/IdAPI.js +19 -19
- package/src/ATableForm/__tests__/ATableForm.ListView.test.js +864 -864
- package/src/ATableForm/compositionAPI/ClassesAPI.js +23 -23
- package/src/ATableForm/compositionAPI/ColumnsGrowAPI.js +180 -180
- package/src/ATableForm/compositionAPI/DeleteAPI.js +9 -9
- package/src/ATableForm/compositionAPI/EditAPI.js +125 -125
- package/src/ATableForm/compositionAPI/RowsAPI.js +42 -42
- package/src/ATableForm/compositionAPI/StylesAPI.js +62 -62
- package/src/ATableForm/compositionAPI/WidthsAPI.js +20 -20
- package/src/ATableForm/i18n/ATableFormI18n.js +19 -19
- package/src/ATableForm/utils/getFormElement.js +32 -32
- package/src/ATabs/ATabsContent/ATabsContent.js +102 -102
- package/src/ATabs/ATabsTab/ATabsTab.js +185 -185
- package/src/ATooltip/ATooltip.js +221 -221
- package/src/ATranslation/compositionAPI/UtilsAPI.js +187 -187
- package/src/AVerticalScroll/compositionAPI/ScrollAPI.js +55 -55
- package/src/AWizard/AWizard.js +467 -467
- package/src/compositionAPI/AEventOutsideAPI.js +46 -46
- package/src/compositionAPI/AFiltersAPI.js +14 -0
- package/src/compositionAPI/AMobileAPI.js +32 -32
- package/src/compositionAPI/APageTabTitleAPI.js +84 -84
- package/src/compositionAPI/ARemPxAPI.js +47 -47
- package/src/compositionAPI/FocusByDestroyAPI.js +67 -67
- package/src/const/AKeys.js +9 -9
- package/src/directives/AOnHooks.js +0 -0
- package/src/filters/__tests__/filterValueByCondition.test.js +94 -0
- package/src/filters/filterValueByCondition.js +87 -0
- package/src/i18n/allLanguages.js +377 -377
- package/src/i18n/ar.json +4 -4
- package/src/i18n/de.json +4 -4
- package/src/i18n/en.json +4 -4
- package/src/i18n/es.json +4 -4
- package/src/i18n/fr.json +4 -4
- package/src/i18n/hr.json +4 -4
- package/src/i18n/it.json +4 -4
- package/src/i18n/ru.json +4 -4
- package/src/index.js +403 -402
- package/src/plugins/AAlertPlugin.js +53 -53
- package/src/plugins/ACarouselPlugin.js +34 -34
- package/src/plugins/ADatepickerPlugin.js +57 -57
- package/src/plugins/AFiltersPlugin.js +102 -102
- package/src/plugins/AInputCurrencyPlugin.js +31 -31
- package/src/plugins/AMobilePlugin.js +32 -32
- package/src/plugins/ARemPxPlugin.js +37 -37
- package/src/plugins/ASelectPlugin.js +51 -51
- package/src/plugins/ASelectStylesPlugin.js +2376 -2376
- package/src/temp/px_to_rem_mapping_1_to_800.md +802 -802
- package/src/ui/ACheckbox/ACheckbox.js +929 -929
- package/src/ui/ACheckbox/ACheckboxItem/ACheckboxItem.js +0 -0
- package/src/ui/ACheckboxRadioGroups/ACheckboxRadioGroups.js +0 -0
- package/src/ui/ADatepicker/ADatepicker.js +807 -807
- package/src/ui/ADatepicker/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +796 -796
- package/src/ui/ADatepicker/ADatepickerCalendarPanel/compositionAPI/CalendarAPI.js +51 -51
- package/src/ui/ADatepicker/compositionAPI/LanguagesAPI.js +92 -92
- package/src/ui/ADatepicker/compositionAPI/PlaceholderAPI.js +55 -55
- package/src/ui/ADatepicker/i18n/ADatepickerI18n.js +19 -19
- package/src/ui/ADatepicker/i18n/ar.json +47 -47
- package/src/ui/ADatepicker/i18n/de.json +48 -48
- package/src/ui/ADatepicker/i18n/en.json +48 -48
- package/src/ui/ADatepicker/i18n/es.json +47 -47
- package/src/ui/ADatepicker/i18n/fr.json +47 -47
- package/src/ui/ADatepicker/i18n/hr.json +47 -47
- package/src/ui/ADatepicker/i18n/it.json +47 -47
- package/src/ui/ADatepicker/i18n/ru.json +48 -48
- package/src/ui/ADatepicker/panel/APanelDate/APanelDate.js +196 -196
- package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/DatesAPI.js +66 -66
- package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/FocusAPI.js +96 -96
- package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/FocusActiveAPI.js +27 -27
- package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/SelectAPI.js +21 -21
- package/src/ui/ADatepicker/panel/APanelDate/compositionAPI/TableAPI.js +128 -128
- package/src/ui/ADatepicker/panel/APanelMonth/APanelMonth.js +129 -129
- package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/FocusAPI.js +94 -94
- package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/FocusActiveAPI.js +21 -21
- package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/MonthsAPI.js +51 -51
- package/src/ui/ADatepicker/panel/APanelMonth/compositionAPI/SelectAPI.js +29 -29
- package/src/ui/ADatepicker/panel/APanelYearItem/APanelYearItem.js +75 -75
- package/src/ui/ADatepicker/panel/APanelYearItem/compositionAPI/AttributesAPI.js +35 -35
- package/src/ui/ADatepicker/panel/APanelYearItem/compositionAPI/SelectAPI.js +35 -35
- package/src/ui/ADatepickerRange/ADatepickerRange.js +537 -537
- package/src/ui/AErrors/AErrors.js +149 -149
- package/src/ui/AErrors/AErrorsElement/AErrorsElement.js +0 -0
- package/src/ui/AErrors/i18n/AErrorsI18n.js +19 -19
- package/src/ui/AErrors/i18n/ar.json +3 -3
- package/src/ui/AErrors/i18n/de.json +2 -2
- package/src/ui/AErrors/i18n/en.json +3 -3
- package/src/ui/AErrors/i18n/es.json +3 -3
- package/src/ui/AErrors/i18n/fr.json +3 -3
- package/src/ui/AErrors/i18n/hr.json +3 -3
- package/src/ui/AErrors/i18n/it.json +3 -3
- package/src/ui/AErrors/i18n/ru.json +3 -3
- package/src/ui/AErrorsText/AErrorsText.js +62 -62
- package/src/ui/AFieldset/AFieldset.js +535 -535
- package/src/ui/AFieldset/compositionAPI/ModelAPI.js +54 -54
- package/src/ui/AForm/AForm.js +252 -252
- package/src/ui/AFormElement/AFormElement.js +160 -160
- package/src/ui/AFormElementBtnClear/AFormElementBtnClear.js +86 -86
- package/src/ui/AFormElementBtnClear/i18n/AFormElementBtnClearI18n.js +19 -19
- package/src/ui/AFormElementBtnClear/i18n/ar.json +2 -2
- package/src/ui/AFormElementBtnClear/i18n/de.json +2 -2
- package/src/ui/AFormElementBtnClear/i18n/en.json +2 -2
- package/src/ui/AFormElementBtnClear/i18n/es.json +2 -2
- package/src/ui/AFormElementBtnClear/i18n/fr.json +2 -2
- package/src/ui/AFormElementBtnClear/i18n/hr.json +2 -2
- package/src/ui/AFormElementBtnClear/i18n/it.json +2 -2
- package/src/ui/AFormElementBtnClear/i18n/ru.json +2 -2
- package/src/ui/AFormHelpText/AFormHelpText.js +37 -37
- package/src/ui/AFormLabelDescription/AFormLabelDescription.js +43 -43
- package/src/ui/AFormReadonly/AFormReadonly.js +193 -193
- package/src/ui/AGroup/AGroup.js +427 -427
- package/src/ui/AInput/AInput.js +516 -516
- package/src/ui/AInput/compositionAPI/ClassAPI.js +43 -43
- package/src/ui/AInputCurrency/AInputCurrency.js +622 -622
- package/src/ui/AInputCurrency/compositionAPI/IncreaseDecreaseAPI.js +76 -76
- package/src/ui/AInputCurrency/compositionAPI/InputEventsAPI.js +752 -752
- package/src/ui/AInputCurrency/compositionAPI/ModelAPI.js +88 -88
- package/src/ui/AInputCurrency/compositionAPI/UtilsAPI.js +67 -67
- package/src/ui/AInputFile/AInputFile.js +247 -247
- package/src/ui/AInputNumber/AInputNumber.js +497 -497
- package/src/ui/AInputNumber/compositionAPI/InputEventsAPI.js +196 -196
- package/src/ui/AInputNumber/compositionAPI/ModelAPI.js +72 -72
- package/src/ui/AInputNumberRange/AInputNumberRange.js +517 -517
- package/src/ui/AJson/AJson.js +434 -434
- package/src/ui/ALabel/ALabel.js +0 -0
- package/src/ui/AMultiselectOrdered/AMultiselectOrdered.js +935 -935
- package/src/ui/AOneCheckbox/AOneCheckbox.js +366 -366
- package/src/ui/ARadio/ARadio.js +924 -924
- package/src/ui/ARadio/ARadioItem/ARadioItem.js +0 -0
- package/src/ui/ARequired/ARequired.js +0 -0
- package/src/ui/ARouterLinkConfig/ARouterLinkConfig.js +391 -391
- package/src/ui/ARouterLinkConfig/compositionAPI/DataFormAPI.js +102 -102
- package/src/ui/ARouterLinkConfig/compositionAPI/ModelLocalAPI.js +96 -96
- package/src/ui/ARouterLinkConfig/compositionAPI/RouteAPI.js +51 -51
- package/src/ui/ASelect/ASelect.js +1214 -1214
- package/src/ui/ASelect/ASelectElement/ASelectElement.js +0 -0
- package/src/ui/ASelect/ASelectValueCloseable/compositionAPI/CloseAPI.js +28 -28
- package/src/ui/ASelect/compositionAPI/ToggleAPI.js +255 -255
- package/src/ui/ASelect/i18n/ar.json +6 -6
- package/src/ui/ASelect/i18n/de.json +7 -7
- package/src/ui/ASelect/i18n/en.json +6 -6
- package/src/ui/ASelect/i18n/es.json +6 -6
- package/src/ui/ASelect/i18n/fr.json +6 -6
- package/src/ui/ASelect/i18n/hr.json +6 -6
- package/src/ui/ASelect/i18n/it.json +6 -6
- package/src/ui/ASelect/i18n/ru.json +6 -6
- package/src/ui/ASelectIcon/ASelectIcon.js +386 -386
- package/src/ui/ASelectStyle/ASelectStyle.js +391 -391
- package/src/ui/ASelectStyle/compositionAPI/DataAPI.js +68 -68
- package/src/ui/ASelectStyle/compositionAPI/EventsAPI.js +24 -24
- package/src/ui/ASelectStyle/compositionAPI/KeyLabelCallbackAPI.js +15 -15
- package/src/ui/ASelectStyle/compositionAPI/TypeAPI.js +24 -24
- package/src/ui/ASelectStyle/i18n/ASelectStyleI18n.js +19 -19
- package/src/ui/ASelectStyle/i18n/ar.json +277 -277
- package/src/ui/ASelectStyle/i18n/de.json +277 -277
- package/src/ui/ASelectStyle/i18n/en.json +277 -277
- package/src/ui/ASelectStyle/i18n/es.json +277 -277
- package/src/ui/ASelectStyle/i18n/fr.json +277 -277
- package/src/ui/ASelectStyle/i18n/hr.json +277 -277
- package/src/ui/ASelectStyle/i18n/it.json +277 -277
- package/src/ui/ASelectStyle/i18n/ru.json +277 -277
- package/src/ui/ASlider/ASlider.js +672 -672
- package/src/ui/ASlider/compositionAPI/AriaAttributesAPI.js +121 -121
- package/src/ui/ASlider/compositionAPI/AttributesAPI.js +15 -15
- package/src/ui/ASlider/compositionAPI/DataAPI.js +115 -115
- package/src/ui/ASlider/compositionAPI/DragAndDropAPI.js +198 -198
- package/src/ui/ASlider/compositionAPI/LabelAPI.js +13 -13
- package/src/ui/ASlider/compositionAPI/MarksAPI.js +32 -32
- package/src/ui/ASlider/compositionAPI/SliderAPI.js +289 -289
- package/src/ui/ASlider/compositionAPI/StopsAPI.js +47 -47
- package/src/ui/ASlider/compositionAPI/StylesAPI.js +79 -79
- package/src/ui/ASlider/compositionAPI/TitleAPI.js +42 -42
- package/src/ui/ASlider/i18n/ASliderI18n.js +19 -19
- package/src/ui/ASlider/i18n/en.json +4 -4
- package/src/ui/ASwitch/ASwitch.js +442 -442
- package/src/ui/ATemplate/ATemplate.js +0 -0
- package/src/ui/ATextarea/ATextarea.js +437 -437
- package/src/ui/AUiComponents.js +59 -59
- package/src/ui/AUiContainerComponents.js +12 -12
- package/src/ui/AValidatedJson/AValidatedJson.js +594 -594
- package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/DeleteAPI.js +63 -63
- package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/DetailsAPI.js +59 -59
- package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/MoveAPI.js +50 -50
- package/src/ui/AValidatedJson/AValidatedJsonItem/compositionAPI/UpdateAPI.js +48 -48
- package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/DataFormAPI.js +69 -69
- package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/DisabledAPI.js +35 -35
- package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/ModelAPI.js +31 -31
- package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/SaveAPI.js +115 -115
- package/src/ui/AValidatedJson/AValidatedJsonModalCreateOrUpdate/composiitionAPI/TextAPI.js +25 -25
- package/src/ui/AValidatedJson/compositionAPI/AValidatedJsonErrorLabelsAPI.js +18 -18
- package/src/ui/AValidatedJson/compositionAPI/AttributesAPI.js +15 -15
- package/src/ui/AValidatedJson/compositionAPI/ChildrenAPI.js +70 -70
- package/src/ui/AValidatedJson/compositionAPI/EventsAPI.js +19 -19
- package/src/ui/AValidatedJson/compositionAPI/JsonModeAPI.js +119 -119
- package/src/ui/AValidatedJson/compositionAPI/ListModeAPI.js +144 -144
- package/src/ui/AValidatedJson/compositionAPI/ModelAPI.js +38 -38
- package/src/ui/AValidatedJson/compositionAPI/SingleModeAPI.js +112 -112
- package/src/ui/AValidatedJson/compositionAPI/TranslateAPI.js +22 -22
- package/src/ui/AValidatedJson/i18n/AValidatedJsonI18n.js +19 -19
- package/src/ui/AValidatedJson/i18n/ar.json +3 -3
- package/src/ui/AValidatedJson/i18n/de.json +22 -22
- package/src/ui/AValidatedJson/i18n/en.json +3 -3
- package/src/ui/AValidatedJson/i18n/es.json +3 -3
- package/src/ui/AValidatedJson/i18n/fr.json +3 -3
- package/src/ui/AValidatedJson/i18n/hr.json +3 -3
- package/src/ui/AValidatedJson/i18n/it.json +3 -3
- package/src/ui/AValidatedJson/i18n/ru.json +6 -6
- package/src/ui/compositionApi/UIDataGroupAPI.js +94 -94
- package/src/ui/compositionApi/UiAPI.js +185 -185
- package/src/ui/compositionApi/UiClearButtonAPI.js +19 -19
- package/src/ui/compositionApi/UiDataSortAPI.js +29 -29
- package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +155 -155
- package/src/ui/const/AUiTypes.js +69 -69
- package/src/ui/mixins/UiMixinProps.js +129 -129
- package/src/ui/utils/utils.js +79 -79
- package/src/utils/__tests__/utils.aOrderBy.test.js +237 -237
- package/src/utils/__tests__/utils.aSortBy.test.js +331 -331
- package/src/utils/__tests__/utilsArray.aFirst.test.js +54 -54
- package/src/utils/__tests__/utilsArray.aLast.test.js +54 -54
- package/src/utils/__tests__/utilsLang.isArguments.test.js +52 -52
- package/src/utils/__tests__/utilsLang.isArray.test.js +50 -50
- package/src/utils/__tests__/utilsLang.isArrayBuffer.test.js +48 -48
- package/src/utils/__tests__/utilsLang.isBoolean.test.js +56 -56
- package/src/utils/__tests__/utilsLang.isBuffer.test.js +47 -47
- package/src/utils/__tests__/utilsLang.isDate.test.js +54 -54
- package/src/utils/__tests__/utilsLang.isElement.test.js +53 -53
- package/src/utils/__tests__/utilsLang.isError.test.js +52 -52
- package/src/utils/__tests__/utilsLang.isFinite.test.js +57 -57
- package/src/utils/__tests__/utilsLang.isFunction.test.js +46 -46
- package/src/utils/__tests__/utilsLang.isInteger.test.js +58 -58
- package/src/utils/__tests__/utilsLang.isMap.test.js +50 -50
- package/src/utils/__tests__/utilsLang.isNaN.test.js +55 -55
- package/src/utils/__tests__/utilsLang.isNil.test.js +57 -57
- package/src/utils/__tests__/utilsLang.isNull.test.js +53 -53
- package/src/utils/__tests__/utilsLang.isNumber.test.js +54 -54
- package/src/utils/__tests__/utilsLang.isObject.test.js +49 -49
- package/src/utils/__tests__/utilsLang.isObjectLike.test.js +45 -45
- package/src/utils/__tests__/utilsLang.isPlainObject.test.js +60 -60
- package/src/utils/__tests__/utilsLang.isPromise.test.js +93 -93
- package/src/utils/__tests__/utilsLang.isRegExp.test.js +46 -46
- package/src/utils/__tests__/utilsLang.isSet.test.js +50 -50
- package/src/utils/__tests__/utilsLang.isString.test.js +50 -50
- package/src/utils/__tests__/utilsLang.isSymbol.test.js +45 -45
- package/src/utils/__tests__/utilsLang.isUndefined.test.js +57 -57
- package/src/utils/__tests__/utilsLang.isWeakMap.test.js +49 -49
- package/src/utils/__tests__/utilsLang.isWeakSet.test.js +49 -49
- package/src/utils/actions.js +67 -67
- package/src/utils/autosize.js +277 -277
- package/src/utils/isBrowser.js +12 -12
- package/src/utils/utils.js +253 -253
- package/src/utils/utilsArray.js +29 -29
- package/src/utils/utilsDOM.js +188 -188
- package/src/utils/utilsLang.js +346 -346
package/CHANGELOG.md
CHANGED
|
@@ -1,1086 +1,1090 @@
|
|
|
1
|
-

|
|
2
|
-

|
|
3
|
-

|
|
4
|
-
|
|
5
|
-

|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
# Versions
|
|
9
|
-
|
|
10
|
-
## 2.
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
## 2.
|
|
15
|
-
|
|
16
|
-
- Feature: Add `
|
|
17
|
-
|
|
18
|
-
## 2.
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
## 2.63.
|
|
23
|
-
|
|
24
|
-
- Fix:
|
|
25
|
-
|
|
26
|
-
## 2.63.
|
|
27
|
-
|
|
28
|
-
- Fix:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
- Fix:
|
|
33
|
-
- Fix:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
-
|
|
44
|
-
|
|
45
|
-
## 2.
|
|
46
|
-
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
## 2.60.
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
|
|
53
|
-
## 2.
|
|
54
|
-
|
|
55
|
-
- Feature: Add `
|
|
56
|
-
|
|
57
|
-
## 2.
|
|
58
|
-
|
|
59
|
-
- Feature: Add `
|
|
60
|
-
|
|
61
|
-
## 2.
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
- Fix:
|
|
69
|
-
|
|
70
|
-
## 2.57.
|
|
71
|
-
|
|
72
|
-
- Fix:
|
|
73
|
-
|
|
74
|
-
## 2.57.
|
|
75
|
-
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
## 2.57.
|
|
102
|
-
|
|
103
|
-
- Add `
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
-
|
|
109
|
-
|
|
110
|
-
## 2.56.
|
|
111
|
-
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
## 2.
|
|
115
|
-
|
|
116
|
-
- Feature:
|
|
117
|
-
|
|
118
|
-
## 2.
|
|
119
|
-
|
|
120
|
-
- Feature:
|
|
121
|
-
|
|
122
|
-
## 2.
|
|
123
|
-
|
|
124
|
-
- Feature:
|
|
125
|
-
|
|
126
|
-
## 2.
|
|
127
|
-
|
|
128
|
-
- Feature:
|
|
129
|
-
|
|
130
|
-
## 2.
|
|
131
|
-
|
|
132
|
-
- Feature: Add `
|
|
133
|
-
|
|
134
|
-
## 2.
|
|
135
|
-
|
|
136
|
-
- Feature: `
|
|
137
|
-
|
|
138
|
-
## 2.
|
|
139
|
-
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
## 2.49.
|
|
143
|
-
|
|
144
|
-
-
|
|
145
|
-
|
|
146
|
-
## 2.49.
|
|
147
|
-
|
|
148
|
-
-
|
|
149
|
-
|
|
150
|
-
## 2.49.
|
|
151
|
-
|
|
152
|
-
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
## 2.47.
|
|
177
|
-
|
|
178
|
-
- Fix:
|
|
179
|
-
|
|
180
|
-
## 2.47.
|
|
181
|
-
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
## 2.
|
|
185
|
-
|
|
186
|
-
-
|
|
187
|
-
|
|
188
|
-
## 2.
|
|
189
|
-
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
## 2.45.
|
|
193
|
-
|
|
194
|
-
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
## 2.42.
|
|
231
|
-
|
|
232
|
-
-
|
|
233
|
-
|
|
234
|
-
## 2.
|
|
235
|
-
|
|
236
|
-
-
|
|
237
|
-
|
|
238
|
-
## 2.41.
|
|
239
|
-
|
|
240
|
-
-
|
|
241
|
-
|
|
242
|
-
## 2.41.
|
|
243
|
-
|
|
244
|
-
- Fix `
|
|
245
|
-
|
|
246
|
-
## 2.41.
|
|
247
|
-
|
|
248
|
-
-
|
|
249
|
-
|
|
250
|
-
## 2.41.
|
|
251
|
-
|
|
252
|
-
-
|
|
253
|
-
|
|
254
|
-
## 2.41.
|
|
255
|
-
|
|
256
|
-
-
|
|
257
|
-
|
|
258
|
-
## 2.
|
|
259
|
-
|
|
260
|
-
-
|
|
261
|
-
|
|
262
|
-
## 2.
|
|
263
|
-
|
|
264
|
-
-
|
|
265
|
-
|
|
266
|
-
## 2.39.
|
|
267
|
-
|
|
268
|
-
- Fix:
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
-
|
|
274
|
-
|
|
275
|
-
## 2.39.
|
|
276
|
-
|
|
277
|
-
-
|
|
278
|
-
|
|
279
|
-
## 2.39.
|
|
280
|
-
|
|
281
|
-
-
|
|
282
|
-
|
|
283
|
-
## 2.39.
|
|
284
|
-
|
|
285
|
-
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
- Refactor
|
|
296
|
-
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
-
|
|
301
|
-
|
|
302
|
-
## 2.38.
|
|
303
|
-
|
|
304
|
-
- Feature: Add `
|
|
305
|
-
|
|
306
|
-
## 2.
|
|
307
|
-
|
|
308
|
-
- Feature: Add `
|
|
309
|
-
|
|
310
|
-
## 2.
|
|
311
|
-
|
|
312
|
-
- Feature: Add
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
- Enhance
|
|
318
|
-
|
|
319
|
-
## 2.35.
|
|
320
|
-
|
|
321
|
-
- `ASlider`:
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
- `ASlider`:
|
|
326
|
-
- `
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
-
|
|
339
|
-
|
|
340
|
-
## 2.33.
|
|
341
|
-
|
|
342
|
-
-
|
|
343
|
-
|
|
344
|
-
## 2.33.
|
|
345
|
-
|
|
346
|
-
- Add
|
|
347
|
-
|
|
348
|
-
## 2.33.
|
|
349
|
-
|
|
350
|
-
- Add `
|
|
351
|
-
|
|
352
|
-
## 2.33.
|
|
353
|
-
|
|
354
|
-
- Add
|
|
355
|
-
|
|
356
|
-
## 2.
|
|
357
|
-
|
|
358
|
-
-
|
|
359
|
-
|
|
360
|
-
## 2.32.
|
|
361
|
-
|
|
362
|
-
-
|
|
363
|
-
|
|
364
|
-
## 2.32.
|
|
365
|
-
|
|
366
|
-
-
|
|
367
|
-
|
|
368
|
-
## 2.32.
|
|
369
|
-
|
|
370
|
-
- Fixed: Add
|
|
371
|
-
|
|
372
|
-
## 2.32.
|
|
373
|
-
|
|
374
|
-
-
|
|
375
|
-
|
|
376
|
-
## 2.32.
|
|
377
|
-
|
|
378
|
-
- Feature: Add `
|
|
379
|
-
|
|
380
|
-
## 2.
|
|
381
|
-
|
|
382
|
-
- Feature: Add `
|
|
383
|
-
|
|
384
|
-
## 2.
|
|
385
|
-
|
|
386
|
-
- Feature: Add
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
-
|
|
392
|
-
|
|
393
|
-
## 2.30.
|
|
394
|
-
|
|
395
|
-
-
|
|
396
|
-
|
|
397
|
-
## 2.30.
|
|
398
|
-
|
|
399
|
-
- Feature:
|
|
400
|
-
|
|
401
|
-
## 2.30.
|
|
402
|
-
|
|
403
|
-
- Feature:
|
|
404
|
-
|
|
405
|
-
## 2.
|
|
406
|
-
|
|
407
|
-
- Add `
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
- `
|
|
413
|
-
|
|
414
|
-
## 2.28.
|
|
415
|
-
|
|
416
|
-
-
|
|
417
|
-
|
|
418
|
-
## 2.28.
|
|
419
|
-
|
|
420
|
-
- fixed `AValidatedJson`
|
|
421
|
-
|
|
422
|
-
## 2.28.
|
|
423
|
-
|
|
424
|
-
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
## 2.28.
|
|
432
|
-
|
|
433
|
-
-
|
|
434
|
-
|
|
435
|
-
## 2.28.
|
|
436
|
-
|
|
437
|
-
-
|
|
438
|
-
|
|
439
|
-
## 2.
|
|
440
|
-
|
|
441
|
-
-
|
|
442
|
-
|
|
443
|
-
## 2.27.
|
|
444
|
-
|
|
445
|
-
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
- Refactor `ACarousel
|
|
451
|
-
|
|
452
|
-
## 2.
|
|
453
|
-
|
|
454
|
-
-
|
|
455
|
-
|
|
456
|
-
## 2.25.
|
|
457
|
-
|
|
458
|
-
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
-
|
|
465
|
-
|
|
466
|
-
## 2.
|
|
467
|
-
|
|
468
|
-
- Add
|
|
469
|
-
|
|
470
|
-
## 2.
|
|
471
|
-
|
|
472
|
-
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
-
|
|
490
|
-
|
|
491
|
-
## 2.21.
|
|
492
|
-
|
|
493
|
-
-
|
|
494
|
-
|
|
495
|
-
## 2.21.
|
|
496
|
-
|
|
497
|
-
- Fix
|
|
498
|
-
|
|
499
|
-
## 2.21.
|
|
500
|
-
|
|
501
|
-
-
|
|
502
|
-
|
|
503
|
-
## 2.21.
|
|
504
|
-
|
|
505
|
-
-
|
|
506
|
-
|
|
507
|
-
## 2.21.
|
|
508
|
-
|
|
509
|
-
-
|
|
510
|
-
|
|
511
|
-
## 2.
|
|
512
|
-
|
|
513
|
-
-
|
|
514
|
-
|
|
515
|
-
## 2.
|
|
516
|
-
|
|
517
|
-
-
|
|
518
|
-
|
|
519
|
-
## 2.19.
|
|
520
|
-
|
|
521
|
-
-
|
|
522
|
-
|
|
523
|
-
## 2.
|
|
524
|
-
|
|
525
|
-
-
|
|
526
|
-
|
|
527
|
-
## 2.
|
|
528
|
-
|
|
529
|
-
- Add
|
|
530
|
-
|
|
531
|
-
## 2.
|
|
532
|
-
|
|
533
|
-
-
|
|
534
|
-
|
|
535
|
-
## 2.
|
|
536
|
-
|
|
537
|
-
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
- `
|
|
543
|
-
|
|
544
|
-
## 2.14.
|
|
545
|
-
|
|
546
|
-
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
-
|
|
553
|
-
|
|
554
|
-
## 2.13.
|
|
555
|
-
|
|
556
|
-
- Add `
|
|
557
|
-
|
|
558
|
-
## 2.
|
|
559
|
-
|
|
560
|
-
- `
|
|
561
|
-
|
|
562
|
-
## 2.12.
|
|
563
|
-
|
|
564
|
-
-
|
|
565
|
-
|
|
566
|
-
## 2.
|
|
567
|
-
|
|
568
|
-
-
|
|
569
|
-
|
|
570
|
-
## 2.11.
|
|
571
|
-
|
|
572
|
-
-
|
|
573
|
-
|
|
574
|
-
## 2.11.
|
|
575
|
-
|
|
576
|
-
-
|
|
577
|
-
|
|
578
|
-
## 2.11.
|
|
579
|
-
|
|
580
|
-
- Add
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
-
|
|
585
|
-
-
|
|
586
|
-
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
-
|
|
591
|
-
|
|
592
|
-
## 2.10.
|
|
593
|
-
|
|
594
|
-
-
|
|
595
|
-
|
|
596
|
-
## 2.
|
|
597
|
-
|
|
598
|
-
-
|
|
599
|
-
|
|
600
|
-
## 2.9.
|
|
601
|
-
|
|
602
|
-
- `
|
|
603
|
-
|
|
604
|
-
## 2.9.
|
|
605
|
-
|
|
606
|
-
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
## 2.8.
|
|
614
|
-
|
|
615
|
-
-
|
|
616
|
-
|
|
617
|
-
## 2.8.
|
|
618
|
-
|
|
619
|
-
- Fix
|
|
620
|
-
|
|
621
|
-
## 2.8.
|
|
622
|
-
|
|
623
|
-
- Fix
|
|
624
|
-
|
|
625
|
-
## 2.8.
|
|
626
|
-
|
|
627
|
-
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
- `
|
|
633
|
-
|
|
634
|
-
## 2.7.
|
|
635
|
-
|
|
636
|
-
- `
|
|
637
|
-
|
|
638
|
-
## 2.7.
|
|
639
|
-
|
|
640
|
-
- `ATemplate`: fix `
|
|
641
|
-
|
|
642
|
-
## 2.7.
|
|
643
|
-
|
|
644
|
-
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
- Fix
|
|
651
|
-
|
|
652
|
-
## 2.6.
|
|
653
|
-
|
|
654
|
-
-
|
|
655
|
-
|
|
656
|
-
## 2.
|
|
657
|
-
|
|
658
|
-
-
|
|
659
|
-
|
|
660
|
-
## 2.
|
|
661
|
-
|
|
662
|
-
-
|
|
663
|
-
|
|
664
|
-
## 2.4.
|
|
665
|
-
|
|
666
|
-
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
-
|
|
675
|
-
|
|
676
|
-
## 2.3.
|
|
677
|
-
|
|
678
|
-
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
## 2.1.
|
|
699
|
-
|
|
700
|
-
- Fix import from moment.js
|
|
701
|
-
|
|
702
|
-
## 2.1.
|
|
703
|
-
|
|
704
|
-
-
|
|
705
|
-
|
|
706
|
-
## 2.1.
|
|
707
|
-
|
|
708
|
-
-
|
|
709
|
-
|
|
710
|
-
## 2.1.
|
|
711
|
-
|
|
712
|
-
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
- `
|
|
750
|
-
- `
|
|
751
|
-
- `
|
|
752
|
-
- `
|
|
753
|
-
- `
|
|
754
|
-
- `
|
|
755
|
-
- `
|
|
756
|
-
- `
|
|
757
|
-
- `
|
|
758
|
-
- `
|
|
759
|
-
- `
|
|
760
|
-
- `
|
|
761
|
-
- `
|
|
762
|
-
- `
|
|
763
|
-
|
|
764
|
-
- `
|
|
765
|
-
- `
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
- `
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
-
|
|
791
|
-
|
|
792
|
-
## 2.1.
|
|
793
|
-
|
|
794
|
-
- `AOneCheckbox`:
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
-
|
|
814
|
-
|
|
815
|
-
-
|
|
816
|
-
-
|
|
817
|
-
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
## 1.12.
|
|
826
|
-
|
|
827
|
-
-
|
|
828
|
-
|
|
829
|
-
## 1.
|
|
830
|
-
|
|
831
|
-
-
|
|
832
|
-
|
|
833
|
-
## 1.11.
|
|
834
|
-
|
|
835
|
-
-
|
|
836
|
-
|
|
837
|
-
## 1.
|
|
838
|
-
|
|
839
|
-
- `
|
|
840
|
-
|
|
841
|
-
## 1.10.
|
|
842
|
-
|
|
843
|
-
- `filterJson`:
|
|
844
|
-
|
|
845
|
-
## 1.
|
|
846
|
-
|
|
847
|
-
-
|
|
848
|
-
|
|
849
|
-
## 1.9.
|
|
850
|
-
|
|
851
|
-
- `
|
|
852
|
-
|
|
853
|
-
## 1.9.
|
|
854
|
-
|
|
855
|
-
-
|
|
856
|
-
|
|
857
|
-
## 1.
|
|
858
|
-
|
|
859
|
-
-
|
|
860
|
-
|
|
861
|
-
## 1.
|
|
862
|
-
|
|
863
|
-
- `
|
|
864
|
-
|
|
865
|
-
## 1.
|
|
866
|
-
|
|
867
|
-
- `
|
|
868
|
-
|
|
869
|
-
## 1.
|
|
870
|
-
|
|
871
|
-
- `
|
|
872
|
-
|
|
873
|
-
## 1.5.
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
- `
|
|
895
|
-
|
|
896
|
-
## 1.3.
|
|
897
|
-
|
|
898
|
-
- `AOneCheckbox`:
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
-
|
|
905
|
-
|
|
906
|
-
## 1.2.
|
|
907
|
-
|
|
908
|
-
-
|
|
909
|
-
|
|
910
|
-
## 1.2.
|
|
911
|
-
|
|
912
|
-
-
|
|
913
|
-
|
|
914
|
-
## 1.2.
|
|
915
|
-
|
|
916
|
-
- Fixed the `
|
|
917
|
-
|
|
918
|
-
## 1.2.
|
|
919
|
-
|
|
920
|
-
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
## 1.2.
|
|
928
|
-
|
|
929
|
-
-
|
|
930
|
-
|
|
931
|
-
## 1.2.
|
|
932
|
-
|
|
933
|
-
-
|
|
934
|
-
|
|
935
|
-
## 1.2.
|
|
936
|
-
|
|
937
|
-
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
-
|
|
943
|
-
|
|
944
|
-
## 1.2.
|
|
945
|
-
|
|
946
|
-
-
|
|
947
|
-
|
|
948
|
-
## 1.2.
|
|
949
|
-
|
|
950
|
-
-
|
|
951
|
-
|
|
952
|
-
## 1.2.
|
|
953
|
-
|
|
954
|
-
- Added
|
|
955
|
-
|
|
956
|
-
## 1.2.
|
|
957
|
-
|
|
958
|
-
-
|
|
959
|
-
|
|
960
|
-
## 1.2.
|
|
961
|
-
|
|
962
|
-
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
-
|
|
968
|
-
|
|
969
|
-
## 1.2.
|
|
970
|
-
|
|
971
|
-
- Fixed
|
|
972
|
-
|
|
973
|
-
## 1.2.
|
|
974
|
-
|
|
975
|
-
-
|
|
976
|
-
|
|
977
|
-
## 1.2.
|
|
978
|
-
|
|
979
|
-
-
|
|
980
|
-
|
|
981
|
-
## 1.2.
|
|
982
|
-
|
|
983
|
-
-
|
|
984
|
-
|
|
985
|
-
## 1.2.
|
|
986
|
-
|
|
987
|
-
-
|
|
988
|
-
|
|
989
|
-
## 1.2.
|
|
990
|
-
|
|
991
|
-
-
|
|
992
|
-
|
|
993
|
-
## 1.2.
|
|
994
|
-
|
|
995
|
-
-
|
|
996
|
-
|
|
997
|
-
## 1.2.
|
|
998
|
-
|
|
999
|
-
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
-
|
|
1005
|
-
|
|
1006
|
-
## 1.2.
|
|
1007
|
-
|
|
1008
|
-
- Added
|
|
1009
|
-
|
|
1010
|
-
## 1.2.
|
|
1011
|
-
|
|
1012
|
-
- Added
|
|
1013
|
-
|
|
1014
|
-
## 1.2.
|
|
1015
|
-
|
|
1016
|
-
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
-
|
|
1022
|
-
|
|
1023
|
-
## 1.2.
|
|
1024
|
-
|
|
1025
|
-
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
-
|
|
1031
|
-
|
|
1032
|
-
## 1.2.
|
|
1033
|
-
|
|
1034
|
-
-
|
|
1035
|
-
|
|
1036
|
-
## 1.2.
|
|
1037
|
-
|
|
1038
|
-
-
|
|
1039
|
-
|
|
1040
|
-
## 1.2.
|
|
1041
|
-
|
|
1042
|
-
-
|
|
1043
|
-
|
|
1044
|
-
## 1.2.
|
|
1045
|
-
|
|
1046
|
-
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
- `
|
|
1051
|
-
- `
|
|
1052
|
-
-
|
|
1053
|
-
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
- ´
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
- ´
|
|
1062
|
-
- ´
|
|
1063
|
-
- ´
|
|
1064
|
-
- ´
|
|
1065
|
-
- ´
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
-
|
|
1070
|
-
|
|
1071
|
-
## 1.2.
|
|
1072
|
-
|
|
1073
|
-
- Added
|
|
1074
|
-
|
|
1075
|
-
## 1.2.
|
|
1076
|
-
|
|
1077
|
-
- Added
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
-
|
|
1083
|
-
|
|
1084
|
-
## 1.2.
|
|
1085
|
-
|
|
1086
|
-
-
|
|
1
|
+

|
|
2
|
+

|
|
3
|
+

|
|
4
|
+
|
|
5
|
+

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