@json-layout/core
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "@json-layout/core", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Compilation and state management utilities for JSON Layout.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,5 +0,5 @@ | ||
import type ajvModule from 'ajv' | ||
import type ajvModule from 'ajv/dist/2019.js' | ||
import type MarkdownIt from 'markdown-it' | ||
import { type NormalizedLayout, type StateNodeOptionsBase } from '@json-layout/vocabulary' | ||
import { type ValidateFunction, type SchemaObject, type ErrorObject } from 'ajv' | ||
import { type ValidateFunction, type SchemaObject, type ErrorObject } from 'ajv/dist/2019.js' | ||
import { type Display } from '../state/utils/display.js' | ||
@@ -6,0 +6,0 @@ import { type LocaleMessages } from '../i18n/types.js' |
@@ -1,2 +0,2 @@ | ||
import ajvModule from 'ajv' | ||
import ajvModule from 'ajv/dist/2019.js' | ||
@@ -3,0 +3,0 @@ const Ajv = ajvModule.default |
@@ -1,2 +0,2 @@ | ||
import { type ErrorObject } from 'ajv' | ||
import { type ErrorObject } from 'ajv/dist/2019.js' | ||
import { | ||
@@ -3,0 +3,0 @@ type CompObject, |
// these dependencies are not pure ESM, users will probably need to inform their bundler to treat them as commonjs | ||
export const commonjsDeps = [ | ||
'ajv', | ||
'ajv/dist/2019.js', | ||
'ajv-formats', | ||
@@ -5,0 +5,0 @@ 'ajv-formats/dist/formats.js', |
@@ -1,5 +0,5 @@ | ||
import type ajvModule from 'ajv'; | ||
import type ajvModule from 'ajv/dist/2019.js'; | ||
import type MarkdownIt from 'markdown-it'; | ||
import { type NormalizedLayout, type StateNodeOptionsBase } from '@json-layout/vocabulary'; | ||
import { type ValidateFunction, type SchemaObject } from 'ajv'; | ||
import { type ValidateFunction, type SchemaObject } from 'ajv/dist/2019.js'; | ||
import { type Display } from '../state/utils/display.js'; | ||
@@ -6,0 +6,0 @@ import { type LocaleMessages } from '../i18n/types.js'; |
@@ -8,3 +8,3 @@ /** | ||
export function resolveRefs(schema: import('ajv').SchemaObject, ajv: ajvModule.default, locale?: string): import('ajv').SchemaObject; | ||
import ajvModule from 'ajv'; | ||
import ajvModule from 'ajv/dist/2019.js'; | ||
//# sourceMappingURL=resolve-refs.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { type ErrorObject } from 'ajv'; | ||
import { type ErrorObject } from 'ajv/dist/2019.js'; | ||
import { type CompObject, type Cols, type StateNodeOptionsBase, type TextField, type Textarea, type NumberField, type Slider, type Checkbox, type Switch, type DatePicker, type DateTimePicker, type TimePicker, type ColorPicker, type Section, type OneOfSelect, type Select, type Autocomplete, type Tabs, type VerticalTabs, type ExpansionPanels, type Stepper, type List, type Combobox, type Markdown, type FileInput, type Child } from '@json-layout/vocabulary'; | ||
@@ -3,0 +3,0 @@ import { type SkeletonTree, type SkeletonNode, type StatefulLayout, type CompiledLayout } from '../index.js'; |
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
117941