ngx-easy-table-plus 15.7.0 → 15.8.0

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 CHANGED
@@ -1,20 +1,20 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2023 Sebastian Superczynski <s.superczynski@gmail.com>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"),
7
- to deal in the Software without restriction, including without limitation
8
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
- and/or sell copies of the Software, and to permit persons to whom the Software
10
- is furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
20
- OR OTHER DEALINGS IN THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2023 Sebastian Superczynski <s.superczynski@gmail.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"),
7
+ to deal in the Software without restriction, including without limitation
8
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
+ and/or sell copies of the Software, and to permit persons to whom the Software
10
+ is furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
20
+ OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,37 +1,37 @@
1
- [![npm version](https://badge.fury.io/js/ngx-easy-table.svg)](https://badge.fury.io/js/ngx-easy-table)
2
- [![last commit](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)
3
- [![total downloads](https://badgen.net/npm/dt/ngx-easy-table)](https://badgen.net/npm/dt/ngx-easy-table)
4
- [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
5
-
6
- ## Code Examples
7
-
8
- <a href="https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo" target="_blank">
9
- https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo
10
- </a>
11
-
12
- ## Demo
13
-
14
- <a href="https://ngx-easy-table.eu" target="_blank">
15
- https://ngx-easy-table.eu
16
- </a>
17
-
18
- ## Installation
19
-
20
- `npm install ngx-easy-table --save`
21
-
22
- Library requires `@angular/cdk`, please install it as well.
23
-
24
- `npm install @angular/cdk --save`
25
-
26
- ## Available config settings:
27
-
28
- See https://ngx-easy-table.eu/#/doc
29
-
30
- ## Development
31
-
32
- - 1st tab - `npm run watch:table`
33
- - 2nd tab - `cd dist/ngx-easy-table && npm link`
34
- - 2nd tab - go back to project root dir and `npm link ngx-easy-table`
35
- - 2nd tab - `npm run start`
36
-
37
- At the end run `npm run cy:ci` to make sure everything works.
1
+ [![npm version](https://badge.fury.io/js/ngx-easy-table.svg)](https://badge.fury.io/js/ngx-easy-table)
2
+ [![last commit](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)
3
+ [![total downloads](https://badgen.net/npm/dt/ngx-easy-table)](https://badgen.net/npm/dt/ngx-easy-table)
4
+ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
5
+
6
+ ## Code Examples
7
+
8
+ <a href="https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo" target="_blank">
9
+ https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo
10
+ </a>
11
+
12
+ ## Demo
13
+
14
+ <a href="https://ngx-easy-table.eu" target="_blank">
15
+ https://ngx-easy-table.eu
16
+ </a>
17
+
18
+ ## Installation
19
+
20
+ `npm install ngx-easy-table --save`
21
+
22
+ Library requires `@angular/cdk`, please install it as well.
23
+
24
+ `npm install @angular/cdk --save`
25
+
26
+ ## Available config settings:
27
+
28
+ See https://ngx-easy-table.eu/#/doc
29
+
30
+ ## Development
31
+
32
+ - 1st tab - `npm run watch:table`
33
+ - 2nd tab - `cd dist/ngx-easy-table && npm link`
34
+ - 2nd tab - go back to project root dir and `npm link ngx-easy-table`
35
+ - 2nd tab - `npm run start`
36
+
37
+ At the end run `npm run cy:ci` to make sure everything works.