@skyux/phone-field 5.0.1 → 5.0.2
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/bundles/skyux-phone-field-testing.umd.js +4 -4
- package/bundles/skyux-phone-field.umd.js +18 -18
- package/esm2015/modules/phone-field/phone-field-adapter.service.js +3 -3
- package/esm2015/modules/phone-field/phone-field-input.directive.js +3 -3
- package/esm2015/modules/phone-field/phone-field.component.js +3 -3
- package/esm2015/modules/phone-field/phone-field.module.js +4 -4
- package/esm2015/modules/shared/sky-phone-field-resources.module.js +4 -4
- package/esm2015/testing/phonefield/phone-field-testing.module.js +4 -4
- package/fesm2015/skyux-phone-field-testing.js +4 -4
- package/fesm2015/skyux-phone-field.js +17 -17
- package/package.json +8 -8
- package/bundles/skyux-phone-field-testing.umd.js.map +0 -1
- package/bundles/skyux-phone-field.umd.js.map +0 -1
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
}
|
|
30
30
|
return SkyPhoneFieldTestingModule;
|
|
31
31
|
}());
|
|
32
|
-
SkyPhoneFieldTestingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
33
|
-
SkyPhoneFieldTestingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
32
|
+
SkyPhoneFieldTestingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SkyPhoneFieldTestingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
33
|
+
SkyPhoneFieldTestingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SkyPhoneFieldTestingModule, exports: [phoneField.SkyPhoneFieldModule,
|
|
34
34
|
// The noop animations module needs to be loaded last to avoid
|
|
35
35
|
// subsequent modules adding animations and overriding this.
|
|
36
36
|
animations.NoopAnimationsModule] });
|
|
37
|
-
SkyPhoneFieldTestingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
37
|
+
SkyPhoneFieldTestingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SkyPhoneFieldTestingModule, imports: [phoneField.SkyPhoneFieldModule,
|
|
38
38
|
// The noop animations module needs to be loaded last to avoid
|
|
39
39
|
// subsequent modules adding animations and overriding this.
|
|
40
40
|
animations.NoopAnimationsModule] });
|
|
41
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
41
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SkyPhoneFieldTestingModule, decorators: [{
|
|
42
42
|
type: i0.NgModule,
|
|
43
43
|
args: [{
|
|
44
44
|
exports: [
|