@unovis/angular 1.0.0 → 1.0.1-beta.4

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,8 +1,8 @@
1
1
  import { AfterViewInit, SimpleChanges, ElementRef } from '@angular/core';
2
- import { LeafletFlowMap, LeafletFlowMapConfigInterface, VisEventType, VisEventCallback, Bounds, MapZoomState, NumericAccessor, StringAccessor, ColorAccessor, LeafletMapPointDatum, LeafletMapPointStyles, Tooltip, LeafletMapClusterDatum } from '@unovis/ts';
2
+ import { LeafletFlowMap, LeafletFlowMapConfigInterface, VisEventType, VisEventCallback, Bounds, MapZoomState, NumericAccessor, StringAccessor, ColorAccessor, LeafletMapPointDatum, LeafletMapPointStyles, Tooltip, LeafletMapClusterDatum, GenericDataRecord } from '@unovis/ts';
3
3
  import { StyleSpecification } from 'maplibre-gl';
4
4
  import * as i0 from "@angular/core";
5
- export declare class VisLeafletFlowMapComponent<PointDatum, FlowDatum> implements LeafletFlowMapConfigInterface<PointDatum, FlowDatum>, AfterViewInit {
5
+ export declare class VisLeafletFlowMapComponent<PointDatum extends GenericDataRecord, FlowDatum extends GenericDataRecord> implements LeafletFlowMapConfigInterface<PointDatum, FlowDatum>, AfterViewInit {
6
6
  containerRef: ElementRef;
7
7
  /** Width in pixels or in CSS units. By default, the map will automatically fit to the size of the parent element. Default: `undefined`. */
8
8
  width?: number | string;
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, SimpleChanges, ElementRef } from '@angular/core';
2
- import { LeafletMap, LeafletMapConfigInterface, VisEventType, VisEventCallback, Bounds, MapZoomState, NumericAccessor, StringAccessor, ColorAccessor, LeafletMapPointDatum, LeafletMapPointStyles, Tooltip, LeafletMapClusterDatum, LeafletMapRenderer } from '@unovis/ts';
2
+ import { LeafletMap, LeafletMapConfigInterface, VisEventType, VisEventCallback, Bounds, MapZoomState, NumericAccessor, StringAccessor, ColorAccessor, LeafletMapPointDatum, LeafletMapPointStyles, Tooltip, LeafletMapClusterDatum, LeafletMapRenderer, GenericDataRecord } from '@unovis/ts';
3
3
  import { StyleSpecification } from 'maplibre-gl';
4
4
  import * as i0 from "@angular/core";
5
- export declare class VisLeafletMapComponent<Datum> implements LeafletMapConfigInterface<Datum>, AfterViewInit {
5
+ export declare class VisLeafletMapComponent<Datum extends GenericDataRecord> implements LeafletMapConfigInterface<Datum>, AfterViewInit {
6
6
  containerRef: ElementRef;
7
7
  /** Width in pixels or in CSS units. By default, the map will automatically fit to the size of the parent element. Default: `undefined`. */
8
8
  width?: number | string;
@@ -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.0.0",
4
+ "version": "1.0.1-beta.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/f5/unovis.git",
@@ -36,10 +36,11 @@
36
36
  "tslib": "^2.3.1"
37
37
  },
38
38
  "peerDependencies": {
39
- "@angular/common": "^12.0.3",
40
- "@angular/compiler": "^12.0.3",
41
- "@angular/core": "^12.0.3",
42
- "@unovis/ts": "1.0.0"
39
+ "@angular/common": "12 - 15",
40
+ "@angular/compiler": "12 - 15",
41
+ "@angular/core": "12 - 15",
42
+ "@unovis/ts": "1.0.1-beta.4",
43
+ "maplibre-gl": "^2"
43
44
  },
44
45
  "es2015": "fesm2015/unovis-angular.js",
45
46
  "esm2015": "esm2015/unovis-angular.js",
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.0.0",
4
+ "version": "1.0.1-beta.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/f5/unovis.git",
@@ -43,10 +43,11 @@
43
43
  "tslib": "^2.3.1"
44
44
  },
45
45
  "peerDependencies": {
46
- "@angular/common": "^12.0.3",
47
- "@angular/compiler": "^12.0.3",
48
- "@angular/core": "^12.0.3",
49
- "@unovis/ts": "1.0.0"
46
+ "@angular/common": "12 - 15",
47
+ "@angular/compiler": "12 - 15",
48
+ "@angular/core": "12 - 15",
49
+ "@unovis/ts": "1.0.1-beta.4",
50
+ "maplibre-gl": "^2"
50
51
  },
51
52
  "devDependencies": {
52
53
  "@angular-devkit/build-angular": "^12.0.3",