@adins/ucsearch 2.9.2 → 2.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,13 +6,13 @@ import { trigger, transition, style, animate, state } from '@angular/animations'
6
6
  import { ToastrService } from 'ngx-toastr';
7
7
  import { CookieService } from 'ngx-cookie';
8
8
  import { enc, lib, AES } from 'crypto-js';
9
- import { Injectable, NgModule, Pipe, ɵɵdefineInjectable, ɵsetClassMetadata, ɵɵdefineNgModule, ɵɵdefineInjector, ɵɵsetNgModuleScope, ɵɵelementStart, ɵɵtext, ɵɵelementEnd, ɵɵnextContext, ɵɵadvance, ɵɵtextInterpolate, ɵɵelement, ɵɵtextInterpolate1, ɵɵgetCurrentView, ɵɵlistener, ɵɵrestoreView, ɵɵreference, ɵɵpropertyInterpolate, ɵɵproperty, ɵɵpureFunction1, ɵɵattribute, ɵɵpureFunction0, ɵɵpureFunction7, ɵɵtemplate, ɵɵpipe, ɵɵpipeBind2, EventEmitter, Component, Renderer2, Inject, ElementRef, ViewChild, Input, Output, ɵɵdirectiveInject, ɵɵdefineComponent, ɵɵviewQuery, ɵɵqueryRefresh, ɵɵloadQuery, ɵɵProvidersFeature, ɵɵtemplateRefExtractor, ɵɵdefinePipe } from '@angular/core';
10
- import { DatePipe, formatDate, DOCUMENT, CommonModule, NgIf, NgClass, NgForOf } from '@angular/common';
11
- import { NgForm, FormsModule, ɵangular_packages_forms_forms_bh, NgControlStatusGroup, DefaultValueAccessor, NgControlStatus, NgModel, RequiredValidator, ɵangular_packages_forms_forms_be, NgSelectOption, ɵangular_packages_forms_forms_s, SelectControlValueAccessor } from '@angular/forms';
12
- import { CurrencyMaskInputMode, NgxCurrencyModule, CurrencyMaskDirective } from 'ngx-currency';
13
- import { TranslateModule, TranslateDirective } from '@ngx-translate/core';
14
- import { UcShowErrorsModule, UcShowErrorsComponent } from '@adins/uc-show-errors';
15
- import { UcDirectiveUpperCaseModule, UpperCaseDirective } from '@adins/uc-directive-upper-case';
9
+ import { Injectable, NgModule, Pipe, ɵɵdefineInjectable, ɵsetClassMetadata, ɵɵelementStart, ɵɵtext, ɵɵelementEnd, ɵɵnextContext, ɵɵadvance, ɵɵtextInterpolate, ɵɵelement, ɵɵtextInterpolate1, ɵɵgetCurrentView, ɵɵlistener, ɵɵrestoreView, ɵɵreference, ɵɵpropertyInterpolate, ɵɵproperty, ɵɵpureFunction1, ɵɵattribute, ɵɵpureFunction0, ɵɵpureFunction7, ɵɵtemplate, ɵɵpipe, ɵɵpipeBind2, EventEmitter, Component, Renderer2, Inject, ElementRef, ViewChild, Input, Output, ɵɵdirectiveInject, ɵɵdefineComponent, ɵɵviewQuery, ɵɵqueryRefresh, ɵɵloadQuery, ɵɵProvidersFeature, ɵɵtemplateRefExtractor, ɵɵdefineNgModule, ɵɵdefineInjector, ɵɵsetNgModuleScope, ɵɵdefinePipe } from '@angular/core';
10
+ import { DatePipe, formatDate, DOCUMENT, NgIf, NgClass, NgForOf, CommonModule } from '@angular/common';
11
+ import { NgForm, ɵangular_packages_forms_forms_bh, NgControlStatusGroup, DefaultValueAccessor, NgControlStatus, NgModel, RequiredValidator, ɵangular_packages_forms_forms_be, NgSelectOption, ɵangular_packages_forms_forms_s, SelectControlValueAccessor, FormsModule } from '@angular/forms';
12
+ import { CurrencyMaskDirective, CurrencyMaskInputMode, NgxCurrencyModule } from 'ngx-currency';
13
+ import { TranslateDirective, TranslateModule } from '@ngx-translate/core';
14
+ import { UcShowErrorsComponent, UcShowErrorsModule } from '@adins/uc-show-errors';
15
+ import { UpperCaseDirective, UcDirectiveUpperCaseModule } from '@adins/uc-directive-upper-case';
16
16
 
17
17
  /**
18
18
  * @fileoverview added by tsickle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adins/ucsearch",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.2.5",
6
6
  "@angular/core": "^10.2.5"