aloha-vue 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/LICENSE +21 -21
- package/babel.config.js +20 -20
- package/docs/dist/assets/index-LuQHdFA5.css +1 -0
- package/docs/dist/assets/vendor-dExf98Xo.css +7 -0
- package/docs/index.html +13 -13
- package/docs/src/App/App.js +17 -17
- package/docs/src/App/App.vue +2 -2
- package/docs/src/components/TheMenu/TheMenu.vue +2 -2
- package/docs/src/components/TheMenu/compositionAPI/CssItemsAPI.js +20 -20
- package/docs/src/components/TheMenu/compositionAPI/DirectiveItemsAPI.js +20 -20
- package/docs/src/components/TheNavbar/TheNavbar.pug +28 -28
- package/docs/src/components/TheNavbar/TheNavbar.vue +2 -2
- package/docs/src/components/TheNavbar/compositionAPI/LanguagesAPI.js +64 -64
- package/docs/src/components/TypeTranslate/TypeTranslate.js +30 -30
- package/docs/src/components/TypeTranslate/TypeTranslate.pug +4 -4
- package/docs/src/components/TypeTranslate/TypeTranslate.vue +2 -2
- package/docs/src/components/TypeTranslate/compositionAPI/TypeAPI.js +32 -32
- package/docs/src/global/components/AlohaExample/AlohaExample.js +109 -109
- package/docs/src/global/components/AlohaExample/AlohaExample.pug +102 -102
- package/docs/src/global/components/AlohaExample/AlohaExample.vue +2 -2
- package/docs/src/global/components/AlohaExample/compositionAPI/ClipboardAPI.js +41 -41
- package/docs/src/global/components/AlohaExample/compositionAPI/CodeToggleAPI.js +26 -26
- package/docs/src/global/components/AlohaExample/compositionAPI/ParametersAPI.js +77 -77
- package/docs/src/global/components/AlohaHighlightjs/AlohaHighlightjs.js +103 -103
- package/docs/src/global/components/AlohaPage/AlohaPage.js +14 -14
- package/docs/src/global/components/AlohaPage/AlohaPage.vue +2 -2
- package/docs/src/global/components/AlohaTableProps/AlohaTableProps.js +47 -47
- package/docs/src/global/components/AlohaTableProps/AlohaTableProps.pug +22 -22
- package/docs/src/global/components/AlohaTableProps/AlohaTableProps.vue +2 -2
- package/docs/src/global/components/AlohaTableProps/compositionAPI/ColumnsAPI.js +65 -65
- package/docs/src/global/components/AlohaTableProps/compositionAPI/DataAPI.js +32 -32
- package/docs/src/global/components/AlohaTableTranslate/AlohaTableTranslate.js +31 -31
- package/docs/src/global/components/AlohaTableTranslate/AlohaTableTranslate.pug +11 -11
- package/docs/src/global/components/AlohaTableTranslate/AlohaTableTranslate.vue +2 -2
- package/docs/src/global/components/AlohaTableTranslate/compositionAPI/ColumnsAPI.js +20 -20
- package/docs/src/global/components/AlohaTableTranslate/compositionAPI/DataAPI.js +34 -34
- package/docs/src/store/index.js +17 -17
- package/docs/src/views/About.vue +5 -5
- package/docs/src/views/CSS/PageColumns/PageColumns.js +4 -4
- package/docs/src/views/CSS/PageColumns/PageColumns.pug +23 -23
- package/docs/src/views/CSS/PageColumns/PageColumns.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckbox.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckboxCollapse/PageCheckboxCollapse.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckboxDataExtra/PageCheckboxDataExtra.js +109 -109
- package/docs/src/views/Form/PageCheckbox/PageCheckboxDataExtra/PageCheckboxDataExtra.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/PageCheckboxIsButtonGroup.js +91 -91
- package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/PageCheckboxIsButtonGroup.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/PageCheckboxKeyDisabled.js +94 -94
- package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/PageCheckboxKeyDisabled.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/PageCheckboxSearch.js +91 -91
- package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/PageCheckboxSearch.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTranslateData/PageCheckboxTranslateData.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/PageCheckboxTwoColumns.js +73 -73
- package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/PageCheckboxTwoColumns.vue +2 -2
- package/docs/src/views/Form/PageCheckbox/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Form/PageCheckbox/i18n/PageCheckboxI18n.js +19 -19
- package/docs/src/views/Form/PageDatepicker/PageDatepicker.js +19 -19
- package/docs/src/views/Form/PageDatepicker/PageDatepicker.pug +11 -11
- package/docs/src/views/Form/PageDatepicker/PageDatepicker.vue +2 -2
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRange.js +33 -33
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRange.pug +24 -24
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRange.vue +2 -2
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/PageDatepickerRangeBasic.js +34 -34
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/PageDatepickerRangeBasic.pug +12 -12
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/PageDatepickerRangeBasic.vue +2 -2
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/PageDatepickerRangeCustomFirstDay.js +34 -34
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/PageDatepickerRangeCustomFirstDay.pug +13 -13
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/PageDatepickerRangeCustomFirstDay.vue +2 -2
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/PageDatepickerRangeDisabledVariants.js +34 -34
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/PageDatepickerRangeDisabledVariants.pug +19 -19
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/PageDatepickerRangeDisabledVariants.vue +2 -2
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/PageDatepickerRangeFormatCustomization.js +34 -34
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/PageDatepickerRangeFormatCustomization.pug +12 -12
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/PageDatepickerRangeFormatCustomization.vue +2 -2
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/PageDatepickerRangeHelpText.js +34 -34
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/PageDatepickerRangeHelpText.pug +12 -12
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/PageDatepickerRangeHelpText.vue +2 -2
- package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/Form/PageDatepickerRange/compositionAPI/PropsAPI.js +313 -313
- package/docs/src/views/Form/PageDatepickerRange/i18n/PageDatepickerRangeI18n.js +19 -19
- package/docs/src/views/Form/PageDatepickerRange/i18n/ar.json +57 -57
- package/docs/src/views/Form/PageDatepickerRange/i18n/de.json +57 -57
- package/docs/src/views/Form/PageDatepickerRange/i18n/en.json +57 -57
- package/docs/src/views/Form/PageDatepickerRange/i18n/es.json +57 -57
- package/docs/src/views/Form/PageDatepickerRange/i18n/fr.json +57 -57
- package/docs/src/views/Form/PageDatepickerRange/i18n/hr.json +57 -57
- package/docs/src/views/Form/PageDatepickerRange/i18n/it.json +57 -57
- package/docs/src/views/Form/PageDatepickerRange/i18n/ru.json +57 -57
- package/docs/src/views/Form/PageFieldset/PageFieldset.vue +2 -2
- package/docs/src/views/Form/PageFieldset/PageFieldsetCollapse/PageFieldsetCollapse.vue +2 -2
- package/docs/src/views/Form/PageFieldset/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Form/PageFieldset/i18n/PageFieldsetI18n.js +19 -19
- package/docs/src/views/Form/PageForm/PageForm.pug +31 -31
- package/docs/src/views/Form/PageForm/PageForm.vue +2 -2
- package/docs/src/views/Form/PageInput/PageInput.vue +2 -2
- package/docs/src/views/Form/PageInputCurrency/PageInputCurrency.vue +2 -2
- package/docs/src/views/Form/PageInputNumber/PageInputNumber.js +21 -21
- package/docs/src/views/Form/PageInputNumber/PageInputNumber.pug +51 -51
- package/docs/src/views/Form/PageInputNumber/PageInputNumber.vue +2 -2
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.js +108 -108
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.pug +20 -20
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.vue +2 -2
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.js +34 -34
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.pug +13 -13
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.vue +2 -2
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.js +34 -34
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.pug +17 -17
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.vue +2 -2
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.js +34 -34
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.pug +15 -15
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.vue +2 -2
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.js +34 -34
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.pug +15 -15
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.vue +2 -2
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.js +34 -34
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.pug +15 -15
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.vue +2 -2
- package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/ExposesAPI.js +18 -18
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/PropsAPI.js +106 -106
- package/docs/src/views/Form/PageInputNumberRange/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/Form/PageInputNumberRange/i18n/PageInputNumberRangeI18n.js +19 -19
- package/docs/src/views/Form/PageInputNumberRange/i18n/ar.json +3 -3
- package/docs/src/views/Form/PageInputNumberRange/i18n/de.json +2 -2
- package/docs/src/views/Form/PageInputNumberRange/i18n/en.json +2 -2
- package/docs/src/views/Form/PageInputNumberRange/i18n/es.json +2 -2
- package/docs/src/views/Form/PageInputNumberRange/i18n/fr.json +2 -2
- package/docs/src/views/Form/PageInputNumberRange/i18n/hr.json +2 -2
- package/docs/src/views/Form/PageInputNumberRange/i18n/it.json +2 -2
- package/docs/src/views/Form/PageInputNumberRange/i18n/ru.json +2 -2
- package/docs/src/views/Form/PageJson/PageJson.vue +2 -2
- package/docs/src/views/Form/PageJson/PageJsonBasic/PageJsonBasic.vue +2 -2
- package/docs/src/views/Form/PageJson/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Form/PageJson/compositionAPI/TranslateAPI.js +14 -14
- package/docs/src/views/Form/PageJson/i18n/PageJsonI18n.js +19 -19
- package/docs/src/views/Form/PageOneCheckbox/PageOneCheckboxSlotName/PageOneCheckboxSlotName.pug +1 -1
- package/docs/src/views/Form/PageOneCheckbox/PageOneCheckboxSlotName/compositionAPI/HtmlAPI.js +1 -1
- package/docs/src/views/Form/PageRadio/PageRadio.vue +2 -2
- package/docs/src/views/Form/PageRadio/PageRadioIsModelArray/PageRadioIsModelArray.js +91 -91
- package/docs/src/views/Form/PageRadio/PageRadioIsModelArray/PageRadioIsModelArray.vue +2 -2
- package/docs/src/views/Form/PageRadio/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Form/PageRadio/i18n/PageRadioI18n.js +19 -19
- package/docs/src/views/Form/PageSelect/PageSelect.js +114 -114
- package/docs/src/views/Form/PageSelect/PageSelect.pug +112 -112
- package/docs/src/views/Form/PageSelect/PageSelect.vue +2 -2
- package/docs/src/views/Form/PageSelect/PageSelectBasic/PageSelectBasic.js +57 -57
- package/docs/src/views/Form/PageSelect/PageSelectBasic/PageSelectBasic.pug +17 -17
- package/docs/src/views/Form/PageSelect/PageSelectBasic/PageSelectBasic.vue +2 -2
- package/docs/src/views/Form/PageSelect/PageSelectBasic/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/Form/PageSelect/PageSelectDataExtra/PageSelectDataExtra.js +114 -114
- package/docs/src/views/Form/PageSelect/PageSelectDataExtra/PageSelectDataExtra.pug +30 -30
- package/docs/src/views/Form/PageSelect/PageSelectDataExtra/PageSelectDataExtra.vue +2 -2
- package/docs/src/views/Form/PageSelect/PageSelectDataExtra/compositionAPI/HtmlAPI.js +27 -27
- package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.js +91 -91
- package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.pug +19 -19
- package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.vue +2 -2
- package/docs/src/views/Form/PageSelect/PageSelectGroup/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.js +100 -100
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.pug +29 -29
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.vue +2 -2
- package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/compositionAPI/HtmlAPI.js +26 -26
- package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.js +96 -96
- package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.pug +30 -30
- package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.vue +2 -2
- package/docs/src/views/Form/PageSelect/PageSelectSearch/compositionAPI/HtmlAPI.js +27 -27
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.js +73 -73
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.pug +20 -20
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.vue +2 -2
- package/docs/src/views/Form/PageSelect/PageSelectTranslateData/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/Form/PageSelect/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/Form/PageSelect/compositionAPI/ExposesAPI.js +18 -18
- package/docs/src/views/Form/PageSelect/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Form/PageSelect/compositionAPI/PropsAPI.js +106 -106
- package/docs/src/views/Form/PageSelect/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/Form/PageSelect/i18n/PageSelectI18n.js +19 -19
- package/docs/src/views/Form/PageSelect/i18n/ar.json +3 -3
- package/docs/src/views/Form/PageSelect/i18n/de.json +20 -20
- package/docs/src/views/Form/PageSelect/i18n/en.json +20 -20
- package/docs/src/views/Form/PageSelect/i18n/es.json +2 -2
- package/docs/src/views/Form/PageSelect/i18n/fr.json +2 -2
- package/docs/src/views/Form/PageSelect/i18n/hr.json +20 -20
- package/docs/src/views/Form/PageSelect/i18n/it.json +2 -2
- package/docs/src/views/Form/PageSelect/i18n/ru.json +2 -2
- package/docs/src/views/Functions/Components/PageFilterArguments/PageFilterArguments.js +33 -33
- package/docs/src/views/Functions/Components/PageFilterArguments/PageFilterArguments.pug +34 -34
- package/docs/src/views/Functions/Components/PageFilterArguments/PageFilterArguments.vue +2 -2
- package/docs/src/views/Functions/Components/PageFilterArguments/compositionAPI/JsAPI.js +16 -16
- package/docs/src/views/Functions/Components/PageFilterImportCompositionApi/PageFilterImportCompositionApi.js +25 -25
- package/docs/src/views/Functions/Components/PageFilterImportCompositionApi/PageFilterImportCompositionApi.pug +5 -5
- package/docs/src/views/Functions/Components/PageFilterImportCompositionApi/PageFilterImportCompositionApi.vue +2 -2
- package/docs/src/views/Functions/Components/PageFilterImportFunction/PageFilterImportFunction.js +30 -30
- package/docs/src/views/Functions/Components/PageFilterImportFunction/PageFilterImportFunction.pug +5 -5
- package/docs/src/views/Functions/Components/PageFilterImportFunction/PageFilterImportFunction.vue +2 -2
- package/docs/src/views/Functions/Components/PageFilterTest/PageFilterTest.js +14 -14
- package/docs/src/views/Functions/Components/PageFilterTest/PageFilterTest.pug +5 -5
- package/docs/src/views/Functions/Components/PageFilterTest/PageFilterTest.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBoolean.js +46 -46
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBoolean.pug +34 -34
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBoolean.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanExample/PageFilterBooleanExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanExample/PageFilterBooleanExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanExample/PageFilterBooleanExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanTrueFalseValues/PageFilterBooleanTrueFalseValues.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanTrueFalseValues/PageFilterBooleanTrueFalseValues.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanTrueFalseValues/PageFilterBooleanTrueFalseValues.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanUseNil/PageFilterBooleanUseNil.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanUseNil/PageFilterBooleanUseNil.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanUseNil/PageFilterBooleanUseNil.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterBoolean/compositionAPI/ArgumentsAPI.js +36 -36
- package/docs/src/views/Functions/Filters/PageFilterBoolean/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/PageFilterBooleanI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/ar.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/de.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/en.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/es.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/fr.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/hr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/it.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/ru.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrency.js +48 -48
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrency.pug +36 -36
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrency.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterCurrency/compositionAPI/ArgumentsAPI.js +37 -37
- package/docs/src/views/Functions/Filters/PageFilterCurrency/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/PageFilterCurrencyI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/ar.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/de.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/en.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/es.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/fr.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/hr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/it.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/ru.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDate.js +44 -44
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDate.pug +32 -32
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDate.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateExample/PageFilterDateExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateExample/PageFilterDateExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateExample/PageFilterDateExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterDate/compositionAPI/ArgumentsAPI.js +22 -22
- package/docs/src/views/Functions/Filters/PageFilterDate/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/PageFilterDateI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/ar.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/de.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/en.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/es.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/fr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/hr.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/it.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDate/i18n/ru.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmpty.js +44 -44
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmpty.pug +32 -32
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmpty.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyEmptyValue/PageFilterDefaultForEmptyEmptyValue.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyEmptyValue/PageFilterDefaultForEmptyEmptyValue.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyEmptyValue/PageFilterDefaultForEmptyEmptyValue.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyExample/PageFilterDefaultForEmptyExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyExample/PageFilterDefaultForEmptyExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyExample/PageFilterDefaultForEmptyExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/compositionAPI/ArgumentsAPI.js +22 -22
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/PageFilterDefaultForEmptyI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/ar.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/de.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/en.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/es.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/fr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/hr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/it.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/ru.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmail.js +44 -44
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmail.pug +32 -32
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmail.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailExample/PageFilterEmailExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailExample/PageFilterEmailExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailExample/PageFilterEmailExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailLinkClass/PageFilterEmailLinkClass.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailLinkClass/PageFilterEmailLinkClass.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailLinkClass/PageFilterEmailLinkClass.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterEmail/compositionAPI/ArgumentsAPI.js +22 -22
- package/docs/src/views/Functions/Filters/PageFilterEmail/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/PageFilterEmailI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/ar.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/de.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/en.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/es.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/fr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/hr.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/it.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/ru.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSize.js +58 -58
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSize.pug +42 -42
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSize.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeDigits/PageFilterFileSizeDigits.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeDigits/PageFilterFileSizeDigits.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeDigits/PageFilterFileSizeDigits.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeExample/PageFilterFileSizeExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeExample/PageFilterFileSizeExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeExample/PageFilterFileSizeExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeSourceUnits/PageFilterFileSizeSourceUnits.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeSourceUnits/PageFilterFileSizeSourceUnits.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeSourceUnits/PageFilterFileSizeSourceUnits.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnits/PageFilterFileSizeUnits.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnits/PageFilterFileSizeUnits.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnits/PageFilterFileSizeUnits.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnitsEmpty/PageFilterFileSizeUnitsEmpty.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnitsEmpty/PageFilterFileSizeUnitsEmpty.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnitsEmpty/PageFilterFileSizeUnitsEmpty.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFileSize/compositionAPI/ArgumentsAPI.js +36 -36
- package/docs/src/views/Functions/Filters/PageFilterFileSize/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFileSize/compositionAPI/TranslateAPI.js +17 -17
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/PageFilterFileSizeI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/ar.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/de.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/en.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/es.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/fr.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/hr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/it.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/ru.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloat.js +48 -48
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloat.pug +36 -36
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloat.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterFloat/compositionAPI/ArgumentsAPI.js +37 -37
- package/docs/src/views/Functions/Filters/PageFilterFloat/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/PageFilterFloatI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/ar.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/de.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/en.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/es.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/fr.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/hr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/it.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/ru.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJson.js +46 -46
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJson.pug +34 -34
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJson.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonExample/PageFilterJsonExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonExample/PageFilterJsonExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonExample/PageFilterJsonExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonReplacer/PageFilterJsonReplacer.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonReplacer/PageFilterJsonReplacer.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonReplacer/PageFilterJsonReplacer.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonSpace/PageFilterJsonSpace.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonSpace/PageFilterJsonSpace.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonSpace/PageFilterJsonSpace.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterJson/compositionAPI/ArgumentsAPI.js +31 -31
- package/docs/src/views/Functions/Filters/PageFilterJson/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/PageFilterJsonI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/ar.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/de.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/en.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/es.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/fr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/hr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/it.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterJson/i18n/ru.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValue.js +42 -42
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValue.pug +30 -30
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValue.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValueExample/PageFilterKeyValueExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValueExample/PageFilterKeyValueExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValueExample/PageFilterKeyValueExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/compositionAPI/ArgumentsAPI.js +15 -15
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/PageFilterKeyValueI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/ar.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/de.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/en.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/es.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/fr.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/hr.json +3 -3
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/it.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/ru.json +4 -4
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitTo.js +44 -44
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitTo.pug +32 -32
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitTo.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToLimit/PageFilterLimitToLimit.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToLimit/PageFilterLimitToLimit.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToLimit/PageFilterLimitToLimit.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToMaxThreeDots/PageFilterLimitToMaxThreeDots.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToMaxThreeDots/PageFilterLimitToMaxThreeDots.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToMaxThreeDots/PageFilterLimitToMaxThreeDots.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/compositionAPI/ArgumentsAPI.js +29 -29
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/PageFilterLimitToI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/ar.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/de.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/en.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/es.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/fr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/hr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/it.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/ru.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLink.js +50 -50
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLink.pug +38 -38
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLink.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkExample/PageFilterLinkExample.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkExample/PageFilterLinkExample.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkExample/PageFilterLinkExample.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkClass/PageFilterLinkLinkClass.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkClass/PageFilterLinkLinkClass.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkClass/PageFilterLinkLinkClass.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkText/PageFilterLinkLinkText.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkText/PageFilterLinkLinkText.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkText/PageFilterLinkLinkText.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkProtocol/PageFilterLinkProtocol.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkProtocol/PageFilterLinkProtocol.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkProtocol/PageFilterLinkProtocol.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkTarget/PageFilterLinkTarget.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkTarget/PageFilterLinkTarget.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkTarget/PageFilterLinkTarget.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterLink/compositionAPI/ArgumentsAPI.js +43 -43
- package/docs/src/views/Functions/Filters/PageFilterLink/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/PageFilterLinkI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/ar.json +8 -8
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/de.json +8 -8
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/en.json +8 -8
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/es.json +8 -8
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/fr.json +8 -8
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/hr.json +7 -7
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/it.json +8 -8
- package/docs/src/views/Functions/Filters/PageFilterLink/i18n/ru.json +8 -8
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterList.js +60 -60
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterList.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsHtml/PageFilterListIsHtml.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsHtml/PageFilterListIsHtml.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsHtml/PageFilterListIsHtml.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArray/PageFilterListIsSimpleArray.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArray/PageFilterListIsSimpleArray.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArray/PageFilterListIsSimpleArray.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArrayTree/PageFilterListIsSimpleArrayTree.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArrayTree/PageFilterListIsSimpleArrayTree.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArrayTree/PageFilterListIsSimpleArrayTree.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyChildren/PageFilterListKeyChildren.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyChildren/PageFilterListKeyChildren.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyChildren/PageFilterListKeyChildren.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabel/PageFilterListKeyLabel.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabel/PageFilterListKeyLabel.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabel/PageFilterListKeyLabel.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabelCallback/PageFilterListKeyLabelCallback.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabelCallback/PageFilterListKeyLabelCallback.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabelCallback/PageFilterListKeyLabelCallback.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListListClass/PageFilterListListClass.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListListClass/PageFilterListListClass.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListListClass/PageFilterListListClass.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparator/PageFilterListSeparator.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparator/PageFilterListSeparator.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparatorHtml/PageFilterListSeparatorHtml.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparatorHtml/PageFilterListSeparatorHtml.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparatorHtml/PageFilterListSeparatorHtml.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListTag/PageFilterListTag.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListTag/PageFilterListTag.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListTag/PageFilterListTag.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterList/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterList/i18n/PageFilterListI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValue.js +44 -44
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValue.pug +32 -32
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValue.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueDefaultValue/PageFilterPropertyByValueDefaultValue.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueDefaultValue/PageFilterPropertyByValueDefaultValue.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueDefaultValue/PageFilterPropertyByValueDefaultValue.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueMapping/PageFilterPropertyByValueMapping.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueMapping/PageFilterPropertyByValueMapping.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueMapping/PageFilterPropertyByValueMapping.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/compositionAPI/ArgumentsAPI.js +29 -29
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/PageFilterPropertyByValueI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/ar.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/de.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/en.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/es.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/fr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/hr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/it.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/ru.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlight.js +44 -44
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlight.pug +32 -32
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlight.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchClass/PageFilterSearchHighlightSearchClass.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchClass/PageFilterSearchHighlightSearchClass.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchClass/PageFilterSearchHighlightSearchClass.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchModel/PageFilterSearchHighlightSearchModel.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchModel/PageFilterSearchHighlightSearchModel.pug +5 -5
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchModel/PageFilterSearchHighlightSearchModel.vue +2 -2
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/compositionAPI/ArgumentsAPI.js +29 -29
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/PageFilterSearchHighlightI18n.js +19 -19
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/ar.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/de.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/en.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/es.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/fr.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/hr.json +5 -5
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/it.json +6 -6
- package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/ru.json +6 -6
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCount.js +40 -40
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCount.pug +26 -26
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCount.vue +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCountExample/PageUtilsGetTotalNestedCountExample.js +19 -19
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCountExample/PageUtilsGetTotalNestedCountExample.pug +5 -5
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCountExample/PageUtilsGetTotalNestedCountExample.vue +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/compositionAPI/ArgumentsAPI.js +22 -22
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/PageUtilsGetTotalNestedCountI18n.js +19 -19
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/ar.json +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/de.json +3 -3
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/en.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/es.json +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/fr.json +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/hr.json +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/it.json +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/ru.json +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArrays.js +40 -40
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArrays.pug +26 -26
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArrays.vue +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArraysExample/PageUtilsIsArrayOfArraysExample.js +19 -19
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArraysExample/PageUtilsIsArrayOfArraysExample.pug +5 -5
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArraysExample/PageUtilsIsArrayOfArraysExample.vue +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/compositionAPI/ArgumentsAPI.js +15 -15
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/PageUtilsIsArrayOfArraysI18n.js +19 -19
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/ar.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/de.json +5 -5
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/en.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/es.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/fr.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/hr.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/it.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/ru.json +5 -5
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStrings.js +40 -40
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStrings.pug +26 -26
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStrings.vue +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStringsExample/PageUtilsIsArrayOfStringsExample.js +19 -19
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStringsExample/PageUtilsIsArrayOfStringsExample.pug +5 -5
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStringsExample/PageUtilsIsArrayOfStringsExample.vue +2 -2
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/compositionAPI/ArgumentsAPI.js +15 -15
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/PageUtilsIsArrayOfStringsI18n.js +19 -19
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/ar.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/de.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/en.json +3 -3
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/es.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/fr.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/hr.json +3 -3
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/it.json +4 -4
- package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/ru.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEven.js +40 -40
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEven.pug +26 -26
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEven.vue +2 -2
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEvenExample/PageUtilsMathIsEvenExample.js +19 -19
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEvenExample/PageUtilsMathIsEvenExample.pug +5 -5
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEvenExample/PageUtilsMathIsEvenExample.vue +2 -2
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/compositionAPI/ArgumentsAPI.js +15 -15
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/PageUtilsMathIsEvenI18n.js +19 -19
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/ar.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/de.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/en.json +3 -3
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/es.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/fr.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/hr.json +3 -3
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/it.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/ru.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOdd.js +40 -40
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOdd.pug +26 -26
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOdd.vue +2 -2
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOddExample/PageUtilsMathIsOddExample.js +19 -19
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOddExample/PageUtilsMathIsOddExample.pug +5 -5
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOddExample/PageUtilsMathIsOddExample.vue +2 -2
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/compositionAPI/ArgumentsAPI.js +15 -15
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/compositionAPI/PageTitleAPI.js +7 -7
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/PageUtilsMathIsOddI18n.js +19 -19
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/ar.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/de.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/en.json +3 -3
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/es.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/fr.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/hr.json +3 -3
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/it.json +4 -4
- package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/ru.json +4 -4
- package/docs/src/views/Functions/i18n/PageFunctionsI18n.js +19 -19
- package/docs/src/views/Functions/i18n/ar.json +7 -7
- package/docs/src/views/Functions/i18n/de.json +6 -6
- package/docs/src/views/Functions/i18n/en.json +6 -6
- package/docs/src/views/Functions/i18n/es.json +7 -7
- package/docs/src/views/Functions/i18n/fr.json +6 -6
- package/docs/src/views/Functions/i18n/hr.json +5 -5
- package/docs/src/views/Functions/i18n/it.json +6 -6
- package/docs/src/views/Functions/i18n/ru.json +5 -5
- package/docs/src/views/NotFound.vue +3 -3
- package/docs/src/views/PageAccordion/PageAccordion.js +100 -100
- package/docs/src/views/PageAccordion/PageAccordion.pug +48 -48
- package/docs/src/views/PageAccordion/PageAccordion.vue +2 -2
- package/docs/src/views/PageAlert/PageAlert.js +73 -73
- package/docs/src/views/PageAlert/PageAlert.pug +58 -58
- package/docs/src/views/PageAlert/PageAlert.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertBasic/PageAlertBasic.pug +10 -10
- package/docs/src/views/PageAlert/PageAlertBasic/PageAlertBasic.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertBasic/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageAlert/PageAlertBtnClose/PageAlertBtnClose.pug +14 -14
- package/docs/src/views/PageAlert/PageAlertBtnClose/PageAlertBtnClose.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertBtnClose/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageAlert/PageAlertClosable/PageAlertClosable.pug +22 -22
- package/docs/src/views/PageAlert/PageAlertClosable/PageAlertClosable.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertClosable/compositionAPI/HtmlAPI.js +22 -22
- package/docs/src/views/PageAlert/PageAlertCss/PageAlertCss.pug +17 -17
- package/docs/src/views/PageAlert/PageAlertCss/PageAlertCss.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertCss/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageAlert/PageAlertExposes/PageAlertExposes.pug +25 -25
- package/docs/src/views/PageAlert/PageAlertExposes/PageAlertExposes.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertExposes/compositionAPI/HtmlAPI.js +30 -30
- package/docs/src/views/PageAlert/PageAlertHtml/PageAlertHtml.pug +12 -12
- package/docs/src/views/PageAlert/PageAlertHtml/PageAlertHtml.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertHtml/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageAlert/PageAlertIconsCustom/PageAlertIconsCustom.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertIconsDefault/PageAlertIconsDefault.pug +31 -31
- package/docs/src/views/PageAlert/PageAlertIconsDefault/PageAlertIconsDefault.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertIconsDefault/compositionAPI/HtmlAPI.js +34 -34
- package/docs/src/views/PageAlert/PageAlertRemoveOnClose/PageAlertRemoveOnClose.pug +21 -21
- package/docs/src/views/PageAlert/PageAlertRemoveOnClose/PageAlertRemoveOnClose.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertRemoveOnClose/compositionAPI/HtmlAPI.js +21 -21
- package/docs/src/views/PageAlert/PageAlertSafeHtml/PageAlertSafeHtml.pug +12 -12
- package/docs/src/views/PageAlert/PageAlertSafeHtml/PageAlertSafeHtml.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertSafeHtml/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageAlert/PageAlertSlot/PageAlertSlot.pug +16 -16
- package/docs/src/views/PageAlert/PageAlertSlot/PageAlertSlot.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertSlot/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageAlert/PageAlertText/PageAlertText.pug +12 -12
- package/docs/src/views/PageAlert/PageAlertText/PageAlertText.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertText/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageAlert/PageAlertTypes/PageAlertTypes.pug +52 -52
- package/docs/src/views/PageAlert/PageAlertTypes/PageAlertTypes.vue +2 -2
- package/docs/src/views/PageAlert/PageAlertTypes/compositionAPI/HtmlAPI.js +58 -58
- package/docs/src/views/PageAlert/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageAlert/compositionAPI/ExposesAPI.js +18 -18
- package/docs/src/views/PageAlert/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageAlert/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageAlert/i18n/PageAAlertI18n.js +19 -19
- package/docs/src/views/PageApi/PageApi.js +33 -33
- package/docs/src/views/PageApi/PageApi.pug +3 -3
- package/docs/src/views/PageApi/PageApi.vue +2 -2
- package/docs/src/views/PageButton/PageButton.js +103 -103
- package/docs/src/views/PageButton/PageButton.pug +92 -92
- package/docs/src/views/PageButton/PageButton.vue +2 -2
- package/docs/src/views/PageButton/PageButtonAriaDisabled/PageButtonAriaDisabled.js +33 -33
- package/docs/src/views/PageButton/PageButtonAriaDisabled/PageButtonAriaDisabled.pug +182 -182
- package/docs/src/views/PageButton/PageButtonAriaDisabled/PageButtonAriaDisabled.vue +2 -2
- package/docs/src/views/PageButton/PageButtonAriaDisabled/compositionAPI/HtmlAPI.js +207 -207
- package/docs/src/views/PageButton/PageButtonBasic/PageButtonBasic.js +33 -33
- package/docs/src/views/PageButton/PageButtonBasic/PageButtonBasic.pug +57 -57
- package/docs/src/views/PageButton/PageButtonBasic/PageButtonBasic.vue +2 -2
- package/docs/src/views/PageButton/PageButtonBasic/compositionAPI/HtmlAPI.js +66 -66
- package/docs/src/views/PageButton/PageButtonComplex/PageButtonComplex.js +39 -39
- package/docs/src/views/PageButton/PageButtonComplex/PageButtonComplex.vue +2 -2
- package/docs/src/views/PageButton/PageButtonDisabled/PageButtonDisabled.js +33 -33
- package/docs/src/views/PageButton/PageButtonDisabled/PageButtonDisabled.pug +182 -182
- package/docs/src/views/PageButton/PageButtonDisabled/PageButtonDisabled.vue +2 -2
- package/docs/src/views/PageButton/PageButtonDisabled/compositionAPI/HtmlAPI.js +207 -207
- package/docs/src/views/PageButton/PageButtonGroup/PageButtonGroup.js +33 -33
- package/docs/src/views/PageButton/PageButtonGroup/PageButtonGroup.pug +49 -49
- package/docs/src/views/PageButton/PageButtonGroup/PageButtonGroup.vue +2 -2
- package/docs/src/views/PageButton/PageButtonGroup/compositionAPI/HtmlAPI.js +62 -62
- package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/PageButtonGroupHorizontalVertical.js +33 -33
- package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/PageButtonGroupHorizontalVertical.pug +71 -71
- package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/PageButtonGroupHorizontalVertical.vue +2 -2
- package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/compositionAPI/HtmlAPI.js +94 -94
- package/docs/src/views/PageButton/PageButtonGroupSizes/PageButtonGroupSizes.js +33 -33
- package/docs/src/views/PageButton/PageButtonGroupSizes/PageButtonGroupSizes.pug +49 -49
- package/docs/src/views/PageButton/PageButtonGroupSizes/PageButtonGroupSizes.vue +2 -2
- package/docs/src/views/PageButton/PageButtonGroupSizes/compositionAPI/HtmlAPI.js +62 -62
- package/docs/src/views/PageButton/PageButtonGroupVertical/PageButtonGroupVertical.js +33 -33
- package/docs/src/views/PageButton/PageButtonGroupVertical/PageButtonGroupVertical.pug +49 -49
- package/docs/src/views/PageButton/PageButtonGroupVertical/PageButtonGroupVertical.vue +2 -2
- package/docs/src/views/PageButton/PageButtonGroupVertical/compositionAPI/HtmlAPI.js +62 -62
- package/docs/src/views/PageButton/PageButtonHtml/PageButtonHtml.js +27 -27
- package/docs/src/views/PageButton/PageButtonHtml/PageButtonHtml.pug +15 -15
- package/docs/src/views/PageButton/PageButtonHtml/PageButtonHtml.vue +2 -2
- package/docs/src/views/PageButton/PageButtonHtml/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageButton/PageButtonIcons/PageButtonIcons.js +33 -33
- package/docs/src/views/PageButton/PageButtonIcons/PageButtonIcons.vue +2 -2
- package/docs/src/views/PageButton/PageButtonLoading/PageButtonLoading.js +39 -39
- package/docs/src/views/PageButton/PageButtonLoading/PageButtonLoading.pug +21 -21
- package/docs/src/views/PageButton/PageButtonLoading/PageButtonLoading.vue +2 -2
- package/docs/src/views/PageButton/PageButtonLoading/compositionAPI/HtmlAPI.js +22 -22
- package/docs/src/views/PageButton/PageButtonOutline/PageButtonOutline.js +33 -33
- package/docs/src/views/PageButton/PageButtonOutline/PageButtonOutline.pug +52 -52
- package/docs/src/views/PageButton/PageButtonOutline/PageButtonOutline.vue +2 -2
- package/docs/src/views/PageButton/PageButtonOutline/compositionAPI/HtmlAPI.js +60 -60
- package/docs/src/views/PageButton/PageButtonSafeHtml/PageButtonSafeHtml.js +27 -27
- package/docs/src/views/PageButton/PageButtonSafeHtml/PageButtonSafeHtml.pug +15 -15
- package/docs/src/views/PageButton/PageButtonSafeHtml/PageButtonSafeHtml.vue +2 -2
- package/docs/src/views/PageButton/PageButtonSafeHtml/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageButton/PageButtonSizes/PageButtonSizes.js +33 -33
- package/docs/src/views/PageButton/PageButtonSizes/PageButtonSizes.pug +17 -17
- package/docs/src/views/PageButton/PageButtonSizes/PageButtonSizes.vue +2 -2
- package/docs/src/views/PageButton/PageButtonSizes/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/PageButton/PageButtonSlotAppend/PageButtonSlotAppend.js +27 -27
- package/docs/src/views/PageButton/PageButtonSlotAppend/PageButtonSlotAppend.pug +15 -15
- package/docs/src/views/PageButton/PageButtonSlotAppend/PageButtonSlotAppend.vue +2 -2
- package/docs/src/views/PageButton/PageButtonSlotAppend/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageButton/PageButtonSlotDefault/PageButtonSlotDefault.js +27 -27
- package/docs/src/views/PageButton/PageButtonSlotDefault/PageButtonSlotDefault.pug +11 -11
- package/docs/src/views/PageButton/PageButtonSlotDefault/PageButtonSlotDefault.vue +2 -2
- package/docs/src/views/PageButton/PageButtonSlotDefault/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageButton/PageButtonSlotPrepend/PageButtonSlotPrepend.js +27 -27
- package/docs/src/views/PageButton/PageButtonSlotPrepend/PageButtonSlotPrepend.pug +15 -15
- package/docs/src/views/PageButton/PageButtonSlotPrepend/PageButtonSlotPrepend.vue +2 -2
- package/docs/src/views/PageButton/PageButtonSlotPrepend/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageButton/PageButtonSlotTitle/PageButtonSlotTitle.js +27 -27
- package/docs/src/views/PageButton/PageButtonSlotTitle/PageButtonSlotTitle.pug +17 -17
- package/docs/src/views/PageButton/PageButtonSlotTitle/PageButtonSlotTitle.vue +2 -2
- package/docs/src/views/PageButton/PageButtonSlotTitle/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageButton/PageButtonStop/PageButtonStop.js +33 -33
- package/docs/src/views/PageButton/PageButtonStop/PageButtonStop.pug +24 -24
- package/docs/src/views/PageButton/PageButtonStop/PageButtonStop.vue +2 -2
- package/docs/src/views/PageButton/PageButtonStop/compositionAPI/HtmlAPI.js +25 -25
- package/docs/src/views/PageButton/PageButtonSwitch/PageButtonSwitch.js +39 -39
- package/docs/src/views/PageButton/PageButtonSwitch/PageButtonSwitch.pug +13 -13
- package/docs/src/views/PageButton/PageButtonSwitch/PageButtonSwitch.vue +2 -2
- package/docs/src/views/PageButton/PageButtonSwitch/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageButton/PageButtonTextAfterBefore/PageButtonTextAfterBefore.js +27 -27
- package/docs/src/views/PageButton/PageButtonTextAfterBefore/PageButtonTextAfterBefore.pug +13 -13
- package/docs/src/views/PageButton/PageButtonTextAfterBefore/PageButtonTextAfterBefore.vue +2 -2
- package/docs/src/views/PageButton/PageButtonTextAfterBefore/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageButton/PageButtonTextObject/PageButtonTextObject.js +27 -27
- package/docs/src/views/PageButton/PageButtonTextObject/PageButtonTextObject.pug +11 -11
- package/docs/src/views/PageButton/PageButtonTextObject/PageButtonTextObject.vue +2 -2
- package/docs/src/views/PageButton/PageButtonTextObject/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageButton/PageButtonTextTag/PageButtonTextTag.js +27 -27
- package/docs/src/views/PageButton/PageButtonTextTag/PageButtonTextTag.pug +12 -12
- package/docs/src/views/PageButton/PageButtonTextTag/PageButtonTextTag.vue +2 -2
- package/docs/src/views/PageButton/PageButtonTextTag/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageButton/PageButtonTitleArray/PageButtonTitleArray.js +27 -27
- package/docs/src/views/PageButton/PageButtonTitleArray/PageButtonTitleArray.pug +12 -12
- package/docs/src/views/PageButton/PageButtonTitleArray/PageButtonTitleArray.vue +2 -2
- package/docs/src/views/PageButton/PageButtonTitleArray/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageButton/PageButtonTitleHtml/PageButtonTitleHtml.js +27 -27
- package/docs/src/views/PageButton/PageButtonTitleHtml/PageButtonTitleHtml.pug +120 -120
- package/docs/src/views/PageButton/PageButtonTitleHtml/PageButtonTitleHtml.vue +2 -2
- package/docs/src/views/PageButton/PageButtonTitleHtml/compositionAPI/HtmlAPI.js +135 -135
- package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/PageButtonTitleHtmlExtra.js +27 -27
- package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/PageButtonTitleHtmlExtra.pug +14 -14
- package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/PageButtonTitleHtmlExtra.vue +2 -2
- package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageButton/PageButtonTransparent/PageButtonTransparent.js +33 -33
- package/docs/src/views/PageButton/PageButtonTransparent/PageButtonTransparent.pug +52 -52
- package/docs/src/views/PageButton/PageButtonTransparent/PageButtonTransparent.vue +2 -2
- package/docs/src/views/PageButton/PageButtonTransparent/compositionAPI/HtmlAPI.js +60 -60
- package/docs/src/views/PageButton/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageButton/compositionAPI/ExposesAPI.js +33 -33
- package/docs/src/views/PageButton/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageButton/compositionAPI/SlotsAPI.js +24 -24
- package/docs/src/views/PageButton/i18n/PageButtonI18n.js +19 -19
- package/docs/src/views/PageCloak/PageCloak.vue +2 -2
- package/docs/src/views/PageCollapse/PageCollapse.js +8 -8
- package/docs/src/views/PageCollapse/PageCollapse.pug +22 -22
- package/docs/src/views/PageCollapse/PageCollapse.vue +2 -2
- package/docs/src/views/PageConfirm/PageConfirm.js +52 -52
- package/docs/src/views/PageConfirm/PageConfirm.pug +14 -14
- package/docs/src/views/PageConfirm/PageConfirm.vue +2 -2
- package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooks.js +23 -23
- package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooks.pug +16 -16
- package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooks.vue +2 -2
- package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/PageOnHooksExample.js +55 -55
- package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/PageOnHooksExample.pug +8 -8
- package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/PageOnHooksExample.vue +2 -2
- package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageDirectives/PageOnHooks/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/PageAOnHooksI18n.js +19 -19
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/ar.json +5 -5
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/de.json +5 -5
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/en.json +4 -4
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/es.json +5 -5
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/fr.json +5 -5
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/hr.json +4 -4
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/it.json +5 -5
- package/docs/src/views/PageDirectives/PageOnHooks/i18n/ru.json +4 -4
- package/docs/src/views/PageDisclosure/PageDisclosure.js +83 -83
- package/docs/src/views/PageDisclosure/PageDisclosure.pug +64 -64
- package/docs/src/views/PageDisclosure/PageDisclosure.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureBasic/PageDisclosureBasic.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureBasic/PageDisclosureBasic.pug +12 -12
- package/docs/src/views/PageDisclosure/PageDisclosureBasic/PageDisclosureBasic.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureBasic/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/PageDisclosureBtnClass.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/PageDisclosureBtnClass.pug +15 -15
- package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/PageDisclosureBtnClass.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/PageDisclosureBtnIcons.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/PageDisclosureBtnIcons.pug +17 -17
- package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/PageDisclosureBtnIcons.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/PageDisclosureBtnTexts.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/PageDisclosureBtnTexts.pug +15 -15
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/PageDisclosureBtnTexts.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/PageDisclosureBtnTitle.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/PageDisclosureBtnTitle.pug +15 -15
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/PageDisclosureBtnTitle.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/PageDisclosureBtnTitleHtml.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/PageDisclosureBtnTitleHtml.pug +24 -24
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/PageDisclosureBtnTitleHtml.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/compositionAPI/HtmlAPI.js +21 -21
- package/docs/src/views/PageDisclosure/PageDisclosureDisabled/PageDisclosureDisabled.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureDisabled/PageDisclosureDisabled.pug +14 -14
- package/docs/src/views/PageDisclosure/PageDisclosureDisabled/PageDisclosureDisabled.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureDisabled/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageDisclosure/PageDisclosureEvents/PageDisclosureEvents.js +47 -47
- package/docs/src/views/PageDisclosure/PageDisclosureEvents/PageDisclosureEvents.pug +14 -14
- package/docs/src/views/PageDisclosure/PageDisclosureEvents/PageDisclosureEvents.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureEvents/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageDisclosure/PageDisclosureExposes/PageDisclosureExposes.js +72 -72
- package/docs/src/views/PageDisclosure/PageDisclosureExposes/PageDisclosureExposes.pug +24 -24
- package/docs/src/views/PageDisclosure/PageDisclosureExposes/PageDisclosureExposes.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureExposes/compositionAPI/HtmlAPI.js +25 -25
- package/docs/src/views/PageDisclosure/PageDisclosureHtml/PageDisclosureHtml.js +43 -43
- package/docs/src/views/PageDisclosure/PageDisclosureHtml/PageDisclosureHtml.pug +13 -13
- package/docs/src/views/PageDisclosure/PageDisclosureHtml/PageDisclosureHtml.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureHtml/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageDisclosure/PageDisclosureNotLess/PageDisclosureNotLess.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureNotLess/PageDisclosureNotLess.pug +14 -14
- package/docs/src/views/PageDisclosure/PageDisclosureNotLess/PageDisclosureNotLess.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureNotLess/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/PageDisclosureOpenDefault.js +42 -42
- package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/PageDisclosureOpenDefault.pug +14 -14
- package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/PageDisclosureOpenDefault.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/PageDisclosureSafeHtml.js +43 -43
- package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/PageDisclosureSafeHtml.pug +13 -13
- package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/PageDisclosureSafeHtml.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageDisclosure/PageDisclosureSlots/PageDisclosureSlots.js +27 -27
- package/docs/src/views/PageDisclosure/PageDisclosureSlots/PageDisclosureSlots.pug +41 -41
- package/docs/src/views/PageDisclosure/PageDisclosureSlots/PageDisclosureSlots.vue +2 -2
- package/docs/src/views/PageDisclosure/PageDisclosureSlots/compositionAPI/HtmlAPI.js +43 -43
- package/docs/src/views/PageDisclosure/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageDisclosure/compositionAPI/ExposesAPI.js +28 -28
- package/docs/src/views/PageDisclosure/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageDisclosure/compositionAPI/SlotsAPI.js +20 -20
- package/docs/src/views/PageDisclosure/compositionAPI/TranslateAPI.js +10 -10
- package/docs/src/views/PageDisclosure/i18n/PageDisclosureI18n.js +19 -19
- package/docs/src/views/PageDropdown/PageDropdown.js +103 -103
- package/docs/src/views/PageDropdown/PageDropdown.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownBasic/PageDropdownBasic.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownBasic/PageDropdownBasic.pug +9 -9
- package/docs/src/views/PageDropdown/PageDropdownBasic/PageDropdownBasic.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownBasic/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageDropdown/PageDropdownButtonClass/PageDropdownButtonClass.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownButtonClass/PageDropdownButtonClass.pug +21 -21
- package/docs/src/views/PageDropdown/PageDropdownButtonClass/PageDropdownButtonClass.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownButtonClass/compositionAPI/HtmlAPI.js +20 -20
- package/docs/src/views/PageDropdown/PageDropdownButtonIcons/PageDropdownButtonIcons.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownButtonIcons/PageDropdownButtonIcons.pug +31 -31
- package/docs/src/views/PageDropdown/PageDropdownButtonIcons/PageDropdownButtonIcons.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownButtonIcons/compositionAPI/HtmlAPI.js +30 -30
- package/docs/src/views/PageDropdown/PageDropdownButtonLoading/PageDropdownButtonLoading.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownButtonLoading/PageDropdownButtonLoading.pug +26 -26
- package/docs/src/views/PageDropdown/PageDropdownButtonLoading/PageDropdownButtonLoading.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownButtonLoading/compositionAPI/HtmlAPI.js +25 -25
- package/docs/src/views/PageDropdown/PageDropdownButtonText/PageDropdownButtonText.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownButtonText/PageDropdownButtonText.pug +21 -21
- package/docs/src/views/PageDropdown/PageDropdownButtonText/PageDropdownButtonText.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownButtonText/compositionAPI/HtmlAPI.js +20 -20
- package/docs/src/views/PageDropdown/PageDropdownCaretIcon/PageDropdownCaretIcon.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownCaretIcon/PageDropdownCaretIcon.pug +16 -16
- package/docs/src/views/PageDropdown/PageDropdownCaretIcon/PageDropdownCaretIcon.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownCaretIcon/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageDropdown/PageDropdownHasCaret/PageDropdownHasCaret.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownHasCaret/PageDropdownHasCaret.pug +18 -18
- package/docs/src/views/PageDropdown/PageDropdownHasCaret/PageDropdownHasCaret.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownHasCaret/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageDropdown/PageDropdownInBody/PageDropdownInBody.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownInBody/PageDropdownInBody.pug +18 -18
- package/docs/src/views/PageDropdown/PageDropdownInBody/PageDropdownInBody.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownInBody/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageDropdown/PageDropdownTriggers/PageDropdownTriggers.js +41 -41
- package/docs/src/views/PageDropdown/PageDropdownTriggers/PageDropdownTriggers.pug +48 -48
- package/docs/src/views/PageDropdown/PageDropdownTriggers/PageDropdownTriggers.vue +2 -2
- package/docs/src/views/PageDropdown/PageDropdownTriggers/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageDropdown/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageDropdown/compositionAPI/ExposesAPI.js +18 -18
- package/docs/src/views/PageDropdown/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageDropdown/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageDropdown/i18n/PageDropdownI18n.js +19 -19
- package/docs/src/views/PageDropdown/i18n/ru.json +2 -2
- package/docs/src/views/PageFilters/PageFilters.js +47 -47
- package/docs/src/views/PageFilters/PageFilters.pug +32 -32
- package/docs/src/views/PageFilters/PageFilters.vue +2 -2
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.js +94 -94
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.pug +13 -13
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.vue +2 -2
- package/docs/src/views/PageFilters/PageFiltersDefaultHide/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.js +80 -80
- package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.pug +16 -16
- package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.vue +2 -2
- package/docs/src/views/PageFilters/PageFiltersExample/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageFilters/PageFiltersModelId/PageFiltersModelId.pug +13 -13
- package/docs/src/views/PageFilters/PageFiltersModelId/PageFiltersModelId.vue +2 -2
- package/docs/src/views/PageFilters/PageFiltersModelId/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageFilters/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageFilters/compositionAPI/ExposesAPI.js +18 -18
- package/docs/src/views/PageFilters/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageFilters/compositionAPI/PropsAPI.js +106 -106
- package/docs/src/views/PageFilters/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageFilters/i18n/PageFiltersI18n.js +19 -19
- package/docs/src/views/PageFilters/i18n/ar.json +48 -48
- package/docs/src/views/PageFilters/i18n/de.json +11 -11
- package/docs/src/views/PageFilters/i18n/en.json +48 -48
- package/docs/src/views/PageFilters/i18n/es.json +48 -48
- package/docs/src/views/PageFilters/i18n/fr.json +48 -48
- package/docs/src/views/PageFilters/i18n/hr.json +45 -45
- package/docs/src/views/PageFilters/i18n/it.json +48 -48
- package/docs/src/views/PageFilters/i18n/ru.json +40 -40
- package/docs/src/views/PageFiltersRight/PageFiltersRight.js +43 -43
- package/docs/src/views/PageFiltersRight/PageFiltersRight.pug +28 -28
- package/docs/src/views/PageFiltersRight/PageFiltersRight.vue +2 -2
- package/docs/src/views/PageFiltersRight/PageFiltersRightExample/PageFiltersRightExample.js +58 -58
- package/docs/src/views/PageFiltersRight/PageFiltersRightExample/PageFiltersRightExample.pug +14 -14
- package/docs/src/views/PageFiltersRight/PageFiltersRightExample/PageFiltersRightExample.vue +2 -2
- package/docs/src/views/PageFiltersRight/PageFiltersRightExample/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageFiltersRight/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageFiltersRight/compositionAPI/ExposesAPI.js +18 -18
- package/docs/src/views/PageFiltersRight/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageFiltersRight/compositionAPI/PropsAPI.js +106 -106
- package/docs/src/views/PageFiltersRight/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageFiltersRight/i18n/PageFiltersRightI18n.js +19 -19
- package/docs/src/views/PageFiltersRight/i18n/ar.json +2 -2
- package/docs/src/views/PageFiltersRight/i18n/de.json +2 -2
- package/docs/src/views/PageFiltersRight/i18n/en.json +2 -2
- package/docs/src/views/PageFiltersRight/i18n/es.json +2 -2
- package/docs/src/views/PageFiltersRight/i18n/fr.json +2 -2
- package/docs/src/views/PageFiltersRight/i18n/hr.json +2 -2
- package/docs/src/views/PageFiltersRight/i18n/it.json +2 -2
- package/docs/src/views/PageFiltersRight/i18n/ru.json +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdown.js +63 -63
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdown.pug +48 -48
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdown.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/PageGroupButtonDropdownActionsClasses.js +61 -61
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/PageGroupButtonDropdownActionsClasses.pug +20 -20
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/PageGroupButtonDropdownActionsClasses.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/PageGroupButtonDropdownBasic.js +46 -46
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/PageGroupButtonDropdownBasic.pug +10 -10
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/PageGroupButtonDropdownBasic.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/PageGroupButtonDropdownDisabled.js +61 -61
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/PageGroupButtonDropdownDisabled.pug +20 -20
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/PageGroupButtonDropdownDisabled.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDropdownAttributes/PageGroupButtonDropdownDropdownAttributes.js +61 -61
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDropdownAttributes/PageGroupButtonDropdownDropdownAttributes.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/PageGroupButtonDropdownExtraClasses.js +67 -67
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/PageGroupButtonDropdownExtraClasses.pug +12 -12
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/PageGroupButtonDropdownExtraClasses.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown.js +67 -67
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown.pug +20 -20
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/PageGroupButtonDropdownIndexFirstDropdownAction.js +67 -67
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/PageGroupButtonDropdownIndexFirstDropdownAction.pug +36 -36
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/PageGroupButtonDropdownIndexFirstDropdownAction.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/compositionAPI/HtmlAPI.js +35 -35
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/PageGroupButtonDropdownIndexFirstDropdownActionOne.js +115 -115
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/PageGroupButtonDropdownIndexFirstDropdownActionOne.pug +30 -30
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/PageGroupButtonDropdownIndexFirstDropdownActionOne.vue +2 -2
- package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/compositionAPI/HtmlAPI.js +29 -29
- package/docs/src/views/PageGroupButtonDropdown/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageGroupButtonDropdown/compositionAPI/ExposesAPI.js +33 -33
- package/docs/src/views/PageGroupButtonDropdown/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageGroupButtonDropdown/compositionAPI/PropsAPI.js +242 -242
- package/docs/src/views/PageGroupButtonDropdown/compositionAPI/SlotsAPI.js +24 -24
- package/docs/src/views/PageGroupButtonDropdown/i18n/PageGroupButtonDropdownI18n.js +19 -19
- package/docs/src/views/PageGroupButtonDropdown/i18n/ar.json +3 -3
- package/docs/src/views/PageGroupButtonDropdown/i18n/de.json +17 -17
- package/docs/src/views/PageGroupButtonDropdown/i18n/en.json +2 -2
- package/docs/src/views/PageGroupButtonDropdown/i18n/es.json +2 -2
- package/docs/src/views/PageGroupButtonDropdown/i18n/fr.json +2 -2
- package/docs/src/views/PageGroupButtonDropdown/i18n/hr.json +2 -2
- package/docs/src/views/PageGroupButtonDropdown/i18n/it.json +2 -2
- package/docs/src/views/PageGroupButtonDropdown/i18n/ru.json +2 -2
- package/docs/src/views/PageLink/PageLink.js +89 -89
- package/docs/src/views/PageLink/PageLink.pug +74 -74
- package/docs/src/views/PageLink/PageLink.vue +2 -2
- package/docs/src/views/PageLink/PageLinkBasic/PageLinkBasic.js +27 -27
- package/docs/src/views/PageLink/PageLinkBasic/PageLinkBasic.pug +20 -20
- package/docs/src/views/PageLink/PageLinkBasic/PageLinkBasic.vue +2 -2
- package/docs/src/views/PageLink/PageLinkBasic/compositionAPI/HtmlAPI.js +23 -23
- package/docs/src/views/PageLink/PageLinkClass/PageLinkClass.js +27 -27
- package/docs/src/views/PageLink/PageLinkClass/PageLinkClass.pug +57 -57
- package/docs/src/views/PageLink/PageLinkClass/PageLinkClass.vue +2 -2
- package/docs/src/views/PageLink/PageLinkClass/compositionAPI/HtmlAPI.js +66 -66
- package/docs/src/views/PageLink/PageLinkClass/compositionAPI/JsAPI.js +14 -14
- package/docs/src/views/PageLink/PageLinkComplex/PageLinkComplex.js +27 -27
- package/docs/src/views/PageLink/PageLinkComplex/PageLinkComplex.vue +2 -2
- package/docs/src/views/PageLink/PageLinkDisabled/PageLinkDisabled.js +27 -27
- package/docs/src/views/PageLink/PageLinkDisabled/PageLinkDisabled.pug +175 -175
- package/docs/src/views/PageLink/PageLinkDisabled/PageLinkDisabled.vue +2 -2
- package/docs/src/views/PageLink/PageLinkDisabled/compositionAPI/HtmlAPI.js +202 -202
- package/docs/src/views/PageLink/PageLinkGroup/PageLinkGroup.js +27 -27
- package/docs/src/views/PageLink/PageLinkGroup/PageLinkGroup.pug +48 -48
- package/docs/src/views/PageLink/PageLinkGroup/PageLinkGroup.vue +2 -2
- package/docs/src/views/PageLink/PageLinkGroup/compositionAPI/HtmlAPI.js +62 -62
- package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/PageLinkGroupHorizontalVertical.js +27 -27
- package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/PageLinkGroupHorizontalVertical.pug +70 -70
- package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/PageLinkGroupHorizontalVertical.vue +2 -2
- package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/compositionAPI/HtmlAPI.js +94 -94
- package/docs/src/views/PageLink/PageLinkGroupSizes/PageLinkGroupSizes.js +27 -27
- package/docs/src/views/PageLink/PageLinkGroupSizes/PageLinkGroupSizes.pug +48 -48
- package/docs/src/views/PageLink/PageLinkGroupSizes/PageLinkGroupSizes.vue +2 -2
- package/docs/src/views/PageLink/PageLinkGroupSizes/compositionAPI/HtmlAPI.js +62 -62
- package/docs/src/views/PageLink/PageLinkGroupVertical/PageLinkGroupVertical.js +27 -27
- package/docs/src/views/PageLink/PageLinkGroupVertical/PageLinkGroupVertical.pug +48 -48
- package/docs/src/views/PageLink/PageLinkGroupVertical/PageLinkGroupVertical.vue +2 -2
- package/docs/src/views/PageLink/PageLinkGroupVertical/compositionAPI/HtmlAPI.js +62 -62
- package/docs/src/views/PageLink/PageLinkHtml/PageLinkHtml.js +27 -27
- package/docs/src/views/PageLink/PageLinkHtml/PageLinkHtml.pug +15 -15
- package/docs/src/views/PageLink/PageLinkHtml/PageLinkHtml.vue +2 -2
- package/docs/src/views/PageLink/PageLinkHtml/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageLink/PageLinkIcons/PageLinkIcons.js +27 -27
- package/docs/src/views/PageLink/PageLinkIcons/PageLinkIcons.vue +2 -2
- package/docs/src/views/PageLink/PageLinkLoading/PageLinkLoading.js +41 -41
- package/docs/src/views/PageLink/PageLinkLoading/PageLinkLoading.pug +26 -26
- package/docs/src/views/PageLink/PageLinkLoading/PageLinkLoading.vue +2 -2
- package/docs/src/views/PageLink/PageLinkLoading/compositionAPI/HtmlAPI.js +28 -28
- package/docs/src/views/PageLink/PageLinkOutline/PageLinkOutline.js +27 -27
- package/docs/src/views/PageLink/PageLinkOutline/PageLinkOutline.pug +52 -52
- package/docs/src/views/PageLink/PageLinkOutline/PageLinkOutline.vue +2 -2
- package/docs/src/views/PageLink/PageLinkOutline/compositionAPI/HtmlAPI.js +60 -60
- package/docs/src/views/PageLink/PageLinkSafeHtml/PageLinkSafeHtml.js +27 -27
- package/docs/src/views/PageLink/PageLinkSafeHtml/PageLinkSafeHtml.pug +15 -15
- package/docs/src/views/PageLink/PageLinkSafeHtml/PageLinkSafeHtml.vue +2 -2
- package/docs/src/views/PageLink/PageLinkSafeHtml/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageLink/PageLinkSizes/PageLinkSizes.js +27 -27
- package/docs/src/views/PageLink/PageLinkSizes/PageLinkSizes.pug +17 -17
- package/docs/src/views/PageLink/PageLinkSizes/PageLinkSizes.vue +2 -2
- package/docs/src/views/PageLink/PageLinkSizes/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/PageLink/PageLinkSlotAppend/PageLinkSlotAppend.js +27 -27
- package/docs/src/views/PageLink/PageLinkSlotAppend/PageLinkSlotAppend.pug +16 -16
- package/docs/src/views/PageLink/PageLinkSlotAppend/PageLinkSlotAppend.vue +2 -2
- package/docs/src/views/PageLink/PageLinkSlotAppend/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageLink/PageLinkSlotDefault/PageLinkSlotDefault.js +27 -27
- package/docs/src/views/PageLink/PageLinkSlotDefault/PageLinkSlotDefault.pug +12 -12
- package/docs/src/views/PageLink/PageLinkSlotDefault/PageLinkSlotDefault.vue +2 -2
- package/docs/src/views/PageLink/PageLinkSlotDefault/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageLink/PageLinkSlotPrepend/PageLinkSlotPrepend.js +27 -27
- package/docs/src/views/PageLink/PageLinkSlotPrepend/PageLinkSlotPrepend.pug +16 -16
- package/docs/src/views/PageLink/PageLinkSlotPrepend/PageLinkSlotPrepend.vue +2 -2
- package/docs/src/views/PageLink/PageLinkSlotPrepend/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageLink/PageLinkSlotTitle/PageLinkSlotTitle.js +27 -27
- package/docs/src/views/PageLink/PageLinkSlotTitle/PageLinkSlotTitle.pug +17 -17
- package/docs/src/views/PageLink/PageLinkSlotTitle/PageLinkSlotTitle.vue +2 -2
- package/docs/src/views/PageLink/PageLinkSlotTitle/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/PageLink/PageLinkTextAfterBefore/PageLinkTextAfterBefore.js +27 -27
- package/docs/src/views/PageLink/PageLinkTextAfterBefore/PageLinkTextAfterBefore.pug +14 -14
- package/docs/src/views/PageLink/PageLinkTextAfterBefore/PageLinkTextAfterBefore.vue +2 -2
- package/docs/src/views/PageLink/PageLinkTextAfterBefore/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageLink/PageLinkTextObject/PageLinkTextObject.js +27 -27
- package/docs/src/views/PageLink/PageLinkTextObject/PageLinkTextObject.pug +12 -12
- package/docs/src/views/PageLink/PageLinkTextObject/PageLinkTextObject.vue +2 -2
- package/docs/src/views/PageLink/PageLinkTextObject/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageLink/PageLinkTextTag/PageLinkTextTag.js +27 -27
- package/docs/src/views/PageLink/PageLinkTextTag/PageLinkTextTag.pug +13 -13
- package/docs/src/views/PageLink/PageLinkTextTag/PageLinkTextTag.vue +2 -2
- package/docs/src/views/PageLink/PageLinkTextTag/compositionAPI/HtmlAPI.js +12 -12
- package/docs/src/views/PageLink/PageLinkTitleArray/PageLinkTitleArray.js +27 -27
- package/docs/src/views/PageLink/PageLinkTitleArray/PageLinkTitleArray.pug +13 -13
- package/docs/src/views/PageLink/PageLinkTitleArray/PageLinkTitleArray.vue +2 -2
- package/docs/src/views/PageLink/PageLinkTitleArray/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageLink/PageLinkTitleHtml/PageLinkTitleHtml.js +27 -27
- package/docs/src/views/PageLink/PageLinkTitleHtml/PageLinkTitleHtml.pug +136 -136
- package/docs/src/views/PageLink/PageLinkTitleHtml/PageLinkTitleHtml.vue +2 -2
- package/docs/src/views/PageLink/PageLinkTitleHtml/compositionAPI/HtmlAPI.js +151 -151
- package/docs/src/views/PageLink/PageLinkTransparent/PageLinkTransparent.js +27 -27
- package/docs/src/views/PageLink/PageLinkTransparent/PageLinkTransparent.pug +52 -52
- package/docs/src/views/PageLink/PageLinkTransparent/PageLinkTransparent.vue +2 -2
- package/docs/src/views/PageLink/PageLinkTransparent/compositionAPI/HtmlAPI.js +60 -60
- package/docs/src/views/PageLink/compositionAPI/ExposesAPI.js +33 -33
- package/docs/src/views/PageLink/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageLink/compositionAPI/SlotsAPI.js +24 -24
- package/docs/src/views/PageLink/i18n/PageLinkI18n.js +19 -19
- package/docs/src/views/PageLinkCopy/PageLinkCopy.js +61 -61
- package/docs/src/views/PageLinkCopy/PageLinkCopy.pug +43 -43
- package/docs/src/views/PageLinkCopy/PageLinkCopy.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.pug +17 -17
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.pug +16 -16
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.pug +15 -15
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyClass/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.pug +13 -13
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.pug +11 -11
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.pug +10 -10
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.pug +14 -14
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.pug +14 -14
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.js +27 -27
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.pug +16 -16
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.vue +2 -2
- package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageLinkCopy/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageLinkCopy/compositionAPI/PropsAPI.js +57 -57
- package/docs/src/views/PageLinkCopy/compositionAPI/SlotsAPI.js +16 -16
- package/docs/src/views/PageLinkCopy/compositionAPI/TranslateAPI.js +10 -10
- package/docs/src/views/PageLinkCopy/i18n/PageLinkCopyI18n.js +19 -19
- package/docs/src/views/PageLinkCopy/i18n/ar.json +31 -31
- package/docs/src/views/PageLinkCopy/i18n/de.json +30 -30
- package/docs/src/views/PageLinkCopy/i18n/en.json +31 -31
- package/docs/src/views/PageLinkCopy/i18n/es.json +31 -31
- package/docs/src/views/PageLinkCopy/i18n/fr.json +31 -31
- package/docs/src/views/PageLinkCopy/i18n/hr.json +30 -30
- package/docs/src/views/PageLinkCopy/i18n/it.json +31 -31
- package/docs/src/views/PageLinkCopy/i18n/ru.json +30 -30
- package/docs/src/views/PageList/PageList.js +59 -59
- package/docs/src/views/PageList/PageList.pug +42 -42
- package/docs/src/views/PageList/PageList.vue +2 -2
- package/docs/src/views/PageList/PageListBasic/PageListBasic.js +43 -43
- package/docs/src/views/PageList/PageListBasic/PageListBasic.pug +10 -10
- package/docs/src/views/PageList/PageListBasic/PageListBasic.vue +2 -2
- package/docs/src/views/PageList/PageListBasic/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageList/PageListClassGroup/PageListClassGroup.js +43 -43
- package/docs/src/views/PageList/PageListClassGroup/PageListClassGroup.pug +27 -27
- package/docs/src/views/PageList/PageListClassGroup/PageListClassGroup.vue +2 -2
- package/docs/src/views/PageList/PageListClassGroup/compositionAPI/HtmlAPI.js +26 -26
- package/docs/src/views/PageList/PageListIsDataSimpleArray/PageListIsDataSimpleArray.js +59 -59
- package/docs/src/views/PageList/PageListIsDataSimpleArray/PageListIsDataSimpleArray.pug +18 -18
- package/docs/src/views/PageList/PageListIsDataSimpleArray/PageListIsDataSimpleArray.vue +2 -2
- package/docs/src/views/PageList/PageListIsDataSimpleArray/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageList/PageListIsHtml/PageListIsHtml.js +113 -113
- package/docs/src/views/PageList/PageListIsHtml/PageListIsHtml.pug +33 -33
- package/docs/src/views/PageList/PageListIsHtml/PageListIsHtml.vue +2 -2
- package/docs/src/views/PageList/PageListIsHtml/compositionAPI/HtmlAPI.js +30 -30
- package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.js +52 -52
- package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.pug +12 -12
- package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.vue +2 -2
- package/docs/src/views/PageList/PageListKeyChildren/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageList/PageListKeyId/PageListKeyId.js +61 -61
- package/docs/src/views/PageList/PageListKeyId/PageListKeyId.pug +18 -18
- package/docs/src/views/PageList/PageListKeyId/PageListKeyId.vue +2 -2
- package/docs/src/views/PageList/PageListKeyId/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.js +44 -44
- package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.pug +11 -11
- package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.vue +2 -2
- package/docs/src/views/PageList/PageListKeyLabelCallback/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageList/PageListSeparator/PageListSeparator.js +35 -35
- package/docs/src/views/PageList/PageListSeparator/PageListSeparator.pug +36 -36
- package/docs/src/views/PageList/PageListSeparator/PageListSeparator.vue +2 -2
- package/docs/src/views/PageList/PageListSeparator/compositionAPI/HtmlAPI.js +33 -33
- package/docs/src/views/PageList/PageListSeparatorHtml/PageListSeparatorHtml.js +35 -35
- package/docs/src/views/PageList/PageListSeparatorHtml/PageListSeparatorHtml.pug +23 -23
- package/docs/src/views/PageList/PageListSeparatorHtml/PageListSeparatorHtml.vue +2 -2
- package/docs/src/views/PageList/PageListSeparatorHtml/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageList/PageListTag/PageListTag.js +51 -51
- package/docs/src/views/PageList/PageListTag/PageListTag.pug +21 -21
- package/docs/src/views/PageList/PageListTag/PageListTag.vue +2 -2
- package/docs/src/views/PageList/PageListTag/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.js +71 -71
- package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.pug +15 -15
- package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.vue +2 -2
- package/docs/src/views/PageList/PageListWithSlot/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageList/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageList/compositionAPI/PropsAPI.js +107 -107
- package/docs/src/views/PageList/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageList/i18n/PageListI18n.js +19 -19
- package/docs/src/views/PageList/i18n/ar.json +39 -39
- package/docs/src/views/PageList/i18n/de.json +39 -39
- package/docs/src/views/PageList/i18n/en.json +39 -39
- package/docs/src/views/PageList/i18n/es.json +39 -39
- package/docs/src/views/PageList/i18n/fr.json +39 -39
- package/docs/src/views/PageList/i18n/hr.json +39 -39
- package/docs/src/views/PageList/i18n/it.json +39 -39
- package/docs/src/views/PageList/i18n/ru.json +36 -36
- package/docs/src/views/PageLoading/PageLoading.vue +2 -2
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.js +49 -49
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.pug +34 -34
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.vue +2 -2
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/PageMenuBasicExample.pug +13 -13
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/PageMenuBasicExample.vue +2 -2
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/compositionAPI/JsAPI.js +14 -14
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/ExposesAPI.js +18 -18
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/PropsAPI.js +106 -106
- package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/PageMenuBasicI18n.js +19 -19
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/ar.json +3 -3
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/de.json +3 -3
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/en.json +3 -3
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/es.json +3 -3
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/fr.json +3 -3
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/hr.json +3 -3
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/it.json +3 -3
- package/docs/src/views/PageMenu/PageMenuBasic/i18n/ru.json +3 -3
- package/docs/src/views/PageModal/PageModal.vue +2 -2
- package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.js +46 -46
- package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.pug +17 -17
- package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.vue +2 -2
- package/docs/src/views/PageModal/PageModalBasic/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.js +52 -52
- package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.pug +19 -19
- package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.vue +2 -2
- package/docs/src/views/PageModal/PageModalBodyHtml/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.js +46 -46
- package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.pug +22 -22
- package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.vue +2 -2
- package/docs/src/views/PageModal/PageModalCloseButton/compositionAPI/HtmlAPI.js +21 -21
- package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.js +52 -52
- package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.pug +22 -22
- package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.vue +2 -2
- package/docs/src/views/PageModal/PageModalSaveButton/compositionAPI/HtmlAPI.js +21 -21
- package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.js +46 -46
- package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.pug +20 -20
- package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.vue +2 -2
- package/docs/src/views/PageModal/PageModalSelectorClose/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.js +46 -46
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.pug +20 -20
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.vue +2 -2
- package/docs/src/views/PageModal/PageModalSelectorCloseIds/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageModal/PageModalSize/PageModalSize.js +49 -49
- package/docs/src/views/PageModal/PageModalSize/PageModalSize.pug +47 -47
- package/docs/src/views/PageModal/PageModalSize/PageModalSize.vue +2 -2
- package/docs/src/views/PageModal/PageModalSize/compositionAPI/HtmlAPI.js +48 -48
- package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.js +46 -46
- package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.pug +41 -41
- package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.vue +2 -2
- package/docs/src/views/PageModal/PageModalSlots/compositionAPI/HtmlAPI.js +46 -46
- package/docs/src/views/PageModal/compositionAPI/ExposesAPI.js +33 -33
- package/docs/src/views/PageModal/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageModal/compositionAPI/SlotsAPI.js +24 -24
- package/docs/src/views/PageModal/i18n/PageModalI18n.js +19 -19
- package/docs/src/views/PageModalWizard/PageModalWizard.js +44 -44
- package/docs/src/views/PageModalWizard/PageModalWizard.vue +2 -2
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.js +77 -77
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.pug +55 -55
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.vue +2 -2
- package/docs/src/views/PageModalWizard/PageModalWizardBasic/compositionAPI/HtmlAPI.js +57 -57
- package/docs/src/views/PageModalWizard/compositionAPI/ExposesAPI.js +33 -33
- package/docs/src/views/PageModalWizard/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageModalWizard/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageModalWizard/i18n/PageModalWizardI18n.js +19 -19
- package/docs/src/views/PageModalWizard/i18n/ru.json +8 -8
- package/docs/src/views/PageNotification/PageNotification.js +40 -40
- package/docs/src/views/PageNotification/PageNotification.pug +16 -16
- package/docs/src/views/PageNotification/PageNotification.vue +2 -2
- package/docs/src/views/PageRate/PageRate.js +51 -51
- package/docs/src/views/PageRate/PageRate.pug +42 -42
- package/docs/src/views/PageRate/PageRate.vue +2 -2
- package/docs/src/views/PageRate/PageRateColor/PageRateColor.js +27 -27
- package/docs/src/views/PageRate/PageRateColor/PageRateColor.pug +11 -11
- package/docs/src/views/PageRate/PageRateColor/PageRateColor.vue +2 -2
- package/docs/src/views/PageRate/PageRateColor/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageRate/PageRateHalfIcon/PageRateHalfIcon.js +27 -27
- package/docs/src/views/PageRate/PageRateHalfIcon/PageRateHalfIcon.pug +10 -10
- package/docs/src/views/PageRate/PageRateHalfIcon/PageRateHalfIcon.vue +2 -2
- package/docs/src/views/PageRate/PageRateHalfIcon/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageRate/PageRateHoveredColor/PageRateHoveredColor.js +27 -27
- package/docs/src/views/PageRate/PageRateHoveredColor/PageRateHoveredColor.pug +11 -11
- package/docs/src/views/PageRate/PageRateHoveredColor/PageRateHoveredColor.vue +2 -2
- package/docs/src/views/PageRate/PageRateHoveredColor/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageRate/PageRateIcon/PageRateIcon.js +27 -27
- package/docs/src/views/PageRate/PageRateIcon/PageRateIcon.pug +14 -14
- package/docs/src/views/PageRate/PageRateIcon/PageRateIcon.vue +2 -2
- package/docs/src/views/PageRate/PageRateIcon/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageRate/PageRateIconFill/PageRateIconFill.js +27 -27
- package/docs/src/views/PageRate/PageRateIconFill/PageRateIconFill.pug +10 -10
- package/docs/src/views/PageRate/PageRateIconFill/PageRateIconFill.vue +2 -2
- package/docs/src/views/PageRate/PageRateIconFill/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageRate/PageRateModelValue/PageRateModelValue.js +36 -36
- package/docs/src/views/PageRate/PageRateModelValue/PageRateModelValue.pug +12 -12
- package/docs/src/views/PageRate/PageRateModelValue/PageRateModelValue.vue +2 -2
- package/docs/src/views/PageRate/PageRateModelValue/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageRate/PageRateRating/PageRateRating.js +27 -27
- package/docs/src/views/PageRate/PageRateRating/PageRateRating.pug +10 -10
- package/docs/src/views/PageRate/PageRateRating/PageRateRating.vue +2 -2
- package/docs/src/views/PageRate/PageRateRating/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageRate/PageRateReadonly/PageRateReadonly.js +27 -27
- package/docs/src/views/PageRate/PageRateReadonly/PageRateReadonly.pug +13 -13
- package/docs/src/views/PageRate/PageRateReadonly/PageRateReadonly.vue +2 -2
- package/docs/src/views/PageRate/PageRateReadonly/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageRate/PageRateShowScore/PageRateShowScore.js +27 -27
- package/docs/src/views/PageRate/PageRateShowScore/PageRateShowScore.pug +10 -10
- package/docs/src/views/PageRate/PageRateShowScore/PageRateShowScore.vue +2 -2
- package/docs/src/views/PageRate/PageRateShowScore/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageRate/PageRateSize/PageRateSize.js +27 -27
- package/docs/src/views/PageRate/PageRateSize/PageRateSize.pug +21 -21
- package/docs/src/views/PageRate/PageRateSize/PageRateSize.vue +2 -2
- package/docs/src/views/PageRate/PageRateSize/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageRate/PageRateTextExtra/PageRateTextExtra.js +27 -27
- package/docs/src/views/PageRate/PageRateTextExtra/PageRateTextExtra.pug +10 -10
- package/docs/src/views/PageRate/PageRateTextExtra/PageRateTextExtra.vue +2 -2
- package/docs/src/views/PageRate/PageRateTextExtra/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageRate/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageRate/compositionAPI/PropsAPI.js +92 -92
- package/docs/src/views/PageRate/i18n/PageARateI18n.js +19 -19
- package/docs/src/views/PageRate/i18n/ar.json +17 -17
- package/docs/src/views/PageRate/i18n/de.json +17 -17
- package/docs/src/views/PageRate/i18n/en.json +17 -17
- package/docs/src/views/PageRate/i18n/es.json +17 -17
- package/docs/src/views/PageRate/i18n/fr.json +17 -17
- package/docs/src/views/PageRate/i18n/hr.json +17 -17
- package/docs/src/views/PageRate/i18n/it.json +17 -17
- package/docs/src/views/PageRate/i18n/ru.json +17 -17
- package/docs/src/views/PageScale/PageScale.js +31 -31
- package/docs/src/views/PageScale/PageScale.pug +114 -114
- package/docs/src/views/PageScale/PageScale.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMore.js +91 -91
- package/docs/src/views/PageShowMore/PageShowMore.pug +70 -70
- package/docs/src/views/PageShowMore/PageShowMore.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreBasic/PageShowMoreBasic.js +27 -27
- package/docs/src/views/PageShowMore/PageShowMoreBasic/PageShowMoreBasic.pug +22 -22
- package/docs/src/views/PageShowMore/PageShowMoreBasic/PageShowMoreBasic.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreBasic/compositionAPI/HtmlAPI.js +22 -22
- package/docs/src/views/PageShowMore/PageShowMoreBtnClass/PageShowMoreBtnClass.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreBtnClass/PageShowMoreBtnClass.pug +14 -14
- package/docs/src/views/PageShowMore/PageShowMoreBtnClass/PageShowMoreBtnClass.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreBtnClass/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/PageShowMoreBtnIcons.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/PageShowMoreBtnIcons.pug +16 -16
- package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/PageShowMoreBtnIcons.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/PageShowMoreBtnTitle.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/PageShowMoreBtnTitle.pug +14 -14
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/PageShowMoreBtnTitle.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/PageShowMoreBtnTitleHtml.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/PageShowMoreBtnTitleHtml.pug +22 -22
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/PageShowMoreBtnTitleHtml.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageShowMore/PageShowMoreDisabled/PageShowMoreDisabled.js +27 -27
- package/docs/src/views/PageShowMore/PageShowMoreDisabled/PageShowMoreDisabled.pug +25 -25
- package/docs/src/views/PageShowMore/PageShowMoreDisabled/PageShowMoreDisabled.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreDisabled/compositionAPI/HtmlAPI.js +24 -24
- package/docs/src/views/PageShowMore/PageShowMoreEvents/PageShowMoreEvents.js +56 -56
- package/docs/src/views/PageShowMore/PageShowMoreEvents/PageShowMoreEvents.pug +13 -13
- package/docs/src/views/PageShowMore/PageShowMoreEvents/PageShowMoreEvents.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreEvents/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageShowMore/PageShowMoreExposes/PageShowMoreExposes.js +81 -81
- package/docs/src/views/PageShowMore/PageShowMoreExposes/PageShowMoreExposes.pug +26 -26
- package/docs/src/views/PageShowMore/PageShowMoreExposes/PageShowMoreExposes.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreExposes/compositionAPI/HtmlAPI.js +25 -25
- package/docs/src/views/PageShowMore/PageShowMoreHeight/PageShowMoreHeight.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreHeight/PageShowMoreHeight.pug +13 -13
- package/docs/src/views/PageShowMore/PageShowMoreHeight/PageShowMoreHeight.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreHeight/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageShowMore/PageShowMoreHtml/PageShowMoreHtml.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreHtml/PageShowMoreHtml.pug +12 -12
- package/docs/src/views/PageShowMore/PageShowMoreHtml/PageShowMoreHtml.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreHtml/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageShowMore/PageShowMoreNotLess/PageShowMoreNotLess.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreNotLess/PageShowMoreNotLess.pug +13 -13
- package/docs/src/views/PageShowMore/PageShowMoreNotLess/PageShowMoreNotLess.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreNotLess/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/PageShowMoreOpenDefault.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/PageShowMoreOpenDefault.pug +13 -13
- package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/PageShowMoreOpenDefault.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/PageShowMoreSafeHtml.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/PageShowMoreSafeHtml.pug +12 -12
- package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/PageShowMoreSafeHtml.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageShowMore/PageShowMoreSlots/PageShowMoreSlots.js +27 -27
- package/docs/src/views/PageShowMore/PageShowMoreSlots/PageShowMoreSlots.pug +36 -36
- package/docs/src/views/PageShowMore/PageShowMoreSlots/PageShowMoreSlots.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreSlots/compositionAPI/HtmlAPI.js +38 -38
- package/docs/src/views/PageShowMore/PageShowMoreText/PageShowMoreText.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreText/PageShowMoreText.pug +12 -12
- package/docs/src/views/PageShowMore/PageShowMoreText/PageShowMoreText.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreText/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageShowMore/PageShowMoreTextLength/PageShowMoreTextLength.js +60 -60
- package/docs/src/views/PageShowMore/PageShowMoreTextLength/PageShowMoreTextLength.pug +17 -17
- package/docs/src/views/PageShowMore/PageShowMoreTextLength/PageShowMoreTextLength.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreTextLength/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageShowMore/PageShowMoreTexts/PageShowMoreTexts.js +51 -51
- package/docs/src/views/PageShowMore/PageShowMoreTexts/PageShowMoreTexts.pug +14 -14
- package/docs/src/views/PageShowMore/PageShowMoreTexts/PageShowMoreTexts.vue +2 -2
- package/docs/src/views/PageShowMore/PageShowMoreTexts/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageShowMore/compositionAPI/EventsAPI.js +13 -13
- package/docs/src/views/PageShowMore/compositionAPI/ExposesAPI.js +28 -28
- package/docs/src/views/PageShowMore/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageShowMore/compositionAPI/PropsAPI.js +176 -176
- package/docs/src/views/PageShowMore/compositionAPI/SlotsAPI.js +16 -16
- package/docs/src/views/PageShowMore/compositionAPI/TranslateAPI.js +12 -12
- package/docs/src/views/PageShowMore/i18n/PageShowMoreI18n.js +19 -19
- package/docs/src/views/PageShowMore/i18n/ar.json +70 -70
- package/docs/src/views/PageShowMore/i18n/de.json +70 -70
- package/docs/src/views/PageShowMore/i18n/en.json +70 -70
- package/docs/src/views/PageShowMore/i18n/es.json +70 -70
- package/docs/src/views/PageShowMore/i18n/fr.json +70 -70
- package/docs/src/views/PageShowMore/i18n/hr.json +70 -70
- package/docs/src/views/PageShowMore/i18n/it.json +70 -70
- package/docs/src/views/PageShowMore/i18n/ru.json +46 -46
- package/docs/src/views/PageSpinner/PageSpinner.vue +2 -2
- package/docs/src/views/PageStart/PageStart.vue +2 -2
- package/docs/src/views/PageSvg/PageSvg.js +31 -31
- package/docs/src/views/PageSvg/PageSvg.pug +18 -18
- package/docs/src/views/PageSvg/PageSvg.vue +2 -2
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplex.js +26 -26
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplex.pug +15 -15
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplex.vue +2 -2
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/PageTableComplexExample.pug +88 -88
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/PageTableComplexExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/compositionAPI/HtmlAPI.js +40 -40
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/compositionAPI/JsAPI.js +30 -30
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/PageTableComplexSlotRowActions.js +539 -539
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/PageTableComplexSlotRowActions.pug +87 -87
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/PageTableComplexSlotRowActions.vue +2 -2
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/compositionAPI/HtmlAPI.js +40 -40
- package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/compositionAPI/JsAPI.js +30 -30
- package/docs/src/views/PageTable/PageTableComplex/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.js +29 -29
- package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.pug +15 -15
- package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.vue +2 -2
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.js +125 -125
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.pug +17 -17
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.vue +2 -2
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.js +110 -110
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.pug +17 -17
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.js +130 -130
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.pug +17 -17
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.vue +2 -2
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.js +117 -117
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.pug +17 -17
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.vue +2 -2
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.js +114 -114
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.pug +17 -17
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.vue +2 -2
- package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableFilters/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTableFilters/i18n/PageTableFiltersI18n.js +19 -19
- package/docs/src/views/PageTable/PageTableFilters/i18n/ar.json +6 -6
- package/docs/src/views/PageTable/PageTableFilters/i18n/de.json +6 -6
- package/docs/src/views/PageTable/PageTableFilters/i18n/en.json +5 -5
- package/docs/src/views/PageTable/PageTableFilters/i18n/es.json +5 -5
- package/docs/src/views/PageTable/PageTableFilters/i18n/fr.json +5 -5
- package/docs/src/views/PageTable/PageTableFilters/i18n/hr.json +5 -5
- package/docs/src/views/PageTable/PageTableFilters/i18n/it.json +5 -5
- package/docs/src/views/PageTable/PageTableFilters/i18n/ru.json +5 -5
- package/docs/src/views/PageTable/PageTablePagination/PageTablePagination.js +40 -40
- package/docs/src/views/PageTable/PageTablePagination/PageTablePagination.pug +21 -21
- package/docs/src/views/PageTable/PageTablePagination/PageTablePagination.vue +2 -2
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/PageTablePaginationDisabled.js +80 -80
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/PageTablePaginationDisabled.pug +15 -15
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/PageTablePaginationDisabled.vue +2 -2
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/PageTablePaginationExample.js +80 -80
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/PageTablePaginationExample.pug +15 -15
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/PageTablePaginationExample.vue +2 -2
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/PageTablePaginationLimit.js +80 -80
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/PageTablePaginationLimit.pug +15 -15
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/PageTablePaginationLimit.vue +2 -2
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/PageTablePaginationLimitStart.js +80 -80
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/PageTablePaginationLimitStart.pug +15 -15
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/PageTablePaginationLimitStart.vue +2 -2
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/PageTablePaginationMaxItems.js +80 -80
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/PageTablePaginationMaxItems.pug +15 -15
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/PageTablePaginationMaxItems.vue +2 -2
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/PageTablePaginationOutside.js +103 -103
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/PageTablePaginationOutside.pug +19 -19
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/PageTablePaginationOutside.vue +2 -2
- package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageTable/PageTablePagination/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTablePagination/compositionAPI/TranslateAPI.js +18 -18
- package/docs/src/views/PageTable/PageTablePagination/i18n/PageTablePaginationI18n.js +19 -19
- package/docs/src/views/PageTable/PageTablePagination/i18n/ar.json +3 -3
- package/docs/src/views/PageTable/PageTablePagination/i18n/de.json +21 -21
- package/docs/src/views/PageTable/PageTablePagination/i18n/en.json +21 -21
- package/docs/src/views/PageTable/PageTablePagination/i18n/es.json +3 -3
- package/docs/src/views/PageTable/PageTablePagination/i18n/fr.json +3 -3
- package/docs/src/views/PageTable/PageTablePagination/i18n/hr.json +3 -3
- package/docs/src/views/PageTable/PageTablePagination/i18n/it.json +3 -3
- package/docs/src/views/PageTable/PageTablePagination/i18n/ru.json +21 -21
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.js +24 -24
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.pug +9 -9
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.vue +2 -2
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.js +85 -85
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.pug +19 -19
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.vue +2 -2
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.js +80 -80
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.pug +20 -20
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.vue +2 -2
- package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTablePreview/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTablePreview/i18n/PageTablePreviewI18n.js +19 -19
- package/docs/src/views/PageTable/PageTablePreview/i18n/ar.json +2 -2
- package/docs/src/views/PageTable/PageTablePreview/i18n/de.json +3 -3
- package/docs/src/views/PageTable/PageTablePreview/i18n/en.json +2 -2
- package/docs/src/views/PageTable/PageTablePreview/i18n/es.json +2 -2
- package/docs/src/views/PageTable/PageTablePreview/i18n/fr.json +2 -2
- package/docs/src/views/PageTable/PageTablePreview/i18n/hr.json +2 -2
- package/docs/src/views/PageTable/PageTablePreview/i18n/it.json +2 -2
- package/docs/src/views/PageTable/PageTablePreview/i18n/ru.json +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDown.js +22 -22
- package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDown.pug +7 -7
- package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDown.vue +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/PageTablePreviewDownExample.js +80 -80
- package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/PageTablePreviewDownExample.pug +18 -18
- package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/PageTablePreviewDownExample.vue +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTablePreviewDown/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/PageTablePreviewDownI18n.js +19 -19
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/ar.json +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/de.json +3 -3
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/en.json +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/es.json +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/fr.json +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/hr.json +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/it.json +2 -2
- package/docs/src/views/PageTable/PageTablePreviewDown/i18n/ru.json +2 -2
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimple.js +28 -28
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimple.pug +14 -14
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimple.vue +2 -2
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/PageTableSimpleColumnsGroupedExample.js +107 -107
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/PageTableSimpleColumnsGroupedExample.pug +16 -16
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/PageTableSimpleColumnsGroupedExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/PageTableSimpleExample.js +80 -80
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/PageTableSimpleExample.pug +13 -13
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/PageTableSimpleExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/PageTableSimpleIsSimpleTableExample.js +80 -80
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/PageTableSimpleIsSimpleTableExample.pug +15 -15
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/PageTableSimpleIsSimpleTableExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/PageTableSimpleMobileSlotsExample.js +80 -80
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/PageTableSimpleMobileSlotsExample.pug +29 -29
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/PageTableSimpleMobileSlotsExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTableSimple/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTableSimple/i18n/PageTableSimpleI18n.js +19 -19
- package/docs/src/views/PageTable/PageTableSimple/i18n/ar.json +2 -2
- package/docs/src/views/PageTable/PageTableSimple/i18n/de.json +6 -6
- package/docs/src/views/PageTable/PageTableSimple/i18n/en.json +6 -6
- package/docs/src/views/PageTable/PageTableSimple/i18n/es.json +2 -2
- package/docs/src/views/PageTable/PageTableSimple/i18n/fr.json +2 -2
- package/docs/src/views/PageTable/PageTableSimple/i18n/hr.json +6 -6
- package/docs/src/views/PageTable/PageTableSimple/i18n/it.json +2 -2
- package/docs/src/views/PageTable/PageTableSimple/i18n/ru.json +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSort.js +42 -42
- package/docs/src/views/PageTable/PageTableSort/PageTableSort.pug +21 -21
- package/docs/src/views/PageTable/PageTableSort/PageTableSort.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/PageTableSortDisabled.js +85 -85
- package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/PageTableSortDisabled.pug +14 -14
- package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/PageTableSortDisabled.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/compositionAPI/HtmlAPI.js +14 -14
- package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/PageTableSortExample.js +85 -85
- package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/PageTableSortExample.pug +13 -13
- package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/PageTableSortExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/PageTableSortMultiColumn.js +87 -87
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/PageTableSortMultiColumn.pug +15 -15
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/PageTableSortMultiColumn.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/PageTableSortMultiColumnFirstNumber.js +87 -87
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/PageTableSortMultiColumnFirstNumber.pug +16 -16
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/PageTableSortMultiColumnFirstNumber.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/PageTableSortMultiColumnKey.js +87 -87
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/PageTableSortMultiColumnKey.pug +33 -33
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/PageTableSortMultiColumnKey.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/compositionAPI/HtmlAPI.js +33 -33
- package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/PageTableSortOutside.js +123 -123
- package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/PageTableSortOutside.pug +16 -16
- package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/PageTableSortOutside.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/PageTableSortSequenceNumberClass.js +87 -87
- package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/PageTableSortSequenceNumberClass.pug +16 -16
- package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/PageTableSortSequenceNumberClass.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/compositionAPI/HtmlAPI.js +16 -16
- package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/PageTableSortStart.js +85 -85
- package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/PageTableSortStart.pug +21 -21
- package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/PageTableSortStart.vue +2 -2
- package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/compositionAPI/HtmlAPI.js +22 -22
- package/docs/src/views/PageTable/PageTableSort/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTableSort/compositionAPI/TranslateAPI.js +18 -18
- package/docs/src/views/PageTable/PageTableSort/i18n/PageTableSortI18n.js +19 -19
- package/docs/src/views/PageTable/PageTableSort/i18n/ar.json +3 -3
- package/docs/src/views/PageTable/PageTableSort/i18n/de.json +30 -30
- package/docs/src/views/PageTable/PageTableSort/i18n/en.json +30 -30
- package/docs/src/views/PageTable/PageTableSort/i18n/es.json +3 -3
- package/docs/src/views/PageTable/PageTableSort/i18n/fr.json +3 -3
- package/docs/src/views/PageTable/PageTableSort/i18n/hr.json +30 -30
- package/docs/src/views/PageTable/PageTableSort/i18n/it.json +3 -3
- package/docs/src/views/PageTable/PageTableSort/i18n/ru.json +3 -3
- package/docs/src/views/PageTable/PageTableTree/PageTableTree.js +22 -22
- package/docs/src/views/PageTable/PageTableTree/PageTableTree.pug +8 -8
- package/docs/src/views/PageTable/PageTableTree/PageTableTree.vue +2 -2
- package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/PageTableTreeExample.js +110 -110
- package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/PageTableTreeExample.pug +15 -15
- package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/PageTableTreeExample.vue +2 -2
- package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/PageTable/PageTableTree/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTable/PageTableTree/i18n/PageTableTreeI18n.js +19 -19
- package/docs/src/views/PageTable/PageTableTree/i18n/ar.json +2 -2
- package/docs/src/views/PageTable/PageTableTree/i18n/de.json +3 -3
- package/docs/src/views/PageTable/PageTableTree/i18n/en.json +7 -7
- package/docs/src/views/PageTable/PageTableTree/i18n/es.json +2 -2
- package/docs/src/views/PageTable/PageTableTree/i18n/fr.json +2 -2
- package/docs/src/views/PageTable/PageTableTree/i18n/hr.json +6 -6
- package/docs/src/views/PageTable/PageTableTree/i18n/it.json +2 -2
- package/docs/src/views/PageTable/PageTableTree/i18n/ru.json +2 -2
- package/docs/src/views/PageTable/i18n/PageTableI18n.js +19 -19
- package/docs/src/views/PageTable/i18n/ar.json +2 -2
- package/docs/src/views/PageTable/i18n/de.json +17 -17
- package/docs/src/views/PageTable/i18n/en.json +16 -16
- package/docs/src/views/PageTable/i18n/es.json +2 -2
- package/docs/src/views/PageTable/i18n/fr.json +2 -2
- package/docs/src/views/PageTable/i18n/hr.json +16 -16
- package/docs/src/views/PageTable/i18n/it.json +2 -2
- package/docs/src/views/PageTable/i18n/ru.json +11 -11
- package/docs/src/views/PageTabs/PageTabs.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltip.js +61 -61
- package/docs/src/views/PageTooltip/PageTooltip.pug +46 -46
- package/docs/src/views/PageTooltip/PageTooltip.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipArrowPadding/PageTooltipArrowPadding.js +27 -27
- package/docs/src/views/PageTooltip/PageTooltipArrowPadding/PageTooltipArrowPadding.pug +18 -18
- package/docs/src/views/PageTooltip/PageTooltipArrowPadding/PageTooltipArrowPadding.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipArrowPadding/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/PageTooltipArrowPaddingFunction.js +39 -39
- package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/PageTooltipArrowPaddingFunction.pug +18 -18
- package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/PageTooltipArrowPaddingFunction.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageTooltip/PageTooltipBasic/PageTooltipBasic.js +27 -27
- package/docs/src/views/PageTooltip/PageTooltipBasic/PageTooltipBasic.pug +13 -13
- package/docs/src/views/PageTooltip/PageTooltipBasic/PageTooltipBasic.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipBasic/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/PageTooltip/PageTooltipHideArrow/PageTooltipHideArrow.js +27 -27
- package/docs/src/views/PageTooltip/PageTooltipHideArrow/PageTooltipHideArrow.pug +18 -18
- package/docs/src/views/PageTooltip/PageTooltipHideArrow/PageTooltipHideArrow.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipHideArrow/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageTooltip/PageTooltipMaxWidth/PageTooltipMaxWidth.js +40 -40
- package/docs/src/views/PageTooltip/PageTooltipMaxWidth/PageTooltipMaxWidth.pug +18 -18
- package/docs/src/views/PageTooltip/PageTooltipMaxWidth/PageTooltipMaxWidth.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipMaxWidth/compositionAPI/HtmlAPI.js +19 -19
- package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/PageTooltipOffsetDistance.js +27 -27
- package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/PageTooltipOffsetDistance.pug +54 -54
- package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/PageTooltipOffsetDistance.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/compositionAPI/HtmlAPI.js +61 -61
- package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/PageTooltipOffsetSkidding.js +27 -27
- package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/PageTooltipOffsetSkidding.pug +30 -30
- package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/PageTooltipOffsetSkidding.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/compositionAPI/HtmlAPI.js +33 -33
- package/docs/src/views/PageTooltip/PageTooltipTag/PageTooltipTag.js +40 -40
- package/docs/src/views/PageTooltip/PageTooltipTag/PageTooltipTag.pug +17 -17
- package/docs/src/views/PageTooltip/PageTooltipTag/PageTooltipTag.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipTag/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/PageTooltip/PageTooltipTimeClose/PageTooltipTimeClose.js +27 -27
- package/docs/src/views/PageTooltip/PageTooltipTimeClose/PageTooltipTimeClose.pug +42 -42
- package/docs/src/views/PageTooltip/PageTooltipTimeClose/PageTooltipTimeClose.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipTimeClose/compositionAPI/HtmlAPI.js +46 -46
- package/docs/src/views/PageTooltip/PageTooltipWidth/PageTooltipWidth.js +27 -27
- package/docs/src/views/PageTooltip/PageTooltipWidth/PageTooltipWidth.pug +30 -30
- package/docs/src/views/PageTooltip/PageTooltipWidth/PageTooltipWidth.vue +2 -2
- package/docs/src/views/PageTooltip/PageTooltipWidth/compositionAPI/HtmlAPI.js +35 -35
- package/docs/src/views/PageTooltip/compositionAPI/ExposesAPI.js +28 -28
- package/docs/src/views/PageTooltip/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTooltip/compositionAPI/PropsAPI.js +176 -176
- package/docs/src/views/PageTooltip/compositionAPI/SlotsAPI.js +20 -20
- package/docs/src/views/PageTooltip/i18n/PageTooltipI18n.js +19 -19
- package/docs/src/views/PageTooltip/i18n/ar.json +2 -2
- package/docs/src/views/PageTooltip/i18n/de.json +3 -3
- package/docs/src/views/PageTooltip/i18n/en.json +2 -2
- package/docs/src/views/PageTooltip/i18n/es.json +2 -2
- package/docs/src/views/PageTooltip/i18n/fr.json +2 -2
- package/docs/src/views/PageTooltip/i18n/hr.json +2 -2
- package/docs/src/views/PageTooltip/i18n/it.json +2 -2
- package/docs/src/views/PageTooltip/i18n/ru.json +2 -2
- package/docs/src/views/PageTranslation/PageTranslation.js +67 -67
- package/docs/src/views/PageTranslation/PageTranslation.pug +50 -50
- package/docs/src/views/PageTranslation/PageTranslation.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationAriaLabel/PageTranslationAriaLabel.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationAriaLabel/PageTranslationAriaLabel.pug +13 -13
- package/docs/src/views/PageTranslation/PageTranslationAriaLabel/PageTranslationAriaLabel.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationAriaLabel/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageTranslation/PageTranslationBasic/PageTranslationBasic.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationBasic/PageTranslationBasic.pug +9 -9
- package/docs/src/views/PageTranslation/PageTranslationBasic/PageTranslationBasic.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationBasic/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageTranslation/PageTranslationExtra/PageTranslationExtra.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationExtra/PageTranslationExtra.pug +12 -12
- package/docs/src/views/PageTranslation/PageTranslationExtra/PageTranslationExtra.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationExtra/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageTranslation/PageTranslationHtml/PageTranslationHtml.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationHtml/PageTranslationHtml.pug +10 -10
- package/docs/src/views/PageTranslation/PageTranslationHtml/PageTranslationHtml.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationHtml/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/PageTranslationHtmlAfterBefore.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/PageTranslationHtmlAfterBefore.pug +12 -12
- package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/PageTranslationHtmlAfterBefore.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageTranslation/PageTranslationPlaceholder/PageTranslationPlaceholder.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationPlaceholder/PageTranslationPlaceholder.pug +11 -11
- package/docs/src/views/PageTranslation/PageTranslationPlaceholder/PageTranslationPlaceholder.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationPlaceholder/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageTranslation/PageTranslationSafeHtml/PageTranslationSafeHtml.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationSafeHtml/PageTranslationSafeHtml.pug +10 -10
- package/docs/src/views/PageTranslation/PageTranslationSafeHtml/PageTranslationSafeHtml.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationSafeHtml/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageTranslation/PageTranslationSlotDefault/PageTranslationSlotDefault.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationSlotDefault/PageTranslationSlotDefault.pug +12 -12
- package/docs/src/views/PageTranslation/PageTranslationSlotDefault/PageTranslationSlotDefault.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationSlotDefault/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageTranslation/PageTranslationTextAfter/PageTranslationTextAfter.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationTextAfter/PageTranslationTextAfter.pug +11 -11
- package/docs/src/views/PageTranslation/PageTranslationTextAfter/PageTranslationTextAfter.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationTextAfter/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/PageTranslationTextAfterBefore.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/PageTranslationTextAfterBefore.pug +12 -12
- package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/PageTranslationTextAfterBefore.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/compositionAPI/HtmlAPI.js +11 -11
- package/docs/src/views/PageTranslation/PageTranslationTextBefore/PageTranslationTextBefore.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationTextBefore/PageTranslationTextBefore.pug +11 -11
- package/docs/src/views/PageTranslation/PageTranslationTextBefore/PageTranslationTextBefore.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationTextBefore/compositionAPI/HtmlAPI.js +10 -10
- package/docs/src/views/PageTranslation/PageTranslationTextObject/PageTranslationTextObject.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationTextObject/PageTranslationTextObject.pug +10 -10
- package/docs/src/views/PageTranslation/PageTranslationTextObject/PageTranslationTextObject.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationTextObject/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageTranslation/PageTranslationTitle/PageTranslationTitle.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationTitle/PageTranslationTitle.pug +11 -11
- package/docs/src/views/PageTranslation/PageTranslationTitle/PageTranslationTitle.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationTitle/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageTranslation/PageTranslationTitleArray/PageTranslationTitleArray.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationTitleArray/PageTranslationTitleArray.pug +11 -11
- package/docs/src/views/PageTranslation/PageTranslationTitleArray/PageTranslationTitleArray.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationTitleArray/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageTranslation/PageTranslationTitleObject/PageTranslationTitleObject.js +27 -27
- package/docs/src/views/PageTranslation/PageTranslationTitleObject/PageTranslationTitleObject.pug +11 -11
- package/docs/src/views/PageTranslation/PageTranslationTitleObject/PageTranslationTitleObject.vue +2 -2
- package/docs/src/views/PageTranslation/PageTranslationTitleObject/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/PageTranslation/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageTranslation/compositionAPI/PropsAPI.js +78 -78
- package/docs/src/views/PageTranslation/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/PageTranslation/i18n/PageTranslationI18n.js +19 -19
- package/docs/src/views/PageTranslation/i18n/ar.json +44 -44
- package/docs/src/views/PageTranslation/i18n/de.json +48 -48
- package/docs/src/views/PageTranslation/i18n/en.json +45 -45
- package/docs/src/views/PageTranslation/i18n/es.json +44 -44
- package/docs/src/views/PageTranslation/i18n/fr.json +44 -44
- package/docs/src/views/PageTranslation/i18n/hr.json +44 -44
- package/docs/src/views/PageTranslation/i18n/it.json +44 -44
- package/docs/src/views/PageTranslation/i18n/ru.json +45 -45
- package/docs/src/views/PageWizard/PageWizard.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.js +58 -58
- package/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.js +58 -58
- package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.js +73 -73
- package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.js +73 -73
- package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardDemo/PageWizardDemo.js +146 -146
- package/docs/src/views/PageWizard/PageWizardDemo/PageWizardDemo.pug +61 -61
- package/docs/src/views/PageWizard/PageWizardDemo/PageWizardDemo.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardDemo/compositionAPI/HtmlAPI.js +74 -74
- package/docs/src/views/PageWizard/PageWizardHasFocusJump/PageWizardHasFocusJump.js +66 -66
- package/docs/src/views/PageWizard/PageWizardHasFocusJump/PageWizardHasFocusJump.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardIcon/PageWizardIcon.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.js +66 -66
- package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.js +84 -84
- package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.js +66 -66
- package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.js +66 -66
- package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.js +68 -68
- package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.js +62 -62
- package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/PageWizardShowOnlyActiveStepMobile.js +117 -117
- package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/PageWizardShowOnlyActiveStepMobile.pug +33 -33
- package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/PageWizardShowOnlyActiveStepMobile.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/compositionAPI/HtmlAPI.js +41 -41
- package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.js +58 -58
- package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.js +62 -62
- package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.js +60 -60
- package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.js +58 -58
- package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.js +91 -91
- package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.js +91 -91
- package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.vue +2 -2
- package/docs/src/views/PageWizard/PageWizardType/PageWizardType.vue +2 -2
- package/docs/src/views/PageWizard/compositionAPI/EventsAPI.js +18 -18
- package/docs/src/views/PageWizard/compositionAPI/ExposesAPI.js +33 -33
- package/docs/src/views/PageWizard/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/PageWizard/compositionAPI/SlotsAPI.js +20 -20
- package/docs/src/views/PageWizard/i18n/PageWizardI18n.js +19 -19
- package/docs/src/views/Progress/PageProgress/PageProgress.js +65 -65
- package/docs/src/views/Progress/PageProgress/PageProgress.pug +50 -50
- package/docs/src/views/Progress/PageProgress/PageProgress.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressBasic/PageProgressBasic.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressBasic/PageProgressBasic.pug +9 -9
- package/docs/src/views/Progress/PageProgress/PageProgressBasic/PageProgressBasic.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressBasic/compositionAPI/HtmlAPI.js +9 -9
- package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/PageProgressClassCombination.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/PageProgressClassCombination.pug +77 -77
- package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/PageProgressClassCombination.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/compositionAPI/HtmlAPI.js +76 -76
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/PageProgressClassProgressBar.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/PageProgressClassProgressBar.pug +81 -81
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/PageProgressClassProgressBar.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/compositionAPI/HtmlAPI.js +80 -80
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.js +46 -46
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.pug +19 -19
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/Progress/PageProgress/PageProgressDuration/PageProgressDuration.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressDuration/PageProgressDuration.pug +40 -40
- package/docs/src/views/Progress/PageProgress/PageProgressDuration/PageProgressDuration.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressDuration/compositionAPI/HtmlAPI.js +39 -39
- package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.pug +55 -55
- package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/compositionAPI/HtmlAPI.js +54 -54
- package/docs/src/views/Progress/PageProgress/PageProgressMinMax/PageProgressMinMax.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressMinMax/PageProgressMinMax.pug +30 -30
- package/docs/src/views/Progress/PageProgress/PageProgressMinMax/PageProgressMinMax.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressMinMax/compositionAPI/HtmlAPI.js +29 -29
- package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.pug +16 -16
- package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressReverse/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/Progress/PageProgress/PageProgressShowValue/PageProgressShowValue.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressShowValue/PageProgressShowValue.pug +16 -16
- package/docs/src/views/Progress/PageProgress/PageProgressShowValue/PageProgressShowValue.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressShowValue/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/Progress/PageProgress/PageProgressSizes/PageProgressSizes.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressSizes/PageProgressSizes.pug +19 -19
- package/docs/src/views/Progress/PageProgress/PageProgressSizes/PageProgressSizes.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressSizes/compositionAPI/HtmlAPI.js +18 -18
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.pug +23 -23
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressSlotText/compositionAPI/HtmlAPI.js +25 -25
- package/docs/src/views/Progress/PageProgress/PageProgressStriped/PageProgressStriped.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressStriped/PageProgressStriped.pug +48 -48
- package/docs/src/views/Progress/PageProgress/PageProgressStriped/PageProgressStriped.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressStriped/compositionAPI/HtmlAPI.js +47 -47
- package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/PageProgressStripedFlow.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/PageProgressStripedFlow.pug +55 -55
- package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/PageProgressStripedFlow.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/compositionAPI/HtmlAPI.js +54 -54
- package/docs/src/views/Progress/PageProgress/PageProgressValue/PageProgressValue.js +36 -36
- package/docs/src/views/Progress/PageProgress/PageProgressValue/PageProgressValue.pug +17 -17
- package/docs/src/views/Progress/PageProgress/PageProgressValue/PageProgressValue.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressValue/compositionAPI/HtmlAPI.js +17 -17
- package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/PageProgressValueTextInteger.js +27 -27
- package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/PageProgressValueTextInteger.pug +16 -16
- package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/PageProgressValueTextInteger.vue +2 -2
- package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/compositionAPI/HtmlAPI.js +15 -15
- package/docs/src/views/Progress/PageProgress/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Progress/PageProgress/compositionAPI/PropsAPI.js +85 -85
- package/docs/src/views/Progress/PageProgress/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/Progress/PageProgress/i18n/PageProgressI18n.js +19 -19
- package/docs/src/views/Progress/PageProgress/i18n/de.json +43 -43
- package/docs/src/views/Progress/PageProgress/i18n/en.json +43 -43
- package/docs/src/views/Progress/PageProgress/i18n/hr.json +43 -43
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.js +39 -39
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.pug +14 -14
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.vue +2 -2
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.js +27 -27
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.pug +13 -13
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.vue +2 -2
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/compositionAPI/HtmlAPI.js +13 -13
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.js +27 -27
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.pug +21 -21
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.vue +2 -2
- package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/compositionAPI/HtmlAPI.js +20 -20
- package/docs/src/views/Progress/PageProgressCircle/compositionAPI/PageTitleAPI.js +24 -24
- package/docs/src/views/Progress/PageProgressCircle/compositionAPI/PropsAPI.js +106 -106
- package/docs/src/views/Progress/PageProgressCircle/compositionAPI/SlotsAPI.js +12 -12
- package/docs/src/views/Progress/PageProgressCircle/i18n/PageProgressCircleI18n.js +19 -19
- package/docs/src/views/Progress/PageProgressCircle/i18n/ar.json +2 -2
- package/docs/src/views/Progress/PageProgressCircle/i18n/de.json +3 -3
- package/docs/src/views/Progress/PageProgressCircle/i18n/en.json +2 -2
- package/docs/src/views/Progress/PageProgressCircle/i18n/es.json +2 -2
- package/docs/src/views/Progress/PageProgressCircle/i18n/fr.json +2 -2
- package/docs/src/views/Progress/PageProgressCircle/i18n/hr.json +2 -2
- package/docs/src/views/Progress/PageProgressCircle/i18n/it.json +2 -2
- package/docs/src/views/Progress/PageProgressCircle/i18n/ru.json +2 -2
- package/docs/styles/Example.scss +39 -39
- package/jest.config.js +18 -18
- package/package.json +1 -1
- package/src/AAccordion/AAccordion.js +194 -194
- package/src/AAccordion/AAccordionItem/AAccordionItem.js +214 -214
- package/src/AAccordion/AAccordionItem/compositionAPI/AttributesAPI.js +96 -96
- package/src/AAccordion/AAccordionItem/compositionAPI/ChildrenAPI.js +28 -28
- package/src/AAccordion/AAccordionItem/compositionAPI/ClassAPI.js +44 -44
- package/src/AAccordion/AAccordionItem/compositionAPI/ToggleAPI.js +81 -81
- package/src/AAccordion/AAccordionItem/compositionAPI/VisibleAPI.js +46 -46
- package/src/AAccordion/compositionAPI/DataAPI.js +46 -46
- package/src/AAccordion/compositionAPI/IndexesForOpenAPI.js +61 -61
- package/src/AAccordion/compositionAPI/ToggleAPI.js +74 -74
- package/src/AAlert/compositionAPI/ClassAPI.js +16 -16
- package/src/AAlert/compositionAPI/CloseAPI.js +26 -26
- package/src/AAlert/compositionAPI/IconAPI.js +28 -28
- package/src/AButton/compositionAPI/EmitsAPI.js +9 -9
- package/src/ACollapse/ACollapse.js +103 -103
- package/src/ACollapse/ACollapse.pug +25 -25
- package/src/ACollapse/ACollapse.vue +2 -2
- package/src/ADisclosure/compositionAPI/BtnAttributesAPI.js +61 -61
- package/src/ADisclosure/compositionAPI/IsOpenAPI.js +14 -14
- package/src/ADisclosure/compositionAPI/TextOrHtmlAPI.js +44 -44
- package/src/ADisclosure/compositionAPI/ToggleAPI.js +33 -33
- package/src/ADisclosure/i18n/ADisclosureI18n.js +19 -19
- package/src/ADisclosure/i18n/ar.json +4 -4
- package/src/ADisclosure/i18n/de.json +4 -4
- package/src/ADisclosure/i18n/en.json +4 -4
- package/src/ADisclosure/i18n/es.json +4 -4
- package/src/ADisclosure/i18n/fr.json +4 -4
- package/src/ADisclosure/i18n/hr.json +4 -4
- package/src/ADisclosure/i18n/it.json +4 -4
- package/src/ADisclosure/i18n/ru.json +4 -4
- package/src/ADropdown/ADropdownAction/compositionAPI/AttributesAPI.js +38 -38
- package/src/ADropdown/compositionAPI/ActionsAPI.js +27 -27
- package/src/ADropdown/compositionAPI/AttributesAPI.js +75 -75
- package/src/ADropdown/compositionAPI/ClassAPI.js +41 -41
- package/src/ADropdown/compositionAPI/EventsAPI.js +70 -70
- package/src/ADropdown/compositionAPI/FocusAPI.js +25 -25
- package/src/ADropdown/compositionAPI/RefsAPI.js +13 -13
- package/src/ADropdown/compositionAPI/ToggleAPI.js +272 -272
- package/src/AElement/comositionAPI/AttributesAPI.js +51 -51
- package/src/AElement/comositionAPI/ClickAPI.js +30 -30
- package/src/AElement/comositionAPI/ComponentLocalAPI.js +23 -23
- package/src/AElement/comositionAPI/LoadingAPI.js +22 -22
- package/src/AElement/comositionAPI/RouterLinkAPI.js +20 -20
- package/src/AElement/comositionAPI/SwitchAPI.js +33 -33
- package/src/AElement/comositionAPI/TagAPI.js +34 -34
- package/src/AElement/comositionAPI/TextAPI.js +78 -78
- package/src/AElement/comositionAPI/TitleAPI.js +29 -29
- package/src/AFilters/AFilersRight/compositionAPI/IdAPI.js +16 -16
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/CloseFilterValueAPI.js +24 -24
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/FilterVisibleAPI.js +26 -26
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/GoToAPI.js +36 -36
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/HasFilterAPI.js +24 -24
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/LabelAPI.js +33 -33
- package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/ModelValuesAPI.js +227 -227
- package/src/AFilters/AFilterCenter/compositionAPI/LoadingFiltersAPI.js +32 -32
- package/src/AFilters/AFilterCenter/compositionAPI/VisibleFiltersAPI.js +45 -45
- package/src/AFilters/AFilterCenter/utils/utils.js +15 -15
- package/src/AFilters/AFilters/compositionAPI/DataKeyByKeyIdAPI.js +20 -20
- package/src/AFilters/AFilters/compositionAPI/ExcludeRenderAttributesAPI.js +24 -24
- package/src/AFilters/AFilters/compositionAPI/SaveAPI.js +57 -57
- package/src/AFilters/AFilters/compositionAPI/StartSearchAPI.js +22 -22
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/IdAPI.js +29 -29
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/IsFilterAPI.js +16 -16
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/LabelAPI.js +19 -19
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/ContainerAPI.js +20 -20
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/FilterSpecificTypeAPI.js +42 -42
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/IdAPI.js +16 -16
- package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/UpdateDataAPI.js +34 -34
- package/src/AFilters/AFiltersHorizontal/compositionAPI/DropdownAPI.js +30 -30
- package/src/AFilters/AFiltersHorizontal/compositionAPI/EventBusAPI.js +26 -26
- package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersSaveAPI.js +104 -104
- package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersSavedDeleteAPI.js +108 -108
- package/src/AFilters/AFiltersHorizontal/compositionAPI/IdAPI.js +16 -16
- package/src/AFilters/AFiltersHorizontal/compositionAPI/SearchAPI.js +22 -22
- package/src/AFilters/AFiltersMain/compositionAPI/IdAPI.js +16 -16
- package/src/AFilters/AFiltersMain/compositionAPI/MainFilterAPI.js +26 -26
- package/src/AFilters/AFiltersMain/compositionAPI/SearchAPI.js +18 -18
- package/src/AFilters/AFiltersSaveModal/AFiltersSaveModal.js +107 -107
- package/src/AFilters/AFiltersSaveModal/compositionAPI/DataFormAPI.js +54 -54
- package/src/AFilters/AFiltersSaveModal/compositionAPI/ModelAPI.js +29 -29
- package/src/AFilters/AFiltersSaveModal/compositionAPI/SaveAPI.js +65 -65
- package/src/AFilters/i18n/AFiltersI18n.js +19 -19
- package/src/AFilters/i18n/ar.json +23 -23
- package/src/AFilters/i18n/de.json +30 -30
- package/src/AFilters/i18n/en.json +28 -28
- package/src/AFilters/i18n/es.json +23 -23
- package/src/AFilters/i18n/fr.json +23 -23
- package/src/AFilters/i18n/hr.json +23 -23
- package/src/AFilters/i18n/it.json +23 -23
- package/src/AFormElement/AFormElementBtnClear/AFormElementBtnClear.js +0 -0
- package/src/AGet/AGet.js +120 -120
- package/src/AGroupButtonDropdown/AGroupButtonDropdown.js +118 -118
- package/src/AGroupButtonDropdown/AGroupButtonDropdownItem/compositionAPI/DropdownAPI.js +27 -27
- package/src/AGroupButtonDropdown/compositionAPI/ActionsAPI.js +141 -141
- package/src/AIcon/Icons/Aloha.js +27 -27
- package/src/AIcon/Icons/EyeClose.js +14 -14
- package/src/AIcon/Icons/EyeOpen.js +14 -14
- package/src/AIcon/Icons/Lock.js +14 -14
- package/src/AIcon/Icons/Minus.js +3 -3
- package/src/AIcon/Icons/WeightForScale.js +11 -11
- package/src/AIcon/Icons/WeightForScaleEmpty.js +11 -11
- package/src/AIcon/Icons/WeightForScaleEmptyKG.js +24 -24
- package/src/AIcon/Icons/WeightForScaleKG.js +34 -34
- package/src/AIcon/Icons/_NoImage.js +11 -11
- package/src/AIcon/compositionAPI/AriaLabelHiddenAPI.js +23 -23
- package/src/AInfiniteScroll/AInfiniteScroll.js +74 -74
- package/src/AInfiniteScroll/compositionAPI/ObserverAPI.js +61 -61
- package/src/ALinkCopy/compositionAPI/CopyAPI.js +48 -48
- package/src/ALinkCopy/i18n/ALinkCopyI18n.js +19 -19
- package/src/ALinkCopy/i18n/de.json +4 -4
- package/src/ALinkCopy/i18n/hr.json +4 -4
- package/src/ALinkCopy/i18n/ru.json +4 -4
- package/src/AList/AList.js +132 -132
- package/src/AList/AListItem/AListItem.js +134 -134
- package/src/AList/AListItem/compositionAPI/ChildrenAPI.js +39 -39
- package/src/AList/AListItem/compositionAPI/LabelAPI.js +38 -38
- package/src/AList/__tests__/AList.test.js +28 -28
- package/src/AList/compositionAPI/PlainTextAPI.js +30 -30
- package/src/AList/compositionAPI/TagAPI.js +22 -22
- package/src/AList/compositionAPI/__tests__/TagAPI.test.js +36 -36
- package/src/AMenu/compositionAPI/AMenuBlockerClickAPI.js +27 -27
- package/src/AModal/compositionAPI/AttributesAPI.js +21 -21
- package/src/AModal/compositionAPI/CloseFromOutsideAPI.js +29 -29
- package/src/AModal/compositionAPI/DisabledAPI.js +17 -17
- package/src/AModal/compositionAPI/EscapeAPI.js +21 -21
- package/src/AModal/compositionAPI/FocusAPI.js +74 -74
- package/src/AModal/compositionAPI/FocusByDestroyAPI.js +67 -67
- package/src/AModal/compositionAPI/HideModalAPI.js +14 -14
- package/src/AModal/compositionAPI/KeydownAPI.js +29 -29
- package/src/AModal/compositionAPI/ShowModalAPI.js +26 -26
- package/src/AModal/compositionAPI/SizeAPI.js +19 -19
- package/src/AModal/compositionAPI/WrapperAPI.js +21 -21
- package/src/AModal/compositionAPI/ZIndexAPI.js +48 -48
- package/src/AModal/i18n/AModalI18n.js +19 -19
- package/src/AModal/i18n/ar.json +7 -7
- package/src/AModal/i18n/de.json +7 -7
- package/src/AModal/i18n/en.json +7 -7
- package/src/AModal/i18n/es.json +7 -7
- package/src/AModal/i18n/fr.json +7 -7
- package/src/AModal/i18n/hr.json +7 -7
- package/src/AModal/i18n/it.json +7 -7
- package/src/AModal/i18n/ru.json +7 -7
- package/src/AModalConfirm/AModalConfirm.js +51 -51
- package/src/AModalConfirm/compositionAPI/CloseFromOutsideAPI.js +26 -26
- package/src/AModalForm/compositionAPI/DataFormAPI.js +16 -16
- package/src/AModalForm/compositionAPI/UpdateModalAPI.js +9 -9
- package/src/AModalWizard/compositionAPI/EmitsAPI.js +13 -13
- package/src/AModalWizard/compositionAPI/VisibleAPI.js +21 -21
- package/src/ANotification/ANotification.js +50 -50
- package/src/API/frameworksApi.js +20 -20
- package/src/APageTabTitle/APageTabTitle.js +23 -23
- package/src/APagination/APagination.js +132 -132
- package/src/APagination/APaginationCountPerPage/APaginationCountPerPage.js +173 -173
- package/src/APagination/APaginationCountPerPage/compositionAPI/LimitAPI.js +42 -42
- package/src/APagination/APaginationCountPerPage/compositionAPI/MainAPI.js +40 -40
- package/src/APagination/APaginationPages/compositionAPI/DisabledAPI.js +24 -24
- package/src/APagination/APaginationPages/compositionAPI/PaginationItemsAPI.js +101 -101
- package/src/APagination/APaginationPages/compositionAPI/UpdateOffsetAPI.js +111 -111
- package/src/APagination/compositionAPI/ComponentsAPI.js +106 -106
- package/src/APagination/compositionAPI/EmitsAPI.js +14 -14
- package/src/APagination/i18n/APaginationI18n.js +19 -19
- package/src/APagination/i18n/ar.json +12 -12
- package/src/APagination/i18n/de.json +12 -12
- package/src/APagination/i18n/en.json +12 -12
- package/src/APagination/i18n/es.json +12 -12
- package/src/APagination/i18n/fr.json +12 -12
- package/src/APagination/i18n/hr.json +12 -12
- package/src/APagination/i18n/it.json +12 -12
- package/src/APagination/i18n/ru.json +12 -12
- package/src/APopup/APopup.js +108 -108
- package/src/APopup/compositionAPI/ContainerAPI.js +29 -29
- package/src/APopup/compositionAPI/ToggleAPI.js +29 -29
- package/src/AProgress/AProgress.js +141 -141
- package/src/AProgress/compositionAPI/ClassBarAPI.js +25 -25
- package/src/AProgress/compositionAPI/DurationAPI.js +23 -23
- package/src/AProgress/compositionAPI/ValuePercentAPI.js +33 -33
- package/src/AProgress/compositionAPI/WidthAPI.js +18 -18
- package/src/AProgressCircle/AProgressCircle.js +160 -160
- package/src/AProgressCircle/compositionAPI/CircleAPI.js +35 -35
- package/src/AProgressCircle/compositionAPI/CircleSizesAPI.js +23 -23
- package/src/AProgressCircle/compositionAPI/SvgAPI.js +25 -25
- package/src/AScale/AScale.js +199 -199
- package/src/AScale/AScaleBalance/AScaleBalance.js +106 -106
- package/src/AScale/AScaleBalance/compositionAPI/SizesAPI.js +57 -57
- package/src/AScale/AScaleBowl/AScaleBowl.js +66 -66
- package/src/AScale/AScaleBowl/compositionAPI/SizesAPI.js +59 -59
- package/src/AScale/AScaleBowlDefs/AScaleBowlDefs.js +65 -65
- package/src/AScale/AScaleBowlDefs/compositionAPI/SizesAPI.js +30 -30
- package/src/AScale/AScaleStand/AScaleStand.js +70 -70
- package/src/AScale/AScaleStand/compositionAPI/SizesAPI.js +23 -23
- package/src/AScale/compositionAPI/ClassAPI.js +32 -32
- package/src/AScale/compositionAPI/DegreeAPI.js +19 -19
- package/src/AScale/compositionAPI/SizesAPI.js +34 -34
- package/src/AShowMore/AShowMore.js +327 -327
- package/src/AShowMore/compositionAPI/BtnAttributesAPI.js +76 -76
- package/src/AShowMore/compositionAPI/ExpandedAPI.js +20 -20
- package/src/AShowMore/compositionAPI/HeightAPI.js +26 -26
- package/src/AShowMore/compositionAPI/IsOpenAPI.js +14 -14
- package/src/AShowMore/compositionAPI/ObservingAPI.js +61 -61
- package/src/AShowMore/compositionAPI/ScreenReaderAPI.js +22 -22
- package/src/AShowMore/compositionAPI/TextLengthAPI.js +63 -63
- package/src/AShowMore/compositionAPI/TextOrHtmlAPI.js +19 -19
- package/src/AShowMore/compositionAPI/ToggleAPI.js +42 -42
- package/src/AShowMore/i18n/AShowMoreI18n.js +19 -19
- package/src/AShowMore/i18n/ar.json +6 -6
- package/src/AShowMore/i18n/de.json +6 -6
- package/src/AShowMore/i18n/en.json +6 -6
- package/src/AShowMore/i18n/es.json +6 -6
- package/src/AShowMore/i18n/fr.json +6 -6
- package/src/AShowMore/i18n/hr.json +6 -6
- package/src/AShowMore/i18n/it.json +6 -6
- package/src/AShowMore/i18n/ru.json +6 -6
- package/src/ASlot/ASlot.js +7 -7
- package/src/ASlot/ASlot.pug +1 -1
- package/src/ASlot/ASlot.vue +2 -2
- package/src/ATable/ATableHeader/ATableHeader.js +177 -177
- package/src/ATable/ATableHeader/compositionAPI/CheckboxAPI.js +47 -47
- package/src/ATable/ATableHeaderTh/compositionAPI/AttributesAPI.js +65 -65
- package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/AttributesComponentAPI.js +43 -43
- package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/LabelAPI.js +39 -39
- package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/MoveColumnAPI.js +92 -92
- package/src/ATable/ATableListItem/ATableListItem.js +99 -99
- package/src/ATable/ATablePreviewDown/compositionAPI/FocusAPI.js +18 -18
- package/src/ATable/ATablePreviewRight/compositionAPI/ArrowsAPI.js +69 -69
- package/src/ATable/ATablePreviewRight/compositionAPI/IdAPI.js +20 -20
- package/src/ATable/ATablePreviewRight/compositionAPI/MouseEventsAPI.js +36 -36
- package/src/ATable/ATablePreviewRight/compositionAPI/RowAPI.js +86 -86
- package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.AttributesAPI.test.js +32 -32
- package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ColumnsAPI.test.js +60 -60
- package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.DropdownAPI.test.js +40 -40
- package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.FormAPI.test.js +90 -90
- package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ModelAPI.test.js +195 -195
- package/src/ATable/ATableSortingAdditional/compositionAPI/AttributesAPI.js +21 -21
- package/src/ATable/ATableSortingAdditional/compositionAPI/ColumnsAPI.js +39 -39
- package/src/ATable/ATableSortingAdditional/compositionAPI/DropdownAPI.js +26 -26
- package/src/ATable/ATableSortingAdditional/compositionAPI/FormAPI.js +92 -92
- package/src/ATable/ATableSortingAdditional/compositionAPI/ModelAPI.js +150 -150
- package/src/ATable/ATableTd/compositionAPI/AttributesAPI.js +42 -42
- package/src/ATable/ATableTd/compositionAPI/LinkAPI.js +81 -81
- package/src/ATable/ATableTd/compositionAPI/SlotAPI.js +25 -25
- package/src/ATable/ATableTd/compositionAPI/TextAPI.js +126 -126
- package/src/ATable/ATableTdAction/compositionAPI/ColumnsCountAPI.js +32 -32
- package/src/ATable/ATableTdAction/compositionAPI/RowNumberAPI.js +16 -16
- package/src/ATable/ATableTopPanel/compositionAPI/ActionsAPI.js +125 -125
- package/src/ATable/ATableTopPanel/compositionAPI/CountAllRowsAPI.js +22 -22
- package/src/ATable/ATableTopPanel/compositionAPI/MultipleAPI.js +75 -75
- package/src/ATable/ATableTopPanel/compositionAPI/ViewsAPI.js +21 -21
- package/src/ATable/ATableTr/compositionAPI/AttributesAPI.js +123 -123
- package/src/ATable/ATableTr/compositionAPI/CheckboxAPI.js +59 -59
- package/src/ATable/ATableTr/compositionAPI/ChildrenAPI.js +66 -66
- package/src/ATable/ATableTr/compositionAPI/ChildrenToggleAPI.js +53 -53
- package/src/ATable/ATableTr/compositionAPI/MobileAPI.js +48 -48
- package/src/ATable/ATableTr/compositionAPI/PreviewAPI.js +68 -68
- package/src/ATable/compositionAPI/ColumnAdditionalSpaceAPI.js +30 -30
- package/src/ATable/compositionAPI/ColumnSearchAPI.js +16 -16
- package/src/ATable/compositionAPI/ColumnStylesAPI.js +39 -39
- package/src/ATable/compositionAPI/ColumnsAPI.js +127 -127
- package/src/ATable/compositionAPI/ColumnsGroupedAPI.js +183 -183
- package/src/ATable/compositionAPI/ColumnsOrderingAPI.js +110 -110
- package/src/ATable/compositionAPI/DragAndDropChildAPI.js +97 -97
- package/src/ATable/compositionAPI/DragAndDropParentAPI.js +79 -79
- package/src/ATable/compositionAPI/FocusTableAPI.js +31 -31
- package/src/ATable/compositionAPI/InitAPI.js +52 -52
- package/src/ATable/compositionAPI/LimitOffsetAPI.js +80 -80
- package/src/ATable/compositionAPI/MobileColumnsAPI.js +27 -27
- package/src/ATable/compositionAPI/MultipleActionAPI.js +159 -159
- package/src/ATable/compositionAPI/PreviewAPI.js +198 -198
- package/src/ATable/compositionAPI/PreviewRightResizeAPI.js +126 -126
- package/src/ATable/compositionAPI/PreviewRightRewAPI.js +16 -16
- package/src/ATable/compositionAPI/RowActionsAPI.js +358 -358
- package/src/ATable/compositionAPI/RowsAPI.js +121 -121
- package/src/ATable/compositionAPI/SortAPI.js +82 -82
- package/src/ATable/compositionAPI/SortChangeAPI.js +79 -79
- package/src/ATable/compositionAPI/StickyAPI.js +20 -20
- package/src/ATable/compositionAPI/TableAttributesAPI.js +45 -45
- package/src/ATable/compositionAPI/TableColumnsVisibleFunctionAPI.js +23 -23
- package/src/ATable/compositionAPI/TextsAPI.js +23 -23
- package/src/ATable/compositionAPI/VariablesAPI.js +21 -21
- package/src/ATable/compositionAPI/ViewsAPI.js +66 -66
- package/src/ATable/i18n/ATableI18n.js +19 -19
- package/src/ATable/utils/utils.js +111 -111
- package/src/ATooltip/compositionAPI/PopperContainerAPI.js +27 -27
- package/src/ATooltip/compositionAPI/TagAPI.js +22 -22
- package/src/ATooltip/compositionAPI/ToggleAPI.js +40 -40
- package/src/ATranslation/ATranslation.js +179 -179
- package/src/ATranslation/compositionAPI/ATranslationAPI.js +67 -67
- package/src/ATranslation/compositionAPI/AriaLabelAPI.js +83 -83
- package/src/ATranslation/compositionAPI/AttributesAPI.js +39 -39
- package/src/ATranslation/compositionAPI/HtmlAPI.js +180 -180
- package/src/ATranslation/compositionAPI/PlaceholderAPI.js +83 -83
- package/src/ATranslation/compositionAPI/TextAPI.js +102 -102
- package/src/ATranslation/compositionAPI/TextAfterBeforeAPI.js +55 -55
- package/src/ATranslation/compositionAPI/TitleAPI.js +101 -101
- package/src/ATranslation/compositionAPI/UtilsAPI.js +144 -144
- package/src/AVerticalScroll/compositionAPI/ListenerAPI.js +21 -21
- package/src/AVerticalScroll/compositionAPI/ObserverAPI.js +113 -113
- package/src/AVerticalScroll/compositionAPI/ScrollAPI.js +52 -52
- package/src/AVerticalScroll/i18n/AVerticalScrollI18n.js +19 -19
- package/src/AVerticalScroll/i18n/ar.json +4 -4
- package/src/AVerticalScroll/i18n/de.json +4 -4
- package/src/AVerticalScroll/i18n/en.json +3 -3
- package/src/AVerticalScroll/i18n/es.json +3 -3
- package/src/AVerticalScroll/i18n/fr.json +3 -3
- package/src/AVerticalScroll/i18n/hr.json +3 -3
- package/src/AVerticalScroll/i18n/it.json +3 -3
- package/src/AVerticalScroll/i18n/ru.json +3 -3
- package/src/AWizard/AWizardStep/compositionAPI/DisabledAPI.js +39 -39
- package/src/AWizard/AWizardStep/compositionAPI/NumberAPI.js +36 -36
- package/src/AWizard/AWizardTab/AWizardTab.js +92 -92
- package/src/AWizard/AWizardTab/compositionAPI/ActiveAPI.js +17 -17
- package/src/AWizard/AWizardTab/compositionAPI/ContentIdAPI.js +17 -17
- package/src/AWizard/AWizardTab/compositionAPI/FocusIdAPI.js +17 -17
- package/src/AWizard/AWizardTab/compositionAPI/VisibilityAPI.js +24 -24
- package/src/AWizard/AWizardToolbar/compositionAPI/DisabledAPI.js +31 -31
- package/src/AWizard/AWizardToolbar/compositionAPI/EventsAPI.js +14 -14
- package/src/AWizard/AWizardToolbar/compositionAPI/FirstLastAPI.js +22 -22
- package/src/AWizard/AWizardToolbar/compositionAPI/HideAPI.js +33 -33
- package/src/AWizard/compositionAPI/EventsAPI.js +74 -74
- package/src/AWizard/compositionAPI/FocusAPI.js +32 -32
- package/src/AWizard/compositionAPI/LocalAPI.js +60 -60
- package/src/AWizard/compositionAPI/MobileAPI.js +22 -22
- package/src/AWizard/compositionAPI/StepsAPI.js +23 -23
- package/src/AWizard/compositionAPI/TeleportAPI.js +24 -24
- package/src/AWizard/i18n/AWizardI18n.js +19 -19
- package/src/PVP/new.txt +39 -39
- package/src/compositionAPI/AConfirmAPI.js +54 -54
- package/src/compositionAPI/ADropdownGlobalAPI.js +20 -20
- package/src/compositionAPI/AEventOutsideAPI.js +46 -46
- package/src/compositionAPI/AHttpAPI.js +588 -588
- package/src/compositionAPI/AMobileAPI.js +24 -24
- package/src/compositionAPI/ANotificationAPI.js +63 -63
- package/src/compositionAPI/APageTabTitleAPI.js +73 -73
- package/src/compositionAPI/APopupAPI.js +58 -58
- package/src/compositionAPI/__tests__/AHttpAPI.test.js +36 -36
- package/src/const/AFocusableElements.js +13 -13
- package/src/const/AKeyChildren.js +1 -1
- package/src/const/AKeyId.js +1 -1
- package/src/const/AKeyLabel.js +1 -1
- package/src/const/AKeyParent.js +1 -1
- package/src/const/colors.js +10 -10
- package/src/const/frameworks.js +6 -6
- package/src/const/placements.js +17 -17
- package/src/directives/AOnHooks.js +38 -38
- package/src/directives/ASafeHtml.js +15 -15
- package/src/filters/__tests__/filterBoolean.test.js +32 -32
- package/src/filters/__tests__/filterCurrency.test.js +15 -15
- package/src/filters/__tests__/filterDate.test.js +36 -36
- package/src/filters/__tests__/filterDefaultForEmpty.test.js +18 -18
- package/src/filters/__tests__/filterEmail.test.js +36 -36
- package/src/filters/__tests__/filterFileSize.test.js +39 -39
- package/src/filters/__tests__/filterFloat.test.js +68 -68
- package/src/filters/__tests__/filterJson.test.js +25 -25
- package/src/filters/__tests__/filterKeyValue.test.js +44 -44
- package/src/filters/__tests__/filterLimitTo.test.js +33 -33
- package/src/filters/__tests__/filterLink.test.js +35 -35
- package/src/filters/__tests__/filterList.test.js +143 -143
- package/src/filters/__tests__/filterPropertyByValue.test.js +21 -21
- package/src/filters/__tests__/filterSearchHighlight.test.js +28 -28
- package/src/filters/filterBoolean.js +31 -31
- package/src/filters/filterCurrency.js +16 -16
- package/src/filters/filterDate.js +39 -39
- package/src/filters/filterDefaultForEmpty.js +20 -20
- package/src/filters/filterEmail.js +27 -27
- package/src/filters/filterFileSize.js +66 -66
- package/src/filters/filterFloat.js +71 -71
- package/src/filters/filterJson.js +24 -24
- package/src/filters/filterKeyValue.js +17 -17
- package/src/filters/filterLimitTo.js +45 -45
- package/src/filters/filterLink.js +31 -31
- package/src/filters/filterPropertyByValue.js +18 -18
- package/src/filters/filterSearchHighlight.js +95 -26
- package/src/filters/i18n/Filters18n.js +19 -19
- package/src/filters/i18n/ar.json +11 -11
- package/src/filters/i18n/de.json +11 -11
- package/src/filters/i18n/en.json +11 -11
- package/src/filters/i18n/es.json +11 -11
- package/src/filters/i18n/fr.json +11 -11
- package/src/filters/i18n/hr.json +10 -10
- package/src/filters/i18n/it.json +11 -11
- package/src/filters/i18n/ru.json +10 -10
- package/src/plugins/AFiltersPlugin.js +99 -99
- package/src/plugins/AGroupButtonDropdownPlugin.js +26 -26
- package/src/plugins/AHttpPlugin.js +23 -23
- package/src/plugins/AI18nPlugin.js +32 -32
- package/src/plugins/AInputNumberPlugin.js +34 -34
- package/src/plugins/AMobilePlugin.js +25 -25
- package/src/plugins/APageTabTitlePlugin.js +9 -9
- package/src/plugins/ATablePlugin.js +28 -28
- package/src/plugins/alohaPlugin.js +5 -5
- package/src/styles/styles.scss +1 -0
- package/src/svg/ACircle/ACircle.js +47 -47
- package/src/svg/AEllipse/AEllipse.js +53 -53
- package/src/svg/ALine/ALine.js +49 -49
- package/src/svg/APath/APath.js +44 -44
- package/src/svg/APolygon/APolygon.js +55 -55
- package/src/svg/APolyline/APolyline.js +48 -48
- package/src/svg/ARect/ARect.js +63 -63
- package/src/svg/compositionAPI/PointsAPI.js +42 -42
- package/src/ui/ACheckbox/ACheckbox.js +0 -0
- package/src/ui/ACheckbox/ACheckboxItem/ACheckboxItem.js +277 -277
- package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/ButtonGroupAPI.js +21 -21
- package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/CheckedAPI.js +18 -18
- package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/EventsAPI.js +55 -55
- package/src/ui/ACheckbox/compositionAPI/ChangeAPI.js +25 -25
- package/src/ui/ACheckbox/compositionAPI/TextAfterLabelAPI.js +16 -16
- package/src/ui/ACheckbox/i18n/ACheckboxI18n.js +19 -19
- package/src/ui/ACheckboxRadioGroups/ACheckboxRadioGroups.js +0 -0
- package/src/ui/ACheckboxRadioGroups/compostionAPI/ChangeModelAPI.js +9 -9
- package/src/ui/ACheckboxRadioGroups/compostionAPI/ComponentAPI.js +35 -35
- package/src/ui/ACheckboxRadioGroups/compostionAPI/DataAPI.js +33 -33
- package/src/ui/ADatepicker/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +816 -816
- package/src/ui/ADatepicker/ADatepickerIcon/ADatepickerIcon.js +28 -28
- package/src/ui/ADatepicker/compositionAPI/AttributesAPI.js +84 -84
- package/src/ui/ADatepicker/compositionAPI/EventsAPI.js +288 -288
- package/src/ui/ADatepicker/compositionAPI/LanguagesAPI.js +27 -27
- package/src/ui/ADatepicker/compositionAPI/RefsAPI.js +19 -19
- package/src/ui/ADatepicker/locale/languages.js +174 -174
- package/src/ui/ADatepicker/mixins/PanelMixin.js +73 -73
- package/src/ui/ADatepicker/panel/APanelDate/APanelDate.js +354 -354
- package/src/ui/ADatepicker/panel/APanelMonth/APanelMonth.js +187 -187
- package/src/ui/ADatepicker/panel/APanelTime/APanelTime.js +303 -303
- package/src/ui/ADatepicker/panel/APanelYear/APanelYear.js +162 -162
- package/src/ui/ADatepicker/panel/APanelYearItem/APanelYearItem.js +84 -84
- package/src/ui/ADatepicker/utils/index.js +76 -76
- package/src/ui/ADatepicker/utils/scroll-into-view.js +23 -23
- package/src/ui/ADatepicker/utils/transform.js +14 -14
- package/src/ui/ADatepickerAlt/ADatepicker.js +909 -909
- package/src/ui/ADatepickerAlt/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +800 -800
- package/src/ui/ADatepickerAlt/ADatepickerIcon/ADatepickerIcon.js +28 -28
- package/src/ui/ADatepickerAlt/locale/languages.js +174 -174
- package/src/ui/ADatepickerAlt/mixins/PanelMixin.js +73 -73
- package/src/ui/ADatepickerAlt/panel/APanelDate/APanelDate.js +353 -353
- package/src/ui/ADatepickerAlt/panel/APanelMonth/APanelMonth.js +187 -187
- package/src/ui/ADatepickerAlt/panel/APanelTime/APanelTime.js +303 -303
- package/src/ui/ADatepickerAlt/panel/APanelYear/APanelYear.js +162 -162
- package/src/ui/ADatepickerAlt/panel/APanelYearItem/APanelYearItem.js +84 -84
- package/src/ui/ADatepickerAlt/utils/index.js +98 -98
- package/src/ui/ADatepickerAlt/utils/scroll-into-view.js +23 -23
- package/src/ui/ADatepickerAlt/utils/transform.js +14 -14
- package/src/ui/ADatepickerRange/compositionAPI/FocusAPI.js +18 -18
- package/src/ui/ADatepickerRange/compositionAPI/IdAPI.js +20 -20
- package/src/ui/ADatepickerRange/compositionAPI/InputAttributesAPI.js +39 -39
- package/src/ui/ADatepickerRange/compositionAPI/ModelAPI.js +43 -43
- package/src/ui/ADatepickerRange/i18n/ADatepickerRangeI18n.js +19 -19
- package/src/ui/ADatepickerRange/i18n/ar.json +4 -4
- package/src/ui/ADatepickerRange/i18n/de.json +4 -4
- package/src/ui/ADatepickerRange/i18n/en.json +4 -4
- package/src/ui/ADatepickerRange/i18n/es.json +4 -4
- package/src/ui/ADatepickerRange/i18n/fr.json +4 -4
- package/src/ui/ADatepickerRange/i18n/hr.json +4 -4
- package/src/ui/ADatepickerRange/i18n/it.json +4 -4
- package/src/ui/ADatepickerRange/i18n/ru.json +4 -4
- package/src/ui/ADatepickerRange/utils/Types.js +14 -14
- package/src/ui/AErrors/AErrors.js +137 -137
- package/src/ui/AErrors/AErrorsElement/AErrorsElement.js +0 -0
- package/src/ui/AErrors/compositionAPI/CloseAPI.js +9 -9
- package/src/ui/AErrors/compositionAPI/ErrorsAPI.js +20 -20
- package/src/ui/AErrors/compositionAPI/FocusAPI.js +26 -26
- package/src/ui/AErrors/compositionAPI/LabelsAPI.js +66 -66
- package/src/ui/AErrorsText/AErrorsText.js +51 -51
- package/src/ui/AFieldset/AFieldset.js +0 -0
- package/src/ui/AFieldset/i18n/AFieldsetI18n.js +19 -19
- package/src/ui/AFieldset/i18n/de.json +4 -4
- package/src/ui/AFieldset/i18n/ru.json +4 -4
- package/src/ui/AForm/AForm.js +0 -0
- package/src/ui/AForm/compositionAPI/HideAPI.js +16 -16
- package/src/ui/AForm/compositionAPI/RequiredAPI.js +31 -31
- package/src/ui/AFormHelpText/AFormHelpText.js +37 -37
- package/src/ui/AGroup/AGroup.js +0 -0
- package/src/ui/AGroup/compositionAPI/SpecificTypeAPI.js +50 -50
- package/src/ui/AInput/AInput.js +0 -0
- package/src/ui/AInputFile/AInputFile.js +0 -0
- package/src/ui/AInputNumber/AInputNumber.js +0 -0
- package/src/ui/AInputNumber/compositionAPI/IncreaseDecreaseAPI.js +53 -53
- package/src/ui/AInputNumber/compositionAPI/InputEventsAPI.js +189 -189
- package/src/ui/AInputNumber/compositionAPI/MinAPI.js +32 -32
- package/src/ui/AInputNumber/compositionAPI/ModelAPI.js +67 -67
- package/src/ui/AInputNumber/compositionAPI/NumberAttributesAPI.js +40 -40
- package/src/ui/AInputNumber/compositionAPI/WidthAPI.js +31 -31
- package/src/ui/AInputNumberRange/AInputNumberRange.js +0 -0
- package/src/ui/AInputNumberRange/compositionAPI/FocusAPI.js +18 -18
- package/src/ui/AInputNumberRange/compositionAPI/IdAPI.js +20 -20
- package/src/ui/AInputNumberRange/compositionAPI/InputAttributesAPI.js +39 -39
- package/src/ui/AInputNumberRange/compositionAPI/ModelAPI.js +40 -40
- package/src/ui/AInputNumberRange/compositionAPI/TypeAPI.js +16 -16
- package/src/ui/AInputNumberRange/i18n/AInputNumberRangeI18n.js +19 -19
- package/src/ui/AInputNumberRange/i18n/ar.json +3 -3
- package/src/ui/AInputNumberRange/i18n/de.json +3 -3
- package/src/ui/AInputNumberRange/i18n/en.json +2 -2
- package/src/ui/AInputNumberRange/i18n/es.json +2 -2
- package/src/ui/AInputNumberRange/i18n/fr.json +2 -2
- package/src/ui/AInputNumberRange/i18n/hr.json +2 -2
- package/src/ui/AInputNumberRange/i18n/it.json +2 -2
- package/src/ui/AInputNumberRange/i18n/ru.json +2 -2
- package/src/ui/AInputNumberRange/utils/Types.js +15 -15
- package/src/ui/ALabel/ALabel.js +0 -0
- package/src/ui/ALabel/__tests__/ALabel.IdAPI.test.js +37 -37
- package/src/ui/ALabel/__tests__/ALabel.LabelAPI.test.js +27 -27
- package/src/ui/ALabel/compositionAPI/IdAPI.js +33 -33
- package/src/ui/ALabel/compositionAPI/LabelAPI.js +45 -45
- package/src/ui/ALabel/compositionAPI/PropsTypeAPI.js +66 -66
- package/src/ui/AOneCheckbox/AOneCheckbox.js +1 -1
- package/src/ui/AOneCheckbox/compositionAPI/LabelAPI.js +20 -20
- package/src/ui/AOneCheckbox/compositionAPI/TrueFalseValueAPI.js +47 -47
- package/src/ui/ARadio/ARadio.js +0 -0
- package/src/ui/ARadio/ARadioItem/ARadioItem.js +278 -278
- package/src/ui/ARadio/ARadioItem/compositionAPI/CheckedAPI.js +25 -25
- package/src/ui/ARadio/ARadioItem/compositionAPI/EventsAPI.js +43 -43
- package/src/ui/ARadio/compositionAPI/ChangeAPI.js +58 -58
- package/src/ui/ARadio/i18n/ARadioI18n.js +19 -19
- package/src/ui/ARequired/ARequired.js +27 -27
- package/src/ui/ARequired/i18n/ARequiredI18n.js +19 -19
- package/src/ui/ASelect/ASelect.js +0 -0
- package/src/ui/ASelect/ASelectElement/ASelectElement.js +0 -0
- package/src/ui/ASelect/ASelectElement/compositionAPI/CheckedAPI.js +22 -22
- package/src/ui/ASelect/ASelectElement/compositionAPI/EventsAPI.js +39 -39
- package/src/ui/ASelect/ASelectLabelElement.js +55 -55
- package/src/ui/ASelect/ASelectValueCloseable.js +0 -0
- package/src/ui/ASelect/UiSelect/ReadOnlyMixin.js +0 -0
- package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnly.js +0 -0
- package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnly.pug +0 -0
- package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnly.vue +0 -0
- package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnlyElement/UiMultiselectReadOnlyElement.js +0 -0
- package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnlyElement/UiMultiselectReadOnlyElement.pug +0 -0
- package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnlyElement/UiMultiselectReadOnlyElement.vue +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectElement/UiSelectElement.js +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectElement/UiSelectElement.vue +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrdered.js +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrdered.pug +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrdered.vue +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrderedElement/UiSelectOrderedElement.js +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrderedElement/UiSelectOrderedElement.pug +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrderedElement/UiSelectOrderedElement.vue +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectReadOnly/UiSelectReadOnly.js +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectReadOnly/UiSelectReadOnly.pug +0 -0
- package/src/ui/ASelect/UiSelect/UiSelectReadOnly/UiSelectReadOnly.vue +0 -0
- package/src/ui/ASelect/compositionAPI/DividerAPI.js +19 -19
- package/src/ui/ASelect/i18n/ASelectI18n.js +19 -19
- package/src/ui/ASwitch/ASwitch.js +0 -0
- package/src/ui/ASwitch/compositionAPI/CheckedAPI.js +22 -22
- package/src/ui/ASwitch/compositionAPI/LabelAPI.js +27 -27
- package/src/ui/ASwitch/compositionAPI/ModelAPI.js +30 -30
- package/src/ui/ASwitch/compositionAPI/OnInputAPI.js +51 -51
- package/src/ui/ATemplate/ATemplate.js +0 -0
- package/src/ui/ATextarea/ATextarea.js +0 -0
- package/src/ui/ATextarea/compositionAPI/ResizeClass.js +23 -23
- package/src/ui/ATinymce/ATinymce.js +0 -0
- package/src/ui/compositionApi/UIExcludeRenderAttributesAPI.js +25 -25
- package/src/ui/compositionApi/UiCheckboxRadioItemAPI.js +39 -39
- package/src/ui/compositionApi/UiDataSortAPI.js +26 -26
- package/src/ui/compositionApi/UiDataWatchEmitAPI.js +18 -18
- package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +157 -157
- package/src/ui/compositionApi/UiDisabledElementAPI.js +26 -26
- package/src/ui/compositionApi/UiErrorsAPI.js +37 -37
- package/src/ui/compositionApi/UiInputAutofillAPI.js +41 -41
- package/src/ui/compositionApi/UiLabelClickEventBusAPI.js +34 -34
- package/src/ui/compositionApi/UiLoadingAPI.js +19 -19
- package/src/ui/compositionApi/UiSearchAPI.js +213 -213
- package/src/ui/compositionApi/UiTitleElementAPI.js +28 -28
- package/src/ui/compositionApi/UiVisibleElementWithSearchAPI.js +51 -51
- package/src/ui/compositionApi/__tests__/UIExcludeRenderAttributesAPI.test.js +34 -34
- package/src/ui/const/AUiTypes.js +65 -65
- package/src/ui/input-number/src/input-number.vue +0 -0
- package/src/ui/utils/utils.js +3 -3
- package/src/utils/EventBus.js +8 -8
- package/src/utils/__tests__/utils.getTotalNestedCount.test.js +50 -50
- package/src/utils/__tests__/utils.isArrayOfArrays.test.js +38 -38
- package/src/utils/__tests__/utils.isArrayOfStrings.test.js +30 -30
- package/src/utils/__tests__/utilsMath.isEven.test.js +37 -37
- package/src/utils/__tests__/utilsMath.isOdd.test.js +37 -37
- package/src/utils/actions.js +65 -65
- package/src/utils/autosize.js +268 -268
- package/src/utils/utils.js +95 -95
- package/utilsTests/utilsTests.js +16 -16
- package/docs/dist/assets/index-BzHmSwFD.css +0 -1
- package/docs/dist/assets/vendor-BZSh2VgM.css +0 -7
- package/docs/dist/assets/vendor-tinymce-ConXFpxE.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 1.4.0
|
|
11
|
+
|
|
12
|
+
### New Arguments for `filterSearchHighlight`
|
|
13
|
+
- `tag`
|
|
14
|
+
- `attributes`
|
|
15
|
+
- `caseSensitive`
|
|
16
|
+
- `isHtml`
|
|
17
|
+
|
|
18
|
+
## 1.3.1
|
|
19
|
+
|
|
20
|
+
- `AOneCheckbox`: Fixed warnings related to the slot usage.
|
|
21
|
+
|
|
10
22
|
## 1.3.0
|
|
11
23
|
|
|
12
24
|
- `AOneCheckbox`: Added new props:
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2021 Ilia Brykin
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021 Ilia Brykin
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/babel.config.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
const path = require("path");
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
presets: [
|
|
5
|
-
["@babel/env"]
|
|
6
|
-
],
|
|
7
|
-
env: {
|
|
8
|
-
test: {
|
|
9
|
-
presets: [["@babel/env"]]
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
plugins: [
|
|
13
|
-
["module-resolver", {
|
|
14
|
-
root: ["./src"],
|
|
15
|
-
alias: {
|
|
16
|
-
"@": path.resolve(__dirname, "./src")
|
|
17
|
-
}
|
|
18
|
-
}]
|
|
19
|
-
]
|
|
20
|
-
};
|
|
1
|
+
const path = require("path");
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
presets: [
|
|
5
|
+
["@babel/env"]
|
|
6
|
+
],
|
|
7
|
+
env: {
|
|
8
|
+
test: {
|
|
9
|
+
presets: [["@babel/env"]]
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
plugins: [
|
|
13
|
+
["module-resolver", {
|
|
14
|
+
root: ["./src"],
|
|
15
|
+
alias: {
|
|
16
|
+
"@": path.resolve(__dirname, "./src")
|
|
17
|
+
}
|
|
18
|
+
}]
|
|
19
|
+
]
|
|
20
|
+
};
|