@unovis/angular 1.3.0-alpha.2 → 1.3.0-beta.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/dist/lib/bundles/unovis-angular.umd.js +3 -1
- package/dist/lib/bundles/unovis-angular.umd.js.map +1 -1
- package/dist/lib/components/area/area.component.d.ts +3 -3
- package/dist/lib/components/axis/axis.component.d.ts +1 -1
- package/dist/lib/components/crosshair/crosshair.component.d.ts +1 -1
- package/dist/lib/components/graph/graph.component.d.ts +1 -1
- package/dist/lib/components/grouped-bar/grouped-bar.component.d.ts +2 -2
- package/dist/lib/components/line/line.component.d.ts +3 -3
- package/dist/lib/components/scatter/scatter.component.d.ts +2 -2
- package/dist/lib/components/stacked-bar/stacked-bar.component.d.ts +2 -2
- package/dist/lib/components/timeline/timeline.component.d.ts +2 -2
- package/dist/lib/components/topojson-map/topojson-map.component.d.ts +2 -2
- package/dist/lib/components/xy-labels/xy-labels.component.d.ts +2 -2
- package/dist/lib/esm2015/components/area/area.component.js +1 -1
- package/dist/lib/esm2015/components/axis/axis.component.js +1 -1
- package/dist/lib/esm2015/components/crosshair/crosshair.component.js +1 -1
- package/dist/lib/esm2015/components/graph/graph.component.js +1 -1
- package/dist/lib/esm2015/components/grouped-bar/grouped-bar.component.js +1 -1
- package/dist/lib/esm2015/components/line/line.component.js +1 -1
- package/dist/lib/esm2015/components/scatter/scatter.component.js +1 -1
- package/dist/lib/esm2015/components/stacked-bar/stacked-bar.component.js +1 -1
- package/dist/lib/esm2015/components/timeline/timeline.component.js +1 -1
- package/dist/lib/esm2015/components/topojson-map/topojson-map.component.js +1 -1
- package/dist/lib/esm2015/components/xy-labels/xy-labels.component.js +1 -1
- package/dist/lib/esm2015/html-components/bullet-legend/bullet-legend.component.js +4 -2
- package/dist/lib/esm2015/html-components/leaflet-flow-map/leaflet-flow-map.component.js +1 -1
- package/dist/lib/esm2015/html-components/leaflet-map/leaflet-map.component.js +1 -1
- package/dist/lib/fesm2015/unovis-angular.js +3 -1
- package/dist/lib/fesm2015/unovis-angular.js.map +1 -1
- package/dist/lib/html-components/bullet-legend/bullet-legend.component.d.ts +4 -2
- package/dist/lib/html-components/leaflet-flow-map/leaflet-flow-map.component.d.ts +2 -2
- package/dist/lib/html-components/leaflet-map/leaflet-map.component.d.ts +2 -2
- package/dist/lib/package.json +4 -3
- package/package.json +11 -5
|
@@ -2314,7 +2314,7 @@ class VisBulletLegendComponent {
|
|
|
2314
2314
|
}
|
|
2315
2315
|
}
|
|
2316
2316
|
VisBulletLegendComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: VisBulletLegendComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2317
|
-
VisBulletLegendComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBulletLegendComponent, selector: "vis-bullet-legend", inputs: { items: "items", labelClassName: "labelClassName", onLegendItemClick: "onLegendItemClick", labelFontSize: "labelFontSize", labelMaxWidth: "labelMaxWidth", bulletSize: "bulletSize" }, providers: [{ provide: VisGenericComponent, useExisting: VisBulletLegendComponent }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0, template: '<div #container class="bullet-legend-container"></div>', isInline: true });
|
|
2317
|
+
VisBulletLegendComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: VisBulletLegendComponent, selector: "vis-bullet-legend", inputs: { items: "items", labelClassName: "labelClassName", onLegendItemClick: "onLegendItemClick", labelFontSize: "labelFontSize", labelMaxWidth: "labelMaxWidth", bulletSize: "bulletSize", bulletShape: "bulletShape" }, providers: [{ provide: VisGenericComponent, useExisting: VisBulletLegendComponent }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0, template: '<div #container class="bullet-legend-container"></div>', isInline: true });
|
|
2318
2318
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: VisBulletLegendComponent, decorators: [{
|
|
2319
2319
|
type: Component,
|
|
2320
2320
|
args: [{
|
|
@@ -2338,6 +2338,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2338
2338
|
type: Input
|
|
2339
2339
|
}], bulletSize: [{
|
|
2340
2340
|
type: Input
|
|
2341
|
+
}], bulletShape: [{
|
|
2342
|
+
type: Input
|
|
2341
2343
|
}] } });
|
|
2342
2344
|
|
|
2343
2345
|
// !!! This code was automatically generated. You should not change it !!!
|