survey-angular-ui 2.5.1 → 2.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-angular-ui",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "homepage": "https://surveyjs.io/",
5
5
  "author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "@angular/cdk": "*",
43
43
  "@angular/core": "*",
44
44
  "@angular/forms": "*",
45
- "survey-core": "2.5.1"
45
+ "survey-core": "2.5.2"
46
46
  },
47
47
  "overrides": {
48
48
  "stylus": "github:stylus/stylus#0.54.8"
@@ -9,6 +9,7 @@ export declare class Key2ClickDirective implements OnChanges, OnDestroy {
9
9
  key2click?: IAttachKey2clickOptions;
10
10
  private onkeydown;
11
11
  private onkeyup;
12
+ private onpointerup;
12
13
  private blur;
13
14
  constructor(el: ElementRef);
14
15
  get element(): any;