@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.
- package/README.md +298 -12
- package/SECURITY.md +22 -0
- package/css/components.css +4 -4
- package/css/grid.css +1 -1
- package/dist/__play__/alpha.play.d.ts +1 -0
- package/dist/__play__/alpha.play.js +3 -3
- package/dist/__play__/basic-server-data/page-data.d.ts +16 -0
- package/dist/__play__/basic-server-data/page-data.js +21002 -0
- package/dist/__play__/basic-server-data/page-server.d.ts +31 -0
- package/dist/__play__/basic-server-data/page-server.js +25 -0
- package/dist/__play__/paginated.play.d.ts +7 -0
- package/dist/__play__/paginated.play.js +48 -0
- package/dist/cell-selection/cell-selection-driver/use-cell-focus-change.d.ts +1 -2
- package/dist/cell-selection/cell-style-row.d.ts +1 -1
- package/dist/cell-selection/cell-style-row.js +1 -1
- package/dist/cell-selection/index.d.ts +0 -2
- package/dist/cell-selection/index.js +0 -2
- package/dist/cell-selection/split-cell-selection-rect.d.ts +1 -7
- package/dist/cell-selection/split-cell-selection-rect.js +2 -6
- package/dist/cell-selection/update-additive-cell-selection.d.ts +1 -1
- package/dist/components/column-manager/column-manager.d.ts +1 -1
- package/dist/components/column-manager/column-manager.js +30 -10
- package/dist/components/headless/dialog/container.js +1 -2
- package/dist/components/pill-manager/pill-manager.play.d.ts +1 -0
- package/dist/components/pill-manager/pill-manager.play.js +3 -2
- package/dist/components/smart-select/root.js +1 -1
- package/dist/components/tree-view/root.js +1 -0
- package/dist/data-source-client/hooks/use-flattened-groups.js +1 -1
- package/dist/root/root.js +1 -1
- package/dist/types/grid.d.ts +0 -1
- package/package.json +23 -6
- package/dist/cell-selection/split-on-pivot.d.ts +0 -3
- 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
|
-
[](https://www.npmjs.com/package/@1771technologies/lytenyte-pro)
|
|
35
|
-
[](https://www.npmjs.com/package/@1771technologies/lytenyte-core)
|
|
36
|
-
[](https://github.com/1771-Technologies/lytenyte/tree/main)
|
|
37
|
-
[](https://www.npmjs.com/package/@1771technologies/lytenyte-pro)
|
|
35
|
+
[](https://www.npmjs.com/package/@1771technologies/lytenyte-core)
|
|
36
|
+
[](https://github.com/1771-Technologies/lytenyte/tree/main)
|
|
37
|
+
[](https://github.com/1771-Technologies/lytenyte)
|
|
38
|
+
[](code_of_conduct.md)
|
|
39
|
+
[](https://github.com/1771-Technologies/lytenyte/actions/workflows/release.yml?query=branch%3Amain)
|
|
40
|
+
[](https://x.com/1771tech)
|
|
41
|
+
[](https://www.linkedin.com/company/1771technologies)
|
|
42
|
+
[](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
|

|
|
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>⚛️ 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>🔌 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>🚀 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>🎨 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
|
+
| ↳ [Prebuilt Themes](https://www.1771technologies.com/docs/grid-theming#pre-built-themes) | ✅ | ✅ |
|
|
113
|
+
| ↳ [Tailwind](https://www.1771technologies.com/docs/grid-theming-tailwind) | ✅ | ✅ |
|
|
114
|
+
| ↳ [CSS Modules](https://www.1771technologies.com/docs/grid-theming-css-modules) | ✅ | ✅ |
|
|
115
|
+
| ↳ [CSS-in-JS](https://www.1771technologies.com/docs/grid-theming-emotion) | ✅ | ✅ |
|
|
116
|
+
|
|
117
|
+
</details>
|
|
118
|
+
|
|
119
|
+
<details>
|
|
120
|
+
<summary><b>📋 Rows</b></summary>
|
|
121
|
+
<br>
|
|
122
|
+
|
|
123
|
+
| Feature | Core | PRO |
|
|
124
|
+
| ------------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
|
|
125
|
+
| **Basic Row Operations** | ✅ | ✅ |
|
|
126
|
+
| ↳ [Row Pinning](https://www.1771technologies.com/docs/row-pinning) | ✅ | ✅ |
|
|
127
|
+
| ↳ [Row Spanning](https://www.1771technologies.com/docs/row-spanning) | ✅ | ✅ |
|
|
128
|
+
| **Row Height** | ✅ | ✅ |
|
|
129
|
+
| ↳ [Variable Row Height](https://www.1771technologies.com/docs/row-height#variable-row-height) | ✅ | ✅ |
|
|
130
|
+
| ↳ [Fixed Row Height](https://www.1771technologies.com/docs/row-height#number-row-heights) | ✅ | ✅ |
|
|
131
|
+
| ↳ [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
|
+
| ↳ [Single Row Dragging](https://www.1771technologies.com/docs/row-dragging#single-row-dragging) | ✅ | ✅ |
|
|
135
|
+
| ↳ [Multi-Row Dragging](https://www.1771technologies.com/docs/row-dragging#multi-row-dragging) | ✅ | ✅ |
|
|
136
|
+
| ↳ [Grid to Grid Dragging](https://www.1771technologies.com/docs/row-dragging#dragging-between-grids) | ✅ | ✅ |
|
|
137
|
+
| ↳ [External Drop Zone Dragging](https://www.1771technologies.com/docs/row-dragging#external-drop-zones) | ✅ | ✅ |
|
|
138
|
+
|
|
139
|
+
</details>
|
|
140
|
+
|
|
141
|
+
<details>
|
|
142
|
+
<summary><b>📊 Columns</b></summary>
|
|
143
|
+
<br>
|
|
144
|
+
|
|
145
|
+
| Feature | Core | PRO |
|
|
146
|
+
| --------------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
|
|
147
|
+
| **Basic Column Operations** | ✅ | ✅ |
|
|
148
|
+
| ↳ [Column Resizing](https://www.1771technologies.com/docs/column-resizing) | ✅ | ✅ |
|
|
149
|
+
| ↳ [Column Pinning](https://www.1771technologies.com/docs/column-pinning) | ✅ | ✅ |
|
|
150
|
+
| ↳ [Column Spanning](https://www.1771technologies.com/docs/column-spanning) | ✅ | ✅ |
|
|
151
|
+
| ↳ [Column Reordering](https://www.1771technologies.com/docs/column-moving) | ✅ | ✅ |
|
|
152
|
+
| ↳ [Column Grouping](https://www.1771technologies.com/docs/column-groups) | ✅ | ✅ |
|
|
153
|
+
| ↳ [Column Visibility](https://www.1771technologies.com/docs/column-visibility) | ✅ | ✅ |
|
|
154
|
+
| **Column Autosizing** | ✅ | ✅ |
|
|
155
|
+
| ↳ [Cell Autosizing](https://www.1771technologies.com/docs/column-autosizing#autosizing-cells) | ✅ | ✅ |
|
|
156
|
+
| ↳ [Header Autosizing](https://www.1771technologies.com/docs/column-autosizing#autosize-header-text) | ✅ | ✅ |
|
|
157
|
+
| ↳ [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>🔲 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>🔀 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>☑️ Selection</b> </summary>
|
|
191
|
+
<br>
|
|
192
|
+
|
|
193
|
+
| Feature | Core | PRO |
|
|
194
|
+
| ------------------------------------------------------------------------------------------------------------------------ | :--: | :-: |
|
|
195
|
+
| **Row Selection** | ✅ | ✅ |
|
|
196
|
+
| ↳ [Single Row Selection](https://www.1771technologies.com/docs/row-selection#enabling-row-selection) | ✅ | ✅ |
|
|
197
|
+
| ↳ [Multi Row Selection](https://www.1771technologies.com/docs/row-selection#multiple-row-selection) | ✅ | ✅ |
|
|
198
|
+
| ↳ [Checkbox Row Selection](https://www.1771technologies.com/docs/row-selection#checkbox-selection) | ✅ | ✅ |
|
|
199
|
+
| ↳ [Isolated Row Selection](https://www.1771technologies.com/docs/row-selection#isolated-row-selection) | ✅ | ✅ |
|
|
200
|
+
| ↳ [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>✏️ Editing</b></summary>
|
|
208
|
+
<br>
|
|
209
|
+
|
|
210
|
+
| Feature | Core | PRO |
|
|
211
|
+
| ------------------------------------------------------------------------------------------------------------- | :--: | :-: |
|
|
212
|
+
| **Cell Editing** | ✅ | ✅ |
|
|
213
|
+
| ↳ [Basic Cell Edits](https://www.1771technologies.com/docs/cell-editing#basic-cell-editing) | ✅ | ✅ |
|
|
214
|
+
| ↳ [Linked Cell Edits](https://www.1771technologies.com/docs/cell-editing-linked-cell-edits) | ✅ | ✅ |
|
|
215
|
+
| ↳ [Full Row Editing](https://www.1771technologies.com/docs/cell-editing-full-row) | ✅ | ✅ |
|
|
216
|
+
| ↳ [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>🔍 Filtering</b> </summary>
|
|
225
|
+
<br>
|
|
226
|
+
|
|
227
|
+
| Feature | Core | PRO |
|
|
228
|
+
| -------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
|
|
229
|
+
| **Column Filters** | ✅ | ✅ |
|
|
230
|
+
| ↳ [Text Filters](https://www.1771technologies.com/docs/filtering-text) | ✅ | ✅ |
|
|
231
|
+
| ↳ [Number Filters](https://www.1771technologies.com/docs/filtering-numbers) | ✅ | ✅ |
|
|
232
|
+
| ↳ [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
|
+
| ↳ [Set Filters](https://www.1771technologies.com/docs/filtering-set-filters#basic-set-filtering) | ✅ | ✅ |
|
|
237
|
+
| ↳ [Tree Set Filters](https://www.1771technologies.com/docs/filtering-set-filters#tree-set-filters) | ✅ | ✅ |
|
|
238
|
+
| ↳ [Having Filters](https://www.1771technologies.com/docs/client-source-having-filters) | — | ✅ |
|
|
239
|
+
|
|
240
|
+
</details>
|
|
241
|
+
|
|
242
|
+
<details>
|
|
243
|
+
<summary><b>📦 Grouping & Aggregations</b></summary>
|
|
244
|
+
<br>
|
|
245
|
+
|
|
246
|
+
| Feature | Core | PRO |
|
|
247
|
+
| ------------------------------------------------------------------------------------------------------------------------------------ | :--: | :-: |
|
|
248
|
+
| **Row Grouping** | ✅ | ✅ |
|
|
249
|
+
| ↳ [Uniform Row Groups](https://www.1771technologies.com/docs/client-source-row-grouping#grouping-function) | ✅ | ✅ |
|
|
250
|
+
| ↳ [Non-uniform Row Groups](https://www.1771technologies.com/docs/client-source-row-grouping#non-uniform-groups) | ✅ | ✅ |
|
|
251
|
+
| ↳ [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
|
+
| ↳ [Row Master Detail](https://www.1771technologies.com/docs/row-detail) | ✅ | ✅ |
|
|
255
|
+
| ↳ [Auto Height Master Detail](https://www.1771technologies.com/docs/row-detail#row-detail-height) | ✅ | ✅ |
|
|
256
|
+
| ↳ [Nested Grids](https://www.1771technologies.com/docs/row-detail#nested-grids) | ✅ | ✅ |
|
|
257
|
+
| ↳ [Custom Detail Content](https://www.1771technologies.com/docs/row-detail) | ✅ | ✅ |
|
|
258
|
+
|
|
259
|
+
</details>
|
|
260
|
+
|
|
261
|
+
<details>
|
|
262
|
+
<summary><b>🔄 Pivoting</b> </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>🌲 Tree Data</b> </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>🌐 Server Data Loading</b> </summary>
|
|
289
|
+
<br>
|
|
290
|
+
|
|
291
|
+
| Feature | Core | PRO |
|
|
292
|
+
| --------------------------------------------------------------------------------------------------------------------------------- | :--: | :-: |
|
|
293
|
+
| **Basic Server Operations** | — | ✅ |
|
|
294
|
+
| ↳ [Server Row Sorting](https://www.1771technologies.com/docs/server-data-loading-row-sorting) | — | ✅ |
|
|
295
|
+
| ↳ [Server Row Filtering](https://www.1771technologies.com/docs/server-data-loading-row-filtering) | — | ✅ |
|
|
296
|
+
| ↳ [Server Row Pinning](https://www.1771technologies.com/docs/server-data-loading-row-pinning) | — | ✅ |
|
|
297
|
+
| ↳ [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>🧩 Prebuilt Components</b> </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
|
+
| ↳ [Smart Select](https://www.1771technologies.com/docs/component-smart-select) | — | ✅ |
|
|
321
|
+
| ↳ [Grid Overlays](https://www.1771technologies.com/docs/component-grid-overlays) | ✅ | ✅ |
|
|
322
|
+
| ↳ [Viewport Shadows](https://www.1771technologies.com/docs/component-viewport-shadows) | ✅ | ✅ |
|
|
323
|
+
| ↳ [Select All](https://www.1771technologies.com/docs/component-select-all) | — | ✅ |
|
|
324
|
+
| ↳ [Row Group Cell](https://www.1771technologies.com/docs/component-row-group-cell) | — | ✅ |
|
|
325
|
+
|
|
326
|
+
</details>
|
|
327
|
+
|
|
328
|
+
<details>
|
|
329
|
+
<summary><b>📤 Import & Export</b> </summary>
|
|
330
|
+
<br>
|
|
331
|
+
|
|
332
|
+
| Feature | Core | PRO |
|
|
333
|
+
| ------------------------------------------------------------------------------------------ | :--: | :-: |
|
|
334
|
+
| **Data Export** | ✅ | ✅ |
|
|
335
|
+
| ↳ [Excel Export](https://www.1771technologies.com/docs/export-excel) | ✅ | ✅ |
|
|
336
|
+
| ↳ [CSV Export](https://www.1771technologies.com/docs/export-csv) | ✅ | ✅ |
|
|
337
|
+
| ↳ [Parquet Export](https://www.1771technologies.com/docs/export-parquet) | ✅ | ✅ |
|
|
338
|
+
| ↳ [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>⌨️ 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](
|
|
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.
|
package/css/components.css
CHANGED
|
@@ -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
|
@@ -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
|
-
|
|
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
|
+
}[];
|