ngx-flexmonster 2.9.111 → 2.9.113

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 (3) hide show
  1. package/LICENSE +17 -0
  2. package/README.md +7 -8
  3. package/package.json +14 -6
package/LICENSE ADDED
@@ -0,0 +1,17 @@
1
+ This repository and its contents are an essential part of Flexmonster Software,
2
+ which is distributed under the terms and conditions
3
+ of the Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ ("Agreement").
4
+
5
+ By cloning, forking, downloading, or otherwise using this repository and its contents,
6
+ you acknowledge that you have read, understood, and agreed to be bound by the terms
7
+ and conditions of the above-mentioned Agreement. Your use of this repository and its contents
8
+ is conditioned upon your acceptance of the terms of the above-mentioned Agreement.
9
+ If you do not agree with the terms or do not have legal capacity or authority to enter
10
+ into the above-mentioned Agreement, you are not permitted to use this repository and its contents
11
+ in whole or in part.
12
+
13
+ Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models
14
+ can be found on the Flexmonster pricing page (https://www.flexmonster.com/pivot-table-editions-and-pricing/).
15
+
16
+ If you need any help with your license, fill out our Contact form (https://www.flexmonster.com/contact-our-team/),
17
+ and we will get in touch with you.
package/README.md CHANGED
@@ -12,7 +12,7 @@ Flexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript
12
12
 
13
13
  This package is an Ivy-compatible [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_ang) wrapper for [Angular](https://angular.io) applications.
14
14
 
15
- If your Angular is older than version 14, use [ng-flexmonster](https://www.npmjs.com/package/ng-flexmonster).
15
+ If your Angular version is older than 14, use [ng-flexmonster](https://www.npmjs.com/package/ng-flexmonster).
16
16
 
17
17
  Table of contents:
18
18
 
@@ -34,7 +34,7 @@ This tutorial is also available in video format on our YouTube channel:
34
34
 
35
35
  ## Usage
36
36
 
37
- The wrapper provides the `FlexmonsterPivot` component to add the pivot table to the Angular project. Read more about the available input properties and how to use them in the [FlexmonsterPivot component documentation](https://www.flexmonster.com/doc/fm-pivot-directive-for-angular?r=wrap_ang).
37
+ The wrapper provides the `FlexmonsterPivot` component to add the pivot table to an Angular project. Read more about the available input properties and how to use them in the [FlexmonsterPivot component documentation](https://www.flexmonster.com/doc/fm-pivot-directive-for-angular?r=wrap_ang).
38
38
 
39
39
  Explore the available [methods and events](https://www.flexmonster.com/doc/using-methods-and-events-angular?r=wrap_ang) to learn the specifics of using and customizing Flexmonster in an Angular application.
40
40
 
@@ -42,23 +42,22 @@ Explore the available [methods and events](https://www.flexmonster.com/doc/using
42
42
 
43
43
  If you look for some reference examples, our team prepared a ready-to-use [Angular pivot grid sample project](https://github.com/flexmonster/pivot-angular?r=wrap_ang) with live demos of the most popular use cases. Visit the [Usage examples](https://www.flexmonster.com/doc/usage-examples-angular?r=wrap_ang) page to see how the cases were implemented in an Angular project.
44
44
 
45
- In our documentation, you can find a [guide for the sample Angular application](https://www.flexmonster.com/doc/sample-angular-project?r=wrap_ang). There you can learn how to run it and what's inside.
45
+ In our documentation, you can also find a [guide for the sample Angular application](https://www.flexmonster.com/doc/sample-angular-project?r=wrap_ang). There you can learn how to run it and what's inside.
46
46
 
47
47
 
48
48
  ## Support and feedback
49
49
 
50
50
  In case of any issues, visit our [Troubleshooting](https://www.flexmonster.com/doc/typical-errors?r=wrap_ang) section. You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=wrap_ang) for a solution to your issue.
51
51
 
52
- To share your feedback or ask questions, contact our Tech team by raising a ticket on our [Help Center](https://www.flexmonster.com/help-center?r=wrap_ang). You can also find a list of samples, technical specifications, and a user interface guide there.
52
+ To share your feedback or ask questions, contact our Tech team by raising a ticket on our [Help Center](https://www.flexmonster.com/help-center/?r=wrap_ang). You can also find a list of samples, technical specifications, and a user interface guide there.
53
53
 
54
54
  ## License
55
55
 
56
- The Flexmonster Angular wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
56
+ The Flexmonster Angular wrapper is distributed under the terms and conditions of the Flexmonster Software License Agreement: [https://www.flexmonster.com/software-license-agreement/](https://www.flexmonster.com/software-license-agreement/?r=wrap_ang).
57
57
 
58
- To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_ang).
59
- If you want to test our product, we provide a 30-day free trial.
58
+ Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models can be found on the [Flexmonster pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/?r=wrap_ang).
60
59
 
61
- If you need any help with your license, fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=wrap_ang), and we will get in touch with you.
60
+ If you need any help with your license, fill out our [Contact form](https://www.flexmonster.com/contact-our-team/?r=wrap_ang), and we will get in touch with you.
62
61
 
63
62
  ## Social media
64
63
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "ngx-flexmonster",
3
- "version": "2.9.111",
4
- "description": "Angular 12+ Module for Flexmonster Pivot Table & Charts",
5
- "license": "MIT",
3
+ "version": "2.9.113",
4
+ "description": "Angular wrapper for Flexmonster Pivot Table and Charts",
5
+ "license": "https://www.flexmonster.com/software-license-agreement/",
6
6
  "keywords": [
7
7
  "pivot",
8
8
  "html5",
@@ -13,17 +13,25 @@
13
13
  "pivotchart",
14
14
  "angular"
15
15
  ],
16
- "private": false,
16
+ "author": {
17
+ "name": "Flexmonster",
18
+ "email": "help@flexmonster.com"
19
+ },
17
20
  "repository": {
18
21
  "type": "git",
19
- "url": "https://github.com/flexmonster/ngx-flexmonster.git"
22
+ "url": "https://github.com/flexmonster/ngx-flexmonster"
20
23
  },
24
+ "homepage": "https://flexmonster.com",
25
+ "bugs": {
26
+ "url": "https://flexmonster.com/technical-support/"
27
+ },
28
+ "private": false,
21
29
  "peerDependencies": {
22
30
  "@angular/common": ">=12.0.0",
23
31
  "@angular/core": ">=12.0.0"
24
32
  },
25
33
  "dependencies": {
26
- "flexmonster": "2.9.111",
34
+ "flexmonster": "2.9.113",
27
35
  "tslib": "^2.3.0"
28
36
  },
29
37
  "sideEffects": false,