survey-creator-angular
Advanced tools
Comparing version 1.9.60 to 1.9.61
{ | ||
"name": "survey-creator-angular", | ||
"version": "1.9.60", | ||
"version": "1.9.61", | ||
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://surveyjs.io/Overview/Survey-Creator", |
@@ -1,7 +0,8 @@ | ||
import { Action } from "survey-core"; | ||
import { Action, IAction } from "survey-core"; | ||
import { BaseAngular } from "survey-angular-ui"; | ||
import * as i0 from "@angular/core"; | ||
export declare class PageNavigatorItemComponent extends BaseAngular<Action> { | ||
model: Action; | ||
model: Action | IAction; | ||
protected getModel(): Action; | ||
get anyModel(): any; | ||
click(event: any): void; | ||
@@ -8,0 +9,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<PageNavigatorItemComponent, never>; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="survey-core" /> | ||
import { QuestionAngular } from "survey-angular-ui"; | ||
@@ -5,3 +6,3 @@ import { QuestionEmbeddedSurveyModel } from "survey-creator-core"; | ||
export declare class EmbeddedSurveyQuestionComponent extends QuestionAngular<QuestionEmbeddedSurveyModel> { | ||
get survey(): import("survey-core").Model; | ||
get survey(): import("survey").SurveyModel; | ||
protected onModelChanged(): void; | ||
@@ -8,0 +9,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<EmbeddedSurveyQuestionComponent, never>; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="survey-core" /> | ||
import { PagesController, TabDesignerViewModel } from "survey-creator-core"; | ||
@@ -7,6 +8,6 @@ import { BaseAngular } from "survey-angular-ui"; | ||
protected getModel(): PagesController; | ||
get creator(): import("survey-creator-core").CreatorBase; | ||
get survey(): import("survey-core").Model; | ||
get creator(): import("creator-base").CreatorBase; | ||
get survey(): import("survey").SurveyModel; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerPagesComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DesignerPagesComponent, "svc-designer-pages", never, { "model": "model"; }, {}, never, never>; | ||
} |
@@ -8,3 +8,3 @@ import { SurveyModel } from "survey-core"; | ||
protected getModel(): SurveyModel; | ||
get creator(): import("survey-creator-core").CreatorBase; | ||
get creator(): import("creator-base").CreatorBase; | ||
get survey(): SurveyModel; | ||
@@ -11,0 +11,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<DesignerSurveyComponent, never>; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="survey-core" /> | ||
import { BaseAngular } from "survey-angular-ui"; | ||
@@ -6,4 +7,4 @@ import { TabDesignerViewModel } from "survey-creator-core"; | ||
model: TabDesignerViewModel; | ||
get survey(): import("survey-core").Model; | ||
get creator(): import("survey-creator-core").CreatorBase; | ||
get survey(): import("survey").SurveyModel; | ||
get creator(): import("creator-base").CreatorBase; | ||
protected getModel(): TabDesignerViewModel; | ||
@@ -10,0 +11,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<DesignerTabComponent, never>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1384842
6947
8