Comparing version 6.0.0 to 7.0.0
@@ -0,0 +0,0 @@ export declare function clamp(value: number, min: number, max: number): number; |
import * as i0 from "@angular/core"; | ||
export declare class NgxGaugeAppend { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGaugeAppend, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugeAppend, "ngx-gauge-append", ["ngxGaugeAppend"], {}, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugeAppend, "ngx-gauge-append", ["ngxGaugeAppend"], {}, {}, never, never, false, never>; | ||
} | ||
export declare class NgxGaugePrepend { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGaugePrepend, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugePrepend, "ngx-gauge-prepend", ["ngxGaugePrepend"], {}, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugePrepend, "ngx-gauge-prepend", ["ngxGaugePrepend"], {}, {}, never, never, false, never>; | ||
} | ||
export declare class NgxGaugeValue { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGaugeValue, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugeValue, "ngx-gauge-value", ["ngxGaugeValue"], {}, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugeValue, "ngx-gauge-value", ["ngxGaugeValue"], {}, {}, never, never, false, never>; | ||
} | ||
export declare class NgxGaugeLabel { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGaugeLabel, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugeLabel, "ngx-gauge-label", ["ngxGaugeLabel"], {}, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGaugeLabel, "ngx-gauge-label", ["ngxGaugeLabel"], {}, {}, never, never, false, never>; | ||
} |
export declare class NgxGaugeError extends Error { | ||
constructor(message: string); | ||
} |
import { SimpleChanges, Renderer2, AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core'; | ||
import { NgxGaugeLabel, NgxGaugeValue, NgxGaugePrepend, NgxGaugeAppend } from './gauge-directives'; | ||
import * as i0 from "@angular/core"; | ||
export declare type NgxGaugeType = 'full' | 'arch' | 'semi'; | ||
export declare type NgxGaugeCap = 'round' | 'butt'; | ||
export type NgxGaugeType = 'full' | 'arch' | 'semi'; | ||
export type NgxGaugeCap = 'round' | 'butt'; | ||
export declare class NgxGauge implements AfterViewInit, OnChanges, OnDestroy, OnInit { | ||
@@ -77,3 +77,3 @@ private _elementRef; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGauge, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxGauge, "ngx-gauge", never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "size": "size"; "margin": "margin"; "min": "min"; "animate": "animate"; "max": "max"; "type": "type"; "cap": "cap"; "thick": "thick"; "label": "label"; "append": "append"; "prepend": "prepend"; "foregroundColor": "foregroundColor"; "backgroundColor": "backgroundColor"; "thresholds": "thresholds"; "markers": "markers"; "value": "value"; "duration": "duration"; }, {}, ["_labelChild", "_prependChild", "_appendChild", "_valueDisplayChild"], ["ngx-gauge-prepend", "ngx-gauge-value", "ngx-gauge-append", "ngx-gauge-label"], false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxGauge, "ngx-gauge", never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "size": "size"; "margin": "margin"; "min": "min"; "animate": "animate"; "max": "max"; "type": "type"; "cap": "cap"; "thick": "thick"; "label": "label"; "append": "append"; "prepend": "prepend"; "foregroundColor": "foregroundColor"; "backgroundColor": "backgroundColor"; "thresholds": "thresholds"; "markers": "markers"; "value": "value"; "duration": "duration"; }, {}, ["_labelChild", "_prependChild", "_appendChild", "_valueDisplayChild"], ["ngx-gauge-prepend", "ngx-gauge-value", "ngx-gauge-append", "ngx-gauge-label"], false, never>; | ||
} |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
{ | ||
"name": "ngx-gauge", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "A highly customizable Gauge Component for Angular 4+ apps and dashboards", | ||
@@ -10,4 +10,4 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/common": "^14.0.0", | ||
"@angular/core": "^14.0.0" | ||
"@angular/common": "^15.0.0", | ||
"@angular/core": "^15.0.0" | ||
}, | ||
@@ -57,2 +57,2 @@ "keywords": [ | ||
"sideEffects": false | ||
} | ||
} |
export * from './ngx-gauge.module'; | ||
export { NgxGauge } from './gauge/gauge'; | ||
export { NgxGaugeAppend, NgxGaugeLabel, NgxGaugePrepend, NgxGaugeValue } from './gauge/gauge-directives'; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
244514
19
1
0