New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-pivotview

Package Overview
Dependencies
Maintainers
3
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-pivotview - npm Package Compare versions

Comparing version 24.2.4 to 24.2.5

12

CHANGELOG.md

@@ -9,2 +9,14 @@ # Changelog

- `#I542318` - When using the server-side engine, the pivot table will now be rendered properly when the value axis is set to "row" and subTotalsPosition is set to "Bottom".
- `#I548199` - When using the server-side engine, the "SaveAs" toolbar option will now work properly in the pivot table with a CSV data source.
- `#I548188` - Filter dialog members will now be properly sorted for date type fields in the pivot table.
- `#I549549` - The number formatting dialog will not be closed unnecessarily when you click the overlay in the pivot table.
- `#I548580` - When using the server-side engine, drill-through data for calculated field values in the pivot table will now be properly displayed.
## 24.2.4 (2024-02-06)
### PivotTable
#### Bug fixes
- `#I545563` - On demand date formatting will now be applied properly in the pivot table.

@@ -11,0 +23,0 @@ - `#I540803` - The pivot table will now be properly rendered while changing the width of the first column with virtualization enabled.

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 24.2.4
* version : 24.2.5
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

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

{
"_from": "@syncfusion/ej2-pivotview@*",
"_id": "@syncfusion/ej2-pivotview@24.2.3",
"_id": "@syncfusion/ej2-pivotview@24.2.4",
"_inBundle": false,
"_integrity": "sha512-4QFfxptVXiT/qBgETNvmckeC4Nr7SwknqjaQlpRXMfWJWGc1POMa2W6c3h+5t0CJQp1539xTcIykJGome+oHag==",
"_integrity": "sha512-W1ZwPFo5XrzEJAw4u7ObdGJcz1rwYqycHUV6G1pT8/wboOQhcnsTDFRn2icKyBHrZhraPTkv2Q2Yps/Tr9Hp5Q==",
"_location": "/@syncfusion/ej2-pivotview",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.3.tgz",
"_shasum": "35f9c88a4843f16754a172ef65b561280dbbe18f",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-24.2.4.tgz",
"_shasum": "44c73c3980de4f4db39b1e1b249ff82bcff69960",
"_spec": "@syncfusion/ej2-pivotview@*",

@@ -39,18 +39,18 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~24.2.3",
"@syncfusion/ej2-buttons": "~24.2.3",
"@syncfusion/ej2-calendars": "~24.2.3",
"@syncfusion/ej2-charts": "~24.2.4",
"@syncfusion/ej2-base": "~24.2.5",
"@syncfusion/ej2-buttons": "~24.2.5",
"@syncfusion/ej2-calendars": "~24.2.5",
"@syncfusion/ej2-charts": "~24.2.5",
"@syncfusion/ej2-compression": "~24.2.3",
"@syncfusion/ej2-data": "~24.2.3",
"@syncfusion/ej2-dropdowns": "~24.2.4",
"@syncfusion/ej2-dropdowns": "~24.2.5",
"@syncfusion/ej2-excel-export": "~24.2.4",
"@syncfusion/ej2-file-utils": "~24.2.3",
"@syncfusion/ej2-grids": "~24.2.4",
"@syncfusion/ej2-inputs": "~24.2.4",
"@syncfusion/ej2-grids": "~24.2.5",
"@syncfusion/ej2-inputs": "~24.2.5",
"@syncfusion/ej2-lists": "~24.2.4",
"@syncfusion/ej2-navigations": "~24.2.4",
"@syncfusion/ej2-pdf-export": "~24.2.3",
"@syncfusion/ej2-popups": "~24.2.3",
"@syncfusion/ej2-splitbuttons": "~24.2.3",
"@syncfusion/ej2-popups": "~24.2.5",
"@syncfusion/ej2-splitbuttons": "~24.2.5",
"@syncfusion/ej2-svg-base": "~24.2.3"

@@ -124,4 +124,4 @@ },

"typings": "index.d.ts",
"version": "24.2.4",
"version": "24.2.5",
"sideEffects": false
}

@@ -76,3 +76,3 @@ import { Dialog } from '@syncfusion/ej2-popups';

beforeOpen: this.beforeOpen.bind(this), close: this.removeDialog.bind(this),
cssClass: this.parent.cssClass, header: this.parent.localeObj.getConstant('conditionalFormating'), target: document.body
cssClass: this.parent.cssClass, header: this.parent.localeObj.getConstant('conditionalFormatting'), target: document.body
});

@@ -86,3 +86,3 @@ }

enableRtl: this.parent.enableRtl, locale: this.parent.locale, enableHtmlSanitizer: this.parent.enableHtmlSanitizer,
showCloseIcon: true, header: this.parent.localeObj.getConstant('conditionalFormating'), target: this.parent.element
showCloseIcon: true, header: this.parent.localeObj.getConstant('conditionalFormatting'), target: this.parent.element
});

@@ -96,3 +96,3 @@ }

select('#' + this.parentID + 'conditionalformatting', document).querySelector('.' + cls.DIALOG_HEADER)
.setAttribute('title', this.parent.localeObj.getConstant('conditionalFormating'));
.setAttribute('title', this.parent.localeObj.getConstant('conditionalFormatting'));
};

@@ -99,0 +99,0 @@ ConditionalFormatting.prototype.addButtonClick = function () {

@@ -161,3 +161,2 @@ import { createElement, remove, extend, getInstance, select } from '@syncfusion/ej2-base';

AggregateMenu.prototype.createValueSettingsDialog = function (target, parentElement, type) {
var _this = this;
this.parentElement = parentElement;

@@ -198,5 +197,2 @@ var valueDialogElement = createElement('div', {

target: this.parentElement,
overlayClick: function () {
_this.removeDialog();
},
close: this.removeDialog.bind(this),

@@ -203,0 +199,0 @@ cssClass: this.parent.cssClass

@@ -69,5 +69,2 @@ import { Dialog } from '@syncfusion/ej2-popups';

target: this.parent.element,
overlayClick: function () {
_this.removeDialog();
},
close: this.removeDialog.bind(this)

@@ -74,0 +71,0 @@ });

@@ -263,3 +263,2 @@ import { createElement, remove, extend, getInstance, addClass, removeClass, select } from '@syncfusion/ej2-base';

Grouping.prototype.createGroupDialog = function (fieldName, type, selectedCellsInfo) {
var _this = this;
var groupDialogElement = createElement('div', {

@@ -297,5 +296,2 @@ id: this.parentElement.id + '_GroupDialog',

],
overlayClick: function () {
_this.removeDialog();
},
closeOnEscape: true,

@@ -302,0 +298,0 @@ close: this.removeDialog.bind(this),

@@ -1,2 +0,2 @@

import { Property, Event, Component, EmitType, Internationalization, extend, Fetch } from '@syncfusion/ej2-base';import { L10n, remove, addClass, Browser, Complex, ModuleDeclaration } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, removeClass, isNullOrUndefined } from '@syncfusion/ej2-base';import { DataManager, ReturnOption, Query } from '@syncfusion/ej2-data';import { PivotEngine, IFieldListOptions, IPageSettings, IDataOptions, ICustomProperties, IDrilledItem } from '../../base/engine';import { ISort, IFilter, IFieldOptions, ICalculatedFields, IDataSet } from '../../base/engine';import * as events from '../../common/base/constant';import * as cls from '../../common/base/css-constant';import { LoadEventArgs, EnginePopulatingEventArgs, EnginePopulatedEventArgs, BeforeServiceInvokeEventArgs, FetchRawDataArgs, UpdateRawDataArgs, PivotActionBeginEventArgs, PivotActionCompleteEventArgs, PivotActionFailureEventArgs, HeadersSortEventArgs, AfterServiceInvokeEventArgs } from '../../common/base/interface';import { AggregateEventArgs, CalculatedFieldCreateEventArgs, AggregateMenuOpenEventArgs } from '../../common/base/interface';import { FieldDroppedEventArgs, FieldListRefreshedEventArgs, FieldDropEventArgs } from '../../common/base/interface';import { FieldDragStartEventArgs, FieldRemoveEventArgs } from '../../common/base/interface';import { CommonArgs, MemberFilteringEventArgs, MemberEditorOpenEventArgs } from '../../common/base/interface';import { Mode, AggregateTypes } from '../../common/base/enum';import { PivotCommon } from '../../common/base/pivot-common';import { Render } from '../renderer/renderer';import { DialogRenderer } from '../renderer/dialog-renderer';import { TreeViewRenderer } from '../renderer/tree-renderer';import { AxisTableRenderer } from '../renderer/axis-table-renderer';import { AxisFieldRenderer } from '../renderer/axis-field-renderer';import { PivotButton } from '../../common/actions/pivot-button';import { PivotView } from '../../pivotview/base/pivotview';import { DataSourceSettingsModel, FieldOptionsModel } from '../../model/datasourcesettings-model';import { DataSourceSettings } from '../../model/datasourcesettings';import { CalculatedField } from '../../common/calculatedfield/calculated-field';import { PivotContextMenu } from '../../common/popups/context-menu';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { PivotUtil } from '../../base/util';import { OlapEngine, IOlapFieldListOptions, IOlapCustomProperties, IOlapField } from '../../base/olap/engine';import { Sorting } from '../../base';
import { Property, Event, Component, EmitType, Internationalization, extend, Fetch } from '@syncfusion/ej2-base';import { L10n, remove, addClass, Browser, Complex, ModuleDeclaration } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, removeClass, isNullOrUndefined } from '@syncfusion/ej2-base';import { DataManager, ReturnOption, Query } from '@syncfusion/ej2-data';import { PivotEngine, IFieldListOptions, IPageSettings, IDataOptions, ICustomProperties, IDrilledItem } from '../../base/engine';import { ISort, IFilter, IFieldOptions, IAxisSet, ICalculatedFields, IDataSet } from '../../base/engine';import * as events from '../../common/base/constant';import * as cls from '../../common/base/css-constant';import { LoadEventArgs, EnginePopulatingEventArgs, EnginePopulatedEventArgs, BeforeServiceInvokeEventArgs, FetchRawDataArgs, UpdateRawDataArgs, PivotActionBeginEventArgs, PivotActionCompleteEventArgs, PivotActionFailureEventArgs, HeadersSortEventArgs, AfterServiceInvokeEventArgs } from '../../common/base/interface';import { AggregateEventArgs, CalculatedFieldCreateEventArgs, AggregateMenuOpenEventArgs } from '../../common/base/interface';import { FieldDroppedEventArgs, FieldListRefreshedEventArgs, FieldDropEventArgs } from '../../common/base/interface';import { FieldDragStartEventArgs, FieldRemoveEventArgs } from '../../common/base/interface';import { CommonArgs, MemberFilteringEventArgs, MemberEditorOpenEventArgs } from '../../common/base/interface';import { Mode, AggregateTypes } from '../../common/base/enum';import { PivotCommon } from '../../common/base/pivot-common';import { Render } from '../renderer/renderer';import { DialogRenderer } from '../renderer/dialog-renderer';import { TreeViewRenderer } from '../renderer/tree-renderer';import { AxisTableRenderer } from '../renderer/axis-table-renderer';import { AxisFieldRenderer } from '../renderer/axis-field-renderer';import { PivotButton } from '../../common/actions/pivot-button';import { PivotView } from '../../pivotview/base/pivotview';import { DataSourceSettingsModel, FieldOptionsModel } from '../../model/datasourcesettings-model';import { DataSourceSettings } from '../../model/datasourcesettings';import { CalculatedField } from '../../common/calculatedfield/calculated-field';import { PivotContextMenu } from '../../common/popups/context-menu';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { PivotUtil } from '../../base/util';import { OlapEngine, IOlapFieldListOptions, IOlapCustomProperties, IOlapField } from '../../base/olap/engine';import { Sorting } from '../../base';
import {ComponentModel} from '@syncfusion/ej2-base';

@@ -3,0 +3,0 @@

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

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