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.
Files changed (2535) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/LICENSE +21 -21
  3. package/babel.config.js +20 -20
  4. package/docs/dist/assets/index-LuQHdFA5.css +1 -0
  5. package/docs/dist/assets/vendor-dExf98Xo.css +7 -0
  6. package/docs/index.html +13 -13
  7. package/docs/src/App/App.js +17 -17
  8. package/docs/src/App/App.vue +2 -2
  9. package/docs/src/components/TheMenu/TheMenu.vue +2 -2
  10. package/docs/src/components/TheMenu/compositionAPI/CssItemsAPI.js +20 -20
  11. package/docs/src/components/TheMenu/compositionAPI/DirectiveItemsAPI.js +20 -20
  12. package/docs/src/components/TheNavbar/TheNavbar.pug +28 -28
  13. package/docs/src/components/TheNavbar/TheNavbar.vue +2 -2
  14. package/docs/src/components/TheNavbar/compositionAPI/LanguagesAPI.js +64 -64
  15. package/docs/src/components/TypeTranslate/TypeTranslate.js +30 -30
  16. package/docs/src/components/TypeTranslate/TypeTranslate.pug +4 -4
  17. package/docs/src/components/TypeTranslate/TypeTranslate.vue +2 -2
  18. package/docs/src/components/TypeTranslate/compositionAPI/TypeAPI.js +32 -32
  19. package/docs/src/global/components/AlohaExample/AlohaExample.js +109 -109
  20. package/docs/src/global/components/AlohaExample/AlohaExample.pug +102 -102
  21. package/docs/src/global/components/AlohaExample/AlohaExample.vue +2 -2
  22. package/docs/src/global/components/AlohaExample/compositionAPI/ClipboardAPI.js +41 -41
  23. package/docs/src/global/components/AlohaExample/compositionAPI/CodeToggleAPI.js +26 -26
  24. package/docs/src/global/components/AlohaExample/compositionAPI/ParametersAPI.js +77 -77
  25. package/docs/src/global/components/AlohaHighlightjs/AlohaHighlightjs.js +103 -103
  26. package/docs/src/global/components/AlohaPage/AlohaPage.js +14 -14
  27. package/docs/src/global/components/AlohaPage/AlohaPage.vue +2 -2
  28. package/docs/src/global/components/AlohaTableProps/AlohaTableProps.js +47 -47
  29. package/docs/src/global/components/AlohaTableProps/AlohaTableProps.pug +22 -22
  30. package/docs/src/global/components/AlohaTableProps/AlohaTableProps.vue +2 -2
  31. package/docs/src/global/components/AlohaTableProps/compositionAPI/ColumnsAPI.js +65 -65
  32. package/docs/src/global/components/AlohaTableProps/compositionAPI/DataAPI.js +32 -32
  33. package/docs/src/global/components/AlohaTableTranslate/AlohaTableTranslate.js +31 -31
  34. package/docs/src/global/components/AlohaTableTranslate/AlohaTableTranslate.pug +11 -11
  35. package/docs/src/global/components/AlohaTableTranslate/AlohaTableTranslate.vue +2 -2
  36. package/docs/src/global/components/AlohaTableTranslate/compositionAPI/ColumnsAPI.js +20 -20
  37. package/docs/src/global/components/AlohaTableTranslate/compositionAPI/DataAPI.js +34 -34
  38. package/docs/src/store/index.js +17 -17
  39. package/docs/src/views/About.vue +5 -5
  40. package/docs/src/views/CSS/PageColumns/PageColumns.js +4 -4
  41. package/docs/src/views/CSS/PageColumns/PageColumns.pug +23 -23
  42. package/docs/src/views/CSS/PageColumns/PageColumns.vue +2 -2
  43. package/docs/src/views/Form/PageCheckbox/PageCheckbox.vue +2 -2
  44. package/docs/src/views/Form/PageCheckbox/PageCheckboxCollapse/PageCheckboxCollapse.vue +2 -2
  45. package/docs/src/views/Form/PageCheckbox/PageCheckboxDataExtra/PageCheckboxDataExtra.js +109 -109
  46. package/docs/src/views/Form/PageCheckbox/PageCheckboxDataExtra/PageCheckboxDataExtra.vue +2 -2
  47. package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/PageCheckboxIsButtonGroup.js +91 -91
  48. package/docs/src/views/Form/PageCheckbox/PageCheckboxIsButtonGroup/PageCheckboxIsButtonGroup.vue +2 -2
  49. package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/PageCheckboxKeyDisabled.js +94 -94
  50. package/docs/src/views/Form/PageCheckbox/PageCheckboxKeyDisabled/PageCheckboxKeyDisabled.vue +2 -2
  51. package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/PageCheckboxSearch.js +91 -91
  52. package/docs/src/views/Form/PageCheckbox/PageCheckboxSearch/PageCheckboxSearch.vue +2 -2
  53. package/docs/src/views/Form/PageCheckbox/PageCheckboxTranslateData/PageCheckboxTranslateData.vue +2 -2
  54. package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/PageCheckboxTwoColumns.js +73 -73
  55. package/docs/src/views/Form/PageCheckbox/PageCheckboxTwoColumns/PageCheckboxTwoColumns.vue +2 -2
  56. package/docs/src/views/Form/PageCheckbox/compositionAPI/PageTitleAPI.js +24 -24
  57. package/docs/src/views/Form/PageCheckbox/i18n/PageCheckboxI18n.js +19 -19
  58. package/docs/src/views/Form/PageDatepicker/PageDatepicker.js +19 -19
  59. package/docs/src/views/Form/PageDatepicker/PageDatepicker.pug +11 -11
  60. package/docs/src/views/Form/PageDatepicker/PageDatepicker.vue +2 -2
  61. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRange.js +33 -33
  62. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRange.pug +24 -24
  63. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRange.vue +2 -2
  64. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/PageDatepickerRangeBasic.js +34 -34
  65. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/PageDatepickerRangeBasic.pug +12 -12
  66. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/PageDatepickerRangeBasic.vue +2 -2
  67. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeBasic/compositionAPI/HtmlAPI.js +11 -11
  68. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/PageDatepickerRangeCustomFirstDay.js +34 -34
  69. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/PageDatepickerRangeCustomFirstDay.pug +13 -13
  70. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/PageDatepickerRangeCustomFirstDay.vue +2 -2
  71. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeCustomFirstDay/compositionAPI/HtmlAPI.js +11 -11
  72. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/PageDatepickerRangeDisabledVariants.js +34 -34
  73. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/PageDatepickerRangeDisabledVariants.pug +19 -19
  74. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/PageDatepickerRangeDisabledVariants.vue +2 -2
  75. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeDisabledVariants/compositionAPI/HtmlAPI.js +18 -18
  76. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/PageDatepickerRangeFormatCustomization.js +34 -34
  77. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/PageDatepickerRangeFormatCustomization.pug +12 -12
  78. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/PageDatepickerRangeFormatCustomization.vue +2 -2
  79. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeFormatCustomization/compositionAPI/HtmlAPI.js +11 -11
  80. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/PageDatepickerRangeHelpText.js +34 -34
  81. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/PageDatepickerRangeHelpText.pug +12 -12
  82. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/PageDatepickerRangeHelpText.vue +2 -2
  83. package/docs/src/views/Form/PageDatepickerRange/PageDatepickerRangeHelpText/compositionAPI/HtmlAPI.js +11 -11
  84. package/docs/src/views/Form/PageDatepickerRange/compositionAPI/PropsAPI.js +313 -313
  85. package/docs/src/views/Form/PageDatepickerRange/i18n/PageDatepickerRangeI18n.js +19 -19
  86. package/docs/src/views/Form/PageDatepickerRange/i18n/ar.json +57 -57
  87. package/docs/src/views/Form/PageDatepickerRange/i18n/de.json +57 -57
  88. package/docs/src/views/Form/PageDatepickerRange/i18n/en.json +57 -57
  89. package/docs/src/views/Form/PageDatepickerRange/i18n/es.json +57 -57
  90. package/docs/src/views/Form/PageDatepickerRange/i18n/fr.json +57 -57
  91. package/docs/src/views/Form/PageDatepickerRange/i18n/hr.json +57 -57
  92. package/docs/src/views/Form/PageDatepickerRange/i18n/it.json +57 -57
  93. package/docs/src/views/Form/PageDatepickerRange/i18n/ru.json +57 -57
  94. package/docs/src/views/Form/PageFieldset/PageFieldset.vue +2 -2
  95. package/docs/src/views/Form/PageFieldset/PageFieldsetCollapse/PageFieldsetCollapse.vue +2 -2
  96. package/docs/src/views/Form/PageFieldset/compositionAPI/PageTitleAPI.js +24 -24
  97. package/docs/src/views/Form/PageFieldset/i18n/PageFieldsetI18n.js +19 -19
  98. package/docs/src/views/Form/PageForm/PageForm.pug +31 -31
  99. package/docs/src/views/Form/PageForm/PageForm.vue +2 -2
  100. package/docs/src/views/Form/PageInput/PageInput.vue +2 -2
  101. package/docs/src/views/Form/PageInputCurrency/PageInputCurrency.vue +2 -2
  102. package/docs/src/views/Form/PageInputNumber/PageInputNumber.js +21 -21
  103. package/docs/src/views/Form/PageInputNumber/PageInputNumber.pug +51 -51
  104. package/docs/src/views/Form/PageInputNumber/PageInputNumber.vue +2 -2
  105. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.js +108 -108
  106. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.pug +20 -20
  107. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRange.vue +2 -2
  108. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.js +34 -34
  109. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.pug +13 -13
  110. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/PageInputNumberRangeBasic.vue +2 -2
  111. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeBasic/compositionAPI/HtmlAPI.js +11 -11
  112. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.js +34 -34
  113. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.pug +17 -17
  114. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/PageInputNumberRangePlaceholder.vue +2 -2
  115. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangePlaceholder/compositionAPI/HtmlAPI.js +14 -14
  116. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.js +34 -34
  117. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.pug +15 -15
  118. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/PageInputNumberRangeTypeInteger.vue +2 -2
  119. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeInteger/compositionAPI/HtmlAPI.js +12 -12
  120. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.js +34 -34
  121. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.pug +15 -15
  122. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/PageInputNumberRangeTypeIntegerNonNegative.vue +2 -2
  123. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerNonNegative/compositionAPI/HtmlAPI.js +12 -12
  124. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.js +34 -34
  125. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.pug +15 -15
  126. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/PageInputNumberRangeTypeIntegerPositive.vue +2 -2
  127. package/docs/src/views/Form/PageInputNumberRange/PageInputNumberRangeTypeIntegerPositive/compositionAPI/HtmlAPI.js +12 -12
  128. package/docs/src/views/Form/PageInputNumberRange/compositionAPI/EventsAPI.js +13 -13
  129. package/docs/src/views/Form/PageInputNumberRange/compositionAPI/ExposesAPI.js +18 -18
  130. package/docs/src/views/Form/PageInputNumberRange/compositionAPI/PageTitleAPI.js +24 -24
  131. package/docs/src/views/Form/PageInputNumberRange/compositionAPI/PropsAPI.js +106 -106
  132. package/docs/src/views/Form/PageInputNumberRange/compositionAPI/SlotsAPI.js +12 -12
  133. package/docs/src/views/Form/PageInputNumberRange/i18n/PageInputNumberRangeI18n.js +19 -19
  134. package/docs/src/views/Form/PageInputNumberRange/i18n/ar.json +3 -3
  135. package/docs/src/views/Form/PageInputNumberRange/i18n/de.json +2 -2
  136. package/docs/src/views/Form/PageInputNumberRange/i18n/en.json +2 -2
  137. package/docs/src/views/Form/PageInputNumberRange/i18n/es.json +2 -2
  138. package/docs/src/views/Form/PageInputNumberRange/i18n/fr.json +2 -2
  139. package/docs/src/views/Form/PageInputNumberRange/i18n/hr.json +2 -2
  140. package/docs/src/views/Form/PageInputNumberRange/i18n/it.json +2 -2
  141. package/docs/src/views/Form/PageInputNumberRange/i18n/ru.json +2 -2
  142. package/docs/src/views/Form/PageJson/PageJson.vue +2 -2
  143. package/docs/src/views/Form/PageJson/PageJsonBasic/PageJsonBasic.vue +2 -2
  144. package/docs/src/views/Form/PageJson/compositionAPI/PageTitleAPI.js +24 -24
  145. package/docs/src/views/Form/PageJson/compositionAPI/TranslateAPI.js +14 -14
  146. package/docs/src/views/Form/PageJson/i18n/PageJsonI18n.js +19 -19
  147. package/docs/src/views/Form/PageOneCheckbox/PageOneCheckboxSlotName/PageOneCheckboxSlotName.pug +1 -1
  148. package/docs/src/views/Form/PageOneCheckbox/PageOneCheckboxSlotName/compositionAPI/HtmlAPI.js +1 -1
  149. package/docs/src/views/Form/PageRadio/PageRadio.vue +2 -2
  150. package/docs/src/views/Form/PageRadio/PageRadioIsModelArray/PageRadioIsModelArray.js +91 -91
  151. package/docs/src/views/Form/PageRadio/PageRadioIsModelArray/PageRadioIsModelArray.vue +2 -2
  152. package/docs/src/views/Form/PageRadio/compositionAPI/PageTitleAPI.js +24 -24
  153. package/docs/src/views/Form/PageRadio/i18n/PageRadioI18n.js +19 -19
  154. package/docs/src/views/Form/PageSelect/PageSelect.js +114 -114
  155. package/docs/src/views/Form/PageSelect/PageSelect.pug +112 -112
  156. package/docs/src/views/Form/PageSelect/PageSelect.vue +2 -2
  157. package/docs/src/views/Form/PageSelect/PageSelectBasic/PageSelectBasic.js +57 -57
  158. package/docs/src/views/Form/PageSelect/PageSelectBasic/PageSelectBasic.pug +17 -17
  159. package/docs/src/views/Form/PageSelect/PageSelectBasic/PageSelectBasic.vue +2 -2
  160. package/docs/src/views/Form/PageSelect/PageSelectBasic/compositionAPI/HtmlAPI.js +15 -15
  161. package/docs/src/views/Form/PageSelect/PageSelectDataExtra/PageSelectDataExtra.js +114 -114
  162. package/docs/src/views/Form/PageSelect/PageSelectDataExtra/PageSelectDataExtra.pug +30 -30
  163. package/docs/src/views/Form/PageSelect/PageSelectDataExtra/PageSelectDataExtra.vue +2 -2
  164. package/docs/src/views/Form/PageSelect/PageSelectDataExtra/compositionAPI/HtmlAPI.js +27 -27
  165. package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.js +91 -91
  166. package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.pug +19 -19
  167. package/docs/src/views/Form/PageSelect/PageSelectGroup/PageSelectGroup.vue +2 -2
  168. package/docs/src/views/Form/PageSelect/PageSelectGroup/compositionAPI/HtmlAPI.js +16 -16
  169. package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.js +100 -100
  170. package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.pug +29 -29
  171. package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/PageSelectKeyDisabled.vue +2 -2
  172. package/docs/src/views/Form/PageSelect/PageSelectKeyDisabled/compositionAPI/HtmlAPI.js +26 -26
  173. package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.js +96 -96
  174. package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.pug +30 -30
  175. package/docs/src/views/Form/PageSelect/PageSelectSearch/PageSelectSearch.vue +2 -2
  176. package/docs/src/views/Form/PageSelect/PageSelectSearch/compositionAPI/HtmlAPI.js +27 -27
  177. package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.js +73 -73
  178. package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.pug +20 -20
  179. package/docs/src/views/Form/PageSelect/PageSelectTranslateData/PageSelectTranslateData.vue +2 -2
  180. package/docs/src/views/Form/PageSelect/PageSelectTranslateData/compositionAPI/HtmlAPI.js +17 -17
  181. package/docs/src/views/Form/PageSelect/compositionAPI/EventsAPI.js +13 -13
  182. package/docs/src/views/Form/PageSelect/compositionAPI/ExposesAPI.js +18 -18
  183. package/docs/src/views/Form/PageSelect/compositionAPI/PageTitleAPI.js +24 -24
  184. package/docs/src/views/Form/PageSelect/compositionAPI/PropsAPI.js +106 -106
  185. package/docs/src/views/Form/PageSelect/compositionAPI/SlotsAPI.js +12 -12
  186. package/docs/src/views/Form/PageSelect/i18n/PageSelectI18n.js +19 -19
  187. package/docs/src/views/Form/PageSelect/i18n/ar.json +3 -3
  188. package/docs/src/views/Form/PageSelect/i18n/de.json +20 -20
  189. package/docs/src/views/Form/PageSelect/i18n/en.json +20 -20
  190. package/docs/src/views/Form/PageSelect/i18n/es.json +2 -2
  191. package/docs/src/views/Form/PageSelect/i18n/fr.json +2 -2
  192. package/docs/src/views/Form/PageSelect/i18n/hr.json +20 -20
  193. package/docs/src/views/Form/PageSelect/i18n/it.json +2 -2
  194. package/docs/src/views/Form/PageSelect/i18n/ru.json +2 -2
  195. package/docs/src/views/Functions/Components/PageFilterArguments/PageFilterArguments.js +33 -33
  196. package/docs/src/views/Functions/Components/PageFilterArguments/PageFilterArguments.pug +34 -34
  197. package/docs/src/views/Functions/Components/PageFilterArguments/PageFilterArguments.vue +2 -2
  198. package/docs/src/views/Functions/Components/PageFilterArguments/compositionAPI/JsAPI.js +16 -16
  199. package/docs/src/views/Functions/Components/PageFilterImportCompositionApi/PageFilterImportCompositionApi.js +25 -25
  200. package/docs/src/views/Functions/Components/PageFilterImportCompositionApi/PageFilterImportCompositionApi.pug +5 -5
  201. package/docs/src/views/Functions/Components/PageFilterImportCompositionApi/PageFilterImportCompositionApi.vue +2 -2
  202. package/docs/src/views/Functions/Components/PageFilterImportFunction/PageFilterImportFunction.js +30 -30
  203. package/docs/src/views/Functions/Components/PageFilterImportFunction/PageFilterImportFunction.pug +5 -5
  204. package/docs/src/views/Functions/Components/PageFilterImportFunction/PageFilterImportFunction.vue +2 -2
  205. package/docs/src/views/Functions/Components/PageFilterTest/PageFilterTest.js +14 -14
  206. package/docs/src/views/Functions/Components/PageFilterTest/PageFilterTest.pug +5 -5
  207. package/docs/src/views/Functions/Components/PageFilterTest/PageFilterTest.vue +2 -2
  208. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBoolean.js +46 -46
  209. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBoolean.pug +34 -34
  210. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBoolean.vue +2 -2
  211. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanExample/PageFilterBooleanExample.js +19 -19
  212. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanExample/PageFilterBooleanExample.pug +5 -5
  213. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanExample/PageFilterBooleanExample.vue +2 -2
  214. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanTrueFalseValues/PageFilterBooleanTrueFalseValues.js +19 -19
  215. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanTrueFalseValues/PageFilterBooleanTrueFalseValues.pug +5 -5
  216. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanTrueFalseValues/PageFilterBooleanTrueFalseValues.vue +2 -2
  217. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanUseNil/PageFilterBooleanUseNil.js +19 -19
  218. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanUseNil/PageFilterBooleanUseNil.pug +5 -5
  219. package/docs/src/views/Functions/Filters/PageFilterBoolean/PageFilterBooleanUseNil/PageFilterBooleanUseNil.vue +2 -2
  220. package/docs/src/views/Functions/Filters/PageFilterBoolean/compositionAPI/ArgumentsAPI.js +36 -36
  221. package/docs/src/views/Functions/Filters/PageFilterBoolean/compositionAPI/PageTitleAPI.js +7 -7
  222. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/PageFilterBooleanI18n.js +19 -19
  223. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/ar.json +7 -7
  224. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/de.json +7 -7
  225. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/en.json +7 -7
  226. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/es.json +7 -7
  227. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/fr.json +7 -7
  228. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/hr.json +6 -6
  229. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/it.json +7 -7
  230. package/docs/src/views/Functions/Filters/PageFilterBoolean/i18n/ru.json +7 -7
  231. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrency.js +48 -48
  232. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrency.pug +36 -36
  233. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrency.vue +2 -2
  234. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.js +19 -19
  235. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.pug +5 -5
  236. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.vue +2 -2
  237. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.js +19 -19
  238. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.pug +5 -5
  239. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.vue +2 -2
  240. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.js +19 -19
  241. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.pug +5 -5
  242. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.vue +2 -2
  243. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.js +19 -19
  244. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.pug +5 -5
  245. package/docs/src/views/Functions/Filters/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.vue +2 -2
  246. package/docs/src/views/Functions/Filters/PageFilterCurrency/compositionAPI/ArgumentsAPI.js +37 -37
  247. package/docs/src/views/Functions/Filters/PageFilterCurrency/compositionAPI/PageTitleAPI.js +7 -7
  248. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/PageFilterCurrencyI18n.js +19 -19
  249. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/ar.json +7 -7
  250. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/de.json +7 -7
  251. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/en.json +7 -7
  252. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/es.json +7 -7
  253. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/fr.json +7 -7
  254. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/hr.json +6 -6
  255. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/it.json +7 -7
  256. package/docs/src/views/Functions/Filters/PageFilterCurrency/i18n/ru.json +7 -7
  257. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDate.js +44 -44
  258. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDate.pug +32 -32
  259. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDate.vue +2 -2
  260. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateExample/PageFilterDateExample.js +19 -19
  261. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateExample/PageFilterDateExample.pug +5 -5
  262. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateExample/PageFilterDateExample.vue +2 -2
  263. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.js +19 -19
  264. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.pug +5 -5
  265. package/docs/src/views/Functions/Filters/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.vue +2 -2
  266. package/docs/src/views/Functions/Filters/PageFilterDate/compositionAPI/ArgumentsAPI.js +22 -22
  267. package/docs/src/views/Functions/Filters/PageFilterDate/compositionAPI/PageTitleAPI.js +7 -7
  268. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/PageFilterDateI18n.js +19 -19
  269. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/ar.json +5 -5
  270. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/de.json +5 -5
  271. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/en.json +5 -5
  272. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/es.json +5 -5
  273. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/fr.json +5 -5
  274. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/hr.json +4 -4
  275. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/it.json +5 -5
  276. package/docs/src/views/Functions/Filters/PageFilterDate/i18n/ru.json +5 -5
  277. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmpty.js +44 -44
  278. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmpty.pug +32 -32
  279. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmpty.vue +2 -2
  280. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyEmptyValue/PageFilterDefaultForEmptyEmptyValue.js +19 -19
  281. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyEmptyValue/PageFilterDefaultForEmptyEmptyValue.pug +5 -5
  282. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyEmptyValue/PageFilterDefaultForEmptyEmptyValue.vue +2 -2
  283. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyExample/PageFilterDefaultForEmptyExample.js +19 -19
  284. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyExample/PageFilterDefaultForEmptyExample.pug +5 -5
  285. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/PageFilterDefaultForEmptyExample/PageFilterDefaultForEmptyExample.vue +2 -2
  286. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/compositionAPI/ArgumentsAPI.js +22 -22
  287. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/compositionAPI/PageTitleAPI.js +7 -7
  288. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/PageFilterDefaultForEmptyI18n.js +19 -19
  289. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/ar.json +5 -5
  290. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/de.json +5 -5
  291. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/en.json +5 -5
  292. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/es.json +5 -5
  293. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/fr.json +5 -5
  294. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/hr.json +5 -5
  295. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/it.json +5 -5
  296. package/docs/src/views/Functions/Filters/PageFilterDefaultForEmpty/i18n/ru.json +5 -5
  297. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmail.js +44 -44
  298. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmail.pug +32 -32
  299. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmail.vue +2 -2
  300. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailExample/PageFilterEmailExample.js +19 -19
  301. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailExample/PageFilterEmailExample.pug +5 -5
  302. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailExample/PageFilterEmailExample.vue +2 -2
  303. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailLinkClass/PageFilterEmailLinkClass.js +19 -19
  304. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailLinkClass/PageFilterEmailLinkClass.pug +5 -5
  305. package/docs/src/views/Functions/Filters/PageFilterEmail/PageFilterEmailLinkClass/PageFilterEmailLinkClass.vue +2 -2
  306. package/docs/src/views/Functions/Filters/PageFilterEmail/compositionAPI/ArgumentsAPI.js +22 -22
  307. package/docs/src/views/Functions/Filters/PageFilterEmail/compositionAPI/PageTitleAPI.js +7 -7
  308. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/PageFilterEmailI18n.js +19 -19
  309. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/ar.json +5 -5
  310. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/de.json +5 -5
  311. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/en.json +5 -5
  312. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/es.json +5 -5
  313. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/fr.json +5 -5
  314. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/hr.json +4 -4
  315. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/it.json +5 -5
  316. package/docs/src/views/Functions/Filters/PageFilterEmail/i18n/ru.json +4 -4
  317. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSize.js +58 -58
  318. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSize.pug +42 -42
  319. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSize.vue +2 -2
  320. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeDigits/PageFilterFileSizeDigits.js +19 -19
  321. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeDigits/PageFilterFileSizeDigits.pug +5 -5
  322. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeDigits/PageFilterFileSizeDigits.vue +2 -2
  323. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeExample/PageFilterFileSizeExample.js +19 -19
  324. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeExample/PageFilterFileSizeExample.pug +5 -5
  325. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeExample/PageFilterFileSizeExample.vue +2 -2
  326. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeSourceUnits/PageFilterFileSizeSourceUnits.js +19 -19
  327. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeSourceUnits/PageFilterFileSizeSourceUnits.pug +5 -5
  328. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeSourceUnits/PageFilterFileSizeSourceUnits.vue +2 -2
  329. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnits/PageFilterFileSizeUnits.js +19 -19
  330. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnits/PageFilterFileSizeUnits.pug +5 -5
  331. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnits/PageFilterFileSizeUnits.vue +2 -2
  332. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnitsEmpty/PageFilterFileSizeUnitsEmpty.js +19 -19
  333. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnitsEmpty/PageFilterFileSizeUnitsEmpty.pug +5 -5
  334. package/docs/src/views/Functions/Filters/PageFilterFileSize/PageFilterFileSizeUnitsEmpty/PageFilterFileSizeUnitsEmpty.vue +2 -2
  335. package/docs/src/views/Functions/Filters/PageFilterFileSize/compositionAPI/ArgumentsAPI.js +36 -36
  336. package/docs/src/views/Functions/Filters/PageFilterFileSize/compositionAPI/PageTitleAPI.js +7 -7
  337. package/docs/src/views/Functions/Filters/PageFilterFileSize/compositionAPI/TranslateAPI.js +17 -17
  338. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/PageFilterFileSizeI18n.js +19 -19
  339. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/ar.json +7 -7
  340. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/de.json +7 -7
  341. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/en.json +7 -7
  342. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/es.json +7 -7
  343. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/fr.json +7 -7
  344. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/hr.json +6 -6
  345. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/it.json +7 -7
  346. package/docs/src/views/Functions/Filters/PageFilterFileSize/i18n/ru.json +7 -7
  347. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloat.js +48 -48
  348. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloat.pug +36 -36
  349. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloat.vue +2 -2
  350. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.js +19 -19
  351. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.pug +5 -5
  352. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.vue +2 -2
  353. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.js +19 -19
  354. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.pug +5 -5
  355. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.vue +2 -2
  356. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.js +19 -19
  357. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.pug +5 -5
  358. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.vue +2 -2
  359. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.js +19 -19
  360. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.pug +5 -5
  361. package/docs/src/views/Functions/Filters/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.vue +2 -2
  362. package/docs/src/views/Functions/Filters/PageFilterFloat/compositionAPI/ArgumentsAPI.js +37 -37
  363. package/docs/src/views/Functions/Filters/PageFilterFloat/compositionAPI/PageTitleAPI.js +7 -7
  364. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/PageFilterFloatI18n.js +19 -19
  365. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/ar.json +7 -7
  366. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/de.json +7 -7
  367. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/en.json +7 -7
  368. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/es.json +7 -7
  369. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/fr.json +7 -7
  370. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/hr.json +6 -6
  371. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/it.json +7 -7
  372. package/docs/src/views/Functions/Filters/PageFilterFloat/i18n/ru.json +7 -7
  373. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJson.js +46 -46
  374. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJson.pug +34 -34
  375. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJson.vue +2 -2
  376. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonExample/PageFilterJsonExample.js +19 -19
  377. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonExample/PageFilterJsonExample.pug +5 -5
  378. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonExample/PageFilterJsonExample.vue +2 -2
  379. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonReplacer/PageFilterJsonReplacer.js +19 -19
  380. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonReplacer/PageFilterJsonReplacer.pug +5 -5
  381. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonReplacer/PageFilterJsonReplacer.vue +2 -2
  382. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonSpace/PageFilterJsonSpace.js +19 -19
  383. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonSpace/PageFilterJsonSpace.pug +5 -5
  384. package/docs/src/views/Functions/Filters/PageFilterJson/PageFilterJsonSpace/PageFilterJsonSpace.vue +2 -2
  385. package/docs/src/views/Functions/Filters/PageFilterJson/compositionAPI/ArgumentsAPI.js +31 -31
  386. package/docs/src/views/Functions/Filters/PageFilterJson/compositionAPI/PageTitleAPI.js +7 -7
  387. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/PageFilterJsonI18n.js +19 -19
  388. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/ar.json +6 -6
  389. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/de.json +6 -6
  390. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/en.json +6 -6
  391. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/es.json +6 -6
  392. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/fr.json +6 -6
  393. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/hr.json +5 -5
  394. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/it.json +6 -6
  395. package/docs/src/views/Functions/Filters/PageFilterJson/i18n/ru.json +6 -6
  396. package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValue.js +42 -42
  397. package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValue.pug +30 -30
  398. package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValue.vue +2 -2
  399. package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValueExample/PageFilterKeyValueExample.js +19 -19
  400. package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValueExample/PageFilterKeyValueExample.pug +5 -5
  401. package/docs/src/views/Functions/Filters/PageFilterKeyValue/PageFilterKeyValueExample/PageFilterKeyValueExample.vue +2 -2
  402. package/docs/src/views/Functions/Filters/PageFilterKeyValue/compositionAPI/ArgumentsAPI.js +15 -15
  403. package/docs/src/views/Functions/Filters/PageFilterKeyValue/compositionAPI/PageTitleAPI.js +7 -7
  404. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/PageFilterKeyValueI18n.js +19 -19
  405. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/ar.json +4 -4
  406. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/de.json +4 -4
  407. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/en.json +4 -4
  408. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/es.json +4 -4
  409. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/fr.json +4 -4
  410. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/hr.json +3 -3
  411. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/it.json +4 -4
  412. package/docs/src/views/Functions/Filters/PageFilterKeyValue/i18n/ru.json +4 -4
  413. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitTo.js +44 -44
  414. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitTo.pug +32 -32
  415. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitTo.vue +2 -2
  416. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToLimit/PageFilterLimitToLimit.js +19 -19
  417. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToLimit/PageFilterLimitToLimit.pug +5 -5
  418. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToLimit/PageFilterLimitToLimit.vue +2 -2
  419. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToMaxThreeDots/PageFilterLimitToMaxThreeDots.js +19 -19
  420. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToMaxThreeDots/PageFilterLimitToMaxThreeDots.pug +5 -5
  421. package/docs/src/views/Functions/Filters/PageFilterLimitTo/PageFilterLimitToMaxThreeDots/PageFilterLimitToMaxThreeDots.vue +2 -2
  422. package/docs/src/views/Functions/Filters/PageFilterLimitTo/compositionAPI/ArgumentsAPI.js +29 -29
  423. package/docs/src/views/Functions/Filters/PageFilterLimitTo/compositionAPI/PageTitleAPI.js +7 -7
  424. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/PageFilterLimitToI18n.js +19 -19
  425. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/ar.json +6 -6
  426. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/de.json +6 -6
  427. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/en.json +6 -6
  428. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/es.json +6 -6
  429. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/fr.json +6 -6
  430. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/hr.json +5 -5
  431. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/it.json +6 -6
  432. package/docs/src/views/Functions/Filters/PageFilterLimitTo/i18n/ru.json +5 -5
  433. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLink.js +50 -50
  434. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLink.pug +38 -38
  435. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLink.vue +2 -2
  436. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkExample/PageFilterLinkExample.js +19 -19
  437. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkExample/PageFilterLinkExample.pug +5 -5
  438. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkExample/PageFilterLinkExample.vue +2 -2
  439. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkClass/PageFilterLinkLinkClass.js +19 -19
  440. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkClass/PageFilterLinkLinkClass.pug +5 -5
  441. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkClass/PageFilterLinkLinkClass.vue +2 -2
  442. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkText/PageFilterLinkLinkText.js +19 -19
  443. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkText/PageFilterLinkLinkText.pug +5 -5
  444. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkLinkText/PageFilterLinkLinkText.vue +2 -2
  445. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkProtocol/PageFilterLinkProtocol.js +19 -19
  446. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkProtocol/PageFilterLinkProtocol.pug +5 -5
  447. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkProtocol/PageFilterLinkProtocol.vue +2 -2
  448. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkTarget/PageFilterLinkTarget.js +19 -19
  449. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkTarget/PageFilterLinkTarget.pug +5 -5
  450. package/docs/src/views/Functions/Filters/PageFilterLink/PageFilterLinkTarget/PageFilterLinkTarget.vue +2 -2
  451. package/docs/src/views/Functions/Filters/PageFilterLink/compositionAPI/ArgumentsAPI.js +43 -43
  452. package/docs/src/views/Functions/Filters/PageFilterLink/compositionAPI/PageTitleAPI.js +7 -7
  453. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/PageFilterLinkI18n.js +19 -19
  454. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/ar.json +8 -8
  455. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/de.json +8 -8
  456. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/en.json +8 -8
  457. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/es.json +8 -8
  458. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/fr.json +8 -8
  459. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/hr.json +7 -7
  460. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/it.json +8 -8
  461. package/docs/src/views/Functions/Filters/PageFilterLink/i18n/ru.json +8 -8
  462. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterList.js +60 -60
  463. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterList.vue +2 -2
  464. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsHtml/PageFilterListIsHtml.js +19 -19
  465. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsHtml/PageFilterListIsHtml.pug +5 -5
  466. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsHtml/PageFilterListIsHtml.vue +2 -2
  467. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArray/PageFilterListIsSimpleArray.js +19 -19
  468. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArray/PageFilterListIsSimpleArray.pug +5 -5
  469. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArray/PageFilterListIsSimpleArray.vue +2 -2
  470. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArrayTree/PageFilterListIsSimpleArrayTree.js +19 -19
  471. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArrayTree/PageFilterListIsSimpleArrayTree.pug +5 -5
  472. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListIsSimpleArrayTree/PageFilterListIsSimpleArrayTree.vue +2 -2
  473. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyChildren/PageFilterListKeyChildren.js +19 -19
  474. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyChildren/PageFilterListKeyChildren.pug +5 -5
  475. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyChildren/PageFilterListKeyChildren.vue +2 -2
  476. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabel/PageFilterListKeyLabel.js +19 -19
  477. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabel/PageFilterListKeyLabel.pug +5 -5
  478. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabel/PageFilterListKeyLabel.vue +2 -2
  479. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabelCallback/PageFilterListKeyLabelCallback.js +19 -19
  480. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabelCallback/PageFilterListKeyLabelCallback.pug +5 -5
  481. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListKeyLabelCallback/PageFilterListKeyLabelCallback.vue +2 -2
  482. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListListClass/PageFilterListListClass.js +19 -19
  483. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListListClass/PageFilterListListClass.pug +5 -5
  484. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListListClass/PageFilterListListClass.vue +2 -2
  485. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparator/PageFilterListSeparator.js +19 -19
  486. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparator/PageFilterListSeparator.vue +2 -2
  487. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparatorHtml/PageFilterListSeparatorHtml.js +19 -19
  488. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparatorHtml/PageFilterListSeparatorHtml.pug +5 -5
  489. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListSeparatorHtml/PageFilterListSeparatorHtml.vue +2 -2
  490. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListTag/PageFilterListTag.js +19 -19
  491. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListTag/PageFilterListTag.pug +5 -5
  492. package/docs/src/views/Functions/Filters/PageFilterList/PageFilterListTag/PageFilterListTag.vue +2 -2
  493. package/docs/src/views/Functions/Filters/PageFilterList/compositionAPI/PageTitleAPI.js +7 -7
  494. package/docs/src/views/Functions/Filters/PageFilterList/i18n/PageFilterListI18n.js +19 -19
  495. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValue.js +44 -44
  496. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValue.pug +32 -32
  497. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValue.vue +2 -2
  498. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueDefaultValue/PageFilterPropertyByValueDefaultValue.js +19 -19
  499. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueDefaultValue/PageFilterPropertyByValueDefaultValue.pug +5 -5
  500. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueDefaultValue/PageFilterPropertyByValueDefaultValue.vue +2 -2
  501. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueMapping/PageFilterPropertyByValueMapping.js +19 -19
  502. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueMapping/PageFilterPropertyByValueMapping.pug +5 -5
  503. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/PageFilterPropertyByValueMapping/PageFilterPropertyByValueMapping.vue +2 -2
  504. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/compositionAPI/ArgumentsAPI.js +29 -29
  505. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/compositionAPI/PageTitleAPI.js +7 -7
  506. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/PageFilterPropertyByValueI18n.js +19 -19
  507. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/ar.json +6 -6
  508. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/de.json +6 -6
  509. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/en.json +6 -6
  510. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/es.json +6 -6
  511. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/fr.json +6 -6
  512. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/hr.json +5 -5
  513. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/it.json +6 -6
  514. package/docs/src/views/Functions/Filters/PageFilterPropertyByValue/i18n/ru.json +5 -5
  515. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlight.js +44 -44
  516. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlight.pug +32 -32
  517. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlight.vue +2 -2
  518. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchClass/PageFilterSearchHighlightSearchClass.js +19 -19
  519. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchClass/PageFilterSearchHighlightSearchClass.pug +5 -5
  520. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchClass/PageFilterSearchHighlightSearchClass.vue +2 -2
  521. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchModel/PageFilterSearchHighlightSearchModel.js +19 -19
  522. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchModel/PageFilterSearchHighlightSearchModel.pug +5 -5
  523. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/PageFilterSearchHighlightSearchModel/PageFilterSearchHighlightSearchModel.vue +2 -2
  524. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/compositionAPI/ArgumentsAPI.js +29 -29
  525. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/compositionAPI/PageTitleAPI.js +7 -7
  526. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/PageFilterSearchHighlightI18n.js +19 -19
  527. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/ar.json +6 -6
  528. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/de.json +6 -6
  529. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/en.json +6 -6
  530. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/es.json +6 -6
  531. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/fr.json +6 -6
  532. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/hr.json +5 -5
  533. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/it.json +6 -6
  534. package/docs/src/views/Functions/Filters/PageFilterSearchHighlight/i18n/ru.json +6 -6
  535. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCount.js +40 -40
  536. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCount.pug +26 -26
  537. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCount.vue +2 -2
  538. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCountExample/PageUtilsGetTotalNestedCountExample.js +19 -19
  539. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCountExample/PageUtilsGetTotalNestedCountExample.pug +5 -5
  540. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/PageUtilsGetTotalNestedCountExample/PageUtilsGetTotalNestedCountExample.vue +2 -2
  541. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/compositionAPI/ArgumentsAPI.js +22 -22
  542. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/compositionAPI/PageTitleAPI.js +7 -7
  543. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/PageUtilsGetTotalNestedCountI18n.js +19 -19
  544. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/ar.json +2 -2
  545. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/de.json +3 -3
  546. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/en.json +4 -4
  547. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/es.json +2 -2
  548. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/fr.json +2 -2
  549. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/hr.json +2 -2
  550. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/it.json +2 -2
  551. package/docs/src/views/Functions/Utils/PageUtilsGetTotalNestedCount/i18n/ru.json +2 -2
  552. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArrays.js +40 -40
  553. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArrays.pug +26 -26
  554. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArrays.vue +2 -2
  555. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArraysExample/PageUtilsIsArrayOfArraysExample.js +19 -19
  556. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArraysExample/PageUtilsIsArrayOfArraysExample.pug +5 -5
  557. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/PageUtilsIsArrayOfArraysExample/PageUtilsIsArrayOfArraysExample.vue +2 -2
  558. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/compositionAPI/ArgumentsAPI.js +15 -15
  559. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/compositionAPI/PageTitleAPI.js +7 -7
  560. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/PageUtilsIsArrayOfArraysI18n.js +19 -19
  561. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/ar.json +4 -4
  562. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/de.json +5 -5
  563. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/en.json +4 -4
  564. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/es.json +4 -4
  565. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/fr.json +4 -4
  566. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/hr.json +4 -4
  567. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/it.json +4 -4
  568. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfArrays/i18n/ru.json +5 -5
  569. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStrings.js +40 -40
  570. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStrings.pug +26 -26
  571. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStrings.vue +2 -2
  572. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStringsExample/PageUtilsIsArrayOfStringsExample.js +19 -19
  573. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStringsExample/PageUtilsIsArrayOfStringsExample.pug +5 -5
  574. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/PageUtilsIsArrayOfStringsExample/PageUtilsIsArrayOfStringsExample.vue +2 -2
  575. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/compositionAPI/ArgumentsAPI.js +15 -15
  576. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/compositionAPI/PageTitleAPI.js +7 -7
  577. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/PageUtilsIsArrayOfStringsI18n.js +19 -19
  578. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/ar.json +4 -4
  579. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/de.json +4 -4
  580. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/en.json +3 -3
  581. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/es.json +4 -4
  582. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/fr.json +4 -4
  583. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/hr.json +3 -3
  584. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/it.json +4 -4
  585. package/docs/src/views/Functions/Utils/PageUtilsIsArrayOfStrings/i18n/ru.json +4 -4
  586. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEven.js +40 -40
  587. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEven.pug +26 -26
  588. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEven.vue +2 -2
  589. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEvenExample/PageUtilsMathIsEvenExample.js +19 -19
  590. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEvenExample/PageUtilsMathIsEvenExample.pug +5 -5
  591. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/PageUtilsMathIsEvenExample/PageUtilsMathIsEvenExample.vue +2 -2
  592. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/compositionAPI/ArgumentsAPI.js +15 -15
  593. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/compositionAPI/PageTitleAPI.js +7 -7
  594. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/PageUtilsMathIsEvenI18n.js +19 -19
  595. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/ar.json +4 -4
  596. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/de.json +4 -4
  597. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/en.json +3 -3
  598. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/es.json +4 -4
  599. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/fr.json +4 -4
  600. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/hr.json +3 -3
  601. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/it.json +4 -4
  602. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsEven/i18n/ru.json +4 -4
  603. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOdd.js +40 -40
  604. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOdd.pug +26 -26
  605. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOdd.vue +2 -2
  606. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOddExample/PageUtilsMathIsOddExample.js +19 -19
  607. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOddExample/PageUtilsMathIsOddExample.pug +5 -5
  608. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/PageUtilsMathIsOddExample/PageUtilsMathIsOddExample.vue +2 -2
  609. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/compositionAPI/ArgumentsAPI.js +15 -15
  610. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/compositionAPI/PageTitleAPI.js +7 -7
  611. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/PageUtilsMathIsOddI18n.js +19 -19
  612. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/ar.json +4 -4
  613. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/de.json +4 -4
  614. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/en.json +3 -3
  615. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/es.json +4 -4
  616. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/fr.json +4 -4
  617. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/hr.json +3 -3
  618. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/it.json +4 -4
  619. package/docs/src/views/Functions/UtilsMath/PageUtilsMathIsOdd/i18n/ru.json +4 -4
  620. package/docs/src/views/Functions/i18n/PageFunctionsI18n.js +19 -19
  621. package/docs/src/views/Functions/i18n/ar.json +7 -7
  622. package/docs/src/views/Functions/i18n/de.json +6 -6
  623. package/docs/src/views/Functions/i18n/en.json +6 -6
  624. package/docs/src/views/Functions/i18n/es.json +7 -7
  625. package/docs/src/views/Functions/i18n/fr.json +6 -6
  626. package/docs/src/views/Functions/i18n/hr.json +5 -5
  627. package/docs/src/views/Functions/i18n/it.json +6 -6
  628. package/docs/src/views/Functions/i18n/ru.json +5 -5
  629. package/docs/src/views/NotFound.vue +3 -3
  630. package/docs/src/views/PageAccordion/PageAccordion.js +100 -100
  631. package/docs/src/views/PageAccordion/PageAccordion.pug +48 -48
  632. package/docs/src/views/PageAccordion/PageAccordion.vue +2 -2
  633. package/docs/src/views/PageAlert/PageAlert.js +73 -73
  634. package/docs/src/views/PageAlert/PageAlert.pug +58 -58
  635. package/docs/src/views/PageAlert/PageAlert.vue +2 -2
  636. package/docs/src/views/PageAlert/PageAlertBasic/PageAlertBasic.pug +10 -10
  637. package/docs/src/views/PageAlert/PageAlertBasic/PageAlertBasic.vue +2 -2
  638. package/docs/src/views/PageAlert/PageAlertBasic/compositionAPI/HtmlAPI.js +10 -10
  639. package/docs/src/views/PageAlert/PageAlertBtnClose/PageAlertBtnClose.pug +14 -14
  640. package/docs/src/views/PageAlert/PageAlertBtnClose/PageAlertBtnClose.vue +2 -2
  641. package/docs/src/views/PageAlert/PageAlertBtnClose/compositionAPI/HtmlAPI.js +13 -13
  642. package/docs/src/views/PageAlert/PageAlertClosable/PageAlertClosable.pug +22 -22
  643. package/docs/src/views/PageAlert/PageAlertClosable/PageAlertClosable.vue +2 -2
  644. package/docs/src/views/PageAlert/PageAlertClosable/compositionAPI/HtmlAPI.js +22 -22
  645. package/docs/src/views/PageAlert/PageAlertCss/PageAlertCss.pug +17 -17
  646. package/docs/src/views/PageAlert/PageAlertCss/PageAlertCss.vue +2 -2
  647. package/docs/src/views/PageAlert/PageAlertCss/compositionAPI/HtmlAPI.js +16 -16
  648. package/docs/src/views/PageAlert/PageAlertExposes/PageAlertExposes.pug +25 -25
  649. package/docs/src/views/PageAlert/PageAlertExposes/PageAlertExposes.vue +2 -2
  650. package/docs/src/views/PageAlert/PageAlertExposes/compositionAPI/HtmlAPI.js +30 -30
  651. package/docs/src/views/PageAlert/PageAlertHtml/PageAlertHtml.pug +12 -12
  652. package/docs/src/views/PageAlert/PageAlertHtml/PageAlertHtml.vue +2 -2
  653. package/docs/src/views/PageAlert/PageAlertHtml/compositionAPI/HtmlAPI.js +12 -12
  654. package/docs/src/views/PageAlert/PageAlertIconsCustom/PageAlertIconsCustom.vue +2 -2
  655. package/docs/src/views/PageAlert/PageAlertIconsDefault/PageAlertIconsDefault.pug +31 -31
  656. package/docs/src/views/PageAlert/PageAlertIconsDefault/PageAlertIconsDefault.vue +2 -2
  657. package/docs/src/views/PageAlert/PageAlertIconsDefault/compositionAPI/HtmlAPI.js +34 -34
  658. package/docs/src/views/PageAlert/PageAlertRemoveOnClose/PageAlertRemoveOnClose.pug +21 -21
  659. package/docs/src/views/PageAlert/PageAlertRemoveOnClose/PageAlertRemoveOnClose.vue +2 -2
  660. package/docs/src/views/PageAlert/PageAlertRemoveOnClose/compositionAPI/HtmlAPI.js +21 -21
  661. package/docs/src/views/PageAlert/PageAlertSafeHtml/PageAlertSafeHtml.pug +12 -12
  662. package/docs/src/views/PageAlert/PageAlertSafeHtml/PageAlertSafeHtml.vue +2 -2
  663. package/docs/src/views/PageAlert/PageAlertSafeHtml/compositionAPI/HtmlAPI.js +12 -12
  664. package/docs/src/views/PageAlert/PageAlertSlot/PageAlertSlot.pug +16 -16
  665. package/docs/src/views/PageAlert/PageAlertSlot/PageAlertSlot.vue +2 -2
  666. package/docs/src/views/PageAlert/PageAlertSlot/compositionAPI/HtmlAPI.js +17 -17
  667. package/docs/src/views/PageAlert/PageAlertText/PageAlertText.pug +12 -12
  668. package/docs/src/views/PageAlert/PageAlertText/PageAlertText.vue +2 -2
  669. package/docs/src/views/PageAlert/PageAlertText/compositionAPI/HtmlAPI.js +12 -12
  670. package/docs/src/views/PageAlert/PageAlertTypes/PageAlertTypes.pug +52 -52
  671. package/docs/src/views/PageAlert/PageAlertTypes/PageAlertTypes.vue +2 -2
  672. package/docs/src/views/PageAlert/PageAlertTypes/compositionAPI/HtmlAPI.js +58 -58
  673. package/docs/src/views/PageAlert/compositionAPI/EventsAPI.js +13 -13
  674. package/docs/src/views/PageAlert/compositionAPI/ExposesAPI.js +18 -18
  675. package/docs/src/views/PageAlert/compositionAPI/PageTitleAPI.js +24 -24
  676. package/docs/src/views/PageAlert/compositionAPI/SlotsAPI.js +12 -12
  677. package/docs/src/views/PageAlert/i18n/PageAAlertI18n.js +19 -19
  678. package/docs/src/views/PageApi/PageApi.js +33 -33
  679. package/docs/src/views/PageApi/PageApi.pug +3 -3
  680. package/docs/src/views/PageApi/PageApi.vue +2 -2
  681. package/docs/src/views/PageButton/PageButton.js +103 -103
  682. package/docs/src/views/PageButton/PageButton.pug +92 -92
  683. package/docs/src/views/PageButton/PageButton.vue +2 -2
  684. package/docs/src/views/PageButton/PageButtonAriaDisabled/PageButtonAriaDisabled.js +33 -33
  685. package/docs/src/views/PageButton/PageButtonAriaDisabled/PageButtonAriaDisabled.pug +182 -182
  686. package/docs/src/views/PageButton/PageButtonAriaDisabled/PageButtonAriaDisabled.vue +2 -2
  687. package/docs/src/views/PageButton/PageButtonAriaDisabled/compositionAPI/HtmlAPI.js +207 -207
  688. package/docs/src/views/PageButton/PageButtonBasic/PageButtonBasic.js +33 -33
  689. package/docs/src/views/PageButton/PageButtonBasic/PageButtonBasic.pug +57 -57
  690. package/docs/src/views/PageButton/PageButtonBasic/PageButtonBasic.vue +2 -2
  691. package/docs/src/views/PageButton/PageButtonBasic/compositionAPI/HtmlAPI.js +66 -66
  692. package/docs/src/views/PageButton/PageButtonComplex/PageButtonComplex.js +39 -39
  693. package/docs/src/views/PageButton/PageButtonComplex/PageButtonComplex.vue +2 -2
  694. package/docs/src/views/PageButton/PageButtonDisabled/PageButtonDisabled.js +33 -33
  695. package/docs/src/views/PageButton/PageButtonDisabled/PageButtonDisabled.pug +182 -182
  696. package/docs/src/views/PageButton/PageButtonDisabled/PageButtonDisabled.vue +2 -2
  697. package/docs/src/views/PageButton/PageButtonDisabled/compositionAPI/HtmlAPI.js +207 -207
  698. package/docs/src/views/PageButton/PageButtonGroup/PageButtonGroup.js +33 -33
  699. package/docs/src/views/PageButton/PageButtonGroup/PageButtonGroup.pug +49 -49
  700. package/docs/src/views/PageButton/PageButtonGroup/PageButtonGroup.vue +2 -2
  701. package/docs/src/views/PageButton/PageButtonGroup/compositionAPI/HtmlAPI.js +62 -62
  702. package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/PageButtonGroupHorizontalVertical.js +33 -33
  703. package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/PageButtonGroupHorizontalVertical.pug +71 -71
  704. package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/PageButtonGroupHorizontalVertical.vue +2 -2
  705. package/docs/src/views/PageButton/PageButtonGroupHorizontalVertical/compositionAPI/HtmlAPI.js +94 -94
  706. package/docs/src/views/PageButton/PageButtonGroupSizes/PageButtonGroupSizes.js +33 -33
  707. package/docs/src/views/PageButton/PageButtonGroupSizes/PageButtonGroupSizes.pug +49 -49
  708. package/docs/src/views/PageButton/PageButtonGroupSizes/PageButtonGroupSizes.vue +2 -2
  709. package/docs/src/views/PageButton/PageButtonGroupSizes/compositionAPI/HtmlAPI.js +62 -62
  710. package/docs/src/views/PageButton/PageButtonGroupVertical/PageButtonGroupVertical.js +33 -33
  711. package/docs/src/views/PageButton/PageButtonGroupVertical/PageButtonGroupVertical.pug +49 -49
  712. package/docs/src/views/PageButton/PageButtonGroupVertical/PageButtonGroupVertical.vue +2 -2
  713. package/docs/src/views/PageButton/PageButtonGroupVertical/compositionAPI/HtmlAPI.js +62 -62
  714. package/docs/src/views/PageButton/PageButtonHtml/PageButtonHtml.js +27 -27
  715. package/docs/src/views/PageButton/PageButtonHtml/PageButtonHtml.pug +15 -15
  716. package/docs/src/views/PageButton/PageButtonHtml/PageButtonHtml.vue +2 -2
  717. package/docs/src/views/PageButton/PageButtonHtml/compositionAPI/HtmlAPI.js +16 -16
  718. package/docs/src/views/PageButton/PageButtonIcons/PageButtonIcons.js +33 -33
  719. package/docs/src/views/PageButton/PageButtonIcons/PageButtonIcons.vue +2 -2
  720. package/docs/src/views/PageButton/PageButtonLoading/PageButtonLoading.js +39 -39
  721. package/docs/src/views/PageButton/PageButtonLoading/PageButtonLoading.pug +21 -21
  722. package/docs/src/views/PageButton/PageButtonLoading/PageButtonLoading.vue +2 -2
  723. package/docs/src/views/PageButton/PageButtonLoading/compositionAPI/HtmlAPI.js +22 -22
  724. package/docs/src/views/PageButton/PageButtonOutline/PageButtonOutline.js +33 -33
  725. package/docs/src/views/PageButton/PageButtonOutline/PageButtonOutline.pug +52 -52
  726. package/docs/src/views/PageButton/PageButtonOutline/PageButtonOutline.vue +2 -2
  727. package/docs/src/views/PageButton/PageButtonOutline/compositionAPI/HtmlAPI.js +60 -60
  728. package/docs/src/views/PageButton/PageButtonSafeHtml/PageButtonSafeHtml.js +27 -27
  729. package/docs/src/views/PageButton/PageButtonSafeHtml/PageButtonSafeHtml.pug +15 -15
  730. package/docs/src/views/PageButton/PageButtonSafeHtml/PageButtonSafeHtml.vue +2 -2
  731. package/docs/src/views/PageButton/PageButtonSafeHtml/compositionAPI/HtmlAPI.js +16 -16
  732. package/docs/src/views/PageButton/PageButtonSizes/PageButtonSizes.js +33 -33
  733. package/docs/src/views/PageButton/PageButtonSizes/PageButtonSizes.pug +17 -17
  734. package/docs/src/views/PageButton/PageButtonSizes/PageButtonSizes.vue +2 -2
  735. package/docs/src/views/PageButton/PageButtonSizes/compositionAPI/HtmlAPI.js +18 -18
  736. package/docs/src/views/PageButton/PageButtonSlotAppend/PageButtonSlotAppend.js +27 -27
  737. package/docs/src/views/PageButton/PageButtonSlotAppend/PageButtonSlotAppend.pug +15 -15
  738. package/docs/src/views/PageButton/PageButtonSlotAppend/PageButtonSlotAppend.vue +2 -2
  739. package/docs/src/views/PageButton/PageButtonSlotAppend/compositionAPI/HtmlAPI.js +16 -16
  740. package/docs/src/views/PageButton/PageButtonSlotDefault/PageButtonSlotDefault.js +27 -27
  741. package/docs/src/views/PageButton/PageButtonSlotDefault/PageButtonSlotDefault.pug +11 -11
  742. package/docs/src/views/PageButton/PageButtonSlotDefault/PageButtonSlotDefault.vue +2 -2
  743. package/docs/src/views/PageButton/PageButtonSlotDefault/compositionAPI/HtmlAPI.js +11 -11
  744. package/docs/src/views/PageButton/PageButtonSlotPrepend/PageButtonSlotPrepend.js +27 -27
  745. package/docs/src/views/PageButton/PageButtonSlotPrepend/PageButtonSlotPrepend.pug +15 -15
  746. package/docs/src/views/PageButton/PageButtonSlotPrepend/PageButtonSlotPrepend.vue +2 -2
  747. package/docs/src/views/PageButton/PageButtonSlotPrepend/compositionAPI/HtmlAPI.js +16 -16
  748. package/docs/src/views/PageButton/PageButtonSlotTitle/PageButtonSlotTitle.js +27 -27
  749. package/docs/src/views/PageButton/PageButtonSlotTitle/PageButtonSlotTitle.pug +17 -17
  750. package/docs/src/views/PageButton/PageButtonSlotTitle/PageButtonSlotTitle.vue +2 -2
  751. package/docs/src/views/PageButton/PageButtonSlotTitle/compositionAPI/HtmlAPI.js +17 -17
  752. package/docs/src/views/PageButton/PageButtonStop/PageButtonStop.js +33 -33
  753. package/docs/src/views/PageButton/PageButtonStop/PageButtonStop.pug +24 -24
  754. package/docs/src/views/PageButton/PageButtonStop/PageButtonStop.vue +2 -2
  755. package/docs/src/views/PageButton/PageButtonStop/compositionAPI/HtmlAPI.js +25 -25
  756. package/docs/src/views/PageButton/PageButtonSwitch/PageButtonSwitch.js +39 -39
  757. package/docs/src/views/PageButton/PageButtonSwitch/PageButtonSwitch.pug +13 -13
  758. package/docs/src/views/PageButton/PageButtonSwitch/PageButtonSwitch.vue +2 -2
  759. package/docs/src/views/PageButton/PageButtonSwitch/compositionAPI/HtmlAPI.js +12 -12
  760. package/docs/src/views/PageButton/PageButtonTextAfterBefore/PageButtonTextAfterBefore.js +27 -27
  761. package/docs/src/views/PageButton/PageButtonTextAfterBefore/PageButtonTextAfterBefore.pug +13 -13
  762. package/docs/src/views/PageButton/PageButtonTextAfterBefore/PageButtonTextAfterBefore.vue +2 -2
  763. package/docs/src/views/PageButton/PageButtonTextAfterBefore/compositionAPI/HtmlAPI.js +13 -13
  764. package/docs/src/views/PageButton/PageButtonTextObject/PageButtonTextObject.js +27 -27
  765. package/docs/src/views/PageButton/PageButtonTextObject/PageButtonTextObject.pug +11 -11
  766. package/docs/src/views/PageButton/PageButtonTextObject/PageButtonTextObject.vue +2 -2
  767. package/docs/src/views/PageButton/PageButtonTextObject/compositionAPI/HtmlAPI.js +11 -11
  768. package/docs/src/views/PageButton/PageButtonTextTag/PageButtonTextTag.js +27 -27
  769. package/docs/src/views/PageButton/PageButtonTextTag/PageButtonTextTag.pug +12 -12
  770. package/docs/src/views/PageButton/PageButtonTextTag/PageButtonTextTag.vue +2 -2
  771. package/docs/src/views/PageButton/PageButtonTextTag/compositionAPI/HtmlAPI.js +11 -11
  772. package/docs/src/views/PageButton/PageButtonTitleArray/PageButtonTitleArray.js +27 -27
  773. package/docs/src/views/PageButton/PageButtonTitleArray/PageButtonTitleArray.pug +12 -12
  774. package/docs/src/views/PageButton/PageButtonTitleArray/PageButtonTitleArray.vue +2 -2
  775. package/docs/src/views/PageButton/PageButtonTitleArray/compositionAPI/HtmlAPI.js +12 -12
  776. package/docs/src/views/PageButton/PageButtonTitleHtml/PageButtonTitleHtml.js +27 -27
  777. package/docs/src/views/PageButton/PageButtonTitleHtml/PageButtonTitleHtml.pug +120 -120
  778. package/docs/src/views/PageButton/PageButtonTitleHtml/PageButtonTitleHtml.vue +2 -2
  779. package/docs/src/views/PageButton/PageButtonTitleHtml/compositionAPI/HtmlAPI.js +135 -135
  780. package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/PageButtonTitleHtmlExtra.js +27 -27
  781. package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/PageButtonTitleHtmlExtra.pug +14 -14
  782. package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/PageButtonTitleHtmlExtra.vue +2 -2
  783. package/docs/src/views/PageButton/PageButtonTitleHtmlExtra/compositionAPI/HtmlAPI.js +13 -13
  784. package/docs/src/views/PageButton/PageButtonTransparent/PageButtonTransparent.js +33 -33
  785. package/docs/src/views/PageButton/PageButtonTransparent/PageButtonTransparent.pug +52 -52
  786. package/docs/src/views/PageButton/PageButtonTransparent/PageButtonTransparent.vue +2 -2
  787. package/docs/src/views/PageButton/PageButtonTransparent/compositionAPI/HtmlAPI.js +60 -60
  788. package/docs/src/views/PageButton/compositionAPI/EventsAPI.js +13 -13
  789. package/docs/src/views/PageButton/compositionAPI/ExposesAPI.js +33 -33
  790. package/docs/src/views/PageButton/compositionAPI/PageTitleAPI.js +24 -24
  791. package/docs/src/views/PageButton/compositionAPI/SlotsAPI.js +24 -24
  792. package/docs/src/views/PageButton/i18n/PageButtonI18n.js +19 -19
  793. package/docs/src/views/PageCloak/PageCloak.vue +2 -2
  794. package/docs/src/views/PageCollapse/PageCollapse.js +8 -8
  795. package/docs/src/views/PageCollapse/PageCollapse.pug +22 -22
  796. package/docs/src/views/PageCollapse/PageCollapse.vue +2 -2
  797. package/docs/src/views/PageConfirm/PageConfirm.js +52 -52
  798. package/docs/src/views/PageConfirm/PageConfirm.pug +14 -14
  799. package/docs/src/views/PageConfirm/PageConfirm.vue +2 -2
  800. package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooks.js +23 -23
  801. package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooks.pug +16 -16
  802. package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooks.vue +2 -2
  803. package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/PageOnHooksExample.js +55 -55
  804. package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/PageOnHooksExample.pug +8 -8
  805. package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/PageOnHooksExample.vue +2 -2
  806. package/docs/src/views/PageDirectives/PageOnHooks/PageOnHooksExample/compositionAPI/HtmlAPI.js +9 -9
  807. package/docs/src/views/PageDirectives/PageOnHooks/compositionAPI/PageTitleAPI.js +24 -24
  808. package/docs/src/views/PageDirectives/PageOnHooks/i18n/PageAOnHooksI18n.js +19 -19
  809. package/docs/src/views/PageDirectives/PageOnHooks/i18n/ar.json +5 -5
  810. package/docs/src/views/PageDirectives/PageOnHooks/i18n/de.json +5 -5
  811. package/docs/src/views/PageDirectives/PageOnHooks/i18n/en.json +4 -4
  812. package/docs/src/views/PageDirectives/PageOnHooks/i18n/es.json +5 -5
  813. package/docs/src/views/PageDirectives/PageOnHooks/i18n/fr.json +5 -5
  814. package/docs/src/views/PageDirectives/PageOnHooks/i18n/hr.json +4 -4
  815. package/docs/src/views/PageDirectives/PageOnHooks/i18n/it.json +5 -5
  816. package/docs/src/views/PageDirectives/PageOnHooks/i18n/ru.json +4 -4
  817. package/docs/src/views/PageDisclosure/PageDisclosure.js +83 -83
  818. package/docs/src/views/PageDisclosure/PageDisclosure.pug +64 -64
  819. package/docs/src/views/PageDisclosure/PageDisclosure.vue +2 -2
  820. package/docs/src/views/PageDisclosure/PageDisclosureBasic/PageDisclosureBasic.js +42 -42
  821. package/docs/src/views/PageDisclosure/PageDisclosureBasic/PageDisclosureBasic.pug +12 -12
  822. package/docs/src/views/PageDisclosure/PageDisclosureBasic/PageDisclosureBasic.vue +2 -2
  823. package/docs/src/views/PageDisclosure/PageDisclosureBasic/compositionAPI/HtmlAPI.js +10 -10
  824. package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/PageDisclosureBtnClass.js +42 -42
  825. package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/PageDisclosureBtnClass.pug +15 -15
  826. package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/PageDisclosureBtnClass.vue +2 -2
  827. package/docs/src/views/PageDisclosure/PageDisclosureBtnClass/compositionAPI/HtmlAPI.js +12 -12
  828. package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/PageDisclosureBtnIcons.js +42 -42
  829. package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/PageDisclosureBtnIcons.pug +17 -17
  830. package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/PageDisclosureBtnIcons.vue +2 -2
  831. package/docs/src/views/PageDisclosure/PageDisclosureBtnIcons/compositionAPI/HtmlAPI.js +14 -14
  832. package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/PageDisclosureBtnTexts.js +42 -42
  833. package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/PageDisclosureBtnTexts.pug +15 -15
  834. package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/PageDisclosureBtnTexts.vue +2 -2
  835. package/docs/src/views/PageDisclosure/PageDisclosureBtnTexts/compositionAPI/HtmlAPI.js +12 -12
  836. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/PageDisclosureBtnTitle.js +42 -42
  837. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/PageDisclosureBtnTitle.pug +15 -15
  838. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/PageDisclosureBtnTitle.vue +2 -2
  839. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitle/compositionAPI/HtmlAPI.js +12 -12
  840. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/PageDisclosureBtnTitleHtml.js +42 -42
  841. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/PageDisclosureBtnTitleHtml.pug +24 -24
  842. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/PageDisclosureBtnTitleHtml.vue +2 -2
  843. package/docs/src/views/PageDisclosure/PageDisclosureBtnTitleHtml/compositionAPI/HtmlAPI.js +21 -21
  844. package/docs/src/views/PageDisclosure/PageDisclosureDisabled/PageDisclosureDisabled.js +42 -42
  845. package/docs/src/views/PageDisclosure/PageDisclosureDisabled/PageDisclosureDisabled.pug +14 -14
  846. package/docs/src/views/PageDisclosure/PageDisclosureDisabled/PageDisclosureDisabled.vue +2 -2
  847. package/docs/src/views/PageDisclosure/PageDisclosureDisabled/compositionAPI/HtmlAPI.js +11 -11
  848. package/docs/src/views/PageDisclosure/PageDisclosureEvents/PageDisclosureEvents.js +47 -47
  849. package/docs/src/views/PageDisclosure/PageDisclosureEvents/PageDisclosureEvents.pug +14 -14
  850. package/docs/src/views/PageDisclosure/PageDisclosureEvents/PageDisclosureEvents.vue +2 -2
  851. package/docs/src/views/PageDisclosure/PageDisclosureEvents/compositionAPI/HtmlAPI.js +11 -11
  852. package/docs/src/views/PageDisclosure/PageDisclosureExposes/PageDisclosureExposes.js +72 -72
  853. package/docs/src/views/PageDisclosure/PageDisclosureExposes/PageDisclosureExposes.pug +24 -24
  854. package/docs/src/views/PageDisclosure/PageDisclosureExposes/PageDisclosureExposes.vue +2 -2
  855. package/docs/src/views/PageDisclosure/PageDisclosureExposes/compositionAPI/HtmlAPI.js +25 -25
  856. package/docs/src/views/PageDisclosure/PageDisclosureHtml/PageDisclosureHtml.js +43 -43
  857. package/docs/src/views/PageDisclosure/PageDisclosureHtml/PageDisclosureHtml.pug +13 -13
  858. package/docs/src/views/PageDisclosure/PageDisclosureHtml/PageDisclosureHtml.vue +2 -2
  859. package/docs/src/views/PageDisclosure/PageDisclosureHtml/compositionAPI/HtmlAPI.js +10 -10
  860. package/docs/src/views/PageDisclosure/PageDisclosureNotLess/PageDisclosureNotLess.js +42 -42
  861. package/docs/src/views/PageDisclosure/PageDisclosureNotLess/PageDisclosureNotLess.pug +14 -14
  862. package/docs/src/views/PageDisclosure/PageDisclosureNotLess/PageDisclosureNotLess.vue +2 -2
  863. package/docs/src/views/PageDisclosure/PageDisclosureNotLess/compositionAPI/HtmlAPI.js +11 -11
  864. package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/PageDisclosureOpenDefault.js +42 -42
  865. package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/PageDisclosureOpenDefault.pug +14 -14
  866. package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/PageDisclosureOpenDefault.vue +2 -2
  867. package/docs/src/views/PageDisclosure/PageDisclosureOpenDefault/compositionAPI/HtmlAPI.js +11 -11
  868. package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/PageDisclosureSafeHtml.js +43 -43
  869. package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/PageDisclosureSafeHtml.pug +13 -13
  870. package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/PageDisclosureSafeHtml.vue +2 -2
  871. package/docs/src/views/PageDisclosure/PageDisclosureSafeHtml/compositionAPI/HtmlAPI.js +10 -10
  872. package/docs/src/views/PageDisclosure/PageDisclosureSlots/PageDisclosureSlots.js +27 -27
  873. package/docs/src/views/PageDisclosure/PageDisclosureSlots/PageDisclosureSlots.pug +41 -41
  874. package/docs/src/views/PageDisclosure/PageDisclosureSlots/PageDisclosureSlots.vue +2 -2
  875. package/docs/src/views/PageDisclosure/PageDisclosureSlots/compositionAPI/HtmlAPI.js +43 -43
  876. package/docs/src/views/PageDisclosure/compositionAPI/EventsAPI.js +13 -13
  877. package/docs/src/views/PageDisclosure/compositionAPI/ExposesAPI.js +28 -28
  878. package/docs/src/views/PageDisclosure/compositionAPI/PageTitleAPI.js +24 -24
  879. package/docs/src/views/PageDisclosure/compositionAPI/SlotsAPI.js +20 -20
  880. package/docs/src/views/PageDisclosure/compositionAPI/TranslateAPI.js +10 -10
  881. package/docs/src/views/PageDisclosure/i18n/PageDisclosureI18n.js +19 -19
  882. package/docs/src/views/PageDropdown/PageDropdown.js +103 -103
  883. package/docs/src/views/PageDropdown/PageDropdown.vue +2 -2
  884. package/docs/src/views/PageDropdown/PageDropdownBasic/PageDropdownBasic.js +41 -41
  885. package/docs/src/views/PageDropdown/PageDropdownBasic/PageDropdownBasic.pug +9 -9
  886. package/docs/src/views/PageDropdown/PageDropdownBasic/PageDropdownBasic.vue +2 -2
  887. package/docs/src/views/PageDropdown/PageDropdownBasic/compositionAPI/HtmlAPI.js +9 -9
  888. package/docs/src/views/PageDropdown/PageDropdownButtonClass/PageDropdownButtonClass.js +41 -41
  889. package/docs/src/views/PageDropdown/PageDropdownButtonClass/PageDropdownButtonClass.pug +21 -21
  890. package/docs/src/views/PageDropdown/PageDropdownButtonClass/PageDropdownButtonClass.vue +2 -2
  891. package/docs/src/views/PageDropdown/PageDropdownButtonClass/compositionAPI/HtmlAPI.js +20 -20
  892. package/docs/src/views/PageDropdown/PageDropdownButtonIcons/PageDropdownButtonIcons.js +41 -41
  893. package/docs/src/views/PageDropdown/PageDropdownButtonIcons/PageDropdownButtonIcons.pug +31 -31
  894. package/docs/src/views/PageDropdown/PageDropdownButtonIcons/PageDropdownButtonIcons.vue +2 -2
  895. package/docs/src/views/PageDropdown/PageDropdownButtonIcons/compositionAPI/HtmlAPI.js +30 -30
  896. package/docs/src/views/PageDropdown/PageDropdownButtonLoading/PageDropdownButtonLoading.js +41 -41
  897. package/docs/src/views/PageDropdown/PageDropdownButtonLoading/PageDropdownButtonLoading.pug +26 -26
  898. package/docs/src/views/PageDropdown/PageDropdownButtonLoading/PageDropdownButtonLoading.vue +2 -2
  899. package/docs/src/views/PageDropdown/PageDropdownButtonLoading/compositionAPI/HtmlAPI.js +25 -25
  900. package/docs/src/views/PageDropdown/PageDropdownButtonText/PageDropdownButtonText.js +41 -41
  901. package/docs/src/views/PageDropdown/PageDropdownButtonText/PageDropdownButtonText.pug +21 -21
  902. package/docs/src/views/PageDropdown/PageDropdownButtonText/PageDropdownButtonText.vue +2 -2
  903. package/docs/src/views/PageDropdown/PageDropdownButtonText/compositionAPI/HtmlAPI.js +20 -20
  904. package/docs/src/views/PageDropdown/PageDropdownCaretIcon/PageDropdownCaretIcon.js +41 -41
  905. package/docs/src/views/PageDropdown/PageDropdownCaretIcon/PageDropdownCaretIcon.pug +16 -16
  906. package/docs/src/views/PageDropdown/PageDropdownCaretIcon/PageDropdownCaretIcon.vue +2 -2
  907. package/docs/src/views/PageDropdown/PageDropdownCaretIcon/compositionAPI/HtmlAPI.js +15 -15
  908. package/docs/src/views/PageDropdown/PageDropdownHasCaret/PageDropdownHasCaret.js +41 -41
  909. package/docs/src/views/PageDropdown/PageDropdownHasCaret/PageDropdownHasCaret.pug +18 -18
  910. package/docs/src/views/PageDropdown/PageDropdownHasCaret/PageDropdownHasCaret.vue +2 -2
  911. package/docs/src/views/PageDropdown/PageDropdownHasCaret/compositionAPI/HtmlAPI.js +17 -17
  912. package/docs/src/views/PageDropdown/PageDropdownInBody/PageDropdownInBody.js +41 -41
  913. package/docs/src/views/PageDropdown/PageDropdownInBody/PageDropdownInBody.pug +18 -18
  914. package/docs/src/views/PageDropdown/PageDropdownInBody/PageDropdownInBody.vue +2 -2
  915. package/docs/src/views/PageDropdown/PageDropdownInBody/compositionAPI/HtmlAPI.js +17 -17
  916. package/docs/src/views/PageDropdown/PageDropdownTriggers/PageDropdownTriggers.js +41 -41
  917. package/docs/src/views/PageDropdown/PageDropdownTriggers/PageDropdownTriggers.pug +48 -48
  918. package/docs/src/views/PageDropdown/PageDropdownTriggers/PageDropdownTriggers.vue +2 -2
  919. package/docs/src/views/PageDropdown/PageDropdownTriggers/compositionAPI/HtmlAPI.js +17 -17
  920. package/docs/src/views/PageDropdown/compositionAPI/EventsAPI.js +13 -13
  921. package/docs/src/views/PageDropdown/compositionAPI/ExposesAPI.js +18 -18
  922. package/docs/src/views/PageDropdown/compositionAPI/PageTitleAPI.js +24 -24
  923. package/docs/src/views/PageDropdown/compositionAPI/SlotsAPI.js +12 -12
  924. package/docs/src/views/PageDropdown/i18n/PageDropdownI18n.js +19 -19
  925. package/docs/src/views/PageDropdown/i18n/ru.json +2 -2
  926. package/docs/src/views/PageFilters/PageFilters.js +47 -47
  927. package/docs/src/views/PageFilters/PageFilters.pug +32 -32
  928. package/docs/src/views/PageFilters/PageFilters.vue +2 -2
  929. package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.js +94 -94
  930. package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.pug +13 -13
  931. package/docs/src/views/PageFilters/PageFiltersDefaultHide/PageFiltersDefaultHide.vue +2 -2
  932. package/docs/src/views/PageFilters/PageFiltersDefaultHide/compositionAPI/HtmlAPI.js +12 -12
  933. package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.js +80 -80
  934. package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.pug +16 -16
  935. package/docs/src/views/PageFilters/PageFiltersExample/PageFiltersExample.vue +2 -2
  936. package/docs/src/views/PageFilters/PageFiltersExample/compositionAPI/HtmlAPI.js +12 -12
  937. package/docs/src/views/PageFilters/PageFiltersModelId/PageFiltersModelId.pug +13 -13
  938. package/docs/src/views/PageFilters/PageFiltersModelId/PageFiltersModelId.vue +2 -2
  939. package/docs/src/views/PageFilters/PageFiltersModelId/compositionAPI/HtmlAPI.js +12 -12
  940. package/docs/src/views/PageFilters/compositionAPI/EventsAPI.js +13 -13
  941. package/docs/src/views/PageFilters/compositionAPI/ExposesAPI.js +18 -18
  942. package/docs/src/views/PageFilters/compositionAPI/PageTitleAPI.js +24 -24
  943. package/docs/src/views/PageFilters/compositionAPI/PropsAPI.js +106 -106
  944. package/docs/src/views/PageFilters/compositionAPI/SlotsAPI.js +12 -12
  945. package/docs/src/views/PageFilters/i18n/PageFiltersI18n.js +19 -19
  946. package/docs/src/views/PageFilters/i18n/ar.json +48 -48
  947. package/docs/src/views/PageFilters/i18n/de.json +11 -11
  948. package/docs/src/views/PageFilters/i18n/en.json +48 -48
  949. package/docs/src/views/PageFilters/i18n/es.json +48 -48
  950. package/docs/src/views/PageFilters/i18n/fr.json +48 -48
  951. package/docs/src/views/PageFilters/i18n/hr.json +45 -45
  952. package/docs/src/views/PageFilters/i18n/it.json +48 -48
  953. package/docs/src/views/PageFilters/i18n/ru.json +40 -40
  954. package/docs/src/views/PageFiltersRight/PageFiltersRight.js +43 -43
  955. package/docs/src/views/PageFiltersRight/PageFiltersRight.pug +28 -28
  956. package/docs/src/views/PageFiltersRight/PageFiltersRight.vue +2 -2
  957. package/docs/src/views/PageFiltersRight/PageFiltersRightExample/PageFiltersRightExample.js +58 -58
  958. package/docs/src/views/PageFiltersRight/PageFiltersRightExample/PageFiltersRightExample.pug +14 -14
  959. package/docs/src/views/PageFiltersRight/PageFiltersRightExample/PageFiltersRightExample.vue +2 -2
  960. package/docs/src/views/PageFiltersRight/PageFiltersRightExample/compositionAPI/HtmlAPI.js +12 -12
  961. package/docs/src/views/PageFiltersRight/compositionAPI/EventsAPI.js +13 -13
  962. package/docs/src/views/PageFiltersRight/compositionAPI/ExposesAPI.js +18 -18
  963. package/docs/src/views/PageFiltersRight/compositionAPI/PageTitleAPI.js +24 -24
  964. package/docs/src/views/PageFiltersRight/compositionAPI/PropsAPI.js +106 -106
  965. package/docs/src/views/PageFiltersRight/compositionAPI/SlotsAPI.js +12 -12
  966. package/docs/src/views/PageFiltersRight/i18n/PageFiltersRightI18n.js +19 -19
  967. package/docs/src/views/PageFiltersRight/i18n/ar.json +2 -2
  968. package/docs/src/views/PageFiltersRight/i18n/de.json +2 -2
  969. package/docs/src/views/PageFiltersRight/i18n/en.json +2 -2
  970. package/docs/src/views/PageFiltersRight/i18n/es.json +2 -2
  971. package/docs/src/views/PageFiltersRight/i18n/fr.json +2 -2
  972. package/docs/src/views/PageFiltersRight/i18n/hr.json +2 -2
  973. package/docs/src/views/PageFiltersRight/i18n/it.json +2 -2
  974. package/docs/src/views/PageFiltersRight/i18n/ru.json +2 -2
  975. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdown.js +63 -63
  976. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdown.pug +48 -48
  977. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdown.vue +2 -2
  978. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/PageGroupButtonDropdownActionsClasses.js +61 -61
  979. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/PageGroupButtonDropdownActionsClasses.pug +20 -20
  980. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/PageGroupButtonDropdownActionsClasses.vue +2 -2
  981. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownActionsClasses/compositionAPI/HtmlAPI.js +19 -19
  982. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/PageGroupButtonDropdownBasic.js +46 -46
  983. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/PageGroupButtonDropdownBasic.pug +10 -10
  984. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/PageGroupButtonDropdownBasic.vue +2 -2
  985. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownBasic/compositionAPI/HtmlAPI.js +9 -9
  986. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/PageGroupButtonDropdownDisabled.js +61 -61
  987. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/PageGroupButtonDropdownDisabled.pug +20 -20
  988. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/PageGroupButtonDropdownDisabled.vue +2 -2
  989. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDisabled/compositionAPI/HtmlAPI.js +19 -19
  990. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDropdownAttributes/PageGroupButtonDropdownDropdownAttributes.js +61 -61
  991. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownDropdownAttributes/PageGroupButtonDropdownDropdownAttributes.vue +2 -2
  992. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/PageGroupButtonDropdownExtraClasses.js +67 -67
  993. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/PageGroupButtonDropdownExtraClasses.pug +12 -12
  994. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/PageGroupButtonDropdownExtraClasses.vue +2 -2
  995. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownExtraClasses/compositionAPI/HtmlAPI.js +11 -11
  996. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown.js +67 -67
  997. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown.pug +20 -20
  998. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown.vue +2 -2
  999. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownHasDividerBeforeDropdown/compositionAPI/HtmlAPI.js +19 -19
  1000. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/PageGroupButtonDropdownIndexFirstDropdownAction.js +67 -67
  1001. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/PageGroupButtonDropdownIndexFirstDropdownAction.pug +36 -36
  1002. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/PageGroupButtonDropdownIndexFirstDropdownAction.vue +2 -2
  1003. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownAction/compositionAPI/HtmlAPI.js +35 -35
  1004. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/PageGroupButtonDropdownIndexFirstDropdownActionOne.js +115 -115
  1005. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/PageGroupButtonDropdownIndexFirstDropdownActionOne.pug +30 -30
  1006. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/PageGroupButtonDropdownIndexFirstDropdownActionOne.vue +2 -2
  1007. package/docs/src/views/PageGroupButtonDropdown/PageGroupButtonDropdownIndexFirstDropdownActionOne/compositionAPI/HtmlAPI.js +29 -29
  1008. package/docs/src/views/PageGroupButtonDropdown/compositionAPI/EventsAPI.js +13 -13
  1009. package/docs/src/views/PageGroupButtonDropdown/compositionAPI/ExposesAPI.js +33 -33
  1010. package/docs/src/views/PageGroupButtonDropdown/compositionAPI/PageTitleAPI.js +24 -24
  1011. package/docs/src/views/PageGroupButtonDropdown/compositionAPI/PropsAPI.js +242 -242
  1012. package/docs/src/views/PageGroupButtonDropdown/compositionAPI/SlotsAPI.js +24 -24
  1013. package/docs/src/views/PageGroupButtonDropdown/i18n/PageGroupButtonDropdownI18n.js +19 -19
  1014. package/docs/src/views/PageGroupButtonDropdown/i18n/ar.json +3 -3
  1015. package/docs/src/views/PageGroupButtonDropdown/i18n/de.json +17 -17
  1016. package/docs/src/views/PageGroupButtonDropdown/i18n/en.json +2 -2
  1017. package/docs/src/views/PageGroupButtonDropdown/i18n/es.json +2 -2
  1018. package/docs/src/views/PageGroupButtonDropdown/i18n/fr.json +2 -2
  1019. package/docs/src/views/PageGroupButtonDropdown/i18n/hr.json +2 -2
  1020. package/docs/src/views/PageGroupButtonDropdown/i18n/it.json +2 -2
  1021. package/docs/src/views/PageGroupButtonDropdown/i18n/ru.json +2 -2
  1022. package/docs/src/views/PageLink/PageLink.js +89 -89
  1023. package/docs/src/views/PageLink/PageLink.pug +74 -74
  1024. package/docs/src/views/PageLink/PageLink.vue +2 -2
  1025. package/docs/src/views/PageLink/PageLinkBasic/PageLinkBasic.js +27 -27
  1026. package/docs/src/views/PageLink/PageLinkBasic/PageLinkBasic.pug +20 -20
  1027. package/docs/src/views/PageLink/PageLinkBasic/PageLinkBasic.vue +2 -2
  1028. package/docs/src/views/PageLink/PageLinkBasic/compositionAPI/HtmlAPI.js +23 -23
  1029. package/docs/src/views/PageLink/PageLinkClass/PageLinkClass.js +27 -27
  1030. package/docs/src/views/PageLink/PageLinkClass/PageLinkClass.pug +57 -57
  1031. package/docs/src/views/PageLink/PageLinkClass/PageLinkClass.vue +2 -2
  1032. package/docs/src/views/PageLink/PageLinkClass/compositionAPI/HtmlAPI.js +66 -66
  1033. package/docs/src/views/PageLink/PageLinkClass/compositionAPI/JsAPI.js +14 -14
  1034. package/docs/src/views/PageLink/PageLinkComplex/PageLinkComplex.js +27 -27
  1035. package/docs/src/views/PageLink/PageLinkComplex/PageLinkComplex.vue +2 -2
  1036. package/docs/src/views/PageLink/PageLinkDisabled/PageLinkDisabled.js +27 -27
  1037. package/docs/src/views/PageLink/PageLinkDisabled/PageLinkDisabled.pug +175 -175
  1038. package/docs/src/views/PageLink/PageLinkDisabled/PageLinkDisabled.vue +2 -2
  1039. package/docs/src/views/PageLink/PageLinkDisabled/compositionAPI/HtmlAPI.js +202 -202
  1040. package/docs/src/views/PageLink/PageLinkGroup/PageLinkGroup.js +27 -27
  1041. package/docs/src/views/PageLink/PageLinkGroup/PageLinkGroup.pug +48 -48
  1042. package/docs/src/views/PageLink/PageLinkGroup/PageLinkGroup.vue +2 -2
  1043. package/docs/src/views/PageLink/PageLinkGroup/compositionAPI/HtmlAPI.js +62 -62
  1044. package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/PageLinkGroupHorizontalVertical.js +27 -27
  1045. package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/PageLinkGroupHorizontalVertical.pug +70 -70
  1046. package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/PageLinkGroupHorizontalVertical.vue +2 -2
  1047. package/docs/src/views/PageLink/PageLinkGroupHorizontalVertical/compositionAPI/HtmlAPI.js +94 -94
  1048. package/docs/src/views/PageLink/PageLinkGroupSizes/PageLinkGroupSizes.js +27 -27
  1049. package/docs/src/views/PageLink/PageLinkGroupSizes/PageLinkGroupSizes.pug +48 -48
  1050. package/docs/src/views/PageLink/PageLinkGroupSizes/PageLinkGroupSizes.vue +2 -2
  1051. package/docs/src/views/PageLink/PageLinkGroupSizes/compositionAPI/HtmlAPI.js +62 -62
  1052. package/docs/src/views/PageLink/PageLinkGroupVertical/PageLinkGroupVertical.js +27 -27
  1053. package/docs/src/views/PageLink/PageLinkGroupVertical/PageLinkGroupVertical.pug +48 -48
  1054. package/docs/src/views/PageLink/PageLinkGroupVertical/PageLinkGroupVertical.vue +2 -2
  1055. package/docs/src/views/PageLink/PageLinkGroupVertical/compositionAPI/HtmlAPI.js +62 -62
  1056. package/docs/src/views/PageLink/PageLinkHtml/PageLinkHtml.js +27 -27
  1057. package/docs/src/views/PageLink/PageLinkHtml/PageLinkHtml.pug +15 -15
  1058. package/docs/src/views/PageLink/PageLinkHtml/PageLinkHtml.vue +2 -2
  1059. package/docs/src/views/PageLink/PageLinkHtml/compositionAPI/HtmlAPI.js +16 -16
  1060. package/docs/src/views/PageLink/PageLinkIcons/PageLinkIcons.js +27 -27
  1061. package/docs/src/views/PageLink/PageLinkIcons/PageLinkIcons.vue +2 -2
  1062. package/docs/src/views/PageLink/PageLinkLoading/PageLinkLoading.js +41 -41
  1063. package/docs/src/views/PageLink/PageLinkLoading/PageLinkLoading.pug +26 -26
  1064. package/docs/src/views/PageLink/PageLinkLoading/PageLinkLoading.vue +2 -2
  1065. package/docs/src/views/PageLink/PageLinkLoading/compositionAPI/HtmlAPI.js +28 -28
  1066. package/docs/src/views/PageLink/PageLinkOutline/PageLinkOutline.js +27 -27
  1067. package/docs/src/views/PageLink/PageLinkOutline/PageLinkOutline.pug +52 -52
  1068. package/docs/src/views/PageLink/PageLinkOutline/PageLinkOutline.vue +2 -2
  1069. package/docs/src/views/PageLink/PageLinkOutline/compositionAPI/HtmlAPI.js +60 -60
  1070. package/docs/src/views/PageLink/PageLinkSafeHtml/PageLinkSafeHtml.js +27 -27
  1071. package/docs/src/views/PageLink/PageLinkSafeHtml/PageLinkSafeHtml.pug +15 -15
  1072. package/docs/src/views/PageLink/PageLinkSafeHtml/PageLinkSafeHtml.vue +2 -2
  1073. package/docs/src/views/PageLink/PageLinkSafeHtml/compositionAPI/HtmlAPI.js +16 -16
  1074. package/docs/src/views/PageLink/PageLinkSizes/PageLinkSizes.js +27 -27
  1075. package/docs/src/views/PageLink/PageLinkSizes/PageLinkSizes.pug +17 -17
  1076. package/docs/src/views/PageLink/PageLinkSizes/PageLinkSizes.vue +2 -2
  1077. package/docs/src/views/PageLink/PageLinkSizes/compositionAPI/HtmlAPI.js +18 -18
  1078. package/docs/src/views/PageLink/PageLinkSlotAppend/PageLinkSlotAppend.js +27 -27
  1079. package/docs/src/views/PageLink/PageLinkSlotAppend/PageLinkSlotAppend.pug +16 -16
  1080. package/docs/src/views/PageLink/PageLinkSlotAppend/PageLinkSlotAppend.vue +2 -2
  1081. package/docs/src/views/PageLink/PageLinkSlotAppend/compositionAPI/HtmlAPI.js +17 -17
  1082. package/docs/src/views/PageLink/PageLinkSlotDefault/PageLinkSlotDefault.js +27 -27
  1083. package/docs/src/views/PageLink/PageLinkSlotDefault/PageLinkSlotDefault.pug +12 -12
  1084. package/docs/src/views/PageLink/PageLinkSlotDefault/PageLinkSlotDefault.vue +2 -2
  1085. package/docs/src/views/PageLink/PageLinkSlotDefault/compositionAPI/HtmlAPI.js +12 -12
  1086. package/docs/src/views/PageLink/PageLinkSlotPrepend/PageLinkSlotPrepend.js +27 -27
  1087. package/docs/src/views/PageLink/PageLinkSlotPrepend/PageLinkSlotPrepend.pug +16 -16
  1088. package/docs/src/views/PageLink/PageLinkSlotPrepend/PageLinkSlotPrepend.vue +2 -2
  1089. package/docs/src/views/PageLink/PageLinkSlotPrepend/compositionAPI/HtmlAPI.js +17 -17
  1090. package/docs/src/views/PageLink/PageLinkSlotTitle/PageLinkSlotTitle.js +27 -27
  1091. package/docs/src/views/PageLink/PageLinkSlotTitle/PageLinkSlotTitle.pug +17 -17
  1092. package/docs/src/views/PageLink/PageLinkSlotTitle/PageLinkSlotTitle.vue +2 -2
  1093. package/docs/src/views/PageLink/PageLinkSlotTitle/compositionAPI/HtmlAPI.js +18 -18
  1094. package/docs/src/views/PageLink/PageLinkTextAfterBefore/PageLinkTextAfterBefore.js +27 -27
  1095. package/docs/src/views/PageLink/PageLinkTextAfterBefore/PageLinkTextAfterBefore.pug +14 -14
  1096. package/docs/src/views/PageLink/PageLinkTextAfterBefore/PageLinkTextAfterBefore.vue +2 -2
  1097. package/docs/src/views/PageLink/PageLinkTextAfterBefore/compositionAPI/HtmlAPI.js +14 -14
  1098. package/docs/src/views/PageLink/PageLinkTextObject/PageLinkTextObject.js +27 -27
  1099. package/docs/src/views/PageLink/PageLinkTextObject/PageLinkTextObject.pug +12 -12
  1100. package/docs/src/views/PageLink/PageLinkTextObject/PageLinkTextObject.vue +2 -2
  1101. package/docs/src/views/PageLink/PageLinkTextObject/compositionAPI/HtmlAPI.js +12 -12
  1102. package/docs/src/views/PageLink/PageLinkTextTag/PageLinkTextTag.js +27 -27
  1103. package/docs/src/views/PageLink/PageLinkTextTag/PageLinkTextTag.pug +13 -13
  1104. package/docs/src/views/PageLink/PageLinkTextTag/PageLinkTextTag.vue +2 -2
  1105. package/docs/src/views/PageLink/PageLinkTextTag/compositionAPI/HtmlAPI.js +12 -12
  1106. package/docs/src/views/PageLink/PageLinkTitleArray/PageLinkTitleArray.js +27 -27
  1107. package/docs/src/views/PageLink/PageLinkTitleArray/PageLinkTitleArray.pug +13 -13
  1108. package/docs/src/views/PageLink/PageLinkTitleArray/PageLinkTitleArray.vue +2 -2
  1109. package/docs/src/views/PageLink/PageLinkTitleArray/compositionAPI/HtmlAPI.js +13 -13
  1110. package/docs/src/views/PageLink/PageLinkTitleHtml/PageLinkTitleHtml.js +27 -27
  1111. package/docs/src/views/PageLink/PageLinkTitleHtml/PageLinkTitleHtml.pug +136 -136
  1112. package/docs/src/views/PageLink/PageLinkTitleHtml/PageLinkTitleHtml.vue +2 -2
  1113. package/docs/src/views/PageLink/PageLinkTitleHtml/compositionAPI/HtmlAPI.js +151 -151
  1114. package/docs/src/views/PageLink/PageLinkTransparent/PageLinkTransparent.js +27 -27
  1115. package/docs/src/views/PageLink/PageLinkTransparent/PageLinkTransparent.pug +52 -52
  1116. package/docs/src/views/PageLink/PageLinkTransparent/PageLinkTransparent.vue +2 -2
  1117. package/docs/src/views/PageLink/PageLinkTransparent/compositionAPI/HtmlAPI.js +60 -60
  1118. package/docs/src/views/PageLink/compositionAPI/ExposesAPI.js +33 -33
  1119. package/docs/src/views/PageLink/compositionAPI/PageTitleAPI.js +24 -24
  1120. package/docs/src/views/PageLink/compositionAPI/SlotsAPI.js +24 -24
  1121. package/docs/src/views/PageLink/i18n/PageLinkI18n.js +19 -19
  1122. package/docs/src/views/PageLinkCopy/PageLinkCopy.js +61 -61
  1123. package/docs/src/views/PageLinkCopy/PageLinkCopy.pug +43 -43
  1124. package/docs/src/views/PageLinkCopy/PageLinkCopy.vue +2 -2
  1125. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.js +27 -27
  1126. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.pug +17 -17
  1127. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/PageLinkCopyButtonOptions.vue +2 -2
  1128. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonOptions/compositionAPI/HtmlAPI.js +16 -16
  1129. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.js +27 -27
  1130. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.pug +16 -16
  1131. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/PageLinkCopyButtonPosition.vue +2 -2
  1132. package/docs/src/views/PageLinkCopy/PageLinkCopyButtonPosition/compositionAPI/HtmlAPI.js +15 -15
  1133. package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.js +27 -27
  1134. package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.pug +15 -15
  1135. package/docs/src/views/PageLinkCopy/PageLinkCopyClass/PageLinkCopyClass.vue +2 -2
  1136. package/docs/src/views/PageLinkCopy/PageLinkCopyClass/compositionAPI/HtmlAPI.js +14 -14
  1137. package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.js +27 -27
  1138. package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.pug +13 -13
  1139. package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/PageLinkCopyClassDefault.vue +2 -2
  1140. package/docs/src/views/PageLinkCopy/PageLinkCopyClassDefault/compositionAPI/HtmlAPI.js +11 -11
  1141. package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.js +27 -27
  1142. package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.pug +11 -11
  1143. package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/PageLinkCopyDisabled.vue +2 -2
  1144. package/docs/src/views/PageLinkCopy/PageLinkCopyDisabled/compositionAPI/HtmlAPI.js +10 -10
  1145. package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.js +27 -27
  1146. package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.pug +10 -10
  1147. package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/PageLinkCopyLinkOptions.vue +2 -2
  1148. package/docs/src/views/PageLinkCopy/PageLinkCopyLinkOptions/compositionAPI/HtmlAPI.js +9 -9
  1149. package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.js +27 -27
  1150. package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.pug +14 -14
  1151. package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/PageLinkCopySlotButton.vue +2 -2
  1152. package/docs/src/views/PageLinkCopy/PageLinkCopySlotButton/compositionAPI/HtmlAPI.js +15 -15
  1153. package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.js +27 -27
  1154. package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.pug +14 -14
  1155. package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/PageLinkCopySlotLink.vue +2 -2
  1156. package/docs/src/views/PageLinkCopy/PageLinkCopySlotLink/compositionAPI/HtmlAPI.js +15 -15
  1157. package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.js +27 -27
  1158. package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.pug +16 -16
  1159. package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/PageLinkCopyTextCopy.vue +2 -2
  1160. package/docs/src/views/PageLinkCopy/PageLinkCopyTextCopy/compositionAPI/HtmlAPI.js +15 -15
  1161. package/docs/src/views/PageLinkCopy/compositionAPI/PageTitleAPI.js +24 -24
  1162. package/docs/src/views/PageLinkCopy/compositionAPI/PropsAPI.js +57 -57
  1163. package/docs/src/views/PageLinkCopy/compositionAPI/SlotsAPI.js +16 -16
  1164. package/docs/src/views/PageLinkCopy/compositionAPI/TranslateAPI.js +10 -10
  1165. package/docs/src/views/PageLinkCopy/i18n/PageLinkCopyI18n.js +19 -19
  1166. package/docs/src/views/PageLinkCopy/i18n/ar.json +31 -31
  1167. package/docs/src/views/PageLinkCopy/i18n/de.json +30 -30
  1168. package/docs/src/views/PageLinkCopy/i18n/en.json +31 -31
  1169. package/docs/src/views/PageLinkCopy/i18n/es.json +31 -31
  1170. package/docs/src/views/PageLinkCopy/i18n/fr.json +31 -31
  1171. package/docs/src/views/PageLinkCopy/i18n/hr.json +30 -30
  1172. package/docs/src/views/PageLinkCopy/i18n/it.json +31 -31
  1173. package/docs/src/views/PageLinkCopy/i18n/ru.json +30 -30
  1174. package/docs/src/views/PageList/PageList.js +59 -59
  1175. package/docs/src/views/PageList/PageList.pug +42 -42
  1176. package/docs/src/views/PageList/PageList.vue +2 -2
  1177. package/docs/src/views/PageList/PageListBasic/PageListBasic.js +43 -43
  1178. package/docs/src/views/PageList/PageListBasic/PageListBasic.pug +10 -10
  1179. package/docs/src/views/PageList/PageListBasic/PageListBasic.vue +2 -2
  1180. package/docs/src/views/PageList/PageListBasic/compositionAPI/HtmlAPI.js +10 -10
  1181. package/docs/src/views/PageList/PageListClassGroup/PageListClassGroup.js +43 -43
  1182. package/docs/src/views/PageList/PageListClassGroup/PageListClassGroup.pug +27 -27
  1183. package/docs/src/views/PageList/PageListClassGroup/PageListClassGroup.vue +2 -2
  1184. package/docs/src/views/PageList/PageListClassGroup/compositionAPI/HtmlAPI.js +26 -26
  1185. package/docs/src/views/PageList/PageListIsDataSimpleArray/PageListIsDataSimpleArray.js +59 -59
  1186. package/docs/src/views/PageList/PageListIsDataSimpleArray/PageListIsDataSimpleArray.pug +18 -18
  1187. package/docs/src/views/PageList/PageListIsDataSimpleArray/PageListIsDataSimpleArray.vue +2 -2
  1188. package/docs/src/views/PageList/PageListIsDataSimpleArray/compositionAPI/HtmlAPI.js +15 -15
  1189. package/docs/src/views/PageList/PageListIsHtml/PageListIsHtml.js +113 -113
  1190. package/docs/src/views/PageList/PageListIsHtml/PageListIsHtml.pug +33 -33
  1191. package/docs/src/views/PageList/PageListIsHtml/PageListIsHtml.vue +2 -2
  1192. package/docs/src/views/PageList/PageListIsHtml/compositionAPI/HtmlAPI.js +30 -30
  1193. package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.js +52 -52
  1194. package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.pug +12 -12
  1195. package/docs/src/views/PageList/PageListKeyChildren/PageListKeyChildren.vue +2 -2
  1196. package/docs/src/views/PageList/PageListKeyChildren/compositionAPI/HtmlAPI.js +11 -11
  1197. package/docs/src/views/PageList/PageListKeyId/PageListKeyId.js +61 -61
  1198. package/docs/src/views/PageList/PageListKeyId/PageListKeyId.pug +18 -18
  1199. package/docs/src/views/PageList/PageListKeyId/PageListKeyId.vue +2 -2
  1200. package/docs/src/views/PageList/PageListKeyId/compositionAPI/HtmlAPI.js +17 -17
  1201. package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.js +44 -44
  1202. package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.pug +11 -11
  1203. package/docs/src/views/PageList/PageListKeyLabelCallback/PageListKeyLabelCallback.vue +2 -2
  1204. package/docs/src/views/PageList/PageListKeyLabelCallback/compositionAPI/HtmlAPI.js +10 -10
  1205. package/docs/src/views/PageList/PageListSeparator/PageListSeparator.js +35 -35
  1206. package/docs/src/views/PageList/PageListSeparator/PageListSeparator.pug +36 -36
  1207. package/docs/src/views/PageList/PageListSeparator/PageListSeparator.vue +2 -2
  1208. package/docs/src/views/PageList/PageListSeparator/compositionAPI/HtmlAPI.js +33 -33
  1209. package/docs/src/views/PageList/PageListSeparatorHtml/PageListSeparatorHtml.js +35 -35
  1210. package/docs/src/views/PageList/PageListSeparatorHtml/PageListSeparatorHtml.pug +23 -23
  1211. package/docs/src/views/PageList/PageListSeparatorHtml/PageListSeparatorHtml.vue +2 -2
  1212. package/docs/src/views/PageList/PageListSeparatorHtml/compositionAPI/HtmlAPI.js +19 -19
  1213. package/docs/src/views/PageList/PageListTag/PageListTag.js +51 -51
  1214. package/docs/src/views/PageList/PageListTag/PageListTag.pug +21 -21
  1215. package/docs/src/views/PageList/PageListTag/PageListTag.vue +2 -2
  1216. package/docs/src/views/PageList/PageListTag/compositionAPI/HtmlAPI.js +18 -18
  1217. package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.js +71 -71
  1218. package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.pug +15 -15
  1219. package/docs/src/views/PageList/PageListWithSlot/PageListWithSlot.vue +2 -2
  1220. package/docs/src/views/PageList/PageListWithSlot/compositionAPI/HtmlAPI.js +16 -16
  1221. package/docs/src/views/PageList/compositionAPI/PageTitleAPI.js +24 -24
  1222. package/docs/src/views/PageList/compositionAPI/PropsAPI.js +107 -107
  1223. package/docs/src/views/PageList/compositionAPI/SlotsAPI.js +12 -12
  1224. package/docs/src/views/PageList/i18n/PageListI18n.js +19 -19
  1225. package/docs/src/views/PageList/i18n/ar.json +39 -39
  1226. package/docs/src/views/PageList/i18n/de.json +39 -39
  1227. package/docs/src/views/PageList/i18n/en.json +39 -39
  1228. package/docs/src/views/PageList/i18n/es.json +39 -39
  1229. package/docs/src/views/PageList/i18n/fr.json +39 -39
  1230. package/docs/src/views/PageList/i18n/hr.json +39 -39
  1231. package/docs/src/views/PageList/i18n/it.json +39 -39
  1232. package/docs/src/views/PageList/i18n/ru.json +36 -36
  1233. package/docs/src/views/PageLoading/PageLoading.vue +2 -2
  1234. package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.js +49 -49
  1235. package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.pug +34 -34
  1236. package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasic.vue +2 -2
  1237. package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/PageMenuBasicExample.pug +13 -13
  1238. package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/PageMenuBasicExample.vue +2 -2
  1239. package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/compositionAPI/HtmlAPI.js +10 -10
  1240. package/docs/src/views/PageMenu/PageMenuBasic/PageMenuBasicExample/compositionAPI/JsAPI.js +14 -14
  1241. package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/EventsAPI.js +13 -13
  1242. package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/ExposesAPI.js +18 -18
  1243. package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/PageTitleAPI.js +24 -24
  1244. package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/PropsAPI.js +106 -106
  1245. package/docs/src/views/PageMenu/PageMenuBasic/compositionAPI/SlotsAPI.js +12 -12
  1246. package/docs/src/views/PageMenu/PageMenuBasic/i18n/PageMenuBasicI18n.js +19 -19
  1247. package/docs/src/views/PageMenu/PageMenuBasic/i18n/ar.json +3 -3
  1248. package/docs/src/views/PageMenu/PageMenuBasic/i18n/de.json +3 -3
  1249. package/docs/src/views/PageMenu/PageMenuBasic/i18n/en.json +3 -3
  1250. package/docs/src/views/PageMenu/PageMenuBasic/i18n/es.json +3 -3
  1251. package/docs/src/views/PageMenu/PageMenuBasic/i18n/fr.json +3 -3
  1252. package/docs/src/views/PageMenu/PageMenuBasic/i18n/hr.json +3 -3
  1253. package/docs/src/views/PageMenu/PageMenuBasic/i18n/it.json +3 -3
  1254. package/docs/src/views/PageMenu/PageMenuBasic/i18n/ru.json +3 -3
  1255. package/docs/src/views/PageModal/PageModal.vue +2 -2
  1256. package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.js +46 -46
  1257. package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.pug +17 -17
  1258. package/docs/src/views/PageModal/PageModalBasic/PageModalBasic.vue +2 -2
  1259. package/docs/src/views/PageModal/PageModalBasic/compositionAPI/HtmlAPI.js +17 -17
  1260. package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.js +52 -52
  1261. package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.pug +19 -19
  1262. package/docs/src/views/PageModal/PageModalBodyHtml/PageModalBodyHtml.vue +2 -2
  1263. package/docs/src/views/PageModal/PageModalBodyHtml/compositionAPI/HtmlAPI.js +18 -18
  1264. package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.js +46 -46
  1265. package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.pug +22 -22
  1266. package/docs/src/views/PageModal/PageModalCloseButton/PageModalCloseButton.vue +2 -2
  1267. package/docs/src/views/PageModal/PageModalCloseButton/compositionAPI/HtmlAPI.js +21 -21
  1268. package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.js +52 -52
  1269. package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.pug +22 -22
  1270. package/docs/src/views/PageModal/PageModalSaveButton/PageModalSaveButton.vue +2 -2
  1271. package/docs/src/views/PageModal/PageModalSaveButton/compositionAPI/HtmlAPI.js +21 -21
  1272. package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.js +46 -46
  1273. package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.pug +20 -20
  1274. package/docs/src/views/PageModal/PageModalSelectorClose/PageModalSelectorClose.vue +2 -2
  1275. package/docs/src/views/PageModal/PageModalSelectorClose/compositionAPI/HtmlAPI.js +19 -19
  1276. package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.js +46 -46
  1277. package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.pug +20 -20
  1278. package/docs/src/views/PageModal/PageModalSelectorCloseIds/PageModalSelectorCloseIds.vue +2 -2
  1279. package/docs/src/views/PageModal/PageModalSelectorCloseIds/compositionAPI/HtmlAPI.js +19 -19
  1280. package/docs/src/views/PageModal/PageModalSize/PageModalSize.js +49 -49
  1281. package/docs/src/views/PageModal/PageModalSize/PageModalSize.pug +47 -47
  1282. package/docs/src/views/PageModal/PageModalSize/PageModalSize.vue +2 -2
  1283. package/docs/src/views/PageModal/PageModalSize/compositionAPI/HtmlAPI.js +48 -48
  1284. package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.js +46 -46
  1285. package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.pug +41 -41
  1286. package/docs/src/views/PageModal/PageModalSlots/PageModalSlots.vue +2 -2
  1287. package/docs/src/views/PageModal/PageModalSlots/compositionAPI/HtmlAPI.js +46 -46
  1288. package/docs/src/views/PageModal/compositionAPI/ExposesAPI.js +33 -33
  1289. package/docs/src/views/PageModal/compositionAPI/PageTitleAPI.js +24 -24
  1290. package/docs/src/views/PageModal/compositionAPI/SlotsAPI.js +24 -24
  1291. package/docs/src/views/PageModal/i18n/PageModalI18n.js +19 -19
  1292. package/docs/src/views/PageModalWizard/PageModalWizard.js +44 -44
  1293. package/docs/src/views/PageModalWizard/PageModalWizard.vue +2 -2
  1294. package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.js +77 -77
  1295. package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.pug +55 -55
  1296. package/docs/src/views/PageModalWizard/PageModalWizardBasic/PageModalWizardBasic.vue +2 -2
  1297. package/docs/src/views/PageModalWizard/PageModalWizardBasic/compositionAPI/HtmlAPI.js +57 -57
  1298. package/docs/src/views/PageModalWizard/compositionAPI/ExposesAPI.js +33 -33
  1299. package/docs/src/views/PageModalWizard/compositionAPI/PageTitleAPI.js +24 -24
  1300. package/docs/src/views/PageModalWizard/compositionAPI/SlotsAPI.js +12 -12
  1301. package/docs/src/views/PageModalWizard/i18n/PageModalWizardI18n.js +19 -19
  1302. package/docs/src/views/PageModalWizard/i18n/ru.json +8 -8
  1303. package/docs/src/views/PageNotification/PageNotification.js +40 -40
  1304. package/docs/src/views/PageNotification/PageNotification.pug +16 -16
  1305. package/docs/src/views/PageNotification/PageNotification.vue +2 -2
  1306. package/docs/src/views/PageRate/PageRate.js +51 -51
  1307. package/docs/src/views/PageRate/PageRate.pug +42 -42
  1308. package/docs/src/views/PageRate/PageRate.vue +2 -2
  1309. package/docs/src/views/PageRate/PageRateColor/PageRateColor.js +27 -27
  1310. package/docs/src/views/PageRate/PageRateColor/PageRateColor.pug +11 -11
  1311. package/docs/src/views/PageRate/PageRateColor/PageRateColor.vue +2 -2
  1312. package/docs/src/views/PageRate/PageRateColor/compositionAPI/HtmlAPI.js +10 -10
  1313. package/docs/src/views/PageRate/PageRateHalfIcon/PageRateHalfIcon.js +27 -27
  1314. package/docs/src/views/PageRate/PageRateHalfIcon/PageRateHalfIcon.pug +10 -10
  1315. package/docs/src/views/PageRate/PageRateHalfIcon/PageRateHalfIcon.vue +2 -2
  1316. package/docs/src/views/PageRate/PageRateHalfIcon/compositionAPI/HtmlAPI.js +9 -9
  1317. package/docs/src/views/PageRate/PageRateHoveredColor/PageRateHoveredColor.js +27 -27
  1318. package/docs/src/views/PageRate/PageRateHoveredColor/PageRateHoveredColor.pug +11 -11
  1319. package/docs/src/views/PageRate/PageRateHoveredColor/PageRateHoveredColor.vue +2 -2
  1320. package/docs/src/views/PageRate/PageRateHoveredColor/compositionAPI/HtmlAPI.js +10 -10
  1321. package/docs/src/views/PageRate/PageRateIcon/PageRateIcon.js +27 -27
  1322. package/docs/src/views/PageRate/PageRateIcon/PageRateIcon.pug +14 -14
  1323. package/docs/src/views/PageRate/PageRateIcon/PageRateIcon.vue +2 -2
  1324. package/docs/src/views/PageRate/PageRateIcon/compositionAPI/HtmlAPI.js +13 -13
  1325. package/docs/src/views/PageRate/PageRateIconFill/PageRateIconFill.js +27 -27
  1326. package/docs/src/views/PageRate/PageRateIconFill/PageRateIconFill.pug +10 -10
  1327. package/docs/src/views/PageRate/PageRateIconFill/PageRateIconFill.vue +2 -2
  1328. package/docs/src/views/PageRate/PageRateIconFill/compositionAPI/HtmlAPI.js +9 -9
  1329. package/docs/src/views/PageRate/PageRateModelValue/PageRateModelValue.js +36 -36
  1330. package/docs/src/views/PageRate/PageRateModelValue/PageRateModelValue.pug +12 -12
  1331. package/docs/src/views/PageRate/PageRateModelValue/PageRateModelValue.vue +2 -2
  1332. package/docs/src/views/PageRate/PageRateModelValue/compositionAPI/HtmlAPI.js +11 -11
  1333. package/docs/src/views/PageRate/PageRateRating/PageRateRating.js +27 -27
  1334. package/docs/src/views/PageRate/PageRateRating/PageRateRating.pug +10 -10
  1335. package/docs/src/views/PageRate/PageRateRating/PageRateRating.vue +2 -2
  1336. package/docs/src/views/PageRate/PageRateRating/compositionAPI/HtmlAPI.js +9 -9
  1337. package/docs/src/views/PageRate/PageRateReadonly/PageRateReadonly.js +27 -27
  1338. package/docs/src/views/PageRate/PageRateReadonly/PageRateReadonly.pug +13 -13
  1339. package/docs/src/views/PageRate/PageRateReadonly/PageRateReadonly.vue +2 -2
  1340. package/docs/src/views/PageRate/PageRateReadonly/compositionAPI/HtmlAPI.js +11 -11
  1341. package/docs/src/views/PageRate/PageRateShowScore/PageRateShowScore.js +27 -27
  1342. package/docs/src/views/PageRate/PageRateShowScore/PageRateShowScore.pug +10 -10
  1343. package/docs/src/views/PageRate/PageRateShowScore/PageRateShowScore.vue +2 -2
  1344. package/docs/src/views/PageRate/PageRateShowScore/compositionAPI/HtmlAPI.js +9 -9
  1345. package/docs/src/views/PageRate/PageRateSize/PageRateSize.js +27 -27
  1346. package/docs/src/views/PageRate/PageRateSize/PageRateSize.pug +21 -21
  1347. package/docs/src/views/PageRate/PageRateSize/PageRateSize.vue +2 -2
  1348. package/docs/src/views/PageRate/PageRateSize/compositionAPI/HtmlAPI.js +19 -19
  1349. package/docs/src/views/PageRate/PageRateTextExtra/PageRateTextExtra.js +27 -27
  1350. package/docs/src/views/PageRate/PageRateTextExtra/PageRateTextExtra.pug +10 -10
  1351. package/docs/src/views/PageRate/PageRateTextExtra/PageRateTextExtra.vue +2 -2
  1352. package/docs/src/views/PageRate/PageRateTextExtra/compositionAPI/HtmlAPI.js +9 -9
  1353. package/docs/src/views/PageRate/compositionAPI/EventsAPI.js +13 -13
  1354. package/docs/src/views/PageRate/compositionAPI/PropsAPI.js +92 -92
  1355. package/docs/src/views/PageRate/i18n/PageARateI18n.js +19 -19
  1356. package/docs/src/views/PageRate/i18n/ar.json +17 -17
  1357. package/docs/src/views/PageRate/i18n/de.json +17 -17
  1358. package/docs/src/views/PageRate/i18n/en.json +17 -17
  1359. package/docs/src/views/PageRate/i18n/es.json +17 -17
  1360. package/docs/src/views/PageRate/i18n/fr.json +17 -17
  1361. package/docs/src/views/PageRate/i18n/hr.json +17 -17
  1362. package/docs/src/views/PageRate/i18n/it.json +17 -17
  1363. package/docs/src/views/PageRate/i18n/ru.json +17 -17
  1364. package/docs/src/views/PageScale/PageScale.js +31 -31
  1365. package/docs/src/views/PageScale/PageScale.pug +114 -114
  1366. package/docs/src/views/PageScale/PageScale.vue +2 -2
  1367. package/docs/src/views/PageShowMore/PageShowMore.js +91 -91
  1368. package/docs/src/views/PageShowMore/PageShowMore.pug +70 -70
  1369. package/docs/src/views/PageShowMore/PageShowMore.vue +2 -2
  1370. package/docs/src/views/PageShowMore/PageShowMoreBasic/PageShowMoreBasic.js +27 -27
  1371. package/docs/src/views/PageShowMore/PageShowMoreBasic/PageShowMoreBasic.pug +22 -22
  1372. package/docs/src/views/PageShowMore/PageShowMoreBasic/PageShowMoreBasic.vue +2 -2
  1373. package/docs/src/views/PageShowMore/PageShowMoreBasic/compositionAPI/HtmlAPI.js +22 -22
  1374. package/docs/src/views/PageShowMore/PageShowMoreBtnClass/PageShowMoreBtnClass.js +51 -51
  1375. package/docs/src/views/PageShowMore/PageShowMoreBtnClass/PageShowMoreBtnClass.pug +14 -14
  1376. package/docs/src/views/PageShowMore/PageShowMoreBtnClass/PageShowMoreBtnClass.vue +2 -2
  1377. package/docs/src/views/PageShowMore/PageShowMoreBtnClass/compositionAPI/HtmlAPI.js +11 -11
  1378. package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/PageShowMoreBtnIcons.js +51 -51
  1379. package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/PageShowMoreBtnIcons.pug +16 -16
  1380. package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/PageShowMoreBtnIcons.vue +2 -2
  1381. package/docs/src/views/PageShowMore/PageShowMoreBtnIcons/compositionAPI/HtmlAPI.js +13 -13
  1382. package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/PageShowMoreBtnTitle.js +51 -51
  1383. package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/PageShowMoreBtnTitle.pug +14 -14
  1384. package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/PageShowMoreBtnTitle.vue +2 -2
  1385. package/docs/src/views/PageShowMore/PageShowMoreBtnTitle/compositionAPI/HtmlAPI.js +11 -11
  1386. package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/PageShowMoreBtnTitleHtml.js +51 -51
  1387. package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/PageShowMoreBtnTitleHtml.pug +22 -22
  1388. package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/PageShowMoreBtnTitleHtml.vue +2 -2
  1389. package/docs/src/views/PageShowMore/PageShowMoreBtnTitleHtml/compositionAPI/HtmlAPI.js +19 -19
  1390. package/docs/src/views/PageShowMore/PageShowMoreDisabled/PageShowMoreDisabled.js +27 -27
  1391. package/docs/src/views/PageShowMore/PageShowMoreDisabled/PageShowMoreDisabled.pug +25 -25
  1392. package/docs/src/views/PageShowMore/PageShowMoreDisabled/PageShowMoreDisabled.vue +2 -2
  1393. package/docs/src/views/PageShowMore/PageShowMoreDisabled/compositionAPI/HtmlAPI.js +24 -24
  1394. package/docs/src/views/PageShowMore/PageShowMoreEvents/PageShowMoreEvents.js +56 -56
  1395. package/docs/src/views/PageShowMore/PageShowMoreEvents/PageShowMoreEvents.pug +13 -13
  1396. package/docs/src/views/PageShowMore/PageShowMoreEvents/PageShowMoreEvents.vue +2 -2
  1397. package/docs/src/views/PageShowMore/PageShowMoreEvents/compositionAPI/HtmlAPI.js +10 -10
  1398. package/docs/src/views/PageShowMore/PageShowMoreExposes/PageShowMoreExposes.js +81 -81
  1399. package/docs/src/views/PageShowMore/PageShowMoreExposes/PageShowMoreExposes.pug +26 -26
  1400. package/docs/src/views/PageShowMore/PageShowMoreExposes/PageShowMoreExposes.vue +2 -2
  1401. package/docs/src/views/PageShowMore/PageShowMoreExposes/compositionAPI/HtmlAPI.js +25 -25
  1402. package/docs/src/views/PageShowMore/PageShowMoreHeight/PageShowMoreHeight.js +51 -51
  1403. package/docs/src/views/PageShowMore/PageShowMoreHeight/PageShowMoreHeight.pug +13 -13
  1404. package/docs/src/views/PageShowMore/PageShowMoreHeight/PageShowMoreHeight.vue +2 -2
  1405. package/docs/src/views/PageShowMore/PageShowMoreHeight/compositionAPI/HtmlAPI.js +10 -10
  1406. package/docs/src/views/PageShowMore/PageShowMoreHtml/PageShowMoreHtml.js +51 -51
  1407. package/docs/src/views/PageShowMore/PageShowMoreHtml/PageShowMoreHtml.pug +12 -12
  1408. package/docs/src/views/PageShowMore/PageShowMoreHtml/PageShowMoreHtml.vue +2 -2
  1409. package/docs/src/views/PageShowMore/PageShowMoreHtml/compositionAPI/HtmlAPI.js +9 -9
  1410. package/docs/src/views/PageShowMore/PageShowMoreNotLess/PageShowMoreNotLess.js +51 -51
  1411. package/docs/src/views/PageShowMore/PageShowMoreNotLess/PageShowMoreNotLess.pug +13 -13
  1412. package/docs/src/views/PageShowMore/PageShowMoreNotLess/PageShowMoreNotLess.vue +2 -2
  1413. package/docs/src/views/PageShowMore/PageShowMoreNotLess/compositionAPI/HtmlAPI.js +10 -10
  1414. package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/PageShowMoreOpenDefault.js +51 -51
  1415. package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/PageShowMoreOpenDefault.pug +13 -13
  1416. package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/PageShowMoreOpenDefault.vue +2 -2
  1417. package/docs/src/views/PageShowMore/PageShowMoreOpenDefault/compositionAPI/HtmlAPI.js +10 -10
  1418. package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/PageShowMoreSafeHtml.js +51 -51
  1419. package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/PageShowMoreSafeHtml.pug +12 -12
  1420. package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/PageShowMoreSafeHtml.vue +2 -2
  1421. package/docs/src/views/PageShowMore/PageShowMoreSafeHtml/compositionAPI/HtmlAPI.js +9 -9
  1422. package/docs/src/views/PageShowMore/PageShowMoreSlots/PageShowMoreSlots.js +27 -27
  1423. package/docs/src/views/PageShowMore/PageShowMoreSlots/PageShowMoreSlots.pug +36 -36
  1424. package/docs/src/views/PageShowMore/PageShowMoreSlots/PageShowMoreSlots.vue +2 -2
  1425. package/docs/src/views/PageShowMore/PageShowMoreSlots/compositionAPI/HtmlAPI.js +38 -38
  1426. package/docs/src/views/PageShowMore/PageShowMoreText/PageShowMoreText.js +51 -51
  1427. package/docs/src/views/PageShowMore/PageShowMoreText/PageShowMoreText.pug +12 -12
  1428. package/docs/src/views/PageShowMore/PageShowMoreText/PageShowMoreText.vue +2 -2
  1429. package/docs/src/views/PageShowMore/PageShowMoreText/compositionAPI/HtmlAPI.js +9 -9
  1430. package/docs/src/views/PageShowMore/PageShowMoreTextLength/PageShowMoreTextLength.js +60 -60
  1431. package/docs/src/views/PageShowMore/PageShowMoreTextLength/PageShowMoreTextLength.pug +17 -17
  1432. package/docs/src/views/PageShowMore/PageShowMoreTextLength/PageShowMoreTextLength.vue +2 -2
  1433. package/docs/src/views/PageShowMore/PageShowMoreTextLength/compositionAPI/HtmlAPI.js +15 -15
  1434. package/docs/src/views/PageShowMore/PageShowMoreTexts/PageShowMoreTexts.js +51 -51
  1435. package/docs/src/views/PageShowMore/PageShowMoreTexts/PageShowMoreTexts.pug +14 -14
  1436. package/docs/src/views/PageShowMore/PageShowMoreTexts/PageShowMoreTexts.vue +2 -2
  1437. package/docs/src/views/PageShowMore/PageShowMoreTexts/compositionAPI/HtmlAPI.js +11 -11
  1438. package/docs/src/views/PageShowMore/compositionAPI/EventsAPI.js +13 -13
  1439. package/docs/src/views/PageShowMore/compositionAPI/ExposesAPI.js +28 -28
  1440. package/docs/src/views/PageShowMore/compositionAPI/PageTitleAPI.js +24 -24
  1441. package/docs/src/views/PageShowMore/compositionAPI/PropsAPI.js +176 -176
  1442. package/docs/src/views/PageShowMore/compositionAPI/SlotsAPI.js +16 -16
  1443. package/docs/src/views/PageShowMore/compositionAPI/TranslateAPI.js +12 -12
  1444. package/docs/src/views/PageShowMore/i18n/PageShowMoreI18n.js +19 -19
  1445. package/docs/src/views/PageShowMore/i18n/ar.json +70 -70
  1446. package/docs/src/views/PageShowMore/i18n/de.json +70 -70
  1447. package/docs/src/views/PageShowMore/i18n/en.json +70 -70
  1448. package/docs/src/views/PageShowMore/i18n/es.json +70 -70
  1449. package/docs/src/views/PageShowMore/i18n/fr.json +70 -70
  1450. package/docs/src/views/PageShowMore/i18n/hr.json +70 -70
  1451. package/docs/src/views/PageShowMore/i18n/it.json +70 -70
  1452. package/docs/src/views/PageShowMore/i18n/ru.json +46 -46
  1453. package/docs/src/views/PageSpinner/PageSpinner.vue +2 -2
  1454. package/docs/src/views/PageStart/PageStart.vue +2 -2
  1455. package/docs/src/views/PageSvg/PageSvg.js +31 -31
  1456. package/docs/src/views/PageSvg/PageSvg.pug +18 -18
  1457. package/docs/src/views/PageSvg/PageSvg.vue +2 -2
  1458. package/docs/src/views/PageTable/PageTableComplex/PageTableComplex.js +26 -26
  1459. package/docs/src/views/PageTable/PageTableComplex/PageTableComplex.pug +15 -15
  1460. package/docs/src/views/PageTable/PageTableComplex/PageTableComplex.vue +2 -2
  1461. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/PageTableComplexExample.pug +88 -88
  1462. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/PageTableComplexExample.vue +2 -2
  1463. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/compositionAPI/HtmlAPI.js +40 -40
  1464. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexExample/compositionAPI/JsAPI.js +30 -30
  1465. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/PageTableComplexSlotRowActions.js +539 -539
  1466. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/PageTableComplexSlotRowActions.pug +87 -87
  1467. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/PageTableComplexSlotRowActions.vue +2 -2
  1468. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/compositionAPI/HtmlAPI.js +40 -40
  1469. package/docs/src/views/PageTable/PageTableComplex/PageTableComplexSlotRowActions/compositionAPI/JsAPI.js +30 -30
  1470. package/docs/src/views/PageTable/PageTableComplex/compositionAPI/PageTitleAPI.js +24 -24
  1471. package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.js +29 -29
  1472. package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.pug +15 -15
  1473. package/docs/src/views/PageTable/PageTableFilters/PageTableFilters.vue +2 -2
  1474. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.js +125 -125
  1475. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.pug +17 -17
  1476. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/PageTableFiltersDefaultHide.vue +2 -2
  1477. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersDefaultHide/compositionAPI/HtmlAPI.js +16 -16
  1478. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.js +110 -110
  1479. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.pug +17 -17
  1480. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/PageTableFiltersExample.vue +2 -2
  1481. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersExample/compositionAPI/HtmlAPI.js +16 -16
  1482. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.js +130 -130
  1483. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.pug +17 -17
  1484. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/PageTableFiltersInitSaved.vue +2 -2
  1485. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitSaved/compositionAPI/HtmlAPI.js +16 -16
  1486. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.js +117 -117
  1487. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.pug +17 -17
  1488. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/PageTableFiltersInitialModel.vue +2 -2
  1489. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersInitialModel/compositionAPI/HtmlAPI.js +16 -16
  1490. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.js +114 -114
  1491. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.pug +17 -17
  1492. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/PageTableFiltersSave.vue +2 -2
  1493. package/docs/src/views/PageTable/PageTableFilters/PageTableFiltersSave/compositionAPI/HtmlAPI.js +16 -16
  1494. package/docs/src/views/PageTable/PageTableFilters/compositionAPI/PageTitleAPI.js +24 -24
  1495. package/docs/src/views/PageTable/PageTableFilters/i18n/PageTableFiltersI18n.js +19 -19
  1496. package/docs/src/views/PageTable/PageTableFilters/i18n/ar.json +6 -6
  1497. package/docs/src/views/PageTable/PageTableFilters/i18n/de.json +6 -6
  1498. package/docs/src/views/PageTable/PageTableFilters/i18n/en.json +5 -5
  1499. package/docs/src/views/PageTable/PageTableFilters/i18n/es.json +5 -5
  1500. package/docs/src/views/PageTable/PageTableFilters/i18n/fr.json +5 -5
  1501. package/docs/src/views/PageTable/PageTableFilters/i18n/hr.json +5 -5
  1502. package/docs/src/views/PageTable/PageTableFilters/i18n/it.json +5 -5
  1503. package/docs/src/views/PageTable/PageTableFilters/i18n/ru.json +5 -5
  1504. package/docs/src/views/PageTable/PageTablePagination/PageTablePagination.js +40 -40
  1505. package/docs/src/views/PageTable/PageTablePagination/PageTablePagination.pug +21 -21
  1506. package/docs/src/views/PageTable/PageTablePagination/PageTablePagination.vue +2 -2
  1507. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/PageTablePaginationDisabled.js +80 -80
  1508. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/PageTablePaginationDisabled.pug +15 -15
  1509. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/PageTablePaginationDisabled.vue +2 -2
  1510. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationDisabled/compositionAPI/HtmlAPI.js +14 -14
  1511. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/PageTablePaginationExample.js +80 -80
  1512. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/PageTablePaginationExample.pug +15 -15
  1513. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/PageTablePaginationExample.vue +2 -2
  1514. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationExample/compositionAPI/HtmlAPI.js +14 -14
  1515. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/PageTablePaginationLimit.js +80 -80
  1516. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/PageTablePaginationLimit.pug +15 -15
  1517. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/PageTablePaginationLimit.vue +2 -2
  1518. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimit/compositionAPI/HtmlAPI.js +14 -14
  1519. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/PageTablePaginationLimitStart.js +80 -80
  1520. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/PageTablePaginationLimitStart.pug +15 -15
  1521. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/PageTablePaginationLimitStart.vue +2 -2
  1522. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationLimitStart/compositionAPI/HtmlAPI.js +14 -14
  1523. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/PageTablePaginationMaxItems.js +80 -80
  1524. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/PageTablePaginationMaxItems.pug +15 -15
  1525. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/PageTablePaginationMaxItems.vue +2 -2
  1526. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationMaxItems/compositionAPI/HtmlAPI.js +14 -14
  1527. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/PageTablePaginationOutside.js +103 -103
  1528. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/PageTablePaginationOutside.pug +19 -19
  1529. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/PageTablePaginationOutside.vue +2 -2
  1530. package/docs/src/views/PageTable/PageTablePagination/PageTablePaginationOutside/compositionAPI/HtmlAPI.js +14 -14
  1531. package/docs/src/views/PageTable/PageTablePagination/compositionAPI/PageTitleAPI.js +24 -24
  1532. package/docs/src/views/PageTable/PageTablePagination/compositionAPI/TranslateAPI.js +18 -18
  1533. package/docs/src/views/PageTable/PageTablePagination/i18n/PageTablePaginationI18n.js +19 -19
  1534. package/docs/src/views/PageTable/PageTablePagination/i18n/ar.json +3 -3
  1535. package/docs/src/views/PageTable/PageTablePagination/i18n/de.json +21 -21
  1536. package/docs/src/views/PageTable/PageTablePagination/i18n/en.json +21 -21
  1537. package/docs/src/views/PageTable/PageTablePagination/i18n/es.json +3 -3
  1538. package/docs/src/views/PageTable/PageTablePagination/i18n/fr.json +3 -3
  1539. package/docs/src/views/PageTable/PageTablePagination/i18n/hr.json +3 -3
  1540. package/docs/src/views/PageTable/PageTablePagination/i18n/it.json +3 -3
  1541. package/docs/src/views/PageTable/PageTablePagination/i18n/ru.json +21 -21
  1542. package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.js +24 -24
  1543. package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.pug +9 -9
  1544. package/docs/src/views/PageTable/PageTablePreview/PageTablePreview.vue +2 -2
  1545. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.js +85 -85
  1546. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.pug +19 -19
  1547. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/PageTablePreviewRight.vue +2 -2
  1548. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRight/compositionAPI/HtmlAPI.js +13 -13
  1549. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.js +80 -80
  1550. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.pug +20 -20
  1551. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/PageTablePreviewRightPagination.vue +2 -2
  1552. package/docs/src/views/PageTable/PageTablePreview/PageTablePreviewRightPagination/compositionAPI/HtmlAPI.js +13 -13
  1553. package/docs/src/views/PageTable/PageTablePreview/compositionAPI/PageTitleAPI.js +24 -24
  1554. package/docs/src/views/PageTable/PageTablePreview/i18n/PageTablePreviewI18n.js +19 -19
  1555. package/docs/src/views/PageTable/PageTablePreview/i18n/ar.json +2 -2
  1556. package/docs/src/views/PageTable/PageTablePreview/i18n/de.json +3 -3
  1557. package/docs/src/views/PageTable/PageTablePreview/i18n/en.json +2 -2
  1558. package/docs/src/views/PageTable/PageTablePreview/i18n/es.json +2 -2
  1559. package/docs/src/views/PageTable/PageTablePreview/i18n/fr.json +2 -2
  1560. package/docs/src/views/PageTable/PageTablePreview/i18n/hr.json +2 -2
  1561. package/docs/src/views/PageTable/PageTablePreview/i18n/it.json +2 -2
  1562. package/docs/src/views/PageTable/PageTablePreview/i18n/ru.json +2 -2
  1563. package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDown.js +22 -22
  1564. package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDown.pug +7 -7
  1565. package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDown.vue +2 -2
  1566. package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/PageTablePreviewDownExample.js +80 -80
  1567. package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/PageTablePreviewDownExample.pug +18 -18
  1568. package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/PageTablePreviewDownExample.vue +2 -2
  1569. package/docs/src/views/PageTable/PageTablePreviewDown/PageTablePreviewDownExample/compositionAPI/HtmlAPI.js +13 -13
  1570. package/docs/src/views/PageTable/PageTablePreviewDown/compositionAPI/PageTitleAPI.js +24 -24
  1571. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/PageTablePreviewDownI18n.js +19 -19
  1572. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/ar.json +2 -2
  1573. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/de.json +3 -3
  1574. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/en.json +2 -2
  1575. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/es.json +2 -2
  1576. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/fr.json +2 -2
  1577. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/hr.json +2 -2
  1578. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/it.json +2 -2
  1579. package/docs/src/views/PageTable/PageTablePreviewDown/i18n/ru.json +2 -2
  1580. package/docs/src/views/PageTable/PageTableSimple/PageTableSimple.js +28 -28
  1581. package/docs/src/views/PageTable/PageTableSimple/PageTableSimple.pug +14 -14
  1582. package/docs/src/views/PageTable/PageTableSimple/PageTableSimple.vue +2 -2
  1583. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/PageTableSimpleColumnsGroupedExample.js +107 -107
  1584. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/PageTableSimpleColumnsGroupedExample.pug +16 -16
  1585. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/PageTableSimpleColumnsGroupedExample.vue +2 -2
  1586. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleColumnsGroupedExample/compositionAPI/HtmlAPI.js +13 -13
  1587. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/PageTableSimpleExample.js +80 -80
  1588. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/PageTableSimpleExample.pug +13 -13
  1589. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/PageTableSimpleExample.vue +2 -2
  1590. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleExample/compositionAPI/HtmlAPI.js +13 -13
  1591. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/PageTableSimpleIsSimpleTableExample.js +80 -80
  1592. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/PageTableSimpleIsSimpleTableExample.pug +15 -15
  1593. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/PageTableSimpleIsSimpleTableExample.vue +2 -2
  1594. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleIsSimpleTableExample/compositionAPI/HtmlAPI.js +13 -13
  1595. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/PageTableSimpleMobileSlotsExample.js +80 -80
  1596. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/PageTableSimpleMobileSlotsExample.pug +29 -29
  1597. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/PageTableSimpleMobileSlotsExample.vue +2 -2
  1598. package/docs/src/views/PageTable/PageTableSimple/PageTableSimpleMobileSlotsExample/compositionAPI/HtmlAPI.js +13 -13
  1599. package/docs/src/views/PageTable/PageTableSimple/compositionAPI/PageTitleAPI.js +24 -24
  1600. package/docs/src/views/PageTable/PageTableSimple/i18n/PageTableSimpleI18n.js +19 -19
  1601. package/docs/src/views/PageTable/PageTableSimple/i18n/ar.json +2 -2
  1602. package/docs/src/views/PageTable/PageTableSimple/i18n/de.json +6 -6
  1603. package/docs/src/views/PageTable/PageTableSimple/i18n/en.json +6 -6
  1604. package/docs/src/views/PageTable/PageTableSimple/i18n/es.json +2 -2
  1605. package/docs/src/views/PageTable/PageTableSimple/i18n/fr.json +2 -2
  1606. package/docs/src/views/PageTable/PageTableSimple/i18n/hr.json +6 -6
  1607. package/docs/src/views/PageTable/PageTableSimple/i18n/it.json +2 -2
  1608. package/docs/src/views/PageTable/PageTableSimple/i18n/ru.json +2 -2
  1609. package/docs/src/views/PageTable/PageTableSort/PageTableSort.js +42 -42
  1610. package/docs/src/views/PageTable/PageTableSort/PageTableSort.pug +21 -21
  1611. package/docs/src/views/PageTable/PageTableSort/PageTableSort.vue +2 -2
  1612. package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/PageTableSortDisabled.js +85 -85
  1613. package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/PageTableSortDisabled.pug +14 -14
  1614. package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/PageTableSortDisabled.vue +2 -2
  1615. package/docs/src/views/PageTable/PageTableSort/PageTableSortDisabled/compositionAPI/HtmlAPI.js +14 -14
  1616. package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/PageTableSortExample.js +85 -85
  1617. package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/PageTableSortExample.pug +13 -13
  1618. package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/PageTableSortExample.vue +2 -2
  1619. package/docs/src/views/PageTable/PageTableSort/PageTableSortExample/compositionAPI/HtmlAPI.js +13 -13
  1620. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/PageTableSortMultiColumn.js +87 -87
  1621. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/PageTableSortMultiColumn.pug +15 -15
  1622. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/PageTableSortMultiColumn.vue +2 -2
  1623. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumn/compositionAPI/HtmlAPI.js +15 -15
  1624. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/PageTableSortMultiColumnFirstNumber.js +87 -87
  1625. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/PageTableSortMultiColumnFirstNumber.pug +16 -16
  1626. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/PageTableSortMultiColumnFirstNumber.vue +2 -2
  1627. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnFirstNumber/compositionAPI/HtmlAPI.js +16 -16
  1628. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/PageTableSortMultiColumnKey.js +87 -87
  1629. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/PageTableSortMultiColumnKey.pug +33 -33
  1630. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/PageTableSortMultiColumnKey.vue +2 -2
  1631. package/docs/src/views/PageTable/PageTableSort/PageTableSortMultiColumnKey/compositionAPI/HtmlAPI.js +33 -33
  1632. package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/PageTableSortOutside.js +123 -123
  1633. package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/PageTableSortOutside.pug +16 -16
  1634. package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/PageTableSortOutside.vue +2 -2
  1635. package/docs/src/views/PageTable/PageTableSort/PageTableSortOutside/compositionAPI/HtmlAPI.js +16 -16
  1636. package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/PageTableSortSequenceNumberClass.js +87 -87
  1637. package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/PageTableSortSequenceNumberClass.pug +16 -16
  1638. package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/PageTableSortSequenceNumberClass.vue +2 -2
  1639. package/docs/src/views/PageTable/PageTableSort/PageTableSortSequenceNumberClass/compositionAPI/HtmlAPI.js +16 -16
  1640. package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/PageTableSortStart.js +85 -85
  1641. package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/PageTableSortStart.pug +21 -21
  1642. package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/PageTableSortStart.vue +2 -2
  1643. package/docs/src/views/PageTable/PageTableSort/PageTableSortStart/compositionAPI/HtmlAPI.js +22 -22
  1644. package/docs/src/views/PageTable/PageTableSort/compositionAPI/PageTitleAPI.js +24 -24
  1645. package/docs/src/views/PageTable/PageTableSort/compositionAPI/TranslateAPI.js +18 -18
  1646. package/docs/src/views/PageTable/PageTableSort/i18n/PageTableSortI18n.js +19 -19
  1647. package/docs/src/views/PageTable/PageTableSort/i18n/ar.json +3 -3
  1648. package/docs/src/views/PageTable/PageTableSort/i18n/de.json +30 -30
  1649. package/docs/src/views/PageTable/PageTableSort/i18n/en.json +30 -30
  1650. package/docs/src/views/PageTable/PageTableSort/i18n/es.json +3 -3
  1651. package/docs/src/views/PageTable/PageTableSort/i18n/fr.json +3 -3
  1652. package/docs/src/views/PageTable/PageTableSort/i18n/hr.json +30 -30
  1653. package/docs/src/views/PageTable/PageTableSort/i18n/it.json +3 -3
  1654. package/docs/src/views/PageTable/PageTableSort/i18n/ru.json +3 -3
  1655. package/docs/src/views/PageTable/PageTableTree/PageTableTree.js +22 -22
  1656. package/docs/src/views/PageTable/PageTableTree/PageTableTree.pug +8 -8
  1657. package/docs/src/views/PageTable/PageTableTree/PageTableTree.vue +2 -2
  1658. package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/PageTableTreeExample.js +110 -110
  1659. package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/PageTableTreeExample.pug +15 -15
  1660. package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/PageTableTreeExample.vue +2 -2
  1661. package/docs/src/views/PageTable/PageTableTree/PageTableTreeExample/compositionAPI/HtmlAPI.js +13 -13
  1662. package/docs/src/views/PageTable/PageTableTree/compositionAPI/PageTitleAPI.js +24 -24
  1663. package/docs/src/views/PageTable/PageTableTree/i18n/PageTableTreeI18n.js +19 -19
  1664. package/docs/src/views/PageTable/PageTableTree/i18n/ar.json +2 -2
  1665. package/docs/src/views/PageTable/PageTableTree/i18n/de.json +3 -3
  1666. package/docs/src/views/PageTable/PageTableTree/i18n/en.json +7 -7
  1667. package/docs/src/views/PageTable/PageTableTree/i18n/es.json +2 -2
  1668. package/docs/src/views/PageTable/PageTableTree/i18n/fr.json +2 -2
  1669. package/docs/src/views/PageTable/PageTableTree/i18n/hr.json +6 -6
  1670. package/docs/src/views/PageTable/PageTableTree/i18n/it.json +2 -2
  1671. package/docs/src/views/PageTable/PageTableTree/i18n/ru.json +2 -2
  1672. package/docs/src/views/PageTable/i18n/PageTableI18n.js +19 -19
  1673. package/docs/src/views/PageTable/i18n/ar.json +2 -2
  1674. package/docs/src/views/PageTable/i18n/de.json +17 -17
  1675. package/docs/src/views/PageTable/i18n/en.json +16 -16
  1676. package/docs/src/views/PageTable/i18n/es.json +2 -2
  1677. package/docs/src/views/PageTable/i18n/fr.json +2 -2
  1678. package/docs/src/views/PageTable/i18n/hr.json +16 -16
  1679. package/docs/src/views/PageTable/i18n/it.json +2 -2
  1680. package/docs/src/views/PageTable/i18n/ru.json +11 -11
  1681. package/docs/src/views/PageTabs/PageTabs.vue +2 -2
  1682. package/docs/src/views/PageTooltip/PageTooltip.js +61 -61
  1683. package/docs/src/views/PageTooltip/PageTooltip.pug +46 -46
  1684. package/docs/src/views/PageTooltip/PageTooltip.vue +2 -2
  1685. package/docs/src/views/PageTooltip/PageTooltipArrowPadding/PageTooltipArrowPadding.js +27 -27
  1686. package/docs/src/views/PageTooltip/PageTooltipArrowPadding/PageTooltipArrowPadding.pug +18 -18
  1687. package/docs/src/views/PageTooltip/PageTooltipArrowPadding/PageTooltipArrowPadding.vue +2 -2
  1688. package/docs/src/views/PageTooltip/PageTooltipArrowPadding/compositionAPI/HtmlAPI.js +19 -19
  1689. package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/PageTooltipArrowPaddingFunction.js +39 -39
  1690. package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/PageTooltipArrowPaddingFunction.pug +18 -18
  1691. package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/PageTooltipArrowPaddingFunction.vue +2 -2
  1692. package/docs/src/views/PageTooltip/PageTooltipArrowPaddingFunction/compositionAPI/HtmlAPI.js +19 -19
  1693. package/docs/src/views/PageTooltip/PageTooltipBasic/PageTooltipBasic.js +27 -27
  1694. package/docs/src/views/PageTooltip/PageTooltipBasic/PageTooltipBasic.pug +13 -13
  1695. package/docs/src/views/PageTooltip/PageTooltipBasic/PageTooltipBasic.vue +2 -2
  1696. package/docs/src/views/PageTooltip/PageTooltipBasic/compositionAPI/HtmlAPI.js +15 -15
  1697. package/docs/src/views/PageTooltip/PageTooltipHideArrow/PageTooltipHideArrow.js +27 -27
  1698. package/docs/src/views/PageTooltip/PageTooltipHideArrow/PageTooltipHideArrow.pug +18 -18
  1699. package/docs/src/views/PageTooltip/PageTooltipHideArrow/PageTooltipHideArrow.vue +2 -2
  1700. package/docs/src/views/PageTooltip/PageTooltipHideArrow/compositionAPI/HtmlAPI.js +19 -19
  1701. package/docs/src/views/PageTooltip/PageTooltipMaxWidth/PageTooltipMaxWidth.js +40 -40
  1702. package/docs/src/views/PageTooltip/PageTooltipMaxWidth/PageTooltipMaxWidth.pug +18 -18
  1703. package/docs/src/views/PageTooltip/PageTooltipMaxWidth/PageTooltipMaxWidth.vue +2 -2
  1704. package/docs/src/views/PageTooltip/PageTooltipMaxWidth/compositionAPI/HtmlAPI.js +19 -19
  1705. package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/PageTooltipOffsetDistance.js +27 -27
  1706. package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/PageTooltipOffsetDistance.pug +54 -54
  1707. package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/PageTooltipOffsetDistance.vue +2 -2
  1708. package/docs/src/views/PageTooltip/PageTooltipOffsetDistance/compositionAPI/HtmlAPI.js +61 -61
  1709. package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/PageTooltipOffsetSkidding.js +27 -27
  1710. package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/PageTooltipOffsetSkidding.pug +30 -30
  1711. package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/PageTooltipOffsetSkidding.vue +2 -2
  1712. package/docs/src/views/PageTooltip/PageTooltipOffsetSkidding/compositionAPI/HtmlAPI.js +33 -33
  1713. package/docs/src/views/PageTooltip/PageTooltipTag/PageTooltipTag.js +40 -40
  1714. package/docs/src/views/PageTooltip/PageTooltipTag/PageTooltipTag.pug +17 -17
  1715. package/docs/src/views/PageTooltip/PageTooltipTag/PageTooltipTag.vue +2 -2
  1716. package/docs/src/views/PageTooltip/PageTooltipTag/compositionAPI/HtmlAPI.js +18 -18
  1717. package/docs/src/views/PageTooltip/PageTooltipTimeClose/PageTooltipTimeClose.js +27 -27
  1718. package/docs/src/views/PageTooltip/PageTooltipTimeClose/PageTooltipTimeClose.pug +42 -42
  1719. package/docs/src/views/PageTooltip/PageTooltipTimeClose/PageTooltipTimeClose.vue +2 -2
  1720. package/docs/src/views/PageTooltip/PageTooltipTimeClose/compositionAPI/HtmlAPI.js +46 -46
  1721. package/docs/src/views/PageTooltip/PageTooltipWidth/PageTooltipWidth.js +27 -27
  1722. package/docs/src/views/PageTooltip/PageTooltipWidth/PageTooltipWidth.pug +30 -30
  1723. package/docs/src/views/PageTooltip/PageTooltipWidth/PageTooltipWidth.vue +2 -2
  1724. package/docs/src/views/PageTooltip/PageTooltipWidth/compositionAPI/HtmlAPI.js +35 -35
  1725. package/docs/src/views/PageTooltip/compositionAPI/ExposesAPI.js +28 -28
  1726. package/docs/src/views/PageTooltip/compositionAPI/PageTitleAPI.js +24 -24
  1727. package/docs/src/views/PageTooltip/compositionAPI/PropsAPI.js +176 -176
  1728. package/docs/src/views/PageTooltip/compositionAPI/SlotsAPI.js +20 -20
  1729. package/docs/src/views/PageTooltip/i18n/PageTooltipI18n.js +19 -19
  1730. package/docs/src/views/PageTooltip/i18n/ar.json +2 -2
  1731. package/docs/src/views/PageTooltip/i18n/de.json +3 -3
  1732. package/docs/src/views/PageTooltip/i18n/en.json +2 -2
  1733. package/docs/src/views/PageTooltip/i18n/es.json +2 -2
  1734. package/docs/src/views/PageTooltip/i18n/fr.json +2 -2
  1735. package/docs/src/views/PageTooltip/i18n/hr.json +2 -2
  1736. package/docs/src/views/PageTooltip/i18n/it.json +2 -2
  1737. package/docs/src/views/PageTooltip/i18n/ru.json +2 -2
  1738. package/docs/src/views/PageTranslation/PageTranslation.js +67 -67
  1739. package/docs/src/views/PageTranslation/PageTranslation.pug +50 -50
  1740. package/docs/src/views/PageTranslation/PageTranslation.vue +2 -2
  1741. package/docs/src/views/PageTranslation/PageTranslationAriaLabel/PageTranslationAriaLabel.js +27 -27
  1742. package/docs/src/views/PageTranslation/PageTranslationAriaLabel/PageTranslationAriaLabel.pug +13 -13
  1743. package/docs/src/views/PageTranslation/PageTranslationAriaLabel/PageTranslationAriaLabel.vue +2 -2
  1744. package/docs/src/views/PageTranslation/PageTranslationAriaLabel/compositionAPI/HtmlAPI.js +11 -11
  1745. package/docs/src/views/PageTranslation/PageTranslationBasic/PageTranslationBasic.js +27 -27
  1746. package/docs/src/views/PageTranslation/PageTranslationBasic/PageTranslationBasic.pug +9 -9
  1747. package/docs/src/views/PageTranslation/PageTranslationBasic/PageTranslationBasic.vue +2 -2
  1748. package/docs/src/views/PageTranslation/PageTranslationBasic/compositionAPI/HtmlAPI.js +9 -9
  1749. package/docs/src/views/PageTranslation/PageTranslationExtra/PageTranslationExtra.js +27 -27
  1750. package/docs/src/views/PageTranslation/PageTranslationExtra/PageTranslationExtra.pug +12 -12
  1751. package/docs/src/views/PageTranslation/PageTranslationExtra/PageTranslationExtra.vue +2 -2
  1752. package/docs/src/views/PageTranslation/PageTranslationExtra/compositionAPI/HtmlAPI.js +10 -10
  1753. package/docs/src/views/PageTranslation/PageTranslationHtml/PageTranslationHtml.js +27 -27
  1754. package/docs/src/views/PageTranslation/PageTranslationHtml/PageTranslationHtml.pug +10 -10
  1755. package/docs/src/views/PageTranslation/PageTranslationHtml/PageTranslationHtml.vue +2 -2
  1756. package/docs/src/views/PageTranslation/PageTranslationHtml/compositionAPI/HtmlAPI.js +9 -9
  1757. package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/PageTranslationHtmlAfterBefore.js +27 -27
  1758. package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/PageTranslationHtmlAfterBefore.pug +12 -12
  1759. package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/PageTranslationHtmlAfterBefore.vue +2 -2
  1760. package/docs/src/views/PageTranslation/PageTranslationHtmlAfterBefore/compositionAPI/HtmlAPI.js +11 -11
  1761. package/docs/src/views/PageTranslation/PageTranslationPlaceholder/PageTranslationPlaceholder.js +27 -27
  1762. package/docs/src/views/PageTranslation/PageTranslationPlaceholder/PageTranslationPlaceholder.pug +11 -11
  1763. package/docs/src/views/PageTranslation/PageTranslationPlaceholder/PageTranslationPlaceholder.vue +2 -2
  1764. package/docs/src/views/PageTranslation/PageTranslationPlaceholder/compositionAPI/HtmlAPI.js +10 -10
  1765. package/docs/src/views/PageTranslation/PageTranslationSafeHtml/PageTranslationSafeHtml.js +27 -27
  1766. package/docs/src/views/PageTranslation/PageTranslationSafeHtml/PageTranslationSafeHtml.pug +10 -10
  1767. package/docs/src/views/PageTranslation/PageTranslationSafeHtml/PageTranslationSafeHtml.vue +2 -2
  1768. package/docs/src/views/PageTranslation/PageTranslationSafeHtml/compositionAPI/HtmlAPI.js +9 -9
  1769. package/docs/src/views/PageTranslation/PageTranslationSlotDefault/PageTranslationSlotDefault.js +27 -27
  1770. package/docs/src/views/PageTranslation/PageTranslationSlotDefault/PageTranslationSlotDefault.pug +12 -12
  1771. package/docs/src/views/PageTranslation/PageTranslationSlotDefault/PageTranslationSlotDefault.vue +2 -2
  1772. package/docs/src/views/PageTranslation/PageTranslationSlotDefault/compositionAPI/HtmlAPI.js +10 -10
  1773. package/docs/src/views/PageTranslation/PageTranslationTextAfter/PageTranslationTextAfter.js +27 -27
  1774. package/docs/src/views/PageTranslation/PageTranslationTextAfter/PageTranslationTextAfter.pug +11 -11
  1775. package/docs/src/views/PageTranslation/PageTranslationTextAfter/PageTranslationTextAfter.vue +2 -2
  1776. package/docs/src/views/PageTranslation/PageTranslationTextAfter/compositionAPI/HtmlAPI.js +10 -10
  1777. package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/PageTranslationTextAfterBefore.js +27 -27
  1778. package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/PageTranslationTextAfterBefore.pug +12 -12
  1779. package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/PageTranslationTextAfterBefore.vue +2 -2
  1780. package/docs/src/views/PageTranslation/PageTranslationTextAfterBefore/compositionAPI/HtmlAPI.js +11 -11
  1781. package/docs/src/views/PageTranslation/PageTranslationTextBefore/PageTranslationTextBefore.js +27 -27
  1782. package/docs/src/views/PageTranslation/PageTranslationTextBefore/PageTranslationTextBefore.pug +11 -11
  1783. package/docs/src/views/PageTranslation/PageTranslationTextBefore/PageTranslationTextBefore.vue +2 -2
  1784. package/docs/src/views/PageTranslation/PageTranslationTextBefore/compositionAPI/HtmlAPI.js +10 -10
  1785. package/docs/src/views/PageTranslation/PageTranslationTextObject/PageTranslationTextObject.js +27 -27
  1786. package/docs/src/views/PageTranslation/PageTranslationTextObject/PageTranslationTextObject.pug +10 -10
  1787. package/docs/src/views/PageTranslation/PageTranslationTextObject/PageTranslationTextObject.vue +2 -2
  1788. package/docs/src/views/PageTranslation/PageTranslationTextObject/compositionAPI/HtmlAPI.js +9 -9
  1789. package/docs/src/views/PageTranslation/PageTranslationTitle/PageTranslationTitle.js +27 -27
  1790. package/docs/src/views/PageTranslation/PageTranslationTitle/PageTranslationTitle.pug +11 -11
  1791. package/docs/src/views/PageTranslation/PageTranslationTitle/PageTranslationTitle.vue +2 -2
  1792. package/docs/src/views/PageTranslation/PageTranslationTitle/compositionAPI/HtmlAPI.js +9 -9
  1793. package/docs/src/views/PageTranslation/PageTranslationTitleArray/PageTranslationTitleArray.js +27 -27
  1794. package/docs/src/views/PageTranslation/PageTranslationTitleArray/PageTranslationTitleArray.pug +11 -11
  1795. package/docs/src/views/PageTranslation/PageTranslationTitleArray/PageTranslationTitleArray.vue +2 -2
  1796. package/docs/src/views/PageTranslation/PageTranslationTitleArray/compositionAPI/HtmlAPI.js +9 -9
  1797. package/docs/src/views/PageTranslation/PageTranslationTitleObject/PageTranslationTitleObject.js +27 -27
  1798. package/docs/src/views/PageTranslation/PageTranslationTitleObject/PageTranslationTitleObject.pug +11 -11
  1799. package/docs/src/views/PageTranslation/PageTranslationTitleObject/PageTranslationTitleObject.vue +2 -2
  1800. package/docs/src/views/PageTranslation/PageTranslationTitleObject/compositionAPI/HtmlAPI.js +9 -9
  1801. package/docs/src/views/PageTranslation/compositionAPI/PageTitleAPI.js +24 -24
  1802. package/docs/src/views/PageTranslation/compositionAPI/PropsAPI.js +78 -78
  1803. package/docs/src/views/PageTranslation/compositionAPI/SlotsAPI.js +12 -12
  1804. package/docs/src/views/PageTranslation/i18n/PageTranslationI18n.js +19 -19
  1805. package/docs/src/views/PageTranslation/i18n/ar.json +44 -44
  1806. package/docs/src/views/PageTranslation/i18n/de.json +48 -48
  1807. package/docs/src/views/PageTranslation/i18n/en.json +45 -45
  1808. package/docs/src/views/PageTranslation/i18n/es.json +44 -44
  1809. package/docs/src/views/PageTranslation/i18n/fr.json +44 -44
  1810. package/docs/src/views/PageTranslation/i18n/hr.json +44 -44
  1811. package/docs/src/views/PageTranslation/i18n/it.json +44 -44
  1812. package/docs/src/views/PageTranslation/i18n/ru.json +45 -45
  1813. package/docs/src/views/PageWizard/PageWizard.vue +2 -2
  1814. package/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.js +58 -58
  1815. package/docs/src/views/PageWizard/PageWizardBasic/PageWizardBasic.vue +2 -2
  1816. package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.js +58 -58
  1817. package/docs/src/views/PageWizard/PageWizardButtons/PageWizardButtons.vue +2 -2
  1818. package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.js +73 -73
  1819. package/docs/src/views/PageWizard/PageWizardButtonsDisabled/PageWizardButtonsDisabled.vue +2 -2
  1820. package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.js +73 -73
  1821. package/docs/src/views/PageWizard/PageWizardButtonsHide/PageWizardButtonsHide.vue +2 -2
  1822. package/docs/src/views/PageWizard/PageWizardDemo/PageWizardDemo.js +146 -146
  1823. package/docs/src/views/PageWizard/PageWizardDemo/PageWizardDemo.pug +61 -61
  1824. package/docs/src/views/PageWizard/PageWizardDemo/PageWizardDemo.vue +2 -2
  1825. package/docs/src/views/PageWizard/PageWizardDemo/compositionAPI/HtmlAPI.js +74 -74
  1826. package/docs/src/views/PageWizard/PageWizardHasFocusJump/PageWizardHasFocusJump.js +66 -66
  1827. package/docs/src/views/PageWizard/PageWizardHasFocusJump/PageWizardHasFocusJump.vue +2 -2
  1828. package/docs/src/views/PageWizard/PageWizardIcon/PageWizardIcon.vue +2 -2
  1829. package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.js +66 -66
  1830. package/docs/src/views/PageWizard/PageWizardIsButtonsLoading/PageWizardIsButtonsLoading.vue +2 -2
  1831. package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.js +84 -84
  1832. package/docs/src/views/PageWizard/PageWizardIsControlOutside/PageWizardIsControlOutside.vue +2 -2
  1833. package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.js +66 -66
  1834. package/docs/src/views/PageWizard/PageWizardIsStepNumberVisible/PageWizardIsStepNumberVisible.vue +2 -2
  1835. package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.js +66 -66
  1836. package/docs/src/views/PageWizard/PageWizardIsStepsJustified/PageWizardIsStepsJustified.vue +2 -2
  1837. package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.js +68 -68
  1838. package/docs/src/views/PageWizard/PageWizardIsToolbar/PageWizardIsToolbar.vue +2 -2
  1839. package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.js +62 -62
  1840. package/docs/src/views/PageWizard/PageWizardKeyId/PageWizardKeyId.vue +2 -2
  1841. package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/PageWizardShowOnlyActiveStepMobile.js +117 -117
  1842. package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/PageWizardShowOnlyActiveStepMobile.pug +33 -33
  1843. package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/PageWizardShowOnlyActiveStepMobile.vue +2 -2
  1844. package/docs/src/views/PageWizard/PageWizardShowOnlyActiveStepMobile/compositionAPI/HtmlAPI.js +41 -41
  1845. package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.js +58 -58
  1846. package/docs/src/views/PageWizard/PageWizardSlot/PageWizardSlot.vue +2 -2
  1847. package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.js +62 -62
  1848. package/docs/src/views/PageWizard/PageWizardSlotLabel/PageWizardSlotLabel.vue +2 -2
  1849. package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.js +60 -60
  1850. package/docs/src/views/PageWizard/PageWizardSlotToolbar/PageWizardSlotToolbar.vue +2 -2
  1851. package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.js +58 -58
  1852. package/docs/src/views/PageWizard/PageWizardStepActive/PageWizardStepActive.vue +2 -2
  1853. package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.js +91 -91
  1854. package/docs/src/views/PageWizard/PageWizardStepsErrors/PageWizardStepsErrors.vue +2 -2
  1855. package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.js +91 -91
  1856. package/docs/src/views/PageWizard/PageWizardStepsWarnings/PageWizardStepsWarnings.vue +2 -2
  1857. package/docs/src/views/PageWizard/PageWizardType/PageWizardType.vue +2 -2
  1858. package/docs/src/views/PageWizard/compositionAPI/EventsAPI.js +18 -18
  1859. package/docs/src/views/PageWizard/compositionAPI/ExposesAPI.js +33 -33
  1860. package/docs/src/views/PageWizard/compositionAPI/PageTitleAPI.js +24 -24
  1861. package/docs/src/views/PageWizard/compositionAPI/SlotsAPI.js +20 -20
  1862. package/docs/src/views/PageWizard/i18n/PageWizardI18n.js +19 -19
  1863. package/docs/src/views/Progress/PageProgress/PageProgress.js +65 -65
  1864. package/docs/src/views/Progress/PageProgress/PageProgress.pug +50 -50
  1865. package/docs/src/views/Progress/PageProgress/PageProgress.vue +2 -2
  1866. package/docs/src/views/Progress/PageProgress/PageProgressBasic/PageProgressBasic.js +27 -27
  1867. package/docs/src/views/Progress/PageProgress/PageProgressBasic/PageProgressBasic.pug +9 -9
  1868. package/docs/src/views/Progress/PageProgress/PageProgressBasic/PageProgressBasic.vue +2 -2
  1869. package/docs/src/views/Progress/PageProgress/PageProgressBasic/compositionAPI/HtmlAPI.js +9 -9
  1870. package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/PageProgressClassCombination.js +27 -27
  1871. package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/PageProgressClassCombination.pug +77 -77
  1872. package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/PageProgressClassCombination.vue +2 -2
  1873. package/docs/src/views/Progress/PageProgress/PageProgressClassCombination/compositionAPI/HtmlAPI.js +76 -76
  1874. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/PageProgressClassProgressBar.js +27 -27
  1875. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/PageProgressClassProgressBar.pug +81 -81
  1876. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/PageProgressClassProgressBar.vue +2 -2
  1877. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBar/compositionAPI/HtmlAPI.js +80 -80
  1878. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.js +46 -46
  1879. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.pug +19 -19
  1880. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/PageProgressClassProgressBarFunction.vue +2 -2
  1881. package/docs/src/views/Progress/PageProgress/PageProgressClassProgressBarFunction/compositionAPI/HtmlAPI.js +18 -18
  1882. package/docs/src/views/Progress/PageProgress/PageProgressDuration/PageProgressDuration.js +27 -27
  1883. package/docs/src/views/Progress/PageProgress/PageProgressDuration/PageProgressDuration.pug +40 -40
  1884. package/docs/src/views/Progress/PageProgress/PageProgressDuration/PageProgressDuration.vue +2 -2
  1885. package/docs/src/views/Progress/PageProgress/PageProgressDuration/compositionAPI/HtmlAPI.js +39 -39
  1886. package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.js +27 -27
  1887. package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.pug +55 -55
  1888. package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/PageProgressIndeterminate.vue +2 -2
  1889. package/docs/src/views/Progress/PageProgress/PageProgressIndeterminate/compositionAPI/HtmlAPI.js +54 -54
  1890. package/docs/src/views/Progress/PageProgress/PageProgressMinMax/PageProgressMinMax.js +27 -27
  1891. package/docs/src/views/Progress/PageProgress/PageProgressMinMax/PageProgressMinMax.pug +30 -30
  1892. package/docs/src/views/Progress/PageProgress/PageProgressMinMax/PageProgressMinMax.vue +2 -2
  1893. package/docs/src/views/Progress/PageProgress/PageProgressMinMax/compositionAPI/HtmlAPI.js +29 -29
  1894. package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.js +27 -27
  1895. package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.pug +16 -16
  1896. package/docs/src/views/Progress/PageProgress/PageProgressReverse/PageProgressReverse.vue +2 -2
  1897. package/docs/src/views/Progress/PageProgress/PageProgressReverse/compositionAPI/HtmlAPI.js +15 -15
  1898. package/docs/src/views/Progress/PageProgress/PageProgressShowValue/PageProgressShowValue.js +27 -27
  1899. package/docs/src/views/Progress/PageProgress/PageProgressShowValue/PageProgressShowValue.pug +16 -16
  1900. package/docs/src/views/Progress/PageProgress/PageProgressShowValue/PageProgressShowValue.vue +2 -2
  1901. package/docs/src/views/Progress/PageProgress/PageProgressShowValue/compositionAPI/HtmlAPI.js +18 -18
  1902. package/docs/src/views/Progress/PageProgress/PageProgressSizes/PageProgressSizes.js +27 -27
  1903. package/docs/src/views/Progress/PageProgress/PageProgressSizes/PageProgressSizes.pug +19 -19
  1904. package/docs/src/views/Progress/PageProgress/PageProgressSizes/PageProgressSizes.vue +2 -2
  1905. package/docs/src/views/Progress/PageProgress/PageProgressSizes/compositionAPI/HtmlAPI.js +18 -18
  1906. package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.js +27 -27
  1907. package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.pug +23 -23
  1908. package/docs/src/views/Progress/PageProgress/PageProgressSlotText/PageProgressSlotText.vue +2 -2
  1909. package/docs/src/views/Progress/PageProgress/PageProgressSlotText/compositionAPI/HtmlAPI.js +25 -25
  1910. package/docs/src/views/Progress/PageProgress/PageProgressStriped/PageProgressStriped.js +27 -27
  1911. package/docs/src/views/Progress/PageProgress/PageProgressStriped/PageProgressStriped.pug +48 -48
  1912. package/docs/src/views/Progress/PageProgress/PageProgressStriped/PageProgressStriped.vue +2 -2
  1913. package/docs/src/views/Progress/PageProgress/PageProgressStriped/compositionAPI/HtmlAPI.js +47 -47
  1914. package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/PageProgressStripedFlow.js +27 -27
  1915. package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/PageProgressStripedFlow.pug +55 -55
  1916. package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/PageProgressStripedFlow.vue +2 -2
  1917. package/docs/src/views/Progress/PageProgress/PageProgressStripedFlow/compositionAPI/HtmlAPI.js +54 -54
  1918. package/docs/src/views/Progress/PageProgress/PageProgressValue/PageProgressValue.js +36 -36
  1919. package/docs/src/views/Progress/PageProgress/PageProgressValue/PageProgressValue.pug +17 -17
  1920. package/docs/src/views/Progress/PageProgress/PageProgressValue/PageProgressValue.vue +2 -2
  1921. package/docs/src/views/Progress/PageProgress/PageProgressValue/compositionAPI/HtmlAPI.js +17 -17
  1922. package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/PageProgressValueTextInteger.js +27 -27
  1923. package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/PageProgressValueTextInteger.pug +16 -16
  1924. package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/PageProgressValueTextInteger.vue +2 -2
  1925. package/docs/src/views/Progress/PageProgress/PageProgressValueTextInteger/compositionAPI/HtmlAPI.js +15 -15
  1926. package/docs/src/views/Progress/PageProgress/compositionAPI/PageTitleAPI.js +24 -24
  1927. package/docs/src/views/Progress/PageProgress/compositionAPI/PropsAPI.js +85 -85
  1928. package/docs/src/views/Progress/PageProgress/compositionAPI/SlotsAPI.js +12 -12
  1929. package/docs/src/views/Progress/PageProgress/i18n/PageProgressI18n.js +19 -19
  1930. package/docs/src/views/Progress/PageProgress/i18n/de.json +43 -43
  1931. package/docs/src/views/Progress/PageProgress/i18n/en.json +43 -43
  1932. package/docs/src/views/Progress/PageProgress/i18n/hr.json +43 -43
  1933. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.js +39 -39
  1934. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.pug +14 -14
  1935. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircle.vue +2 -2
  1936. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.js +27 -27
  1937. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.pug +13 -13
  1938. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/PageProgressCircleBasic.vue +2 -2
  1939. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleBasic/compositionAPI/HtmlAPI.js +13 -13
  1940. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.js +27 -27
  1941. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.pug +21 -21
  1942. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/PageProgressCircleIndeterminate.vue +2 -2
  1943. package/docs/src/views/Progress/PageProgressCircle/PageProgressCircleIndeterminate/compositionAPI/HtmlAPI.js +20 -20
  1944. package/docs/src/views/Progress/PageProgressCircle/compositionAPI/PageTitleAPI.js +24 -24
  1945. package/docs/src/views/Progress/PageProgressCircle/compositionAPI/PropsAPI.js +106 -106
  1946. package/docs/src/views/Progress/PageProgressCircle/compositionAPI/SlotsAPI.js +12 -12
  1947. package/docs/src/views/Progress/PageProgressCircle/i18n/PageProgressCircleI18n.js +19 -19
  1948. package/docs/src/views/Progress/PageProgressCircle/i18n/ar.json +2 -2
  1949. package/docs/src/views/Progress/PageProgressCircle/i18n/de.json +3 -3
  1950. package/docs/src/views/Progress/PageProgressCircle/i18n/en.json +2 -2
  1951. package/docs/src/views/Progress/PageProgressCircle/i18n/es.json +2 -2
  1952. package/docs/src/views/Progress/PageProgressCircle/i18n/fr.json +2 -2
  1953. package/docs/src/views/Progress/PageProgressCircle/i18n/hr.json +2 -2
  1954. package/docs/src/views/Progress/PageProgressCircle/i18n/it.json +2 -2
  1955. package/docs/src/views/Progress/PageProgressCircle/i18n/ru.json +2 -2
  1956. package/docs/styles/Example.scss +39 -39
  1957. package/jest.config.js +18 -18
  1958. package/package.json +1 -1
  1959. package/src/AAccordion/AAccordion.js +194 -194
  1960. package/src/AAccordion/AAccordionItem/AAccordionItem.js +214 -214
  1961. package/src/AAccordion/AAccordionItem/compositionAPI/AttributesAPI.js +96 -96
  1962. package/src/AAccordion/AAccordionItem/compositionAPI/ChildrenAPI.js +28 -28
  1963. package/src/AAccordion/AAccordionItem/compositionAPI/ClassAPI.js +44 -44
  1964. package/src/AAccordion/AAccordionItem/compositionAPI/ToggleAPI.js +81 -81
  1965. package/src/AAccordion/AAccordionItem/compositionAPI/VisibleAPI.js +46 -46
  1966. package/src/AAccordion/compositionAPI/DataAPI.js +46 -46
  1967. package/src/AAccordion/compositionAPI/IndexesForOpenAPI.js +61 -61
  1968. package/src/AAccordion/compositionAPI/ToggleAPI.js +74 -74
  1969. package/src/AAlert/compositionAPI/ClassAPI.js +16 -16
  1970. package/src/AAlert/compositionAPI/CloseAPI.js +26 -26
  1971. package/src/AAlert/compositionAPI/IconAPI.js +28 -28
  1972. package/src/AButton/compositionAPI/EmitsAPI.js +9 -9
  1973. package/src/ACollapse/ACollapse.js +103 -103
  1974. package/src/ACollapse/ACollapse.pug +25 -25
  1975. package/src/ACollapse/ACollapse.vue +2 -2
  1976. package/src/ADisclosure/compositionAPI/BtnAttributesAPI.js +61 -61
  1977. package/src/ADisclosure/compositionAPI/IsOpenAPI.js +14 -14
  1978. package/src/ADisclosure/compositionAPI/TextOrHtmlAPI.js +44 -44
  1979. package/src/ADisclosure/compositionAPI/ToggleAPI.js +33 -33
  1980. package/src/ADisclosure/i18n/ADisclosureI18n.js +19 -19
  1981. package/src/ADisclosure/i18n/ar.json +4 -4
  1982. package/src/ADisclosure/i18n/de.json +4 -4
  1983. package/src/ADisclosure/i18n/en.json +4 -4
  1984. package/src/ADisclosure/i18n/es.json +4 -4
  1985. package/src/ADisclosure/i18n/fr.json +4 -4
  1986. package/src/ADisclosure/i18n/hr.json +4 -4
  1987. package/src/ADisclosure/i18n/it.json +4 -4
  1988. package/src/ADisclosure/i18n/ru.json +4 -4
  1989. package/src/ADropdown/ADropdownAction/compositionAPI/AttributesAPI.js +38 -38
  1990. package/src/ADropdown/compositionAPI/ActionsAPI.js +27 -27
  1991. package/src/ADropdown/compositionAPI/AttributesAPI.js +75 -75
  1992. package/src/ADropdown/compositionAPI/ClassAPI.js +41 -41
  1993. package/src/ADropdown/compositionAPI/EventsAPI.js +70 -70
  1994. package/src/ADropdown/compositionAPI/FocusAPI.js +25 -25
  1995. package/src/ADropdown/compositionAPI/RefsAPI.js +13 -13
  1996. package/src/ADropdown/compositionAPI/ToggleAPI.js +272 -272
  1997. package/src/AElement/comositionAPI/AttributesAPI.js +51 -51
  1998. package/src/AElement/comositionAPI/ClickAPI.js +30 -30
  1999. package/src/AElement/comositionAPI/ComponentLocalAPI.js +23 -23
  2000. package/src/AElement/comositionAPI/LoadingAPI.js +22 -22
  2001. package/src/AElement/comositionAPI/RouterLinkAPI.js +20 -20
  2002. package/src/AElement/comositionAPI/SwitchAPI.js +33 -33
  2003. package/src/AElement/comositionAPI/TagAPI.js +34 -34
  2004. package/src/AElement/comositionAPI/TextAPI.js +78 -78
  2005. package/src/AElement/comositionAPI/TitleAPI.js +29 -29
  2006. package/src/AFilters/AFilersRight/compositionAPI/IdAPI.js +16 -16
  2007. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/CloseFilterValueAPI.js +24 -24
  2008. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/FilterVisibleAPI.js +26 -26
  2009. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/GoToAPI.js +36 -36
  2010. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/HasFilterAPI.js +24 -24
  2011. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/LabelAPI.js +33 -33
  2012. package/src/AFilters/AFilterCenter/AFilterCenterItem/compositionAPI/ModelValuesAPI.js +227 -227
  2013. package/src/AFilters/AFilterCenter/compositionAPI/LoadingFiltersAPI.js +32 -32
  2014. package/src/AFilters/AFilterCenter/compositionAPI/VisibleFiltersAPI.js +45 -45
  2015. package/src/AFilters/AFilterCenter/utils/utils.js +15 -15
  2016. package/src/AFilters/AFilters/compositionAPI/DataKeyByKeyIdAPI.js +20 -20
  2017. package/src/AFilters/AFilters/compositionAPI/ExcludeRenderAttributesAPI.js +24 -24
  2018. package/src/AFilters/AFilters/compositionAPI/SaveAPI.js +57 -57
  2019. package/src/AFilters/AFilters/compositionAPI/StartSearchAPI.js +22 -22
  2020. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/IdAPI.js +29 -29
  2021. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/IsFilterAPI.js +16 -16
  2022. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilter/compositionAPI/LabelAPI.js +19 -19
  2023. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/ContainerAPI.js +20 -20
  2024. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/FilterSpecificTypeAPI.js +42 -42
  2025. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/IdAPI.js +16 -16
  2026. package/src/AFilters/AFiltersHorizontal/AFiltersHorizontalFilterUi/compositionAPI/UpdateDataAPI.js +34 -34
  2027. package/src/AFilters/AFiltersHorizontal/compositionAPI/DropdownAPI.js +30 -30
  2028. package/src/AFilters/AFiltersHorizontal/compositionAPI/EventBusAPI.js +26 -26
  2029. package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersSaveAPI.js +104 -104
  2030. package/src/AFilters/AFiltersHorizontal/compositionAPI/FiltersSavedDeleteAPI.js +108 -108
  2031. package/src/AFilters/AFiltersHorizontal/compositionAPI/IdAPI.js +16 -16
  2032. package/src/AFilters/AFiltersHorizontal/compositionAPI/SearchAPI.js +22 -22
  2033. package/src/AFilters/AFiltersMain/compositionAPI/IdAPI.js +16 -16
  2034. package/src/AFilters/AFiltersMain/compositionAPI/MainFilterAPI.js +26 -26
  2035. package/src/AFilters/AFiltersMain/compositionAPI/SearchAPI.js +18 -18
  2036. package/src/AFilters/AFiltersSaveModal/AFiltersSaveModal.js +107 -107
  2037. package/src/AFilters/AFiltersSaveModal/compositionAPI/DataFormAPI.js +54 -54
  2038. package/src/AFilters/AFiltersSaveModal/compositionAPI/ModelAPI.js +29 -29
  2039. package/src/AFilters/AFiltersSaveModal/compositionAPI/SaveAPI.js +65 -65
  2040. package/src/AFilters/i18n/AFiltersI18n.js +19 -19
  2041. package/src/AFilters/i18n/ar.json +23 -23
  2042. package/src/AFilters/i18n/de.json +30 -30
  2043. package/src/AFilters/i18n/en.json +28 -28
  2044. package/src/AFilters/i18n/es.json +23 -23
  2045. package/src/AFilters/i18n/fr.json +23 -23
  2046. package/src/AFilters/i18n/hr.json +23 -23
  2047. package/src/AFilters/i18n/it.json +23 -23
  2048. package/src/AFormElement/AFormElementBtnClear/AFormElementBtnClear.js +0 -0
  2049. package/src/AGet/AGet.js +120 -120
  2050. package/src/AGroupButtonDropdown/AGroupButtonDropdown.js +118 -118
  2051. package/src/AGroupButtonDropdown/AGroupButtonDropdownItem/compositionAPI/DropdownAPI.js +27 -27
  2052. package/src/AGroupButtonDropdown/compositionAPI/ActionsAPI.js +141 -141
  2053. package/src/AIcon/Icons/Aloha.js +27 -27
  2054. package/src/AIcon/Icons/EyeClose.js +14 -14
  2055. package/src/AIcon/Icons/EyeOpen.js +14 -14
  2056. package/src/AIcon/Icons/Lock.js +14 -14
  2057. package/src/AIcon/Icons/Minus.js +3 -3
  2058. package/src/AIcon/Icons/WeightForScale.js +11 -11
  2059. package/src/AIcon/Icons/WeightForScaleEmpty.js +11 -11
  2060. package/src/AIcon/Icons/WeightForScaleEmptyKG.js +24 -24
  2061. package/src/AIcon/Icons/WeightForScaleKG.js +34 -34
  2062. package/src/AIcon/Icons/_NoImage.js +11 -11
  2063. package/src/AIcon/compositionAPI/AriaLabelHiddenAPI.js +23 -23
  2064. package/src/AInfiniteScroll/AInfiniteScroll.js +74 -74
  2065. package/src/AInfiniteScroll/compositionAPI/ObserverAPI.js +61 -61
  2066. package/src/ALinkCopy/compositionAPI/CopyAPI.js +48 -48
  2067. package/src/ALinkCopy/i18n/ALinkCopyI18n.js +19 -19
  2068. package/src/ALinkCopy/i18n/de.json +4 -4
  2069. package/src/ALinkCopy/i18n/hr.json +4 -4
  2070. package/src/ALinkCopy/i18n/ru.json +4 -4
  2071. package/src/AList/AList.js +132 -132
  2072. package/src/AList/AListItem/AListItem.js +134 -134
  2073. package/src/AList/AListItem/compositionAPI/ChildrenAPI.js +39 -39
  2074. package/src/AList/AListItem/compositionAPI/LabelAPI.js +38 -38
  2075. package/src/AList/__tests__/AList.test.js +28 -28
  2076. package/src/AList/compositionAPI/PlainTextAPI.js +30 -30
  2077. package/src/AList/compositionAPI/TagAPI.js +22 -22
  2078. package/src/AList/compositionAPI/__tests__/TagAPI.test.js +36 -36
  2079. package/src/AMenu/compositionAPI/AMenuBlockerClickAPI.js +27 -27
  2080. package/src/AModal/compositionAPI/AttributesAPI.js +21 -21
  2081. package/src/AModal/compositionAPI/CloseFromOutsideAPI.js +29 -29
  2082. package/src/AModal/compositionAPI/DisabledAPI.js +17 -17
  2083. package/src/AModal/compositionAPI/EscapeAPI.js +21 -21
  2084. package/src/AModal/compositionAPI/FocusAPI.js +74 -74
  2085. package/src/AModal/compositionAPI/FocusByDestroyAPI.js +67 -67
  2086. package/src/AModal/compositionAPI/HideModalAPI.js +14 -14
  2087. package/src/AModal/compositionAPI/KeydownAPI.js +29 -29
  2088. package/src/AModal/compositionAPI/ShowModalAPI.js +26 -26
  2089. package/src/AModal/compositionAPI/SizeAPI.js +19 -19
  2090. package/src/AModal/compositionAPI/WrapperAPI.js +21 -21
  2091. package/src/AModal/compositionAPI/ZIndexAPI.js +48 -48
  2092. package/src/AModal/i18n/AModalI18n.js +19 -19
  2093. package/src/AModal/i18n/ar.json +7 -7
  2094. package/src/AModal/i18n/de.json +7 -7
  2095. package/src/AModal/i18n/en.json +7 -7
  2096. package/src/AModal/i18n/es.json +7 -7
  2097. package/src/AModal/i18n/fr.json +7 -7
  2098. package/src/AModal/i18n/hr.json +7 -7
  2099. package/src/AModal/i18n/it.json +7 -7
  2100. package/src/AModal/i18n/ru.json +7 -7
  2101. package/src/AModalConfirm/AModalConfirm.js +51 -51
  2102. package/src/AModalConfirm/compositionAPI/CloseFromOutsideAPI.js +26 -26
  2103. package/src/AModalForm/compositionAPI/DataFormAPI.js +16 -16
  2104. package/src/AModalForm/compositionAPI/UpdateModalAPI.js +9 -9
  2105. package/src/AModalWizard/compositionAPI/EmitsAPI.js +13 -13
  2106. package/src/AModalWizard/compositionAPI/VisibleAPI.js +21 -21
  2107. package/src/ANotification/ANotification.js +50 -50
  2108. package/src/API/frameworksApi.js +20 -20
  2109. package/src/APageTabTitle/APageTabTitle.js +23 -23
  2110. package/src/APagination/APagination.js +132 -132
  2111. package/src/APagination/APaginationCountPerPage/APaginationCountPerPage.js +173 -173
  2112. package/src/APagination/APaginationCountPerPage/compositionAPI/LimitAPI.js +42 -42
  2113. package/src/APagination/APaginationCountPerPage/compositionAPI/MainAPI.js +40 -40
  2114. package/src/APagination/APaginationPages/compositionAPI/DisabledAPI.js +24 -24
  2115. package/src/APagination/APaginationPages/compositionAPI/PaginationItemsAPI.js +101 -101
  2116. package/src/APagination/APaginationPages/compositionAPI/UpdateOffsetAPI.js +111 -111
  2117. package/src/APagination/compositionAPI/ComponentsAPI.js +106 -106
  2118. package/src/APagination/compositionAPI/EmitsAPI.js +14 -14
  2119. package/src/APagination/i18n/APaginationI18n.js +19 -19
  2120. package/src/APagination/i18n/ar.json +12 -12
  2121. package/src/APagination/i18n/de.json +12 -12
  2122. package/src/APagination/i18n/en.json +12 -12
  2123. package/src/APagination/i18n/es.json +12 -12
  2124. package/src/APagination/i18n/fr.json +12 -12
  2125. package/src/APagination/i18n/hr.json +12 -12
  2126. package/src/APagination/i18n/it.json +12 -12
  2127. package/src/APagination/i18n/ru.json +12 -12
  2128. package/src/APopup/APopup.js +108 -108
  2129. package/src/APopup/compositionAPI/ContainerAPI.js +29 -29
  2130. package/src/APopup/compositionAPI/ToggleAPI.js +29 -29
  2131. package/src/AProgress/AProgress.js +141 -141
  2132. package/src/AProgress/compositionAPI/ClassBarAPI.js +25 -25
  2133. package/src/AProgress/compositionAPI/DurationAPI.js +23 -23
  2134. package/src/AProgress/compositionAPI/ValuePercentAPI.js +33 -33
  2135. package/src/AProgress/compositionAPI/WidthAPI.js +18 -18
  2136. package/src/AProgressCircle/AProgressCircle.js +160 -160
  2137. package/src/AProgressCircle/compositionAPI/CircleAPI.js +35 -35
  2138. package/src/AProgressCircle/compositionAPI/CircleSizesAPI.js +23 -23
  2139. package/src/AProgressCircle/compositionAPI/SvgAPI.js +25 -25
  2140. package/src/AScale/AScale.js +199 -199
  2141. package/src/AScale/AScaleBalance/AScaleBalance.js +106 -106
  2142. package/src/AScale/AScaleBalance/compositionAPI/SizesAPI.js +57 -57
  2143. package/src/AScale/AScaleBowl/AScaleBowl.js +66 -66
  2144. package/src/AScale/AScaleBowl/compositionAPI/SizesAPI.js +59 -59
  2145. package/src/AScale/AScaleBowlDefs/AScaleBowlDefs.js +65 -65
  2146. package/src/AScale/AScaleBowlDefs/compositionAPI/SizesAPI.js +30 -30
  2147. package/src/AScale/AScaleStand/AScaleStand.js +70 -70
  2148. package/src/AScale/AScaleStand/compositionAPI/SizesAPI.js +23 -23
  2149. package/src/AScale/compositionAPI/ClassAPI.js +32 -32
  2150. package/src/AScale/compositionAPI/DegreeAPI.js +19 -19
  2151. package/src/AScale/compositionAPI/SizesAPI.js +34 -34
  2152. package/src/AShowMore/AShowMore.js +327 -327
  2153. package/src/AShowMore/compositionAPI/BtnAttributesAPI.js +76 -76
  2154. package/src/AShowMore/compositionAPI/ExpandedAPI.js +20 -20
  2155. package/src/AShowMore/compositionAPI/HeightAPI.js +26 -26
  2156. package/src/AShowMore/compositionAPI/IsOpenAPI.js +14 -14
  2157. package/src/AShowMore/compositionAPI/ObservingAPI.js +61 -61
  2158. package/src/AShowMore/compositionAPI/ScreenReaderAPI.js +22 -22
  2159. package/src/AShowMore/compositionAPI/TextLengthAPI.js +63 -63
  2160. package/src/AShowMore/compositionAPI/TextOrHtmlAPI.js +19 -19
  2161. package/src/AShowMore/compositionAPI/ToggleAPI.js +42 -42
  2162. package/src/AShowMore/i18n/AShowMoreI18n.js +19 -19
  2163. package/src/AShowMore/i18n/ar.json +6 -6
  2164. package/src/AShowMore/i18n/de.json +6 -6
  2165. package/src/AShowMore/i18n/en.json +6 -6
  2166. package/src/AShowMore/i18n/es.json +6 -6
  2167. package/src/AShowMore/i18n/fr.json +6 -6
  2168. package/src/AShowMore/i18n/hr.json +6 -6
  2169. package/src/AShowMore/i18n/it.json +6 -6
  2170. package/src/AShowMore/i18n/ru.json +6 -6
  2171. package/src/ASlot/ASlot.js +7 -7
  2172. package/src/ASlot/ASlot.pug +1 -1
  2173. package/src/ASlot/ASlot.vue +2 -2
  2174. package/src/ATable/ATableHeader/ATableHeader.js +177 -177
  2175. package/src/ATable/ATableHeader/compositionAPI/CheckboxAPI.js +47 -47
  2176. package/src/ATable/ATableHeaderTh/compositionAPI/AttributesAPI.js +65 -65
  2177. package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/AttributesComponentAPI.js +43 -43
  2178. package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/LabelAPI.js +39 -39
  2179. package/src/ATable/ATableHeaderThAction/ATableHeaderThActionItem/compositionAPI/MoveColumnAPI.js +92 -92
  2180. package/src/ATable/ATableListItem/ATableListItem.js +99 -99
  2181. package/src/ATable/ATablePreviewDown/compositionAPI/FocusAPI.js +18 -18
  2182. package/src/ATable/ATablePreviewRight/compositionAPI/ArrowsAPI.js +69 -69
  2183. package/src/ATable/ATablePreviewRight/compositionAPI/IdAPI.js +20 -20
  2184. package/src/ATable/ATablePreviewRight/compositionAPI/MouseEventsAPI.js +36 -36
  2185. package/src/ATable/ATablePreviewRight/compositionAPI/RowAPI.js +86 -86
  2186. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.AttributesAPI.test.js +32 -32
  2187. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ColumnsAPI.test.js +60 -60
  2188. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.DropdownAPI.test.js +40 -40
  2189. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.FormAPI.test.js +90 -90
  2190. package/src/ATable/ATableSortingAdditional/__tests__/ATableSortingAdditional.ModelAPI.test.js +195 -195
  2191. package/src/ATable/ATableSortingAdditional/compositionAPI/AttributesAPI.js +21 -21
  2192. package/src/ATable/ATableSortingAdditional/compositionAPI/ColumnsAPI.js +39 -39
  2193. package/src/ATable/ATableSortingAdditional/compositionAPI/DropdownAPI.js +26 -26
  2194. package/src/ATable/ATableSortingAdditional/compositionAPI/FormAPI.js +92 -92
  2195. package/src/ATable/ATableSortingAdditional/compositionAPI/ModelAPI.js +150 -150
  2196. package/src/ATable/ATableTd/compositionAPI/AttributesAPI.js +42 -42
  2197. package/src/ATable/ATableTd/compositionAPI/LinkAPI.js +81 -81
  2198. package/src/ATable/ATableTd/compositionAPI/SlotAPI.js +25 -25
  2199. package/src/ATable/ATableTd/compositionAPI/TextAPI.js +126 -126
  2200. package/src/ATable/ATableTdAction/compositionAPI/ColumnsCountAPI.js +32 -32
  2201. package/src/ATable/ATableTdAction/compositionAPI/RowNumberAPI.js +16 -16
  2202. package/src/ATable/ATableTopPanel/compositionAPI/ActionsAPI.js +125 -125
  2203. package/src/ATable/ATableTopPanel/compositionAPI/CountAllRowsAPI.js +22 -22
  2204. package/src/ATable/ATableTopPanel/compositionAPI/MultipleAPI.js +75 -75
  2205. package/src/ATable/ATableTopPanel/compositionAPI/ViewsAPI.js +21 -21
  2206. package/src/ATable/ATableTr/compositionAPI/AttributesAPI.js +123 -123
  2207. package/src/ATable/ATableTr/compositionAPI/CheckboxAPI.js +59 -59
  2208. package/src/ATable/ATableTr/compositionAPI/ChildrenAPI.js +66 -66
  2209. package/src/ATable/ATableTr/compositionAPI/ChildrenToggleAPI.js +53 -53
  2210. package/src/ATable/ATableTr/compositionAPI/MobileAPI.js +48 -48
  2211. package/src/ATable/ATableTr/compositionAPI/PreviewAPI.js +68 -68
  2212. package/src/ATable/compositionAPI/ColumnAdditionalSpaceAPI.js +30 -30
  2213. package/src/ATable/compositionAPI/ColumnSearchAPI.js +16 -16
  2214. package/src/ATable/compositionAPI/ColumnStylesAPI.js +39 -39
  2215. package/src/ATable/compositionAPI/ColumnsAPI.js +127 -127
  2216. package/src/ATable/compositionAPI/ColumnsGroupedAPI.js +183 -183
  2217. package/src/ATable/compositionAPI/ColumnsOrderingAPI.js +110 -110
  2218. package/src/ATable/compositionAPI/DragAndDropChildAPI.js +97 -97
  2219. package/src/ATable/compositionAPI/DragAndDropParentAPI.js +79 -79
  2220. package/src/ATable/compositionAPI/FocusTableAPI.js +31 -31
  2221. package/src/ATable/compositionAPI/InitAPI.js +52 -52
  2222. package/src/ATable/compositionAPI/LimitOffsetAPI.js +80 -80
  2223. package/src/ATable/compositionAPI/MobileColumnsAPI.js +27 -27
  2224. package/src/ATable/compositionAPI/MultipleActionAPI.js +159 -159
  2225. package/src/ATable/compositionAPI/PreviewAPI.js +198 -198
  2226. package/src/ATable/compositionAPI/PreviewRightResizeAPI.js +126 -126
  2227. package/src/ATable/compositionAPI/PreviewRightRewAPI.js +16 -16
  2228. package/src/ATable/compositionAPI/RowActionsAPI.js +358 -358
  2229. package/src/ATable/compositionAPI/RowsAPI.js +121 -121
  2230. package/src/ATable/compositionAPI/SortAPI.js +82 -82
  2231. package/src/ATable/compositionAPI/SortChangeAPI.js +79 -79
  2232. package/src/ATable/compositionAPI/StickyAPI.js +20 -20
  2233. package/src/ATable/compositionAPI/TableAttributesAPI.js +45 -45
  2234. package/src/ATable/compositionAPI/TableColumnsVisibleFunctionAPI.js +23 -23
  2235. package/src/ATable/compositionAPI/TextsAPI.js +23 -23
  2236. package/src/ATable/compositionAPI/VariablesAPI.js +21 -21
  2237. package/src/ATable/compositionAPI/ViewsAPI.js +66 -66
  2238. package/src/ATable/i18n/ATableI18n.js +19 -19
  2239. package/src/ATable/utils/utils.js +111 -111
  2240. package/src/ATooltip/compositionAPI/PopperContainerAPI.js +27 -27
  2241. package/src/ATooltip/compositionAPI/TagAPI.js +22 -22
  2242. package/src/ATooltip/compositionAPI/ToggleAPI.js +40 -40
  2243. package/src/ATranslation/ATranslation.js +179 -179
  2244. package/src/ATranslation/compositionAPI/ATranslationAPI.js +67 -67
  2245. package/src/ATranslation/compositionAPI/AriaLabelAPI.js +83 -83
  2246. package/src/ATranslation/compositionAPI/AttributesAPI.js +39 -39
  2247. package/src/ATranslation/compositionAPI/HtmlAPI.js +180 -180
  2248. package/src/ATranslation/compositionAPI/PlaceholderAPI.js +83 -83
  2249. package/src/ATranslation/compositionAPI/TextAPI.js +102 -102
  2250. package/src/ATranslation/compositionAPI/TextAfterBeforeAPI.js +55 -55
  2251. package/src/ATranslation/compositionAPI/TitleAPI.js +101 -101
  2252. package/src/ATranslation/compositionAPI/UtilsAPI.js +144 -144
  2253. package/src/AVerticalScroll/compositionAPI/ListenerAPI.js +21 -21
  2254. package/src/AVerticalScroll/compositionAPI/ObserverAPI.js +113 -113
  2255. package/src/AVerticalScroll/compositionAPI/ScrollAPI.js +52 -52
  2256. package/src/AVerticalScroll/i18n/AVerticalScrollI18n.js +19 -19
  2257. package/src/AVerticalScroll/i18n/ar.json +4 -4
  2258. package/src/AVerticalScroll/i18n/de.json +4 -4
  2259. package/src/AVerticalScroll/i18n/en.json +3 -3
  2260. package/src/AVerticalScroll/i18n/es.json +3 -3
  2261. package/src/AVerticalScroll/i18n/fr.json +3 -3
  2262. package/src/AVerticalScroll/i18n/hr.json +3 -3
  2263. package/src/AVerticalScroll/i18n/it.json +3 -3
  2264. package/src/AVerticalScroll/i18n/ru.json +3 -3
  2265. package/src/AWizard/AWizardStep/compositionAPI/DisabledAPI.js +39 -39
  2266. package/src/AWizard/AWizardStep/compositionAPI/NumberAPI.js +36 -36
  2267. package/src/AWizard/AWizardTab/AWizardTab.js +92 -92
  2268. package/src/AWizard/AWizardTab/compositionAPI/ActiveAPI.js +17 -17
  2269. package/src/AWizard/AWizardTab/compositionAPI/ContentIdAPI.js +17 -17
  2270. package/src/AWizard/AWizardTab/compositionAPI/FocusIdAPI.js +17 -17
  2271. package/src/AWizard/AWizardTab/compositionAPI/VisibilityAPI.js +24 -24
  2272. package/src/AWizard/AWizardToolbar/compositionAPI/DisabledAPI.js +31 -31
  2273. package/src/AWizard/AWizardToolbar/compositionAPI/EventsAPI.js +14 -14
  2274. package/src/AWizard/AWizardToolbar/compositionAPI/FirstLastAPI.js +22 -22
  2275. package/src/AWizard/AWizardToolbar/compositionAPI/HideAPI.js +33 -33
  2276. package/src/AWizard/compositionAPI/EventsAPI.js +74 -74
  2277. package/src/AWizard/compositionAPI/FocusAPI.js +32 -32
  2278. package/src/AWizard/compositionAPI/LocalAPI.js +60 -60
  2279. package/src/AWizard/compositionAPI/MobileAPI.js +22 -22
  2280. package/src/AWizard/compositionAPI/StepsAPI.js +23 -23
  2281. package/src/AWizard/compositionAPI/TeleportAPI.js +24 -24
  2282. package/src/AWizard/i18n/AWizardI18n.js +19 -19
  2283. package/src/PVP/new.txt +39 -39
  2284. package/src/compositionAPI/AConfirmAPI.js +54 -54
  2285. package/src/compositionAPI/ADropdownGlobalAPI.js +20 -20
  2286. package/src/compositionAPI/AEventOutsideAPI.js +46 -46
  2287. package/src/compositionAPI/AHttpAPI.js +588 -588
  2288. package/src/compositionAPI/AMobileAPI.js +24 -24
  2289. package/src/compositionAPI/ANotificationAPI.js +63 -63
  2290. package/src/compositionAPI/APageTabTitleAPI.js +73 -73
  2291. package/src/compositionAPI/APopupAPI.js +58 -58
  2292. package/src/compositionAPI/__tests__/AHttpAPI.test.js +36 -36
  2293. package/src/const/AFocusableElements.js +13 -13
  2294. package/src/const/AKeyChildren.js +1 -1
  2295. package/src/const/AKeyId.js +1 -1
  2296. package/src/const/AKeyLabel.js +1 -1
  2297. package/src/const/AKeyParent.js +1 -1
  2298. package/src/const/colors.js +10 -10
  2299. package/src/const/frameworks.js +6 -6
  2300. package/src/const/placements.js +17 -17
  2301. package/src/directives/AOnHooks.js +38 -38
  2302. package/src/directives/ASafeHtml.js +15 -15
  2303. package/src/filters/__tests__/filterBoolean.test.js +32 -32
  2304. package/src/filters/__tests__/filterCurrency.test.js +15 -15
  2305. package/src/filters/__tests__/filterDate.test.js +36 -36
  2306. package/src/filters/__tests__/filterDefaultForEmpty.test.js +18 -18
  2307. package/src/filters/__tests__/filterEmail.test.js +36 -36
  2308. package/src/filters/__tests__/filterFileSize.test.js +39 -39
  2309. package/src/filters/__tests__/filterFloat.test.js +68 -68
  2310. package/src/filters/__tests__/filterJson.test.js +25 -25
  2311. package/src/filters/__tests__/filterKeyValue.test.js +44 -44
  2312. package/src/filters/__tests__/filterLimitTo.test.js +33 -33
  2313. package/src/filters/__tests__/filterLink.test.js +35 -35
  2314. package/src/filters/__tests__/filterList.test.js +143 -143
  2315. package/src/filters/__tests__/filterPropertyByValue.test.js +21 -21
  2316. package/src/filters/__tests__/filterSearchHighlight.test.js +28 -28
  2317. package/src/filters/filterBoolean.js +31 -31
  2318. package/src/filters/filterCurrency.js +16 -16
  2319. package/src/filters/filterDate.js +39 -39
  2320. package/src/filters/filterDefaultForEmpty.js +20 -20
  2321. package/src/filters/filterEmail.js +27 -27
  2322. package/src/filters/filterFileSize.js +66 -66
  2323. package/src/filters/filterFloat.js +71 -71
  2324. package/src/filters/filterJson.js +24 -24
  2325. package/src/filters/filterKeyValue.js +17 -17
  2326. package/src/filters/filterLimitTo.js +45 -45
  2327. package/src/filters/filterLink.js +31 -31
  2328. package/src/filters/filterPropertyByValue.js +18 -18
  2329. package/src/filters/filterSearchHighlight.js +95 -26
  2330. package/src/filters/i18n/Filters18n.js +19 -19
  2331. package/src/filters/i18n/ar.json +11 -11
  2332. package/src/filters/i18n/de.json +11 -11
  2333. package/src/filters/i18n/en.json +11 -11
  2334. package/src/filters/i18n/es.json +11 -11
  2335. package/src/filters/i18n/fr.json +11 -11
  2336. package/src/filters/i18n/hr.json +10 -10
  2337. package/src/filters/i18n/it.json +11 -11
  2338. package/src/filters/i18n/ru.json +10 -10
  2339. package/src/plugins/AFiltersPlugin.js +99 -99
  2340. package/src/plugins/AGroupButtonDropdownPlugin.js +26 -26
  2341. package/src/plugins/AHttpPlugin.js +23 -23
  2342. package/src/plugins/AI18nPlugin.js +32 -32
  2343. package/src/plugins/AInputNumberPlugin.js +34 -34
  2344. package/src/plugins/AMobilePlugin.js +25 -25
  2345. package/src/plugins/APageTabTitlePlugin.js +9 -9
  2346. package/src/plugins/ATablePlugin.js +28 -28
  2347. package/src/plugins/alohaPlugin.js +5 -5
  2348. package/src/styles/styles.scss +1 -0
  2349. package/src/svg/ACircle/ACircle.js +47 -47
  2350. package/src/svg/AEllipse/AEllipse.js +53 -53
  2351. package/src/svg/ALine/ALine.js +49 -49
  2352. package/src/svg/APath/APath.js +44 -44
  2353. package/src/svg/APolygon/APolygon.js +55 -55
  2354. package/src/svg/APolyline/APolyline.js +48 -48
  2355. package/src/svg/ARect/ARect.js +63 -63
  2356. package/src/svg/compositionAPI/PointsAPI.js +42 -42
  2357. package/src/ui/ACheckbox/ACheckbox.js +0 -0
  2358. package/src/ui/ACheckbox/ACheckboxItem/ACheckboxItem.js +277 -277
  2359. package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/ButtonGroupAPI.js +21 -21
  2360. package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/CheckedAPI.js +18 -18
  2361. package/src/ui/ACheckbox/ACheckboxItem/compositionAPI/EventsAPI.js +55 -55
  2362. package/src/ui/ACheckbox/compositionAPI/ChangeAPI.js +25 -25
  2363. package/src/ui/ACheckbox/compositionAPI/TextAfterLabelAPI.js +16 -16
  2364. package/src/ui/ACheckbox/i18n/ACheckboxI18n.js +19 -19
  2365. package/src/ui/ACheckboxRadioGroups/ACheckboxRadioGroups.js +0 -0
  2366. package/src/ui/ACheckboxRadioGroups/compostionAPI/ChangeModelAPI.js +9 -9
  2367. package/src/ui/ACheckboxRadioGroups/compostionAPI/ComponentAPI.js +35 -35
  2368. package/src/ui/ACheckboxRadioGroups/compostionAPI/DataAPI.js +33 -33
  2369. package/src/ui/ADatepicker/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +816 -816
  2370. package/src/ui/ADatepicker/ADatepickerIcon/ADatepickerIcon.js +28 -28
  2371. package/src/ui/ADatepicker/compositionAPI/AttributesAPI.js +84 -84
  2372. package/src/ui/ADatepicker/compositionAPI/EventsAPI.js +288 -288
  2373. package/src/ui/ADatepicker/compositionAPI/LanguagesAPI.js +27 -27
  2374. package/src/ui/ADatepicker/compositionAPI/RefsAPI.js +19 -19
  2375. package/src/ui/ADatepicker/locale/languages.js +174 -174
  2376. package/src/ui/ADatepicker/mixins/PanelMixin.js +73 -73
  2377. package/src/ui/ADatepicker/panel/APanelDate/APanelDate.js +354 -354
  2378. package/src/ui/ADatepicker/panel/APanelMonth/APanelMonth.js +187 -187
  2379. package/src/ui/ADatepicker/panel/APanelTime/APanelTime.js +303 -303
  2380. package/src/ui/ADatepicker/panel/APanelYear/APanelYear.js +162 -162
  2381. package/src/ui/ADatepicker/panel/APanelYearItem/APanelYearItem.js +84 -84
  2382. package/src/ui/ADatepicker/utils/index.js +76 -76
  2383. package/src/ui/ADatepicker/utils/scroll-into-view.js +23 -23
  2384. package/src/ui/ADatepicker/utils/transform.js +14 -14
  2385. package/src/ui/ADatepickerAlt/ADatepicker.js +909 -909
  2386. package/src/ui/ADatepickerAlt/ADatepickerCalendarPanel/ADatepickerCalendarPanel.js +800 -800
  2387. package/src/ui/ADatepickerAlt/ADatepickerIcon/ADatepickerIcon.js +28 -28
  2388. package/src/ui/ADatepickerAlt/locale/languages.js +174 -174
  2389. package/src/ui/ADatepickerAlt/mixins/PanelMixin.js +73 -73
  2390. package/src/ui/ADatepickerAlt/panel/APanelDate/APanelDate.js +353 -353
  2391. package/src/ui/ADatepickerAlt/panel/APanelMonth/APanelMonth.js +187 -187
  2392. package/src/ui/ADatepickerAlt/panel/APanelTime/APanelTime.js +303 -303
  2393. package/src/ui/ADatepickerAlt/panel/APanelYear/APanelYear.js +162 -162
  2394. package/src/ui/ADatepickerAlt/panel/APanelYearItem/APanelYearItem.js +84 -84
  2395. package/src/ui/ADatepickerAlt/utils/index.js +98 -98
  2396. package/src/ui/ADatepickerAlt/utils/scroll-into-view.js +23 -23
  2397. package/src/ui/ADatepickerAlt/utils/transform.js +14 -14
  2398. package/src/ui/ADatepickerRange/compositionAPI/FocusAPI.js +18 -18
  2399. package/src/ui/ADatepickerRange/compositionAPI/IdAPI.js +20 -20
  2400. package/src/ui/ADatepickerRange/compositionAPI/InputAttributesAPI.js +39 -39
  2401. package/src/ui/ADatepickerRange/compositionAPI/ModelAPI.js +43 -43
  2402. package/src/ui/ADatepickerRange/i18n/ADatepickerRangeI18n.js +19 -19
  2403. package/src/ui/ADatepickerRange/i18n/ar.json +4 -4
  2404. package/src/ui/ADatepickerRange/i18n/de.json +4 -4
  2405. package/src/ui/ADatepickerRange/i18n/en.json +4 -4
  2406. package/src/ui/ADatepickerRange/i18n/es.json +4 -4
  2407. package/src/ui/ADatepickerRange/i18n/fr.json +4 -4
  2408. package/src/ui/ADatepickerRange/i18n/hr.json +4 -4
  2409. package/src/ui/ADatepickerRange/i18n/it.json +4 -4
  2410. package/src/ui/ADatepickerRange/i18n/ru.json +4 -4
  2411. package/src/ui/ADatepickerRange/utils/Types.js +14 -14
  2412. package/src/ui/AErrors/AErrors.js +137 -137
  2413. package/src/ui/AErrors/AErrorsElement/AErrorsElement.js +0 -0
  2414. package/src/ui/AErrors/compositionAPI/CloseAPI.js +9 -9
  2415. package/src/ui/AErrors/compositionAPI/ErrorsAPI.js +20 -20
  2416. package/src/ui/AErrors/compositionAPI/FocusAPI.js +26 -26
  2417. package/src/ui/AErrors/compositionAPI/LabelsAPI.js +66 -66
  2418. package/src/ui/AErrorsText/AErrorsText.js +51 -51
  2419. package/src/ui/AFieldset/AFieldset.js +0 -0
  2420. package/src/ui/AFieldset/i18n/AFieldsetI18n.js +19 -19
  2421. package/src/ui/AFieldset/i18n/de.json +4 -4
  2422. package/src/ui/AFieldset/i18n/ru.json +4 -4
  2423. package/src/ui/AForm/AForm.js +0 -0
  2424. package/src/ui/AForm/compositionAPI/HideAPI.js +16 -16
  2425. package/src/ui/AForm/compositionAPI/RequiredAPI.js +31 -31
  2426. package/src/ui/AFormHelpText/AFormHelpText.js +37 -37
  2427. package/src/ui/AGroup/AGroup.js +0 -0
  2428. package/src/ui/AGroup/compositionAPI/SpecificTypeAPI.js +50 -50
  2429. package/src/ui/AInput/AInput.js +0 -0
  2430. package/src/ui/AInputFile/AInputFile.js +0 -0
  2431. package/src/ui/AInputNumber/AInputNumber.js +0 -0
  2432. package/src/ui/AInputNumber/compositionAPI/IncreaseDecreaseAPI.js +53 -53
  2433. package/src/ui/AInputNumber/compositionAPI/InputEventsAPI.js +189 -189
  2434. package/src/ui/AInputNumber/compositionAPI/MinAPI.js +32 -32
  2435. package/src/ui/AInputNumber/compositionAPI/ModelAPI.js +67 -67
  2436. package/src/ui/AInputNumber/compositionAPI/NumberAttributesAPI.js +40 -40
  2437. package/src/ui/AInputNumber/compositionAPI/WidthAPI.js +31 -31
  2438. package/src/ui/AInputNumberRange/AInputNumberRange.js +0 -0
  2439. package/src/ui/AInputNumberRange/compositionAPI/FocusAPI.js +18 -18
  2440. package/src/ui/AInputNumberRange/compositionAPI/IdAPI.js +20 -20
  2441. package/src/ui/AInputNumberRange/compositionAPI/InputAttributesAPI.js +39 -39
  2442. package/src/ui/AInputNumberRange/compositionAPI/ModelAPI.js +40 -40
  2443. package/src/ui/AInputNumberRange/compositionAPI/TypeAPI.js +16 -16
  2444. package/src/ui/AInputNumberRange/i18n/AInputNumberRangeI18n.js +19 -19
  2445. package/src/ui/AInputNumberRange/i18n/ar.json +3 -3
  2446. package/src/ui/AInputNumberRange/i18n/de.json +3 -3
  2447. package/src/ui/AInputNumberRange/i18n/en.json +2 -2
  2448. package/src/ui/AInputNumberRange/i18n/es.json +2 -2
  2449. package/src/ui/AInputNumberRange/i18n/fr.json +2 -2
  2450. package/src/ui/AInputNumberRange/i18n/hr.json +2 -2
  2451. package/src/ui/AInputNumberRange/i18n/it.json +2 -2
  2452. package/src/ui/AInputNumberRange/i18n/ru.json +2 -2
  2453. package/src/ui/AInputNumberRange/utils/Types.js +15 -15
  2454. package/src/ui/ALabel/ALabel.js +0 -0
  2455. package/src/ui/ALabel/__tests__/ALabel.IdAPI.test.js +37 -37
  2456. package/src/ui/ALabel/__tests__/ALabel.LabelAPI.test.js +27 -27
  2457. package/src/ui/ALabel/compositionAPI/IdAPI.js +33 -33
  2458. package/src/ui/ALabel/compositionAPI/LabelAPI.js +45 -45
  2459. package/src/ui/ALabel/compositionAPI/PropsTypeAPI.js +66 -66
  2460. package/src/ui/AOneCheckbox/AOneCheckbox.js +1 -1
  2461. package/src/ui/AOneCheckbox/compositionAPI/LabelAPI.js +20 -20
  2462. package/src/ui/AOneCheckbox/compositionAPI/TrueFalseValueAPI.js +47 -47
  2463. package/src/ui/ARadio/ARadio.js +0 -0
  2464. package/src/ui/ARadio/ARadioItem/ARadioItem.js +278 -278
  2465. package/src/ui/ARadio/ARadioItem/compositionAPI/CheckedAPI.js +25 -25
  2466. package/src/ui/ARadio/ARadioItem/compositionAPI/EventsAPI.js +43 -43
  2467. package/src/ui/ARadio/compositionAPI/ChangeAPI.js +58 -58
  2468. package/src/ui/ARadio/i18n/ARadioI18n.js +19 -19
  2469. package/src/ui/ARequired/ARequired.js +27 -27
  2470. package/src/ui/ARequired/i18n/ARequiredI18n.js +19 -19
  2471. package/src/ui/ASelect/ASelect.js +0 -0
  2472. package/src/ui/ASelect/ASelectElement/ASelectElement.js +0 -0
  2473. package/src/ui/ASelect/ASelectElement/compositionAPI/CheckedAPI.js +22 -22
  2474. package/src/ui/ASelect/ASelectElement/compositionAPI/EventsAPI.js +39 -39
  2475. package/src/ui/ASelect/ASelectLabelElement.js +55 -55
  2476. package/src/ui/ASelect/ASelectValueCloseable.js +0 -0
  2477. package/src/ui/ASelect/UiSelect/ReadOnlyMixin.js +0 -0
  2478. package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnly.js +0 -0
  2479. package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnly.pug +0 -0
  2480. package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnly.vue +0 -0
  2481. package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnlyElement/UiMultiselectReadOnlyElement.js +0 -0
  2482. package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnlyElement/UiMultiselectReadOnlyElement.pug +0 -0
  2483. package/src/ui/ASelect/UiSelect/UiMultiselectReadOnly/UiMultiselectReadOnlyElement/UiMultiselectReadOnlyElement.vue +0 -0
  2484. package/src/ui/ASelect/UiSelect/UiSelectElement/UiSelectElement.js +0 -0
  2485. package/src/ui/ASelect/UiSelect/UiSelectElement/UiSelectElement.vue +0 -0
  2486. package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrdered.js +0 -0
  2487. package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrdered.pug +0 -0
  2488. package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrdered.vue +0 -0
  2489. package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrderedElement/UiSelectOrderedElement.js +0 -0
  2490. package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrderedElement/UiSelectOrderedElement.pug +0 -0
  2491. package/src/ui/ASelect/UiSelect/UiSelectOrdered/UiSelectOrderedElement/UiSelectOrderedElement.vue +0 -0
  2492. package/src/ui/ASelect/UiSelect/UiSelectReadOnly/UiSelectReadOnly.js +0 -0
  2493. package/src/ui/ASelect/UiSelect/UiSelectReadOnly/UiSelectReadOnly.pug +0 -0
  2494. package/src/ui/ASelect/UiSelect/UiSelectReadOnly/UiSelectReadOnly.vue +0 -0
  2495. package/src/ui/ASelect/compositionAPI/DividerAPI.js +19 -19
  2496. package/src/ui/ASelect/i18n/ASelectI18n.js +19 -19
  2497. package/src/ui/ASwitch/ASwitch.js +0 -0
  2498. package/src/ui/ASwitch/compositionAPI/CheckedAPI.js +22 -22
  2499. package/src/ui/ASwitch/compositionAPI/LabelAPI.js +27 -27
  2500. package/src/ui/ASwitch/compositionAPI/ModelAPI.js +30 -30
  2501. package/src/ui/ASwitch/compositionAPI/OnInputAPI.js +51 -51
  2502. package/src/ui/ATemplate/ATemplate.js +0 -0
  2503. package/src/ui/ATextarea/ATextarea.js +0 -0
  2504. package/src/ui/ATextarea/compositionAPI/ResizeClass.js +23 -23
  2505. package/src/ui/ATinymce/ATinymce.js +0 -0
  2506. package/src/ui/compositionApi/UIExcludeRenderAttributesAPI.js +25 -25
  2507. package/src/ui/compositionApi/UiCheckboxRadioItemAPI.js +39 -39
  2508. package/src/ui/compositionApi/UiDataSortAPI.js +26 -26
  2509. package/src/ui/compositionApi/UiDataWatchEmitAPI.js +18 -18
  2510. package/src/ui/compositionApi/UiDataWithKeyIdAndLabelAPI.js +157 -157
  2511. package/src/ui/compositionApi/UiDisabledElementAPI.js +26 -26
  2512. package/src/ui/compositionApi/UiErrorsAPI.js +37 -37
  2513. package/src/ui/compositionApi/UiInputAutofillAPI.js +41 -41
  2514. package/src/ui/compositionApi/UiLabelClickEventBusAPI.js +34 -34
  2515. package/src/ui/compositionApi/UiLoadingAPI.js +19 -19
  2516. package/src/ui/compositionApi/UiSearchAPI.js +213 -213
  2517. package/src/ui/compositionApi/UiTitleElementAPI.js +28 -28
  2518. package/src/ui/compositionApi/UiVisibleElementWithSearchAPI.js +51 -51
  2519. package/src/ui/compositionApi/__tests__/UIExcludeRenderAttributesAPI.test.js +34 -34
  2520. package/src/ui/const/AUiTypes.js +65 -65
  2521. package/src/ui/input-number/src/input-number.vue +0 -0
  2522. package/src/ui/utils/utils.js +3 -3
  2523. package/src/utils/EventBus.js +8 -8
  2524. package/src/utils/__tests__/utils.getTotalNestedCount.test.js +50 -50
  2525. package/src/utils/__tests__/utils.isArrayOfArrays.test.js +38 -38
  2526. package/src/utils/__tests__/utils.isArrayOfStrings.test.js +30 -30
  2527. package/src/utils/__tests__/utilsMath.isEven.test.js +37 -37
  2528. package/src/utils/__tests__/utilsMath.isOdd.test.js +37 -37
  2529. package/src/utils/actions.js +65 -65
  2530. package/src/utils/autosize.js +268 -268
  2531. package/src/utils/utils.js +95 -95
  2532. package/utilsTests/utilsTests.js +16 -16
  2533. package/docs/dist/assets/index-BzHmSwFD.css +0 -1
  2534. package/docs/dist/assets/vendor-BZSh2VgM.css +0 -7
  2535. 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
+ };