survey-creator-angular 3.0.3 → 3.0.4

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-creator-angular",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Embeddable SurveyJS drag-and-drop form builder for JSON-based forms in Angular. Create dynamic surveys, polls, quizzes, and other forms, configure conditional logic and validation, and customize the editor UI.",
5
5
  "author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
6
6
  "homepage": "https://surveyjs.io/",
@@ -47,9 +47,9 @@
47
47
  "@angular/cdk": "*",
48
48
  "@angular/core": "*",
49
49
  "@angular/forms": "*",
50
- "survey-angular-ui": "3.0.3",
51
- "survey-core": "3.0.3",
52
- "survey-creator-core": "3.0.3"
50
+ "survey-angular-ui": "3.0.4",
51
+ "survey-core": "3.0.4",
52
+ "survey-creator-core": "3.0.4"
53
53
  },
54
54
  "overrides": {
55
55
  "stylus": "github:stylus/stylus#0.54.8"
@@ -8,6 +8,7 @@ export declare class TranslationTabComponent extends BaseAngular<TranslationBase
8
8
  get sideBySideModel(): TranslationSideBySide | undefined;
9
9
  set sourceScrollContainer(ref: ElementRef<HTMLElement> | undefined);
10
10
  set targetScrollContainer(ref: ElementRef<HTMLElement> | undefined);
11
+ protected detectChanges(): void;
11
12
  get stringsModel(): TranslationBase | undefined;
12
13
  trackStringsSurveyBy(_: number, survey: any): string;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TranslationTabComponent, never>;