codefoxui
Advanced tools
Comparing version 0.6.11 to 0.6.12
@@ -10,3 +10,3 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges } from "@angular/core"; | ||
updateSize(): void; | ||
text(text: string, position: ChartPosition, maxWidth?: number): void; | ||
text(text: string, position: ChartPosition, maxWidth?: number, boxWidth?: number, align?: CanvasTextAlign): void; | ||
rect(position: ChartPosition, width: number, height: number): void; | ||
@@ -164,2 +164,3 @@ line(positions: ChartPosition[]): void; | ||
get visibleSeries(): ProcessedSeries[]; | ||
get legendSeries(): ProcessedSeries[]; | ||
get actualSeries(): ProcessedSeries[]; | ||
@@ -166,0 +167,0 @@ drawHover(): void; |
@@ -10,6 +10,4 @@ import { ChartComponent } from "./chart.component"; | ||
textStyle: 'italic' | 'bold' | null; | ||
transform: string | null; | ||
fontSize: number; | ||
fontFamily: string; | ||
rotate: number; | ||
lineDashSegments: number[]; | ||
@@ -202,3 +200,3 @@ } | ||
pieTemplates: ChartPieTemplate[]; | ||
foterMarginTop: number; | ||
footerMarginTop: number; | ||
labelDisplayMethod: LabelDisplayMethod; | ||
@@ -374,3 +372,2 @@ } | ||
valueId: string; | ||
barStackGroup: string; | ||
hoverPipeFunction: ChartHoverPipeFunction | null; | ||
@@ -377,0 +374,0 @@ } |
@@ -53,3 +53,3 @@ import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core'; | ||
enterAsTabType: string; | ||
windowScroll(): void; | ||
windowScroll(wheelEvent: WheelEvent): void; | ||
focusFromHiddenInput(): void; | ||
@@ -56,0 +56,0 @@ focus(): void; |
@@ -16,3 +16,3 @@ import { AbstractControl, FormBuilder, FormGroup } from "@angular/forms"; | ||
export declare function isElementInViewport(element: Element): boolean; | ||
export declare function inPath(element: Element, event: PointerEvent | MouseEvent): boolean; | ||
export declare function inPath(element: Element, event: PointerEvent | MouseEvent | WheelEvent): boolean; | ||
export declare function dateIsValid(date: Date): boolean; | ||
@@ -19,0 +19,0 @@ export declare function dateSame(a: Date | null, b: Date | null): boolean; |
{ | ||
"name": "codefoxui", | ||
"version": "0.6.11", | ||
"version": "0.6.12", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6577387
43984