@syncfusion/ej2-layouts
Advanced tools
Comparing version 17.3.9-beta to 17.3.14
/*! | ||
* filename: index.d.ts | ||
* version : 17.3.9-beta | ||
* version : 17.3.14 | ||
* 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.2.48", | ||
"_id": "@syncfusion/ej2-layouts@17.3.9", | ||
"_inBundle": false, | ||
"_integrity": "sha512-5qhsBBMUwn6m+bc1hd2Dcy1xPm7VVA6f+iLGqrWnJLC4tmyCbbRkrd7li8KMWfdxes3QKHjv3ncx+FGNnfRs7Q==", | ||
"_integrity": "sha512-dwW/wG6JW/JWpkOUoyU8aet8GhLl7mow6w53/EyrCQb92ae11uzPh1jK8W9trPrWvA7ALMdWRAxIs3xJ/3DFUQ==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.2.48.tgz", | ||
"_shasum": "8a3b79773d19ae6a43268a985a409aad6b59b831", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.3.9.tgz", | ||
"_shasum": "dcec41adb53e1554c1d4bd8c180d2f7836e490c4", | ||
"_spec": "@syncfusion/ej2-layouts@*", | ||
@@ -38,3 +38,3 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.3.9-beta" | ||
"@syncfusion/ej2-base": "~17.3.14" | ||
}, | ||
@@ -79,4 +79,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.3.9-beta", | ||
"version": "17.3.14", | ||
"sideEffects": false | ||
} |
@@ -12,3 +12,3 @@ import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined, BlazorDragEventArgs } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, updateBlazorTemplate } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest, isBlazor } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser } from '@syncfusion/ej2-base'; | ||
* Defines the id of the panel. | ||
* @default '' | ||
*/ | ||
@@ -19,3 +19,3 @@ id?: string; | ||
* Defines the CSS class name that can be appended with each panel element. | ||
* @default '' | ||
*/ | ||
@@ -36,3 +36,3 @@ cssClass?: string; | ||
* Defines whether to the panel should be enabled or not. | ||
* @default true | ||
*/ | ||
@@ -43,5 +43,5 @@ enabled?: boolean; | ||
* Defines a row value where the panel should be placed. | ||
* @default 0 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -52,5 +52,5 @@ row?: number; | ||
* Defines the column value where the panel to be placed. | ||
* @default 0 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -62,3 +62,3 @@ col?: number; | ||
* | ||
* @default 1 | ||
*/ | ||
@@ -70,3 +70,3 @@ sizeX?: number; | ||
* | ||
* @default 1 | ||
*/ | ||
@@ -78,3 +78,3 @@ sizeY?: number; | ||
* | ||
* @default 1 | ||
*/ | ||
@@ -86,3 +86,3 @@ minSizeY?: number; | ||
* * | ||
* @default 1 | ||
*/ | ||
@@ -94,5 +94,5 @@ minSizeX?: number; | ||
* * | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
* | ||
@@ -105,5 +105,5 @@ */ | ||
* * | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -115,5 +115,5 @@ maxSizeX?: number; | ||
* * | ||
* @default 1000 | ||
* @aspType double | ||
* @blazorType double | ||
*/ | ||
@@ -132,3 +132,3 @@ zIndex?: number; | ||
* * | ||
* @default true | ||
*/ | ||
@@ -139,3 +139,3 @@ allowDragging?: boolean; | ||
* If allowResizing is set to true, then the DashboardLayout allows you to resize the panels. | ||
* @default false | ||
*/ | ||
@@ -148,3 +148,3 @@ allowResizing?: boolean; | ||
* * | ||
* @default true | ||
* @private | ||
@@ -158,3 +158,3 @@ */ | ||
* * | ||
* @default true | ||
*/ | ||
@@ -165,3 +165,3 @@ allowFloating?: boolean; | ||
* Defines the cell aspect ratio of the panel. | ||
* @default 1 | ||
*/ | ||
@@ -173,3 +173,3 @@ cellAspectRatio?: number; | ||
* * | ||
* @default [5,5] | ||
*/ | ||
@@ -180,3 +180,3 @@ cellSpacing?: number[]; | ||
* Defines the number of columns to be created in the DashboardLayout. | ||
* @default 1 | ||
*/ | ||
@@ -188,3 +188,3 @@ columns?: number; | ||
* * | ||
* @default false | ||
*/ | ||
@@ -196,3 +196,3 @@ showGridLines?: boolean; | ||
* * | ||
* @default null | ||
*/ | ||
@@ -204,3 +204,3 @@ draggableHandle?: string; | ||
* This is not a dashboard layout property. | ||
* @default 'en-US' | ||
* @private | ||
@@ -212,3 +212,3 @@ */ | ||
* Defines the media query value where the dashboardlayout becomes stacked layout when the resolution meets. | ||
* @default 'max-width:600px' | ||
*/ | ||
@@ -221,3 +221,3 @@ mediaQuery?: string; | ||
* | ||
* @default null | ||
*/ | ||
@@ -228,3 +228,3 @@ panels?: PanelModel[]; | ||
* Defines the resizing handles directions used for resizing the panels. | ||
* @default 'e-south-east' | ||
* | ||
@@ -237,3 +237,3 @@ */ | ||
* @event | ||
* @blazorProperty 'Changed' | ||
*/ | ||
@@ -245,3 +245,3 @@ change?: EmitType<ChangeEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnDragStart' | ||
*/ | ||
@@ -253,3 +253,3 @@ dragStart?: EmitType<DragStartArgs>; | ||
* @event | ||
* @blazorProperty 'Dragging' | ||
*/ | ||
@@ -261,3 +261,3 @@ drag?: EmitType<DraggedEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnDragStop' | ||
*/ | ||
@@ -269,3 +269,3 @@ dragStop?: EmitType<DragStopArgs>; | ||
* @event | ||
* @blazorProperty 'OnResizeStart' | ||
*/ | ||
@@ -277,3 +277,3 @@ resizeStart?: EmitType<ResizeArgs>; | ||
* @event | ||
* @blazorProperty 'Resizing' | ||
*/ | ||
@@ -285,3 +285,3 @@ resize?: EmitType<ResizeArgs>; | ||
* @event | ||
* @blazorProperty 'OnResizeStop' | ||
*/ | ||
@@ -293,3 +293,3 @@ resizeStop?: EmitType<ResizeArgs>; | ||
* @event | ||
* @blazorproperty 'Created' | ||
*/ | ||
@@ -301,3 +301,3 @@ created?: EmitType<Object>; | ||
* @event | ||
* @blazorproperty 'Destroyed' | ||
*/ | ||
@@ -304,0 +304,0 @@ destroyed?: EmitType<Object>; |
@@ -11,3 +11,3 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base'; | ||
* Defines the id of the panel. | ||
* @default '' | ||
*/ | ||
@@ -17,3 +17,3 @@ id: string; | ||
* Defines the CSS class name that can be appended with each panel element. | ||
* @default '' | ||
*/ | ||
@@ -31,3 +31,3 @@ cssClass: string; | ||
* Defines whether to the panel should be enabled or not. | ||
* @default true | ||
*/ | ||
@@ -37,5 +37,5 @@ enabled: boolean; | ||
* Defines a row value where the panel should be placed. | ||
* @default 0 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -45,5 +45,5 @@ row: number; | ||
* Defines the column value where the panel to be placed. | ||
* @default 0 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -54,3 +54,3 @@ col: number; | ||
* | ||
* @default 1 | ||
*/ | ||
@@ -61,3 +61,3 @@ sizeX: number; | ||
* | ||
* @default 1 | ||
*/ | ||
@@ -68,3 +68,3 @@ sizeY: number; | ||
* | ||
* @default 1 | ||
*/ | ||
@@ -75,3 +75,3 @@ minSizeY: number; | ||
* * | ||
* @default 1 | ||
*/ | ||
@@ -82,5 +82,5 @@ minSizeX: number; | ||
* * | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
* | ||
@@ -92,5 +92,5 @@ */ | ||
* * | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -101,5 +101,5 @@ maxSizeX: number; | ||
* * | ||
* @default 1000 | ||
* @aspType double | ||
* @blazorType double | ||
*/ | ||
@@ -129,3 +129,2 @@ zIndex: number; | ||
protected dragStartArgs: DragStartArgs; | ||
protected isDynamicallyUpdated: boolean; | ||
protected dragStopEventArgs: DragStopArgs; | ||
@@ -224,3 +223,3 @@ protected draggedEventArgs: DraggedEventArgs; | ||
* * | ||
* @default true | ||
*/ | ||
@@ -230,3 +229,3 @@ allowDragging: boolean; | ||
* If allowResizing is set to true, then the DashboardLayout allows you to resize the panels. | ||
* @default false | ||
*/ | ||
@@ -238,3 +237,3 @@ allowResizing: boolean; | ||
* * | ||
* @default true | ||
* @private | ||
@@ -247,3 +246,3 @@ */ | ||
* * | ||
* @default true | ||
*/ | ||
@@ -253,3 +252,3 @@ allowFloating: boolean; | ||
* Defines the cell aspect ratio of the panel. | ||
* @default 1 | ||
*/ | ||
@@ -260,3 +259,3 @@ cellAspectRatio: number; | ||
* * | ||
* @default [5,5] | ||
*/ | ||
@@ -266,3 +265,3 @@ cellSpacing: number[]; | ||
* Defines the number of columns to be created in the DashboardLayout. | ||
* @default 1 | ||
*/ | ||
@@ -273,3 +272,3 @@ columns: number; | ||
* * | ||
* @default false | ||
*/ | ||
@@ -280,3 +279,3 @@ showGridLines: boolean; | ||
* * | ||
* @default null | ||
*/ | ||
@@ -287,3 +286,3 @@ draggableHandle: string; | ||
* This is not a dashboard layout property. | ||
* @default 'en-US' | ||
* @private | ||
@@ -294,3 +293,3 @@ */ | ||
* Defines the media query value where the dashboardlayout becomes stacked layout when the resolution meets. | ||
* @default 'max-width:600px' | ||
*/ | ||
@@ -302,3 +301,3 @@ mediaQuery: string; | ||
* | ||
* @default null | ||
*/ | ||
@@ -308,3 +307,3 @@ panels: PanelModel[]; | ||
* Defines the resizing handles directions used for resizing the panels. | ||
* @default 'e-south-east' | ||
* | ||
@@ -316,3 +315,3 @@ */ | ||
* @event | ||
* @blazorProperty 'Changed' | ||
*/ | ||
@@ -323,3 +322,3 @@ change: EmitType<ChangeEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnDragStart' | ||
*/ | ||
@@ -330,3 +329,3 @@ dragStart: EmitType<DragStartArgs>; | ||
* @event | ||
* @blazorProperty 'Dragging' | ||
*/ | ||
@@ -337,3 +336,3 @@ drag: EmitType<DraggedEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnDragStop' | ||
*/ | ||
@@ -344,3 +343,3 @@ dragStop: EmitType<DragStopArgs>; | ||
* @event | ||
* @blazorProperty 'OnResizeStart' | ||
*/ | ||
@@ -351,3 +350,3 @@ resizeStart: EmitType<ResizeArgs>; | ||
* @event | ||
* @blazorProperty 'Resizing' | ||
*/ | ||
@@ -358,3 +357,3 @@ resize: EmitType<ResizeArgs>; | ||
* @event | ||
* @blazorProperty 'OnResizeStop' | ||
*/ | ||
@@ -365,3 +364,3 @@ resizeStop: EmitType<ResizeArgs>; | ||
* @event | ||
* @blazorproperty 'Created' | ||
*/ | ||
@@ -372,3 +371,3 @@ created: EmitType<Object>; | ||
* @event | ||
* @blazorproperty 'Destroyed' | ||
*/ | ||
@@ -375,0 +374,0 @@ destroyed: EmitType<Object>; |
@@ -12,3 +12,3 @@ import { Component, Property, setStyleAttribute, ChildProperty, compile, isBlazor } 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'; | ||
* Configures the properties for each pane. | ||
* @default '' | ||
*/ | ||
@@ -19,3 +19,3 @@ size?: string; | ||
* Specifies whether a pane is collapsible or not collapsible. | ||
* @default false | ||
*/ | ||
@@ -26,3 +26,3 @@ collapsible?: boolean; | ||
* Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter. | ||
* @default false | ||
*/ | ||
@@ -34,3 +34,3 @@ collapsed?: boolean; | ||
* You can disable this for any specific panes using this property. | ||
* @default true | ||
*/ | ||
@@ -41,3 +41,3 @@ resizable?: boolean; | ||
* Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size. | ||
* @default null | ||
*/ | ||
@@ -48,3 +48,3 @@ min?: string; | ||
* Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit. | ||
* @default null | ||
*/ | ||
@@ -55,4 +55,4 @@ max?: string; | ||
* Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls. | ||
* @default '' | ||
* @blazorType string | ||
*/ | ||
@@ -70,3 +70,3 @@ content?: string | HTMLElement; | ||
* Specifies the height of the Splitter component that accepts both string and number values. | ||
* @default '100%' | ||
*/ | ||
@@ -78,3 +78,3 @@ height?: string; | ||
* The string value can be either in pixel or percentage format. | ||
* @default '100%' | ||
*/ | ||
@@ -85,3 +85,3 @@ width?: string; | ||
* Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible and collapsed. | ||
* @default [] | ||
*/ | ||
@@ -94,3 +94,3 @@ paneSettings?: PanePropertiesModel[]; | ||
* * Set the orientation property as "Vertical" to create a vertical splitter that aligns the panes top-to-bottom. | ||
* @default Horizontal | ||
*/ | ||
@@ -104,3 +104,3 @@ orientation?: Orientation; | ||
* One or more custom CSS classes can be specified to the Splitter. | ||
* @default '' | ||
*/ | ||
@@ -112,3 +112,3 @@ cssClass?: string; | ||
* The Splitter component does not allow to interact when this property is disabled. | ||
* @default true | ||
*/ | ||
@@ -120,3 +120,3 @@ enabled?: boolean; | ||
* The separator is used to separate the panes by lines. | ||
* @default null | ||
*/ | ||
@@ -128,3 +128,3 @@ separatorSize?: number; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -136,3 +136,3 @@ created?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnResizeStart' | ||
*/ | ||
@@ -144,3 +144,3 @@ resizeStart?: EmitType<ResizeEventArgs>; | ||
* @event | ||
* @blazorProperty 'Resizing' | ||
*/ | ||
@@ -152,3 +152,3 @@ resizing?: EmitType<ResizingEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnResizeStop' | ||
*/ | ||
@@ -160,3 +160,3 @@ resizeStop?: EmitType<ResizingEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnCollapse' | ||
*/ | ||
@@ -168,3 +168,3 @@ beforeCollapse?: EmitType<BeforeExpandEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnExpand' | ||
*/ | ||
@@ -176,3 +176,3 @@ beforeExpand?: EmitType<BeforeExpandEventArgs>; | ||
* @event | ||
* @blazorProperty 'Collapsed' | ||
*/ | ||
@@ -184,3 +184,3 @@ collapsed?: EmitType<ExpandedEventArgs>; | ||
* @event | ||
* @blazorProperty 'Expanded' | ||
*/ | ||
@@ -187,0 +187,0 @@ expanded?: EmitType<ExpandedEventArgs>; |
@@ -10,3 +10,3 @@ import { Component, ChildProperty } from '@syncfusion/ej2-base'; | ||
* Configures the properties for each pane. | ||
* @default '' | ||
*/ | ||
@@ -16,3 +16,3 @@ size: string; | ||
* Specifies whether a pane is collapsible or not collapsible. | ||
* @default false | ||
*/ | ||
@@ -22,3 +22,3 @@ collapsible: boolean; | ||
* Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter. | ||
* @default false | ||
*/ | ||
@@ -29,3 +29,3 @@ collapsed: boolean; | ||
* You can disable this for any specific panes using this property. | ||
* @default true | ||
*/ | ||
@@ -35,3 +35,3 @@ resizable: boolean; | ||
* Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size. | ||
* @default null | ||
*/ | ||
@@ -41,3 +41,3 @@ min: string; | ||
* Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit. | ||
* @default null | ||
*/ | ||
@@ -47,4 +47,4 @@ max: string; | ||
* Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls. | ||
* @default '' | ||
* @blazorType string | ||
*/ | ||
@@ -117,3 +117,3 @@ content: string | HTMLElement; | ||
* Specifies the height of the Splitter component that accepts both string and number values. | ||
* @default '100%' | ||
*/ | ||
@@ -124,3 +124,3 @@ height: string; | ||
* The string value can be either in pixel or percentage format. | ||
* @default '100%' | ||
*/ | ||
@@ -130,3 +130,3 @@ width: string; | ||
* Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible and collapsed. | ||
* @default [] | ||
*/ | ||
@@ -138,3 +138,3 @@ paneSettings: PanePropertiesModel[]; | ||
* * Set the orientation property as "Vertical" to create a vertical splitter that aligns the panes top-to-bottom. | ||
* @default Horizontal | ||
*/ | ||
@@ -147,3 +147,3 @@ orientation: Orientation; | ||
* One or more custom CSS classes can be specified to the Splitter. | ||
* @default '' | ||
*/ | ||
@@ -154,3 +154,3 @@ cssClass: string; | ||
* The Splitter component does not allow to interact when this property is disabled. | ||
* @default true | ||
*/ | ||
@@ -161,3 +161,3 @@ enabled: boolean; | ||
* The separator is used to separate the panes by lines. | ||
* @default null | ||
*/ | ||
@@ -168,3 +168,3 @@ separatorSize: number; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -175,3 +175,3 @@ created: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnResizeStart' | ||
*/ | ||
@@ -182,3 +182,3 @@ resizeStart: EmitType<ResizeEventArgs>; | ||
* @event | ||
* @blazorProperty 'Resizing' | ||
*/ | ||
@@ -189,3 +189,3 @@ resizing: EmitType<ResizingEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnResizeStop' | ||
*/ | ||
@@ -196,3 +196,3 @@ resizeStop: EmitType<ResizingEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnCollapse' | ||
*/ | ||
@@ -203,3 +203,3 @@ beforeCollapse: EmitType<BeforeExpandEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnExpand' | ||
*/ | ||
@@ -210,3 +210,3 @@ beforeExpand: EmitType<BeforeExpandEventArgs>; | ||
* @event | ||
* @blazorProperty 'Collapsed' | ||
*/ | ||
@@ -217,3 +217,3 @@ collapsed: EmitType<ExpandedEventArgs>; | ||
* @event | ||
* @blazorProperty 'Expanded' | ||
*/ | ||
@@ -220,0 +220,0 @@ expanded: EmitType<ExpandedEventArgs>; |
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
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
2
3165347
38977