schema-based-json-editor
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -6,3 +6,3 @@ /// <reference types="dragula" /> | ||
import * as common from "./common"; | ||
import { hljs, dragula } from "./lib"; | ||
import { hljs, dragula } from "../typings/lib"; | ||
export declare class JSONEditorComponent { | ||
@@ -9,0 +9,0 @@ schema: common.Schema; |
@@ -5,3 +5,3 @@ /// <reference types="dragula" /> | ||
import * as common from "../common"; | ||
import { hljs, dragula } from "../lib"; | ||
import { hljs, dragula } from "../../typings/lib"; | ||
export declare class ArrayEditorComponent { | ||
@@ -8,0 +8,0 @@ schema: common.ArraySchema; |
@@ -5,3 +5,3 @@ /// <reference types="dragula" /> | ||
import * as common from "../common"; | ||
import { hljs, dragula } from "../lib"; | ||
import { hljs, dragula } from "../../typings/lib"; | ||
export declare class EditorComponent { | ||
@@ -8,0 +8,0 @@ schema: common.ArraySchema; |
@@ -5,3 +5,3 @@ /// <reference types="dragula" /> | ||
import * as common from "../common"; | ||
import { hljs, dragula } from "../lib"; | ||
import { hljs, dragula } from "../../typings/lib"; | ||
export declare class ObjectEditorComponent { | ||
@@ -8,0 +8,0 @@ schema: common.ObjectSchema; |
@@ -5,3 +5,3 @@ /// <reference types="dragula" /> | ||
import * as common from "../common"; | ||
import { hljs, dragula } from "../lib"; | ||
import { hljs, dragula } from "../../typings/lib"; | ||
export declare class StringEditorComponent { | ||
@@ -8,0 +8,0 @@ schema: common.StringSchema; |
@@ -106,3 +106,3 @@ /// <reference types="react" /> | ||
export declare const buttonGroupStyleString: string; | ||
import { hljs as hljsLib, React, dragula } from "./lib"; | ||
import { hljs as hljsLib, React, dragula } from "../typings/lib"; | ||
export interface Props<TSchema extends CommonSchema, TValue> { | ||
@@ -109,0 +109,0 @@ schema: TSchema; |
@@ -6,3 +6,3 @@ /// <reference types="dragula" /> | ||
import * as common from "./common"; | ||
import { hljs, dragula } from "./lib"; | ||
import { hljs, dragula } from "../typings/lib"; | ||
export declare type Props = { | ||
@@ -9,0 +9,0 @@ schema: common.Schema; |
/// <reference types="highlight.js" /> | ||
import * as common from "./common"; | ||
import { hljs } from "./lib"; | ||
import { hljs } from "../typings/lib"; | ||
export declare type This = { | ||
@@ -5,0 +5,0 @@ $emit: (event: string, args: common.ValidityValue<common.ValueType>) => void; |
/// <reference types="dragula" /> | ||
import * as common from "../common"; | ||
import { dragula } from "../lib"; | ||
import { dragula } from "../../typings/lib"; | ||
export declare const arrayEditor: { | ||
@@ -5,0 +5,0 @@ template: string; |
/// <reference types="highlight.js" /> | ||
import * as common from "../common"; | ||
import { hljs } from "../lib"; | ||
import { hljs } from "../../typings/lib"; | ||
export declare const stringEditor: { | ||
@@ -5,0 +5,0 @@ template: string; |
{ | ||
"name": "schema-based-json-editor", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A reactjs, angular2 and vuejs component of schema based json editor.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -88,3 +88,3 @@ [![Dependency Status](https://david-dm.org/plantain-00/schema-based-json-editor.svg)](https://david-dm.org/plantain-00/schema-based-json-editor) | ||
+ readonly: optional, a boolean value | ||
+ dragula: optional the `dragula` library object if you want to reorder array by drag and drop | ||
+ dragula: optional, the `dragula` library object if you want to reorder array by drag and drop | ||
+ markdownit: optional, the `markdown-it` library object if you want to preview markdown | ||
@@ -91,0 +91,0 @@ + hljs: optional, the `highlight.js` library object if you want to highlight code |
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
243682
90
3163