realreport-designer 1.10.14 → 1.10.15

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.
@@ -179,6 +179,8 @@ declare class BandArrayData extends BandData implements IBandData {
179
179
  _internalValues(): any[];
180
180
  getValues(): any[];
181
181
  setValues(vals: any[]): void;
182
+ removeValueAt(index: number): boolean;
183
+ insertValueAt(values: any, index: number): void;
182
184
  clearValues(): void;
183
185
  getFieldSample(): any[];
184
186
  setLinkSource(source: any[]): void;