aloha-vue 1.2.70 → 1.2.71

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 (169) hide show
  1. package/docs/src/components/TheMenu/TheMenu.js +21 -0
  2. package/docs/src/mainTranslation.js +27 -0
  3. package/docs/src/router/index.js +15 -0
  4. package/docs/src/views/Functions/PageFilterBoolean/i18n/hr.json +2 -2
  5. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrency.js +35 -0
  6. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrency.pug +24 -0
  7. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrency.vue +2 -0
  8. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyArguments/PageFilterCurrencyArguments.js +19 -0
  9. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyArguments/PageFilterCurrencyArguments.pug +5 -0
  10. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyArguments/PageFilterCurrencyArguments.vue +2 -0
  11. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyArguments/compositionAPI/JsAPI.js +25 -0
  12. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.js +19 -0
  13. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.pug +5 -0
  14. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.vue +2 -0
  15. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigitGrouping/compositionAPI/JsAPI.js +13 -0
  16. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.js +19 -0
  17. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.pug +5 -0
  18. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigits/PageFilterCurrencyDigits.vue +2 -0
  19. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyDigits/compositionAPI/JsAPI.js +13 -0
  20. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.js +19 -0
  21. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.pug +5 -0
  22. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyExample/PageFilterCurrencyExample.vue +2 -0
  23. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyExample/compositionAPI/JsAPI.js +19 -0
  24. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportCompositionApi/PageFilterCurrencyImportCompositionApi.js +19 -0
  25. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportCompositionApi/PageFilterCurrencyImportCompositionApi.pug +5 -0
  26. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportCompositionApi/PageFilterCurrencyImportCompositionApi.vue +2 -0
  27. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportCompositionApi/compositionAPI/JsAPI.js +15 -0
  28. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportFunction/PageFilterCurrencyImportFunction.js +19 -0
  29. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportFunction/PageFilterCurrencyImportFunction.pug +5 -0
  30. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportFunction/PageFilterCurrencyImportFunction.vue +2 -0
  31. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencyImportFunction/compositionAPI/JsAPI.js +7 -0
  32. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.js +19 -0
  33. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.pug +5 -0
  34. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencySuffix/PageFilterCurrencySuffix.vue +2 -0
  35. package/docs/src/views/Functions/PageFilterCurrency/PageFilterCurrencySuffix/compositionAPI/JsAPI.js +13 -0
  36. package/docs/src/views/Functions/PageFilterCurrency/compositionAPI/PageTitleAPI.js +7 -0
  37. package/docs/src/views/Functions/PageFilterCurrency/i18n/PageFilterCurrencyI18n.js +19 -0
  38. package/docs/src/views/Functions/PageFilterCurrency/i18n/ar.json +4 -0
  39. package/docs/src/views/Functions/PageFilterCurrency/i18n/de.json +4 -0
  40. package/docs/src/views/Functions/PageFilterCurrency/i18n/en.json +4 -0
  41. package/docs/src/views/Functions/PageFilterCurrency/i18n/es.json +4 -0
  42. package/docs/src/views/Functions/PageFilterCurrency/i18n/fr.json +4 -0
  43. package/docs/src/views/Functions/PageFilterCurrency/i18n/hr.json +4 -0
  44. package/docs/src/views/Functions/PageFilterCurrency/i18n/it.json +4 -0
  45. package/docs/src/views/Functions/PageFilterCurrency/i18n/ru.json +4 -0
  46. package/docs/src/views/Functions/PageFilterDate/PageFilterDate.js +31 -0
  47. package/docs/src/views/Functions/PageFilterDate/PageFilterDate.pug +20 -0
  48. package/docs/src/views/Functions/PageFilterDate/PageFilterDate.vue +2 -0
  49. package/docs/src/views/Functions/PageFilterDate/PageFilterDateArguments/PageFilterDateArguments.js +19 -0
  50. package/docs/src/views/Functions/PageFilterDate/PageFilterDateArguments/PageFilterDateArguments.pug +5 -0
  51. package/docs/src/views/Functions/PageFilterDate/PageFilterDateArguments/PageFilterDateArguments.vue +2 -0
  52. package/docs/src/views/Functions/PageFilterDate/PageFilterDateArguments/compositionAPI/JsAPI.js +25 -0
  53. package/docs/src/views/Functions/PageFilterDate/PageFilterDateExample/PageFilterDateExample.js +19 -0
  54. package/docs/src/views/Functions/PageFilterDate/PageFilterDateExample/PageFilterDateExample.pug +5 -0
  55. package/docs/src/views/Functions/PageFilterDate/PageFilterDateExample/PageFilterDateExample.vue +2 -0
  56. package/docs/src/views/Functions/PageFilterDate/PageFilterDateExample/compositionAPI/JsAPI.js +16 -0
  57. package/docs/src/views/Functions/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.js +19 -0
  58. package/docs/src/views/Functions/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.pug +5 -0
  59. package/docs/src/views/Functions/PageFilterDate/PageFilterDateFormat/PageFilterDateFormat.vue +2 -0
  60. package/docs/src/views/Functions/PageFilterDate/PageFilterDateFormat/compositionAPI/JsAPI.js +22 -0
  61. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportCompositionApi/PageFilterDateImportCompositionApi.js +19 -0
  62. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportCompositionApi/PageFilterDateImportCompositionApi.pug +5 -0
  63. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportCompositionApi/PageFilterDateImportCompositionApi.vue +2 -0
  64. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportCompositionApi/compositionAPI/JsAPI.js +15 -0
  65. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportFunction/PageFilterDateImportFunction.js +19 -0
  66. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportFunction/PageFilterDateImportFunction.pug +5 -0
  67. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportFunction/PageFilterDateImportFunction.vue +2 -0
  68. package/docs/src/views/Functions/PageFilterDate/PageFilterDateImportFunction/compositionAPI/JsAPI.js +7 -0
  69. package/docs/src/views/Functions/PageFilterDate/compositionAPI/PageTitleAPI.js +7 -0
  70. package/docs/src/views/Functions/PageFilterDate/i18n/PageFilterDateI18n.js +19 -0
  71. package/docs/src/views/Functions/PageFilterDate/i18n/ar.json +4 -0
  72. package/docs/src/views/Functions/PageFilterDate/i18n/de.json +4 -0
  73. package/docs/src/views/Functions/PageFilterDate/i18n/en.json +4 -0
  74. package/docs/src/views/Functions/PageFilterDate/i18n/es.json +4 -0
  75. package/docs/src/views/Functions/PageFilterDate/i18n/fr.json +4 -0
  76. package/docs/src/views/Functions/PageFilterDate/i18n/hr.json +4 -0
  77. package/docs/src/views/Functions/PageFilterDate/i18n/it.json +4 -0
  78. package/docs/src/views/Functions/PageFilterDate/i18n/ru.json +4 -0
  79. package/docs/src/views/Functions/PageFilterDefaultForEmpty/i18n/hr.json +2 -2
  80. package/docs/src/views/Functions/PageFilterEmail/i18n/ar.json +3 -3
  81. package/docs/src/views/Functions/PageFilterEmail/i18n/en.json +3 -3
  82. package/docs/src/views/Functions/PageFilterEmail/i18n/es.json +3 -3
  83. package/docs/src/views/Functions/PageFilterEmail/i18n/fr.json +3 -3
  84. package/docs/src/views/Functions/PageFilterEmail/i18n/hr.json +2 -2
  85. package/docs/src/views/Functions/PageFilterEmail/i18n/it.json +3 -3
  86. package/docs/src/views/Functions/PageFilterFileSize/PageFilterFileSize.js +8 -0
  87. package/docs/src/views/Functions/PageFilterFileSize/PageFilterFileSize.pug +4 -0
  88. package/docs/src/views/Functions/PageFilterFileSize/compositionAPI/TranslateAPI.js +17 -0
  89. package/docs/src/views/Functions/PageFilterFileSize/i18n/ar.json +3 -3
  90. package/docs/src/views/Functions/PageFilterFileSize/i18n/en.json +3 -3
  91. package/docs/src/views/Functions/PageFilterFileSize/i18n/es.json +3 -3
  92. package/docs/src/views/Functions/PageFilterFileSize/i18n/fr.json +3 -3
  93. package/docs/src/views/Functions/PageFilterFileSize/i18n/it.json +3 -3
  94. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloat.js +35 -0
  95. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloat.pug +24 -0
  96. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloat.vue +2 -0
  97. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatArguments/PageFilterFloatArguments.js +19 -0
  98. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatArguments/PageFilterFloatArguments.pug +5 -0
  99. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatArguments/PageFilterFloatArguments.vue +2 -0
  100. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatArguments/compositionAPI/JsAPI.js +25 -0
  101. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.js +19 -0
  102. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.pug +5 -0
  103. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigitGrouping/PageFilterFloatDigitGrouping.vue +2 -0
  104. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigitGrouping/compositionAPI/JsAPI.js +13 -0
  105. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.js +19 -0
  106. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.pug +5 -0
  107. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigits/PageFilterFloatDigits.vue +2 -0
  108. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatDigits/compositionAPI/JsAPI.js +13 -0
  109. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.js +19 -0
  110. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.pug +5 -0
  111. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatExample/PageFilterFloatExample.vue +2 -0
  112. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatExample/compositionAPI/JsAPI.js +19 -0
  113. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportCompositionApi/PageFilterFloatImportCompositionApi.js +19 -0
  114. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportCompositionApi/PageFilterFloatImportCompositionApi.pug +5 -0
  115. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportCompositionApi/PageFilterFloatImportCompositionApi.vue +2 -0
  116. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportCompositionApi/compositionAPI/JsAPI.js +15 -0
  117. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportFunction/PageFilterFloatImportFunction.js +19 -0
  118. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportFunction/PageFilterFloatImportFunction.pug +5 -0
  119. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportFunction/PageFilterFloatImportFunction.vue +2 -0
  120. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatImportFunction/compositionAPI/JsAPI.js +7 -0
  121. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.js +19 -0
  122. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.pug +5 -0
  123. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatSuffix/PageFilterFloatSuffix.vue +2 -0
  124. package/docs/src/views/Functions/PageFilterFloat/PageFilterFloatSuffix/compositionAPI/JsAPI.js +13 -0
  125. package/docs/src/views/Functions/PageFilterFloat/compositionAPI/PageTitleAPI.js +7 -0
  126. package/docs/src/views/Functions/PageFilterFloat/i18n/PageFilterFloatI18n.js +19 -0
  127. package/docs/src/views/Functions/PageFilterFloat/i18n/ar.json +4 -0
  128. package/docs/src/views/Functions/PageFilterFloat/i18n/de.json +4 -0
  129. package/docs/src/views/Functions/PageFilterFloat/i18n/en.json +4 -0
  130. package/docs/src/views/Functions/PageFilterFloat/i18n/es.json +4 -0
  131. package/docs/src/views/Functions/PageFilterFloat/i18n/fr.json +4 -0
  132. package/docs/src/views/Functions/PageFilterFloat/i18n/hr.json +4 -0
  133. package/docs/src/views/Functions/PageFilterFloat/i18n/it.json +4 -0
  134. package/docs/src/views/Functions/PageFilterFloat/i18n/ru.json +4 -0
  135. package/docs/src/views/Functions/PageFilterJson/i18n/ar.json +3 -3
  136. package/docs/src/views/Functions/PageFilterJson/i18n/en.json +3 -3
  137. package/docs/src/views/Functions/PageFilterJson/i18n/es.json +3 -3
  138. package/docs/src/views/Functions/PageFilterJson/i18n/fr.json +3 -3
  139. package/docs/src/views/Functions/PageFilterJson/i18n/it.json +3 -3
  140. package/docs/src/views/Functions/PageFilterKeyValue/i18n/ar.json +3 -3
  141. package/docs/src/views/Functions/PageFilterKeyValue/i18n/en.json +3 -3
  142. package/docs/src/views/Functions/PageFilterKeyValue/i18n/es.json +3 -3
  143. package/docs/src/views/Functions/PageFilterKeyValue/i18n/fr.json +3 -3
  144. package/docs/src/views/Functions/PageFilterKeyValue/i18n/it.json +3 -3
  145. package/docs/src/views/Functions/PageFilterLimitTo/i18n/hr.json +2 -2
  146. package/docs/src/views/Functions/PageFilterLink/i18n/ar.json +3 -3
  147. package/docs/src/views/Functions/PageFilterLink/i18n/de.json +1 -1
  148. package/docs/src/views/Functions/PageFilterLink/i18n/en.json +3 -3
  149. package/docs/src/views/Functions/PageFilterLink/i18n/es.json +3 -3
  150. package/docs/src/views/Functions/PageFilterLink/i18n/fr.json +3 -3
  151. package/docs/src/views/Functions/PageFilterLink/i18n/it.json +3 -3
  152. package/docs/src/views/Functions/PageFilterLink/i18n/ru.json +1 -1
  153. package/docs/src/views/Functions/PageFilterList/i18n/hr.json +3 -3
  154. package/docs/src/views/Functions/PageFilterPropertyByValue/i18n/ar.json +2 -2
  155. package/docs/src/views/Functions/PageFilterPropertyByValue/i18n/en.json +3 -3
  156. package/docs/src/views/Functions/PageFilterPropertyByValue/i18n/es.json +3 -3
  157. package/docs/src/views/Functions/PageFilterPropertyByValue/i18n/fr.json +3 -3
  158. package/docs/src/views/Functions/PageFilterPropertyByValue/i18n/it.json +3 -3
  159. package/docs/src/views/Functions/PageFilterSearchHighlight/i18n/ar.json +2 -2
  160. package/docs/src/views/Functions/PageFilterSearchHighlight/i18n/en.json +3 -3
  161. package/docs/src/views/Functions/PageFilterSearchHighlight/i18n/es.json +3 -3
  162. package/docs/src/views/Functions/PageFilterSearchHighlight/i18n/fr.json +3 -3
  163. package/docs/src/views/Functions/PageFilterSearchHighlight/i18n/it.json +3 -3
  164. package/docs/src/views/Functions/i18n/hr.json +3 -3
  165. package/docs/src/views/PageDisclosure/i18n/hr.json +2 -2
  166. package/docs/src/views/PageList/i18n/hr.json +35 -35
  167. package/package.json +1 -1
  168. package/src/filters/filterCurrency.js +2 -57
  169. package/src/filters/filterFloat.js +57 -2
@@ -136,6 +136,20 @@ export default {
136
136
  name: "PageFilterBoolean",
137
137
  },
138
138
  },
139
+ {
140
+ id: "PageFilterCurrency",
141
+ label: "filterCurrency",
142
+ to: {
143
+ name: "PageFilterCurrency",
144
+ },
145
+ },
146
+ {
147
+ id: "PageFilterDate",
148
+ label: "filterDate",
149
+ to: {
150
+ name: "PageFilterDate",
151
+ },
152
+ },
139
153
  {
140
154
  id: "PageFilterDefaultForEmpty",
141
155
  label: "filterDefaultForEmpty",
@@ -157,6 +171,13 @@ export default {
157
171
  name: "PageFilterFileSize",
158
172
  },
159
173
  },
174
+ {
175
+ id: "PageFilterFloat",
176
+ label: "filterFloat",
177
+ to: {
178
+ name: "PageFilterFloat",
179
+ },
180
+ },
160
181
  {
161
182
  id: "PageFilterJson",
162
183
  label: "filterJson",
@@ -54,6 +54,9 @@ import PageFilterLinkI18n from "./views/Functions/PageFilterLink/i18n/PageFilter
54
54
  import PageFilterJsonI18n from "./views/Functions/PageFilterJson/i18n/PageFilterJsonI18n";
55
55
  import PageFilterKeyValueI18n from "./views/Functions/PageFilterKeyValue/i18n/PageFilterKeyValueI18n";
56
56
  import PageFilterFileSizeI18n from "./views/Functions/PageFilterFileSize/i18n/PageFilterFileSizeI18n";
57
+ import PageFilterDateI18n from "./views/Functions/PageFilterDate/i18n/PageFilterDateI18n";
58
+ import PageFilterFloatI18n from "./views/Functions/PageFilterFloat/i18n/PageFilterFloatI18n";
59
+ import PageFilterCurrencyI18n from "./views/Functions/PageFilterCurrency/i18n/PageFilterCurrencyI18n";
57
60
 
58
61
  export const mainTranslation = {
59
62
  ar: {
@@ -104,6 +107,9 @@ export const mainTranslation = {
104
107
  ...PageFilterJsonI18n.ar,
105
108
  ...PageFilterKeyValueI18n.ar,
106
109
  ...PageFilterFileSizeI18n.ar,
110
+ ...PageFilterDateI18n.ar,
111
+ ...PageFilterFloatI18n.ar,
112
+ ...PageFilterCurrencyI18n.ar,
107
113
  },
108
114
  de: {
109
115
  ...allLanguages.de,
@@ -153,6 +159,9 @@ export const mainTranslation = {
153
159
  ...PageFilterJsonI18n.de,
154
160
  ...PageFilterKeyValueI18n.de,
155
161
  ...PageFilterFileSizeI18n.de,
162
+ ...PageFilterDateI18n.de,
163
+ ...PageFilterFloatI18n.de,
164
+ ...PageFilterCurrencyI18n.de,
156
165
  },
157
166
  en: {
158
167
  ...allLanguages.en,
@@ -202,6 +211,9 @@ export const mainTranslation = {
202
211
  ...PageFilterJsonI18n.en,
203
212
  ...PageFilterKeyValueI18n.en,
204
213
  ...PageFilterFileSizeI18n.en,
214
+ ...PageFilterDateI18n.en,
215
+ ...PageFilterFloatI18n.en,
216
+ ...PageFilterCurrencyI18n.en,
205
217
  },
206
218
  es: {
207
219
  ...allLanguages.es,
@@ -251,6 +263,9 @@ export const mainTranslation = {
251
263
  ...PageFilterJsonI18n.es,
252
264
  ...PageFilterKeyValueI18n.es,
253
265
  ...PageFilterFileSizeI18n.es,
266
+ ...PageFilterDateI18n.es,
267
+ ...PageFilterFloatI18n.es,
268
+ ...PageFilterCurrencyI18n.es,
254
269
  },
255
270
  fr: {
256
271
  ...allLanguages.fr,
@@ -300,6 +315,9 @@ export const mainTranslation = {
300
315
  ...PageFilterJsonI18n.fr,
301
316
  ...PageFilterKeyValueI18n.fr,
302
317
  ...PageFilterFileSizeI18n.fr,
318
+ ...PageFilterDateI18n.fr,
319
+ ...PageFilterFloatI18n.fr,
320
+ ...PageFilterCurrencyI18n.fr,
303
321
  },
304
322
  hr: {
305
323
  ...allLanguages.hr,
@@ -349,6 +367,9 @@ export const mainTranslation = {
349
367
  ...PageFilterJsonI18n.hr,
350
368
  ...PageFilterKeyValueI18n.hr,
351
369
  ...PageFilterFileSizeI18n.hr,
370
+ ...PageFilterDateI18n.hr,
371
+ ...PageFilterFloatI18n.hr,
372
+ ...PageFilterCurrencyI18n.hr,
352
373
  },
353
374
  it: {
354
375
  ...allLanguages.it,
@@ -398,6 +419,9 @@ export const mainTranslation = {
398
419
  ...PageFilterJsonI18n.it,
399
420
  ...PageFilterKeyValueI18n.it,
400
421
  ...PageFilterFileSizeI18n.it,
422
+ ...PageFilterDateI18n.it,
423
+ ...PageFilterFloatI18n.it,
424
+ ...PageFilterCurrencyI18n.it,
401
425
  },
402
426
  ru: {
403
427
  ...allLanguages.ru,
@@ -447,5 +471,8 @@ export const mainTranslation = {
447
471
  ...PageFilterJsonI18n.ru,
448
472
  ...PageFilterKeyValueI18n.ru,
449
473
  ...PageFilterFileSizeI18n.ru,
474
+ ...PageFilterDateI18n.ru,
475
+ ...PageFilterFloatI18n.ru,
476
+ ...PageFilterCurrencyI18n.ru,
450
477
  },
451
478
  };
@@ -329,6 +329,21 @@ const ROUTES = [
329
329
  name: "PageFilterFileSize",
330
330
  component: () => import(/* webpackChunkName: "PageFilterFileSize" */ "../views/Functions/PageFilterFileSize/PageFilterFileSize.vue"),
331
331
  },
332
+ {
333
+ path: "/filter-date",
334
+ name: "PageFilterDate",
335
+ component: () => import(/* webpackChunkName: "PageFilterDate" */ "../views/Functions/PageFilterDate/PageFilterDate.vue"),
336
+ },
337
+ {
338
+ path: "/filter-float",
339
+ name: "PageFilterFloat",
340
+ component: () => import(/* webpackChunkName: "PageFilterFloat" */ "../views/Functions/PageFilterFloat/PageFilterFloat.vue"),
341
+ },
342
+ {
343
+ path: "/filter-currency",
344
+ name: "PageFilterCurrency",
345
+ component: () => import(/* webpackChunkName: "PageFilterCurrency" */ "../views/Functions/PageFilterCurrency/PageFilterCurrency.vue"),
346
+ },
332
347
  {
333
348
  // If the routing configuration '*' reports an error, replace it with '/: catchAll(. *)'
334
349
  // caught Error: Catch all routes ("*") must now be defined using a param with a custom regexp
@@ -1,4 +1,4 @@
1
1
  {
2
- "_PAGE_FILTER_BOOLEAN_ARGUMENTS_": "_PAGE_FILTER_BOOLEAN_ARGUMENTS_",
3
- "_PAGE_FILTER_BOOLEAN_DESCRIPTION_": "_PAGE_FILTER_BOOLEAN_DESCRIPTION_"
2
+ "_PAGE_FILTER_BOOLEAN_ARGUMENTS_": "# Argumenti: \nvalue (prozivoljan tip): Ulazna vrijednost koja će biti pretvorena u prevedeni tekst\n[trueValue=\"_YES_\"] (string): Prevedeni tekst koji će biti vraćen ako je vrijednost istinita.\n[falseValue=\"_NO_\"] (string): Prevedeni tekst koji će biti vraćen ako je vrijednost neistinita.\n[useNil=true] (boolean): Određuje treba li prazan string biti vraćen za undefined ili null vrijednosti.",
3
+ "_PAGE_FILTER_BOOLEAN_DESCRIPTION_": "Funkcija <strong>filterBoolean</strong> koristi se za pretvaranje logičke vrijednosti u prevedeni tekst. Omogućuje prilagodbu teksta za vrijednosti <strong>true</strong> i <strong>false</strong> vrijednosti, te opciju vraćanja praznog stringa za vrijednosti <strong>undefined</strong> ili <strong>null</strong>."
4
4
  }
@@ -0,0 +1,35 @@
1
+ import AlohaPage from "../../../global/components/AlohaPage/AlohaPage.vue";
2
+ import ATranslation from "../../../../../src/ATranslation/ATranslation";
3
+ import PageFilterCurrencyArguments from "./PageFilterCurrencyArguments/PageFilterCurrencyArguments.vue";
4
+ import PageFilterCurrencyDigitGrouping from "./PageFilterCurrencyDigitGrouping/PageFilterCurrencyDigitGrouping.vue";
5
+ import PageFilterCurrencyDigits from "./PageFilterCurrencyDigits/PageFilterCurrencyDigits.vue";
6
+ import PageFilterCurrencyExample from "./PageFilterCurrencyExample/PageFilterCurrencyExample.vue";
7
+ import PageFilterCurrencyImportCompositionApi from "./PageFilterCurrencyImportCompositionApi/PageFilterCurrencyImportCompositionApi.vue";
8
+ import PageFilterCurrencyImportFunction from "./PageFilterCurrencyImportFunction/PageFilterCurrencyImportFunction.vue";
9
+ import PageFilterCurrencySuffix from "./PageFilterCurrencySuffix/PageFilterCurrencySuffix.vue";
10
+
11
+ import PageTitleAPI from "./compositionAPI/PageTitleAPI";
12
+
13
+ export default {
14
+ name: "PageFilterCurrency",
15
+ components: {
16
+ AlohaPage,
17
+ ATranslation,
18
+ PageFilterCurrencyArguments,
19
+ PageFilterCurrencyDigitGrouping,
20
+ PageFilterCurrencyDigits,
21
+ PageFilterCurrencyExample,
22
+ PageFilterCurrencyImportCompositionApi,
23
+ PageFilterCurrencyImportFunction,
24
+ PageFilterCurrencySuffix,
25
+ },
26
+ setup() {
27
+ const {
28
+ pageTitle,
29
+ } = PageTitleAPI();
30
+
31
+ return {
32
+ pageTitle,
33
+ };
34
+ },
35
+ };
@@ -0,0 +1,24 @@
1
+ aloha-page(
2
+ :page-title="pageTitle"
3
+ )
4
+ template(
5
+ v-slot:body
6
+ )
7
+ a-translation(
8
+ tag="p"
9
+ html="_PAGE_FILTER_CURRENCY_DESCRIPTION_"
10
+ )
11
+
12
+ page-filter-currency-import-function
13
+
14
+ page-filter-currency-import-composition-api
15
+
16
+ page-filter-currency-arguments
17
+
18
+ page-filter-currency-example
19
+
20
+ page-filter-currency-suffix
21
+
22
+ page-filter-currency-digits
23
+
24
+ page-filter-currency-digit-grouping
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrency.pug"></template>
2
+ <script src="./PageFilterCurrency.js"></script>
@@ -0,0 +1,19 @@
1
+ import AlohaExample from "../../../../global/components/AlohaExample/AlohaExample.vue";
2
+
3
+ import JsAPI from "./compositionAPI/JsAPI";
4
+
5
+ export default {
6
+ name: "PageFilterCurrencyArguments",
7
+ components: {
8
+ AlohaExample,
9
+ },
10
+ setup() {
11
+ const {
12
+ codeJs,
13
+ } = JsAPI();
14
+
15
+ return {
16
+ codeJs,
17
+ };
18
+ },
19
+ };
@@ -0,0 +1,5 @@
1
+ aloha-example(
2
+ :code="codeJs"
3
+ header="_PAGE_FUNCTIONS_ARGUMENTS_HEADER_"
4
+ :is-code-visible-default="true"
5
+ )
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrencyArguments.pug"></template>
2
+ <script src="./PageFilterCurrencyArguments.js"></script>
@@ -0,0 +1,25 @@
1
+ import {
2
+ computed,
3
+ } from "vue";
4
+
5
+ import {
6
+ getTranslatedText,
7
+ } from "../../../../../../../src/ATranslation/compositionAPI/UtilsAPI";
8
+
9
+ export default function JsAPI() {
10
+ const argumentsTranslated = computed(() => {
11
+ return getTranslatedText({
12
+ placeholder: "_PAGE_FILTER_CURRENCY_ARGUMENTS_",
13
+ });
14
+ });
15
+
16
+ const codeJs = computed(() => {
17
+ return `filterCurrency(value, { [suffix="€"], [digits=2], [digitGrouping=true] });
18
+
19
+ ${ argumentsTranslated.value }`;
20
+ });
21
+
22
+ return {
23
+ codeJs,
24
+ };
25
+ }
@@ -0,0 +1,19 @@
1
+ import AlohaExample from "../../../../global/components/AlohaExample/AlohaExample.vue";
2
+
3
+ import JsAPI from "./compositionAPI/JsAPI";
4
+
5
+ export default {
6
+ name: "PageFilterCurrencyDigitGrouping",
7
+ components: {
8
+ AlohaExample,
9
+ },
10
+ setup() {
11
+ const {
12
+ codeJs,
13
+ } = JsAPI();
14
+
15
+ return {
16
+ codeJs,
17
+ };
18
+ },
19
+ };
@@ -0,0 +1,5 @@
1
+ aloha-example(
2
+ :code-js="codeJs"
3
+ header="digitGrouping"
4
+ :is-code-visible-default="true"
5
+ )
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrencyDigitGrouping.pug"></template>
2
+ <script src="./PageFilterCurrencyDigitGrouping.js"></script>
@@ -0,0 +1,13 @@
1
+ import filterCurrency from "../../../../../../../src/filters/filterCurrency";
2
+
3
+ export default function JsAPI() {
4
+ const codeJs = `filterCurrency(1000222.55, { digitGrouping: false });
5
+ // ${ filterCurrency(1000222.55, { digitGrouping: false }) }
6
+
7
+ filterCurrency(1000222.55, { digitGrouping: true });
8
+ // ${ filterCurrency(1000222.55, { digitGrouping: true }) }`;
9
+
10
+ return {
11
+ codeJs,
12
+ };
13
+ }
@@ -0,0 +1,19 @@
1
+ import AlohaExample from "../../../../global/components/AlohaExample/AlohaExample.vue";
2
+
3
+ import JsAPI from "./compositionAPI/JsAPI";
4
+
5
+ export default {
6
+ name: "PageFilterCurrencyDigits",
7
+ components: {
8
+ AlohaExample,
9
+ },
10
+ setup() {
11
+ const {
12
+ codeJs,
13
+ } = JsAPI();
14
+
15
+ return {
16
+ codeJs,
17
+ };
18
+ },
19
+ };
@@ -0,0 +1,5 @@
1
+ aloha-example(
2
+ :code-js="codeJs"
3
+ header="digits"
4
+ :is-code-visible-default="true"
5
+ )
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrencyDigits.pug"></template>
2
+ <script src="./PageFilterCurrencyDigits.js"></script>
@@ -0,0 +1,13 @@
1
+ import filterCurrency from "../../../../../../../src/filters/filterCurrency";
2
+
3
+ export default function JsAPI() {
4
+ const codeJs = `filterCurrency(2000, { digits: 0 });
5
+ // ${ filterCurrency(2000, { digits: 0 }) }
6
+
7
+ filterCurrency("25.53451", { digits: 4 });
8
+ // ${ filterCurrency("25.53451", { digits: 4 }) }`;
9
+
10
+ return {
11
+ codeJs,
12
+ };
13
+ }
@@ -0,0 +1,19 @@
1
+ import AlohaExample from "../../../../global/components/AlohaExample/AlohaExample.vue";
2
+
3
+ import JsAPI from "./compositionAPI/JsAPI";
4
+
5
+ export default {
6
+ name: "PageFilterCurrencyExample",
7
+ components: {
8
+ AlohaExample,
9
+ },
10
+ setup() {
11
+ const {
12
+ codeJs,
13
+ } = JsAPI();
14
+
15
+ return {
16
+ codeJs,
17
+ };
18
+ },
19
+ };
@@ -0,0 +1,5 @@
1
+ aloha-example(
2
+ :code-js="codeJs"
3
+ header="_A_BASIC_USAGE_"
4
+ :is-code-visible-default="true"
5
+ )
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrencyExample.pug"></template>
2
+ <script src="./PageFilterCurrencyExample.js"></script>
@@ -0,0 +1,19 @@
1
+ import filterCurrency from "../../../../../../../src/filters/filterCurrency";
2
+
3
+ export default function JsAPI() {
4
+ const codeJs = `filterCurrency(123456);
5
+ // ${ filterCurrency(123456) }
6
+
7
+ filterCurrency("1000000.2345");
8
+ // ${ filterCurrency("1000000.2345") }
9
+
10
+ filterCurrency("aloha");
11
+ // ${ filterCurrency("aloha") }
12
+
13
+ filterCurrency(undefined);
14
+ // ${ filterCurrency(undefined) }`;
15
+
16
+ return {
17
+ codeJs,
18
+ };
19
+ }
@@ -0,0 +1,19 @@
1
+ import AlohaExample from "../../../../global/components/AlohaExample/AlohaExample.vue";
2
+
3
+ import JsAPI from "./compositionAPI/JsAPI";
4
+
5
+ export default {
6
+ name: "PageFilterCurrencyImportCompositionApi",
7
+ components: {
8
+ AlohaExample,
9
+ },
10
+ setup() {
11
+ const {
12
+ codeJs,
13
+ } = JsAPI();
14
+
15
+ return {
16
+ codeJs,
17
+ };
18
+ },
19
+ };
@@ -0,0 +1,5 @@
1
+ aloha-example(
2
+ :code-js="codeJs"
3
+ header="_PAGE_FUNCTIONS_IMPORT_COMPOSITION_API_HEADER_"
4
+ :is-code-visible-default="true"
5
+ )
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrencyImportCompositionApi.pug"></template>
2
+ <script src="./PageFilterCurrencyImportCompositionApi.js"></script>
@@ -0,0 +1,15 @@
1
+ export default function JsAPI() {
2
+ const codeJs = `import AFiltersAPI from "aloha-vue/src/compositionAPI/AFiltersAPI";
3
+
4
+ export default {
5
+ setup() {
6
+ const {
7
+ filterCurrency,
8
+ } = AFiltersAPI();
9
+ },
10
+ };`;
11
+
12
+ return {
13
+ codeJs,
14
+ };
15
+ }
@@ -0,0 +1,19 @@
1
+ import AlohaExample from "../../../../global/components/AlohaExample/AlohaExample.vue";
2
+
3
+ import JsAPI from "./compositionAPI/JsAPI";
4
+
5
+ export default {
6
+ name: "PageFilterCurrencyImportFunction",
7
+ components: {
8
+ AlohaExample,
9
+ },
10
+ setup() {
11
+ const {
12
+ codeJs,
13
+ } = JsAPI();
14
+
15
+ return {
16
+ codeJs,
17
+ };
18
+ },
19
+ };
@@ -0,0 +1,5 @@
1
+ aloha-example(
2
+ :code-js="codeJs"
3
+ header="_PAGE_FUNCTIONS_IMPORT_FUNCTION_HEADER_"
4
+ :is-code-visible-default="true"
5
+ )
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrencyImportFunction.pug"></template>
2
+ <script src="./PageFilterCurrencyImportFunction.js"></script>
@@ -0,0 +1,7 @@
1
+ export default function JsAPI() {
2
+ const codeJs = `import filterCurrency from "aloha-vue/src/filters/filterCurrency";`;
3
+
4
+ return {
5
+ codeJs,
6
+ };
7
+ }
@@ -0,0 +1,19 @@
1
+ import AlohaExample from "../../../../global/components/AlohaExample/AlohaExample.vue";
2
+
3
+ import JsAPI from "./compositionAPI/JsAPI";
4
+
5
+ export default {
6
+ name: "PageFilterCurrencySuffix",
7
+ components: {
8
+ AlohaExample,
9
+ },
10
+ setup() {
11
+ const {
12
+ codeJs,
13
+ } = JsAPI();
14
+
15
+ return {
16
+ codeJs,
17
+ };
18
+ },
19
+ };
@@ -0,0 +1,5 @@
1
+ aloha-example(
2
+ :code-js="codeJs"
3
+ header="suffix"
4
+ :is-code-visible-default="true"
5
+ )
@@ -0,0 +1,2 @@
1
+ <template lang="pug" src="./PageFilterCurrencySuffix.pug"></template>
2
+ <script src="./PageFilterCurrencySuffix.js"></script>
@@ -0,0 +1,13 @@
1
+ import filterCurrency from "../../../../../../../src/filters/filterCurrency";
2
+
3
+ export default function JsAPI() {
4
+ const codeJs = `filterCurrency(2000, { suffix: "€" });
5
+ // ${ filterCurrency(2000, { suffix: "€" }) }
6
+
7
+ filterCurrency("25.5", { suffix: "%" });
8
+ // ${ filterCurrency("25.5", { suffix: "%" }) }`;
9
+
10
+ return {
11
+ codeJs,
12
+ };
13
+ }
@@ -0,0 +1,7 @@
1
+ export default function PageTitleAPI() {
2
+ const pageTitle = "filterCurrency";
3
+
4
+ return {
5
+ pageTitle,
6
+ };
7
+ }
@@ -0,0 +1,19 @@
1
+ import ar from "./ar.json";
2
+ import de from "./de.json";
3
+ import en from "./en.json";
4
+ import es from "./es.json";
5
+ import fr from "./fr.json";
6
+ import hr from "./hr.json";
7
+ import it from "./it.json";
8
+ import ru from "./ru.json";
9
+
10
+ export default {
11
+ ar,
12
+ de,
13
+ en,
14
+ es,
15
+ fr,
16
+ hr,
17
+ it,
18
+ ru,
19
+ };
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "_PAGE_FILTER_CURRENCY_ARGUMENTS_",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "_PAGE_FILTER_CURRENCY_DESCRIPTION_"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "# Argumente: \nvalue (Number): Der numerische Wert, der als Währung formatiert werden soll\n[suffix=\"€\"] (String): Das Suffix, das der formatierten Zeichenkette hinzugefügt wird, um die Währung anzugeben\n[digits=2] (Number): Die Anzahl der Dezimalstellen in der formatierten Zeichenkette\n[digitGrouping=true] (Boolean): Gibt an, ob die Zifferngruppierung aktiviert ist, um Tausendertrennzeichen in der formatierten Zeichenkette einzufügen",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "Die Funktion <strong>filterCurrency</strong> ist eine spezialisierte Erweiterung der <a href=\"/#/filter-float\"><strong>filterFloat</strong></a>-Funktion und dient dazu, numerische Werte als Währung zu formatieren. Sie akzeptiert einen numerischen Wert und gibt eine Zeichenkette zurück, die den Wert mit der angegebenen Währung, Anzahl von Dezimalstellen, einem Suffix und optionaler Zifferngruppierung (Tausendertrennzeichen) darstellt. Wenn der numerische Wert nicht angegeben ist (null oder undefined), wird eine leere Zeichenkette zurückgegeben. Diese Funktion wurde entwickelt, um für viele Währungen erweitert zu werden."
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "_PAGE_FILTER_CURRENCY_ARGUMENTS_",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "_PAGE_FILTER_CURRENCY_DESCRIPTION_"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "_PAGE_FILTER_CURRENCY_ARGUMENTS_",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "_PAGE_FILTER_CURRENCY_DESCRIPTION_"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "_PAGE_FILTER_CURRENCY_ARGUMENTS_",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "_PAGE_FILTER_CURRENCY_DESCRIPTION_"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "_PAGE_FILTER_CURRENCY_ARGUMENTS_",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "_PAGE_FILTER_CURRENCY_DESCRIPTION_"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "_PAGE_FILTER_CURRENCY_ARGUMENTS_",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "_PAGE_FILTER_CURRENCY_DESCRIPTION_"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_PAGE_FILTER_CURRENCY_ARGUMENTS_": "# Аргументы: \nvalue (Number): Числовое значение, которое должно быть отформатировано как валюта\n[suffix=\"€\"] (String): Суффикс, добавляемый к отформатированной строке для указания валюты\n[digits=2] (Number): Количество десятичных знаков в отформатированной строке\n[digitGrouping=true] (Boolean): Указывает, активирована ли группировка цифр для вставки разделителя тысяч в отформатированную строку",
3
+ "_PAGE_FILTER_CURRENCY_DESCRIPTION_": "Функция <strong>filterCurrency</strong> представляет собой специализированное расширение функции <a href=\"/#/filter-float\"><strong>filterFloat</strong></a> и предназначена для форматирования числовых значений как валюты. Она принимает числовое значение и возвращает строку, представляющую значение с указанной валютой, количеством десятичных знаков, суффиксом и опциональной группировкой цифр (разделителем тысяч). Если числовое значение не указано (null или undefined), возвращается пустая строка. Эта функция разработана для возможности расширения для многих валют."
4
+ }