@tilde-nlp/ngx-common 8.1.92 → 8.1.94

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/index.d.ts CHANGED
@@ -1225,12 +1225,12 @@ interface MultiFunctionalTableConfig<T> {
1225
1225
  /** Table pagination configuration. Disabled by default. */
1226
1226
  paginator?: PaginatorConfig;
1227
1227
  /**
1228
- * Callback function for row click.
1229
- */
1228
+ * Callback function for row click.
1229
+ */
1230
1230
  rowClickCallback?: (param: T) => void;
1231
1231
  /**
1232
- * Provide condition under which row clicking should be disabled.
1233
- */
1232
+ * Provide condition under which row clicking should be disabled.
1233
+ */
1234
1234
  disableRowClick?: (param: T) => boolean;
1235
1235
  }
1236
1236
 
@@ -1352,7 +1352,7 @@ declare class MultiFunctionalTableComponent<T> implements OnInit, AfterContentIn
1352
1352
  private updateDataSourceData;
1353
1353
  private updatePaginator;
1354
1354
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiFunctionalTableComponent<any>, never>;
1355
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiFunctionalTableComponent<any>, "tld-multi-functional-table", never, { "config": { "alias": "config"; "required": false; }; "highlightedElements": { "alias": "highlightedElements"; "required": false; }; "trackByFn": { "alias": "trackByFn"; "required": false; }; "highlightedErrorElements": { "alias": "highlightedErrorElements"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "isRowCheckboxAlwaysVisible": { "alias": "isRowCheckboxAlwaysVisible"; "required": false; }; "disablePreselectedItems": { "alias": "disablePreselectedItems"; "required": false; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, { "filterBarChange": "filterBarChange"; "paginatorUpdate": "paginatorUpdate"; "exported": "exported"; "selectionChange": "selectionChange"; }, ["noDataRow", "headerRowDefs", "rowDefs", "columnDefs"], ["[additionalActions]", "[batchActions]", "*"], false, never>;
1355
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiFunctionalTableComponent<any>, "tld-multi-functional-table", never, { "config": { "alias": "config"; "required": false; }; "highlightedElements": { "alias": "highlightedElements"; "required": false; }; "trackByFn": { "alias": "trackByFn"; "required": false; }; "highlightedErrorElements": { "alias": "highlightedErrorElements"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "isRowCheckboxAlwaysVisible": { "alias": "isRowCheckboxAlwaysVisible"; "required": false; }; "disablePreselectedItems": { "alias": "disablePreselectedItems"; "required": false; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, { "filterBarChange": "filterBarChange"; "paginatorUpdate": "paginatorUpdate"; "exported": "exported"; "selectionChange": "selectionChange"; }, ["noDataRow", "headerRowDefs", "rowDefs", "columnDefs"], ["[tableTitleBlock]", "[additionalActions]", "[batchActions]", "*"], false, never>;
1356
1356
  }
1357
1357
 
1358
1358
  declare class StatusDisplayComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "8.1.92",
3
+ "version": "8.1.94",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",