survey-creator-angular 1.9.87 → 1.9.89

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": "1.9.87",
3
+ "version": "1.9.89",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
5
5
  "homepage": "https://surveyjs.io/Overview/Survey-Creator",
6
6
  "license": "https://surveyjs.io/Licenses#SurveyCreator",
@@ -11,6 +11,9 @@ export declare class QuestionDesignerComponent extends CreatorModelComponent<Que
11
11
  protected createModel(): void;
12
12
  protected getPropertiesToTrack(): string[];
13
13
  protected getModel(): QuestionAdornerViewModel;
14
+ get placeholderComponent(): string;
15
+ get placeholderComponentData(): any;
16
+ get showPlaceholderComponent(): boolean;
14
17
  selectQuestionType(event: any): void;
15
18
  addNewQuestion(event: any): void;
16
19
  adornerComponent: string;
@@ -0,0 +1,9 @@
1
+ import { ThemeSurveyTabViewModel } from "survey-creator-core";
2
+ import { BaseAngular } from "survey-angular-ui";
3
+ import * as i0 from "@angular/core";
4
+ export declare class ThemeTabComponent extends BaseAngular<ThemeSurveyTabViewModel> {
5
+ model: ThemeSurveyTabViewModel;
6
+ protected getModel(): ThemeSurveyTabViewModel;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThemeTabComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThemeTabComponent, "svc-tab-theme", never, { "model": "model"; }, {}, never, never>;
9
+ }