@qrvey/utils 1.16.0-21 → 1.16.0-22

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.
@@ -18,4 +18,6 @@ export interface II18nFilterPanel {
18
18
  header_section: II18nFilterPanelHeaderSection;
19
19
  scope_tooltip: II18nFilterPanelScopeTooltip;
20
20
  settings_section: II18nFilterPanelSettingsSection;
21
+ missing_column: string;
22
+ missing_columns: string;
21
23
  }
@@ -54,4 +54,6 @@ exports.I18N_FILTER_PANEL = {
54
54
  scope_display_icons: "Display icons",
55
55
  scope_display_colors: "Display color code",
56
56
  },
57
+ missing_column: "Your filters point to columns that are missing",
58
+ missing_columns: "This filter is using a missing column",
57
59
  };
@@ -18,4 +18,6 @@ export interface II18nFilterPanel {
18
18
  header_section: II18nFilterPanelHeaderSection;
19
19
  scope_tooltip: II18nFilterPanelScopeTooltip;
20
20
  settings_section: II18nFilterPanelSettingsSection;
21
+ missing_column: string;
22
+ missing_columns: string;
21
23
  }
@@ -51,4 +51,6 @@ export const I18N_FILTER_PANEL = {
51
51
  scope_display_icons: "Display icons",
52
52
  scope_display_colors: "Display color code",
53
53
  },
54
+ missing_column: "Your filters point to columns that are missing",
55
+ missing_columns: "This filter is using a missing column",
54
56
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.16.0-21",
3
+ "version": "1.16.0-22",
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",