@syncfusion/ej2-layouts
Advanced tools
Comparing version 17.2.28-beta to 17.2.34
/*! | ||
* filename: index.d.ts | ||
* version : 17.2.28-beta | ||
* version : 17.2.34 | ||
* Copyright Syncfusion Inc. 2001 - 2019. 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@17.1.0", | ||
"_id": "@syncfusion/ej2-layouts@17.2.28", | ||
"_inBundle": false, | ||
"_integrity": "sha512-G/89DIjTPQvrCM2mtzJrxiyZ8cFx6/wLXg8O1QIWRzzwzBc6/WLJpfnimJOli8OYwkMyA/P1kTIk3g4vb9bYRw==", | ||
"_integrity": "sha512-HMH3inUFD4jkBtLWgbOhNKhXa7rp9IsQ83sApnb6hljdUXfDrh8SUkEbOjsYNBImZ4ednAMCTJiGxPyokGpj5w==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.1.0.tgz", | ||
"_shasum": "f339b56818e1a15ee49654ee1382b4efb9d02640", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.2.28.tgz", | ||
"_shasum": "c0bbd03bd284d3739a901fedc9c816dcebaf332d", | ||
"_spec": "@syncfusion/ej2-layouts@*", | ||
@@ -38,3 +38,3 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.2.28-beta" | ||
"@syncfusion/ej2-base": "~17.2.34" | ||
}, | ||
@@ -78,4 +78,4 @@ "deprecated": false, | ||
}, | ||
"version": "17.2.28-beta", | ||
"version": "17.2.34", | ||
"sideEffects": false | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, updateBlazorTemplate } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest, resetBlazorTemplate } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser } from '@syncfusion/ej2-base'; | ||
import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, updateBlazorTemplate } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser } from '@syncfusion/ej2-base'; | ||
import {ChangeEventArgs,DragStartArgs,DraggedEventArgs,DragStopArgs,ResizeArgs} from "./dashboard-layout"; | ||
@@ -42,2 +42,3 @@ import {ComponentModel} from '@syncfusion/ej2-base'; | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -50,2 +51,3 @@ row?: number; | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -87,2 +89,3 @@ col?: number; | ||
* @aspType int | ||
* @blazorType int | ||
* | ||
@@ -97,2 +100,3 @@ */ | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -105,3 +109,4 @@ maxSizeX?: number; | ||
* @default 1000 | ||
* @aspType int | ||
* @aspType double | ||
* @blazorType double | ||
*/ | ||
@@ -108,0 +113,0 @@ zIndex?: number; |
@@ -36,2 +36,3 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base'; | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -43,2 +44,3 @@ row: number; | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -75,2 +77,3 @@ col: number; | ||
* @aspType int | ||
* @blazorType int | ||
* | ||
@@ -84,2 +87,3 @@ */ | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -91,3 +95,4 @@ maxSizeX: number; | ||
* @default 1000 | ||
* @aspType int | ||
* @aspType double | ||
* @blazorType double | ||
*/ | ||
@@ -361,4 +366,4 @@ zIndex: number; | ||
private templateParser; | ||
protected renderTemplate(content: string, appendElement: HTMLElement, type: string): void; | ||
protected renderPanels(cellElement: HTMLElement, panelModel: PanelModel): HTMLElement; | ||
protected renderTemplate(content: string, appendElement: HTMLElement, type: string, isStringTemplate: boolean): void; | ||
protected renderPanels(cellElement: HTMLElement, panelModel: PanelModel, panelId: string, isStringTemplate: boolean): HTMLElement; | ||
protected disablePanel(panelElement: HTMLElement): void; | ||
@@ -399,3 +404,3 @@ protected getInlinePanels(panelElement: HTMLElement): void; | ||
protected setHeightAndWidth(panelElement: HTMLElement, panelModel: PanelModel): void; | ||
protected renderCell(panel: PanelModel): HTMLElement; | ||
protected renderCell(panel: PanelModel, isStringTemplate: boolean): HTMLElement; | ||
protected setPanelPosition(cellElement: HTMLElement, row: number, col: number): void; | ||
@@ -402,0 +407,0 @@ protected getRowColumn(): void; |
@@ -1,2 +0,2 @@ | ||
import { Component, Property, setStyleAttribute, ChildProperty, compile } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, addClass, Collection, isNullOrUndefined } from '@syncfusion/ej2-base';import { Event, EmitType, EventHandler, selectAll, removeClass, select, Browser, detach, formatUnit } from '@syncfusion/ej2-base'; | ||
import { Component, Property, setStyleAttribute, ChildProperty, compile } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, addClass, Collection, isNullOrUndefined, updateBlazorTemplate } from '@syncfusion/ej2-base';import { Event, EmitType, EventHandler, selectAll, removeClass, select, Browser, detach, formatUnit } from '@syncfusion/ej2-base'; | ||
import {Orientation,ResizeEventArgs,ResizingEventArgs,BeforeExpandEventArgs,ExpandedEventArgs} from "./splitter"; | ||
@@ -50,2 +50,3 @@ import {ComponentModel} from '@syncfusion/ej2-base'; | ||
* @default '' | ||
* @blazorType string | ||
*/ | ||
@@ -52,0 +53,0 @@ content?: string | HTMLElement; |
@@ -42,2 +42,3 @@ import { Component, ChildProperty } from '@syncfusion/ej2-base'; | ||
* @default '' | ||
* @blazorType string | ||
*/ | ||
@@ -44,0 +45,0 @@ content: string | HTMLElement; |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3102246
38485
2