@taiga-ui/addon-charts 3.0.0 → 3.2.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)
6
6
 
7
7
  [Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
8
- [CDK Wiki](https://github.com/tinkoff/taiga-ui/wiki) • [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
8
+ [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
9
9
 
10
10
  > Extension package for Taiga UI that adds various charts, graphs and related components
11
11
 
@@ -32,8 +32,3 @@ that there is no redundant code in your bundle. Bundlphobia badge shows size of
32
32
  ## Docs
33
33
 
34
34
  See our [Documentation](https://taiga-ui.dev/getting-started)
35
-
36
- ---
37
-
38
- You can also visit CDK wiki to learn more about its tools:
39
- [CDK Documentation on Github Wiki](https://github.com/tinkoff/taiga-ui/wiki/CDK)
@@ -4,9 +4,9 @@ import { ChangeDetectorRef, Component, ChangeDetectionStrategy, Inject, ViewChil
4
4
  import * as i2 from '@angular/platform-browser';
5
5
  import { DomSanitizer } from '@angular/platform-browser';
6
6
  import * as i1 from '@taiga-ui/cdk';
7
- import { tuiTypedFromEvent, tuiDefaultProp, TuiRepeatTimesModule } from '@taiga-ui/cdk';
7
+ import { tuiDefaultProp, tuiTypedFromEvent, TuiRepeatTimesModule } from '@taiga-ui/cdk';
8
8
  import { ReplaySubject, merge } from 'rxjs';
9
- import { switchMap, startWith, mapTo, tap } from 'rxjs/operators';
9
+ import { switchMap, startWith, tap, mapTo } from 'rxjs/operators';
10
10
 
11
11
  // 3/4 with 1% safety offset
12
12
  const ARC = 0.76;
@@ -10,7 +10,7 @@ import * as i3 from '@taiga-ui/core';
10
10
  import { TuiHintOptionsDirective, TuiDriver, TuiHintModule } from '@taiga-ui/core';
11
11
  import * as i2 from 'rxjs';
12
12
  import { combineLatest, Subject } from 'rxjs';
13
- import { startWith, map, distinctUntilChanged, filter, takeUntil } from 'rxjs/operators';
13
+ import { map, filter, takeUntil, startWith, distinctUntilChanged } from 'rxjs/operators';
14
14
  import { PolymorpheusModule } from '@tinkoff/ng-polymorpheus';
15
15
 
16
16
  class TuiLineChartHintDirective {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-charts",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
4
4
  "description": "Extension package for Taiga UI that adds various charts, graphs and related components.",
5
5
  "keywords": [
6
6
  "angular",
@@ -20,8 +20,8 @@
20
20
  "@angular/common": ">=9.0.0",
21
21
  "@angular/core": ">=9.0.0",
22
22
  "@ng-web-apis/common": ">=2.0.0",
23
- "@taiga-ui/cdk": ">=3.0.0",
24
- "@taiga-ui/core": ">=3.0.0",
23
+ "@taiga-ui/cdk": ">=3.2.0",
24
+ "@taiga-ui/core": ">=3.2.0",
25
25
  "@tinkoff/ng-polymorpheus": ">=4.0.0"
26
26
  },
27
27
  "main": "bundles/taiga-ui-addon-charts.umd.js",