@hestia-earth/ui-components 0.40.1 → 0.40.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.40.1",
3
+ "version": "0.40.2",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,6 +26,7 @@ import * as _angular_platform_browser from '@angular/platform-browser';
26
26
  import { ConnectedPosition } from '@angular/cdk/overlay';
27
27
  import { ResizeEvent } from 'angular-resizable-element';
28
28
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
29
+ import * as chartjs_plugin_annotation from 'chartjs-plugin-annotation';
29
30
 
30
31
  declare class HeAuthService {
31
32
  private _token?;
@@ -1198,7 +1199,7 @@ declare class NavigationMenuComponent {
1198
1199
  protected linkActiveOptions(link: INavigationMenuLink, level?: number): IsActiveMatchOptions | {
1199
1200
  exact: boolean;
1200
1201
  };
1201
- protected close(): void;
1202
+ protected selectLink($event: Event, link: INavigationMenuLink): boolean;
1202
1203
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavigationMenuComponent, never>;
1203
1204
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavigationMenuComponent, "he-navigation-menu", never, { "links": { "alias": "links"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "routerLinkMatchOptions": { "alias": "routerLinkMatchOptions"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, ["[header]", "[footer]"], true, never>;
1204
1205
  }
@@ -3678,6 +3679,7 @@ declare class ImpactAssessmentsProductsComponent {
3678
3679
  '@id': string;
3679
3680
  name: string;
3680
3681
  }>;
3682
+ protected readonly selectedCycle: _angular_core.Signal<ICycleJSONLD>;
3681
3683
  protected readonly showSelectImpact: _angular_core.Signal<boolean>;
3682
3684
  protected readonly isOriginal: _angular_core.Signal<boolean>;
3683
3685
  protected readonly isNodeKeyAllowed: _angular_core.Signal<boolean>;
@@ -3925,7 +3927,7 @@ type blankNodesTypeValue = Exclude<blankNodesType, Infrastructure | Transformati
3925
3927
  type nonBlankNodesTypeValue = Exclude<nonBlankNodesType, Bibliography>;
3926
3928
  declare const isNonNodeModelKey: (value: string) => boolean;
3927
3929
  declare const inputGroupsTermTypes: TermTermType[];
3928
- declare const groupLogsByModel: (data?: string, groupByAnimal?: boolean) => INodeLogs;
3930
+ declare const groupLogsByModel: (data?: string, groupBySubValue?: boolean, groupByAnimal?: boolean) => INodeLogs;
3929
3931
  declare const computeTerms: (originalValues: blankNodesTypeValue[], recalculatedValues: blankNodesTypeValue[], terms?: ITermJSONLD[], filterTermTypes?: TermTermType[], extraTerms?: ITermJSONLD[]) => ITermJSONLD[];
3930
3932
  declare const computeKeys: (originalValues: nonBlankNodesTypeValue, recalculatedValues: nonBlankNodesTypeValue) => string[];
3931
3933
  declare enum LogStatus {
@@ -3996,7 +3998,7 @@ interface INonBlankNodeLog extends ILog {
3996
3998
  blankNode: false;
3997
3999
  key: string;
3998
4000
  }
3999
- declare const groupLogsByTerm: (node: IJSONNode, logs: INodeLogs, config: IOrchestratorConfig, allOriginalValues: blankNodesTypeValue[], allRecalculatedValues: blankNodesTypeValue[], nodeKey: blankNodesKey, termsGrouping?: Record<string, string[]>) => (term: ITermJSONLD) => IBlankNodeLog;
4001
+ declare const groupLogsByTerm: (node: IJSONNode, logs: INodeLogs, config: IOrchestratorConfig, allOriginalValues: blankNodesTypeValue[], allRecalculatedValues: blankNodesTypeValue[], nodeKey: blankNodesKey, termsGrouping?: Record<string, string[]>, cycle?: ICycleJSONLD) => (term: ITermJSONLD) => IBlankNodeLog;
4000
4002
  declare const groupdLogsByKey: (node: IJSONNode, nodeKey: nonBlankNodesKey, logs: INodeLogs, originalValue?: nonBlankNodesTypeValue, recalculatedValue?: nonBlankNodesTypeValue) => (key: string) => INonBlankNodeLog;
4001
4003
  declare const groupsLogsByFields: (node: IJSONNode, logs: INodeLogs, originalValue?: Record<string, string | number>, recalculatedValue?: Record<string, string | number>) => (key: string) => INonBlankNodeLog;
4002
4004
  declare const modelCount: (blankNodeLogs: IBlankNodeLog[]) => any;
@@ -4423,6 +4425,7 @@ declare class NodeLogsModelsComponent {
4423
4425
  protected readonly filterTermTypesLabel: _angular_core.InputSignal<string>;
4424
4426
  protected readonly logsKey: _angular_core.InputSignal<string>;
4425
4427
  protected readonly noDataMessage: _angular_core.InputSignal<string>;
4428
+ protected readonly cycle: _angular_core.InputSignal<ICycleJSONLD>;
4426
4429
  protected readonly isEmpty: (value: any, minKeys?: number) => boolean;
4427
4430
  protected readonly schemaBaseUrl: string;
4428
4431
  protected readonly isExternal: boolean;
@@ -4490,7 +4493,7 @@ declare class NodeLogsModelsComponent {
4490
4493
  protected subValuesKey({ subValues }: IBlankNodeLog, defaultValue: string): string;
4491
4494
  protected hasCompleteSuccess({ subValues }: IBlankNodeLog): boolean;
4492
4495
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NodeLogsModelsComponent, never>;
4493
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<NodeLogsModelsComponent, "he-node-logs-models", never, { "node": { "alias": "node"; "required": true; "isSignal": true; }; "nodeKey": { "alias": "nodeKey"; "required": false; "isSignal": true; }; "originalValues": { "alias": "originalValues"; "required": false; "isSignal": true; }; "recalculatedValues": { "alias": "recalculatedValues"; "required": false; "isSignal": true; }; "terms": { "alias": "terms"; "required": false; "isSignal": true; }; "filterTermTypes": { "alias": "filterTermTypes"; "required": false; "isSignal": true; }; "filterTermTypesLabel": { "alias": "filterTermTypesLabel"; "required": false; "isSignal": true; }; "logsKey": { "alias": "logsKey"; "required": false; "isSignal": true; }; "noDataMessage": { "alias": "noDataMessage"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
4496
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<NodeLogsModelsComponent, "he-node-logs-models", never, { "node": { "alias": "node"; "required": true; "isSignal": true; }; "nodeKey": { "alias": "nodeKey"; "required": false; "isSignal": true; }; "originalValues": { "alias": "originalValues"; "required": false; "isSignal": true; }; "recalculatedValues": { "alias": "recalculatedValues"; "required": false; "isSignal": true; }; "terms": { "alias": "terms"; "required": false; "isSignal": true; }; "filterTermTypes": { "alias": "filterTermTypes"; "required": false; "isSignal": true; }; "filterTermTypesLabel": { "alias": "filterTermTypesLabel"; "required": false; "isSignal": true; }; "logsKey": { "alias": "logsKey"; "required": false; "isSignal": true; }; "noDataMessage": { "alias": "noDataMessage"; "required": false; "isSignal": true; }; "cycle": { "alias": "cycle"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
4494
4497
  }
4495
4498
 
4496
4499
  interface ITimeLog {
@@ -4768,14 +4771,23 @@ declare const maxAreaSize = 5000;
4768
4771
  declare const siteTooBig: ({ area }: ISiteJSONLD) => boolean;
4769
4772
  declare const measurementValue: ({ value, depthLower, depthUpper, nodes }: Partial<IGroupedNode<Measurement>>, termId: string) => any;
4770
4773
  declare const siteTypeToIcon: Record<SiteSiteType, svgIconNames>;
4774
+ declare const siteTypeToColor: Record<SiteSiteType, string>;
4771
4775
 
4772
4776
  interface ISelectedChart {
4773
4777
  termType: TermTermType;
4774
- blankNodesGroup?: string;
4778
+ blankNodesGroup: string;
4779
+ }
4780
+ interface ICycleDate {
4781
+ key: 'startDate';
4782
+ endDate: any;
4783
+ date: number;
4775
4784
  }
4776
4785
  declare class SitesManagementChartComponent {
4777
4786
  private readonly nodeService;
4787
+ private readonly locale;
4778
4788
  protected readonly site: _angular_core.InputSignal<ISiteJSONLD>;
4789
+ protected readonly cycles: _angular_core.InputSignal<ICycleJSONLD[]>;
4790
+ private readonly tooltip;
4779
4791
  private readonly management;
4780
4792
  private readonly propertyLookupsResource;
4781
4793
  private readonly propertyToGroup;
@@ -4787,8 +4799,10 @@ declare class SitesManagementChartComponent {
4787
4799
  private readonly selectedManagement;
4788
4800
  private readonly selectedManagementTerms;
4789
4801
  private readonly dates;
4802
+ protected readonly cycleDates: _angular_core.Signal<ICycleDate[]>;
4803
+ protected readonly chartTooltipFn: chartTooltipContentFn<ICycleDate>;
4790
4804
  protected readonly chartColors: _angular_core.Signal<{
4791
- [k: string]: string;
4805
+ [k: string]: any;
4792
4806
  }>;
4793
4807
  private readonly chartDates;
4794
4808
  private readonly chartValues;
@@ -4799,15 +4813,33 @@ declare class SitesManagementChartComponent {
4799
4813
  x: number;
4800
4814
  y: any;
4801
4815
  }[];
4802
- backgroundColor: string;
4803
- borderColor: string;
4816
+ backgroundColor: any;
4817
+ borderColor: any;
4804
4818
  barPercentage: number;
4805
4819
  barThickness: "flex";
4820
+ order: number;
4806
4821
  }[];
4807
4822
  }>;
4808
- protected readonly chartConfig: {
4823
+ protected readonly chartConfig: _angular_core.Signal<{
4809
4824
  type: "bar";
4810
4825
  options: {
4826
+ plugins: {
4827
+ annotation: {
4828
+ annotations: {
4829
+ type: "box";
4830
+ xMin: number;
4831
+ xMax: number;
4832
+ yMin: string;
4833
+ yMax: string;
4834
+ borderWidth: number;
4835
+ borderDash: number[];
4836
+ borderColor: string;
4837
+ backgroundColor: string;
4838
+ enter: (context: chartjs_plugin_annotation.EventContext, event: chart_js.ChartEvent) => void;
4839
+ leave: (context: chartjs_plugin_annotation.EventContext) => void;
4840
+ }[];
4841
+ };
4842
+ };
4811
4843
  scales: {
4812
4844
  x: {
4813
4845
  type: "time";
@@ -4823,10 +4855,10 @@ declare class SitesManagementChartComponent {
4823
4855
  };
4824
4856
  };
4825
4857
  };
4826
- };
4858
+ }>;
4827
4859
  constructor();
4828
4860
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SitesManagementChartComponent, never>;
4829
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SitesManagementChartComponent, "he-sites-management-chart", never, { "site": { "alias": "site"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
4861
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SitesManagementChartComponent, "he-sites-management-chart", never, { "site": { "alias": "site"; "required": true; "isSignal": true; }; "cycles": { "alias": "cycles"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
4830
4862
  }
4831
4863
 
4832
4864
  type site = ISiteJSONLD | Site | IOrganisationJSONLD | Organisation;
@@ -4895,6 +4927,7 @@ declare class SitesNodesComponent {
4895
4927
  protected readonly selectedView: _angular_core.WritableSignal<View>;
4896
4928
  private readonly originalSites;
4897
4929
  protected readonly sites: _angular_core.Signal<ISiteJSONLD[]>;
4930
+ protected readonly cycles: _angular_core.Signal<ISiteJSONLD[]>;
4898
4931
  protected readonly showSelectSite: _angular_core.Signal<boolean>;
4899
4932
  private readonly selectedIndex;
4900
4933
  private readonly ogirinalSelectedSite;
@@ -5014,5 +5047,5 @@ declare class TermsUnitsDescriptionComponent {
5014
5047
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<TermsUnitsDescriptionComponent, "he-terms-units-description", never, { "term": { "alias": "term"; "required": true; "isSignal": true; }; "iconTemplate": { "alias": "iconTemplate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5015
5048
  }
5016
5049
 
5017
- export { ARRAY_DELIMITER, ApplyPurePipe, BarChartComponent, BibliographiesSearchConfirmComponent, BlankNodeStateComponent, BlankNodeStateNoticeComponent, BlankNodeValueDeltaComponent, CapitalizePipe, ChartComponent, ChartConfigurationDirective, ChartExportButtonComponent, ChartTooltipComponent, ClickOutsideDirective, ClipboardComponent, CollapsibleBoxComponent, ColorPalette, CompoundDirective, CompoundPipe, ControlValueAccessor, CycleNodesKeyGroup, CyclesCompletenessComponent, CyclesEmissionsChartComponent, CyclesFunctionalUnitMeasureComponent, CyclesMetadataComponent, CyclesNodesComponent, CyclesNodesTimelineComponent, CyclesResultComponent, DataTableComponent, DefaultPipe, DeltaColour, DistributionChartComponent, DrawerContainerComponent, DurationPipe, EllipsisPipe, EngineModelsLinkComponent, EngineModelsLookupInfoComponent, EngineModelsStageComponent, EngineModelsStageDeepComponent, EngineModelsStageDeepService, EngineModelsVersionLinkComponent, EngineOrchestratorEditComponent, EngineRequirementsFormComponent, FileSizePipe, FileUploadErrorKeys, FilesErrorSummaryComponent, FilesFormComponent, FilesFormEditableComponent, FilesUploadErrorsComponent, FilterAccordionComponent, GUIDE_ENABLED, GetPipe, GlossaryMigrationFormat, GuideOverlayComponent, HESvgIconComponent, HE_API_BASE_URL, HE_CALCULATIONS_BASE_URL, HE_MAP_LOADED, HeAuthService, HeCommonService, HeEngineService, HeGlossaryService, HeMendeleyService, HeNodeCsvService, HeNodeService, HeNodeStoreService, HeSchemaService, HeSearchService, HeToastService, HorizontalBarChartComponent, HorizontalButtonsGroupComponent, ImpactAssessmentsGraphComponent, ImpactAssessmentsIndicatorBreakdownChartComponent, ImpactAssessmentsIndicatorsChartComponent, ImpactAssessmentsProductsComponent, IsArrayPipe, IsObjectPipe, IssueConfirmComponent, KeyToLabelPipe, Level, LineChartComponent, LinkKeyValueComponent, LogStatus, LongPressDirective, MAX_RESULTS, MapsDrawingComponent, MapsDrawingConfirmComponent, MendeleySearchResult, MobileShellComponent, NavigationMenuComponent, NoExtPipe, NodeAggregatedComponent, NodeAggregatedInfoComponent, NodeAggregatedQualityScoreComponent, NodeCsvExportConfirmComponent, NodeCsvPreviewComponent, NodeCsvSelectHeadersComponent, NodeIconComponent, NodeJsonldComponent, NodeJsonldSchemaComponent, NodeKeyState, NodeLinkComponent, NodeLogsFileComponent, NodeLogsModelsComponent, NodeLogsTimeComponent, NodeMissingLookupFactorsComponent, NodeQualityScore, NodeRecommendationsComponent, NodeSelectComponent, NodeValueDetailsComponent, PluralizePipe, PopoverComponent, PopoverConfirmComponent, PrecisionPipe, RelatedNodeResult, RemoveMarkdownPipe, RepeatPipe, Repository, ResizedDirective, ResizedEvent, ResponsiveService, SchemaInfoComponent, SchemaVersionLinkComponent, SearchExtendComponent, ShelfDialogComponent, ShellComponent, SitesManagementChartComponent, SitesMapsComponent, SitesNodesComponent, SkeletonTextComponent, SocialTagsComponent, SortByPipe, SortSelectComponent, TagsInputDirective, Template, TermsPropertyContentComponent, TermsSubClassOfContentComponent, TermsUnitsDescriptionComponent, ThousandSuffixesPipe, ThousandsPipe, TimesPipe, ToastComponent, UncapitalizePipe, addPolygonToFeature, afterBarDrawPlugin, allCountriesQuery, allGroups, allOptions, arrayValue, availableProperties, backgroundHoverPlugin, baseApiUrl, baseUrl, bottom, buildSummary, bytesSize, calculateCycleDuration, calculateCycleDurationEnabled, calculateCycleStartDate, calculateCycleStartDateEnabled, capitalize, changelogUrl, clustererImage, code, colorToRgba, compoundToHtml, computeKeys, computeTerms, contactUsEmail, contactUsLink, convertToSvg, coordinatesToPoint, copyObject, countriesQuery, createMarker, cropsQuery, d3ellipse, d3wrap, dataPathLabel, dataPathToKey, defaultFeature, defaultLabel, defaultSuggestionType, defaultSvgIconSize, definitionToSchemaType, distinctUntilChangedDeep, downloadFile, downloadSvg, ellipsis, engineGitBaseUrl, engineGitUrl, errorHasError, errorHasWarning, errorText, evaluateSuccess, exportAsSVG, externalLink, externalNodeLink, fillColor, fillStyle, filterBlankNode, filterError, filterParams, findConfigModels, findMatchingModel, findModels, findNodeModel, findOrchestratorModel, findProperty, findPropertyById, flatFilterData, flatFilterNode, formatCustomErrorMessage, formatDate, formatError, formatPropertyError, formatter, getColor, getDatesBetween, gitBranch, gitHome, gitlabRawUrl, glossaryBaseUrl, glossaryLink, groupChanged, groupLogsByModel, groupLogsByTerm, groupNodesByTerm, groupdLogsByKey, grouppedKeys, grouppedValueKeys, groupsLogsByFields, guideModelUrl, guideNamespace, guidePageId, handleAPIError, handleGuideEvent, hasError, hasValidationError, hasWarning, hexToRgba, iconSizes, icons, ignoreKeys, initialFilterState, injectResizeEvent$, inputGroupsTermTypes, isAddPropertyEnabled, isChrome, isDateBetween, isEqual, isExternal, isGroupVisible, isKeyClosedVisible, isKeyHidden, isMaxStage, isMethodModelAllowed, isMigrationError, isMissingOneOfError, isMissingPropertyError, isNonNodeModelKey, isSchemaIri, isScrolledBelow, isState, isTermTypeAllowed, isValidKey, keyToDataPath, levels, listColor, listColorContinuous, listColorWithAlpha, loadMapApi, loadSvgSprite, locationQuery, logToCsv, logValueArray, logsKey, lollipopChartPlugin, lookupUrl, mapFilterData, mapsUrl, markerIcon, markerPie, matchAggregatedQuery, matchAggregatedValidatedQuery, matchBoolPrefixQuery, matchCountry, matchExactQuery, matchGlobalRegion, matchId, matchNameNormalized, matchNestedKey, matchPhrasePrefixQuery, matchPhraseQuery, matchPrimaryProductQuery, matchQuery, matchRegex, matchRegion, matchTermType, matchType, maxAreaSize, measurementValue, mergeDataWithHeaders, methodTierOrder, migrationErrorMessage, migrationsUrl, missingNodeErrors, modelCount, modelKeyParams, modelParams, models, multiMatchQuery, nestedProperty, nestingEnabled, nestingTypeEnabled, nodeAvailableProperties, nodeById, nodeColours, nodeDataState, nodeId, nodeIds, nodeLink, nodeLinkEnabled, nodeLinkTypeEnabled, nodeLogsUrl, nodeQualityScoreColor, nodeQualityScoreLevel, nodeQualityScoreMaxDefault, nodeQualityScoreOrder, nodeSecondaryColours, nodeToAggregationFilename, nodeType, nodeTypeDataState, nodeTypeIcon, nodeUrl, nodeUrlParams, nodeVersion, nodesByState, nodesByType, numberGte, optionsFromGroup, parentKey, parentProperty, parseColor, parseData, parseDataPath, parseLines, parseMessage, parseNewValue, pluralize, pointToCoordinates, polygonBounds, polygonToCoordinates, polygonToMap, polygonsFromFeature, populateWithTrackIdsFilterData, postGuideEvent, primaryProduct, productsQuery, propertyError, propertyId, recursiveProperties, refToSchemaType, refreshPropertyKeys, regionsQuery, registerChart, repeat, reportIssueLink, reportIssueUrl, safeJSONParse, safeJSONStringify, schemaBaseUrl, schemaDataBaseUrl, schemaLink, schemaRequiredProperties, schemaTypeToDefaultValue, scrollToEl, scrollTop, searchFilterData, searchableTypes, siblingProperty, singleProperty, siteTooBig, siteTypeToIcon, sortProperties, sortedDates, strokeColor, strokeStyle, suggestMatchQuery, suggestQuery, takeAfterViewInit, termLocation, termLocationName, termProperties, termTypeLabel, toSnakeCase, toThousands, typeToNewProperty, typeaheadFocus, uncapitalize, uniqueDatesBetween, updateProperties, valueTypeToDefault, waitFor, wildcardQuery };
5050
+ export { ARRAY_DELIMITER, ApplyPurePipe, BarChartComponent, BibliographiesSearchConfirmComponent, BlankNodeStateComponent, BlankNodeStateNoticeComponent, BlankNodeValueDeltaComponent, CapitalizePipe, ChartComponent, ChartConfigurationDirective, ChartExportButtonComponent, ChartTooltipComponent, ClickOutsideDirective, ClipboardComponent, CollapsibleBoxComponent, ColorPalette, CompoundDirective, CompoundPipe, ControlValueAccessor, CycleNodesKeyGroup, CyclesCompletenessComponent, CyclesEmissionsChartComponent, CyclesFunctionalUnitMeasureComponent, CyclesMetadataComponent, CyclesNodesComponent, CyclesNodesTimelineComponent, CyclesResultComponent, DataTableComponent, DefaultPipe, DeltaColour, DistributionChartComponent, DrawerContainerComponent, DurationPipe, EllipsisPipe, EngineModelsLinkComponent, EngineModelsLookupInfoComponent, EngineModelsStageComponent, EngineModelsStageDeepComponent, EngineModelsStageDeepService, EngineModelsVersionLinkComponent, EngineOrchestratorEditComponent, EngineRequirementsFormComponent, FileSizePipe, FileUploadErrorKeys, FilesErrorSummaryComponent, FilesFormComponent, FilesFormEditableComponent, FilesUploadErrorsComponent, FilterAccordionComponent, GUIDE_ENABLED, GetPipe, GlossaryMigrationFormat, GuideOverlayComponent, HESvgIconComponent, HE_API_BASE_URL, HE_CALCULATIONS_BASE_URL, HE_MAP_LOADED, HeAuthService, HeCommonService, HeEngineService, HeGlossaryService, HeMendeleyService, HeNodeCsvService, HeNodeService, HeNodeStoreService, HeSchemaService, HeSearchService, HeToastService, HorizontalBarChartComponent, HorizontalButtonsGroupComponent, ImpactAssessmentsGraphComponent, ImpactAssessmentsIndicatorBreakdownChartComponent, ImpactAssessmentsIndicatorsChartComponent, ImpactAssessmentsProductsComponent, IsArrayPipe, IsObjectPipe, IssueConfirmComponent, KeyToLabelPipe, Level, LineChartComponent, LinkKeyValueComponent, LogStatus, LongPressDirective, MAX_RESULTS, MapsDrawingComponent, MapsDrawingConfirmComponent, MendeleySearchResult, MobileShellComponent, NavigationMenuComponent, NoExtPipe, NodeAggregatedComponent, NodeAggregatedInfoComponent, NodeAggregatedQualityScoreComponent, NodeCsvExportConfirmComponent, NodeCsvPreviewComponent, NodeCsvSelectHeadersComponent, NodeIconComponent, NodeJsonldComponent, NodeJsonldSchemaComponent, NodeKeyState, NodeLinkComponent, NodeLogsFileComponent, NodeLogsModelsComponent, NodeLogsTimeComponent, NodeMissingLookupFactorsComponent, NodeQualityScore, NodeRecommendationsComponent, NodeSelectComponent, NodeValueDetailsComponent, PluralizePipe, PopoverComponent, PopoverConfirmComponent, PrecisionPipe, RelatedNodeResult, RemoveMarkdownPipe, RepeatPipe, Repository, ResizedDirective, ResizedEvent, ResponsiveService, SchemaInfoComponent, SchemaVersionLinkComponent, SearchExtendComponent, ShelfDialogComponent, ShellComponent, SitesManagementChartComponent, SitesMapsComponent, SitesNodesComponent, SkeletonTextComponent, SocialTagsComponent, SortByPipe, SortSelectComponent, TagsInputDirective, Template, TermsPropertyContentComponent, TermsSubClassOfContentComponent, TermsUnitsDescriptionComponent, ThousandSuffixesPipe, ThousandsPipe, TimesPipe, ToastComponent, UncapitalizePipe, addPolygonToFeature, afterBarDrawPlugin, allCountriesQuery, allGroups, allOptions, arrayValue, availableProperties, backgroundHoverPlugin, baseApiUrl, baseUrl, bottom, buildSummary, bytesSize, calculateCycleDuration, calculateCycleDurationEnabled, calculateCycleStartDate, calculateCycleStartDateEnabled, capitalize, changelogUrl, clustererImage, code, colorToRgba, compoundToHtml, computeKeys, computeTerms, contactUsEmail, contactUsLink, convertToSvg, coordinatesToPoint, copyObject, countriesQuery, createMarker, cropsQuery, d3ellipse, d3wrap, dataPathLabel, dataPathToKey, defaultFeature, defaultLabel, defaultSuggestionType, defaultSvgIconSize, definitionToSchemaType, distinctUntilChangedDeep, downloadFile, downloadSvg, ellipsis, engineGitBaseUrl, engineGitUrl, errorHasError, errorHasWarning, errorText, evaluateSuccess, exportAsSVG, externalLink, externalNodeLink, fillColor, fillStyle, filterBlankNode, filterError, filterParams, findConfigModels, findMatchingModel, findModels, findNodeModel, findOrchestratorModel, findProperty, findPropertyById, flatFilterData, flatFilterNode, formatCustomErrorMessage, formatDate, formatError, formatPropertyError, formatter, getColor, getDatesBetween, gitBranch, gitHome, gitlabRawUrl, glossaryBaseUrl, glossaryLink, groupChanged, groupLogsByModel, groupLogsByTerm, groupNodesByTerm, groupdLogsByKey, grouppedKeys, grouppedValueKeys, groupsLogsByFields, guideModelUrl, guideNamespace, guidePageId, handleAPIError, handleGuideEvent, hasError, hasValidationError, hasWarning, hexToRgba, iconSizes, icons, ignoreKeys, initialFilterState, injectResizeEvent$, inputGroupsTermTypes, isAddPropertyEnabled, isChrome, isDateBetween, isEqual, isExternal, isGroupVisible, isKeyClosedVisible, isKeyHidden, isMaxStage, isMethodModelAllowed, isMigrationError, isMissingOneOfError, isMissingPropertyError, isNonNodeModelKey, isSchemaIri, isScrolledBelow, isState, isTermTypeAllowed, isValidKey, keyToDataPath, levels, listColor, listColorContinuous, listColorWithAlpha, loadMapApi, loadSvgSprite, locationQuery, logToCsv, logValueArray, logsKey, lollipopChartPlugin, lookupUrl, mapFilterData, mapsUrl, markerIcon, markerPie, matchAggregatedQuery, matchAggregatedValidatedQuery, matchBoolPrefixQuery, matchCountry, matchExactQuery, matchGlobalRegion, matchId, matchNameNormalized, matchNestedKey, matchPhrasePrefixQuery, matchPhraseQuery, matchPrimaryProductQuery, matchQuery, matchRegex, matchRegion, matchTermType, matchType, maxAreaSize, measurementValue, mergeDataWithHeaders, methodTierOrder, migrationErrorMessage, migrationsUrl, missingNodeErrors, modelCount, modelKeyParams, modelParams, models, multiMatchQuery, nestedProperty, nestingEnabled, nestingTypeEnabled, nodeAvailableProperties, nodeById, nodeColours, nodeDataState, nodeId, nodeIds, nodeLink, nodeLinkEnabled, nodeLinkTypeEnabled, nodeLogsUrl, nodeQualityScoreColor, nodeQualityScoreLevel, nodeQualityScoreMaxDefault, nodeQualityScoreOrder, nodeSecondaryColours, nodeToAggregationFilename, nodeType, nodeTypeDataState, nodeTypeIcon, nodeUrl, nodeUrlParams, nodeVersion, nodesByState, nodesByType, numberGte, optionsFromGroup, parentKey, parentProperty, parseColor, parseData, parseDataPath, parseLines, parseMessage, parseNewValue, pluralize, pointToCoordinates, polygonBounds, polygonToCoordinates, polygonToMap, polygonsFromFeature, populateWithTrackIdsFilterData, postGuideEvent, primaryProduct, productsQuery, propertyError, propertyId, recursiveProperties, refToSchemaType, refreshPropertyKeys, regionsQuery, registerChart, repeat, reportIssueLink, reportIssueUrl, safeJSONParse, safeJSONStringify, schemaBaseUrl, schemaDataBaseUrl, schemaLink, schemaRequiredProperties, schemaTypeToDefaultValue, scrollToEl, scrollTop, searchFilterData, searchableTypes, siblingProperty, singleProperty, siteTooBig, siteTypeToColor, siteTypeToIcon, sortProperties, sortedDates, strokeColor, strokeStyle, suggestMatchQuery, suggestQuery, takeAfterViewInit, termLocation, termLocationName, termProperties, termTypeLabel, toSnakeCase, toThousands, typeToNewProperty, typeaheadFocus, uncapitalize, uniqueDatesBetween, updateProperties, valueTypeToDefault, waitFor, wildcardQuery };
5018
5051
  export type { AfterBarDrawSettings, BarChartDataItem, ButtonGroupItem, ChartExportMetadata, FilterData, FilterElement, FilterFn, FilterGroup, FilterOption, FilterState, HistogramChartDataItem, IBlankNodeLog, IBlankNodeLogSubValue, ICalculationsModel, ICalculationsModelsParams, ICalculationsRequirementsParams, ICloseMessage, IConfigModel, ICustomValidationRules, ICycleJSONLDExtended, IErrorProperty, IFeature, IFeatureCollection, IFileUploadError, IGeometryCollection, IGlossaryMigration, IGlossaryMigrations, IGroupedKeys, IGroupedNode, IGroupedNodes, IGroupedNodesValue, IGroupedNodesValues, IImpactAssessmentJSONLDExtended, IJSONData, IJSONNode, ILine, ILog, IMarker, IMessage, IMobileShellMenuButton, INavigationMenuLink, INewProperty, INodeErrorLog, INodeHeaders, INodeLogs, INodeMissingLookupLog, INodeProperty, INodeRequestParams, INodeTermLog, INodeTermLogs, INonBlankNodeLog, IPolygonMap, IRelatedNode, ISearchParams, ISearchResultExtended, ISearchResults, IShellMenuButton, ISiteJSONLDExtended, IStoredNode, ISummary, ISummaryError, IToast, IValidationError, IValidationErrorWithIndex, LollipopPluginSettings, RgbColor, SelectValue, SortOption, SortSelectEvent, SortSelectOrder, blankNodesTypeValue, chartTooltipContentFn, feature, horizontalTooltipData, modelKey, nodes, nonBlankNodesTypeValue, searchResult, searchableType, sortOrders, suggestionType, svgIconNames, svgIconSizes, validationErrorKeyword, validationErrorLevel, validationErrorParam };