@hestia-earth/ui-components 0.39.0 → 0.40.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hestia-earth/ui-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
4
4
|
"description": "HESTIA reusable components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://gitlab.com/hestia-earth/hestia-ui-components#readme",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@angular/cdk": "^
|
|
17
|
-
"@angular/common": "^
|
|
18
|
-
"@angular/core": "^
|
|
19
|
-
"@angular/google-maps": "^
|
|
16
|
+
"@angular/cdk": "^21.0.0",
|
|
17
|
+
"@angular/common": "^21.0.0",
|
|
18
|
+
"@angular/core": "^21.0.0",
|
|
19
|
+
"@angular/google-maps": "^21.0.0",
|
|
20
20
|
"@hestia-earth/api": "*",
|
|
21
21
|
"@hestia-earth/data-validation": "*",
|
|
22
22
|
"@hestia-earth/engine-models": "*",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@hestia-earth/schema-convert": "*",
|
|
27
27
|
"@hestia-earth/ui-framework": "*",
|
|
28
28
|
"@hestia-earth/utils": "*",
|
|
29
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
30
|
-
"@ngrx/component-store": "^
|
|
31
|
-
"@ngrx/signals": "^
|
|
29
|
+
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
|
|
30
|
+
"@ngrx/component-store": "^21.0.0",
|
|
31
|
+
"@ngrx/signals": "^21.0.0",
|
|
32
32
|
"angular-resizable-element": "^8.0.0",
|
|
33
33
|
"bulma": "^0.9.4",
|
|
34
34
|
"bulma-switch": "^2.0.4",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"lodash.set": "^4.3.2",
|
|
55
55
|
"lodash.uniqby": "^4.7.0",
|
|
56
56
|
"moment": "^2.29.4",
|
|
57
|
-
"ngx-markdown": "^
|
|
58
|
-
"ngx-webstorage": "^
|
|
57
|
+
"ngx-markdown": "^21.0.0",
|
|
58
|
+
"ngx-webstorage": "^21.0.0",
|
|
59
59
|
"papaparse": "^5.5.2",
|
|
60
60
|
"remove-markdown": "^0.6.0",
|
|
61
61
|
"rxjs": "^7.0.0",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"tslib": "^2.8.0"
|
|
68
68
|
},
|
|
69
69
|
"module": "fesm2022/hestia-earth-ui-components.mjs",
|
|
70
|
-
"typings": "
|
|
70
|
+
"typings": "types/hestia-earth-ui-components.d.ts",
|
|
71
71
|
"exports": {
|
|
72
72
|
"./package.json": {
|
|
73
73
|
"default": "./package.json"
|
|
74
74
|
},
|
|
75
75
|
".": {
|
|
76
|
-
"types": "./
|
|
76
|
+
"types": "./types/hestia-earth-ui-components.d.ts",
|
|
77
77
|
"default": "./fesm2022/hestia-earth-ui-components.mjs"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
@@ -1551,7 +1551,6 @@ declare class HorizontalBarChartComponent extends BarChartComponent {
|
|
|
1551
1551
|
}
|
|
1552
1552
|
|
|
1553
1553
|
declare class ChartConfigurationDirective {
|
|
1554
|
-
private readonly _zone;
|
|
1555
1554
|
private readonly _elementRef;
|
|
1556
1555
|
private _chart;
|
|
1557
1556
|
private readonly _observer;
|
|
@@ -1854,11 +1853,6 @@ declare const grouppedValueKeys: string[];
|
|
|
1854
1853
|
declare const groupNodesByTerm: <T extends ICycleJSONLD | IImpactAssessmentJSONLD | ISiteJSONLD | Animal | Transformation, R>(nodes: T[], key: blankNodesKey, includeNode?: (_node: any) => boolean, hideZeroValues?: boolean, hideIdenticalValues?: boolean) => IGroupedNodes<R>;
|
|
1855
1854
|
declare const isGroupVisible: <T>(blankNodes: IGroupedKeys<T>[]) => boolean;
|
|
1856
1855
|
|
|
1857
|
-
/**
|
|
1858
|
-
* Signal utility to patch local storage.
|
|
1859
|
-
*/
|
|
1860
|
-
declare const localStorageSignal: <T>(initialValue: T, localStorageKey: string) => _angular_core.WritableSignal<T>;
|
|
1861
|
-
|
|
1862
1856
|
/**
|
|
1863
1857
|
* Pluralize or singularize a word based on the passed in count.
|
|
1864
1858
|
*
|
|
@@ -1907,7 +1901,6 @@ declare class ResizedEvent {
|
|
|
1907
1901
|
}
|
|
1908
1902
|
declare class ResizedDirective implements OnInit, OnDestroy {
|
|
1909
1903
|
private readonly element;
|
|
1910
|
-
private readonly zone;
|
|
1911
1904
|
private observer;
|
|
1912
1905
|
private oldRect?;
|
|
1913
1906
|
protected readonly resized: _angular_core.OutputEmitterRef<ResizedEvent>;
|
|
@@ -1916,7 +1909,7 @@ declare class ResizedDirective implements OnInit, OnDestroy {
|
|
|
1916
1909
|
ngOnDestroy(): void;
|
|
1917
1910
|
private observe;
|
|
1918
1911
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResizedDirective, never>;
|
|
1919
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ResizedDirective, "[
|
|
1912
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ResizedDirective, "[heResized]", never, {}, { "resized": "resized"; }, never, never, true, never>;
|
|
1920
1913
|
}
|
|
1921
1914
|
|
|
1922
1915
|
declare const distinctUntilChangedDeep: <T>() => rxjs.MonoTypeOperatorFunction<T>;
|
|
@@ -2088,14 +2081,9 @@ declare class CollapsibleBoxComponent {
|
|
|
2088
2081
|
}
|
|
2089
2082
|
|
|
2090
2083
|
declare class DataTableComponent {
|
|
2091
|
-
private readonly ngZone;
|
|
2092
|
-
private readonly elementRef;
|
|
2093
2084
|
protected readonly minHeight: _angular_core.InputSignal<string | number>;
|
|
2094
2085
|
protected readonly maxHeight: _angular_core.InputSignal<string | number>;
|
|
2095
2086
|
protected readonly small: _angular_core.InputSignal<boolean>;
|
|
2096
|
-
get isSmall(): boolean;
|
|
2097
|
-
private get containerEl();
|
|
2098
|
-
protected onResized({ newRect: { width } }: ResizedEvent): void;
|
|
2099
2087
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
2100
2088
|
static ɵcmp: _angular_core.ɵɵ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>;
|
|
2101
2089
|
}
|
|
@@ -2576,11 +2564,10 @@ declare class CapitalizePipe implements PipeTransform {
|
|
|
2576
2564
|
|
|
2577
2565
|
declare class ClickOutsideDirective implements AfterViewInit {
|
|
2578
2566
|
private readonly elementRef;
|
|
2579
|
-
private readonly zone;
|
|
2580
2567
|
private readonly destroyRef;
|
|
2581
2568
|
private readonly documentClickService;
|
|
2582
|
-
protected clickOutsideListenAfter: _angular_core.InputSignal<number>;
|
|
2583
|
-
protected clickOutside: _angular_core.OutputEmitterRef<void>;
|
|
2569
|
+
protected readonly clickOutsideListenAfter: _angular_core.InputSignal<number>;
|
|
2570
|
+
protected readonly clickOutside: _angular_core.OutputEmitterRef<void>;
|
|
2584
2571
|
ngAfterViewInit(): void;
|
|
2585
2572
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
2586
2573
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, { "clickOutsideListenAfter": { "alias": "clickOutsideListenAfter"; "required": false; "isSignal": true; }; }, { "clickOutside": "clickOutside"; }, never, never, true, never>;
|
|
@@ -2588,11 +2575,11 @@ declare class ClickOutsideDirective implements AfterViewInit {
|
|
|
2588
2575
|
|
|
2589
2576
|
declare class CompoundDirective {
|
|
2590
2577
|
private readonly elementRef;
|
|
2591
|
-
protected readonly
|
|
2578
|
+
protected readonly compound: _angular_core.InputSignal<string>;
|
|
2592
2579
|
protected readonly compoundTermType: _angular_core.InputSignal<TermTermType>;
|
|
2593
2580
|
constructor();
|
|
2594
2581
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CompoundDirective, never>;
|
|
2595
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CompoundDirective, "[
|
|
2582
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CompoundDirective, "[compound]", never, { "compound": { "alias": "compound"; "required": true; "isSignal": true; }; "compoundTermType": { "alias": "compoundTermType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2596
2583
|
}
|
|
2597
2584
|
|
|
2598
2585
|
declare class CompoundPipe implements PipeTransform {
|
|
@@ -2658,7 +2645,7 @@ declare class LongPressDirective implements OnDestroy {
|
|
|
2658
2645
|
protected onPressEnd(): void;
|
|
2659
2646
|
ngOnDestroy(): void;
|
|
2660
2647
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LongPressDirective, never>;
|
|
2661
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LongPressDirective, "[
|
|
2648
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LongPressDirective, "[heLongPress]", never, { "intervalMs": { "alias": "intervalMs"; "required": false; "isSignal": true; }; }, { "longPress": "longPress"; }, never, never, true, never>;
|
|
2662
2649
|
}
|
|
2663
2650
|
|
|
2664
2651
|
declare class NoExtPipe implements PipeTransform {
|
|
@@ -5405,7 +5392,7 @@ declare class NodeLogsModelsComponent {
|
|
|
5405
5392
|
"not relevant"?: string;
|
|
5406
5393
|
};
|
|
5407
5394
|
protected readonly getModelsAt: (log: IBlankNodeLogSubValue | IBlankNodeLog, index: number) => IConfigModel | IConfigModel[];
|
|
5408
|
-
protected readonly
|
|
5395
|
+
protected readonly isInSystemBoundary: (id: string) => boolean;
|
|
5409
5396
|
protected readonly showLegend: _angular_core.WritableSignal<boolean>;
|
|
5410
5397
|
protected readonly onlyRequired: _angular_core.WritableSignal<boolean>;
|
|
5411
5398
|
private readonly schemaType;
|
|
@@ -5434,9 +5421,10 @@ declare class NodeLogsModelsComponent {
|
|
|
5434
5421
|
private readonly methodsById;
|
|
5435
5422
|
private readonly termsByIdResource;
|
|
5436
5423
|
private readonly termsById;
|
|
5437
|
-
protected readonly term: _angular_core.WritableSignal<
|
|
5424
|
+
protected readonly term: _angular_core.WritableSignal<ITermJSONLD>;
|
|
5438
5425
|
protected readonly enableFilterByTerm: _angular_core.Signal<boolean>;
|
|
5439
|
-
protected readonly
|
|
5426
|
+
protected readonly termFormatter: ({ name }: ITermJSONLD) => string;
|
|
5427
|
+
protected readonly suggestTerm: (text$: Observable<string>) => Observable<ITermJSONLD[]>;
|
|
5440
5428
|
protected readonly typeaheadFocus: (e: Event) => void;
|
|
5441
5429
|
protected readonly loading: _angular_core.Signal<boolean>;
|
|
5442
5430
|
protected readonly isNumber: (value: any) => value is number;
|
|
@@ -5974,5 +5962,5 @@ declare class TermsUnitsDescriptionComponent {
|
|
|
5974
5962
|
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>;
|
|
5975
5963
|
}
|
|
5976
5964
|
|
|
5977
|
-
export { ARRAY_DELIMITER, ApplyPurePipe, BarChartComponent, BibliographiesSearchConfirmComponent, BlankNodeStateComponent, BlankNodeStateNoticeComponent, BlankNodeValueDeltaComponent, CapitalizePipe, ChartComponent, ChartConfigurationDirective, 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,
|
|
5965
|
+
export { ARRAY_DELIMITER, ApplyPurePipe, BarChartComponent, BibliographiesSearchConfirmComponent, BlankNodeStateComponent, BlankNodeStateNoticeComponent, BlankNodeValueDeltaComponent, CapitalizePipe, ChartComponent, ChartConfigurationDirective, 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 };
|
|
5978
5966
|
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, feature, modelKey, nodes, nonBlankNodesTypeValue, searchResult, searchableType, sortOrders, suggestionType, svgIconNames, svgIconSizes, tooltipLabelFn, validationErrorKeyword, validationErrorLevel, validationErrorParam };
|