@hestia-earth/ui-components 0.26.1 → 0.27.1
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/bibliographies/bibliographies-search-confirm/bibliographies-search-confirm.component.d.ts +4 -1
- package/bibliographies/index.d.ts +0 -1
- package/common/apply-pure.pipe.d.ts +1 -1
- package/common/bind-once.directive.d.ts +1 -1
- package/common/blank-node-state/blank-node-state.component.d.ts +18 -19
- package/common/blank-node-state-notice/blank-node-state-notice.component.d.ts +6 -5
- package/common/blank-node-value-delta/blank-node-value-delta.component.d.ts +8 -8
- package/common/click-outside.directive.d.ts +3 -3
- package/common/clipboard/clipboard.component.d.ts +3 -2
- package/common/common.service.d.ts +0 -1
- package/common/compound.directive.d.ts +4 -6
- package/common/compound.pipe.d.ts +1 -1
- package/common/data-table/data-table.component.d.ts +13 -15
- package/common/default.pipe.d.ts +1 -1
- package/common/dropdown/dropdown.component.d.ts +5 -7
- package/common/ellipsis.pipe.d.ts +1 -1
- package/common/get.pipe.d.ts +1 -1
- package/common/index.d.ts +0 -2
- package/common/is-array.pipe.d.ts +1 -1
- package/common/is-object.pipe.d.ts +1 -1
- package/common/issue-confirm/issue-confirm.component.d.ts +1 -1
- package/common/key-to-label.pipe.d.ts +1 -1
- package/common/keys.pipe.d.ts +1 -1
- package/common/link-key-value/link-key-value.component.d.ts +18 -17
- package/common/maps-drawing-confirm/maps-drawing-confirm.component.d.ts +6 -5
- package/common/mobile-shell/mobile-shell.component.d.ts +1 -1
- package/common/navigation-menu/navigation-menu.component.d.ts +13 -8
- package/common/no-ext.pipe.d.ts +1 -1
- package/common/node-utils.d.ts +1 -1
- package/common/pluralize.pipe.d.ts +1 -1
- package/common/popover/popover.component.d.ts +1 -1
- package/common/popover-confirm/popover-confirm.component.d.ts +4 -4
- package/common/precision.pipe.d.ts +1 -1
- package/common/remove-markdown.pipe.d.ts +1 -1
- package/common/resized.directive.d.ts +1 -1
- package/common/schema-version-link/schema-version-link.component.d.ts +6 -6
- package/common/search-extend/search-extend.component.d.ts +3 -1
- package/common/shelf-dialog/shelf-dialog.component.d.ts +9 -9
- package/common/shell/shell.component.d.ts +1 -1
- package/common/skeleton-text/skeleton-text.component.d.ts +1 -1
- package/common/social-tags/social-tags.component.d.ts +13 -7
- package/common/sort-by.pipe.d.ts +1 -1
- package/common/sort-select/sort-select.component.d.ts +4 -3
- package/common/tags-input.directive.d.ts +2 -3
- package/common/thousand-suffixes.pipe.d.ts +1 -1
- package/common/times.pipe.d.ts +1 -1
- package/common/toast/toast.component.d.ts +6 -9
- package/common/toast.service.d.ts +1 -1
- package/common/unit-converter/unit-converter.component.d.ts +1 -1
- package/cycles/cycles-completeness/cycles-completeness.component.d.ts +6 -5
- package/cycles/cycles-emissions-chart/cycles-emissions-chart.component.d.ts +2 -3
- package/cycles/cycles-functional-unit-measure/cycles-functional-unit-measure.component.d.ts +1 -1
- package/cycles/cycles-nodes/cycles-nodes.component.d.ts +8 -7
- package/cycles/cycles-nodes-timeline/cycles-nodes-timeline.component.d.ts +2 -4
- package/cycles/cycles-result/cycles-result.component.d.ts +2 -3
- package/cycles/index.d.ts +0 -1
- package/engine/aggregation-engine.service.d.ts +1 -1
- package/engine/engine-models-stage/engine-models-stage.component.d.ts +4 -6
- package/engine/engine-models-version-link/engine-models-version-link.component.d.ts +8 -7
- package/engine/engine-orchestrator-edit/engine-orchestrator-edit.component.d.ts +7 -4
- package/engine/engine-requirements-form/engine-requirements-form.component.d.ts +2 -4
- package/engine/engine.service.d.ts +1 -1
- package/engine/index.d.ts +0 -1
- package/esm2022/bibliographies/bibliographies-search-confirm/bibliographies-search-confirm.component.mjs +12 -8
- package/esm2022/bibliographies/index.mjs +1 -2
- package/esm2022/common/apply-pure.pipe.mjs +4 -3
- package/esm2022/common/bind-once.directive.mjs +4 -3
- package/esm2022/common/blank-node-state/blank-node-state.component.mjs +53 -64
- package/esm2022/common/blank-node-state-notice/blank-node-state-notice.component.mjs +9 -16
- package/esm2022/common/blank-node-value-delta/blank-node-value-delta.component.mjs +13 -24
- package/esm2022/common/click-outside.directive.mjs +8 -7
- package/esm2022/common/clipboard/clipboard.component.mjs +8 -9
- package/esm2022/common/common.service.mjs +6 -9
- package/esm2022/common/compound.directive.mjs +13 -13
- package/esm2022/common/compound.pipe.mjs +4 -3
- package/esm2022/common/data-table/data-table.component.mjs +25 -36
- package/esm2022/common/default.pipe.mjs +4 -3
- package/esm2022/common/dropdown/dropdown.component.mjs +17 -24
- package/esm2022/common/ellipsis.pipe.mjs +4 -3
- package/esm2022/common/get.pipe.mjs +4 -3
- package/esm2022/common/index.mjs +1 -3
- package/esm2022/common/is-array.pipe.mjs +4 -3
- package/esm2022/common/is-object.pipe.mjs +4 -3
- package/esm2022/common/issue-confirm/issue-confirm.component.mjs +5 -4
- package/esm2022/common/key-to-label.pipe.mjs +4 -3
- package/esm2022/common/keys.pipe.mjs +4 -3
- package/esm2022/common/link-key-value/link-key-value.component.mjs +18 -31
- package/esm2022/common/maps-drawing-confirm/maps-drawing-confirm.component.mjs +14 -16
- package/esm2022/common/mobile-shell/mobile-shell.component.mjs +5 -5
- package/esm2022/common/navigation-menu/navigation-menu.component.mjs +32 -33
- package/esm2022/common/no-ext.pipe.mjs +4 -3
- package/esm2022/common/pluralize.pipe.mjs +4 -3
- package/esm2022/common/popover/popover.component.mjs +4 -4
- package/esm2022/common/popover-confirm/popover-confirm.component.mjs +7 -4
- package/esm2022/common/precision.pipe.mjs +4 -3
- package/esm2022/common/remove-markdown.pipe.mjs +4 -3
- package/esm2022/common/resized.directive.mjs +4 -3
- package/esm2022/common/schema-version-link/schema-version-link.component.mjs +12 -20
- package/esm2022/common/search-extend/search-extend.component.mjs +9 -6
- package/esm2022/common/shelf-dialog/shelf-dialog.component.mjs +12 -18
- package/esm2022/common/shell/shell.component.mjs +5 -5
- package/esm2022/common/skeleton-text/skeleton-text.component.mjs +3 -3
- package/esm2022/common/social-tags/social-tags.component.mjs +25 -22
- package/esm2022/common/sort-by.pipe.mjs +4 -3
- package/esm2022/common/sort-select/sort-select.component.mjs +12 -14
- package/esm2022/common/tags-input.directive.mjs +9 -8
- package/esm2022/common/thousand-suffixes.pipe.mjs +4 -3
- package/esm2022/common/times.pipe.mjs +4 -3
- package/esm2022/common/toast/toast.component.mjs +12 -16
- package/esm2022/common/toast.service.mjs +4 -4
- package/esm2022/common/unit-converter/unit-converter.component.mjs +6 -5
- package/esm2022/cycles/cycles-completeness/cycles-completeness.component.mjs +33 -20
- package/esm2022/cycles/cycles-emissions-chart/cycles-emissions-chart.component.mjs +9 -8
- package/esm2022/cycles/cycles-functional-unit-measure/cycles-functional-unit-measure.component.mjs +3 -3
- package/esm2022/cycles/cycles-nodes/cycles-nodes.component.mjs +62 -35
- package/esm2022/cycles/cycles-nodes-timeline/cycles-nodes-timeline.component.mjs +13 -13
- package/esm2022/cycles/cycles-result/cycles-result.component.mjs +8 -8
- package/esm2022/cycles/index.mjs +1 -2
- package/esm2022/engine/aggregation-engine.service.mjs +11 -11
- package/esm2022/engine/engine-models-stage/engine-models-stage.component.mjs +9 -9
- package/esm2022/engine/engine-models-version-link/engine-models-version-link.component.mjs +19 -24
- package/esm2022/engine/engine-orchestrator-edit/engine-orchestrator-edit.component.mjs +37 -20
- package/esm2022/engine/engine-requirements-form/engine-requirements-form.component.mjs +17 -15
- package/esm2022/engine/engine.service.mjs +11 -17
- package/esm2022/engine/index.mjs +1 -2
- package/esm2022/files/files-form/files-form.component.mjs +76 -425
- package/esm2022/files/files-form-editable/files-form-editable.component.mjs +535 -0
- package/esm2022/files/files-form.model.mjs +3 -2
- package/esm2022/files/files-upload-errors/files-upload-errors.component.mjs +44 -54
- package/esm2022/files/index.mjs +2 -2
- package/esm2022/glossary/glossary.service.mjs +7 -7
- package/esm2022/impact-assessments/impact-assessments-graph/impact-assessments-graph.component.mjs +22 -17
- package/esm2022/impact-assessments/impact-assessments-indicator-breakdown-chart/impact-assessments-indicator-breakdown-chart.component.mjs +20 -16
- package/esm2022/impact-assessments/impact-assessments-indicators-chart/impact-assessments-indicators-chart.component.mjs +12 -11
- package/esm2022/impact-assessments/impact-assessments-products/impact-assessments-products.component.mjs +54 -32
- package/esm2022/impact-assessments/index.mjs +1 -2
- package/esm2022/mendeley/mendeley.service.mjs +9 -9
- package/esm2022/node/index.mjs +1 -2
- package/esm2022/node/node-csv-export-confirm/node-csv-export-confirm.component.mjs +10 -9
- package/esm2022/node/node-csv-select-headers/node-csv-select-headers.component.mjs +23 -9
- package/esm2022/node/node-csv.service.mjs +7 -7
- package/esm2022/node/node-diffs/node-diffs.component.mjs +7 -5
- package/esm2022/node/node-icon/node-icon.component.mjs +17 -21
- package/esm2022/node/node-link/node-link.component.mjs +19 -27
- package/esm2022/node/node-logs-file/node-logs-file.component.mjs +47 -49
- package/esm2022/node/node-logs-models/node-logs-models.component.mjs +81 -62
- package/esm2022/node/node-missing-lookup-factors/node-missing-lookup-factors.component.mjs +22 -23
- package/esm2022/node/node-recommendations/node-recommendations.component.mjs +8 -5
- package/esm2022/node/node-store.service.mjs +7 -7
- package/esm2022/node/node-value-details/node-value-details.component.mjs +15 -25
- package/esm2022/node/node.service.mjs +14 -17
- package/esm2022/public-api.mjs +1 -2
- package/esm2022/schema/index.mjs +1 -2
- package/esm2022/schema/schema-info/schema-info.component.mjs +25 -41
- package/esm2022/schema/schema.service.mjs +7 -7
- package/esm2022/search/search.service.mjs +9 -9
- package/esm2022/select/filter-has-options.pipe.mjs +4 -3
- package/esm2022/select/filter.component.mjs +23 -12
- package/esm2022/select/index.mjs +1 -2
- package/esm2022/select/node-element.directive.mjs +4 -3
- package/esm2022/select/select-option/select-option.component.mjs +5 -5
- package/esm2022/select/select-option-group/select-option-group.component.mjs +12 -16
- package/esm2022/select/select.component.mjs +25 -16
- package/esm2022/select/toggle-option.directive.mjs +4 -3
- package/esm2022/sites/index.mjs +1 -2
- package/esm2022/sites/sites-maps/sites-maps.component.mjs +15 -24
- package/esm2022/sites/sites-nodes/sites-nodes.component.mjs +48 -27
- package/esm2022/terms/index.mjs +1 -2
- package/esm2022/terms/terms-property-content/terms-property-content.component.mjs +16 -18
- package/esm2022/terms/terms-sub-class-of-content/terms-sub-class-of-content.component.mjs +17 -14
- package/esm2022/terms/terms-units-description/terms-units-description.component.mjs +14 -14
- package/fesm2022/hestia-earth-ui-components.mjs +4096 -4427
- package/fesm2022/hestia-earth-ui-components.mjs.map +1 -1
- package/files/files-form/files-form.component.d.ts +65 -100
- package/files/files-form-editable/files-form-editable.component.d.ts +120 -0
- package/files/files-form.model.d.ts +2 -1
- package/files/files-upload-errors/files-upload-errors.component.d.ts +27 -25
- package/files/index.d.ts +1 -1
- package/glossary/glossary.service.d.ts +0 -1
- package/impact-assessments/impact-assessments-graph/impact-assessments-graph.component.d.ts +9 -10
- package/impact-assessments/impact-assessments-indicator-breakdown-chart/impact-assessments-indicator-breakdown-chart.component.d.ts +5 -6
- package/impact-assessments/impact-assessments-indicators-chart/impact-assessments-indicators-chart.component.d.ts +3 -4
- package/impact-assessments/impact-assessments-products/impact-assessments-products.component.d.ts +8 -7
- package/impact-assessments/index.d.ts +0 -1
- package/mendeley/mendeley.service.d.ts +0 -1
- package/node/index.d.ts +0 -1
- package/node/node-csv-export-confirm/node-csv-export-confirm.component.d.ts +2 -1
- package/node/node-csv-select-headers/node-csv-select-headers.component.d.ts +5 -1
- package/node/node-csv.service.d.ts +0 -1
- package/node/node-diffs/node-diffs.component.d.ts +2 -1
- package/node/node-icon/node-icon.component.d.ts +6 -4
- package/node/node-link/node-link.component.d.ts +11 -8
- package/node/node-logs-file/node-logs-file.component.d.ts +21 -23
- package/node/node-logs-models/node-logs-models.component.d.ts +19 -13
- package/node/node-missing-lookup-factors/node-missing-lookup-factors.component.d.ts +8 -11
- package/node/node-recommendations/node-recommendations.component.d.ts +3 -1
- package/node/node-store.service.d.ts +0 -2
- package/node/node-value-details/node-value-details.component.d.ts +15 -15
- package/node/node.service.d.ts +1 -2
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
- package/schema/index.d.ts +0 -1
- package/schema/schema-info/schema-info.component.d.ts +13 -16
- package/schema/schema.service.d.ts +0 -1
- package/search/search.service.d.ts +0 -1
- package/select/filter-has-options.pipe.d.ts +1 -1
- package/select/filter.component.d.ts +1 -1
- package/select/index.d.ts +0 -1
- package/select/node-element.directive.d.ts +1 -1
- package/select/select-option/select-option.component.d.ts +1 -1
- package/select/select-option-group/select-option-group.component.d.ts +1 -4
- package/select/select.component.d.ts +4 -5
- package/select/toggle-option.directive.d.ts +1 -1
- package/sites/index.d.ts +0 -1
- package/sites/sites-maps/sites-maps.component.d.ts +4 -5
- package/sites/sites-nodes/sites-nodes.component.d.ts +6 -5
- package/terms/index.d.ts +0 -1
- package/terms/terms-property-content/terms-property-content.component.d.ts +7 -6
- package/terms/terms-sub-class-of-content/terms-sub-class-of-content.component.d.ts +10 -8
- package/terms/terms-units-description/terms-units-description.component.d.ts +6 -4
- package/bibliographies/bibliographies.module.d.ts +0 -10
- package/common/common.light.module.d.ts +0 -27
- package/common/common.module.d.ts +0 -39
- package/cycles/cycles.module.d.ts +0 -17
- package/engine/engine.module.d.ts +0 -14
- package/esm2022/bibliographies/bibliographies.module.mjs +0 -21
- package/esm2022/common/common.light.module.mjs +0 -85
- package/esm2022/common/common.module.mjs +0 -168
- package/esm2022/cycles/cycles.module.mjs +0 -45
- package/esm2022/engine/engine.module.mjs +0 -36
- package/esm2022/files/files.module.mjs +0 -46
- package/esm2022/fontawesome/fontawesome.module.mjs +0 -27
- package/esm2022/fontawesome/index.mjs +0 -2
- package/esm2022/impact-assessments/impact-assessments.module.mjs +0 -38
- package/esm2022/node/node.module.mjs +0 -62
- package/esm2022/schema/schema.module.mjs +0 -21
- package/esm2022/select/select.module.mjs +0 -49
- package/esm2022/sites/sites.module.mjs +0 -24
- package/esm2022/terms/terms.module.mjs +0 -46
- package/files/files.module.d.ts +0 -15
- package/fontawesome/fontawesome.module.d.ts +0 -10
- package/fontawesome/index.d.ts +0 -1
- package/impact-assessments/impact-assessments.module.d.ts +0 -16
- package/node/node.module.d.ts +0 -22
- package/schema/schema.module.d.ts +0 -10
- package/select/select.module.d.ts +0 -18
- package/sites/sites.module.d.ts +0 -13
- package/terms/terms.module.d.ts +0 -15
package/bibliographies/bibliographies-search-confirm/bibliographies-search-confirm.component.d.ts
CHANGED
|
@@ -6,6 +6,9 @@ export declare class BibliographiesSearchConfirmComponent {
|
|
|
6
6
|
private formBuilder;
|
|
7
7
|
private mendeleyService;
|
|
8
8
|
private searchService;
|
|
9
|
+
protected readonly faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
|
+
protected readonly faSpinner: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
|
+
protected readonly faExternalLinkAlt: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
9
12
|
protected search: import("@angular/core").InputSignal<string>;
|
|
10
13
|
protected searchSources: import("@angular/core").InputSignal<boolean>;
|
|
11
14
|
protected searchBibliographies: import("@angular/core").InputSignal<boolean>;
|
|
@@ -28,6 +31,6 @@ export declare class BibliographiesSearchConfirmComponent {
|
|
|
28
31
|
protected confirm(): void;
|
|
29
32
|
protected cancel(): void;
|
|
30
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<BibliographiesSearchConfirmComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BibliographiesSearchConfirmComponent, "he-bibliographies-search-confirm", never, { "search": { "alias": "search"; "required": false; "isSignal": true; }; "searchSources": { "alias": "searchSources"; "required": false; "isSignal": true; }; "searchBibliographies": { "alias": "searchBibliographies"; "required": false; "isSignal": true; }; "searchBy": { "alias": "searchBy"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BibliographiesSearchConfirmComponent, "he-bibliographies-search-confirm", never, { "search": { "alias": "search"; "required": false; "isSignal": true; }; "searchSources": { "alias": "searchSources"; "required": false; "isSignal": true; }; "searchBibliographies": { "alias": "searchBibliographies"; "required": false; "isSignal": true; }; "searchBy": { "alias": "searchBy"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never, true, never>;
|
|
32
35
|
}
|
|
33
36
|
export {};
|
|
@@ -8,5 +8,5 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
export declare class ApplyPurePipe implements PipeTransform {
|
|
9
9
|
transform(templateValue: any, fnReference: any, ...fnArguments: any[]): any;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApplyPurePipe, never>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ApplyPurePipe, "applyPure",
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ApplyPurePipe, "applyPure", true>;
|
|
12
12
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BindOnceDirective implements OnChanges {
|
|
|
6
6
|
constructor(templateRef: TemplateRef<void>, viewContainerRef: ViewContainerRef);
|
|
7
7
|
ngOnChanges(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BindOnceDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BindOnceDirective, "[bindOnce]", never, { "bindOnce": { "alias": "bindOnce"; "required": false; }; }, {}, never, never,
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BindOnceDirective, "[bindOnce]", never, { "bindOnce": { "alias": "bindOnce"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { DataState } from '@hestia-earth/api';
|
|
2
|
+
import { NodeType } from '@hestia-earth/schema';
|
|
3
3
|
import { NodeKeyState, blankNode } from '../node-utils';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class BlankNodeStateComponent {
|
|
6
|
-
private aggregationEngineService;
|
|
7
6
|
private engineService;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
protected
|
|
7
|
+
protected readonly faExternalLinkAlt: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
8
|
+
protected dataState: import("@angular/core").InputSignal<DataState>;
|
|
9
|
+
protected nodeType: import("@angular/core").InputSignal<NodeType>;
|
|
10
|
+
protected dataKey: import("@angular/core").InputSignal<string>;
|
|
11
|
+
protected key: import("@angular/core").InputSignal<string>;
|
|
12
|
+
protected node: import("@angular/core").InputSignal<blankNode>;
|
|
13
13
|
/**
|
|
14
14
|
* Force override state.
|
|
15
15
|
*/
|
|
16
|
-
protected state
|
|
17
|
-
protected linkClass
|
|
16
|
+
protected state: import("@angular/core").InputSignal<NodeKeyState>;
|
|
17
|
+
protected linkClass: import("@angular/core").InputSignal<string>;
|
|
18
18
|
protected NodeKeyState: typeof NodeKeyState;
|
|
19
|
-
|
|
20
|
-
protected
|
|
21
|
-
protected
|
|
22
|
-
protected
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
protected
|
|
26
|
-
protected get engineModel$(): import("rxjs").Observable<import("../../engine/engine.service").IModel>;
|
|
19
|
+
protected show: import("@angular/core").Signal<boolean>;
|
|
20
|
+
protected currentState: import("@angular/core").Signal<NodeKeyState>;
|
|
21
|
+
protected stars: import("@angular/core").Signal<number[]>;
|
|
22
|
+
protected showLink: import("@angular/core").Signal<boolean>;
|
|
23
|
+
private model$;
|
|
24
|
+
protected model: import("@angular/core").Signal<import("../../engine/engine.service").IModel>;
|
|
25
|
+
protected modelUrl: import("@angular/core").Signal<string>;
|
|
27
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlankNodeStateComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlankNodeStateComponent, "he-blank-node-state", never, { "dataState": { "alias": "dataState"; "required": false; }; "nodeType": { "alias": "nodeType"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "key": { "alias": "key"; "required": false; }; "node": { "alias": "node"; "required":
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlankNodeStateComponent, "he-blank-node-state", never, { "dataState": { "alias": "dataState"; "required": false; "isSignal": true; }; "nodeType": { "alias": "nodeType"; "required": false; "isSignal": true; }; "dataKey": { "alias": "dataKey"; "required": false; "isSignal": true; }; "key": { "alias": "key"; "required": false; "isSignal": true; }; "node": { "alias": "node"; "required": true; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "linkClass": { "alias": "linkClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
29
28
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { DataState } from '@hestia-earth/api';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class BlankNodeStateNoticeComponent {
|
|
3
|
-
|
|
4
|
-
showAggregated: boolean
|
|
5
|
-
showDeleted: boolean
|
|
6
|
-
|
|
4
|
+
protected dataState: import("@angular/core").InputSignal<DataState>;
|
|
5
|
+
protected showAggregated: import("@angular/core").InputSignal<boolean>;
|
|
6
|
+
protected showDeleted: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
protected show: import("@angular/core").Signal<boolean>;
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlankNodeStateNoticeComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlankNodeStateNoticeComponent, "he-blank-node-state-notice", never, { "dataState": { "alias": "dataState"; "required": false; }; "showAggregated": { "alias": "showAggregated"; "required": false; }; "showDeleted": { "alias": "showDeleted"; "required": false; }; }, {}, never, never,
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlankNodeStateNoticeComponent, "he-blank-node-state-notice", never, { "dataState": { "alias": "dataState"; "required": false; "isSignal": true; }; "showAggregated": { "alias": "showAggregated"; "required": false; "isSignal": true; }; "showDeleted": { "alias": "showDeleted"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
10
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { DeltaDisplayType } from '@hestia-earth/utils/dist/delta';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BlankNodeValueDeltaComponent {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
displayType: DeltaDisplayType
|
|
7
|
-
DeltaDisplayType: typeof DeltaDisplayType;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
protected value: import("@angular/core").InputSignal<any>;
|
|
5
|
+
protected originalValue: import("@angular/core").InputSignal<any>;
|
|
6
|
+
protected displayType: import("@angular/core").InputSignal<DeltaDisplayType>;
|
|
7
|
+
protected DeltaDisplayType: typeof DeltaDisplayType;
|
|
8
|
+
protected hide: import("@angular/core").Signal<boolean>;
|
|
9
|
+
protected delta: import("@angular/core").Signal<number>;
|
|
10
|
+
protected color: import("@angular/core").Signal<"" | import("../delta-utils").DeltaColour>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlankNodeValueDeltaComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlankNodeValueDeltaComponent, "he-blank-node-value-delta", never, { "value": { "alias": "value"; "required": false; }; "originalValue": { "alias": "originalValue"; "required": false; }; "displayType": { "alias": "displayType"; "required": false; }; }, {}, never, never,
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlankNodeValueDeltaComponent, "he-blank-node-value-delta", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "originalValue": { "alias": "originalValue"; "required": false; "isSignal": true; }; "displayType": { "alias": "displayType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AfterViewInit
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DocumentClickService {
|
|
5
5
|
private ngZone;
|
|
6
6
|
documentClick$: Subject<Event>;
|
|
7
|
-
constructor(
|
|
7
|
+
constructor();
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentClickService, never>;
|
|
9
9
|
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentClickService>;
|
|
10
10
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ClickOutsideDirective implements AfterViewInit {
|
|
|
17
17
|
protected clickOutside: import("@angular/core").OutputEmitterRef<void>;
|
|
18
18
|
ngAfterViewInit(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, { "clickOutsideListenAfter": { "alias": "clickOutsideListenAfter"; "required": false; "isSignal": true; }; }, { "clickOutside": "clickOutside"; }, never, never,
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, { "clickOutsideListenAfter": { "alias": "clickOutsideListenAfter"; "required": false; "isSignal": true; }; }, { "clickOutside": "clickOutside"; }, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClipboardComponent {
|
|
3
4
|
private valueNode?;
|
|
4
5
|
private tooltip?;
|
|
6
|
+
protected icon: import("@angular/core").InputSignal<IconDefinition>;
|
|
5
7
|
value?: string;
|
|
6
8
|
disabled: boolean;
|
|
7
9
|
hideText: boolean;
|
|
8
|
-
icon: string;
|
|
9
10
|
size: string;
|
|
10
11
|
rotate: number;
|
|
11
12
|
clipboardClass: string;
|
|
@@ -13,5 +14,5 @@ export declare class ClipboardComponent {
|
|
|
13
14
|
onClick($event: any): void;
|
|
14
15
|
clipboard(): Promise<void>;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "he-clipboard", never, { "
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "he-clipboard", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideText": { "alias": "hideText"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "clipboardClass": { "alias": "clipboardClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
18
|
}
|
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare const HE_API_BASE_URL: InjectionToken<string>;
|
|
4
4
|
export declare class HeCommonService {
|
|
5
5
|
private _apiBaseUrl;
|
|
6
|
-
constructor(_apiBaseUrl: string);
|
|
7
6
|
get apiBaseUrl(): string;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeCommonService, never>;
|
|
9
8
|
static ɵprov: i0.ɵɵInjectableDeclaration<HeCommonService>;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { ElementRef, OnChanges } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CompoundDirective
|
|
2
|
+
export declare class CompoundDirective {
|
|
4
3
|
private elementRef;
|
|
5
|
-
|
|
6
|
-
constructor(
|
|
7
|
-
ngOnChanges(): void;
|
|
4
|
+
protected appCompound: import("@angular/core").InputSignal<string>;
|
|
5
|
+
constructor();
|
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompoundDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CompoundDirective, "[appCompound]", never, { "appCompound": { "alias": "appCompound"; "required":
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CompoundDirective, "[appCompound]", never, { "appCompound": { "alias": "appCompound"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
8
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class CompoundPipe implements PipeTransform {
|
|
4
4
|
transform(value: string): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompoundPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CompoundPipe, "compound",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CompoundPipe, "compound", true>;
|
|
7
7
|
}
|
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
import { AfterContentChecked, AfterViewInit,
|
|
2
|
-
import { NavigationMenuService } from '../navigation-menu.service';
|
|
1
|
+
import { AfterContentChecked, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DataTableComponent implements AfterViewInit, AfterContentChecked, OnChanges
|
|
5
|
-
private
|
|
3
|
+
export declare class DataTableComponent implements AfterViewInit, AfterContentChecked, OnChanges {
|
|
4
|
+
private destroyRef;
|
|
5
|
+
private elementRef;
|
|
6
|
+
private changeRef;
|
|
6
7
|
private navigationMenuService;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
width: string;
|
|
8
|
+
protected minHeight: import("@angular/core").InputSignal<string | number>;
|
|
9
|
+
protected maxHeight: import("@angular/core").InputSignal<string | number>;
|
|
10
|
+
protected small: import("@angular/core").InputSignal<boolean>;
|
|
11
|
+
protected height: string;
|
|
12
|
+
protected width: string;
|
|
13
13
|
get isSmall(): boolean;
|
|
14
14
|
protected onResize(): void;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
private menuCollapsed$;
|
|
16
|
+
constructor();
|
|
17
17
|
ngAfterViewInit(): void;
|
|
18
18
|
ngAfterContentChecked(): void;
|
|
19
19
|
ngOnChanges(changes: SimpleChanges): void;
|
|
20
20
|
private get tableEl();
|
|
21
|
-
get nbHeaders(): any;
|
|
22
|
-
get rowHeight(): 30 | 42;
|
|
23
21
|
private updateTableSize;
|
|
24
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "he-data-table", never, { "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "small": { "alias": "small"; "required": false; }; }, {}, never, ["*"],
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "he-data-table", never, { "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
26
24
|
}
|
package/common/default.pipe.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class DefaultPipe implements PipeTransform {
|
|
4
4
|
transform(value: any, defaultValue: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DefaultPipe, "default",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DefaultPipe, "default", true>;
|
|
7
7
|
}
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class DropdownComponent {
|
|
4
3
|
private elementRef;
|
|
5
4
|
protected id: string;
|
|
6
|
-
protected tooltip: string
|
|
7
|
-
protected dropdownClass: string
|
|
8
|
-
protected dropdownButtonClass: string
|
|
9
|
-
protected dropdownContentClass: string
|
|
5
|
+
protected tooltip: import("@angular/core").InputSignal<string>;
|
|
6
|
+
protected dropdownClass: import("@angular/core").InputSignal<string>;
|
|
7
|
+
protected dropdownButtonClass: import("@angular/core").InputSignal<string>;
|
|
8
|
+
protected dropdownContentClass: import("@angular/core").InputSignal<string>;
|
|
10
9
|
protected get menuId(): string;
|
|
11
10
|
protected showDropdown: boolean;
|
|
12
|
-
constructor(elementRef: ElementRef);
|
|
13
11
|
onClick(event: MouseEvent): void;
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "he-dropdown", never, { "tooltip": { "alias": "tooltip"; "required": false; }; "dropdownClass": { "alias": "dropdownClass"; "required": false; }; "dropdownButtonClass": { "alias": "dropdownButtonClass"; "required": false; }; "dropdownContentClass": { "alias": "dropdownContentClass"; "required": false; }; }, {}, never, ["[label]", "[menu]"],
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "he-dropdown", never, { "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "dropdownClass": { "alias": "dropdownClass"; "required": false; "isSignal": true; }; "dropdownButtonClass": { "alias": "dropdownButtonClass"; "required": false; "isSignal": true; }; "dropdownContentClass": { "alias": "dropdownContentClass"; "required": false; "isSignal": true; }; }, {}, never, ["[label]", "[menu]"], true, never>;
|
|
16
14
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class EllipsisPipe implements PipeTransform {
|
|
4
4
|
transform(value: any, maxLength?: number): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EllipsisPipe, "ellipsis",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EllipsisPipe, "ellipsis", true>;
|
|
7
7
|
}
|
package/common/get.pipe.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class GetPipe implements PipeTransform {
|
|
4
4
|
transform(value: any, key: string, defaultValue?: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GetPipe, "get",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GetPipe, "get", true>;
|
|
7
7
|
}
|
package/common/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class IsArrayPipe implements PipeTransform {
|
|
4
4
|
transform(value: any[]): boolean;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsArrayPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsArrayPipe, "isArray",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsArrayPipe, "isArray", true>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class IsObjectPipe implements PipeTransform {
|
|
4
4
|
transform(value: any): boolean;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsObjectPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsObjectPipe, "isObject",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsObjectPipe, "isObject", true>;
|
|
7
7
|
}
|
|
@@ -14,5 +14,5 @@ export declare class IssueConfirmComponent {
|
|
|
14
14
|
protected selectedTemplate: import("@angular/core").WritableSignal<Template>;
|
|
15
15
|
constructor();
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<IssueConfirmComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IssueConfirmComponent, "he-issue-confirm", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "repository": { "alias": "repository"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; "isCommunity": { "alias": "isCommunity"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never,
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IssueConfirmComponent, "he-issue-confirm", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "repository": { "alias": "repository"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; "isCommunity": { "alias": "isCommunity"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class KeyToLabelPipe implements PipeTransform {
|
|
4
4
|
transform(value: string): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeyToLabelPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<KeyToLabelPipe, "keyToLabel",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<KeyToLabelPipe, "keyToLabel", true>;
|
|
7
7
|
}
|
package/common/keys.pipe.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class KeysPipe implements PipeTransform {
|
|
4
4
|
transform(values: any, sort?: boolean): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", true>;
|
|
7
7
|
}
|
|
@@ -2,23 +2,24 @@ import { DataState } from '@hestia-earth/api';
|
|
|
2
2
|
import { NodeType } from '@hestia-earth/schema';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class LinkKeyValueComponent {
|
|
5
|
-
protected node: any
|
|
6
|
-
protected nodeType
|
|
7
|
-
protected
|
|
8
|
-
protected
|
|
9
|
-
protected
|
|
10
|
-
protected
|
|
11
|
-
isExpandable: (val: any) => any;
|
|
12
|
-
valueLink: (value: any) => string;
|
|
13
|
-
isUndefined: <T>(value: T, allowNull?: boolean) => boolean;
|
|
14
|
-
minMaxValue: (min?: number, max?: number) => string;
|
|
5
|
+
protected node: import("@angular/core").InputSignal<any>;
|
|
6
|
+
protected nodeType: import("@angular/core").InputSignal<NodeType>;
|
|
7
|
+
protected dataState: import("@angular/core").InputSignal<DataState>;
|
|
8
|
+
protected dataKey: import("@angular/core").InputSignal<string>;
|
|
9
|
+
protected key: import("@angular/core").InputSignal<string>;
|
|
10
|
+
protected defaultValue: import("@angular/core").InputSignal<any>;
|
|
11
|
+
protected isExpandable: (val: any) => any;
|
|
12
|
+
protected valueLink: (value: any) => string;
|
|
13
|
+
protected isUndefined: <T>(value: T, allowNull?: boolean) => boolean;
|
|
14
|
+
protected minMaxValue: (min?: number, max?: number) => string;
|
|
15
15
|
get isInlineBlock(): boolean;
|
|
16
|
-
baseUrl: string;
|
|
17
|
-
toString: (value: any) => any;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
protected baseUrl: string;
|
|
17
|
+
protected toString: (value: any) => any;
|
|
18
|
+
protected type: import("@angular/core").Signal<any>;
|
|
19
|
+
protected value: import("@angular/core").Signal<any>;
|
|
20
|
+
protected hasValue: import("@angular/core").Signal<boolean>;
|
|
21
|
+
protected isArray: import("@angular/core").Signal<boolean>;
|
|
22
|
+
protected isBlankNode(value: any): boolean;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkKeyValueComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkKeyValueComponent, "he-link-key-value", never, { "node": { "alias": "node"; "required":
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkKeyValueComponent, "he-link-key-value", never, { "node": { "alias": "node"; "required": true; "isSignal": true; }; "nodeType": { "alias": "nodeType"; "required": true; "isSignal": true; }; "dataState": { "alias": "dataState"; "required": true; "isSignal": true; }; "dataKey": { "alias": "dataKey"; "required": true; "isSignal": true; }; "key": { "alias": "key"; "required": false; "isSignal": true; }; "defaultValue": { "alias": "defaultValue"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
24
25
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/// <reference types="google.maps" />
|
|
2
|
-
import { OnInit, OnDestroy
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class MapsDrawingConfirmComponent implements OnInit, OnDestroy {
|
|
6
|
-
|
|
5
|
+
private destroyRef;
|
|
6
|
+
protected mapLoaded$: import("rxjs").Observable<boolean>;
|
|
7
|
+
protected readonly faTimes: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
7
8
|
private listeners;
|
|
8
9
|
private shapes;
|
|
9
10
|
private feature?;
|
|
@@ -18,7 +19,7 @@ export declare class MapsDrawingConfirmComponent implements OnInit, OnDestroy {
|
|
|
18
19
|
protected zoom: number;
|
|
19
20
|
protected closed: import("@angular/core").OutputEmitterRef<string | google.maps.LatLngLiteral>;
|
|
20
21
|
protected options: import("@angular/core").WritableSignal<google.maps.MapOptions>;
|
|
21
|
-
constructor(
|
|
22
|
+
constructor();
|
|
22
23
|
ngOnInit(): void;
|
|
23
24
|
ngOnDestroy(): void;
|
|
24
25
|
private onPolygonAdded;
|
|
@@ -28,5 +29,5 @@ export declare class MapsDrawingConfirmComponent implements OnInit, OnDestroy {
|
|
|
28
29
|
protected confirm(): void;
|
|
29
30
|
protected clear(): void;
|
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapsDrawingConfirmComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapsDrawingConfirmComponent, "he-maps-drawing-confirm", never, { "value": { "alias": "value"; "required": false; }; "modes": { "alias": "modes"; "required": false; }; "center": { "alias": "center"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; }, { "closed": "closed"; }, never, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapsDrawingConfirmComponent, "he-maps-drawing-confirm", never, { "value": { "alias": "value"; "required": false; }; "modes": { "alias": "modes"; "required": false; }; "center": { "alias": "center"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; }, { "closed": "closed"; }, never, never, true, never>;
|
|
32
33
|
}
|
|
@@ -35,5 +35,5 @@ export declare class MobileShellComponent {
|
|
|
35
35
|
showMenu(templateRef?: TemplateRef<any>): void;
|
|
36
36
|
protected onMenuButtonClick(button: IShellMenuButton): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<MobileShellComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MobileShellComponent, "he-mobile-shell", never, { "menuButtons": { "alias": "menuButtons"; "required": false; }; "defaultActiveButtonId": { "alias": "defaultActiveButtonId"; "required": false; }; }, { "menuShown": "menuShown"; }, ["iconTemplate"], ["*"],
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MobileShellComponent, "he-mobile-shell", never, { "menuButtons": { "alias": "menuButtons"; "required": false; }; "defaultActiveButtonId": { "alias": "defaultActiveButtonId"; "required": false; }; }, { "menuShown": "menuShown"; }, ["iconTemplate"], ["*"], true, never>;
|
|
39
39
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IsActiveMatchOptions } from '@angular/router';
|
|
2
|
-
import { NavigationMenuService } from '../navigation-menu.service';
|
|
3
2
|
import { ResponsiveService } from '../responsive.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export interface INavigationMenuLink {
|
|
@@ -23,21 +22,27 @@ export interface INavigationMenuLink {
|
|
|
23
22
|
export declare class NavigationMenuComponent {
|
|
24
23
|
private service;
|
|
25
24
|
protected responsiveService: ResponsiveService;
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
protected
|
|
29
|
-
protected
|
|
25
|
+
protected readonly faAngleUp: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
26
|
+
protected readonly faAngleDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
27
|
+
protected readonly faAngleDoubleLeft: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
28
|
+
protected readonly faAngleDoubleRight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
29
|
+
protected readonly faCaretDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
30
|
+
protected readonly faCaretRight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
31
|
+
protected links: import("@angular/core").InputSignal<INavigationMenuLink[]>;
|
|
32
|
+
protected sticky: import("@angular/core").InputSignal<boolean>;
|
|
33
|
+
protected collapsible: import("@angular/core").InputSignal<boolean>;
|
|
34
|
+
protected routerLinkMatchOptions: import("@angular/core").InputSignal<IsActiveMatchOptions>;
|
|
35
|
+
withPrimaryIcons: import("@angular/core").Signal<boolean>;
|
|
30
36
|
collapsed: boolean;
|
|
31
37
|
opened: boolean;
|
|
32
38
|
protected classes: string;
|
|
33
39
|
protected get isCollapsed(): boolean;
|
|
34
|
-
constructor(
|
|
40
|
+
constructor();
|
|
35
41
|
get maxHeight(): string;
|
|
36
|
-
get withPrimaryIcons(): boolean;
|
|
37
42
|
toggle(): void;
|
|
38
43
|
private collapseOtherLinks;
|
|
39
44
|
toggleLinks(item: INavigationMenuLink, index: number): void;
|
|
40
45
|
listActiveLinkChange(item: INavigationMenuLink): void;
|
|
41
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationMenuComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuComponent, "he-navigation-menu", never, { "
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuComponent, "he-navigation-menu", never, { "links": { "alias": "links"; "required": true; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "routerLinkMatchOptions": { "alias": "routerLinkMatchOptions"; "required": false; "isSignal": true; }; }, {}, never, ["[outer-content]", "[inner-content]"], true, never>;
|
|
43
48
|
}
|
package/common/no-ext.pipe.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class NoExtPipe implements PipeTransform {
|
|
4
4
|
transform(value: string): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoExtPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NoExtPipe, "noExt",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NoExtPipe, "noExt", true>;
|
|
7
7
|
}
|
package/common/node-utils.d.ts
CHANGED
|
@@ -78,4 +78,4 @@ export declare const grouppedKeys: <T>(values: {
|
|
|
78
78
|
}[];
|
|
79
79
|
export declare const methodTierOrder: (methodTier: EmissionMethodTier) => number;
|
|
80
80
|
export declare const grouppedValueKeys: string[];
|
|
81
|
-
export declare const groupNodesByTerm: <T extends IImpactAssessmentJSONLD | ISiteJSONLD |
|
|
81
|
+
export declare const groupNodesByTerm: <T extends IImpactAssessmentJSONLD | ISiteJSONLD | ICycleJSONLD | Animal | Transformation, R>(nodes: T[], key: blankNodesKey, originalValues?: T[], includeNode?: (_node: any) => boolean) => IGroupedNodes<R>;
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class PluralizePipe implements PipeTransform {
|
|
4
4
|
transform(value: string, times?: number): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PluralizePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PluralizePipe, "pluralize",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PluralizePipe, "pluralize", true>;
|
|
7
7
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PopoverComponent {
|
|
|
12
12
|
protected onClick($event: any): void;
|
|
13
13
|
active: import("@angular/core").WritableSignal<boolean>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "he-popover", never, { "message": { "alias": "message"; "required": false; }; "content": { "alias": "content"; "required": false; }; "data": { "alias": "data"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*", "[actions]"],
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "he-popover", never, { "message": { "alias": "message"; "required": false; }; "content": { "alias": "content"; "required": false; }; "data": { "alias": "data"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*", "[actions]"], true, never>;
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { ContentContext } from '../popover/popover.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PopoverConfirmComponent
|
|
4
|
+
export declare class PopoverConfirmComponent {
|
|
5
5
|
private popover;
|
|
6
6
|
protected message: import("@angular/core").InputSignal<string>;
|
|
7
7
|
protected content: import("@angular/core").InputSignal<TemplateRef<ContentContext>>;
|
|
@@ -11,8 +11,8 @@ export declare class PopoverConfirmComponent<T extends object> {
|
|
|
11
11
|
/**
|
|
12
12
|
* Assign data to the content.
|
|
13
13
|
*/
|
|
14
|
-
data:
|
|
14
|
+
data: {};
|
|
15
15
|
protected confirm(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverConfirmComponent
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverConfirmComponent
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverConfirmComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverConfirmComponent, "he-popover-confirm", never, { "message": { "alias": "message"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "popoverClass": { "alias": "popoverClass"; "required": false; "isSignal": true; }; }, { "confirmed": "confirmed"; }, never, ["*"], true, never>;
|
|
18
18
|
}
|
|
@@ -4,5 +4,5 @@ export declare const transform: (value: string | number | boolean, precision?: s
|
|
|
4
4
|
export declare class PrecisionPipe implements PipeTransform {
|
|
5
5
|
transform(value: string | number | boolean, precision?: string | number, enableComma?: boolean): string | number | boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrecisionPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PrecisionPipe, "precision",
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PrecisionPipe, "precision", true>;
|
|
8
8
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class RemoveMarkdownPipe implements PipeTransform {
|
|
4
4
|
transform(value: string): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveMarkdownPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RemoveMarkdownPipe, "removeMarkdown",
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RemoveMarkdownPipe, "removeMarkdown", true>;
|
|
7
7
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ResizedDirective implements OnInit, OnDestroy {
|
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
private observe;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizedDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizedDirective, "[resized]", never, {}, { "resized": "resized"; }, never, never,
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizedDirective, "[resized]", never, {}, { "resized": "resized"; }, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SchemaVersionLinkComponent {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
protected readonly faExternalLinkAlt: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
4
|
+
protected node: import("@angular/core").InputSignal<any>;
|
|
5
|
+
protected showExternalLink: import("@angular/core").InputSignal<boolean>;
|
|
6
|
+
protected linkClass: import("@angular/core").InputSignal<string>;
|
|
7
|
+
protected url: import("@angular/core").Signal<string>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchemaVersionLinkComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SchemaVersionLinkComponent, "he-schema-version-link", never, { "node": { "alias": "node"; "required":
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SchemaVersionLinkComponent, "he-schema-version-link", never, { "node": { "alias": "node"; "required": true; "isSignal": true; }; "showExternalLink": { "alias": "showExternalLink"; "required": false; "isSignal": true; }; "linkClass": { "alias": "linkClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
10
10
|
}
|