@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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common/http'), require('file-saver'), require('xlsx'), require('@angular/animations'), require('ngx-toastr'), require('ngx-cookie'), require('crypto-js'), require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('ngx-currency'), require('@ngx-translate/core'), require('@adins/uc-show-errors'), require('@adins/uc-directive-upper-case')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@adins/ucsearch', ['exports', '@angular/common/http', 'file-saver', 'xlsx', '@angular/animations', 'ngx-toastr', 'ngx-cookie', 'crypto-js', '@angular/core', '@angular/common', '@angular/forms', 'ngx-currency', '@ngx-translate/core', '@adins/uc-show-errors', '@adins/uc-directive-upper-case'], factory) :
|
|
4
|
-
(factory((global.adins = global.adins || {}, global.adins.ucsearch = {}),global.ng.common.http,global.FileSaver,global.XLSX,global.ng.animations,global.i3,global.i4,global.CryptoJS,global.ng.core,global.ng.common,global.ng.forms,global.
|
|
5
|
-
}(this, (function (exports,i1,FileSaver,XLSX,animations,i3,i4,CryptoJS,i0,i5,i6,
|
|
4
|
+
(factory((global.adins = global.adins || {}, global.adins.ucsearch = {}),global.ng.common.http,global.FileSaver,global.XLSX,global.ng.animations,global.i3,global.i4,global.CryptoJS,global.ng.core,global.ng.common,global.ng.forms,global.i9,global.i7,global.i10,global.i8));
|
|
5
|
+
}(this, (function (exports,i1,FileSaver,XLSX,animations,i3,i4,CryptoJS,i0,i5,i6,i9,i7,i10,i8) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @fileoverview added by tsickle
|
|
@@ -2442,7 +2442,7 @@
|
|
|
2442
2442
|
i0.ɵɵadvance(1);
|
|
2443
2443
|
i0.ɵɵproperty("ngIf", ctx.isReport != undefined && ctx.isReport);
|
|
2444
2444
|
}
|
|
2445
|
-
}, directives: [i5.NgIf, i6.ɵangular_packages_forms_forms_bh, i6.NgControlStatusGroup, i6.NgForm, i5.NgClass, i5.NgForOf,
|
|
2445
|
+
}, directives: [i5.NgIf, i6.ɵangular_packages_forms_forms_bh, i6.NgControlStatusGroup, i6.NgForm, i5.NgClass, i5.NgForOf, i7.TranslateDirective, i8.UpperCaseDirective, i6.DefaultValueAccessor, i6.NgControlStatus, i6.NgModel, i6.RequiredValidator, i6.ɵangular_packages_forms_forms_be, i9.CurrencyMaskDirective, i6.NgSelectOption, i6.ɵangular_packages_forms_forms_s, i6.SelectControlValueAccessor, i10.UcShowErrorsComponent], pipes: [i5.DatePipe, TextSearchPipe], styles: [".ucSearch-title[_ngcontent-%COMP%]{margin:3px}.dds-input[_ngcontent-%COMP%]{background-color:#fff;text-transform:uppercase}.dds-display-item[_ngcontent-%COMP%]:after{content:'\\e929';font-family:feather;font-size:1rem;display:inline-block;position:absolute;right:5px;top:5px;transform:rotate(90deg)}.dds-list-container[_ngcontent-%COMP%]{position:absolute;width:100%;z-index:9}"], data: { animation: [
|
|
2446
2446
|
animations.trigger('changeDivSize', [
|
|
2447
2447
|
animations.state('initial', animations.style({
|
|
2448
2448
|
height: '*',
|
|
@@ -2524,7 +2524,7 @@
|
|
|
2524
2524
|
suffix: "",
|
|
2525
2525
|
thousands: ",",
|
|
2526
2526
|
nullable: false,
|
|
2527
|
-
inputMode:
|
|
2527
|
+
inputMode: i9.CurrencyMaskInputMode.NATURAL
|
|
2528
2528
|
};
|
|
2529
2529
|
var UCSearchModule = /** @class */ (function () {
|
|
2530
2530
|
function UCSearchModule() {
|
|
@@ -2537,8 +2537,8 @@
|
|
|
2537
2537
|
i6.FormsModule,
|
|
2538
2538
|
i10.UcShowErrorsModule,
|
|
2539
2539
|
i8.UcDirectiveUpperCaseModule,
|
|
2540
|
-
|
|
2541
|
-
|
|
2540
|
+
i9.NgxCurrencyModule.forRoot(customCurrencyMaskConfig),
|
|
2541
|
+
i7.TranslateModule.forChild()
|
|
2542
2542
|
],
|
|
2543
2543
|
exports: [UCSearchComponent]
|
|
2544
2544
|
},] },
|
|
@@ -2549,8 +2549,8 @@
|
|
|
2549
2549
|
i6.FormsModule,
|
|
2550
2550
|
i10.UcShowErrorsModule,
|
|
2551
2551
|
i8.UcDirectiveUpperCaseModule,
|
|
2552
|
-
|
|
2553
|
-
|
|
2552
|
+
i9.NgxCurrencyModule.forRoot(customCurrencyMaskConfig),
|
|
2553
|
+
i7.TranslateModule.forChild()
|
|
2554
2554
|
]] });
|
|
2555
2555
|
return UCSearchModule;
|
|
2556
2556
|
}());
|
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(UCSearchModule, { declarations: [UCSearchComponent, TextSearchPipe], imports: [i5.CommonModule,
|
|
2559
2559
|
i6.FormsModule,
|
|
2560
2560
|
i10.UcShowErrorsModule,
|
|
2561
|
-
i8.UcDirectiveUpperCaseModule,
|
|
2561
|
+
i8.UcDirectiveUpperCaseModule, i9.NgxCurrencyModule, i7.TranslateModule], exports: [UCSearchComponent] });
|
|
2562
2562
|
})();
|
|
2563
2563
|
/*@__PURE__*/ (function () {
|
|
2564
2564
|
i0.ɵsetClassMetadata(UCSearchModule, [{
|
|
@@ -2570,8 +2570,8 @@
|
|
|
2570
2570
|
i6.FormsModule,
|
|
2571
2571
|
i10.UcShowErrorsModule,
|
|
2572
2572
|
i8.UcDirectiveUpperCaseModule,
|
|
2573
|
-
|
|
2574
|
-
|
|
2573
|
+
i9.NgxCurrencyModule.forRoot(customCurrencyMaskConfig),
|
|
2574
|
+
i7.TranslateModule.forChild()
|
|
2575
2575
|
],
|
|
2576
2576
|
exports: [UCSearchComponent]
|
|
2577
2577
|
}]
|