cat-documents-ng 0.3.18 → 0.3.20

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.
@@ -249,11 +249,14 @@ export declare class SHARED {
249
249
  static REJECT_ICON: string;
250
250
  static ACCEPT_BUTTON_STYLE_CLASS: string;
251
251
  static REJECT_BUTTON_STYLE_CLASS: string;
252
+ static NO_DATA_FOUND: string;
253
+ static BORDERS: string[];
252
254
  static FILE_TYPES: string[];
253
255
  static COMMA: string;
254
256
  static TEAM_LEADER: string;
255
257
  static UNDERWRITER_USER: string;
256
258
  static INITIAL_REQUEST: string;
259
+ static ERROR_PARSING_SHEET_DATA: string;
257
260
  static REFRESH_TRIGGER: string;
258
261
  static Menu: {
259
262
  label: string;