ngx-deebodata 0.0.1 → 0.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/LICENSE +1 -1
- package/README.md +2 -1
- package/package.json +5 -3
package/LICENSE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
By entering into this agreement with Cedar Technologies LLC, you agree that before deploying to any live url (anything
|
|
1
|
+
By entering into this agreement with Cedar Technologies LLC, you agree that before deploying to any live url (anything besides http://localhost:4200/), you will obtain 1 deployment license PER DEVELOPER, PER APPLICATION by visiting https://deebodata.com/data-grid-checkout/angular. You will receive 1 key that can be shared by each developer a license was obtained for. The data grid module will work without restriction during development on http://localhost:4200/. Unless you opt out, the licensor - Cedar Technologies LLC, is responsible for bug fixes and adequate support for 1 Yr. upon purchase.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# NgxDeebodata
|
|
2
2
|
|
|
3
|
-
DeeboData for Angular - a commercial data grid with virtual scroll, integrated charts
|
|
3
|
+
DeeboData for Angular - a commercial data grid with virtual scroll, integrated charts,
|
|
4
4
|
column resizing, toggle column visibility, cell editing, tab accessibility, sorting with
|
|
5
5
|
priority, and advanced filtering.
|
|
6
6
|
|
|
@@ -40,6 +40,7 @@ import { NgxDeebodata } from 'ngx-deebodata';
|
|
|
40
40
|
[primaryKey]="'employee_id'"
|
|
41
41
|
[defRowHgt]="'50px'"
|
|
42
42
|
[defGridHgt]="500"
|
|
43
|
+
[licenseKey]="licenseKey"
|
|
43
44
|
[pieGraphColors]="['red', 'blue', 'lightgray', 'orange', 'green']"
|
|
44
45
|
[removePieCovers]="false"
|
|
45
46
|
[altRowColor]="'#ececec'"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-deebodata",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^21.2.0",
|
|
6
6
|
"@angular/core": "^21.2.0",
|
|
@@ -15,8 +15,10 @@
|
|
|
15
15
|
"keywords": [
|
|
16
16
|
"data",
|
|
17
17
|
"grid",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
18
|
+
"datagrid",
|
|
19
|
+
"enterprise",
|
|
20
|
+
"charts",
|
|
21
|
+
"commercial"
|
|
20
22
|
],
|
|
21
23
|
"module": "fesm2022/ngx-deebodata.mjs",
|
|
22
24
|
"typings": "types/ngx-deebodata.d.ts",
|