Socket
Socket
Sign inDemoInstall

angular-star-rating

Package Overview
Dependencies
9
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 7.0.0

esm2022/angular-star-rating.mjs

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## 7.0.0 (2023-10-06)
* chore: fix conflicting dev deps ([739cc18](https://github.com/BioPhoton/angular-star-rating/commit/739cc18))
* chore: replace build status badge ([e09f543](https://github.com/BioPhoton/angular-star-rating/commit/e09f543))
* docs: change link to demos ([29aa89a](https://github.com/BioPhoton/angular-star-rating/commit/29aa89a))
* docs: ignore cache folder from npm ([276eb94](https://github.com/BioPhoton/angular-star-rating/commit/276eb94))
* feat: update to angular 16 ([7870caa](https://github.com/BioPhoton/angular-star-rating/commit/7870caa))
# Changelog

@@ -2,0 +12,0 @@

2

lib/components/star-rating-control/star-rating-control.component.d.ts

@@ -45,3 +45,3 @@ import { EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<StarRatingControlComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingControlComponent, "star-rating-control", never, {}, { "starClickChange": "starClickChange"; "ratingChange": "ratingChange"; "hoverRatingChange": "hoverRatingChange"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingControlComponent, "star-rating-control", never, {}, { "starClickChange": "starClickChange"; "ratingChange": "ratingChange"; "hoverRatingChange": "hoverRatingChange"; }, never, never, false, never>;
}

@@ -36,3 +36,3 @@ import { EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<StarRatingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingComponent, "star-rating", never, { "getHalfStarVisible": "getHalfStarVisible"; "getColor": "getColor"; }, { "starClickChange": "starClickChange"; "ratingChange": "ratingChange"; "hoverRatingChange": "hoverRatingChange"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<StarRatingComponent, "star-rating", never, { "getHalfStarVisible": { "alias": "getHalfStarVisible"; "required": false; }; "getColor": { "alias": "getColor"; "required": false; }; }, { "starClickChange": "starClickChange"; "ratingChange": "ratingChange"; "hoverRatingChange": "hoverRatingChange"; }, never, never, false, never>;
}

@@ -1,8 +0,8 @@

export declare type starRatingSizes = 'small' | 'medium' | 'large';
export declare type starRatingColor = 'default' | 'negative' | 'ok' | 'positive';
export declare type starRatingSpeed = 'immediately' | 'noticeable' | 'slow';
export declare type starRatingLabelPosition = 'left' | 'right' | 'top' | 'bottom';
export declare type starRatingStarTypes = 'svg' | 'icon' | 'custom-icon';
export declare type starRatingStarSpace = 'no' | 'between' | 'around';
export declare type starRatingDirection = 'rtl' | 'ltr';
export type starRatingSizes = 'small' | 'medium' | 'large';
export type starRatingColor = 'default' | 'negative' | 'ok' | 'positive';
export type starRatingSpeed = 'immediately' | 'noticeable' | 'slow';
export type starRatingLabelPosition = 'left' | 'right' | 'top' | 'bottom';
export type starRatingStarTypes = 'svg' | 'icon' | 'custom-icon';
export type starRatingStarSpace = 'no' | 'between' | 'around';
export type starRatingDirection = 'rtl' | 'ltr';
export declare class StarRatingConfig {

@@ -9,0 +9,0 @@ numOfStars?: number;

@@ -151,3 +151,3 @@ import { StarRatingConfig, starRatingColor, starRatingDirection, starRatingLabelPosition, starRatingSizes, starRatingSpeed, starRatingStarSpace, starRatingStarTypes } from '../interfaces/star-rating-config.interface';

static ɵfac: i0.ɵɵFactoryDeclaration<StarRating, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StarRating, "placeholder-star-rating", never, { "showHalfStars": "showHalfStars"; "id": "id"; "focus": "focus"; "labelText": "labelText"; "labelPosition": "labelPosition"; "labelVisible": "labelVisible"; "hoverEnabled": "hoverEnabled"; "staticColor": "staticColor"; "direction": "direction"; "numOfStars": "numOfStars"; "hoverRating": "hoverRating"; "speed": "speed"; "size": "size"; "starType": "starType"; "space": "space"; "readOnly": "readOnly"; "disabled": "disabled"; "step": "step"; "rating": "rating"; }, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<StarRating, "placeholder-star-rating", never, { "showHalfStars": { "alias": "showHalfStars"; "required": false; }; "id": { "alias": "id"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "labelVisible": { "alias": "labelVisible"; "required": false; }; "hoverEnabled": { "alias": "hoverEnabled"; "required": false; }; "staticColor": { "alias": "staticColor"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "numOfStars": { "alias": "numOfStars"; "required": false; }; "hoverRating": { "alias": "hoverRating"; "required": false; }; "speed": { "alias": "speed"; "required": false; }; "size": { "alias": "size"; "required": false; }; "starType": { "alias": "starType"; "required": false; }; "space": { "alias": "space"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "step": { "alias": "step"; "required": false; }; "rating": { "alias": "rating"; "required": false; }; }, {}, never, never, false, never>;
}
{
"name": "angular-star-rating",
"description": "Angular Star Rating is a fully featured and configurable Angular UI component.",
"version": "6.0.0",
"version": "7.0.0",
"homepage": "https://github.com/BioPhoton/angular-star-rating#readme",

@@ -48,3 +48,3 @@ "repository": {

},
"module": "fesm2015/angular-star-rating.mjs",
"module": "fesm2022/angular-star-rating.mjs",
"typings": "index.d.ts",

@@ -57,6 +57,2 @@ "peerDependencies": {

},
"es2020": "fesm2020/angular-star-rating.mjs",
"esm2020": "esm2020/angular-star-rating.mjs",
"fesm2020": "fesm2020/angular-star-rating.mjs",
"fesm2015": "fesm2015/angular-star-rating.mjs",
"exports": {

@@ -68,7 +64,5 @@ "./package.json": {

"types": "./index.d.ts",
"esm2020": "./esm2020/angular-star-rating.mjs",
"es2020": "./fesm2020/angular-star-rating.mjs",
"es2015": "./fesm2015/angular-star-rating.mjs",
"node": "./fesm2015/angular-star-rating.mjs",
"default": "./fesm2020/angular-star-rating.mjs"
"esm2022": "./esm2022/angular-star-rating.mjs",
"esm": "./esm2022/angular-star-rating.mjs",
"default": "./fesm2022/angular-star-rating.mjs"
}

@@ -75,0 +69,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc