Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/date-time-picker

Package Overview
Dependencies
Maintainers
14
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/date-time-picker - npm Package Compare versions

Comparing version 23.1.0-beta1 to 23.1.0-beta2

20

package.json
{
"name": "@vaadin/date-time-picker",
"version": "23.1.0-beta1",
"version": "23.1.0-beta2",
"publishConfig": {

@@ -37,10 +37,10 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.1.0-beta1",
"@vaadin/custom-field": "23.1.0-beta1",
"@vaadin/date-picker": "23.1.0-beta1",
"@vaadin/field-base": "23.1.0-beta1",
"@vaadin/time-picker": "23.1.0-beta1",
"@vaadin/vaadin-lumo-styles": "23.1.0-beta1",
"@vaadin/vaadin-material-styles": "23.1.0-beta1",
"@vaadin/vaadin-themable-mixin": "23.1.0-beta1"
"@vaadin/component-base": "23.1.0-beta2",
"@vaadin/custom-field": "23.1.0-beta2",
"@vaadin/date-picker": "23.1.0-beta2",
"@vaadin/field-base": "23.1.0-beta2",
"@vaadin/time-picker": "23.1.0-beta2",
"@vaadin/vaadin-lumo-styles": "23.1.0-beta2",
"@vaadin/vaadin-material-styles": "23.1.0-beta2",
"@vaadin/vaadin-themable-mixin": "23.1.0-beta2"
},

@@ -52,3 +52,3 @@ "devDependencies": {

},
"gitHead": "8be43cf83102a6b9ccf309687446e590ce0164e8"
"gitHead": "f11f9245a0b5e6bf912725a501c27c24b74e7c8d"
}

@@ -542,3 +542,3 @@ /**

// min and max are always synchronized from date time picker (host) to inner fields because time picker
// Min and max are always synchronized from date time picker (host) to inner fields because time picker
// min and max need to be dynamically set depending on currently selected date instead of simple propagation

@@ -583,3 +583,3 @@ newDatePicker.min = this.__formatDateISO(this.__minDateTime, this.__defaultDateMinMaxValue);

// min and max are always synchronized from parent to slotted because time picker min and max
// Min and max are always synchronized from parent to slotted because time picker min and max
// need to be dynamically set depending on currently selected date instead of simple propagation

@@ -586,0 +586,0 @@ this.__updateTimePickerMinMax();

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