@mescius/wijmo.angular2.olap 5.20232.939
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/COMMERCIAL-LICENSE.html +485 -0
- package/README.md +363 -0
- package/es2015-commonjs.js +14 -0
- package/es2015-esm.js +99 -0
- package/es5-esm.js +99 -0
- package/index.d.ts +679 -0
- package/index.js +100 -0
- package/package.json +46 -0
package/es5-esm.js
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import * as ɵngcc0 from '@angular/core';
|
|
15
|
+
var __extends=this&&this.__extends||function(){var extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,o,i){var r,n=arguments.length,a=n<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,o,i);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(n<3?r(a):n>3?r(t,o,a):r(t,o))||a);return n>3&&a&&Object.defineProperty(t,o,a),a},__param=this&&this.__param||function(e,t){return function(o,i){t(o,i,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcOlap from"@mescius/wijmo.olap";var wjPivotGridMeta={selector:"wj-pivot-grid",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","newRowAtTop","allowAddNew","allowDelete","allowDragging","allowMerging","allowResizing","allowSorting","allowPinning","autoScroll","autoRowHeights","autoSizeMode","autoGenerateColumns","autoSearch","caseSensitiveSearch","quickAutoSize","bigCheckboxes","childItemsPath","groupHeaderFormat","headersVisibility","showSelectedHeaders","showMarquee","showPlaceholders","itemFormatter","isReadOnly","imeEnabled","mergeManager","selectionMode","showGroups","showSort","showDropDown","showAlternatingRows","showErrors","alternatingRowStep","itemValidator","validateEdits","treeIndent","itemsSource","autoClipboard","expandSelectionOnCopyPaste","frozenRows","frozenColumns","cloneFrozenCells","deferResizing","sortRowIndex","editColumnIndex","stickyHeaders","preserveSelectedState","preserveOutlineState","preserveWhiteSpace","keyActionTab","keyActionEnter","rowHeaderPath","virtualizationThreshold","anchorCursor","lazyRender","refreshOnEdit","copyHeaders","columnGroups","showDetailOnDoubleClick","customContextMenu","collapsibleSubtotals","centerHeadersVertically","showColumnFieldHeaders","showRowFieldHeaders","showValueFieldHeaders","outlineMode","commitEmptyEdits","headersFocusability"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","beginningEditNg: beginningEdit","cellEditEndedNg: cellEditEnded","cellEditEndingNg: cellEditEnding","prepareCellForEditNg: prepareCellForEdit","formatItemNg: formatItem","resizingColumnNg: resizingColumn","resizedColumnNg: resizedColumn","autoSizingColumnNg: autoSizingColumn","autoSizedColumnNg: autoSizedColumn","draggingColumnNg: draggingColumn","draggingColumnOverNg: draggingColumnOver","draggedColumnNg: draggedColumn","sortingColumnNg: sortingColumn","sortedColumnNg: sortedColumn","pinningColumnNg: pinningColumn","pinnedColumnNg: pinnedColumn","resizingRowNg: resizingRow","resizedRowNg: resizedRow","autoSizingRowNg: autoSizingRow","autoSizedRowNg: autoSizedRow","draggingRowNg: draggingRow","draggingRowOverNg: draggingRowOver","draggedRowNg: draggedRow","deletingRowNg: deletingRow","deletedRowNg: deletedRow","loadingRowsNg: loadingRows","loadedRowsNg: loadedRows","rowEditStartingNg: rowEditStarting","rowEditStartedNg: rowEditStarted","rowEditEndingNg: rowEditEnding","rowEditEndedNg: rowEditEnded","rowAddedNg: rowAdded","groupCollapsedChangingNg: groupCollapsedChanging","groupCollapsedChangedNg: groupCollapsedChanged","columnGroupCollapsedChangingNg: columnGroupCollapsedChanging","columnGroupCollapsedChangedNg: columnGroupCollapsedChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged","selectionChangingNg: selectionChanging","selectionChangedNg: selectionChanged","scrollPositionChangedNg: scrollPositionChanged","updatingViewNg: updatingView","updatedViewNg: updatedView","updatingLayoutNg: updatingLayout","updatedLayoutNg: updatedLayout","pastingNg: pasting","pastedNg: pasted","pastingCellNg: pastingCell","pastedCellNg: pastedCell","copyingNg: copying","copiedNg: copied"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjPivotGridMeta};var WjPivotGrid=function(e){__extends(WjPivotGrid,e);function WjPivotGrid(t,o,i){var r=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=WjDirectiveBehavior.attach(r,t,o,i);r.created();return r}t=WjPivotGrid;WjPivotGrid.prototype.created=function(){};WjPivotGrid.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjPivotGrid.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjPivotGrid.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjPivotGrid.prototype.addEventListener=function(t,o,i,r){var n=this;void 0===r&&(r=!1);var a=WjDirectiveBehavior,s=a.getZone(this);s&&a.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,i,r)})):e.prototype.addEventListener.call(this,t,o,i,r)};var t;WjPivotGrid.meta={outputs:wjPivotGridMeta.outputs};
|
|
16
|
+
WjPivotGrid.ɵfac = function WjPivotGrid_Factory(t) { return new (t || WjPivotGrid)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
17
|
+
WjPivotGrid.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjPivotGrid, selectors: [["wj-pivot-grid"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", newRowAtTop: "newRowAtTop", allowAddNew: "allowAddNew", allowDelete: "allowDelete", allowDragging: "allowDragging", allowMerging: "allowMerging", allowResizing: "allowResizing", allowSorting: "allowSorting", allowPinning: "allowPinning", autoScroll: "autoScroll", autoRowHeights: "autoRowHeights", autoSizeMode: "autoSizeMode", autoGenerateColumns: "autoGenerateColumns", autoSearch: "autoSearch", caseSensitiveSearch: "caseSensitiveSearch", quickAutoSize: "quickAutoSize", bigCheckboxes: "bigCheckboxes", childItemsPath: "childItemsPath", groupHeaderFormat: "groupHeaderFormat", headersVisibility: "headersVisibility", showSelectedHeaders: "showSelectedHeaders", showMarquee: "showMarquee", showPlaceholders: "showPlaceholders", itemFormatter: "itemFormatter", isReadOnly: "isReadOnly", imeEnabled: "imeEnabled", mergeManager: "mergeManager", selectionMode: "selectionMode", showGroups: "showGroups", showSort: "showSort", showDropDown: "showDropDown", showAlternatingRows: "showAlternatingRows", showErrors: "showErrors", alternatingRowStep: "alternatingRowStep", itemValidator: "itemValidator", validateEdits: "validateEdits", treeIndent: "treeIndent", itemsSource: "itemsSource", autoClipboard: "autoClipboard", expandSelectionOnCopyPaste: "expandSelectionOnCopyPaste", frozenRows: "frozenRows", frozenColumns: "frozenColumns", cloneFrozenCells: "cloneFrozenCells", deferResizing: "deferResizing", sortRowIndex: "sortRowIndex", editColumnIndex: "editColumnIndex", stickyHeaders: "stickyHeaders", preserveSelectedState: "preserveSelectedState", preserveOutlineState: "preserveOutlineState", preserveWhiteSpace: "preserveWhiteSpace", keyActionTab: "keyActionTab", keyActionEnter: "keyActionEnter", rowHeaderPath: "rowHeaderPath", virtualizationThreshold: "virtualizationThreshold", anchorCursor: "anchorCursor", lazyRender: "lazyRender", refreshOnEdit: "refreshOnEdit", copyHeaders: "copyHeaders", columnGroups: "columnGroups", showDetailOnDoubleClick: "showDetailOnDoubleClick", customContextMenu: "customContextMenu", collapsibleSubtotals: "collapsibleSubtotals", centerHeadersVertically: "centerHeadersVertically", showColumnFieldHeaders: "showColumnFieldHeaders", showRowFieldHeaders: "showRowFieldHeaders", showValueFieldHeaders: "showValueFieldHeaders", outlineMode: "outlineMode", commitEmptyEdits: "commitEmptyEdits", headersFocusability: "headersFocusability" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", beginningEditNg: "beginningEdit", cellEditEndedNg: "cellEditEnded", cellEditEndingNg: "cellEditEnding", prepareCellForEditNg: "prepareCellForEdit", formatItemNg: "formatItem", resizingColumnNg: "resizingColumn", resizedColumnNg: "resizedColumn", autoSizingColumnNg: "autoSizingColumn", autoSizedColumnNg: "autoSizedColumn", draggingColumnNg: "draggingColumn", draggingColumnOverNg: "draggingColumnOver", draggedColumnNg: "draggedColumn", sortingColumnNg: "sortingColumn", sortedColumnNg: "sortedColumn", pinningColumnNg: "pinningColumn", pinnedColumnNg: "pinnedColumn", resizingRowNg: "resizingRow", resizedRowNg: "resizedRow", autoSizingRowNg: "autoSizingRow", autoSizedRowNg: "autoSizedRow", draggingRowNg: "draggingRow", draggingRowOverNg: "draggingRowOver", draggedRowNg: "draggedRow", deletingRowNg: "deletingRow", deletedRowNg: "deletedRow", loadingRowsNg: "loadingRows", loadedRowsNg: "loadedRows", rowEditStartingNg: "rowEditStarting", rowEditStartedNg: "rowEditStarted", rowEditEndingNg: "rowEditEnding", rowEditEndedNg: "rowEditEnded", rowAddedNg: "rowAdded", groupCollapsedChangingNg: "groupCollapsedChanging", groupCollapsedChangedNg: "groupCollapsedChanged", columnGroupCollapsedChangingNg: "columnGroupCollapsedChanging", columnGroupCollapsedChangedNg: "columnGroupCollapsedChanged", itemsSourceChangingNg: "itemsSourceChanging", itemsSourceChangedNg: "itemsSourceChanged", selectionChangingNg: "selectionChanging", selectionChangedNg: "selectionChanged", scrollPositionChangedNg: "scrollPositionChanged", updatingViewNg: "updatingView", updatedViewNg: "updatedView", updatingLayoutNg: "updatingLayout", updatedLayoutNg: "updatedLayout", pastingNg: "pasting", pastedNg: "pasted", pastingCellNg: "pastingCell", pastedCellNg: "pastedCell", copyingNg: "copying", copiedNg: "copied" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjPivotGridMeta.providers))], decls: 0, vars: 0, template: function WjPivotGrid_Template(rf, ctx) { }, encapsulation: 2 });
|
|
18
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjPivotGrid, [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: wjPivotGridMeta.selector, template: wjPivotGridMeta.template, inputs: wjPivotGridMeta.inputs, outputs: wjPivotGridMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjPivotGridMeta.providers) }]
|
|
21
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
22
|
+
type: Inject,
|
|
23
|
+
args: [ElementRef]
|
|
24
|
+
}] }, { type: undefined, decorators: [{
|
|
25
|
+
type: Inject,
|
|
26
|
+
args: [Injector]
|
|
27
|
+
}] }, { type: undefined, decorators: [{
|
|
28
|
+
type: Inject,
|
|
29
|
+
args: ["WjComponent"]
|
|
30
|
+
}, {
|
|
31
|
+
type: SkipSelf
|
|
32
|
+
}, {
|
|
33
|
+
type: Optional
|
|
34
|
+
}] }]; }, null); })();return WjPivotGrid=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjPivotGrid)}(wjcOlap.PivotGrid);export{WjPivotGrid};var wjPivotChartMeta={selector:"wj-pivot-chart",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","chartType","showHierarchicalAxes","showTotals","showTitle","showLegend","legendPosition","stacking","maxSeries","maxPoints","itemsSource","header","footer","headerStyle","footerStyle"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjPivotChartMeta};var WjPivotChart=function(e){__extends(WjPivotChart,e);function WjPivotChart(t,o,i){var r=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=WjDirectiveBehavior.attach(r,t,o,i);r.created();return r}t=WjPivotChart;WjPivotChart.prototype.created=function(){};WjPivotChart.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjPivotChart.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjPivotChart.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjPivotChart.prototype.addEventListener=function(t,o,i,r){var n=this;void 0===r&&(r=!1);var a=WjDirectiveBehavior,s=a.getZone(this);s&&a.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,i,r)})):e.prototype.addEventListener.call(this,t,o,i,r)};var t;WjPivotChart.meta={outputs:wjPivotChartMeta.outputs};
|
|
35
|
+
WjPivotChart.ɵfac = function WjPivotChart_Factory(t) { return new (t || WjPivotChart)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
36
|
+
WjPivotChart.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjPivotChart, selectors: [["wj-pivot-chart"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", chartType: "chartType", showHierarchicalAxes: "showHierarchicalAxes", showTotals: "showTotals", showTitle: "showTitle", showLegend: "showLegend", legendPosition: "legendPosition", stacking: "stacking", maxSeries: "maxSeries", maxPoints: "maxPoints", itemsSource: "itemsSource", header: "header", footer: "footer", headerStyle: "headerStyle", footerStyle: "footerStyle" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjPivotChartMeta.providers))], decls: 0, vars: 0, template: function WjPivotChart_Template(rf, ctx) { }, encapsulation: 2 });
|
|
37
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjPivotChart, [{
|
|
38
|
+
type: Component,
|
|
39
|
+
args: [{ selector: wjPivotChartMeta.selector, template: wjPivotChartMeta.template, inputs: wjPivotChartMeta.inputs, outputs: wjPivotChartMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjPivotChartMeta.providers) }]
|
|
40
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
41
|
+
type: Inject,
|
|
42
|
+
args: [ElementRef]
|
|
43
|
+
}] }, { type: undefined, decorators: [{
|
|
44
|
+
type: Inject,
|
|
45
|
+
args: [Injector]
|
|
46
|
+
}] }, { type: undefined, decorators: [{
|
|
47
|
+
type: Inject,
|
|
48
|
+
args: ["WjComponent"]
|
|
49
|
+
}, {
|
|
50
|
+
type: SkipSelf
|
|
51
|
+
}, {
|
|
52
|
+
type: Optional
|
|
53
|
+
}] }]; }, null); })();return WjPivotChart=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjPivotChart)}(wjcOlap.PivotChart);export{WjPivotChart};var wjPivotPanelMeta={selector:"wj-pivot-panel",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","autoGenerateFields","viewDefinition","engine","itemsSource","showFieldIcons","restrictDragging","deferredUpdate"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","itemsSourceChangedNg: itemsSourceChanged","viewDefinitionChangedNg: viewDefinitionChanged","updatingViewNg: updatingView","updatedViewNg: updatedView"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjPivotPanelMeta};var WjPivotPanel=function(e){__extends(WjPivotPanel,e);function WjPivotPanel(t,o,i){var r=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=WjDirectiveBehavior.attach(r,t,o,i);r.created();return r}t=WjPivotPanel;WjPivotPanel.prototype.created=function(){};WjPivotPanel.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjPivotPanel.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjPivotPanel.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjPivotPanel.prototype.addEventListener=function(t,o,i,r){var n=this;void 0===r&&(r=!1);var a=WjDirectiveBehavior,s=a.getZone(this);s&&a.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,i,r)})):e.prototype.addEventListener.call(this,t,o,i,r)};var t;WjPivotPanel.meta={outputs:wjPivotPanelMeta.outputs};
|
|
54
|
+
WjPivotPanel.ɵfac = function WjPivotPanel_Factory(t) { return new (t || WjPivotPanel)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
55
|
+
WjPivotPanel.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjPivotPanel, selectors: [["wj-pivot-panel"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", autoGenerateFields: "autoGenerateFields", viewDefinition: "viewDefinition", engine: "engine", itemsSource: "itemsSource", showFieldIcons: "showFieldIcons", restrictDragging: "restrictDragging", deferredUpdate: "deferredUpdate" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", itemsSourceChangedNg: "itemsSourceChanged", viewDefinitionChangedNg: "viewDefinitionChanged", updatingViewNg: "updatingView", updatedViewNg: "updatedView" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjPivotPanelMeta.providers))], decls: 0, vars: 0, template: function WjPivotPanel_Template(rf, ctx) { }, encapsulation: 2 });
|
|
56
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjPivotPanel, [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ selector: wjPivotPanelMeta.selector, template: wjPivotPanelMeta.template, inputs: wjPivotPanelMeta.inputs, outputs: wjPivotPanelMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjPivotPanelMeta.providers) }]
|
|
59
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
60
|
+
type: Inject,
|
|
61
|
+
args: [ElementRef]
|
|
62
|
+
}] }, { type: undefined, decorators: [{
|
|
63
|
+
type: Inject,
|
|
64
|
+
args: [Injector]
|
|
65
|
+
}] }, { type: undefined, decorators: [{
|
|
66
|
+
type: Inject,
|
|
67
|
+
args: ["WjComponent"]
|
|
68
|
+
}, {
|
|
69
|
+
type: SkipSelf
|
|
70
|
+
}, {
|
|
71
|
+
type: Optional
|
|
72
|
+
}] }]; }, null); })();return WjPivotPanel=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjPivotPanel)}(wjcOlap.PivotPanel);export{WjPivotPanel};var wjSlicerMeta={selector:"wj-slicer",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","field","showHeader","header","showCheckboxes","multiSelect"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjSlicerMeta};var WjSlicer=function(e){__extends(WjSlicer,e);function WjSlicer(t,o,i){var r=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;r.isInitialized=!1;r._wjBehaviour=WjDirectiveBehavior.attach(r,t,o,i);r.created();return r}t=WjSlicer;WjSlicer.prototype.created=function(){};WjSlicer.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjSlicer.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjSlicer.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjSlicer.prototype.addEventListener=function(t,o,i,r){var n=this;void 0===r&&(r=!1);var a=WjDirectiveBehavior,s=a.getZone(this);s&&a.outsideZoneEvents[o]?s.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,i,r)})):e.prototype.addEventListener.call(this,t,o,i,r)};var t;WjSlicer.meta={outputs:wjSlicerMeta.outputs};
|
|
73
|
+
WjSlicer.ɵfac = function WjSlicer_Factory(t) { return new (t || WjSlicer)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
74
|
+
WjSlicer.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjSlicer, selectors: [["wj-slicer"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", field: "field", showHeader: "showHeader", header: "header", showCheckboxes: "showCheckboxes", multiSelect: "multiSelect" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjSlicerMeta.providers))], decls: 0, vars: 0, template: function WjSlicer_Template(rf, ctx) { }, encapsulation: 2 });
|
|
75
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjSlicer, [{
|
|
76
|
+
type: Component,
|
|
77
|
+
args: [{ selector: wjSlicerMeta.selector, template: wjSlicerMeta.template, inputs: wjSlicerMeta.inputs, outputs: wjSlicerMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjSlicerMeta.providers) }]
|
|
78
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
79
|
+
type: Inject,
|
|
80
|
+
args: [ElementRef]
|
|
81
|
+
}] }, { type: undefined, decorators: [{
|
|
82
|
+
type: Inject,
|
|
83
|
+
args: [Injector]
|
|
84
|
+
}] }, { type: undefined, decorators: [{
|
|
85
|
+
type: Inject,
|
|
86
|
+
args: ["WjComponent"]
|
|
87
|
+
}, {
|
|
88
|
+
type: SkipSelf
|
|
89
|
+
}, {
|
|
90
|
+
type: Optional
|
|
91
|
+
}] }]; }, null); })();return WjSlicer=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjSlicer)}(wjcOlap.Slicer);export{WjSlicer};var moduleExports=[WjPivotGrid,WjPivotChart,WjPivotPanel,WjSlicer],WjOlapModule=function(){function WjOlapModule(){}
|
|
92
|
+
WjOlapModule.ɵfac = function WjOlapModule_Factory(t) { return new (t || WjOlapModule)(); };
|
|
93
|
+
WjOlapModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjOlapModule });
|
|
94
|
+
WjOlapModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [CommonModule] });
|
|
95
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjOlapModule, [{
|
|
96
|
+
type: NgModule,
|
|
97
|
+
args: [{ imports: [CommonModule], declarations: moduleExports.slice(), exports: moduleExports.slice() }]
|
|
98
|
+
}], function () { return []; }, null); })();
|
|
99
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(WjOlapModule, { declarations: function () { return [WjPivotGrid, WjPivotChart, WjPivotPanel, WjSlicer]; }, imports: function () { return [CommonModule]; }, exports: function () { return [WjPivotGrid, WjPivotChart, WjPivotPanel, WjSlicer]; } }); })();return WjOlapModule}();export{WjOlapModule};
|