Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-gauge

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-gauge - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

0

common/util.d.ts

@@ -0,0 +0,0 @@ export declare function clamp(value: number, min: number, max: number): number;

8

gauge/gauge-directives.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc