@unovis/angular 1.1.2-beta.6 → 1.1.2-beta.8
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/dist/lib/bundles/unovis-angular.umd.js +129 -16
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/axis/axis.component.d.ts +2 -4
- package/dist/lib/components/grouped-bar/grouped-bar.component.d.ts +1 -1
- package/dist/lib/components/nested-donut/nested-donut.component.d.ts +97 -0
- package/dist/lib/components/nested-donut/nested-donut.module.d.ts +7 -0
- package/dist/lib/components/stacked-bar/stacked-bar.component.d.ts +1 -1
- package/dist/lib/components/xy-labels/xy-labels.component.d.ts +2 -2
- package/dist/lib/components.d.ts +2 -0
- package/dist/lib/containers/single-container/single-container.component.d.ts +6 -1
- package/dist/lib/containers/xy-container/xy-container.component.d.ts +5 -1
- package/dist/lib/esm2015/components/axis/axis.component.js +4 -6
- package/dist/lib/esm2015/components/grouped-bar/grouped-bar.component.js +1 -1
- package/dist/lib/esm2015/components/nested-donut/nested-donut.component.js +85 -0
- package/dist/lib/esm2015/components/nested-donut/nested-donut.module.js +18 -0
- package/dist/lib/esm2015/components/stacked-bar/stacked-bar.component.js +1 -1
- package/dist/lib/esm2015/components/xy-labels/xy-labels.component.js +1 -1
- package/dist/lib/esm2015/components.js +3 -1
- package/dist/lib/esm2015/containers/single-container/single-container.component.js +6 -4
- package/dist/lib/esm2015/containers/xy-container/xy-container.component.js +6 -3
- package/dist/lib/esm2015/html-components/leaflet-flow-map/leaflet-flow-map.component.js +6 -4
- package/dist/lib/esm2015/html-components/leaflet-map/leaflet-map.component.js +6 -4
- package/dist/lib/fesm2015/unovis-angular.js +121 -18
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/html-components/leaflet-flow-map/leaflet-flow-map.component.d.ts +5 -1
- package/dist/lib/html-components/leaflet-map/leaflet-map.component.d.ts +5 -1
- package/dist/lib/package.json +2 -2
- package/package.json +2 -2
|
@@ -169,6 +169,10 @@ export declare class VisLeafletFlowMapComponent<PointDatum extends GenericDataRe
|
|
|
169
169
|
};
|
|
170
170
|
/** Tooltip component. Default: `undefined` */
|
|
171
171
|
tooltip?: Tooltip;
|
|
172
|
+
/** Alternative text description of the chart for accessibility purposes. It will be applied as an
|
|
173
|
+
* `aria-label` attribute to the div element containing your chart. Default: `undefined`.
|
|
174
|
+
*/
|
|
175
|
+
ariaLabel?: string | null | undefined;
|
|
172
176
|
/** Flow source point longitude accessor function or value. Default:.`f => f.sourceLongitude` */
|
|
173
177
|
sourceLongitude?: NumericAccessor<FlowDatum>;
|
|
174
178
|
/** Flow source point latitude accessor function or value. Default: `f => f.sourceLatitude` */
|
|
@@ -205,5 +209,5 @@ export declare class VisLeafletFlowMapComponent<PointDatum extends GenericDataRe
|
|
|
205
209
|
ngOnChanges(changes: SimpleChanges): void;
|
|
206
210
|
private getConfig;
|
|
207
211
|
static ɵfac: i0.ɵɵFactoryDeclaration<VisLeafletFlowMapComponent<any, any>, never>;
|
|
208
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VisLeafletFlowMapComponent<any, any>, "vis-leaflet-flow-map", never, { "width": "width"; "height": "height"; "duration": "duration"; "events": "events"; "attributes": "attributes"; "flyToDuration": "flyToDuration"; "fitViewPadding": "fitViewPadding"; "zoomDuration": "zoomDuration"; "initialBounds": "initialBounds"; "fitBoundsOnUpdate": "fitBoundsOnUpdate"; "fitViewOnInit": "fitViewOnInit"; "fitViewOnUpdate": "fitViewOnUpdate"; "style": "style"; "styleDarkTheme": "styleDarkTheme"; "accessToken": "accessToken"; "attribution": "attribution"; "onMapInitialized": "onMapInitialized"; "onMapMoveZoom": "onMapMoveZoom"; "onMapMoveStart": "onMapMoveStart"; "onMapMoveEnd": "onMapMoveEnd"; "onMapZoomStart": "onMapZoomStart"; "onMapZoomEnd": "onMapZoomEnd"; "onMapClick": "onMapClick"; "pointLongitude": "pointLongitude"; "pointLatitude": "pointLatitude"; "pointId": "pointId"; "pointShape": "pointShape"; "pointColor": "pointColor"; "pointRadius": "pointRadius"; "pointLabel": "pointLabel"; "pointLabelColor": "pointLabelColor"; "pointBottomLabel": "pointBottomLabel"; "pointCursor": "pointCursor"; "selectedPointId": "selectedPointId"; "clusterColor": "clusterColor"; "clusterRadius": "clusterRadius"; "clusterLabel": "clusterLabel"; "clusterLabelColor": "clusterLabelColor"; "clusterBottomLabel": "clusterBottomLabel"; "clusterRingWidth": "clusterRingWidth"; "clusterBackground": "clusterBackground"; "clusterExpandOnClick": "clusterExpandOnClick"; "clusteringDistance": "clusteringDistance"; "valuesMap": "valuesMap"; "topoJSONLayer": "topoJSONLayer"; "tooltip": "tooltip"; "sourceLongitude": "sourceLongitude"; "sourceLatitude": "sourceLatitude"; "targetLongitude": "targetLongitude"; "targetLatitude": "targetLatitude"; "sourcePointRadius": "sourcePointRadius"; "sourcePointColor": "sourcePointColor"; "flowParticleColor": "flowParticleColor"; "flowParticleRadius": "flowParticleRadius"; "flowParticleSpeed": "flowParticleSpeed"; "flowParticleDensity": "flowParticleDensity"; "onSourcePointClick": "onSourcePointClick"; "onSourcePointMouseEnter": "onSourcePointMouseEnter"; "onSourcePointMouseLeave": "onSourcePointMouseLeave"; "data": "data"; }, {}, never, never>;
|
|
212
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VisLeafletFlowMapComponent<any, any>, "vis-leaflet-flow-map", never, { "width": "width"; "height": "height"; "duration": "duration"; "events": "events"; "attributes": "attributes"; "flyToDuration": "flyToDuration"; "fitViewPadding": "fitViewPadding"; "zoomDuration": "zoomDuration"; "initialBounds": "initialBounds"; "fitBoundsOnUpdate": "fitBoundsOnUpdate"; "fitViewOnInit": "fitViewOnInit"; "fitViewOnUpdate": "fitViewOnUpdate"; "style": "style"; "styleDarkTheme": "styleDarkTheme"; "accessToken": "accessToken"; "attribution": "attribution"; "onMapInitialized": "onMapInitialized"; "onMapMoveZoom": "onMapMoveZoom"; "onMapMoveStart": "onMapMoveStart"; "onMapMoveEnd": "onMapMoveEnd"; "onMapZoomStart": "onMapZoomStart"; "onMapZoomEnd": "onMapZoomEnd"; "onMapClick": "onMapClick"; "pointLongitude": "pointLongitude"; "pointLatitude": "pointLatitude"; "pointId": "pointId"; "pointShape": "pointShape"; "pointColor": "pointColor"; "pointRadius": "pointRadius"; "pointLabel": "pointLabel"; "pointLabelColor": "pointLabelColor"; "pointBottomLabel": "pointBottomLabel"; "pointCursor": "pointCursor"; "selectedPointId": "selectedPointId"; "clusterColor": "clusterColor"; "clusterRadius": "clusterRadius"; "clusterLabel": "clusterLabel"; "clusterLabelColor": "clusterLabelColor"; "clusterBottomLabel": "clusterBottomLabel"; "clusterRingWidth": "clusterRingWidth"; "clusterBackground": "clusterBackground"; "clusterExpandOnClick": "clusterExpandOnClick"; "clusteringDistance": "clusteringDistance"; "valuesMap": "valuesMap"; "topoJSONLayer": "topoJSONLayer"; "tooltip": "tooltip"; "ariaLabel": "ariaLabel"; "sourceLongitude": "sourceLongitude"; "sourceLatitude": "sourceLatitude"; "targetLongitude": "targetLongitude"; "targetLatitude": "targetLatitude"; "sourcePointRadius": "sourcePointRadius"; "sourcePointColor": "sourcePointColor"; "flowParticleColor": "flowParticleColor"; "flowParticleRadius": "flowParticleRadius"; "flowParticleSpeed": "flowParticleSpeed"; "flowParticleDensity": "flowParticleDensity"; "onSourcePointClick": "onSourcePointClick"; "onSourcePointMouseEnter": "onSourcePointMouseEnter"; "onSourcePointMouseLeave": "onSourcePointMouseLeave"; "data": "data"; }, {}, never, never>;
|
|
209
213
|
}
|
|
@@ -171,6 +171,10 @@ export declare class VisLeafletMapComponent<Datum extends GenericDataRecord> imp
|
|
|
171
171
|
};
|
|
172
172
|
/** Tooltip component. Default: `undefined` */
|
|
173
173
|
tooltip?: Tooltip;
|
|
174
|
+
/** Alternative text description of the chart for accessibility purposes. It will be applied as an
|
|
175
|
+
* `aria-label` attribute to the div element containing your chart. Default: `undefined`.
|
|
176
|
+
*/
|
|
177
|
+
ariaLabel?: string | null | undefined;
|
|
174
178
|
/** Data */
|
|
175
179
|
data?: Datum[];
|
|
176
180
|
component: LeafletMap<Datum> | undefined;
|
|
@@ -178,5 +182,5 @@ export declare class VisLeafletMapComponent<Datum extends GenericDataRecord> imp
|
|
|
178
182
|
ngOnChanges(changes: SimpleChanges): void;
|
|
179
183
|
private getConfig;
|
|
180
184
|
static ɵfac: i0.ɵɵFactoryDeclaration<VisLeafletMapComponent<any>, never>;
|
|
181
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VisLeafletMapComponent<any>, "vis-leaflet-map", never, { "width": "width"; "height": "height"; "duration": "duration"; "events": "events"; "attributes": "attributes"; "flyToDuration": "flyToDuration"; "fitViewPadding": "fitViewPadding"; "zoomDuration": "zoomDuration"; "initialBounds": "initialBounds"; "fitBoundsOnUpdate": "fitBoundsOnUpdate"; "fitViewOnInit": "fitViewOnInit"; "fitViewOnUpdate": "fitViewOnUpdate"; "style": "style"; "styleDarkTheme": "styleDarkTheme"; "accessToken": "accessToken"; "attribution": "attribution"; "renderer": "renderer"; "onMapInitialized": "onMapInitialized"; "onMapMoveZoom": "onMapMoveZoom"; "onMapMoveStart": "onMapMoveStart"; "onMapMoveEnd": "onMapMoveEnd"; "onMapZoomStart": "onMapZoomStart"; "onMapZoomEnd": "onMapZoomEnd"; "onMapClick": "onMapClick"; "pointLongitude": "pointLongitude"; "pointLatitude": "pointLatitude"; "pointId": "pointId"; "pointShape": "pointShape"; "pointColor": "pointColor"; "pointRadius": "pointRadius"; "pointLabel": "pointLabel"; "pointLabelColor": "pointLabelColor"; "pointBottomLabel": "pointBottomLabel"; "pointCursor": "pointCursor"; "selectedPointId": "selectedPointId"; "clusterColor": "clusterColor"; "clusterRadius": "clusterRadius"; "clusterLabel": "clusterLabel"; "clusterLabelColor": "clusterLabelColor"; "clusterBottomLabel": "clusterBottomLabel"; "clusterRingWidth": "clusterRingWidth"; "clusterBackground": "clusterBackground"; "clusterExpandOnClick": "clusterExpandOnClick"; "clusteringDistance": "clusteringDistance"; "colorMap": "colorMap"; "topoJSONLayer": "topoJSONLayer"; "tooltip": "tooltip"; "data": "data"; }, {}, never, never>;
|
|
185
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VisLeafletMapComponent<any>, "vis-leaflet-map", never, { "width": "width"; "height": "height"; "duration": "duration"; "events": "events"; "attributes": "attributes"; "flyToDuration": "flyToDuration"; "fitViewPadding": "fitViewPadding"; "zoomDuration": "zoomDuration"; "initialBounds": "initialBounds"; "fitBoundsOnUpdate": "fitBoundsOnUpdate"; "fitViewOnInit": "fitViewOnInit"; "fitViewOnUpdate": "fitViewOnUpdate"; "style": "style"; "styleDarkTheme": "styleDarkTheme"; "accessToken": "accessToken"; "attribution": "attribution"; "renderer": "renderer"; "onMapInitialized": "onMapInitialized"; "onMapMoveZoom": "onMapMoveZoom"; "onMapMoveStart": "onMapMoveStart"; "onMapMoveEnd": "onMapMoveEnd"; "onMapZoomStart": "onMapZoomStart"; "onMapZoomEnd": "onMapZoomEnd"; "onMapClick": "onMapClick"; "pointLongitude": "pointLongitude"; "pointLatitude": "pointLatitude"; "pointId": "pointId"; "pointShape": "pointShape"; "pointColor": "pointColor"; "pointRadius": "pointRadius"; "pointLabel": "pointLabel"; "pointLabelColor": "pointLabelColor"; "pointBottomLabel": "pointBottomLabel"; "pointCursor": "pointCursor"; "selectedPointId": "selectedPointId"; "clusterColor": "clusterColor"; "clusterRadius": "clusterRadius"; "clusterLabel": "clusterLabel"; "clusterLabelColor": "clusterLabelColor"; "clusterBottomLabel": "clusterBottomLabel"; "clusterRingWidth": "clusterRingWidth"; "clusterBackground": "clusterBackground"; "clusterExpandOnClick": "clusterExpandOnClick"; "clusteringDistance": "clusteringDistance"; "colorMap": "colorMap"; "topoJSONLayer": "topoJSONLayer"; "tooltip": "tooltip"; "ariaLabel": "ariaLabel"; "data": "data"; }, {}, never, never>;
|
|
182
186
|
}
|
package/dist/lib/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.1.2-beta.
|
|
4
|
+
"version": "1.1.2-beta.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/f5/unovis.git",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@angular/common": "12 - 15",
|
|
40
40
|
"@angular/compiler": "12 - 15",
|
|
41
41
|
"@angular/core": "12 - 15",
|
|
42
|
-
"@unovis/ts": "1.1.2-beta.
|
|
42
|
+
"@unovis/ts": "1.1.2-beta.8"
|
|
43
43
|
},
|
|
44
44
|
"es2015": "fesm2015/unovis-angular.js",
|
|
45
45
|
"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.1.2-beta.
|
|
4
|
+
"version": "1.1.2-beta.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/f5/unovis.git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@angular/common": "12 - 15",
|
|
47
47
|
"@angular/compiler": "12 - 15",
|
|
48
48
|
"@angular/core": "12 - 15",
|
|
49
|
-
"@unovis/ts": "1.1.2-beta.
|
|
49
|
+
"@unovis/ts": "1.1.2-beta.8"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@angular-devkit/build-angular": "^12.0.3",
|