@thecodeblogs/blog 0.15.4 → 0.19.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/fesm2022/thecodeblogs-blog.mjs +2018 -0
- package/fesm2022/thecodeblogs-blog.mjs.map +1 -0
- package/lib/components/entry-creator/entry-creator.component.d.ts +1 -1
- package/lib/components/entry-renderer/entry-renderer.component.d.ts +1 -1
- package/lib/components/entry-renderer-wrapper/entry-renderer-wrapper.component.d.ts +1 -1
- package/lib/components/entry-selector-dialog/entry-selector-dialog.component.d.ts +1 -1
- package/lib/components/entry-summary/entry-summary.component.d.ts +1 -1
- package/lib/components/json-renderer/json-renderer.component.d.ts +1 -1
- package/lib/components/landing-page/landing-page.component.d.ts +1 -1
- package/lib/components/main/main.component.d.ts +1 -1
- package/lib/components/media-upload-modal/media-upload-modal.component.d.ts +4 -2
- package/lib/components/outline-view/outline-view.component.d.ts +1 -1
- package/lib/components/schedule-publish-dialog/schedule-publish-dialog.component.d.ts +1 -1
- package/lib/components/side-navigation/side-navigation.component.d.ts +8 -3
- package/lib/components/static-html/static-html.component.d.ts +1 -1
- package/lib/core.module.d.ts +38 -38
- package/lib/pipes/LinkyPipe.d.ts +1 -1
- package/lib/pipes/TimeAgoPipe.d.ts +1 -1
- package/package.json +22 -26
- package/esm2020/lib/components/entry-creator/entry-creator.component.mjs +0 -341
- package/esm2020/lib/components/entry-renderer/entry-renderer.component.mjs +0 -108
- package/esm2020/lib/components/entry-renderer-wrapper/entry-renderer-wrapper.component.mjs +0 -75
- package/esm2020/lib/components/entry-selector-dialog/entry-selector-dialog-data.mjs +0 -3
- package/esm2020/lib/components/entry-selector-dialog/entry-selector-dialog.component.mjs +0 -54
- package/esm2020/lib/components/entry-summary/entry-summary.component.mjs +0 -28
- package/esm2020/lib/components/json-renderer/json-renderer.component.mjs +0 -26
- package/esm2020/lib/components/landing-page/landing-page.component.mjs +0 -35
- package/esm2020/lib/components/main/main.component.mjs +0 -56
- package/esm2020/lib/components/media-upload-modal/media-upload-modal.component.mjs +0 -160
- package/esm2020/lib/components/outline-view/outline-view.component.mjs +0 -38
- package/esm2020/lib/components/schedule-publish-dialog/schedule-publish-dialog-data.mjs +0 -3
- package/esm2020/lib/components/schedule-publish-dialog/schedule-publish-dialog.component.mjs +0 -33
- package/esm2020/lib/components/side-navigation/side-navigation.component.mjs +0 -222
- package/esm2020/lib/components/static-html/static-html.component.mjs +0 -28
- package/esm2020/lib/core.module.mjs +0 -209
- package/esm2020/lib/data/base.mjs +0 -7
- package/esm2020/lib/data/content-type.mjs +0 -10
- package/esm2020/lib/data/content.mjs +0 -5
- package/esm2020/lib/data/core-event-type.enum.mjs +0 -7
- package/esm2020/lib/data/core-event.mjs +0 -7
- package/esm2020/lib/data/entry.mjs +0 -79
- package/esm2020/lib/data/guid.mjs +0 -12
- package/esm2020/lib/data/identity.mjs +0 -2
- package/esm2020/lib/data/list-response.mjs +0 -3
- package/esm2020/lib/data/section.mjs +0 -11
- package/esm2020/lib/data/tag.mjs +0 -7
- package/esm2020/lib/data/visitor-profile.mjs +0 -3
- package/esm2020/lib/pipes/LinkyPipe.mjs +0 -15
- package/esm2020/lib/pipes/TimeAgoPipe.mjs +0 -100
- package/esm2020/lib/routing/routes.mjs +0 -25
- package/esm2020/lib/services/analytics/interaction.service.mjs +0 -20
- package/esm2020/lib/services/analytics/view.service.mjs +0 -20
- package/esm2020/lib/services/comment.service.mjs +0 -28
- package/esm2020/lib/services/django-rest-framework-endpoint.service.mjs +0 -50
- package/esm2020/lib/services/entry.service.mjs +0 -106
- package/esm2020/lib/services/identity.service.mjs +0 -20
- package/esm2020/lib/services/interaction.mjs +0 -3
- package/esm2020/lib/services/prism.service.mjs +0 -39
- package/esm2020/lib/services/static-html.service.mjs +0 -22
- package/esm2020/lib/services/tag.service.mjs +0 -33
- package/esm2020/lib/services/upload.mjs +0 -3
- package/esm2020/lib/services/upload.service.mjs +0 -22
- package/esm2020/lib/services/view.mjs +0 -3
- package/esm2020/lib/services/visitor-profile.service.mjs +0 -35
- package/esm2020/public-api.mjs +0 -45
- package/esm2020/thecodeblogs-blog.mjs +0 -5
- package/fesm2015/thecodeblogs-blog.mjs +0 -1930
- package/fesm2015/thecodeblogs-blog.mjs.map +0 -1
- package/fesm2020/thecodeblogs-blog.mjs +0 -1924
- package/fesm2020/thecodeblogs-blog.mjs.map +0 -1
|
@@ -9,5 +9,5 @@ export declare class JsonRendererComponent implements OnInit {
|
|
|
9
9
|
constructor(entryService: EntryService);
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<JsonRendererComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<JsonRendererComponent, "app-json-renderer", never, { "entry": "entry"; }, {}, never, never,
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<JsonRendererComponent, "app-json-renderer", never, { "entry": { "alias": "entry"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -13,5 +13,5 @@ export declare class LandingPageComponent implements OnInit, OnDestroy {
|
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageComponent, "app-landing-page", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageComponent, "app-landing-page", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -16,5 +16,5 @@ export declare class MainComponent implements OnInit, OnDestroy {
|
|
|
16
16
|
onResize(event: any): void;
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MainComponent, "lib-main", never, {}, {}, never, never,
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainComponent, "lib-main", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { FileUploader } from 'ng2-file-upload';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
+
import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
|
|
4
5
|
import { UploadService } from '../../services/upload.service';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class MediaUploadModalComponent implements OnInit, OnDestroy {
|
|
7
8
|
dialogRef: MatDialogRef<MediaUploadModalComponent>;
|
|
8
9
|
private uploadService;
|
|
10
|
+
private library;
|
|
9
11
|
allowedMimeTypes: string[];
|
|
10
12
|
uploadUrlKey: string;
|
|
11
13
|
imgLink: any;
|
|
@@ -18,7 +20,7 @@ export declare class MediaUploadModalComponent implements OnInit, OnDestroy {
|
|
|
18
20
|
file: any;
|
|
19
21
|
poller: any;
|
|
20
22
|
static getCookie(name: string): string;
|
|
21
|
-
constructor(dialogRef: MatDialogRef<MediaUploadModalComponent>, uploadService: UploadService);
|
|
23
|
+
constructor(dialogRef: MatDialogRef<MediaUploadModalComponent>, uploadService: UploadService, library: FaIconLibrary);
|
|
22
24
|
pollForCompletion(): void;
|
|
23
25
|
ngOnInit(): void;
|
|
24
26
|
onFileSelected(e: any): void;
|
|
@@ -28,5 +30,5 @@ export declare class MediaUploadModalComponent implements OnInit, OnDestroy {
|
|
|
28
30
|
blobToFile(theBlob: any, fileName: any): any;
|
|
29
31
|
onPaste(e: any): void;
|
|
30
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MediaUploadModalComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaUploadModalComponent, "app-media-upload-modal", never, { "allowedMimeTypes": "allowedMimeTypes"; "uploadUrlKey": "uploadUrlKey"; "file": "file"; }, {}, never, never,
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaUploadModalComponent, "app-media-upload-modal", never, { "allowedMimeTypes": { "alias": "allowedMimeTypes"; "required": false; }; "uploadUrlKey": { "alias": "uploadUrlKey"; "required": false; }; "file": { "alias": "file"; "required": false; }; }, {}, never, never, true, never>;
|
|
32
34
|
}
|
|
@@ -11,5 +11,5 @@ export declare class OutlineViewComponent implements OnInit {
|
|
|
11
11
|
sectionDrop(e: any): void;
|
|
12
12
|
contentDrop(e: any, section: any): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<OutlineViewComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OutlineViewComponent, "app-outline-view", never, {}, {}, never, never,
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OutlineViewComponent, "app-outline-view", never, {}, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SchedulePublishDialogComponent implements OnInit {
|
|
|
10
10
|
onNoClick(): void;
|
|
11
11
|
onYesClick(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulePublishDialogComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SchedulePublishDialogComponent, "lib-schedule-publish-dialog", never, {}, {}, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SchedulePublishDialogComponent, "lib-schedule-publish-dialog", never, {}, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -3,6 +3,7 @@ import { Router } from '@angular/router';
|
|
|
3
3
|
import { FormControl } from '@angular/forms';
|
|
4
4
|
import { Entry } from '../../data/entry';
|
|
5
5
|
import { Identity } from '../../data/identity';
|
|
6
|
+
import { ListResponse } from '../../data/list-response';
|
|
6
7
|
import { EntryService } from '../../services/entry.service';
|
|
7
8
|
import { IdentityService } from '../../services/identity.service';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
@@ -14,6 +15,9 @@ export declare class SideNavigationComponent implements OnInit, OnDestroy {
|
|
|
14
15
|
state: 'in' | 'out';
|
|
15
16
|
sourceSub: any;
|
|
16
17
|
identity: Identity;
|
|
18
|
+
response: ListResponse<Entry>;
|
|
19
|
+
debounceTimeout: number;
|
|
20
|
+
loading: boolean;
|
|
17
21
|
entries: {
|
|
18
22
|
id: string;
|
|
19
23
|
entry: Entry;
|
|
@@ -28,8 +32,9 @@ export declare class SideNavigationComponent implements OnInit, OnDestroy {
|
|
|
28
32
|
divNav: ElementRef;
|
|
29
33
|
constructor(entryService: EntryService, router: Router, identityService: IdentityService, renderer: Renderer2);
|
|
30
34
|
ngOnInit(): void;
|
|
31
|
-
|
|
32
|
-
|
|
35
|
+
getMore(): void;
|
|
36
|
+
getEntriesWithUrl(url: string, wipe?: boolean): void;
|
|
37
|
+
organizeEntries(wipe?: boolean): void;
|
|
33
38
|
getEntries(): void;
|
|
34
39
|
searchEntries(searchTerm: string): void;
|
|
35
40
|
render(): void;
|
|
@@ -39,5 +44,5 @@ export declare class SideNavigationComponent implements OnInit, OnDestroy {
|
|
|
39
44
|
searchControl: FormControl<string>;
|
|
40
45
|
onSearchChange(searchValue: string): void;
|
|
41
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavigationComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavigationComponent, "app-side-navigation", never, {}, {}, never, never,
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavigationComponent, "app-side-navigation", never, {}, {}, never, never, true, never>;
|
|
43
48
|
}
|
|
@@ -12,5 +12,5 @@ export declare class StaticHtmlComponent implements OnInit, OnChanges {
|
|
|
12
12
|
ngOnChanges(changes: SimpleChanges): void;
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<StaticHtmlComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StaticHtmlComponent, "app-static-html", never, { "value": "value"; }, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StaticHtmlComponent, "app-static-html", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
package/lib/core.module.d.ts
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
import * as i3 from "
|
|
6
|
-
import * as i4 from "
|
|
7
|
-
import * as i5 from "
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "
|
|
10
|
-
import * as i8 from "
|
|
11
|
-
import * as i9 from "
|
|
12
|
-
import * as i10 from "
|
|
13
|
-
import * as i11 from "
|
|
14
|
-
import * as i12 from "
|
|
15
|
-
import * as i13 from "
|
|
16
|
-
import * as i14 from "
|
|
17
|
-
import * as i15 from "
|
|
18
|
-
import * as i16 from "@angular/
|
|
19
|
-
import * as i17 from "@angular/
|
|
20
|
-
import * as i18 from "@angular/
|
|
21
|
-
import * as i19 from "@angular/
|
|
22
|
-
import * as i20 from "@angular/material/
|
|
23
|
-
import * as i21 from "@angular
|
|
24
|
-
import * as i22 from "
|
|
25
|
-
import * as i23 from "
|
|
26
|
-
import * as i24 from "
|
|
27
|
-
import * as i25 from "
|
|
28
|
-
import * as i26 from "
|
|
29
|
-
import * as i27 from "
|
|
30
|
-
import * as i28 from "
|
|
31
|
-
import * as i29 from "
|
|
32
|
-
import * as i30 from "
|
|
33
|
-
import * as i31 from "
|
|
34
|
-
import * as i32 from "
|
|
35
|
-
import * as i33 from "
|
|
36
|
-
import * as i34 from "
|
|
37
|
-
import * as i35 from "
|
|
38
|
-
import * as i36 from "
|
|
39
|
-
import * as i37 from "
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/router";
|
|
5
|
+
import * as i3 from "@angular/forms";
|
|
6
|
+
import * as i4 from "@angular/cdk/drag-drop";
|
|
7
|
+
import * as i5 from "@angular/material/card";
|
|
8
|
+
import * as i6 from "@angular/material/sidenav";
|
|
9
|
+
import * as i7 from "@angular/material/button";
|
|
10
|
+
import * as i8 from "@angular/material/input";
|
|
11
|
+
import * as i9 from "@angular/material/list";
|
|
12
|
+
import * as i10 from "@angular/material/radio";
|
|
13
|
+
import * as i11 from "@angular/material/dialog";
|
|
14
|
+
import * as i12 from "@angular/material/checkbox";
|
|
15
|
+
import * as i13 from "@angular/material/divider";
|
|
16
|
+
import * as i14 from "@angular/material/autocomplete";
|
|
17
|
+
import * as i15 from "@angular/material/chips";
|
|
18
|
+
import * as i16 from "@angular/material/icon";
|
|
19
|
+
import * as i17 from "@angular/material/datepicker";
|
|
20
|
+
import * as i18 from "@angular/material/core";
|
|
21
|
+
import * as i19 from "@angular/material/table";
|
|
22
|
+
import * as i20 from "@angular/material/progress-spinner";
|
|
23
|
+
import * as i21 from "@fortawesome/angular-fontawesome";
|
|
24
|
+
import * as i22 from "ng2-file-upload";
|
|
25
|
+
import * as i23 from "./components/entry-renderer/entry-renderer.component";
|
|
26
|
+
import * as i24 from "./components/entry-creator/entry-creator.component";
|
|
27
|
+
import * as i25 from "./components/landing-page/landing-page.component";
|
|
28
|
+
import * as i26 from "./components/side-navigation/side-navigation.component";
|
|
29
|
+
import * as i27 from "./components/outline-view/outline-view.component";
|
|
30
|
+
import * as i28 from "./components/json-renderer/json-renderer.component";
|
|
31
|
+
import * as i29 from "./components/entry-summary/entry-summary.component";
|
|
32
|
+
import * as i30 from "./components/entry-selector-dialog/entry-selector-dialog.component";
|
|
33
|
+
import * as i31 from "./components/media-upload-modal/media-upload-modal.component";
|
|
34
|
+
import * as i32 from "./pipes/TimeAgoPipe";
|
|
35
|
+
import * as i33 from "./pipes/LinkyPipe";
|
|
36
|
+
import * as i34 from "./components/static-html/static-html.component";
|
|
37
|
+
import * as i35 from "./components/main/main.component";
|
|
38
|
+
import * as i36 from "./components/entry-renderer-wrapper/entry-renderer-wrapper.component";
|
|
39
|
+
import * as i37 from "./components/schedule-publish-dialog/schedule-publish-dialog.component";
|
|
40
40
|
export declare class CoreModule {
|
|
41
41
|
private library;
|
|
42
42
|
constructor(library: FaIconLibrary);
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof i1.
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DragDropModule, typeof i5.MatCardModule, typeof i6.MatSidenavModule, typeof i7.MatButtonModule, typeof i8.MatInputModule, typeof i9.MatListModule, typeof i10.MatRadioModule, typeof i11.MatDialogModule, typeof i12.MatCheckboxModule, typeof i13.MatDividerModule, typeof i14.MatAutocompleteModule, typeof i15.MatChipsModule, typeof i16.MatIconModule, typeof i17.MatDatepickerModule, typeof i18.MatNativeDateModule, typeof i19.MatTableModule, typeof i20.MatProgressSpinnerModule, typeof i21.FontAwesomeModule, typeof i22.FileUploadModule, typeof i23.EntryRendererComponent, typeof i24.EntryCreatorComponent, typeof i25.LandingPageComponent, typeof i26.SideNavigationComponent, typeof i27.OutlineViewComponent, typeof i28.JsonRendererComponent, typeof i29.EntrySummaryComponent, typeof i30.EntrySelectorDialogComponent, typeof i31.MediaUploadModalComponent, typeof i32.TimeAgoPipe, typeof i33.LinkyPipe, typeof i34.StaticHtmlComponent, typeof i35.MainComponent, typeof i36.EntryRendererWrapperComponent, typeof i37.SchedulePublishDialogComponent], [typeof i23.EntryRendererComponent, typeof i24.EntryCreatorComponent, typeof i25.LandingPageComponent, typeof i26.SideNavigationComponent, typeof i27.OutlineViewComponent, typeof i28.JsonRendererComponent, typeof i29.EntrySummaryComponent, typeof i30.EntrySelectorDialogComponent, typeof i31.MediaUploadModalComponent, typeof i32.TimeAgoPipe, typeof i33.LinkyPipe, typeof i34.StaticHtmlComponent, typeof i35.MainComponent, typeof i36.EntryRendererWrapperComponent]>;
|
|
45
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
46
46
|
}
|
package/lib/pipes/LinkyPipe.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class LinkyPipe implements PipeTransform {
|
|
4
4
|
transform(value: string, options?: any): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkyPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<LinkyPipe, "linky",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<LinkyPipe, "linky", true>;
|
|
7
7
|
}
|
|
@@ -10,5 +10,5 @@ export declare class TimeAgoPipe implements PipeTransform, OnDestroy {
|
|
|
10
10
|
private removeTimer;
|
|
11
11
|
private getSecondsUntilUpdate;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeAgoPipe, never>;
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TimeAgoPipe, "timeAgo",
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TimeAgoPipe, "timeAgo", true>;
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thecodeblogs/blog",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"tslib": "
|
|
5
|
+
"tslib": "~2.8.1"
|
|
6
6
|
},
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@angular/
|
|
9
|
-
"@angular/
|
|
10
|
-
"@angular/
|
|
11
|
-
"@angular/
|
|
12
|
-
"@angular/
|
|
13
|
-
"@
|
|
14
|
-
"@
|
|
15
|
-
"@
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
8
|
+
"@angular/animations": "~19.2.3",
|
|
9
|
+
"@angular/cdk": "~19.2.4",
|
|
10
|
+
"@angular/common": "~19.2.3",
|
|
11
|
+
"@angular/compiler": "~19.2.3",
|
|
12
|
+
"@angular/core": "~19.2.3",
|
|
13
|
+
"@angular/forms": "~19.2.3",
|
|
14
|
+
"@angular/material": "~19.2.4",
|
|
15
|
+
"@angular/platform-browser": "~19.2.3",
|
|
16
|
+
"@angular/platform-browser-dynamic": "~19.2.3",
|
|
17
|
+
"@angular/router": "~19.2.3",
|
|
18
|
+
"@fortawesome/angular-fontawesome": "~1.0.0",
|
|
19
|
+
"@fortawesome/fontawesome-svg-core": "~6.7.2",
|
|
20
|
+
"@fortawesome/free-solid-svg-icons": "~6.7.2",
|
|
21
|
+
"autolinker": "~3.12.0",
|
|
22
|
+
"ng2-file-upload": "~8.0.0",
|
|
23
|
+
"ngx-device-detector": "~9.0.0",
|
|
24
|
+
"prismjs": "~1.30.0",
|
|
25
|
+
"lodash": "^4.17.21"
|
|
22
26
|
},
|
|
23
|
-
"module": "
|
|
24
|
-
"es2020": "fesm2020/thecodeblogs-blog.mjs",
|
|
25
|
-
"esm2020": "esm2020/thecodeblogs-blog.mjs",
|
|
26
|
-
"fesm2020": "fesm2020/thecodeblogs-blog.mjs",
|
|
27
|
-
"fesm2015": "fesm2015/thecodeblogs-blog.mjs",
|
|
27
|
+
"module": "fesm2022/thecodeblogs-blog.mjs",
|
|
28
28
|
"typings": "index.d.ts",
|
|
29
29
|
"exports": {
|
|
30
30
|
"./package.json": {
|
|
@@ -32,11 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
".": {
|
|
34
34
|
"types": "./index.d.ts",
|
|
35
|
-
"
|
|
36
|
-
"es2020": "./fesm2020/thecodeblogs-blog.mjs",
|
|
37
|
-
"es2015": "./fesm2015/thecodeblogs-blog.mjs",
|
|
38
|
-
"node": "./fesm2015/thecodeblogs-blog.mjs",
|
|
39
|
-
"default": "./fesm2020/thecodeblogs-blog.mjs"
|
|
35
|
+
"default": "./fesm2022/thecodeblogs-blog.mjs"
|
|
40
36
|
}
|
|
41
37
|
},
|
|
42
38
|
"sideEffects": false
|