@progress/kendo-react-grid 14.3.0-develop.6 → 14.3.0-develop.7

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.
Files changed (78) hide show
  1. package/GridClientContextReader.js +1 -1
  2. package/GridClientContextReader.mjs +10 -9
  3. package/GridClientWrapper.js +1 -1
  4. package/GridClientWrapper.mjs +672 -589
  5. package/GridComponent.js +1 -1
  6. package/GridComponent.mjs +427 -374
  7. package/GridState.d.ts +2 -0
  8. package/GridState.js +1 -1
  9. package/GridState.mjs +98 -90
  10. package/cells/pincell/GridPinCell.d.ts +15 -0
  11. package/cells/pincell/GridPinCell.js +9 -0
  12. package/cells/pincell/GridPinCell.mjs +19 -0
  13. package/cells/pincell/GridPinCellServer.d.ts +15 -0
  14. package/cells/pincell/GridPinCellServer.js +8 -0
  15. package/cells/pincell/GridPinCellServer.mjs +32 -0
  16. package/cells/pincell/GridPinCellServerContainer.d.ts +11 -0
  17. package/cells/pincell/GridPinCellServerContainer.js +9 -0
  18. package/cells/pincell/GridPinCellServerContainer.mjs +26 -0
  19. package/cells/pincell/GridPinDropdownButton.d.ts +21 -0
  20. package/cells/pincell/GridPinDropdownButton.js +9 -0
  21. package/cells/pincell/GridPinDropdownButton.mjs +58 -0
  22. package/cells/pincell/useGridPinCellClientTdProps.d.ts +24 -0
  23. package/cells/pincell/useGridPinCellClientTdProps.js +9 -0
  24. package/cells/pincell/useGridPinCellClientTdProps.mjs +21 -0
  25. package/cells/pincell/utils.d.ts +20 -0
  26. package/cells/pincell/utils.js +8 -0
  27. package/cells/pincell/utils.mjs +47 -0
  28. package/components/PinnedRowsTable.d.ts +48 -0
  29. package/components/PinnedRowsTable.js +9 -0
  30. package/components/PinnedRowsTable.mjs +133 -0
  31. package/components/StickyGroupTable.js +1 -1
  32. package/components/StickyGroupTable.mjs +1 -1
  33. package/contextMenu/GridContextMenu.d.ts +42 -0
  34. package/contextMenu/GridContextMenu.js +1 -1
  35. package/contextMenu/GridContextMenu.mjs +101 -51
  36. package/contextMenu/enums.d.ts +5 -1
  37. package/contextMenu/enums.js +1 -1
  38. package/contextMenu/enums.mjs +2 -2
  39. package/dist/cdn/js/kendo-react-grid.js +1 -1
  40. package/drag/ColumnResize.d.ts +9 -0
  41. package/drag/ColumnResize.js +1 -1
  42. package/drag/ColumnResize.mjs +105 -115
  43. package/getRowContents.d.ts +2 -2
  44. package/getRowContents.js +1 -1
  45. package/getRowContents.mjs +13 -14
  46. package/header/client/GridHeaderPinCell.d.ts +12 -0
  47. package/header/client/GridHeaderPinCell.js +9 -0
  48. package/header/client/GridHeaderPinCell.mjs +14 -0
  49. package/index.d.mts +5 -2
  50. package/index.d.ts +5 -2
  51. package/index.js +1 -1
  52. package/index.mjs +99 -95
  53. package/interfaces/ColumnType.d.ts +1 -1
  54. package/interfaces/GridCellsSettings.d.ts +23 -0
  55. package/interfaces/GridProps.d.ts +70 -1
  56. package/interfaces/GridRowProps.d.ts +4 -0
  57. package/interfaces/GridRowsSettings.d.ts +11 -0
  58. package/interfaces/events.d.ts +17 -0
  59. package/messages/index.d.ts +20 -0
  60. package/messages/index.js +2 -2
  61. package/messages/index.mjs +110 -102
  62. package/package-metadata.js +1 -1
  63. package/package-metadata.mjs +2 -2
  64. package/package.json +17 -17
  65. package/rows/GridRow.js +1 -1
  66. package/rows/GridRow.mjs +25 -24
  67. package/rows/GridRowRenderer.d.ts +1 -0
  68. package/rows/GridRowRenderer.js +1 -1
  69. package/rows/GridRowRenderer.mjs +39 -36
  70. package/stacked/GridStackedRow.d.ts +5 -0
  71. package/stacked/GridStackedRow.js +1 -1
  72. package/stacked/GridStackedRow.mjs +118 -116
  73. package/stacked/StackedModeRow.d.ts +1 -0
  74. package/stacked/StackedModeRow.js +1 -1
  75. package/stacked/StackedModeRow.mjs +13 -11
  76. package/utils/index.d.ts +1 -0
  77. package/utils/index.js +1 -1
  78. package/utils/index.mjs +44 -44
@@ -5,13 +5,13 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o = "grid.pagerPreviousPage", a = "grid.pagerNextPage", i = "grid.pagerLastPage", l = "grid.pagerItemsPerPage", s = "grid.pagerPage", n = "grid.pagerPageSizeAriaLabel", g = "grid.pagerOf", d = "grid.pagerTotalPages", c = "grid.groupPanelEmpty", p = "grid.groupColumn", u = "grid.ungroupColumn", m = "grid.columnMenu", h = "grid.filterApplyButton", C = "grid.filterClearButton", S = "grid.filterClearAllButton", f = "grid.filterResetButton", B = "grid.filterSubmitButton", x = "grid.filterTitle", A = "grid.sortAscending", b = "grid.sortDescending", P = "grid.sortClearButton", I = "grid.sortApplyButton", T = "grid.searchPlaceholder", v = "grid.searchboxPlaceholder", y = "grid.exportPDF", O = "grid.exportCSV", D = "grid.filterCheckAll", M = "grid.filterChooseOperator", F = "grid.filterSelectAll", L = "grid.filterSelectedItems", E = "grid.sortAriaLabel", G = "grid.editDialogTitle", R = "grid.editDialogSaveButtonTitle", N = "grid.editDialogCancelButtonTitle", w = "grid.filterAriaLabel", k = "grid.groupPanelAriaLabel", q = "grid.groupExpand", W = "grid.groupCollapse", z = "grid.groupClearButton", V = "grid.groupApplyButton", U = "grid.detailExpand", j = "grid.detailCollapse", H = "grid.selectRow", J = "grid.gridAriaLabel", K = "grid.gridRowReorderAriaLabel", Q = "grid.gridAdaptiveColumnMenuFilterTitle", X = "grid.columnMenuColumnChooserTitle", Y = "grid.columnMenuColumnChooserSelectedItems", Z = "grid.adaptiveColumnMenuChooserTitle", _ = "grid.adaptiveColumnMenuChooserSubTitle", $ = "grid.columnChooserApplyButton", ee = "grid.columnChooserResetButton", re = "grid.adaptiveColumnMenuCheckboxFilterTitle", te = "grid.adaptiveToolbarSortTitle", oe = "grid.adaptiveToolbarGroupTitle", ae = "grid.toolbarSort", ie = "grid.toolbarAI", le = "grid.aIResponseData", se = "grid.generatedWithAI", ne = "grid.toolbarAIApply", ge = "grid.toolbarGroup", de = "grid.toolbarFilter", ce = "grid.toolbarColumnsChooser", pe = "grid.toolbarCheckboxFilter", ue = "grid.smartBoxSearchPlaceholder", me = "grid.smartBoxSemanticSearchPlaceholder", he = "grid.smartBoxAIAssistantPlaceholder", Ce = "grid.smartBoxSuggestedPrompts", Se = "grid.smartBoxPreviouslySearched", fe = "grid.smartBoxPreviouslyAsked", Be = "grid.smartBoxNoPreviousSearches", xe = "grid.smartBoxNoPreviousPrompts", Ae = "grid.smartBoxClearTitle", be = "grid.smartBoxSubmitPromptButton", Pe = "grid.smartBoxSpeechToTextButton", Ie = "grid.smartBoxSearchModeText", Te = "grid.smartBoxSearchModeDescription", ve = "grid.smartBoxSemanticSearchModeText", ye = "grid.smartBoxSemanticSearchModeDescription", Oe = "grid.headerGroupSpacerAccessibleLabel", De = {
9
- [U]: "Expand detail row",
8
+ const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o = "grid.pagerPreviousPage", i = "grid.pagerNextPage", a = "grid.pagerLastPage", l = "grid.pagerItemsPerPage", s = "grid.pagerPage", n = "grid.pagerPageSizeAriaLabel", g = "grid.pagerOf", d = "grid.pagerTotalPages", c = "grid.groupPanelEmpty", p = "grid.groupColumn", u = "grid.ungroupColumn", m = "grid.columnMenu", h = "grid.filterApplyButton", C = "grid.filterClearButton", S = "grid.filterClearAllButton", f = "grid.filterResetButton", B = "grid.filterSubmitButton", P = "grid.filterTitle", A = "grid.sortAscending", b = "grid.sortDescending", x = "grid.sortClearButton", T = "grid.sortApplyButton", I = "grid.searchPlaceholder", v = "grid.searchboxPlaceholder", y = "grid.exportPDF", O = "grid.exportCSV", D = "grid.filterCheckAll", L = "grid.filterChooseOperator", M = "grid.filterSelectAll", F = "grid.filterSelectedItems", E = "grid.sortAriaLabel", G = "grid.editDialogTitle", R = "grid.editDialogSaveButtonTitle", w = "grid.editDialogCancelButtonTitle", N = "grid.filterAriaLabel", k = "grid.groupPanelAriaLabel", q = "grid.groupExpand", U = "grid.groupCollapse", W = "grid.groupClearButton", z = "grid.groupApplyButton", V = "grid.detailExpand", j = "grid.detailCollapse", H = "grid.selectRow", J = "grid.gridAriaLabel", K = "grid.gridRowReorderAriaLabel", Q = "grid.gridPinCellAriaLabel", X = "grid.gridPinToTop", Y = "grid.gridPinToBottom", Z = "grid.gridUnpin", _ = "grid.gridAdaptiveColumnMenuFilterTitle", $ = "grid.columnMenuColumnChooserTitle", ee = "grid.columnMenuColumnChooserSelectedItems", re = "grid.adaptiveColumnMenuChooserTitle", te = "grid.adaptiveColumnMenuChooserSubTitle", oe = "grid.columnChooserApplyButton", ie = "grid.columnChooserResetButton", ae = "grid.adaptiveColumnMenuCheckboxFilterTitle", le = "grid.adaptiveToolbarSortTitle", se = "grid.adaptiveToolbarGroupTitle", ne = "grid.toolbarSort", ge = "grid.toolbarAI", de = "grid.aIResponseData", ce = "grid.generatedWithAI", pe = "grid.toolbarAIApply", ue = "grid.toolbarGroup", me = "grid.toolbarFilter", he = "grid.toolbarColumnsChooser", Ce = "grid.toolbarCheckboxFilter", Se = "grid.smartBoxSearchPlaceholder", fe = "grid.smartBoxSemanticSearchPlaceholder", Be = "grid.smartBoxAIAssistantPlaceholder", Pe = "grid.smartBoxSuggestedPrompts", Ae = "grid.smartBoxPreviouslySearched", be = "grid.smartBoxPreviouslyAsked", xe = "grid.smartBoxNoPreviousSearches", Te = "grid.smartBoxNoPreviousPrompts", Ie = "grid.smartBoxClearTitle", ve = "grid.smartBoxSubmitPromptButton", ye = "grid.smartBoxSpeechToTextButton", Oe = "grid.smartBoxSearchModeText", De = "grid.smartBoxSearchModeDescription", Le = "grid.smartBoxSemanticSearchModeText", Me = "grid.smartBoxSemanticSearchModeDescription", Fe = "grid.headerGroupSpacerAccessibleLabel", Ee = {
9
+ [V]: "Expand detail row",
10
10
  [j]: "Collapse detail row",
11
11
  [q]: "Expand group",
12
- [W]: "Collapse Group",
13
- [z]: "Clear grouping",
14
- [V]: "Done",
12
+ [U]: "Collapse Group",
13
+ [W]: "Clear grouping",
14
+ [z]: "Done",
15
15
  [e]: "No records available",
16
16
  [c]: "Drag a column header and drop it here to group by that column",
17
17
  [h]: "Apply",
@@ -19,24 +19,24 @@ const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o =
19
19
  [S]: "Clear all filters",
20
20
  [f]: "Reset",
21
21
  [B]: "Filter",
22
- [x]: "Filter",
22
+ [P]: "Filter",
23
23
  [A]: "Sort Ascending",
24
24
  [b]: "Sort Descending",
25
- [P]: "Clear sorting",
26
- [I]: "Done",
25
+ [x]: "Clear sorting",
26
+ [T]: "Done",
27
27
  [E]: "Sortable",
28
- [te]: "Sort by",
29
- [oe]: "Group by",
30
- [ae]: "Sort",
31
- [ie]: "AI Assistant",
32
- [ne]: "Apply",
33
- [le]: `Operation is successful. Data is:
28
+ [le]: "Sort by",
29
+ [se]: "Group by",
30
+ [ne]: "Sort",
31
+ [ge]: "AI Assistant",
32
+ [pe]: "Apply",
33
+ [de]: `Operation is successful. Data is:
34
34
  `,
35
- [se]: "Generated with AI",
36
- [ge]: "Group",
37
- [de]: "Filter",
38
- [ce]: "Columns",
39
- [pe]: "Filter",
35
+ [ce]: "Generated with AI",
36
+ [ue]: "Group",
37
+ [me]: "Filter",
38
+ [he]: "Columns",
39
+ [Ce]: "Filter",
40
40
  [p]: "Group Column",
41
41
  [u]: "Ungroup Column",
42
42
  [m]: "Column menu",
@@ -44,52 +44,56 @@ const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o =
44
44
  [r]: "{0} - {1} of {2} items",
45
45
  [t]: "Go to the first page",
46
46
  [o]: "Go to the previous page",
47
- [a]: "Go to the next page",
48
- [i]: "Go to the last page",
47
+ [i]: "Go to the next page",
48
+ [a]: "Go to the last page",
49
49
  [s]: "Page",
50
50
  [n]: "Page size",
51
51
  [g]: "of",
52
52
  [d]: "{0}",
53
- [T]: "Search",
53
+ [I]: "Search",
54
54
  [v]: "Search...",
55
55
  [y]: "Export PDF",
56
56
  [O]: "Export CSV",
57
57
  [D]: "Check All",
58
58
  [G]: "Edit Dialog",
59
59
  [R]: "Save",
60
- [N]: "Cancel",
61
- [M]: "Choose Operator",
62
- [L]: "selected items",
63
- [F]: "Select All",
64
- [w]: "Filter",
60
+ [w]: "Cancel",
61
+ [L]: "Choose Operator",
62
+ [F]: "selected items",
63
+ [M]: "Select All",
64
+ [N]: "Filter",
65
65
  [k]: "Group panel",
66
- [Oe]: "Group",
66
+ [Fe]: "Group",
67
67
  [J]: "Table",
68
68
  [K]: "Drag row",
69
+ [Q]: "Pin row",
70
+ [X]: "Pin row to top",
71
+ [Y]: "Pin row to bottom",
72
+ [Z]: "Unpin",
69
73
  [H]: "Select Row",
70
- [X]: "Columns Chooser",
71
- [Q]: "Filter by",
72
- [Z]: "Columns Chooser",
73
- [_]: "Selected fields are visible",
74
- [re]: "Filter by",
75
- [Y]: "Selected items",
76
- [$]: "Apply",
77
- [ee]: "Reset",
78
- [ue]: "Search",
79
- [me]: "Semantic Search",
80
- [he]: "Sort, filter, or group with AI",
81
- [Ce]: "Suggested prompts",
82
- [Se]: "Previously searched",
83
- [fe]: "Previously asked",
84
- [Be]: "No previous searches",
85
- [xe]: "No previous prompts",
86
- [Ae]: "Clear",
87
- [be]: "Submit prompt",
88
- [Pe]: "Speech to text",
89
- [Ie]: "Search",
90
- [Te]: "Looks for exact word matches across your data.",
91
- [ve]: "Semantic Search",
92
- [ye]: "Understands context to surface the most relevant results.",
74
+ [$]: "Columns Chooser",
75
+ [_]: "Filter by",
76
+ [re]: "Columns Chooser",
77
+ [te]: "Selected fields are visible",
78
+ [ae]: "Filter by",
79
+ [ee]: "Selected items",
80
+ [oe]: "Apply",
81
+ [ie]: "Reset",
82
+ [Se]: "Search",
83
+ [fe]: "Semantic Search",
84
+ [Be]: "Sort, filter, or group with AI",
85
+ [Pe]: "Suggested prompts",
86
+ [Ae]: "Previously searched",
87
+ [be]: "Previously asked",
88
+ [xe]: "No previous searches",
89
+ [Te]: "No previous prompts",
90
+ [Ie]: "Clear",
91
+ [ve]: "Submit prompt",
92
+ [ye]: "Speech to text",
93
+ [Oe]: "Search",
94
+ [De]: "Looks for exact word matches across your data.",
95
+ [Le]: "Semantic Search",
96
+ [Me]: "Understands context to surface the most relevant results.",
93
97
  "grid.filterEqOperator": "Is equal to",
94
98
  "grid.filterNotEqOperator": "Is not equal to",
95
99
  "grid.filterIsNullOperator": "Is null",
@@ -115,88 +119,92 @@ const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o =
115
119
  "grid.filterOrLogic": "Or"
116
120
  };
117
121
  export {
118
- le as aIResponseData,
119
- re as adaptiveColumnMenuCheckboxFilterTitle,
120
- _ as adaptiveColumnMenuChooserSubTitle,
121
- Z as adaptiveColumnMenuChooserTitle,
122
- Q as adaptiveColumnMenuFilterTitle,
123
- oe as adaptiveToolbarGroupTitle,
124
- te as adaptiveToolbarSortTitle,
125
- $ as columnChooserApplyButton,
126
- ee as columnChooserResetButton,
122
+ de as aIResponseData,
123
+ ae as adaptiveColumnMenuCheckboxFilterTitle,
124
+ te as adaptiveColumnMenuChooserSubTitle,
125
+ re as adaptiveColumnMenuChooserTitle,
126
+ _ as adaptiveColumnMenuFilterTitle,
127
+ se as adaptiveToolbarGroupTitle,
128
+ le as adaptiveToolbarSortTitle,
129
+ oe as columnChooserApplyButton,
130
+ ie as columnChooserResetButton,
127
131
  m as columnMenu,
128
- Y as columnMenuColumnChooserSelectedItems,
129
- X as columnMenuColumnChooserTitle,
132
+ ee as columnMenuColumnChooserSelectedItems,
133
+ $ as columnMenuColumnChooserTitle,
130
134
  j as detailCollapse,
131
- U as detailExpand,
132
- N as editDialogCancelButtonTitle,
135
+ V as detailExpand,
136
+ w as editDialogCancelButtonTitle,
133
137
  R as editDialogSaveButtonTitle,
134
138
  G as editDialogTitle,
135
139
  O as exportCSV,
136
140
  y as exportPDF,
137
141
  h as filterApplyButton,
138
- w as filterAriaLabel,
142
+ N as filterAriaLabel,
139
143
  D as filterCheckAll,
140
- M as filterChooseOperator,
144
+ L as filterChooseOperator,
141
145
  S as filterClearAllButton,
142
146
  C as filterClearButton,
143
147
  f as filterResetButton,
144
- F as filterSelectAll,
145
- L as filterSelectedItems,
148
+ M as filterSelectAll,
149
+ F as filterSelectedItems,
146
150
  B as filterSubmitButton,
147
- x as filterTitle,
148
- se as generatedWithAI,
151
+ P as filterTitle,
152
+ ce as generatedWithAI,
149
153
  J as gridAriaLabel,
154
+ Q as gridPinCellAriaLabel,
155
+ Y as gridPinToBottom,
156
+ X as gridPinToTop,
150
157
  K as gridRowReorderAriaLabel,
151
- V as groupApplyButton,
152
- z as groupClearButton,
153
- W as groupCollapse,
158
+ Z as gridUnpin,
159
+ z as groupApplyButton,
160
+ W as groupClearButton,
161
+ U as groupCollapse,
154
162
  p as groupColumn,
155
163
  q as groupExpand,
156
164
  k as groupPanelAriaLabel,
157
165
  c as groupPanelEmpty,
158
- Oe as headerGroupSpacerAccessibleLabel,
159
- De as messages,
166
+ Fe as headerGroupSpacerAccessibleLabel,
167
+ Ee as messages,
160
168
  e as noRecords,
161
169
  t as pagerFirstPage,
162
170
  r as pagerInfo,
163
171
  l as pagerItemPerPage,
164
- i as pagerLastPage,
165
- a as pagerNextPage,
172
+ a as pagerLastPage,
173
+ i as pagerNextPage,
166
174
  g as pagerOf,
167
175
  s as pagerPage,
168
176
  n as pagerPageSizeAriaLabel,
169
177
  o as pagerPreviousPage,
170
178
  d as pagerTotalPages,
171
- T as searchPlaceholder,
179
+ I as searchPlaceholder,
172
180
  v as searchboxPlaceholder,
173
181
  H as selectRow,
174
- he as smartBoxAIAssistantPlaceholder,
175
- Ae as smartBoxClearTitle,
176
- xe as smartBoxNoPreviousPrompts,
177
- Be as smartBoxNoPreviousSearches,
178
- fe as smartBoxPreviouslyAsked,
179
- Se as smartBoxPreviouslySearched,
180
- Te as smartBoxSearchModeDescription,
181
- Ie as smartBoxSearchModeText,
182
- ue as smartBoxSearchPlaceholder,
183
- ye as smartBoxSemanticSearchModeDescription,
184
- ve as smartBoxSemanticSearchModeText,
185
- me as smartBoxSemanticSearchPlaceholder,
186
- Pe as smartBoxSpeechToTextButton,
187
- be as smartBoxSubmitPromptButton,
188
- Ce as smartBoxSuggestedPrompts,
189
- I as sortApplyButton,
182
+ Be as smartBoxAIAssistantPlaceholder,
183
+ Ie as smartBoxClearTitle,
184
+ Te as smartBoxNoPreviousPrompts,
185
+ xe as smartBoxNoPreviousSearches,
186
+ be as smartBoxPreviouslyAsked,
187
+ Ae as smartBoxPreviouslySearched,
188
+ De as smartBoxSearchModeDescription,
189
+ Oe as smartBoxSearchModeText,
190
+ Se as smartBoxSearchPlaceholder,
191
+ Me as smartBoxSemanticSearchModeDescription,
192
+ Le as smartBoxSemanticSearchModeText,
193
+ fe as smartBoxSemanticSearchPlaceholder,
194
+ ye as smartBoxSpeechToTextButton,
195
+ ve as smartBoxSubmitPromptButton,
196
+ Pe as smartBoxSuggestedPrompts,
197
+ T as sortApplyButton,
190
198
  E as sortAriaLabel,
191
199
  A as sortAscending,
192
- P as sortClearButton,
200
+ x as sortClearButton,
193
201
  b as sortDescending,
194
- ie as toolbarAI,
195
- ne as toolbarAIApply,
196
- pe as toolbarCheckboxFilter,
197
- ce as toolbarColumnsChooser,
198
- de as toolbarFilter,
199
- ge as toolbarGroup,
200
- ae as toolbarSort,
202
+ ge as toolbarAI,
203
+ pe as toolbarAIApply,
204
+ Ce as toolbarCheckboxFilter,
205
+ he as toolbarColumnsChooser,
206
+ me as toolbarFilter,
207
+ ue as toolbarGroup,
208
+ ne as toolbarSort,
201
209
  u as ungroupColumn
202
210
  };
@@ -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 e=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1773913804,version:"14.3.0-develop.6",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1774349678,version:"14.3.0-develop.7",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
7
7
  productName: 'KendoReact',
8
8
  productCode: 'KENDOUIREACT',
9
9
  productCodes: ['KENDOUIREACT'],
10
- publishDate: 1773913804,
11
- version: '14.3.0-develop.6',
10
+ publishDate: 1774349678,
11
+ version: '14.3.0-develop.7',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-grid",
3
- "version": "14.3.0-develop.6",
3
+ "version": "14.3.0-develop.7",
4
4
  "description": "React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -29,21 +29,21 @@
29
29
  "@progress/kendo-data-query": "^1.7.2",
30
30
  "@progress/kendo-drawing": "^1.21.2",
31
31
  "@progress/kendo-licensing": "^1.7.2",
32
- "@progress/kendo-react-animation": "14.3.0-develop.6",
33
- "@progress/kendo-react-buttons": "14.3.0-develop.6",
34
- "@progress/kendo-react-common": "14.3.0-develop.6",
35
- "@progress/kendo-react-data-tools": "14.3.0-develop.6",
36
- "@progress/kendo-react-dateinputs": "14.3.0-develop.6",
37
- "@progress/kendo-react-indicators": "14.3.0-develop.6",
38
- "@progress/kendo-react-form": "14.3.0-develop.6",
39
- "@progress/kendo-react-labels": "14.3.0-develop.6",
40
- "@progress/kendo-react-dialogs": "14.3.0-develop.6",
41
- "@progress/kendo-react-dropdowns": "14.3.0-develop.6",
42
- "@progress/kendo-react-inputs": "14.3.0-develop.6",
43
- "@progress/kendo-react-intl": "14.3.0-develop.6",
44
- "@progress/kendo-react-popup": "14.3.0-develop.6",
45
- "@progress/kendo-react-layout": "14.3.0-develop.6",
46
- "@progress/kendo-react-conversational-ui": "14.3.0-develop.6",
32
+ "@progress/kendo-react-animation": "14.3.0-develop.7",
33
+ "@progress/kendo-react-buttons": "14.3.0-develop.7",
34
+ "@progress/kendo-react-common": "14.3.0-develop.7",
35
+ "@progress/kendo-react-data-tools": "14.3.0-develop.7",
36
+ "@progress/kendo-react-dateinputs": "14.3.0-develop.7",
37
+ "@progress/kendo-react-indicators": "14.3.0-develop.7",
38
+ "@progress/kendo-react-form": "14.3.0-develop.7",
39
+ "@progress/kendo-react-labels": "14.3.0-develop.7",
40
+ "@progress/kendo-react-dialogs": "14.3.0-develop.7",
41
+ "@progress/kendo-react-dropdowns": "14.3.0-develop.7",
42
+ "@progress/kendo-react-inputs": "14.3.0-develop.7",
43
+ "@progress/kendo-react-intl": "14.3.0-develop.7",
44
+ "@progress/kendo-react-popup": "14.3.0-develop.7",
45
+ "@progress/kendo-react-layout": "14.3.0-develop.7",
46
+ "@progress/kendo-react-conversational-ui": "14.3.0-develop.7",
47
47
  "@progress/kendo-svg-icons": "^4.0.0",
48
48
  "react": "^18.0.0 || ^19.0.0",
49
49
  "react-dom": "^18.0.0 || ^19.0.0",
@@ -148,7 +148,7 @@
148
148
  "package": {
149
149
  "productName": "KendoReact",
150
150
  "productCode": "KENDOUIREACT",
151
- "publishDate": 1773913804,
151
+ "publishDate": 1774349678,
152
152
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
153
153
  }
154
154
  },
package/rows/GridRow.js CHANGED
@@ -6,4 +6,4 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  "use client";
9
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k=require("react"),a=require("@progress/kendo-react-common"),v=require("../constants/index.js"),O=require("../utils/GridContext.js");function S(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const t=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,t.get?t:{enumerable:!0,get:()=>e[n]})}}return r.default=e,Object.freeze(r)}const c=S(k),G=e=>{var w;const r=c.useContext(O.GridContext),{reorderRowDropTargetRef:n,reorderRowDragTargetRef:t,activeDragRowDataItemRef:R}=r,{rowType:i,isAltRow:b,isInEdit:f,isSelected:m,isHighlighted:y}=e,d=a.useUnstyled(),D=d&&d.uGrid?d.uGrid:a.uGrid,h=a.classNames(D.tr({selected:m,highlighted:y,isHeader:i==="groupHeader",isFooter:i==="groupFooter",isMaster:i!=="groupHeader"&&i!=="groupFooter",isAltRow:b,isInEdit:f})),s=c.useRef(null),x=o=>{if(e.isRowReorderable&&R.current){const T=o.originalEvent.target;n.current=T.closest(".k-table-row")}},I=()=>{t.current&&e.isRowReorderable&&(t.current.style.userSelect="")};a.useDroppable(s,{onDragOver:x,onDrop:I});const C={onClick:o=>r.rowClick(o,e.dataItem),onDoubleClick:o=>r.rowDblClick(o,e.dataItem)},u={ref:s,id:e.id,...C,className:h,style:{height:e.rowHeight?e.rowHeight+"px":"",visibility:e.isHidden?"hidden":"",userSelect:(w=t==null?void 0:t.current)==null?void 0:w.style.userSelect},role:"row","aria-rowindex":e.ariaRowIndex,"absolute-row-index":e.absoluteRowIndex,[v.GRID_ROW_INDEX_ATTRIBUTE]:e.rowType==="data"?e.dataIndex:void 0},g=e.rowType||"data",l=e.rows;if(l&&l[g]){const o=l[g];return c.createElement(o,{key:e.absoluteRowIndex,...e,trProps:u},e.children)}return c.createElement("tr",{key:e.absoluteRowIndex,...u},e.children)};exports.GridRow=G;
9
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const v=require("react"),a=require("@progress/kendo-react-common"),O=require("../constants/index.js"),S=require("../utils/GridContext.js");function G(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const t=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,t.get?t:{enumerable:!0,get:()=>e[n]})}}return r.default=e,Object.freeze(r)}const c=G(v),H=e=>{var w;const r=c.useContext(S.GridContext),{reorderRowDropTargetRef:n,reorderRowDragTargetRef:t,activeDragRowDataItemRef:R}=r,{rowType:i,isAltRow:b,isInEdit:f,isSelected:m,isHighlighted:y,isPinned:D}=e,d=a.useUnstyled(),h=d&&d.uGrid?d.uGrid:a.uGrid,x=a.classNames(h.tr({selected:m,highlighted:y,isHeader:i==="groupHeader",isFooter:i==="groupFooter",isMaster:i!=="groupHeader"&&i!=="groupFooter",isAltRow:b,isInEdit:f,isPinned:D})),l=c.useRef(null),I=o=>{if(e.isRowReorderable&&R.current){const k=o.originalEvent.target;n.current=k.closest(".k-table-row")}},C=()=>{t.current&&e.isRowReorderable&&(t.current.style.userSelect="")};a.useDroppable(l,{onDragOver:I,onDrop:C});const T={onClick:o=>r.rowClick(o,e.dataItem),onDoubleClick:o=>r.rowDblClick(o,e.dataItem)},u={ref:l,id:e.id,...T,className:x,style:{height:e.rowHeight?e.rowHeight+"px":"",visibility:e.isHidden?"hidden":"",userSelect:(w=t==null?void 0:t.current)==null?void 0:w.style.userSelect},role:"row","aria-rowindex":e.ariaRowIndex,"absolute-row-index":e.absoluteRowIndex,[O.GRID_ROW_INDEX_ATTRIBUTE]:e.rowType==="data"?e.dataIndex:void 0},g=e.rowType||"data",s=e.rows;if(s&&s[g]){const o=s[g];return c.createElement(o,{key:e.absoluteRowIndex,...e,trProps:u},e.children)}return c.createElement("tr",{key:e.absoluteRowIndex,...u},e.children)};exports.GridRow=H;
package/rows/GridRow.mjs CHANGED
@@ -7,45 +7,46 @@
7
7
  */
8
8
  "use client";
9
9
  import * as i from "react";
10
- import { useUnstyled as b, uGrid as C, classNames as T, useDroppable as k } from "@progress/kendo-react-common";
11
- import { GRID_ROW_INDEX_ATTRIBUTE as v } from "../constants/index.mjs";
12
- import { GridContext as H } from "../utils/GridContext.mjs";
13
- const N = (e) => {
10
+ import { useUnstyled as C, uGrid as T, classNames as k, useDroppable as v } from "@progress/kendo-react-common";
11
+ import { GRID_ROW_INDEX_ATTRIBUTE as H } from "../constants/index.mjs";
12
+ import { GridContext as E } from "../utils/GridContext.mjs";
13
+ const P = (e) => {
14
14
  var u;
15
- const a = i.useContext(H), {
15
+ const n = i.useContext(E), {
16
16
  reorderRowDropTargetRef: w,
17
17
  reorderRowDragTargetRef: r,
18
18
  activeDragRowDataItemRef: R
19
- } = a, { rowType: o, isAltRow: g, isInEdit: m, isSelected: h, isHighlighted: D } = e, n = b(), f = n && n.uGrid ? n.uGrid : C, I = T(
20
- f.tr({
19
+ } = n, { rowType: o, isAltRow: g, isInEdit: m, isSelected: h, isHighlighted: D, isPinned: f } = e, a = C(), I = a && a.uGrid ? a.uGrid : T, x = k(
20
+ I.tr({
21
21
  selected: h,
22
22
  highlighted: D,
23
23
  isHeader: o === "groupHeader",
24
24
  isFooter: o === "groupFooter",
25
25
  isMaster: o !== "groupHeader" && o !== "groupFooter",
26
26
  isAltRow: g,
27
- isInEdit: m
27
+ isInEdit: m,
28
+ isPinned: f
28
29
  })
29
30
  ), l = i.useRef(null);
30
- k(l, {
31
+ v(l, {
31
32
  onDragOver: (t) => {
32
33
  if (e.isRowReorderable && R.current) {
33
- const y = t.originalEvent.target;
34
- w.current = y.closest(".k-table-row");
34
+ const b = t.originalEvent.target;
35
+ w.current = b.closest(".k-table-row");
35
36
  }
36
37
  },
37
38
  onDrop: () => {
38
39
  r.current && e.isRowReorderable && (r.current.style.userSelect = "");
39
40
  }
40
41
  });
41
- const x = {
42
- onClick: (t) => a.rowClick(t, e.dataItem),
43
- onDoubleClick: (t) => a.rowDblClick(t, e.dataItem)
44
- }, c = {
42
+ const y = {
43
+ onClick: (t) => n.rowClick(t, e.dataItem),
44
+ onDoubleClick: (t) => n.rowDblClick(t, e.dataItem)
45
+ }, s = {
45
46
  ref: l,
46
47
  id: e.id,
47
- ...x,
48
- className: I,
48
+ ...y,
49
+ className: x,
49
50
  style: {
50
51
  height: e.rowHeight ? e.rowHeight + "px" : "",
51
52
  visibility: e.isHidden ? "hidden" : "",
@@ -54,14 +55,14 @@ const N = (e) => {
54
55
  role: "row",
55
56
  "aria-rowindex": e.ariaRowIndex,
56
57
  "absolute-row-index": e.absoluteRowIndex,
57
- [v]: e.rowType === "data" ? e.dataIndex : void 0
58
- }, s = e.rowType || "data", d = e.rows;
59
- if (d && d[s]) {
60
- const t = d[s];
61
- return /* @__PURE__ */ i.createElement(t, { key: e.absoluteRowIndex, ...e, trProps: c }, e.children);
58
+ [H]: e.rowType === "data" ? e.dataIndex : void 0
59
+ }, c = e.rowType || "data", d = e.rows;
60
+ if (d && d[c]) {
61
+ const t = d[c];
62
+ return /* @__PURE__ */ i.createElement(t, { key: e.absoluteRowIndex, ...e, trProps: s }, e.children);
62
63
  }
63
- return /* @__PURE__ */ i.createElement("tr", { key: e.absoluteRowIndex, ...c }, e.children);
64
+ return /* @__PURE__ */ i.createElement("tr", { key: e.absoluteRowIndex, ...s }, e.children);
64
65
  };
65
66
  export {
66
- N as GridRow
67
+ P as GridRow
67
68
  };
@@ -40,6 +40,7 @@ export interface GridRowRendererProps {
40
40
  showDetailToggle: boolean;
41
41
  isDetailExpanded: boolean;
42
42
  detailExpandField?: string;
43
+ isPinned?: boolean;
43
44
  }
44
45
  /**
45
46
  * @hidden
@@ -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 q=require("react"),w=require("./GridRow.js"),D=require("../stacked/StackedModeRow.js");function P(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const R=P(q),b=({isStackedMode:e,item:t,rowId:r,dataIndex:n,idPrefix:k,ariaRowIndex:c,absoluteRowIndex:o,isAltRow:u,isHidden:a,isRowReorderable:l,rowHeight:d,rows:f,leafColumns:O,groupLevelCount:j,stackedLayoutSettings:s,cells:G,editMode:S,isSelected:i,isHighlighted:y,isInEdit:m,preparedCells:p,showDetailToggle:g,isDetailExpanded:M,detailExpandField:T})=>e?R.createElement(D.StackedModeRow,{item:t,rowId:r,dataIndex:n,idPrefix:k,ariaRowIndex:c,absoluteRowIndex:o,isAltRow:u,isHidden:a,isRowReorderable:l,rowHeight:d,rows:f,leafColumns:O,groupLevelCount:j,stackedLayoutSettings:s,cells:G,editMode:S,isSelected:i,isHighlighted:y,isInEdit:m,preparedCells:p,showDetailToggle:g,isDetailExpanded:M,detailExpandField:T}):R.createElement(w.GridRow,{key:r,dataItem:t.dataItem,isAltRow:u,isInEdit:m,rowType:t.rowType,isRowReorderable:l,isHidden:a,onClick:null,onDoubleClick:null,rowHeight:d,ariaRowIndex:c,absoluteRowIndex:o,dataIndex:n,isSelected:i,isHighlighted:y,rows:f},p);b.displayName="KendoReactGridRowRenderer";exports.GridRowRenderer=b;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("react"),D=require("./GridRow.js"),_=require("../stacked/StackedModeRow.js");function v(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const c=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,c.get?c:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const i=v(w),k=({isStackedMode:e,item:t,rowId:r,dataIndex:c,idPrefix:O,ariaRowIndex:n,absoluteRowIndex:o,isAltRow:u,isHidden:a,isRowReorderable:l,rowHeight:f,rows:d,leafColumns:j,groupLevelCount:G,stackedLayoutSettings:S,cells:g,editMode:s,isSelected:y,isHighlighted:m,isInEdit:p,preparedCells:R,showDetailToggle:M,isDetailExpanded:T,detailExpandField:q,isPinned:b})=>e?i.createElement(_.StackedModeRow,{item:t,rowId:r,dataIndex:c,idPrefix:O,ariaRowIndex:n,absoluteRowIndex:o,isAltRow:u,isHidden:a,isRowReorderable:l,rowHeight:f,rows:d,leafColumns:j,groupLevelCount:G,stackedLayoutSettings:S,cells:g,editMode:s,isSelected:y,isHighlighted:m,isInEdit:p,preparedCells:R,showDetailToggle:M,isDetailExpanded:T,detailExpandField:q,isPinned:b}):i.createElement(D.GridRow,{key:r,dataItem:t.dataItem,isAltRow:u,isInEdit:p,rowType:t.rowType,isRowReorderable:l,isHidden:a,onClick:null,onDoubleClick:null,rowHeight:f,ariaRowIndex:n,absoluteRowIndex:o,dataIndex:c,isSelected:y,isHighlighted:m,rows:d,isPinned:b},R);k.displayName="KendoReactGridRowRenderer";exports.GridRowRenderer=k;
@@ -5,71 +5,73 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import * as G from "react";
9
- import { GridRow as v } from "./GridRow.mjs";
10
- import { StackedModeRow as z } from "../stacked/StackedModeRow.mjs";
11
- const B = ({
12
- isStackedMode: R,
8
+ import * as R from "react";
9
+ import { GridRow as z } from "./GridRow.mjs";
10
+ import { StackedModeRow as B } from "../stacked/StackedModeRow.mjs";
11
+ const F = ({
12
+ isStackedMode: T,
13
13
  item: r,
14
14
  rowId: e,
15
15
  dataIndex: o,
16
- idPrefix: T,
16
+ idPrefix: C,
17
17
  ariaRowIndex: m,
18
18
  absoluteRowIndex: t,
19
19
  isAltRow: c,
20
- isHidden: n,
21
- isRowReorderable: a,
20
+ isHidden: a,
21
+ isRowReorderable: n,
22
22
  rowHeight: p,
23
23
  rows: f,
24
- leafColumns: C,
25
- groupLevelCount: D,
26
- stackedLayoutSettings: E,
27
- cells: K,
28
- editMode: M,
24
+ leafColumns: D,
25
+ groupLevelCount: E,
26
+ stackedLayoutSettings: K,
27
+ cells: M,
28
+ editMode: N,
29
29
  isSelected: k,
30
30
  isHighlighted: u,
31
31
  isInEdit: y,
32
32
  preparedCells: l,
33
- showDetailToggle: N,
34
- isDetailExpanded: j,
35
- detailExpandField: q
36
- }) => R ? /* @__PURE__ */ G.createElement(
37
- z,
33
+ showDetailToggle: j,
34
+ isDetailExpanded: q,
35
+ detailExpandField: v,
36
+ isPinned: G
37
+ }) => T ? /* @__PURE__ */ R.createElement(
38
+ B,
38
39
  {
39
40
  item: r,
40
41
  rowId: e,
41
42
  dataIndex: o,
42
- idPrefix: T,
43
+ idPrefix: C,
43
44
  ariaRowIndex: m,
44
45
  absoluteRowIndex: t,
45
46
  isAltRow: c,
46
- isHidden: n,
47
- isRowReorderable: a,
47
+ isHidden: a,
48
+ isRowReorderable: n,
48
49
  rowHeight: p,
49
50
  rows: f,
50
- leafColumns: C,
51
- groupLevelCount: D,
52
- stackedLayoutSettings: E,
53
- cells: K,
54
- editMode: M,
51
+ leafColumns: D,
52
+ groupLevelCount: E,
53
+ stackedLayoutSettings: K,
54
+ cells: M,
55
+ editMode: N,
55
56
  isSelected: k,
56
57
  isHighlighted: u,
57
58
  isInEdit: y,
58
59
  preparedCells: l,
59
- showDetailToggle: N,
60
- isDetailExpanded: j,
61
- detailExpandField: q
60
+ showDetailToggle: j,
61
+ isDetailExpanded: q,
62
+ detailExpandField: v,
63
+ isPinned: G
62
64
  }
63
- ) : /* @__PURE__ */ G.createElement(
64
- v,
65
+ ) : /* @__PURE__ */ R.createElement(
66
+ z,
65
67
  {
66
68
  key: e,
67
69
  dataItem: r.dataItem,
68
70
  isAltRow: c,
69
71
  isInEdit: y,
70
72
  rowType: r.rowType,
71
- isRowReorderable: a,
72
- isHidden: n,
73
+ isRowReorderable: n,
74
+ isHidden: a,
73
75
  onClick: null,
74
76
  onDoubleClick: null,
75
77
  rowHeight: p,
@@ -78,11 +80,12 @@ const B = ({
78
80
  dataIndex: o,
79
81
  isSelected: k,
80
82
  isHighlighted: u,
81
- rows: f
83
+ rows: f,
84
+ isPinned: G
82
85
  },
83
86
  l
84
87
  );
85
- B.displayName = "KendoReactGridRowRenderer";
88
+ F.displayName = "KendoReactGridRowRenderer";
86
89
  export {
87
- B as GridRowRenderer
90
+ F as GridRowRenderer
88
91
  };
@@ -207,6 +207,11 @@ export interface GridStackedRowProps {
207
207
  * The field name used to track detail expansion.
208
208
  */
209
209
  detailExpandField?: string;
210
+ /**
211
+ * @hidden
212
+ * Indicates if the row exists in one of the pinned row arrays.
213
+ */
214
+ isPinned?: boolean;
210
215
  }
211
216
  /**
212
217
  * @hidden