@qrvey/utils 1.12.0-2 → 1.12.0-4

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 (237) hide show
  1. package/dist/cjs/globalization/index.d.ts +1 -0
  2. package/dist/cjs/globalization/index.js +1 -0
  3. package/dist/cjs/globalization/labels/I18N_DEFAULT.d.ts +5 -0
  4. package/dist/cjs/globalization/labels/I18N_DEFAULT.js +36 -0
  5. package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +5 -0
  6. package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +124 -0
  7. package/dist/cjs/globalization/labels/bucket_builder/index.d.ts +1 -0
  8. package/dist/cjs/globalization/labels/bucket_builder/index.js +17 -0
  9. package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.d.ts +5 -0
  10. package/dist/cjs/globalization/labels/calendar/I18N_CALENDAR.js +13 -0
  11. package/dist/cjs/globalization/labels/calendar/index.d.ts +1 -0
  12. package/dist/cjs/globalization/labels/calendar/index.js +17 -0
  13. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +5 -0
  14. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +74 -0
  15. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +5 -0
  16. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +39 -0
  17. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +7 -0
  18. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +38 -0
  19. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +7 -0
  20. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +267 -0
  21. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +7 -0
  22. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +141 -0
  23. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +7 -0
  24. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +39 -0
  25. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +7 -0
  26. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +31 -0
  27. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +7 -0
  28. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +298 -0
  29. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +7 -0
  30. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +20 -0
  31. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +7 -0
  32. package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +39 -0
  33. package/dist/cjs/globalization/labels/chart_builder/index.d.ts +10 -0
  34. package/dist/cjs/globalization/labels/chart_builder/index.js +26 -0
  35. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +5 -0
  36. package/dist/cjs/globalization/labels/common/I18N_AGGREGATE_LABEL.js +22 -0
  37. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +44 -0
  38. package/dist/cjs/globalization/labels/common/I18N_COLUMN_LABEL.js +48 -0
  39. package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +5 -0
  40. package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +58 -0
  41. package/dist/cjs/globalization/labels/common/I18N_COMMON.d.ts +5 -0
  42. package/dist/cjs/globalization/labels/common/I18N_COMMON.js +46 -0
  43. package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.d.ts +5 -0
  44. package/dist/cjs/globalization/labels/common/I18N_DATE_GROUPING.js +38 -0
  45. package/dist/cjs/globalization/labels/common/I18N_DAY_NAMES.d.ts +5 -0
  46. package/dist/cjs/globalization/labels/common/I18N_DAY_NAMES.js +32 -0
  47. package/dist/cjs/globalization/labels/common/I18N_RELATIVE_DATES.d.ts +5 -0
  48. package/dist/cjs/globalization/labels/common/I18N_RELATIVE_DATES.js +14 -0
  49. package/dist/cjs/globalization/labels/common/index.d.ts +7 -0
  50. package/dist/cjs/globalization/labels/common/index.js +23 -0
  51. package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +5 -0
  52. package/dist/cjs/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +17 -0
  53. package/dist/cjs/globalization/labels/cross_tabs/index.d.ts +1 -0
  54. package/dist/cjs/globalization/labels/cross_tabs/index.js +17 -0
  55. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +5 -0
  56. package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +52 -0
  57. package/dist/cjs/globalization/labels/dashboard/index.d.ts +1 -0
  58. package/dist/cjs/globalization/labels/dashboard/index.js +17 -0
  59. package/dist/cjs/globalization/labels/filters/I18N_FILTER.d.ts +5 -0
  60. package/dist/cjs/globalization/labels/filters/I18N_FILTER.js +41 -0
  61. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +5 -0
  62. package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +46 -0
  63. package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +5 -0
  64. package/dist/cjs/globalization/labels/filters/I18N_FILTER_DISPLAY.js +12 -0
  65. package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +5 -0
  66. package/dist/cjs/globalization/labels/filters/I18N_FILTER_OPERATOR.js +10 -0
  67. package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +5 -0
  68. package/dist/cjs/globalization/labels/filters/I18N_FILTER_PANEL.js +57 -0
  69. package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +5 -0
  70. package/dist/cjs/globalization/labels/filters/I18N_FILTER_SCOPE.js +17 -0
  71. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +5 -0
  72. package/dist/cjs/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +30 -0
  73. package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +5 -0
  74. package/dist/cjs/globalization/labels/filters/I18N_RANKING_CONTAINER.js +10 -0
  75. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +5 -0
  76. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +20 -0
  77. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +9 -0
  78. package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +12 -0
  79. package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.d.ts +5 -0
  80. package/dist/cjs/globalization/labels/filters/I18N_SLIDEBAR.js +13 -0
  81. package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +5 -0
  82. package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +18 -0
  83. package/dist/cjs/globalization/labels/filters/index.d.ts +12 -0
  84. package/dist/cjs/globalization/labels/filters/index.js +28 -0
  85. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +5 -0
  86. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +722 -0
  87. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.d.ts +5 -0
  88. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.js +16 -0
  89. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.d.ts +5 -0
  90. package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.js +16 -0
  91. package/dist/cjs/globalization/labels/formula_builder/index.d.ts +3 -0
  92. package/dist/cjs/globalization/labels/formula_builder/index.js +19 -0
  93. package/dist/cjs/globalization/labels/index.d.ts +1 -0
  94. package/dist/cjs/globalization/labels/index.js +17 -0
  95. package/dist/cjs/globalization/labels/panel/I18N_PANEL.d.ts +5 -0
  96. package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +128 -0
  97. package/dist/cjs/globalization/labels/panel/index.d.ts +1 -0
  98. package/dist/cjs/globalization/labels/panel/index.js +17 -0
  99. package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +5 -0
  100. package/dist/cjs/globalization/labels/style_themes/I18N_STYLE_THEMES.js +65 -0
  101. package/dist/cjs/globalization/labels/style_themes/index.d.ts +1 -0
  102. package/dist/cjs/globalization/labels/style_themes/index.js +17 -0
  103. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +5 -0
  104. package/dist/cjs/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +42 -0
  105. package/dist/cjs/globalization/labels/table_charts/index.d.ts +1 -0
  106. package/dist/cjs/globalization/labels/table_charts/index.js +17 -0
  107. package/dist/cjs/globalization/labels/tabular_view/I18N_TABULAR_VIEW.d.ts +5 -0
  108. package/dist/cjs/globalization/labels/tabular_view/I18N_TABULAR_VIEW.js +30 -0
  109. package/dist/cjs/globalization/labels/tabular_view/index.d.ts +1 -0
  110. package/dist/cjs/globalization/labels/tabular_view/index.js +17 -0
  111. package/dist/cjs/services/api/Charts.api.js +3 -6
  112. package/dist/cjs/services/api/getAllQrveys.api.js +2 -5
  113. package/dist/cjs/services/api/getDatasetColumns.api.js +2 -5
  114. package/dist/cjs/services/api/getDatasetsByIds.api.js +2 -5
  115. package/dist/cjs/services/api/getModel.api.js +2 -5
  116. package/dist/cjs/services/helpers/Request.d.ts +2 -1
  117. package/dist/cjs/services/helpers/Request.js +18 -5
  118. package/dist/cjs/services/interfaces/IEndpointConfig.d.ts +3 -0
  119. package/dist/globalization/index.d.ts +1 -0
  120. package/dist/globalization/index.js +1 -0
  121. package/dist/globalization/labels/I18N_DEFAULT.d.ts +5 -0
  122. package/dist/globalization/labels/I18N_DEFAULT.js +33 -0
  123. package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.d.ts +5 -0
  124. package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +121 -0
  125. package/dist/globalization/labels/bucket_builder/index.d.ts +1 -0
  126. package/dist/globalization/labels/bucket_builder/index.js +1 -0
  127. package/dist/globalization/labels/calendar/I18N_CALENDAR.d.ts +5 -0
  128. package/dist/globalization/labels/calendar/I18N_CALENDAR.js +10 -0
  129. package/dist/globalization/labels/calendar/index.d.ts +1 -0
  130. package/dist/globalization/labels/calendar/index.js +1 -0
  131. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.d.ts +5 -0
  132. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER.js +71 -0
  133. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.d.ts +5 -0
  134. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +36 -0
  135. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.d.ts +7 -0
  136. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_FORMAT_OPTIONS.js +35 -0
  137. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +7 -0
  138. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +264 -0
  139. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.d.ts +7 -0
  140. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +138 -0
  141. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.d.ts +7 -0
  142. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +36 -0
  143. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.d.ts +7 -0
  144. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_OPERATORS.js +28 -0
  145. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.d.ts +7 -0
  146. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +295 -0
  147. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.d.ts +7 -0
  148. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_THRESHOLD.js +17 -0
  149. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.d.ts +7 -0
  150. package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +36 -0
  151. package/dist/globalization/labels/chart_builder/index.d.ts +10 -0
  152. package/dist/globalization/labels/chart_builder/index.js +10 -0
  153. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.d.ts +5 -0
  154. package/dist/globalization/labels/common/I18N_AGGREGATE_LABEL.js +19 -0
  155. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.d.ts +44 -0
  156. package/dist/globalization/labels/common/I18N_COLUMN_LABEL.js +45 -0
  157. package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.d.ts +5 -0
  158. package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +55 -0
  159. package/dist/globalization/labels/common/I18N_COMMON.d.ts +5 -0
  160. package/dist/globalization/labels/common/I18N_COMMON.js +43 -0
  161. package/dist/globalization/labels/common/I18N_DATE_GROUPING.d.ts +5 -0
  162. package/dist/globalization/labels/common/I18N_DATE_GROUPING.js +35 -0
  163. package/dist/globalization/labels/common/I18N_DAY_NAMES.d.ts +5 -0
  164. package/dist/globalization/labels/common/I18N_DAY_NAMES.js +29 -0
  165. package/dist/globalization/labels/common/I18N_RELATIVE_DATES.d.ts +5 -0
  166. package/dist/globalization/labels/common/I18N_RELATIVE_DATES.js +11 -0
  167. package/dist/globalization/labels/common/index.d.ts +7 -0
  168. package/dist/globalization/labels/common/index.js +7 -0
  169. package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.d.ts +5 -0
  170. package/dist/globalization/labels/cross_tabs/I18N_CROSS_TABS.js +14 -0
  171. package/dist/globalization/labels/cross_tabs/index.d.ts +1 -0
  172. package/dist/globalization/labels/cross_tabs/index.js +1 -0
  173. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.d.ts +5 -0
  174. package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +49 -0
  175. package/dist/globalization/labels/dashboard/index.d.ts +1 -0
  176. package/dist/globalization/labels/dashboard/index.js +1 -0
  177. package/dist/globalization/labels/filters/I18N_FILTER.d.ts +5 -0
  178. package/dist/globalization/labels/filters/I18N_FILTER.js +38 -0
  179. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.d.ts +5 -0
  180. package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +43 -0
  181. package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.d.ts +5 -0
  182. package/dist/globalization/labels/filters/I18N_FILTER_DISPLAY.js +9 -0
  183. package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.d.ts +5 -0
  184. package/dist/globalization/labels/filters/I18N_FILTER_OPERATOR.js +7 -0
  185. package/dist/globalization/labels/filters/I18N_FILTER_PANEL.d.ts +5 -0
  186. package/dist/globalization/labels/filters/I18N_FILTER_PANEL.js +54 -0
  187. package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.d.ts +5 -0
  188. package/dist/globalization/labels/filters/I18N_FILTER_SCOPE.js +14 -0
  189. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.d.ts +5 -0
  190. package/dist/globalization/labels/filters/I18N_FILTER_VALIDATOR.js +27 -0
  191. package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.d.ts +5 -0
  192. package/dist/globalization/labels/filters/I18N_RANKING_CONTAINER.js +7 -0
  193. package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.d.ts +5 -0
  194. package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +17 -0
  195. package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.d.ts +9 -0
  196. package/dist/globalization/labels/filters/I18N_RELATIVE_CURSOR.js +9 -0
  197. package/dist/globalization/labels/filters/I18N_SLIDEBAR.d.ts +5 -0
  198. package/dist/globalization/labels/filters/I18N_SLIDEBAR.js +10 -0
  199. package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.d.ts +5 -0
  200. package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +15 -0
  201. package/dist/globalization/labels/filters/index.d.ts +12 -0
  202. package/dist/globalization/labels/filters/index.js +12 -0
  203. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.d.ts +5 -0
  204. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +719 -0
  205. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.d.ts +5 -0
  206. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_AND.js +13 -0
  207. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.d.ts +5 -0
  208. package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER_FUNCTION_MAX.js +13 -0
  209. package/dist/globalization/labels/formula_builder/index.d.ts +3 -0
  210. package/dist/globalization/labels/formula_builder/index.js +3 -0
  211. package/dist/globalization/labels/index.d.ts +1 -0
  212. package/dist/globalization/labels/index.js +1 -0
  213. package/dist/globalization/labels/panel/I18N_PANEL.d.ts +5 -0
  214. package/dist/globalization/labels/panel/I18N_PANEL.js +125 -0
  215. package/dist/globalization/labels/panel/index.d.ts +1 -0
  216. package/dist/globalization/labels/panel/index.js +1 -0
  217. package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.d.ts +5 -0
  218. package/dist/globalization/labels/style_themes/I18N_STYLE_THEMES.js +62 -0
  219. package/dist/globalization/labels/style_themes/index.d.ts +1 -0
  220. package/dist/globalization/labels/style_themes/index.js +1 -0
  221. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.d.ts +5 -0
  222. package/dist/globalization/labels/table_charts/I18N_TABLE_CHARTS.js +39 -0
  223. package/dist/globalization/labels/table_charts/index.d.ts +1 -0
  224. package/dist/globalization/labels/table_charts/index.js +1 -0
  225. package/dist/globalization/labels/tabular_view/I18N_TABULAR_VIEW.d.ts +5 -0
  226. package/dist/globalization/labels/tabular_view/I18N_TABULAR_VIEW.js +27 -0
  227. package/dist/globalization/labels/tabular_view/index.d.ts +1 -0
  228. package/dist/globalization/labels/tabular_view/index.js +1 -0
  229. package/dist/services/api/Charts.api.js +1 -1
  230. package/dist/services/api/getAllQrveys.api.js +1 -1
  231. package/dist/services/api/getDatasetColumns.api.js +1 -1
  232. package/dist/services/api/getDatasetsByIds.api.js +1 -1
  233. package/dist/services/api/getModel.api.js +1 -1
  234. package/dist/services/helpers/Request.d.ts +2 -1
  235. package/dist/services/helpers/Request.js +17 -6
  236. package/dist/services/interfaces/IEndpointConfig.d.ts +3 -0
  237. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ import { II18nDayNames } from "../../interfaces/common/II18nDayNames";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_DAY_NAMES: II18nDayNames;
@@ -0,0 +1,29 @@
1
+ import { DATE_WEEK_DAYS } from "../../../dates/constants/DATE_WEEK_DAYS";
2
+ import { DATE_WEEK_DAYS_DDDD } from "../../../dates/constants/DATE_WEEK_DAYS_DDDD";
3
+ import { capitalize } from "../../../general/string/capitalize";
4
+ /**
5
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
6
+ */
7
+ export const I18N_DAY_NAMES = {
8
+ sunday_dd: capitalize(DATE_WEEK_DAYS[0].substring(0, 2)),
9
+ monday_dd: capitalize(DATE_WEEK_DAYS[1].substring(0, 2)),
10
+ tuesday_dd: capitalize(DATE_WEEK_DAYS[2].substring(0, 2)),
11
+ wednesday_dd: capitalize(DATE_WEEK_DAYS[3].substring(0, 2)),
12
+ thursday_dd: capitalize(DATE_WEEK_DAYS[4].substring(0, 2)),
13
+ friday_dd: capitalize(DATE_WEEK_DAYS[5].substring(0, 2)),
14
+ saturday_dd: capitalize(DATE_WEEK_DAYS[6].substring(0, 2)),
15
+ sunday_ddd: capitalize(DATE_WEEK_DAYS[0]),
16
+ monday_ddd: capitalize(DATE_WEEK_DAYS[1]),
17
+ tuesday_ddd: capitalize(DATE_WEEK_DAYS[2]),
18
+ wednesday_ddd: capitalize(DATE_WEEK_DAYS[3]),
19
+ thursday_ddd: capitalize(DATE_WEEK_DAYS[4]),
20
+ friday_ddd: capitalize(DATE_WEEK_DAYS[5]),
21
+ saturday_ddd: capitalize(DATE_WEEK_DAYS[6]),
22
+ sunday_dddd: DATE_WEEK_DAYS_DDDD[0],
23
+ monday_dddd: DATE_WEEK_DAYS_DDDD[1],
24
+ tuesday_dddd: DATE_WEEK_DAYS_DDDD[2],
25
+ wednesday_dddd: DATE_WEEK_DAYS_DDDD[3],
26
+ thursday_dddd: DATE_WEEK_DAYS_DDDD[4],
27
+ friday_dddd: DATE_WEEK_DAYS_DDDD[5],
28
+ saturday_dddd: DATE_WEEK_DAYS_DDDD[6],
29
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nRelativeDates } from "../../interfaces/common/II18nRelativeDates";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_RELATIVE_DATES: II18nRelativeDates;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_RELATIVE_DATES = {
5
+ auto: "Auto",
6
+ current_date: "Current Date",
7
+ fixed: "Fixed",
8
+ in_this: "In This",
9
+ the_last: "The Last",
10
+ the_next: "The Next",
11
+ };
@@ -0,0 +1,7 @@
1
+ export * from "./I18N_AGGREGATE_LABEL";
2
+ export * from "./I18N_COLUMN_LABEL";
3
+ export * from "./I18N_COLUMN_PROPERTY_LABEL";
4
+ export * from "./I18N_COMMON";
5
+ export * from "./I18N_DATE_GROUPING";
6
+ export * from "./I18N_DAY_NAMES";
7
+ export * from "./I18N_RELATIVE_DATES";
@@ -0,0 +1,7 @@
1
+ export * from "./I18N_AGGREGATE_LABEL";
2
+ export * from "./I18N_COLUMN_LABEL";
3
+ export * from "./I18N_COLUMN_PROPERTY_LABEL";
4
+ export * from "./I18N_COMMON";
5
+ export * from "./I18N_DATE_GROUPING";
6
+ export * from "./I18N_DAY_NAMES";
7
+ export * from "./I18N_RELATIVE_DATES";
@@ -0,0 +1,5 @@
1
+ import { II18nCrossTabs } from "../../interfaces/cross_tabs/II18nCrossTabs";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_CROSS_TABS: II18nCrossTabs;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_CROSS_TABS = {
5
+ footer_message: "* Grand Totals and Subtotals are based on the aggregate of the data values.",
6
+ grand_total: "Grand Total",
7
+ no_data: "No Data",
8
+ sort: {
9
+ asc: "Sort Ascending",
10
+ clear: "Clear Sorting",
11
+ desc: "Sort Descending",
12
+ },
13
+ total: "Total",
14
+ };
@@ -0,0 +1 @@
1
+ export * from "./I18N_CROSS_TABS";
@@ -0,0 +1 @@
1
+ export * from "./I18N_CROSS_TABS";
@@ -0,0 +1,5 @@
1
+ import { II18nDashboard } from "../../interfaces/dashboard/II18nDashboard";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_DASHBOARD: II18nDashboard;
@@ -0,0 +1,49 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_DASHBOARD = {
5
+ add_chart: {
6
+ add: "Add",
7
+ chart: "Chart",
8
+ metric: "Metric",
9
+ summary: "Summary",
10
+ },
11
+ empty_state: {
12
+ about_charts: "about charts",
13
+ about_metrics: "about metrics",
14
+ learn_more: "Learn more",
15
+ },
16
+ export_csv: "Export to CSV",
17
+ messages: {
18
+ dataset_not_available: "Dataset not available at the moment.",
19
+ dataset_not_found: "Dataset not found.",
20
+ server_error: "Server Error.",
21
+ try_again: "Try Again",
22
+ any_results: "Try resetting your filters to see results",
23
+ no_response: "No responses yet, they'll come when they do!",
24
+ no_record_found: "No Records Found",
25
+ inactivity: "Your qrvey has ended. Create a new one or duplicate this to run it again.",
26
+ },
27
+ toast: {
28
+ add_record_message: "Record Successfully Added.",
29
+ data_views_updated_message: "Data views updated successfully.",
30
+ delete_record_message: "Record Successfully Deleted.",
31
+ refresh_table_message: "Record Successfully Edited.",
32
+ failed_download: "The file(s) could not be exported at this time.",
33
+ panels_loading: "Visualizations are currently loading. Try exporting again once all visualizations have loaded properly.",
34
+ },
35
+ tooltips: {
36
+ buckets: "Buckets",
37
+ download: "Download",
38
+ embed_analyze: "Embed Analyze View",
39
+ formulas: "Formulas",
40
+ histogram: "Histogram",
41
+ style_themes: "Style Themes",
42
+ },
43
+ views: {
44
+ custom_view: "Custom View",
45
+ metric_view: "Metric View",
46
+ summary_view: "Summary",
47
+ tabular_view: "Tabular View",
48
+ },
49
+ };
@@ -0,0 +1 @@
1
+ export * from "./I18N_DASHBOARD";
@@ -0,0 +1 @@
1
+ export * from "./I18N_DASHBOARD";
@@ -0,0 +1,5 @@
1
+ import { II18nFilter } from "../../interfaces/filters/II18nFilter";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FILTER: II18nFilter;
@@ -0,0 +1,38 @@
1
+ import { FILTER_DATE_SECTION_LABEL } from "../../../filters/constants/common/FILTER_DATE_SECTION_LABEL";
2
+ import { I18N_FILTER_OPERATOR } from "./I18N_FILTER_OPERATOR";
3
+ import { I18N_FILTER_SCOPE } from "./I18N_FILTER_SCOPE";
4
+ import { I18N_FILTER_VALIDATOR } from "./I18N_FILTER_VALIDATOR";
5
+ import { I18N_RANKING_CONTAINER } from "./I18N_RANKING_CONTAINER";
6
+ import { I18N_RELATIVE_CONTAINER } from "./I18N_RELATIVE_CONTAINER";
7
+ import { I18N_SLIDEBAR } from "./I18N_SLIDEBAR";
8
+ import { I18N_VALUE_CONTAINER } from "./I18N_VALUE_CONTAINER";
9
+ /**
10
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
11
+ */
12
+ export const I18N_FILTER = {
13
+ date_sections: {
14
+ absolute: FILTER_DATE_SECTION_LABEL.ABSOLUTE,
15
+ relative: FILTER_DATE_SECTION_LABEL.RELATIVE,
16
+ },
17
+ extra_info: {
18
+ date_picker_tooltip: "Created with date picker",
19
+ input_box_tooltip: "Input Box Filter",
20
+ },
21
+ operators: I18N_FILTER_OPERATOR,
22
+ ranking_container: I18N_RANKING_CONTAINER,
23
+ relative_container: I18N_RELATIVE_CONTAINER,
24
+ scope_title: {
25
+ admin: "Admin Filters",
26
+ data: "Data Filters",
27
+ global: "Global Filters",
28
+ page: "Dashboard Filters",
29
+ tab: "Tab Filters",
30
+ chart: "Panel Filters",
31
+ default: "Default Filters",
32
+ action: "Action Filters",
33
+ },
34
+ scopes: I18N_FILTER_SCOPE,
35
+ slidebar: I18N_SLIDEBAR,
36
+ validators: I18N_FILTER_VALIDATOR,
37
+ value_container: I18N_VALUE_CONTAINER,
38
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nFilterBuilder } from "../../interfaces/filters/II18nFilterBuilder";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FILTER_BUILDER: II18nFilterBuilder;
@@ -0,0 +1,43 @@
1
+ import { FILTER_BUILDER_SCOPE_LABEL } from "../../../filters/constants/builder/FILTER_BUILDER_SCOPE_LABEL";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export const I18N_FILTER_BUILDER = {
6
+ apply_button: "Apply",
7
+ apply_to: "Apply to",
8
+ cancel_button: "Cancel",
9
+ column_selector: {
10
+ no_data_message: "No Data Found",
11
+ placeholder: "Search or select a column to create filters",
12
+ title: "Column",
13
+ },
14
+ divider_label: "Is",
15
+ error_messages: {
16
+ invalid_input_one: "Invalid input.",
17
+ invalid_input_other: "Invalid inputs.",
18
+ invalid_input_date_one: "Invalid input. Date Format should be {{date_format}}.",
19
+ invalid_input_date_other: "Invalid inputs. Date Format should be {{date_format}}.",
20
+ invalid_input_numeric_one: "Invalid input. It should be numeric format.",
21
+ invalid_input_numeric_other: "Invalid inputs. They should be numeric format.",
22
+ max_limit_date: "Max date should be after the Min date",
23
+ max_limit: "Max value should be after the Min value",
24
+ min_limit_date: "Min date should be before the Max date",
25
+ min_limit: "Min value should be before the Max value",
26
+ repeated_value_one: "This filter already exists.",
27
+ repeated_value_other: "These filters already exist.",
28
+ },
29
+ info_container: {
30
+ info: "<b>OR</b> logic is used for multiple values.",
31
+ loaded_label: "loaded",
32
+ selected_label: "selected of",
33
+ },
34
+ scopes: {
35
+ global: FILTER_BUILDER_SCOPE_LABEL.GLOBAL,
36
+ page: FILTER_BUILDER_SCOPE_LABEL.PAGE,
37
+ tab: FILTER_BUILDER_SCOPE_LABEL.TAB,
38
+ },
39
+ selected_values_container: {
40
+ empty_message: "No values added",
41
+ },
42
+ title: "Filter",
43
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nFilterDisplay } from "../../interfaces/filters/II18nFilterDisplay";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FILTER_DISPLAY: II18nFilterDisplay;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_FILTER_DISPLAY = {
5
+ add: "Add Filter",
6
+ edit: "Edit",
7
+ remove: "Remove",
8
+ title: "Filters affecting this chart",
9
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nFilterOperator } from "../../interfaces/filters/II18nFilterOperator";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FILTER_OPERATOR: II18nFilterOperator;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_FILTER_OPERATOR = {
5
+ and: "And",
6
+ or: "Or",
7
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nFilterPanel } from "../../interfaces/filters/II18nFilterPanel";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FILTER_PANEL: II18nFilterPanel;
@@ -0,0 +1,54 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_FILTER_PANEL = {
5
+ collapsed_title: "Filters",
6
+ aggregated_filters_label: "Aggregated Filters",
7
+ aggregated_filters_tooltip: "Logic is not editable for aggregated filters",
8
+ card_all_except: "All Except:",
9
+ card_all_selected: "All Selected",
10
+ card_no_items: "No items to filter",
11
+ card_none_selected: "None",
12
+ empty_state: {
13
+ description: "No filters added",
14
+ action: "Add Filter",
15
+ },
16
+ header_section: {
17
+ title: "Filters",
18
+ add_tooltip: "Add Filter",
19
+ setting_tooltip: "Filter panel settings",
20
+ options_tooltip: "Options",
21
+ option_disable_filters: "Disable all filters",
22
+ option_enable_filters: "Enable all filters",
23
+ option_delete_filters: "Delete all filters",
24
+ },
25
+ delete_dialog: {
26
+ title: "Delete Filters",
27
+ description: "This action will delete all available filters. Do you want to proceed?",
28
+ cancel: "Cancel",
29
+ apply: "Delete",
30
+ },
31
+ scope_tooltip: {
32
+ global: "Filters applied to all dashboards",
33
+ page: "Filters applied to the current dashboard",
34
+ chart: "Filters applied to selected chart",
35
+ tab: "Filters applied to the current tab",
36
+ data: "Filters applied to the selected dataset for this user group",
37
+ },
38
+ card_action: {
39
+ edit: "Edit",
40
+ disable: "Disable",
41
+ enable: "Enable",
42
+ delete: "Delete",
43
+ },
44
+ settings_section: {
45
+ title: "Filter Panel Settings",
46
+ show_in_page_view: "Show panel in Page View",
47
+ default_view_title: "Panel default view",
48
+ default_view_closed: "Closed",
49
+ default_view_open: "Open",
50
+ scope_title: "Scope",
51
+ scope_display_icons: "Display icons",
52
+ scope_display_colors: "Display color code",
53
+ },
54
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nFilterScopes } from "../../interfaces/filters/II18nFilterScopes";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FILTER_SCOPE: II18nFilterScopes;
@@ -0,0 +1,14 @@
1
+ import { FILTER_SCOPE_LABEL } from "../../../filters/constants/common/FILTER_SCOPE_LABEL";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export const I18N_FILTER_SCOPE = {
6
+ admin: FILTER_SCOPE_LABEL.ADMIN,
7
+ data: FILTER_SCOPE_LABEL.DATA,
8
+ global: FILTER_SCOPE_LABEL.GLOBAL,
9
+ page: FILTER_SCOPE_LABEL.PAGE,
10
+ tab: FILTER_SCOPE_LABEL.TAB,
11
+ default: FILTER_SCOPE_LABEL.DEFAULT,
12
+ chart: FILTER_SCOPE_LABEL.CHART,
13
+ action: FILTER_SCOPE_LABEL.ACTION,
14
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nFilterValidator } from "../../interfaces/filters/II18nFilterValidator";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FILTER_VALIDATOR: II18nFilterValidator;
@@ -0,0 +1,27 @@
1
+ import { FILTER_VALIDATOR_LABEL } from "../../../filters/constants/common/FILTER_VALIDATOR_LABEL";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export const I18N_FILTER_VALIDATOR = {
6
+ equals_label: FILTER_VALIDATOR_LABEL.EQUALS,
7
+ not_equal_label: FILTER_VALIDATOR_LABEL.NOT_EQUAL,
8
+ contains_label: FILTER_VALIDATOR_LABEL.CONTAINS,
9
+ not_contain_label: FILTER_VALIDATOR_LABEL.NOT_CONTAIN,
10
+ ends_with_label: FILTER_VALIDATOR_LABEL.ENDS_WITH,
11
+ not_end_with_label: FILTER_VALIDATOR_LABEL.NOT_END_WITH,
12
+ starts_with_label: FILTER_VALIDATOR_LABEL.STARTS_WITH,
13
+ not_start_with_label: FILTER_VALIDATOR_LABEL.NOT_START_WITH,
14
+ between_inclusive_label: FILTER_VALIDATOR_LABEL.BETWEEN_INCLUSIVE,
15
+ between_exclusive_label: FILTER_VALIDATOR_LABEL.BETWEEN_EXCLUSIVE,
16
+ less_than_label: FILTER_VALIDATOR_LABEL.LESS_THAN,
17
+ less_than_equal_label: FILTER_VALIDATOR_LABEL.LESS_THAN_EQUAL,
18
+ greater_than_label: FILTER_VALIDATOR_LABEL.GREATER_THAN,
19
+ greater_than_equal_label: FILTER_VALIDATOR_LABEL.GREATER_THAN_EQUAL,
20
+ is_null_label: FILTER_VALIDATOR_LABEL.IS_NULL,
21
+ is_not_null_label: FILTER_VALIDATOR_LABEL.IS_NOT_NULL,
22
+ before_label: FILTER_VALIDATOR_LABEL.BEFORE,
23
+ after_label: FILTER_VALIDATOR_LABEL.AFTER,
24
+ before_on_label: FILTER_VALIDATOR_LABEL.BEFORE_ON,
25
+ after_on_label: FILTER_VALIDATOR_LABEL.AFTER_ON,
26
+ in_label: FILTER_VALIDATOR_LABEL.IN,
27
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nRankingContainer } from "../../interfaces/filters/II18nRankingContainer";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_RANKING_CONTAINER: II18nRankingContainer;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_RANKING_CONTAINER = {
5
+ order_info: "Organize values in the order you want to use as filters",
6
+ add_order: "Add Order",
7
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nRelativeContainer } from "../../interfaces/filters/II18nRelativeContainer";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_RELATIVE_CONTAINER: II18nRelativeContainer;
@@ -0,0 +1,17 @@
1
+ import { I18N_RELATIVE_CURSOR } from "./I18N_RELATIVE_CURSOR";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export const I18N_RELATIVE_CONTAINER = {
6
+ calendar_date: "Calendar dates",
7
+ calendar_date_tooltip: "The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.",
8
+ current_date: "Current Date",
9
+ cursors: I18N_RELATIVE_CURSOR,
10
+ date_selected: "Date Selected",
11
+ from_label: "from",
12
+ starting_date: "Include starting date",
13
+ starting_date_tooltip: "The relative date will include the specific starting date and a period of time to show from that date onwards (Inclusive range). <br/> Unchecking this option will exclude the chosen starting date (exclusive range) from the date range.",
14
+ starting_from: "Starting From",
15
+ set_current_date: "Set to current date",
16
+ utc_tooltip: "The times displayed are in {{utc}}",
17
+ };
@@ -0,0 +1,9 @@
1
+ import { RELATIVE_CURSOR_LABEL } from "../../../dates/relative/constants/RELATIVE_CURSOR_LABEL";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_RELATIVE_CURSOR: {
6
+ this_label: RELATIVE_CURSOR_LABEL;
7
+ the_next_label: RELATIVE_CURSOR_LABEL;
8
+ the_last_label: RELATIVE_CURSOR_LABEL;
9
+ };
@@ -0,0 +1,9 @@
1
+ import { RELATIVE_CURSOR_LABEL } from "../../../dates/relative/constants/RELATIVE_CURSOR_LABEL";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export const I18N_RELATIVE_CURSOR = {
6
+ this_label: RELATIVE_CURSOR_LABEL.THIS,
7
+ the_next_label: RELATIVE_CURSOR_LABEL.NEXT,
8
+ the_last_label: RELATIVE_CURSOR_LABEL.LAST,
9
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nSlidebar } from "../../interfaces/filters/II18nSlidebar";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_SLIDEBAR: II18nSlidebar;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_SLIDEBAR = {
5
+ min: "Data Min",
6
+ max: "Data Max",
7
+ and: "And",
8
+ unavailable_range: "No Range Available",
9
+ value_button_tooltip: "Add new value",
10
+ };
@@ -0,0 +1,5 @@
1
+ import { II18nValueContainer } from "../../interfaces/filters/II18nValueContainer";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_VALUE_CONTAINER: II18nValueContainer;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
+ */
4
+ export const I18N_VALUE_CONTAINER = {
5
+ all_except: "All Except:",
6
+ all_selected: "All Selected",
7
+ no_label: "No Label",
8
+ no_records_message: "No records found",
9
+ search_input: {
10
+ enter_value_first_label: "Press",
11
+ enter_value_second_label: "Enter",
12
+ enter_value_third_label: "to Insert",
13
+ placeholder: "Search or type values separated by commas. Use {{ for tokens.",
14
+ },
15
+ };
@@ -0,0 +1,12 @@
1
+ export * from "./I18N_FILTER";
2
+ export * from "./I18N_FILTER_BUILDER";
3
+ export * from "./I18N_FILTER_DISPLAY";
4
+ export * from "./I18N_FILTER_OPERATOR";
5
+ export * from "./I18N_FILTER_PANEL";
6
+ export * from "./I18N_FILTER_SCOPE";
7
+ export * from "./I18N_FILTER_VALIDATOR";
8
+ export * from "./I18N_RANKING_CONTAINER";
9
+ export * from "./I18N_RELATIVE_CONTAINER";
10
+ export * from "./I18N_RELATIVE_CURSOR";
11
+ export * from "./I18N_SLIDEBAR";
12
+ export * from "./I18N_VALUE_CONTAINER";
@@ -0,0 +1,12 @@
1
+ export * from "./I18N_FILTER";
2
+ export * from "./I18N_FILTER_BUILDER";
3
+ export * from "./I18N_FILTER_DISPLAY";
4
+ export * from "./I18N_FILTER_OPERATOR";
5
+ export * from "./I18N_FILTER_PANEL";
6
+ export * from "./I18N_FILTER_SCOPE";
7
+ export * from "./I18N_FILTER_VALIDATOR";
8
+ export * from "./I18N_RANKING_CONTAINER";
9
+ export * from "./I18N_RELATIVE_CONTAINER";
10
+ export * from "./I18N_RELATIVE_CURSOR";
11
+ export * from "./I18N_SLIDEBAR";
12
+ export * from "./I18N_VALUE_CONTAINER";
@@ -0,0 +1,5 @@
1
+ import { II18nFormulaBuilder } from "../../interfaces/formula_builder/II18nFormulaBuilder";
2
+ /**
3
+ * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
+ */
5
+ export declare const I18N_FORMULA_BUILDER: II18nFormulaBuilder;