@net7/boilerplate-arianna 3.9.2 → 4.0.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/esm2020/lib/components/aw-facets-wrapper/aw-facets-wrapper.mjs +6 -6
- package/esm2020/lib/components/bubble-chart-wrapper/bubble-chart-wrapper.mjs +4 -4
- package/esm2020/lib/components/chart-tippy/chart-tippy.mjs +6 -6
- package/esm2020/lib/components/extended-tree/extended-tree.mjs +6 -6
- package/esm2020/lib/components/pdf-viewer/pdf-viewer.mjs +7 -7
- package/esm2020/lib/components/scheda-dropdown/scheda-dropdown.mjs +4 -4
- package/esm2020/lib/components/scheda-image-navigator/scheda-image-navigator.mjs +6 -6
- package/esm2020/lib/components/smart-breadcrumbs/smart-breadcrumbs.mjs +6 -6
- package/esm2020/lib/layouts/collection-layout/collection-layout.mjs +6 -6
- package/esm2020/lib/layouts/entita-layout/entita-layout.mjs +7 -7
- package/esm2020/lib/layouts/gallery-layout/gallery-layout.mjs +8 -8
- package/esm2020/lib/layouts/home-layout/home-layout.mjs +9 -9
- package/esm2020/lib/layouts/map-layout/map-layout.mjs +7 -7
- package/esm2020/lib/layouts/scheda-layout/scheda-layout.mjs +9 -9
- package/esm2020/lib/layouts/search-layout/search-layout.mjs +8 -8
- package/esm2020/lib/layouts/timeline-layout/timeline-layout.mjs +7 -7
- package/esm2020/lib/n7-boilerplate-arianna.module.mjs +9 -11
- package/esm2020/lib/search/aw-search.service.mjs +4 -4
- package/fesm2015/net7-boilerplate-arianna.mjs +93 -95
- package/fesm2015/net7-boilerplate-arianna.mjs.map +1 -1
- package/fesm2020/net7-boilerplate-arianna.mjs +93 -95
- package/fesm2020/net7-boilerplate-arianna.mjs.map +1 -1
- package/{net7-boilerplate-arianna.d.ts → index.d.ts} +0 -0
- package/lib/components/aw-facets-wrapper/aw-facets-wrapper.d.ts +1 -1
- package/lib/components/bubble-chart-wrapper/bubble-chart-wrapper.d.ts +1 -1
- package/lib/components/chart-tippy/chart-tippy.d.ts +1 -1
- package/lib/components/extended-tree/extended-tree.d.ts +1 -1
- package/lib/components/pdf-viewer/pdf-viewer.d.ts +1 -1
- package/lib/components/scheda-dropdown/scheda-dropdown.d.ts +1 -1
- package/lib/components/scheda-image-navigator/scheda-image-navigator.d.ts +1 -1
- package/lib/components/smart-breadcrumbs/smart-breadcrumbs.d.ts +1 -1
- package/lib/layouts/collection-layout/collection-layout.d.ts +1 -1
- package/lib/layouts/entita-layout/entita-layout.d.ts +1 -1
- package/lib/layouts/gallery-layout/gallery-layout.d.ts +1 -1
- package/lib/layouts/home-layout/home-layout.d.ts +1 -1
- package/lib/layouts/map-layout/map-layout.d.ts +1 -1
- package/lib/layouts/scheda-layout/scheda-layout.d.ts +1 -1
- package/lib/layouts/search-layout/search-layout.d.ts +1 -1
- package/lib/layouts/timeline-layout/timeline-layout.d.ts +1 -1
- package/package.json +6 -6
|
File without changes
|
|
@@ -5,5 +5,5 @@ export declare class AwFacetsWrapperComponent {
|
|
|
5
5
|
headerEmit(eventType: any, eventPayload: any): void;
|
|
6
6
|
facetEmit(eventType: any, eventPayload: any): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwFacetsWrapperComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwFacetsWrapperComponent, "aw-facets-wrapper", never, { "data": "data"; "emit": "emit"; }, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwFacetsWrapperComponent, "aw-facets-wrapper", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class BubbleChartWrapperComponent {
|
|
|
5
5
|
buttons: any;
|
|
6
6
|
onClick(type: any, payload: any): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BubbleChartWrapperComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BubbleChartWrapperComponent, "aw-bubble-chart-wrapper", never, { "emit": "emit"; "container": "container"; "buttons": "buttons"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BubbleChartWrapperComponent, "aw-bubble-chart-wrapper", never, { "emit": "emit"; "container": "container"; "buttons": "buttons"; }, {}, never, ["*"], false>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ChartTippyComponent {
|
|
|
5
5
|
anchorData: any;
|
|
6
6
|
onClick(type: any, payload: any): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartTippyComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartTippyComponent, "aw-chart-tippy", never, { "data": "data"; "emit": "emit"; "anchorData": "anchorData"; }, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartTippyComponent, "aw-chart-tippy", never, { "data": "data"; "emit": "emit"; "anchorData": "anchorData"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -20,5 +20,5 @@ export declare class ExtendedTreeComponent {
|
|
|
20
20
|
onPageInputSubmit(): void;
|
|
21
21
|
onCollapseClick(type: any): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtendedTreeComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExtendedTreeComponent, "aw-extended-tree", never, { "data": "data"; "emit": "emit"; "lb": "lb"; }, {}, never, ["*"]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtendedTreeComponent, "aw-extended-tree", never, { "data": "data"; "emit": "emit"; "lb": "lb"; }, {}, never, ["*"], false>;
|
|
24
24
|
}
|
|
@@ -34,5 +34,5 @@ export declare class PdfViewerComponent {
|
|
|
34
34
|
onClick(payload: any): void;
|
|
35
35
|
onLoaded(): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "aw-pdf-viewer", never, { "data": "data"; "emit": "emit"; }, {}, never, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "aw-pdf-viewer", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
38
38
|
}
|
|
@@ -19,5 +19,5 @@ export declare class SchedaDropdownComponent {
|
|
|
19
19
|
emit: (type: string, payload: any) => void;
|
|
20
20
|
onClick(ev: Event, payload: any): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedaDropdownComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SchedaDropdownComponent, "aw-scheda-dropdown", never, { "data": "data"; "emit": "emit"; }, {}, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SchedaDropdownComponent, "aw-scheda-dropdown", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
23
23
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SchedaImageNavigatorComponent {
|
|
|
13
13
|
emit: (type: string, payload?: unknown) => void;
|
|
14
14
|
onSubmit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedaImageNavigatorComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SchedaImageNavigatorComponent, "aw-scheda-image-navigator", never, { "data": "data"; "emit": "emit"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SchedaImageNavigatorComponent, "aw-scheda-image-navigator", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -67,5 +67,5 @@ export declare class SmartBreadcrumbsComponent implements AfterViewChecked {
|
|
|
67
67
|
*/
|
|
68
68
|
triggerSmartEllipsis: () => void;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartBreadcrumbsComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartBreadcrumbsComponent, "n7-smart-breadcrumbs", never, { "data": "data"; "emit": "emit"; }, {}, never, never>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartBreadcrumbsComponent, "n7-smart-breadcrumbs", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
71
71
|
}
|
|
@@ -17,5 +17,5 @@ export declare class AwCollectionLayoutComponent extends AbstractLayout implemen
|
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwCollectionLayoutComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwCollectionLayoutComponent, "n7-collection-layout", never, {}, {}, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwCollectionLayoutComponent, "n7-collection-layout", never, {}, {}, never, never, false>;
|
|
21
21
|
}
|
|
@@ -24,5 +24,5 @@ export declare class AwEntitaLayoutComponent extends AbstractLayout implements O
|
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
ngOnDestroy(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwEntitaLayoutComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwEntitaLayoutComponent, "aw-entita-layout", never, {}, {}, never, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwEntitaLayoutComponent, "aw-entita-layout", never, {}, {}, never, never, false>;
|
|
28
28
|
}
|
|
@@ -22,5 +22,5 @@ export declare class AwGalleryLayoutComponent extends AbstractLayout implements
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwGalleryLayoutComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwGalleryLayoutComponent, "aw-gallery-layout", never, {}, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwGalleryLayoutComponent, "aw-gallery-layout", never, {}, {}, never, never, false>;
|
|
26
26
|
}
|
|
@@ -19,5 +19,5 @@ export declare class AwHomeLayoutComponent extends AbstractLayout implements OnI
|
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwHomeLayoutComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwHomeLayoutComponent, "aw-home-layout", never, {}, {}, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwHomeLayoutComponent, "aw-home-layout", never, {}, {}, never, never, false>;
|
|
23
23
|
}
|
|
@@ -19,5 +19,5 @@ export declare class AwMapLayoutComponent extends AbstractLayout implements OnIn
|
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwMapLayoutComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwMapLayoutComponent, "aw-map-layout", never, {}, {}, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwMapLayoutComponent, "aw-map-layout", never, {}, {}, never, never, false>;
|
|
23
23
|
}
|
|
@@ -29,5 +29,5 @@ export declare class AwSchedaLayoutComponent extends AbstractLayout implements O
|
|
|
29
29
|
ngOnInit(): void;
|
|
30
30
|
ngOnDestroy(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwSchedaLayoutComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwSchedaLayoutComponent, "aw-scheda-layout", never, {}, {}, never, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwSchedaLayoutComponent, "aw-scheda-layout", never, {}, {}, never, never, false>;
|
|
33
33
|
}
|
|
@@ -27,5 +27,5 @@ export declare class AwSearchLayoutComponent extends AbstractLayout implements O
|
|
|
27
27
|
ngOnInit(): void;
|
|
28
28
|
ngOnDestroy(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwSearchLayoutComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwSearchLayoutComponent, "aw-search-layout", never, {}, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwSearchLayoutComponent, "aw-search-layout", never, {}, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -19,5 +19,5 @@ export declare class AwTimelineLayoutComponent extends AbstractLayout implements
|
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AwTimelineLayoutComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AwTimelineLayoutComponent, "aw-timeline-layout", never, {}, {}, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AwTimelineLayoutComponent, "aw-timeline-layout", never, {}, {}, never, never, false>;
|
|
23
23
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@net7/boilerplate-arianna",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
5
|
+
"@angular/common": "^14.2.12",
|
|
6
|
+
"@angular/core": "^14.2.12"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"lodash": "^4.17.15",
|
|
10
10
|
"dayjs": "^1.11.1",
|
|
11
11
|
"slugify": "^1.4.0",
|
|
12
12
|
"tippy.js": "^5.1.2",
|
|
13
|
-
"ngx-extended-pdf-viewer": "^
|
|
13
|
+
"ngx-extended-pdf-viewer": "^14.5.3",
|
|
14
14
|
"tslib": "^2.3.0"
|
|
15
15
|
},
|
|
16
16
|
"module": "fesm2015/net7-boilerplate-arianna.mjs",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"esm2020": "esm2020/net7-boilerplate-arianna.mjs",
|
|
19
19
|
"fesm2020": "fesm2020/net7-boilerplate-arianna.mjs",
|
|
20
20
|
"fesm2015": "fesm2015/net7-boilerplate-arianna.mjs",
|
|
21
|
-
"typings": "
|
|
21
|
+
"typings": "index.d.ts",
|
|
22
22
|
"exports": {
|
|
23
23
|
"./package.json": {
|
|
24
24
|
"default": "./package.json"
|
|
25
25
|
},
|
|
26
26
|
".": {
|
|
27
|
-
"types": "./
|
|
27
|
+
"types": "./index.d.ts",
|
|
28
28
|
"esm2020": "./esm2020/net7-boilerplate-arianna.mjs",
|
|
29
29
|
"es2020": "./fesm2020/net7-boilerplate-arianna.mjs",
|
|
30
30
|
"es2015": "./fesm2015/net7-boilerplate-arianna.mjs",
|