photon-grid-angular 0.0.1 → 0.0.2

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 (1) hide show
  1. package/package.json +48 -6
package/package.json CHANGED
@@ -1,26 +1,67 @@
1
1
  {
2
2
  "name": "photon-grid-angular",
3
- "version": "0.0.1",
4
- "description": "Angular wrapper for Photon Grid an enterprise-grade, framework-agnostic TypeScript data grid.",
3
+ "version": "0.0.2",
4
+ "description": "Enterprise Angular Data Grid built on the Photon Grid core. High-performance data table with virtual scrolling, sorting, filtering, grouping, editing, pinned columns, custom renderers, and millions of rows support.",
5
5
  "author": "Abdul Wahid",
6
6
  "license": "MIT",
7
+ "homepage": "https://github.com/abdulwahid-csit/photon-grid",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/abdulwahid-csit/photon-grid.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/abdulwahid-csit/photon-grid/issues"
14
+ },
7
15
  "peerDependencies": {
8
16
  "@angular/common": "^18.2.0",
9
17
  "@angular/core": "^18.2.0",
10
- "photon-grid-core": "*"
18
+ "photon-grid-core": "^0.0.3"
11
19
  },
12
20
  "dependencies": {
13
21
  "tslib": "^2.3.0"
14
22
  },
15
23
  "keywords": [
16
24
  "angular",
17
- "grid",
25
+ "angular-grid",
26
+ "angular-data-grid",
27
+ "angular-table",
28
+ "angular-datatable",
18
29
  "data-grid",
30
+ "datagrid",
31
+ "data-table",
19
32
  "datatable",
20
33
  "table",
21
- "photon-grid",
34
+ "grid",
35
+ "spreadsheet",
36
+ "excel-grid",
37
+ "virtual-scroll",
38
+ "virtual-scrolling",
39
+ "virtualization",
40
+ "high-performance",
22
41
  "enterprise-grid",
23
- "typescript"
42
+ "enterprise-table",
43
+ "sorting",
44
+ "filtering",
45
+ "grouping",
46
+ "pagination",
47
+ "tree-grid",
48
+ "tree-table",
49
+ "pinned-columns",
50
+ "column-pinning",
51
+ "column-resize",
52
+ "column-reorder",
53
+ "cell-editing",
54
+ "row-selection",
55
+ "checkbox-selection",
56
+ "custom-renderer",
57
+ "typescript",
58
+ "photon-grid",
59
+ "ag-grid-alternative",
60
+ "ag-grid",
61
+ "reactive-table",
62
+ "ui-grid",
63
+ "grid-component",
64
+ "angular-component"
24
65
  ],
25
66
  "sideEffects": false,
26
67
  "module": "fesm2022/photon-grid-angular.mjs",
@@ -36,4 +77,5 @@
36
77
  "default": "./fesm2022/photon-grid-angular.mjs"
37
78
  }
38
79
  }
80
+
39
81
  }