ngx-techlify-core 11.4.4 → 11.4.5
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/ngx-techlify-core.umd.js +15 -19
- package/bundles/ngx-techlify-core.umd.js.map +1 -1
- package/bundles/ngx-techlify-core.umd.min.js +2 -2
- package/bundles/ngx-techlify-core.umd.min.js.map +1 -1
- package/esm2015/lib/import-csv/import-csv.component.js +3 -2
- package/esm2015/lib/import-csv/import-history-list/import-history-list.component.js +3 -2
- package/esm2015/lib/material.module.js +4 -2
- package/esm2015/lib/techlify-feature/techlify-feature.routing.js +2 -2
- package/esm2015/lib/techlify-feature/techlify-feature.service.js +2 -2
- package/esm2015/ngx-techlify-core.js +10 -11
- package/fesm2015/ngx-techlify-core.js +4 -3
- package/fesm2015/ngx-techlify-core.js.map +1 -1
- package/lib/import-csv/import-csv.component.d.ts +2 -1
- package/lib/import-csv/import-history-list/import-history-list.component.d.ts +2 -1
- package/lib/techlify-feature/techlify-feature.service.d.ts +1 -1
- package/ngx-techlify-core.d.ts +9 -10
- package/ngx-techlify-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,8 @@ import { ViewerConfig } from '../document-viewer/viewer-config.model';
|
|
|
2
2
|
import { FileDropperConfig } from '../file-dropper/file-dropper.model';
|
|
3
3
|
import { HttpService } from '../core/http.service';
|
|
4
4
|
import { OnInit } from '@angular/core';
|
|
5
|
-
import { AlertService
|
|
5
|
+
import { AlertService } from '../core/alert.service';
|
|
6
|
+
import { ErrorHandlerService } from '../core/error-handler.service';
|
|
6
7
|
import { ImportCsvConfig } from './import-csv-config';
|
|
7
8
|
export declare class ImportCsvComponent implements OnInit {
|
|
8
9
|
private alertService;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { ErrorHandlerService } from './../../core/error-handler.service';
|
|
1
2
|
import { PageEvent } from './../../data-table/data-table.model';
|
|
2
|
-
import { ErrorHandlerService, HttpService } from '../../core';
|
|
3
3
|
import { OnInit } from '@angular/core';
|
|
4
4
|
import { ImportCsvConfig } from '../import-csv-config';
|
|
5
|
+
import { HttpService } from '../../core/http.service';
|
|
5
6
|
export declare class ImportHistoryListComponent implements OnInit {
|
|
6
7
|
private errorHandler;
|
|
7
8
|
private http;
|
package/ngx-techlify-core.d.ts
CHANGED
|
@@ -4,19 +4,18 @@
|
|
|
4
4
|
export * from './public-api';
|
|
5
5
|
export { ActionPopupComponent as ɵg } from './lib/action-popup/action-popup.component';
|
|
6
6
|
export { ActionPopup as ɵh } from './lib/action-popup/action-popup.model';
|
|
7
|
-
export { AlertService as ɵbw, AuthenticationGuard as ɵci, DataManager as ɵch, ErrorHandlerService as ɵbx, HttpService as ɵcb } from './lib/core';
|
|
8
7
|
export { AlertService as ɵn } from './lib/core/alert.service';
|
|
9
8
|
export { AuthenticationGuard as ɵbg } from './lib/core/authentication.guard';
|
|
10
9
|
export { ConfigService as ɵv } from './lib/core/config.service';
|
|
11
10
|
export { CredentialsService as ɵu } from './lib/core/credentials.service';
|
|
12
11
|
export { DataManager as ɵbv } from './lib/core/dataManager.service';
|
|
13
|
-
export { ErrorHandlerService as
|
|
12
|
+
export { ErrorHandlerService as ɵbw } from './lib/core/error-handler.service';
|
|
14
13
|
export { FormValidatorService as ɵl } from './lib/core/form-validator.service';
|
|
15
14
|
export { HTTP_DYNAMIC_INTERCEPTORS as ɵd, HttpService as ɵe } from './lib/core/http.service';
|
|
16
15
|
export { RouteReusableStrategy as ɵf } from './lib/core/route-reusable-strategy';
|
|
17
16
|
export { ErrorSnackComponent as ɵc, SuccessSnackComponent as ɵb } from './lib/core/snack/snack.component';
|
|
18
17
|
export { SnackModule as ɵa } from './lib/core/snack/snack.module';
|
|
19
|
-
export { StorageService as
|
|
18
|
+
export { StorageService as ɵcc } from './lib/core/storage.service';
|
|
20
19
|
export { TechlifyConfig as ɵw } from './lib/core/techlify-config.model';
|
|
21
20
|
export { DataTableComponent as ɵi } from './lib/data-table/data-table.component';
|
|
22
21
|
export { DocumentViewerComponent as ɵj } from './lib/document-viewer/document-viewer.component';
|
|
@@ -30,11 +29,11 @@ export { EntityFileFormComponent as ɵk } from './lib/entity-files/entity-file-f
|
|
|
30
29
|
export { EntityFileService as ɵm } from './lib/entity-files/entity-file.service';
|
|
31
30
|
export { EntityFilesViewAllComponent as ɵo } from './lib/entity-files/entity-files-view-all.component';
|
|
32
31
|
export { FileDropperComponent as ɵp } from './lib/file-dropper/file-dropper.component';
|
|
33
|
-
export { DataImportComponent as
|
|
34
|
-
export { FailedItemsListComponent as
|
|
35
|
-
export { FieldMappingComponent as
|
|
36
|
-
export { ImportHistoryListComponent as
|
|
37
|
-
export { ImportSuccessComponent as
|
|
32
|
+
export { DataImportComponent as ɵcb } from './lib/import-csv/data-import/data-import.component';
|
|
33
|
+
export { FailedItemsListComponent as ɵby } from './lib/import-csv/failed-items-list/failed-items-list.component';
|
|
34
|
+
export { FieldMappingComponent as ɵbx } from './lib/import-csv/field-mapping/field-mapping.component';
|
|
35
|
+
export { ImportHistoryListComponent as ɵbz } from './lib/import-csv/import-history-list/import-history-list.component';
|
|
36
|
+
export { ImportSuccessComponent as ɵca } from './lib/import-csv/import-success/import-success.component';
|
|
38
37
|
export { LoaderComponent as ɵbd } from './lib/loader/loader.component';
|
|
39
38
|
export { CommentFormComponent as ɵt } from './lib/note/comment-form/comment-form.component';
|
|
40
39
|
export { NoteFormComponent as ɵs } from './lib/note/note-form/note-form.component';
|
|
@@ -42,8 +41,8 @@ export { NoteListComponent as ɵq } from './lib/note/note-list/note-list.compone
|
|
|
42
41
|
export { NoteService as ɵr } from './lib/note/note.service';
|
|
43
42
|
export { MatSelectInfiniteScrollDirective as ɵy } from './lib/searchable-selector/mat-select-infinite-scroll.directive';
|
|
44
43
|
export { SearchableSelectorComponent as ɵx } from './lib/searchable-selector/searchable-selector.component';
|
|
45
|
-
export { OnOffSwitchComponent as
|
|
46
|
-
export { TechlifyFeatureService as
|
|
44
|
+
export { OnOffSwitchComponent as ɵce } from './lib/techlify-feature/on-off-switch/on-off-switch.component';
|
|
45
|
+
export { TechlifyFeatureService as ɵcd } from './lib/techlify-feature/techlify-feature.service';
|
|
47
46
|
export { TechlifyUpdateFormComponent as ɵbp } from './lib/techlify-update/techlify-update-form/techlify-update-form.component';
|
|
48
47
|
export { TechlifyUpdateFormModule as ɵbo } from './lib/techlify-update/techlify-update-form/techlify-update-form.module';
|
|
49
48
|
export { TechlifyUpdateHistoryRoutingModule as ɵbq } from './lib/techlify-update/techlify-update-history/techlify-update-history-routing.module';
|