@mescius/wijmo.olap 5.20251.31-nightly.d20250124.t020131 → 5.20251.31-nightly.d20250125.t020127
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +10 -1
- package/index.js +2 -2
- package/package.json +6 -6
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.31-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.31-nightly.d20250125.t020127
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -785,6 +785,8 @@ export declare class Slicer extends Control {
|
|
|
785
785
|
export declare class _GridContextMenu extends Menu {
|
|
786
786
|
private _targetField;
|
|
787
787
|
private _htDown;
|
|
788
|
+
static _ctrlTemplate: string;
|
|
789
|
+
static controlTemplate: string;
|
|
788
790
|
/**
|
|
789
791
|
* Initializes a new instance of the {@link _GridContextMenu} class.
|
|
790
792
|
*/
|
|
@@ -1637,6 +1639,8 @@ export declare class ProgressEventArgs extends EventArgs {
|
|
|
1637
1639
|
*/
|
|
1638
1640
|
export declare class _ListContextMenu extends Menu {
|
|
1639
1641
|
_full: boolean;
|
|
1642
|
+
static _ctrlTemplate: string;
|
|
1643
|
+
static controlTemplate: string;
|
|
1640
1644
|
/**
|
|
1641
1645
|
* Initializes a new instance of the {@link _ListContextMenu} class.
|
|
1642
1646
|
*
|
|
@@ -1896,6 +1900,11 @@ export declare class PivotGrid<T = any> extends FlexGrid {
|
|
|
1896
1900
|
private _prevCulture;
|
|
1897
1901
|
static _WJC_COLLAPSE: string;
|
|
1898
1902
|
static _WJC_DISABLED: string;
|
|
1903
|
+
static _ctrlTemplate: string;
|
|
1904
|
+
/**
|
|
1905
|
+
* Gets or sets the template used to instantiate {@link PivotGrid} control.
|
|
1906
|
+
*/
|
|
1907
|
+
static controlTemplate: string;
|
|
1899
1908
|
/**
|
|
1900
1909
|
* Initializes a new instance of the {@link PivotGrid} class.
|
|
1901
1910
|
*
|