You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@opengov/form-builder

Package Overview
Dependencies
Maintainers
385
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opengov/form-builder - npm Package Compare versions

Comparing version
0.12.1
to
0.12.2-dropdown-beta.1
+4
-84
dist/form-builder/.../context/FormTemplateEditorContext.d.ts

@@ -70,23 +70,3 @@ import { default as React, ReactNode } from 'react';

fullWidth: boolean;
renderField: ((template: FieldTemplate, config: import('@opengov/form-utils').FieldConfiguration<FieldValues>, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').TextConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').NumberConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').DateConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element);
renderField: import('@opengov/form-utils').RenderField<import('@opengov/form-utils').FieldConfiguration<FieldValues>> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').TextConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').NumberConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').DateConfiguration>;
} | {

@@ -106,23 +86,3 @@ type: string;

filter?: (value: string) => string;
renderField: ((template: FieldTemplate, config: import('@opengov/form-utils').FieldConfiguration<FieldValues>, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').TextConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').NumberConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').DateConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element);
renderField: import('@opengov/form-utils').RenderField<import('@opengov/form-utils').FieldConfiguration<FieldValues>> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').TextConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').NumberConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').DateConfiguration>;
} | {

@@ -141,23 +101,3 @@ type: string;

decimalPlaces: number;
renderField: ((template: FieldTemplate, config: import('@opengov/form-utils').FieldConfiguration<FieldValues>, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').TextConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').NumberConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').DateConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element);
renderField: import('@opengov/form-utils').RenderField<import('@opengov/form-utils').FieldConfiguration<FieldValues>> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').TextConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').NumberConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').DateConfiguration>;
} | {

@@ -176,23 +116,3 @@ type: string;

dateFormat: import('@opengov/form-utils').DateFormat;
renderField: ((template: FieldTemplate, config: import('@opengov/form-utils').FieldConfiguration<FieldValues>, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').TextConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').NumberConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element) | ((template: FieldTemplate, config: import('@opengov/form-utils').DateConfiguration, { disabled, readonly, name, icons, }: {
disabled?: boolean;
readonly?: boolean;
name?: string;
icons?: React.ReactNode;
}) => JSX.Element);
renderField: import('@opengov/form-utils').RenderField<import('@opengov/form-utils').FieldConfiguration<FieldValues>> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').TextConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').NumberConfiguration> | import('@opengov/form-utils').RenderField<import('@opengov/form-utils').DateConfiguration>;
} | null;

@@ -199,0 +119,0 @@ export declare const useSectionType: (type?: string) => SectionConfiguration | null;

+3
-3
{
"name": "@opengov/form-builder",
"version": "0.12.1",
"version": "0.12.2-dropdown-beta.1",
"description": "OpenGov Smart Forms form builder configuration tool",

@@ -36,3 +36,3 @@ "type": "module",

"@mui/system": "^6.1.2",
"@opengov/form-renderer": "^0.2.18",
"@opengov/form-renderer": "^0.2.19-dropdown-beta.1",
"@opengov/react-capital-assets": "^36.2.0",

@@ -45,3 +45,3 @@ "dayjs": "^1.11.13",

"virtua": "^0.39.3",
"@opengov/form-utils": "^0.7.0"
"@opengov/form-utils": "^0.7.1"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display