@procore/data-table 14.17.0 → 14.18.0

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.
@@ -1208,6 +1208,7 @@ interface IFilterProps<Opt = any, Val = number | string | null> {
1208
1208
  onChange?: (values: any[]) => void;
1209
1209
  onRemove?: () => void;
1210
1210
  placeholder?: string;
1211
+ isInteractiveFilterToken?: boolean;
1211
1212
  }
1212
1213
  interface IDateFilterProps<Opt = {
1213
1214
  date: Date;
@@ -1208,6 +1208,7 @@ interface IFilterProps<Opt = any, Val = number | string | null> {
1208
1208
  onChange?: (values: any[]) => void;
1209
1209
  onRemove?: () => void;
1210
1210
  placeholder?: string;
1211
+ isInteractiveFilterToken?: boolean;
1211
1212
  }
1212
1213
  interface IDateFilterProps<Opt = {
1213
1214
  date: Date;