survey-creator-knockout
Advanced tools
Comparing version 1.12.11 to 1.12.12
{ | ||
"name": "survey-creator-knockout", | ||
"version": "1.12.11", | ||
"version": "1.12.12", | ||
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.", | ||
@@ -30,5 +30,5 @@ "keywords": [ | ||
"ace-builds": "^1.4.12", | ||
"survey-core": "1.12.11", | ||
"survey-knockout-ui": "1.12.11", | ||
"survey-creator-core": "1.12.11" | ||
"survey-core": "1.12.12", | ||
"survey-knockout-ui": "1.12.12", | ||
"survey-creator-core": "1.12.12" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependenciesMeta": { |
/*! | ||
* SurveyJS Creator v1.12.11 | ||
* SurveyJS Creator v1.12.12 | ||
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/ | ||
@@ -4,0 +4,0 @@ * Github: https://github.com/surveyjs/survey-creator |
@@ -41,2 +41,3 @@ export declare let Version: string; | ||
export * from "../components/search"; | ||
export * from "../components/scroll"; | ||
export * from "../side-bar/property-grid"; | ||
@@ -61,3 +62,2 @@ export * from "../side-bar/side-bar"; | ||
export * from "../tabbed-menu/tabbed-menu-item"; | ||
export * from "../toolbox/toolbox"; | ||
export * from "../toolbox/adaptive-toolbox"; | ||
@@ -64,0 +64,0 @@ export * from "../toolbox/toolbox-item"; |
@@ -1,1 +0,12 @@ | ||
export {}; | ||
import * as ko from "knockout"; | ||
import { SurveyCreator } from "../creator"; | ||
import { Base } from "survey-core"; | ||
import { QuestionToolbox } from "survey-creator-core"; | ||
export declare class ToolboxViewModel extends Base { | ||
private _categoriesSubscription; | ||
categories: ko.ObservableArray<any>; | ||
creator: SurveyCreator; | ||
constructor(creator: SurveyCreator); | ||
get toolbox(): QuestionToolbox; | ||
dispose(): void; | ||
} |
@@ -0,0 +0,0 @@ import * as ko from "knockout"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
102
19
698304
5794