@taiga-ui/addon-table 3.40.0 → 3.41.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/README.md +3 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
[](https://discord.gg/Us8d8JVaTg)
|
|
6
6
|
|
|
7
7
|
[Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
|
|
8
|
-
[Core team](https://github.com/
|
|
8
|
+
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)
|
|
9
9
|
|
|
10
10
|
> A library to display tabled data with filters, search, group actions, etc.
|
|
11
11
|
|
|
12
|
-
It's a part of [**Taiga UI**](https://github.com/
|
|
13
|
-
of multiple base libraries and several add-ons
|
|
12
|
+
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
|
|
13
|
+
consisting of multiple base libraries and several add-ons
|
|
14
14
|
|
|
15
15
|
## How to install
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-table",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.41.0",
|
|
4
4
|
"description": "A library to display tabled data with filters, search, group actions, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
"group",
|
|
10
10
|
"action"
|
|
11
11
|
],
|
|
12
|
-
"homepage": "https://github.com/
|
|
13
|
-
"repository": "https://github.com/
|
|
12
|
+
"homepage": "https://github.com/taiga-family/taiga-ui",
|
|
13
|
+
"repository": "https://github.com/taiga-family/taiga-ui",
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@angular/common": ">=12.0.0",
|
|
17
17
|
"@angular/core": ">=12.0.0",
|
|
18
18
|
"@ng-web-apis/intersection-observer": ">=3.0.0",
|
|
19
|
-
"@taiga-ui/cdk": ">=3.
|
|
20
|
-
"@taiga-ui/core": ">=3.
|
|
21
|
-
"@taiga-ui/i18n": ">=3.
|
|
22
|
-
"@taiga-ui/kit": ">=3.
|
|
19
|
+
"@taiga-ui/cdk": ">=3.41.0",
|
|
20
|
+
"@taiga-ui/core": ">=3.41.0",
|
|
21
|
+
"@taiga-ui/i18n": ">=3.41.0",
|
|
22
|
+
"@taiga-ui/kit": ">=3.41.0",
|
|
23
23
|
"@tinkoff/ng-polymorpheus": ">=4.0.0",
|
|
24
24
|
"rxjs": ">=6.0.0"
|
|
25
25
|
},
|