ontimize-web-ngx 15.3.5 → 15.4.0
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.
- package/esm2020/lib/components/grid/o-grid.component.mjs +2 -1
- package/esm2020/lib/components/input/date-range/o-daterange-input.component.mjs +240 -218
- package/esm2020/lib/components/input/date-range/o-daterange-input.module.mjs +3 -5
- package/esm2020/lib/components/input/date-range-legacy/o-daterange-input.component.mjs +353 -0
- package/esm2020/lib/components/input/date-range-legacy/o-daterange-input.directive.mjs +381 -0
- package/esm2020/lib/components/input/date-range-legacy/o-daterange-input.module.mjs +21 -0
- package/esm2020/lib/components/input/date-range-legacy/o-daterange-picker.component.mjs +1009 -0
- package/esm2020/lib/components/input/date-range-legacy/o-daterange-picker.config.mjs +2 -0
- package/esm2020/lib/components/input/index.mjs +7 -5
- package/esm2020/lib/components/list/o-list.component.mjs +2 -1
- package/esm2020/lib/components/o-service-base-component.class.mjs +24 -9
- package/esm2020/lib/components/o-service-component.class.mjs +2 -1
- package/esm2020/lib/components/table/o-table.component.mjs +5 -1
- package/esm2020/lib/config/o-modules.mjs +5 -3
- package/esm2020/lib/i18n/i18n.mjs +9 -3
- package/esm2020/lib/interfaces/form-layout-manager.interface.mjs +2 -0
- package/esm2020/lib/interfaces/index.mjs +3 -1
- package/esm2020/lib/interfaces/pagination-context.interface.mjs +2 -0
- package/esm2020/lib/layouts/form-layout/o-form-layout-manager-base.class.mjs +1 -1
- package/esm2020/lib/layouts/form-layout/o-form-layout-manager.component.mjs +1 -1
- package/esm2020/lib/ontimize-web-ngx.module.mjs +7 -6
- package/esm2020/lib/services/base-service.class.mjs +12 -1
- package/esm2020/lib/services/index.mjs +2 -1
- package/esm2020/lib/services/pagination-context.service.mjs +25 -0
- package/fesm2015/ontimize-web-ngx.mjs +465 -37
- package/fesm2015/ontimize-web-ngx.mjs.map +1 -1
- package/fesm2020/ontimize-web-ngx.mjs +454 -37
- package/fesm2020/ontimize-web-ngx.mjs.map +1 -1
- package/lib/components/input/date-range/o-daterange-input.component.d.ts +47 -33
- package/lib/components/input/date-range/o-daterange-input.module.d.ts +4 -6
- package/lib/components/input/date-range-legacy/o-daterange-input.component.d.ts +70 -0
- package/lib/components/input/date-range-legacy/o-daterange-input.module.d.ts +11 -0
- package/lib/components/input/index.d.ts +6 -4
- package/lib/components/o-service-base-component.class.d.ts +1 -0
- package/lib/components/table/extensions/header/o-table-header-components.d.ts +2 -2
- package/lib/i18n/i18n.d.ts +6 -0
- package/lib/interfaces/form-layout-manager.interface.d.ts +43 -0
- package/lib/interfaces/index.d.ts +2 -0
- package/lib/interfaces/pagination-context.interface.d.ts +6 -0
- package/lib/layouts/form-layout/o-form-layout-manager-base.class.d.ts +30 -12
- package/lib/layouts/form-layout/o-form-layout-manager.component.d.ts +2 -1
- package/lib/ontimize-web-ngx.module.d.ts +5 -4
- package/lib/services/base-service.class.d.ts +6 -0
- package/lib/services/index.d.ts +1 -0
- package/lib/services/pagination-context.service.d.ts +11 -0
- package/package.json +1 -1
- package/theme.scss +2 -2
- package/esm2020/lib/components/input/date-range/o-daterange-input.directive.mjs +0 -381
- package/esm2020/lib/components/input/date-range/o-daterange-picker.component.mjs +0 -1009
- package/esm2020/lib/components/input/date-range/o-daterange-picker.config.mjs +0 -2
- /package/lib/components/input/{date-range → date-range-legacy}/o-daterange-input.directive.d.ts +0 -0
- /package/lib/components/input/{date-range → date-range-legacy}/o-daterange-picker.component.d.ts +0 -0
- /package/lib/components/input/{date-range → date-range-legacy}/o-daterange-picker.config.d.ts +0 -0
|
@@ -18,7 +18,7 @@ import { Router, NavigationStart, NavigationEnd, RouterModule, ActivatedRoute }
|
|
|
18
18
|
import * as i2$1 from '@angular/flex-layout';
|
|
19
19
|
import { FlexLayoutModule, MediaObserver } from '@angular/flex-layout';
|
|
20
20
|
import * as i3$2 from '@angular/forms';
|
|
21
|
-
import { NG_VALUE_ACCESSOR, UntypedFormControl, UntypedFormGroup, Validators, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
21
|
+
import { NG_VALUE_ACCESSOR, UntypedFormControl, UntypedFormGroup, Validators, FormsModule, ReactiveFormsModule, FormGroup } from '@angular/forms';
|
|
22
22
|
import { __decorate, __metadata, __awaiter } from 'tslib';
|
|
23
23
|
import { coerceNumberProperty } from '@angular/cdk/coercion';
|
|
24
24
|
import * as i1$1 from '@angular/material/dialog';
|
|
@@ -1380,6 +1380,8 @@ const MAP = {
|
|
|
1380
1380
|
'DATERANGE.this_year': 'This year',
|
|
1381
1381
|
'DATERANGE.APPLYLABEL': 'Select dates',
|
|
1382
1382
|
'DATERANGE.W': 'W',
|
|
1383
|
+
'DATERANGE.PLACEHOLDER_STARTDATE': 'Start day',
|
|
1384
|
+
'DATERANGE.PLACEHOLDER_ENDDATE': 'End day',
|
|
1383
1385
|
'TABLE_CONTEXT_MENU.GROUP_BY': 'Group by',
|
|
1384
1386
|
'TABLE_CONTEXT_MENU.GROUP_BY_YEAR': 'Group by year',
|
|
1385
1387
|
'TABLE_CONTEXT_MENU.GROUP_BY_MONTH': 'Group by month',
|
|
@@ -1731,7 +1733,9 @@ const MAP = {
|
|
|
1731
1733
|
'EXPORT.DIALOG.FILE_NAME': 'Nombre del fichero',
|
|
1732
1734
|
'EXPORT.DIALOG.EXPORT_BUTTON': "Exportar",
|
|
1733
1735
|
'EXPORT.DIALOG.ADVANCED_OPTIONS': " Opciones Avanzadas",
|
|
1734
|
-
'EXPORT.DIALOG.FILE_NAME.PLACEHOLDER': "Puede indicar un nombre para el fichero"
|
|
1736
|
+
'EXPORT.DIALOG.FILE_NAME.PLACEHOLDER': "Puede indicar un nombre para el fichero",
|
|
1737
|
+
'DATERANGE.PLACEHOLDER_STARTDATE': 'Fecha inicio',
|
|
1738
|
+
'DATERANGE.PLACEHOLDER_ENDDATE': 'Fecha fin'
|
|
1735
1739
|
},
|
|
1736
1740
|
pt: {
|
|
1737
1741
|
'LANGUAGE': 'Idioma',
|
|
@@ -2009,7 +2013,9 @@ const MAP = {
|
|
|
2009
2013
|
'OIMAGE.BUTTON.BROWSEFILE': 'Selecione uma imagem',
|
|
2010
2014
|
'TREE.BUTTONS.SELECT': 'Selecionar...',
|
|
2011
2015
|
'REPORT.COLUMN.TRUEVALUE': 'Sim',
|
|
2012
|
-
'REPORT.COLUMN.FALSEVALUE': 'Não'
|
|
2016
|
+
'REPORT.COLUMN.FALSEVALUE': 'Não',
|
|
2017
|
+
'DATERANGE.PLACEHOLDER_STARTDATE': 'Data de início',
|
|
2018
|
+
'DATERANGE.PLACEHOLDER_ENDDATE': 'Data de término'
|
|
2013
2019
|
}
|
|
2014
2020
|
};
|
|
2015
2021
|
|
|
@@ -2270,6 +2276,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2270
2276
|
}]
|
|
2271
2277
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
2272
2278
|
|
|
2279
|
+
class PaginationContextService {
|
|
2280
|
+
constructor() {
|
|
2281
|
+
this.context = { pageNumber: 0, totalSize: 0, offset: 0, pageSize: Codes.DEFAULT_QUERY_ROWS };
|
|
2282
|
+
}
|
|
2283
|
+
setContext(context) {
|
|
2284
|
+
if (context !== null && context !== undefined) {
|
|
2285
|
+
this.context = context;
|
|
2286
|
+
}
|
|
2287
|
+
}
|
|
2288
|
+
getContext() {
|
|
2289
|
+
return this.context;
|
|
2290
|
+
}
|
|
2291
|
+
reinitializeContext(pageSize) {
|
|
2292
|
+
this.setContext({ pageNumber: 0, pageSize: pageSize !== null && pageSize !== void 0 ? pageSize : Codes.DEFAULT_QUERY_ROWS, offset: 0, totalSize: 0 });
|
|
2293
|
+
}
|
|
2294
|
+
}
|
|
2295
|
+
PaginationContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PaginationContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2296
|
+
PaginationContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PaginationContextService });
|
|
2297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PaginationContextService, decorators: [{
|
|
2298
|
+
type: Injectable
|
|
2299
|
+
}], ctorParameters: function () { return []; } });
|
|
2300
|
+
|
|
2273
2301
|
class BaseService {
|
|
2274
2302
|
constructor(injector) {
|
|
2275
2303
|
this.injector = injector;
|
|
@@ -2280,6 +2308,7 @@ class BaseService {
|
|
|
2280
2308
|
this.responseParser = this.injector.get(OntimizeServiceResponseParser);
|
|
2281
2309
|
this.authService = this.injector.get(AuthService);
|
|
2282
2310
|
this.loginStorageService = this.injector.get(LoginStorageService);
|
|
2311
|
+
this.paginationContextService = new PaginationContextService();
|
|
2283
2312
|
this.configureAdapter();
|
|
2284
2313
|
}
|
|
2285
2314
|
configureAdapter() {
|
|
@@ -2393,6 +2422,15 @@ class BaseService {
|
|
|
2393
2422
|
this.loginStorageService.updateSessionId(authToken);
|
|
2394
2423
|
}
|
|
2395
2424
|
}
|
|
2425
|
+
setPaginationContext(context) {
|
|
2426
|
+
this.paginationContextService.setContext(Object.assign(Object.assign({}, this.getPaginationContext()), context));
|
|
2427
|
+
}
|
|
2428
|
+
getPaginationContext() {
|
|
2429
|
+
return this.paginationContextService.getContext();
|
|
2430
|
+
}
|
|
2431
|
+
reinitializePaginationContext(pageSize) {
|
|
2432
|
+
this.paginationContextService.reinitializeContext(pageSize);
|
|
2433
|
+
}
|
|
2396
2434
|
}
|
|
2397
2435
|
|
|
2398
2436
|
class OntimizeBaseService extends BaseService {
|
|
@@ -16442,11 +16480,13 @@ class AbstractOServiceBaseComponent {
|
|
|
16442
16480
|
configureService() {
|
|
16443
16481
|
const configureServiceArgs = { injector: this.injector, baseService: OntimizeService, entity: this.entity, service: this.service, serviceType: this.serviceType };
|
|
16444
16482
|
this.dataService = Util.configureService(configureServiceArgs);
|
|
16483
|
+
this.updatePaginationContext({ pageNumber: 0, pageSize: this.queryRows, offset: 0, totalSize: 0 });
|
|
16445
16484
|
}
|
|
16446
16485
|
getDataArray() {
|
|
16447
16486
|
return this.dataArray;
|
|
16448
16487
|
}
|
|
16449
16488
|
setDataArray(data) {
|
|
16489
|
+
var _a;
|
|
16450
16490
|
if (Util.isArray(data)) {
|
|
16451
16491
|
this.dataArray = data;
|
|
16452
16492
|
}
|
|
@@ -16457,6 +16497,9 @@ class AbstractOServiceBaseComponent {
|
|
|
16457
16497
|
console.warn('Component has received not supported service data. Supported data are Array or Object');
|
|
16458
16498
|
this.dataArray = [];
|
|
16459
16499
|
}
|
|
16500
|
+
if (this.dataArray instanceof Array && this.dataArray.length === 0) {
|
|
16501
|
+
(_a = this.dataService) === null || _a === void 0 ? void 0 : _a.reinitializePaginationContext(this.queryRows);
|
|
16502
|
+
}
|
|
16460
16503
|
}
|
|
16461
16504
|
setFormComponent(form) {
|
|
16462
16505
|
if (!Util.isDefined(this.form)) {
|
|
@@ -16516,9 +16559,7 @@ class AbstractOServiceBaseComponent {
|
|
|
16516
16559
|
const arrData = (res.data !== undefined) ? res.data : [];
|
|
16517
16560
|
data = Util.isArray(arrData) ? arrData : [];
|
|
16518
16561
|
this.sqlTypes = res.sqlTypes;
|
|
16519
|
-
|
|
16520
|
-
this.updatePaginationInfo(res);
|
|
16521
|
-
}
|
|
16562
|
+
this.updatePaginationInfo(res);
|
|
16522
16563
|
}
|
|
16523
16564
|
this.setData(data, this.sqlTypes, (ovrrArgs && ovrrArgs.replace));
|
|
16524
16565
|
this.loadingSubject.next(false);
|
|
@@ -16574,14 +16615,29 @@ class AbstractOServiceBaseComponent {
|
|
|
16574
16615
|
return queryArguments;
|
|
16575
16616
|
}
|
|
16576
16617
|
updatePaginationInfo(queryRes) {
|
|
16577
|
-
|
|
16578
|
-
if (
|
|
16579
|
-
|
|
16618
|
+
var _a;
|
|
16619
|
+
if (this.pageable) {
|
|
16620
|
+
const resultEndIndex = queryRes.startRecordIndex + (queryRes.data ? queryRes.data.length : 0);
|
|
16621
|
+
if (queryRes.startRecordIndex !== undefined) {
|
|
16622
|
+
this.state.queryRecordOffset = resultEndIndex;
|
|
16623
|
+
}
|
|
16624
|
+
if (queryRes.totalQueryRecordsNumber !== undefined) {
|
|
16625
|
+
this.state.totalQueryRecordsNumber = queryRes.totalQueryRecordsNumber;
|
|
16626
|
+
}
|
|
16627
|
+
const pageNumber = this.state.queryRecordOffset == 0 ? 0 : (_a = this.dataService) === null || _a === void 0 ? void 0 : _a.getPaginationContext().pageNumber;
|
|
16628
|
+
this.updatePaginationContext({ pageNumber: pageNumber, offset: this.state.queryRecordOffset, totalSize: this.state.totalQueryRecordsNumber, });
|
|
16580
16629
|
}
|
|
16581
|
-
|
|
16582
|
-
this.
|
|
16630
|
+
else {
|
|
16631
|
+
this.updatePaginationContext({ totalSize: queryRes.data.length });
|
|
16583
16632
|
}
|
|
16584
16633
|
}
|
|
16634
|
+
updatePaginationContext(paginationContext) {
|
|
16635
|
+
var _a;
|
|
16636
|
+
if (!this.pageable) {
|
|
16637
|
+
delete paginationContext.offset;
|
|
16638
|
+
}
|
|
16639
|
+
(_a = this.dataService) === null || _a === void 0 ? void 0 : _a.setPaginationContext(paginationContext);
|
|
16640
|
+
}
|
|
16585
16641
|
getTotalRecordsNumber() {
|
|
16586
16642
|
return Util.isDefined(this.state.totalQueryRecordsNumber) ? this.state.totalQueryRecordsNumber : undefined;
|
|
16587
16643
|
}
|
|
@@ -17345,6 +17401,8 @@ class AbstractOServiceComponent extends AbstractOServiceBaseComponent {
|
|
|
17345
17401
|
applyDefaultConfiguration() {
|
|
17346
17402
|
}
|
|
17347
17403
|
onChangePage(e) {
|
|
17404
|
+
var _a;
|
|
17405
|
+
(_a = this.dataService) === null || _a === void 0 ? void 0 : _a.setPaginationContext({ pageNumber: e.pageIndex, pageSize: e.pageSize });
|
|
17348
17406
|
if (!this.pageable) {
|
|
17349
17407
|
this.currentPage = e.pageIndex;
|
|
17350
17408
|
this.queryRows = e.pageSize;
|
|
@@ -17915,12 +17973,14 @@ class OGridComponent extends AbstractOServiceComponent {
|
|
|
17915
17973
|
}
|
|
17916
17974
|
}
|
|
17917
17975
|
loadMore() {
|
|
17976
|
+
var _a, _b;
|
|
17918
17977
|
this.currentPage += 1;
|
|
17919
17978
|
if (this.pageable) {
|
|
17920
17979
|
const queryArgs = {
|
|
17921
17980
|
offset: this.state.queryRecordOffset,
|
|
17922
17981
|
length: this.queryRows
|
|
17923
17982
|
};
|
|
17983
|
+
(_a = this.dataService) === null || _a === void 0 ? void 0 : _a.setPaginationContext({ pageNumber: ((_b = this.dataService) === null || _b === void 0 ? void 0 : _b.getPaginationContext().pageNumber) + 1 });
|
|
17924
17984
|
this.queryData(void 0, queryArgs);
|
|
17925
17985
|
}
|
|
17926
17986
|
else {
|
|
@@ -21662,10 +21722,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
21662
21722
|
type: Output
|
|
21663
21723
|
}] } });
|
|
21664
21724
|
|
|
21665
|
-
const
|
|
21725
|
+
const DEFAULT_OUTPUTS_O_DATERANGE_LEGACY_INPUT = [
|
|
21666
21726
|
...DEFAULT_OUTPUTS_O_FORM_DATA_COMPONENT
|
|
21667
21727
|
];
|
|
21668
|
-
const
|
|
21728
|
+
const DEFAULT_INPUTS_O_DATERANGE_LEGACY_INPUT = [
|
|
21669
21729
|
'separator',
|
|
21670
21730
|
'showWeekNumbers:show-week-numbers',
|
|
21671
21731
|
'showRanges:show-ranges',
|
|
@@ -21676,7 +21736,7 @@ const DEFAULT_INPUTS_O_DATERANGE_INPUT = [
|
|
|
21676
21736
|
'mode',
|
|
21677
21737
|
...DEFAULT_INPUTS_O_DATE_INPUT
|
|
21678
21738
|
];
|
|
21679
|
-
class
|
|
21739
|
+
class ODateRangeLegacyInputComponent extends OFormDataComponent {
|
|
21680
21740
|
get oMinDate() {
|
|
21681
21741
|
return this._oMinDate;
|
|
21682
21742
|
}
|
|
@@ -21705,8 +21765,9 @@ class ODateRangeInputComponent extends OFormDataComponent {
|
|
|
21705
21765
|
return this._separator;
|
|
21706
21766
|
}
|
|
21707
21767
|
set separator(value) {
|
|
21768
|
+
var _a;
|
|
21708
21769
|
this._separator = value;
|
|
21709
|
-
if (
|
|
21770
|
+
if ((_a = this.getFormControl()) === null || _a === void 0 ? void 0 : _a.value) {
|
|
21710
21771
|
this.updateElement();
|
|
21711
21772
|
}
|
|
21712
21773
|
}
|
|
@@ -21954,27 +22015,27 @@ class ODateRangeInputComponent extends OFormDataComponent {
|
|
|
21954
22015
|
return this._valueType;
|
|
21955
22016
|
}
|
|
21956
22017
|
}
|
|
21957
|
-
|
|
21958
|
-
|
|
22018
|
+
ODateRangeLegacyInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeLegacyInputComponent, deps: [{ token: forwardRef(() => OFormComponent), optional: true }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i1$5.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
|
|
22019
|
+
ODateRangeLegacyInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ODateRangeLegacyInputComponent, selector: "o-daterange-legacy-input", inputs: { separator: "separator", showWeekNumbers: ["show-week-numbers", "showWeekNumbers"], showRanges: ["show-ranges", "showRanges"], olocale: ["locale", "olocale"], startKey: "startKey", endKey: "endKey", valueType: ["value-type", "valueType"], mode: "mode", oformat: ["format", "oformat"], oStartView: ["start-view", "oStartView"], oMinDate: ["min", "oMinDate"], oMaxDate: ["max", "oMaxDate"], oTouchUi: ["touch-ui", "oTouchUi"], oStartAt: ["start-at", "oStartAt"], filterDate: ["filter-date", "filterDate"], textInputEnabled: ["text-input-enabled", "textInputEnabled"], dateClass: ["date-class", "dateClass"] }, outputs: { onChange: "onChange", onValueChange: "onValueChange", onFocus: "onFocus", onBlur: "onBlur" }, viewQueries: [{ propertyName: "pickerDirective", first: true, predicate: ODaterangepickerDirective, descendants: true, static: true }, { propertyName: "matInputRef", first: true, predicate: ["matInputRef"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"space-between center\" [formGroup]=\"getFormGroup()\" [matTooltip]=\"tooltip\" [matTooltipClass]=\"tooltipClass\"\n [matTooltipPosition]=\"tooltipPosition\" [matTooltipShowDelay]=\"tooltipShowDelay\" [matTooltipHideDelay]=\"tooltipHideDelay\">\n\n <mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\" [hideRequiredMarker]=\"hideRequiredMarker\" [class.custom-width]=\"hasCustomWidth\"\n class=\"icon-field\" fxFlexFill [subscriptSizing]=\"subscriptSizing\">\n <mat-label *ngIf=\"labelVisible\">{{ olabel | oTranslate }}</mat-label>\n <input #matInputRef matInput type=\"text\" o-daterange-input [id]=\"getAttribute()\" [formControlName]=\"getAttribute()\" [required]=\"isRequired\"\n [placeholder]=\"placeHolder\" [readonly]=\"isReadOnly || !textInputEnabled\" showDropdowns=\"true\" showCancel=\"true\" [showRanges]=\"showRanges\"\n (datesUpdated)=\"datesUpdated($event)\" [oTouchUi]=\"oTouchUi\" [minDate]=\"oMinDate\" [maxDate]=\"oMaxDate\" (focus)=\"innerOnFocus($event)\"\n (blur)=\"innerOnBlur($event)\" (change)=\"onChangeEvent($event)\" [locale]=\"localeOptions\" [separator]=\"separator\" [startKey]=\"startKey\"\n [endKey]=\"endKey\" [showWeekNumbers]=\"showWeekNumbers\" [singleDatePicker]=\"isMobileMode()\">\n <button type=\"button\" matSuffix mat-icon-button (click)=\"openPicker()\" [disabled]=\"isReadOnly || !enabled\">\n <mat-icon>today</mat-icon>\n </button>\n\n <button type=\"button\" *ngIf=\"showClearButton\" matSuffix mat-icon-button (click)=\"onClickClearValue($event)\" [disabled]=\"isReadOnly || !enabled\">\n <mat-icon svgIcon=\"ontimize:close\"></mat-icon>\n </button>\n\n <mat-error *oMatError=\"hasError('required')\">\n {{ 'FORM_VALIDATION.REQUIRED' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRange')\">\n {{ 'FORM_VALIDATION.DATERANGE_INVALID' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeParse')\">\n {{ 'FORM_VALIDATION.DATE_PARSE' | oTranslate }} : {{ getErrorValue('dateRangeParse', 'format') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMin')\">\n {{ 'FORM_VALIDATION.DATERANGE_MIN' | oTranslate }} : {{ getErrorValue('dateRangeMin', 'dateMin') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMax')\">\n {{ 'FORM_VALIDATION.DATERANGE_MAX' | oTranslate }} : {{ getErrorValue('dateRangeMax', 'dateMax') }}\n </mat-error>\n <mat-error *ngFor=\"let oError of getActiveOErrors()\">\n {{ oError.text | oTranslate }}\n </mat-error>\n </mat-form-field>\n</div>\n", dependencies: [{ kind: "directive", type: i1$2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i2.FlexFillDirective, selector: "[fxFill], [fxFlexFill]" }, { kind: "directive", type: i3$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3$2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i3$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: OMatErrorDirective, selector: "[oMatError]", inputs: ["oMatError"] }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i7$1.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i8.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i8.MatLabel, selector: "mat-label" }, { kind: "directive", type: i8.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i8.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "directive", type: i9.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "directive", type: ODaterangepickerDirective, selector: "input[o-daterange-input]", inputs: ["minDate", "maxDate", "showCustomRangeLabel", "linkedCalendars", "dateLimit", "singleDatePicker", "showWeekNumbers", "showISOWeekNumbers", "showDropdowns", "isInvalidDate", "isCustomDate", "opens", "drops", "lastMonthDayClass", "emptyWeekRowClass", "firstDayOfNextMonthClass", "lastDayOfPreviousMonthClass", "keepCalendarOpeningWithRange", "showRangeLabelOnInput", "showCancel", "timePicker", "showRanges", "timePicker24Hour", "timePickerIncrement", "timePickerSeconds", "separator", "locale", "_endKey", "oTouchUi", "startKey", "endKey"], outputs: ["onChange", "rangeClicked", "datesUpdated"] }, { kind: "pipe", type: OTranslatePipe, name: "oTranslate" }] });
|
|
21959
22020
|
__decorate([
|
|
21960
22021
|
BooleanInputConverter(),
|
|
21961
22022
|
__metadata("design:type", Boolean)
|
|
21962
|
-
],
|
|
22023
|
+
], ODateRangeLegacyInputComponent.prototype, "textInputEnabled", void 0);
|
|
21963
22024
|
__decorate([
|
|
21964
22025
|
BooleanInputConverter(),
|
|
21965
22026
|
__metadata("design:type", Boolean)
|
|
21966
|
-
],
|
|
22027
|
+
], ODateRangeLegacyInputComponent.prototype, "showWeekNumbers", void 0);
|
|
21967
22028
|
__decorate([
|
|
21968
22029
|
BooleanInputConverter(),
|
|
21969
22030
|
__metadata("design:type", Boolean)
|
|
21970
|
-
],
|
|
22031
|
+
], ODateRangeLegacyInputComponent.prototype, "oTouchUi", void 0);
|
|
21971
22032
|
__decorate([
|
|
21972
22033
|
BooleanInputConverter(),
|
|
21973
22034
|
__metadata("design:type", Boolean)
|
|
21974
|
-
],
|
|
21975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
22035
|
+
], ODateRangeLegacyInputComponent.prototype, "showRanges", void 0);
|
|
22036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeLegacyInputComponent, decorators: [{
|
|
21976
22037
|
type: Component,
|
|
21977
|
-
args: [{ selector: 'o-daterange-input', outputs:
|
|
22038
|
+
args: [{ selector: 'o-daterange-legacy-input', outputs: DEFAULT_OUTPUTS_O_DATERANGE_LEGACY_INPUT, inputs: DEFAULT_INPUTS_O_DATERANGE_LEGACY_INPUT, template: "<div fxLayout=\"row\" fxLayoutAlign=\"space-between center\" [formGroup]=\"getFormGroup()\" [matTooltip]=\"tooltip\" [matTooltipClass]=\"tooltipClass\"\n [matTooltipPosition]=\"tooltipPosition\" [matTooltipShowDelay]=\"tooltipShowDelay\" [matTooltipHideDelay]=\"tooltipHideDelay\">\n\n <mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\" [hideRequiredMarker]=\"hideRequiredMarker\" [class.custom-width]=\"hasCustomWidth\"\n class=\"icon-field\" fxFlexFill [subscriptSizing]=\"subscriptSizing\">\n <mat-label *ngIf=\"labelVisible\">{{ olabel | oTranslate }}</mat-label>\n <input #matInputRef matInput type=\"text\" o-daterange-input [id]=\"getAttribute()\" [formControlName]=\"getAttribute()\" [required]=\"isRequired\"\n [placeholder]=\"placeHolder\" [readonly]=\"isReadOnly || !textInputEnabled\" showDropdowns=\"true\" showCancel=\"true\" [showRanges]=\"showRanges\"\n (datesUpdated)=\"datesUpdated($event)\" [oTouchUi]=\"oTouchUi\" [minDate]=\"oMinDate\" [maxDate]=\"oMaxDate\" (focus)=\"innerOnFocus($event)\"\n (blur)=\"innerOnBlur($event)\" (change)=\"onChangeEvent($event)\" [locale]=\"localeOptions\" [separator]=\"separator\" [startKey]=\"startKey\"\n [endKey]=\"endKey\" [showWeekNumbers]=\"showWeekNumbers\" [singleDatePicker]=\"isMobileMode()\">\n <button type=\"button\" matSuffix mat-icon-button (click)=\"openPicker()\" [disabled]=\"isReadOnly || !enabled\">\n <mat-icon>today</mat-icon>\n </button>\n\n <button type=\"button\" *ngIf=\"showClearButton\" matSuffix mat-icon-button (click)=\"onClickClearValue($event)\" [disabled]=\"isReadOnly || !enabled\">\n <mat-icon svgIcon=\"ontimize:close\"></mat-icon>\n </button>\n\n <mat-error *oMatError=\"hasError('required')\">\n {{ 'FORM_VALIDATION.REQUIRED' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRange')\">\n {{ 'FORM_VALIDATION.DATERANGE_INVALID' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeParse')\">\n {{ 'FORM_VALIDATION.DATE_PARSE' | oTranslate }} : {{ getErrorValue('dateRangeParse', 'format') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMin')\">\n {{ 'FORM_VALIDATION.DATERANGE_MIN' | oTranslate }} : {{ getErrorValue('dateRangeMin', 'dateMin') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMax')\">\n {{ 'FORM_VALIDATION.DATERANGE_MAX' | oTranslate }} : {{ getErrorValue('dateRangeMax', 'dateMax') }}\n </mat-error>\n <mat-error *ngFor=\"let oError of getActiveOErrors()\">\n {{ oError.text | oTranslate }}\n </mat-error>\n </mat-form-field>\n</div>\n" }]
|
|
21978
22039
|
}], ctorParameters: function () {
|
|
21979
22040
|
return [{ type: OFormComponent, decorators: [{
|
|
21980
22041
|
type: Optional
|
|
@@ -21990,17 +22051,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
21990
22051
|
args: ['matInputRef', { read: ElementRef, static: true }]
|
|
21991
22052
|
}], textInputEnabled: [], showWeekNumbers: [], oTouchUi: [], showRanges: [] } });
|
|
21992
22053
|
|
|
21993
|
-
class
|
|
22054
|
+
class ODateRangeLegacyInputModule {
|
|
21994
22055
|
}
|
|
21995
|
-
|
|
21996
|
-
|
|
21997
|
-
|
|
21998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
22056
|
+
ODateRangeLegacyInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeLegacyInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22057
|
+
ODateRangeLegacyInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeLegacyInputModule, declarations: [DaterangepickerComponent, ODateRangeLegacyInputComponent, ODaterangepickerDirective], imports: [CommonModule, OSharedModule], exports: [ODateRangeLegacyInputComponent] });
|
|
22058
|
+
ODateRangeLegacyInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeLegacyInputModule, imports: [CommonModule, OSharedModule] });
|
|
22059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeLegacyInputModule, decorators: [{
|
|
21999
22060
|
type: NgModule,
|
|
22000
22061
|
args: [{
|
|
22001
|
-
declarations: [DaterangepickerComponent,
|
|
22062
|
+
declarations: [DaterangepickerComponent, ODateRangeLegacyInputComponent, ODaterangepickerDirective],
|
|
22002
22063
|
imports: [CommonModule, OSharedModule],
|
|
22003
|
-
exports: [
|
|
22064
|
+
exports: [ODateRangeLegacyInputComponent]
|
|
22004
22065
|
}]
|
|
22005
22066
|
}] });
|
|
22006
22067
|
|
|
@@ -26767,6 +26828,7 @@ class OListComponent extends AbstractOServiceComponent {
|
|
|
26767
26828
|
return this.selectable && this.selection.isSelected(item);
|
|
26768
26829
|
}
|
|
26769
26830
|
onScroll(e) {
|
|
26831
|
+
var _a, _b;
|
|
26770
26832
|
if (this.matpaginator)
|
|
26771
26833
|
return;
|
|
26772
26834
|
if (this.pageable) {
|
|
@@ -26778,6 +26840,7 @@ class OListComponent extends AbstractOServiceComponent {
|
|
|
26778
26840
|
offset: this.state.queryRecordOffset,
|
|
26779
26841
|
length: this.queryRows
|
|
26780
26842
|
};
|
|
26843
|
+
(_a = this.dataService) === null || _a === void 0 ? void 0 : _a.setPaginationContext({ pageNumber: ((_b = this.dataService) === null || _b === void 0 ? void 0 : _b.getPaginationContext().pageNumber) + 1 });
|
|
26781
26844
|
this.queryData(void 0, queryArgs);
|
|
26782
26845
|
}
|
|
26783
26846
|
}
|
|
@@ -33362,6 +33425,10 @@ class OTableComponent extends AbstractOServiceComponent {
|
|
|
33362
33425
|
}
|
|
33363
33426
|
}
|
|
33364
33427
|
setData(data, sqlTypes) {
|
|
33428
|
+
var _a;
|
|
33429
|
+
if (data instanceof Array && data.length === 0) {
|
|
33430
|
+
(_a = this.dataService) === null || _a === void 0 ? void 0 : _a.reinitializePaginationContext(this.queryRows);
|
|
33431
|
+
}
|
|
33365
33432
|
this.daoTable.sqlTypesChange.next(sqlTypes);
|
|
33366
33433
|
this.daoTable.setDataArray(data);
|
|
33367
33434
|
if (this.pageable) {
|
|
@@ -34086,7 +34153,9 @@ class OTableComponent extends AbstractOServiceComponent {
|
|
|
34086
34153
|
return this.selectionMode === Codes.SELECTION_MODE_NONE;
|
|
34087
34154
|
}
|
|
34088
34155
|
onChangePage(evt) {
|
|
34156
|
+
var _a;
|
|
34089
34157
|
this.finishQuerySubscription = false;
|
|
34158
|
+
(_a = this.dataService) === null || _a === void 0 ? void 0 : _a.setPaginationContext({ pageNumber: evt.pageIndex, pageSize: evt.pageSize });
|
|
34090
34159
|
if (!this.pageable) {
|
|
34091
34160
|
this.currentPage = evt.pageIndex;
|
|
34092
34161
|
return;
|
|
@@ -39896,6 +39965,367 @@ const ONTIMIZE_PROVIDERS = [
|
|
|
39896
39965
|
{ provide: O_INPUTS_OPTIONS, useValue: {} }
|
|
39897
39966
|
];
|
|
39898
39967
|
|
|
39968
|
+
class ODialogConfig {
|
|
39969
|
+
}
|
|
39970
|
+
|
|
39971
|
+
const DEFAULT_OUTPUTS_O_DATERANGE_INPUT = [
|
|
39972
|
+
...DEFAULT_OUTPUTS_O_FORM_DATA_COMPONENT
|
|
39973
|
+
];
|
|
39974
|
+
const DEFAULT_INPUTS_O_DATERANGE_INPUT = [
|
|
39975
|
+
'separator',
|
|
39976
|
+
'olocale:locale',
|
|
39977
|
+
'startKey',
|
|
39978
|
+
'endKey',
|
|
39979
|
+
'valueType: value-type',
|
|
39980
|
+
'mode',
|
|
39981
|
+
'placeholderStartDay: placeholder-startday',
|
|
39982
|
+
'placeholderEndDay: placeholder-endday',
|
|
39983
|
+
...DEFAULT_INPUTS_O_DATE_INPUT
|
|
39984
|
+
];
|
|
39985
|
+
class ODateRangeInputComponent extends OFormDataComponent {
|
|
39986
|
+
get dateClass() {
|
|
39987
|
+
return this._dateClass;
|
|
39988
|
+
}
|
|
39989
|
+
set dateClass(val) {
|
|
39990
|
+
this._dateClass = val;
|
|
39991
|
+
}
|
|
39992
|
+
set oMinDate(value) {
|
|
39993
|
+
if (value) {
|
|
39994
|
+
const momentD = this.getValueAsMoment(value);
|
|
39995
|
+
if (Util.isDefined(momentD)) {
|
|
39996
|
+
this._oMinDate = this.convertToDate(value);
|
|
39997
|
+
}
|
|
39998
|
+
}
|
|
39999
|
+
}
|
|
40000
|
+
get oMinDate() {
|
|
40001
|
+
return this._oMinDate;
|
|
40002
|
+
}
|
|
40003
|
+
set oMaxDate(value) {
|
|
40004
|
+
if (value) {
|
|
40005
|
+
this._oMaxDate = this.convertToDate(value);
|
|
40006
|
+
}
|
|
40007
|
+
}
|
|
40008
|
+
get oMaxDate() {
|
|
40009
|
+
return this._oMaxDate;
|
|
40010
|
+
}
|
|
40011
|
+
get startKey() {
|
|
40012
|
+
return this._startKey;
|
|
40013
|
+
}
|
|
40014
|
+
set startKey(value) {
|
|
40015
|
+
this._startKey = value;
|
|
40016
|
+
}
|
|
40017
|
+
get endKey() {
|
|
40018
|
+
return this._endKey;
|
|
40019
|
+
}
|
|
40020
|
+
set endKey(value) {
|
|
40021
|
+
this._endKey = value;
|
|
40022
|
+
}
|
|
40023
|
+
get showClearButton() {
|
|
40024
|
+
return this.clearButton && !this.isReadOnly && this.enabled && this.getValue();
|
|
40025
|
+
}
|
|
40026
|
+
get touchUi() {
|
|
40027
|
+
return this.oTouchUi || false;
|
|
40028
|
+
}
|
|
40029
|
+
set touchUi(val) {
|
|
40030
|
+
this.oTouchUi = val;
|
|
40031
|
+
}
|
|
40032
|
+
isMobileMode() {
|
|
40033
|
+
return this.mode === 'mobile' || (this.mode === 'auto' && this.breakpointObserver.isMatched(Breakpoints.Handset));
|
|
40034
|
+
}
|
|
40035
|
+
isDesktopMode() {
|
|
40036
|
+
return this.mode === 'desktop' || (this.mode === 'auto' && !this.breakpointObserver.isMatched(Breakpoints.Handset));
|
|
40037
|
+
}
|
|
40038
|
+
constructor(form, elRef, injector, momentDateAdapter, breakpointObserver) {
|
|
40039
|
+
super(form, elRef, injector);
|
|
40040
|
+
this.momentDateAdapter = momentDateAdapter;
|
|
40041
|
+
this.breakpointObserver = breakpointObserver;
|
|
40042
|
+
this.textInputEnabled = true;
|
|
40043
|
+
this.oTouchUi = false;
|
|
40044
|
+
this.mode = 'auto';
|
|
40045
|
+
this._startKey = 'startDate';
|
|
40046
|
+
this._endKey = 'endDate';
|
|
40047
|
+
this._valueType = 'timestamp';
|
|
40048
|
+
this.separator = ' - ';
|
|
40049
|
+
this.oformat = 'L';
|
|
40050
|
+
this.placeholderStartDay = 'DATERANGE.PLACEHOLDER_STARTDATE';
|
|
40051
|
+
this.placeholderEndDay = 'DATERANGE.PLACEHOLDER_ENDDATE';
|
|
40052
|
+
this.momentSrv = this.injector.get(MomentService);
|
|
40053
|
+
this.media = this.injector.get(MediaObserver);
|
|
40054
|
+
this.range = new FormGroup({
|
|
40055
|
+
[this.startKey]: new OFormControl(),
|
|
40056
|
+
[this.endKey]: new OFormControl()
|
|
40057
|
+
});
|
|
40058
|
+
}
|
|
40059
|
+
ngOnInit() {
|
|
40060
|
+
super.ngOnInit();
|
|
40061
|
+
this.subscribeToMediaChanges();
|
|
40062
|
+
if (!this.olocale) {
|
|
40063
|
+
this.olocale = this.momentSrv.getLocale();
|
|
40064
|
+
}
|
|
40065
|
+
if (this.oformat) {
|
|
40066
|
+
this.momentDateAdapter.oFormat = this.oformat;
|
|
40067
|
+
}
|
|
40068
|
+
this.momentDateAdapter.setLocale(this.olocale);
|
|
40069
|
+
this.onLanguageChangeSubscription = this.translateService.onLanguageChanged.subscribe(() => {
|
|
40070
|
+
this.momentDateAdapter.setLocale(this.translateService.getCurrentLang());
|
|
40071
|
+
this.setValue(this.getValue());
|
|
40072
|
+
});
|
|
40073
|
+
}
|
|
40074
|
+
subscribeToMediaChanges() {
|
|
40075
|
+
this.mediaSubscription = this.media.asObservable().subscribe((change) => {
|
|
40076
|
+
if (['xs', 'sm'].indexOf(change[0].mqAlias) !== -1) {
|
|
40077
|
+
this.touchUi = Util.isDefined(this.oTouchUi) ? this.oTouchUi : true;
|
|
40078
|
+
}
|
|
40079
|
+
if (['md', 'lg', 'xl'].indexOf(change[0].mqAlias) !== -1) {
|
|
40080
|
+
this.touchUi = Util.isDefined(this.oTouchUi) ? this.oTouchUi : false;
|
|
40081
|
+
}
|
|
40082
|
+
});
|
|
40083
|
+
}
|
|
40084
|
+
open() {
|
|
40085
|
+
if (!this.isReadOnly && this.enabled) {
|
|
40086
|
+
this.picker.open();
|
|
40087
|
+
}
|
|
40088
|
+
}
|
|
40089
|
+
resolveValidators() {
|
|
40090
|
+
const validators = super.resolveValidators();
|
|
40091
|
+
validators.push(this.rangeDateValidator.bind(this));
|
|
40092
|
+
if (Util.isDefined(this.oMinDate)) {
|
|
40093
|
+
validators.push(this.minDateValidator.bind(this));
|
|
40094
|
+
}
|
|
40095
|
+
if (Util.isDefined(this.oMaxDate)) {
|
|
40096
|
+
validators.push(this.maxDateValidator.bind(this));
|
|
40097
|
+
}
|
|
40098
|
+
validators.push(this.parseDateValidator.bind(this));
|
|
40099
|
+
return validators;
|
|
40100
|
+
}
|
|
40101
|
+
isObjectDataRangeNull(objectValue) {
|
|
40102
|
+
return objectValue !== null && objectValue.value !== null &&
|
|
40103
|
+
!Util.isDefined(objectValue.value[this.startKey]) &&
|
|
40104
|
+
!Util.isDefined(objectValue.value[this.endKey]);
|
|
40105
|
+
}
|
|
40106
|
+
rangeDateValidator(control) {
|
|
40107
|
+
if (control.value instanceof Object && !this.isObjectDataRangeNull(control)) {
|
|
40108
|
+
const endValue = this.getValueAsMoment(control.value[this._endKey]);
|
|
40109
|
+
const startValue = this.getValueAsMoment(control.value[this._startKey]);
|
|
40110
|
+
if (endValue.isSameOrBefore(startValue)) {
|
|
40111
|
+
return {
|
|
40112
|
+
dateRange: true
|
|
40113
|
+
};
|
|
40114
|
+
}
|
|
40115
|
+
}
|
|
40116
|
+
return {};
|
|
40117
|
+
}
|
|
40118
|
+
minDateValidator(control) {
|
|
40119
|
+
const mindate = moment(this.oMinDate);
|
|
40120
|
+
if ((control.value instanceof Object)
|
|
40121
|
+
&& !this.isObjectDataRangeNull(control)) {
|
|
40122
|
+
const startValue = this.getValueAsMoment(control.value[this._startKey]);
|
|
40123
|
+
if (startValue.isBefore(mindate)) {
|
|
40124
|
+
return {
|
|
40125
|
+
dateRangeMin: {
|
|
40126
|
+
dateMin: mindate.format(this.oformat)
|
|
40127
|
+
}
|
|
40128
|
+
};
|
|
40129
|
+
}
|
|
40130
|
+
}
|
|
40131
|
+
return {};
|
|
40132
|
+
}
|
|
40133
|
+
maxDateValidator(control) {
|
|
40134
|
+
const maxdate = moment(this.oMaxDate);
|
|
40135
|
+
if ((control.value instanceof Object)
|
|
40136
|
+
&& !this.isObjectDataRangeNull(control)) {
|
|
40137
|
+
const endValue = this.getValueAsMoment(control.value[this._endKey]);
|
|
40138
|
+
if (endValue.isAfter(maxdate)) {
|
|
40139
|
+
return {
|
|
40140
|
+
dateRangeMax: {
|
|
40141
|
+
dateMax: maxdate.format(this.oformat)
|
|
40142
|
+
}
|
|
40143
|
+
};
|
|
40144
|
+
}
|
|
40145
|
+
}
|
|
40146
|
+
return {};
|
|
40147
|
+
}
|
|
40148
|
+
parseDateValidator(control) {
|
|
40149
|
+
if ((control.value instanceof Object)
|
|
40150
|
+
&& !this.isObjectDataRangeNull(control)) {
|
|
40151
|
+
const endValue = this.getValueAsMoment(control.value[this._endKey]);
|
|
40152
|
+
const startValue = this.getValueAsMoment(control.value[this._startKey]);
|
|
40153
|
+
if (!endValue.isValid() || !startValue.isValid()) {
|
|
40154
|
+
return {
|
|
40155
|
+
dateRangeParse: {
|
|
40156
|
+
format: this.oformat + this.separator + this.oformat
|
|
40157
|
+
}
|
|
40158
|
+
};
|
|
40159
|
+
}
|
|
40160
|
+
}
|
|
40161
|
+
return {};
|
|
40162
|
+
}
|
|
40163
|
+
set valueType(val) {
|
|
40164
|
+
this._valueType = Util.convertToODateValueType(val);
|
|
40165
|
+
}
|
|
40166
|
+
get valueType() {
|
|
40167
|
+
return this._valueType;
|
|
40168
|
+
}
|
|
40169
|
+
ngOnDestroy() {
|
|
40170
|
+
super.ngOnDestroy();
|
|
40171
|
+
if (this.mediaSubscription) {
|
|
40172
|
+
this.mediaSubscription.unsubscribe();
|
|
40173
|
+
}
|
|
40174
|
+
if (this.onLanguageChangeSubscription) {
|
|
40175
|
+
this.onLanguageChangeSubscription.unsubscribe();
|
|
40176
|
+
}
|
|
40177
|
+
}
|
|
40178
|
+
setFormValue(val, options, setDirty = false) {
|
|
40179
|
+
let value = val;
|
|
40180
|
+
if (val instanceof OFormValue) {
|
|
40181
|
+
value = val.value;
|
|
40182
|
+
}
|
|
40183
|
+
this.range.setValue(this.ensureODateValueType(value), options);
|
|
40184
|
+
super.setFormValue(value, options, setDirty);
|
|
40185
|
+
}
|
|
40186
|
+
ensureODateValueType(val) {
|
|
40187
|
+
if (!Util.isDefined(val)) {
|
|
40188
|
+
return { [this.startKey]: null, [this.endKey]: null };
|
|
40189
|
+
}
|
|
40190
|
+
let result = val;
|
|
40191
|
+
const startVal = this.convertToDate(val[this.startKey]);
|
|
40192
|
+
const endVal = this.convertToDate(val[this.endKey]);
|
|
40193
|
+
if (!Util.isDefined(result)) {
|
|
40194
|
+
console.warn(`ODateRangeInputComponent value (${val}) is not consistent with value-type (${this.valueType})`);
|
|
40195
|
+
}
|
|
40196
|
+
else {
|
|
40197
|
+
result = { [this.startKey]: startVal, [this.endKey]: endVal };
|
|
40198
|
+
}
|
|
40199
|
+
return result;
|
|
40200
|
+
}
|
|
40201
|
+
convertToDate(val) {
|
|
40202
|
+
if (!Util.isDefined(val))
|
|
40203
|
+
return null;
|
|
40204
|
+
switch (this.valueType) {
|
|
40205
|
+
case 'string':
|
|
40206
|
+
return typeof val === 'string' && moment(val, this.oformat).isValid()
|
|
40207
|
+
? new Date(moment(val, this.oformat).valueOf())
|
|
40208
|
+
: null;
|
|
40209
|
+
case 'date':
|
|
40210
|
+
return val instanceof Date ? val : null;
|
|
40211
|
+
case 'timestamp':
|
|
40212
|
+
return typeof val === 'number' ? new Date(val) : null;
|
|
40213
|
+
case 'iso-8601':
|
|
40214
|
+
if (typeof val === 'string') {
|
|
40215
|
+
return moment(val).isValid() ? new Date(moment(val).valueOf()) : null;
|
|
40216
|
+
}
|
|
40217
|
+
else if (typeof val === 'number' && this.getSQLType() === SQLTypes.TIMESTAMP) {
|
|
40218
|
+
return new Date(val);
|
|
40219
|
+
}
|
|
40220
|
+
return null;
|
|
40221
|
+
default:
|
|
40222
|
+
return null;
|
|
40223
|
+
}
|
|
40224
|
+
}
|
|
40225
|
+
onChangeEvent(event) {
|
|
40226
|
+
const dateRangeValue = this.dateRangeInput.value;
|
|
40227
|
+
if (dateRangeValue.start && dateRangeValue.end) {
|
|
40228
|
+
let value = {
|
|
40229
|
+
[this.startKey]: Util.parseByValueType(dateRangeValue.start, this.valueType, this.oformat),
|
|
40230
|
+
[this.endKey]: Util.parseByValueType(dateRangeValue.end, this.valueType, this.oformat)
|
|
40231
|
+
};
|
|
40232
|
+
this.setValue(value, {
|
|
40233
|
+
changeType: OValueChangeEvent.USER_CHANGE,
|
|
40234
|
+
emitEvent: false,
|
|
40235
|
+
emitModelToViewChange: false
|
|
40236
|
+
});
|
|
40237
|
+
}
|
|
40238
|
+
}
|
|
40239
|
+
onClickInput(e) {
|
|
40240
|
+
if (!this.textInputEnabled) {
|
|
40241
|
+
this.open();
|
|
40242
|
+
}
|
|
40243
|
+
}
|
|
40244
|
+
onClickClearValue(event) {
|
|
40245
|
+
super.onClickClearValue(event);
|
|
40246
|
+
this.range.setValue({ [this.startKey]: null, [this.endKey]: null });
|
|
40247
|
+
this.markFormGroupTouched();
|
|
40248
|
+
}
|
|
40249
|
+
markFormGroupTouched() {
|
|
40250
|
+
Object.keys(this.range.controls).forEach((key) => {
|
|
40251
|
+
const control = this.range.get(key);
|
|
40252
|
+
control === null || control === void 0 ? void 0 : control.markAsTouched();
|
|
40253
|
+
});
|
|
40254
|
+
}
|
|
40255
|
+
getValueAsMoment(val) {
|
|
40256
|
+
if (!Util.isDefined(val)) {
|
|
40257
|
+
return val;
|
|
40258
|
+
}
|
|
40259
|
+
let result;
|
|
40260
|
+
switch (true) {
|
|
40261
|
+
case this.valueType === 'string' && typeof val === 'string':
|
|
40262
|
+
result = moment(val, this.oformat);
|
|
40263
|
+
break;
|
|
40264
|
+
case this.valueType === 'date' && val instanceof Date:
|
|
40265
|
+
case this.valueType === 'timestamp' && typeof val === 'number':
|
|
40266
|
+
case this.valueType === 'iso-8601' && typeof val === 'string':
|
|
40267
|
+
result = moment(val);
|
|
40268
|
+
break;
|
|
40269
|
+
case this.valueType === 'iso-8601':
|
|
40270
|
+
if (typeof val !== 'string') {
|
|
40271
|
+
const acceptTimestamp = typeof val === 'number' && this.getSQLType() === SQLTypes.TIMESTAMP;
|
|
40272
|
+
if (acceptTimestamp) {
|
|
40273
|
+
result = moment(val);
|
|
40274
|
+
}
|
|
40275
|
+
}
|
|
40276
|
+
break;
|
|
40277
|
+
default:
|
|
40278
|
+
break;
|
|
40279
|
+
}
|
|
40280
|
+
return Util.isDefined(result) && result.isValid() ? result : undefined;
|
|
40281
|
+
}
|
|
40282
|
+
}
|
|
40283
|
+
ODateRangeInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeInputComponent, deps: [{ token: forwardRef(() => OFormComponent), optional: true }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i1$4.DateAdapter }, { token: i1$5.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
|
|
40284
|
+
ODateRangeInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ODateRangeInputComponent, selector: "o-daterange-input", inputs: { separator: "separator", olocale: ["locale", "olocale"], startKey: "startKey", endKey: "endKey", valueType: ["value-type", "valueType"], mode: "mode", placeholderStartDay: ["placeholder-startday", "placeholderStartDay"], placeholderEndDay: ["placeholder-endday", "placeholderEndDay"], oformat: ["format", "oformat"], oStartView: ["start-view", "oStartView"], oMinDate: ["min", "oMinDate"], oMaxDate: ["max", "oMaxDate"], oTouchUi: ["touch-ui", "oTouchUi"], oStartAt: ["start-at", "oStartAt"], filterDate: ["filter-date", "filterDate"], textInputEnabled: ["text-input-enabled", "textInputEnabled"], dateClass: ["date-class", "dateClass"] }, outputs: { onChange: "onChange", onValueChange: "onValueChange", onFocus: "onFocus", onBlur: "onBlur" }, providers: [
|
|
40285
|
+
{ provide: DateAdapter, useClass: OntimizeMomentDateAdapter, deps: [MAT_DATE_LOCALE] }
|
|
40286
|
+
], viewQueries: [{ propertyName: "picker", first: true, predicate: ["picker"], descendants: true, static: true }, { propertyName: "dateRangeInput", first: true, predicate: ["dateRangeInput"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"space-between center\" [formGroup]=\"getFormGroup()\" [matTooltip]=\"tooltip\" [matTooltipClass]=\"tooltipClass\"\n [matTooltipPosition]=\"tooltipPosition\" [matTooltipShowDelay]=\"tooltipShowDelay\" [matTooltipHideDelay]=\"tooltipHideDelay\">\n\n <mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\" [hideRequiredMarker]=\"hideRequiredMarker\" [class.custom-width]=\"hasCustomWidth\"\n class=\"icon-field\" fxFlexFill [subscriptSizing]=\"subscriptSizing\">\n <mat-label *ngIf=\"labelVisible\">{{ olabel | oTranslate }}</mat-label>\n <mat-date-range-input #dateRangeInput [rangePicker]=\"picker\" [id]=\"getAttribute()\" [formGroup]=\"range\" [separator]=\"separator\"\n [required]=\"isRequired\" [min]=\"oMinDate\" [max]=\"oMaxDate\" (focus)=\"innerOnFocus($event)\" (blur)=\"innerOnBlur($event)\">\n <input #startDate matStartDate placeholder=\"{{ placeholderStartDay | oTranslate }}\" [value]=\"startDateValue\"\n [formControlName]=\"startKey\" (dateChange)=\"onChangeEvent($event)\" [readonly]=\"isReadOnly || !textInputEnabled\" (focus)=\"innerOnFocus($event)\"\n (blur)=\"innerOnBlur($event)\" [required]=\"isRequired\">\n <input #endDate matEndDate placeholder=\"{{ placeholderEndDay | oTranslate }}\" [value]=\"endDateValue\" [formControlName]=\"endKey\"\n (dateChange)=\"onChangeEvent($event)\" [readonly]=\"isReadOnly || !textInputEnabled\" (focus)=\"innerOnFocus($event)\" (blur)=\"innerOnBlur($event)\"\n [required]=\"isRequired\">\n </mat-date-range-input>\n\n <button type=\"button\" *ngIf=\"showClearButton\" matSuffix mat-icon-button (click)=\"onClickClearValue($event)\">\n <mat-icon svgIcon=\"ontimize:close\"></mat-icon>\n </button>\n <mat-datepicker-toggle matIconSuffix [for]=\"picker\" [disabled]=\"isReadOnly || !enabled\"></mat-datepicker-toggle>\n <mat-date-range-picker #picker [disabled]=\"isReadOnly || !enabled\" [class.read-only]=\"isReadOnly\" [touchUi]=\"touchUi\" [dateClass]=\"dateClass\"></mat-date-range-picker>\n\n <mat-error *oMatError=\"hasError('required')\">\n {{ 'FORM_VALIDATION.REQUIRED' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRange')\">\n {{ 'FORM_VALIDATION.DATERANGE_INVALID' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeParse')\">\n {{ 'FORM_VALIDATION.DATE_PARSE' | oTranslate }} : {{ getErrorValue('dateRangeParse', 'format') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMin')\">\n {{ 'FORM_VALIDATION.DATERANGE_MIN' | oTranslate }} : {{ getErrorValue('dateRangeMin', 'dateMin') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMax')\">\n {{ 'FORM_VALIDATION.DATERANGE_MAX' | oTranslate }} : {{ getErrorValue('dateRangeMax', 'dateMax') }}\n </mat-error>\n <mat-error *ngFor=\"let oError of getActiveOErrors()\">\n {{ oError.text | oTranslate }}\n </mat-error>\n </mat-form-field>\n</div>\n", dependencies: [{ kind: "directive", type: i1$2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i2.FlexFillDirective, selector: "[fxFill], [fxFlexFill]" }, { kind: "directive", type: i3$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3$2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i3$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: OMatErrorDirective, selector: "[oMatError]", inputs: ["oMatError"] }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i7$3.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i7$3.MatDateRangeInput, selector: "mat-date-range-input", inputs: ["rangePicker", "required", "dateFilter", "min", "max", "disabled", "separator", "comparisonStart", "comparisonEnd"], exportAs: ["matDateRangeInput"] }, { kind: "directive", type: i7$3.MatStartDate, selector: "input[matStartDate]", inputs: ["errorStateMatcher"], outputs: ["dateChange", "dateInput"] }, { kind: "directive", type: i7$3.MatEndDate, selector: "input[matEndDate]", inputs: ["errorStateMatcher"], outputs: ["dateChange", "dateInput"] }, { kind: "component", type: i7$3.MatDateRangePicker, selector: "mat-date-range-picker", exportAs: ["matDateRangePicker"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i8.MatLabel, selector: "mat-label" }, { kind: "directive", type: i8.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i8.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "directive", type: i9.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "pipe", type: OTranslatePipe, name: "oTranslate" }] });
|
|
40287
|
+
__decorate([
|
|
40288
|
+
BooleanInputConverter(),
|
|
40289
|
+
__metadata("design:type", Boolean)
|
|
40290
|
+
], ODateRangeInputComponent.prototype, "textInputEnabled", void 0);
|
|
40291
|
+
__decorate([
|
|
40292
|
+
BooleanInputConverter(),
|
|
40293
|
+
__metadata("design:type", Boolean)
|
|
40294
|
+
], ODateRangeInputComponent.prototype, "oTouchUi", void 0);
|
|
40295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeInputComponent, decorators: [{
|
|
40296
|
+
type: Component,
|
|
40297
|
+
args: [{ selector: 'o-daterange-input', outputs: DEFAULT_OUTPUTS_O_DATERANGE_INPUT, inputs: DEFAULT_INPUTS_O_DATERANGE_INPUT, providers: [
|
|
40298
|
+
{ provide: DateAdapter, useClass: OntimizeMomentDateAdapter, deps: [MAT_DATE_LOCALE] }
|
|
40299
|
+
], template: "<div fxLayout=\"row\" fxLayoutAlign=\"space-between center\" [formGroup]=\"getFormGroup()\" [matTooltip]=\"tooltip\" [matTooltipClass]=\"tooltipClass\"\n [matTooltipPosition]=\"tooltipPosition\" [matTooltipShowDelay]=\"tooltipShowDelay\" [matTooltipHideDelay]=\"tooltipHideDelay\">\n\n <mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\" [hideRequiredMarker]=\"hideRequiredMarker\" [class.custom-width]=\"hasCustomWidth\"\n class=\"icon-field\" fxFlexFill [subscriptSizing]=\"subscriptSizing\">\n <mat-label *ngIf=\"labelVisible\">{{ olabel | oTranslate }}</mat-label>\n <mat-date-range-input #dateRangeInput [rangePicker]=\"picker\" [id]=\"getAttribute()\" [formGroup]=\"range\" [separator]=\"separator\"\n [required]=\"isRequired\" [min]=\"oMinDate\" [max]=\"oMaxDate\" (focus)=\"innerOnFocus($event)\" (blur)=\"innerOnBlur($event)\">\n <input #startDate matStartDate placeholder=\"{{ placeholderStartDay | oTranslate }}\" [value]=\"startDateValue\"\n [formControlName]=\"startKey\" (dateChange)=\"onChangeEvent($event)\" [readonly]=\"isReadOnly || !textInputEnabled\" (focus)=\"innerOnFocus($event)\"\n (blur)=\"innerOnBlur($event)\" [required]=\"isRequired\">\n <input #endDate matEndDate placeholder=\"{{ placeholderEndDay | oTranslate }}\" [value]=\"endDateValue\" [formControlName]=\"endKey\"\n (dateChange)=\"onChangeEvent($event)\" [readonly]=\"isReadOnly || !textInputEnabled\" (focus)=\"innerOnFocus($event)\" (blur)=\"innerOnBlur($event)\"\n [required]=\"isRequired\">\n </mat-date-range-input>\n\n <button type=\"button\" *ngIf=\"showClearButton\" matSuffix mat-icon-button (click)=\"onClickClearValue($event)\">\n <mat-icon svgIcon=\"ontimize:close\"></mat-icon>\n </button>\n <mat-datepicker-toggle matIconSuffix [for]=\"picker\" [disabled]=\"isReadOnly || !enabled\"></mat-datepicker-toggle>\n <mat-date-range-picker #picker [disabled]=\"isReadOnly || !enabled\" [class.read-only]=\"isReadOnly\" [touchUi]=\"touchUi\" [dateClass]=\"dateClass\"></mat-date-range-picker>\n\n <mat-error *oMatError=\"hasError('required')\">\n {{ 'FORM_VALIDATION.REQUIRED' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRange')\">\n {{ 'FORM_VALIDATION.DATERANGE_INVALID' | oTranslate }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeParse')\">\n {{ 'FORM_VALIDATION.DATE_PARSE' | oTranslate }} : {{ getErrorValue('dateRangeParse', 'format') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMin')\">\n {{ 'FORM_VALIDATION.DATERANGE_MIN' | oTranslate }} : {{ getErrorValue('dateRangeMin', 'dateMin') }}\n </mat-error>\n <mat-error *oMatError=\"hasError('dateRangeMax')\">\n {{ 'FORM_VALIDATION.DATERANGE_MAX' | oTranslate }} : {{ getErrorValue('dateRangeMax', 'dateMax') }}\n </mat-error>\n <mat-error *ngFor=\"let oError of getActiveOErrors()\">\n {{ oError.text | oTranslate }}\n </mat-error>\n </mat-form-field>\n</div>\n" }]
|
|
40300
|
+
}], ctorParameters: function () {
|
|
40301
|
+
return [{ type: OFormComponent, decorators: [{
|
|
40302
|
+
type: Optional
|
|
40303
|
+
}, {
|
|
40304
|
+
type: Inject,
|
|
40305
|
+
args: [forwardRef(() => OFormComponent)]
|
|
40306
|
+
}] }, { type: i0.ElementRef }, { type: i0.Injector }, { type: i1$4.DateAdapter }, { type: i1$5.BreakpointObserver }];
|
|
40307
|
+
}, propDecorators: { picker: [{
|
|
40308
|
+
type: ViewChild,
|
|
40309
|
+
args: ['picker', { static: true }]
|
|
40310
|
+
}], textInputEnabled: [], oTouchUi: [], dateRangeInput: [{
|
|
40311
|
+
type: ViewChild,
|
|
40312
|
+
args: ['dateRangeInput']
|
|
40313
|
+
}] } });
|
|
40314
|
+
|
|
40315
|
+
class ODateRangeInputModule {
|
|
40316
|
+
}
|
|
40317
|
+
ODateRangeInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
40318
|
+
ODateRangeInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeInputModule, declarations: [ODateRangeInputComponent], imports: [CommonModule, OSharedModule], exports: [ODateRangeInputComponent] });
|
|
40319
|
+
ODateRangeInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeInputModule, imports: [CommonModule, OSharedModule] });
|
|
40320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ODateRangeInputModule, decorators: [{
|
|
40321
|
+
type: NgModule,
|
|
40322
|
+
args: [{
|
|
40323
|
+
declarations: [ODateRangeInputComponent],
|
|
40324
|
+
imports: [CommonModule, OSharedModule],
|
|
40325
|
+
exports: [ODateRangeInputComponent]
|
|
40326
|
+
}]
|
|
40327
|
+
}] });
|
|
40328
|
+
|
|
39899
40329
|
class OntimizeWebTranslateModule {
|
|
39900
40330
|
}
|
|
39901
40331
|
OntimizeWebTranslateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OntimizeWebTranslateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -39966,6 +40396,7 @@ const INTERNAL_ONTIMIZE_MODULES_EXPORTED = [
|
|
|
39966
40396
|
ORadioModule,
|
|
39967
40397
|
OSlideToggleModule,
|
|
39968
40398
|
OSliderModule,
|
|
40399
|
+
ODateRangeLegacyInputModule,
|
|
39969
40400
|
ODateRangeInputModule,
|
|
39970
40401
|
OExpandableContainerModule,
|
|
39971
40402
|
ODualListSelectorModule,
|
|
@@ -40023,7 +40454,7 @@ const INTERNAL_ONTIMIZE_MODULES = [
|
|
|
40023
40454
|
OComboModule,
|
|
40024
40455
|
OCurrencyInputModule,
|
|
40025
40456
|
ODateInputModule,
|
|
40026
|
-
|
|
40457
|
+
ODateRangeLegacyInputModule,
|
|
40027
40458
|
OEmailInputModule,
|
|
40028
40459
|
OPhoneInputModule,
|
|
40029
40460
|
OFileInputModule,
|
|
@@ -40075,8 +40506,8 @@ class OntimizeWebModule {
|
|
|
40075
40506
|
}
|
|
40076
40507
|
}
|
|
40077
40508
|
OntimizeWebModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OntimizeWebModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
40078
|
-
OntimizeWebModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: OntimizeWebModule, imports: [i1$7.HttpClientModule, i2$2.TranslateModule, i10$1.NgxMaterialTimepickerModule, OSharedModule, OBarMenuModule, OBreadcrumbModule, OButtonModule, OButtonToggleModule, OCardMenuItemModule, OColumnModule, OColumnCollapsibleModule, ORowModule, ORowCollapsibleModule, OContextMenuModule, OFilterBuilderModule, OFormModule, OFormContainerModule, OGridModule, OImageModule, OCheckboxModule, OComboModule, OCurrencyInputModule, ODateInputModule,
|
|
40079
|
-
OntimizeWebModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OntimizeWebModule, imports: [INTERNAL_ONTIMIZE_MODULES, OntimizeWebTranslateModule, OPermissionsModule, i1$7.HttpClientModule, OSharedModule, OBarMenuModule, OBreadcrumbModule, OButtonModule, OButtonToggleModule, OCheckboxModule, OComboModule, OColumnModule, OColumnCollapsibleModule, OContextMenuModule, ORowModule, ORowCollapsibleModule, OFilterBuilderModule, OFormModule, OFormContainerModule, OImageModule, OCurrencyInputModule, ODateInputModule, OEmailInputModule, OPhoneInputModule, OFileInputModule, OHTMLInputModule, OIntegerInputModule, OListPickerModule, ONIFInputModule, OPasswordInputModule, OPercentInputModule, ORealInputModule, OTextInputModule, OTextareaInputModule, OListModule, OSearchInputModule, OTableModule, OAppLayoutModule, OFormLayoutManagerModule, OUserInfoModule, OLanguageSelectorModule, OCardMenuItemModule, OCardMenuLayoutModule, OHourInputModule, OTimeInputModule, OGridModule, ORadioModule, OSlideToggleModule, OSliderModule, ODateRangeInputModule, OExpandableContainerModule, ODualListSelectorModule, ODataToolbarModule, OTreeModule] });
|
|
40509
|
+
OntimizeWebModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: OntimizeWebModule, imports: [i1$7.HttpClientModule, i2$2.TranslateModule, i10$1.NgxMaterialTimepickerModule, OSharedModule, OBarMenuModule, OBreadcrumbModule, OButtonModule, OButtonToggleModule, OCardMenuItemModule, OColumnModule, OColumnCollapsibleModule, ORowModule, ORowCollapsibleModule, OContextMenuModule, OFilterBuilderModule, OFormModule, OFormContainerModule, OGridModule, OImageModule, OCheckboxModule, OComboModule, OCurrencyInputModule, ODateInputModule, ODateRangeLegacyInputModule, OEmailInputModule, OPhoneInputModule, OFileInputModule, OHourInputModule, OHTMLInputModule, OIntegerInputModule, OListPickerModule, ONIFInputModule, OPasswordInputModule, OPercentInputModule, ORadioModule, ORealInputModule, OSearchInputModule, OSlideToggleModule, OTextInputModule, OTextareaInputModule, OTimeInputModule, OLanguageSelectorModule, OListModule, OTableModule, OUserInfoModule, OAppLayoutModule, OCardMenuLayoutModule, OFormLayoutManagerModule, OExpandableContainerModule, ODualListSelectorModule], exports: [OntimizeWebTranslateModule, OPermissionsModule, i1$7.HttpClientModule, OSharedModule, OBarMenuModule, OBreadcrumbModule, OButtonModule, OButtonToggleModule, OCheckboxModule, OComboModule, OColumnModule, OColumnCollapsibleModule, OContextMenuModule, ORowModule, ORowCollapsibleModule, OFilterBuilderModule, OFormModule, OFormContainerModule, OImageModule, OCurrencyInputModule, ODateInputModule, OEmailInputModule, OPhoneInputModule, OFileInputModule, OHTMLInputModule, OIntegerInputModule, OListPickerModule, ONIFInputModule, OPasswordInputModule, OPercentInputModule, ORealInputModule, OTextInputModule, OTextareaInputModule, OListModule, OSearchInputModule, OTableModule, OAppLayoutModule, OFormLayoutManagerModule, OUserInfoModule, OLanguageSelectorModule, OCardMenuItemModule, OCardMenuLayoutModule, OHourInputModule, OTimeInputModule, OGridModule, ORadioModule, OSlideToggleModule, OSliderModule, ODateRangeLegacyInputModule, ODateRangeInputModule, OExpandableContainerModule, ODualListSelectorModule, ODataToolbarModule, OTreeModule] });
|
|
40510
|
+
OntimizeWebModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OntimizeWebModule, imports: [INTERNAL_ONTIMIZE_MODULES, OntimizeWebTranslateModule, OPermissionsModule, i1$7.HttpClientModule, OSharedModule, OBarMenuModule, OBreadcrumbModule, OButtonModule, OButtonToggleModule, OCheckboxModule, OComboModule, OColumnModule, OColumnCollapsibleModule, OContextMenuModule, ORowModule, ORowCollapsibleModule, OFilterBuilderModule, OFormModule, OFormContainerModule, OImageModule, OCurrencyInputModule, ODateInputModule, OEmailInputModule, OPhoneInputModule, OFileInputModule, OHTMLInputModule, OIntegerInputModule, OListPickerModule, ONIFInputModule, OPasswordInputModule, OPercentInputModule, ORealInputModule, OTextInputModule, OTextareaInputModule, OListModule, OSearchInputModule, OTableModule, OAppLayoutModule, OFormLayoutManagerModule, OUserInfoModule, OLanguageSelectorModule, OCardMenuItemModule, OCardMenuLayoutModule, OHourInputModule, OTimeInputModule, OGridModule, ORadioModule, OSlideToggleModule, OSliderModule, ODateRangeLegacyInputModule, ODateRangeInputModule, OExpandableContainerModule, ODualListSelectorModule, ODataToolbarModule, OTreeModule] });
|
|
40080
40511
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: OntimizeWebModule, decorators: [{
|
|
40081
40512
|
type: NgModule,
|
|
40082
40513
|
args: [{
|
|
@@ -40098,8 +40529,5 @@ function ontimizePostBootstrap(ngModuleRef) {
|
|
|
40098
40529
|
class OUserInfoBase {
|
|
40099
40530
|
}
|
|
40100
40531
|
|
|
40101
|
-
class ODialogConfig {
|
|
40102
|
-
}
|
|
40103
|
-
|
|
40104
|
-
export { APP_CONFIG, AbstractComponentStateClass, AbstractComponentStateService, AbstractOServiceBaseComponent, AbstractOServiceComponent, AbstractServiceComponentStateClass, AppConfig, AppConfigFactory, AppMenuService, AppearanceService, AuthGuardService, AuthService, Base64, BaseService, BaseServiceResponse, BooleanConverter, BooleanInputConverter, CKEditorComponent, CKEditorModule, CanActivateFormLayoutChildGuard, CanDeactivateFormGuard, Codes, ColumnValueFilterOperator, ColumnsFilterPipe, ComponentStateServiceProvider, CurrencyService, CurrencyUtil, DEFAULT_CONTEXT_MENU_CONTENT_INPUTS, DEFAULT_CONTEXT_MENU_CONTENT_ITEM_INPUTS, DEFAULT_CONTEXT_MENU_CONTENT_OUTPUTS, DEFAULT_CONTEXT_MENU_DIRECTIVE_INPUTS, DEFAULT_CONTEXT_MENU_ITEM_INPUTS, DEFAULT_CONTEXT_MENU_ITEM_OUTPUTS, DEFAULT_DUAL_LIST_SELECTOR, DEFAULT_DUAL_LIST_SELECTOR_DATE_ITEM, DEFAULT_INPUTS_O_APP_HEADER, DEFAULT_INPUTS_O_APP_LAYOUT, DEFAULT_INPUTS_O_APP_LAYOUT_HEADER, DEFAULT_INPUTS_O_APP_LAYOUT_SIDENAV, DEFAULT_INPUTS_O_APP_SIDENAV, DEFAULT_INPUTS_O_APP_SIDENAV_IMAGE, DEFAULT_INPUTS_O_APP_SIDENAV_MENU_GROUP, DEFAULT_INPUTS_O_APP_SIDENAV_MENU_ITEM, DEFAULT_INPUTS_O_BAR_MENU, DEFAULT_INPUTS_O_BAR_MENU_ITEM, DEFAULT_INPUTS_O_BAR_MENU_NESTED, DEFAULT_INPUTS_O_BASE_MENU_ITEM, DEFAULT_INPUTS_O_BASE_TABLE_CELL_RENDERER, DEFAULT_INPUTS_O_BREADCRUMB, DEFAULT_INPUTS_O_BUTTON, DEFAULT_INPUTS_O_BUTTON_TOGGLE, DEFAULT_INPUTS_O_BUTTON_TOGGLE_GROUP, DEFAULT_INPUTS_O_CARD_RENDERER, DEFAULT_INPUTS_O_CHECKBOX, DEFAULT_INPUTS_O_COMBO, DEFAULT_INPUTS_O_COMBO_RENDERER, DEFAULT_INPUTS_O_COMBO_RENDERER_BOOLEAN, DEFAULT_INPUTS_O_COMBO_RENDERER_CURRENCY, DEFAULT_INPUTS_O_COMBO_RENDERER_DATE, DEFAULT_INPUTS_O_COMBO_RENDERER_ICON, DEFAULT_INPUTS_O_COMBO_RENDERER_INTEGER, DEFAULT_INPUTS_O_COMBO_RENDERER_PERCENTAGE, DEFAULT_INPUTS_O_COMBO_RENDERER_REAL, DEFAULT_INPUTS_O_CONTAINER, DEFAULT_INPUTS_O_CONTAINER_COLLAPSIBLE, DEFAULT_INPUTS_O_CONTEXT_MENU_ITEMS, DEFAULT_INPUTS_O_CURRENCY_INPUT, DEFAULT_INPUTS_O_DATA_TOOLBAR, DEFAULT_INPUTS_O_DATERANGE_INPUT, DEFAULT_INPUTS_O_DATE_INPUT, DEFAULT_INPUTS_O_ERROR, DEFAULT_INPUTS_O_FILE_INPUT, DEFAULT_INPUTS_O_FILTER_BUILDER, DEFAULT_INPUTS_O_FILTER_BUILDER_MENU, DEFAULT_INPUTS_O_FORM, DEFAULT_INPUTS_O_FORM_CONTAINER, DEFAULT_INPUTS_O_FORM_DATA_COMPONENT, DEFAULT_INPUTS_O_FORM_LAYOUT_MANAGER, DEFAULT_INPUTS_O_FORM_LAYOUT_SPLIT_PANE, DEFAULT_INPUTS_O_FORM_LAYOUT_TABGROUP, DEFAULT_INPUTS_O_FORM_SERVICE_COMPONENT, DEFAULT_INPUTS_O_FORM_TOOLBAR, DEFAULT_INPUTS_O_GRID, DEFAULT_INPUTS_O_GRID_ITEM, DEFAULT_INPUTS_O_HOUR_INPUT, DEFAULT_INPUTS_O_HTML_INPUT, DEFAULT_INPUTS_O_IMAGE, DEFAULT_INPUTS_O_INTEGER_INPUT, DEFAULT_INPUTS_O_LANGUAGE_SELECTOR, DEFAULT_INPUTS_O_LIST, DEFAULT_INPUTS_O_LISTPICKER_RENDERER, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_CURRENCY, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_DATE, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_INTEGER, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_PERCENTAGE, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_REAL, DEFAULT_INPUTS_O_LIST_ITEM_AVATAR, DEFAULT_INPUTS_O_LIST_ITEM_CARD_IMAGE, DEFAULT_INPUTS_O_LIST_ITEM_TEXT, DEFAULT_INPUTS_O_LIST_PICKER, DEFAULT_INPUTS_O_LIST_PICKER_DIALOG, DEFAULT_INPUTS_O_LOCALE_BAR_MENU_ITEM, DEFAULT_INPUTS_O_LOCKER, DEFAULT_INPUTS_O_MENU_CARD, DEFAULT_INPUTS_O_MENU_LAYOUT, DEFAULT_INPUTS_O_PASSWORD_INPUT, DEFAULT_INPUTS_O_PERCENT_INPUT, DEFAULT_INPUTS_O_PHONE_INPUT, DEFAULT_INPUTS_O_RADIO, DEFAULT_INPUTS_O_REAL_INPUT, DEFAULT_INPUTS_O_SEARCH_INPUT, DEFAULT_INPUTS_O_SERVICE_BASE_COMPONENT, DEFAULT_INPUTS_O_SERVICE_COMPONENT, DEFAULT_INPUTS_O_SLIDER_INPUT, DEFAULT_INPUTS_O_SLIDETOGGLE, DEFAULT_INPUTS_O_TABLE, DEFAULT_INPUTS_O_TABLE_BUTTON, DEFAULT_INPUTS_O_TABLE_BUTTONS, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_BOOLEAN, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_DATE, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_INTEGER, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_TIME, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_ACTION, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_BOOLEAN, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_CURRENCY, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_DATE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_IMAGE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_INTEGER, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_PERCENTAGE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_REAL, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_SERVICE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_TIME, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_TRANSLATE, DEFAULT_INPUTS_O_TABLE_COLUMN, DEFAULT_INPUTS_O_TABLE_COLUMN_CALCULATED, DEFAULT_INPUTS_O_TABLE_COLUMN_FILTER, DEFAULT_INPUTS_O_TABLE_COLUMN_FILTER_COLUMN, DEFAULT_INPUTS_O_TABLE_COLUMN_GROUPING, DEFAULT_INPUTS_O_TABLE_COLUMN_GROUPING_COLUMN, DEFAULT_INPUTS_O_TABLE_COLUMN_RESIZER, DEFAULT_INPUTS_O_TABLE_COLUMN_SELECTALL, DEFAULT_INPUTS_O_TABLE_EXPORT_BUTTON, DEFAULT_INPUTS_O_TABLE_HEADER, DEFAULT_INPUTS_O_TABLE_INSERTABLE_ROW, DEFAULT_INPUTS_O_TABLE_MENU, DEFAULT_INPUTS_O_TABLE_OPTION, DEFAULT_INPUTS_O_TABLE_QUICKFILTER, DEFAULT_INPUTS_O_TABLE_ROW_EXPANDABLE, DEFAULT_INPUTS_O_TEXTAREA_INPUT, DEFAULT_INPUTS_O_TEXT_INPUT, DEFAULT_INPUTS_O_TEXT_RENDERER, DEFAULT_INPUTS_O_TIME_INPUT, DEFAULT_INPUTS_O_TREE, DEFAULT_INPUTS_O_USER_INFO, DEFAULT_INPUTS_O_USER_INFO_MENU, DEFAULT_INPUTS_O_USER_INFO_MENU_ITEM, DEFAULT_INPUTS_O_VALIDATOR, DEFAULT_INPUT_O_EXPANDABLE_CONTAINER, DEFAULT_OUTPUTS_LANGUAGE_SELECTOR, DEFAULT_OUTPUTS_O_APP_HEADER, DEFAULT_OUTPUTS_O_APP_LAYOUT, DEFAULT_OUTPUTS_O_APP_SIDENAV, DEFAULT_OUTPUTS_O_APP_SIDENAV_IMAGE, DEFAULT_OUTPUTS_O_APP_SIDENAV_MENU_GROUP, DEFAULT_OUTPUTS_O_APP_SIDENAV_MENU_ITEM, DEFAULT_OUTPUTS_O_BUTTON, DEFAULT_OUTPUTS_O_BUTTON_TOGGLE, DEFAULT_OUTPUTS_O_BUTTON_TOGGLE_GROUP, DEFAULT_OUTPUTS_O_CARD_RENDERER, DEFAULT_OUTPUTS_O_CONTAINER_COLLAPSIBLE, DEFAULT_OUTPUTS_O_CONTEXT_MENU, DEFAULT_OUTPUTS_O_DATERANGE_INPUT, DEFAULT_OUTPUTS_O_FILE_INPUT, DEFAULT_OUTPUTS_O_FILTER_BUILDER, DEFAULT_OUTPUTS_O_FORM, DEFAULT_OUTPUTS_O_FORM_DATA_COMPONENT, DEFAULT_OUTPUTS_O_FORM_LAYOUT_MANAGER, DEFAULT_OUTPUTS_O_FORM_LAYOUT_SPLIT_PANE, DEFAULT_OUTPUTS_O_FORM_LAYOUT_TABGROUP, DEFAULT_OUTPUTS_O_FORM_SERVICE_COMPONENT, DEFAULT_OUTPUTS_O_FORM_TOOLBAR, DEFAULT_OUTPUTS_O_HTML_INPUT, DEFAULT_OUTPUTS_O_LIST, DEFAULT_OUTPUTS_O_LIST_ITEM_CARD_IMAGE, DEFAULT_OUTPUTS_O_LIST_PICKER, DEFAULT_OUTPUTS_O_MENU_CARD, DEFAULT_OUTPUTS_O_MENU_LAYOUT, DEFAULT_OUTPUTS_O_PERCENT_INPUT, DEFAULT_OUTPUTS_O_SEARCH_INPUT, DEFAULT_OUTPUTS_O_SERVICE_COMPONENT, DEFAULT_OUTPUTS_O_TABLE, DEFAULT_OUTPUTS_O_TABLE_BUTTON, DEFAULT_OUTPUTS_O_TABLE_BUTTONS, DEFAULT_OUTPUTS_O_TABLE_CELL_EDITOR, DEFAULT_OUTPUTS_O_TABLE_CELL_RENDERER_ACTION, DEFAULT_OUTPUTS_O_TABLE_CELL_RENDERER_IMAGE, DEFAULT_OUTPUTS_O_TABLE_CELL_RENDERER_SERVICE, DEFAULT_OUTPUTS_O_TABLE_COLUMN, DEFAULT_OUTPUTS_O_TABLE_COLUMN_FILTER, DEFAULT_OUTPUTS_O_TABLE_COLUMN_GROUPING, DEFAULT_OUTPUTS_O_TABLE_COLUMN_RESIZER, DEFAULT_OUTPUTS_O_TABLE_EXPORT_BUTTON, DEFAULT_OUTPUTS_O_TABLE_INSERTABLE_ROW, DEFAULT_OUTPUTS_O_TABLE_MENU, DEFAULT_OUTPUTS_O_TABLE_OPTION, DEFAULT_OUTPUTS_O_TABLE_QUICKFILTER, DEFAULT_OUTPUTS_O_TABLE_ROW_EXPANDABLE, DEFAULT_OUTPUTS_O_TEXT_RENDERER, DEFAULT_OUTPUTS_O_TREE, DEFAULT_OUTPUTS_O_USER_INFO, DEFAULT_OUTPUTS_O_USER_INFO_MENU, DEFAULT_PAGINATOR_TABLE, DEFAULT_TABLE_COLUMN_AGGREGATE, DEFAULT_TABLE_CONTEXT_MENU_INPUTS, DaterangepickerComponent, DefaultComponentStateClass, DefaultComponentStateService, DefaultOServiceBaseComponent, DefaultOTableDataSource, DefaultOTableOptions, DefaultServiceComponentStateClass, DefaultServiceComponentStateService, DialogService, Error403Component, ExportDataServiceProvider, FilterExpressionUtils, IconService, InputRegulateDirective, ListItem, LocalStorageService, LoginStorageService, MomentService, NavigationService, NumberConverter, NumberInputConverter, NumberService, OAppHeaderBase, OAppHeaderComponent, OAppHeaderModule, OAppLayoutBase, OAppLayoutComponent, OAppLayoutHeaderComponent, OAppLayoutModule, OAppLayoutSidenavComponent, OAppSidenavBase, OAppSidenavComponent, OAppSidenavImageComponent, OAppSidenavMenuGroupComponent, OAppSidenavMenuItemComponent, OAppSidenavModule, OBarMenuBase, OBarMenuComponent, OBarMenuGroupComponent, OBarMenuItemComponent, OBarMenuModule, OBarMenuNestedComponent, OBarMenuSeparatorComponent, OBaseComponent, OBaseMenuItemClass, OBaseTableCellEditor, OBaseTableCellRenderer, OBaseTablePaginator, OBreadcrumbComponent, OBreadcrumbModule, OBreadcrumbService, OButtonComponent, OButtonModule, OButtonToggleComponent, OButtonToggleGroupComponent, OButtonToggleModule, OCardMenuItemComponent, OCardMenuItemModule, OCardMenuLayoutComponent, OCardMenuLayoutModule, OCheckboxComponent, OCheckboxModule, OColumn, OColumnCollapsibleComponent, OColumnCollapsibleModule, OColumnComponent, OColumnModule, OComboComponent, OComboCustomRenderer, OComboModule, OComboRendererBooleanComponent, OComboRendererCurrencyComponent, OComboRendererDateComponent, OComboRendererIconComponent, OComboRendererIntegerComponent, OComboRendererPercentageComponent, OComboRendererRealComponent, OComboSearchComponent, OComponentMenuBaseItem, OContainerCollapsibleComponent, OContainerComponent, OContextMenuComponent, OContextMenuContentComponent, OContextMenuDirective, OContextMenuGroupComponent, OContextMenuItemComponent, OContextMenuModule, OContextMenuSeparatorComponent, OContextMenuService, OCurrencyInputComponent, OCurrencyInputModule, OCurrencyPipe, OCustomMaterialModule, ODataToolbarComponent, ODataToolbarModule, ODateInputComponent, ODateInputModule, ODateRangeInputComponent, ODateRangeInputModule, ODaterangepickerDirective, ODialogBase, ODialogComponent, ODialogConfig, ODualListSelectorComponent, ODualListSelectorDateItemComponent, ODualListSelectorModule, OEmailInputComponent, OEmailInputModule, OErrorComponent, OErrorDialogManager, OExpandableContainerComponent, OExpandableContainerModule, OFileDragAndDropDirective, OFileInputComponent, OFileInputModule, OFileItem, OFileUploader, OFilterBuilderBase, OFilterBuilderClearDirective, OFilterBuilderComponent, OFilterBuilderMenuComponent, OFilterBuilderModule, OFilterBuilderQueryDirective, OFormBase, OFormCacheClass, OFormComponent, OFormContainerComponent, OFormContainerModule, OFormControl, OFormDataComponent, OFormLayoutDialogComponent, OFormLayoutDialogOptionsDirective, OFormLayoutManagerBase, OFormLayoutManagerComponent, OFormLayoutManagerComponentStateClass, OFormLayoutManagerComponentStateService, OFormLayoutManagerContentDirective, OFormLayoutManagerModule, OFormLayoutManagerService, OFormLayoutSplitPaneComponent, OFormLayoutSplitPaneOptionsDirective, OFormLayoutTabGroupComponent, OFormLayoutTabGroupOptionsDirective, OFormMessageService, OFormModule, OFormNavigationClass, OFormNavigationComponent, OFormServiceComponent, OFormToolbarBase, OFormToolbarComponent, OFormToolbarModule, OFormValue, OFullScreenDialogComponent, OGridComponent, OGridComponentStateClass, OGridComponentStateService, OGridItemComponent, OGridItemDirective, OGridModule, OGridSkeletonComponent, OHTMLInputComponent, OHTMLInputModule, OHiddenDirective, OHourInputComponent, OHourInputModule, OIconPipe, OImageComponent, OImageModule, OIntegerInputComponent, OIntegerInputModule, OIntegerPipe, OKeyboardListenerDirective, OLanguageSelectorComponent, OLanguageSelectorModule, OListComponent, OListComponentStateClass, OListComponentStateService, OListItemAvatarComponent, OListItemCardComponent, OListItemCardImageComponent, OListItemCardRenderer, OListItemComponent, OListItemDirective, OListItemTextComponent, OListItemTextRenderer, OListModule, OListPickerComponent, OListPickerCustomRenderer, OListPickerDialogComponent, OListPickerModule, OListPickerRendererCurrencyComponent, OListPickerRendererDateComponent, OListPickerRendererIntegerComponent, OListPickerRendererPercentageComponent, OListPickerRendererRealComponent, OListSkeletonComponent, OLoadFilterDialogComponent, OLocaleBarMenuItemComponent, OLockerDirective, OMatErrorDirective, OMatPrefix, OMatSort, OMatSortHeader, OMatSortModule, OMatSuffix, OModulesInfoService, OMomentPipe, ONIFInputComponent, ONIFInputModule, ONTIMIZE_MODULES, ONTIMIZE_PROVIDERS, ONavigationItem, OPasswordInputComponent, OPasswordInputModule, OPercentInputComponent, OPercentInputModule, OPercentPipe, OPermissionsModule, OPhoneInputComponent, OPhoneInputModule, ORadioComponent, ORadioModule, ORealInputComponent, ORealInputModule, ORealPipe, ORemoteConfigurationService, ORowCollapsibleComponent, ORowCollapsibleModule, ORowComponent, ORowModule, OSafePipe, OSearchInputComponent, OSearchInputModule, OServiceBaseComponent, OServiceComponent, OSharedModule, OSkeletonComponent, OSlideToggleComponent, OSlideToggleModule, OSliderComponent, OSliderModule, OSnackBarBase, OSnackBarComponent, OSnackBarConfig, OStoreFilterDialogComponent, OTabGroupDirective, OTableApplyConfigurationDialogComponent, OTableBase, OTableBaseDialogClass, OTableButtonComponent, OTableButtonsComponent, OTableCellEditorBooleanComponent, OTableCellEditorDateComponent, OTableCellEditorEmailComponent, OTableCellEditorIntegerComponent, OTableCellEditorRealComponent, OTableCellEditorTextComponent, OTableCellEditorTimeComponent, OTableCellRendererActionComponent, OTableCellRendererBooleanComponent, OTableCellRendererCurrencyComponent, OTableCellRendererDateComponent, OTableCellRendererImageComponent, OTableCellRendererIntegerComponent, OTableCellRendererPercentageComponent, OTableCellRendererRealComponent, OTableCellRendererServiceComponent, OTableCellRendererTimeComponent, OTableCellRendererTranslateComponent, OTableColumnAggregateComponent, OTableColumnCalculatedComponent, OTableColumnComponent, OTableColumnResizerComponent, OTableColumnSelectAllDirective, OTableColumnsFilterColumnComponent, OTableColumnsFilterComponent, OTableColumnsGroupingColumnComponent, OTableColumnsGroupingComponent, OTableComponent, OTableComponentStateClass, OTableComponentStateService, OTableContextMenuComponent, OTableDao, OTableDataSourceService, OTableExpandedFooterDirective, OTableExportButtonComponent, OTableExportButtonService, OTableExportConfiguration, OTableExportDialogComponent, OTableFilterByColumnDataDialogComponent, OTableGroupByColumnsDialogComponent, OTableGroupedRow, OTableHeaderComponent, OTableHeaderSelectAllComponent, OTableInsertableRowComponent, OTableMatPaginatorIntl, OTableMenuComponent, OTableModule, OTableOptionComponent, OTablePaginatorComponent, OTableQuickfilterComponent, OTableRowClassPipe, OTableRowDirective, OTableRowExpandableComponent, OTableRowExpandedChange, OTableSkeletonComponent, OTableStoreConfigurationDialogComponent, OTableVirtualScrollStrategy, OTableVisibleColumnsDialogComponent, OTextInputComponent, OTextInputModule, OTextareaInputComponent, OTextareaInputModule, OTimeInputComponent, OTimeInputModule, OTranslateHttpLoader, OTranslateModule, OTranslateParser, OTranslatePipe, OTranslateService, OTreeComponent, OTreeMenuComponent, OTreeModule, OTreeNodeComponent, OUserInfoBase, OUserInfoComponent, OUserInfoConfigurationDirective, OUserInfoConfigurationItemDirective, OUserInfoModule, OUserInfoService, OValidatorComponent, OValidators, OValueChangeEvent, OWrapperContentMenuComponent, O_AUTH_SERVICE, O_CHART_ON_DEMAND_SERVICE, O_COMPONENT_STATE_SERVICE, O_DATA_SERVICE, O_ERROR_DIALOG_MANAGER, O_EXPORT_DATA_SERVICE, O_EXPORT_SERVICE, O_FILE_SERVICE, O_FORM_GLOBAL_CONFIG, O_FORM_MESSAGE_SERVICE, O_GLOBAL_CONFIG, O_INPUTS_OPTIONS, O_LOCALSTORAGE_SERVICE, O_MAT_ERROR_OPTIONS, O_PERMISSION_SERVICE, O_REPORT_SERVICE, O_TABLE_CELL_EDITORS, O_TABLE_CELL_EDITORS_INPUTS, O_TABLE_CELL_EDITORS_OUTPUTS, O_TABLE_CELL_RENDERERS, O_TABLE_CELL_RENDERERS_INPUTS, O_TABLE_CELL_RENDERERS_OUTPUTS, O_TABLE_GLOBAL_CONFIG, O_TRANSLATE_SERVICE, ObservableWrapper, OnRangeChangeVirtualScroll, OntimizeAuthService, OntimizeAuthServiceProvider, OntimizeBaseService, OntimizeEEPermissionsService, OntimizeEEService, OntimizeExportDataProviderService, OntimizeExportDataProviderService3X, OntimizeExportService, OntimizeExportService3X, OntimizeExportServiceProvider, OntimizeFileService, OntimizeLocalStorageServiceProvider, OntimizeMatDateFormats, OntimizeMatIconRegistry, OntimizeMomentDateAdapter, OntimizePermissionsService, OntimizeService, OntimizeServiceProvider, OntimizeServiceResponse, OntimizeServiceResponseAdapter, OntimizeServiceResponseParser, OntimizeWebModule, OntimizeWebTranslateModule, OrderByPipe, PermissionsGuardService, PermissionsService, PermissionsUtils, SQLTypes, ServiceUtils, ShareCanActivateChildService, SideEnum, SnackBarService, StringConverter, TWELVE_HOUR_FORMAT_PATTERN, TWENTY_FOUR_HOUR_FORMAT_PATTERN, TableFilterByColumnDialogResult, Util, _getInjectionTokenValue, appConfigFactory, authServiceFactory, componentStateFactory, dataServiceFactory, dateFormatFactory, editorsMapping, exportDataFactory, exportServiceFactory, fileServiceFactory, getPermissionsServiceProvider, localStorageServiceFactory, noop, ontimizePostBootstrap, permissionsServiceFactory, renderersMapping, translateServiceFactory };
|
|
40532
|
+
export { APP_CONFIG, AbstractComponentStateClass, AbstractComponentStateService, AbstractOServiceBaseComponent, AbstractOServiceComponent, AbstractServiceComponentStateClass, AppConfig, AppConfigFactory, AppMenuService, AppearanceService, AuthGuardService, AuthService, Base64, BaseService, BaseServiceResponse, BooleanConverter, BooleanInputConverter, CKEditorComponent, CKEditorModule, CanActivateFormLayoutChildGuard, CanDeactivateFormGuard, Codes, ColumnValueFilterOperator, ColumnsFilterPipe, ComponentStateServiceProvider, CurrencyService, CurrencyUtil, DEFAULT_CONTEXT_MENU_CONTENT_INPUTS, DEFAULT_CONTEXT_MENU_CONTENT_ITEM_INPUTS, DEFAULT_CONTEXT_MENU_CONTENT_OUTPUTS, DEFAULT_CONTEXT_MENU_DIRECTIVE_INPUTS, DEFAULT_CONTEXT_MENU_ITEM_INPUTS, DEFAULT_CONTEXT_MENU_ITEM_OUTPUTS, DEFAULT_DUAL_LIST_SELECTOR, DEFAULT_DUAL_LIST_SELECTOR_DATE_ITEM, DEFAULT_INPUTS_O_APP_HEADER, DEFAULT_INPUTS_O_APP_LAYOUT, DEFAULT_INPUTS_O_APP_LAYOUT_HEADER, DEFAULT_INPUTS_O_APP_LAYOUT_SIDENAV, DEFAULT_INPUTS_O_APP_SIDENAV, DEFAULT_INPUTS_O_APP_SIDENAV_IMAGE, DEFAULT_INPUTS_O_APP_SIDENAV_MENU_GROUP, DEFAULT_INPUTS_O_APP_SIDENAV_MENU_ITEM, DEFAULT_INPUTS_O_BAR_MENU, DEFAULT_INPUTS_O_BAR_MENU_ITEM, DEFAULT_INPUTS_O_BAR_MENU_NESTED, DEFAULT_INPUTS_O_BASE_MENU_ITEM, DEFAULT_INPUTS_O_BASE_TABLE_CELL_RENDERER, DEFAULT_INPUTS_O_BREADCRUMB, DEFAULT_INPUTS_O_BUTTON, DEFAULT_INPUTS_O_BUTTON_TOGGLE, DEFAULT_INPUTS_O_BUTTON_TOGGLE_GROUP, DEFAULT_INPUTS_O_CARD_RENDERER, DEFAULT_INPUTS_O_CHECKBOX, DEFAULT_INPUTS_O_COMBO, DEFAULT_INPUTS_O_COMBO_RENDERER, DEFAULT_INPUTS_O_COMBO_RENDERER_BOOLEAN, DEFAULT_INPUTS_O_COMBO_RENDERER_CURRENCY, DEFAULT_INPUTS_O_COMBO_RENDERER_DATE, DEFAULT_INPUTS_O_COMBO_RENDERER_ICON, DEFAULT_INPUTS_O_COMBO_RENDERER_INTEGER, DEFAULT_INPUTS_O_COMBO_RENDERER_PERCENTAGE, DEFAULT_INPUTS_O_COMBO_RENDERER_REAL, DEFAULT_INPUTS_O_CONTAINER, DEFAULT_INPUTS_O_CONTAINER_COLLAPSIBLE, DEFAULT_INPUTS_O_CONTEXT_MENU_ITEMS, DEFAULT_INPUTS_O_CURRENCY_INPUT, DEFAULT_INPUTS_O_DATA_TOOLBAR, DEFAULT_INPUTS_O_DATERANGE_INPUT, DEFAULT_INPUTS_O_DATERANGE_LEGACY_INPUT, DEFAULT_INPUTS_O_DATE_INPUT, DEFAULT_INPUTS_O_ERROR, DEFAULT_INPUTS_O_FILE_INPUT, DEFAULT_INPUTS_O_FILTER_BUILDER, DEFAULT_INPUTS_O_FILTER_BUILDER_MENU, DEFAULT_INPUTS_O_FORM, DEFAULT_INPUTS_O_FORM_CONTAINER, DEFAULT_INPUTS_O_FORM_DATA_COMPONENT, DEFAULT_INPUTS_O_FORM_LAYOUT_MANAGER, DEFAULT_INPUTS_O_FORM_LAYOUT_SPLIT_PANE, DEFAULT_INPUTS_O_FORM_LAYOUT_TABGROUP, DEFAULT_INPUTS_O_FORM_SERVICE_COMPONENT, DEFAULT_INPUTS_O_FORM_TOOLBAR, DEFAULT_INPUTS_O_GRID, DEFAULT_INPUTS_O_GRID_ITEM, DEFAULT_INPUTS_O_HOUR_INPUT, DEFAULT_INPUTS_O_HTML_INPUT, DEFAULT_INPUTS_O_IMAGE, DEFAULT_INPUTS_O_INTEGER_INPUT, DEFAULT_INPUTS_O_LANGUAGE_SELECTOR, DEFAULT_INPUTS_O_LIST, DEFAULT_INPUTS_O_LISTPICKER_RENDERER, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_CURRENCY, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_DATE, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_INTEGER, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_PERCENTAGE, DEFAULT_INPUTS_O_LISTPICKER_RENDERER_REAL, DEFAULT_INPUTS_O_LIST_ITEM_AVATAR, DEFAULT_INPUTS_O_LIST_ITEM_CARD_IMAGE, DEFAULT_INPUTS_O_LIST_ITEM_TEXT, DEFAULT_INPUTS_O_LIST_PICKER, DEFAULT_INPUTS_O_LIST_PICKER_DIALOG, DEFAULT_INPUTS_O_LOCALE_BAR_MENU_ITEM, DEFAULT_INPUTS_O_LOCKER, DEFAULT_INPUTS_O_MENU_CARD, DEFAULT_INPUTS_O_MENU_LAYOUT, DEFAULT_INPUTS_O_PASSWORD_INPUT, DEFAULT_INPUTS_O_PERCENT_INPUT, DEFAULT_INPUTS_O_PHONE_INPUT, DEFAULT_INPUTS_O_RADIO, DEFAULT_INPUTS_O_REAL_INPUT, DEFAULT_INPUTS_O_SEARCH_INPUT, DEFAULT_INPUTS_O_SERVICE_BASE_COMPONENT, DEFAULT_INPUTS_O_SERVICE_COMPONENT, DEFAULT_INPUTS_O_SLIDER_INPUT, DEFAULT_INPUTS_O_SLIDETOGGLE, DEFAULT_INPUTS_O_TABLE, DEFAULT_INPUTS_O_TABLE_BUTTON, DEFAULT_INPUTS_O_TABLE_BUTTONS, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_BOOLEAN, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_DATE, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_INTEGER, DEFAULT_INPUTS_O_TABLE_CELL_EDITOR_TIME, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_ACTION, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_BOOLEAN, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_CURRENCY, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_DATE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_IMAGE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_INTEGER, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_PERCENTAGE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_REAL, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_SERVICE, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_TIME, DEFAULT_INPUTS_O_TABLE_CELL_RENDERER_TRANSLATE, DEFAULT_INPUTS_O_TABLE_COLUMN, DEFAULT_INPUTS_O_TABLE_COLUMN_CALCULATED, DEFAULT_INPUTS_O_TABLE_COLUMN_FILTER, DEFAULT_INPUTS_O_TABLE_COLUMN_FILTER_COLUMN, DEFAULT_INPUTS_O_TABLE_COLUMN_GROUPING, DEFAULT_INPUTS_O_TABLE_COLUMN_GROUPING_COLUMN, DEFAULT_INPUTS_O_TABLE_COLUMN_RESIZER, DEFAULT_INPUTS_O_TABLE_COLUMN_SELECTALL, DEFAULT_INPUTS_O_TABLE_EXPORT_BUTTON, DEFAULT_INPUTS_O_TABLE_HEADER, DEFAULT_INPUTS_O_TABLE_INSERTABLE_ROW, DEFAULT_INPUTS_O_TABLE_MENU, DEFAULT_INPUTS_O_TABLE_OPTION, DEFAULT_INPUTS_O_TABLE_QUICKFILTER, DEFAULT_INPUTS_O_TABLE_ROW_EXPANDABLE, DEFAULT_INPUTS_O_TEXTAREA_INPUT, DEFAULT_INPUTS_O_TEXT_INPUT, DEFAULT_INPUTS_O_TEXT_RENDERER, DEFAULT_INPUTS_O_TIME_INPUT, DEFAULT_INPUTS_O_TREE, DEFAULT_INPUTS_O_USER_INFO, DEFAULT_INPUTS_O_USER_INFO_MENU, DEFAULT_INPUTS_O_USER_INFO_MENU_ITEM, DEFAULT_INPUTS_O_VALIDATOR, DEFAULT_INPUT_O_EXPANDABLE_CONTAINER, DEFAULT_OUTPUTS_LANGUAGE_SELECTOR, DEFAULT_OUTPUTS_O_APP_HEADER, DEFAULT_OUTPUTS_O_APP_LAYOUT, DEFAULT_OUTPUTS_O_APP_SIDENAV, DEFAULT_OUTPUTS_O_APP_SIDENAV_IMAGE, DEFAULT_OUTPUTS_O_APP_SIDENAV_MENU_GROUP, DEFAULT_OUTPUTS_O_APP_SIDENAV_MENU_ITEM, DEFAULT_OUTPUTS_O_BUTTON, DEFAULT_OUTPUTS_O_BUTTON_TOGGLE, DEFAULT_OUTPUTS_O_BUTTON_TOGGLE_GROUP, DEFAULT_OUTPUTS_O_CARD_RENDERER, DEFAULT_OUTPUTS_O_CONTAINER_COLLAPSIBLE, DEFAULT_OUTPUTS_O_CONTEXT_MENU, DEFAULT_OUTPUTS_O_DATERANGE_INPUT, DEFAULT_OUTPUTS_O_DATERANGE_LEGACY_INPUT, DEFAULT_OUTPUTS_O_FILE_INPUT, DEFAULT_OUTPUTS_O_FILTER_BUILDER, DEFAULT_OUTPUTS_O_FORM, DEFAULT_OUTPUTS_O_FORM_DATA_COMPONENT, DEFAULT_OUTPUTS_O_FORM_LAYOUT_MANAGER, DEFAULT_OUTPUTS_O_FORM_LAYOUT_SPLIT_PANE, DEFAULT_OUTPUTS_O_FORM_LAYOUT_TABGROUP, DEFAULT_OUTPUTS_O_FORM_SERVICE_COMPONENT, DEFAULT_OUTPUTS_O_FORM_TOOLBAR, DEFAULT_OUTPUTS_O_HTML_INPUT, DEFAULT_OUTPUTS_O_LIST, DEFAULT_OUTPUTS_O_LIST_ITEM_CARD_IMAGE, DEFAULT_OUTPUTS_O_LIST_PICKER, DEFAULT_OUTPUTS_O_MENU_CARD, DEFAULT_OUTPUTS_O_MENU_LAYOUT, DEFAULT_OUTPUTS_O_PERCENT_INPUT, DEFAULT_OUTPUTS_O_SEARCH_INPUT, DEFAULT_OUTPUTS_O_SERVICE_COMPONENT, DEFAULT_OUTPUTS_O_TABLE, DEFAULT_OUTPUTS_O_TABLE_BUTTON, DEFAULT_OUTPUTS_O_TABLE_BUTTONS, DEFAULT_OUTPUTS_O_TABLE_CELL_EDITOR, DEFAULT_OUTPUTS_O_TABLE_CELL_RENDERER_ACTION, DEFAULT_OUTPUTS_O_TABLE_CELL_RENDERER_IMAGE, DEFAULT_OUTPUTS_O_TABLE_CELL_RENDERER_SERVICE, DEFAULT_OUTPUTS_O_TABLE_COLUMN, DEFAULT_OUTPUTS_O_TABLE_COLUMN_FILTER, DEFAULT_OUTPUTS_O_TABLE_COLUMN_GROUPING, DEFAULT_OUTPUTS_O_TABLE_COLUMN_RESIZER, DEFAULT_OUTPUTS_O_TABLE_EXPORT_BUTTON, DEFAULT_OUTPUTS_O_TABLE_INSERTABLE_ROW, DEFAULT_OUTPUTS_O_TABLE_MENU, DEFAULT_OUTPUTS_O_TABLE_OPTION, DEFAULT_OUTPUTS_O_TABLE_QUICKFILTER, DEFAULT_OUTPUTS_O_TABLE_ROW_EXPANDABLE, DEFAULT_OUTPUTS_O_TEXT_RENDERER, DEFAULT_OUTPUTS_O_TREE, DEFAULT_OUTPUTS_O_USER_INFO, DEFAULT_OUTPUTS_O_USER_INFO_MENU, DEFAULT_PAGINATOR_TABLE, DEFAULT_TABLE_COLUMN_AGGREGATE, DEFAULT_TABLE_CONTEXT_MENU_INPUTS, DaterangepickerComponent, DefaultComponentStateClass, DefaultComponentStateService, DefaultOServiceBaseComponent, DefaultOTableDataSource, DefaultOTableOptions, DefaultServiceComponentStateClass, DefaultServiceComponentStateService, DialogService, Error403Component, ExportDataServiceProvider, FilterExpressionUtils, IconService, InputRegulateDirective, ListItem, LocalStorageService, LoginStorageService, MomentService, NavigationService, NumberConverter, NumberInputConverter, NumberService, OAppHeaderBase, OAppHeaderComponent, OAppHeaderModule, OAppLayoutBase, OAppLayoutComponent, OAppLayoutHeaderComponent, OAppLayoutModule, OAppLayoutSidenavComponent, OAppSidenavBase, OAppSidenavComponent, OAppSidenavImageComponent, OAppSidenavMenuGroupComponent, OAppSidenavMenuItemComponent, OAppSidenavModule, OBarMenuBase, OBarMenuComponent, OBarMenuGroupComponent, OBarMenuItemComponent, OBarMenuModule, OBarMenuNestedComponent, OBarMenuSeparatorComponent, OBaseComponent, OBaseMenuItemClass, OBaseTableCellEditor, OBaseTableCellRenderer, OBaseTablePaginator, OBreadcrumbComponent, OBreadcrumbModule, OBreadcrumbService, OButtonComponent, OButtonModule, OButtonToggleComponent, OButtonToggleGroupComponent, OButtonToggleModule, OCardMenuItemComponent, OCardMenuItemModule, OCardMenuLayoutComponent, OCardMenuLayoutModule, OCheckboxComponent, OCheckboxModule, OColumn, OColumnCollapsibleComponent, OColumnCollapsibleModule, OColumnComponent, OColumnModule, OComboComponent, OComboCustomRenderer, OComboModule, OComboRendererBooleanComponent, OComboRendererCurrencyComponent, OComboRendererDateComponent, OComboRendererIconComponent, OComboRendererIntegerComponent, OComboRendererPercentageComponent, OComboRendererRealComponent, OComboSearchComponent, OComponentMenuBaseItem, OContainerCollapsibleComponent, OContainerComponent, OContextMenuComponent, OContextMenuContentComponent, OContextMenuDirective, OContextMenuGroupComponent, OContextMenuItemComponent, OContextMenuModule, OContextMenuSeparatorComponent, OContextMenuService, OCurrencyInputComponent, OCurrencyInputModule, OCurrencyPipe, OCustomMaterialModule, ODataToolbarComponent, ODataToolbarModule, ODateInputComponent, ODateInputModule, ODateRangeInputComponent, ODateRangeInputModule, ODateRangeLegacyInputComponent, ODateRangeLegacyInputModule, ODaterangepickerDirective, ODialogBase, ODialogComponent, ODialogConfig, ODualListSelectorComponent, ODualListSelectorDateItemComponent, ODualListSelectorModule, OEmailInputComponent, OEmailInputModule, OErrorComponent, OErrorDialogManager, OExpandableContainerComponent, OExpandableContainerModule, OFileDragAndDropDirective, OFileInputComponent, OFileInputModule, OFileItem, OFileUploader, OFilterBuilderBase, OFilterBuilderClearDirective, OFilterBuilderComponent, OFilterBuilderMenuComponent, OFilterBuilderModule, OFilterBuilderQueryDirective, OFormBase, OFormCacheClass, OFormComponent, OFormContainerComponent, OFormContainerModule, OFormControl, OFormDataComponent, OFormLayoutDialogComponent, OFormLayoutDialogOptionsDirective, OFormLayoutManagerBase, OFormLayoutManagerComponent, OFormLayoutManagerComponentStateClass, OFormLayoutManagerComponentStateService, OFormLayoutManagerContentDirective, OFormLayoutManagerModule, OFormLayoutManagerService, OFormLayoutSplitPaneComponent, OFormLayoutSplitPaneOptionsDirective, OFormLayoutTabGroupComponent, OFormLayoutTabGroupOptionsDirective, OFormMessageService, OFormModule, OFormNavigationClass, OFormNavigationComponent, OFormServiceComponent, OFormToolbarBase, OFormToolbarComponent, OFormToolbarModule, OFormValue, OFullScreenDialogComponent, OGridComponent, OGridComponentStateClass, OGridComponentStateService, OGridItemComponent, OGridItemDirective, OGridModule, OGridSkeletonComponent, OHTMLInputComponent, OHTMLInputModule, OHiddenDirective, OHourInputComponent, OHourInputModule, OIconPipe, OImageComponent, OImageModule, OIntegerInputComponent, OIntegerInputModule, OIntegerPipe, OKeyboardListenerDirective, OLanguageSelectorComponent, OLanguageSelectorModule, OListComponent, OListComponentStateClass, OListComponentStateService, OListItemAvatarComponent, OListItemCardComponent, OListItemCardImageComponent, OListItemCardRenderer, OListItemComponent, OListItemDirective, OListItemTextComponent, OListItemTextRenderer, OListModule, OListPickerComponent, OListPickerCustomRenderer, OListPickerDialogComponent, OListPickerModule, OListPickerRendererCurrencyComponent, OListPickerRendererDateComponent, OListPickerRendererIntegerComponent, OListPickerRendererPercentageComponent, OListPickerRendererRealComponent, OListSkeletonComponent, OLoadFilterDialogComponent, OLocaleBarMenuItemComponent, OLockerDirective, OMatErrorDirective, OMatPrefix, OMatSort, OMatSortHeader, OMatSortModule, OMatSuffix, OModulesInfoService, OMomentPipe, ONIFInputComponent, ONIFInputModule, ONTIMIZE_MODULES, ONTIMIZE_PROVIDERS, ONavigationItem, OPasswordInputComponent, OPasswordInputModule, OPercentInputComponent, OPercentInputModule, OPercentPipe, OPermissionsModule, OPhoneInputComponent, OPhoneInputModule, ORadioComponent, ORadioModule, ORealInputComponent, ORealInputModule, ORealPipe, ORemoteConfigurationService, ORowCollapsibleComponent, ORowCollapsibleModule, ORowComponent, ORowModule, OSafePipe, OSearchInputComponent, OSearchInputModule, OServiceBaseComponent, OServiceComponent, OSharedModule, OSkeletonComponent, OSlideToggleComponent, OSlideToggleModule, OSliderComponent, OSliderModule, OSnackBarBase, OSnackBarComponent, OSnackBarConfig, OStoreFilterDialogComponent, OTabGroupDirective, OTableApplyConfigurationDialogComponent, OTableBase, OTableBaseDialogClass, OTableButtonComponent, OTableButtonsComponent, OTableCellEditorBooleanComponent, OTableCellEditorDateComponent, OTableCellEditorEmailComponent, OTableCellEditorIntegerComponent, OTableCellEditorRealComponent, OTableCellEditorTextComponent, OTableCellEditorTimeComponent, OTableCellRendererActionComponent, OTableCellRendererBooleanComponent, OTableCellRendererCurrencyComponent, OTableCellRendererDateComponent, OTableCellRendererImageComponent, OTableCellRendererIntegerComponent, OTableCellRendererPercentageComponent, OTableCellRendererRealComponent, OTableCellRendererServiceComponent, OTableCellRendererTimeComponent, OTableCellRendererTranslateComponent, OTableColumnAggregateComponent, OTableColumnCalculatedComponent, OTableColumnComponent, OTableColumnResizerComponent, OTableColumnSelectAllDirective, OTableColumnsFilterColumnComponent, OTableColumnsFilterComponent, OTableColumnsGroupingColumnComponent, OTableColumnsGroupingComponent, OTableComponent, OTableComponentStateClass, OTableComponentStateService, OTableContextMenuComponent, OTableDao, OTableDataSourceService, OTableExpandedFooterDirective, OTableExportButtonComponent, OTableExportButtonService, OTableExportConfiguration, OTableExportDialogComponent, OTableFilterByColumnDataDialogComponent, OTableGroupByColumnsDialogComponent, OTableGroupedRow, OTableHeaderComponent, OTableHeaderSelectAllComponent, OTableInsertableRowComponent, OTableMatPaginatorIntl, OTableMenuComponent, OTableModule, OTableOptionComponent, OTablePaginatorComponent, OTableQuickfilterComponent, OTableRowClassPipe, OTableRowDirective, OTableRowExpandableComponent, OTableRowExpandedChange, OTableSkeletonComponent, OTableStoreConfigurationDialogComponent, OTableVirtualScrollStrategy, OTableVisibleColumnsDialogComponent, OTextInputComponent, OTextInputModule, OTextareaInputComponent, OTextareaInputModule, OTimeInputComponent, OTimeInputModule, OTranslateHttpLoader, OTranslateModule, OTranslateParser, OTranslatePipe, OTranslateService, OTreeComponent, OTreeMenuComponent, OTreeModule, OTreeNodeComponent, OUserInfoBase, OUserInfoComponent, OUserInfoConfigurationDirective, OUserInfoConfigurationItemDirective, OUserInfoModule, OUserInfoService, OValidatorComponent, OValidators, OValueChangeEvent, OWrapperContentMenuComponent, O_AUTH_SERVICE, O_CHART_ON_DEMAND_SERVICE, O_COMPONENT_STATE_SERVICE, O_DATA_SERVICE, O_ERROR_DIALOG_MANAGER, O_EXPORT_DATA_SERVICE, O_EXPORT_SERVICE, O_FILE_SERVICE, O_FORM_GLOBAL_CONFIG, O_FORM_MESSAGE_SERVICE, O_GLOBAL_CONFIG, O_INPUTS_OPTIONS, O_LOCALSTORAGE_SERVICE, O_MAT_ERROR_OPTIONS, O_PERMISSION_SERVICE, O_REPORT_SERVICE, O_TABLE_CELL_EDITORS, O_TABLE_CELL_EDITORS_INPUTS, O_TABLE_CELL_EDITORS_OUTPUTS, O_TABLE_CELL_RENDERERS, O_TABLE_CELL_RENDERERS_INPUTS, O_TABLE_CELL_RENDERERS_OUTPUTS, O_TABLE_GLOBAL_CONFIG, O_TRANSLATE_SERVICE, ObservableWrapper, OnRangeChangeVirtualScroll, OntimizeAuthService, OntimizeAuthServiceProvider, OntimizeBaseService, OntimizeEEPermissionsService, OntimizeEEService, OntimizeExportDataProviderService, OntimizeExportDataProviderService3X, OntimizeExportService, OntimizeExportService3X, OntimizeExportServiceProvider, OntimizeFileService, OntimizeLocalStorageServiceProvider, OntimizeMatDateFormats, OntimizeMatIconRegistry, OntimizeMomentDateAdapter, OntimizePermissionsService, OntimizeService, OntimizeServiceProvider, OntimizeServiceResponse, OntimizeServiceResponseAdapter, OntimizeServiceResponseParser, OntimizeWebModule, OntimizeWebTranslateModule, OrderByPipe, PaginationContextService, PermissionsGuardService, PermissionsService, PermissionsUtils, SQLTypes, ServiceUtils, ShareCanActivateChildService, SideEnum, SnackBarService, StringConverter, TWELVE_HOUR_FORMAT_PATTERN, TWENTY_FOUR_HOUR_FORMAT_PATTERN, TableFilterByColumnDialogResult, Util, _getInjectionTokenValue, appConfigFactory, authServiceFactory, componentStateFactory, dataServiceFactory, dateFormatFactory, editorsMapping, exportDataFactory, exportServiceFactory, fileServiceFactory, getPermissionsServiceProvider, localStorageServiceFactory, noop, ontimizePostBootstrap, permissionsServiceFactory, renderersMapping, translateServiceFactory };
|
|
40105
40533
|
//# sourceMappingURL=ontimize-web-ngx.mjs.map
|