Socket
Socket
Sign inDemoInstall

@open-formulieren/types

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-formulieren/types - npm Package Compare versions

Comparing version 0.18.3 to 0.19.0

3

lib/formio/components/date.d.ts
import { InputComponentSchema, MultipleCapable, PrefillConfig } from '..';
import { OFExtensions } from '../base';
import { FutureDateConstraint as BaseFutureDateConstraint, PastDateConstraint as BasePastDateConstraint, DateConstraintConfiguration, DatePickerConfig } from '../dates';
import { FutureDateConstraint as BaseFutureDateConstraint, PastDateConstraint as BasePastDateConstraint, DateConstraintConfiguration, DatePickerConfig, PickerCustomOptions } from '../dates';
type Validator = 'required';

@@ -24,2 +24,3 @@ type TranslatableKeys = 'label' | 'description' | 'tooltip';

datePicker?: DatePickerConfig;
customOptions?: PickerCustomOptions;
}

@@ -26,0 +27,0 @@ /**

import { InputComponentSchema, MultipleCapable, PrefillConfig } from '..';
import { OFExtensions } from '../base';
import { DateConstraintConfiguration, DatePickerConfig, FutureDateConstraint, PastDateConstraint } from '../dates';
import { DateConstraintConfiguration, DatePickerConfig, FutureDateConstraint, PastDateConstraint, PickerCustomOptions } from '../dates';
type Validator = 'required';

@@ -18,2 +18,3 @@ type TranslatableKeys = 'label' | 'description' | 'tooltip';

datePicker?: DatePickerConfig;
customOptions?: PickerCustomOptions;
}

@@ -20,0 +21,0 @@ /**

@@ -73,1 +73,5 @@ /**

}
/** Flatpickr specific custom options for the widget **/
export interface PickerCustomOptions {
allowInvalidPreload?: boolean;
}
{
"name": "@open-formulieren/types",
"version": "0.18.3",
"version": "0.19.0",
"description": "Typescript type definitions for Open Forms' Form.io extensions",

@@ -5,0 +5,0 @@ "main": "index.js",

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