ontimize-web-ngx 15.3.4 → 15.3.5

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.
@@ -85,6 +85,8 @@ export declare class OTableComponent extends AbstractOServiceComponent<OTableCom
85
85
  rowIndex: number;
86
86
  event: MouseEvent;
87
87
  }>;
88
+ protected clickSubjectSubscription: Subscription;
89
+ protected dbClickSubjectSubscription: Subscription;
88
90
  set oMatSort(_sort: OMatSort);
89
91
  virtualScrollViewport: CdkVirtualScrollViewport;
90
92
  oTableGlobalConfig: OTableGlobalConfig;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ontimize-web-ngx",
3
3
  "homepage": "https://github.com/OntimizeWeb/ontimize-web-ngx#readme",
4
- "version": "15.3.4",
4
+ "version": "15.3.5",
5
5
  "description": "Ontimize Web framework using Angular 15",
6
6
  "bugs": "https://github.com/OntimizeWeb/ontimize-web-ngx/issues",
7
7
  "author": "Imatia S.L.",