@unovis/angular 1.3.2-beta.3 → 1.3.2

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.
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, SimpleChanges, ElementRef } from '@angular/core';
2
- import { BulletLegend, BulletLegendConfigInterface, BulletLegendItemInterface, BulletShape } from '@unovis/ts';
2
+ import { BulletLegend, BulletLegendConfigInterface, BulletLegendItemInterface, BulletShape, GenericAccessor } from '@unovis/ts';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class VisBulletLegendComponent implements BulletLegendConfigInterface, AfterViewInit {
5
5
  containerRef: ElementRef;
@@ -25,8 +25,8 @@ export declare class VisBulletLegendComponent implements BulletLegendConfigInter
25
25
  labelMaxWidth?: string | null;
26
26
  /** Bullet circle size, mapped to the width and height CSS properties. Default: `null` */
27
27
  bulletSize?: string | null;
28
- /** Bullet shape: `BulletShape.Circle`, `BulletShape.Line` or `BulletShape.Square`. Default: `BulletShape.Circle` */
29
- bulletShape?: BulletShape;
28
+ /** Bullet shape enum value or accessor function. Default: `d => d.shape ?? BulletShape.Circle */
29
+ bulletShape?: GenericAccessor<BulletShape, BulletLegendItemInterface>;
30
30
  component: BulletLegend | undefined;
31
31
  ngAfterViewInit(): void;
32
32
  ngOnChanges(changes: SimpleChanges): void;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unovis/angular",
3
3
  "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
4
- "version": "1.3.2-beta.3",
4
+ "version": "1.3.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/f5/unovis.git",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@unovis/shared": "*",
40
- "@unovis/ts": "1.3.2-beta.3",
40
+ "@unovis/ts": "1.3.2",
41
41
  "@angular/common": "12 - 16",
42
42
  "@angular/compiler": "12 - 16",
43
43
  "@angular/core": "12 - 16"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unovis/angular",
3
3
  "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
4
- "version": "1.3.2-beta.3",
4
+ "version": "1.3.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/f5/unovis.git",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@unovis/shared": "*",
48
- "@unovis/ts": "1.3.2-beta.3",
48
+ "@unovis/ts": "1.3.2",
49
49
  "@angular/common": "12 - 16",
50
50
  "@angular/compiler": "12 - 16",
51
51
  "@angular/core": "12 - 16"