@progress/kendo-vue-grid 8.1.0-develop.2 → 8.1.0-develop.4
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/Grid.d.ts +56 -5
- package/Grid.js +1 -1
- package/Grid.mjs +667 -649
- package/GridNav.d.ts +24 -4
- package/GridNav.js +1 -1
- package/GridNav.mjs +62 -22
- package/GridState.d.ts +4 -0
- package/RootGrid.d.ts +32 -11
- package/RootGrid.js +1 -1
- package/RootGrid.mjs +96 -57
- package/cells/GridCell.js +1 -1
- package/cells/GridCell.mjs +35 -26
- package/cells/GridGroupCell.d.ts +10 -0
- package/cells/GridGroupCell.js +1 -1
- package/cells/GridGroupCell.mjs +95 -53
- package/columnMenu/GridColumnMenuCheckboxFilter.d.ts +1 -1
- package/columnMenu/GridColumnMenuCheckboxFilter.js +1 -1
- package/columnMenu/GridColumnMenuCheckboxFilter.mjs +11 -11
- package/common.d.ts +2 -0
- package/common.js +1 -1
- package/common.mjs +2 -0
- package/components/StickyGroupTable.d.ts +85 -0
- package/components/StickyGroupTable.js +8 -0
- package/components/StickyGroupTable.mjs +113 -0
- package/dist/cdn/js/kendo-vue-grid.js +1 -1
- package/drag/ColumnResize.d.ts +10 -1
- package/drag/ColumnResize.js +1 -1
- package/drag/ColumnResize.mjs +129 -104
- package/drag/GroupingIndicator.d.ts +1 -0
- package/drag/GroupingIndicator.js +1 -1
- package/drag/GroupingIndicator.mjs +28 -18
- package/footer/FooterCell.d.ts +43 -0
- package/footer/FooterCell.js +8 -0
- package/footer/FooterCell.mjs +68 -0
- package/footer/FooterRow.d.ts +5 -6
- package/footer/FooterRow.js +1 -1
- package/footer/FooterRow.mjs +16 -39
- package/getRowContents.d.ts +85 -0
- package/getRowContents.js +8 -0
- package/getRowContents.mjs +172 -0
- package/header/GridHeaderGroupSpacerCell.d.ts +11 -0
- package/hooks/useStickyGroups.d.ts +72 -0
- package/hooks/useStickyGroups.js +8 -0
- package/hooks/useStickyGroups.mjs +350 -0
- package/index.d.mts +1 -0
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.mjs +74 -73
- package/interfaces/GridCellProps.d.ts +4 -0
- package/interfaces/GridCellsSettings.d.ts +320 -0
- package/interfaces/GridColumnProps.d.ts +11 -1
- package/interfaces/GridGroupableSettings.d.ts +23 -0
- package/interfaces/GridProps.d.ts +33 -0
- package/messages/main.d.ts +5 -0
- package/messages/main.js +2 -2
- package/messages/main.mjs +15 -13
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +12 -12
- package/utils/main.js +1 -1
- package/utils/main.mjs +80 -76
package/drag/ColumnResize.d.ts
CHANGED
|
@@ -23,6 +23,14 @@ export declare class ColumnResize {
|
|
|
23
23
|
* The footer `colgroup` of the Grid (if any).
|
|
24
24
|
*/
|
|
25
25
|
colGroupFooter: any | null;
|
|
26
|
+
/**
|
|
27
|
+
* The sticky header `colgroup` of the Grid (if any).
|
|
28
|
+
*/
|
|
29
|
+
colGroupStickyHeader: any;
|
|
30
|
+
/**
|
|
31
|
+
* The sticky footer `colgroup` of the Grid (if any).
|
|
32
|
+
*/
|
|
33
|
+
colGroupStickyFooter: any;
|
|
26
34
|
columns: ExtendedColumnProps[];
|
|
27
35
|
/**
|
|
28
36
|
* The `columnsState` of the Grid (if any).
|
|
@@ -36,9 +44,10 @@ export declare class ColumnResize {
|
|
|
36
44
|
private isRtl;
|
|
37
45
|
constructor(triggerResize: (index: number, oldWidth: number, newWidth: number, originalEvent: any, end: boolean, columnsState: GridColumnState[], targetId?: string) => void);
|
|
38
46
|
setIsRtl: (isRtl: boolean) => void;
|
|
47
|
+
private applyWidthConstraints;
|
|
39
48
|
initWidths: () => void;
|
|
40
49
|
dragHandler: (event: any, column: ExtendedColumnProps, dragCue: HTMLSpanElement, end: boolean) => void;
|
|
41
|
-
dblClickHandler: (event:
|
|
50
|
+
dblClickHandler: (event: MouseEvent | null, columnIds: string[]) => void;
|
|
42
51
|
private fixateInitialWidths;
|
|
43
52
|
private setWidths;
|
|
44
53
|
private updateColElements;
|
package/drag/ColumnResize.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k=require("../utils/main.js"),w=1,F=20;class S{constructor(p){this.columns=[],this.columnsState=[],this.resizable=!1,this.isRtl=!1,this.setIsRtl=h=>{this.isRtl=h},this.initWidths=()=>{var d;const h=((d=this.colGroupMain)==null?void 0:d.children)||[],n=k.getFlatColumnsState(this.columnsState),r=this.columns.filter(o=>{var l;return!((l=o.children)!=null&&l.length)});for(let o=0;o<h.length;o++){const l=h[o],t=r[o];let e="";const s=n.find(i=>i.id===r[o].id);s&&(e=this.applyWidthConstraints(s,t)),l.width=e,this.colGroupHeader&&(this.colGroupHeader.children[o].width=e),this.colGroupFooter&&(this.colGroupFooter.children[o].width=e),this.colGroupStickyHeader&&(this.colGroupStickyHeader.children[o].width=e),this.colGroupStickyFooter&&(this.colGroupStickyFooter.children[o].width=e)}},this.dragHandler=(h,n,r,d)=>{const o=h.originalEvent;d||(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation());const l=r.closest("th");if(!l)return;const t=l.clientWidth;let e=t;if(this.isRtl?e+=r.getBoundingClientRect().right-r.offsetWidth/2-h.clientX:e+=h.clientX-r.getBoundingClientRect().left-r.offsetWidth/2,!d&&Math.abs(e-t)<1)return;this.fixateInitialWidths(l.parentElement.clientWidth),this.setWidths(n,Math.floor(e)/t);const s=this.columns.filter(i=>!i.children.length).findIndex(i=>i.id===n.id);this.onResize(s,t,e,o,d,this.columnsState,n.id)},this.dblClickHandler=(h,n)=>{const r=this.columns.filter(c=>n.indexOf(c.id)>-1),d=k.getFlatColumnsState(this.columnsState);if(!this.colGroupMain||!r.length)return;const o={},l=r;for(;l.length>0;){const c=l.pop();if(!c)break;c.children.length?l.push(...c.children):o[c.id]=c}const t=this.columns.filter(c=>!c.children.length),e=[];t.forEach((c,f)=>{o[c.id]&&e.push(f)});const s=[this.colGroupMain.parentElement],i=[this.colGroupMain];this.colGroupHeader&&(s.push(this.colGroupHeader.parentElement),i.push(this.colGroupHeader)),this.colGroupFooter&&(s.push(this.colGroupFooter.parentElement),i.push(this.colGroupFooter)),this.colGroupStickyHeader&&(s.push(this.colGroupStickyHeader.parentElement),i.push(this.colGroupStickyHeader)),this.colGroupStickyFooter&&(s.push(this.colGroupStickyFooter.parentElement),i.push(this.colGroupStickyFooter)),s.forEach(c=>c.classList.add("k-autofitting"));const a=[];i.forEach(c=>{e.forEach(f=>{c.children[f]&&(c.children[f].width="",a[f]=Math.max(a[f]||0,c.children[f].offsetWidth+w))})}),i.forEach(c=>{e.forEach(f=>{if(c.children[f]){c.children[f].width=a[f]+"px";const u=d.find(g=>g.id===t[f].id);u&&(u.width=a[f])}})}),s.forEach(c=>c.classList.remove("k-autofitting")),this.onResize(e[0],0,0,h,!0,this.columnsState,n[0])},this.updateColElements=h=>{var d,o,l,t,e;const n=this.columns.filter(s=>!s.hidden&&!s.children.length);let r=1e-10;for(let s=0;s<h.length;s++){const i=h[s],a=n.findIndex(G=>G.id===i.id),c=parseFloat((i.width||0).toString()),f=Math.floor(c);r+=c-f;const u=f+Math.floor(r);r-=Math.floor(r);const g=n.find(G=>G.id===i.id);if(!g)return;if((d=this.colGroupMain)!=null&&d.children[a]){const G=parseInt(this.colGroupMain.children[a].width,10);this.colGroupMain.children[a].width=u+"px",this.updateNextLockedCol(this.colGroupMain.parentElement,g,G-u)}if((o=this.colGroupHeader)!=null&&o.children[a]){const G=parseInt(this.colGroupHeader.children[a].width,10);this.colGroupHeader.children[a].width=u+"px",this.updateNextLockedCol(this.colGroupHeader.parentElement,g,G-u)}if((l=this.colGroupFooter)!=null&&l.children[a]){const G=parseInt(this.colGroupFooter.children[a].width,10);this.colGroupFooter.children[a].width=u+"px",this.updateNextLockedCol(this.colGroupFooter.parentElement,g,G-u)}if((t=this.colGroupStickyHeader)!=null&&t.children[a]){const G=parseInt(this.colGroupStickyHeader.children[a].width,10);this.colGroupStickyHeader.children[a].width=u+"px",this.updateNextLockedCol(this.colGroupStickyHeader.parentElement,g,G-u)}if((e=this.colGroupStickyFooter)!=null&&e.children[a]){const G=parseInt(this.colGroupStickyFooter.children[a].width,10);this.colGroupStickyFooter.children[a].width=u+"px",this.updateNextLockedCol(this.colGroupStickyFooter.parentElement,g,G-u)}}},this.onResize=p}applyWidthConstraints(p,h,n=1){var i;if(!p.width)return p.width||"";const r=p.width.toString();if(r.includes("%")){const c=parseFloat(r)*n,f=Math.max(0,Math.min(100,c));return p.width=f+"%",p.width}let o=parseFloat(r)*n;const l=(i=h.minResizableWidth)!=null?i:10,t=h==null?void 0:h.minWidth,e=t!==void 0?Math.max(l,t):l,s=h==null?void 0:h.maxWidth;return o<e&&(o=e),s!==void 0&&o>s&&(o=s),p.width=o,o}fixateInitialWidths(p){var l;let h=0;const n=((l=this.colGroupMain)==null?void 0:l.children)||[];for(let t=0;t<n.length;t++)n[t].width?p-=n[t].clientWidth:h++;if(h===0)return;const r=Math.floor(p/h),d=k.getFlatColumnsState(this.columnsState),o=this.columns.filter(t=>!t.children.length);for(let t=0;t<n.length;t++){const e=n[t],s=e.width?e.clientWidth:r;e.width=s;const i=d.find(a=>a.id===o[t].id);i&&(i.width=s.toString()),this.colGroupHeader&&(this.colGroupHeader.children[t].width=s),this.colGroupFooter&&(this.colGroupFooter.children[t].width=s),this.colGroupStickyHeader&&(this.colGroupStickyHeader.children[t].width=s),this.colGroupStickyFooter&&(this.colGroupStickyFooter.children[t].width=s)}}setWidths(p,h){const n=k.getFlatColumnsState(this.columnsState),r=this.columns.findIndex(t=>t.id===p.id),d=[];let o=p.children.filter(t=>!t.hidden).length;for(let t=r+1;t<this.columns.length&&!(o<=0);t++){const e=this.columns[t];e.children.length?o+=e.children.filter(s=>!s.hidden).length:d.push(e),o--}d.length===0&&d.push(p);const l=[];d.forEach(t=>{const e=n.find(s=>s.id===t.id);e&&(this.applyWidthConstraints(e,t,h),l.push(e))}),this.updateColElements(l)}updateNextLockedCol(p,h,n){const r=h.index,d=this.colGroupMain.parentElement.closest(".k-grid"),o=d==null?void 0:d.clientWidth,l=this.columns.filter(t=>t.locked).map(t=>parseInt(t.width+"",10)).reduce((t,e)=>t+e,0);!h.locked||o<=l+F||this.columns.forEach(t=>{if(t!=null&&t.locked&&n){const e=p==null?void 0:p.querySelectorAll('[aria-colindex="'+t.ariaColumnIndex+'"]');e==null||e.forEach(s=>{const i=s.style;this.isRtl?(t.index>r&&(i!=null&&i.right)&&(i.right=parseInt(i.right,10)-n+"px"),t.index<r&&(i!=null&&i.left)&&(i.left=parseInt(i.left,10)-n+"px")):(t.index>r&&(i!=null&&i.left)&&(i.left=parseInt(i.left,10)-n+"px"),t.index<r&&(i!=null&&i.right)&&(i.right=parseInt(i.right,10)-n+"px"))})}})}}exports.ColumnResize=S;
|
package/drag/ColumnResize.mjs
CHANGED
|
@@ -5,145 +5,170 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { getFlatColumnsState as
|
|
9
|
-
const
|
|
10
|
-
class
|
|
11
|
-
constructor(
|
|
12
|
-
this.columns = [], this.columnsState = [], this.resizable = !1, this.isRtl = !1, this.setIsRtl = (
|
|
13
|
-
this.isRtl =
|
|
8
|
+
import { getFlatColumnsState as w } from "../utils/main.mjs";
|
|
9
|
+
const g = 1, F = 20;
|
|
10
|
+
class m {
|
|
11
|
+
constructor(p) {
|
|
12
|
+
this.columns = [], this.columnsState = [], this.resizable = !1, this.isRtl = !1, this.setIsRtl = (h) => {
|
|
13
|
+
this.isRtl = h;
|
|
14
14
|
}, this.initWidths = () => {
|
|
15
15
|
var d;
|
|
16
|
-
const
|
|
17
|
-
var
|
|
18
|
-
return !((
|
|
16
|
+
const h = ((d = this.colGroupMain) == null ? void 0 : d.children) || [], n = w(this.columnsState), r = this.columns.filter((o) => {
|
|
17
|
+
var l;
|
|
18
|
+
return !((l = o.children) != null && l.length);
|
|
19
19
|
});
|
|
20
|
-
for (let
|
|
21
|
-
const
|
|
22
|
-
let
|
|
23
|
-
const
|
|
24
|
-
|
|
20
|
+
for (let o = 0; o < h.length; o++) {
|
|
21
|
+
const l = h[o], t = r[o];
|
|
22
|
+
let e = "";
|
|
23
|
+
const s = n.find((i) => i.id === r[o].id);
|
|
24
|
+
s && (e = this.applyWidthConstraints(s, t)), l.width = e, this.colGroupHeader && (this.colGroupHeader.children[o].width = e), this.colGroupFooter && (this.colGroupFooter.children[o].width = e), this.colGroupStickyHeader && (this.colGroupStickyHeader.children[o].width = e), this.colGroupStickyFooter && (this.colGroupStickyFooter.children[o].width = e);
|
|
25
25
|
}
|
|
26
|
-
}, this.dragHandler = (
|
|
27
|
-
const
|
|
28
|
-
d || (
|
|
29
|
-
const
|
|
30
|
-
if (!
|
|
26
|
+
}, this.dragHandler = (h, n, r, d) => {
|
|
27
|
+
const o = h.originalEvent;
|
|
28
|
+
d || (o.preventDefault(), o.stopPropagation(), o.stopImmediatePropagation());
|
|
29
|
+
const l = r.closest("th");
|
|
30
|
+
if (!l)
|
|
31
31
|
return;
|
|
32
|
-
const t =
|
|
32
|
+
const t = l.clientWidth;
|
|
33
33
|
let e = t;
|
|
34
|
-
if (this.isRtl ? e +=
|
|
34
|
+
if (this.isRtl ? e += r.getBoundingClientRect().right - r.offsetWidth / 2 - h.clientX : e += h.clientX - r.getBoundingClientRect().left - r.offsetWidth / 2, !d && Math.abs(e - t) < 1)
|
|
35
35
|
return;
|
|
36
|
-
this.fixateInitialWidths(
|
|
37
|
-
const
|
|
38
|
-
this.onResize(
|
|
39
|
-
}, this.dblClickHandler = (
|
|
40
|
-
const
|
|
41
|
-
if (!this.colGroupMain || !
|
|
36
|
+
this.fixateInitialWidths(l.parentElement.clientWidth), this.setWidths(n, Math.floor(e) / t);
|
|
37
|
+
const s = this.columns.filter((i) => !i.children.length).findIndex((i) => i.id === n.id);
|
|
38
|
+
this.onResize(s, t, e, o, d, this.columnsState, n.id);
|
|
39
|
+
}, this.dblClickHandler = (h, n) => {
|
|
40
|
+
const r = this.columns.filter((c) => n.indexOf(c.id) > -1), d = w(this.columnsState);
|
|
41
|
+
if (!this.colGroupMain || !r.length)
|
|
42
42
|
return;
|
|
43
|
-
const
|
|
44
|
-
for (;
|
|
45
|
-
const
|
|
46
|
-
if (!
|
|
43
|
+
const o = {}, l = r;
|
|
44
|
+
for (; l.length > 0; ) {
|
|
45
|
+
const c = l.pop();
|
|
46
|
+
if (!c)
|
|
47
47
|
break;
|
|
48
|
-
|
|
48
|
+
c.children.length ? l.push(...c.children) : o[c.id] = c;
|
|
49
49
|
}
|
|
50
|
-
const t = this.columns.filter((
|
|
51
|
-
t.forEach((
|
|
52
|
-
|
|
50
|
+
const t = this.columns.filter((c) => !c.children.length), e = [];
|
|
51
|
+
t.forEach((c, f) => {
|
|
52
|
+
o[c.id] && e.push(f);
|
|
53
53
|
});
|
|
54
|
-
const
|
|
55
|
-
this.colGroupHeader && (
|
|
56
|
-
const
|
|
57
|
-
i.forEach((
|
|
58
|
-
e.forEach((
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
const s = [this.colGroupMain.parentElement], i = [this.colGroupMain];
|
|
55
|
+
this.colGroupHeader && (s.push(this.colGroupHeader.parentElement), i.push(this.colGroupHeader)), this.colGroupFooter && (s.push(this.colGroupFooter.parentElement), i.push(this.colGroupFooter)), this.colGroupStickyHeader && (s.push(this.colGroupStickyHeader.parentElement), i.push(this.colGroupStickyHeader)), this.colGroupStickyFooter && (s.push(this.colGroupStickyFooter.parentElement), i.push(this.colGroupStickyFooter)), s.forEach((c) => c.classList.add("k-autofitting"));
|
|
56
|
+
const a = [];
|
|
57
|
+
i.forEach((c) => {
|
|
58
|
+
e.forEach((f) => {
|
|
59
|
+
c.children[f] && (c.children[f].width = "", a[f] = Math.max(
|
|
60
|
+
a[f] || 0,
|
|
61
|
+
c.children[f].offsetWidth + g
|
|
62
62
|
));
|
|
63
63
|
});
|
|
64
|
-
}), i.forEach((
|
|
65
|
-
e.forEach((
|
|
66
|
-
if (
|
|
67
|
-
|
|
68
|
-
const
|
|
69
|
-
|
|
64
|
+
}), i.forEach((c) => {
|
|
65
|
+
e.forEach((f) => {
|
|
66
|
+
if (c.children[f]) {
|
|
67
|
+
c.children[f].width = a[f] + "px";
|
|
68
|
+
const u = d.find((k) => k.id === t[f].id);
|
|
69
|
+
u && (u.width = a[f]);
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
|
-
}),
|
|
73
|
-
}, this.updateColElements = (
|
|
74
|
-
var d,
|
|
75
|
-
const n = this.columns.filter((
|
|
76
|
-
let
|
|
77
|
-
for (let
|
|
78
|
-
const
|
|
79
|
-
|
|
80
|
-
const
|
|
81
|
-
|
|
82
|
-
const
|
|
83
|
-
if (!
|
|
72
|
+
}), s.forEach((c) => c.classList.remove("k-autofitting")), this.onResize(e[0], 0, 0, h, !0, this.columnsState, n[0]);
|
|
73
|
+
}, this.updateColElements = (h) => {
|
|
74
|
+
var d, o, l, t, e;
|
|
75
|
+
const n = this.columns.filter((s) => !s.hidden && !s.children.length);
|
|
76
|
+
let r = 1e-10;
|
|
77
|
+
for (let s = 0; s < h.length; s++) {
|
|
78
|
+
const i = h[s], a = n.findIndex((G) => G.id === i.id), c = parseFloat((i.width || 0).toString()), f = Math.floor(c);
|
|
79
|
+
r += c - f;
|
|
80
|
+
const u = f + Math.floor(r);
|
|
81
|
+
r -= Math.floor(r);
|
|
82
|
+
const k = n.find((G) => G.id === i.id);
|
|
83
|
+
if (!k)
|
|
84
84
|
return;
|
|
85
|
-
if ((d = this.colGroupMain) != null && d.children[
|
|
86
|
-
const
|
|
87
|
-
this.colGroupMain.children[
|
|
85
|
+
if ((d = this.colGroupMain) != null && d.children[a]) {
|
|
86
|
+
const G = parseInt(this.colGroupMain.children[a].width, 10);
|
|
87
|
+
this.colGroupMain.children[a].width = u + "px", this.updateNextLockedCol(this.colGroupMain.parentElement, k, G - u);
|
|
88
88
|
}
|
|
89
|
-
if ((
|
|
90
|
-
const
|
|
91
|
-
this.colGroupHeader.children[
|
|
89
|
+
if ((o = this.colGroupHeader) != null && o.children[a]) {
|
|
90
|
+
const G = parseInt(this.colGroupHeader.children[a].width, 10);
|
|
91
|
+
this.colGroupHeader.children[a].width = u + "px", this.updateNextLockedCol(this.colGroupHeader.parentElement, k, G - u);
|
|
92
92
|
}
|
|
93
|
-
if ((
|
|
94
|
-
const
|
|
95
|
-
this.colGroupFooter.children[
|
|
93
|
+
if ((l = this.colGroupFooter) != null && l.children[a]) {
|
|
94
|
+
const G = parseInt(this.colGroupFooter.children[a].width, 10);
|
|
95
|
+
this.colGroupFooter.children[a].width = u + "px", this.updateNextLockedCol(this.colGroupFooter.parentElement, k, G - u);
|
|
96
|
+
}
|
|
97
|
+
if ((t = this.colGroupStickyHeader) != null && t.children[a]) {
|
|
98
|
+
const G = parseInt(this.colGroupStickyHeader.children[a].width, 10);
|
|
99
|
+
this.colGroupStickyHeader.children[a].width = u + "px", this.updateNextLockedCol(
|
|
100
|
+
this.colGroupStickyHeader.parentElement,
|
|
101
|
+
k,
|
|
102
|
+
G - u
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
if ((e = this.colGroupStickyFooter) != null && e.children[a]) {
|
|
106
|
+
const G = parseInt(this.colGroupStickyFooter.children[a].width, 10);
|
|
107
|
+
this.colGroupStickyFooter.children[a].width = u + "px", this.updateNextLockedCol(
|
|
108
|
+
this.colGroupStickyFooter.parentElement,
|
|
109
|
+
k,
|
|
110
|
+
G - u
|
|
111
|
+
);
|
|
96
112
|
}
|
|
97
113
|
}
|
|
98
|
-
}, this.onResize =
|
|
114
|
+
}, this.onResize = p;
|
|
99
115
|
}
|
|
100
|
-
|
|
101
|
-
var
|
|
102
|
-
|
|
103
|
-
|
|
116
|
+
applyWidthConstraints(p, h, n = 1) {
|
|
117
|
+
var i;
|
|
118
|
+
if (!p.width)
|
|
119
|
+
return p.width || "";
|
|
120
|
+
const r = p.width.toString();
|
|
121
|
+
if (r.includes("%")) {
|
|
122
|
+
const c = parseFloat(r) * n, f = Math.max(0, Math.min(100, c));
|
|
123
|
+
return p.width = f + "%", p.width;
|
|
124
|
+
}
|
|
125
|
+
let o = parseFloat(r) * n;
|
|
126
|
+
const l = (i = h.minResizableWidth) != null ? i : 10, t = h == null ? void 0 : h.minWidth, e = t !== void 0 ? Math.max(l, t) : l, s = h == null ? void 0 : h.maxWidth;
|
|
127
|
+
return o < e && (o = e), s !== void 0 && o > s && (o = s), p.width = o, o;
|
|
128
|
+
}
|
|
129
|
+
fixateInitialWidths(p) {
|
|
130
|
+
var l;
|
|
131
|
+
let h = 0;
|
|
132
|
+
const n = ((l = this.colGroupMain) == null ? void 0 : l.children) || [];
|
|
104
133
|
for (let t = 0; t < n.length; t++)
|
|
105
|
-
n[t].width ?
|
|
106
|
-
if (
|
|
134
|
+
n[t].width ? p -= n[t].clientWidth : h++;
|
|
135
|
+
if (h === 0)
|
|
107
136
|
return;
|
|
108
|
-
const
|
|
137
|
+
const r = Math.floor(p / h), d = w(this.columnsState), o = this.columns.filter((t) => !t.children.length);
|
|
109
138
|
for (let t = 0; t < n.length; t++) {
|
|
110
|
-
const e = n[t],
|
|
111
|
-
e.width =
|
|
112
|
-
const i = d.find((
|
|
113
|
-
i && (i.width =
|
|
139
|
+
const e = n[t], s = e.width ? e.clientWidth : r;
|
|
140
|
+
e.width = s;
|
|
141
|
+
const i = d.find((a) => a.id === o[t].id);
|
|
142
|
+
i && (i.width = s.toString()), this.colGroupHeader && (this.colGroupHeader.children[t].width = s), this.colGroupFooter && (this.colGroupFooter.children[t].width = s), this.colGroupStickyHeader && (this.colGroupStickyHeader.children[t].width = s), this.colGroupStickyFooter && (this.colGroupStickyFooter.children[t].width = s);
|
|
114
143
|
}
|
|
115
144
|
}
|
|
116
|
-
setWidths(
|
|
117
|
-
const n =
|
|
118
|
-
let
|
|
119
|
-
for (let t =
|
|
145
|
+
setWidths(p, h) {
|
|
146
|
+
const n = w(this.columnsState), r = this.columns.findIndex((t) => t.id === p.id), d = [];
|
|
147
|
+
let o = p.children.filter((t) => !t.hidden).length;
|
|
148
|
+
for (let t = r + 1; t < this.columns.length && !(o <= 0); t++) {
|
|
120
149
|
const e = this.columns[t];
|
|
121
|
-
e.children.length ?
|
|
150
|
+
e.children.length ? o += e.children.filter((s) => !s.hidden).length : d.push(e), o--;
|
|
122
151
|
}
|
|
123
|
-
d.length === 0 && d.push(
|
|
124
|
-
const
|
|
152
|
+
d.length === 0 && d.push(p);
|
|
153
|
+
const l = [];
|
|
125
154
|
d.forEach((t) => {
|
|
126
|
-
const e = n.find((
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
const i = t.minResizableWidth === void 0 ? 10 : t.minResizableWidth;
|
|
130
|
-
o < i && (o = i), e.width = o, r.push(e);
|
|
131
|
-
}
|
|
132
|
-
}), this.updateColElements(r);
|
|
155
|
+
const e = n.find((s) => s.id === t.id);
|
|
156
|
+
e && (this.applyWidthConstraints(e, t, h), l.push(e));
|
|
157
|
+
}), this.updateColElements(l);
|
|
133
158
|
}
|
|
134
|
-
updateNextLockedCol(
|
|
135
|
-
const
|
|
136
|
-
!
|
|
159
|
+
updateNextLockedCol(p, h, n) {
|
|
160
|
+
const r = h.index, d = this.colGroupMain.parentElement.closest(".k-grid"), o = d == null ? void 0 : d.clientWidth, l = this.columns.filter((t) => t.locked).map((t) => parseInt(t.width + "", 10)).reduce((t, e) => t + e, 0);
|
|
161
|
+
!h.locked || o <= l + F || this.columns.forEach((t) => {
|
|
137
162
|
if (t != null && t.locked && n) {
|
|
138
|
-
const e =
|
|
139
|
-
e == null || e.forEach((
|
|
140
|
-
const i =
|
|
141
|
-
this.isRtl ? (t.index >
|
|
163
|
+
const e = p == null ? void 0 : p.querySelectorAll('[aria-colindex="' + t.ariaColumnIndex + '"]');
|
|
164
|
+
e == null || e.forEach((s) => {
|
|
165
|
+
const i = s.style;
|
|
166
|
+
this.isRtl ? (t.index > r && (i != null && i.right) && (i.right = parseInt(i.right, 10) - n + "px"), t.index < r && (i != null && i.left) && (i.left = parseInt(i.left, 10) - n + "px")) : (t.index > r && (i != null && i.left) && (i.left = parseInt(i.left, 10) - n + "px"), t.index < r && (i != null && i.right) && (i.right = parseInt(i.right, 10) - n + "px"));
|
|
142
167
|
});
|
|
143
168
|
}
|
|
144
169
|
});
|
|
145
170
|
}
|
|
146
171
|
}
|
|
147
172
|
export {
|
|
148
|
-
|
|
173
|
+
m as ColumnResize
|
|
149
174
|
};
|
|
@@ -37,6 +37,7 @@ declare const GroupingIndicator: import('vue').DefineComponent<import('vue').Ext
|
|
|
37
37
|
drag(event: any): void;
|
|
38
38
|
release(event: any): void;
|
|
39
39
|
sortChange(event: any): void;
|
|
40
|
+
handleKeyDown(event: any): void;
|
|
40
41
|
groupRemove(event: any): void;
|
|
41
42
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
43
|
title: PropType<string>;
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),n=require("@progress/kendo-vue-common"),o=require("@progress/kendo-svg-icons"),s=t.defineComponent({props:{title:String,dir:String,onRemove:Function,onSortChange:Function,onPress:Function,onDrag:Function,onRelease:Function},mounted(){this.element=n.getRef(this,"indicatorContainer"),this.element&&(this.draggable=this.$refs.draggable)},methods:{press(e){this.element&&this.$emit("press",e,this.element)},drag(e){this.element&&this.$emit("drag",e,this.element)},release(e){this.element&&this.$emit("release",e,this.element)},sortChange(e){e.preventDefault();const i=this.$props.dir==="asc"?"desc":"asc";this.$emit("sortChange",e,i)},handleKeyDown(e){(e.keyCode===n.Keys.delete||e.keyCode===n.Keys.backspace)&&(e.preventDefault(),e.stopPropagation(),this.$emit("remove",e))},groupRemove(e){e.preventDefault(),this.$emit("remove",e)}},setup(){return{indicatorContainerRef:t.ref(null)}},render(){return t.createVNode(n.Draggable,{onPress:this.press,onDrag:this.drag,onRelease:this.release,ref:"draggable"},{default:()=>[t.createVNode("div",{class:"k-chip",ref:n.setRef(this,"indicatorContainer"),tabindex:"0",role:"button",onClick:this.sortChange,onKeydown:this.handleKeyDown,style:{touchAction:"none"}},[t.createVNode(n.Icon,{name:"sort-"+this.$props.dir+"-small",class:"k-chip-icon",icon:this.$props.dir==="asc"?o.sortAscSmallIcon:o.sortDescSmallIcon},null),t.createVNode("span",{class:"k-chip-content"},[t.createVNode("span",{class:"k-chip-label"},[this.$props.title])]),t.createVNode("span",{class:"k-chip-actions"},[t.createVNode("span",{class:"k-chip-action k-chip-remove-action",tabindex:-1,onClick:this.groupRemove},[t.createVNode(n.Icon,{name:"x-circle",icon:o.xCircleIcon},null)])])])]})}});exports.GroupingIndicator=s;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { defineComponent as
|
|
9
|
-
import { Draggable as
|
|
10
|
-
import { sortAscSmallIcon as
|
|
11
|
-
const
|
|
8
|
+
import { defineComponent as o, createVNode as t, ref as r } from "vue";
|
|
9
|
+
import { Draggable as a, setRef as c, Icon as i, Keys as s, getRef as l } from "@progress/kendo-vue-common";
|
|
10
|
+
import { sortAscSmallIcon as h, sortDescSmallIcon as p, xCircleIcon as m } from "@progress/kendo-svg-icons";
|
|
11
|
+
const u = /* @__PURE__ */ o({
|
|
12
12
|
props: {
|
|
13
13
|
title: String,
|
|
14
14
|
dir: String,
|
|
@@ -19,7 +19,7 @@ const f = /* @__PURE__ */ n({
|
|
|
19
19
|
onRelease: Function
|
|
20
20
|
},
|
|
21
21
|
mounted() {
|
|
22
|
-
this.element =
|
|
22
|
+
this.element = l(this, "indicatorContainer"), this.element && (this.draggable = this.$refs.draggable);
|
|
23
23
|
},
|
|
24
24
|
methods: {
|
|
25
25
|
press(e) {
|
|
@@ -33,8 +33,11 @@ const f = /* @__PURE__ */ n({
|
|
|
33
33
|
},
|
|
34
34
|
sortChange(e) {
|
|
35
35
|
e.preventDefault();
|
|
36
|
-
const
|
|
37
|
-
this.$emit("sortChange", e,
|
|
36
|
+
const n = this.$props.dir === "asc" ? "desc" : "asc";
|
|
37
|
+
this.$emit("sortChange", e, n);
|
|
38
|
+
},
|
|
39
|
+
handleKeyDown(e) {
|
|
40
|
+
(e.keyCode === s.delete || e.keyCode === s.backspace) && (e.preventDefault(), e.stopPropagation(), this.$emit("remove", e));
|
|
38
41
|
},
|
|
39
42
|
groupRemove(e) {
|
|
40
43
|
e.preventDefault(), this.$emit("remove", e);
|
|
@@ -42,28 +45,35 @@ const f = /* @__PURE__ */ n({
|
|
|
42
45
|
},
|
|
43
46
|
setup() {
|
|
44
47
|
return {
|
|
45
|
-
indicatorContainerRef:
|
|
48
|
+
indicatorContainerRef: r(null)
|
|
46
49
|
};
|
|
47
50
|
},
|
|
48
51
|
render() {
|
|
49
|
-
return t(
|
|
52
|
+
return t(a, {
|
|
50
53
|
onPress: this.press,
|
|
51
54
|
onDrag: this.drag,
|
|
52
55
|
onRelease: this.release,
|
|
53
56
|
ref: "draggable"
|
|
54
57
|
}, {
|
|
55
58
|
default: () => [t("div", {
|
|
56
|
-
class: "k-chip
|
|
57
|
-
ref:
|
|
59
|
+
class: "k-chip",
|
|
60
|
+
ref: c(this, "indicatorContainer"),
|
|
61
|
+
tabindex: "0",
|
|
62
|
+
role: "button",
|
|
63
|
+
onClick: this.sortChange,
|
|
64
|
+
onKeydown: this.handleKeyDown,
|
|
65
|
+
style: {
|
|
66
|
+
touchAction: "none"
|
|
67
|
+
}
|
|
58
68
|
}, [t(i, {
|
|
59
69
|
name: "sort-" + this.$props.dir + "-small",
|
|
60
70
|
class: "k-chip-icon",
|
|
61
|
-
icon: this.$props.dir === "asc" ?
|
|
71
|
+
icon: this.$props.dir === "asc" ? h : p
|
|
62
72
|
}, null), t("span", {
|
|
63
|
-
class: "k-chip-content"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}, [this.$props.title]), t("span", {
|
|
73
|
+
class: "k-chip-content"
|
|
74
|
+
}, [t("span", {
|
|
75
|
+
class: "k-chip-label"
|
|
76
|
+
}, [this.$props.title])]), t("span", {
|
|
67
77
|
class: "k-chip-actions"
|
|
68
78
|
}, [t("span", {
|
|
69
79
|
class: "k-chip-action k-chip-remove-action",
|
|
@@ -71,11 +81,11 @@ const f = /* @__PURE__ */ n({
|
|
|
71
81
|
onClick: this.groupRemove
|
|
72
82
|
}, [t(i, {
|
|
73
83
|
name: "x-circle",
|
|
74
|
-
icon:
|
|
84
|
+
icon: m
|
|
75
85
|
}, null)])])])]
|
|
76
86
|
});
|
|
77
87
|
}
|
|
78
88
|
});
|
|
79
89
|
export {
|
|
80
|
-
|
|
90
|
+
u as GroupingIndicator
|
|
81
91
|
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { ExtendedColumnProps } from '../interfaces/ExtendedColumnProps';
|
|
9
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
10
|
+
import { PropType } from 'vue';
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export interface FooterCellProps {
|
|
15
|
+
column: ExtendedColumnProps;
|
|
16
|
+
columnIndex: number;
|
|
17
|
+
isRtl: boolean;
|
|
18
|
+
rowIndex: number;
|
|
19
|
+
cells?: GridCellsSettings;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @hidden
|
|
23
|
+
*/
|
|
24
|
+
declare const FooterCell: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
25
|
+
column: PropType<ExtendedColumnProps>;
|
|
26
|
+
columnIndex: PropType<number>;
|
|
27
|
+
isRtl: PropType<boolean>;
|
|
28
|
+
rowIndex: PropType<number>;
|
|
29
|
+
cells: PropType<GridCellsSettings>;
|
|
30
|
+
}>, {}, {}, {
|
|
31
|
+
columnStyles(): {
|
|
32
|
+
left: string;
|
|
33
|
+
right: string;
|
|
34
|
+
};
|
|
35
|
+
tdClassName(): string;
|
|
36
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
+
column: PropType<ExtendedColumnProps>;
|
|
38
|
+
columnIndex: PropType<number>;
|
|
39
|
+
isRtl: PropType<boolean>;
|
|
40
|
+
rowIndex: PropType<number>;
|
|
41
|
+
cells: PropType<GridCellsSettings>;
|
|
42
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export { FooterCell };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 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 strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("vue"),s=require("@progress/kendo-vue-common"),a=require("@progress/kendo-vue-data-tools"),d=l.defineComponent({name:"FooterCell",props:{column:Object,columnIndex:Number,isRtl:Boolean,rowIndex:Number,cells:Object},inject:{getKeyboardNavigationAttributes:{default:s.noop}},computed:{columnStyles(){const e=this.$props.column;if(e.locked&&e.left!==void 0)return this.$props.isRtl?{left:e.right+"px",right:e.left+"px"}:{left:e.left+"px",right:e.right+"px"}},tdClassName(){const e=this.$props.column,t=e.locked&&e.left!==void 0?"k-grid-footer-sticky":"";return e.footerClassName?`k-table-td ${e.footerClassName} ${t}`:"k-table-td "+t}},render(){var n,r;const e=this.$props.column,t=`footer-${this.$props.rowIndex}-${this.$props.columnIndex}`,o=this.getKeyboardNavigationAttributes(t,!0),i=s.getTemplate.call(this,{h:l.h,template:e.footerCell||((n=e.cells)==null?void 0:n.footerCell)||((r=this.$props.cells)==null?void 0:r.footerCell),defaultRendering:null,additionalProps:{field:e.field,colSpan:e.colSpan===1?void 0:e.colSpan,defaultStyle:this.columnStyles}});return l.createVNode("td",{key:this.$props.columnIndex,colspan:e.colSpan===1?void 0:e.colSpan,style:this.columnStyles,class:this.tdClassName,role:"gridcell",tabindex:o.tabIndex,"data-keyboardnavlevel":o[a.KEYBOARD_NAV_DATA_LEVEL],"data-keyboardnavid":o[a.KEYBOARD_NAV_DATA_ID]},[i])}});exports.FooterCell=d;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { defineComponent as s, h as i, createVNode as a } from "vue";
|
|
9
|
+
import { noop as d, getTemplate as c } from "@progress/kendo-vue-common";
|
|
10
|
+
import { KEYBOARD_NAV_DATA_ID as p, KEYBOARD_NAV_DATA_LEVEL as u } from "@progress/kendo-vue-data-tools";
|
|
11
|
+
const b = /* @__PURE__ */ s({
|
|
12
|
+
name: "FooterCell",
|
|
13
|
+
props: {
|
|
14
|
+
column: Object,
|
|
15
|
+
columnIndex: Number,
|
|
16
|
+
isRtl: Boolean,
|
|
17
|
+
rowIndex: Number,
|
|
18
|
+
cells: Object
|
|
19
|
+
},
|
|
20
|
+
inject: {
|
|
21
|
+
getKeyboardNavigationAttributes: {
|
|
22
|
+
default: d
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
computed: {
|
|
26
|
+
columnStyles() {
|
|
27
|
+
const e = this.$props.column;
|
|
28
|
+
if (e.locked && e.left !== void 0)
|
|
29
|
+
return this.$props.isRtl ? {
|
|
30
|
+
left: e.right + "px",
|
|
31
|
+
right: e.left + "px"
|
|
32
|
+
} : {
|
|
33
|
+
left: e.left + "px",
|
|
34
|
+
right: e.right + "px"
|
|
35
|
+
};
|
|
36
|
+
},
|
|
37
|
+
tdClassName() {
|
|
38
|
+
const e = this.$props.column, t = e.locked && e.left !== void 0 ? "k-grid-footer-sticky" : "";
|
|
39
|
+
return e.footerClassName ? `k-table-td ${e.footerClassName} ${t}` : "k-table-td " + t;
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
render() {
|
|
43
|
+
var l, n;
|
|
44
|
+
const e = this.$props.column, t = `footer-${this.$props.rowIndex}-${this.$props.columnIndex}`, o = this.getKeyboardNavigationAttributes(t, !0), r = c.call(this, {
|
|
45
|
+
h: i,
|
|
46
|
+
template: e.footerCell || ((l = e.cells) == null ? void 0 : l.footerCell) || ((n = this.$props.cells) == null ? void 0 : n.footerCell),
|
|
47
|
+
defaultRendering: null,
|
|
48
|
+
additionalProps: {
|
|
49
|
+
field: e.field,
|
|
50
|
+
colSpan: e.colSpan === 1 ? void 0 : e.colSpan,
|
|
51
|
+
defaultStyle: this.columnStyles
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
return a("td", {
|
|
55
|
+
key: this.$props.columnIndex,
|
|
56
|
+
colspan: e.colSpan === 1 ? void 0 : e.colSpan,
|
|
57
|
+
style: this.columnStyles,
|
|
58
|
+
class: this.tdClassName,
|
|
59
|
+
role: "gridcell",
|
|
60
|
+
tabindex: o.tabIndex,
|
|
61
|
+
"data-keyboardnavlevel": o[u],
|
|
62
|
+
"data-keyboardnavid": o[p]
|
|
63
|
+
}, [r]);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
export {
|
|
67
|
+
b as FooterCell
|
|
68
|
+
};
|
package/footer/FooterRow.d.ts
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../interfaces/ExtendedColumnProps';
|
|
9
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
9
10
|
import { PropType } from 'vue';
|
|
10
11
|
/**
|
|
11
12
|
* @hidden
|
|
@@ -14,6 +15,7 @@ export interface FooterRowProps {
|
|
|
14
15
|
columns: ExtendedColumnProps[];
|
|
15
16
|
isRtl: boolean;
|
|
16
17
|
rowIndex: number;
|
|
18
|
+
cells?: GridCellsSettings;
|
|
17
19
|
}
|
|
18
20
|
/**
|
|
19
21
|
* @hidden
|
|
@@ -22,14 +24,11 @@ declare const FooterRow: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
22
24
|
isRtl: PropType<boolean>;
|
|
23
25
|
columns: PropType<ExtendedColumnProps[]>;
|
|
24
26
|
rowIndex: PropType<number>;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
left: string;
|
|
28
|
-
right: string;
|
|
29
|
-
};
|
|
30
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
cells: PropType<GridCellsSettings>;
|
|
28
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
29
|
isRtl: PropType<boolean>;
|
|
32
30
|
columns: PropType<ExtendedColumnProps[]>;
|
|
33
31
|
rowIndex: PropType<number>;
|
|
32
|
+
cells: PropType<GridCellsSettings>;
|
|
34
33
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
35
34
|
export { FooterRow };
|