survey-creator-react
Advanced tools
Comparing version 1.11.7 to 1.11.8
{ | ||
"name": "survey-creator-react", | ||
"version": "1.11.7", | ||
"version": "1.11.8", | ||
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
}, | ||
"typings": "survey-creator-react.d.ts", | ||
"typings": "./typings/entries/index.d.ts", | ||
"peerDependencies": { | ||
@@ -33,5 +33,5 @@ "ace-builds": "^1.4.12", | ||
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0", | ||
"survey-core": "1.11.7", | ||
"survey-react-ui": "1.11.7", | ||
"survey-creator-core": "1.11.7" | ||
"survey-core": "1.11.8", | ||
"survey-react-ui": "1.11.8", | ||
"survey-creator-core": "1.11.8" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependenciesMeta": { |
export * from "./typings/entries/index"; |
/// <reference types="react" /> | ||
import { Base } from "survey-core"; | ||
import { LocalizableString, Base } from "survey-core"; | ||
import { SurveyCreatorModel } from "survey-creator-core"; | ||
import { CreatorModelElement } from "./ModelElement"; | ||
@@ -10,4 +11,4 @@ export declare class SurveyLocStringEditor extends CreatorModelElement<any, any> { | ||
protected getUpdatedModelProps(): string[]; | ||
private get locString(); | ||
private get creator(); | ||
protected get locString(): LocalizableString; | ||
protected get creator(): SurveyCreatorModel; | ||
private get style(); | ||
@@ -14,0 +15,0 @@ protected getStateElement(): Base; |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
72
719902
1
80
5371