@progress/kendo-react-pivotgrid 7.2.4-develop.3 → 7.3.0-develop.1
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/PivotGrid.js +8 -0
- package/PivotGrid.mjs +252 -0
- package/components/AxesEditor.js +8 -0
- package/components/AxesEditor.mjs +43 -0
- package/components/AxisEditor.js +8 -0
- package/components/AxisEditor.mjs +108 -0
- package/components/AxisFilterFieldsEditor.js +8 -0
- package/components/AxisFilterFieldsEditor.mjs +159 -0
- package/components/Cell.js +8 -0
- package/components/Cell.mjs +45 -0
- package/components/Column.js +8 -0
- package/components/Column.mjs +40 -0
- package/components/Configurator.js +8 -0
- package/components/Configurator.mjs +134 -0
- package/components/ConfiguratorButton.js +8 -0
- package/components/ConfiguratorButton.mjs +42 -0
- package/components/ConfiguratorEditor.js +8 -0
- package/components/ConfiguratorEditor.mjs +240 -0
- package/components/Container.js +8 -0
- package/components/Container.mjs +40 -0
- package/components/EditorContext.js +8 -0
- package/components/EditorContext.mjs +13 -0
- package/components/FieldsEditor.js +8 -0
- package/components/FieldsEditor.mjs +78 -0
- package/components/HeaderCell.js +8 -0
- package/components/HeaderCell.mjs +69 -0
- package/components/Row.js +8 -0
- package/components/Row.mjs +42 -0
- package/dist/cdn/js/kendo-react-pivotgrid.js +8 -5
- package/hooks/useExpansion.js +8 -0
- package/hooks/useExpansion.mjs +46 -0
- package/hooks/useHeaders.js +8 -0
- package/hooks/useHeaders.mjs +18 -0
- package/hooks/useHorizontalScrollSync.js +8 -0
- package/hooks/useHorizontalScrollSync.mjs +25 -0
- package/hooks/usePivotConfiguratorEditor.js +8 -0
- package/hooks/usePivotConfiguratorEditor.mjs +67 -0
- package/hooks/usePivotLocalDataService.js +8 -0
- package/hooks/usePivotLocalDataService.mjs +94 -0
- package/hooks/usePivotOLAPService.js +8 -0
- package/hooks/usePivotOLAPService.mjs +230 -0
- package/hooks/useVerticalScrollSync.js +8 -0
- package/hooks/useVerticalScrollSync.mjs +25 -0
- package/index.d.mts +1342 -5
- package/index.d.ts +1342 -22
- package/index.js +8 -5
- package/index.mjs +46 -1583
- package/messages/index.js +8 -0
- package/messages/index.mjs +39 -0
- package/package-metadata.js +8 -0
- package/package-metadata.mjs +19 -0
- package/package.json +9 -9
- package/shared/PivotGridConfiguratorEditorEventsContext.js +8 -0
- package/shared/PivotGridConfiguratorEditorEventsContext.mjs +13 -0
- package/shared/PivotGridConfiguratorEditorStateContext.js +8 -0
- package/shared/PivotGridConfiguratorEditorStateContext.mjs +28 -0
- package/utils/index.js +8 -0
- package/utils/index.mjs +59 -0
- package/PivotGrid.d.ts +0 -181
- package/components/AxesEditor.d.ts +0 -44
- package/components/AxisEditor.d.ts +0 -56
- package/components/AxisFilterFieldsEditor.d.ts +0 -118
- package/components/Cell.d.ts +0 -69
- package/components/Column.d.ts +0 -46
- package/components/Configurator.d.ts +0 -129
- package/components/ConfiguratorButton.d.ts +0 -44
- package/components/ConfiguratorEditor.d.ts +0 -130
- package/components/Container.d.ts +0 -50
- package/components/EditorContext.d.ts +0 -11
- package/components/FieldsEditor.d.ts +0 -78
- package/components/HeaderCell.d.ts +0 -100
- package/components/Row.d.ts +0 -54
- package/hooks/index.d.ts +0 -6
- package/hooks/useExpansion.d.ts +0 -23
- package/hooks/useHeaders.d.ts +0 -16
- package/hooks/useHorizontalScrollSync.d.ts +0 -9
- package/hooks/usePivotConfiguratorEditor.d.ts +0 -87
- package/hooks/usePivotLocalDataService.d.ts +0 -83
- package/hooks/usePivotOLAPService.d.ts +0 -45
- package/hooks/useVerticalScrollSync.d.ts +0 -9
- package/messages/index.d.ts +0 -74
- package/models/index.d.ts +0 -48
- package/package-metadata.d.ts +0 -9
- package/shared/PivotGridConfiguratorEditorEventsContext.d.ts +0 -17
- package/shared/PivotGridConfiguratorEditorStateContext.d.ts +0 -10
- package/shared/index.d.ts +0 -6
- package/utils/index.d.ts +0 -51
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o="pivotgrid.emptyCellAriaLabel",t="pivotgrid.fieldMenuReset",i="pivotgrid.fieldMenuApply",e="pivotgrid.configuratorTitle",r="pivotgrid.configuratorCancel",n="pivotgrid.configuratorApply",l="pivotgrid.configuratorColumnsTitle",a="pivotgrid.configuratorRowsTitle",c="pivotgrid.configuratorMeasuresTitle",s="pivotgrid.configuratorEditorSearchTitle",g="pivotgrid.configuratorEditorSearchPlaceholder",u="pivotgrid.configuratorMissingFields",f="pivotgrid.configuratorButtonLabel",d={[o]:"PivotGrid component. Use the arrow keys to navigate.",[t]:"Reset",[i]:"Apply",[r]:"Cancel",[n]:"Apply",[e]:"Settings",[s]:"Fields",[g]:"Search...",[l]:"Columns",[a]:"Rows",[c]:"Values",[f]:"Change settings",[u]:"Select some fields to begin setup"};exports.configuratorApply=n;exports.configuratorButtonLabel=f;exports.configuratorCancel=r;exports.configuratorColumnsTitle=l;exports.configuratorEditorSearchPlaceholder=g;exports.configuratorEditorSearchTitle=s;exports.configuratorMeasuresTitle=c;exports.configuratorMissingFields=u;exports.configuratorRowsTitle=a;exports.configuratorTitle=e;exports.emptyCellAriaLabel=o;exports.fieldMenuApply=i;exports.fieldMenuReset=t;exports.messages=d;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";
|
|
9
|
+
const o = "pivotgrid.emptyCellAriaLabel", t = "pivotgrid.fieldMenuReset", i = "pivotgrid.fieldMenuApply", r = "pivotgrid.configuratorTitle", e = "pivotgrid.configuratorCancel", n = "pivotgrid.configuratorApply", c = "pivotgrid.configuratorColumnsTitle", s = "pivotgrid.configuratorRowsTitle", l = "pivotgrid.configuratorMeasuresTitle", a = "pivotgrid.configuratorEditorSearchTitle", g = "pivotgrid.configuratorEditorSearchPlaceholder", u = "pivotgrid.configuratorMissingFields", p = "pivotgrid.configuratorButtonLabel", d = {
|
|
10
|
+
[o]: "PivotGrid component. Use the arrow keys to navigate.",
|
|
11
|
+
[t]: "Reset",
|
|
12
|
+
[i]: "Apply",
|
|
13
|
+
[e]: "Cancel",
|
|
14
|
+
[n]: "Apply",
|
|
15
|
+
[r]: "Settings",
|
|
16
|
+
[a]: "Fields",
|
|
17
|
+
[g]: "Search...",
|
|
18
|
+
[c]: "Columns",
|
|
19
|
+
[s]: "Rows",
|
|
20
|
+
[l]: "Values",
|
|
21
|
+
[p]: "Change settings",
|
|
22
|
+
[u]: "Select some fields to begin setup"
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
n as configuratorApply,
|
|
26
|
+
p as configuratorButtonLabel,
|
|
27
|
+
e as configuratorCancel,
|
|
28
|
+
c as configuratorColumnsTitle,
|
|
29
|
+
g as configuratorEditorSearchPlaceholder,
|
|
30
|
+
a as configuratorEditorSearchTitle,
|
|
31
|
+
l as configuratorMeasuresTitle,
|
|
32
|
+
u as configuratorMissingFields,
|
|
33
|
+
s as configuratorRowsTitle,
|
|
34
|
+
r as configuratorTitle,
|
|
35
|
+
o as emptyCellAriaLabel,
|
|
36
|
+
i as fieldMenuApply,
|
|
37
|
+
t as fieldMenuReset,
|
|
38
|
+
d as messages
|
|
39
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-pivotgrid",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:0,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";
|
|
9
|
+
const e = {
|
|
10
|
+
name: "@progress/kendo-react-pivotgrid",
|
|
11
|
+
productName: "KendoReact",
|
|
12
|
+
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
+
publishDate: 1709715764,
|
|
14
|
+
version: "",
|
|
15
|
+
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
e as packageMetadata
|
|
19
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-pivotgrid",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0-develop.1",
|
|
4
4
|
"description": "React PivotGrid (also called Pivot Table) can be data-bound to an OLAP service and customized extensively. KendoReact PivotGrid package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"@progress/kendo-data-query": "^1.5.5",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
27
|
"@progress/kendo-pivotgrid-common": "0.5.3",
|
|
28
|
-
"@progress/kendo-react-buttons": "7.
|
|
29
|
-
"@progress/kendo-react-common": "7.
|
|
30
|
-
"@progress/kendo-react-data-tools": "7.
|
|
31
|
-
"@progress/kendo-react-form": "7.
|
|
32
|
-
"@progress/kendo-react-indicators": "7.
|
|
33
|
-
"@progress/kendo-react-intl": "7.
|
|
34
|
-
"@progress/kendo-react-labels": "7.
|
|
35
|
-
"@progress/kendo-react-treeview": "7.
|
|
28
|
+
"@progress/kendo-react-buttons": "7.3.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-common": "7.3.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-data-tools": "7.3.0-develop.1",
|
|
31
|
+
"@progress/kendo-react-form": "7.3.0-develop.1",
|
|
32
|
+
"@progress/kendo-react-indicators": "7.3.0-develop.1",
|
|
33
|
+
"@progress/kendo-react-intl": "7.3.0-develop.1",
|
|
34
|
+
"@progress/kendo-react-labels": "7.3.0-develop.1",
|
|
35
|
+
"@progress/kendo-react-treeview": "7.3.0-develop.1",
|
|
36
36
|
"@progress/kendo-svg-icons": "^2.1.0",
|
|
37
37
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
38
38
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react");function c(t){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const e in t)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(o,e,r.get?r:{enumerable:!0,get:()=>t[e]})}}return o.default=t,Object.freeze(o)}const i=c(n),a=i.createContext({});exports.PivotGridConfiguratorEditorEventsContext=a;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";
|
|
9
|
+
import * as t from "react";
|
|
10
|
+
const o = t.createContext({});
|
|
11
|
+
export {
|
|
12
|
+
o as PivotGridConfiguratorEditorEventsContext
|
|
13
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),a=require("@progress/kendo-react-common");function c(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const i=c(n),u=i.createContext([{expanded:[],rowAxes:[],columnAxes:[],measureAxes:[],dragItem:null,dropZone:null,dropDirection:null,dropTarget:null},a.noop]);exports.PivotGridConfiguratorEditorStateContext=u;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";
|
|
9
|
+
import * as o from "react";
|
|
10
|
+
import { noop as e } from "@progress/kendo-react-common";
|
|
11
|
+
const r = o.createContext(
|
|
12
|
+
[
|
|
13
|
+
{
|
|
14
|
+
expanded: [],
|
|
15
|
+
rowAxes: [],
|
|
16
|
+
columnAxes: [],
|
|
17
|
+
measureAxes: [],
|
|
18
|
+
dragItem: null,
|
|
19
|
+
dropZone: null,
|
|
20
|
+
dropDirection: null,
|
|
21
|
+
dropTarget: null
|
|
22
|
+
},
|
|
23
|
+
e
|
|
24
|
+
]
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
r as PivotGridConfiguratorEditorStateContext
|
|
28
|
+
};
|
package/utils/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("@progress/kendo-pivotgrid-common"),g=(e,t,r)=>{const n=JSON.parse(JSON.stringify(e||[])),a=JSON.parse(JSON.stringify(t||[])),s=JSON.parse(JSON.stringify(r||[])),o=l.toTree(n),[,u,d]=l.toRows(o),f=l.toTree(a),[,m,,p]=l.toColumns(f);return l.toData(s,m,u,p,d)},h=(e=[],t={},r=null)=>e.map(n=>{const a={dataItem:n};return Object.keys(t).forEach(s=>{a[s]=t[s](a,r)}),a}),i=(e=[])=>{let t=[...e];return(e||[]).forEach(r=>{t=t.concat(i(r.children))}),t},y=(e=[])=>{const t=new Set;return e.forEach(r=>{t.add(String(r.name))}),Array.from(t)},c=(e=[])=>`${e.join(",")}`,O=(e,t)=>`${c(e.map(r=>r.name))}|${c(t.map(r=>r.name))}`,S=(e,t,r)=>{if(!e)return;let n=0,a,s=e.length,o;for(;n<s;n++)o=e[n].operator,(!r&&o!=="in"||o===r)&&e[n].field===t&&(a=e[n]);return a},F=(e,t,r)=>{if(!e)return[];let n=0,a=[],s=e.length,o;for(;n<s;n++)o=e[n].operator,(!r&&o!=="in"||o===r)&&e[n].field===t&&a.push(e[n]);return a},N=(e,t)=>e.uniqueName===t.uniqueName;exports.compareFields=N;exports.dataCells=g;exports.extractDefaultFields=y;exports.findFilter=S;exports.findFilters=F;exports.flatMap=i;exports.generateDataKey=O;exports.generateKey=c;exports.recursiveMap=h;
|
package/utils/index.mjs
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";
|
|
9
|
+
import { toTree as c, toRows as f, toColumns as h, toData as g } from "@progress/kendo-pivotgrid-common";
|
|
10
|
+
const S = (e, t, r) => {
|
|
11
|
+
const n = JSON.parse(JSON.stringify(e || [])), o = JSON.parse(JSON.stringify(t || [])), a = JSON.parse(JSON.stringify(r || [])), s = c(n), [, u, i] = f(s), d = c(o), [, m, , p] = h(d);
|
|
12
|
+
return g(
|
|
13
|
+
a,
|
|
14
|
+
m,
|
|
15
|
+
u,
|
|
16
|
+
p,
|
|
17
|
+
i
|
|
18
|
+
);
|
|
19
|
+
}, w = (e = [], t = {}, r = null) => e.map((n) => {
|
|
20
|
+
const o = { dataItem: n };
|
|
21
|
+
return Object.keys(t).forEach((a) => {
|
|
22
|
+
o[a] = t[a](o, r);
|
|
23
|
+
}), o;
|
|
24
|
+
}), O = (e = []) => {
|
|
25
|
+
let t = [...e];
|
|
26
|
+
return (e || []).forEach((r) => {
|
|
27
|
+
t = t.concat(O(r.children));
|
|
28
|
+
}), t;
|
|
29
|
+
}, y = (e = []) => {
|
|
30
|
+
const t = /* @__PURE__ */ new Set();
|
|
31
|
+
return e.forEach((r) => {
|
|
32
|
+
t.add(String(r.name));
|
|
33
|
+
}), Array.from(t);
|
|
34
|
+
}, l = (e = []) => `${e.join(",")}`, J = (e, t) => `${l(e.map((r) => r.name))}|${l(t.map((r) => r.name))}`, D = (e, t, r) => {
|
|
35
|
+
if (!e)
|
|
36
|
+
return;
|
|
37
|
+
let n = 0, o, a = e.length, s;
|
|
38
|
+
for (; n < a; n++)
|
|
39
|
+
s = e[n].operator, (!r && s !== "in" || s === r) && e[n].field === t && (o = e[n]);
|
|
40
|
+
return o;
|
|
41
|
+
}, x = (e, t, r) => {
|
|
42
|
+
if (!e)
|
|
43
|
+
return [];
|
|
44
|
+
let n = 0, o = [], a = e.length, s;
|
|
45
|
+
for (; n < a; n++)
|
|
46
|
+
s = e[n].operator, (!r && s !== "in" || s === r) && e[n].field === t && o.push(e[n]);
|
|
47
|
+
return o;
|
|
48
|
+
}, F = (e, t) => e.uniqueName === t.uniqueName;
|
|
49
|
+
export {
|
|
50
|
+
F as compareFields,
|
|
51
|
+
S as dataCells,
|
|
52
|
+
y as extractDefaultFields,
|
|
53
|
+
D as findFilter,
|
|
54
|
+
x as findFilters,
|
|
55
|
+
O as flatMap,
|
|
56
|
+
J as generateDataKey,
|
|
57
|
+
l as generateKey,
|
|
58
|
+
w as recursiveMap
|
|
59
|
+
};
|
package/PivotGrid.d.ts
DELETED
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as React from 'react';
|
|
6
|
-
import { PivotGridRowProps } from './components/Row';
|
|
7
|
-
import { PivotGridCellProps } from './components/Cell';
|
|
8
|
-
import { PivotGridHeaderCellProps } from './components/HeaderCell';
|
|
9
|
-
import { PivotGridColumnProps } from './components/Column';
|
|
10
|
-
import { CustomComponent } from '@progress/kendo-react-common';
|
|
11
|
-
import { PivotGridAxis, PivotDataItem, Tuple, AxisRow } from '@progress/kendo-pivotgrid-common';
|
|
12
|
-
import { PivotGridAxesChangeEvent } from './models';
|
|
13
|
-
/**
|
|
14
|
-
* Represents the props of the [KendoReact PivotGrid component]({% slug api_pivotgrid_pivotgrid %}).
|
|
15
|
-
*/
|
|
16
|
-
export interface PivotGridProps {
|
|
17
|
-
/**
|
|
18
|
-
* Sets the `style` property of the top-most element of the PivotGrid.
|
|
19
|
-
*/
|
|
20
|
-
style?: React.CSSProperties;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the `className` property of the top-most element of the PivotGrid in addition to the default `k-pivotgrid` class.
|
|
23
|
-
*/
|
|
24
|
-
className?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Sets the `id` property of the top-most element of the PivotGrid.
|
|
27
|
-
*/
|
|
28
|
-
id?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Sets the `tabIndex` property of the top-most element of the PivotGrid.
|
|
31
|
-
*/
|
|
32
|
-
tabIndex?: number;
|
|
33
|
-
/**
|
|
34
|
-
* If set to `true`, the user can use dedicated shortcuts to interact with the PivotGrid.
|
|
35
|
-
* By default, navigation is disabled.
|
|
36
|
-
*/
|
|
37
|
-
navigatable?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Sets the `data` of the PivotGrid.
|
|
40
|
-
*/
|
|
41
|
-
data?: PivotDataItem[];
|
|
42
|
-
/**
|
|
43
|
-
* Sets the `columns` data of the PivotGrid.
|
|
44
|
-
*/
|
|
45
|
-
columns?: Tuple[];
|
|
46
|
-
/**
|
|
47
|
-
* Sets the `rows` data of the PivotGrid.
|
|
48
|
-
*/
|
|
49
|
-
rows?: Tuple[];
|
|
50
|
-
/**
|
|
51
|
-
* The configuration of the `column` axes.
|
|
52
|
-
*/
|
|
53
|
-
columnAxes?: PivotGridAxis[];
|
|
54
|
-
/**
|
|
55
|
-
* A callback, fired whenever the `columnAxes` property should change.
|
|
56
|
-
*/
|
|
57
|
-
onColumnAxesChange?: (event: PivotGridAxesChangeEvent) => void;
|
|
58
|
-
/**
|
|
59
|
-
* The configuration of the `row` axes.
|
|
60
|
-
*/
|
|
61
|
-
rowAxes?: PivotGridAxis[];
|
|
62
|
-
/**
|
|
63
|
-
* A callback, fired whenever the `rowAxes` property should change.
|
|
64
|
-
*/
|
|
65
|
-
onRowAxesChange?: (event: PivotGridAxesChangeEvent) => void;
|
|
66
|
-
/**
|
|
67
|
-
* Overrides the default `row` component.
|
|
68
|
-
*
|
|
69
|
-
* The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
|
|
70
|
-
*
|
|
71
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
72
|
-
*/
|
|
73
|
-
row?: CustomComponent<PivotGridRowProps>;
|
|
74
|
-
/**
|
|
75
|
-
* Overrides the default `column` component.
|
|
76
|
-
*
|
|
77
|
-
* The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
|
|
78
|
-
*
|
|
79
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
80
|
-
*/
|
|
81
|
-
column?: CustomComponent<PivotGridColumnProps>;
|
|
82
|
-
/**
|
|
83
|
-
* Overrides the default `cell` component.
|
|
84
|
-
*
|
|
85
|
-
* The default component is: [PivotGridCell]({% slug api_pivotgrid_pivotgridcell %}).
|
|
86
|
-
*
|
|
87
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
88
|
-
*/
|
|
89
|
-
cell?: CustomComponent<PivotGridCellProps>;
|
|
90
|
-
/**
|
|
91
|
-
* Overrides the default `headerCell` component.
|
|
92
|
-
*
|
|
93
|
-
* The default component is: [PivotGridHeaderCell]({% slug api_pivotgrid_pivotgridheadercell %}).
|
|
94
|
-
*
|
|
95
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
96
|
-
*/
|
|
97
|
-
headerCell?: CustomComponent<PivotGridHeaderCellProps>;
|
|
98
|
-
/**
|
|
99
|
-
* Overrides the default column-headers `row` component.
|
|
100
|
-
*
|
|
101
|
-
* The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
|
|
102
|
-
*
|
|
103
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
104
|
-
*/
|
|
105
|
-
columnHeadersRow?: React.ComponentType<PivotGridRowProps>;
|
|
106
|
-
/**
|
|
107
|
-
* Overrides the default column-headers `column` component.
|
|
108
|
-
*
|
|
109
|
-
* The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
|
|
110
|
-
*
|
|
111
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
112
|
-
*/
|
|
113
|
-
columnHeadersColumn?: React.ComponentType<PivotGridColumnProps>;
|
|
114
|
-
/**
|
|
115
|
-
* Overrides the default column-headers `headerCell` component.
|
|
116
|
-
*
|
|
117
|
-
* The default component is: [PivotGridHeaderCell]({% slug api_pivotgrid_pivotgridheadercell %}).
|
|
118
|
-
*
|
|
119
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
120
|
-
*/
|
|
121
|
-
columnHeadersCell?: React.ComponentType<PivotGridHeaderCellProps>;
|
|
122
|
-
/**
|
|
123
|
-
* Overrides the default row-headers `row` component.
|
|
124
|
-
*
|
|
125
|
-
* The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
|
|
126
|
-
*
|
|
127
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
128
|
-
*/
|
|
129
|
-
rowHeadersRow?: React.ComponentType<PivotGridRowProps>;
|
|
130
|
-
/**
|
|
131
|
-
* Overrides the default row-headers `column` component.
|
|
132
|
-
*
|
|
133
|
-
* The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
|
|
134
|
-
*
|
|
135
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
136
|
-
*/
|
|
137
|
-
rowHeadersColumn?: React.ComponentType<PivotGridColumnProps>;
|
|
138
|
-
/**
|
|
139
|
-
* Overrides the default row-headers `headerCell` component.
|
|
140
|
-
*
|
|
141
|
-
* The default component is: [PivotGridHeaderCell]({% slug api_pivotgrid_pivotgridheadercell %}).
|
|
142
|
-
*
|
|
143
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
144
|
-
*/
|
|
145
|
-
rowHeadersCell?: React.ComponentType<PivotGridHeaderCellProps>;
|
|
146
|
-
/**
|
|
147
|
-
* Overrides the default data `row` component.
|
|
148
|
-
*
|
|
149
|
-
* The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
|
|
150
|
-
*
|
|
151
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
152
|
-
*/
|
|
153
|
-
dataRow?: React.ComponentType<PivotGridRowProps>;
|
|
154
|
-
/**
|
|
155
|
-
* Overrides the default data `column` component.
|
|
156
|
-
*
|
|
157
|
-
* The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
|
|
158
|
-
*
|
|
159
|
-
* For more information, refer to the [PivotGrid Customization]({% slug customization_pivotgrid %}) article.
|
|
160
|
-
*/
|
|
161
|
-
dataColumn?: React.ComponentType<PivotGridColumnProps>;
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* Represents the object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the PivotGrid component.
|
|
165
|
-
*/
|
|
166
|
-
export interface PivotGridHandle {
|
|
167
|
-
element: HTMLDivElement | null;
|
|
168
|
-
props: PivotGridProps;
|
|
169
|
-
columnHeaderRows: AxisRow[];
|
|
170
|
-
rowHeaderRows: AxisRow[];
|
|
171
|
-
dataCells: {
|
|
172
|
-
row: string[];
|
|
173
|
-
cells: PivotDataItem[];
|
|
174
|
-
}[];
|
|
175
|
-
rowHeaderBreadth: number;
|
|
176
|
-
columnHeaderBreadth: number;
|
|
177
|
-
}
|
|
178
|
-
/**
|
|
179
|
-
* Represents the [KendoReact PivotGrid component]({% slug api_pivotgrid_pivotgridprops %}).
|
|
180
|
-
*/
|
|
181
|
-
export declare const PivotGrid: React.ForwardRefExoticComponent<PivotGridProps & React.RefAttributes<PivotGridHandle | null>>;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as React from 'react';
|
|
6
|
-
import { ChipListProps as KendoReactChipListProps } from '@progress/kendo-react-buttons';
|
|
7
|
-
import { FieldProps } from '@progress/kendo-react-form';
|
|
8
|
-
import { PivotGridAxis } from '@progress/kendo-pivotgrid-common';
|
|
9
|
-
import { CustomComponent } from '@progress/kendo-react-common';
|
|
10
|
-
/**
|
|
11
|
-
* Represents the props of the [KendoReact PivotGridAxesEditor component]({% slug api_pivotgrid_pivotgridaxeseditor %}).
|
|
12
|
-
*/
|
|
13
|
-
export interface PivotGridAxesEditorProps extends FieldProps {
|
|
14
|
-
/**
|
|
15
|
-
* Represents the `value` of the AxesEditor.
|
|
16
|
-
*
|
|
17
|
-
* The `value` is an array of [PivotGridAxis]({% slug api_pivotgrid_pivotgridaxis %})
|
|
18
|
-
*/
|
|
19
|
-
value: PivotGridAxis[];
|
|
20
|
-
/**
|
|
21
|
-
* Indicates which of the three available axes are represented by the editor:
|
|
22
|
-
* - columnAxes
|
|
23
|
-
* - rowAxes
|
|
24
|
-
* - measureAxes
|
|
25
|
-
*/
|
|
26
|
-
field: string;
|
|
27
|
-
/**
|
|
28
|
-
* Overrides the default `chipList` component.
|
|
29
|
-
*
|
|
30
|
-
* The default component is: [KendoReactChipList]({% slug api_buttons_chiplist %}).
|
|
31
|
-
*/
|
|
32
|
-
chipList?: CustomComponent<KendoReactChipListProps>;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Represents the object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the PivotGridAxesEditor component.
|
|
36
|
-
*/
|
|
37
|
-
export interface PivotGridAxesEditorHandle {
|
|
38
|
-
props: PivotGridAxesEditorProps;
|
|
39
|
-
element: HTMLDivElement | null;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Represents the [KendoReact PivotGridAxesEditor component]({% slug api_pivotgrid_pivotgridaxeseditorprops %}).
|
|
43
|
-
*/
|
|
44
|
-
export declare const PivotGridAxesEditor: React.ForwardRefExoticComponent<Omit<PivotGridAxesEditorProps, "ref"> & React.RefAttributes<PivotGridAxesEditorHandle | null>>;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as React from 'react';
|
|
6
|
-
import { PivotGridAxis } from '@progress/kendo-pivotgrid-common';
|
|
7
|
-
import { CustomComponent } from '@progress/kendo-react-common';
|
|
8
|
-
import { ColumnMenuProps as KendoReactColumnMenuProps } from '@progress/kendo-react-data-tools';
|
|
9
|
-
import { ChipProps as KendoReactChipProps } from '@progress/kendo-react-buttons';
|
|
10
|
-
import { PivotGridAxisFilterFieldsEditorProps } from './AxisFilterFieldsEditor';
|
|
11
|
-
/**
|
|
12
|
-
* Represents the props of the [KendoReact PivotGridAxisEditor component]({% slug api_pivotgrid_pivotgridaxiseditor %}).
|
|
13
|
-
*/
|
|
14
|
-
export interface PivotGridAxisEditorProps extends KendoReactChipProps {
|
|
15
|
-
/**
|
|
16
|
-
* Represents the `dataItem` of the AxisEditor.
|
|
17
|
-
*
|
|
18
|
-
* The `dataItem` is a single [PivotGridAxis]({% slug api_pivotgrid_pivotgridaxis %}) object.
|
|
19
|
-
*/
|
|
20
|
-
dataItem: PivotGridAxis;
|
|
21
|
-
/**
|
|
22
|
-
* Overrides the default `chip` component.
|
|
23
|
-
*
|
|
24
|
-
* The default component is: [KendoReactChip]({% slug api_buttons_chip %}).
|
|
25
|
-
*/
|
|
26
|
-
chip?: CustomComponent<KendoReactChipProps>;
|
|
27
|
-
/**
|
|
28
|
-
* Overrides the default `dropClue` component.
|
|
29
|
-
*
|
|
30
|
-
* The default component is: `(props) => <div className="k-grouping-dropclue" style={{ position: 'relative', zIndex: 10000 }} {...props}/>`
|
|
31
|
-
*/
|
|
32
|
-
dropClue?: CustomComponent<any>;
|
|
33
|
-
/**
|
|
34
|
-
* Overrides the default `columnMenuTextColumn` component.
|
|
35
|
-
*
|
|
36
|
-
* The default component is: [KendoReactColumnMenuTextColumn]({% slug api_data-tools_columnmenutextcolumn %}).
|
|
37
|
-
*/
|
|
38
|
-
columnMenuTextColumn?: CustomComponent<KendoReactColumnMenuProps>;
|
|
39
|
-
/**
|
|
40
|
-
* Overrides the default `filterFieldsEditor` component.
|
|
41
|
-
*
|
|
42
|
-
* The default component is: [PivotGridAxisFilterFieldsEditor]({% slug api_pivotgrid_pivotgridaxisfilterfieldseditor%}).
|
|
43
|
-
*/
|
|
44
|
-
filterFieldsEditor?: CustomComponent<PivotGridAxisFilterFieldsEditorProps>;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Represents the object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the PivotGridAxisEditor component.
|
|
48
|
-
*/
|
|
49
|
-
export interface PivotGridAxisEditorHandle {
|
|
50
|
-
props: PivotGridAxisEditorProps;
|
|
51
|
-
element: HTMLSpanElement | null;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* Represents the [KendoReact PivotGridAxisEditor component]({% slug api_pivotgrid_pivotgridaxiseditorprops %}).
|
|
55
|
-
*/
|
|
56
|
-
export declare const PivotGridAxisEditor: React.ForwardRefExoticComponent<PivotGridAxisEditorProps & React.RefAttributes<PivotGridAxisEditorHandle | null>>;
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as React from 'react';
|
|
6
|
-
import { TreeViewProps as KendoReactTreeViewProps } from '@progress/kendo-react-treeview';
|
|
7
|
-
import { ButtonProps as KendoReactButtonProps } from '@progress/kendo-react-buttons';
|
|
8
|
-
import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
9
|
-
import { ColumnMenuItemProps as KendoReactColumnMenuItemProps, ColumnMenuFormProps as KendoReactColumnMenuFormProps } from '@progress/kendo-react-data-tools';
|
|
10
|
-
import { PivotGridField, PivotGridAxis } from '@progress/kendo-pivotgrid-common';
|
|
11
|
-
import { CustomComponent } from '@progress/kendo-react-common';
|
|
12
|
-
/**
|
|
13
|
-
* Represents the event arguments of the `PivotGridAxisFilterFields` expand-change event.
|
|
14
|
-
*/
|
|
15
|
-
export interface PivotGridAxisFilterFieldsExpandChangeEvent {
|
|
16
|
-
target: PivotGridAxisFilterFieldsEditorHandle;
|
|
17
|
-
value: boolean;
|
|
18
|
-
syntheticEvent: React.SyntheticEvent;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Represents the event arguments of the `PivotGridAxisFilterField` expand event.
|
|
22
|
-
*/
|
|
23
|
-
export interface PivotGridAxisFilterFieldExpandEvent {
|
|
24
|
-
target: PivotGridAxisFilterFieldsEditorHandle;
|
|
25
|
-
value: PivotGridField;
|
|
26
|
-
syntheticEvent: React.SyntheticEvent;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Represents the props of the [KendoReact PivotGridAxisFilterFieldsEditor component]({% slug api_pivotgrid_pivotgridaxisfilterfieldseditor %}).
|
|
30
|
-
*/
|
|
31
|
-
export interface PivotGridAxisFilterFieldsEditorProps {
|
|
32
|
-
/**
|
|
33
|
-
* Sets the `className` property of the top-most element of the PivotGridAxisFilterFieldsEditor in addition to the default `k-columnmenu-item-wrapper` class.
|
|
34
|
-
*/
|
|
35
|
-
className?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Sets the `id` property of the top-most element of the PivotGridAxisFilterFieldsEditor.
|
|
38
|
-
*/
|
|
39
|
-
id?: string;
|
|
40
|
-
/**
|
|
41
|
-
* Sets the `tabIndex` property of the top-most element of the PivotGridAxisFilterFieldsEditor.
|
|
42
|
-
*/
|
|
43
|
-
tabIndex?: number;
|
|
44
|
-
/**
|
|
45
|
-
* Sets the `style` property of the top-most element of the PivotGridAxisFilterFieldsEditor.
|
|
46
|
-
*/
|
|
47
|
-
style?: React.CSSProperties;
|
|
48
|
-
/**
|
|
49
|
-
* Sets the `data` of the PivotGridAxisFilterFieldsEditor.
|
|
50
|
-
*
|
|
51
|
-
* The `data` represents all fields available for filtering.
|
|
52
|
-
*/
|
|
53
|
-
data?: PivotGridField[];
|
|
54
|
-
/**
|
|
55
|
-
* Represents the `dataItem` of the AxisEditor.
|
|
56
|
-
*
|
|
57
|
-
* The `dataItem` is a single [PivotGridAxis]({% slug api_pivotgrid_pivotgridaxis %}) object.
|
|
58
|
-
*/
|
|
59
|
-
dataItem: PivotGridAxis;
|
|
60
|
-
/**
|
|
61
|
-
* Represents the initial filter value before additional operations are executed.
|
|
62
|
-
*/
|
|
63
|
-
defaultFilter?: FilterDescriptor;
|
|
64
|
-
/**
|
|
65
|
-
* Indicates which of the three available axes are represented by the editor:
|
|
66
|
-
* - columnAxes
|
|
67
|
-
* - rowAxes
|
|
68
|
-
* - measureAxes
|
|
69
|
-
*/
|
|
70
|
-
axes: string;
|
|
71
|
-
/**
|
|
72
|
-
* Overrides the default `columnMenuItem` component.
|
|
73
|
-
*
|
|
74
|
-
* The default component is: [KendoReactColumnMenuItem]({% slug api_data-tools_columnmenuitem %}).
|
|
75
|
-
*/
|
|
76
|
-
columnMenuItem?: CustomComponent<KendoReactColumnMenuItemProps>;
|
|
77
|
-
/**
|
|
78
|
-
* Overrides the default `columnMenuForm` component.
|
|
79
|
-
*
|
|
80
|
-
* The default component is: [KendoReactColumnMenuForm]({% slug api_data-tools_columnmenuform %}).
|
|
81
|
-
*/
|
|
82
|
-
columnMenuForm?: CustomComponent<KendoReactColumnMenuFormProps>;
|
|
83
|
-
/**
|
|
84
|
-
* Overrides the default `resetButton` component.
|
|
85
|
-
*
|
|
86
|
-
* The default component is: [KendoReactButton]({% slug api_buttons_button %}).
|
|
87
|
-
*/
|
|
88
|
-
resetButton?: CustomComponent<KendoReactButtonProps>;
|
|
89
|
-
/**
|
|
90
|
-
* Overrides the default `applyButton` component.
|
|
91
|
-
*
|
|
92
|
-
* The default component is: [KendoReactButton]({% slug api_buttons_button %}).
|
|
93
|
-
*/
|
|
94
|
-
applyButton?: CustomComponent<KendoReactButtonProps>;
|
|
95
|
-
/**
|
|
96
|
-
* Overrides the default `treeView` component.
|
|
97
|
-
*
|
|
98
|
-
* The default component is: [KendoReactTreeView]({% slug api_treeview_treeview %}).
|
|
99
|
-
*/
|
|
100
|
-
treeView?: CustomComponent<KendoReactTreeViewProps>;
|
|
101
|
-
/**
|
|
102
|
-
* Overrides the default `treeView` component.
|
|
103
|
-
*
|
|
104
|
-
* The default component is: `() => <Skeleton shape={'rectangle'} style={{height: '20px', width:'calc(100% - 16px)', margin: 8}}/>`.
|
|
105
|
-
*/
|
|
106
|
-
noData?: CustomComponent<any>;
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* Represents the object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the PivotGridAxisFilterFieldsEditor component.
|
|
110
|
-
*/
|
|
111
|
-
export interface PivotGridAxisFilterFieldsEditorHandle {
|
|
112
|
-
props: PivotGridAxisFilterFieldsEditorProps;
|
|
113
|
-
element: HTMLDivElement | null;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* Represents the [KendoReact PivotGridAxisFilterFieldsEditor component]({% slug api_pivotgrid_pivotgridaxisfilterfieldseditorprops %}).
|
|
117
|
-
*/
|
|
118
|
-
export declare const PivotGridAxisFilterFieldsEditor: React.ForwardRefExoticComponent<PivotGridAxisFilterFieldsEditorProps & React.RefAttributes<PivotGridAxisFilterFieldsEditorHandle | null>>;
|