ia-table 0.15.0 → 0.15.1

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/chat.d.ts CHANGED
@@ -963,6 +963,7 @@ declare type SmartGridCellRendererParams = {
963
963
  rightLabel?: string;
964
964
  splits?: SmartGridColumnDefinition[];
965
965
  isEnableResetButton?: boolean;
966
+ placeholder?: string;
966
967
  } & Record<string, unknown>;
967
968
 
968
969
  declare interface SmartGridCellValueChangedParams {