@3kles/kles-material-dynamicforms 21.7.0 → 21.7.1
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.
|
@@ -64,7 +64,6 @@ import { cloneDeep } from 'lodash';
|
|
|
64
64
|
import { parseColor, toCssRgba, readableTextColor, MaterialColorPickerTriggerComponent } from '@3kles/kles-material-color-picker';
|
|
65
65
|
import * as i3$2 from '@angular/cdk/text-field';
|
|
66
66
|
import { TextFieldModule } from '@angular/cdk/text-field';
|
|
67
|
-
import { NgxMatSelectSearchModule } from 'ngx-mat-select-search';
|
|
68
67
|
import { getMultipleValuesInSingleSelectionError } from '@angular/cdk/collections';
|
|
69
68
|
import * as i4$4 from '@3kles/kles-material-datepicker';
|
|
70
69
|
import { KlesMaterialDatepickerModule } from '@3kles/kles-material-datepicker';
|
|
@@ -5592,7 +5591,7 @@ const pipes = [KlesTransformPipe, ArrayFormatPipe];
|
|
|
5592
5591
|
class KlesMaterialDynamicformsModule {
|
|
5593
5592
|
static { this.declarations = [components, directives, pipes]; }
|
|
5594
5593
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.20", ngImport: i0, type: KlesMaterialDynamicformsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5595
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.20", ngImport: i0, type: KlesMaterialDynamicformsModule, imports: [CommonModule, ReactiveFormsModule, FormsModule, MaterialModule,
|
|
5594
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.20", ngImport: i0, type: KlesMaterialDynamicformsModule, imports: [CommonModule, ReactiveFormsModule, FormsModule, MaterialModule, KlesDynamicFormComponent,
|
|
5596
5595
|
KlesFormLabelComponent,
|
|
5597
5596
|
KlesFormInputComponent,
|
|
5598
5597
|
KlesFormInputClearableComponent,
|
|
@@ -5685,7 +5684,7 @@ class KlesMaterialDynamicformsModule {
|
|
|
5685
5684
|
KlesFormCurrencyComponent,
|
|
5686
5685
|
KlesFormStatusComponent,
|
|
5687
5686
|
KlesFormChipGridComponent, KlesTransformPipe, ArrayFormatPipe, KlesDynamicFieldDirective, KlesComponentDirective, MatErrorMessageDirective, MatErrorFormDirective] }); }
|
|
5688
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.20", ngImport: i0, type: KlesMaterialDynamicformsModule, providers: [{ provide: ErrorStateMatcher, useClass: KlesFormErrorStateMatcher }, pipes], imports: [CommonModule, ReactiveFormsModule, FormsModule, MaterialModule,
|
|
5687
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.20", ngImport: i0, type: KlesMaterialDynamicformsModule, providers: [{ provide: ErrorStateMatcher, useClass: KlesFormErrorStateMatcher }, pipes], imports: [CommonModule, ReactiveFormsModule, FormsModule, MaterialModule, KlesDynamicFormComponent,
|
|
5689
5688
|
KlesFormLabelComponent,
|
|
5690
5689
|
KlesFormInputComponent,
|
|
5691
5690
|
KlesFormInputClearableComponent,
|
|
@@ -5735,7 +5734,7 @@ class KlesMaterialDynamicformsModule {
|
|
|
5735
5734
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.20", ngImport: i0, type: KlesMaterialDynamicformsModule, decorators: [{
|
|
5736
5735
|
type: NgModule,
|
|
5737
5736
|
args: [{
|
|
5738
|
-
imports: [CommonModule, ReactiveFormsModule, FormsModule, MaterialModule,
|
|
5737
|
+
imports: [CommonModule, ReactiveFormsModule, FormsModule, MaterialModule, components, directives, pipes],
|
|
5739
5738
|
providers: [{ provide: ErrorStateMatcher, useClass: KlesFormErrorStateMatcher }, pipes],
|
|
5740
5739
|
exports: [components, pipes, directives],
|
|
5741
5740
|
schemas: [CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA],
|