Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

survey-creator-angular

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-creator-angular - npm Package Compare versions

Comparing version 1.9.60 to 1.9.61

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc