ngx-vector-components 4.63.0 → 4.65.0
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/CHANGELOG.md +12 -0
- package/esm2020/lib/components/crud-footer/crud-footer.component.mjs +4 -3
- package/esm2020/lib/components/crud-footer/crud-footer.module.mjs +6 -5
- package/esm2020/lib/models/profile.model.mjs +2 -1
- package/esm2020/lib/shared/shared.module.mjs +5 -3
- package/fesm2015/ngx-vector-components.mjs +25 -22
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +25 -22
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/components/crud-footer/crud-footer.module.d.ts +2 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/lib/shared/shared.module.d.ts +5 -4
- package/package.json +1 -1
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./crud-footer.component";
|
|
3
3
|
import * as i2 from "../../shared/shared.module";
|
|
4
4
|
import * as i3 from "../fields/fields.module";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
5
6
|
export declare class FooterModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FooterModule, [typeof i1.CrudFooterComponent], [typeof i2.SharedModule, typeof i3.FieldsModule], [typeof i1.CrudFooterComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FooterModule, [typeof i1.CrudFooterComponent], [typeof i2.SharedModule, typeof i3.FieldsModule, typeof i4.TranslateModule], [typeof i1.CrudFooterComponent, typeof i4.TranslateModule]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<FooterModule>;
|
|
9
10
|
}
|
|
@@ -253,5 +253,6 @@ export declare enum ProfileModuleActionType {
|
|
|
253
253
|
SHOW_MESSAGE_CUSTOM = "Show Messages Custom",
|
|
254
254
|
DELETE_MESSAGE_CUSTOM = "Delete Messages Custom",
|
|
255
255
|
ADD_MESSAGE_CUSTOM = "Add Messages Custom",
|
|
256
|
-
EDIT_MESSAGE_CUSTOM = "Edit Messages Custom"
|
|
256
|
+
EDIT_MESSAGE_CUSTOM = "Edit Messages Custom",
|
|
257
|
+
RECEPTION_WITHOUT_SCHEDULING = "Reception Without Scheduling"
|
|
257
258
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@ngx-translate/core";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "primeng/tooltip";
|
|
5
|
+
import * as i4 from "../pipes/pipes.module";
|
|
5
6
|
export declare class SharedModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never,
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.TranslateModule], [typeof i2.CommonModule, typeof i3.TooltipModule, typeof i4.PipesModule]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
9
10
|
}
|