osl-base-extended 2.0.9 → 2.0.10
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.
|
@@ -26,7 +26,6 @@ import { MatMenuModule } from '@angular/material/menu';
|
|
|
26
26
|
import { ScrollingModule } from '@angular/cdk/scrolling';
|
|
27
27
|
import * as i3$1 from '@angular/cdk/drag-drop';
|
|
28
28
|
import { moveItemInArray, DragDropModule } from '@angular/cdk/drag-drop';
|
|
29
|
-
import { NativeDateAdapter, DateAdapter, MAT_DATE_FORMATS } from '@angular/material/core';
|
|
30
29
|
|
|
31
30
|
class OslBaseExtended {
|
|
32
31
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: OslBaseExtended, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -5116,19 +5115,6 @@ class FormStructureModule {
|
|
|
5116
5115
|
OslSearchbar, OslAutocompleteLister, OslReportGrid, OslReportForm] });
|
|
5117
5116
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FormStructureModule, providers: [
|
|
5118
5117
|
{ provide: AUTOCOMPLETE_LISTER_COMPONENT, useValue: OslAutocompleteLister },
|
|
5119
|
-
{ provide: DateAdapter, useClass: NativeDateAdapter },
|
|
5120
|
-
{
|
|
5121
|
-
provide: MAT_DATE_FORMATS,
|
|
5122
|
-
useValue: {
|
|
5123
|
-
parse: { dateInput: null },
|
|
5124
|
-
display: {
|
|
5125
|
-
dateInput: { year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit' },
|
|
5126
|
-
monthYearLabel: { year: 'numeric', month: 'short' },
|
|
5127
|
-
dateA11yLabel: { year: 'numeric', month: 'long', day: 'numeric' },
|
|
5128
|
-
monthYearA11yLabel: { year: 'numeric', month: 'long' },
|
|
5129
|
-
},
|
|
5130
|
-
},
|
|
5131
|
-
},
|
|
5132
5118
|
], imports: [FormsModule,
|
|
5133
5119
|
ReactiveFormsModule,
|
|
5134
5120
|
MatFormFieldModule,
|
|
@@ -5205,19 +5191,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
5205
5191
|
OslSearchbar, OslAutocompleteLister, OslReportGrid, OslReportForm],
|
|
5206
5192
|
providers: [
|
|
5207
5193
|
{ provide: AUTOCOMPLETE_LISTER_COMPONENT, useValue: OslAutocompleteLister },
|
|
5208
|
-
{ provide: DateAdapter, useClass: NativeDateAdapter },
|
|
5209
|
-
{
|
|
5210
|
-
provide: MAT_DATE_FORMATS,
|
|
5211
|
-
useValue: {
|
|
5212
|
-
parse: { dateInput: null },
|
|
5213
|
-
display: {
|
|
5214
|
-
dateInput: { year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit' },
|
|
5215
|
-
monthYearLabel: { year: 'numeric', month: 'short' },
|
|
5216
|
-
dateA11yLabel: { year: 'numeric', month: 'long', day: 'numeric' },
|
|
5217
|
-
monthYearA11yLabel: { year: 'numeric', month: 'long' },
|
|
5218
|
-
},
|
|
5219
|
-
},
|
|
5220
|
-
},
|
|
5221
5194
|
],
|
|
5222
5195
|
}]
|
|
5223
5196
|
}] });
|