@taiga-ui/addon-charts 4.39.0 → 4.39.2-canary.6ff08cf
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-charts",
|
|
3
|
-
"version": "4.39.
|
|
3
|
+
"version": "4.39.2-canary.6ff08cf",
|
|
4
4
|
"description": "Extension package for Taiga UI that adds various charts, graphs and related components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@angular/common": ">=16.0.0",
|
|
18
18
|
"@angular/core": ">=16.0.0",
|
|
19
19
|
"@ng-web-apis/common": "^4.12.0",
|
|
20
|
-
"@taiga-ui/cdk": "^4.39.
|
|
21
|
-
"@taiga-ui/core": "^4.39.
|
|
20
|
+
"@taiga-ui/cdk": "^4.39.2",
|
|
21
|
+
"@taiga-ui/core": "^4.39.2",
|
|
22
22
|
"@taiga-ui/polymorpheus": "^4.9.0"
|
|
23
23
|
},
|
|
24
24
|
"module": "fesm2022/taiga-ui-addon-charts.mjs",
|
|
@@ -99,17 +99,17 @@
|
|
|
99
99
|
"esm": "./esm2022/components/line-days-chart/taiga-ui-addon-charts-components-line-days-chart.mjs",
|
|
100
100
|
"default": "./fesm2022/taiga-ui-addon-charts-components-line-days-chart.mjs"
|
|
101
101
|
},
|
|
102
|
-
"./components/pie-chart": {
|
|
103
|
-
"types": "./components/pie-chart/index.d.ts",
|
|
104
|
-
"esm2022": "./esm2022/components/pie-chart/taiga-ui-addon-charts-components-pie-chart.mjs",
|
|
105
|
-
"esm": "./esm2022/components/pie-chart/taiga-ui-addon-charts-components-pie-chart.mjs",
|
|
106
|
-
"default": "./fesm2022/taiga-ui-addon-charts-components-pie-chart.mjs"
|
|
107
|
-
},
|
|
108
102
|
"./components/ring-chart": {
|
|
109
103
|
"types": "./components/ring-chart/index.d.ts",
|
|
110
104
|
"esm2022": "./esm2022/components/ring-chart/taiga-ui-addon-charts-components-ring-chart.mjs",
|
|
111
105
|
"esm": "./esm2022/components/ring-chart/taiga-ui-addon-charts-components-ring-chart.mjs",
|
|
112
106
|
"default": "./fesm2022/taiga-ui-addon-charts-components-ring-chart.mjs"
|
|
107
|
+
},
|
|
108
|
+
"./components/pie-chart": {
|
|
109
|
+
"types": "./components/pie-chart/index.d.ts",
|
|
110
|
+
"esm2022": "./esm2022/components/pie-chart/taiga-ui-addon-charts-components-pie-chart.mjs",
|
|
111
|
+
"esm": "./esm2022/components/pie-chart/taiga-ui-addon-charts-components-pie-chart.mjs",
|
|
112
|
+
"default": "./fesm2022/taiga-ui-addon-charts-components-pie-chart.mjs"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"sideEffects": false,
|