nk-controls
Advanced tools
Comparing version 2.2.5 to 2.2.6
{ | ||
"name": "nk-controls", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "angular5 web controls dropDownList ribbon", |
@@ -6,3 +6,3 @@ import { EventEmitter, ElementRef, Renderer2, ChangeDetectorRef, OnInit, TemplateRef } from '@angular/core'; | ||
import { ControlValueAccessor, NgControl, NgModel } from '@angular/forms'; | ||
import { NkSelectOptions } from './NkSelect.Options'; | ||
import { NkSelectOptions } from './nkSelect.options'; | ||
export declare class NkSelect implements ControlValueAccessor, OnInit { | ||
@@ -9,0 +9,0 @@ private _changeDetectorRef; |
@@ -9,3 +9,3 @@ import { Component, Optional, Input, Output, EventEmitter, ElementRef, Renderer2, Self, ChangeDetectorRef, Attribute, ContentChild, TemplateRef, ViewEncapsulation } from '@angular/core'; | ||
import { fadeInContent } from '../core/animation'; | ||
import { NkSelectOptions } from './NkSelect.Options'; | ||
import { NkSelectOptions } from './nkSelect.options'; | ||
var NkSelect = /** @class */ (function () { | ||
@@ -12,0 +12,0 @@ function NkSelect(_changeDetectorRef, ngModel, renderer, elementRef, _control, tabIndex, required) { |
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
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