@1771technologies/lytenyte-pro 2.0.1 → 2.0.3

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 (33) hide show
  1. package/README.md +298 -12
  2. package/SECURITY.md +22 -0
  3. package/css/components.css +4 -4
  4. package/css/grid.css +1 -1
  5. package/dist/__play__/alpha.play.d.ts +1 -0
  6. package/dist/__play__/alpha.play.js +3 -3
  7. package/dist/__play__/basic-server-data/page-data.d.ts +16 -0
  8. package/dist/__play__/basic-server-data/page-data.js +21002 -0
  9. package/dist/__play__/basic-server-data/page-server.d.ts +31 -0
  10. package/dist/__play__/basic-server-data/page-server.js +25 -0
  11. package/dist/__play__/paginated.play.d.ts +7 -0
  12. package/dist/__play__/paginated.play.js +48 -0
  13. package/dist/cell-selection/cell-selection-driver/use-cell-focus-change.d.ts +1 -2
  14. package/dist/cell-selection/cell-style-row.d.ts +1 -1
  15. package/dist/cell-selection/cell-style-row.js +1 -1
  16. package/dist/cell-selection/index.d.ts +0 -2
  17. package/dist/cell-selection/index.js +0 -2
  18. package/dist/cell-selection/split-cell-selection-rect.d.ts +1 -7
  19. package/dist/cell-selection/split-cell-selection-rect.js +2 -6
  20. package/dist/cell-selection/update-additive-cell-selection.d.ts +1 -1
  21. package/dist/components/column-manager/column-manager.d.ts +1 -1
  22. package/dist/components/column-manager/column-manager.js +30 -10
  23. package/dist/components/headless/dialog/container.js +1 -2
  24. package/dist/components/pill-manager/pill-manager.play.d.ts +1 -0
  25. package/dist/components/pill-manager/pill-manager.play.js +3 -2
  26. package/dist/components/smart-select/root.js +1 -1
  27. package/dist/components/tree-view/root.js +1 -0
  28. package/dist/data-source-client/hooks/use-flattened-groups.js +1 -1
  29. package/dist/root/root.js +1 -1
  30. package/dist/types/grid.d.ts +0 -1
  31. package/package.json +23 -6
  32. package/dist/cell-selection/split-on-pivot.d.ts +0 -3
  33. package/dist/cell-selection/split-on-pivot.js +0 -50
package/README.md CHANGED
@@ -31,15 +31,15 @@ to **LyteNyte Grid PRO** for advanced enterprise features and support.
31
31
 
32
32
  <div align="center">
33
33
 
34
- [![NPM Version](https://img.shields.io/npm/v/%401771technologies%2Flytenyte-pro?label=PRO)](https://www.npmjs.com/package/@1771technologies/lytenyte-pro)
35
- [![NPM Version](https://img.shields.io/npm/v/%401771technologies%2Flytenyte-core?label=Core)](https://www.npmjs.com/package/@1771technologies/lytenyte-core)
36
- [![GitHub branch status](https://img.shields.io/github/checks-status/1771-Technologies/lytenyte/main)](https://github.com/1771-Technologies/lytenyte/tree/main)
37
- [![Follow on X](https://img.shields.io/twitter/follow/1771tech.svg?label=follow+1771tech)](https://x.com/1771tech)
38
- [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
39
-
40
- <!-- [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/TODO/badge)](https://www.bestpractices.dev/projects/TODO) -->
41
-
42
- [![CI status](https://github.com/1771-Technologies/lytenyte/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/1771-Technologies/lytenyte/actions/workflows/release.yml?query=branch%3Amain)
34
+ [![NPM Version](https://img.shields.io/npm/v/%401771technologies%2Flytenyte-pro?label=PRO&style=flat&logo=npm&logoColor=white)](https://www.npmjs.com/package/@1771technologies/lytenyte-pro)
35
+ [![NPM Version](https://img.shields.io/npm/v/%401771technologies%2Flytenyte-core?label=Core&style=flat&logo=npm&logoColor=white)](https://www.npmjs.com/package/@1771technologies/lytenyte-core)
36
+ [![GitHub branch status](https://img.shields.io/github/checks-status/1771-Technologies/lytenyte/main?style=flat&logo=github)](https://github.com/1771-Technologies/lytenyte/tree/main)
37
+ [![GitHub Repo stars](https://img.shields.io/github/stars/1771-Technologies/lytenyte?style=flat&logo=github)](https://github.com/1771-Technologies/lytenyte)
38
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa?style=flat)](code_of_conduct.md)
39
+ [![CI Status](https://img.shields.io/github/actions/workflow/status/1771-Technologies/lytenyte/release.yml?branch=main&style=flat&label=CI&logo=github)](https://github.com/1771-Technologies/lytenyte/actions/workflows/release.yml?query=branch%3Amain)
40
+ [![Follow on X](https://img.shields.io/twitter/follow/1771tech?label=follow+1771tech&style=social&logo=x&logoColor=black)](https://x.com/1771tech)
41
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-Follow-0A66C2?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/1771technologies)
42
+ [![YouTube](https://img.shields.io/badge/YouTube-Subscribe-FF0000?style=flat&logo=youtube&logoColor=white)](https://youtube.com/@1771technologies)
43
43
 
44
44
  </div>
45
45
 
@@ -51,8 +51,6 @@ to **LyteNyte Grid PRO** for advanced enterprise features and support.
51
51
 
52
52
  ![LyteNyte Logo](https://xwhoymbxqtnizjadugph.supabase.co/storage/v1/object/public/images//github-readme-image.png)
53
53
 
54
- ---
55
-
56
54
  ## LyteNyte Editions
57
55
 
58
56
  LyteNyte Grid is available in two editions:
@@ -66,6 +64,294 @@ LyteNyte Grid is available in two editions:
66
64
  and advanced filtering. Build custom menus, popovers and dialogs,
67
65
  and workflow-driven UIs with ease.
68
66
 
67
+ ## Features
68
+
69
+ <details>
70
+ <summary><b>⚛️&nbsp; Reactive Architecture</b></summary>
71
+ <br>
72
+
73
+ | Feature | Core | PRO |
74
+ | ---------------------------------------------------------------------------------------------------------- | :--: | :-: |
75
+ | [Declarative Prop Configuration](https://www.1771technologies.com/docs/grid-reactivity#props-as-state) | ✅ | ✅ |
76
+ | [Controlled or Uncontrolled State](https://www.1771technologies.com/docs/grid-reactivity#controlled-state) | ✅ | ✅ |
77
+ | [React Compiler Support](https://www.1771technologies.com/docs/grid-react-compiler) | ✅ | ✅ |
78
+ | [Headless Components](https://www.1771technologies.com/docs/grid-headless-parts) | ✅ | ✅ |
79
+
80
+ </details>
81
+
82
+ <details>
83
+ <summary><b>🔌&nbsp; API Extensions</b></summary>
84
+ <br>
85
+
86
+ | Feature | Core | PRO |
87
+ | --------------------------------------------------------------------------------------------- | :--: | :-: |
88
+ | [Imperative Method Extensions](https://www.1771technologies.com/docs/grid-api-extensions) | ✅ | ✅ |
89
+ | [Column Extensions](https://www.1771technologies.com/docs/reference/column#extending-columns) | ✅ | ✅ |
90
+
91
+ </details>
92
+
93
+ <details>
94
+ <summary><b>🚀&nbsp; Virtualization</b></summary>
95
+ <br>
96
+
97
+ | Feature | Core | PRO |
98
+ | ---------------------------------------------------------------------------------- | :--: | :-: |
99
+ | [Row Virtualization](https://www.1771technologies.com/docs/grid-virtualization) | ✅ | ✅ |
100
+ | [Column Virtualization](https://www.1771technologies.com/docs/grid-virtualization) | ✅ | ✅ |
101
+
102
+ </details>
103
+
104
+ <details>
105
+ <summary><b>🎨&nbsp; Styling & Theming</b></summary>
106
+ <br>
107
+
108
+ | Feature | Core | PRO |
109
+ | ---------------------------------------------------------------------------------------------------------- | :--: | :-: |
110
+ | [Unstyled Support](https://www.1771technologies.com/docs/grid-theming) | ✅ | ✅ |
111
+ | **Styled Themes** | ✅ | ✅ |
112
+ | &nbsp;&nbsp;&nbsp;↳ [Prebuilt Themes](https://www.1771technologies.com/docs/grid-theming#pre-built-themes) | ✅ | ✅ |
113
+ | &nbsp;&nbsp;&nbsp;↳ [Tailwind](https://www.1771technologies.com/docs/grid-theming-tailwind) | ✅ | ✅ |
114
+ | &nbsp;&nbsp;&nbsp;↳ [CSS Modules](https://www.1771technologies.com/docs/grid-theming-css-modules) | ✅ | ✅ |
115
+ | &nbsp;&nbsp;&nbsp;↳ [CSS-in-JS](https://www.1771technologies.com/docs/grid-theming-emotion) | ✅ | ✅ |
116
+
117
+ </details>
118
+
119
+ <details>
120
+ <summary><b>📋&nbsp; Rows</b></summary>
121
+ <br>
122
+
123
+ | Feature | Core | PRO |
124
+ | ------------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
125
+ | **Basic Row Operations** | ✅ | ✅ |
126
+ | &nbsp;&nbsp;&nbsp;↳ [Row Pinning](https://www.1771technologies.com/docs/row-pinning) | ✅ | ✅ |
127
+ | &nbsp;&nbsp;&nbsp;↳ [Row Spanning](https://www.1771technologies.com/docs/row-spanning) | ✅ | ✅ |
128
+ | **Row Height** | ✅ | ✅ |
129
+ | &nbsp;&nbsp;&nbsp;↳ [Variable Row Height](https://www.1771technologies.com/docs/row-height#variable-row-height) | ✅ | ✅ |
130
+ | &nbsp;&nbsp;&nbsp;↳ [Fixed Row Height](https://www.1771technologies.com/docs/row-height#number-row-heights) | ✅ | ✅ |
131
+ | &nbsp;&nbsp;&nbsp;↳ [Fill Row Height](https://www.1771technologies.com/docs/row-height#fill-row-height) | ✅ | ✅ |
132
+ | [Full Width Rows](https://www.1771technologies.com/docs/row-full-width) | ✅ | ✅ |
133
+ | **Row Dragging / Reordering** | ✅ | ✅ |
134
+ | &nbsp;&nbsp;&nbsp;↳ [Single Row Dragging](https://www.1771technologies.com/docs/row-dragging#single-row-dragging) | ✅ | ✅ |
135
+ | &nbsp;&nbsp;&nbsp;↳ [Multi-Row Dragging](https://www.1771technologies.com/docs/row-dragging#multi-row-dragging) | ✅ | ✅ |
136
+ | &nbsp;&nbsp;&nbsp;↳ [Grid to Grid Dragging](https://www.1771technologies.com/docs/row-dragging#dragging-between-grids) | ✅ | ✅ |
137
+ | &nbsp;&nbsp;&nbsp;↳ [External Drop Zone Dragging](https://www.1771technologies.com/docs/row-dragging#external-drop-zones) | ✅ | ✅ |
138
+
139
+ </details>
140
+
141
+ <details>
142
+ <summary><b>📊&nbsp; Columns</b></summary>
143
+ <br>
144
+
145
+ | Feature | Core | PRO |
146
+ | --------------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
147
+ | **Basic Column Operations** | ✅ | ✅ |
148
+ | &nbsp;&nbsp;&nbsp;↳ [Column Resizing](https://www.1771technologies.com/docs/column-resizing) | ✅ | ✅ |
149
+ | &nbsp;&nbsp;&nbsp;↳ [Column Pinning](https://www.1771technologies.com/docs/column-pinning) | ✅ | ✅ |
150
+ | &nbsp;&nbsp;&nbsp;↳ [Column Spanning](https://www.1771technologies.com/docs/column-spanning) | ✅ | ✅ |
151
+ | &nbsp;&nbsp;&nbsp;↳ [Column Reordering](https://www.1771technologies.com/docs/column-moving) | ✅ | ✅ |
152
+ | &nbsp;&nbsp;&nbsp;↳ [Column Grouping](https://www.1771technologies.com/docs/column-groups) | ✅ | ✅ |
153
+ | &nbsp;&nbsp;&nbsp;↳ [Column Visibility](https://www.1771technologies.com/docs/column-visibility) | ✅ | ✅ |
154
+ | **Column Autosizing** | ✅ | ✅ |
155
+ | &nbsp;&nbsp;&nbsp;↳ [Cell Autosizing](https://www.1771technologies.com/docs/column-autosizing#autosizing-cells) | ✅ | ✅ |
156
+ | &nbsp;&nbsp;&nbsp;↳ [Header Autosizing](https://www.1771technologies.com/docs/column-autosizing#autosize-header-text) | ✅ | ✅ |
157
+ | &nbsp;&nbsp;&nbsp;↳ [Double Click Resizing](https://www.1771technologies.com/docs/column-autosizing#double-click-to-resize) | ✅ | ✅ |
158
+ | [Custom Header Render](https://www.1771technologies.com/docs/column-header-renderer) | ✅ | ✅ |
159
+ | [Column Floating Header](https://www.1771technologies.com/docs/column-floating-header) | ✅ | ✅ |
160
+ | [Dynamic Field Computation](https://www.1771technologies.com/docs/column-field) | ✅ | ✅ |
161
+ | [Marker Column](https://www.1771technologies.com/docs/marker-column) | ✅ | ✅ |
162
+
163
+ </details>
164
+
165
+ <details>
166
+ <summary><b>🔲&nbsp; Cells</b></summary>
167
+ <br>
168
+
169
+ | Feature | Core | PRO |
170
+ | ------------------------------------------------------------------------------- | :--: | :-: |
171
+ | [Cell Rendering](https://www.1771technologies.com/docs/cell-renderers) | ✅ | ✅ |
172
+ | [Cell Diff Flashing](https://www.1771technologies.com/docs/cell-diff-flashing) | ✅ | ✅ |
173
+ | [Cell Tooltips & Popovers](https://www.1771technologies.com/docs/cell-tooltips) | ✅ | ✅ |
174
+
175
+ </details>
176
+
177
+ <details>
178
+ <summary><b>🔀&nbsp; Sorting</b></summary>
179
+ <br>
180
+
181
+ | Feature | Core | PRO |
182
+ | ---------------------------------------------------------------------------------------------------- | :--: | :-: |
183
+ | [Single Column Sort](https://www.1771technologies.com/docs/client-source-row-sorting#sort-functions) | ✅ | ✅ |
184
+ | [Multi Column Sort](https://www.1771technologies.com/docs/client-source-row-sorting#dimension-sorts) | ✅ | ✅ |
185
+ | [Custom Dynamic Sort](https://www.1771technologies.com/docs/client-source-row-sorting) | ✅ | ✅ |
186
+
187
+ </details>
188
+
189
+ <details>
190
+ <summary><b>☑️&nbsp; Selection</b> &nbsp;</summary>
191
+ <br>
192
+
193
+ | Feature | Core | PRO |
194
+ | ------------------------------------------------------------------------------------------------------------------------ | :--: | :-: |
195
+ | **Row Selection** | ✅ | ✅ |
196
+ | &nbsp;&nbsp;&nbsp;↳ [Single Row Selection](https://www.1771technologies.com/docs/row-selection#enabling-row-selection) | ✅ | ✅ |
197
+ | &nbsp;&nbsp;&nbsp;↳ [Multi Row Selection](https://www.1771technologies.com/docs/row-selection#multiple-row-selection) | ✅ | ✅ |
198
+ | &nbsp;&nbsp;&nbsp;↳ [Checkbox Row Selection](https://www.1771technologies.com/docs/row-selection#checkbox-selection) | ✅ | ✅ |
199
+ | &nbsp;&nbsp;&nbsp;↳ [Isolated Row Selection](https://www.1771technologies.com/docs/row-selection#isolated-row-selection) | ✅ | ✅ |
200
+ | &nbsp;&nbsp;&nbsp;↳ [Linked Row Selection](https://www.1771technologies.com/docs/row-selection#linked-row-selection) | ✅ | ✅ |
201
+ | [Cell Selection](https://www.1771technologies.com/docs/cell-selection#single-range-selection) | — | ✅ |
202
+ | [Cell Range Selection](https://www.1771technologies.com/docs/cell-selection#multi-range-selection) | — | ✅ |
203
+
204
+ </details>
205
+
206
+ <details>
207
+ <summary><b>✏️&nbsp; Editing</b></summary>
208
+ <br>
209
+
210
+ | Feature | Core | PRO |
211
+ | ------------------------------------------------------------------------------------------------------------- | :--: | :-: |
212
+ | **Cell Editing** | ✅ | ✅ |
213
+ | &nbsp;&nbsp;&nbsp;↳ [Basic Cell Edits](https://www.1771technologies.com/docs/cell-editing#basic-cell-editing) | ✅ | ✅ |
214
+ | &nbsp;&nbsp;&nbsp;↳ [Linked Cell Edits](https://www.1771technologies.com/docs/cell-editing-linked-cell-edits) | ✅ | ✅ |
215
+ | &nbsp;&nbsp;&nbsp;↳ [Full Row Editing](https://www.1771technologies.com/docs/cell-editing-full-row) | ✅ | ✅ |
216
+ | &nbsp;&nbsp;&nbsp;↳ [Bulk Cell Editing](https://www.1771technologies.com/docs/cell-editing-bulk-editing) | ✅ | ✅ |
217
+ | [Edit Validation](https://www.1771technologies.com/docs/cell-editing-validation) | ✅ | ✅ |
218
+ | [Custom Cell Editors](https://www.1771technologies.com/docs/cell-editing-renderers) | ✅ | ✅ |
219
+ | [Programmatic Editing](https://www.1771technologies.com/docs/cell-editing#programmatic-editing) | ✅ | ✅ |
220
+
221
+ </details>
222
+
223
+ <details>
224
+ <summary><b>🔍&nbsp; Filtering</b> &nbsp;</summary>
225
+ <br>
226
+
227
+ | Feature | Core | PRO |
228
+ | -------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
229
+ | **Column Filters** | ✅ | ✅ |
230
+ | &nbsp;&nbsp;&nbsp;↳ [Text Filters](https://www.1771technologies.com/docs/filtering-text) | ✅ | ✅ |
231
+ | &nbsp;&nbsp;&nbsp;↳ [Number Filters](https://www.1771technologies.com/docs/filtering-numbers) | ✅ | ✅ |
232
+ | &nbsp;&nbsp;&nbsp;↳ [Date Filters](https://www.1771technologies.com/docs/filtering-dates) | ✅ | ✅ |
233
+ | [Quick Search Filter](https://www.1771technologies.com/docs/filtering-quick-search) | ✅ | ✅ |
234
+ | [Label Filters](https://www.1771technologies.com/docs/client-source-label-filters) | — | ✅ |
235
+ | **Advanced Filters** | - | ✅ |
236
+ | &nbsp;&nbsp;&nbsp;↳ [Set Filters](https://www.1771technologies.com/docs/filtering-set-filters#basic-set-filtering) | ✅ | ✅ |
237
+ | &nbsp;&nbsp;&nbsp;↳ [Tree Set Filters](https://www.1771technologies.com/docs/filtering-set-filters#tree-set-filters) | ✅ | ✅ |
238
+ | &nbsp;&nbsp;&nbsp;↳ [Having Filters](https://www.1771technologies.com/docs/client-source-having-filters) | — | ✅ |
239
+
240
+ </details>
241
+
242
+ <details>
243
+ <summary><b>📦&nbsp; Grouping & Aggregations</b></summary>
244
+ <br>
245
+
246
+ | Feature | Core | PRO |
247
+ | ------------------------------------------------------------------------------------------------------------------------------------ | :--: | :-: |
248
+ | **Row Grouping** | ✅ | ✅ |
249
+ | &nbsp;&nbsp;&nbsp;↳ [Uniform Row Groups](https://www.1771technologies.com/docs/client-source-row-grouping#grouping-function) | ✅ | ✅ |
250
+ | &nbsp;&nbsp;&nbsp;↳ [Non-uniform Row Groups](https://www.1771technologies.com/docs/client-source-row-grouping#non-uniform-groups) | ✅ | ✅ |
251
+ | &nbsp;&nbsp;&nbsp;↳ [Dynamic Group Dimensions](https://www.1771technologies.com/docs/client-source-row-grouping#grouping-dimensions) | ✅ | ✅ |
252
+ | [Aggregations](https://www.1771technologies.com/docs/client-source-aggregations) | ✅ | ✅ |
253
+ | **Master Detail** | ✅ | ✅ |
254
+ | &nbsp;&nbsp;&nbsp;↳ [Row Master Detail](https://www.1771technologies.com/docs/row-detail) | ✅ | ✅ |
255
+ | &nbsp;&nbsp;&nbsp;↳ [Auto Height Master Detail](https://www.1771technologies.com/docs/row-detail#row-detail-height) | ✅ | ✅ |
256
+ | &nbsp;&nbsp;&nbsp;↳ [Nested Grids](https://www.1771technologies.com/docs/row-detail#nested-grids) | ✅ | ✅ |
257
+ | &nbsp;&nbsp;&nbsp;↳ [Custom Detail Content](https://www.1771technologies.com/docs/row-detail) | ✅ | ✅ |
258
+
259
+ </details>
260
+
261
+ <details>
262
+ <summary><b>🔄&nbsp; Pivoting</b> &nbsp;</summary>
263
+ <br>
264
+
265
+ | Feature | Core | PRO |
266
+ | -------------------------------------------------------------------------------------- | :--: | :-: |
267
+ | [Row & Column Pivots](https://www.1771technologies.com/docs/pivoting-columns-and-rows) | — | ✅ |
268
+ | [Pivot Measures](https://www.1771technologies.com/docs/pivoting-measures) | — | ✅ |
269
+ | [Pivot Sorting](https://www.1771technologies.com/docs/pivoting-sorting) | — | ✅ |
270
+ | [Pivot Filtering](https://www.1771technologies.com/docs/pivoting-filtering) | — | ✅ |
271
+ | [Grand Totals](https://www.1771technologies.com/docs/pivoting-grand-totals) | — | ✅ |
272
+
273
+ </details>
274
+
275
+ <details>
276
+ <summary><b>🌲&nbsp; Tree Data</b> &nbsp;</summary>
277
+ <br>
278
+
279
+ | Feature | Core | PRO |
280
+ | ----------------------------------------------------------------------------------------- | :--: | :-: |
281
+ | [Custom Object Mappings](https://www.1771technologies.com/docs/tree-source-data) | — | ✅ |
282
+ | [JSON Object Editing](https://www.1771technologies.com/docs/tree-source-data-editing) | — | ✅ |
283
+ | [Dynamic Tree Creation](https://www.1771technologies.com/docs/tree-source-data#root-rows) | — | ✅ |
284
+
285
+ </details>
286
+
287
+ <details>
288
+ <summary><b>🌐&nbsp; Server Data Loading</b> &nbsp;</summary>
289
+ <br>
290
+
291
+ | Feature | Core | PRO |
292
+ | --------------------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
293
+ | **Basic Server Operations** | — | ✅ |
294
+ | &nbsp;&nbsp;&nbsp;↳ [Server Row Sorting](https://www.1771technologies.com/docs/server-data-loading-row-sorting) | — | ✅ |
295
+ | &nbsp;&nbsp;&nbsp;↳ [Server Row Filtering](https://www.1771technologies.com/docs/server-data-loading-row-filtering) | — | ✅ |
296
+ | &nbsp;&nbsp;&nbsp;↳ [Server Row Pinning](https://www.1771technologies.com/docs/server-data-loading-row-pinning) | — | ✅ |
297
+ | &nbsp;&nbsp;&nbsp;↳ [Server Row Grouping](https://www.1771technologies.com/docs/server-data-loading-row-grouping-and-aggregation) | — | ✅ |
298
+ | [Server Tree Data](https://www.1771technologies.com/docs/server-data-loading-unbalanced-rows) | — | ✅ |
299
+ | [Server Cell Editing](https://www.1771technologies.com/docs/server-data-loading-cell-editing) | — | ✅ |
300
+ | [Data Updates](https://www.1771technologies.com/docs/server-data-loading-row-updating) | — | ✅ |
301
+ | [Optimistic Data Loading](https://www.1771technologies.com/docs/server-data-loading-optimistic-loading) | — | ✅ |
302
+ | [Paginated Row Data](https://www.1771technologies.com/docs/paginated-rs-rows) | — | ✅ |
303
+ | [Infinite Row Data](https://www.1771technologies.com/docs/infinite-rs-rows) | — | ✅ |
304
+ | [Server Data Interface](https://www.1771technologies.com/docs/server-data-loading-interface) | — | ✅ |
305
+
306
+ </details>
307
+
308
+ <details>
309
+ <summary><b>🧩&nbsp; Prebuilt Components</b> &nbsp;</summary>
310
+ <br>
311
+
312
+ | Feature | Core | PRO |
313
+ | -------------------------------------------------------------------------------------------------------- | :--: | :-: |
314
+ | [Pill Manager](https://www.1771technologies.com/docs/component-pill-manager) | — | ✅ |
315
+ | [Column Manager](https://www.1771technologies.com/docs/component-column-manager) | — | ✅ |
316
+ | [Tree View](https://www.1771technologies.com/docs/component-tree-view) | — | ✅ |
317
+ | [Dialog & Popovers](https://www.1771technologies.com/docs/component-dialog) | — | ✅ |
318
+ | [Menus & Context Menus](https://www.1771technologies.com/docs/component-menu-button) | — | ✅ |
319
+ | **Other Prebuilt Components** | - | ✅ |
320
+ | &nbsp;&nbsp;&nbsp;↳ [Smart Select](https://www.1771technologies.com/docs/component-smart-select) | — | ✅ |
321
+ | &nbsp;&nbsp;&nbsp;↳ [Grid Overlays](https://www.1771technologies.com/docs/component-grid-overlays) | ✅ | ✅ |
322
+ | &nbsp;&nbsp;&nbsp;↳ [Viewport Shadows](https://www.1771technologies.com/docs/component-viewport-shadows) | ✅ | ✅ |
323
+ | &nbsp;&nbsp;&nbsp;↳ [Select All](https://www.1771technologies.com/docs/component-select-all) | — | ✅ |
324
+ | &nbsp;&nbsp;&nbsp;↳ [Row Group Cell](https://www.1771technologies.com/docs/component-row-group-cell) | — | ✅ |
325
+
326
+ </details>
327
+
328
+ <details>
329
+ <summary><b>📤&nbsp; Import & Export</b> &nbsp;</summary>
330
+ <br>
331
+
332
+ | Feature | Core | PRO |
333
+ | ------------------------------------------------------------------------------------------ | :--: | :-: |
334
+ | **Data Export** | ✅ | ✅ |
335
+ | &nbsp;&nbsp;&nbsp;↳ [Excel Export](https://www.1771technologies.com/docs/export-excel) | ✅ | ✅ |
336
+ | &nbsp;&nbsp;&nbsp;↳ [CSV Export](https://www.1771technologies.com/docs/export-csv) | ✅ | ✅ |
337
+ | &nbsp;&nbsp;&nbsp;↳ [Parquet Export](https://www.1771technologies.com/docs/export-parquet) | ✅ | ✅ |
338
+ | &nbsp;&nbsp;&nbsp;↳ [Arrow Export](https://www.1771technologies.com/docs/export-arrow) | ✅ | ✅ |
339
+ | [Clipboard Operations](https://www.1771technologies.com/docs/export-clipboard) | — | ✅ |
340
+
341
+ </details>
342
+
343
+ <details>
344
+ <summary><b>⌨️&nbsp; Keyboard & Accessibility</b></summary>
345
+ <br>
346
+
347
+ | Feature | Core | PRO |
348
+ | -------------------------------------------------------------------- | :--: | :-: |
349
+ | [Keyboard](https://www.1771technologies.com/docs/keyboard) | ✅ | ✅ |
350
+ | [Accessibility](https://www.1771technologies.com/docs/accessibility) | ✅ | ✅ |
351
+ | [RTL Support](https://www.1771technologies.com/docs/rtl-support) | ✅ | ✅ |
352
+
353
+ </details>
354
+
69
355
  ## Key Design Principles
70
356
 
71
357
  - **Performance-First:** LyteNyte Grid is engineered with speed as a fundamental
@@ -143,4 +429,4 @@ LyteNyte Grid follows [semantic versioning](https://semver.org/) to ensure clear
143
429
  ## Security
144
430
 
145
431
  For information on reporting security vulnerabilities,
146
- please consult our [security policy](./SECURITY.md).
432
+ please consult our [security policy](https://github.com/1771-Technologies/lytenyte/blob/main/SECURITY.md).
package/SECURITY.md ADDED
@@ -0,0 +1,22 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ | Version | Security Updates |
6
+ | ----------------- | -------------------------------- |
7
+ | Latest | ✅ All security vulnerabilities |
8
+ | Previous versions | ⚠️ Critical vulnerabilities only |
9
+
10
+ The team at 1771 Technologies addresses security vulnerabilities as follows:
11
+
12
+ - **Critical vulnerabilities**: Patched for all supported versions of LyteNyte Grid.
13
+ - **Non-critical vulnerabilities**: Patched only for the latest version.
14
+
15
+ ## Reporting a Vulnerability
16
+
17
+ We take the security of LyteNyte Grid seriously. Please report security vulnerabilities through our confidential reporting process:
18
+
19
+ 1. Email [support@1771technologies.com](mailto:support@1771technologies.com) with details about the vulnerability.
20
+ 2. Include steps to reproduce, potential impact, and any relevant documentation.
21
+ 3. Our security team will acknowledge receipt within 24 hours.
22
+ 4. You'll receive regular updates as we address the issue.
@@ -225,8 +225,8 @@
225
225
 
226
226
  font-family: var(--ln-typeface);
227
227
 
228
- border: 1px solid var(--ln-border);
229
- background-color: var(--ln-bg);
228
+ border: 1px solid var(--ln-border-popover);
229
+ background-color: var(--ln-bg-popover);
230
230
  box-shadow: var(--ln-shadow-400);
231
231
 
232
232
  transition-property: opacity, scale;
@@ -249,10 +249,10 @@
249
249
  position: absolute;
250
250
 
251
251
  [data-ln-dialog-arrow-area="true"] {
252
- fill: var(--ln-bg);
252
+ fill: var(--ln-bg-popover);
253
253
  }
254
254
  [data-ln-dialog-arrow-border] {
255
- stroke: var(--ln-border);
255
+ stroke: var(--ln-border-popover);
256
256
  }
257
257
 
258
258
  &[data-ln-placement="bottom"] {
package/css/grid.css CHANGED
@@ -3,7 +3,7 @@
3
3
  @layer ln-grid {
4
4
  .ln-grid {
5
5
  /* CELL SELECTION */
6
- [data-ln-cell-selection-rect]:not([data-ln-cell-selection-is-unit="true"]) {
6
+ [data-ln-cell-selection-rect] {
7
7
  background-color: var(--ln-primary-10);
8
8
  box-sizing: border-box;
9
9
 
@@ -1,3 +1,4 @@
1
+ import "@1771technologies/lytenyte-design/shadcn-vars.css";
1
2
  import "@1771technologies/lytenyte-design/fonts.css";
2
3
  import "../../css/grid-full.css";
3
4
  export default function Experimental(): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { useTheme } from "@1771technologies/play-frame";
2
+ // import { useTheme } from "@1771technologies/play-frame";
3
+ import "@1771technologies/lytenyte-design/shadcn-vars.css";
3
4
  import "@1771technologies/lytenyte-design/fonts.css";
4
5
  import "../../css/grid-full.css";
5
6
  import { bankDataSmall } from "@1771technologies/grid-sample-data/bank-data-smaller";
@@ -48,8 +49,7 @@ export default function Experimental() {
48
49
  const [rowGroupColumn, setRowGroupColumn] = useState({
49
50
  cellRenderer: RowGroupCell,
50
51
  });
51
- const { resolvedTheme } = useTheme();
52
- return (_jsxs(_Fragment, { children: [_jsx("div", { style: { display: "flex", alignItems: "center", justifyContent: "center", padding: "8px" }, children: _jsx("button", { onClick: () => setPivotMode((prev) => !prev), children: "Toggle Pivot Mode" }) }), _jsx("div", { style: { display: "flex", alignItems: "center", justifyContent: "center" }, children: _jsx("div", { className: "ln-grid " + (resolvedTheme === "light" ? "ln-light" : "ln-dark"), style: { height: "90vh", width: "90vw" }, children: _jsx(Grid, { columns: columns, columnBase: useMemo(() => ({ movable: true, resizable: true, width: 100 }), []), slotShadows: ViewportShadows, columnGroupRenderer: (props) => {
52
+ return (_jsxs(_Fragment, { children: [_jsx("div", { style: { display: "flex", alignItems: "center", justifyContent: "center", padding: "8px" }, children: _jsx("button", { onClick: () => setPivotMode((prev) => !prev), children: "Toggle Pivot Mode" }) }), _jsx("div", { style: { display: "flex", alignItems: "center", justifyContent: "center" }, children: _jsx("div", { className: "ln-grid ln-shadcn", style: { height: "90vh", width: "90vw" }, children: _jsx(Grid, { columns: columns, columnBase: useMemo(() => ({ movable: true, resizable: true, width: 100 }), []), slotShadows: ViewportShadows, columnGroupRenderer: (props) => {
53
53
  const label = props.groupPath.at(-1);
54
54
  return (_jsxs("div", { children: [label, props.collapsible && (_jsx("button", { onClick: () => props.api.columnToggleGroup(props.groupPath), children: ">" }))] }));
55
55
  }, rowSource: ds, rowGroupColumn: rowGroupColumn, onRowGroupColumnChange: setRowGroupColumn, rowSelectionMode: "multiple", ...pivotProps }) }) })] }));
@@ -0,0 +1,16 @@
1
+ export type MovieData = (typeof data)[number];
2
+ export declare const data: {
3
+ link: string;
4
+ name: string;
5
+ released_at: string;
6
+ genre: string;
7
+ poster: string;
8
+ streaming_on: string;
9
+ country: string;
10
+ number_of_seasons: string;
11
+ type: string;
12
+ content_rating: string;
13
+ imdb_rating: string;
14
+ uniq_id: string;
15
+ scraped_at: string;
16
+ }[];