@libxai/board 0.17.310 → 0.17.321

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.
package/dist/index.d.cts CHANGED
@@ -2918,6 +2918,13 @@ interface GanttTranslations {
2918
2918
  filterIncomplete: string;
2919
2919
  filterInProgress: string;
2920
2920
  filterCompleted: string;
2921
+ filter: string;
2922
+ filterBy: string;
2923
+ filterAllDesc: string;
2924
+ filterIncompleteDesc: string;
2925
+ filterInProgressDesc: string;
2926
+ filterCompletedDesc: string;
2927
+ clearFilter: string;
2921
2928
  };
2922
2929
  contextMenu: {
2923
2930
  editTask: string;
package/dist/index.d.ts CHANGED
@@ -2918,6 +2918,13 @@ interface GanttTranslations {
2918
2918
  filterIncomplete: string;
2919
2919
  filterInProgress: string;
2920
2920
  filterCompleted: string;
2921
+ filter: string;
2922
+ filterBy: string;
2923
+ filterAllDesc: string;
2924
+ filterIncompleteDesc: string;
2925
+ filterInProgressDesc: string;
2926
+ filterCompletedDesc: string;
2927
+ clearFilter: string;
2921
2928
  };
2922
2929
  contextMenu: {
2923
2930
  editTask: string;