@object-ui/plugin-grid 3.1.5 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/README.md +21 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +649 -623
- package/dist/index.umd.cjs +8 -8
- package/package.json +45 -13
- package/.turbo/turbo-build.log +0 -32
- package/src/FormulaBar.tsx +0 -151
- package/src/GroupRow.tsx +0 -69
- package/src/ImportWizard.tsx +0 -412
- package/src/InlineEditing.tsx +0 -235
- package/src/ListColumnExtensions.test.tsx +0 -373
- package/src/ListColumnSchema.test.ts +0 -88
- package/src/ObjectGrid.EdgeCases.stories.tsx +0 -147
- package/src/ObjectGrid.msw.test.tsx +0 -130
- package/src/ObjectGrid.stories.tsx +0 -139
- package/src/ObjectGrid.tsx +0 -1596
- package/src/SplitPaneGrid.tsx +0 -120
- package/src/VirtualGrid.tsx +0 -183
- package/src/__tests__/GroupRow.test.tsx +0 -206
- package/src/__tests__/ImportPreview.test.tsx +0 -171
- package/src/__tests__/InlineEditing.test.tsx +0 -360
- package/src/__tests__/VirtualGrid.test.tsx +0 -438
- package/src/__tests__/accessibility.test.tsx +0 -254
- package/src/__tests__/accessorKey-inference.test.tsx +0 -132
- package/src/__tests__/airtable-style.test.tsx +0 -508
- package/src/__tests__/column-features.test.tsx +0 -490
- package/src/__tests__/grid-export.test.tsx +0 -121
- package/src/__tests__/mobile-card-view.test.tsx +0 -355
- package/src/__tests__/objectdef-enrichment.test.tsx +0 -566
- package/src/__tests__/performance-benchmark.test.tsx +0 -182
- package/src/__tests__/phase11-features.test.tsx +0 -418
- package/src/__tests__/row-bulk-actions.test.tsx +0 -413
- package/src/__tests__/row-height.test.tsx +0 -160
- package/src/__tests__/useGroupedData.test.ts +0 -165
- package/src/__tests__/view-states.test.tsx +0 -203
- package/src/components/BulkActionBar.tsx +0 -66
- package/src/components/RowActionMenu.tsx +0 -91
- package/src/index.test.tsx +0 -29
- package/src/index.tsx +0 -99
- package/src/useCellClipboard.ts +0 -136
- package/src/useColumnSummary.ts +0 -128
- package/src/useGradientColor.ts +0 -103
- package/src/useGroupReorder.ts +0 -123
- package/src/useGroupedData.ts +0 -187
- package/src/useRowColor.ts +0 -74
- package/tsconfig.json +0 -9
- package/vite.config.ts +0 -57
- package/vitest.config.ts +0 -13
- package/vitest.setup.ts +0 -1
- /package/dist/{plugin-grid → packages/plugin-grid}/src/FormulaBar.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/GroupRow.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/ImportWizard.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/InlineEditing.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/ObjectGrid.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/SplitPaneGrid.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/VirtualGrid.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/components/BulkActionBar.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/components/RowActionMenu.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/index.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/useCellClipboard.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/useColumnSummary.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/useGradientColor.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/useGroupReorder.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/useGroupedData.d.ts +0 -0
- /package/dist/{plugin-grid → packages/plugin-grid}/src/useRowColor.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @object-ui/plugin-grid
|
|
2
2
|
|
|
3
|
+
## 3.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b429568]
|
|
8
|
+
- @object-ui/components@3.3.1
|
|
9
|
+
- @object-ui/fields@3.3.1
|
|
10
|
+
- @object-ui/types@3.3.1
|
|
11
|
+
- @object-ui/core@3.3.1
|
|
12
|
+
- @object-ui/react@3.3.1
|
|
13
|
+
- @object-ui/mobile@3.3.1
|
|
14
|
+
|
|
15
|
+
## 3.3.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- @object-ui/types@3.3.0
|
|
20
|
+
- @object-ui/core@3.3.0
|
|
21
|
+
- @object-ui/react@3.3.0
|
|
22
|
+
- @object-ui/components@3.3.0
|
|
23
|
+
- @object-ui/fields@3.3.0
|
|
24
|
+
- @object-ui/mobile@3.3.0
|
|
25
|
+
|
|
26
|
+
## 3.2.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- @object-ui/types@3.2.0
|
|
31
|
+
- @object-ui/core@3.2.0
|
|
32
|
+
- @object-ui/react@3.2.0
|
|
33
|
+
- @object-ui/components@3.2.0
|
|
34
|
+
- @object-ui/fields@3.2.0
|
|
35
|
+
- @object-ui/mobile@3.2.0
|
|
36
|
+
|
|
3
37
|
## 3.1.5
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -361,6 +361,26 @@ const grid: GridSchema = {
|
|
|
361
361
|
};
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
+
<!-- release-metadata:v3.3.0 -->
|
|
365
|
+
|
|
366
|
+
## Compatibility
|
|
367
|
+
|
|
368
|
+
- **React:** 18.x or 19.x
|
|
369
|
+
- **Node.js:** ≥ 18
|
|
370
|
+
- **TypeScript:** ≥ 5.0 (strict mode)
|
|
371
|
+
- **`@objectstack/spec`:** ^3.3.0
|
|
372
|
+
- **`@objectstack/client`:** ^3.3.0
|
|
373
|
+
- **Tailwind CSS:** ≥ 3.4 (for packages with UI)
|
|
374
|
+
|
|
375
|
+
## Links
|
|
376
|
+
|
|
377
|
+
- 📚 [Documentation](https://www.objectui.org/docs/plugins/plugin-grid)
|
|
378
|
+
- 📦 [npm package](https://www.npmjs.com/package/@object-ui/plugin-grid)
|
|
379
|
+
- 📝 [Changelog](./CHANGELOG.md)
|
|
380
|
+
- 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
|
|
381
|
+
- 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
|
|
382
|
+
- 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
|
|
383
|
+
|
|
364
384
|
## License
|
|
365
385
|
|
|
366
|
-
MIT
|
|
386
|
+
MIT — see [LICENSE](./LICENSE).
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './plugin-grid/src/index'
|
|
1
|
+
export * from './packages/plugin-grid/src/index'
|
|
2
2
|
export {}
|