@opengov/form-builder
Advanced tools
@@ -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
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
5133742
-0.03%84347
-0.08%