Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-calendars

Package Overview
Dependencies
Maintainers
3
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-calendars - npm Package Compare versions

Comparing version 22.2.5 to 22.2.8

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### TimePicker
#### Features
- `#I480992` - Added support for configuring server time zone settings to the component. The `serverTimezoneOffset` property can now be used to set the pre-bound value based on the time zone provided to the component.
## 21.1.34 (2023-06-21)

@@ -7,0 +13,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 22.2.5
* version : 22.2.8
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-calendars@*",
"_id": "@syncfusion/ej2-calendars@22.1.38",
"_id": "@syncfusion/ej2-calendars@22.2.5",
"_inBundle": false,
"_integrity": "sha512-zGy7hUky1kYnX3fOahA6MOBfS96CdcaEem4xQU04J9I9B4JGWig57/FbJM7d+fD82ziwCZHMUKEoWgfx/gBIZA==",
"_integrity": "sha512-8uOgh/z4WYO1S0RRs7i9xKrTZH7IMosBksP0wQKJc0+qfH41qrqqMmO8ZRw4YWOrMuvgNq3pbYSVi+hZHvAgKQ==",
"_location": "/@syncfusion/ej2-calendars",

@@ -35,4 +35,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.1.38.tgz",
"_shasum": "7d3e377422163ae2c15fdb2aa167c94fd9ed7005",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-calendars/-/ej2-calendars-22.2.5.tgz",
"_shasum": "ce697c5db112a2a494f5e224efed4dd6980a5e7f",
"_spec": "@syncfusion/ej2-calendars@*",

@@ -49,6 +49,6 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-buttons": "~22.2.5",
"@syncfusion/ej2-inputs": "~22.2.5",
"@syncfusion/ej2-lists": "~22.2.5",
"@syncfusion/ej2-popups": "~22.2.5"
"@syncfusion/ej2-buttons": "~22.2.8",
"@syncfusion/ej2-inputs": "~22.2.7",
"@syncfusion/ej2-lists": "~22.2.8",
"@syncfusion/ej2-popups": "~22.2.7"
},

@@ -86,4 +86,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "22.2.5",
"version": "22.2.8",
"sideEffects": false
}

@@ -321,2 +321,12 @@ import { EventHandler, Property, Internationalization, NotifyPropertyChanges } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, Animation, AnimationModel, Browser, BaseEventArgs } from '@syncfusion/ej2-base';import { EmitType, cldrData, L10n, Component, getDefaultDateObject, rippleEffect, RippleOptions, Event } from '@syncfusion/ej2-base';import { remove, addClass, detach, removeClass, closest, append, attributes, setStyleAttribute } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit, getValue, extend, getUniqueID, ModuleDeclaration, ChildProperty } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { FocusEventArgs, BlurEventArgs, ClearedEventArgs } from '../calendar/calendar';import { Input, InputObject, IInput, FloatLabelType } from '@syncfusion/ej2-inputs';import { ListBase, ListBaseOptions, createElementParams } from '@syncfusion/ej2-lists';

/**
* By default, the time value will be processed based on system time zone.
* If you want to process the initial time value using server time zone
* then specify the time zone value to `serverTimezoneOffset` property.
*
* @default null
*/
serverTimezoneOffset?: number;
/**
* Triggers when the value is changed.

@@ -323,0 +333,0 @@ *

@@ -426,2 +426,11 @@ import { Internationalization } from '@syncfusion/ej2-base';

/**
* By default, the time value will be processed based on system time zone.
* If you want to process the initial time value using server time zone
* then specify the time zone value to `serverTimezoneOffset` property.
*
* @default null
*/
serverTimezoneOffset: number;
/**
* Triggers when the value is changed.

@@ -496,2 +505,4 @@ *

protected render(): void;
protected setTimeZone(): void;
protected isDayLightSaving(): boolean;
private setTimeAllowEdit;

@@ -498,0 +509,0 @@ private clearIconState;

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

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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

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

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