@qrvey/utils 1.16.0-3 → 1.16.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.
@@ -2,7 +2,9 @@ import { II18nFormulaBuilderErrorMessage } from "./II18nFormulaBuilderErrorMessa
2
2
  import { II18nFormulaBuilderV2Functions } from "./II18nFormulaBuilderV2Functions";
3
3
  export interface II18nFormulaBuilderCreateModal {
4
4
  title_header_create: string;
5
+ title_header_create_aggregate: string;
5
6
  title_header_edit: string;
7
+ title_header_edit_aggregate: string;
6
8
  title_header_table: string;
7
9
  name: string;
8
10
  placeholder_name: string;
@@ -39,7 +39,9 @@ exports.I18N_FORMULA_BUILDER = {
39
39
  },
40
40
  create_modal: {
41
41
  title_header_create: "Create Formula",
42
+ title_header_create_aggregate: "Create Aggregate Formula",
42
43
  title_header_edit: "Edit Formula",
44
+ title_header_edit_aggregate: "Edit Aggregate Formula",
43
45
  title_header_table: "Create Table Formula",
44
46
  name: "Formula Name",
45
47
  placeholder_name: "Type Formula Name",
@@ -2,7 +2,9 @@ import { II18nFormulaBuilderErrorMessage } from "./II18nFormulaBuilderErrorMessa
2
2
  import { II18nFormulaBuilderV2Functions } from "./II18nFormulaBuilderV2Functions";
3
3
  export interface II18nFormulaBuilderCreateModal {
4
4
  title_header_create: string;
5
+ title_header_create_aggregate: string;
5
6
  title_header_edit: string;
7
+ title_header_edit_aggregate: string;
6
8
  title_header_table: string;
7
9
  name: string;
8
10
  placeholder_name: string;
@@ -36,7 +36,9 @@ export const I18N_FORMULA_BUILDER = {
36
36
  },
37
37
  create_modal: {
38
38
  title_header_create: "Create Formula",
39
+ title_header_create_aggregate: "Create Aggregate Formula",
39
40
  title_header_edit: "Edit Formula",
41
+ title_header_edit_aggregate: "Edit Aggregate Formula",
40
42
  title_header_table: "Create Table Formula",
41
43
  name: "Formula Name",
42
44
  placeholder_name: "Type Formula Name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.16.0-3",
3
+ "version": "1.16.0-4",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",