aloha-vue 1.1.2 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aloha-vue.js +76 -0
- package/dist/index.js +76 -0
- package/docs/package.json +2 -2
- package/docs/src/components/TheMenu/TheMenu.js +71 -8
- package/docs/src/components/TheNavbar/TheNavbar.pug +1 -0
- package/docs/src/global/components/AlohaTableProps/AlohaTableProps.pug +6 -0
- package/docs/src/global/components/AlohaTableProps/compositionAPI/ColumnsAPI.js +1 -0
- package/docs/src/main.js +15 -7
- package/docs/src/mainIcons.js +5 -1
- package/docs/src/mainTranslation.js +100 -1
- package/docs/src/router/index.js +36 -1
- package/docs/src/views/Form/PageCheckbox/PageCheckbox.js +53 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckbox.pug +30 -122
- package/docs/src/views/Form/PageCheckbox/PageCheckboxCollapse/PageCheckboxCollapse.js +73 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxCollapse/PageCheckboxCollapse.pug +30 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxCollapse/PageCheckboxCollapse.vue +2 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxCollapse/compositionAPI/HtmlAPI.js +27 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxCollapse/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/PageCheckboxIsButtonGroup.js +91 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/PageCheckboxIsButtonGroup.pug +29 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/PageCheckboxIsButtonGroup.vue +2 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/compositionAPI/JsAPI.js +82 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/PageCheckboxKeyDisabled.js +94 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/PageCheckboxKeyDisabled.pug +28 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/PageCheckboxKeyDisabled.vue +2 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/compositionAPI/HtmlAPI.js +25 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/compositionAPI/JsAPI.js +85 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/PageCheckboxSearch.js +91 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/PageCheckboxSearch.pug +29 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/PageCheckboxSearch.vue +2 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/compositionAPI/JsAPI.js +82 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTranslateData/PageCheckboxTranslateData.js +73 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTranslateData/PageCheckboxTranslateData.pug +19 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTranslateData/PageCheckboxTranslateData.vue +2 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTranslateData/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTranslateData/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/PageCheckboxTwoColumns.js +73 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/PageCheckboxTwoColumns.pug +29 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/PageCheckboxTwoColumns.vue +2 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/Form/PageCheckbox/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/Form/PageCheckbox/i18n/ar.json +3 -0
- package/docs/src/views/Form/PageCheckbox/i18n/de.json +17 -0
- package/docs/src/views/Form/PageCheckbox/i18n/en.json +17 -0
- package/docs/src/views/Form/PageCheckbox/i18n/hr.json +17 -0
- package/docs/src/views/Form/PageFieldset/PageFieldset.js +49 -0
- package/docs/src/views/Form/PageFieldset/PageFieldset.pug +12 -0
- package/docs/src/views/Form/PageFieldset/PageFieldset.vue +2 -0
- package/docs/src/views/Form/PageFieldset/PageFieldsetCollapse/PageFieldsetCollapse.js +27 -0
- package/docs/src/views/Form/PageFieldset/PageFieldsetCollapse/PageFieldsetCollapse.pug +31 -0
- package/docs/src/views/Form/PageFieldset/PageFieldsetCollapse/PageFieldsetCollapse.vue +2 -0
- package/docs/src/views/Form/PageFieldset/PageFieldsetCollapse/compositionAPI/HtmlAPI.js +31 -0
- package/docs/src/views/Form/PageFieldset/PageFieldsetCollapse/compositionAPI/JsAPI.js +18 -0
- package/docs/src/views/Form/PageFieldset/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/Form/PageFieldset/compositionAPI/PropsAPI.js +106 -0
- package/docs/src/views/Form/PageFieldset/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/Form/PageFieldset/i18n/PageFieldsetI18n.js +19 -0
- package/docs/src/views/Form/PageFieldset/i18n/ar.json +3 -0
- package/docs/src/views/Form/PageFieldset/i18n/de.json +3 -0
- package/docs/src/views/Form/PageFieldset/i18n/hr.json +3 -0
- package/docs/src/views/Form/PageFieldset/i18n/it.json +3 -0
- package/docs/src/views/Form/PageFieldset/i18n/ru.json +3 -0
- package/docs/src/views/Form/PageForm/PageForm.js +25 -0
- package/docs/src/views/Form/PageInputNumber/PageInputNumber.pug +4 -4
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.js +108 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.pug +20 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.vue +2 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.js +34 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.pug +13 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.vue +2 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/compositionAPI/HtmlAPI.js +11 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/compositionAPI/JsAPI.js +26 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.js +34 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.pug +17 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.vue +2 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/compositionAPI/HtmlAPI.js +14 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/compositionAPI/JsAPI.js +26 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.js +34 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.pug +15 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.vue +2 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/compositionAPI/HtmlAPI.js +12 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/compositionAPI/JsAPI.js +26 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.js +34 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.pug +15 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.vue +2 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/compositionAPI/HtmlAPI.js +12 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/compositionAPI/JsAPI.js +26 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.js +34 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.pug +15 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.vue +2 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/compositionAPI/HtmlAPI.js +12 -0
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/compositionAPI/JsAPI.js +26 -0
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/EventsAPI.js +13 -0
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/ExposesAPI.js +18 -0
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/PropsAPI.js +106 -0
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/PageInputNumberRangeI18n.js +19 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/ar.json +3 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/de.json +3 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/en.json +3 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/es.json +3 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/fr.json +3 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/hr.json +3 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/it.json +3 -0
- package/docs/src/views/Form/PageInputNumberRange/i18n/ru.json +3 -0
- package/docs/src/views/Form/PageRadio/PageRadio.js +53 -2
- package/docs/src/views/Form/PageRadio/PageRadio.pug +17 -68
- package/docs/src/views/Form/PageRadio/PageRadioCollapse/PageRadioCollapse.js +73 -0
- package/docs/src/views/Form/PageRadio/PageRadioCollapse/PageRadioCollapse.pug +30 -0
- package/docs/src/views/Form/PageRadio/PageRadioCollapse/PageRadioCollapse.vue +2 -0
- package/docs/src/views/Form/PageRadio/PageRadioCollapse/compositionAPI/HtmlAPI.js +27 -0
- package/docs/src/views/Form/PageRadio/PageRadioCollapse/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/Form/PageRadio/PageRadioIsButtonGroup/PageRadioIsButtonGroup.js +91 -0
- package/docs/src/views/Form/PageRadio/PageRadioIsButtonGroup/PageRadioIsButtonGroup.pug +29 -0
- package/docs/src/views/Form/PageRadio/PageRadioIsButtonGroup/PageRadioIsButtonGroup.vue +2 -0
- package/docs/src/views/Form/PageRadio/PageRadioIsButtonGroup/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageRadio/PageRadioIsButtonGroup/compositionAPI/JsAPI.js +82 -0
- package/docs/src/views/Form/PageRadio/PageRadioKeyDisabled/PageRadioKeyDisabled.js +94 -0
- package/docs/src/views/Form/PageRadio/PageRadioKeyDisabled/PageRadioKeyDisabled.pug +29 -0
- package/docs/src/views/Form/PageRadio/PageRadioKeyDisabled/PageRadioKeyDisabled.vue +2 -0
- package/docs/src/views/Form/PageRadio/PageRadioKeyDisabled/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageRadio/PageRadioKeyDisabled/compositionAPI/JsAPI.js +85 -0
- package/docs/src/views/Form/PageRadio/PageRadioSearch/PageRadioSearch.js +91 -0
- package/docs/src/views/Form/PageRadio/PageRadioSearch/PageRadioSearch.pug +29 -0
- package/docs/src/views/Form/PageRadio/PageRadioSearch/PageRadioSearch.vue +2 -0
- package/docs/src/views/Form/PageRadio/PageRadioSearch/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageRadio/PageRadioSearch/compositionAPI/JsAPI.js +82 -0
- package/docs/src/views/Form/PageRadio/PageRadioTranslateData/PageRadioTranslateData.js +73 -0
- package/docs/src/views/Form/PageRadio/PageRadioTranslateData/PageRadioTranslateData.pug +19 -0
- package/docs/src/views/Form/PageRadio/PageRadioTranslateData/PageRadioTranslateData.vue +2 -0
- package/docs/src/views/Form/PageRadio/PageRadioTranslateData/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/Form/PageRadio/PageRadioTranslateData/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/Form/PageRadio/PageRadioTwoColumns/PageRadioTwoColumns.js +73 -0
- package/docs/src/views/Form/PageRadio/PageRadioTwoColumns/PageRadioTwoColumns.pug +29 -0
- package/docs/src/views/Form/PageRadio/PageRadioTwoColumns/PageRadioTwoColumns.vue +2 -0
- package/docs/src/views/Form/PageRadio/PageRadioTwoColumns/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageRadio/PageRadioTwoColumns/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/Form/PageRadio/compositionAPI/EventsAPI.js +13 -0
- package/docs/src/views/Form/PageRadio/compositionAPI/ExposesAPI.js +18 -0
- package/docs/src/views/Form/PageRadio/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/Form/PageRadio/compositionAPI/PropsAPI.js +106 -0
- package/docs/src/views/Form/PageRadio/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/Form/PageRadio/i18n/PageRadioI18n.js +19 -0
- package/docs/src/views/Form/PageRadio/i18n/ar.json +3 -0
- package/docs/src/views/Form/PageRadio/i18n/de.json +17 -0
- package/docs/src/views/Form/PageRadio/i18n/en.json +17 -0
- package/docs/src/views/Form/PageRadio/i18n/es.json +3 -0
- package/docs/src/views/Form/PageRadio/i18n/fr.json +3 -0
- package/docs/src/views/Form/PageRadio/i18n/hr.json +17 -0
- package/docs/src/views/Form/PageRadio/i18n/it.json +3 -0
- package/docs/src/views/Form/PageRadio/i18n/ru.json +3 -0
- package/docs/src/views/Form/PageSelect/PageSelect.js +8 -0
- package/docs/src/views/Form/PageSelect/PageSelect.pug +8 -0
- package/docs/src/views/Form/PageSelect/PageSelectBasic/PageSelectBasic.pug +11 -9
- package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.js +91 -0
- package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.pug +19 -0
- package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.vue +2 -0
- package/docs/src/views/Form/PageSelect/PageSelectGroup/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/Form/PageSelect/PageSelectGroup/compositionAPI/JsAPI.js +82 -0
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.js +100 -0
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.pug +29 -0
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.vue +2 -0
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/compositionAPI/JsAPI.js +91 -0
- package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.js +96 -0
- package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.pug +29 -0
- package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.vue +2 -0
- package/docs/src/views/Form/PageSelect/PageSelectSearch/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/Form/PageSelect/PageSelectSearch/compositionAPI/JsAPI.js +87 -0
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.js +73 -0
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.pug +20 -0
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.vue +2 -0
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/compositionAPI/HtmlAPI.js +17 -0
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/Form/PageSelect/i18n/de.json +19 -1
- package/docs/src/views/Form/PageSelect/i18n/en.json +19 -1
- package/docs/src/views/Form/PageSelect/i18n/hr.json +19 -1
- package/docs/src/views/PageButton/PageButtonTitleHtml/PageButtonTitleHtml.pug +8 -0
- package/docs/src/views/PageButton/PageButtonTitleHtml/compositionAPI/HtmlAPI.js +9 -0
- package/docs/src/views/PageButton/compositionAPI/PropsAPI.js +6 -6
- package/docs/src/views/PageDisclosure/PageDisclosureExposes/PageDisclosureExposes.pug +1 -2
- package/docs/src/views/PageDisclosure/i18n/ar.json +61 -2
- package/docs/src/views/PageDisclosure/i18n/de.json +59 -1
- package/docs/src/views/PageDisclosure/i18n/en.json +60 -2
- package/docs/src/views/PageDisclosure/i18n/es.json +60 -2
- package/docs/src/views/PageDisclosure/i18n/fr.json +60 -2
- package/docs/src/views/PageDisclosure/i18n/hr.json +63 -2
- package/docs/src/views/PageDisclosure/i18n/it.json +60 -2
- package/docs/src/views/PageFilters/PageFilters.js +45 -0
- package/docs/src/views/PageFilters/PageFilters.pug +30 -0
- package/docs/src/views/PageFilters/PageFilters.vue +2 -0
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.js +71 -0
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.pug +13 -0
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.vue +2 -0
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/compositionAPI/HtmlAPI.js +12 -0
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/compositionAPI/JsAPI.js +62 -0
- package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.js +58 -0
- package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.pug +13 -0
- package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.vue +2 -0
- package/docs/src/views/PageFilters/PageFiltersExample/compositionAPI/HtmlAPI.js +12 -0
- package/docs/src/views/PageFilters/PageFiltersExample/compositionAPI/JsAPI.js +49 -0
- package/docs/src/views/PageFilters/compositionAPI/EventsAPI.js +13 -0
- package/docs/src/views/PageFilters/compositionAPI/ExposesAPI.js +18 -0
- package/docs/src/views/PageFilters/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageFilters/compositionAPI/PropsAPI.js +106 -0
- package/docs/src/views/PageFilters/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/PageFilters/i18n/PageFiltersI18n.js +19 -0
- package/docs/src/views/PageFilters/i18n/ar.json +48 -0
- package/docs/src/views/PageFilters/i18n/de.json +7 -0
- package/docs/src/views/PageFilters/i18n/en.json +48 -0
- package/docs/src/views/PageFilters/i18n/es.json +48 -0
- package/docs/src/views/PageFilters/i18n/fr.json +48 -0
- package/docs/src/views/PageFilters/i18n/hr.json +45 -0
- package/docs/src/views/PageFilters/i18n/it.json +48 -0
- package/docs/src/views/PageFilters/i18n/ru.json +40 -0
- package/docs/src/views/PageLink/PageLinkTitleHtml/PageLinkTitleHtml.pug +9 -0
- package/docs/src/views/PageLink/PageLinkTitleHtml/compositionAPI/HtmlAPI.js +10 -0
- package/docs/src/views/PageLink/compositionAPI/PropsAPI.js +6 -6
- package/docs/src/views/PageLinkCopy/PageLinkCopy.js +61 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopy.pug +43 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopy.vue +2 -0
- package/docs/src/views/{PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.js → PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.js} +3 -3
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.pug +17 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.js +27 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.pug +16 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/compositionAPI/HtmlAPI.js +15 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/{PageProgress/PageProgressBasic/PageProgressBasic.js → PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.js} +3 -3
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.pug +15 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/compositionAPI/HtmlAPI.js +14 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.js +27 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.pug +13 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/compositionAPI/HtmlAPI.js +11 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/{PageProgress/PageProgressRevers/PageProgressRevers.js → PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.js} +3 -3
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.pug +11 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/compositionAPI/HtmlAPI.js +10 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.js +27 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.pug +10 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/compositionAPI/HtmlAPI.js +9 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.js +27 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.pug +14 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/compositionAPI/HtmlAPI.js +15 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/{PageProgress/PageProgressMinMax/PageProgressMinMax.js → PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.js} +3 -3
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.pug +14 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/compositionAPI/HtmlAPI.js +15 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/{PageProgress/PageProgressDuration/PageProgressDuration.js → PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.js} +3 -3
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.pug +16 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.vue +2 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/compositionAPI/HtmlAPI.js +15 -0
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/PageLinkCopy/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageLinkCopy/compositionAPI/PropsAPI.js +57 -0
- package/docs/src/views/PageLinkCopy/compositionAPI/SlotsAPI.js +16 -0
- package/docs/src/views/PageLinkCopy/compositionAPI/TranslateAPI.js +10 -0
- package/docs/src/views/PageLinkCopy/i18n/PageLinkCopyI18n.js +19 -0
- package/docs/src/views/PageLinkCopy/i18n/ar.json +31 -0
- package/docs/src/views/PageLinkCopy/i18n/de.json +31 -0
- package/docs/src/views/PageLinkCopy/i18n/en.json +31 -0
- package/docs/src/views/PageLinkCopy/i18n/es.json +31 -0
- package/docs/src/views/PageLinkCopy/i18n/fr.json +31 -0
- package/docs/src/views/PageLinkCopy/i18n/hr.json +31 -0
- package/docs/src/views/PageLinkCopy/i18n/it.json +31 -0
- package/docs/src/views/PageLinkCopy/i18n/ru.json +31 -0
- package/docs/src/views/PageList/PageList.js +10 -60
- package/docs/src/views/PageList/PageList.pug +15 -19
- package/docs/src/views/PageList/PageListClassGroup/compositionAPI/HtmlAPI.js +19 -11
- package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.js +52 -0
- package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.pug +12 -0
- package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.vue +2 -0
- package/docs/src/views/PageList/PageListKeyChildren/compositionAPI/HtmlAPI.js +11 -0
- package/docs/src/views/PageList/PageListKeyChildren/compositionAPI/JsAPI.js +44 -0
- package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.js +45 -0
- package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.pug +12 -0
- package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.vue +2 -0
- package/docs/src/views/PageList/PageListKeyLabelCallback/compositionAPI/HtmlAPI.js +11 -0
- package/docs/src/views/PageList/PageListKeyLabelCallback/compositionAPI/JsAPI.js +34 -0
- package/docs/src/views/PageList/PageListTagLabelTag/PageListTagLabelTag.js +38 -0
- package/docs/src/views/PageList/PageListTagLabelTag/PageListTagLabelTag.pug +13 -0
- package/docs/src/views/PageList/PageListTagLabelTag/PageListTagLabelTag.vue +2 -0
- package/docs/src/views/PageList/PageListTagLabelTag/compositionAPI/HtmlAPI.js +12 -0
- package/docs/src/views/PageList/PageListTagLabelTag/compositionAPI/JsAPI.js +34 -0
- package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.js +71 -0
- package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.pug +14 -0
- package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.vue +2 -0
- package/docs/src/views/PageList/PageListWithSlot/compositionAPI/HtmlAPI.js +14 -0
- package/docs/src/views/PageList/PageListWithSlot/compositionAPI/JsAPI.js +64 -0
- package/docs/src/views/PageList/PageListWithoutChildren/PageListWithoutChildren.js +34 -0
- package/docs/src/views/PageList/PageListWithoutChildren/PageListWithoutChildren.pug +10 -0
- package/docs/src/views/PageList/PageListWithoutChildren/PageListWithoutChildren.vue +2 -0
- package/docs/src/views/PageList/PageListWithoutChildren/compositionAPI/HtmlAPI.js +10 -0
- package/docs/src/views/PageList/PageListWithoutChildren/compositionAPI/JsAPI.js +31 -0
- package/docs/src/views/PageList/compositionAPI/PropsAPI.js +23 -65
- package/docs/src/views/PageList/compositionAPI/SlotsAPI.js +1 -1
- package/docs/src/views/PageList/i18n/ar.json +25 -1
- package/docs/src/views/PageList/i18n/de.json +26 -2
- package/docs/src/views/PageList/i18n/en.json +26 -2
- package/docs/src/views/PageList/i18n/es.json +26 -2
- package/docs/src/views/PageList/i18n/fr.json +26 -2
- package/docs/src/views/PageList/i18n/hr.json +26 -2
- package/docs/src/views/PageList/i18n/it.json +26 -2
- package/docs/src/views/PageList/i18n/ru.json +26 -2
- package/docs/src/views/PageModal/PageModal.js +50 -34
- package/docs/src/views/PageModal/PageModal.pug +38 -25
- package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.js +46 -0
- package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.pug +17 -0
- package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.vue +2 -0
- package/docs/src/views/PageModal/PageModalBasic/compositionAPI/HtmlAPI.js +17 -0
- package/docs/src/views/PageModal/PageModalBasic/compositionAPI/JsAPI.js +37 -0
- package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.js +52 -0
- package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.pug +19 -0
- package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.vue +2 -0
- package/docs/src/views/PageModal/PageModalBodyHtml/compositionAPI/HtmlAPI.js +18 -0
- package/docs/src/views/PageModal/PageModalBodyHtml/compositionAPI/JsAPI.js +43 -0
- package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.js +46 -0
- package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.pug +22 -0
- package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.vue +2 -0
- package/docs/src/views/PageModal/PageModalCloseButton/compositionAPI/HtmlAPI.js +21 -0
- package/docs/src/views/PageModal/PageModalCloseButton/compositionAPI/JsAPI.js +37 -0
- package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.js +52 -0
- package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.pug +22 -0
- package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.vue +2 -0
- package/docs/src/views/PageModal/PageModalSaveButton/compositionAPI/HtmlAPI.js +21 -0
- package/docs/src/views/PageModal/PageModalSaveButton/compositionAPI/JsAPI.js +43 -0
- package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.js +46 -0
- package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.pug +20 -0
- package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.vue +2 -0
- package/docs/src/views/PageModal/PageModalSelectorClose/compositionAPI/HtmlAPI.js +19 -0
- package/docs/src/views/PageModal/PageModalSelectorClose/compositionAPI/JsAPI.js +37 -0
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.js +46 -0
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.pug +20 -0
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.vue +2 -0
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/compositionAPI/HtmlAPI.js +19 -0
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/compositionAPI/JsAPI.js +37 -0
- package/docs/src/views/PageModal/PageModalSize/PageModalSize.js +49 -0
- package/docs/src/views/PageModal/PageModalSize/PageModalSize.pug +47 -0
- package/docs/src/views/PageModal/PageModalSize/PageModalSize.vue +2 -0
- package/docs/src/views/PageModal/PageModalSize/compositionAPI/HtmlAPI.js +48 -0
- package/docs/src/views/PageModal/PageModalSize/compositionAPI/JsAPI.js +40 -0
- package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.js +46 -0
- package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.pug +42 -0
- package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.vue +2 -0
- package/docs/src/views/PageModal/PageModalSlots/compositionAPI/HtmlAPI.js +21 -0
- package/docs/src/views/PageModal/PageModalSlots/compositionAPI/JsAPI.js +37 -0
- package/docs/src/views/PageModal/compositionAPI/ExposesAPI.js +33 -0
- package/docs/src/views/PageModal/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageModal/compositionAPI/PropsAPI.js +197 -0
- package/docs/src/views/PageModal/compositionAPI/SlotsAPI.js +24 -0
- package/docs/src/views/PageModal/compositionAPI/TranslateAPI.js +10 -0
- package/docs/src/views/PageModal/i18n/PageModalI18n.js +19 -0
- package/docs/src/views/PageModal/i18n/ar.json +3 -0
- package/docs/src/views/PageModal/i18n/de.json +6 -0
- package/docs/src/views/PageModal/i18n/en.json +3 -0
- package/docs/src/views/PageModal/i18n/es.json +3 -0
- package/docs/src/views/PageModal/i18n/fr.json +3 -0
- package/docs/src/views/PageModal/i18n/hr.json +3 -0
- package/docs/src/views/PageModal/i18n/it.json +3 -0
- package/docs/src/views/PageModal/i18n/ru.json +3 -0
- package/docs/src/views/PageModalWizard/PageModalWizard.js +44 -0
- package/docs/src/views/PageModalWizard/PageModalWizard.pug +28 -0
- package/docs/src/views/PageModalWizard/PageModalWizard.vue +2 -0
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.js +77 -0
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.pug +56 -0
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.vue +2 -0
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/compositionAPI/HtmlAPI.js +57 -0
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/compositionAPI/JsAPI.js +68 -0
- package/docs/src/views/PageModalWizard/compositionAPI/ExposesAPI.js +33 -0
- package/docs/src/views/PageModalWizard/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageModalWizard/compositionAPI/PropsAPI.js +78 -0
- package/docs/src/views/PageModalWizard/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/PageModalWizard/i18n/PageModalWizardI18n.js +19 -0
- package/docs/src/views/PageModalWizard/i18n/ar.json +4 -0
- package/docs/src/views/PageModalWizard/i18n/de.json +8 -0
- package/docs/src/views/PageModalWizard/i18n/en.json +4 -0
- package/docs/src/views/PageModalWizard/i18n/es.json +4 -0
- package/docs/src/views/PageModalWizard/i18n/fr.json +4 -0
- package/docs/src/views/PageModalWizard/i18n/hr.json +4 -0
- package/docs/src/views/PageModalWizard/i18n/it.json +4 -0
- package/docs/src/views/PageModalWizard/i18n/ru.json +8 -0
- package/docs/src/views/PageRate/PageRateColor/compositionAPI/HtmlAPI.js +1 -2
- package/docs/src/views/PageRate/PageRateHalfIcon/compositionAPI/HtmlAPI.js +1 -2
- package/docs/src/views/PageRate/PageRateHoveredColor/compositionAPI/HtmlAPI.js +1 -2
- package/docs/src/views/PageRate/PageRateIcon/compositionAPI/HtmlAPI.js +5 -2
- package/docs/src/views/PageRate/PageRateIconFill/compositionAPI/HtmlAPI.js +2 -1
- package/docs/src/views/PageRate/PageRateModelValue/compositionAPI/HtmlAPI.js +3 -3
- package/docs/src/views/PageRate/PageRateRating/compositionAPI/HtmlAPI.js +1 -2
- package/docs/src/views/PageRate/PageRateReadonly/compositionAPI/HtmlAPI.js +1 -2
- package/docs/src/views/PageRate/PageRateShowScore/compositionAPI/HtmlAPI.js +3 -1
- package/docs/src/views/PageRate/PageRateSize/compositionAPI/HtmlAPI.js +3 -6
- package/docs/src/views/PageRate/PageRateTextExtra/compositionAPI/HtmlAPI.js +1 -2
- package/docs/src/views/PageShowMore/compositionAPI/PageTitleAPI.js +1 -1
- package/docs/src/views/PageShowMore/i18n/de.json +1 -1
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/PageTableComplexExample.pug +2 -7
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/compositionAPI/HtmlAPI.js +33 -13
- package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.js +29 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.pug +15 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.vue +2 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.js +125 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.pug +17 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.vue +2 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/compositionAPI/JsAPI.js +98 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.js +110 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.pug +17 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.vue +2 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/compositionAPI/JsAPI.js +67 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.js +130 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.pug +17 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.vue +2 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/compositionAPI/JsAPI.js +117 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.js +117 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.pug +17 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.vue +2 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/compositionAPI/JsAPI.js +101 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.js +114 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.pug +17 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.vue +2 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/compositionAPI/HtmlAPI.js +16 -0
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/compositionAPI/JsAPI.js +101 -0
- package/docs/src/views/PageTable/PageTableFilters/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/PageTableFiltersI18n.js +19 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/ar.json +6 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/de.json +6 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/en.json +6 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/es.json +6 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/fr.json +6 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/hr.json +6 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/it.json +6 -0
- package/docs/src/views/PageTable/PageTableFilters/i18n/ru.json +6 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.js +24 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.pug +9 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.vue +2 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.js +80 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.pug +18 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.vue +2 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/compositionAPI/HtmlAPI.js +13 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/compositionAPI/JsAPI.js +67 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.js +80 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.pug +20 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.vue +2 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/compositionAPI/HtmlAPI.js +13 -0
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/compositionAPI/JsAPI.js +67 -0
- package/docs/src/views/PageTable/PageTablePreview/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/PageTablePreviewI18n.js +19 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/ar.json +3 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/de.json +3 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/en.json +3 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/es.json +3 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/fr.json +3 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/hr.json +3 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/it.json +3 -0
- package/docs/src/views/PageTable/PageTablePreview/i18n/ru.json +3 -0
- package/docs/src/views/PageTable/PageTableSimple/i18n/de.json +3 -3
- package/docs/src/views/PageTable/PageTableSimple/i18n/en.json +5 -2
- package/docs/src/views/PageTable/PageTableSimple/i18n/hr.json +5 -2
- package/docs/src/views/PageTable/PageTableSort/i18n/de.json +28 -28
- package/docs/src/views/PageTable/PageTableSort/i18n/en.json +28 -1
- package/docs/src/views/PageTable/PageTableSort/i18n/hr.json +28 -1
- package/docs/src/views/PageTable/i18n/de.json +5 -1
- package/docs/src/views/PageTable/i18n/en.json +6 -2
- package/docs/src/views/PageTable/i18n/hr.json +15 -2
- package/docs/src/views/PageTranslation/compositionAPI/PropsAPI.js +3 -3
- package/docs/src/views/PageWizard/PageWizard.js +74 -145
- package/docs/src/views/PageWizard/PageWizard.pug +53 -50
- package/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.js +58 -0
- package/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.pug +44 -0
- package/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardBasic/compositionAPI/HtmlAPI.js +46 -0
- package/docs/src/views/PageWizard/PageWizardBasic/compositionAPI/JsAPI.js +49 -0
- package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.js +58 -0
- package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.pug +57 -0
- package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardButtons/compositionAPI/HtmlAPI.js +58 -0
- package/docs/src/views/PageWizard/PageWizardButtons/compositionAPI/JsAPI.js +49 -0
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.js +73 -0
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.pug +67 -0
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/compositionAPI/HtmlAPI.js +74 -0
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/compositionAPI/JsAPI.js +63 -0
- package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.js +73 -0
- package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.pug +67 -0
- package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardButtonsHide/compositionAPI/HtmlAPI.js +74 -0
- package/docs/src/views/PageWizard/PageWizardButtonsHide/compositionAPI/JsAPI.js +63 -0
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.js +66 -0
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.pug +52 -0
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/compositionAPI/HtmlAPI.js +59 -0
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/compositionAPI/JsAPI.js +57 -0
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.js +84 -0
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.pug +51 -0
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/compositionAPI/HtmlAPI.js +51 -0
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/compositionAPI/JsAPI.js +71 -0
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.js +66 -0
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.pug +52 -0
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/compositionAPI/HtmlAPI.js +59 -0
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/compositionAPI/JsAPI.js +57 -0
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.js +66 -0
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.pug +52 -0
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/compositionAPI/HtmlAPI.js +59 -0
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/compositionAPI/JsAPI.js +57 -0
- package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.js +68 -0
- package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.pug +57 -0
- package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardIsToolbar/compositionAPI/HtmlAPI.js +64 -0
- package/docs/src/views/PageWizard/PageWizardIsToolbar/compositionAPI/JsAPI.js +59 -0
- package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.js +62 -0
- package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.pug +46 -0
- package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardKeyId/compositionAPI/HtmlAPI.js +47 -0
- package/docs/src/views/PageWizard/PageWizardKeyId/compositionAPI/JsAPI.js +53 -0
- package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.js +58 -0
- package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.pug +26 -0
- package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardSlot/compositionAPI/HtmlAPI.js +26 -0
- package/docs/src/views/PageWizard/PageWizardSlot/compositionAPI/JsAPI.js +49 -0
- package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.js +62 -0
- package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.pug +59 -0
- package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardSlotLabel/compositionAPI/HtmlAPI.js +54 -0
- package/docs/src/views/PageWizard/PageWizardSlotLabel/compositionAPI/JsAPI.js +53 -0
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.js +60 -0
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.pug +53 -0
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/compositionAPI/HtmlAPI.js +54 -0
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/compositionAPI/JsAPI.js +51 -0
- package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.js +58 -0
- package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.pug +46 -0
- package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardStepActive/compositionAPI/HtmlAPI.js +47 -0
- package/docs/src/views/PageWizard/PageWizardStepActive/compositionAPI/JsAPI.js +49 -0
- package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.js +91 -0
- package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.pug +74 -0
- package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardStepsErrors/compositionAPI/HtmlAPI.js +80 -0
- package/docs/src/views/PageWizard/PageWizardStepsErrors/compositionAPI/JsAPI.js +82 -0
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.js +91 -0
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.pug +74 -0
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/compositionAPI/HtmlAPI.js +80 -0
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/compositionAPI/JsAPI.js +82 -0
- package/docs/src/views/PageWizard/PageWizardType/PageWizardType.js +85 -0
- package/docs/src/views/PageWizard/PageWizardType/PageWizardType.pug +57 -0
- package/docs/src/views/PageWizard/PageWizardType/PageWizardType.vue +2 -0
- package/docs/src/views/PageWizard/PageWizardType/compositionAPI/HtmlAPI.js +64 -0
- package/docs/src/views/PageWizard/PageWizardType/compositionAPI/JsAPI.js +77 -0
- package/docs/src/views/PageWizard/compositionAPI/EventsAPI.js +18 -0
- package/docs/src/views/PageWizard/compositionAPI/ExposesAPI.js +33 -0
- package/docs/src/views/PageWizard/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/PageWizard/compositionAPI/PropsAPI.js +246 -0
- package/docs/src/views/PageWizard/compositionAPI/SlotsAPI.js +20 -0
- package/docs/src/views/PageWizard/compositionAPI/TranslateAPI.js +11 -0
- package/docs/src/views/PageWizard/i18n/PageWizardI18n.js +19 -0
- package/docs/src/views/PageWizard/i18n/ar.json +4 -0
- package/docs/src/views/PageWizard/i18n/de.json +81 -0
- package/docs/src/views/PageWizard/i18n/en.json +4 -0
- package/docs/src/views/PageWizard/i18n/es.json +4 -0
- package/docs/src/views/PageWizard/i18n/fr.json +4 -0
- package/docs/src/views/PageWizard/i18n/hr.json +4 -0
- package/docs/src/views/PageWizard/i18n/it.json +4 -0
- package/docs/src/views/PageWizard/i18n/ru.json +8 -0
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgress.js +7 -17
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgress.pug +13 -1
- package/docs/src/views/Progress/PageProgress/PageProgressBasic/PageProgressBasic.js +27 -0
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressBasic/compositionAPI/HtmlAPI.js +2 -2
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassCombination/PageProgressClassCombination.js +2 -2
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassCombination/compositionAPI/HtmlAPI.js +28 -28
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBar/PageProgressClassProgressBar.js +2 -2
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBar/compositionAPI/HtmlAPI.js +31 -31
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.js +3 -3
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.pug +1 -1
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBarFunction/compositionAPI/HtmlAPI.js +5 -5
- package/docs/src/views/Progress/PageProgress/PageProgressDuration/PageProgressDuration.js +27 -0
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressDuration/compositionAPI/HtmlAPI.js +8 -8
- package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.js +27 -0
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressIndeterminate/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/Progress/PageProgress/PageProgressMinMax/PageProgressMinMax.js +27 -0
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressMinMax/compositionAPI/HtmlAPI.js +8 -8
- package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.js +27 -0
- package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.pug +16 -0
- package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.vue +2 -0
- package/docs/src/views/{PageProgress/PageProgressRevers → Progress/PageProgress/PageProgressReverse}/compositionAPI/HtmlAPI.js +6 -6
- package/docs/src/views/{PageProgress/PageProgressRevers → Progress/PageProgress/PageProgressReverse}/compositionAPI/JsAPI.js +1 -1
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressShowValue/PageProgressShowValue.js +2 -2
- package/docs/src/views/{PageProgress/PageProgressSizes → Progress/PageProgress/PageProgressShowValue}/compositionAPI/HtmlAPI.js +6 -6
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressSizes/PageProgressSizes.js +2 -2
- package/docs/src/views/{PageProgress/PageProgressShowValue → Progress/PageProgress/PageProgressSizes}/compositionAPI/HtmlAPI.js +6 -6
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.js +27 -0
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.pug +23 -0
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.vue +2 -0
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/compositionAPI/HtmlAPI.js +25 -0
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStriped/PageProgressStriped.js +2 -2
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStriped/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStripedFlow/PageProgressStripedFlow.js +2 -2
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStripedFlow/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValue/PageProgressValue.js +3 -3
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValue/PageProgressValue.pug +1 -1
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValue/compositionAPI/HtmlAPI.js +5 -5
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValueTextInteger/PageProgressValueTextInteger.js +2 -2
- package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValueTextInteger/compositionAPI/HtmlAPI.js +4 -4
- package/docs/src/views/{PageProgress → Progress/PageProgress}/compositionAPI/PageTitleAPI.js +1 -1
- package/docs/src/views/Progress/PageProgress/compositionAPI/PropsAPI.js +85 -0
- package/docs/src/views/Progress/PageProgress/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/Progress/PageProgress/i18n/PageProgressI18n.js +19 -0
- package/docs/src/views/Progress/PageProgress/i18n/ar.json +3 -0
- package/docs/src/views/{PageProgress → Progress/PageProgress}/i18n/de.json +34 -31
- package/docs/src/views/Progress/PageProgress/i18n/en.json +44 -0
- package/docs/src/views/Progress/PageProgress/i18n/es.json +3 -0
- package/docs/src/views/Progress/PageProgress/i18n/fr.json +3 -0
- package/docs/src/views/Progress/PageProgress/i18n/hr.json +44 -0
- package/docs/src/views/Progress/PageProgress/i18n/it.json +3 -0
- package/docs/src/views/Progress/PageProgress/i18n/ru.json +3 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.js +39 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.pug +14 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.vue +2 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.js +27 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.pug +13 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.vue +2 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/compositionAPI/HtmlAPI.js +13 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.js +27 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.pug +21 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.vue +2 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/compositionAPI/HtmlAPI.js +20 -0
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/compositionAPI/JsAPI.js +14 -0
- package/docs/src/views/Progress/PageProgressCircle/compositionAPI/PageTitleAPI.js +24 -0
- package/docs/src/views/Progress/PageProgressCircle/compositionAPI/PropsAPI.js +106 -0
- package/docs/src/views/Progress/PageProgressCircle/compositionAPI/SlotsAPI.js +12 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/PageProgressCircleI18n.js +19 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/ar.json +3 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/de.json +4 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/en.json +3 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/es.json +3 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/fr.json +3 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/hr.json +3 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/it.json +3 -0
- package/docs/src/views/Progress/PageProgressCircle/i18n/ru.json +3 -0
- package/docs/webpack.config.js +10 -8
- package/package.json +1 -1
- package/src/AButton/AButton.js +19 -19
- package/src/AButton/comositionAPI/HtmlTitleAPI.js +2 -0
- package/src/{ATable/ATableFilterCenter/ATableFilterCenter.js → AFilters/AFilterCenter/AFilterCenter.js} +13 -8
- package/src/AFilters/AFilterCenter/AFilterCenterItem/AFilterCenterItem.js +119 -0
- package/src/{ATable/ATableFilterCenter/ATableFilterCenterItem → AFilters/AFilterCenter/AFilterCenterItem}/compositionAPI/CloseFilterValueAPI.js +2 -2
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/GoToAPI.js +40 -0
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/HasFilterAPI.js +29 -0
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/LabelAPI.js +21 -0
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/ModelValuesAPI.js +81 -0
- package/src/{ATable/ATableFilterCenter → AFilters/AFilterCenter}/compositionAPI/HideAPI.js +2 -2
- package/src/AFilters/AFilters/AFilters.js +165 -0
- package/src/AFilters/AFilters/compositionAPI/CloseFilterAPI.js +51 -0
- package/src/AFilters/AFilters/compositionAPI/DataKeyByKeyIdAPI.js +20 -0
- package/src/AFilters/AFilters/compositionAPI/FiltersAPI.js +118 -0
- package/src/AFilters/AFilters/compositionAPI/SaveAPI.js +54 -0
- package/src/AFilters/AFilters/compositionAPI/StartSearchAPI.js +22 -0
- package/src/AFilters/AFilters/compositionAPI/ToggleAPI.js +33 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontal.js +222 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/AFiltersHorizontalFilter.js +101 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/IdAPI.js +29 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/IsFilterAPI.js +16 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/LabelAPI.js +19 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/AFiltersHorizontalFilterUi.js +88 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/ComponentTypesAPI.js +13 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/ContainerAPI.js +18 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/DataAPI.js +34 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/FilterSpecificTypeAPI.js +30 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/IdAPI.js +16 -0
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/ModelAPI.js +30 -0
- package/src/{ATable/ATableFiltersTop → AFilters/AFiltersHorizontal}/compositionAPI/EventBusAPI.js +4 -4
- package/src/AFilters/AFiltersHorizontal/compositionAPI/FilterMainAPI.js +32 -0
- package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersHiddenAPI.js +72 -0
- package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersLayoutAPI.js +62 -0
- package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersSaveAPI.js +130 -0
- package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersSavedDeleteAPI.js +117 -0
- package/src/AFilters/AFiltersHorizontal/compositionAPI/IdAPI.js +16 -0
- package/src/AFilters/AFiltersHorizontal/compositionAPI/SearchAPI.js +50 -0
- package/src/AFilters/AFiltersHorizontal/compositionAPI/ToggleAPI.js +69 -0
- package/src/AFilters/AFiltersSaveModal/AFiltersSaveModal.js +100 -0
- package/src/AFilters/AFiltersSaveModal/compositionAPI/DataFormAPI.js +54 -0
- package/src/AFilters/AFiltersSaveModal/compositionAPI/ModelAPI.js +28 -0
- package/src/AFilters/AFiltersSaveModal/compositionAPI/SaveAPI.js +65 -0
- package/src/AFilters/i18n/AFiltersI18n.js +19 -0
- package/src/AFilters/i18n/ar.json +23 -0
- package/src/AFilters/i18n/de.json +23 -0
- package/src/AFilters/i18n/en.json +23 -0
- package/src/AFilters/i18n/es.json +23 -0
- package/src/AFilters/i18n/fr.json +23 -0
- package/src/AFilters/i18n/hr.json +23 -0
- package/src/AFilters/i18n/it.json +23 -0
- package/src/AFilters/i18n/ru.json +23 -0
- package/src/AGroupButtonDropdown/AGroupButtonDropdownItem/AGroupButtonDropdownItem.js +3 -0
- package/src/ALink/ALink.js +22 -18
- package/src/ALink/compositionAPI/HtmlTitleAPI.js +2 -0
- package/src/ALinkCopy/ALinkCopy.js +87 -0
- package/src/ALinkCopy/compositionAPI/CopyAPI.js +48 -0
- package/src/ALinkCopy/i18n/ALinkCopyI18n.js +19 -0
- package/src/ALinkCopy/i18n/ar.json +4 -0
- package/src/ALinkCopy/i18n/de.json +4 -0
- package/src/ALinkCopy/i18n/en.json +4 -0
- package/src/ALinkCopy/i18n/es.json +4 -0
- package/src/ALinkCopy/i18n/fr.json +4 -0
- package/src/ALinkCopy/i18n/hr.json +4 -0
- package/src/ALinkCopy/i18n/it.json +4 -0
- package/src/ALinkCopy/i18n/ru.json +4 -0
- package/src/AMenu/AMenu.js +1 -7
- package/src/AModal/AModal.js +114 -313
- package/src/AModal/compositionAPI/DisabledAPI.js +17 -0
- package/src/AModal/compositionAPI/EscapeAPI.js +19 -0
- package/src/AModal/compositionAPI/FocusAPI.js +49 -0
- package/src/AModal/compositionAPI/FocusByDestroyAPI.js +67 -0
- package/src/AModal/compositionAPI/HideModalAPI.js +14 -0
- package/src/AModal/compositionAPI/KeydownAPI.js +29 -0
- package/src/AModal/compositionAPI/ShowModalAPI.js +23 -0
- package/src/AModal/compositionAPI/SizeAPI.js +19 -0
- package/src/AModal/i18n/AModalI18n.js +19 -0
- package/src/AModal/i18n/ar.json +4 -0
- package/src/AModal/i18n/de.json +4 -0
- package/src/AModal/i18n/en.json +4 -0
- package/src/AModal/i18n/es.json +4 -0
- package/src/AModal/i18n/fr.json +4 -0
- package/src/AModal/i18n/hr.json +4 -0
- package/src/AModal/i18n/it.json +4 -0
- package/src/AModal/i18n/ru.json +4 -0
- package/src/AModalForm/AModalForm.js +259 -0
- package/src/AModalForm/compositionAPI/DataFormAPI.js +16 -0
- package/src/AModalForm/compositionAPI/UpdateModalAPI.js +9 -0
- package/src/AModalWizard/AModalWizard.js +361 -0
- package/src/AModalWizard/compositionAPI/EmitsAPI.js +13 -0
- package/src/AModalWizard/compositionAPI/FooterAPI.js +16 -0
- package/src/AModalWizard/compositionAPI/VisibleAPI.js +21 -0
- package/src/ANotification/ANotification.js +1 -0
- package/src/APagination/APaginationCountPerPage/APaginationCountPerPage.js +1 -1
- package/src/AProgress/AProgress.js +18 -5
- package/src/AProgressCircle/AProgressCircle.js +160 -0
- package/src/AProgressCircle/compositionAPI/CircleAPI.js +35 -0
- package/src/AProgressCircle/compositionAPI/CircleSizesAPI.js +23 -0
- package/src/AProgressCircle/compositionAPI/SvgAPI.js +25 -0
- package/src/ARate/ARate.js +25 -7
- package/src/ARate/ARateIcon/ADecimalIcon/ADecimalIcon.js +2 -2
- package/src/ARate/ARateIcon/ARateIcon.js +14 -4
- package/src/ATable/ATable.js +13 -70
- package/src/ATable/ATableHeader/compositionAPI/CheckboxAPI.js +1 -1
- package/src/ATable/ATableHeaderTh/ATableHeaderTh.js +16 -25
- package/src/ATable/ATableHeaderTh/compositionAPI/SortAPI.js +13 -13
- package/src/ATable/ATablePreviewRight/ATablePreviewRight.js +116 -62
- package/src/ATable/ATablePreviewRight/compositionAPI/ArrowsAPI.js +63 -0
- package/src/ATable/ATablePreviewRight/compositionAPI/MouseEventsAPI.js +36 -0
- package/src/ATable/ATablePreviewRight/compositionAPI/RowAPI.js +45 -0
- package/src/ATable/ATableTd/compositionAPI/AttributesAPI.js +2 -0
- package/src/ATable/ATableTopPanel/ATableTopPanel.js +4 -8
- package/src/ATable/ATableTopPanel/compositionAPI/ActionsAPI.js +1 -1
- package/src/ATable/ATableTopPanel/compositionAPI/MultipleAPI.js +2 -2
- package/src/ATable/ATableTr/compositionAPI/CheckboxAPI.js +2 -2
- package/src/ATable/compositionAPI/LimitOffsetAPI.js +21 -4
- package/src/ATable/compositionAPI/RowActionsAPI.js +4 -1
- package/src/ATable/i18n/ATableI18n.js +19 -0
- package/src/ATable/i18n/ar.json +20 -0
- package/src/ATable/i18n/de.json +20 -0
- package/src/ATable/i18n/en.json +20 -0
- package/src/ATable/i18n/es.json +20 -0
- package/src/ATable/i18n/fr.json +20 -0
- package/src/ATable/i18n/hr.json +20 -0
- package/src/ATable/i18n/it.json +20 -0
- package/src/ATable/i18n/ru.json +20 -0
- package/src/ATooltip/ATooltip.js +5 -5
- package/src/ATranslation/ATranslation.js +25 -19
- package/src/ATranslation/compositionAPI/AriaLabelAPI.js +1 -0
- package/src/ATranslation/compositionAPI/AttributesAPI.js +15 -12
- package/src/ATranslation/compositionAPI/HtmlAPI.js +83 -34
- package/src/ATranslation/compositionAPI/PlaceholderAPI.js +1 -0
- package/src/ATranslation/compositionAPI/RestAttributesAPI.js +23 -0
- package/src/ATranslation/compositionAPI/TextAPI.js +46 -18
- package/src/ATranslation/compositionAPI/UtilsAPI.js +7 -1
- package/src/AWizard/AWizard.js +61 -18
- package/src/AWizard/AWizardStep/AWizardStep.js +1 -0
- package/src/AWizard/AWizardToolbar/AWizardToolbar.js +45 -33
- package/src/AWizard/compositionAPI/LocalAPI.js +17 -0
- package/src/AWizard/compositionAPI/TeleportAPI.js +24 -0
- package/src/AWizard/i18n/AWizardI18n.js +19 -0
- package/src/AWizard/i18n/ar.json +5 -0
- package/src/AWizard/i18n/de.json +5 -0
- package/src/AWizard/i18n/en.json +5 -0
- package/src/AWizard/i18n/es.json +5 -0
- package/src/AWizard/i18n/fr.json +5 -0
- package/src/AWizard/i18n/hr.json +5 -0
- package/src/AWizard/i18n/it.json +5 -0
- package/src/AWizard/i18n/ru.json +5 -0
- package/src/compositionAPI/AHttpAPI.js +8 -0
- package/src/compositionAPI/ANotificationAPI.js +2 -1
- package/src/i18n/allLanguages.js +148 -49
- package/src/i18n/ar.json +0 -20
- package/src/i18n/de.json +0 -26
- package/src/i18n/en.json +0 -26
- package/src/i18n/es.json +0 -20
- package/src/i18n/fr.json +0 -20
- package/src/i18n/hr.json +0 -26
- package/src/i18n/it.json +0 -20
- package/src/i18n/ru.json +0 -25
- package/src/plugins/AI18nPlugin.js +20 -1
- package/src/plugins/AIconPlugin.js +8 -0
- package/src/plugins/AModalPlugin.js +3 -3
- package/src/plugins/ASelectPlugin.js +4 -3
- package/src/plugins/ATablePlugin.js +95 -0
- package/src/styles/components/AButton.scss +1 -1
- package/src/styles/components/AForm.scss +3 -0
- package/src/styles/components/AProgressCirle.scss +43 -0
- package/src/styles/components/ARate.scss +10 -10
- package/src/styles/components/ATable.scss +111 -8
- package/src/styles/components/AWizard.scss +1 -0
- package/src/styles/components/ui/AFieldset.scss +36 -3
- package/src/styles/components/ui/AInputNumberRange.scss +16 -0
- package/src/styles/components/ui/ASelect.scss +19 -8
- package/src/styles/components/ui/ASwitch.scss +6 -8
- package/src/styles/styles.scss +3 -0
- package/src/ui/ACheckbox/ACheckbox.js +300 -75
- package/src/ui/ACheckbox/ACheckboxItem/ACheckboxItem.js +85 -70
- package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/CheckedAPI.js +18 -0
- package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/EventsAPI.js +53 -0
- package/src/ui/ACheckbox/compositionAPI/ChangeAPI.js +25 -0
- package/src/ui/ACheckbox/compositionAPI/TextAfterLabelAPI.js +16 -0
- package/src/ui/ACheckbox/i18n/ACheckboxI18n.js +19 -0
- package/src/ui/ACheckbox/i18n/ar.json +4 -0
- package/src/ui/ACheckbox/i18n/de.json +4 -0
- package/src/ui/ACheckbox/i18n/en.json +4 -0
- package/src/ui/ACheckbox/i18n/es.json +4 -0
- package/src/ui/ACheckbox/i18n/fr.json +4 -0
- package/src/ui/ACheckbox/i18n/hr.json +4 -0
- package/src/ui/ACheckbox/i18n/it.json +4 -0
- package/src/ui/ACheckbox/i18n/ru.json +4 -0
- package/src/ui/ACheckboxRadioGroups/ACheckboxRadioGroups.js +66 -17
- package/src/ui/ACheckboxRadioGroups/compostionAPI/ComponentAPI.js +10 -0
- package/src/ui/ADatepicker/ADatepicker.js +6 -10
- package/src/ui/AFieldset/AFieldset.js +87 -31
- package/src/ui/AFieldset/i18n/AFieldsetI18n.js +19 -0
- package/src/ui/AFieldset/i18n/ar.json +4 -0
- package/src/ui/AFieldset/i18n/de.json +4 -0
- package/src/ui/AFieldset/i18n/en.json +4 -0
- package/src/ui/AFieldset/i18n/es.json +4 -0
- package/src/ui/AFieldset/i18n/fr.json +4 -0
- package/src/ui/AFieldset/i18n/hr.json +4 -0
- package/src/ui/AFieldset/i18n/it.json +4 -0
- package/src/ui/AFieldset/i18n/ru.json +4 -0
- package/src/ui/AForm/AForm.js +4 -2
- package/src/ui/AFormHelpText/AFormHelpText.js +32 -0
- package/src/ui/AGroup/AGroup.js +14 -12
- package/src/ui/AInput/AInput.js +5 -8
- package/src/ui/AInputFile/AInputFile.js +5 -8
- package/src/ui/AInputNumber/AInputNumber.js +62 -52
- package/src/ui/AInputNumber/compositionAPI/InputEventsAPI.js +2 -2
- package/src/ui/AInputNumber/compositionAPI/MinAPI.js +2 -2
- package/src/ui/AInputNumber/compositionAPI/WidthAPI.js +7 -0
- package/src/ui/AInputNumberRange/AInputNumberRange.js +337 -0
- package/src/ui/AInputNumberRange/compositionAPI/IdAPI.js +20 -0
- package/src/ui/AInputNumberRange/compositionAPI/InputAttributesAPI.js +29 -0
- package/src/ui/AInputNumberRange/compositionAPI/ModelAPI.js +38 -0
- package/src/ui/AInputNumberRange/compositionAPI/TypeAPI.js +16 -0
- package/src/ui/AInputNumberRange/i18n/AInputNumberRangeI18n.js +19 -0
- package/src/ui/AInputNumberRange/i18n/ar.json +3 -0
- package/src/ui/AInputNumberRange/i18n/de.json +4 -0
- package/src/ui/AInputNumberRange/i18n/en.json +3 -0
- package/src/ui/AInputNumberRange/i18n/es.json +3 -0
- package/src/ui/AInputNumberRange/i18n/fr.json +3 -0
- package/src/ui/AInputNumberRange/i18n/hr.json +3 -0
- package/src/ui/AInputNumberRange/i18n/it.json +3 -0
- package/src/ui/AInputNumberRange/i18n/ru.json +3 -0
- package/src/ui/AInputNumberRange/utils/Types.js +15 -0
- package/src/ui/AOneCheckbox/AOneCheckbox.js +4 -4
- package/src/ui/ARadio/ARadio.js +302 -76
- package/src/ui/ARadio/ARadioItem/ARadioItem.js +87 -59
- package/src/ui/ARadio/ARadioItem/compositionAPI/CheckedAPI.js +18 -0
- package/src/ui/ARadio/ARadioItem/compositionAPI/EventsAPI.js +39 -0
- package/src/ui/ARadio/i18n/ARadioI18n.js +19 -0
- package/src/ui/ARadio/i18n/ar.json +4 -0
- package/src/ui/ARadio/i18n/de.json +4 -0
- package/src/ui/ARadio/i18n/en.json +4 -0
- package/src/ui/ARadio/i18n/es.json +4 -0
- package/src/ui/ARadio/i18n/fr.json +4 -0
- package/src/ui/ARadio/i18n/hr.json +4 -0
- package/src/ui/ARadio/i18n/it.json +4 -0
- package/src/ui/ARadio/i18n/ru.json +4 -0
- package/src/ui/ASelect/ASelect.js +269 -212
- package/src/ui/ASelect/ASelectElement/ASelectElement.js +149 -0
- package/src/ui/ASelect/ASelectElement/compositionAPI/CheckedAPI.js +22 -0
- package/src/ui/ASelect/ASelectElement/compositionAPI/EventsAPI.js +39 -0
- package/src/ui/ASelect/compositionAPI/AttributesAPI.js +42 -0
- package/src/ui/ASelect/compositionAPI/DividerAPI.js +19 -0
- package/src/ui/ASelect/compositionAPI/ModelAPI.js +42 -0
- package/src/ui/ASelect/compositionAPI/{ASelectModelChangeAPI.js → ModelChangeAPI.js} +3 -3
- package/src/ui/ASelect/compositionAPI/{ASelectSelectedTitleAPI.js → SelectedTitleAPI.js} +2 -2
- package/src/ui/ASelect/compositionAPI/{ASelectToggleAPI.js → ToggleAPI.js} +1 -1
- package/src/ui/ASelect/i18n/ASelectI18n.js +19 -0
- package/src/ui/ASelect/i18n/ar.json +4 -0
- package/src/ui/ASelect/i18n/de.json +4 -0
- package/src/ui/ASelect/i18n/en.json +4 -0
- package/src/ui/ASelect/i18n/es.json +4 -0
- package/src/ui/ASelect/i18n/fr.json +4 -0
- package/src/ui/ASelect/i18n/hr.json +4 -0
- package/src/ui/ASelect/i18n/it.json +4 -0
- package/src/ui/ASelect/i18n/ru.json +4 -0
- package/src/ui/ASwitch/ASwitch.js +5 -5
- package/src/ui/ATextarea/ATextarea.js +5 -9
- package/src/ui/ATinymce/ATinymce.js +5 -8
- package/src/ui/AUiComponents.js +7 -2
- package/src/ui/compositionApi/UIDataGroupAPI.js +1 -3
- package/src/ui/compositionApi/UiAPI.js +1 -1
- package/src/ui/compositionApi/{UiCheckboxRadioItem.js → UiCheckboxRadioItemAPI.js} +3 -3
- package/src/ui/compositionApi/UiCollapseAPI.js +50 -0
- package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +25 -8
- package/src/ui/compositionApi/UiDisabledElementAPI.js +26 -0
- package/src/ui/compositionApi/UiSearchAPI.js +121 -0
- package/src/ui/compositionApi/UiVisibleElementWithSearchAPI.js +42 -0
- package/src/ui/mixins/UiMixinProps.js +5 -0
- package/docs/src/views/PageProgress/PageProgressRevers/PageProgressRevers.pug +0 -16
- package/docs/src/views/PageProgress/PageProgressRevers/PageProgressRevers.vue +0 -2
- package/src/ATable/ATableFilterCenter/ATableFilterCenterItem/ATableFilterCenterItem.js +0 -205
- package/src/ATable/ATableFiltersTop/ATableFiltersTop.js +0 -158
- package/src/ATable/ATableFiltersTop/ATableFiltersTopFilter.js +0 -97
- package/src/ATable/ATableFiltersTop/ATableFiltersTopFilterUi.js +0 -107
- package/src/ATable/ATableFiltersTop/compositionAPI/SearchAPI.js +0 -22
- package/src/ATable/ATableFiltersTop/compositionAPI/ToggleAPI.js +0 -46
- package/src/ATable/ATableFiltersTop/compositionAPI/VisibleAPI.js +0 -17
- package/src/ATable/compositionAPI/TableFiltersAPI.js +0 -185
- package/src/AWizard/temp/Wizard.js +0 -181
- package/src/AWizard/temp/Wizard.pug +0 -120
- package/src/AWizard/temp/scss/core/_base.scss +0 -188
- package/src/AWizard/temp/scss/core/_root.scss +0 -6
- package/src/AWizard/temp/scss/core/_variables.scss +0 -32
- package/src/AWizard/temp/scss/smart_wizard.scss +0 -24
- package/src/AWizard/temp/scss/smart_wizard_all.scss +0 -36
- package/src/AWizard/temp/scss/smart_wizard_arrows.scss +0 -24
- package/src/AWizard/temp/scss/smart_wizard_dots.scss +0 -24
- package/src/AWizard/temp/scss/smart_wizard_round.scss +0 -24
- package/src/AWizard/temp/scss/smart_wizard_square.scss +0 -24
- package/src/AWizard/temp/scss/themes/_arrows.scss +0 -239
- package/src/AWizard/temp/scss/themes/_basic.scss +0 -82
- package/src/AWizard/temp/scss/themes/_dots.scss +0 -197
- package/src/AWizard/temp/scss/themes/_round.scss +0 -67
- package/src/AWizard/temp/scss/themes/_square.scss +0 -175
- package/src/ui/ASelect/ASelectElement.js +0 -166
- package/src/ui/ASelect/ASelectGroup.js +0 -126
- package/src/ui/ASelect/compositionAPI/ASelectDataAPI.js +0 -68
- package/src/ui/ASelect/compositionAPI/ASelectSearchAPI.js +0 -80
- /package/docs/src/views/{PageList → Form/PageCheckbox}/compositionAPI/EventsAPI.js +0 -0
- /package/docs/src/views/{PageList → Form/PageCheckbox}/compositionAPI/ExposesAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Form/PageCheckbox}/compositionAPI/PropsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Form/PageCheckbox}/compositionAPI/SlotsAPI.js +0 -0
- /package/docs/src/views/{PageProgress/i18n/PageProgressI18n.js → Form/PageCheckbox/i18n/PageCheckboxI18n.js} +0 -0
- /package/docs/src/views/{PageProgress → Form/PageCheckbox}/i18n/es.json +0 -0
- /package/docs/src/views/{PageProgress → Form/PageCheckbox}/i18n/fr.json +0 -0
- /package/docs/src/views/{PageProgress → Form/PageCheckbox}/i18n/it.json +0 -0
- /package/docs/src/views/{PageProgress → Form/PageCheckbox}/i18n/ru.json +0 -0
- /package/docs/src/views/{PageProgress → Form/PageFieldset}/compositionAPI/EventsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Form/PageFieldset}/compositionAPI/ExposesAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Form/PageFieldset}/i18n/en.json +0 -0
- /package/docs/src/views/{PageProgress/i18n/ar.json → Form/PageFieldset/i18n/es.json} +0 -0
- /package/docs/src/views/{PageProgress/i18n/hr.json → Form/PageFieldset/i18n/fr.json} +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgress.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressBasic/PageProgressBasic.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressBasic/PageProgressBasic.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressBasic/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassCombination/PageProgressClassCombination.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassCombination/PageProgressClassCombination.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassCombination/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBar/PageProgressClassProgressBar.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBar/PageProgressClassProgressBar.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBar/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressClassProgressBarFunction/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressDuration/PageProgressDuration.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressDuration/PageProgressDuration.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressDuration/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressIndeterminate/PageProgressIndeterminate.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressIndeterminate/PageProgressIndeterminate.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressIndeterminate/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressMinMax/PageProgressMinMax.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressMinMax/PageProgressMinMax.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressMinMax/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressShowValue/PageProgressShowValue.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressShowValue/PageProgressShowValue.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressShowValue/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressSizes/PageProgressSizes.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressSizes/PageProgressSizes.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressSizes/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStriped/PageProgressStriped.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStriped/PageProgressStriped.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStriped/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStripedFlow/PageProgressStripedFlow.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStripedFlow/PageProgressStripedFlow.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressStripedFlow/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValue/PageProgressValue.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValue/compositionAPI/JsAPI.js +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValueTextInteger/PageProgressValueTextInteger.pug +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValueTextInteger/PageProgressValueTextInteger.vue +0 -0
- /package/docs/src/views/{PageProgress → Progress/PageProgress}/PageProgressValueTextInteger/compositionAPI/JsAPI.js +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// components
|
|
2
|
+
export { default as AAccordion } from "../src/AAccordion/AAccordion";
|
|
3
|
+
export { default as AAlert } from "../src/AAlert/AAlert";
|
|
4
|
+
export { default as AButton } from "../src/AButton/AButton";
|
|
5
|
+
export { default as ACheckbox } from "../src/ui/ACheckbox/ACheckbox";
|
|
6
|
+
export { default as ACloak } from "../src/ACloak/ACloak";
|
|
7
|
+
export { default as ADatepicker } from "../src/ui/ADatepicker/ADatepicker";
|
|
8
|
+
export { default as ADisclosure } from "../src/ADisclosure/ADisclosure";
|
|
9
|
+
export { default as ADropdown } from "../src/ADropdown/ADropdown";
|
|
10
|
+
export { default as AErrors } from "../src/ui/AErrors/AErrors";
|
|
11
|
+
export { default as AFieldset } from "../src/ui/AFieldset/AFieldset";
|
|
12
|
+
export { default as AForm } from "../src/ui/AForm/AForm";
|
|
13
|
+
export { default as AGet } from "../src/AGet/AGet";
|
|
14
|
+
export { default as AGroup } from "../src/ui/AGroup/AGroup";
|
|
15
|
+
export { default as AGroupButtonDropdown } from "../src/AGroupButtonDropdown/AGroupButtonDropdown";
|
|
16
|
+
export { default as AIcon } from "../src/AIcon/AIcon";
|
|
17
|
+
export { default as AInfiniteScroll } from "../src/AInfiniteScroll/AInfiniteScroll";
|
|
18
|
+
export { default as AInput } from "../src/ui/AInput/AInput";
|
|
19
|
+
export { default as AInputFile } from "../src/ui/AInputFile/AInputFile";
|
|
20
|
+
export { default as AInputNumber } from "../src/ui/AInputNumber/AInputNumber";
|
|
21
|
+
export { default as ALabel } from "../src/ui/ALabel/ALabel";
|
|
22
|
+
export { default as ALink } from "../src/ALink/ALink";
|
|
23
|
+
export { default as AList } from "../src/AList/AList";
|
|
24
|
+
export { default as ALoading } from "../src/ALoading/ALoading";
|
|
25
|
+
export { default as AMenu } from "../src/AMenu/AMenu";
|
|
26
|
+
export { default as AModal } from "../src/AModal/AModal";
|
|
27
|
+
export { default as AModalConfirm } from "../src/AModalConfirm/AModalConfirm";
|
|
28
|
+
export { default as ANotification } from "../src/ANotification/ANotification";
|
|
29
|
+
export { default as AOneCheckbox } from "../src/ui/AOneCheckbox/AOneCheckbox";
|
|
30
|
+
export { default as APageTabTitle } from "../src/APageTabTitle/APageTabTitle";
|
|
31
|
+
export { default as APagination } from "../src/APagination/APagination";
|
|
32
|
+
export { default as AProgress } from "../src/AProgress/AProgress";
|
|
33
|
+
export { default as AProgressCircle } from "../src/AProgressCircle/AProgressCircle";
|
|
34
|
+
export { default as ARadio } from "../src/ui/ARadio/ARadio";
|
|
35
|
+
export { default as ARate } from "../src/ARate/ARate";
|
|
36
|
+
export { default as ARequired } from "../src/ui/ARequired/ARequired";
|
|
37
|
+
export { default as AResizer } from "../src/AResizer/AResizer";
|
|
38
|
+
export { default as ASelect } from "../src/ui/ASelect/ASelect";
|
|
39
|
+
export { default as AShowMore } from "../src/AShowMore/AShowMore";
|
|
40
|
+
export { default as ASpinner } from "../src/ASpinner/ASpinner";
|
|
41
|
+
export { default as ASwitch } from "../src/ui/ASwitch/ASwitch";
|
|
42
|
+
export { default as ATable } from "../src/ATable/ATable";
|
|
43
|
+
export { default as ATabs } from "../src/ATabs/ATabs";
|
|
44
|
+
export { default as ATemplate } from "../src/ui/ATemplate/ATemplate";
|
|
45
|
+
export { default as ATextarea } from "../src/ui/ATextarea/ATextarea";
|
|
46
|
+
export { default as ATinymce } from "../src/ui/ATinymce/ATinymce";
|
|
47
|
+
export { default as ATooltip } from "../src/ATooltip/ATooltip";
|
|
48
|
+
export { default as ATranslation } from "../src/ATranslation/ATranslation";
|
|
49
|
+
export { default as AWizard } from "../src/AWizard/AWizard";
|
|
50
|
+
|
|
51
|
+
// compositionAPI
|
|
52
|
+
export { default as AConfirmAPI } from "../src/compositionAPI/AConfirmAPI";
|
|
53
|
+
export { default as ADropdownGlobalAPI } from "../src/compositionAPI/ADropdownGlobalAPI";
|
|
54
|
+
export { default as AEventOutsideAPI } from "../src/compositionAPI/AEventOutsideAPI";
|
|
55
|
+
export { default as AFiltersAPI } from "../src/compositionAPI/AFiltersAPI";
|
|
56
|
+
export { default as AHttpAPI } from "../src/compositionAPI/AHttpAPI";
|
|
57
|
+
export { default as AMobileAPI } from "../src/compositionAPI/AMobileAPI";
|
|
58
|
+
export { default as ANotificationAPI } from "../src/compositionAPI/ANotificationAPI";
|
|
59
|
+
export { default as APageTabTitleAPI } from "../src/compositionAPI/APageTabTitleAPI";
|
|
60
|
+
|
|
61
|
+
// directives
|
|
62
|
+
export { default as AOnHooks } from "../src/directives/AOnHooks";
|
|
63
|
+
export { default as ASafeHtml } from "../src/directives/ASafeHtml";
|
|
64
|
+
|
|
65
|
+
// plugins
|
|
66
|
+
export { default as AAlertPlugin } from "../src/plugins/AAlertPlugin";
|
|
67
|
+
export { default as AGroupButtonDropdownPlugin } from "../src/plugins/AGroupButtonDropdownPlugin";
|
|
68
|
+
export { default as AHttpPlugin } from "../src/plugins/AHttpPlugin";
|
|
69
|
+
export { default as AI18nPlugin } from "../src/plugins/AI18nPlugin";
|
|
70
|
+
export { default as AIconPlugin } from "../src/plugins/AIconPlugin";
|
|
71
|
+
export { default as AMobilePlugin } from "../src/plugins/AMobilePlugin";
|
|
72
|
+
export { default as AModalPlugin } from "../src/plugins/AModalPlugin";
|
|
73
|
+
export { default as APageTabTitlePlugin } from "../src/plugins/APageTabTitlePlugin";
|
|
74
|
+
export { default as ASelectPlugin } from "../src/plugins/ASelectPlugin";
|
|
75
|
+
export { default as ASpinnerPlugin } from "../src/plugins/ASpinnerPlugin";
|
|
76
|
+
export { default as ATablePlugin } from "../src/plugins/ATablePlugin";
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// components
|
|
2
|
+
export { default as AAccordion } from "../src/AAccordion/AAccordion";
|
|
3
|
+
export { default as AAlert } from "../src/AAlert/AAlert";
|
|
4
|
+
export { default as AButton } from "../src/AButton/AButton";
|
|
5
|
+
export { default as ACheckbox } from "../src/ui/ACheckbox/ACheckbox";
|
|
6
|
+
export { default as ACloak } from "../src/ACloak/ACloak";
|
|
7
|
+
export { default as ADatepicker } from "../src/ui/ADatepicker/ADatepicker";
|
|
8
|
+
export { default as ADisclosure } from "../src/ADisclosure/ADisclosure";
|
|
9
|
+
export { default as ADropdown } from "../src/ADropdown/ADropdown";
|
|
10
|
+
export { default as AErrors } from "../src/ui/AErrors/AErrors";
|
|
11
|
+
export { default as AFieldset } from "../src/ui/AFieldset/AFieldset";
|
|
12
|
+
export { default as AForm } from "../src/ui/AForm/AForm";
|
|
13
|
+
export { default as AGet } from "../src/AGet/AGet";
|
|
14
|
+
export { default as AGroup } from "../src/ui/AGroup/AGroup";
|
|
15
|
+
export { default as AGroupButtonDropdown } from "../src/AGroupButtonDropdown/AGroupButtonDropdown";
|
|
16
|
+
export { default as AIcon } from "../src/AIcon/AIcon";
|
|
17
|
+
export { default as AInfiniteScroll } from "../src/AInfiniteScroll/AInfiniteScroll";
|
|
18
|
+
export { default as AInput } from "../src/ui/AInput/AInput";
|
|
19
|
+
export { default as AInputFile } from "../src/ui/AInputFile/AInputFile";
|
|
20
|
+
export { default as AInputNumber } from "../src/ui/AInputNumber/AInputNumber";
|
|
21
|
+
export { default as ALabel } from "../src/ui/ALabel/ALabel";
|
|
22
|
+
export { default as ALink } from "../src/ALink/ALink";
|
|
23
|
+
export { default as AList } from "../src/AList/AList";
|
|
24
|
+
export { default as ALoading } from "../src/ALoading/ALoading";
|
|
25
|
+
export { default as AMenu } from "../src/AMenu/AMenu";
|
|
26
|
+
export { default as AModal } from "../src/AModal/AModal";
|
|
27
|
+
export { default as AModalConfirm } from "../src/AModalConfirm/AModalConfirm";
|
|
28
|
+
export { default as ANotification } from "../src/ANotification/ANotification";
|
|
29
|
+
export { default as AOneCheckbox } from "../src/ui/AOneCheckbox/AOneCheckbox";
|
|
30
|
+
export { default as APageTabTitle } from "../src/APageTabTitle/APageTabTitle";
|
|
31
|
+
export { default as APagination } from "../src/APagination/APagination";
|
|
32
|
+
export { default as AProgress } from "../src/AProgress/AProgress";
|
|
33
|
+
export { default as AProgressCircle } from "../src/AProgressCircle/AProgressCircle";
|
|
34
|
+
export { default as ARadio } from "../src/ui/ARadio/ARadio";
|
|
35
|
+
export { default as ARate } from "../src/ARate/ARate";
|
|
36
|
+
export { default as ARequired } from "../src/ui/ARequired/ARequired";
|
|
37
|
+
export { default as AResizer } from "../src/AResizer/AResizer";
|
|
38
|
+
export { default as ASelect } from "../src/ui/ASelect/ASelect";
|
|
39
|
+
export { default as AShowMore } from "../src/AShowMore/AShowMore";
|
|
40
|
+
export { default as ASpinner } from "../src/ASpinner/ASpinner";
|
|
41
|
+
export { default as ASwitch } from "../src/ui/ASwitch/ASwitch";
|
|
42
|
+
export { default as ATable } from "../src/ATable/ATable";
|
|
43
|
+
export { default as ATabs } from "../src/ATabs/ATabs";
|
|
44
|
+
export { default as ATemplate } from "../src/ui/ATemplate/ATemplate";
|
|
45
|
+
export { default as ATextarea } from "../src/ui/ATextarea/ATextarea";
|
|
46
|
+
export { default as ATinymce } from "../src/ui/ATinymce/ATinymce";
|
|
47
|
+
export { default as ATooltip } from "../src/ATooltip/ATooltip";
|
|
48
|
+
export { default as ATranslation } from "../src/ATranslation/ATranslation";
|
|
49
|
+
export { default as AWizard } from "../src/AWizard/AWizard";
|
|
50
|
+
|
|
51
|
+
// compositionAPI
|
|
52
|
+
export { default as AConfirmAPI } from "../src/compositionAPI/AConfirmAPI";
|
|
53
|
+
export { default as ADropdownGlobalAPI } from "../src/compositionAPI/ADropdownGlobalAPI";
|
|
54
|
+
export { default as AEventOutsideAPI } from "../src/compositionAPI/AEventOutsideAPI";
|
|
55
|
+
export { default as AFiltersAPI } from "../src/compositionAPI/AFiltersAPI";
|
|
56
|
+
export { default as AHttpAPI } from "../src/compositionAPI/AHttpAPI";
|
|
57
|
+
export { default as AMobileAPI } from "../src/compositionAPI/AMobileAPI";
|
|
58
|
+
export { default as ANotificationAPI } from "../src/compositionAPI/ANotificationAPI";
|
|
59
|
+
export { default as APageTabTitleAPI } from "../src/compositionAPI/APageTabTitleAPI";
|
|
60
|
+
|
|
61
|
+
// directives
|
|
62
|
+
export { default as AOnHooks } from "../src/directives/AOnHooks";
|
|
63
|
+
export { default as ASafeHtml } from "../src/directives/ASafeHtml";
|
|
64
|
+
|
|
65
|
+
// plugins
|
|
66
|
+
export { default as AAlertPlugin } from "../src/plugins/AAlertPlugin";
|
|
67
|
+
export { default as AGroupButtonDropdownPlugin } from "../src/plugins/AGroupButtonDropdownPlugin";
|
|
68
|
+
export { default as AHttpPlugin } from "../src/plugins/AHttpPlugin";
|
|
69
|
+
export { default as AI18nPlugin } from "../src/plugins/AI18nPlugin";
|
|
70
|
+
export { default as AIconPlugin } from "../src/plugins/AIconPlugin";
|
|
71
|
+
export { default as AMobilePlugin } from "../src/plugins/AMobilePlugin";
|
|
72
|
+
export { default as AModalPlugin } from "../src/plugins/AModalPlugin";
|
|
73
|
+
export { default as APageTabTitlePlugin } from "../src/plugins/APageTabTitlePlugin";
|
|
74
|
+
export { default as ASelectPlugin } from "../src/plugins/ASelectPlugin";
|
|
75
|
+
export { default as ASpinnerPlugin } from "../src/plugins/ASpinnerPlugin";
|
|
76
|
+
export { default as ATablePlugin } from "../src/plugins/ATablePlugin";
|
package/docs/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@popperjs/core": "2.11.8",
|
|
15
|
-
"aloha-css": "1.0.
|
|
15
|
+
"aloha-css": "1.0.127",
|
|
16
16
|
"axios": "1.4.0",
|
|
17
17
|
"dompurify": "3.0.3",
|
|
18
18
|
"fecha": "4.2.3",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"vue-eslint-parser": "9.3.1",
|
|
52
52
|
"vue-loader": "17.2.2",
|
|
53
53
|
"vue-pug-loader": "1.1.29",
|
|
54
|
-
"webpack": "5.
|
|
54
|
+
"webpack": "^5.88.2",
|
|
55
55
|
"webpack-cli": "5.1.4",
|
|
56
56
|
"webpack-dev-server": "4.15.1"
|
|
57
57
|
}
|
|
@@ -121,6 +121,14 @@ export default {
|
|
|
121
121
|
},
|
|
122
122
|
icon: "ChevronBarExpand",
|
|
123
123
|
},
|
|
124
|
+
{
|
|
125
|
+
id: "filters",
|
|
126
|
+
label: "filters",
|
|
127
|
+
to: {
|
|
128
|
+
name: "PageFilters",
|
|
129
|
+
},
|
|
130
|
+
icon: "FilterCircleFill",
|
|
131
|
+
},
|
|
124
132
|
{
|
|
125
133
|
id: "dropdown",
|
|
126
134
|
label: "Dropdown",
|
|
@@ -141,6 +149,13 @@ export default {
|
|
|
141
149
|
name: "PageCheckbox",
|
|
142
150
|
}
|
|
143
151
|
},
|
|
152
|
+
{
|
|
153
|
+
id: "fieldset",
|
|
154
|
+
label: "Fieldset",
|
|
155
|
+
to: {
|
|
156
|
+
name: "PageFieldset",
|
|
157
|
+
}
|
|
158
|
+
},
|
|
144
159
|
{
|
|
145
160
|
id: "ui-child",
|
|
146
161
|
label: "Child",
|
|
@@ -182,6 +197,13 @@ export default {
|
|
|
182
197
|
},
|
|
183
198
|
label: "Input number",
|
|
184
199
|
},
|
|
200
|
+
{
|
|
201
|
+
id: "input-number-range",
|
|
202
|
+
to: {
|
|
203
|
+
name: "PageInputNumberRange",
|
|
204
|
+
},
|
|
205
|
+
label: "Input number range",
|
|
206
|
+
},
|
|
185
207
|
{
|
|
186
208
|
id: "json",
|
|
187
209
|
label: "JSON",
|
|
@@ -235,6 +257,14 @@ export default {
|
|
|
235
257
|
},
|
|
236
258
|
icon: "BoxArrowUpRight",
|
|
237
259
|
},
|
|
260
|
+
{
|
|
261
|
+
id: "LinkCopy",
|
|
262
|
+
label: "Link copy",
|
|
263
|
+
to: {
|
|
264
|
+
name: "PageLinkCopy",
|
|
265
|
+
},
|
|
266
|
+
icon: "Files",
|
|
267
|
+
},
|
|
238
268
|
{
|
|
239
269
|
id: "list",
|
|
240
270
|
label: "List",
|
|
@@ -271,10 +301,23 @@ export default {
|
|
|
271
301
|
{
|
|
272
302
|
id: "progress",
|
|
273
303
|
label: "Progress",
|
|
274
|
-
to: {
|
|
275
|
-
name: "PageProgress",
|
|
276
|
-
},
|
|
277
304
|
icon: "Reception2",
|
|
305
|
+
children: [
|
|
306
|
+
{
|
|
307
|
+
id: "progressBar",
|
|
308
|
+
label: "Progress bar",
|
|
309
|
+
to: {
|
|
310
|
+
name: "PageProgress",
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
id: "progressCircle",
|
|
315
|
+
label: "Progress circle",
|
|
316
|
+
to: {
|
|
317
|
+
name: "PageProgressCircle",
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
|
+
],
|
|
278
321
|
},
|
|
279
322
|
{
|
|
280
323
|
id: "scale",
|
|
@@ -341,8 +384,15 @@ export default {
|
|
|
341
384
|
to: {
|
|
342
385
|
name: "PageTableSort",
|
|
343
386
|
}
|
|
344
|
-
}
|
|
345
|
-
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
id: "PageTablePreview",
|
|
390
|
+
label: "Table preview",
|
|
391
|
+
to: {
|
|
392
|
+
name: "PageTablePreview",
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
],
|
|
346
396
|
},
|
|
347
397
|
{
|
|
348
398
|
id: "tabs",
|
|
@@ -372,10 +422,23 @@ export default {
|
|
|
372
422
|
{
|
|
373
423
|
id: "wizard",
|
|
374
424
|
label: "Wizard",
|
|
375
|
-
to: {
|
|
376
|
-
name: "PageWizard",
|
|
377
|
-
},
|
|
378
425
|
icon: "ArrowRightCircleFill",
|
|
426
|
+
children: [
|
|
427
|
+
{
|
|
428
|
+
id: "PageWizard",
|
|
429
|
+
label: "Normal",
|
|
430
|
+
to: {
|
|
431
|
+
name: "PageWizard",
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
id: "PageModalWizard",
|
|
436
|
+
label: "Modal Wizard",
|
|
437
|
+
to: {
|
|
438
|
+
name: "PageModalWizard",
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
],
|
|
379
442
|
},
|
|
380
443
|
],
|
|
381
444
|
};
|
package/docs/src/main.js
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import App from "./App/App.vue";
|
|
2
2
|
import { createApp } from "vue";
|
|
3
3
|
import router from "./router/index";
|
|
4
|
-
import AI18nPlugin from "../../src/plugins/AI18nPlugin";
|
|
5
|
-
import AMobilePlugin from "../../src/plugins/AMobilePlugin";
|
|
6
|
-
import ASelectPlugin from "../../src/plugins/ASelectPlugin";
|
|
7
4
|
// import AGroupButtonDropdownPlugin from "../../src/plugins/AGroupButtonDropdownPlugin";
|
|
8
|
-
import
|
|
9
|
-
|
|
5
|
+
import {
|
|
6
|
+
AIconPlugin,
|
|
7
|
+
AI18nPlugin,
|
|
8
|
+
AMobilePlugin,
|
|
9
|
+
AModalPlugin,
|
|
10
|
+
ASafeHtml,
|
|
11
|
+
ASelectPlugin,
|
|
12
|
+
ATablePlugin,
|
|
13
|
+
} from "../../dist";
|
|
10
14
|
import mainIcons from "./mainIcons";
|
|
11
|
-
import ASafeHtml from "../../src/directives/ASafeHtml";
|
|
12
15
|
|
|
13
16
|
import {
|
|
14
17
|
mainTranslation,
|
|
@@ -17,7 +20,7 @@ import {
|
|
|
17
20
|
|
|
18
21
|
const APP = createApp(App);
|
|
19
22
|
|
|
20
|
-
APP.use(AI18nPlugin, mainTranslation, "de");
|
|
23
|
+
APP.use(AI18nPlugin, mainTranslation, "de", {});
|
|
21
24
|
APP.use(AIconPlugin, {
|
|
22
25
|
icons: mainIcons,
|
|
23
26
|
});
|
|
@@ -34,6 +37,11 @@ APP.use(ASelectPlugin, {
|
|
|
34
37
|
menuWidthType: "by_content",
|
|
35
38
|
},
|
|
36
39
|
});
|
|
40
|
+
APP.use(ATablePlugin, {
|
|
41
|
+
config: {
|
|
42
|
+
|
|
43
|
+
},
|
|
44
|
+
});
|
|
37
45
|
// APP.use(AGroupButtonDropdownPlugin, {
|
|
38
46
|
// propsDefault: {
|
|
39
47
|
// dropdownAttributes: {
|
package/docs/src/mainIcons.js
CHANGED
|
@@ -9,7 +9,8 @@ import CheckLg from "../../src/AIcon/Icons/bootstrap-1-9-1/CheckLg";
|
|
|
9
9
|
import ChevronBarExpand from "../../src/AIcon/Icons/bootstrap-1-9-1/ChevronBarExpand";
|
|
10
10
|
import ChevronDown from "../../src/AIcon/Icons/bootstrap-1-9-1/ChevronDown";
|
|
11
11
|
import ChevronExpand from "../../src/AIcon/Icons/bootstrap-1-9-1/ChevronExpand";
|
|
12
|
-
import
|
|
12
|
+
import ChevronLeft from "../../src/AIcon/Icons/bootstrap-1-9-1/ChevronLeft";
|
|
13
|
+
import ChevronRight from "../../src/AIcon/Icons/bootstrap-1-9-1/ChevronRight";
|
|
13
14
|
import CodeSquare from "../../src/AIcon/Icons/bootstrap-1-9-1/CodeSquare";
|
|
14
15
|
import Duplicate from "../../src/AIcon/Icons/bootstrap3/Duplicate";
|
|
15
16
|
import EjectFill from "../../src/AIcon/Icons/bootstrap-1-9-1/EjectFill";
|
|
@@ -22,6 +23,7 @@ import FiletypeCss from "../../src/AIcon/Icons/bootstrap-1-9-1/FiletypeCss";
|
|
|
22
23
|
import FiletypeHtml from "../../src/AIcon/Icons/bootstrap-1-9-1/FiletypeHtml";
|
|
23
24
|
import FiletypeJs from "../../src/AIcon/Icons/bootstrap-1-9-1/FiletypeJs";
|
|
24
25
|
import FiletypeSvg from "../../src/AIcon/Icons/bootstrap-1-9-1/FiletypeSvg";
|
|
26
|
+
import FilterCircleFill from "../../src/AIcon/Icons/bootstrap-1-9-1/FilterCircleFill";
|
|
25
27
|
import Gear from "../../src/AIcon/Icons/bootstrap-1-9-1/Gear";
|
|
26
28
|
import GlobeEuropeAfrica from "../../src/AIcon/Icons/bootstrap-1-9-1/GlobeEuropeAfrica";
|
|
27
29
|
import HourglassSplit from "../../src/AIcon/Icons/bootstrap-1-9-1/HourglassSplit";
|
|
@@ -51,6 +53,7 @@ export default {
|
|
|
51
53
|
ChevronBarExpand,
|
|
52
54
|
ChevronDown,
|
|
53
55
|
ChevronExpand,
|
|
56
|
+
ChevronLeft,
|
|
54
57
|
ChevronRight,
|
|
55
58
|
CodeSquare,
|
|
56
59
|
Duplicate,
|
|
@@ -64,6 +67,7 @@ export default {
|
|
|
64
67
|
FiletypeHtml,
|
|
65
68
|
FiletypeJs,
|
|
66
69
|
FiletypeSvg,
|
|
70
|
+
FilterCircleFill,
|
|
67
71
|
Gear,
|
|
68
72
|
GlobeEuropeAfrica,
|
|
69
73
|
HourglassSplit,
|
|
@@ -19,6 +19,7 @@ import PageTableI18n from "./views/PageTable/i18n/PageTableI18n";
|
|
|
19
19
|
import PageTableSimpleI18n from "./views/PageTable/PageTableSimple/i18n/PageTableSimpleI18n";
|
|
20
20
|
import PageTablePaginationI18n from "./views/PageTable/PageTablePagination/i18n/PageTablePaginationI18n";
|
|
21
21
|
import PageTableSortI18n from "./views/PageTable/PageTableSort/i18n/PageTableSortI18n";
|
|
22
|
+
import PageTablePreviewI18n from "./views/PageTable/PageTablePreview/i18n/PageTablePreviewI18n";
|
|
22
23
|
import PageAOnHooksI18n from "./views/PageDirectives/PageOnHooks/i18n/PageAOnHooksI18n";
|
|
23
24
|
import PageDisclosureI18n from "./views/PageDisclosure/i18n/PageDisclosureI18n";
|
|
24
25
|
import PageTooltipI18n from "./views/PageTooltip/i18n/PageTooltipI18n";
|
|
@@ -26,7 +27,17 @@ import PageGroupButtonDropdownI18n from "./views/PageGroupButtonDropdown/i18n/Pa
|
|
|
26
27
|
import PageDropdownI18n from "./views/PageDropdown/i18n/PageDropdownI18n";
|
|
27
28
|
import PageListI18n from "./views/PageList/i18n/PageListI18n";
|
|
28
29
|
import PageSelectI18n from "./views/Form/PageSelect/i18n/PageSelectI18n";
|
|
29
|
-
import PageProgressI18n from "./views/PageProgress/i18n/PageProgressI18n";
|
|
30
|
+
import PageProgressI18n from "./views/Progress/PageProgress/i18n/PageProgressI18n";
|
|
31
|
+
import PageProgressCircleI18n from "./views/Progress/PageProgressCircle/i18n/PageProgressCircleI18n";
|
|
32
|
+
import PageRadioI18n from "./views/Form/PageRadio/i18n/PageRadioI18n";
|
|
33
|
+
import PageCheckboxI18n from "./views/Form/PageCheckbox/i18n/PageCheckboxI18n";
|
|
34
|
+
import PageFieldsetI18n from "./views/Form/PageFieldset/i18n/PageFieldsetI18n";
|
|
35
|
+
import PageLinkCopyI18n from "./views/PageLinkCopy/i18n/PageLinkCopyI18n";
|
|
36
|
+
import PageInputNumberRangeI18n from "./views/Form/PageInputNumberRange/i18n/PageInputNumberRangeI18n";
|
|
37
|
+
import PageFiltersI18n from "./views/PageFilters/i18n/PageFiltersI18n";
|
|
38
|
+
import PageModalWizardI18n from "./views/PageModalWizard/i18n/PageModalWizardI18n";
|
|
39
|
+
import PageWizardI18n from "./views/PageWizard/i18n/PageWizardI18n";
|
|
40
|
+
import PageModalI18n from "./views/PageModal/i18n/PageModalI18n";
|
|
30
41
|
|
|
31
42
|
export const mainTranslation = {
|
|
32
43
|
ar: {
|
|
@@ -42,6 +53,7 @@ export const mainTranslation = {
|
|
|
42
53
|
...PageTableSimpleI18n.ar,
|
|
43
54
|
...PageTablePaginationI18n.ar,
|
|
44
55
|
...PageTableSortI18n.ar,
|
|
56
|
+
...PageTablePreviewI18n.ar,
|
|
45
57
|
...PageAOnHooksI18n.ar,
|
|
46
58
|
...PageDisclosureI18n.ar,
|
|
47
59
|
...PageTooltipI18n.ar,
|
|
@@ -50,6 +62,16 @@ export const mainTranslation = {
|
|
|
50
62
|
...PageListI18n.ar,
|
|
51
63
|
...PageSelectI18n.ar,
|
|
52
64
|
...PageProgressI18n.ar,
|
|
65
|
+
...PageProgressCircleI18n.ar,
|
|
66
|
+
...PageRadioI18n.ar,
|
|
67
|
+
...PageCheckboxI18n.ar,
|
|
68
|
+
...PageFieldsetI18n.ar,
|
|
69
|
+
...PageLinkCopyI18n.ar,
|
|
70
|
+
...PageInputNumberRangeI18n.ar,
|
|
71
|
+
...PageFiltersI18n.ar,
|
|
72
|
+
...PageModalWizardI18n.ar,
|
|
73
|
+
...PageWizardI18n.ar,
|
|
74
|
+
...PageModalI18n.ar,
|
|
53
75
|
},
|
|
54
76
|
de: {
|
|
55
77
|
...allLanguages.de,
|
|
@@ -64,6 +86,7 @@ export const mainTranslation = {
|
|
|
64
86
|
...PageTableSimpleI18n.de,
|
|
65
87
|
...PageTablePaginationI18n.de,
|
|
66
88
|
...PageTableSortI18n.de,
|
|
89
|
+
...PageTablePreviewI18n.de,
|
|
67
90
|
...PageAOnHooksI18n.de,
|
|
68
91
|
...PageDisclosureI18n.de,
|
|
69
92
|
...PageTooltipI18n.de,
|
|
@@ -72,6 +95,16 @@ export const mainTranslation = {
|
|
|
72
95
|
...PageListI18n.de,
|
|
73
96
|
...PageSelectI18n.de,
|
|
74
97
|
...PageProgressI18n.de,
|
|
98
|
+
...PageProgressCircleI18n.de,
|
|
99
|
+
...PageRadioI18n.de,
|
|
100
|
+
...PageCheckboxI18n.de,
|
|
101
|
+
...PageFieldsetI18n.de,
|
|
102
|
+
...PageLinkCopyI18n.de,
|
|
103
|
+
...PageInputNumberRangeI18n.de,
|
|
104
|
+
...PageFiltersI18n.de,
|
|
105
|
+
...PageModalWizardI18n.de,
|
|
106
|
+
...PageWizardI18n.de,
|
|
107
|
+
...PageModalI18n.de,
|
|
75
108
|
},
|
|
76
109
|
en: {
|
|
77
110
|
...allLanguages.en,
|
|
@@ -86,6 +119,7 @@ export const mainTranslation = {
|
|
|
86
119
|
...PageTableSimpleI18n.en,
|
|
87
120
|
...PageTablePaginationI18n.en,
|
|
88
121
|
...PageTableSortI18n.en,
|
|
122
|
+
...PageTablePreviewI18n.en,
|
|
89
123
|
...PageAOnHooksI18n.en,
|
|
90
124
|
...PageDisclosureI18n.en,
|
|
91
125
|
...PageTooltipI18n.en,
|
|
@@ -94,6 +128,16 @@ export const mainTranslation = {
|
|
|
94
128
|
...PageListI18n.en,
|
|
95
129
|
...PageSelectI18n.en,
|
|
96
130
|
...PageProgressI18n.en,
|
|
131
|
+
...PageProgressCircleI18n.en,
|
|
132
|
+
...PageRadioI18n.en,
|
|
133
|
+
...PageCheckboxI18n.en,
|
|
134
|
+
...PageFieldsetI18n.en,
|
|
135
|
+
...PageLinkCopyI18n.en,
|
|
136
|
+
...PageInputNumberRangeI18n.en,
|
|
137
|
+
...PageFiltersI18n.en,
|
|
138
|
+
...PageModalWizardI18n.en,
|
|
139
|
+
...PageWizardI18n.en,
|
|
140
|
+
...PageModalI18n.en,
|
|
97
141
|
},
|
|
98
142
|
es: {
|
|
99
143
|
...allLanguages.es,
|
|
@@ -108,6 +152,7 @@ export const mainTranslation = {
|
|
|
108
152
|
...PageTableSimpleI18n.es,
|
|
109
153
|
...PageTablePaginationI18n.es,
|
|
110
154
|
...PageTableSortI18n.es,
|
|
155
|
+
...PageTablePreviewI18n.es,
|
|
111
156
|
...PageAOnHooksI18n.es,
|
|
112
157
|
...PageDisclosureI18n.es,
|
|
113
158
|
...PageTooltipI18n.es,
|
|
@@ -116,6 +161,16 @@ export const mainTranslation = {
|
|
|
116
161
|
...PageListI18n.es,
|
|
117
162
|
...PageSelectI18n.es,
|
|
118
163
|
...PageProgressI18n.es,
|
|
164
|
+
...PageProgressCircleI18n.es,
|
|
165
|
+
...PageRadioI18n.es,
|
|
166
|
+
...PageCheckboxI18n.es,
|
|
167
|
+
...PageFieldsetI18n.es,
|
|
168
|
+
...PageLinkCopyI18n.es,
|
|
169
|
+
...PageInputNumberRangeI18n.es,
|
|
170
|
+
...PageFiltersI18n.es,
|
|
171
|
+
...PageModalWizardI18n.es,
|
|
172
|
+
...PageWizardI18n.es,
|
|
173
|
+
...PageModalI18n.es,
|
|
119
174
|
},
|
|
120
175
|
fr: {
|
|
121
176
|
...allLanguages.fr,
|
|
@@ -130,6 +185,7 @@ export const mainTranslation = {
|
|
|
130
185
|
...PageTableSimpleI18n.fr,
|
|
131
186
|
...PageTablePaginationI18n.fr,
|
|
132
187
|
...PageTableSortI18n.fr,
|
|
188
|
+
...PageTablePreviewI18n.fr,
|
|
133
189
|
...PageAOnHooksI18n.fr,
|
|
134
190
|
...PageDisclosureI18n.fr,
|
|
135
191
|
...PageTooltipI18n.fr,
|
|
@@ -138,6 +194,16 @@ export const mainTranslation = {
|
|
|
138
194
|
...PageListI18n.fr,
|
|
139
195
|
...PageSelectI18n.fr,
|
|
140
196
|
...PageProgressI18n.fr,
|
|
197
|
+
...PageProgressCircleI18n.fr,
|
|
198
|
+
...PageRadioI18n.fr,
|
|
199
|
+
...PageCheckboxI18n.fr,
|
|
200
|
+
...PageFieldsetI18n.fr,
|
|
201
|
+
...PageLinkCopyI18n.fr,
|
|
202
|
+
...PageInputNumberRangeI18n.fr,
|
|
203
|
+
...PageFiltersI18n.fr,
|
|
204
|
+
...PageModalWizardI18n.fr,
|
|
205
|
+
...PageWizardI18n.fr,
|
|
206
|
+
...PageModalI18n.fr,
|
|
141
207
|
},
|
|
142
208
|
hr: {
|
|
143
209
|
...allLanguages.hr,
|
|
@@ -152,6 +218,7 @@ export const mainTranslation = {
|
|
|
152
218
|
...PageTableSimpleI18n.hr,
|
|
153
219
|
...PageTablePaginationI18n.hr,
|
|
154
220
|
...PageTableSortI18n.hr,
|
|
221
|
+
...PageTablePreviewI18n.hr,
|
|
155
222
|
...PageAOnHooksI18n.hr,
|
|
156
223
|
...PageDisclosureI18n.hr,
|
|
157
224
|
...PageTooltipI18n.hr,
|
|
@@ -160,6 +227,16 @@ export const mainTranslation = {
|
|
|
160
227
|
...PageListI18n.hr,
|
|
161
228
|
...PageSelectI18n.hr,
|
|
162
229
|
...PageProgressI18n.hr,
|
|
230
|
+
...PageProgressCircleI18n.hr,
|
|
231
|
+
...PageRadioI18n.hr,
|
|
232
|
+
...PageCheckboxI18n.hr,
|
|
233
|
+
...PageFieldsetI18n.hr,
|
|
234
|
+
...PageLinkCopyI18n.hr,
|
|
235
|
+
...PageInputNumberRangeI18n.hr,
|
|
236
|
+
...PageFiltersI18n.hr,
|
|
237
|
+
...PageModalWizardI18n.hr,
|
|
238
|
+
...PageWizardI18n.hr,
|
|
239
|
+
...PageModalI18n.hr,
|
|
163
240
|
},
|
|
164
241
|
it: {
|
|
165
242
|
...allLanguages.it,
|
|
@@ -174,6 +251,7 @@ export const mainTranslation = {
|
|
|
174
251
|
...PageTableSimpleI18n.it,
|
|
175
252
|
...PageTablePaginationI18n.it,
|
|
176
253
|
...PageTableSortI18n.it,
|
|
254
|
+
...PageTablePreviewI18n.it,
|
|
177
255
|
...PageAOnHooksI18n.it,
|
|
178
256
|
...PageDisclosureI18n.it,
|
|
179
257
|
...PageTooltipI18n.it,
|
|
@@ -182,6 +260,16 @@ export const mainTranslation = {
|
|
|
182
260
|
...PageListI18n.it,
|
|
183
261
|
...PageSelectI18n.it,
|
|
184
262
|
...PageProgressI18n.it,
|
|
263
|
+
...PageProgressCircleI18n.it,
|
|
264
|
+
...PageRadioI18n.it,
|
|
265
|
+
...PageCheckboxI18n.it,
|
|
266
|
+
...PageFieldsetI18n.it,
|
|
267
|
+
...PageLinkCopyI18n.it,
|
|
268
|
+
...PageInputNumberRangeI18n.it,
|
|
269
|
+
...PageFiltersI18n.it,
|
|
270
|
+
...PageModalWizardI18n.it,
|
|
271
|
+
...PageWizardI18n.it,
|
|
272
|
+
...PageModalI18n.it,
|
|
185
273
|
},
|
|
186
274
|
ru: {
|
|
187
275
|
...allLanguages.ru,
|
|
@@ -196,6 +284,7 @@ export const mainTranslation = {
|
|
|
196
284
|
...PageTableSimpleI18n.ru,
|
|
197
285
|
...PageTablePaginationI18n.ru,
|
|
198
286
|
...PageTableSortI18n.ru,
|
|
287
|
+
...PageTablePreviewI18n.ru,
|
|
199
288
|
...PageAOnHooksI18n.ru,
|
|
200
289
|
...PageDisclosureI18n.ru,
|
|
201
290
|
...PageTooltipI18n.ru,
|
|
@@ -204,5 +293,15 @@ export const mainTranslation = {
|
|
|
204
293
|
...PageListI18n.ru,
|
|
205
294
|
...PageSelectI18n.ru,
|
|
206
295
|
...PageProgressI18n.ru,
|
|
296
|
+
...PageProgressCircleI18n.ru,
|
|
297
|
+
...PageRadioI18n.ru,
|
|
298
|
+
...PageCheckboxI18n.ru,
|
|
299
|
+
...PageFieldsetI18n.ru,
|
|
300
|
+
...PageLinkCopyI18n.ru,
|
|
301
|
+
...PageInputNumberRangeI18n.ru,
|
|
302
|
+
...PageFiltersI18n.ru,
|
|
303
|
+
...PageModalWizardI18n.ru,
|
|
304
|
+
...PageWizardI18n.ru,
|
|
305
|
+
...PageModalI18n.ru,
|
|
207
306
|
},
|
|
208
307
|
};
|