@syncfusion/ej2-vue-pivotview 20.2.45 → 20.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -1
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +8 -10
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +8 -10
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -1
- package/src/pivotfieldlist/pivotfieldlist.component.js +3 -4
- package/src/pivotview/pivotview.component.d.ts +0 -1
- package/src/pivotview/pivotview.component.js +4 -5
- package/styles/bootstrap-dark.css +917 -39
- package/styles/bootstrap.css +916 -38
- package/styles/bootstrap4.css +913 -38
- package/styles/bootstrap5-dark.css +944 -41
- package/styles/bootstrap5.css +944 -41
- package/styles/fabric-dark.css +917 -39
- package/styles/fabric.css +916 -38
- package/styles/fluent-dark.css +943 -40
- package/styles/fluent.css +943 -40
- package/styles/highcontrast-light.css +915 -37
- package/styles/highcontrast.css +915 -37
- package/styles/material-dark.css +920 -38
- package/styles/material.css +918 -36
- package/styles/pivotfieldlist/bootstrap-dark.css +184 -16
- package/styles/pivotfieldlist/bootstrap.css +183 -15
- package/styles/pivotfieldlist/bootstrap4.css +179 -16
- package/styles/pivotfieldlist/bootstrap5-dark.css +211 -16
- package/styles/pivotfieldlist/bootstrap5.css +211 -16
- package/styles/pivotfieldlist/fabric-dark.css +183 -15
- package/styles/pivotfieldlist/fabric.css +182 -14
- package/styles/pivotfieldlist/fluent-dark.css +209 -15
- package/styles/pivotfieldlist/fluent.css +209 -15
- package/styles/pivotfieldlist/highcontrast-light.css +182 -14
- package/styles/pivotfieldlist/highcontrast.css +182 -14
- package/styles/pivotfieldlist/material-dark.css +183 -15
- package/styles/pivotfieldlist/material.css +182 -14
- package/styles/pivotfieldlist/tailwind-dark.css +193 -15
- package/styles/pivotfieldlist/tailwind.css +193 -15
- package/styles/pivotview/bootstrap-dark.css +733 -23
- package/styles/pivotview/bootstrap.css +733 -23
- package/styles/pivotview/bootstrap4.css +734 -22
- package/styles/pivotview/bootstrap5-dark.css +733 -25
- package/styles/pivotview/bootstrap5.css +733 -25
- package/styles/pivotview/fabric-dark.css +734 -24
- package/styles/pivotview/fabric.css +734 -24
- package/styles/pivotview/fluent-dark.css +734 -25
- package/styles/pivotview/fluent.css +734 -25
- package/styles/pivotview/highcontrast-light.css +733 -23
- package/styles/pivotview/highcontrast.css +733 -23
- package/styles/pivotview/material-dark.css +737 -23
- package/styles/pivotview/material.css +736 -22
- package/styles/pivotview/tailwind-dark.css +736 -26
- package/styles/pivotview/tailwind.css +736 -26
- package/styles/tailwind-dark.css +929 -41
- package/styles/tailwind.css +929 -41
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pivotview@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@20.17.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MUbvkQOKVrTI9GglxwZGRKzTH33UZYcf0MgW8693Qj9t2z6h/VgeOcs9mQqt8ksQysgEJBDhVyF8JYO/eYR4FA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-20.17.0.tgz",
|
|
23
|
+
"_shasum": "f8eddf52af1cd5542e8f82334842cdd324d8bdca",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "20.3.47",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
|
|
@@ -64,6 +64,6 @@
|
|
|
64
64
|
"scripts": {
|
|
65
65
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
66
66
|
},
|
|
67
|
-
"version": "20.
|
|
67
|
+
"version": "20.3.47",
|
|
68
68
|
"sideEffects": false
|
|
69
69
|
}
|
|
@@ -5,7 +5,6 @@ export declare const testProp: any;
|
|
|
5
5
|
export declare const props: any;
|
|
6
6
|
export declare const watch: any;
|
|
7
7
|
export declare const emitProbs: any;
|
|
8
|
-
export declare const isExecute: any;
|
|
9
8
|
/**
|
|
10
9
|
* `ejs-pivotfieldlist` represents the VueJS PivotFieldList Component.
|
|
11
10
|
* ```vue
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { PivotFieldList } from '@syncfusion/ej2-pivotview';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
32
32
|
var props_1 = modelProps_1[_i];
|
|
33
33
|
emitProbs.push('update:' + props_1);
|
|
34
34
|
}
|
|
35
|
-
export var isExecute = gh ? false : true;
|
|
36
35
|
/**
|
|
37
36
|
* `ejs-pivotfieldlist` represents the VueJS PivotFieldList Component.
|
|
38
37
|
* ```vue
|
|
@@ -107,10 +106,10 @@ var PivotFieldListComponent = /** @class */ (function (_super) {
|
|
|
107
106
|
}
|
|
108
107
|
};
|
|
109
108
|
PivotFieldListComponent.prototype.render = function (createElement) {
|
|
110
|
-
var h = gh
|
|
109
|
+
var h = !isExecute ? gh : createElement;
|
|
111
110
|
var slots = null;
|
|
112
111
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
113
|
-
slots =
|
|
112
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
114
113
|
}
|
|
115
114
|
return h('div', slots);
|
|
116
115
|
};
|
|
@@ -17,11 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { PivotView } from '@syncfusion/ej2-pivotview';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['isLazyUpdate', 'plugins', 'aggregateTypes', 'allowCalculatedField', 'allowConditionalFormatting', 'allowDataCompression', 'allowDeferLayoutUpdate', 'allowDrillThrough', 'allowExcelExport', 'allowGrouping', 'allowNumberFormatting', 'allowPdfExport', 'cellTemplate', 'chartSettings', 'chartTypes', 'cssClass', 'currencyCode', 'dataSourceSettings', 'displayOption', 'editSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableValueSorting', 'enableVirtualization', 'exportAllPages', 'gridSettings', 'groupingBarSettings', 'height', 'hyperlinkSettings', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'maxRowsInDrillThrough', 'pivotValues', 'showFieldList', 'showGroupingBar', 'showToolbar', 'showTooltip', 'showValuesButton', 'spinnerTemplate', 'toolbar', 'toolbarTemplate', 'tooltipTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeExport', 'beforeServiceInvoke', 'beginDrillThrough', 'calculatedFieldCreate', 'cellClick', 'cellSelected', 'cellSelecting', 'chartSeriesCreated', 'conditionalFormatting', 'created', 'dataBound', 'destroyed', 'drill', 'drillThrough', 'editCompleted', 'enginePopulated', 'enginePopulating', 'exportComplete', 'fetchReport', 'fieldDragStart', 'fieldDrop', 'fieldListRefreshed', 'fieldRemove', 'hyperlinkCellClick', 'load', 'loadReport', 'memberEditorOpen', 'memberFiltering', 'newReport', 'numberFormatting', 'onFieldDropped', 'onHeadersSort', 'onPdfCellRender', 'removeReport', 'renameReport', 'saveReport', 'toolbarClick', 'toolbarRender'];
|
|
24
|
+
export var properties = ['isLazyUpdate', 'plugins', 'aggregateTypes', 'allowCalculatedField', 'allowConditionalFormatting', 'allowDataCompression', 'allowDeferLayoutUpdate', 'allowDrillThrough', 'allowExcelExport', 'allowGrouping', 'allowNumberFormatting', 'allowPdfExport', 'cellTemplate', 'chartSettings', 'chartTypes', 'cssClass', 'currencyCode', 'dataSourceSettings', 'displayOption', 'editSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePaging', 'enablePersistence', 'enableRtl', 'enableValueSorting', 'enableVirtualization', 'exportAllPages', 'gridSettings', 'groupingBarSettings', 'height', 'hyperlinkSettings', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'maxRowsInDrillThrough', 'pageSettings', 'pagerSettings', 'pivotValues', 'showFieldList', 'showGroupingBar', 'showToolbar', 'showTooltip', 'showValuesButton', 'spinnerTemplate', 'toolbar', 'toolbarTemplate', 'tooltipTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeExport', 'beforeServiceInvoke', 'beginDrillThrough', 'calculatedFieldCreate', 'cellClick', 'cellSelected', 'cellSelecting', 'chartSeriesCreated', 'conditionalFormatting', 'created', 'dataBound', 'destroyed', 'drill', 'drillThrough', 'editCompleted', 'enginePopulated', 'enginePopulating', 'exportComplete', 'fetchReport', 'fieldDragStart', 'fieldDrop', 'fieldListRefreshed', 'fieldRemove', 'hyperlinkCellClick', 'load', 'loadReport', 'memberEditorOpen', 'memberFiltering', 'newReport', 'numberFormatting', 'onFieldDropped', 'onHeadersSort', 'onPdfCellRender', 'removeReport', 'renameReport', 'saveReport', 'toolbarClick', 'toolbarRender'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
32
32
|
var props_1 = modelProps_1[_i];
|
|
33
33
|
emitProbs.push('update:' + props_1);
|
|
34
34
|
}
|
|
35
|
-
export var isExecute = gh ? false : true;
|
|
36
35
|
/**
|
|
37
36
|
* `ejs-pivotview` represents the VueJS PivotView Component.
|
|
38
37
|
* ```vue
|
|
@@ -107,10 +106,10 @@ var PivotViewComponent = /** @class */ (function (_super) {
|
|
|
107
106
|
}
|
|
108
107
|
};
|
|
109
108
|
PivotViewComponent.prototype.render = function (createElement) {
|
|
110
|
-
var h = gh
|
|
109
|
+
var h = !isExecute ? gh : createElement;
|
|
111
110
|
var slots = null;
|
|
112
111
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
113
|
-
slots =
|
|
112
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
114
113
|
}
|
|
115
114
|
return h('div', slots);
|
|
116
115
|
};
|