@acorex/components 16.19.6 → 16.19.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { ElementRef,
|
2
|
+
import { ElementRef, Input, Inject, Optional, Component, Injectable, EventEmitter, Output, Directive, ContentChild, ViewChild, TemplateRef, HostListener, ViewEncapsulation, NgModule, ChangeDetectionStrategy, Attribute, ContentChildren, signal, ViewChildren, output, inject, model, contentChild, afterNextRender, input, contentChildren, NO_ERRORS_SCHEMA, ViewContainerRef, HostBinding } from '@angular/core';
|
3
3
|
import * as i1$2 from '@acorex/core';
|
4
4
|
import { AXTranslator, AXHtmlUtil, AXConfig, AXDateTime, AXDateTimeRange, AXCoreModule, AXTranslatorModule, AXPlatform, AXObjectUtil, AXScrollModule, setPropByPath, AXColorUtil } from '@acorex/core';
|
5
5
|
import * as i1 from '@angular/cdk/overlay';
|
@@ -18,7 +18,7 @@ import { FormsModule } from '@angular/forms';
|
|
18
18
|
import * as i3 from 'ngx-mask';
|
19
19
|
import { NgxMaskDirective, NgxMaskPipe, provideNgxMask } from 'ngx-mask';
|
20
20
|
import moment from 'jalali-moment';
|
21
|
-
import { trigger, state,
|
21
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
22
22
|
import * as i5 from '@angular/cdk/a11y';
|
23
23
|
import { A11yModule } from '@angular/cdk/a11y';
|
24
24
|
import { differenceBy, chain, cloneDeep } from 'lodash-es';
|
@@ -4071,7 +4071,7 @@ class AXDatePickerComponent extends AXValidatableComponent {
|
|
4071
4071
|
convertToAXFormatDate = {
|
4072
4072
|
DDMMYYYY: 'DD/MM/YYYY',
|
4073
4073
|
MMDDYYYY: 'MM/DD/YYYY',
|
4074
|
-
YYYYMMDD: '
|
4074
|
+
YYYYMMDD: 'YYYY/MM/DD',
|
4075
4075
|
};
|
4076
4076
|
calendarValue;
|
4077
4077
|
isTypeDate = false;
|