Socket
Socket
Sign inDemoInstall

ngx-color-picker

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-color-picker - npm Package Compare versions

Comparing version 6.3.3 to 6.4.0

111

dist/lib/color-picker.directive.js

@@ -333,55 +333,55 @@ /**

ColorPickerDirective.ctorParameters = function () { return [
{ type: Injector, },
{ type: ComponentFactoryResolver, },
{ type: ApplicationRef, },
{ type: ViewContainerRef, },
{ type: ElementRef, },
{ type: ColorPickerService, },
{ type: Injector },
{ type: ComponentFactoryResolver },
{ type: ApplicationRef },
{ type: ViewContainerRef },
{ type: ElementRef },
{ type: ColorPickerService }
]; };
ColorPickerDirective.propDecorators = {
"disabled": [{ type: Input },],
"colorPicker": [{ type: Input },],
"cpWidth": [{ type: Input },],
"cpHeight": [{ type: Input },],
"cpToggle": [{ type: Input },],
"cpIgnoredElements": [{ type: Input },],
"cpDisableInput": [{ type: Input },],
"cpAlphaChannel": [{ type: Input },],
"cpOutputFormat": [{ type: Input },],
"cpFallbackColor": [{ type: Input },],
"cpDialogDisplay": [{ type: Input },],
"cpSaveClickOutside": [{ type: Input },],
"cpUseRootViewContainer": [{ type: Input },],
"cpPosition": [{ type: Input },],
"cpPositionOffset": [{ type: Input },],
"cpPositionRelativeToArrow": [{ type: Input },],
"cpOKButton": [{ type: Input },],
"cpOKButtonText": [{ type: Input },],
"cpOKButtonClass": [{ type: Input },],
"cpCancelButton": [{ type: Input },],
"cpCancelButtonText": [{ type: Input },],
"cpCancelButtonClass": [{ type: Input },],
"cpPresetLabel": [{ type: Input },],
"cpPresetColors": [{ type: Input },],
"cpMaxPresetColorsLength": [{ type: Input },],
"cpPresetEmptyMessage": [{ type: Input },],
"cpPresetEmptyMessageClass": [{ type: Input },],
"cpAddColorButton": [{ type: Input },],
"cpAddColorButtonText": [{ type: Input },],
"cpAddColorButtonClass": [{ type: Input },],
"cpRemoveColorButtonClass": [{ type: Input },],
"cpInputChange": [{ type: Output },],
"cpToggleChange": [{ type: Output },],
"cpSliderChange": [{ type: Output },],
"cpSliderDragEnd": [{ type: Output },],
"cpSliderDragStart": [{ type: Output },],
"colorPickerOpen": [{ type: Output },],
"colorPickerClose": [{ type: Output },],
"colorPickerCancel": [{ type: Output },],
"colorPickerSelect": [{ type: Output },],
"colorPickerChange": [{ type: Output },],
"cpPresetColorsChange": [{ type: Output },],
"handleClick": [{ type: HostListener, args: ['click', ['$event'],] },],
"handleFocus": [{ type: HostListener, args: ['focus', ['$event'],] },],
"handleInput": [{ type: HostListener, args: ['input', ['$event'],] },],
disabled: [{ type: Input }],
colorPicker: [{ type: Input }],
cpWidth: [{ type: Input }],
cpHeight: [{ type: Input }],
cpToggle: [{ type: Input }],
cpIgnoredElements: [{ type: Input }],
cpDisableInput: [{ type: Input }],
cpAlphaChannel: [{ type: Input }],
cpOutputFormat: [{ type: Input }],
cpFallbackColor: [{ type: Input }],
cpDialogDisplay: [{ type: Input }],
cpSaveClickOutside: [{ type: Input }],
cpUseRootViewContainer: [{ type: Input }],
cpPosition: [{ type: Input }],
cpPositionOffset: [{ type: Input }],
cpPositionRelativeToArrow: [{ type: Input }],
cpOKButton: [{ type: Input }],
cpOKButtonText: [{ type: Input }],
cpOKButtonClass: [{ type: Input }],
cpCancelButton: [{ type: Input }],
cpCancelButtonText: [{ type: Input }],
cpCancelButtonClass: [{ type: Input }],
cpPresetLabel: [{ type: Input }],
cpPresetColors: [{ type: Input }],
cpMaxPresetColorsLength: [{ type: Input }],
cpPresetEmptyMessage: [{ type: Input }],
cpPresetEmptyMessageClass: [{ type: Input }],
cpAddColorButton: [{ type: Input }],
cpAddColorButtonText: [{ type: Input }],
cpAddColorButtonClass: [{ type: Input }],
cpRemoveColorButtonClass: [{ type: Input }],
cpInputChange: [{ type: Output }],
cpToggleChange: [{ type: Output }],
cpSliderChange: [{ type: Output }],
cpSliderDragEnd: [{ type: Output }],
cpSliderDragStart: [{ type: Output }],
colorPickerOpen: [{ type: Output }],
colorPickerClose: [{ type: Output }],
colorPickerCancel: [{ type: Output }],
colorPickerSelect: [{ type: Output }],
colorPickerChange: [{ type: Output }],
cpPresetColorsChange: [{ type: Output }],
handleClick: [{ type: HostListener, args: ['click', ['$event'],] }],
handleFocus: [{ type: HostListener, args: ['focus', ['$event'],] }],
handleInput: [{ type: HostListener, args: ['input', ['$event'],] }]
};

@@ -392,11 +392,2 @@ return ColorPickerDirective;

function ColorPickerDirective_tsickle_Closure_declarations() {
/** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */
ColorPickerDirective.decorators;
/**
* @nocollapse
* @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>}
*/
ColorPickerDirective.ctorParameters;
/** @type {!Object<string,!Array<{type: !Function, args: (undefined|!Array<?>)}>>} */
ColorPickerDirective.propDecorators;
/** @type {?} */

@@ -403,0 +394,0 @@ ColorPickerDirective.prototype.dialog;

@@ -26,11 +26,2 @@ /**

export { ColorPickerModule };
function ColorPickerModule_tsickle_Closure_declarations() {
/** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */
ColorPickerModule.decorators;
/**
* @nocollapse
* @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>}
*/
ColorPickerModule.ctorParameters;
}
//# sourceMappingURL=color-picker.module.js.map

@@ -305,9 +305,2 @@ /**

function ColorPickerService_tsickle_Closure_declarations() {
/** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */
ColorPickerService.decorators;
/**
* @nocollapse
* @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>}
*/
ColorPickerService.ctorParameters;
/** @type {?} */

@@ -314,0 +307,0 @@ ColorPickerService.prototype.active;

@@ -51,8 +51,7 @@ /**

];
/** @nocollapse */
TextDirective.propDecorators = {
"rg": [{ type: Input },],
"text": [{ type: Input },],
"newValue": [{ type: Output },],
"inputChange": [{ type: HostListener, args: ['input', ['$event'],] },],
rg: [{ type: Input }],
text: [{ type: Input }],
newValue: [{ type: Output }],
inputChange: [{ type: HostListener, args: ['input', ['$event'],] }]
};

@@ -63,11 +62,2 @@ return TextDirective;

function TextDirective_tsickle_Closure_declarations() {
/** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */
TextDirective.decorators;
/**
* @nocollapse
* @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>}
*/
TextDirective.ctorParameters;
/** @type {!Object<string,!Array<{type: !Function, args: (undefined|!Array<?>)}>>} */
TextDirective.propDecorators;
/** @type {?} */

@@ -209,13 +199,13 @@ TextDirective.prototype.rg;

SliderDirective.ctorParameters = function () { return [
{ type: ElementRef, },
{ type: ElementRef }
]; };
SliderDirective.propDecorators = {
"rgX": [{ type: Input },],
"rgY": [{ type: Input },],
"slider": [{ type: Input },],
"dragEnd": [{ type: Output },],
"dragStart": [{ type: Output },],
"newValue": [{ type: Output },],
"mouseDown": [{ type: HostListener, args: ['mousedown', ['$event'],] },],
"touchStart": [{ type: HostListener, args: ['touchstart', ['$event'],] },],
rgX: [{ type: Input }],
rgY: [{ type: Input }],
slider: [{ type: Input }],
dragEnd: [{ type: Output }],
dragStart: [{ type: Output }],
newValue: [{ type: Output }],
mouseDown: [{ type: HostListener, args: ['mousedown', ['$event'],] }],
touchStart: [{ type: HostListener, args: ['touchstart', ['$event'],] }]
};

@@ -226,11 +216,2 @@ return SliderDirective;

function SliderDirective_tsickle_Closure_declarations() {
/** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */
SliderDirective.decorators;
/**
* @nocollapse
* @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>}
*/
SliderDirective.ctorParameters;
/** @type {!Object<string,!Array<{type: !Function, args: (undefined|!Array<?>)}>>} */
SliderDirective.propDecorators;
/** @type {?} */

@@ -237,0 +218,0 @@ SliderDirective.prototype.listenerMove;

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "6.3.3",
"version": "6.4.0",
"main": "./bundles/ngx-color-picker.umd.js",

@@ -52,9 +52,9 @@ "module": "./dist/ngx-color-picker.es5.js",

"cpx": "^1.5.0",
"ng-packagr": "^2.4.0",
"ng-packagr": "^3.0.0",
"node-sass": "^4.9.0",
"rollup": "^0.58.0",
"rollup": "^0.60.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-sourcemaps": "^0.4.0",
"rxjs": "^6.1.0",
"stylelint": "^9.2.0",
"rxjs": "^6.2.0",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",

@@ -61,0 +61,0 @@ "stylelint-order": "^0.8.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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