@annalib/anna-core 18.2.20 → 18.2.21

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.
@@ -164,6 +164,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
164
164
  onClickableDataClicked(Rowdata: any, id: number): void;
165
165
  removeTooltipOnScroll(): void;
166
166
  iconClickedInTotalRow(colName: string): void;
167
+ changesMadeInEditableInputBox(event: any, editedObject: any, pasteEvent: boolean): void;
167
168
  editableInputValueChanged(value: any, row: any, keyEdited: string): void;
168
169
  radioButtonIconClicked(data: any): void;
169
170
  filterApplied(tableData: any[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "18.2.20",
3
+ "version": "18.2.21",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",