@esfaenza/core 19.2.248 → 19.2.249
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.
|
@@ -25,8 +25,9 @@ import * as i23 from "./es-image-cropper/es-image-cropper.component";
|
|
|
25
25
|
import * as i24 from "./selector/form-selector/form-selector.component";
|
|
26
26
|
import * as i25 from "./selector/form-selector-dialog/form-selector-dialog.component";
|
|
27
27
|
import * as i26 from "./entity-feeds-widget/entity-feeds-widget.component";
|
|
28
|
+
import * as i27 from "@esfaenza/text-editors";
|
|
28
29
|
export declare class ComponentsModule {
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.FormsModule, typeof i4.DirectivesModule, typeof i5.LocalizationModule, typeof i6.ProgressbarModule, typeof i7.BsDropdownModule, typeof i8.ModalModule, typeof i9.EsTableModule, typeof i10.BackTop, typeof i11.Breadcrumb, typeof i12.ErrorPageComponent, typeof i13.PagesComponent, typeof i14.ExternalPagesComponent, typeof i15.JaceLoginComponent, typeof i16.Navbar, typeof i17.RedirecterComponent, typeof i18.Sidebar, typeof i19.JaceResourceComponent, typeof i20.EsModalComponent, typeof i21.EsModalHeadComponent, typeof i22.LabeledSpanComponent, typeof i23.EsImageCropperComponent, typeof i24.FormSelectorComponent, typeof i25.FormSelectorDialogComponent, typeof i26.EntityFeedsWidgetComponent], [typeof i10.BackTop, typeof i11.Breadcrumb, typeof i12.ErrorPageComponent, typeof i13.PagesComponent, typeof i14.ExternalPagesComponent, typeof i15.JaceLoginComponent, typeof i16.Navbar, typeof i17.RedirecterComponent, typeof i18.Sidebar, typeof i19.JaceResourceComponent, typeof i20.EsModalComponent, typeof i21.EsModalHeadComponent, typeof i22.LabeledSpanComponent, typeof i23.EsImageCropperComponent, typeof i24.FormSelectorComponent, typeof i25.FormSelectorDialogComponent, typeof i26.EntityFeedsWidgetComponent]>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.FormsModule, typeof i4.DirectivesModule, typeof i5.LocalizationModule, typeof i6.ProgressbarModule, typeof i7.BsDropdownModule, typeof i8.ModalModule, typeof i9.EsTableModule, typeof i10.BackTop, typeof i11.Breadcrumb, typeof i12.ErrorPageComponent, typeof i13.PagesComponent, typeof i14.ExternalPagesComponent, typeof i15.JaceLoginComponent, typeof i16.Navbar, typeof i17.RedirecterComponent, typeof i18.Sidebar, typeof i19.JaceResourceComponent, typeof i20.EsModalComponent, typeof i21.EsModalHeadComponent, typeof i22.LabeledSpanComponent, typeof i23.EsImageCropperComponent, typeof i24.FormSelectorComponent, typeof i25.FormSelectorDialogComponent, typeof i26.EntityFeedsWidgetComponent, typeof i27.EditorComponent], [typeof i10.BackTop, typeof i11.Breadcrumb, typeof i12.ErrorPageComponent, typeof i13.PagesComponent, typeof i14.ExternalPagesComponent, typeof i15.JaceLoginComponent, typeof i16.Navbar, typeof i17.RedirecterComponent, typeof i18.Sidebar, typeof i19.JaceResourceComponent, typeof i20.EsModalComponent, typeof i21.EsModalHeadComponent, typeof i22.LabeledSpanComponent, typeof i23.EsImageCropperComponent, typeof i24.FormSelectorComponent, typeof i25.FormSelectorDialogComponent, typeof i26.EntityFeedsWidgetComponent, typeof i27.EditorComponent]>;
|
|
31
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
|
32
33
|
}
|
|
@@ -32,6 +32,7 @@ import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
|
|
|
32
32
|
import * as i1$2 from '@esfaenza/preferences';
|
|
33
33
|
import { CacheService } from '@esfaenza/preferences';
|
|
34
34
|
import * as i2$2 from '@esfaenza/signalr-notifications';
|
|
35
|
+
import { EditorComponent } from '@esfaenza/text-editors';
|
|
35
36
|
import { ModalModule } from 'ngx-bootstrap/modal';
|
|
36
37
|
import { ImageCropperComponent } from 'ngx-image-cropper';
|
|
37
38
|
import * as i6 from '@esfaenza/forms-and-validations';
|
|
@@ -1599,7 +1600,8 @@ const COMPONENTS = [
|
|
|
1599
1600
|
EsImageCropperComponent,
|
|
1600
1601
|
FormSelectorComponent,
|
|
1601
1602
|
FormSelectorDialogComponent,
|
|
1602
|
-
EntityFeedsWidgetComponent
|
|
1603
|
+
EntityFeedsWidgetComponent,
|
|
1604
|
+
EditorComponent
|
|
1603
1605
|
];
|
|
1604
1606
|
class ComponentsModule {
|
|
1605
1607
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
@@ -1619,7 +1621,8 @@ class ComponentsModule {
|
|
|
1619
1621
|
EsImageCropperComponent,
|
|
1620
1622
|
FormSelectorComponent,
|
|
1621
1623
|
FormSelectorDialogComponent,
|
|
1622
|
-
EntityFeedsWidgetComponent
|
|
1624
|
+
EntityFeedsWidgetComponent,
|
|
1625
|
+
EditorComponent], exports: [BackTop,
|
|
1623
1626
|
Breadcrumb,
|
|
1624
1627
|
ErrorPageComponent,
|
|
1625
1628
|
PagesComponent,
|
|
@@ -1635,7 +1638,8 @@ class ComponentsModule {
|
|
|
1635
1638
|
EsImageCropperComponent,
|
|
1636
1639
|
FormSelectorComponent,
|
|
1637
1640
|
FormSelectorDialogComponent,
|
|
1638
|
-
EntityFeedsWidgetComponent
|
|
1641
|
+
EntityFeedsWidgetComponent,
|
|
1642
|
+
EditorComponent] }); }
|
|
1639
1643
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: ComponentsModule, imports: [CommonModule, RouterModule, FormsModule, DirectivesModule, LocalizationModule, ProgressbarModule, BsDropdownModule, ModalModule, EsTableModule, ErrorPageComponent,
|
|
1640
1644
|
PagesComponent,
|
|
1641
1645
|
Navbar,
|
|
@@ -1643,7 +1647,8 @@ class ComponentsModule {
|
|
|
1643
1647
|
EsImageCropperComponent,
|
|
1644
1648
|
FormSelectorComponent,
|
|
1645
1649
|
FormSelectorDialogComponent,
|
|
1646
|
-
EntityFeedsWidgetComponent
|
|
1650
|
+
EntityFeedsWidgetComponent,
|
|
1651
|
+
EditorComponent] }); }
|
|
1647
1652
|
}
|
|
1648
1653
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: ComponentsModule, decorators: [{
|
|
1649
1654
|
type: NgModule,
|