Socket
Socket
Sign inDemoInstall

@jsonforms/core

Package Overview
Dependencies
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonforms/core - npm Package Compare versions

Comparing version 3.3.0-beta.0 to 3.3.0-beta.1

0

lib/actions/actions.d.ts

@@ -0,0 +0,0 @@ import type AJV from 'ajv';

export * from './actions';

@@ -0,0 +0,0 @@ export declare const configDefault: {

@@ -0,0 +0,0 @@ import type { ControlElement, JsonSchema, UISchemaElement } from '../';

export * from './Generate';
export * from './schema';
export * from './uischema';

@@ -0,0 +0,0 @@ import type { JsonSchema4 } from '../models';

@@ -0,0 +0,0 @@ import { ControlElement, JsonSchema, UISchemaElement } from '../models';

@@ -0,0 +0,0 @@ import type { ControlElement, JsonSchema, LabelDescription } from './models';

@@ -0,0 +0,0 @@ export interface ArrayDefaultTranslation {

@@ -0,0 +0,0 @@ export interface CombinatorDefaultTranslation {

@@ -0,0 +0,0 @@ import type { ErrorObject } from 'ajv';

@@ -0,0 +0,0 @@ import type { ErrorObject } from 'ajv';

@@ -0,0 +0,0 @@ export * from './i18nTypes';

@@ -0,0 +0,0 @@ export * from './actions';

@@ -0,0 +0,0 @@ export declare const Draft4: {

@@ -0,0 +0,0 @@ export * from './draft4';

import type { JsonSchema4 } from './jsonSchema4';
import type { JsonSchema7 } from './jsonSchema7';
export type JsonSchema = JsonSchema4 | JsonSchema7;

@@ -0,0 +0,0 @@ export interface JsonSchema4 {

@@ -0,0 +0,0 @@ export interface JsonSchema7 {

@@ -0,0 +0,0 @@ import type { JsonSchema } from './jsonSchema';

@@ -0,0 +0,0 @@ import type { RankedTester } from '../testers';

import { SetConfigAction } from '../actions';
import type { Reducer } from '../util';
export declare const configReducer: Reducer<any, SetConfigAction>;

@@ -0,0 +0,0 @@ import type Ajv from 'ajv';

@@ -0,0 +0,0 @@ import { RegisterDefaultDataAction, UnregisterDefaultDataAction } from '../actions';

@@ -0,0 +0,0 @@ import { JsonFormsI18nState } from '../i18n';

@@ -0,0 +0,0 @@ export * from './cells';

@@ -0,0 +0,0 @@ import { CoreActions } from '../actions';

@@ -0,0 +0,0 @@ import type { ControlElement, UISchemaElement } from '../models';

@@ -0,0 +0,0 @@ import type { RankedTester } from '../testers';

@@ -0,0 +0,0 @@ import type Ajv from 'ajv';

@@ -0,0 +0,0 @@ import { UISchemaActions } from '../actions';

@@ -0,0 +0,0 @@ import type { Store } from './util';

export * from './testers';

@@ -0,0 +0,0 @@ import type { Categorization, ControlElement, JsonSchema, UISchemaElement } from '../models';

declare const moveUp: (array: any[], toMove: number) => void;
declare const moveDown: (array: any[], toMove: number) => void;
export { moveUp, moveDown };

@@ -0,0 +0,0 @@ import type { JsonFormsCellRendererRegistryEntry } from '../reducers';

@@ -0,0 +0,0 @@ import type { ControlElement, JsonSchema, UISchemaElement } from '../models';

export declare const defaultDateFormat = "YYYY-MM-DD";
export declare const defaultTimeFormat = "HH:mm:ss";
export declare const defaultDateTimeFormat = "YYYY-MM-DDTHH:mm:ss.sssZ";

@@ -0,0 +0,0 @@ /**

export declare const createId: (proposedId: string) => string;
export declare const removeId: (id: string) => boolean;
export declare const clearAllIds: () => void;

@@ -0,0 +0,0 @@ export * from './array';

@@ -0,0 +0,0 @@ import { ControlElement, JsonSchema, LabelDescription, UISchemaElement } from '../models';

@@ -0,0 +0,0 @@ import { Scopable } from '../models';

@@ -0,0 +0,0 @@ import { ControlElement, JsonSchema, LabelElement, UISchemaElement } from '../models';

@@ -0,0 +0,0 @@ import type { JsonSchema } from '../models';

@@ -0,0 +0,0 @@ import { JsonSchema, UISchemaElement } from '../models';

@@ -0,0 +0,0 @@ import { JsonSchema } from '../models';

@@ -0,0 +0,0 @@ export interface Action<T = any> {

@@ -0,0 +0,0 @@ import { UISchemaElement } from '../models';

@@ -0,0 +0,0 @@ import type { JsonSchema, Scoped, UISchemaElement } from '..';

import Ajv from 'ajv';
import type { Options } from 'ajv';
export declare const createAjv: (options?: Options) => Ajv;

4

package.json
{
"name": "@jsonforms/core",
"version": "3.3.0-beta.0",
"version": "3.3.0-beta.1",
"description": "Core module of JSON Forms",

@@ -89,3 +89,3 @@ "repository": "https://github.com/eclipsesource/jsonforms",

"typedoc": "~0.25.3",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},

@@ -92,0 +92,0 @@ "scripts": {

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