@syncfusion/ej2-layouts
Advanced tools
Comparing version 21.2.9 to 22.1.34
@@ -40,2 +40,3 @@ { | ||
"security/detect-new-buffer":"error", | ||
"security/detect-bidi-characters":"error", | ||
"@typescript-eslint/no-inferrable-types": "off", | ||
@@ -42,0 +43,0 @@ "@typescript-eslint/ban-types": ["warn", { |
@@ -5,2 +5,4 @@ # Changelog | ||
## 21.2.9 (2023-06-06) | ||
### Dashboard Layout | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 21.2.9 | ||
* version : 22.1.34 | ||
* 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-layouts@*", | ||
"_id": "@syncfusion/ej2-layouts@21.2.6", | ||
"_id": "@syncfusion/ej2-layouts@21.3.0", | ||
"_inBundle": false, | ||
"_integrity": "sha512-oPRVnc4Y6GJ/EgKsDQT3KHvSjYdFBECeXE6zUvOBXRwJje/TDkTOrypx90XOgQ+8t0+VtC6y8+8wmzwKxiZepA==", | ||
"_integrity": "sha512-NP9S9pT9bVCmEjESnp2DUWNNlPtSr3cdGDpLiDtD1MnJ2zSMjWDX9rh41uV29hhA4xObAGw28En+sCJbnDGohA==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -30,4 +30,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-21.2.6.tgz", | ||
"_shasum": "dcd35ff989ae0708599b9728a48dea1d72604726", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-21.3.0.tgz", | ||
"_shasum": "29a4e9548f8ead95b7500bbfb035bea56f51264a", | ||
"_spec": "@syncfusion/ej2-layouts@*", | ||
@@ -40,3 +40,3 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~21.2.9" | ||
"@syncfusion/ej2-base": "~22.1.34" | ||
}, | ||
@@ -81,5 +81,5 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "21.2.9", | ||
"version": "22.1.34", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -26,5 +26,6 @@ import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, setValue } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest, SanitizeHtmlHelper, getValue } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser, extend } from '@syncfusion/ej2-base'; | ||
* Defines the template value that should be displayed as the panel's header. | ||
* | ||
* | ||
* @aspType string | ||
*/ | ||
header?: string | HTMLElement; | ||
header?: string | HTMLElement | Function; | ||
@@ -34,5 +35,6 @@ /** | ||
* | ||
* @aspType string | ||
*/ | ||
content?: string | HTMLElement; | ||
content?: string | HTMLElement | Function; | ||
@@ -39,0 +41,0 @@ /** |
@@ -24,9 +24,11 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base'; | ||
* | ||
* @aspType string | ||
*/ | ||
header: string | HTMLElement; | ||
header: string | HTMLElement | Function; | ||
/** | ||
* Defines the template value that should be displayed as the panel's content. | ||
* | ||
* @aspType string | ||
*/ | ||
content: string | HTMLElement; | ||
content: string | HTMLElement | Function; | ||
/** | ||
@@ -684,5 +686,5 @@ * Defines whether to the panel should be enabled or not. | ||
id?: string; | ||
header?: string | HTMLElement; | ||
content?: string | HTMLElement; | ||
header?: string | HTMLElement | Function; | ||
content?: string | HTMLElement | Function; | ||
} | ||
export {}; |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4740092
334
65949
+ Added@syncfusion/ej2-base@22.1.38(transitive)
+ Added@syncfusion/ej2-icons@22.1.34(transitive)
- Removed@syncfusion/ej2-base@21.2.9(transitive)
- Removed@syncfusion/ej2-icons@21.2.3(transitive)