@rivet-health/design-system
Advanced tools
Comparing version 4.9.1 to 4.9.2
@@ -32,2 +32,5 @@ import { TemplateRef } from '@angular/core'; | ||
readonly controls?: TemplateRef<any>; | ||
private readonly allowLegendToggle$; | ||
set allowLegendToggle(v: boolean); | ||
get allowLegendToggle(): boolean; | ||
private readonly allowedIntervals$; | ||
@@ -38,2 +41,3 @@ readonly intervalOptions$: Observable<SingleSelectComponent.Option[]>; | ||
setIntervalOption(option: SingleSelectComponent.Option): void; | ||
readonly toggleVisibility$: BehaviorSubject<TimeSeriesComponent.ToggleVisibility | null>; | ||
readonly binnedData$: Observable<TimeSeriesComponent.YConfig[]>; | ||
@@ -45,2 +49,3 @@ readonly binnedDateRange$: Observable<[Date, Date]>; | ||
colorToken: string; | ||
visibility: 'visible' | 'hidden'; | ||
}[]>; | ||
@@ -60,3 +65,3 @@ readonly empty$: Observable<boolean>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TimeSeriesComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TimeSeriesComponent, "riv-time-series", never, { "input": "input"; "width": "width"; "height": "height"; "zeroStateMessage": "zeroStateMessage"; "interval": "interval"; }, {}, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TimeSeriesComponent, "riv-time-series", never, { "input": "input"; "width": "width"; "height": "height"; "zeroStateMessage": "zeroStateMessage"; "interval": "interval"; "allowLegendToggle": "allowLegendToggle"; }, {}, never, never, false>; | ||
} | ||
@@ -69,2 +74,3 @@ export declare namespace TimeSeriesComponent { | ||
style?: 'solid' | 'dashed'; | ||
visibility?: 'visible' | 'hidden'; | ||
}; | ||
@@ -83,2 +89,6 @@ type DataPoint = { | ||
type TimeSeriesInput = [YConfig] | [YConfig, YConfig]; | ||
type ToggleVisibility = { | ||
label: string; | ||
visibility: 'hidden' | 'visible'; | ||
}; | ||
} |
{ | ||
"name": "@rivet-health/design-system", | ||
"version": "4.9.1", | ||
"version": "4.9.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^14.0.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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2215775
14357