novo-elements 7.8.0-beta.1 → 7.8.0-beta.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/components/field/field.module.d.ts +2 -1
- package/esm2020/components/field/field.module.mjs +5 -5
- package/fesm2015/novo-elements-components-field.mjs +5 -6
- package/fesm2015/novo-elements-components-field.mjs.map +1 -1
- package/fesm2020/novo-elements-components-field.mjs +5 -6
- package/fesm2020/novo-elements-components-field.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,8 @@ import { Subscription, Subject, fromEvent } from 'rxjs';
|
|
|
7
7
|
import { startWith, takeUntil } from 'rxjs/operators';
|
|
8
8
|
import * as i1$1 from '@angular/common';
|
|
9
9
|
import { CommonModule } from '@angular/common';
|
|
10
|
+
import * as i1$2 from 'angular-imask';
|
|
11
|
+
import { IMaskDirective, IMaskDirectiveModule } from 'angular-imask';
|
|
10
12
|
import * as i2$2 from 'novo-elements/common/overlay';
|
|
11
13
|
import { NovoOverlayTemplateComponent, NovoOverlayModule } from 'novo-elements/common/overlay';
|
|
12
14
|
import * as i1$4 from 'novo-elements/components/button';
|
|
@@ -14,8 +16,6 @@ import { NovoButtonModule } from 'novo-elements/components/button';
|
|
|
14
16
|
import { BooleanInput, DateUtil } from 'novo-elements/utils';
|
|
15
17
|
import * as i2$1 from '@angular/forms';
|
|
16
18
|
import { NG_VALUE_ACCESSOR, COMPOSITION_BUFFER_MODE } from '@angular/forms';
|
|
17
|
-
import * as i1$2 from 'angular-imask';
|
|
18
|
-
import { IMaskDirective } from 'angular-imask';
|
|
19
19
|
import { isValid } from 'date-fns';
|
|
20
20
|
import { MaskedRange, MaskedEnum } from 'imask';
|
|
21
21
|
import * as i2 from 'novo-elements/services';
|
|
@@ -1617,7 +1617,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1617
1617
|
args: [NovoOverlayTemplateComponent]
|
|
1618
1618
|
}] } });
|
|
1619
1619
|
|
|
1620
|
-
// NG2
|
|
1621
1620
|
class NovoFieldModule {
|
|
1622
1621
|
}
|
|
1623
1622
|
NovoFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -1634,7 +1633,7 @@ NovoFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
1634
1633
|
NovoDateTimeFormatDirective,
|
|
1635
1634
|
NovoDateRangeFormatDirective,
|
|
1636
1635
|
NovoPickerToggleElement,
|
|
1637
|
-
NovoPickerDirective], imports: [CommonModule, NovoButtonModule, NovoOverlayModule, NovoOptionModule, NovoCommonModule], exports: [NovoFieldElement,
|
|
1636
|
+
NovoPickerDirective], imports: [CommonModule, NovoButtonModule, NovoOverlayModule, NovoOptionModule, NovoCommonModule, IMaskDirectiveModule], exports: [NovoFieldElement,
|
|
1638
1637
|
// NovoLabelElement,
|
|
1639
1638
|
NovoHintElement,
|
|
1640
1639
|
NovoErrorElement,
|
|
@@ -1648,11 +1647,11 @@ NovoFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
1648
1647
|
NovoDateTimeFormatDirective,
|
|
1649
1648
|
NovoPickerToggleElement,
|
|
1650
1649
|
NovoPickerDirective] });
|
|
1651
|
-
NovoFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoFieldModule, imports: [[CommonModule, NovoButtonModule, NovoOverlayModule, NovoOptionModule, NovoCommonModule]] });
|
|
1650
|
+
NovoFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoFieldModule, imports: [[CommonModule, NovoButtonModule, NovoOverlayModule, NovoOptionModule, NovoCommonModule, IMaskDirectiveModule]] });
|
|
1652
1651
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoFieldModule, decorators: [{
|
|
1653
1652
|
type: NgModule,
|
|
1654
1653
|
args: [{
|
|
1655
|
-
imports: [CommonModule, NovoButtonModule, NovoOverlayModule, NovoOptionModule, NovoCommonModule],
|
|
1654
|
+
imports: [CommonModule, NovoButtonModule, NovoOverlayModule, NovoOptionModule, NovoCommonModule, IMaskDirectiveModule],
|
|
1656
1655
|
declarations: [
|
|
1657
1656
|
NovoFieldElement,
|
|
1658
1657
|
// NovoLabelElement,
|