diff --git a/docs/classes/lxr.DataModelHelpers.html b/docs/classes/lxr.DataModelHelpers.html index 8b5f7758..641263da 100644 --- a/docs/classes/lxr.DataModelHelpers.html +++ b/docs/classes/lxr.DataModelHelpers.html @@ -1,4 +1,4 @@ -DataModelHelpers | @leanix/reporting - v0.4.141

Constructors

constructor +DataModelHelpers | @leanix/reporting - v0.4.142

Constructors

Methods

  • Parameters

    Returns boolean

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

  • Parameters

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/lxr.LxCustomReportLib.html b/docs/classes/lxr.LxCustomReportLib.html index c5623c48..d062f353 100644 --- a/docs/classes/lxr.LxCustomReportLib.html +++ b/docs/classes/lxr.LxCustomReportLib.html @@ -1,4 +1,4 @@ -LxCustomReportLib | @leanix/reporting - v0.4.141

Entry class of the LeanIX Reporting Library. +LxCustomReportLib | @leanix/reporting - v0.4.142

Entry class of the LeanIX Reporting Library. An instance of this class is globally available as lx variable.

Example

// The sequence to initialise the library for a report looks like this:
lx.init()
.then(function (setupInfo) {
// Process setupInfo and create config object
var config = {};
lx.ready(config);
});
@@ -289,4 +289,4 @@

Example

lx
 

Hint: if the provided attribute is a string field name, which is not present in the data model, this field would be ignored, and not shown as a table column.

-

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/lxr.ReportLibMessenger.html b/docs/classes/lxr.ReportLibMessenger.html index ef5d4ddc..35e9c839 100644 --- a/docs/classes/lxr.ReportLibMessenger.html +++ b/docs/classes/lxr.ReportLibMessenger.html @@ -1,4 +1,4 @@ -ReportLibMessenger | @leanix/reporting - v0.4.141

Constructors

constructor +ReportLibMessenger | @leanix/reporting - v0.4.142

Constructors

Properties

parentOrigin: any
parentWindow: any
showError: any

Methods

  • Returns void

  • Parameters

    • Optional id: string
    • Optional listener: Listener

    Returns void

  • Type Parameters

    • T = any

    Parameters

    • Optional id: string

    Returns Promise<T>

  • Call listener whenever a message with the given id (or otherwise any message) is received from the parent

    Parameters

    • id: string
    • listener: Listener
    • Optional callOnError: boolean

    Returns void

  • Send a message to the parent

    -

    Type Parameters

    • S

    • T

    Parameters

    Returns void

  • Type Parameters

    • S

    • T

    Parameters

    Returns Promise<T>

Generated using TypeDoc

\ No newline at end of file +

Type Parameters

  • S

  • T

Parameters

Returns void

  • Type Parameters

    • S

    • T

    Parameters

    Returns Promise<T>

  • Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/lxr.ReportLibTable.html b/docs/classes/lxr.ReportLibTable.html index 24e1d8aa..1fa56e64 100644 --- a/docs/classes/lxr.ReportLibTable.html +++ b/docs/classes/lxr.ReportLibTable.html @@ -1,8 +1,8 @@ -ReportLibTable | @leanix/reporting - v0.4.141

    Constructors

    constructor +ReportLibTable | @leanix/reporting - v0.4.142

    Constructors

    Properties

    attributesPresentInConfig: any
    facetsConfigs: any
    messenger: any

    Methods

    • Returns void

    • Parameters

      Returns void

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    attributesPresentInConfig: any
    facetsConfigs: any
    messenger: any

    Methods

    • Returns void

    • Parameters

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/lxr.ReportTablePopoverParams.html b/docs/classes/lxr.ReportTablePopoverParams.html index 3bf6ac76..d4b1621d 100644 --- a/docs/classes/lxr.ReportTablePopoverParams.html +++ b/docs/classes/lxr.ReportTablePopoverParams.html @@ -1,8 +1,8 @@ -ReportTablePopoverParams | @leanix/reporting - v0.4.141

    Class ReportTablePopoverParams

    Constructors

    constructor +ReportTablePopoverParams | @leanix/reporting - v0.4.142

    Class ReportTablePopoverParams

    Constructors

    Properties

    factSheetType?: string
    factSheets: FactSheet[]
    maxRows?: number
    title?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    factSheetType?: string
    factSheets: FactSheet[]
    maxRows?: number
    title?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/lxr.ReportTablePopoverStyles.html b/docs/classes/lxr.ReportTablePopoverStyles.html index 8638c68a..13c2dcaa 100644 --- a/docs/classes/lxr.ReportTablePopoverStyles.html +++ b/docs/classes/lxr.ReportTablePopoverStyles.html @@ -1,5 +1,5 @@ -ReportTablePopoverStyles | @leanix/reporting - v0.4.141

    Class ReportTablePopoverStyles

    Constructors

    constructor +ReportTablePopoverStyles | @leanix/reporting - v0.4.142

    Class ReportTablePopoverStyles

    Constructors

    Properties

    Constructors

    Properties

    arrowLeft?: string | number
    top?: string | number
    width?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    arrowLeft?: string | number
    top?: string | number
    width?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/enums/lxr.ACLVisibility.html b/docs/enums/lxr.ACLVisibility.html index 9d45e6ff..bc7d7487 100644 --- a/docs/enums/lxr.ACLVisibility.html +++ b/docs/enums/lxr.ACLVisibility.html @@ -1,4 +1,4 @@ -ACLVisibility | @leanix/reporting - v0.4.141

    Enumeration ACLVisibility

    Enumeration Members

    GLOBAL +ACLVisibility | @leanix/reporting - v0.4.142

    Enumeration ACLVisibility

    Enumeration Members

    GLOBAL: "GLOBAL"
    READ_WRITE_RESTRICTED: "READ_RESTRICTED"
    WRITE_RESTRICTED: "WRITE_RESTRICTED"

    Generated using TypeDoc

    \ No newline at end of file +

    Enumeration Members

    GLOBAL: "GLOBAL"
    READ_WRITE_RESTRICTED: "READ_RESTRICTED"
    WRITE_RESTRICTED: "WRITE_RESTRICTED"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/enums/lxr.CompositeOperator.html b/docs/enums/lxr.CompositeOperator.html index 26bda70e..1a2eb886 100644 --- a/docs/enums/lxr.CompositeOperator.html +++ b/docs/enums/lxr.CompositeOperator.html @@ -1,3 +1,3 @@ -CompositeOperator | @leanix/reporting - v0.4.141

    Enumeration CompositeOperator

    Enumeration Members

    AND +CompositeOperator | @leanix/reporting - v0.4.142

    Enumeration CompositeOperator

    Enumeration Members

    Enumeration Members

    AND: "AND"
    OR: "OR"

    Generated using TypeDoc

    \ No newline at end of file +

    Enumeration Members

    AND: "AND"
    OR: "OR"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/enums/lxr.FacetKeyOperator.html b/docs/enums/lxr.FacetKeyOperator.html index 08b1ea48..ffad9ba4 100644 --- a/docs/enums/lxr.FacetKeyOperator.html +++ b/docs/enums/lxr.FacetKeyOperator.html @@ -1,4 +1,4 @@ -FacetKeyOperator | @leanix/reporting - v0.4.141

    Enumeration FacetKeyOperator

    Enumeration Members

    AND +FacetKeyOperator | @leanix/reporting - v0.4.142

    Enumeration FacetKeyOperator

    Enumeration Members

    Enumeration Members

    AND: "AND"
    NOR: "NOR"
    OR: "OR"

    Generated using TypeDoc

    \ No newline at end of file +

    Enumeration Members

    AND: "AND"
    NOR: "NOR"
    OR: "OR"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.cloneDeep.html b/docs/functions/lxr.cloneDeep.html index bd235490..42224ad9 100644 --- a/docs/functions/lxr.cloneDeep.html +++ b/docs/functions/lxr.cloneDeep.html @@ -1 +1 @@ -cloneDeep | @leanix/reporting - v0.4.141
    • Parameters

      • obj: object

      Returns object

    Generated using TypeDoc

    \ No newline at end of file +cloneDeep | @leanix/reporting - v0.4.142
    • Parameters

      • obj: object

      Returns object

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.difference.html b/docs/functions/lxr.difference.html index 5b3e1d80..579d2d48 100644 --- a/docs/functions/lxr.difference.html +++ b/docs/functions/lxr.difference.html @@ -1 +1 @@ -difference | @leanix/reporting - v0.4.141
    • Type Parameters

      • T

      Parameters

      • from: T[]
      • to: T[]

      Returns T[]

    Generated using TypeDoc

    \ No newline at end of file +difference | @leanix/reporting - v0.4.142
    • Type Parameters

      • T

      Parameters

      • from: T[]
      • to: T[]

      Returns T[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.flatten.html b/docs/functions/lxr.flatten.html index 0d27cd89..eb2ff744 100644 --- a/docs/functions/lxr.flatten.html +++ b/docs/functions/lxr.flatten.html @@ -1 +1 @@ -flatten | @leanix/reporting - v0.4.141
    • Type Parameters

      • T

      Parameters

      • input: any[]

      Returns T[]

    Generated using TypeDoc

    \ No newline at end of file +flatten | @leanix/reporting - v0.4.142
    • Type Parameters

      • T

      Parameters

      • input: any[]

      Returns T[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.get.html b/docs/functions/lxr.get.html index d8975a04..b6507445 100644 --- a/docs/functions/lxr.get.html +++ b/docs/functions/lxr.get.html @@ -1 +1 @@ -get | @leanix/reporting - v0.4.141
    • Type Parameters

      • T = any

      Parameters

      • obj: Object
      • path: string
      • Optional defaultValue: null

      Returns T | undefined

    Generated using TypeDoc

    \ No newline at end of file +get | @leanix/reporting - v0.4.142
    • Type Parameters

      • T = any

      Parameters

      • obj: Object
      • path: string
      • Optional defaultValue: null

      Returns T | undefined

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.isFunction.html b/docs/functions/lxr.isFunction.html index 1489376e..fdbc0815 100644 --- a/docs/functions/lxr.isFunction.html +++ b/docs/functions/lxr.isFunction.html @@ -1,4 +1,4 @@ -isFunction | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.isObjectLike.html b/docs/functions/lxr.isObjectLike.html index 0342b378..d1200657 100644 --- a/docs/functions/lxr.isObjectLike.html +++ b/docs/functions/lxr.isObjectLike.html @@ -1,3 +1,3 @@ -isObjectLike | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.isUndefined.html b/docs/functions/lxr.isUndefined.html index ece639ea..26cbdccc 100644 --- a/docs/functions/lxr.isUndefined.html +++ b/docs/functions/lxr.isUndefined.html @@ -1,2 +1,2 @@ -isUndefined | @leanix/reporting - v0.4.141
    • Check if value is undefined

      -

      Parameters

      • valueToCheck: any

      Returns boolean

    Generated using TypeDoc

    \ No newline at end of file +isUndefined | @leanix/reporting - v0.4.142
    • Check if value is undefined

      +

      Parameters

      • valueToCheck: any

      Returns boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.pickBy.html b/docs/functions/lxr.pickBy.html index 905c8c8a..7006f24a 100644 --- a/docs/functions/lxr.pickBy.html +++ b/docs/functions/lxr.pickBy.html @@ -1,3 +1,3 @@ -pickBy | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/lxr.unset.html b/docs/functions/lxr.unset.html index 8d3d7251..40deecdb 100644 --- a/docs/functions/lxr.unset.html +++ b/docs/functions/lxr.unset.html @@ -1 +1 @@ -unset | @leanix/reporting - v0.4.141
    • Parameters

      • obj: any
      • path: string

      Returns void

    Generated using TypeDoc

    \ No newline at end of file +unset | @leanix/reporting - v0.4.142
    • Parameters

      • obj: any
      • path: string

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 4346736e..5c03d82e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,3 +1,3 @@ -@leanix/reporting - v0.4.141

    @leanix/reporting - v0.4.141

    Index

    Namespaces

    lxr +@leanix/reporting - v0.4.142

    @leanix/reporting - v0.4.142

    Index

    Namespaces

    Variables

    lx -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.AccessControlEntityReference.html b/docs/interfaces/lxr.AccessControlEntityReference.html index ecec11eb..2bf9a0b3 100644 --- a/docs/interfaces/lxr.AccessControlEntityReference.html +++ b/docs/interfaces/lxr.AccessControlEntityReference.html @@ -1,3 +1,3 @@ -AccessControlEntityReference | @leanix/reporting - v0.4.141

    Interface AccessControlEntityReference

    interface AccessControlEntityReference {
        id: string;
        name: string;
    }

    Properties

    id +AccessControlEntityReference | @leanix/reporting - v0.4.142

    Interface AccessControlEntityReference

    interface AccessControlEntityReference {
        id: string;
        name: string;
    }

    Properties

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ActivatedByDefinition.html b/docs/interfaces/lxr.ActivatedByDefinition.html index d383ae4f..32f357af 100644 --- a/docs/interfaces/lxr.ActivatedByDefinition.html +++ b/docs/interfaces/lxr.ActivatedByDefinition.html @@ -1 +1 @@ -ActivatedByDefinition | @leanix/reporting - v0.4.141

    Interface ActivatedByDefinition

    interface ActivatedByDefinition {
        [fsFieldName: string]: string[];
    }

    Indexable

    [fsFieldName: string]: string[]

    Generated using TypeDoc

    \ No newline at end of file +ActivatedByDefinition | @leanix/reporting - v0.4.142

    Interface ActivatedByDefinition

    interface ActivatedByDefinition {
        [fsFieldName: string]: string[];
    }

    Indexable

    [fsFieldName: string]: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.AggegatedFieldDefinition.html b/docs/interfaces/lxr.AggegatedFieldDefinition.html index 5bcb5a93..cf511355 100644 --- a/docs/interfaces/lxr.AggegatedFieldDefinition.html +++ b/docs/interfaces/lxr.AggegatedFieldDefinition.html @@ -1,4 +1,4 @@ -AggegatedFieldDefinition | @leanix/reporting - v0.4.141

    Interface AggegatedFieldDefinition

    interface AggegatedFieldDefinition {
        fullTextSearch?: undefined;
        function?: "MIN" | "MAX" | "AVG" | "SUM" | "COUNT" | "ITC_CRITICAL_COUNT" | "ITC_ABS_COUNT" | "ITC_CRITICAL_RATIO";
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        paths?: [{
            path: string;
        }];
        quickSearch?: undefined;
        type: "AGGREGATED";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +AggegatedFieldDefinition | @leanix/reporting - v0.4.142

    Interface AggegatedFieldDefinition

    interface AggegatedFieldDefinition {
        fullTextSearch?: undefined;
        function?: "MIN" | "MAX" | "AVG" | "SUM" | "COUNT" | "ITC_CRITICAL_COUNT" | "ITC_ABS_COUNT" | "ITC_CRITICAL_RATIO";
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        paths?: [{
            path: string;
        }];
        quickSearch?: undefined;
        type: "AGGREGATED";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    function?: "MIN" | "MAX" | "AVG" | "SUM" | "COUNT" | "ITC_CRITICAL_COUNT" | "ITC_ABS_COUNT" | "ITC_CRITICAL_RATIO"
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    paths?: [{
        path: string;
    }]

    Type declaration

    • path: string
    quickSearch?: undefined
    type: "AGGREGATED"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    function?: "MIN" | "MAX" | "AVG" | "SUM" | "COUNT" | "ITC_CRITICAL_COUNT" | "ITC_ABS_COUNT" | "ITC_CRITICAL_RATIO"
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    paths?: [{
        path: string;
    }]

    Type declaration

    • path: string
    quickSearch?: undefined
    type: "AGGREGATED"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.BaseDataModel.html b/docs/interfaces/lxr.BaseDataModel.html index 0d5176df..82b547b5 100644 --- a/docs/interfaces/lxr.BaseDataModel.html +++ b/docs/interfaces/lxr.BaseDataModel.html @@ -1,6 +1,6 @@ -BaseDataModel | @leanix/reporting - v0.4.141

    Interface BaseDataModel

    interface BaseDataModel {
        externalIdFields: {
            [key: string]: ExternalIdBase;
        };
        factSheets: {
            [key: string]: FactSheetDataModel | EnrichedFactSheetDataModel;
        };
        relations: {
            [key: string]: RelationDataModel;
        };
        rules: any;
        validators: any;
    }

    Hierarchy

    Properties

    externalIdFields +BaseDataModel | @leanix/reporting - v0.4.142

    Interface BaseDataModel

    interface BaseDataModel {
        externalIdFields: {
            [key: string]: ExternalIdBase;
        };
        factSheets: {
            [key: string]: FactSheetDataModel | EnrichedFactSheetDataModel;
        };
        relations: {
            [key: string]: RelationDataModel;
        };
        rules: any;
        validators: any;
    }

    Hierarchy

    Properties

    externalIdFields: {
        [key: string]: ExternalIdBase;
    }

    Type declaration

    factSheets: {
        [key: string]: FactSheetDataModel | EnrichedFactSheetDataModel;
    }

    Type declaration

    relations: {
        [key: string]: RelationDataModel;
    }

    Type declaration

    rules: any
    validators: any

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    externalIdFields: {
        [key: string]: ExternalIdBase;
    }

    Type declaration

    factSheets: {
        [key: string]: FactSheetDataModel | EnrichedFactSheetDataModel;
    }

    Type declaration

    relations: {
        [key: string]: RelationDataModel;
    }

    Type declaration

    rules: any
    validators: any

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.BaseExportData.html b/docs/interfaces/lxr.BaseExportData.html index eac7fc15..2909ef78 100644 --- a/docs/interfaces/lxr.BaseExportData.html +++ b/docs/interfaces/lxr.BaseExportData.html @@ -1,4 +1,4 @@ -BaseExportData | @leanix/reporting - v0.4.141

    Interface BaseExportData

    interface BaseExportData {
        content: string;
        name: string;
        styles?: string;
    }

    Hierarchy

    Properties

    content +BaseExportData | @leanix/reporting - v0.4.142

    Interface BaseExportData

    interface BaseExportData {
        content: string;
        name: string;
        styles?: string;
    }

    Hierarchy

    Properties

    Properties

    content: string
    name: string
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    content: string
    name: string
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.BaseFactSheet.html b/docs/interfaces/lxr.BaseFactSheet.html index a414e4b0..71bd34d5 100644 --- a/docs/interfaces/lxr.BaseFactSheet.html +++ b/docs/interfaces/lxr.BaseFactSheet.html @@ -1,4 +1,4 @@ -BaseFactSheet | @leanix/reporting - v0.4.141

    Interface BaseFactSheet

    Describes the structure of a Base FactSheet response from the API.

    +BaseFactSheet | @leanix/reporting - v0.4.142

    Interface BaseFactSheet

    Describes the structure of a Base FactSheet response from the API.

    interface BaseFactSheet {
        category?: string;
        completion?: Completion;
        description?: string;
        diff?: FactSheetDiff;
        disabled?: boolean;
        displayName?: string;
        fullName?: string;
        id?: string;
        naFields?: string[];
        name?: string;
        permissions?: PermissionList;
        permittedReadACL?: AccessControlEntityReference[];
        permittedWriteACL?: AccessControlEntityReference[];
        qualitySeal?: FactSheetQualityState;
        rev?: number;
        status?: FactSheetStatusState;
        subscriptions?: GraphqlConnection<FactSheetSubscription>;
        tags?: Tag[];
        type?: string;
        updatedAt?: string;
    }

    Hierarchy

    Properties

    Properties

    category?: string
    completion?: Completion
    description?: string
    disabled?: boolean
    displayName?: string
    fullName?: string
    id?: string
    naFields?: string[]
    name?: string
    permissions?: PermissionList
    permittedReadACL?: AccessControlEntityReference[]
    permittedWriteACL?: AccessControlEntityReference[]
    qualitySeal?: FactSheetQualityState
    rev?: number
    tags?: Tag[]
    type?: string
    updatedAt?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    category?: string
    completion?: Completion
    description?: string
    disabled?: boolean
    displayName?: string
    fullName?: string
    id?: string
    naFields?: string[]
    name?: string
    permissions?: PermissionList
    permittedReadACL?: AccessControlEntityReference[]
    permittedWriteACL?: AccessControlEntityReference[]
    qualitySeal?: FactSheetQualityState
    rev?: number
    tags?: Tag[]
    type?: string
    updatedAt?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.BaseFieldDefinition.html b/docs/interfaces/lxr.BaseFieldDefinition.html index ea45943f..e28369a6 100644 --- a/docs/interfaces/lxr.BaseFieldDefinition.html +++ b/docs/interfaces/lxr.BaseFieldDefinition.html @@ -1,8 +1,8 @@ -BaseFieldDefinition | @leanix/reporting - v0.4.141

    Interface BaseFieldDefinition

    interface BaseFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: DataModelFieldType;
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +BaseFieldDefinition | @leanix/reporting - v0.4.142

    Interface BaseFieldDefinition

    interface BaseFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: DataModelFieldType;
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.BookmarkFilter.html b/docs/interfaces/lxr.BookmarkFilter.html index fba6546b..876b8784 100644 --- a/docs/interfaces/lxr.BookmarkFilter.html +++ b/docs/interfaces/lxr.BookmarkFilter.html @@ -1,4 +1,4 @@ -BookmarkFilter | @leanix/reporting - v0.4.141

    Interface BookmarkFilter

    interface BookmarkFilter {
        facetFilter: FacetFilter[];
        factSheetIds?: string[];
        fsType?: string;
        fullTextSearchTerm?: string;
        sorting?: Sorting[];
    }

    Properties

    facetFilter +BookmarkFilter | @leanix/reporting - v0.4.142

    Interface BookmarkFilter

    interface BookmarkFilter {
        facetFilter: FacetFilter[];
        factSheetIds?: string[];
        fsType?: string;
        fullTextSearchTerm?: string;
        sorting?: Sorting[];
    }

    Properties

    facetFilter factSheetIds? fsType? fullTextSearchTerm? @@ -8,4 +8,4 @@
  • FacetsService.getSelectedFactSheetTypeFromFilters(facetFilter)
  • FacetsService.updateFactSheetTypeInFilters(facetFilter, newFactSheetType)
  • -
    fullTextSearchTerm?: string
    sorting?: Sorting[]

    Generated using TypeDoc

    \ No newline at end of file +
    fullTextSearchTerm?: string
    sorting?: Sorting[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Completion.html b/docs/interfaces/lxr.Completion.html index 04f25d5e..b955243b 100644 --- a/docs/interfaces/lxr.Completion.html +++ b/docs/interfaces/lxr.Completion.html @@ -1,4 +1,4 @@ -Completion | @leanix/reporting - v0.4.141

    Interface Completion

    interface Completion {
        percentage: number;
        sectionCompletions?: {
            name: string;
            percentage: number;
            subsectionCompletions?: {
                name: string;
                percentage: number;
            }[];
        }[];
    }

    Properties

    percentage +Completion | @leanix/reporting - v0.4.142

    Interface Completion

    interface Completion {
        percentage: number;
        sectionCompletions?: {
            name: string;
            percentage: number;
            subsectionCompletions?: {
                name: string;
                percentage: number;
            }[];
        }[];
    }

    Properties

    percentage: number

    Rounded to integer; floating completion also available here and below

    -
    sectionCompletions?: {
        name: string;
        percentage: number;
        subsectionCompletions?: {
            name: string;
            percentage: number;
        }[];
    }[]

    Type declaration

    • name: string
    • percentage: number
    • Optional subsectionCompletions?: {
          name: string;
          percentage: number;
      }[]

    Generated using TypeDoc

    \ No newline at end of file +
    sectionCompletions?: {
        name: string;
        percentage: number;
        subsectionCompletions?: {
            name: string;
            percentage: number;
        }[];
    }[]

    Type declaration

    • name: string
    • percentage: number
    • Optional subsectionCompletions?: {
          name: string;
          percentage: number;
      }[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.CompletionFieldDefinition.html b/docs/interfaces/lxr.CompletionFieldDefinition.html index 1e4534b5..5c82c918 100644 --- a/docs/interfaces/lxr.CompletionFieldDefinition.html +++ b/docs/interfaces/lxr.CompletionFieldDefinition.html @@ -1,8 +1,8 @@ -CompletionFieldDefinition | @leanix/reporting - v0.4.141

    Interface CompletionFieldDefinition

    interface CompletionFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "COMPLETION";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +CompletionFieldDefinition | @leanix/reporting - v0.4.142

    Interface CompletionFieldDefinition

    interface CompletionFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "COMPLETION";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "COMPLETION"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "COMPLETION"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.CompositeFactSheetFilter.html b/docs/interfaces/lxr.CompositeFactSheetFilter.html index 1324a26a..f7f94844 100644 --- a/docs/interfaces/lxr.CompositeFactSheetFilter.html +++ b/docs/interfaces/lxr.CompositeFactSheetFilter.html @@ -1,2 +1,2 @@ -CompositeFactSheetFilter | @leanix/reporting - v0.4.141

    Interface CompositeFactSheetFilter

    interface CompositeFactSheetFilter {
        group: CompositeGroupFilter;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +CompositeFactSheetFilter | @leanix/reporting - v0.4.142

    Interface CompositeFactSheetFilter

    interface CompositeFactSheetFilter {
        group: CompositeGroupFilter;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.CompositeFilter.html b/docs/interfaces/lxr.CompositeFilter.html index b5bca853..0e2287aa 100644 --- a/docs/interfaces/lxr.CompositeFilter.html +++ b/docs/interfaces/lxr.CompositeFilter.html @@ -1,3 +1,3 @@ -CompositeFilter | @leanix/reporting - v0.4.141

    Interface CompositeFilter

    interface CompositeFilter {
        elements: FacetFilter[];
        operator: CompositeOperator;
    }

    Properties

    elements +CompositeFilter | @leanix/reporting - v0.4.142

    Interface CompositeFilter

    interface CompositeFilter {
        elements: FacetFilter[];
        operator: CompositeOperator;
    }

    Properties

    Properties

    elements: FacetFilter[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    elements: FacetFilter[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.CompositeGroupFilter.html b/docs/interfaces/lxr.CompositeGroupFilter.html index 3e4e25c1..cba745f0 100644 --- a/docs/interfaces/lxr.CompositeGroupFilter.html +++ b/docs/interfaces/lxr.CompositeGroupFilter.html @@ -1,3 +1,3 @@ -CompositeGroupFilter | @leanix/reporting - v0.4.141

    Interface CompositeGroupFilter

    interface CompositeGroupFilter {
        elements: SimpleCompositeFilter[];
        operator: CompositeOperator;
    }

    Properties

    elements +CompositeGroupFilter | @leanix/reporting - v0.4.142

    Interface CompositeGroupFilter

    interface CompositeGroupFilter {
        elements: SimpleCompositeFilter[];
        operator: CompositeOperator;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ConstrainingRelationPath.html b/docs/interfaces/lxr.ConstrainingRelationPath.html index 0cd059b8..c000e91f 100644 --- a/docs/interfaces/lxr.ConstrainingRelationPath.html +++ b/docs/interfaces/lxr.ConstrainingRelationPath.html @@ -1,3 +1,3 @@ -ConstrainingRelationPath | @leanix/reporting - v0.4.141

    Interface ConstrainingRelationPath

    interface ConstrainingRelationPath {
        path: Path;
        type: "constrainingRelation";
    }

    Properties

    path +ConstrainingRelationPath | @leanix/reporting - v0.4.142

    Interface ConstrainingRelationPath

    interface ConstrainingRelationPath {
        path: Path;
        type: "constrainingRelation";
    }

    Properties

    Properties

    path: Path
    type: "constrainingRelation"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    path: Path
    type: "constrainingRelation"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ContextFacetsSelectionState.html b/docs/interfaces/lxr.ContextFacetsSelectionState.html index 2f850eb3..31b85652 100644 --- a/docs/interfaces/lxr.ContextFacetsSelectionState.html +++ b/docs/interfaces/lxr.ContextFacetsSelectionState.html @@ -1,3 +1,3 @@ -ContextFacetsSelectionState | @leanix/reporting - v0.4.141

    Interface ContextFacetsSelectionState

    interface ContextFacetsSelectionState {
        context: string;
        state: ReportFacetsSelection;
    }

    Properties

    context +ContextFacetsSelectionState | @leanix/reporting - v0.4.142

    Interface ContextFacetsSelectionState

    interface ContextFacetsSelectionState {
        context: string;
        state: ReportFacetsSelection;
    }

    Properties

    Properties

    context: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    context: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.CustomDropdown.html b/docs/interfaces/lxr.CustomDropdown.html index cd376c02..d0a1d10f 100644 --- a/docs/interfaces/lxr.CustomDropdown.html +++ b/docs/interfaces/lxr.CustomDropdown.html @@ -1,8 +1,8 @@ -CustomDropdown | @leanix/reporting - v0.4.141

    Interface CustomDropdown

    Represents a custom dropdown menu with several entries.

    +CustomDropdown | @leanix/reporting - v0.4.142

    Interface CustomDropdown

    Represents a custom dropdown menu with several entries.

    Deprecated

    Use UIDropdown in the UI configuration instead.

    interface CustomDropdown {
        entries: CustomDropdownEntry[];
        id: string;
        initialSelectionEntryId?: string;
        name: string;
        position?: "left" | "right";
    }

    Properties

    id: string
    initialSelectionEntryId?: string
    name: string
    position?: "left" | "right"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    initialSelectionEntryId?: string
    name: string
    position?: "left" | "right"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.CustomDropdownEntry.html b/docs/interfaces/lxr.CustomDropdownEntry.html index 91a4fde9..dc8fa702 100644 --- a/docs/interfaces/lxr.CustomDropdownEntry.html +++ b/docs/interfaces/lxr.CustomDropdownEntry.html @@ -1,7 +1,7 @@ -CustomDropdownEntry | @leanix/reporting - v0.4.141

    Interface CustomDropdownEntry

    Represents one selectable entry.

    +CustomDropdownEntry | @leanix/reporting - v0.4.142

    Interface CustomDropdownEntry

    Represents one selectable entry.

    Deprecated

    Use DropdownEntry in the UI configuration instead.

    interface CustomDropdownEntry {
        callback?: ((currentEntry) => void);
        id: string;
        name: string;
    }

    Properties

    Properties

    callback?: ((currentEntry) => void)

    Type declaration

      • (currentEntry): void
      • This callback is invoked once the user selects the corresponding entry.

        -

        Parameters

        Returns void

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns void

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DashboardPageContext.html b/docs/interfaces/lxr.DashboardPageContext.html index 99ddd34f..8a942e1c 100644 --- a/docs/interfaces/lxr.DashboardPageContext.html +++ b/docs/interfaces/lxr.DashboardPageContext.html @@ -1,2 +1,2 @@ -DashboardPageContext | @leanix/reporting - v0.4.141

    Interface DashboardPageContext

    interface DashboardPageContext {
        type: "dashboard";
    }

    Properties

    Properties

    type: "dashboard"

    Generated using TypeDoc

    \ No newline at end of file +DashboardPageContext | @leanix/reporting - v0.4.142

    Interface DashboardPageContext

    interface DashboardPageContext {
        type: "dashboard";
    }

    Properties

    Properties

    type: "dashboard"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DataChangeEvent.html b/docs/interfaces/lxr.DataChangeEvent.html index 8af3bf4b..79633355 100644 --- a/docs/interfaces/lxr.DataChangeEvent.html +++ b/docs/interfaces/lxr.DataChangeEvent.html @@ -1,7 +1,7 @@ -DataChangeEvent | @leanix/reporting - v0.4.141

    Interface DataChangeEvent

    interface DataChangeEvent {
        baseFactSheetType?: string;
        cluster: string[];
        drilldown: string[];
        reportType: string;
        type: "DataChange";
        view?: string;
    }

    Properties

    baseFactSheetType? +DataChangeEvent | @leanix/reporting - v0.4.142

    Interface DataChangeEvent

    interface DataChangeEvent {
        baseFactSheetType?: string;
        cluster: string[];
        drilldown: string[];
        reportType: string;
        type: "DataChange";
        view?: string;
    }

    Properties

    baseFactSheetType?: string
    cluster: string[]
    drilldown: string[]
    reportType: string
    type: "DataChange"
    view?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    baseFactSheetType?: string
    cluster: string[]
    drilldown: string[]
    reportType: string
    type: "DataChange"
    view?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DataModelFieldsDefinition.html b/docs/interfaces/lxr.DataModelFieldsDefinition.html index 4fdac310..ca4bf8a4 100644 --- a/docs/interfaces/lxr.DataModelFieldsDefinition.html +++ b/docs/interfaces/lxr.DataModelFieldsDefinition.html @@ -1 +1 @@ -DataModelFieldsDefinition | @leanix/reporting - v0.4.141

    Interface DataModelFieldsDefinition

    interface DataModelFieldsDefinition {
        [fieldName: string]: DataModelFieldDefinition;
    }

    Indexable

    [fieldName: string]: DataModelFieldDefinition

    Generated using TypeDoc

    \ No newline at end of file +DataModelFieldsDefinition | @leanix/reporting - v0.4.142

    Interface DataModelFieldsDefinition

    interface DataModelFieldsDefinition {
        [fieldName: string]: DataModelFieldDefinition;
    }

    Indexable

    [fieldName: string]: DataModelFieldDefinition

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DateFilter.html b/docs/interfaces/lxr.DateFilter.html index 21abea2e..5ec1e061 100644 --- a/docs/interfaces/lxr.DateFilter.html +++ b/docs/interfaces/lxr.DateFilter.html @@ -1,7 +1,7 @@ -DateFilter | @leanix/reporting - v0.4.141

    Interface DateFilter

    interface DateFilter {
        from?: string;
        maxDate?: string;
        minDate?: string;
        to?: string;
        type: DateFilterType;
        useTimelineDates?: boolean;
    }

    Properties

    from? +DateFilter | @leanix/reporting - v0.4.142

    Interface DateFilter

    interface DateFilter {
        from?: string;
        maxDate?: string;
        minDate?: string;
        to?: string;
        type: DateFilterType;
        useTimelineDates?: boolean;
    }

    Properties

    from?: string
    maxDate?: string
    minDate?: string
    to?: string
    useTimelineDates?: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    from?: string
    maxDate?: string
    minDate?: string
    to?: string
    useTimelineDates?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DateOnlyChangeSet.html b/docs/interfaces/lxr.DateOnlyChangeSet.html index f1dd09b1..92886a4e 100644 --- a/docs/interfaces/lxr.DateOnlyChangeSet.html +++ b/docs/interfaces/lxr.DateOnlyChangeSet.html @@ -1,3 +1,3 @@ -DateOnlyChangeSet | @leanix/reporting - v0.4.141

    Interface DateOnlyChangeSet

    interface DateOnlyChangeSet {
        date: string;
        type: "dateOnly";
    }

    Properties

    date +DateOnlyChangeSet | @leanix/reporting - v0.4.142

    Interface DateOnlyChangeSet

    interface DateOnlyChangeSet {
        date: string;
        type: "dateOnly";
    }

    Properties

    Properties

    date: string
    type: "dateOnly"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    date: string
    type: "dateOnly"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DateSelection.html b/docs/interfaces/lxr.DateSelection.html index aeddcf1b..b69a24eb 100644 --- a/docs/interfaces/lxr.DateSelection.html +++ b/docs/interfaces/lxr.DateSelection.html @@ -1,2 +1,2 @@ -DateSelection | @leanix/reporting - v0.4.141

    Interface DateSelection

    interface DateSelection {
        dates: string[];
    }

    Properties

    Properties

    dates: string[]

    Generated using TypeDoc

    \ No newline at end of file +DateSelection | @leanix/reporting - v0.4.142

    Interface DateSelection

    interface DateSelection {
        dates: string[];
    }

    Properties

    Properties

    dates: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DateStep.html b/docs/interfaces/lxr.DateStep.html index 0acf9e68..c8f23452 100644 --- a/docs/interfaces/lxr.DateStep.html +++ b/docs/interfaces/lxr.DateStep.html @@ -1,3 +1,3 @@ -DateStep | @leanix/reporting - v0.4.141

    DateStep describes a timeline selection using a given date (in ISO format).

    +DateStep | @leanix/reporting - v0.4.142

    DateStep describes a timeline selection using a given date (in ISO format).

    interface DateStep {
        date: string;
    }

    Properties

    Properties

    date: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    date: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DateTimeFieldDefinition.html b/docs/interfaces/lxr.DateTimeFieldDefinition.html index aa75997b..1f94755a 100644 --- a/docs/interfaces/lxr.DateTimeFieldDefinition.html +++ b/docs/interfaces/lxr.DateTimeFieldDefinition.html @@ -1,8 +1,8 @@ -DateTimeFieldDefinition | @leanix/reporting - v0.4.141

    Interface DateTimeFieldDefinition

    interface DateTimeFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "DATE_TIME";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +DateTimeFieldDefinition | @leanix/reporting - v0.4.142

    Interface DateTimeFieldDefinition

    interface DateTimeFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "DATE_TIME";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "DATE_TIME"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "DATE_TIME"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DirectHit.html b/docs/interfaces/lxr.DirectHit.html index f60a6bea..1318f686 100644 --- a/docs/interfaces/lxr.DirectHit.html +++ b/docs/interfaces/lxr.DirectHit.html @@ -1,3 +1,3 @@ -DirectHit | @leanix/reporting - v0.4.141
    interface DirectHit {
        displayName: string;
        id: string;
    }

    Properties

    displayName +DirectHit | @leanix/reporting - v0.4.142
    interface DirectHit {
        displayName: string;
        id: string;
    }

    Properties

    Properties

    displayName: string
    id: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    displayName: string
    id: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DirectionalRelationDataModel.html b/docs/interfaces/lxr.DirectionalRelationDataModel.html index 5d97f2a4..67313f0b 100644 --- a/docs/interfaces/lxr.DirectionalRelationDataModel.html +++ b/docs/interfaces/lxr.DirectionalRelationDataModel.html @@ -1,7 +1,7 @@ -DirectionalRelationDataModel | @leanix/reporting - v0.4.141

    Interface DirectionalRelationDataModel

    interface DirectionalRelationDataModel {
        activatedBy?: ActivatedByDefinition;
        factSheetType: string;
        groupByTargetField?: string;
        mandatory?: boolean;
        multiplicity: string;
        name: string;
    }

    Properties

    activatedBy? +DirectionalRelationDataModel | @leanix/reporting - v0.4.142

    Interface DirectionalRelationDataModel

    interface DirectionalRelationDataModel {
        activatedBy?: ActivatedByDefinition;
        factSheetType: string;
        groupByTargetField?: string;
        mandatory?: boolean;
        multiplicity: string;
        name: string;
    }

    Properties

    activatedBy?: ActivatedByDefinition
    factSheetType: string
    groupByTargetField?: string
    mandatory?: boolean
    multiplicity: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    activatedBy?: ActivatedByDefinition
    factSheetType: string
    groupByTargetField?: string
    mandatory?: boolean
    multiplicity: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DoubleFieldDefinition.html b/docs/interfaces/lxr.DoubleFieldDefinition.html index e1ffacdb..cb808bb1 100644 --- a/docs/interfaces/lxr.DoubleFieldDefinition.html +++ b/docs/interfaces/lxr.DoubleFieldDefinition.html @@ -1,4 +1,4 @@ -DoubleFieldDefinition | @leanix/reporting - v0.4.141

    Interface DoubleFieldDefinition

    interface DoubleFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        range?: NumberRange;
        type: "DOUBLE";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +DoubleFieldDefinition | @leanix/reporting - v0.4.142

    Interface DoubleFieldDefinition

    interface DoubleFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        range?: NumberRange;
        type: "DOUBLE";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    range?: NumberRange
    type: "DOUBLE"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    range?: NumberRange
    type: "DOUBLE"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DropdownEntry.html b/docs/interfaces/lxr.DropdownEntry.html index df080ccc..bfd582b2 100644 --- a/docs/interfaces/lxr.DropdownEntry.html +++ b/docs/interfaces/lxr.DropdownEntry.html @@ -1,4 +1,4 @@ -DropdownEntry | @leanix/reporting - v0.4.141

    Interface DropdownEntry

    DropdownEntry defines the structure needed for a UI dropdown entry to be used for UIDropdown or a section of a UIGroupDropdown.

    +DropdownEntry | @leanix/reporting - v0.4.142

    Interface DropdownEntry

    DropdownEntry defines the structure needed for a UI dropdown entry to be used for UIDropdown or a section of a UIGroupDropdown.

    interface DropdownEntry {
        activeLabel?: DropdownEntryLabel;
        hidden?: boolean;
        id: string;
        label: DropdownEntryLabel;
    }

    Properties

    activeLabel? hidden? id @@ -9,4 +9,4 @@
    id: string

    id declares an identificator for the dropdown entry.

    label defines the entry's label to be used in the options dropdown. It can contain different data types, depending on what information we would like to show in the dropdown

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DropdownEntryIconLabel.html b/docs/interfaces/lxr.DropdownEntryIconLabel.html index 9a47d13e..17dd0b1a 100644 --- a/docs/interfaces/lxr.DropdownEntryIconLabel.html +++ b/docs/interfaces/lxr.DropdownEntryIconLabel.html @@ -1,3 +1,3 @@ -DropdownEntryIconLabel | @leanix/reporting - v0.4.141

    Interface DropdownEntryIconLabel

    DropdownEntryIconLabel defines an icon to be used as label for a dropdown entry.

    +DropdownEntryIconLabel | @leanix/reporting - v0.4.142

    Interface DropdownEntryIconLabel

    DropdownEntryIconLabel defines an icon to be used as label for a dropdown entry.

    interface DropdownEntryIconLabel {
        icon: string;
    }

    Properties

    Properties

    icon: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    icon: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DropdownFactSheetEntryLabel.html b/docs/interfaces/lxr.DropdownFactSheetEntryLabel.html index 93cb7c02..fc0ee0cb 100644 --- a/docs/interfaces/lxr.DropdownFactSheetEntryLabel.html +++ b/docs/interfaces/lxr.DropdownFactSheetEntryLabel.html @@ -1,4 +1,4 @@ -DropdownFactSheetEntryLabel | @leanix/reporting - v0.4.141

    Interface DropdownFactSheetEntryLabel

    DropdownFactSheetEntryLabel defines the alternative structure needed for an UI dropdown entry to be used for UIDropdown. +DropdownFactSheetEntryLabel | @leanix/reporting - v0.4.142

    Interface DropdownFactSheetEntryLabel

    DropdownFactSheetEntryLabel defines the alternative structure needed for an UI dropdown entry to be used for UIDropdown. It provides the necessayr information for a query to display a factsheet type and its name

    interface DropdownFactSheetEntryLabel {
        factSheetDisplayName: string;
        factSheetId: string;
        factSheetType: string;
    }

    Properties

    Properties

    factSheetDisplayName: string

    factSheetDisplayName shows the factSheetDisplayName, which is a string in the dropdown.

    factSheetId: string

    factSheetId represents the unique ID of a factSheet.

    factSheetType: string

    factSheetType is the current factSheetType, f.ex. 'Application'.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DropdownSelection.html b/docs/interfaces/lxr.DropdownSelection.html index 11b61eaf..5f4ffdb0 100644 --- a/docs/interfaces/lxr.DropdownSelection.html +++ b/docs/interfaces/lxr.DropdownSelection.html @@ -1,3 +1,3 @@ -DropdownSelection | @leanix/reporting - v0.4.141

    Interface DropdownSelection

    interface DropdownSelection {
        field: DropdownSelectionField;
        value: string;
    }

    Properties

    field +DropdownSelection | @leanix/reporting - v0.4.142

    Interface DropdownSelection

    interface DropdownSelection {
        field: DropdownSelectionField;
        value: string;
    }

    Properties

    Properties

    value: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    value: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DropdownSelectionEntry.html b/docs/interfaces/lxr.DropdownSelectionEntry.html index 33af0410..0d248ec6 100644 --- a/docs/interfaces/lxr.DropdownSelectionEntry.html +++ b/docs/interfaces/lxr.DropdownSelectionEntry.html @@ -1,3 +1,3 @@ -DropdownSelectionEntry | @leanix/reporting - v0.4.141

    Interface DropdownSelectionEntry

    interface DropdownSelectionEntry {
        id: string;
        name: string;
    }

    Properties

    id +DropdownSelectionEntry | @leanix/reporting - v0.4.142

    Interface DropdownSelectionEntry

    interface DropdownSelectionEntry {
        id: string;
        name: string;
    }

    Properties

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.DropdownSelectionField.html b/docs/interfaces/lxr.DropdownSelectionField.html index c9f90715..55ec272e 100644 --- a/docs/interfaces/lxr.DropdownSelectionField.html +++ b/docs/interfaces/lxr.DropdownSelectionField.html @@ -1,4 +1,4 @@ -DropdownSelectionField | @leanix/reporting - v0.4.141

    Interface DropdownSelectionField

    interface DropdownSelectionField {
        entries: DropdownSelectionEntry[];
        id: string;
        name: string;
    }

    Properties

    entries +DropdownSelectionField | @leanix/reporting - v0.4.142

    Interface DropdownSelectionField

    interface DropdownSelectionField {
        entries: DropdownSelectionEntry[];
        id: string;
        name: string;
    }

    Properties

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.EnrichedDataModel.html b/docs/interfaces/lxr.EnrichedDataModel.html index 14fa8845..f841881b 100644 --- a/docs/interfaces/lxr.EnrichedDataModel.html +++ b/docs/interfaces/lxr.EnrichedDataModel.html @@ -1,8 +1,8 @@ -EnrichedDataModel | @leanix/reporting - v0.4.141

    Interface EnrichedDataModel

    Interface for enriched data model

    +EnrichedDataModel | @leanix/reporting - v0.4.142

    Interface EnrichedDataModel

    Interface for enriched data model

    interface EnrichedDataModel {
        externalIdFields: {
            [key: string]: ExternalIdBase;
        };
        factSheets: {
            [key: string]: EnrichedFactSheetDataModel;
        };
        relationMapping: {
            [key: string]: RelationMappingDataModel;
        };
        relations: {
            [key: string]: RelationDataModel;
        };
        rules: any;
        validators: any;
    }

    Hierarchy

    Properties

    externalIdFields: {
        [key: string]: ExternalIdBase;
    }

    Type declaration

    factSheets: {
        [key: string]: EnrichedFactSheetDataModel;
    }

    Type declaration

    relationMapping: {
        [key: string]: RelationMappingDataModel;
    }

    Type declaration

    relations: {
        [key: string]: RelationDataModel;
    }

    Type declaration

    rules: any
    validators: any

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    externalIdFields: {
        [key: string]: ExternalIdBase;
    }

    Type declaration

    factSheets: {
        [key: string]: EnrichedFactSheetDataModel;
    }

    Type declaration

    relationMapping: {
        [key: string]: RelationMappingDataModel;
    }

    Type declaration

    relations: {
        [key: string]: RelationDataModel;
    }

    Type declaration

    rules: any
    validators: any

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.EnrichedFactSheetDataModel.html b/docs/interfaces/lxr.EnrichedFactSheetDataModel.html index 0c78cf4e..19936926 100644 --- a/docs/interfaces/lxr.EnrichedFactSheetDataModel.html +++ b/docs/interfaces/lxr.EnrichedFactSheetDataModel.html @@ -1,6 +1,6 @@ -EnrichedFactSheetDataModel | @leanix/reporting - v0.4.141

    Interface EnrichedFactSheetDataModel

    Fact Sheet definition in enriched data model

    +EnrichedFactSheetDataModel | @leanix/reporting - v0.4.142

    Interface EnrichedFactSheetDataModel

    Fact Sheet definition in enriched data model

    interface EnrichedFactSheetDataModel {
        config: FactSheetConfig;
        fields: DataModelFieldsDefinition;
        namingRule?: any;
        relations: string[];
    }

    Properties

    namingRule?: any
    relations: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    namingRule?: any
    relations: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Environment.html b/docs/interfaces/lxr.Environment.html index 9b54f7af..cbe62cad 100644 --- a/docs/interfaces/lxr.Environment.html +++ b/docs/interfaces/lxr.Environment.html @@ -1,7 +1,7 @@ -Environment | @leanix/reporting - v0.4.141

    Interface Environment

    interface Environment {
        build: string;
        devTools: boolean;
        name: EnvironmentName;
        production: boolean;
        storeUrl: string;
        wasToggledTo: EnvironmentName;
    }

    Properties

    build +Environment | @leanix/reporting - v0.4.142

    Interface Environment

    interface Environment {
        build: string;
        devTools: boolean;
        name: EnvironmentName;
        production: boolean;
        storeUrl: string;
        wasToggledTo: EnvironmentName;
    }

    Properties

    build: string
    devTools: boolean
    production: boolean
    storeUrl: string
    wasToggledTo: EnvironmentName

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    build: string
    devTools: boolean
    production: boolean
    storeUrl: string
    wasToggledTo: EnvironmentName

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ExportInitialData.html b/docs/interfaces/lxr.ExportInitialData.html index 7b2401bf..1b33f6fb 100644 --- a/docs/interfaces/lxr.ExportInitialData.html +++ b/docs/interfaces/lxr.ExportInitialData.html @@ -1,4 +1,4 @@ -ExportInitialData | @leanix/reporting - v0.4.141

    Interface ExportInitialData

    interface ExportInitialData {
        data: string;
        fileNameSuffix?: string;
        fitHorizontally: boolean;
        fitVertically: boolean;
        inputType: "SVG" | "HTML";
        orientation: PaperOrientation;
        paperSize: {
            format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit";
        };
        styles: string;
        title?: string;
        viewLegendData?: {
            html: string;
            styles: string;
        };
    }

    Properties

    data +ExportInitialData | @leanix/reporting - v0.4.142

    Interface ExportInitialData

    interface ExportInitialData {
        data: string;
        fileNameSuffix?: string;
        fitHorizontally: boolean;
        fitVertically: boolean;
        inputType: "SVG" | "HTML";
        orientation: PaperOrientation;
        paperSize: {
            format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit";
        };
        styles: string;
        title?: string;
        viewLegendData?: {
            html: string;
            styles: string;
        };
    }

    Properties

    data: string
    fileNameSuffix?: string
    fitHorizontally: boolean
    fitVertically: boolean
    inputType: "SVG" | "HTML"
    orientation: PaperOrientation
    paperSize: {
        format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit";
    }

    Type declaration

    • format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit"
    styles: string
    title?: string
    viewLegendData?: {
        html: string;
        styles: string;
    }

    Type declaration

    • html: string
    • styles: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    data: string
    fileNameSuffix?: string
    fitHorizontally: boolean
    fitVertically: boolean
    inputType: "SVG" | "HTML"
    orientation: PaperOrientation
    paperSize: {
        format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit";
    }

    Type declaration

    • format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit"
    styles: string
    title?: string
    viewLegendData?: {
        html: string;
        styles: string;
    }

    Type declaration

    • html: string
    • styles: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ExternalIdBase.html b/docs/interfaces/lxr.ExternalIdBase.html index a4a585aa..1e73ad2e 100644 --- a/docs/interfaces/lxr.ExternalIdBase.html +++ b/docs/interfaces/lxr.ExternalIdBase.html @@ -1,8 +1,8 @@ -ExternalIdBase | @leanix/reporting - v0.4.141

    Interface ExternalIdBase

    interface ExternalIdBase {
        autoIncrement: boolean;
        forFactSheets: string[];
        fullTextSearch: boolean;
        quickSearch: boolean;
        readOnly: boolean;
        uniqueFactSheet: boolean;
        urlTemplate: string;
    }

    Properties

    autoIncrement +ExternalIdBase | @leanix/reporting - v0.4.142

    Interface ExternalIdBase

    interface ExternalIdBase {
        autoIncrement: boolean;
        forFactSheets: string[];
        fullTextSearch: boolean;
        quickSearch: boolean;
        readOnly: boolean;
        uniqueFactSheet: boolean;
        urlTemplate: string;
    }

    Properties

    autoIncrement: boolean
    forFactSheets: string[]
    fullTextSearch: boolean
    quickSearch: boolean
    readOnly: boolean
    uniqueFactSheet: boolean
    urlTemplate: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    autoIncrement: boolean
    forFactSheets: string[]
    fullTextSearch: boolean
    quickSearch: boolean
    readOnly: boolean
    uniqueFactSheet: boolean
    urlTemplate: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ExternalIdFieldDefinition.html b/docs/interfaces/lxr.ExternalIdFieldDefinition.html index ee04fd8f..ef6e4ead 100644 --- a/docs/interfaces/lxr.ExternalIdFieldDefinition.html +++ b/docs/interfaces/lxr.ExternalIdFieldDefinition.html @@ -1,4 +1,4 @@ -ExternalIdFieldDefinition | @leanix/reporting - v0.4.141

    Interface ExternalIdFieldDefinition

    interface ExternalIdFieldDefinition {
        autoIncrement?: boolean;
        fullTextSearch?: boolean;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: boolean;
        quickSearch?: boolean;
        readOnly?: boolean;
        type: "EXTERNAL_ID";
        uniqueFactSheet?: boolean;
        urlTemplate?: string;
        validators?: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    autoIncrement? +ExternalIdFieldDefinition | @leanix/reporting - v0.4.142

    Interface ExternalIdFieldDefinition

    interface ExternalIdFieldDefinition {
        autoIncrement?: boolean;
        fullTextSearch?: boolean;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: boolean;
        quickSearch?: boolean;
        readOnly?: boolean;
        type: "EXTERNAL_ID";
        uniqueFactSheet?: boolean;
        urlTemplate?: string;
        validators?: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    autoIncrement?: boolean
    fullTextSearch?: boolean
    inFacet?: undefined
    inView?: undefined
    mandatory?: boolean
    quickSearch?: boolean
    readOnly?: boolean
    type: "EXTERNAL_ID"
    uniqueFactSheet?: boolean
    urlTemplate?: string
    validators?: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    autoIncrement?: boolean
    fullTextSearch?: boolean
    inFacet?: undefined
    inView?: undefined
    mandatory?: boolean
    quickSearch?: boolean
    readOnly?: boolean
    type: "EXTERNAL_ID"
    uniqueFactSheet?: boolean
    urlTemplate?: string
    validators?: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FacetFilter.html b/docs/interfaces/lxr.FacetFilter.html index 7bcaa09b..61641cf6 100644 --- a/docs/interfaces/lxr.FacetFilter.html +++ b/docs/interfaces/lxr.FacetFilter.html @@ -1,8 +1,8 @@ -FacetFilter | @leanix/reporting - v0.4.141

    Interface FacetFilter

    interface FacetFilter {
        dateFilter?: DateFilter;
        excludeTransitiveRelations?: boolean;
        facetKey: string;
        keys: string[];
        operator?: FacetKeyOperator;
        subFilter?: {
            facetFilters: FacetFilter[];
            fullTextSearch?: string;
            ids?: string[];
        };
        subscriptionFilter?: SubscriptionFilterInput;
    }

    Hierarchy

    Properties

    dateFilter? +FacetFilter | @leanix/reporting - v0.4.142

    Interface FacetFilter

    interface FacetFilter {
        dateFilter?: DateFilter;
        excludeTransitiveRelations?: boolean;
        facetKey: string;
        keys: string[];
        operator?: FacetKeyOperator;
        subFilter?: {
            facetFilters: FacetFilter[];
            fullTextSearch?: string;
            ids?: string[];
        };
        subscriptionFilter?: SubscriptionFilterInput;
    }

    Hierarchy

    Properties

    dateFilter?: DateFilter
    excludeTransitiveRelations?: boolean
    facetKey: string
    keys: string[]
    operator?: FacetKeyOperator
    subFilter?: {
        facetFilters: FacetFilter[];
        fullTextSearch?: string;
        ids?: string[];
    }

    Type declaration

    • facetFilters: FacetFilter[]
    • Optional fullTextSearch?: string
    • Optional ids?: string[]
    subscriptionFilter?: SubscriptionFilterInput

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    dateFilter?: DateFilter
    excludeTransitiveRelations?: boolean
    facetKey: string
    keys: string[]
    operator?: FacetKeyOperator
    subFilter?: {
        facetFilters: FacetFilter[];
        fullTextSearch?: string;
        ids?: string[];
    }

    Type declaration

    • facetFilters: FacetFilter[]
    • Optional fullTextSearch?: string
    • Optional ids?: string[]
    subscriptionFilter?: SubscriptionFilterInput

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FacetGroup.html b/docs/interfaces/lxr.FacetGroup.html index 154d9e50..b0bb75b6 100644 --- a/docs/interfaces/lxr.FacetGroup.html +++ b/docs/interfaces/lxr.FacetGroup.html @@ -1,4 +1,4 @@ -FacetGroup | @leanix/reporting - v0.4.141

    Interface FacetGroup

    interface FacetGroup {
        dateFilter?: DateFilter;
        facetKey: string;
        facetSubType?: string;
        facetType: FacetType;
        initialValue?: FacetGroupSettingValue;
        isSelected?: boolean;
        open?: boolean;
        operator: FacetKeyOperator;
        possibleOperators?: string[];
        readOnly?: boolean;
        results: FacetListEntry[];
        subFilter?: FacetSubfilter;
        subscriptionFilter?: SubscriptionFilter;
        total?: number;
        visible?: boolean;
    }

    Properties

    dateFilter? +FacetGroup | @leanix/reporting - v0.4.142

    Interface FacetGroup

    interface FacetGroup {
        dateFilter?: DateFilter;
        facetKey: string;
        facetSubType?: string;
        facetType: FacetType;
        initialValue?: FacetGroupSettingValue;
        isSelected?: boolean;
        open?: boolean;
        operator: FacetKeyOperator;
        possibleOperators?: string[];
        readOnly?: boolean;
        results: FacetListEntry[];
        subFilter?: FacetSubfilter;
        subscriptionFilter?: SubscriptionFilter;
        total?: number;
        visible?: boolean;
    }

    Properties

    subscriptionFilter?: SubscriptionFilter

    Optional subscription filter

    total?: number

    Total number of available results (including the ones from results)

    visible?: boolean

    Facet is visible

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FacetGroupSettingValue.html b/docs/interfaces/lxr.FacetGroupSettingValue.html index 931a927e..a5af6267 100644 --- a/docs/interfaces/lxr.FacetGroupSettingValue.html +++ b/docs/interfaces/lxr.FacetGroupSettingValue.html @@ -1,4 +1,4 @@ -FacetGroupSettingValue | @leanix/reporting - v0.4.141

    Interface FacetGroupSettingValue

    interface FacetGroupSettingValue {
        dateFilter?: DateFilter;
        excludeTransitiveRelations?: boolean;
        facetKey: string;
        facetType?: FacetType;
        keys: string[];
        operator?: FacetKeyOperator;
        subFilter?: {
            facetFilters: FacetFilter[];
            fullTextSearch?: string;
            ids?: string[];
        };
        subscriptionFilter?: SubscriptionFilter;
    }

    Hierarchy

    Properties

    dateFilter? +FacetGroupSettingValue | @leanix/reporting - v0.4.142

    Interface FacetGroupSettingValue

    interface FacetGroupSettingValue {
        dateFilter?: DateFilter;
        excludeTransitiveRelations?: boolean;
        facetKey: string;
        facetType?: FacetType;
        keys: string[];
        operator?: FacetKeyOperator;
        subFilter?: {
            facetFilters: FacetFilter[];
            fullTextSearch?: string;
            ids?: string[];
        };
        subscriptionFilter?: SubscriptionFilter;
    }

    Hierarchy

    Properties

    dateFilter?: DateFilter
    excludeTransitiveRelations?: boolean
    facetKey: string
    facetType?: FacetType
    keys: string[]
    operator?: FacetKeyOperator
    subFilter?: {
        facetFilters: FacetFilter[];
        fullTextSearch?: string;
        ids?: string[];
    }

    Type declaration

    • facetFilters: FacetFilter[]
    • Optional fullTextSearch?: string
    • Optional ids?: string[]
    subscriptionFilter?: SubscriptionFilter

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    dateFilter?: DateFilter
    excludeTransitiveRelations?: boolean
    facetKey: string
    facetType?: FacetType
    keys: string[]
    operator?: FacetKeyOperator
    subFilter?: {
        facetFilters: FacetFilter[];
        fullTextSearch?: string;
        ids?: string[];
    }

    Type declaration

    • facetFilters: FacetFilter[]
    • Optional fullTextSearch?: string
    • Optional ids?: string[]
    subscriptionFilter?: SubscriptionFilter

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FacetSubfilter.html b/docs/interfaces/lxr.FacetSubfilter.html index eefa52e2..829edd4a 100644 --- a/docs/interfaces/lxr.FacetSubfilter.html +++ b/docs/interfaces/lxr.FacetSubfilter.html @@ -1,5 +1,5 @@ -FacetSubfilter | @leanix/reporting - v0.4.141

    Interface FacetSubfilter

    interface FacetSubfilter {
        facetFilters?: FacetFilter[];
        facetGroups?: FacetGroup[];
        fullTextSearch?: string;
        ids?: string[];
    }

    Properties

    facetFilters? +FacetSubfilter | @leanix/reporting - v0.4.142

    Interface FacetSubfilter

    interface FacetSubfilter {
        facetFilters?: FacetFilter[];
        facetGroups?: FacetGroup[];
        fullTextSearch?: string;
        ids?: string[];
    }

    Properties

    facetFilters?: FacetFilter[]
    facetGroups?: FacetGroup[]
    fullTextSearch?: string
    ids?: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    facetFilters?: FacetFilter[]
    facetGroups?: FacetGroup[]
    fullTextSearch?: string
    ids?: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheet.html b/docs/interfaces/lxr.FactSheet.html index 2639dc60..4d24a3f6 100644 --- a/docs/interfaces/lxr.FactSheet.html +++ b/docs/interfaces/lxr.FactSheet.html @@ -1,4 +1,4 @@ -FactSheet | @leanix/reporting - v0.4.141

    Describes the structure of a FactSheet response from the API.

    +FactSheet | @leanix/reporting - v0.4.142

    Describes the structure of a FactSheet response from the API.

    interface FactSheet {
        category?: string;
        completion?: Completion;
        description?: string;
        diff?: FactSheetDiff;
        disabled?: boolean;
        displayName?: string;
        fullName?: string;
        id?: string;
        naFields?: string[];
        name?: string;
        permissions?: PermissionList;
        permittedReadACL?: AccessControlEntityReference[];
        permittedWriteACL?: AccessControlEntityReference[];
        qualitySeal?: FactSheetQualityState;
        rev?: number;
        status?: FactSheetStatusState;
        subscriptions?: GraphqlConnection<FactSheetSubscription>;
        tags?: Tag[];
        type?: string;
        updatedAt?: string;
        [key: string]: any;
    }

    Hierarchy

    Indexable

    [key: string]: any

    Properties

    Properties

    category?: string
    completion?: Completion
    description?: string
    disabled?: boolean
    displayName?: string
    fullName?: string
    id?: string
    naFields?: string[]
    name?: string
    permissions?: PermissionList
    permittedReadACL?: AccessControlEntityReference[]
    permittedWriteACL?: AccessControlEntityReference[]
    qualitySeal?: FactSheetQualityState
    rev?: number
    tags?: Tag[]
    type?: string
    updatedAt?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    category?: string
    completion?: Completion
    description?: string
    disabled?: boolean
    displayName?: string
    fullName?: string
    id?: string
    naFields?: string[]
    name?: string
    permissions?: PermissionList
    permittedReadACL?: AccessControlEntityReference[]
    permittedWriteACL?: AccessControlEntityReference[]
    qualitySeal?: FactSheetQualityState
    rev?: number
    tags?: Tag[]
    type?: string
    updatedAt?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetConfig.html b/docs/interfaces/lxr.FactSheetConfig.html index 90e8c743..c6cd2522 100644 --- a/docs/interfaces/lxr.FactSheetConfig.html +++ b/docs/interfaces/lxr.FactSheetConfig.html @@ -1,6 +1,6 @@ -FactSheetConfig | @leanix/reporting - v0.4.141

    Interface FactSheetConfig

    interface FactSheetConfig {
        defaultACL?: ACLVisibility;
        impactManagement?: ImpactManagementConfig;
        maxHierarchyLevel?: number;
        milestonesActive?: boolean;
        qualitySeal?: QualitySealConfig;
    }

    Properties

    defaultACL? +FactSheetConfig | @leanix/reporting - v0.4.142

    Interface FactSheetConfig

    interface FactSheetConfig {
        defaultACL?: ACLVisibility;
        impactManagement?: ImpactManagementConfig;
        maxHierarchyLevel?: number;
        milestonesActive?: boolean;
        qualitySeal?: QualitySealConfig;
    }

    Properties

    defaultACL?: ACLVisibility
    impactManagement?: ImpactManagementConfig
    maxHierarchyLevel?: number
    milestonesActive?: boolean
    qualitySeal?: QualitySealConfig

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    defaultACL?: ACLVisibility
    impactManagement?: ImpactManagementConfig
    maxHierarchyLevel?: number
    milestonesActive?: boolean
    qualitySeal?: QualitySealConfig

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetConfiguration.html b/docs/interfaces/lxr.FactSheetConfiguration.html index c26fe5b7..f780a20f 100644 --- a/docs/interfaces/lxr.FactSheetConfiguration.html +++ b/docs/interfaces/lxr.FactSheetConfiguration.html @@ -1,7 +1,7 @@ -FactSheetConfiguration | @leanix/reporting - v0.4.141

    Interface FactSheetConfiguration

    interface FactSheetConfiguration {
        duration: FieldConfiguration;
        excludeDefiningSubtypes: string[];
        excludeDisplayingSubtypes: string[];
        offset: FieldConfiguration;
        startDate: FieldConfiguration;
        timescale: FieldConfiguration;
    }

    Properties

    duration +FactSheetConfiguration | @leanix/reporting - v0.4.142

    Interface FactSheetConfiguration

    interface FactSheetConfiguration {
        duration: FieldConfiguration;
        excludeDefiningSubtypes: string[];
        excludeDisplayingSubtypes: string[];
        offset: FieldConfiguration;
        startDate: FieldConfiguration;
        timescale: FieldConfiguration;
    }

    Properties

    excludeDefiningSubtypes: string[]
    excludeDisplayingSubtypes: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    excludeDefiningSubtypes: string[]
    excludeDisplayingSubtypes: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetDataModel.html b/docs/interfaces/lxr.FactSheetDataModel.html index b6aeeb8a..512b0f85 100644 --- a/docs/interfaces/lxr.FactSheetDataModel.html +++ b/docs/interfaces/lxr.FactSheetDataModel.html @@ -1,6 +1,6 @@ -FactSheetDataModel | @leanix/reporting - v0.4.141

    Interface FactSheetDataModel

    Fact Sheet definition in basic (non-enriched) data model

    +FactSheetDataModel | @leanix/reporting - v0.4.142

    Interface FactSheetDataModel

    Fact Sheet definition in basic (non-enriched) data model

    interface FactSheetDataModel {
        config: FactSheetConfig;
        fields: DataModelFieldsDefinition;
        namingRule: any;
        subtypes?: string[];
    }

    Properties

    namingRule: any
    subtypes?: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    namingRule: any
    subtypes?: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetDiff.html b/docs/interfaces/lxr.FactSheetDiff.html index d589fc32..d59d40b8 100644 --- a/docs/interfaces/lxr.FactSheetDiff.html +++ b/docs/interfaces/lxr.FactSheetDiff.html @@ -1,4 +1,4 @@ -FactSheetDiff | @leanix/reporting - v0.4.141

    Interface FactSheetDiff

    interface FactSheetDiff {
        current: FactSheetDiffCircle;
        previous: FactSheetDiffCircle;
        toolTip?: string;
    }

    Properties

    current +FactSheetDiff | @leanix/reporting - v0.4.142

    Interface FactSheetDiff

    interface FactSheetDiff {
        current: FactSheetDiffCircle;
        previous: FactSheetDiffCircle;
        toolTip?: string;
    }

    Properties

    toolTip?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    toolTip?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetDiffCircle.html b/docs/interfaces/lxr.FactSheetDiffCircle.html index d1fcc641..39971110 100644 --- a/docs/interfaces/lxr.FactSheetDiffCircle.html +++ b/docs/interfaces/lxr.FactSheetDiffCircle.html @@ -1,4 +1,4 @@ -FactSheetDiffCircle | @leanix/reporting - v0.4.141

    Interface FactSheetDiffCircle

    interface FactSheetDiffCircle {
        backgroundColor: string;
        borderColor: string;
        borderStyle: "solid" | "dotted" | "dashed";
    }

    Properties

    backgroundColor +FactSheetDiffCircle | @leanix/reporting - v0.4.142

    Interface FactSheetDiffCircle

    interface FactSheetDiffCircle {
        backgroundColor: string;
        borderColor: string;
        borderStyle: "solid" | "dotted" | "dashed";
    }

    Properties

    backgroundColor: string
    borderColor: string
    borderStyle: "solid" | "dotted" | "dashed"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    backgroundColor: string
    borderColor: string
    borderStyle: "solid" | "dotted" | "dashed"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetFieldAttribute.html b/docs/interfaces/lxr.FactSheetFieldAttribute.html index 6a334f48..cd6b7206 100644 --- a/docs/interfaces/lxr.FactSheetFieldAttribute.html +++ b/docs/interfaces/lxr.FactSheetFieldAttribute.html @@ -1,4 +1,4 @@ -FactSheetFieldAttribute | @leanix/reporting - v0.4.141

    Interface FactSheetFieldAttribute

    interface FactSheetFieldAttribute {
        field: string;
        name: string;
        type: "field";
    }

    Properties

    field +FactSheetFieldAttribute | @leanix/reporting - v0.4.142

    Interface FactSheetFieldAttribute

    interface FactSheetFieldAttribute {
        field: string;
        name: string;
        type: "field";
    }

    Properties

    Properties

    field: string
    name: string
    type: "field"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    field: string
    name: string
    type: "field"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetFieldsTranslation.html b/docs/interfaces/lxr.FactSheetFieldsTranslation.html index c7fcf96a..37daf356 100644 --- a/docs/interfaces/lxr.FactSheetFieldsTranslation.html +++ b/docs/interfaces/lxr.FactSheetFieldsTranslation.html @@ -1 +1 @@ -FactSheetFieldsTranslation | @leanix/reporting - v0.4.141

    Interface FactSheetFieldsTranslation

    interface FactSheetFieldsTranslation {
        [fieldName: string]: FieldTranslation;
    }

    Indexable

    [fieldName: string]: FieldTranslation

    Generated using TypeDoc

    \ No newline at end of file +FactSheetFieldsTranslation | @leanix/reporting - v0.4.142

    Interface FactSheetFieldsTranslation

    interface FactSheetFieldsTranslation {
        [fieldName: string]: FieldTranslation;
    }

    Indexable

    [fieldName: string]: FieldTranslation

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetPath.html b/docs/interfaces/lxr.FactSheetPath.html index f11f2fa3..1a51fe69 100644 --- a/docs/interfaces/lxr.FactSheetPath.html +++ b/docs/interfaces/lxr.FactSheetPath.html @@ -1,3 +1,3 @@ -FactSheetPath | @leanix/reporting - v0.4.141

    Interface FactSheetPath

    interface FactSheetPath {
        path: Path;
        type: "factSheet";
    }

    Properties

    path +FactSheetPath | @leanix/reporting - v0.4.142

    Interface FactSheetPath

    interface FactSheetPath {
        path: Path;
        type: "factSheet";
    }

    Properties

    Properties

    path: Path
    type: "factSheet"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    path: Path
    type: "factSheet"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetSelectionConfig.html b/docs/interfaces/lxr.FactSheetSelectionConfig.html index 8c0e52a1..5b02a23f 100644 --- a/docs/interfaces/lxr.FactSheetSelectionConfig.html +++ b/docs/interfaces/lxr.FactSheetSelectionConfig.html @@ -1,7 +1,7 @@ -FactSheetSelectionConfig | @leanix/reporting - v0.4.141

    Interface FactSheetSelectionConfig

    interface FactSheetSelectionConfig {
        attributes: string[];
        factSheetType?: string;
        mode: "SINGLE" | "MULTIPLE";
    }

    Properties

    attributes +FactSheetSelectionConfig | @leanix/reporting - v0.4.142

    Interface FactSheetSelectionConfig

    interface FactSheetSelectionConfig {
        attributes: string[];
        factSheetType?: string;
        mode: "SINGLE" | "MULTIPLE";
    }

    Properties

    attributes: string[]

    Attributes of each Fact Sheet to be returned

    factSheetType?: string

    Restrict selection possibilities to this Fact Sheet type.

    mode: "SINGLE" | "MULTIPLE"

    Should it be possible to select one Fact Sheet or several Fact Sheets?

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetSubscription.html b/docs/interfaces/lxr.FactSheetSubscription.html index c14d0bc0..f2f6421b 100644 --- a/docs/interfaces/lxr.FactSheetSubscription.html +++ b/docs/interfaces/lxr.FactSheetSubscription.html @@ -1,7 +1,7 @@ -FactSheetSubscription | @leanix/reporting - v0.4.141

    Interface FactSheetSubscription

    interface FactSheetSubscription {
        createdAt?: string;
        factSheet?: BaseFactSheet;
        id?: string;
        roles: SubscriptionRole[];
        type: SubscriptionType;
        user: User;
    }

    Hierarchy

    Properties

    createdAt? +FactSheetSubscription | @leanix/reporting - v0.4.142

    Interface FactSheetSubscription

    interface FactSheetSubscription {
        createdAt?: string;
        factSheet?: BaseFactSheet;
        id?: string;
        roles: SubscriptionRole[];
        type: SubscriptionType;
        user: User;
    }

    Hierarchy

    Properties

    createdAt?: string
    factSheet?: BaseFactSheet
    id?: string
    user: User

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    createdAt?: string
    factSheet?: BaseFactSheet
    id?: string
    user: User

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetTabRestriction.html b/docs/interfaces/lxr.FactSheetTabRestriction.html index 0d4b212a..8cbf0a27 100644 --- a/docs/interfaces/lxr.FactSheetTabRestriction.html +++ b/docs/interfaces/lxr.FactSheetTabRestriction.html @@ -1 +1 @@ -FactSheetTabRestriction | @leanix/reporting - v0.4.141

    Interface FactSheetTabRestriction

    interface FactSheetTabRestriction {
        [factSheetTabName: string]: string[];
    }

    Indexable

    [factSheetTabName: string]: string[]

    Generated using TypeDoc

    \ No newline at end of file +FactSheetTabRestriction | @leanix/reporting - v0.4.142

    Interface FactSheetTabRestriction

    interface FactSheetTabRestriction {
        [factSheetTabName: string]: string[];
    }

    Indexable

    [factSheetTabName: string]: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetUpdate.html b/docs/interfaces/lxr.FactSheetUpdate.html index 790ea846..6b7ef03c 100644 --- a/docs/interfaces/lxr.FactSheetUpdate.html +++ b/docs/interfaces/lxr.FactSheetUpdate.html @@ -1,5 +1,5 @@ -FactSheetUpdate | @leanix/reporting - v0.4.141

    Interface FactSheetUpdateBeta

    Sidepane Fact Sheet Field Update

    +FactSheetUpdate | @leanix/reporting - v0.4.142

    Interface FactSheetUpdateBeta

    Sidepane Fact Sheet Field Update

    interface FactSheetUpdate {
        field?: FieldUpdateData;
        id: string;
        relation?: RelationUpdate;
    }

    Properties

    Properties

    id: string
    relation?: RelationUpdate

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    relation?: RelationUpdate

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetViewModel.html b/docs/interfaces/lxr.FactSheetViewModel.html index 5c652830..bf6cfb46 100644 --- a/docs/interfaces/lxr.FactSheetViewModel.html +++ b/docs/interfaces/lxr.FactSheetViewModel.html @@ -1,4 +1,4 @@ -FactSheetViewModel | @leanix/reporting - v0.4.141

    Interface FactSheetViewModel

    interface FactSheetViewModel {
        bgColor: string;
        color: string;
        factSheetTabRestriction?: FactSheetTabRestriction;
        fieldMetaData?: FieldMetaData;
        hoverConfig?: HoverConfigViewModel;
        onTheFlyCreation?: boolean;
        sections: FactSheetViewModelSection[];
        type: string;
        weight?: number;
    }

    Properties

    bgColor +FactSheetViewModel | @leanix/reporting - v0.4.142

    Interface FactSheetViewModel

    interface FactSheetViewModel {
        bgColor: string;
        color: string;
        factSheetTabRestriction?: FactSheetTabRestriction;
        fieldMetaData?: FieldMetaData;
        hoverConfig?: HoverConfigViewModel;
        onTheFlyCreation?: boolean;
        sections: FactSheetViewModelSection[];
        type: string;
        weight?: number;
    }

    Properties

    bgColor: string
    color: string
    factSheetTabRestriction?: FactSheetTabRestriction
    fieldMetaData?: FieldMetaData
    hoverConfig?: HoverConfigViewModel
    onTheFlyCreation?: boolean
    type: string
    weight?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    bgColor: string
    color: string
    factSheetTabRestriction?: FactSheetTabRestriction
    fieldMetaData?: FieldMetaData
    hoverConfig?: HoverConfigViewModel
    onTheFlyCreation?: boolean
    type: string
    weight?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetViewModelSection.html b/docs/interfaces/lxr.FactSheetViewModelSection.html index 158a5ba1..35a3f6fd 100644 --- a/docs/interfaces/lxr.FactSheetViewModelSection.html +++ b/docs/interfaces/lxr.FactSheetViewModelSection.html @@ -1,6 +1,6 @@ -FactSheetViewModelSection | @leanix/reporting - v0.4.141

    Interface FactSheetViewModelSection

    interface FactSheetViewModelSection {
        disabled?: boolean;
        label: string;
        subsections: FactSheetViewModelSubsection<ViewModelFieldType>[];
        tabs?: FactSheetViewModelSectionTabs[];
        weight?: number;
    }

    Properties

    disabled? +FactSheetViewModelSection | @leanix/reporting - v0.4.142

    Interface FactSheetViewModelSection

    interface FactSheetViewModelSection {
        disabled?: boolean;
        label: string;
        subsections: FactSheetViewModelSubsection<ViewModelFieldType>[];
        tabs?: FactSheetViewModelSectionTabs[];
        weight?: number;
    }

    Properties

    disabled?: boolean
    label: string
    weight?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    disabled?: boolean
    label: string
    weight?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FactSheetViewModelSubsection.html b/docs/interfaces/lxr.FactSheetViewModelSubsection.html index f57eb2ba..b53915e4 100644 --- a/docs/interfaces/lxr.FactSheetViewModelSubsection.html +++ b/docs/interfaces/lxr.FactSheetViewModelSubsection.html @@ -1,7 +1,7 @@ -FactSheetViewModelSubsection | @leanix/reporting - v0.4.141

    Interface FactSheetViewModelSubsection<T>

    interface FactSheetViewModelSubsection {
        disabled?: boolean;
        helpText?: string;
        label: string;
        template: FactSheetViewModelTemplateType;
        templateOptions?: TemplateOptions<T>;
        weight?: number;
    }

    Type Parameters

    Properties

    disabled? +FactSheetViewModelSubsection | @leanix/reporting - v0.4.142

    Interface FactSheetViewModelSubsection<T>

    interface FactSheetViewModelSubsection {
        disabled?: boolean;
        helpText?: string;
        label: string;
        template: FactSheetViewModelTemplateType;
        templateOptions?: TemplateOptions<T>;
        weight?: number;
    }

    Type Parameters

    Properties

    disabled?: boolean
    helpText?: string
    label: string
    templateOptions?: TemplateOptions<T>
    weight?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    disabled?: boolean
    helpText?: string
    label: string
    templateOptions?: TemplateOptions<T>
    weight?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Field.html b/docs/interfaces/lxr.Field.html index a2e80edc..ec5b742f 100644 --- a/docs/interfaces/lxr.Field.html +++ b/docs/interfaces/lxr.Field.html @@ -1,5 +1,5 @@ -Field | @leanix/reporting - v0.4.141

    Interface Field<T>

    interface Field {
        name: string;
        options?: any;
        size?: number;
        type: T;
    }

    Type Parameters

    Properties

    name +Field | @leanix/reporting - v0.4.142

    Interface Field<T>

    interface Field {
        name: string;
        options?: any;
        size?: number;
        type: T;
    }

    Type Parameters

    Properties

    Properties

    name: string
    options?: any
    size?: number
    type: T

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    name: string
    options?: any
    size?: number
    type: T

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FieldConfiguration.html b/docs/interfaces/lxr.FieldConfiguration.html index 0f4881e0..a15d8f3f 100644 --- a/docs/interfaces/lxr.FieldConfiguration.html +++ b/docs/interfaces/lxr.FieldConfiguration.html @@ -1,4 +1,4 @@ -FieldConfiguration | @leanix/reporting - v0.4.141

    Interface FieldConfiguration

    interface FieldConfiguration {
        defaultValue: string;
        field?: string;
        path?: string;
    }

    Properties

    defaultValue +FieldConfiguration | @leanix/reporting - v0.4.142

    Interface FieldConfiguration

    interface FieldConfiguration {
        defaultValue: string;
        field?: string;
        path?: string;
    }

    Properties

    defaultValue: string
    field?: string
    path?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    defaultValue: string
    field?: string
    path?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FieldDescription.html b/docs/interfaces/lxr.FieldDescription.html index a263a440..affaec54 100644 --- a/docs/interfaces/lxr.FieldDescription.html +++ b/docs/interfaces/lxr.FieldDescription.html @@ -1,5 +1,5 @@ -FieldDescription | @leanix/reporting - v0.4.141

    Interface FieldDescription

    interface FieldDescription {
        field: string;
        fieldType: FieldType;
        name: string;
        type: "field";
    }

    Properties

    field +FieldDescription | @leanix/reporting - v0.4.142

    Interface FieldDescription

    interface FieldDescription {
        field: string;
        fieldType: FieldType;
        name: string;
        type: "field";
    }

    Properties

    Properties

    field: string
    fieldType: FieldType
    name: string
    type: "field"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    field: string
    fieldType: FieldType
    name: string
    type: "field"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FieldPath.html b/docs/interfaces/lxr.FieldPath.html index 80ef1048..7237d1f2 100644 --- a/docs/interfaces/lxr.FieldPath.html +++ b/docs/interfaces/lxr.FieldPath.html @@ -1,3 +1,3 @@ -FieldPath | @leanix/reporting - v0.4.141
    interface FieldPath {
        field: string;
        type: "field";
    }

    Properties

    field +FieldPath | @leanix/reporting - v0.4.142
    interface FieldPath {
        field: string;
        type: "field";
    }

    Properties

    Properties

    field: string
    type: "field"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    field: string
    type: "field"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FieldTranslation.html b/docs/interfaces/lxr.FieldTranslation.html index 4d968acf..3e1754fe 100644 --- a/docs/interfaces/lxr.FieldTranslation.html +++ b/docs/interfaces/lxr.FieldTranslation.html @@ -1,3 +1,3 @@ -FieldTranslation | @leanix/reporting - v0.4.141

    Interface FieldTranslation

    interface FieldTranslation {
        label: string;
        values: Record<string, FieldValueTranslation>;
    }

    Properties

    label +FieldTranslation | @leanix/reporting - v0.4.142

    Interface FieldTranslation

    interface FieldTranslation {
        label: string;
        values: Record<string, FieldValueTranslation>;
    }

    Properties

    Properties

    label: string
    values: Record<string, FieldValueTranslation>

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    label: string
    values: Record<string, FieldValueTranslation>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FieldUpdateData.html b/docs/interfaces/lxr.FieldUpdateData.html index c8b60b24..3629845a 100644 --- a/docs/interfaces/lxr.FieldUpdateData.html +++ b/docs/interfaces/lxr.FieldUpdateData.html @@ -1,4 +1,4 @@ -FieldUpdateData | @leanix/reporting - v0.4.141

    Interface FieldUpdateDataBeta

    Sidepane Fact Sheet Field Update

    +FieldUpdateData | @leanix/reporting - v0.4.142

    Interface FieldUpdateDataBeta

    Sidepane Fact Sheet Field Update

    interface FieldUpdateData {
        name: string;
        value: string | string[] | ProjectionItemLifecycle;
    }

    Properties

    Properties

    name: string
    value: string | string[] | ProjectionItemLifecycle

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    name: string
    value: string | string[] | ProjectionItemLifecycle

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FieldValueTranslation.html b/docs/interfaces/lxr.FieldValueTranslation.html index ac121427..59f639b9 100644 --- a/docs/interfaces/lxr.FieldValueTranslation.html +++ b/docs/interfaces/lxr.FieldValueTranslation.html @@ -1,2 +1,2 @@ -FieldValueTranslation | @leanix/reporting - v0.4.141

    Interface FieldValueTranslation

    interface FieldValueTranslation {
        label: string;
    }

    Properties

    Properties

    label: string

    Generated using TypeDoc

    \ No newline at end of file +FieldValueTranslation | @leanix/reporting - v0.4.142

    Interface FieldValueTranslation

    interface FieldValueTranslation {
        label: string;
    }

    Properties

    Properties

    label: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FiscalYears.html b/docs/interfaces/lxr.FiscalYears.html index eaff00c3..6d114b2e 100644 --- a/docs/interfaces/lxr.FiscalYears.html +++ b/docs/interfaces/lxr.FiscalYears.html @@ -1,4 +1,4 @@ -FiscalYears | @leanix/reporting - v0.4.141

    Interface FiscalYears

    interface FiscalYears {
        default?: {
            date: number;
            month: number;
        };
    }

    Properties

    default? +FiscalYears | @leanix/reporting - v0.4.142

    Interface FiscalYears

    interface FiscalYears {
        default?: {
            date: number;
            month: number;
        };
    }

    Properties

    Properties

    default?: {
        date: number;
        month: number;
    }

    Type declaration

    • date: number

      the day-of-the-month, starting from 1

    • month: number

      Month starting from 0 = Jan, 1 = Feb, ...

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModal.html b/docs/interfaces/lxr.FormModal.html index ebc81ded..57bce995 100644 --- a/docs/interfaces/lxr.FormModal.html +++ b/docs/interfaces/lxr.FormModal.html @@ -1,5 +1,5 @@ -FormModal | @leanix/reporting - v0.4.141
    interface FormModal {
        fields: FormModalFields;
        messages?: FormModalMessages;
        valid?: boolean;
        values: FormModalValues;
    }

    Properties

    fields +FormModal | @leanix/reporting - v0.4.142
    interface FormModal {
        fields: FormModalFields;
        messages?: FormModalMessages;
        valid?: boolean;
        values: FormModalValues;
    }

    Properties

    valid?: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    valid?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalCheckboxField.html b/docs/interfaces/lxr.FormModalCheckboxField.html index d533578c..b5b7650e 100644 --- a/docs/interfaces/lxr.FormModalCheckboxField.html +++ b/docs/interfaces/lxr.FormModalCheckboxField.html @@ -1,5 +1,5 @@ -FormModalCheckboxField | @leanix/reporting - v0.4.141

    Interface FormModalCheckboxField

    interface FormModalCheckboxField {
        disabled?: boolean;
        label: string;
        tooltip?: string;
        type: "Checkbox";
    }

    Properties

    disabled? +FormModalCheckboxField | @leanix/reporting - v0.4.142

    Interface FormModalCheckboxField

    interface FormModalCheckboxField {
        disabled?: boolean;
        label: string;
        tooltip?: string;
        type: "Checkbox";
    }

    Properties

    disabled?: boolean
    label: string
    tooltip?: string
    type: "Checkbox"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    disabled?: boolean
    label: string
    tooltip?: string
    type: "Checkbox"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalConfiguration.html b/docs/interfaces/lxr.FormModalConfiguration.html index de47fedd..a090b70b 100644 --- a/docs/interfaces/lxr.FormModalConfiguration.html +++ b/docs/interfaces/lxr.FormModalConfiguration.html @@ -1,4 +1,4 @@ -FormModalConfiguration | @leanix/reporting - v0.4.141

    Interface FormModalConfiguration

    interface FormModalConfiguration {
        fields: FormModalFields;
        update?: ((form) => FormModal);
        values: FormModalValues;
    }

    Properties

    fields +FormModalConfiguration | @leanix/reporting - v0.4.142

    Interface FormModalConfiguration

    interface FormModalConfiguration {
        fields: FormModalFields;
        update?: ((form) => FormModal);
        values: FormModalValues;
    }

    Properties

    Properties

    update?: ((form) => FormModal)

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    update?: ((form) => FormModal)

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalContainerField.html b/docs/interfaces/lxr.FormModalContainerField.html index d8160c9a..0f544679 100644 --- a/docs/interfaces/lxr.FormModalContainerField.html +++ b/docs/interfaces/lxr.FormModalContainerField.html @@ -1,6 +1,6 @@ -FormModalContainerField | @leanix/reporting - v0.4.141

    Interface FormModalContainerField

    interface FormModalContainerField {
        direction?: FormModalContainerDirection;
        items: FormModalFields;
        label?: string;
        noMargin?: boolean;
        type: "Container";
    }

    Properties

    direction? +FormModalContainerField | @leanix/reporting - v0.4.142

    Interface FormModalContainerField

    interface FormModalContainerField {
        direction?: FormModalContainerDirection;
        items: FormModalFields;
        label?: string;
        noMargin?: boolean;
        type: "Container";
    }

    Properties

    label?: string
    noMargin?: boolean
    type: "Container"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    label?: string
    noMargin?: boolean
    type: "Container"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalDateField.html b/docs/interfaces/lxr.FormModalDateField.html index 45c8ba77..385f82d8 100644 --- a/docs/interfaces/lxr.FormModalDateField.html +++ b/docs/interfaces/lxr.FormModalDateField.html @@ -1,4 +1,4 @@ -FormModalDateField | @leanix/reporting - v0.4.141

    Interface FormModalDateField

    interface FormModalDateField {
        disabled?: boolean;
        label: string;
        type: "Date";
    }

    Properties

    disabled? +FormModalDateField | @leanix/reporting - v0.4.142

    Interface FormModalDateField

    interface FormModalDateField {
        disabled?: boolean;
        label: string;
        type: "Date";
    }

    Properties

    Properties

    disabled?: boolean
    label: string
    type: "Date"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    disabled?: boolean
    label: string
    type: "Date"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalErrorMessage.html b/docs/interfaces/lxr.FormModalErrorMessage.html index 89e0424f..13aa9094 100644 --- a/docs/interfaces/lxr.FormModalErrorMessage.html +++ b/docs/interfaces/lxr.FormModalErrorMessage.html @@ -1,3 +1,3 @@ -FormModalErrorMessage | @leanix/reporting - v0.4.141

    Interface FormModalErrorMessage

    interface FormModalErrorMessage {
        message: string;
        type: "error";
    }

    Properties

    message +FormModalErrorMessage | @leanix/reporting - v0.4.142

    Interface FormModalErrorMessage

    interface FormModalErrorMessage {
        message: string;
        type: "error";
    }

    Properties

    Properties

    message: string
    type: "error"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    message: string
    type: "error"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalGroupSingleSelectField.html b/docs/interfaces/lxr.FormModalGroupSingleSelectField.html index 6d1c216b..da6ef0a4 100644 --- a/docs/interfaces/lxr.FormModalGroupSingleSelectField.html +++ b/docs/interfaces/lxr.FormModalGroupSingleSelectField.html @@ -1,7 +1,7 @@ -FormModalGroupSingleSelectField | @leanix/reporting - v0.4.141

    Interface FormModalGroupSingleSelectField

    interface FormModalGroupSingleSelectField {
        allowClear?: boolean;
        description?: string;
        disabled?: boolean;
        label: string;
        options: FormModalSingleSelectOptionGroup[];
        type: "GroupSingleSelect";
    }

    Properties

    allowClear? +FormModalGroupSingleSelectField | @leanix/reporting - v0.4.142

    Interface FormModalGroupSingleSelectField

    interface FormModalGroupSingleSelectField {
        allowClear?: boolean;
        description?: string;
        disabled?: boolean;
        label: string;
        options: FormModalSingleSelectOptionGroup[];
        type: "GroupSingleSelect";
    }

    Properties

    allowClear?: boolean
    description?: string
    disabled?: boolean
    label: string
    type: "GroupSingleSelect"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    allowClear?: boolean
    description?: string
    disabled?: boolean
    label: string
    type: "GroupSingleSelect"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalInfoMessage.html b/docs/interfaces/lxr.FormModalInfoMessage.html index c4c609a6..59919052 100644 --- a/docs/interfaces/lxr.FormModalInfoMessage.html +++ b/docs/interfaces/lxr.FormModalInfoMessage.html @@ -1,3 +1,3 @@ -FormModalInfoMessage | @leanix/reporting - v0.4.141

    Interface FormModalInfoMessage

    interface FormModalInfoMessage {
        message: string;
        type: "info";
    }

    Properties

    message +FormModalInfoMessage | @leanix/reporting - v0.4.142

    Interface FormModalInfoMessage

    interface FormModalInfoMessage {
        message: string;
        type: "info";
    }

    Properties

    Properties

    message: string
    type: "info"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    message: string
    type: "info"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalMessages.html b/docs/interfaces/lxr.FormModalMessages.html index c6816576..8784e823 100644 --- a/docs/interfaces/lxr.FormModalMessages.html +++ b/docs/interfaces/lxr.FormModalMessages.html @@ -1 +1 @@ -FormModalMessages | @leanix/reporting - v0.4.141

    Interface FormModalMessages

    interface FormModalMessages {
        [key: string]: FormModalMessage;
    }

    Indexable

    [key: string]: FormModalMessage

    Generated using TypeDoc

    \ No newline at end of file +FormModalMessages | @leanix/reporting - v0.4.142

    Interface FormModalMessages

    interface FormModalMessages {
        [key: string]: FormModalMessage;
    }

    Indexable

    [key: string]: FormModalMessage

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalMultiSelectField.html b/docs/interfaces/lxr.FormModalMultiSelectField.html index ce333c88..d94c8b20 100644 --- a/docs/interfaces/lxr.FormModalMultiSelectField.html +++ b/docs/interfaces/lxr.FormModalMultiSelectField.html @@ -1,6 +1,6 @@ -FormModalMultiSelectField | @leanix/reporting - v0.4.141

    Interface FormModalMultiSelectField

    interface FormModalMultiSelectField {
        description?: string;
        disabled?: boolean;
        label: string;
        options: FormModalSingleSelectFieldOption[];
        type: "MultiSelect";
    }

    Properties

    description? +FormModalMultiSelectField | @leanix/reporting - v0.4.142

    Interface FormModalMultiSelectField

    interface FormModalMultiSelectField {
        description?: string;
        disabled?: boolean;
        label: string;
        options: FormModalSingleSelectFieldOption[];
        type: "MultiSelect";
    }

    Properties

    description?: string
    disabled?: boolean
    label: string
    type: "MultiSelect"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    description?: string
    disabled?: boolean
    label: string
    type: "MultiSelect"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalSingleSelectField.html b/docs/interfaces/lxr.FormModalSingleSelectField.html index 2cdfb90f..590e3472 100644 --- a/docs/interfaces/lxr.FormModalSingleSelectField.html +++ b/docs/interfaces/lxr.FormModalSingleSelectField.html @@ -1,8 +1,8 @@ -FormModalSingleSelectField | @leanix/reporting - v0.4.141

    Interface FormModalSingleSelectField

    interface FormModalSingleSelectField {
        allowClear?: boolean;
        description?: string;
        disabled?: boolean;
        label: string;
        options: FormModalSingleSelectFieldOption[];
        tooltip?: string;
        type: "SingleSelect";
    }

    Properties

    allowClear? +FormModalSingleSelectField | @leanix/reporting - v0.4.142

    Interface FormModalSingleSelectField

    interface FormModalSingleSelectField {
        allowClear?: boolean;
        description?: string;
        disabled?: boolean;
        label: string;
        options: FormModalSingleSelectFieldOption[];
        tooltip?: string;
        type: "SingleSelect";
    }

    Properties

    allowClear?: boolean
    description?: string
    disabled?: boolean
    label: string
    tooltip?: string
    type: "SingleSelect"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    allowClear?: boolean
    description?: string
    disabled?: boolean
    label: string
    tooltip?: string
    type: "SingleSelect"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalSingleSelectFieldOption.html b/docs/interfaces/lxr.FormModalSingleSelectFieldOption.html index a42bae55..3142571f 100644 --- a/docs/interfaces/lxr.FormModalSingleSelectFieldOption.html +++ b/docs/interfaces/lxr.FormModalSingleSelectFieldOption.html @@ -1,4 +1,4 @@ -FormModalSingleSelectFieldOption | @leanix/reporting - v0.4.141

    Interface FormModalSingleSelectFieldOption

    interface FormModalSingleSelectFieldOption {
        description?: string;
        label: string;
        value: string;
    }

    Properties

    description? +FormModalSingleSelectFieldOption | @leanix/reporting - v0.4.142

    Interface FormModalSingleSelectFieldOption

    interface FormModalSingleSelectFieldOption {
        description?: string;
        label: string;
        value: string;
    }

    Properties

    description?: string
    label: string
    value: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    description?: string
    label: string
    value: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalSingleSelectOptionGroup.html b/docs/interfaces/lxr.FormModalSingleSelectOptionGroup.html index f777a7a6..515df8d8 100644 --- a/docs/interfaces/lxr.FormModalSingleSelectOptionGroup.html +++ b/docs/interfaces/lxr.FormModalSingleSelectOptionGroup.html @@ -1,3 +1,3 @@ -FormModalSingleSelectOptionGroup | @leanix/reporting - v0.4.141

    Interface FormModalSingleSelectOptionGroup

    interface FormModalSingleSelectOptionGroup {
        label: string;
        options: FormModalSingleSelectFieldOption[];
    }

    Properties

    label +FormModalSingleSelectOptionGroup | @leanix/reporting - v0.4.142

    Interface FormModalSingleSelectOptionGroup

    interface FormModalSingleSelectOptionGroup {
        label: string;
        options: FormModalSingleSelectFieldOption[];
    }

    Properties

    Properties

    label: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    label: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FormModalValues.html b/docs/interfaces/lxr.FormModalValues.html index 128e8c14..4cd6ab24 100644 --- a/docs/interfaces/lxr.FormModalValues.html +++ b/docs/interfaces/lxr.FormModalValues.html @@ -1 +1 @@ -FormModalValues | @leanix/reporting - v0.4.141

    Interface FormModalValues

    interface FormModalValues {
        [key: string]: FormModalValue;
    }

    Indexable

    [key: string]: FormModalValue

    Generated using TypeDoc

    \ No newline at end of file +FormModalValues | @leanix/reporting - v0.4.142

    Interface FormModalValues

    interface FormModalValues {
        [key: string]: FormModalValue;
    }

    Indexable

    [key: string]: FormModalValue

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.FrontEndBaseFieldDefinition.html b/docs/interfaces/lxr.FrontEndBaseFieldDefinition.html index bfdda51c..51f6448d 100644 --- a/docs/interfaces/lxr.FrontEndBaseFieldDefinition.html +++ b/docs/interfaces/lxr.FrontEndBaseFieldDefinition.html @@ -1,8 +1,8 @@ -FrontEndBaseFieldDefinition | @leanix/reporting - v0.4.141

    Interface FrontEndBaseFieldDefinition

    interface FrontEndBaseFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: DataModelFieldType;
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +FrontEndBaseFieldDefinition | @leanix/reporting - v0.4.142

    Interface FrontEndBaseFieldDefinition

    interface FrontEndBaseFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: DataModelFieldType;
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.GenericGraphqlConnection.html b/docs/interfaces/lxr.GenericGraphqlConnection.html index 071358e4..afe328da 100644 --- a/docs/interfaces/lxr.GenericGraphqlConnection.html +++ b/docs/interfaces/lxr.GenericGraphqlConnection.html @@ -1,6 +1,6 @@ -GenericGraphqlConnection | @leanix/reporting - v0.4.141

    Interface GenericGraphqlConnection<T, E>

    interface GenericGraphqlConnection {
        edges?: E[];
        pageInfo?: PageInfo;
        permissions?: any;
        t?: T;
        totalCount?: number;
    }

    Type Parameters

    Hierarchy

    Properties

    edges? +GenericGraphqlConnection | @leanix/reporting - v0.4.142

    Interface GenericGraphqlConnection<T, E>

    interface GenericGraphqlConnection {
        edges?: E[];
        pageInfo?: PageInfo;
        permissions?: any;
        t?: T;
        totalCount?: number;
    }

    Type Parameters

    Hierarchy

    Properties

    edges?: E[]
    pageInfo?: PageInfo
    permissions?: any
    t?: T
    totalCount?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    edges?: E[]
    pageInfo?: PageInfo
    permissions?: any
    t?: T
    totalCount?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.GraphQLOptions.html b/docs/interfaces/lxr.GraphQLOptions.html index a105f647..7aa68285 100644 --- a/docs/interfaces/lxr.GraphQLOptions.html +++ b/docs/interfaces/lxr.GraphQLOptions.html @@ -1,3 +1,3 @@ -GraphQLOptions | @leanix/reporting - v0.4.141

    Interface GraphQLOptions

    interface GraphQLOptions {
        excludeConstrainingRelations?: string[];
        includeInvalidRelations?: boolean;
    }

    Properties

    excludeConstrainingRelations? +GraphQLOptions | @leanix/reporting - v0.4.142

    Interface GraphQLOptions

    interface GraphQLOptions {
        excludeConstrainingRelations?: string[];
        includeInvalidRelations?: boolean;
    }

    Properties

    excludeConstrainingRelations?: string[]
    includeInvalidRelations?: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    excludeConstrainingRelations?: string[]
    includeInvalidRelations?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.GraphQLPointOfViewInput.html b/docs/interfaces/lxr.GraphQLPointOfViewInput.html index 2affb8ab..4546518c 100644 --- a/docs/interfaces/lxr.GraphQLPointOfViewInput.html +++ b/docs/interfaces/lxr.GraphQLPointOfViewInput.html @@ -1,3 +1,3 @@ -GraphQLPointOfViewInput | @leanix/reporting - v0.4.141

    Interface GraphQLPointOfViewInput

    interface GraphQLPointOfViewInput {
        factSheetIds: string[];
        pointInTime: {
            date: string;
            milestoneId: string;
        };
    }

    Properties

    factSheetIds +GraphQLPointOfViewInput | @leanix/reporting - v0.4.142

    Interface GraphQLPointOfViewInput

    interface GraphQLPointOfViewInput {
        factSheetIds: string[];
        pointInTime: {
            date: string;
            milestoneId: string;
        };
    }

    Properties

    factSheetIds: string[]
    pointInTime: {
        date: string;
        milestoneId: string;
    }

    Type declaration

    • date: string
    • milestoneId: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    factSheetIds: string[]
    pointInTime: {
        date: string;
        milestoneId: string;
    }

    Type declaration

    • date: string
    • milestoneId: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.GraphqlConnection.html b/docs/interfaces/lxr.GraphqlConnection.html index 6863cb0c..91f875d6 100644 --- a/docs/interfaces/lxr.GraphqlConnection.html +++ b/docs/interfaces/lxr.GraphqlConnection.html @@ -1,6 +1,6 @@ -GraphqlConnection | @leanix/reporting - v0.4.141

    Interface GraphqlConnection<T>

    interface GraphqlConnection {
        edges?: GraphqlConnectionEdge<T>[];
        pageInfo?: PageInfo;
        permissions?: any;
        t?: T;
        totalCount?: number;
    }

    Type Parameters

    • T

    Hierarchy

    Properties

    edges? +GraphqlConnection | @leanix/reporting - v0.4.142

    Interface GraphqlConnection<T>

    interface GraphqlConnection {
        edges?: GraphqlConnectionEdge<T>[];
        pageInfo?: PageInfo;
        permissions?: any;
        t?: T;
        totalCount?: number;
    }

    Type Parameters

    • T

    Hierarchy

    Properties

    pageInfo?: PageInfo
    permissions?: any
    t?: T
    totalCount?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    pageInfo?: PageInfo
    permissions?: any
    t?: T
    totalCount?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.GraphqlConnectionEdge.html b/docs/interfaces/lxr.GraphqlConnectionEdge.html index 79c00a42..14c140a0 100644 --- a/docs/interfaces/lxr.GraphqlConnectionEdge.html +++ b/docs/interfaces/lxr.GraphqlConnectionEdge.html @@ -1,3 +1,3 @@ -GraphqlConnectionEdge | @leanix/reporting - v0.4.141

    Interface GraphqlConnectionEdge<T>

    interface GraphqlConnectionEdge {
        cursor?: string;
        node: T;
    }

    Type Parameters

    • T

    Properties

    cursor? +GraphqlConnectionEdge | @leanix/reporting - v0.4.142

    Interface GraphqlConnectionEdge<T>

    interface GraphqlConnectionEdge {
        cursor?: string;
        node: T;
    }

    Type Parameters

    • T

    Properties

    Properties

    cursor?: string
    node: T

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    cursor?: string
    node: T

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.GroupDropdownSection.html b/docs/interfaces/lxr.GroupDropdownSection.html index 57a0d947..3acb7ad1 100644 --- a/docs/interfaces/lxr.GroupDropdownSection.html +++ b/docs/interfaces/lxr.GroupDropdownSection.html @@ -1,8 +1,8 @@ -GroupDropdownSection | @leanix/reporting - v0.4.141

    Interface GroupDropdownSection

    GroupDropdownSection defines the properties of a section.

    +GroupDropdownSection | @leanix/reporting - v0.4.142

    Interface GroupDropdownSection

    GroupDropdownSection defines the properties of a section.

    interface GroupDropdownSection {
        entries: DropdownEntry[];
        id: string;
        label: string;
    }

    Properties

    Properties

    entries: DropdownEntry[]

    entries define the possible entries that a group dropdown section makes available.

    id: string

    id defines an identificator for the group dropdown's section.

    label: string

    label defines the group dropdown section's label.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.HoverConfigViewField.html b/docs/interfaces/lxr.HoverConfigViewField.html index dd87f687..9798d58a 100644 --- a/docs/interfaces/lxr.HoverConfigViewField.html +++ b/docs/interfaces/lxr.HoverConfigViewField.html @@ -1,3 +1,3 @@ -HoverConfigViewField | @leanix/reporting - v0.4.141

    Interface HoverConfigViewField

    interface HoverConfigViewField {
        name: string;
        type: string;
    }

    Properties

    name +HoverConfigViewField | @leanix/reporting - v0.4.142

    Interface HoverConfigViewField

    interface HoverConfigViewField {
        name: string;
        type: string;
    }

    Properties

    Properties

    name: string
    type: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    name: string
    type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.HoverConfigViewModel.html b/docs/interfaces/lxr.HoverConfigViewModel.html index 07830b04..0cd6d733 100644 --- a/docs/interfaces/lxr.HoverConfigViewModel.html +++ b/docs/interfaces/lxr.HoverConfigViewModel.html @@ -1,2 +1,2 @@ -HoverConfigViewModel | @leanix/reporting - v0.4.141

    Interface HoverConfigViewModel

    interface HoverConfigViewModel {
        fields: HoverConfigViewField[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +HoverConfigViewModel | @leanix/reporting - v0.4.142

    Interface HoverConfigViewModel

    interface HoverConfigViewModel {
        fields: HoverConfigViewField[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Icon.html b/docs/interfaces/lxr.Icon.html index 8223a1df..b5355eef 100644 --- a/docs/interfaces/lxr.Icon.html +++ b/docs/interfaces/lxr.Icon.html @@ -1,5 +1,5 @@ -Icon | @leanix/reporting - v0.4.141

    Interface IconBeta

    interface Icon {
        color: string;
        label?: string;
        name: string;
        quantity: number;
    }

    Properties

    color +Icon | @leanix/reporting - v0.4.142

    Interface IconBeta

    interface Icon {
        color: string;
        label?: string;
        name: string;
        quantity: number;
    }

    Properties

    color: string
    label?: string
    name: string
    quantity: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    color: string
    label?: string
    name: string
    quantity: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ImpactConfiguration.html b/docs/interfaces/lxr.ImpactConfiguration.html index caa48312..461eb86c 100644 --- a/docs/interfaces/lxr.ImpactConfiguration.html +++ b/docs/interfaces/lxr.ImpactConfiguration.html @@ -1,3 +1,3 @@ -ImpactConfiguration | @leanix/reporting - v0.4.141

    Interface ImpactConfiguration

    interface ImpactConfiguration {
        config: {
            [key: string]: FactSheetConfiguration;
        };
        revision: number;
    }

    Properties

    config +ImpactConfiguration | @leanix/reporting - v0.4.142

    Interface ImpactConfiguration

    interface ImpactConfiguration {
        config: {
            [key: string]: FactSheetConfiguration;
        };
        revision: number;
    }

    Properties

    Properties

    config: {
        [key: string]: FactSheetConfiguration;
    }

    Type declaration

    revision: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    config: {
        [key: string]: FactSheetConfiguration;
    }

    Type declaration

    revision: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ImpactManagementConfig.html b/docs/interfaces/lxr.ImpactManagementConfig.html index 9bf9f6f5..5bd62ad8 100644 --- a/docs/interfaces/lxr.ImpactManagementConfig.html +++ b/docs/interfaces/lxr.ImpactManagementConfig.html @@ -1,4 +1,4 @@ -ImpactManagementConfig | @leanix/reporting - v0.4.141

    Interface ImpactManagementConfig

    interface ImpactManagementConfig {
        enabled: boolean;
        impactDefiningSubtypes: string[];
        impactDisplayingSubtypes: string[];
    }

    Properties

    enabled +ImpactManagementConfig | @leanix/reporting - v0.4.142

    Interface ImpactManagementConfig

    interface ImpactManagementConfig {
        enabled: boolean;
        impactDefiningSubtypes: string[];
        impactDisplayingSubtypes: string[];
    }

    Properties

    enabled: boolean
    impactDefiningSubtypes: string[]
    impactDisplayingSubtypes: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    enabled: boolean
    impactDefiningSubtypes: string[]
    impactDisplayingSubtypes: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ImpactSelection.html b/docs/interfaces/lxr.ImpactSelection.html index d0b6eb6e..e50b0c2e 100644 --- a/docs/interfaces/lxr.ImpactSelection.html +++ b/docs/interfaces/lxr.ImpactSelection.html @@ -1,3 +1,3 @@ -ImpactSelection | @leanix/reporting - v0.4.141

    Interface ImpactSelection

    interface ImpactSelection {
        factSheet: {
            id: string;
            type: string;
        };
        selectedPoints: TimelineStep[];
    }

    Properties

    factSheet +ImpactSelection | @leanix/reporting - v0.4.142

    Interface ImpactSelection

    interface ImpactSelection {
        factSheet: {
            id: string;
            type: string;
        };
        selectedPoints: TimelineStep[];
    }

    Properties

    factSheet: {
        id: string;
        type: string;
    }

    Type declaration

    • id: string
    • type: string
    selectedPoints: TimelineStep[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    factSheet: {
        id: string;
        type: string;
    }

    Type declaration

    • id: string
    • type: string
    selectedPoints: TimelineStep[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.IntegerFieldDefinition.html b/docs/interfaces/lxr.IntegerFieldDefinition.html index 12b47fcd..a9c1cb8a 100644 --- a/docs/interfaces/lxr.IntegerFieldDefinition.html +++ b/docs/interfaces/lxr.IntegerFieldDefinition.html @@ -1,4 +1,4 @@ -IntegerFieldDefinition | @leanix/reporting - v0.4.141

    Interface IntegerFieldDefinition

    interface IntegerFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        range?: NumberRange;
        type: "INTEGER";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +IntegerFieldDefinition | @leanix/reporting - v0.4.142

    Interface IntegerFieldDefinition

    interface IntegerFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        range?: NumberRange;
        type: "INTEGER";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    range?: NumberRange
    type: "INTEGER"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    range?: NumberRange
    type: "INTEGER"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Layout.html b/docs/interfaces/lxr.Layout.html index 567e23ad..1d0dae47 100644 --- a/docs/interfaces/lxr.Layout.html +++ b/docs/interfaces/lxr.Layout.html @@ -1,2 +1,2 @@ -Layout | @leanix/reporting - v0.4.141

    Interface Layout<T>

    interface Layout {
        fields: Field<T>[];
    }

    Type Parameters

    Properties

    Properties

    fields: Field<T>[]

    Generated using TypeDoc

    \ No newline at end of file +Layout | @leanix/reporting - v0.4.142

    Interface Layout<T>

    interface Layout {
        fields: Field<T>[];
    }

    Type Parameters

    Properties

    Properties

    fields: Field<T>[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.LayoutModeEntry.html b/docs/interfaces/lxr.LayoutModeEntry.html index 09735dc7..f84457f7 100644 --- a/docs/interfaces/lxr.LayoutModeEntry.html +++ b/docs/interfaces/lxr.LayoutModeEntry.html @@ -1,7 +1,7 @@ -LayoutModeEntry | @leanix/reporting - v0.4.141

    Interface LayoutModeEntryBeta

    Object, used in the UILayoutMode to define layout mode entries.

    +LayoutModeEntry | @leanix/reporting - v0.4.142

    Interface LayoutModeEntryBeta

    Object, used in the UILayoutMode to define layout mode entries.

    interface LayoutModeEntry {
        description: string;
        icon: string;
        iconType?: "regular" | "solid";
        key: string;
        label: string;
    }

    Properties

    description: string
    icon: string
    iconType?: "regular" | "solid"
    key: string
    label: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    description: string
    icon: string
    iconType?: "regular" | "solid"
    key: string
    label: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.LegendItem.html b/docs/interfaces/lxr.LegendItem.html index fdb8b1b5..a49e82ad 100644 --- a/docs/interfaces/lxr.LegendItem.html +++ b/docs/interfaces/lxr.LegendItem.html @@ -1,4 +1,4 @@ -LegendItem | @leanix/reporting - v0.4.141

    Interface LegendItem

    interface LegendItem {
        bgColor: string;
        description?: string;
        label: string;
    }

    Properties

    bgColor +LegendItem | @leanix/reporting - v0.4.142

    Interface LegendItem

    interface LegendItem {
        bgColor: string;
        description?: string;
        label: string;
    }

    Properties

    bgColor: string
    description?: string
    label: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    bgColor: string
    description?: string
    label: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.LifecycleFieldDefinition.html b/docs/interfaces/lxr.LifecycleFieldDefinition.html index 5b5c573b..fb063b92 100644 --- a/docs/interfaces/lxr.LifecycleFieldDefinition.html +++ b/docs/interfaces/lxr.LifecycleFieldDefinition.html @@ -1,4 +1,4 @@ -LifecycleFieldDefinition | @leanix/reporting - v0.4.141

    Interface LifecycleFieldDefinition

    interface LifecycleFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "LIFECYCLE";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +LifecycleFieldDefinition | @leanix/reporting - v0.4.142

    Interface LifecycleFieldDefinition

    interface LifecycleFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "LIFECYCLE";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "LIFECYCLE"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "LIFECYCLE"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Listener.html b/docs/interfaces/lxr.Listener.html index a5ee3efb..7e7e4ca2 100644 --- a/docs/interfaces/lxr.Listener.html +++ b/docs/interfaces/lxr.Listener.html @@ -1 +1 @@ -Listener | @leanix/reporting - v0.4.141
    interface Listener ((data, isError?) => void)
    • Parameters

      • data: any
      • Optional isError: boolean

      Returns void

    Generated using TypeDoc

    \ No newline at end of file +Listener | @leanix/reporting - v0.4.142
    interface Listener ((data, isError?) => void)
    • Parameters

      • data: any
      • Optional isError: boolean

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.LocationFieldDefinition.html b/docs/interfaces/lxr.LocationFieldDefinition.html index 5ed0c6b0..127cb8cf 100644 --- a/docs/interfaces/lxr.LocationFieldDefinition.html +++ b/docs/interfaces/lxr.LocationFieldDefinition.html @@ -1,8 +1,8 @@ -LocationFieldDefinition | @leanix/reporting - v0.4.141

    Interface LocationFieldDefinition

    interface LocationFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "LOCATION";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +LocationFieldDefinition | @leanix/reporting - v0.4.142

    Interface LocationFieldDefinition

    interface LocationFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "LOCATION";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "LOCATION"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "LOCATION"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MessageFromReport.html b/docs/interfaces/lxr.MessageFromReport.html index c9dfb7b1..adbb678d 100644 --- a/docs/interfaces/lxr.MessageFromReport.html +++ b/docs/interfaces/lxr.MessageFromReport.html @@ -1,8 +1,8 @@ -MessageFromReport | @leanix/reporting - v0.4.141

    Interface MessageFromReport<T>

    Interface for messages received from the report

    +MessageFromReport | @leanix/reporting - v0.4.142

    Interface MessageFromReport<T>

    Interface for messages received from the report

    interface MessageFromReport {
        action: string;
        id?: string;
        params?: T;
    }

    Type Parameters

    • T

    Properties

    Properties

    action: string

    Action to be executed by the parent

    id?: string

    Unique identifier

    params?: T

    Parameters for the action

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MessageToReport.html b/docs/interfaces/lxr.MessageToReport.html index 7f9942d6..f0662f0f 100644 --- a/docs/interfaces/lxr.MessageToReport.html +++ b/docs/interfaces/lxr.MessageToReport.html @@ -1,8 +1,8 @@ -MessageToReport | @leanix/reporting - v0.4.141

    Interface MessageToReport<T>

    Interface for messages sent to the report

    +MessageToReport | @leanix/reporting - v0.4.142

    Interface MessageToReport<T>

    Interface for messages sent to the report

    interface MessageToReport {
        data?: T;
        id?: string;
        success?: boolean;
    }

    Type Parameters

    • T = any

    Properties

    Properties

    data?: T

    Data received from Parent

    id?: string

    Unique identifier of preceding outbound call

    success?: boolean

    Signifies whether a requested action succeeded

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MetricsMeasurement.html b/docs/interfaces/lxr.MetricsMeasurement.html index ad8f8d81..99c10e18 100644 --- a/docs/interfaces/lxr.MetricsMeasurement.html +++ b/docs/interfaces/lxr.MetricsMeasurement.html @@ -1,4 +1,4 @@ -MetricsMeasurement | @leanix/reporting - v0.4.141

    Interface MetricsMeasurement

    interface MetricsMeasurement {
        fields?: string[];
        name?: string;
        tags?: string[];
    }

    Properties

    fields? +MetricsMeasurement | @leanix/reporting - v0.4.142

    Interface MetricsMeasurement

    interface MetricsMeasurement {
        fields?: string[];
        name?: string;
        tags?: string[];
    }

    Properties

    Properties

    fields?: string[]
    name?: string
    tags?: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fields?: string[]
    name?: string
    tags?: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MilestoneStep.html b/docs/interfaces/lxr.MilestoneStep.html index c0e809a3..c30e5650 100644 --- a/docs/interfaces/lxr.MilestoneStep.html +++ b/docs/interfaces/lxr.MilestoneStep.html @@ -1,4 +1,4 @@ -MilestoneStep | @leanix/reporting - v0.4.141

    Interface MilestoneStep

    MilestoneStep describes a timeline selection using a defined milestone in the scope of the timeline's +MilestoneStep | @leanix/reporting - v0.4.142

    Interface MilestoneStep

    MilestoneStep describes a timeline selection using a defined milestone in the scope of the timeline's BTM Fact Sheet.

    interface MilestoneStep {
        milestoneId: string;
    }

    Properties

    Properties

    milestoneId: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    milestoneId: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MinimalFactSheet.html b/docs/interfaces/lxr.MinimalFactSheet.html index 340f0196..d6e487af 100644 --- a/docs/interfaces/lxr.MinimalFactSheet.html +++ b/docs/interfaces/lxr.MinimalFactSheet.html @@ -1,8 +1,8 @@ -MinimalFactSheet | @leanix/reporting - v0.4.141

    Interface MinimalFactSheet

    A minimal Fact Sheet object used in several places in the front-end for display

    +MinimalFactSheet | @leanix/reporting - v0.4.142

    Interface MinimalFactSheet

    A minimal Fact Sheet object used in several places in the front-end for display

    interface MinimalFactSheet {
        category?: string;
        diff?: FactSheetDiff;
        disabled?: boolean;
        displayName?: string;
        id?: string;
        type?: string;
    }

    Hierarchy

    Properties

    category?: string
    disabled?: boolean
    displayName?: string
    id?: string
    type?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    category?: string
    disabled?: boolean
    displayName?: string
    id?: string
    type?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MtmWorkspaceSettings.html b/docs/interfaces/lxr.MtmWorkspaceSettings.html index 498b0979..8841150f 100644 --- a/docs/interfaces/lxr.MtmWorkspaceSettings.html +++ b/docs/interfaces/lxr.MtmWorkspaceSettings.html @@ -1,3 +1,3 @@ -MtmWorkspaceSettings | @leanix/reporting - v0.4.141

    Interface MtmWorkspaceSettings

    Workspace settings that are stored in MTM

    +MtmWorkspaceSettings | @leanix/reporting - v0.4.142

    Interface MtmWorkspaceSettings

    Workspace settings that are stored in MTM

    interface MtmWorkspaceSettings {
        fiscalYears?: FiscalYears;
    }

    Properties

    Properties

    fiscalYears?: FiscalYears

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fiscalYears?: FiscalYears

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MultiplePlanChangeSet.html b/docs/interfaces/lxr.MultiplePlanChangeSet.html index a7e04bda..e1d14564 100644 --- a/docs/interfaces/lxr.MultiplePlanChangeSet.html +++ b/docs/interfaces/lxr.MultiplePlanChangeSet.html @@ -1,5 +1,5 @@ -MultiplePlanChangeSet | @leanix/reporting - v0.4.141

    Interface MultiplePlanChangeSet

    interface MultiplePlanChangeSet {
        date?: string;
        factSheetIds: string[];
        milestoneId?: string;
        type: "multiplePlan";
    }

    Properties

    date? +MultiplePlanChangeSet | @leanix/reporting - v0.4.142

    Interface MultiplePlanChangeSet

    interface MultiplePlanChangeSet {
        date?: string;
        factSheetIds: string[];
        milestoneId?: string;
        type: "multiplePlan";
    }

    Properties

    date?: string
    factSheetIds: string[]
    milestoneId?: string
    type: "multiplePlan"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    date?: string
    factSheetIds: string[]
    milestoneId?: string
    type: "multiplePlan"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MultipleSelectFieldDefinition.html b/docs/interfaces/lxr.MultipleSelectFieldDefinition.html index 6c4ce54d..e2c5f03d 100644 --- a/docs/interfaces/lxr.MultipleSelectFieldDefinition.html +++ b/docs/interfaces/lxr.MultipleSelectFieldDefinition.html @@ -1,4 +1,4 @@ -MultipleSelectFieldDefinition | @leanix/reporting - v0.4.141

    Interface MultipleSelectFieldDefinition

    interface MultipleSelectFieldDefinition {
        activatedBy?: ActivatedByDefinition;
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "MULTIPLE_SELECT";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    activatedBy? +MultipleSelectFieldDefinition | @leanix/reporting - v0.4.142

    Interface MultipleSelectFieldDefinition

    interface MultipleSelectFieldDefinition {
        activatedBy?: ActivatedByDefinition;
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "MULTIPLE_SELECT";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    activatedBy?: ActivatedByDefinition
    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "MULTIPLE_SELECT"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    activatedBy?: ActivatedByDefinition
    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "MULTIPLE_SELECT"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.MyFactSheetSubscription.html b/docs/interfaces/lxr.MyFactSheetSubscription.html index a25d03d1..abdb9c9f 100644 --- a/docs/interfaces/lxr.MyFactSheetSubscription.html +++ b/docs/interfaces/lxr.MyFactSheetSubscription.html @@ -1,4 +1,4 @@ -MyFactSheetSubscription | @leanix/reporting - v0.4.141

    Interface MyFactSheetSubscription

    interface MyFactSheetSubscription {
        id?: string;
        roles: {
            id: string;
        }[];
        type: SubscriptionType;
    }

    Hierarchy

    Properties

    id? +MyFactSheetSubscription | @leanix/reporting - v0.4.142

    Interface MyFactSheetSubscription

    interface MyFactSheetSubscription {
        id?: string;
        roles: {
            id: string;
        }[];
        type: SubscriptionType;
    }

    Hierarchy

    Properties

    Properties

    id?: string
    roles: {
        id: string;
    }[]

    Type declaration

    • id: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id?: string
    roles: {
        id: string;
    }[]

    Type declaration

    • id: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.NavigateToInventoryFilters.html b/docs/interfaces/lxr.NavigateToInventoryFilters.html index 899705f9..b51f982d 100644 --- a/docs/interfaces/lxr.NavigateToInventoryFilters.html +++ b/docs/interfaces/lxr.NavigateToInventoryFilters.html @@ -1,5 +1,5 @@ -NavigateToInventoryFilters | @leanix/reporting - v0.4.141

    Interface NavigateToInventoryFilters

    interface NavigateToInventoryFilters {
        facetFilters: FacetFilter[];
        factSheetIds?: string[];
        fullTextSearchTerm?: string;
        sorting?: {
            key: string;
            order: "desc" | "asc";
        }[];
    }

    Properties

    facetFilters +NavigateToInventoryFilters | @leanix/reporting - v0.4.142

    Interface NavigateToInventoryFilters

    interface NavigateToInventoryFilters {
        facetFilters: FacetFilter[];
        factSheetIds?: string[];
        fullTextSearchTerm?: string;
        sorting?: {
            key: string;
            order: "desc" | "asc";
        }[];
    }

    Properties

    facetFilters: FacetFilter[]
    factSheetIds?: string[]
    fullTextSearchTerm?: string
    sorting?: {
        key: string;
        order: "desc" | "asc";
    }[]

    Type declaration

    • key: string
    • order: "desc" | "asc"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    facetFilters: FacetFilter[]
    factSheetIds?: string[]
    fullTextSearchTerm?: string
    sorting?: {
        key: string;
        order: "desc" | "asc";
    }[]

    Type declaration

    • key: string
    • order: "desc" | "asc"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.NumberRange.html b/docs/interfaces/lxr.NumberRange.html index 7950df8b..7f162071 100644 --- a/docs/interfaces/lxr.NumberRange.html +++ b/docs/interfaces/lxr.NumberRange.html @@ -1,3 +1,3 @@ -NumberRange | @leanix/reporting - v0.4.141

    Interface NumberRange

    interface NumberRange {
        max?: number;
        min?: number;
    }

    Properties

    max? +NumberRange | @leanix/reporting - v0.4.142

    Interface NumberRange

    interface NumberRange {
        max?: number;
        min?: number;
    }

    Properties

    Properties

    max?: number
    min?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    max?: number
    min?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PageInfo.html b/docs/interfaces/lxr.PageInfo.html index 37e0182c..272baba6 100644 --- a/docs/interfaces/lxr.PageInfo.html +++ b/docs/interfaces/lxr.PageInfo.html @@ -1,5 +1,5 @@ -PageInfo | @leanix/reporting - v0.4.141
    interface PageInfo {
        endCursor?: string;
        hasNextPage: boolean;
        hasPreviousPage: boolean;
        startCursor?: string;
    }

    Properties

    endCursor? +PageInfo | @leanix/reporting - v0.4.142
    interface PageInfo {
        endCursor?: string;
        hasNextPage: boolean;
        hasPreviousPage: boolean;
        startCursor?: string;
    }

    Properties

    endCursor?: string
    hasNextPage: boolean
    hasPreviousPage: boolean
    startCursor?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    endCursor?: string
    hasNextPage: boolean
    hasPreviousPage: boolean
    startCursor?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PageMargin.html b/docs/interfaces/lxr.PageMargin.html index ee2ead2c..167820ab 100644 --- a/docs/interfaces/lxr.PageMargin.html +++ b/docs/interfaces/lxr.PageMargin.html @@ -1,4 +1,4 @@ -PageMargin | @leanix/reporting - v0.4.141

    Interface PageMargin

    interface PageMargin {
        bottom?: number;
        left?: number;
        right?: number;
        top?: number;
    }

    Properties

    bottom? +PageMargin | @leanix/reporting - v0.4.142

    Interface PageMargin

    interface PageMargin {
        bottom?: number;
        left?: number;
        right?: number;
        top?: number;
    }

    Properties

    bottom? left? right? top? @@ -10,4 +10,4 @@
    top?: number

    Default

    '0'
     
    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PathFieldAttribute.html b/docs/interfaces/lxr.PathFieldAttribute.html index f5b3a192..0a284a70 100644 --- a/docs/interfaces/lxr.PathFieldAttribute.html +++ b/docs/interfaces/lxr.PathFieldAttribute.html @@ -1,4 +1,4 @@ -PathFieldAttribute | @leanix/reporting - v0.4.141

    Interface PathFieldAttribute

    interface PathFieldAttribute {
        name: string;
        path: Path;
        type: "path";
    }

    Properties

    name +PathFieldAttribute | @leanix/reporting - v0.4.142

    Interface PathFieldAttribute

    interface PathFieldAttribute {
        name: string;
        path: Path;
        type: "path";
    }

    Properties

    Properties

    name: string
    path: Path
    type: "path"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    name: string
    path: Path
    type: "path"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PathsPath.html b/docs/interfaces/lxr.PathsPath.html index e5a318c2..6fa4193b 100644 --- a/docs/interfaces/lxr.PathsPath.html +++ b/docs/interfaces/lxr.PathsPath.html @@ -1,3 +1,3 @@ -PathsPath | @leanix/reporting - v0.4.141
    interface PathsPath {
        paths: Record<string, Path>;
        type: "paths";
    }

    Properties

    paths +PathsPath | @leanix/reporting - v0.4.142
    interface PathsPath {
        paths: Record<string, Path>;
        type: "paths";
    }

    Properties

    Properties

    paths: Record<string, Path>
    type: "paths"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    paths: Record<string, Path>
    type: "paths"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PdfExportData.html b/docs/interfaces/lxr.PdfExportData.html index 4f03a824..d9b4ef14 100644 --- a/docs/interfaces/lxr.PdfExportData.html +++ b/docs/interfaces/lxr.PdfExportData.html @@ -1,4 +1,4 @@ -PdfExportData | @leanix/reporting - v0.4.141

    Interface PdfExportData

    interface PdfExportData {
        content: string;
        fitHorizontally?: boolean;
        fitVertically?: boolean;
        footer?: string;
        format?: PaperFormat;
        header?: string;
        inputType: "SVG" | "HTML";
        margin?: PageMargin;
        name: string;
        orientation?: PaperOrientation;
        outputType: "PDF";
        styles?: string;
    }

    Hierarchy

    Properties

    content +PdfExportData | @leanix/reporting - v0.4.142

    Interface PdfExportData

    interface PdfExportData {
        content: string;
        fitHorizontally?: boolean;
        fitVertically?: boolean;
        footer?: string;
        format?: PaperFormat;
        header?: string;
        inputType: "SVG" | "HTML";
        margin?: PageMargin;
        name: string;
        orientation?: PaperOrientation;
        outputType: "PDF";
        styles?: string;
    }

    Hierarchy

    Properties

    name: string
    orientation?: PaperOrientation

    Default

    'portrait'
     
    -
    outputType: "PDF"
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file +
    outputType: "PDF"
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PermissionList.html b/docs/interfaces/lxr.PermissionList.html index 5115aaea..d9fada81 100644 --- a/docs/interfaces/lxr.PermissionList.html +++ b/docs/interfaces/lxr.PermissionList.html @@ -1,6 +1,6 @@ -PermissionList | @leanix/reporting - v0.4.141

    Interface PermissionList

    interface PermissionList {
        create?: string[];
        delete?: string[];
        read?: string[];
        self?: PermissibleAction[];
        update?: string[];
    }

    Properties

    create? +PermissionList | @leanix/reporting - v0.4.142

    Interface PermissionList

    interface PermissionList {
        create?: string[];
        delete?: string[];
        read?: string[];
        self?: PermissibleAction[];
        update?: string[];
    }

    Properties

    create?: string[]
    delete?: string[]
    read?: string[]
    update?: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    create?: string[]
    delete?: string[]
    read?: string[]
    update?: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PersistedLifecyclePhase.html b/docs/interfaces/lxr.PersistedLifecyclePhase.html index 9c6724c3..803bb8f2 100644 --- a/docs/interfaces/lxr.PersistedLifecyclePhase.html +++ b/docs/interfaces/lxr.PersistedLifecyclePhase.html @@ -1,3 +1,3 @@ -PersistedLifecyclePhase | @leanix/reporting - v0.4.141

    Interface PersistedLifecyclePhase

    interface PersistedLifecyclePhase {
        phase: string;
        startDate: string;
    }

    Properties

    phase +PersistedLifecyclePhase | @leanix/reporting - v0.4.142

    Interface PersistedLifecyclePhase

    interface PersistedLifecyclePhase {
        phase: string;
        startDate: string;
    }

    Properties

    Properties

    phase: string
    startDate: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    phase: string
    startDate: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PlanChangeSet.html b/docs/interfaces/lxr.PlanChangeSet.html index ec222299..6d8aef50 100644 --- a/docs/interfaces/lxr.PlanChangeSet.html +++ b/docs/interfaces/lxr.PlanChangeSet.html @@ -1,6 +1,6 @@ -PlanChangeSet | @leanix/reporting - v0.4.141

    Interface PlanChangeSet

    interface PlanChangeSet {
        date?: string;
        intervalStep?: number;
        milestoneId?: string;
        planId: string;
        type: "plan";
    }

    Properties

    date? +PlanChangeSet | @leanix/reporting - v0.4.142

    Interface PlanChangeSet

    interface PlanChangeSet {
        date?: string;
        intervalStep?: number;
        milestoneId?: string;
        planId: string;
        type: "plan";
    }

    Properties

    date?: string
    intervalStep?: number
    milestoneId?: string
    planId: string
    type: "plan"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    date?: string
    intervalStep?: number
    milestoneId?: string
    planId: string
    type: "plan"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PointOfViewInput.html b/docs/interfaces/lxr.PointOfViewInput.html index a98396a9..72513eec 100644 --- a/docs/interfaces/lxr.PointOfViewInput.html +++ b/docs/interfaces/lxr.PointOfViewInput.html @@ -1,3 +1,3 @@ -PointOfViewInput | @leanix/reporting - v0.4.141

    Interface PointOfViewInput

    interface PointOfViewInput {
        changeSet?: ChangeSet;
        id: string;
    }

    Properties

    changeSet? +PointOfViewInput | @leanix/reporting - v0.4.142

    Interface PointOfViewInput

    interface PointOfViewInput {
        changeSet?: ChangeSet;
        id: string;
    }

    Properties

    Properties

    changeSet?: ChangeSet
    id: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    changeSet?: ChangeSet
    id: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.PointOfViewResponse.html b/docs/interfaces/lxr.PointOfViewResponse.html index effa82c6..21898fb3 100644 --- a/docs/interfaces/lxr.PointOfViewResponse.html +++ b/docs/interfaces/lxr.PointOfViewResponse.html @@ -1,3 +1,3 @@ -PointOfViewResponse | @leanix/reporting - v0.4.141

    Interface PointOfViewResponse

    interface PointOfViewResponse {
        id: string;
        items: ProjectionItem[];
    }

    Properties

    id +PointOfViewResponse | @leanix/reporting - v0.4.142

    Interface PointOfViewResponse

    interface PointOfViewResponse {
        id: string;
        items: ProjectionItem[];
    }

    Properties

    Properties

    id: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectStatusFieldDefinition.html b/docs/interfaces/lxr.ProjectStatusFieldDefinition.html index 560a3c5b..a79849fa 100644 --- a/docs/interfaces/lxr.ProjectStatusFieldDefinition.html +++ b/docs/interfaces/lxr.ProjectStatusFieldDefinition.html @@ -1,4 +1,4 @@ -ProjectStatusFieldDefinition | @leanix/reporting - v0.4.141

    Interface ProjectStatusFieldDefinition

    interface ProjectStatusFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "PROJECT_STATUS";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +ProjectStatusFieldDefinition | @leanix/reporting - v0.4.142

    Interface ProjectStatusFieldDefinition

    interface ProjectStatusFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "PROJECT_STATUS";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "PROJECT_STATUS"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "PROJECT_STATUS"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionAll.html b/docs/interfaces/lxr.ProjectionAll.html index 0eb50657..973a02fe 100644 --- a/docs/interfaces/lxr.ProjectionAll.html +++ b/docs/interfaces/lxr.ProjectionAll.html @@ -1,3 +1,3 @@ -ProjectionAll | @leanix/reporting - v0.4.141

    Interface ProjectionAll

    interface ProjectionAll {
        filters: ProjectionFilter[];
        type: "all";
    }

    Properties

    filters +ProjectionAll | @leanix/reporting - v0.4.142

    Interface ProjectionAll

    interface ProjectionAll {
        filters: ProjectionFilter[];
        type: "all";
    }

    Properties

    Properties

    filters: ProjectionFilter[]
    type: "all"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    filters: ProjectionFilter[]
    type: "all"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionAny.html b/docs/interfaces/lxr.ProjectionAny.html index 03feb33c..8acf7710 100644 --- a/docs/interfaces/lxr.ProjectionAny.html +++ b/docs/interfaces/lxr.ProjectionAny.html @@ -1,3 +1,3 @@ -ProjectionAny | @leanix/reporting - v0.4.141

    Interface ProjectionAny

    interface ProjectionAny {
        filters: ProjectionFilter[];
        type: "any";
    }

    Properties

    filters +ProjectionAny | @leanix/reporting - v0.4.142

    Interface ProjectionAny

    interface ProjectionAny {
        filters: ProjectionFilter[];
        type: "any";
    }

    Properties

    Properties

    filters: ProjectionFilter[]
    type: "any"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    filters: ProjectionFilter[]
    type: "any"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionContainsFilter.html b/docs/interfaces/lxr.ProjectionContainsFilter.html index 577eacb7..ccc8547c 100644 --- a/docs/interfaces/lxr.ProjectionContainsFilter.html +++ b/docs/interfaces/lxr.ProjectionContainsFilter.html @@ -1,5 +1,5 @@ -ProjectionContainsFilter | @leanix/reporting - v0.4.141

    Interface ProjectionContainsFilter

    interface ProjectionContainsFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "contains";
    }

    Properties

    fieldName +ProjectionContainsFilter | @leanix/reporting - v0.4.142

    Interface ProjectionContainsFilter

    interface ProjectionContainsFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "contains";
    }

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "contains"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "contains"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionEqualsFilter.html b/docs/interfaces/lxr.ProjectionEqualsFilter.html index 502f8314..2f7c748a 100644 --- a/docs/interfaces/lxr.ProjectionEqualsFilter.html +++ b/docs/interfaces/lxr.ProjectionEqualsFilter.html @@ -1,5 +1,5 @@ -ProjectionEqualsFilter | @leanix/reporting - v0.4.141

    Interface ProjectionEqualsFilter

    interface ProjectionEqualsFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "equals";
    }

    Properties

    fieldName +ProjectionEqualsFilter | @leanix/reporting - v0.4.142

    Interface ProjectionEqualsFilter

    interface ProjectionEqualsFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "equals";
    }

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "equals"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "equals"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionFactSheetTypeFilter.html b/docs/interfaces/lxr.ProjectionFactSheetTypeFilter.html index b55025c5..c3c67ef1 100644 --- a/docs/interfaces/lxr.ProjectionFactSheetTypeFilter.html +++ b/docs/interfaces/lxr.ProjectionFactSheetTypeFilter.html @@ -1,3 +1,3 @@ -ProjectionFactSheetTypeFilter | @leanix/reporting - v0.4.141

    Interface ProjectionFactSheetTypeFilter

    interface ProjectionFactSheetTypeFilter {
        type: "factSheetType";
        types: string[];
    }

    Properties

    type +ProjectionFactSheetTypeFilter | @leanix/reporting - v0.4.142

    Interface ProjectionFactSheetTypeFilter

    interface ProjectionFactSheetTypeFilter {
        type: "factSheetType";
        types: string[];
    }

    Properties

    Properties

    type: "factSheetType"
    types: string[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    type: "factSheetType"
    types: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionForAnyRelationFilter.html b/docs/interfaces/lxr.ProjectionForAnyRelationFilter.html index d12aafbc..40fa5512 100644 --- a/docs/interfaces/lxr.ProjectionForAnyRelationFilter.html +++ b/docs/interfaces/lxr.ProjectionForAnyRelationFilter.html @@ -1,4 +1,4 @@ -ProjectionForAnyRelationFilter | @leanix/reporting - v0.4.141

    Interface ProjectionForAnyRelationFilter

    interface ProjectionForAnyRelationFilter {
        filters: ProjectionFilter[];
        relation: string;
        type: "forAnyRelation";
    }

    Properties

    filters +ProjectionForAnyRelationFilter | @leanix/reporting - v0.4.142

    Interface ProjectionForAnyRelationFilter

    interface ProjectionForAnyRelationFilter {
        filters: ProjectionFilter[];
        relation: string;
        type: "forAnyRelation";
    }

    Properties

    Properties

    filters: ProjectionFilter[]
    relation: string
    type: "forAnyRelation"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    filters: ProjectionFilter[]
    relation: string
    type: "forAnyRelation"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionForFactSheetFilter.html b/docs/interfaces/lxr.ProjectionForFactSheetFilter.html index a27a846b..c2786b45 100644 --- a/docs/interfaces/lxr.ProjectionForFactSheetFilter.html +++ b/docs/interfaces/lxr.ProjectionForFactSheetFilter.html @@ -1,4 +1,4 @@ -ProjectionForFactSheetFilter | @leanix/reporting - v0.4.141

    Interface ProjectionForFactSheetFilter

    interface ProjectionForFactSheetFilter {
        direction: ProjectionFilterDirection;
        filters: ProjectionFilter[];
        type: "forFactSheet";
    }

    Properties

    direction +ProjectionForFactSheetFilter | @leanix/reporting - v0.4.142

    Interface ProjectionForFactSheetFilter

    interface ProjectionForFactSheetFilter {
        direction: ProjectionFilterDirection;
        filters: ProjectionFilter[];
        type: "forFactSheet";
    }

    Properties

    Properties

    direction: ProjectionFilterDirection
    filters: ProjectionFilter[]
    type: "forFactSheet"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    direction: ProjectionFilterDirection
    filters: ProjectionFilter[]
    type: "forFactSheet"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionFullTextFilter.html b/docs/interfaces/lxr.ProjectionFullTextFilter.html index f6135fa1..1b62cafc 100644 --- a/docs/interfaces/lxr.ProjectionFullTextFilter.html +++ b/docs/interfaces/lxr.ProjectionFullTextFilter.html @@ -1,3 +1,3 @@ -ProjectionFullTextFilter | @leanix/reporting - v0.4.141

    Interface ProjectionFullTextFilter

    interface ProjectionFullTextFilter {
        text: string;
        type: "fullText";
    }

    Properties

    text +ProjectionFullTextFilter | @leanix/reporting - v0.4.142

    Interface ProjectionFullTextFilter

    interface ProjectionFullTextFilter {
        text: string;
        type: "fullText";
    }

    Properties

    Properties

    text: string
    type: "fullText"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    text: string
    type: "fullText"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionGreaterOrEqualFilter.html b/docs/interfaces/lxr.ProjectionGreaterOrEqualFilter.html index 0c5ff421..ce74c50c 100644 --- a/docs/interfaces/lxr.ProjectionGreaterOrEqualFilter.html +++ b/docs/interfaces/lxr.ProjectionGreaterOrEqualFilter.html @@ -1,5 +1,5 @@ -ProjectionGreaterOrEqualFilter | @leanix/reporting - v0.4.141

    Interface ProjectionGreaterOrEqualFilter

    interface ProjectionGreaterOrEqualFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "greaterEqual";
    }

    Properties

    fieldName +ProjectionGreaterOrEqualFilter | @leanix/reporting - v0.4.142

    Interface ProjectionGreaterOrEqualFilter

    interface ProjectionGreaterOrEqualFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "greaterEqual";
    }

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "greaterEqual"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "greaterEqual"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionGreaterThanFilter.html b/docs/interfaces/lxr.ProjectionGreaterThanFilter.html index 233bcb5b..704a0f4f 100644 --- a/docs/interfaces/lxr.ProjectionGreaterThanFilter.html +++ b/docs/interfaces/lxr.ProjectionGreaterThanFilter.html @@ -1,5 +1,5 @@ -ProjectionGreaterThanFilter | @leanix/reporting - v0.4.141

    Interface ProjectionGreaterThanFilter

    interface ProjectionGreaterThanFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "greater";
    }

    Properties

    fieldName +ProjectionGreaterThanFilter | @leanix/reporting - v0.4.142

    Interface ProjectionGreaterThanFilter

    interface ProjectionGreaterThanFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "greater";
    }

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "greater"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "greater"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionInFilter.html b/docs/interfaces/lxr.ProjectionInFilter.html index 28075a62..daa768b5 100644 --- a/docs/interfaces/lxr.ProjectionInFilter.html +++ b/docs/interfaces/lxr.ProjectionInFilter.html @@ -1,5 +1,5 @@ -ProjectionInFilter | @leanix/reporting - v0.4.141

    Interface ProjectionInFilter

    interface ProjectionInFilter {
        fieldName: string;
        fieldValue: unknown[];
        path?: string;
        type: "in";
    }

    Properties

    fieldName +ProjectionInFilter | @leanix/reporting - v0.4.142

    Interface ProjectionInFilter

    interface ProjectionInFilter {
        fieldName: string;
        fieldValue: unknown[];
        path?: string;
        type: "in";
    }

    Properties

    fieldName: string
    fieldValue: unknown[]
    path?: string
    type: "in"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fieldName: string
    fieldValue: unknown[]
    path?: string
    type: "in"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItem.html b/docs/interfaces/lxr.ProjectionItem.html index dfaf1bc7..6491032e 100644 --- a/docs/interfaces/lxr.ProjectionItem.html +++ b/docs/interfaces/lxr.ProjectionItem.html @@ -1 +1 @@ -ProjectionItem | @leanix/reporting - v0.4.141

    Interface ProjectionItem

    interface ProjectionItem {
        [attributeKey: string]: ProjectionItemValue | ProjectionItemValueMap;
    }

    Indexable

    Generated using TypeDoc

    \ No newline at end of file +ProjectionItem | @leanix/reporting - v0.4.142

    Interface ProjectionItem

    interface ProjectionItem {
        [attributeKey: string]: ProjectionItemValue | ProjectionItemValueMap;
    }

    Indexable

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemExternalId.html b/docs/interfaces/lxr.ProjectionItemExternalId.html index 0bdb910c..10c85471 100644 --- a/docs/interfaces/lxr.ProjectionItemExternalId.html +++ b/docs/interfaces/lxr.ProjectionItemExternalId.html @@ -1,6 +1,6 @@ -ProjectionItemExternalId | @leanix/reporting - v0.4.141

    Interface ProjectionItemExternalId

    interface ProjectionItemExternalId {
        comment: string;
        externalId: string;
        externalUrl: string;
        externalVersion: string;
        status: string;
    }

    Properties

    comment +ProjectionItemExternalId | @leanix/reporting - v0.4.142

    Interface ProjectionItemExternalId

    interface ProjectionItemExternalId {
        comment: string;
        externalId: string;
        externalUrl: string;
        externalVersion: string;
        status: string;
    }

    Properties

    comment: string
    externalId: string
    externalUrl: string
    externalVersion: string
    status: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    comment: string
    externalId: string
    externalUrl: string
    externalVersion: string
    status: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemLifecycle.html b/docs/interfaces/lxr.ProjectionItemLifecycle.html index 2f337594..0044f955 100644 --- a/docs/interfaces/lxr.ProjectionItemLifecycle.html +++ b/docs/interfaces/lxr.ProjectionItemLifecycle.html @@ -1,4 +1,4 @@ -ProjectionItemLifecycle | @leanix/reporting - v0.4.141

    Interface ProjectionItemLifecycle

    interface ProjectionItemLifecycle {
        currentPhase: string;
        phases: Record<string, string>;
    }

    Properties

    currentPhase +ProjectionItemLifecycle | @leanix/reporting - v0.4.142

    Interface ProjectionItemLifecycle

    interface ProjectionItemLifecycle {
        currentPhase: string;
        phases: Record<string, string>;
    }

    Properties

    Properties

    currentPhase: string
    phases: Record<string, string>

    Map of phase name to date

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemLocation.html b/docs/interfaces/lxr.ProjectionItemLocation.html index 325083a9..25218f99 100644 --- a/docs/interfaces/lxr.ProjectionItemLocation.html +++ b/docs/interfaces/lxr.ProjectionItemLocation.html @@ -1,4 +1,4 @@ -ProjectionItemLocation | @leanix/reporting - v0.4.141

    Interface ProjectionItemLocation

    interface ProjectionItemLocation {
        geoAddress: string;
        geoCity: string;
        geoCountry: string;
        geoCountryCode: string;
        geoHouseNumber: string;
        geoPostalCode: string;
        geoStreet: string;
        latitude: number;
        longitude: number;
        rawAddress: string;
    }

    Properties

    geoAddress +ProjectionItemLocation | @leanix/reporting - v0.4.142

    Interface ProjectionItemLocation

    interface ProjectionItemLocation {
        geoAddress: string;
        geoCity: string;
        geoCountry: string;
        geoCountryCode: string;
        geoHouseNumber: string;
        geoPostalCode: string;
        geoStreet: string;
        latitude: number;
        longitude: number;
        rawAddress: string;
    }

    Properties

    geoAddress: string
    geoCity: string
    geoCountry: string
    geoCountryCode: string
    geoHouseNumber: string
    geoPostalCode: string
    geoStreet: string
    latitude: number
    longitude: number
    rawAddress: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    geoAddress: string
    geoCity: string
    geoCountry: string
    geoCountryCode: string
    geoHouseNumber: string
    geoPostalCode: string
    geoStreet: string
    latitude: number
    longitude: number
    rawAddress: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemPermittedAcl.html b/docs/interfaces/lxr.ProjectionItemPermittedAcl.html index 15d3865e..880b1569 100644 --- a/docs/interfaces/lxr.ProjectionItemPermittedAcl.html +++ b/docs/interfaces/lxr.ProjectionItemPermittedAcl.html @@ -1,3 +1,3 @@ -ProjectionItemPermittedAcl | @leanix/reporting - v0.4.141

    Interface ProjectionItemPermittedAcl

    interface ProjectionItemPermittedAcl {
        id: string;
        name: string;
    }

    Properties

    id +ProjectionItemPermittedAcl | @leanix/reporting - v0.4.142

    Interface ProjectionItemPermittedAcl

    interface ProjectionItemPermittedAcl {
        id: string;
        name: string;
    }

    Properties

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemProjectStatus.html b/docs/interfaces/lxr.ProjectionItemProjectStatus.html index 23ff3b00..86a58dd2 100644 --- a/docs/interfaces/lxr.ProjectionItemProjectStatus.html +++ b/docs/interfaces/lxr.ProjectionItemProjectStatus.html @@ -1,3 +1,3 @@ -ProjectionItemProjectStatus | @leanix/reporting - v0.4.141

    Interface ProjectionItemProjectStatus

    interface ProjectionItemProjectStatus {
        current: ProjectionItemProjectStatusEntry;
        values: Record<string, ProjectionItemProjectStatusEntry>;
    }

    Properties

    current +ProjectionItemProjectStatus | @leanix/reporting - v0.4.142

    Interface ProjectionItemProjectStatus

    interface ProjectionItemProjectStatus {
        current: ProjectionItemProjectStatusEntry;
        values: Record<string, ProjectionItemProjectStatusEntry>;
    }

    Properties

    Properties

    values: Record<string, ProjectionItemProjectStatusEntry>

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    values: Record<string, ProjectionItemProjectStatusEntry>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemProjectStatusEntry.html b/docs/interfaces/lxr.ProjectionItemProjectStatusEntry.html index 8d015efc..21209e10 100644 --- a/docs/interfaces/lxr.ProjectionItemProjectStatusEntry.html +++ b/docs/interfaces/lxr.ProjectionItemProjectStatusEntry.html @@ -1,4 +1,4 @@ -ProjectionItemProjectStatusEntry | @leanix/reporting - v0.4.141

    Interface ProjectionItemProjectStatusEntry

    interface ProjectionItemProjectStatusEntry {
        date: string;
        progress: number;
        status: string;
    }

    Properties

    date +ProjectionItemProjectStatusEntry | @leanix/reporting - v0.4.142

    Interface ProjectionItemProjectStatusEntry

    interface ProjectionItemProjectStatusEntry {
        date: string;
        progress: number;
        status: string;
    }

    Properties

    Properties

    date: string
    progress: number
    status: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    date: string
    progress: number
    status: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemRelation.html b/docs/interfaces/lxr.ProjectionItemRelation.html index a23887a7..a7607308 100644 --- a/docs/interfaces/lxr.ProjectionItemRelation.html +++ b/docs/interfaces/lxr.ProjectionItemRelation.html @@ -1,3 +1,3 @@ -ProjectionItemRelation | @leanix/reporting - v0.4.141

    Interface ProjectionItemRelation

    interface ProjectionItemRelation {
        constrainedBy: Record<string, string>;
        id: string;
    }

    Properties

    constrainedBy +ProjectionItemRelation | @leanix/reporting - v0.4.142

    Interface ProjectionItemRelation

    interface ProjectionItemRelation {
        constrainedBy: Record<string, string>;
        id: string;
    }

    Properties

    Properties

    constrainedBy: Record<string, string>
    id: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    constrainedBy: Record<string, string>
    id: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemSubscription.html b/docs/interfaces/lxr.ProjectionItemSubscription.html index de5a5934..9377e2ee 100644 --- a/docs/interfaces/lxr.ProjectionItemSubscription.html +++ b/docs/interfaces/lxr.ProjectionItemSubscription.html @@ -1,5 +1,5 @@ -ProjectionItemSubscription | @leanix/reporting - v0.4.141

    Interface ProjectionItemSubscription

    interface ProjectionItemSubscription {
        id: string;
        linkedRoles: ProjectionItemSubscriptionRole[];
        type: SubscriptionType;
        userId: string;
    }

    Properties

    id +ProjectionItemSubscription | @leanix/reporting - v0.4.142

    Interface ProjectionItemSubscription

    interface ProjectionItemSubscription {
        id: string;
        linkedRoles: ProjectionItemSubscriptionRole[];
        type: SubscriptionType;
        userId: string;
    }

    Properties

    id: string
    userId: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    userId: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionItemSubscriptionRole.html b/docs/interfaces/lxr.ProjectionItemSubscriptionRole.html index 9dc2404e..bdc9acd8 100644 --- a/docs/interfaces/lxr.ProjectionItemSubscriptionRole.html +++ b/docs/interfaces/lxr.ProjectionItemSubscriptionRole.html @@ -1,5 +1,5 @@ -ProjectionItemSubscriptionRole | @leanix/reporting - v0.4.141

    Interface ProjectionItemSubscriptionRole

    interface ProjectionItemSubscriptionRole {
        comment: string;
        description: string;
        name: string;
        roleId: string;
    }

    Properties

    comment +ProjectionItemSubscriptionRole | @leanix/reporting - v0.4.142

    Interface ProjectionItemSubscriptionRole

    interface ProjectionItemSubscriptionRole {
        comment: string;
        description: string;
        name: string;
        roleId: string;
    }

    Properties

    comment: string
    description: string
    name: string
    roleId: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    comment: string
    description: string
    name: string
    roleId: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionLessOrEqualFilter.html b/docs/interfaces/lxr.ProjectionLessOrEqualFilter.html index d637a6f7..15f0a8f1 100644 --- a/docs/interfaces/lxr.ProjectionLessOrEqualFilter.html +++ b/docs/interfaces/lxr.ProjectionLessOrEqualFilter.html @@ -1,5 +1,5 @@ -ProjectionLessOrEqualFilter | @leanix/reporting - v0.4.141

    Interface ProjectionLessOrEqualFilter

    interface ProjectionLessOrEqualFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "lessEqual";
    }

    Properties

    fieldName +ProjectionLessOrEqualFilter | @leanix/reporting - v0.4.142

    Interface ProjectionLessOrEqualFilter

    interface ProjectionLessOrEqualFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "lessEqual";
    }

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "lessEqual"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "lessEqual"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionLessThanFilter.html b/docs/interfaces/lxr.ProjectionLessThanFilter.html index 9bd8928c..672b762a 100644 --- a/docs/interfaces/lxr.ProjectionLessThanFilter.html +++ b/docs/interfaces/lxr.ProjectionLessThanFilter.html @@ -1,5 +1,5 @@ -ProjectionLessThanFilter | @leanix/reporting - v0.4.141

    Interface ProjectionLessThanFilter

    interface ProjectionLessThanFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "less";
    }

    Properties

    fieldName +ProjectionLessThanFilter | @leanix/reporting - v0.4.142

    Interface ProjectionLessThanFilter

    interface ProjectionLessThanFilter {
        fieldName: string;
        fieldValue: unknown;
        path?: string;
        type: "less";
    }

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "less"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fieldName: string
    fieldValue: unknown
    path?: string
    type: "less"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionNone.html b/docs/interfaces/lxr.ProjectionNone.html index aebc019e..837fafca 100644 --- a/docs/interfaces/lxr.ProjectionNone.html +++ b/docs/interfaces/lxr.ProjectionNone.html @@ -1,3 +1,3 @@ -ProjectionNone | @leanix/reporting - v0.4.141

    Interface ProjectionNone

    interface ProjectionNone {
        filters: ProjectionFilter[];
        type: "none";
    }

    Properties

    filters +ProjectionNone | @leanix/reporting - v0.4.142

    Interface ProjectionNone

    interface ProjectionNone {
        filters: ProjectionFilter[];
        type: "none";
    }

    Properties

    Properties

    filters: ProjectionFilter[]
    type: "none"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    filters: ProjectionFilter[]
    type: "none"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionsQueryParams.html b/docs/interfaces/lxr.ProjectionsQueryParams.html index 69df3374..3b71fc7a 100644 --- a/docs/interfaces/lxr.ProjectionsQueryParams.html +++ b/docs/interfaces/lxr.ProjectionsQueryParams.html @@ -1,4 +1,4 @@ -ProjectionsQueryParams | @leanix/reporting - v0.4.141

    Interface ProjectionsQueryParams

    interface ProjectionsQueryParams {
        attributes: ProjectionAttribute[];
        filters: ProjectionFilter[];
        pointsOfView: PointOfViewInput[];
    }

    Properties

    attributes +ProjectionsQueryParams | @leanix/reporting - v0.4.142

    Interface ProjectionsQueryParams

    interface ProjectionsQueryParams {
        attributes: ProjectionAttribute[];
        filters: ProjectionFilter[];
        pointsOfView: PointOfViewInput[];
    }

    Properties

    attributes: ProjectionAttribute[]
    filters: ProjectionFilter[]
    pointsOfView: PointOfViewInput[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    attributes: ProjectionAttribute[]
    filters: ProjectionFilter[]
    pointsOfView: PointOfViewInput[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ProjectionsResponse.html b/docs/interfaces/lxr.ProjectionsResponse.html index f71963a3..f2bbca0a 100644 --- a/docs/interfaces/lxr.ProjectionsResponse.html +++ b/docs/interfaces/lxr.ProjectionsResponse.html @@ -1,2 +1,2 @@ -ProjectionsResponse | @leanix/reporting - v0.4.141

    Interface ProjectionsResponse

    interface ProjectionsResponse {
        data: PointOfViewResponse[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +ProjectionsResponse | @leanix/reporting - v0.4.142

    Interface ProjectionsResponse

    interface ProjectionsResponse {
        data: PointOfViewResponse[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.QualitySealConfig.html b/docs/interfaces/lxr.QualitySealConfig.html index a978f9fe..5cbeed17 100644 --- a/docs/interfaces/lxr.QualitySealConfig.html +++ b/docs/interfaces/lxr.QualitySealConfig.html @@ -1,4 +1,4 @@ -QualitySealConfig | @leanix/reporting - v0.4.141

    Interface QualitySealConfig

    interface QualitySealConfig {
        enabled: boolean;
        unit: TimeUnit;
        value: number;
    }

    Properties

    enabled +QualitySealConfig | @leanix/reporting - v0.4.142

    Interface QualitySealConfig

    interface QualitySealConfig {
        enabled: boolean;
        unit: TimeUnit;
        value: number;
    }

    Properties

    Properties

    enabled: boolean
    unit: TimeUnit
    value: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    enabled: boolean
    unit: TimeUnit
    value: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.QualitySealStatusFieldDefinition.html b/docs/interfaces/lxr.QualitySealStatusFieldDefinition.html index f2098946..63452690 100644 --- a/docs/interfaces/lxr.QualitySealStatusFieldDefinition.html +++ b/docs/interfaces/lxr.QualitySealStatusFieldDefinition.html @@ -1,8 +1,8 @@ -QualitySealStatusFieldDefinition | @leanix/reporting - v0.4.141

    Interface QualitySealStatusFieldDefinition

    interface QualitySealStatusFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "QUALITYSEALSTATUS";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +QualitySealStatusFieldDefinition | @leanix/reporting - v0.4.142

    Interface QualitySealStatusFieldDefinition

    interface QualitySealStatusFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "QUALITYSEALSTATUS";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "QUALITYSEALSTATUS"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "QUALITYSEALSTATUS"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RasterImageExportData.html b/docs/interfaces/lxr.RasterImageExportData.html index 042a961e..34e264f5 100644 --- a/docs/interfaces/lxr.RasterImageExportData.html +++ b/docs/interfaces/lxr.RasterImageExportData.html @@ -1,6 +1,6 @@ -RasterImageExportData | @leanix/reporting - v0.4.141

    Interface RasterImageExportData

    interface RasterImageExportData {
        content: string;
        inputType: "SVG" | "HTML";
        name: string;
        outputType: "JPEG" | "PNG";
        styles?: string;
    }

    Hierarchy

    Properties

    content +RasterImageExportData | @leanix/reporting - v0.4.142

    Interface RasterImageExportData

    interface RasterImageExportData {
        content: string;
        inputType: "SVG" | "HTML";
        name: string;
        outputType: "JPEG" | "PNG";
        styles?: string;
    }

    Hierarchy

    Properties

    content: string
    inputType: "SVG" | "HTML"
    name: string
    outputType: "JPEG" | "PNG"
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    content: string
    inputType: "SVG" | "HTML"
    name: string
    outputType: "JPEG" | "PNG"
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReadAccessControlListFieldDefinition.html b/docs/interfaces/lxr.ReadAccessControlListFieldDefinition.html index d820a8be..6b8de7a6 100644 --- a/docs/interfaces/lxr.ReadAccessControlListFieldDefinition.html +++ b/docs/interfaces/lxr.ReadAccessControlListFieldDefinition.html @@ -1,8 +1,8 @@ -ReadAccessControlListFieldDefinition | @leanix/reporting - v0.4.141

    Interface ReadAccessControlListFieldDefinition

    interface ReadAccessControlListFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "READ_ACCESS_CONTROL_LIST";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +ReadAccessControlListFieldDefinition | @leanix/reporting - v0.4.142

    Interface ReadAccessControlListFieldDefinition

    interface ReadAccessControlListFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "READ_ACCESS_CONTROL_LIST";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "READ_ACCESS_CONTROL_LIST"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "READ_ACCESS_CONTROL_LIST"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationDataModel.html b/docs/interfaces/lxr.RelationDataModel.html index bd629825..91ae1a3a 100644 --- a/docs/interfaces/lxr.RelationDataModel.html +++ b/docs/interfaces/lxr.RelationDataModel.html @@ -1,6 +1,6 @@ -RelationDataModel | @leanix/reporting - v0.4.141

    Interface RelationDataModel

    interface RelationDataModel {
        constrainingRelations?: string[];
        constraints: RelationConstraint[];
        fields: DataModelFieldsDefinition;
        from: DirectionalRelationDataModel;
        to: DirectionalRelationDataModel;
    }

    Properties

    constrainingRelations? +RelationDataModel | @leanix/reporting - v0.4.142

    Interface RelationDataModel

    interface RelationDataModel {
        constrainingRelations?: string[];
        constraints: RelationConstraint[];
        fields: DataModelFieldsDefinition;
        from: DirectionalRelationDataModel;
        to: DirectionalRelationDataModel;
    }

    Properties

    constrainingRelations?: string[]
    constraints: RelationConstraint[]

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    constrainingRelations?: string[]
    constraints: RelationConstraint[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationFieldAttribute.html b/docs/interfaces/lxr.RelationFieldAttribute.html index e309a2ec..1bc610d6 100644 --- a/docs/interfaces/lxr.RelationFieldAttribute.html +++ b/docs/interfaces/lxr.RelationFieldAttribute.html @@ -1,5 +1,5 @@ -RelationFieldAttribute | @leanix/reporting - v0.4.141

    Interface RelationFieldAttribute

    interface RelationFieldAttribute {
        field: string;
        name: string;
        relation: string;
        type: "relationField";
    }

    Properties

    field +RelationFieldAttribute | @leanix/reporting - v0.4.142

    Interface RelationFieldAttribute

    interface RelationFieldAttribute {
        field: string;
        name: string;
        relation: string;
        type: "relationField";
    }

    Properties

    Properties

    field: string
    name: string
    relation: string
    type: "relationField"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    field: string
    name: string
    relation: string
    type: "relationField"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationFieldDefinition.html b/docs/interfaces/lxr.RelationFieldDefinition.html index bf630d80..9c509b53 100644 --- a/docs/interfaces/lxr.RelationFieldDefinition.html +++ b/docs/interfaces/lxr.RelationFieldDefinition.html @@ -1,4 +1,4 @@ -RelationFieldDefinition | @leanix/reporting - v0.4.141

    Interface RelationFieldDefinition

    interface RelationFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        relationDefinition: RelationDataModel;
        type: "RELATION";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +RelationFieldDefinition | @leanix/reporting - v0.4.142

    Interface RelationFieldDefinition

    interface RelationFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        relationDefinition: RelationDataModel;
        type: "RELATION";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    relationDefinition: RelationDataModel
    type: "RELATION"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    relationDefinition: RelationDataModel
    type: "RELATION"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationFieldDescription.html b/docs/interfaces/lxr.RelationFieldDescription.html index c2fe14db..dbb67dfd 100644 --- a/docs/interfaces/lxr.RelationFieldDescription.html +++ b/docs/interfaces/lxr.RelationFieldDescription.html @@ -1,8 +1,8 @@ -RelationFieldDescription | @leanix/reporting - v0.4.141

    Interface RelationFieldDescription

    interface RelationFieldDescription {
        activeOnly: boolean;
        field: string;
        fieldType: FieldType;
        name: string;
        relation: string;
        targetFactSheetType: string;
        type: "relationField";
    }

    Properties

    activeOnly +RelationFieldDescription | @leanix/reporting - v0.4.142

    Interface RelationFieldDescription

    interface RelationFieldDescription {
        activeOnly: boolean;
        field: string;
        fieldType: FieldType;
        name: string;
        relation: string;
        targetFactSheetType: string;
        type: "relationField";
    }

    Properties

    activeOnly: boolean
    field: string
    fieldType: FieldType
    name: string
    relation: string
    targetFactSheetType: string
    type: "relationField"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    activeOnly: boolean
    field: string
    fieldType: FieldType
    name: string
    relation: string
    targetFactSheetType: string
    type: "relationField"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationMappingDataModel.html b/docs/interfaces/lxr.RelationMappingDataModel.html index ebd74f61..0ce3fd24 100644 --- a/docs/interfaces/lxr.RelationMappingDataModel.html +++ b/docs/interfaces/lxr.RelationMappingDataModel.html @@ -1,4 +1,4 @@ -RelationMappingDataModel | @leanix/reporting - v0.4.141

    Interface RelationMappingDataModel

    interface RelationMappingDataModel {
        direction: string;
        persistedName: string;
        reverseName: string;
    }

    Properties

    direction +RelationMappingDataModel | @leanix/reporting - v0.4.142

    Interface RelationMappingDataModel

    interface RelationMappingDataModel {
        direction: string;
        persistedName: string;
        reverseName: string;
    }

    Properties

    direction: string
    persistedName: string
    reverseName: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    direction: string
    persistedName: string
    reverseName: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationPath.html b/docs/interfaces/lxr.RelationPath.html index 9e05817b..a4a48e34 100644 --- a/docs/interfaces/lxr.RelationPath.html +++ b/docs/interfaces/lxr.RelationPath.html @@ -1,4 +1,4 @@ -RelationPath | @leanix/reporting - v0.4.141

    Interface RelationPath

    interface RelationPath {
        path: Path;
        relation: string;
        type: "relation";
    }

    Properties

    path +RelationPath | @leanix/reporting - v0.4.142

    Interface RelationPath

    interface RelationPath {
        path: Path;
        relation: string;
        type: "relation";
    }

    Properties

    Properties

    path: Path
    relation: string
    type: "relation"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    path: Path
    relation: string
    type: "relation"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationTranslation.html b/docs/interfaces/lxr.RelationTranslation.html index ebb1d188..a002e008 100644 --- a/docs/interfaces/lxr.RelationTranslation.html +++ b/docs/interfaces/lxr.RelationTranslation.html @@ -1,3 +1,3 @@ -RelationTranslation | @leanix/reporting - v0.4.141

    Interface RelationTranslation

    interface RelationTranslation {
        fields: Record<string, FieldTranslation>;
        label: string;
    }

    Properties

    fields +RelationTranslation | @leanix/reporting - v0.4.142

    Interface RelationTranslation

    interface RelationTranslation {
        fields: Record<string, FieldTranslation>;
        label: string;
    }

    Properties

    Properties

    fields: Record<string, FieldTranslation>
    label: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fields: Record<string, FieldTranslation>
    label: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.RelationUpdate.html b/docs/interfaces/lxr.RelationUpdate.html index f59cafdb..a741237f 100644 --- a/docs/interfaces/lxr.RelationUpdate.html +++ b/docs/interfaces/lxr.RelationUpdate.html @@ -1,4 +1,4 @@ -RelationUpdate | @leanix/reporting - v0.4.141

    Interface RelationUpdateBeta

    Sidepane Fact Sheet Relation Update

    +RelationUpdate | @leanix/reporting - v0.4.142

    Interface RelationUpdateBeta

    Sidepane Fact Sheet Relation Update

    interface RelationUpdate {
        name: string;
        value: {
            new: {
                id: string;
                toFsId: string;
            };
            old: {
                id: string;
                toFsId: string;
            };
        };
    }

    Properties

    Properties

    name: string
    value: {
        new: {
            id: string;
            toFsId: string;
        };
        old: {
            id: string;
            toFsId: string;
        };
    }

    Type declaration

    • new: {
          id: string;
          toFsId: string;
      }
      • id: string
      • toFsId: string
    • old: {
          id: string;
          toFsId: string;
      }
      • id: string
      • toFsId: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    name: string
    value: {
        new: {
            id: string;
            toFsId: string;
        };
        old: {
            id: string;
            toFsId: string;
        };
    }

    Type declaration

    • new: {
          id: string;
          toFsId: string;
      }
      • id: string
      • toFsId: string
    • old: {
          id: string;
          toFsId: string;
      }
      • id: string
      • toFsId: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportConfiguration.html b/docs/interfaces/lxr.ReportConfiguration.html index 286a6e3d..285eac76 100644 --- a/docs/interfaces/lxr.ReportConfiguration.html +++ b/docs/interfaces/lxr.ReportConfiguration.html @@ -1,4 +1,4 @@ -ReportConfiguration | @leanix/reporting - v0.4.141

    Interface ReportConfiguration

    Describes the available configuration options for a report.

    +ReportConfiguration | @leanix/reporting - v0.4.142

    Interface ReportConfiguration

    Describes the available configuration options for a report.

    interface ReportConfiguration {
        allowEditing?: boolean;
        allowTableView?: boolean;
        export?: ReportExportConfiguration;
        facets?: ReportFacetsConfig[];
        menuActions?: {
            configureCallback?: (() => void);
            customDropdowns?: CustomDropdown[];
            showConfigure?: boolean;
        };
        reportViewCallback?: ((view) => void);
        reportViewFactSheetType?: string;
        reportViewOption?: ViewOption;
        tableConfigCallback?: (() => ReportTableConfig);
        toggleEditingCallback?: ((editingEnabled) => void);
        ui?: UIConfiguration;
    }

    Hierarchy

    Properties

    allowEditing? allowTableView? export? @@ -53,4 +53,4 @@ The action to enable or disable editing is only visible when ReportConfiguration.allowEditing is set to true.

    Parameters

    • editingEnabled: boolean

    Returns void

    ui defines the configuration of the UI elements to be displayed around the report.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportDropdownSelections.html b/docs/interfaces/lxr.ReportDropdownSelections.html index fc0f6609..e862e871 100644 --- a/docs/interfaces/lxr.ReportDropdownSelections.html +++ b/docs/interfaces/lxr.ReportDropdownSelections.html @@ -1 +1 @@ -ReportDropdownSelections | @leanix/reporting - v0.4.141

    Interface ReportDropdownSelections

    interface ReportDropdownSelections {
        [dropdownId: string]: string;
    }

    Indexable

    [dropdownId: string]: string

    Generated using TypeDoc

    \ No newline at end of file +ReportDropdownSelections | @leanix/reporting - v0.4.142

    Interface ReportDropdownSelections

    interface ReportDropdownSelections {
        [dropdownId: string]: string;
    }

    Indexable

    [dropdownId: string]: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportExportConfiguration.html b/docs/interfaces/lxr.ReportExportConfiguration.html index b3067b22..47b6c49e 100644 --- a/docs/interfaces/lxr.ReportExportConfiguration.html +++ b/docs/interfaces/lxr.ReportExportConfiguration.html @@ -1,4 +1,4 @@ -ReportExportConfiguration | @leanix/reporting - v0.4.141

    Interface ReportExportConfiguration

    interface ReportExportConfiguration {
        autoScale?: boolean;
        beforeExport?: ((exportElement, reportExportConfig) => HTMLElement | Promise<HTMLElement>);
        disabled?: boolean;
        exportElementSelector?: string;
        fitHorizontally?: boolean;
        fitVertically?: boolean;
        format?: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit";
        inputType?: "SVG" | "HTML";
        orientation?: "portrait" | "landscape";
    }

    Properties

    autoScale? +ReportExportConfiguration | @leanix/reporting - v0.4.142

    Interface ReportExportConfiguration

    interface ReportExportConfiguration {
        autoScale?: boolean;
        beforeExport?: ((exportElement, reportExportConfig) => HTMLElement | Promise<HTMLElement>);
        disabled?: boolean;
        exportElementSelector?: string;
        fitHorizontally?: boolean;
        fitVertically?: boolean;
        format?: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit";
        inputType?: "SVG" | "HTML";
        orientation?: "portrait" | "landscape";
    }

    Properties

    orientation?: "portrait" | "landscape"

    Paper orientation for PDF exports.

    Default

    'portrait'
     
    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportFacetsConfig.html b/docs/interfaces/lxr.ReportFacetsConfig.html index 22df66be..96ff77fc 100644 --- a/docs/interfaces/lxr.ReportFacetsConfig.html +++ b/docs/interfaces/lxr.ReportFacetsConfig.html @@ -1,4 +1,4 @@ -ReportFacetsConfig | @leanix/reporting - v0.4.141

    Interface ReportFacetsConfig

    Contains the configurations required +ReportFacetsConfig | @leanix/reporting - v0.4.142

    Interface ReportFacetsConfig

    Contains the configurations required to filter on a specific portion of the reports data.

    interface ReportFacetsConfig {
        attributes?: string[];
        callback?: ((data) => void);
        defaultFilters?: FacetFilter[];
        defaultPageSize?: number;
        facetChangedCallback?: ((facet) => void);
        facetFiltersChangedCallback?: ((data) => void);
        factSheetIds?: string[];
        fixedFactSheetType?: string;
        fullTextSearchTerm?: string;
        key: string;
        label?: string;
        sortings?: Sorting[];
    }

    Properties

    attributes? callback? @@ -24,4 +24,4 @@
    fixedFactSheetType?: string

    If defined the facet will have a fixed filter on the fact sheet type with this value. Important to mention is that updating this value won't work. Therefore, we recommend creating a new facet if you want to change the fixed fact sheet type. Another recommendation is to always reflect the fact sheet type in the key value of the facet.

    fullTextSearchTerm?: string

    If defined this full text search term is applied in initial report loading

    -
    key: string
    label?: string
    sortings?: Sorting[]

    Generated using TypeDoc

    \ No newline at end of file +
    key: string
    label?: string
    sortings?: Sorting[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportFacetsSelection.html b/docs/interfaces/lxr.ReportFacetsSelection.html index c4b5ea9f..3c956b37 100644 --- a/docs/interfaces/lxr.ReportFacetsSelection.html +++ b/docs/interfaces/lxr.ReportFacetsSelection.html @@ -1,5 +1,5 @@ -ReportFacetsSelection | @leanix/reporting - v0.4.141

    Interface ReportFacetsSelection

    interface ReportFacetsSelection {
        compositeFacets?: CompositeFactSheetFilter;
        directHits: DirectHit[];
        facets: FacetFilter[];
        fullTextSearchTerm?: string;
    }

    Properties

    compositeFacets? +ReportFacetsSelection | @leanix/reporting - v0.4.142

    Interface ReportFacetsSelection

    interface ReportFacetsSelection {
        compositeFacets?: CompositeFactSheetFilter;
        directHits: DirectHit[];
        facets: FacetFilter[];
        fullTextSearchTerm?: string;
    }

    Properties

    compositeFacets?: CompositeFactSheetFilter
    directHits: DirectHit[]
    facets: FacetFilter[]
    fullTextSearchTerm?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    compositeFacets?: CompositeFactSheetFilter
    directHits: DirectHit[]
    facets: FacetFilter[]
    fullTextSearchTerm?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportFactSheetFieldPermissions.html b/docs/interfaces/lxr.ReportFactSheetFieldPermissions.html index 5748dcc4..2ff794cd 100644 --- a/docs/interfaces/lxr.ReportFactSheetFieldPermissions.html +++ b/docs/interfaces/lxr.ReportFactSheetFieldPermissions.html @@ -1 +1 @@ -ReportFactSheetFieldPermissions | @leanix/reporting - v0.4.141

    Interface ReportFactSheetFieldPermissions

    interface ReportFactSheetFieldPermissions {
        [fieldName: string]: ReportFactSheetPermissibleAction[];
    }

    Indexable

    [fieldName: string]: ReportFactSheetPermissibleAction[]

    Generated using TypeDoc

    \ No newline at end of file +ReportFactSheetFieldPermissions | @leanix/reporting - v0.4.142

    Interface ReportFactSheetFieldPermissions

    interface ReportFactSheetFieldPermissions {
        [fieldName: string]: ReportFactSheetPermissibleAction[];
    }

    Indexable

    [fieldName: string]: ReportFactSheetPermissibleAction[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportFactSheetPermission.html b/docs/interfaces/lxr.ReportFactSheetPermission.html index 7b0a3d1a..cce370dc 100644 --- a/docs/interfaces/lxr.ReportFactSheetPermission.html +++ b/docs/interfaces/lxr.ReportFactSheetPermission.html @@ -1,4 +1,4 @@ -ReportFactSheetPermission | @leanix/reporting - v0.4.141

    Interface ReportFactSheetPermission

    interface ReportFactSheetPermission {
        fields: ReportFactSheetFieldPermissions;
        relations: ReportFactSheetRelationPermissions;
        self: ReportFactSheetPermissibleAction[];
    }

    Properties

    fields +ReportFactSheetPermission | @leanix/reporting - v0.4.142

    Interface ReportFactSheetPermission

    interface ReportFactSheetPermission {
        fields: ReportFactSheetFieldPermissions;
        relations: ReportFactSheetRelationPermissions;
        self: ReportFactSheetPermissibleAction[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportFactSheetPermissions.html b/docs/interfaces/lxr.ReportFactSheetPermissions.html index 39c0596d..3aef2d21 100644 --- a/docs/interfaces/lxr.ReportFactSheetPermissions.html +++ b/docs/interfaces/lxr.ReportFactSheetPermissions.html @@ -1 +1 @@ -ReportFactSheetPermissions | @leanix/reporting - v0.4.141

    Interface ReportFactSheetPermissions

    interface ReportFactSheetPermissions {
        [factSheetName: string]: ReportFactSheetPermission;
    }

    Indexable

    [factSheetName: string]: ReportFactSheetPermission

    Generated using TypeDoc

    \ No newline at end of file +ReportFactSheetPermissions | @leanix/reporting - v0.4.142

    Interface ReportFactSheetPermissions

    interface ReportFactSheetPermissions {
        [factSheetName: string]: ReportFactSheetPermission;
    }

    Indexable

    [factSheetName: string]: ReportFactSheetPermission

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportFactSheetRelationPermission.html b/docs/interfaces/lxr.ReportFactSheetRelationPermission.html index b95e1389..4899bae7 100644 --- a/docs/interfaces/lxr.ReportFactSheetRelationPermission.html +++ b/docs/interfaces/lxr.ReportFactSheetRelationPermission.html @@ -1,2 +1,2 @@ -ReportFactSheetRelationPermission | @leanix/reporting - v0.4.141

    Interface ReportFactSheetRelationPermission

    interface ReportFactSheetRelationPermission {
        self: ReportFactSheetPermissibleAction[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +ReportFactSheetRelationPermission | @leanix/reporting - v0.4.142

    Interface ReportFactSheetRelationPermission

    interface ReportFactSheetRelationPermission {
        self: ReportFactSheetPermissibleAction[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportFactSheetRelationPermissions.html b/docs/interfaces/lxr.ReportFactSheetRelationPermissions.html index 15290e98..56f10858 100644 --- a/docs/interfaces/lxr.ReportFactSheetRelationPermissions.html +++ b/docs/interfaces/lxr.ReportFactSheetRelationPermissions.html @@ -1 +1 @@ -ReportFactSheetRelationPermissions | @leanix/reporting - v0.4.141

    Interface ReportFactSheetRelationPermissions

    interface ReportFactSheetRelationPermissions {
        [relationName: string]: ReportFactSheetRelationPermission;
    }

    Indexable

    [relationName: string]: ReportFactSheetRelationPermission

    Generated using TypeDoc

    \ No newline at end of file +ReportFactSheetRelationPermissions | @leanix/reporting - v0.4.142

    Interface ReportFactSheetRelationPermissions

    interface ReportFactSheetRelationPermissions {
        [relationName: string]: ReportFactSheetRelationPermission;
    }

    Indexable

    [relationName: string]: ReportFactSheetRelationPermission

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportPageContext.html b/docs/interfaces/lxr.ReportPageContext.html index b1818c72..35652e45 100644 --- a/docs/interfaces/lxr.ReportPageContext.html +++ b/docs/interfaces/lxr.ReportPageContext.html @@ -1,2 +1,2 @@ -ReportPageContext | @leanix/reporting - v0.4.141

    Interface ReportPageContext

    interface ReportPageContext {
        type: "report";
    }

    Properties

    Properties

    type: "report"

    Generated using TypeDoc

    \ No newline at end of file +ReportPageContext | @leanix/reporting - v0.4.142

    Interface ReportPageContext

    interface ReportPageContext {
        type: "report";
    }

    Properties

    Properties

    type: "report"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportPointOfViewFactSheetEdge.html b/docs/interfaces/lxr.ReportPointOfViewFactSheetEdge.html index e5a9bf11..d921dafa 100644 --- a/docs/interfaces/lxr.ReportPointOfViewFactSheetEdge.html +++ b/docs/interfaces/lxr.ReportPointOfViewFactSheetEdge.html @@ -1,2 +1,2 @@ -ReportPointOfViewFactSheetEdge | @leanix/reporting - v0.4.141

    Interface ReportPointOfViewFactSheetEdge

    interface ReportPointOfViewFactSheetEdge {
        node: ReportPointOfViewFactSheetNode;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +ReportPointOfViewFactSheetEdge | @leanix/reporting - v0.4.142

    Interface ReportPointOfViewFactSheetEdge

    interface ReportPointOfViewFactSheetEdge {
        node: ReportPointOfViewFactSheetNode;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportPointOfViewFactSheetNode.html b/docs/interfaces/lxr.ReportPointOfViewFactSheetNode.html index b316877f..d64a55ed 100644 --- a/docs/interfaces/lxr.ReportPointOfViewFactSheetNode.html +++ b/docs/interfaces/lxr.ReportPointOfViewFactSheetNode.html @@ -1,5 +1,5 @@ -ReportPointOfViewFactSheetNode | @leanix/reporting - v0.4.141

    Interface ReportPointOfViewFactSheetNode

    interface ReportPointOfViewFactSheetNode {
        category: string;
        description: string;
        id: string;
        type: string;
        [key: string]: any;
    }

    Indexable

    [key: string]: any

    Properties

    category +ReportPointOfViewFactSheetNode | @leanix/reporting - v0.4.142

    Interface ReportPointOfViewFactSheetNode

    interface ReportPointOfViewFactSheetNode {
        category: string;
        description: string;
        id: string;
        type: string;
        [key: string]: any;
    }

    Indexable

    [key: string]: any

    Properties

    category: string
    description: string
    id: string
    type: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    category: string
    description: string
    id: string
    type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportPointOfViewFactSheets.html b/docs/interfaces/lxr.ReportPointOfViewFactSheets.html index ea956fb4..e77d531b 100644 --- a/docs/interfaces/lxr.ReportPointOfViewFactSheets.html +++ b/docs/interfaces/lxr.ReportPointOfViewFactSheets.html @@ -1,3 +1,3 @@ -ReportPointOfViewFactSheets | @leanix/reporting - v0.4.141

    Interface ReportPointOfViewFactSheets

    interface ReportPointOfViewFactSheets {
        edges: ReportPointOfViewFactSheetEdge[];
        totalCount: number;
    }

    Properties

    edges +ReportPointOfViewFactSheets | @leanix/reporting - v0.4.142

    Interface ReportPointOfViewFactSheets

    interface ReportPointOfViewFactSheets {
        edges: ReportPointOfViewFactSheetEdge[];
        totalCount: number;
    }

    Properties

    Properties

    totalCount: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    totalCount: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportRequirements.html b/docs/interfaces/lxr.ReportRequirements.html index d0fe3e9d..24e0a6a9 100644 --- a/docs/interfaces/lxr.ReportRequirements.html +++ b/docs/interfaces/lxr.ReportRequirements.html @@ -1,4 +1,4 @@ -ReportRequirements | @leanix/reporting - v0.4.141

    Interface ReportRequirements

    ReportRequirements are sent from the custom report via report-lib +ReportRequirements | @leanix/reporting - v0.4.142

    Interface ReportRequirements

    ReportRequirements are sent from the custom report via report-lib to the reporting container. They specify which requirements the report has regarding the reporting environment. These are things like: requires facets, or requires a view.

    @@ -57,4 +57,4 @@ The action to enable or disable editing is only visible when ReportConfiguration.allowEditing is set to true.

    Parameters

    • editingEnabled: boolean

    Returns void

    ui defines the configuration of the UI elements to be displayed around the report.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportSetup.html b/docs/interfaces/lxr.ReportSetup.html index 34fbe3b1..f92f9fba 100644 --- a/docs/interfaces/lxr.ReportSetup.html +++ b/docs/interfaces/lxr.ReportSetup.html @@ -1,6 +1,6 @@ -ReportSetup | @leanix/reporting - v0.4.141

    Interface ReportSetup

    interface ReportSetup {
        bookmarkName: string;
        config: ReportSetupConfig;
        reportId: string;
        savedState?: ReportingBookmarkState<any>;
        settings: ReportSetupSettings;
    }

    Properties

    bookmarkName +ReportSetup | @leanix/reporting - v0.4.142

    Interface ReportSetup

    interface ReportSetup {
        bookmarkName: string;
        config: ReportSetupConfig;
        reportId: string;
        savedState?: ReportingBookmarkState<any>;
        settings: ReportSetupSettings;
    }

    Properties

    bookmarkName: string
    reportId: string
    savedState?: ReportingBookmarkState<any>

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    bookmarkName: string
    reportId: string
    savedState?: ReportingBookmarkState<any>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportSetupConfig.html b/docs/interfaces/lxr.ReportSetupConfig.html index 541d40b7..ec1563b9 100644 --- a/docs/interfaces/lxr.ReportSetupConfig.html +++ b/docs/interfaces/lxr.ReportSetupConfig.html @@ -1,2 +1,2 @@ -ReportSetupConfig | @leanix/reporting - v0.4.141

    Interface ReportSetupConfig

    interface ReportSetupConfig {
        factSheetType?: string;
        [others: string]: any;
    }

    Indexable

    [others: string]: any

    Properties

    Properties

    factSheetType?: string

    Generated using TypeDoc

    \ No newline at end of file +ReportSetupConfig | @leanix/reporting - v0.4.142

    Interface ReportSetupConfig

    interface ReportSetupConfig {
        factSheetType?: string;
        [others: string]: any;
    }

    Indexable

    [others: string]: any

    Properties

    Properties

    factSheetType?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportSetupCurrency.html b/docs/interfaces/lxr.ReportSetupCurrency.html index 9a628058..73132206 100644 --- a/docs/interfaces/lxr.ReportSetupCurrency.html +++ b/docs/interfaces/lxr.ReportSetupCurrency.html @@ -1,3 +1,3 @@ -ReportSetupCurrency | @leanix/reporting - v0.4.141

    Interface ReportSetupCurrency

    interface ReportSetupCurrency {
        code: string;
        symbol: string;
    }

    Properties

    code +ReportSetupCurrency | @leanix/reporting - v0.4.142

    Interface ReportSetupCurrency

    interface ReportSetupCurrency {
        code: string;
        symbol: string;
    }

    Properties

    Properties

    code: string
    symbol: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    code: string
    symbol: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportSetupSettings.html b/docs/interfaces/lxr.ReportSetupSettings.html index c907f13d..41dddc70 100644 --- a/docs/interfaces/lxr.ReportSetupSettings.html +++ b/docs/interfaces/lxr.ReportSetupSettings.html @@ -1,4 +1,4 @@ -ReportSetupSettings | @leanix/reporting - v0.4.141

    Interface ReportSetupSettings

    interface ReportSetupSettings {
        baseUrl: string;
        currency: ReportSetupCurrency;
        currentUser: ReportUser;
        dataModel: EnrichedDataModel;
        environment: Environment;
        factSheetPermissions: ReportFactSheetPermissions;
        impactConfiguration?: ImpactConfiguration;
        language: Language;
        mtmWorkspaceSettings: MtmWorkspaceSettings;
        page: PageContext;
        tagModel: TagModel;
        translations: ReportSetupTranslations;
        viewModel: ViewModel;
        workspace: Workspace;
    }

    Properties

    baseUrl +ReportSetupSettings | @leanix/reporting - v0.4.142

    Interface ReportSetupSettings

    interface ReportSetupSettings {
        baseUrl: string;
        currency: ReportSetupCurrency;
        currentUser: ReportUser;
        dataModel: EnrichedDataModel;
        environment: Environment;
        factSheetPermissions: ReportFactSheetPermissions;
        impactConfiguration?: ImpactConfiguration;
        language: Language;
        mtmWorkspaceSettings: MtmWorkspaceSettings;
        page: PageContext;
        tagModel: TagModel;
        translations: ReportSetupTranslations;
        viewModel: ViewModel;
        workspace: Workspace;
    }

    Properties

    baseUrl: string
    currentUser: ReportUser
    environment: Environment
    factSheetPermissions: ReportFactSheetPermissions
    impactConfiguration?: ImpactConfiguration
    language: Language
    mtmWorkspaceSettings: MtmWorkspaceSettings
    tagModel: TagModel
    viewModel: ViewModel
    workspace: Workspace

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    baseUrl: string
    currentUser: ReportUser
    environment: Environment
    factSheetPermissions: ReportFactSheetPermissions
    impactConfiguration?: ImpactConfiguration
    language: Language
    mtmWorkspaceSettings: MtmWorkspaceSettings
    tagModel: TagModel
    viewModel: ViewModel
    workspace: Workspace

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportSetupTranslations.html b/docs/interfaces/lxr.ReportSetupTranslations.html index 4635f954..3cf4f376 100644 --- a/docs/interfaces/lxr.ReportSetupTranslations.html +++ b/docs/interfaces/lxr.ReportSetupTranslations.html @@ -1,6 +1,6 @@ -ReportSetupTranslations | @leanix/reporting - v0.4.141

    Interface ReportSetupTranslations

    interface ReportSetupTranslations {
        custom: {
            label: string;
            [customKeys: string]: any;
        };
        factSheetTypes: {
            [key: string]: string;
        };
        fields: {
            [factSheetType: string]: FactSheetFieldsTranslation;
        };
        relations: {
            [relationName: string]: RelationTranslation;
        };
    }

    Properties

    custom +ReportSetupTranslations | @leanix/reporting - v0.4.142

    Interface ReportSetupTranslations

    interface ReportSetupTranslations {
        custom: {
            label: string;
            [customKeys: string]: any;
        };
        factSheetTypes: {
            [key: string]: string;
        };
        fields: {
            [factSheetType: string]: FactSheetFieldsTranslation;
        };
        relations: {
            [relationName: string]: RelationTranslation;
        };
    }

    Properties

    custom: {
        label: string;
        [customKeys: string]: any;
    }

    The reports custom translation for the current language.

    -

    Type declaration

    • [customKeys: string]: any
    • label: string
    factSheetTypes: {
        [key: string]: string;
    }

    Type declaration

    • [key: string]: string
    fields: {
        [factSheetType: string]: FactSheetFieldsTranslation;
    }

    Type declaration

    relations: {
        [relationName: string]: RelationTranslation;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    • [customKeys: string]: any
    • label: string
    factSheetTypes: {
        [key: string]: string;
    }

    Type declaration

    • [key: string]: string
    fields: {
        [factSheetType: string]: FactSheetFieldsTranslation;
    }

    Type declaration

    relations: {
        [relationName: string]: RelationTranslation;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportTableColumn.html b/docs/interfaces/lxr.ReportTableColumn.html index 6ce09842..a1c606e1 100644 --- a/docs/interfaces/lxr.ReportTableColumn.html +++ b/docs/interfaces/lxr.ReportTableColumn.html @@ -1,4 +1,4 @@ -ReportTableColumn | @leanix/reporting - v0.4.141

    Interface ReportTableColumn

    interface ReportTableColumn {
        align?: TableColumnAlign;
        isCustomColumn?: boolean;
        key: string;
        label?: string;
        sortable?: boolean;
        type: DataModelFieldType;
        virtualKey?: string;
    }

    Properties

    align? +ReportTableColumn | @leanix/reporting - v0.4.142

    Interface ReportTableColumn

    interface ReportTableColumn {
        align?: TableColumnAlign;
        isCustomColumn?: boolean;
        key: string;
        label?: string;
        sortable?: boolean;
        type: DataModelFieldType;
        virtualKey?: string;
    }

    Properties

    Properties

    isCustomColumn?: boolean

    A custom column is one that is provided by the report and does not correspond to an existing Fact Sheet attribute

    -
    key: string
    label?: string
    sortable?: boolean
    virtualKey?: string

    Generated using TypeDoc

    \ No newline at end of file +
    key: string
    label?: string
    sortable?: boolean
    virtualKey?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportTableConfig.html b/docs/interfaces/lxr.ReportTableConfig.html index 7b146694..1ee13bec 100644 --- a/docs/interfaces/lxr.ReportTableConfig.html +++ b/docs/interfaces/lxr.ReportTableConfig.html @@ -1,4 +1,4 @@ -ReportTableConfig | @leanix/reporting - v0.4.141

    Interface ReportTableConfig

    Configures the reporting table for the report. +ReportTableConfig | @leanix/reporting - v0.4.142

    Interface ReportTableConfig

    Configures the reporting table for the report. It allows to specify the initial attributes that should be displayed in the table.

    Example: @@ -14,4 +14,4 @@ relatedFactSheetTypes?

    Properties

    columns?: TableColumn[]
    factSheetType: string
    relatedFactSheetTypes?: {
        [facetsConfigKey: string]: string;
    }

    Maps Fact Sheet type to relation type in order to add them as subfilter in table view.

    -

    Type declaration

    • [facetsConfigKey: string]: string

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportUser.html b/docs/interfaces/lxr.ReportUser.html index a3ae2e19..c2657a16 100644 --- a/docs/interfaces/lxr.ReportUser.html +++ b/docs/interfaces/lxr.ReportUser.html @@ -1,6 +1,6 @@ -ReportUser | @leanix/reporting - v0.4.141

    Interface ReportUser

    interface ReportUser {
        email: string;
        firstName: string;
        id: string;
        lastName: string;
        userName: string;
    }

    Properties

    email +ReportUser | @leanix/reporting - v0.4.142

    Interface ReportUser

    interface ReportUser {
        email: string;
        firstName: string;
        id: string;
        lastName: string;
        userName: string;
    }

    Properties

    email: string
    firstName: string
    id: string
    lastName: string
    userName: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    email: string
    firstName: string
    id: string
    lastName: string
    userName: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ReportingBookmarkState.html b/docs/interfaces/lxr.ReportingBookmarkState.html index bced8e65..b600e946 100644 --- a/docs/interfaces/lxr.ReportingBookmarkState.html +++ b/docs/interfaces/lxr.ReportingBookmarkState.html @@ -1,8 +1,8 @@ -ReportingBookmarkState | @leanix/reporting - v0.4.141

    Interface ReportingBookmarkState<T>

    interface ReportingBookmarkState {
        customDropdownSelections?: ReportDropdownSelections;
        customState?: T;
        filters: {
            [key: string]: BookmarkFilter;
        };
        tableConfig?: TableConfig;
        tableSortings?: Sorting[];
        timeline?: TimelineBookmarkSelection;
        views: {
            [context: string]: {
                activeViewKey?: string;
                factSheetType?: string;
                viewOption?: ViewOption;
            };
        };
    }

    Type Parameters

    • T = any

    Properties

    customDropdownSelections? +ReportingBookmarkState | @leanix/reporting - v0.4.142

    Interface ReportingBookmarkState<T>

    interface ReportingBookmarkState {
        customDropdownSelections?: ReportDropdownSelections;
        customState?: T;
        filters: {
            [key: string]: BookmarkFilter;
        };
        tableConfig?: TableConfig;
        tableSortings?: Sorting[];
        timeline?: TimelineBookmarkSelection;
        views: {
            [context: string]: {
                activeViewKey?: string;
                factSheetType?: string;
                viewOption?: ViewOption;
            };
        };
    }

    Type Parameters

    • T = any

    Properties

    customDropdownSelections?: ReportDropdownSelections
    customState?: T
    filters: {
        [key: string]: BookmarkFilter;
    }

    Type declaration

    tableConfig?: TableConfig
    tableSortings?: Sorting[]

    Deprecated

    views: {
        [context: string]: {
            activeViewKey?: string;
            factSheetType?: string;
            viewOption?: ViewOption;
        };
    }

    Type declaration

    • [context: string]: {
          activeViewKey?: string;
          factSheetType?: string;
          viewOption?: ViewOption;
      }
      • Optional activeViewKey?: string
      • Optional factSheetType?: string
      • Optional viewOption?: ViewOption

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    customDropdownSelections?: ReportDropdownSelections
    customState?: T
    filters: {
        [key: string]: BookmarkFilter;
    }

    Type declaration

    tableConfig?: TableConfig
    tableSortings?: Sorting[]

    Deprecated

    views: {
        [context: string]: {
            activeViewKey?: string;
            factSheetType?: string;
            viewOption?: ViewOption;
        };
    }

    Type declaration

    • [context: string]: {
          activeViewKey?: string;
          factSheetType?: string;
          viewOption?: ViewOption;
      }
      • Optional activeViewKey?: string
      • Optional factSheetType?: string
      • Optional viewOption?: ViewOption

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneCategoryHeaderElement.html b/docs/interfaces/lxr.SidePaneCategoryHeaderElement.html index 8a22b80f..d242e2b9 100644 --- a/docs/interfaces/lxr.SidePaneCategoryHeaderElement.html +++ b/docs/interfaces/lxr.SidePaneCategoryHeaderElement.html @@ -1,5 +1,5 @@ -SidePaneCategoryHeaderElement | @leanix/reporting - v0.4.141

    Interface SidePaneCategoryHeaderElementBeta

    Category Header element to be shown on the SidePane.

    +SidePaneCategoryHeaderElement | @leanix/reporting - v0.4.142

    Interface SidePaneCategoryHeaderElementBeta

    Category Header element to be shown on the SidePane.

    interface SidePaneCategoryHeaderElement {
        color?: string;
        label?: string;
        type: "CategoryHeader";
    }

    Properties

    Properties

    color?: string
    label?: string
    type: "CategoryHeader"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    color?: string
    label?: string
    type: "CategoryHeader"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneClick.html b/docs/interfaces/lxr.SidePaneClick.html index 095902df..c5bfd63e 100644 --- a/docs/interfaces/lxr.SidePaneClick.html +++ b/docs/interfaces/lxr.SidePaneClick.html @@ -1,3 +1,3 @@ -SidePaneClick | @leanix/reporting - v0.4.141

    Interface SidePaneClickBeta

    Sidepane click event

    +SidePaneClick | @leanix/reporting - v0.4.142

    Interface SidePaneClickBeta

    Sidepane click event

    interface SidePaneClick {
        id: string;
    }

    Properties

    id -

    Properties

    id: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneContainerElement.html b/docs/interfaces/lxr.SidePaneContainerElement.html index f747c17b..e4cfeab3 100644 --- a/docs/interfaces/lxr.SidePaneContainerElement.html +++ b/docs/interfaces/lxr.SidePaneContainerElement.html @@ -1,4 +1,4 @@ -SidePaneContainerElement | @leanix/reporting - v0.4.141

    Interface SidePaneContainerElementBeta

    Container Element which can contain other SidePaneElements such as SidePaneContainerElement or SidePaneTableElement. +SidePaneContainerElement | @leanix/reporting - v0.4.142

    Interface SidePaneContainerElementBeta

    Container Element which can contain other SidePaneElements such as SidePaneContainerElement or SidePaneTableElement. Type: Defines it to 'Container' label: Text to be displayed as label above the container. Direction: Defines how the elements are placed next to each other. @@ -9,4 +9,4 @@ label? maxHeight? type -

    Properties

    autoScroll?: string
    label?: string
    maxHeight?: string
    type: "Container"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    autoScroll?: string
    label?: string
    maxHeight?: string
    type: "Container"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneContextMenuElement.html b/docs/interfaces/lxr.SidePaneContextMenuElement.html index b30e887f..1f6bc42e 100644 --- a/docs/interfaces/lxr.SidePaneContextMenuElement.html +++ b/docs/interfaces/lxr.SidePaneContextMenuElement.html @@ -1,4 +1,4 @@ -SidePaneContextMenuElement | @leanix/reporting - v0.4.141

    Interface SidePaneContextMenuElementBeta

    Context menu element to be shown on the Sidepane. +SidePaneContextMenuElement | @leanix/reporting - v0.4.142

    Interface SidePaneContextMenuElementBeta

    Context menu element to be shown on the Sidepane. The position of this element is always on top of the Sidepane, on the left side of the cancel button. Only one instance of the SidePaneContextMenuElement is displayed in the Sidepane If one option is provided, a button is rendered with the concatenated label of SidePaneContextMenuElement and the single option SidepaneContextMenuEntry label @@ -7,4 +7,4 @@ label options type -

    Properties

    label: string
    type: "ContextMenu"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    label: string
    type: "ContextMenu"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneDescriptionElement.html b/docs/interfaces/lxr.SidePaneDescriptionElement.html index 114be79a..f7bdde52 100644 --- a/docs/interfaces/lxr.SidePaneDescriptionElement.html +++ b/docs/interfaces/lxr.SidePaneDescriptionElement.html @@ -1,7 +1,7 @@ -SidePaneDescriptionElement | @leanix/reporting - v0.4.141

    Interface SidePaneDescriptionElementBeta

    Element to display a description for example a subheader in the sidepane. +SidePaneDescriptionElement | @leanix/reporting - v0.4.142

    Interface SidePaneDescriptionElementBeta

    Element to display a description for example a subheader in the sidepane. If clickId is set, the label becomes clickable.

    interface SidePaneDescriptionElement {
        align?: SidePaneAlignment;
        clickId?: string;
        text: string;
        type: "Description";
    }

    Properties

    Properties

    clickId?: string
    text: string
    type: "Description"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    clickId?: string
    text: string
    type: "Description"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneFactSheetElement.html b/docs/interfaces/lxr.SidePaneFactSheetElement.html index ad638989..2297059b 100644 --- a/docs/interfaces/lxr.SidePaneFactSheetElement.html +++ b/docs/interfaces/lxr.SidePaneFactSheetElement.html @@ -1,8 +1,8 @@ -SidePaneFactSheetElement | @leanix/reporting - v0.4.141

    Interface SidePaneFactSheetElementBeta

    Fact Sheet element to be shown on the SidePane.

    +SidePaneFactSheetElement | @leanix/reporting - v0.4.142

    Interface SidePaneFactSheetElementBeta

    Fact Sheet element to be shown on the SidePane.

    interface SidePaneFactSheetElement {
        detailFields: string[];
        factSheetId: string;
        factSheetType?: string;
        pointOfView: PointOfViewInput;
        relations: SidePaneFactSheetRelation[];
        type: "FactSheet";
    }

    Properties

    detailFields: string[]
    factSheetId: string
    factSheetType?: string
    pointOfView: PointOfViewInput
    type: "FactSheet"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    detailFields: string[]
    factSheetId: string
    factSheetType?: string
    pointOfView: PointOfViewInput
    type: "FactSheet"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneFactSheetRelation.html b/docs/interfaces/lxr.SidePaneFactSheetRelation.html index eb4db7ba..55cece42 100644 --- a/docs/interfaces/lxr.SidePaneFactSheetRelation.html +++ b/docs/interfaces/lxr.SidePaneFactSheetRelation.html @@ -1,3 +1,3 @@ -SidePaneFactSheetRelation | @leanix/reporting - v0.4.141

    Interface SidePaneFactSheetRelationBeta

    Relation to be shown on the SidePaneFactSheetElement.

    +SidePaneFactSheetRelation | @leanix/reporting - v0.4.142

    Interface SidePaneFactSheetRelationBeta

    Relation to be shown on the SidePaneFactSheetElement.

    interface SidePaneFactSheetRelation {
        name: string;
    }

    Properties

    Properties

    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneFactSheetTableElement.html b/docs/interfaces/lxr.SidePaneFactSheetTableElement.html index 48537d68..0d1d3255 100644 --- a/docs/interfaces/lxr.SidePaneFactSheetTableElement.html +++ b/docs/interfaces/lxr.SidePaneFactSheetTableElement.html @@ -1,5 +1,5 @@ -SidePaneFactSheetTableElement | @leanix/reporting - v0.4.141

    Interface SidePaneFactSheetTableElementBeta

    Fact Sheet Table element to be shown on the SidePane.

    +SidePaneFactSheetTableElement | @leanix/reporting - v0.4.142

    Interface SidePaneFactSheetTableElementBeta

    Fact Sheet Table element to be shown on the SidePane.

    interface SidePaneFactSheetTableElement {
        items?: SidePaneFactSheetTableItem[];
        label?: string;
        type: "FactSheetTable";
    }

    Properties

    Properties

    label?: string
    type: "FactSheetTable"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    label?: string
    type: "FactSheetTable"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneFactSheetTableItem.html b/docs/interfaces/lxr.SidePaneFactSheetTableItem.html index 201d1daa..8cabd853 100644 --- a/docs/interfaces/lxr.SidePaneFactSheetTableItem.html +++ b/docs/interfaces/lxr.SidePaneFactSheetTableItem.html @@ -1,4 +1,4 @@ -SidePaneFactSheetTableItem | @leanix/reporting - v0.4.141

    Interface SidePaneFactSheetTableItemBeta

    Sidepane Fact Sheet Item to be shown on the SidePaneFactSheetTableElement

    +SidePaneFactSheetTableItem | @leanix/reporting - v0.4.142

    Interface SidePaneFactSheetTableItemBeta

    Sidepane Fact Sheet Item to be shown on the SidePaneFactSheetTableElement

    interface SidePaneFactSheetTableItem {
        factSheet?: MinimalFactSheet;
        icon?: SidePaneFactSheetTableItemIcon;
        secondFactSheet?: MinimalFactSheet;
        status?: SidePaneFactSheetTableItemStatus;
    }

    Properties

    Optional icon to be shown on the second column

    secondFactSheet?: MinimalFactSheet

    Optional second Fact Sheet to be shown on the second column

    Optional status to be shown in a row

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneFactSheetTableItemIcon.html b/docs/interfaces/lxr.SidePaneFactSheetTableItemIcon.html index c6e81c29..7cd28c3e 100644 --- a/docs/interfaces/lxr.SidePaneFactSheetTableItemIcon.html +++ b/docs/interfaces/lxr.SidePaneFactSheetTableItemIcon.html @@ -1,8 +1,8 @@ -SidePaneFactSheetTableItemIcon | @leanix/reporting - v0.4.141

    Interface SidePaneFactSheetTableItemIconBeta

    Sidepane Fact Sheet Item Icon to be shown on the SidePaneFactSheetTableItem.

    +SidePaneFactSheetTableItemIcon | @leanix/reporting - v0.4.142

    Interface SidePaneFactSheetTableItemIconBeta

    Sidepane Fact Sheet Item Icon to be shown on the SidePaneFactSheetTableItem.

    Example

    { name: 'level-up' }
    @beta
    interface SidePaneFactSheetTableItemIcon {
        name: string;
        tooltip?: string;
    }

    Properties

    Properties

    name: string

    icon name that will be rendered as a regular font awesome icon

    tooltip?: string

    optional tooltip text that will show on icon hover

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneFactSheetTableItemStatus.html b/docs/interfaces/lxr.SidePaneFactSheetTableItemStatus.html index e245034f..f4c0ebac 100644 --- a/docs/interfaces/lxr.SidePaneFactSheetTableItemStatus.html +++ b/docs/interfaces/lxr.SidePaneFactSheetTableItemStatus.html @@ -1,6 +1,6 @@ -SidePaneFactSheetTableItemStatus | @leanix/reporting - v0.4.141

    Interface SidePaneFactSheetTableItemStatus

    Sidepane Fact Sheet Item status to be shown on the SidePaneFactSheetTableElement

    +SidePaneFactSheetTableItemStatus | @leanix/reporting - v0.4.142

    Interface SidePaneFactSheetTableItemStatus

    Sidepane Fact Sheet Item status to be shown on the SidePaneFactSheetTableElement

    interface SidePaneFactSheetTableItemStatus {
        color?: string;
        label: string;
    }

    Properties

    Properties

    color?: string

    Optional color to be shown on the second column

    label: string

    icon to be shown on the second column

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneShowInInventoryElement.html b/docs/interfaces/lxr.SidePaneShowInInventoryElement.html index 4477ab70..454b13cd 100644 --- a/docs/interfaces/lxr.SidePaneShowInInventoryElement.html +++ b/docs/interfaces/lxr.SidePaneShowInInventoryElement.html @@ -1,4 +1,4 @@ -SidePaneShowInInventoryElement | @leanix/reporting - v0.4.141

    Interface SidePaneShowInInventoryElementBeta

    Element to display a link to inventory with prepared facet filters for the inventory.

    +SidePaneShowInInventoryElement | @leanix/reporting - v0.4.142

    Interface SidePaneShowInInventoryElementBeta

    Element to display a link to inventory with prepared facet filters for the inventory.

    interface SidePaneShowInInventoryElement {
        align?: SidePaneAlignment;
        facetFilters: FacetFilter[];
        factSheetIds: string[];
        factSheetType: string;
        label: string;
        sorting?: {
            key: string;
            order: "desc" | "asc";
        }[];
        tableColumns: TableColumn[];
        type: "ShowInventory";
    }

    Properties

    facetFilters: FacetFilter[]
    factSheetIds: string[]
    factSheetType: string
    label: string
    sorting?: {
        key: string;
        order: "desc" | "asc";
    }[]

    Type declaration

    • key: string
    • order: "desc" | "asc"
    tableColumns: TableColumn[]
    type: "ShowInventory"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    facetFilters: FacetFilter[]
    factSheetIds: string[]
    factSheetType: string
    label: string
    sorting?: {
        key: string;
        order: "desc" | "asc";
    }[]

    Type declaration

    • key: string
    • order: "desc" | "asc"
    tableColumns: TableColumn[]
    type: "ShowInventory"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneTableBadgeElement.html b/docs/interfaces/lxr.SidePaneTableBadgeElement.html index eb66f3c9..f76cc0e0 100644 --- a/docs/interfaces/lxr.SidePaneTableBadgeElement.html +++ b/docs/interfaces/lxr.SidePaneTableBadgeElement.html @@ -1,6 +1,6 @@ -SidePaneTableBadgeElement | @leanix/reporting - v0.4.141

    Interface SidePaneTableBadgeElementBeta

    Element to display a badge sign with a number value and a specific label e.g. 666 Total results.

    +SidePaneTableBadgeElement | @leanix/reporting - v0.4.142

    Interface SidePaneTableBadgeElementBeta

    Element to display a badge sign with a number value and a specific label e.g. 666 Total results.

    interface SidePaneTableBadgeElement {
        align?: SidePaneAlignment;
        label: string;
        type: "Badge";
        value: number;
    }

    Properties

    Properties

    label: string
    type: "Badge"
    value: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    label: string
    type: "Badge"
    value: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneTableElement.html b/docs/interfaces/lxr.SidePaneTableElement.html index e59b8874..a8cef036 100644 --- a/docs/interfaces/lxr.SidePaneTableElement.html +++ b/docs/interfaces/lxr.SidePaneTableElement.html @@ -1,6 +1,6 @@ -SidePaneTableElement | @leanix/reporting - v0.4.141

    Interface SidePaneTableElementBeta

    Table element to be shown on the SidePane.

    +SidePaneTableElement | @leanix/reporting - v0.4.142

    Interface SidePaneTableElementBeta

    Table element to be shown on the SidePane.

    interface SidePaneTableElement {
        headerRow?: SidePaneTableHeaderRow;
        label?: string;
        rows: SidePaneTableRow[];
        type: "Table";
    }

    Properties

    label?: string
    type: "Table"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    label?: string
    type: "Table"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneTableHeaderRow.html b/docs/interfaces/lxr.SidePaneTableHeaderRow.html index 7cbfd9d6..e7ed5a98 100644 --- a/docs/interfaces/lxr.SidePaneTableHeaderRow.html +++ b/docs/interfaces/lxr.SidePaneTableHeaderRow.html @@ -1,3 +1,3 @@ -SidePaneTableHeaderRow | @leanix/reporting - v0.4.141

    Interface SidePaneTableHeaderRowBeta

    Table Header row which is displayed differently

    +SidePaneTableHeaderRow | @leanix/reporting - v0.4.142

    Interface SidePaneTableHeaderRowBeta

    Table Header row which is displayed differently

    interface SidePaneTableHeaderRow {
        labels: SidePaneTableCell[];
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidePaneTableRow.html b/docs/interfaces/lxr.SidePaneTableRow.html index 87abda28..15ed25ec 100644 --- a/docs/interfaces/lxr.SidePaneTableRow.html +++ b/docs/interfaces/lxr.SidePaneTableRow.html @@ -1,6 +1,6 @@ -SidePaneTableRow | @leanix/reporting - v0.4.141

    Interface SidePaneTableRowBeta

    Table row +SidePaneTableRow | @leanix/reporting - v0.4.142

    Interface SidePaneTableRowBeta

    Table row link?: link e.g to the specific Fact Sheet columns: columns with different values to be shown.

    interface SidePaneTableRow {
        cells: SidePaneTableCell[];
        link?: string;
    }

    Properties

    Properties

    link?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    link?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidepaneContextMenuClickEntry.html b/docs/interfaces/lxr.SidepaneContextMenuClickEntry.html index 9a1c727a..9c700726 100644 --- a/docs/interfaces/lxr.SidepaneContextMenuClickEntry.html +++ b/docs/interfaces/lxr.SidepaneContextMenuClickEntry.html @@ -1,4 +1,4 @@ -SidepaneContextMenuClickEntry | @leanix/reporting - v0.4.141

    Interface SidepaneContextMenuClickEntry

    interface SidepaneContextMenuClickEntry {
        clickId: string;
        label: string;
        type: "Click";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneContextMenuClickEntry

    Properties

    clickId +SidepaneContextMenuClickEntry | @leanix/reporting - v0.4.142

    Interface SidepaneContextMenuClickEntry

    interface SidepaneContextMenuClickEntry {
        clickId: string;
        label: string;
        type: "Click";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneContextMenuClickEntry

    Properties

    Properties

    clickId: string
    label: string
    type: "Click"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    clickId: string
    label: string
    type: "Click"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidepaneContextMenuDataFlowLink.html b/docs/interfaces/lxr.SidepaneContextMenuDataFlowLink.html index 635f282b..3cb16531 100644 --- a/docs/interfaces/lxr.SidepaneContextMenuDataFlowLink.html +++ b/docs/interfaces/lxr.SidepaneContextMenuDataFlowLink.html @@ -1,4 +1,4 @@ -SidepaneContextMenuDataFlowLink | @leanix/reporting - v0.4.141

    Interface SidepaneContextMenuDataFlowLink

    interface SidepaneContextMenuDataFlowLink {
        factSheetId: string;
        label: string;
        type: "DataFlowLink";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneContextMenuDataFlowLink

    Properties

    factSheetId +SidepaneContextMenuDataFlowLink | @leanix/reporting - v0.4.142

    Interface SidepaneContextMenuDataFlowLink

    interface SidepaneContextMenuDataFlowLink {
        factSheetId: string;
        label: string;
        type: "DataFlowLink";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneContextMenuDataFlowLink

    Properties

    Properties

    factSheetId: string
    label: string
    type: "DataFlowLink"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    factSheetId: string
    label: string
    type: "DataFlowLink"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidepaneContextMenuInventoryLink.html b/docs/interfaces/lxr.SidepaneContextMenuInventoryLink.html index 8a58e57e..05c92f0c 100644 --- a/docs/interfaces/lxr.SidepaneContextMenuInventoryLink.html +++ b/docs/interfaces/lxr.SidepaneContextMenuInventoryLink.html @@ -1,8 +1,8 @@ -SidepaneContextMenuInventoryLink | @leanix/reporting - v0.4.141

    Interface SidepaneContextMenuInventoryLink

    interface SidepaneContextMenuInventoryLink {
        facetFilter: FacetFilter[];
        factSheetIds: string[];
        factSheetType: string;
        label: string;
        sorting?: {
            key: string;
            order: "desc" | "asc";
        }[];
        tableColumns: TableColumn[];
        type: "InventoryLink";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneContextMenuInventoryLink

    Properties

    facetFilter +SidepaneContextMenuInventoryLink | @leanix/reporting - v0.4.142

    Interface SidepaneContextMenuInventoryLink

    interface SidepaneContextMenuInventoryLink {
        facetFilter: FacetFilter[];
        factSheetIds: string[];
        factSheetType: string;
        label: string;
        sorting?: {
            key: string;
            order: "desc" | "asc";
        }[];
        tableColumns: TableColumn[];
        type: "InventoryLink";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneContextMenuInventoryLink

    Properties

    facetFilter: FacetFilter[]
    factSheetIds: string[]
    factSheetType: string
    label: string
    sorting?: {
        key: string;
        order: "desc" | "asc";
    }[]

    Type declaration

    • key: string
    • order: "desc" | "asc"
    tableColumns: TableColumn[]
    type: "InventoryLink"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    facetFilter: FacetFilter[]
    factSheetIds: string[]
    factSheetType: string
    label: string
    sorting?: {
        key: string;
        order: "desc" | "asc";
    }[]

    Type declaration

    • key: string
    • order: "desc" | "asc"
    tableColumns: TableColumn[]
    type: "InventoryLink"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SidepaneOpenReportInNewTabLink.html b/docs/interfaces/lxr.SidepaneOpenReportInNewTabLink.html index 39fc511c..669e208a 100644 --- a/docs/interfaces/lxr.SidepaneOpenReportInNewTabLink.html +++ b/docs/interfaces/lxr.SidepaneOpenReportInNewTabLink.html @@ -1,6 +1,6 @@ -SidepaneOpenReportInNewTabLink | @leanix/reporting - v0.4.141

    Interface SidepaneOpenReportInNewTabLink

    interface SidepaneOpenReportInNewTabLink {
        contextFacets?: ContextFacetsSelectionState[];
        label: string;
        name?: string;
        state: any;
        type: "OpenReportInNewTab";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneOpenReportInNewTabLink

    Properties

    contextFacets? +SidepaneOpenReportInNewTabLink | @leanix/reporting - v0.4.142

    Interface SidepaneOpenReportInNewTabLink

    interface SidepaneOpenReportInNewTabLink {
        contextFacets?: ContextFacetsSelectionState[];
        label: string;
        name?: string;
        state: any;
        type: "OpenReportInNewTab";
    }

    Hierarchy

    • SidepaneContextMenuBaseItem
      • SidepaneOpenReportInNewTabLink

    Properties

    contextFacets?: ContextFacetsSelectionState[]
    label: string
    name?: string
    state: any
    type: "OpenReportInNewTab"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    contextFacets?: ContextFacetsSelectionState[]
    label: string
    name?: string
    state: any
    type: "OpenReportInNewTab"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SimpleCompositeFilter.html b/docs/interfaces/lxr.SimpleCompositeFilter.html index b024ea77..07609773 100644 --- a/docs/interfaces/lxr.SimpleCompositeFilter.html +++ b/docs/interfaces/lxr.SimpleCompositeFilter.html @@ -1,2 +1,2 @@ -SimpleCompositeFilter | @leanix/reporting - v0.4.141

    Interface SimpleCompositeFilter

    interface SimpleCompositeFilter {
        filter: CompositeFilter;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +SimpleCompositeFilter | @leanix/reporting - v0.4.142

    Interface SimpleCompositeFilter

    interface SimpleCompositeFilter {
        filter: CompositeFilter;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SingleSelectFieldDefinition.html b/docs/interfaces/lxr.SingleSelectFieldDefinition.html index 2d7b7caa..91dd714e 100644 --- a/docs/interfaces/lxr.SingleSelectFieldDefinition.html +++ b/docs/interfaces/lxr.SingleSelectFieldDefinition.html @@ -1,4 +1,4 @@ -SingleSelectFieldDefinition | @leanix/reporting - v0.4.141

    Interface SingleSelectFieldDefinition

    interface SingleSelectFieldDefinition {
        activatedBy?: ActivatedByDefinition;
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "SINGLE_SELECT";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    activatedBy? +SingleSelectFieldDefinition | @leanix/reporting - v0.4.142

    Interface SingleSelectFieldDefinition

    interface SingleSelectFieldDefinition {
        activatedBy?: ActivatedByDefinition;
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "SINGLE_SELECT";
        values: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    activatedBy?: ActivatedByDefinition
    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "SINGLE_SELECT"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    activatedBy?: ActivatedByDefinition
    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "SINGLE_SELECT"
    values: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Sorting.html b/docs/interfaces/lxr.Sorting.html index 9e7d797d..aa8af38e 100644 --- a/docs/interfaces/lxr.Sorting.html +++ b/docs/interfaces/lxr.Sorting.html @@ -1,4 +1,4 @@ -Sorting | @leanix/reporting - v0.4.141
    interface Sorting {
        key: string;
        mode?: SortingMode;
        order: SortingOrder;
    }

    Properties

    key +Sorting | @leanix/reporting - v0.4.142
    interface Sorting {
        key: string;
        mode?: SortingMode;
        order: SortingOrder;
    }

    Properties

    Properties

    key: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    key: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.StatusIcon.html b/docs/interfaces/lxr.StatusIcon.html index 3f564a9a..e8c2f1e0 100644 --- a/docs/interfaces/lxr.StatusIcon.html +++ b/docs/interfaces/lxr.StatusIcon.html @@ -1,4 +1,4 @@ -StatusIcon | @leanix/reporting - v0.4.141

    Interface StatusIcon

    interface StatusIcon {
        color?: string;
        reverse?: boolean;
        type: string;
    }

    Properties

    color? +StatusIcon | @leanix/reporting - v0.4.142

    Interface StatusIcon

    interface StatusIcon {
        color?: string;
        reverse?: boolean;
        type: string;
    }

    Properties

    Properties

    color?: string
    reverse?: boolean
    type: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    color?: string
    reverse?: boolean
    type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.StringFieldDefinition.html b/docs/interfaces/lxr.StringFieldDefinition.html index 91b2d4fe..cdd430d5 100644 --- a/docs/interfaces/lxr.StringFieldDefinition.html +++ b/docs/interfaces/lxr.StringFieldDefinition.html @@ -1,4 +1,4 @@ -StringFieldDefinition | @leanix/reporting - v0.4.141

    Interface StringFieldDefinition

    interface StringFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "STRING";
        validators?: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +StringFieldDefinition | @leanix/reporting - v0.4.142

    Interface StringFieldDefinition

    interface StringFieldDefinition {
        fullTextSearch?: boolean;
        inFacet?: boolean;
        inView?: boolean;
        mandatory?: boolean;
        quickSearch?: boolean;
        type: "STRING";
        validators?: string[];
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "STRING"
    validators?: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: boolean
    inFacet?: boolean
    inView?: boolean
    mandatory?: boolean
    quickSearch?: boolean
    type: "STRING"
    validators?: string[]
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SubscriptionFilter.html b/docs/interfaces/lxr.SubscriptionFilter.html index de3f93ee..c45cbe4b 100644 --- a/docs/interfaces/lxr.SubscriptionFilter.html +++ b/docs/interfaces/lxr.SubscriptionFilter.html @@ -1,3 +1,3 @@ -SubscriptionFilter | @leanix/reporting - v0.4.141

    Interface SubscriptionFilter

    interface SubscriptionFilter {
        role?: SubscriptionRole;
        type: SubscriptionType;
    }

    Properties

    role? +SubscriptionFilter | @leanix/reporting - v0.4.142

    Interface SubscriptionFilter

    interface SubscriptionFilter {
        role?: SubscriptionRole;
        type: SubscriptionType;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SubscriptionFilterInput.html b/docs/interfaces/lxr.SubscriptionFilterInput.html index 02148dc2..3cca8d23 100644 --- a/docs/interfaces/lxr.SubscriptionFilterInput.html +++ b/docs/interfaces/lxr.SubscriptionFilterInput.html @@ -1,3 +1,3 @@ -SubscriptionFilterInput | @leanix/reporting - v0.4.141

    Interface SubscriptionFilterInput

    interface SubscriptionFilterInput {
        roleId?: string;
        type: SubscriptionType;
    }

    Properties

    roleId? +SubscriptionFilterInput | @leanix/reporting - v0.4.142

    Interface SubscriptionFilterInput

    interface SubscriptionFilterInput {
        roleId?: string;
        type: SubscriptionType;
    }

    Properties

    Properties

    roleId?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    roleId?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SubscriptionRole.html b/docs/interfaces/lxr.SubscriptionRole.html index 1495a1f4..a9a7d794 100644 --- a/docs/interfaces/lxr.SubscriptionRole.html +++ b/docs/interfaces/lxr.SubscriptionRole.html @@ -1,7 +1,7 @@ -SubscriptionRole | @leanix/reporting - v0.4.141

    Interface SubscriptionRole

    interface SubscriptionRole {
        comment?: string;
        description?: string;
        id: string;
        name: string;
        restrictToFactSheetTypes?: string[];
        subscriptionType: SubscriptionType;
    }

    Properties

    comment? +SubscriptionRole | @leanix/reporting - v0.4.142

    Interface SubscriptionRole

    interface SubscriptionRole {
        comment?: string;
        description?: string;
        id: string;
        name: string;
        restrictToFactSheetTypes?: string[];
        subscriptionType: SubscriptionType;
    }

    Properties

    comment?: string
    description?: string
    id: string
    name: string
    restrictToFactSheetTypes?: string[]
    subscriptionType: SubscriptionType

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    comment?: string
    description?: string
    id: string
    name: string
    restrictToFactSheetTypes?: string[]
    subscriptionType: SubscriptionType

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SubscriptionsFieldDefinition.html b/docs/interfaces/lxr.SubscriptionsFieldDefinition.html index 2fc863a1..60812241 100644 --- a/docs/interfaces/lxr.SubscriptionsFieldDefinition.html +++ b/docs/interfaces/lxr.SubscriptionsFieldDefinition.html @@ -1,8 +1,8 @@ -SubscriptionsFieldDefinition | @leanix/reporting - v0.4.141

    Interface SubscriptionsFieldDefinition

    interface SubscriptionsFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "SUBSCRIPTIONS";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +SubscriptionsFieldDefinition | @leanix/reporting - v0.4.142

    Interface SubscriptionsFieldDefinition

    interface SubscriptionsFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "SUBSCRIPTIONS";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "SUBSCRIPTIONS"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "SUBSCRIPTIONS"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.SvgExportData.html b/docs/interfaces/lxr.SvgExportData.html index 6105f4f9..2e012c7b 100644 --- a/docs/interfaces/lxr.SvgExportData.html +++ b/docs/interfaces/lxr.SvgExportData.html @@ -1,6 +1,6 @@ -SvgExportData | @leanix/reporting - v0.4.141

    Interface SvgExportData

    interface SvgExportData {
        content: string;
        inputType: "SVG";
        name: string;
        outputType: "SVG";
        styles?: string;
    }

    Hierarchy

    Properties

    content +SvgExportData | @leanix/reporting - v0.4.142

    Interface SvgExportData

    interface SvgExportData {
        content: string;
        inputType: "SVG";
        name: string;
        outputType: "SVG";
        styles?: string;
    }

    Hierarchy

    Properties

    content: string
    inputType: "SVG"
    name: string
    outputType: "SVG"
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    content: string
    inputType: "SVG"
    name: string
    outputType: "SVG"
    styles?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TableColumn.html b/docs/interfaces/lxr.TableColumn.html index 0a1514e3..56af7ac0 100644 --- a/docs/interfaces/lxr.TableColumn.html +++ b/docs/interfaces/lxr.TableColumn.html @@ -1,4 +1,4 @@ -TableColumn | @leanix/reporting - v0.4.141

    Interface TableColumn

    interface TableColumn {
        align?: TableColumnAlign;
        editable?: boolean;
        expanded?: boolean;
        factSheetType: string;
        isCustomColumn?: boolean;
        isRelationColumn?: boolean;
        key: string;
        label?: string;
        movable?: boolean;
        required?: boolean;
        resizable?: boolean;
        sort?: string;
        sortable?: boolean;
        type: DataModelFieldType;
        virtualKey?: string;
        width?: number;
    }

    Properties

    align? +TableColumn | @leanix/reporting - v0.4.142

    Interface TableColumn

    interface TableColumn {
        align?: TableColumnAlign;
        editable?: boolean;
        expanded?: boolean;
        factSheetType: string;
        isCustomColumn?: boolean;
        isRelationColumn?: boolean;
        key: string;
        label?: string;
        movable?: boolean;
        required?: boolean;
        resizable?: boolean;
        sort?: string;
        sortable?: boolean;
        type: DataModelFieldType;
        virtualKey?: string;
        width?: number;
    }

    Properties

    Properties

    editable?: boolean
    expanded?: boolean
    factSheetType: string
    isCustomColumn?: boolean
    isRelationColumn?: boolean
    key: string
    label?: string
    movable?: boolean
    required?: boolean
    resizable?: boolean
    sort?: string

    Frontend attributes

    sortable?: boolean

    Field type

    -
    virtualKey?: string
    width?: number

    Generated using TypeDoc

    \ No newline at end of file +
    virtualKey?: string
    width?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TableConfig.html b/docs/interfaces/lxr.TableConfig.html index 964f2b7c..173e7333 100644 --- a/docs/interfaces/lxr.TableConfig.html +++ b/docs/interfaces/lxr.TableConfig.html @@ -1,2 +1,2 @@ -TableConfig | @leanix/reporting - v0.4.141

    Interface TableConfig

    interface TableConfig {
        columns: TableColumn[];
    }

    Properties

    Properties

    columns: TableColumn[]

    Generated using TypeDoc

    \ No newline at end of file +TableConfig | @leanix/reporting - v0.4.142

    Interface TableConfig

    interface TableConfig {
        columns: TableColumn[];
    }

    Properties

    Properties

    columns: TableColumn[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Tag.html b/docs/interfaces/lxr.Tag.html index 65012692..55b8d101 100644 --- a/docs/interfaces/lxr.Tag.html +++ b/docs/interfaces/lxr.Tag.html @@ -1,4 +1,4 @@ -Tag | @leanix/reporting - v0.4.141

    Represents a tag as it is provided by the GraphQL API.

    +Tag | @leanix/reporting - v0.4.142

    Represents a tag as it is provided by the GraphQL API.

    Export

    Tag

    interface Tag {
        color?: string;
        deletable?: boolean;
        description?: string;
        factSheetCount?: number;
        id: string;
        name: string;
        status?: TagStatus;
        tagGroup?: TagGroup;
    }

    Properties

    Properties

    color?: string
    deletable?: boolean
    description?: string
    factSheetCount?: number
    id: string
    name: string
    status?: TagStatus
    tagGroup?: TagGroup

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    color?: string
    deletable?: boolean
    description?: string
    factSheetCount?: number
    id: string
    name: string
    status?: TagStatus
    tagGroup?: TagGroup

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TagDefinition.html b/docs/interfaces/lxr.TagDefinition.html index d5123e4b..9b3b73db 100644 --- a/docs/interfaces/lxr.TagDefinition.html +++ b/docs/interfaces/lxr.TagDefinition.html @@ -1,5 +1,5 @@ -TagDefinition | @leanix/reporting - v0.4.141

    Interface TagDefinition

    interface TagDefinition {
        color?: string;
        id: string;
        name: string;
        status?: TagStatus;
    }

    Properties

    color? +TagDefinition | @leanix/reporting - v0.4.142

    Interface TagDefinition

    interface TagDefinition {
        color?: string;
        id: string;
        name: string;
        status?: TagStatus;
    }

    Properties

    Properties

    color?: string
    id: string
    name: string
    status?: TagStatus

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    color?: string
    id: string
    name: string
    status?: TagStatus

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TagGroup.html b/docs/interfaces/lxr.TagGroup.html index 7dad8b6f..b3670388 100644 --- a/docs/interfaces/lxr.TagGroup.html +++ b/docs/interfaces/lxr.TagGroup.html @@ -1,4 +1,4 @@ -TagGroup | @leanix/reporting - v0.4.141

    Represents a tag group as it is provided by the GraphQL API.

    +TagGroup | @leanix/reporting - v0.4.142

    Represents a tag group as it is provided by the GraphQL API.

    Export

    TagGroup

    interface TagGroup {
        description?: string;
        id?: string;
        mandatory?: boolean;
        mode?: TagGroupMode;
        name?: string;
        restrictToFactSheetTypes?: string[];
        shortName?: string;
        tagCount?: number;
    }

    Properties

    description?: string
    id?: string
    mandatory?: boolean
    name?: string
    restrictToFactSheetTypes?: string[]
    shortName?: string
    tagCount?: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    description?: string
    id?: string
    mandatory?: boolean
    name?: string
    restrictToFactSheetTypes?: string[]
    shortName?: string
    tagCount?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TagGroupDefinition.html b/docs/interfaces/lxr.TagGroupDefinition.html index 7dd76ace..9cad68f1 100644 --- a/docs/interfaces/lxr.TagGroupDefinition.html +++ b/docs/interfaces/lxr.TagGroupDefinition.html @@ -1,6 +1,6 @@ -TagGroupDefinition | @leanix/reporting - v0.4.141

    Interface TagGroupDefinition

    interface TagGroupDefinition {
        id: string;
        mode: TagGroupMode;
        name: string;
        shortName?: string;
        tags: TagDefinition[];
    }

    Properties

    id +TagGroupDefinition | @leanix/reporting - v0.4.142

    Interface TagGroupDefinition

    interface TagGroupDefinition {
        id: string;
        mode: TagGroupMode;
        name: string;
        shortName?: string;
        tags: TagDefinition[];
    }

    Properties

    Properties

    id: string
    name: string
    shortName?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    name: string
    shortName?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TagsFieldDefinition.html b/docs/interfaces/lxr.TagsFieldDefinition.html index 2c570321..df28f211 100644 --- a/docs/interfaces/lxr.TagsFieldDefinition.html +++ b/docs/interfaces/lxr.TagsFieldDefinition.html @@ -1,8 +1,8 @@ -TagsFieldDefinition | @leanix/reporting - v0.4.141

    Interface TagsFieldDefinition

    interface TagsFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "TAGS";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +TagsFieldDefinition | @leanix/reporting - v0.4.142

    Interface TagsFieldDefinition

    interface TagsFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "TAGS";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "TAGS"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "TAGS"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TargetFactSheetFieldAttribute.html b/docs/interfaces/lxr.TargetFactSheetFieldAttribute.html index 69959513..ef677efa 100644 --- a/docs/interfaces/lxr.TargetFactSheetFieldAttribute.html +++ b/docs/interfaces/lxr.TargetFactSheetFieldAttribute.html @@ -1,5 +1,5 @@ -TargetFactSheetFieldAttribute | @leanix/reporting - v0.4.141

    Interface TargetFactSheetFieldAttribute

    interface TargetFactSheetFieldAttribute {
        field: string;
        name: string;
        relation: string;
        type: "targetField";
    }

    Properties

    field +TargetFactSheetFieldAttribute | @leanix/reporting - v0.4.142

    Interface TargetFactSheetFieldAttribute

    interface TargetFactSheetFieldAttribute {
        field: string;
        name: string;
        relation: string;
        type: "targetField";
    }

    Properties

    Properties

    field: string
    name: string
    relation: string
    type: "targetField"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    field: string
    name: string
    relation: string
    type: "targetField"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TargetFieldDescription.html b/docs/interfaces/lxr.TargetFieldDescription.html index 6eb27dfd..0a964783 100644 --- a/docs/interfaces/lxr.TargetFieldDescription.html +++ b/docs/interfaces/lxr.TargetFieldDescription.html @@ -1,4 +1,4 @@ -TargetFieldDescription | @leanix/reporting - v0.4.141

    Interface TargetFieldDescription

    interface TargetFieldDescription {
        activeOnly: boolean;
        constrainedBy?: string[];
        field: string;
        fieldType: FieldType;
        name: string;
        relation: string;
        targetFactSheetType: string;
        type: "targetField";
    }

    Properties

    activeOnly +TargetFieldDescription | @leanix/reporting - v0.4.142

    Interface TargetFieldDescription

    interface TargetFieldDescription {
        activeOnly: boolean;
        constrainedBy?: string[];
        field: string;
        fieldType: FieldType;
        name: string;
        relation: string;
        targetFactSheetType: string;
        type: "targetField";
    }

    Properties

    activeOnly: boolean
    constrainedBy?: string[]
    field: string
    fieldType: FieldType
    name: string
    relation: string
    targetFactSheetType: string

    The Fact Sheet type of the target Fact Sheet. A '*' means that any Fact Sheet type is possible.

    -
    type: "targetField"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "targetField"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TemplateOptionsBase.html b/docs/interfaces/lxr.TemplateOptionsBase.html index 08c224f7..7144a5ca 100644 --- a/docs/interfaces/lxr.TemplateOptionsBase.html +++ b/docs/interfaces/lxr.TemplateOptionsBase.html @@ -1,2 +1,2 @@ -TemplateOptionsBase | @leanix/reporting - v0.4.141

    Interface TemplateOptionsBase<T>

    interface TemplateOptionsBase {
        layout?: Layout<T>;
    }

    Type Parameters

    Hierarchy

    Properties

    Properties

    layout?: Layout<T>

    Generated using TypeDoc

    \ No newline at end of file +TemplateOptionsBase | @leanix/reporting - v0.4.142

    Interface TemplateOptionsBase<T>

    interface TemplateOptionsBase {
        layout?: Layout<T>;
    }

    Type Parameters

    Hierarchy

    Properties

    Properties

    layout?: Layout<T>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TemplateOptionsRelation.html b/docs/interfaces/lxr.TemplateOptionsRelation.html index 458f97d0..79c36307 100644 --- a/docs/interfaces/lxr.TemplateOptionsRelation.html +++ b/docs/interfaces/lxr.TemplateOptionsRelation.html @@ -1,6 +1,6 @@ -TemplateOptionsRelation | @leanix/reporting - v0.4.141

    Interface TemplateOptionsRelation

    interface TemplateOptionsRelation {
        layout?: Layout<ViewModelFieldType>;
        relationName: string;
        tagFilter?: string[];
    }

    Hierarchy

    Properties

    layout? +TemplateOptionsRelation | @leanix/reporting - v0.4.142

    Interface TemplateOptionsRelation

    interface TemplateOptionsRelation {
        layout?: Layout<ViewModelFieldType>;
        relationName: string;
        tagFilter?: string[];
    }

    Hierarchy

    Properties

    relationName: string
    tagFilter?: string[]

    Optional list of tags for filtering which new & existing Fact Sheets are permitted for this relation. For now only implemented on front-end for Survey.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.TimingAttribute.html b/docs/interfaces/lxr.TimingAttribute.html index ceb8e6e2..3b31a7dd 100644 --- a/docs/interfaces/lxr.TimingAttribute.html +++ b/docs/interfaces/lxr.TimingAttribute.html @@ -1,2 +1,2 @@ -TimingAttribute | @leanix/reporting - v0.4.141

    Interface TimingAttribute

    interface TimingAttribute {
        type: "timing";
    }

    Properties

    Properties

    type: "timing"

    Generated using TypeDoc

    \ No newline at end of file +TimingAttribute | @leanix/reporting - v0.4.142

    Interface TimingAttribute

    interface TimingAttribute {
        type: "timing";
    }

    Properties

    Properties

    type: "timing"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIBaseElement.html b/docs/interfaces/lxr.UIBaseElement.html index 1ad9c6db..1e1bd67e 100644 --- a/docs/interfaces/lxr.UIBaseElement.html +++ b/docs/interfaces/lxr.UIBaseElement.html @@ -1,3 +1,3 @@ -UIBaseElement | @leanix/reporting - v0.4.141

    Interface UIBaseElement

    interface UIBaseElement {
        id: string;
        type: UIElementType;
    }

    Hierarchy

    Properties

    id +UIBaseElement | @leanix/reporting - v0.4.142

    Interface UIBaseElement

    interface UIBaseElement {
        id: string;
        type: UIElementType;
    }

    Hierarchy

    Properties

    Properties

    id: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIButton.html b/docs/interfaces/lxr.UIButton.html index 562efcba..7d35b268 100644 --- a/docs/interfaces/lxr.UIButton.html +++ b/docs/interfaces/lxr.UIButton.html @@ -1,4 +1,4 @@ -UIButton | @leanix/reporting - v0.4.141

    UIButton defines the configuration for a button UIElement.

    +UIButton | @leanix/reporting - v0.4.142

    UIButton defines the configuration for a button UIElement.

    This element has no associated value in UIElementValues.

    interface UIButton {
        click?: (() => void);
        disabled?: boolean;
        id: string;
        label: string | UIButtonLabel;
        selected?: boolean;
        tooltip?: string;
        type: "button";
    }

    Hierarchy

    Properties

    click? disabled? @@ -17,4 +17,4 @@

    Default Value

    false
     
    tooltip?: string

    tooltip defines the text that will be displayed in the tooltip.

    -
    type: "button"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "button"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIButtonGroup.html b/docs/interfaces/lxr.UIButtonGroup.html index e2adb720..750bac98 100644 --- a/docs/interfaces/lxr.UIButtonGroup.html +++ b/docs/interfaces/lxr.UIButtonGroup.html @@ -1,4 +1,4 @@ -UIButtonGroup | @leanix/reporting - v0.4.141

    Interface UIButtonGroup

    UIButtonGroup defines the configuration for a UIElement that displays a collection of interactive buttons.

    +UIButtonGroup | @leanix/reporting - v0.4.142

    Interface UIButtonGroup

    UIButtonGroup defines the configuration for a UIElement that displays a collection of interactive buttons.

    This element has no associated value in UIElementValues.

    interface UIButtonGroup {
        buttons: UIButton[];
        id: string;
        label?: string;
        type: "buttonGroup";
    }

    Hierarchy

    Properties

    buttons id @@ -6,4 +6,4 @@ type

    Properties

    buttons: UIButton[]

    buttons define the collection of buttons to be displayed.

    id: string
    label?: string

    label defines a label for the button group.

    -
    type: "buttonGroup"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "buttonGroup"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIConfiguration.html b/docs/interfaces/lxr.UIConfiguration.html index 4b0af11b..030737bf 100644 --- a/docs/interfaces/lxr.UIConfiguration.html +++ b/docs/interfaces/lxr.UIConfiguration.html @@ -1,4 +1,4 @@ -UIConfiguration | @leanix/reporting - v0.4.141

    Interface UIConfiguration

    interface UIConfiguration {
        elements?: UIElements;
        showCompositeFilters?: boolean;
        timeline?: UITimeline;
        update: ((selection) => UIMinimalConfiguration | Promise<UIMinimalConfiguration>);
    }

    Hierarchy

    Properties

    elements? +UIConfiguration | @leanix/reporting - v0.4.142

    Interface UIConfiguration

    interface UIConfiguration {
        elements?: UIElements;
        showCompositeFilters?: boolean;
        timeline?: UITimeline;
        update: ((selection) => UIMinimalConfiguration | Promise<UIMinimalConfiguration>);
    }

    Hierarchy

    Properties

    elements? showCompositeFilters? timeline? update @@ -13,4 +13,4 @@

    update also allows modifying the ui configuration by returning the target configuration. Use null to destroy any visible elements. When using an undefined value for a specific element, the element remains untouched.

    -

    Parameters

    Returns UIMinimalConfiguration | Promise<UIMinimalConfiguration>

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns UIMinimalConfiguration | Promise<UIMinimalConfiguration>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIContainer.html b/docs/interfaces/lxr.UIContainer.html index f3fb15b4..652bd724 100644 --- a/docs/interfaces/lxr.UIContainer.html +++ b/docs/interfaces/lxr.UIContainer.html @@ -1,5 +1,5 @@ -UIContainer | @leanix/reporting - v0.4.141

    Interface UIContainer

    UIContainer allows to group elements in template groups.

    +UIContainer | @leanix/reporting - v0.4.142

    Interface UIContainer

    UIContainer allows to group elements in template groups.

    interface UIContainer {
        items: UIElement[];
        type: "container";
    }

    Properties

    Properties

    items: UIElement[]

    items defines the items that belong to this container.

    -
    type: "container"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "container"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIDefaultTimeline.html b/docs/interfaces/lxr.UIDefaultTimeline.html index 1bc24c8d..450039bf 100644 --- a/docs/interfaces/lxr.UIDefaultTimeline.html +++ b/docs/interfaces/lxr.UIDefaultTimeline.html @@ -1,4 +1,4 @@ -UIDefaultTimeline | @leanix/reporting - v0.4.141

    Interface UIDefaultTimeline

    UIDefaultTimeline defines the configuration of plain date timeline.

    +UIDefaultTimeline | @leanix/reporting - v0.4.142

    Interface UIDefaultTimeline

    UIDefaultTimeline defines the configuration of plain date timeline.

    interface UIDefaultTimeline {
        multiSelection?: boolean;
        range?: {
            end: string;
            start: string;
        };
        type: "default";
        value: UIDefaultTimelineValue;
    }

    Properties

    multiSelection? range? type @@ -8,4 +8,4 @@ default range of the timeline is used. The default start date is 3 years previous to the current date. The default end date is 7 years after the current date.

    Type declaration

    • end: string
    • start: string
    type: "default"

    The value of the default timeline.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIDefaultTimelineValue.html b/docs/interfaces/lxr.UIDefaultTimelineValue.html index 3d01f400..d40ba3f8 100644 --- a/docs/interfaces/lxr.UIDefaultTimelineValue.html +++ b/docs/interfaces/lxr.UIDefaultTimelineValue.html @@ -1,6 +1,6 @@ -UIDefaultTimelineValue | @leanix/reporting - v0.4.141

    Interface UIDefaultTimelineValue

    UIDefaultTimelineValue defines the current value of the UIDefaultTimeline.

    +UIDefaultTimelineValue | @leanix/reporting - v0.4.142

    Interface UIDefaultTimelineValue

    UIDefaultTimelineValue defines the current value of the UIDefaultTimeline.

    interface UIDefaultTimelineValue {
        dates: string[];
    }

    Properties

    Properties

    dates: string[]

    dates defines a tuple of dates of size 2 to be used as value in the timeline.

    Example

    const singlePoint: lxr.UIDefaultTimelineDate[] = ["2020-01-01"]; // select a single point.
    const multiplePoints: lxr.UIDefaultTimelineDate[] = ["2020-01-01", "2020-03-01"] // select the time span between two dates.
    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIDropdown.html b/docs/interfaces/lxr.UIDropdown.html index 1ed10506..14407c45 100644 --- a/docs/interfaces/lxr.UIDropdown.html +++ b/docs/interfaces/lxr.UIDropdown.html @@ -1,4 +1,4 @@ -UIDropdown | @leanix/reporting - v0.4.141

    Interface UIDropdown

    UIDropdown is a dropdown UI element.

    +UIDropdown | @leanix/reporting - v0.4.142

    Interface UIDropdown

    UIDropdown is a dropdown UI element.

    The associated value of the UIDropdown is the id of the selected entry. If no entry is selected, use undefined or omit the value entry in the UIElementValues.

    interface UIDropdown {
        disabled?: boolean;
        entries: DropdownEntry[];
        id: string;
        label: string;
        tooltip?: string;
        type: "dropdown";
    }

    Hierarchy

    Properties

    disabled? @@ -11,4 +11,4 @@
    entries: DropdownEntry[]

    entries define the possible options that the dropdown makes available.

    id: string
    label: string

    label defines the dropdown label to be shown aside the dropdown element.

    tooltip?: string

    tooltip defines the text a user sees on hovering a disabled dropdown element.

    -
    type: "dropdown"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "dropdown"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIElements.html b/docs/interfaces/lxr.UIElements.html index 2933aad9..c0ed47d0 100644 --- a/docs/interfaces/lxr.UIElements.html +++ b/docs/interfaces/lxr.UIElements.html @@ -1,6 +1,6 @@ -UIElements | @leanix/reporting - v0.4.141

    Interface UIElements

    UIElements defines the configuration needed to allow a report to show certain UIElement items in the Reports page.

    +UIElements | @leanix/reporting - v0.4.142

    Interface UIElements

    UIElements defines the configuration needed to allow a report to show certain UIElement items in the Reports page.

    interface UIElements {
        root: UIRoot;
        values: UIElementValues;
    }

    Properties

    Properties

    root: UIRoot

    root defines the root structure of the UIElements.

    values is the collection of values associated to the UIElement items.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIFactSheetDropdown.html b/docs/interfaces/lxr.UIFactSheetDropdown.html index 3b76f561..477b64aa 100644 --- a/docs/interfaces/lxr.UIFactSheetDropdown.html +++ b/docs/interfaces/lxr.UIFactSheetDropdown.html @@ -1,4 +1,4 @@ -UIFactSheetDropdown | @leanix/reporting - v0.4.141

    Interface UIFactSheetDropdown

    UIFactSheetDropdown defines the configuration for a UIElement, which allows to search for Fact Sheets.

    +UIFactSheetDropdown | @leanix/reporting - v0.4.142

    Interface UIFactSheetDropdown

    UIFactSheetDropdown defines the configuration for a UIElement, which allows to search for Fact Sheets.

    The associated value of the UIFactSheetDropdown is the id of the selected Fact Sheet. If no Fact Sheet is selected, use undefined or omit the value entry in the UIElementValues.

    interface UIFactSheetDropdown {
        autoFocus?: boolean;
        facetFilters: FacetFilter[];
        id: string;
        label: string;
        type: "factSheetDropdown";
    }

    Hierarchy

    Properties

    autoFocus? @@ -13,4 +13,4 @@
    facetFilters: FacetFilter[]

    facetFilters allows to define a certain amount of filters to be used while searching for the Fact Sheets in the dropdown.

    id: string
    label: string

    label defines the dropdown's label.

    -
    type: "factSheetDropdown"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "factSheetDropdown"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIGroupDropdown.html b/docs/interfaces/lxr.UIGroupDropdown.html index 49f97f4f..e3ea6abb 100644 --- a/docs/interfaces/lxr.UIGroupDropdown.html +++ b/docs/interfaces/lxr.UIGroupDropdown.html @@ -1,4 +1,4 @@ -UIGroupDropdown | @leanix/reporting - v0.4.141

    Interface UIGroupDropdown

    UIGroupDropdown is a dropdown UI element, which allows to specify inner sections.

    +UIGroupDropdown | @leanix/reporting - v0.4.142

    Interface UIGroupDropdown

    UIGroupDropdown is a dropdown UI element, which allows to specify inner sections.

    The associated value of the UIGroupDropdown is the id of the selected entry. If no entry is selected, use undefined or omit the value entry in the UIElementValues.

    interface UIGroupDropdown {
        id: string;
        label: string;
        sections: GroupDropdownSection[];
        type: "groupDropdown";
    }

    Hierarchy

    Properties

    id @@ -7,4 +7,4 @@ type

    Properties

    id: string
    label: string

    label defines the group dropdown label to be shown aside the dropdown element.

    sections define the possible sections that the group dropdown makes available.

    -
    type: "groupDropdown"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "groupDropdown"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIHierarchyDepth.html b/docs/interfaces/lxr.UIHierarchyDepth.html index 2149209b..54b97bf1 100644 --- a/docs/interfaces/lxr.UIHierarchyDepth.html +++ b/docs/interfaces/lxr.UIHierarchyDepth.html @@ -1,4 +1,4 @@ -UIHierarchyDepth | @leanix/reporting - v0.4.141

    Interface UIHierarchyDepth

    UIHierarchyDepth defines the configuration for UIElement that allows to choose a hierarchy depth level.

    +UIHierarchyDepth | @leanix/reporting - v0.4.142

    Interface UIHierarchyDepth

    UIHierarchyDepth defines the configuration for UIElement that allows to choose a hierarchy depth level.

    The associated value of the UIHierarchyDepth control is the selected hierarchy depth level, starting from 1 up to the given maxDepth. Setting the maxDepth value to 0 is considered as a loading state, and therefore a spinner is shown.

    @@ -8,4 +8,4 @@ type

    Properties

    id: string
    label: string

    label defines the controls's label.

    maxDepth: number

    maxDepth defines the highest hierarchy depth level that can be chosen.

    -
    type: "hierarchyDepth"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "hierarchyDepth"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIImpactSourcePicker.html b/docs/interfaces/lxr.UIImpactSourcePicker.html index 133eceb3..7dd90868 100644 --- a/docs/interfaces/lxr.UIImpactSourcePicker.html +++ b/docs/interfaces/lxr.UIImpactSourcePicker.html @@ -1,7 +1,7 @@ -UIImpactSourcePicker | @leanix/reporting - v0.4.141

    Interface UIImpactSourcePickerBeta

    UIImpactSourcePicker is a button UI element.

    +UIImpactSourcePicker | @leanix/reporting - v0.4.142

    Interface UIImpactSourcePickerBeta

    UIImpactSourcePicker is a button UI element.

    On click, a modal is opened, which allows to select multiple Fact Sheets with associated impacts, to be used in the report. The associated value of the UIImpactSourcePicker is an object of type ImpactSourcePickerValues, describing an array of Fact Sheets with id and type or an object with filters used. If no entry is selected, omit the value entry in the UIElementValues.

    interface UIImpactSourcePicker {
        id: string;
        type: "impactSourcePicker";
    }

    Hierarchy

    Properties

    Properties

    id: string
    type: "impactSourcePicker"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    type: "impactSourcePicker"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIImpactSourcePickerFactSheet.html b/docs/interfaces/lxr.UIImpactSourcePickerFactSheet.html index 6a6bdac7..1ec42653 100644 --- a/docs/interfaces/lxr.UIImpactSourcePickerFactSheet.html +++ b/docs/interfaces/lxr.UIImpactSourcePickerFactSheet.html @@ -1,4 +1,4 @@ -UIImpactSourcePickerFactSheet | @leanix/reporting - v0.4.141

    Interface UIImpactSourcePickerFactSheetBeta

    Object, describing a selected impact containing Fact Sheet by its ID and Type ImpactSourcePickerValues

    +UIImpactSourcePickerFactSheet | @leanix/reporting - v0.4.142

    Interface UIImpactSourcePickerFactSheetBeta

    Object, describing a selected impact containing Fact Sheet by its ID and Type ImpactSourcePickerValues

    interface UIImpactSourcePickerFactSheet {
        id: string;
        type: string;
    }

    Properties

    Properties

    id: string
    type: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIImpactSourcePickerFilter.html b/docs/interfaces/lxr.UIImpactSourcePickerFilter.html index 09bcab35..238ee54b 100644 --- a/docs/interfaces/lxr.UIImpactSourcePickerFilter.html +++ b/docs/interfaces/lxr.UIImpactSourcePickerFilter.html @@ -1,4 +1,4 @@ -UIImpactSourcePickerFilter | @leanix/reporting - v0.4.141

    Interface UIImpactSourcePickerFilterBeta

    Object, describing facet filters and text search term

    +UIImpactSourcePickerFilter | @leanix/reporting - v0.4.142

    Interface UIImpactSourcePickerFilterBeta

    Object, describing facet filters and text search term

    interface UIImpactSourcePickerFilter {
        facetFilters: FacetFilter[];
        fullTextSearchTerm?: string;
    }

    Properties

    facetFilters: FacetFilter[]
    fullTextSearchTerm?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    facetFilters: FacetFilter[]
    fullTextSearchTerm?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIImpactSourcePickerFilterValue.html b/docs/interfaces/lxr.UIImpactSourcePickerFilterValue.html index fe7bda14..599ad07d 100644 --- a/docs/interfaces/lxr.UIImpactSourcePickerFilterValue.html +++ b/docs/interfaces/lxr.UIImpactSourcePickerFilterValue.html @@ -1,5 +1,5 @@ -UIImpactSourcePickerFilterValue | @leanix/reporting - v0.4.141

    Interface UIImpactSourcePickerFilterValueBeta

    Object, describing filter value from impact source picker modal. The fact sheets array are the corresponding +UIImpactSourcePickerFilterValue | @leanix/reporting - v0.4.142

    Interface UIImpactSourcePickerFilterValueBeta

    Object, describing filter value from impact source picker modal. The fact sheets array are the corresponding fact sheets of the filters defined, that are returned from Pathfinder.

    interface UIImpactSourcePickerFilterValue {
        factSheets?: UIImpactSourcePickerFactSheet[];
        filter: UIImpactSourcePickerFilter;
    }

    Properties

    Properties

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIImpactTimeline.html b/docs/interfaces/lxr.UIImpactTimeline.html index f9e04b5e..c947252e 100644 --- a/docs/interfaces/lxr.UIImpactTimeline.html +++ b/docs/interfaces/lxr.UIImpactTimeline.html @@ -1,4 +1,4 @@ -UIImpactTimeline | @leanix/reporting - v0.4.141

    Interface UIImpactTimeline

    UIImpactTimeline defines the configuration of a timeline element to be displayed on top of the report's toolbar. The UIImpactTimeline +UIImpactTimeline | @leanix/reporting - v0.4.142

    Interface UIImpactTimeline

    UIImpactTimeline defines the configuration of a timeline element to be displayed on top of the report's toolbar. The UIImpactTimeline describes a timeline in scope of a specific BTM Fact Sheet. Fact Sheets used in this timeline configuration, which are no valid BTM fact sheets can't be displayed in the timeline.

    interface UIImpactTimeline {
        multiSelection?: boolean;
        type: "impact";
        value: UIImpactTimelineValue;
    }

    Properties

    multiSelection? @@ -6,4 +6,4 @@ value

    Properties

    multiSelection?: boolean

    Allow selection of multiple points in the timeline by holding the Shift key.

    type: "impact"

    The value of the impact timeline.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIImpactTimelineFactSheetValue.html b/docs/interfaces/lxr.UIImpactTimelineFactSheetValue.html index 05878062..182136bd 100644 --- a/docs/interfaces/lxr.UIImpactTimelineFactSheetValue.html +++ b/docs/interfaces/lxr.UIImpactTimelineFactSheetValue.html @@ -1,6 +1,6 @@ -UIImpactTimelineFactSheetValue | @leanix/reporting - v0.4.141

    Interface UIImpactTimelineFactSheetValue

    UIImpactTimelineFactSheetValue defines the structure of the BTM Fact Sheet to be used for the UIImpactTimeline selection value.

    +UIImpactTimelineFactSheetValue | @leanix/reporting - v0.4.142

    Interface UIImpactTimelineFactSheetValue

    UIImpactTimelineFactSheetValue defines the structure of the BTM Fact Sheet to be used for the UIImpactTimeline selection value.

    interface UIImpactTimelineFactSheetValue {
        id: string;
        type: string;
    }

    Properties

    Properties

    id: string

    Fact Sheet ID of the BTM Fact Sheet containing a collection of impacts.

    type: string

    Fact Sheet type.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIImpactTimelineValue.html b/docs/interfaces/lxr.UIImpactTimelineValue.html index f5a9681b..efe1cd1b 100644 --- a/docs/interfaces/lxr.UIImpactTimelineValue.html +++ b/docs/interfaces/lxr.UIImpactTimelineValue.html @@ -1,8 +1,8 @@ -UIImpactTimelineValue | @leanix/reporting - v0.4.141

    Interface UIImpactTimelineValue

    UIImpactTimelineValue defines the current value of a UIImpactTimeline.

    +UIImpactTimelineValue | @leanix/reporting - v0.4.142

    Interface UIImpactTimelineValue

    UIImpactTimelineValue defines the current value of a UIImpactTimeline.

    interface UIImpactTimelineValue {
        factSheets: UIImpactTimelineFactSheetValue[];
        filter?: UIImpactSourcePickerFilterValue;
        selectedPoints: TimelineStep[];
    }

    Properties

    Source Fact Sheets where the timeline dates is read from.

    Filters used from Impact Source Picker to create the timeline.

    selectedPoints: TimelineStep[]

    Selected timeline points.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UILayoutMode.html b/docs/interfaces/lxr.UILayoutMode.html index 045fa6c1..936b4699 100644 --- a/docs/interfaces/lxr.UILayoutMode.html +++ b/docs/interfaces/lxr.UILayoutMode.html @@ -1,8 +1,8 @@ -UILayoutMode | @leanix/reporting - v0.4.141

    Interface UILayoutModeBeta

    UILayoutMode is a dropdown UI element.

    +UILayoutMode | @leanix/reporting - v0.4.142

    Interface UILayoutModeBeta

    UILayoutMode is a dropdown UI element.

    The dropdown presents a list of layout mode possible for a report. Reports define layout modes by adding them to the entries property of this element.

    interface UILayoutMode {
        entries: LayoutModeEntry[];
        id: string;
        label: string;
        type: "layoutMode";
    }

    Hierarchy

    Properties

    Properties

    entries: LayoutModeEntry[]
    id: string
    label: string
    type: "layoutMode"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    entries: LayoutModeEntry[]
    id: string
    label: string
    type: "layoutMode"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIMinimalConfiguration.html b/docs/interfaces/lxr.UIMinimalConfiguration.html index 1ac7776a..e4f829d0 100644 --- a/docs/interfaces/lxr.UIMinimalConfiguration.html +++ b/docs/interfaces/lxr.UIMinimalConfiguration.html @@ -1,7 +1,7 @@ -UIMinimalConfiguration | @leanix/reporting - v0.4.141

    Interface UIMinimalConfiguration

    interface UIMinimalConfiguration {
        elements?: UIElements;
        showCompositeFilters?: boolean;
        timeline?: UITimeline;
    }

    Hierarchy

    Properties

    elements? +UIMinimalConfiguration | @leanix/reporting - v0.4.142

    Interface UIMinimalConfiguration

    interface UIMinimalConfiguration {
        elements?: UIElements;
        showCompositeFilters?: boolean;
        timeline?: UITimeline;
    }

    Hierarchy

    Properties

    elements?: UIElements

    elements defines the configuration of each UI element.

    showCompositeFilters?: boolean

    showCompositeFilters flag to show composite filters in the report ui

    timeline?: UITimeline

    timeline defines the timeline UI element.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIRoot.html b/docs/interfaces/lxr.UIRoot.html index d755ac44..cc9b6968 100644 --- a/docs/interfaces/lxr.UIRoot.html +++ b/docs/interfaces/lxr.UIRoot.html @@ -1,6 +1,6 @@ -UIRoot | @leanix/reporting - v0.4.141

    UIRoot allows to define the root items structure with an optional style for basic templating.

    +UIRoot | @leanix/reporting - v0.4.142

    UIRoot allows to define the root items structure with an optional style for basic templating.

    interface UIRoot {
        items: UIElement[];
        style?: UIStyle;
    }

    Properties

    Properties

    items: UIElement[]

    items define the collection of UIElement items to be used.

    style?: UIStyle

    style allows a certain limited template styling for the items.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UISelection.html b/docs/interfaces/lxr.UISelection.html index 9c4fca32..26e08bc5 100644 --- a/docs/interfaces/lxr.UISelection.html +++ b/docs/interfaces/lxr.UISelection.html @@ -1,5 +1,5 @@ -UISelection | @leanix/reporting - v0.4.141

    Interface UISelection

    interface UISelection {
        dropdowns: DropdownSelection[];
        elements: UIElements;
        facets: ContextFacetsSelectionState[];
        timeline: UITimeline;
    }

    Properties

    dropdowns +UISelection | @leanix/reporting - v0.4.142

    Interface UISelection

    interface UISelection {
        dropdowns: DropdownSelection[];
        elements: UIElements;
        facets: ContextFacetsSelectionState[];
        timeline: UITimeline;
    }

    Properties

    dropdowns: DropdownSelection[]
    elements: UIElements
    timeline: UITimeline

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    dropdowns: DropdownSelection[]
    elements: UIElements
    timeline: UITimeline

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIStyle.html b/docs/interfaces/lxr.UIStyle.html index a2d7f82e..d7c8a6f8 100644 --- a/docs/interfaces/lxr.UIStyle.html +++ b/docs/interfaces/lxr.UIStyle.html @@ -1,4 +1,4 @@ -UIStyle | @leanix/reporting - v0.4.141

    UIStyle allows a certain amount of template styling for the collection of UIElements.

    +UIStyle | @leanix/reporting - v0.4.142

    UIStyle allows a certain amount of template styling for the collection of UIElements.

    interface UIStyle {
        justifyContent?: "end" | "start" | "space-between";
    }

    Properties

    Properties

    justifyContent?: "end" | "start" | "space-between"

    justifyContent specifies element justification to the start (items at the left), end (items at the right) or space-between (items at the sides).

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.UIZoom.html b/docs/interfaces/lxr.UIZoom.html index d5f85cdf..651d62d3 100644 --- a/docs/interfaces/lxr.UIZoom.html +++ b/docs/interfaces/lxr.UIZoom.html @@ -1,7 +1,7 @@ -UIZoom | @leanix/reporting - v0.4.141

    UIZoom defines the configuration for a zoom UIElement, which allows setting a zoom level.

    +UIZoom | @leanix/reporting - v0.4.142

    UIZoom defines the configuration for a zoom UIElement, which allows setting a zoom level.

    The associated value of the UIZoom element is the selected zoom level. A value of 1 represents 100%, 0.5 means 50% and so on. The min value is 0.1, the max value is 2, and the value can be adjusted in steps of 0.1.

    interface UIZoom {
        id: string;
        type: "zoom";
    }

    Hierarchy

    Properties

    Properties

    id: string
    type: "zoom"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    type: "zoom"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.User.html b/docs/interfaces/lxr.User.html index e70b0e75..24256b53 100644 --- a/docs/interfaces/lxr.User.html +++ b/docs/interfaces/lxr.User.html @@ -1,8 +1,8 @@ -User | @leanix/reporting - v0.4.141
    interface User {
        displayName?: string;
        email?: string;
        firstName?: string;
        id?: string;
        lastName?: string;
        permission?: {
            role?: MtmPermissionRole;
            status?: MtmPermissionStatus;
        };
        technicalUser?: boolean;
    }

    Properties

    displayName? +User | @leanix/reporting - v0.4.142
    interface User {
        displayName?: string;
        email?: string;
        firstName?: string;
        id?: string;
        lastName?: string;
        permission?: {
            role?: MtmPermissionRole;
            status?: MtmPermissionStatus;
        };
        technicalUser?: boolean;
    }

    Properties

    displayName?: string
    email?: string
    firstName?: string
    id?: string
    lastName?: string
    permission?: {
        role?: MtmPermissionRole;
        status?: MtmPermissionStatus;
    }

    Type declaration

    technicalUser?: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    displayName?: string
    email?: string
    firstName?: string
    id?: string
    lastName?: string
    permission?: {
        role?: MtmPermissionRole;
        status?: MtmPermissionStatus;
    }

    Type declaration

    technicalUser?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewInfo.html b/docs/interfaces/lxr.ViewInfo.html index 4fc91a62..89568ef2 100644 --- a/docs/interfaces/lxr.ViewInfo.html +++ b/docs/interfaces/lxr.ViewInfo.html @@ -1,5 +1,5 @@ -ViewInfo | @leanix/reporting - v0.4.141
    interface ViewInfo {
        key: string;
        label: string;
        type: ViewInfoType;
        viewOptionSupport?: {
            optionalConstraint?: string;
            usesRangeLegend?: boolean;
        };
    }

    Hierarchy

    Properties

    key +ViewInfo | @leanix/reporting - v0.4.142
    interface ViewInfo {
        key: string;
        label: string;
        type: ViewInfoType;
        viewOptionSupport?: {
            optionalConstraint?: string;
            usesRangeLegend?: boolean;
        };
    }

    Hierarchy

    Properties

    key: string
    label: string
    viewOptionSupport?: {
        optionalConstraint?: string;
        usesRangeLegend?: boolean;
    }

    Type declaration

    • Optional optionalConstraint?: string
    • Optional usesRangeLegend?: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    key: string
    label: string
    viewOptionSupport?: {
        optionalConstraint?: string;
        usesRangeLegend?: boolean;
    }

    Type declaration

    • Optional optionalConstraint?: string
    • Optional usesRangeLegend?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewLegendItem.html b/docs/interfaces/lxr.ViewLegendItem.html index 19104461..e4690520 100644 --- a/docs/interfaces/lxr.ViewLegendItem.html +++ b/docs/interfaces/lxr.ViewLegendItem.html @@ -1,4 +1,4 @@ -ViewLegendItem | @leanix/reporting - v0.4.141

    Interface ViewLegendItem

    interface ViewLegendItem {
        bgColor: string;
        color: string;
        description?: string;
        id: number;
        inLegend: boolean;
        label?: string;
        transparency: number;
        value: string;
    }

    Properties

    bgColor +ViewLegendItem | @leanix/reporting - v0.4.142

    Interface ViewLegendItem

    interface ViewLegendItem {
        bgColor: string;
        color: string;
        description?: string;
        id: number;
        inLegend: boolean;
        label?: string;
        transparency: number;
        value: string;
    }

    Properties

    Properties

    bgColor: string
    color: string
    description?: string
    id: number
    inLegend: boolean
    label?: string
    transparency: number
    value: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    bgColor: string
    color: string
    description?: string
    id: number
    inLegend: boolean
    label?: string
    transparency: number
    value: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewMapping.html b/docs/interfaces/lxr.ViewMapping.html index 52583ea8..3c3d1b08 100644 --- a/docs/interfaces/lxr.ViewMapping.html +++ b/docs/interfaces/lxr.ViewMapping.html @@ -1,5 +1,5 @@ -ViewMapping | @leanix/reporting - v0.4.141

    Interface ViewMapping

    interface ViewMapping {
        constraints: {
            key: string;
            value: string;
        }[];
        fsId: string;
        infos: string;
        legendId: number;
    }

    Properties

    constraints +ViewMapping | @leanix/reporting - v0.4.142

    Interface ViewMapping

    interface ViewMapping {
        constraints: {
            key: string;
            value: string;
        }[];
        fsId: string;
        infos: string;
        legendId: number;
    }

    Properties

    constraints: {
        key: string;
        value: string;
    }[]

    Type declaration

    • key: string
    • value: string
    fsId: string
    infos: string
    legendId: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    constraints: {
        key: string;
        value: string;
    }[]

    Type declaration

    • key: string
    • value: string
    fsId: string
    infos: string
    legendId: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewModel.html b/docs/interfaces/lxr.ViewModel.html index 0d9cc3e7..20b903e8 100644 --- a/docs/interfaces/lxr.ViewModel.html +++ b/docs/interfaces/lxr.ViewModel.html @@ -1,3 +1,3 @@ -ViewModel | @leanix/reporting - v0.4.141
    interface ViewModel {
        factSheets: FactSheetViewModel[];
        layouts: any;
    }

    Properties

    factSheets +ViewModel | @leanix/reporting - v0.4.142
    interface ViewModel {
        factSheets: FactSheetViewModel[];
        layouts: any;
    }

    Properties

    Properties

    factSheets: FactSheetViewModel[]
    layouts: any

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    factSheets: FactSheetViewModel[]
    layouts: any

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewModelRangeFieldMetaData.html b/docs/interfaces/lxr.ViewModelRangeFieldMetaData.html index 66853989..7434f78e 100644 --- a/docs/interfaces/lxr.ViewModelRangeFieldMetaData.html +++ b/docs/interfaces/lxr.ViewModelRangeFieldMetaData.html @@ -1,4 +1,4 @@ -ViewModelRangeFieldMetaData | @leanix/reporting - v0.4.141

    Interface ViewModelRangeFieldMetaData

    interface ViewModelRangeFieldMetaData {
        max?: ViewModelRangeFieldValueMetaData;
        min?: ViewModelRangeFieldValueMetaData;
        unit?: "percentage";
    }

    Properties

    max? +ViewModelRangeFieldMetaData | @leanix/reporting - v0.4.142

    Interface ViewModelRangeFieldMetaData

    interface ViewModelRangeFieldMetaData {
        max?: ViewModelRangeFieldValueMetaData;
        min?: ViewModelRangeFieldValueMetaData;
        unit?: "percentage";
    }

    Properties

    Properties

    unit?: "percentage"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    unit?: "percentage"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewModelRangeFieldValueMetaData.html b/docs/interfaces/lxr.ViewModelRangeFieldValueMetaData.html index a8561572..6b5903cd 100644 --- a/docs/interfaces/lxr.ViewModelRangeFieldValueMetaData.html +++ b/docs/interfaces/lxr.ViewModelRangeFieldValueMetaData.html @@ -1,2 +1,2 @@ -ViewModelRangeFieldValueMetaData | @leanix/reporting - v0.4.141

    Interface ViewModelRangeFieldValueMetaData

    interface ViewModelRangeFieldValueMetaData {
        bgColor: string;
    }

    Properties

    Properties

    bgColor: string

    Generated using TypeDoc

    \ No newline at end of file +ViewModelRangeFieldValueMetaData | @leanix/reporting - v0.4.142

    Interface ViewModelRangeFieldValueMetaData

    interface ViewModelRangeFieldValueMetaData {
        bgColor: string;
    }

    Properties

    Properties

    bgColor: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewModelSingleFieldMetaData.html b/docs/interfaces/lxr.ViewModelSingleFieldMetaData.html index c9002b5b..b77bc941 100644 --- a/docs/interfaces/lxr.ViewModelSingleFieldMetaData.html +++ b/docs/interfaces/lxr.ViewModelSingleFieldMetaData.html @@ -1,3 +1,3 @@ -ViewModelSingleFieldMetaData | @leanix/reporting - v0.4.141

    Interface ViewModelSingleFieldMetaData

    interface ViewModelSingleFieldMetaData {
        icon?: StatusIcon;
        values: {
            [value: string]: ViewModelSingleFieldValueMetaData;
        };
    }

    Properties

    icon? +ViewModelSingleFieldMetaData | @leanix/reporting - v0.4.142

    Interface ViewModelSingleFieldMetaData

    interface ViewModelSingleFieldMetaData {
        icon?: StatusIcon;
        values: {
            [value: string]: ViewModelSingleFieldValueMetaData;
        };
    }

    Properties

    Properties

    icon?: StatusIcon
    values: {
        [value: string]: ViewModelSingleFieldValueMetaData;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    icon?: StatusIcon
    values: {
        [value: string]: ViewModelSingleFieldValueMetaData;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewModelSingleFieldValueMetaData.html b/docs/interfaces/lxr.ViewModelSingleFieldValueMetaData.html index 0eb17bee..506ccac9 100644 --- a/docs/interfaces/lxr.ViewModelSingleFieldValueMetaData.html +++ b/docs/interfaces/lxr.ViewModelSingleFieldValueMetaData.html @@ -1,5 +1,5 @@ -ViewModelSingleFieldValueMetaData | @leanix/reporting - v0.4.141

    Interface ViewModelSingleFieldValueMetaData

    interface ViewModelSingleFieldValueMetaData {
        bgColor?: string;
        color?: string;
        icon?: string;
    }

    Properties

    bgColor? +ViewModelSingleFieldValueMetaData | @leanix/reporting - v0.4.142

    Interface ViewModelSingleFieldValueMetaData

    interface ViewModelSingleFieldValueMetaData {
        bgColor?: string;
        color?: string;
        icon?: string;
    }

    Properties

    Properties

    bgColor?: string
    color?: string
    icon?: string

    icons, e.g: ['fa-star', 'fa-star']

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewOption.html b/docs/interfaces/lxr.ViewOption.html index ec06be8a..c7300e66 100644 --- a/docs/interfaces/lxr.ViewOption.html +++ b/docs/interfaces/lxr.ViewOption.html @@ -1,5 +1,5 @@ -ViewOption | @leanix/reporting - v0.4.141

    Interface ViewOption

    interface ViewOption {
        constrainingRelation?: string[];
        constraint?: "MAPPING_PER_YEAR";
        endDate?: string;
        startDate?: string;
    }

    Properties

    constrainingRelation? +ViewOption | @leanix/reporting - v0.4.142

    Interface ViewOption

    interface ViewOption {
        constrainingRelation?: string[];
        constraint?: "MAPPING_PER_YEAR";
        endDate?: string;
        startDate?: string;
    }

    Properties

    constrainingRelation?: string[]
    constraint?: "MAPPING_PER_YEAR"
    endDate?: string
    startDate?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    constrainingRelation?: string[]
    constraint?: "MAPPING_PER_YEAR"
    endDate?: string
    startDate?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.ViewResult.html b/docs/interfaces/lxr.ViewResult.html index 2060591f..792a64f4 100644 --- a/docs/interfaces/lxr.ViewResult.html +++ b/docs/interfaces/lxr.ViewResult.html @@ -1,7 +1,7 @@ -ViewResult | @leanix/reporting - v0.4.141

    Interface ViewResult

    interface ViewResult {
        key: string;
        label: string;
        legendItems: ViewLegendItem[];
        mapping: ViewMapping[];
        type: ViewInfoType;
        viewOptionSupport?: {
            optionalConstraint?: string;
            usesRangeLegend?: boolean;
        };
    }

    Hierarchy

    Properties

    key +ViewResult | @leanix/reporting - v0.4.142

    Interface ViewResult

    interface ViewResult {
        key: string;
        label: string;
        legendItems: ViewLegendItem[];
        mapping: ViewMapping[];
        type: ViewInfoType;
        viewOptionSupport?: {
            optionalConstraint?: string;
            usesRangeLegend?: boolean;
        };
    }

    Hierarchy

    Properties

    key: string
    label: string
    legendItems: ViewLegendItem[]
    mapping: ViewMapping[]
    viewOptionSupport?: {
        optionalConstraint?: string;
        usesRangeLegend?: boolean;
    }

    Type declaration

    • Optional optionalConstraint?: string
    • Optional usesRangeLegend?: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    key: string
    label: string
    legendItems: ViewLegendItem[]
    mapping: ViewMapping[]
    viewOptionSupport?: {
        optionalConstraint?: string;
        usesRangeLegend?: boolean;
    }

    Type declaration

    • Optional optionalConstraint?: string
    • Optional usesRangeLegend?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.WidgetPageContext.html b/docs/interfaces/lxr.WidgetPageContext.html index 704f9f50..b83dd54e 100644 --- a/docs/interfaces/lxr.WidgetPageContext.html +++ b/docs/interfaces/lxr.WidgetPageContext.html @@ -1,2 +1,2 @@ -WidgetPageContext | @leanix/reporting - v0.4.141

    Interface WidgetPageContext

    interface WidgetPageContext {
        type: "widget";
    }

    Properties

    Properties

    type: "widget"

    Generated using TypeDoc

    \ No newline at end of file +WidgetPageContext | @leanix/reporting - v0.4.142

    Interface WidgetPageContext

    interface WidgetPageContext {
        type: "widget";
    }

    Properties

    Properties

    type: "widget"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.Workspace.html b/docs/interfaces/lxr.Workspace.html index dd5c3e3b..8f313f35 100644 --- a/docs/interfaces/lxr.Workspace.html +++ b/docs/interfaces/lxr.Workspace.html @@ -1,3 +1,3 @@ -Workspace | @leanix/reporting - v0.4.141
    interface Workspace {
        id: string;
        name: string;
    }

    Properties

    id +Workspace | @leanix/reporting - v0.4.142
    interface Workspace {
        id: string;
        name: string;
    }

    Properties

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    id: string
    name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/interfaces/lxr.WriteAccessControlListFieldDefinition.html b/docs/interfaces/lxr.WriteAccessControlListFieldDefinition.html index d2ef14ae..98e4e452 100644 --- a/docs/interfaces/lxr.WriteAccessControlListFieldDefinition.html +++ b/docs/interfaces/lxr.WriteAccessControlListFieldDefinition.html @@ -1,8 +1,8 @@ -WriteAccessControlListFieldDefinition | @leanix/reporting - v0.4.141

    Interface WriteAccessControlListFieldDefinition

    interface WriteAccessControlListFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "WRITE_ACCESS_CONTROL_LIST";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch? +WriteAccessControlListFieldDefinition | @leanix/reporting - v0.4.142

    Interface WriteAccessControlListFieldDefinition

    interface WriteAccessControlListFieldDefinition {
        fullTextSearch?: undefined;
        inFacet?: undefined;
        inView?: undefined;
        mandatory?: undefined;
        quickSearch?: undefined;
        type: "WRITE_ACCESS_CONTROL_LIST";
        viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
    }

    Hierarchy

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "WRITE_ACCESS_CONTROL_LIST"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fullTextSearch?: undefined
    inFacet?: undefined
    inView?: undefined
    mandatory?: undefined
    quickSearch?: undefined
    type: "WRITE_ACCESS_CONTROL_LIST"
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/modules/lxr.html b/docs/modules/lxr.html index fa37e26e..b7512441 100644 --- a/docs/modules/lxr.html +++ b/docs/modules/lxr.html @@ -1,4 +1,4 @@ -lxr | @leanix/reporting - v0.4.141

    Index

    Enumerations

    ACLVisibility +lxr | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.AttributeDescription.html b/docs/types/lxr.AttributeDescription.html index 2facc55a..bb331734 100644 --- a/docs/types/lxr.AttributeDescription.html +++ b/docs/types/lxr.AttributeDescription.html @@ -1 +1 @@ -AttributeDescription | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +AttributeDescription | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.BackendFacetType.html b/docs/types/lxr.BackendFacetType.html index 2fc28316..29339c2c 100644 --- a/docs/types/lxr.BackendFacetType.html +++ b/docs/types/lxr.BackendFacetType.html @@ -1,2 +1,2 @@ -BackendFacetType | @leanix/reporting - v0.4.141

    Type alias BackendFacetType

    BackendFacetType: "SIMPLE" | "TAG" | "FACTSHEETTYPE" | "FACTSHEETSUBTYPE" | "RELATION" | "LIFECYCLE" | "SUBSCRIPTIONS" | "EXTERNAL_ID" | "HIERARCHY"

    Valid GraphQL FacetType; constants defined in facets.const.ts

    -

    Generated using TypeDoc

    \ No newline at end of file +BackendFacetType | @leanix/reporting - v0.4.142

    Type alias BackendFacetType

    BackendFacetType: "SIMPLE" | "TAG" | "FACTSHEETTYPE" | "FACTSHEETSUBTYPE" | "RELATION" | "LIFECYCLE" | "SUBSCRIPTIONS" | "EXTERNAL_ID" | "HIERARCHY"

    Valid GraphQL FacetType; constants defined in facets.const.ts

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ChangeSet.html b/docs/types/lxr.ChangeSet.html index 636015ac..5325e44c 100644 --- a/docs/types/lxr.ChangeSet.html +++ b/docs/types/lxr.ChangeSet.html @@ -1 +1 @@ -ChangeSet | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +ChangeSet | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.DataModelFieldDefinition.html b/docs/types/lxr.DataModelFieldDefinition.html index ba5bb83d..d5e88977 100644 --- a/docs/types/lxr.DataModelFieldDefinition.html +++ b/docs/types/lxr.DataModelFieldDefinition.html @@ -1 +1 @@ -DataModelFieldDefinition | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +DataModelFieldDefinition | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.DataModelFieldType.html b/docs/types/lxr.DataModelFieldType.html index fad6ae23..16697879 100644 --- a/docs/types/lxr.DataModelFieldType.html +++ b/docs/types/lxr.DataModelFieldType.html @@ -1 +1 @@ -DataModelFieldType | @leanix/reporting - v0.4.141

    Type alias DataModelFieldType

    DataModelFieldType: "DOUBLE" | "INTEGER" | "LIFECYCLE" | "LOCATION" | "MULTIPLE_SELECT" | "SINGLE_SELECT" | "STRING" | "EXTERNAL_ID" | "PROJECT_STATUS" | "AGGREGATED" | "READ_ACCESS_CONTROL_LIST" | "WRITE_ACCESS_CONTROL_LIST" | "RELATION" | "TAGS" | "SUBSCRIPTIONS" | "DATE_TIME" | "COMPLETION" | "QUALITYSEALSTATUS"

    Generated using TypeDoc

    \ No newline at end of file +DataModelFieldType | @leanix/reporting - v0.4.142

    Type alias DataModelFieldType

    DataModelFieldType: "DOUBLE" | "INTEGER" | "LIFECYCLE" | "LOCATION" | "MULTIPLE_SELECT" | "SINGLE_SELECT" | "STRING" | "EXTERNAL_ID" | "PROJECT_STATUS" | "AGGREGATED" | "READ_ACCESS_CONTROL_LIST" | "WRITE_ACCESS_CONTROL_LIST" | "RELATION" | "TAGS" | "SUBSCRIPTIONS" | "DATE_TIME" | "COMPLETION" | "QUALITYSEALSTATUS"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.DateFilterType.html b/docs/types/lxr.DateFilterType.html index a15dc4f3..8a1cbe3e 100644 --- a/docs/types/lxr.DateFilterType.html +++ b/docs/types/lxr.DateFilterType.html @@ -1 +1 @@ -DateFilterType | @leanix/reporting - v0.4.141

    Type alias DateFilterType

    DateFilterType: "POINT" | "TODAY" | "END_OF_MONTH" | "END_OF_YEAR" | "RANGE" | "RANGE_STARTS" | "RANGE_ENDS" | "TIMELINE"

    Generated using TypeDoc

    \ No newline at end of file +DateFilterType | @leanix/reporting - v0.4.142

    Type alias DateFilterType

    DateFilterType: "POINT" | "TODAY" | "END_OF_MONTH" | "END_OF_YEAR" | "RANGE" | "RANGE_STARTS" | "RANGE_ENDS" | "TIMELINE"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.DefaultFactSheetType.html b/docs/types/lxr.DefaultFactSheetType.html index c37a3a28..b84a3a31 100644 --- a/docs/types/lxr.DefaultFactSheetType.html +++ b/docs/types/lxr.DefaultFactSheetType.html @@ -1 +1 @@ -DefaultFactSheetType | @leanix/reporting - v0.4.141

    Type alias DefaultFactSheetType

    DefaultFactSheetType: "Default"

    Generated using TypeDoc

    \ No newline at end of file +DefaultFactSheetType | @leanix/reporting - v0.4.142

    Type alias DefaultFactSheetType

    DefaultFactSheetType: "Default"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.DropdownEntryLabel.html b/docs/types/lxr.DropdownEntryLabel.html index 5eb6db85..3f4db6de 100644 --- a/docs/types/lxr.DropdownEntryLabel.html +++ b/docs/types/lxr.DropdownEntryLabel.html @@ -1,2 +1,2 @@ -DropdownEntryLabel | @leanix/reporting - v0.4.141

    Type alias DropdownEntryLabel

    DropdownEntryLabel is either a plain text attribute, a DropdownEntryIconLabel, or a DropdownFactSheetEntryLabel.

    -

    Generated using TypeDoc

    \ No newline at end of file +DropdownEntryLabel | @leanix/reporting - v0.4.142

    Type alias DropdownEntryLabel

    DropdownEntryLabel is either a plain text attribute, a DropdownEntryIconLabel, or a DropdownFactSheetEntryLabel.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.EnvironmentName.html b/docs/types/lxr.EnvironmentName.html index ab5ddfaa..bd068b88 100644 --- a/docs/types/lxr.EnvironmentName.html +++ b/docs/types/lxr.EnvironmentName.html @@ -1 +1 @@ -EnvironmentName | @leanix/reporting - v0.4.141

    Type alias EnvironmentName

    EnvironmentName: "prod" | "dev" | "test"

    Generated using TypeDoc

    \ No newline at end of file +EnvironmentName | @leanix/reporting - v0.4.142

    Type alias EnvironmentName

    EnvironmentName: "prod" | "dev" | "test"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ExportData.html b/docs/types/lxr.ExportData.html index ca5a8714..24ad1cc5 100644 --- a/docs/types/lxr.ExportData.html +++ b/docs/types/lxr.ExportData.html @@ -1 +1 @@ -ExportData | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +ExportData | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FacetType.html b/docs/types/lxr.FacetType.html index d8cba8e0..c7f2c10e 100644 --- a/docs/types/lxr.FacetType.html +++ b/docs/types/lxr.FacetType.html @@ -1 +1 @@ -FacetType | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +FacetType | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FactSheetQualityState.html b/docs/types/lxr.FactSheetQualityState.html index 53b8892b..3509bd72 100644 --- a/docs/types/lxr.FactSheetQualityState.html +++ b/docs/types/lxr.FactSheetQualityState.html @@ -1 +1 @@ -FactSheetQualityState | @leanix/reporting - v0.4.141

    Type alias FactSheetQualityState

    FactSheetQualityState: "APPROVED" | "BROKEN" | "DISABLED"

    Generated using TypeDoc

    \ No newline at end of file +FactSheetQualityState | @leanix/reporting - v0.4.142

    Type alias FactSheetQualityState

    FactSheetQualityState: "APPROVED" | "BROKEN" | "DISABLED"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FactSheetStatusState.html b/docs/types/lxr.FactSheetStatusState.html index 67524cf9..691c7db6 100644 --- a/docs/types/lxr.FactSheetStatusState.html +++ b/docs/types/lxr.FactSheetStatusState.html @@ -1 +1 @@ -FactSheetStatusState | @leanix/reporting - v0.4.141

    Type alias FactSheetStatusState

    FactSheetStatusState: "ACTIVE" | "ARCHIVED"

    Generated using TypeDoc

    \ No newline at end of file +FactSheetStatusState | @leanix/reporting - v0.4.142

    Type alias FactSheetStatusState

    FactSheetStatusState: "ACTIVE" | "ARCHIVED"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FactSheetViewMetaData.html b/docs/types/lxr.FactSheetViewMetaData.html index c9648738..a734ada1 100644 --- a/docs/types/lxr.FactSheetViewMetaData.html +++ b/docs/types/lxr.FactSheetViewMetaData.html @@ -1 +1 @@ -FactSheetViewMetaData | @leanix/reporting - v0.4.141

    Type alias FactSheetViewMetaData

    FactSheetViewMetaData: Record<string, FieldViewMetaData>

    Generated using TypeDoc

    \ No newline at end of file +FactSheetViewMetaData | @leanix/reporting - v0.4.142

    Type alias FactSheetViewMetaData

    FactSheetViewMetaData: Record<string, FieldViewMetaData>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FactSheetViewModelSectionTabs.html b/docs/types/lxr.FactSheetViewModelSectionTabs.html index 62cac0bf..27150e45 100644 --- a/docs/types/lxr.FactSheetViewModelSectionTabs.html +++ b/docs/types/lxr.FactSheetViewModelSectionTabs.html @@ -1 +1 @@ -FactSheetViewModelSectionTabs | @leanix/reporting - v0.4.141

    Type alias FactSheetViewModelSectionTabs

    FactSheetViewModelSectionTabs: "default" | "subscriptions"

    Generated using TypeDoc

    \ No newline at end of file +FactSheetViewModelSectionTabs | @leanix/reporting - v0.4.142

    Type alias FactSheetViewModelSectionTabs

    FactSheetViewModelSectionTabs: "default" | "subscriptions"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FactSheetViewModelTemplateType.html b/docs/types/lxr.FactSheetViewModelTemplateType.html index 9c0c1a5a..44032c3f 100644 --- a/docs/types/lxr.FactSheetViewModelTemplateType.html +++ b/docs/types/lxr.FactSheetViewModelTemplateType.html @@ -1 +1 @@ -FactSheetViewModelTemplateType | @leanix/reporting - v0.4.141

    Type alias FactSheetViewModelTemplateType

    FactSheetViewModelTemplateType: "fields" | "relation" | "projectStatus" | "properties" | "relationDiagram"

    Generated using TypeDoc

    \ No newline at end of file +FactSheetViewModelTemplateType | @leanix/reporting - v0.4.142

    Type alias FactSheetViewModelTemplateType

    FactSheetViewModelTemplateType: "fields" | "relation" | "projectStatus" | "properties" | "relationDiagram"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FieldMetaData.html b/docs/types/lxr.FieldMetaData.html index b284b55f..99e7d53d 100644 --- a/docs/types/lxr.FieldMetaData.html +++ b/docs/types/lxr.FieldMetaData.html @@ -1 +1 @@ -FieldMetaData | @leanix/reporting - v0.4.141

    Type alias FieldMetaData

    FieldMetaData: Record<string, FieldViewMetaData | FactSheetViewMetaData>

    Generated using TypeDoc

    \ No newline at end of file +FieldMetaData | @leanix/reporting - v0.4.142

    Type alias FieldMetaData

    FieldMetaData: Record<string, FieldViewMetaData | FactSheetViewMetaData>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FieldType.html b/docs/types/lxr.FieldType.html index 205269eb..0c785b2e 100644 --- a/docs/types/lxr.FieldType.html +++ b/docs/types/lxr.FieldType.html @@ -1 +1 @@ -FieldType | @leanix/reporting - v0.4.141

    Type alias FieldType

    FieldType: "AGGREGATED" | "COMPLETION" | "DATE_TIME" | "DOUBLE" | "EXTERNAL_ID" | "INTEGER" | "LIFECYCLE" | "LOCATION" | "LX_MILESTONES" | "LX_STATE" | "MULTIPLE_SELECT" | "PROJECT_STATUS" | "QUALITYSEALSTATUS" | "READ_ACCESS_CONTROL_LIST" | "RELATION" | "SEARCH_BASED" | "SINGLE_SELECT" | "STATUS" | "STRING" | "SUBSCRIPTIONS" | "TAGS" | "WRITE_ACCESS_CONTROL_LIST"

    Generated using TypeDoc

    \ No newline at end of file +FieldType | @leanix/reporting - v0.4.142

    Type alias FieldType

    FieldType: "AGGREGATED" | "COMPLETION" | "DATE_TIME" | "DOUBLE" | "EXTERNAL_ID" | "INTEGER" | "LIFECYCLE" | "LOCATION" | "LX_MILESTONES" | "LX_STATE" | "MULTIPLE_SELECT" | "PROJECT_STATUS" | "QUALITYSEALSTATUS" | "READ_ACCESS_CONTROL_LIST" | "RELATION" | "SEARCH_BASED" | "SINGLE_SELECT" | "STATUS" | "STRING" | "SUBSCRIPTIONS" | "TAGS" | "WRITE_ACCESS_CONTROL_LIST"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FieldViewMetaData.html b/docs/types/lxr.FieldViewMetaData.html index 3205a018..711824f0 100644 --- a/docs/types/lxr.FieldViewMetaData.html +++ b/docs/types/lxr.FieldViewMetaData.html @@ -1 +1 @@ -FieldViewMetaData | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +FieldViewMetaData | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FormModalContainerDirection.html b/docs/types/lxr.FormModalContainerDirection.html index 93da8f28..6d0c19eb 100644 --- a/docs/types/lxr.FormModalContainerDirection.html +++ b/docs/types/lxr.FormModalContainerDirection.html @@ -1 +1 @@ -FormModalContainerDirection | @leanix/reporting - v0.4.141

    Type alias FormModalContainerDirection

    FormModalContainerDirection: "vertical" | "horizontal"

    Generated using TypeDoc

    \ No newline at end of file +FormModalContainerDirection | @leanix/reporting - v0.4.142

    Type alias FormModalContainerDirection

    FormModalContainerDirection: "vertical" | "horizontal"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FormModalField.html b/docs/types/lxr.FormModalField.html index 3baec769..2cf6eabe 100644 --- a/docs/types/lxr.FormModalField.html +++ b/docs/types/lxr.FormModalField.html @@ -1 +1 @@ -FormModalField | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +FormModalField | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FormModalFields.html b/docs/types/lxr.FormModalFields.html index 611b0ca3..b19464fb 100644 --- a/docs/types/lxr.FormModalFields.html +++ b/docs/types/lxr.FormModalFields.html @@ -1 +1 @@ -FormModalFields | @leanix/reporting - v0.4.141

    Type alias FormModalFields

    FormModalFields: Record<string, FormModalField>

    Generated using TypeDoc

    \ No newline at end of file +FormModalFields | @leanix/reporting - v0.4.142

    Type alias FormModalFields

    FormModalFields: Record<string, FormModalField>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FormModalMessage.html b/docs/types/lxr.FormModalMessage.html index ad0e56f3..3d6f8bf3 100644 --- a/docs/types/lxr.FormModalMessage.html +++ b/docs/types/lxr.FormModalMessage.html @@ -1 +1 @@ -FormModalMessage | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +FormModalMessage | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FormModalValue.html b/docs/types/lxr.FormModalValue.html index 893ac615..bfc5911f 100644 --- a/docs/types/lxr.FormModalValue.html +++ b/docs/types/lxr.FormModalValue.html @@ -1 +1 @@ -FormModalValue | @leanix/reporting - v0.4.141

    Type alias FormModalValue

    FormModalValue: null | boolean | string | string[] | FormModalValues

    Generated using TypeDoc

    \ No newline at end of file +FormModalValue | @leanix/reporting - v0.4.142

    Type alias FormModalValue

    FormModalValue: null | boolean | string | string[] | FormModalValues

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.FrontendFacetType.html b/docs/types/lxr.FrontendFacetType.html index 1d935f71..dd8f7581 100644 --- a/docs/types/lxr.FrontendFacetType.html +++ b/docs/types/lxr.FrontendFacetType.html @@ -1,2 +1,2 @@ -FrontendFacetType | @leanix/reporting - v0.4.141

    Type alias FrontendFacetType

    FrontendFacetType: "FACT_SHEET_ID" | "FULLTEXTSEARCH" | "SINGLE_SELECT" | "UNKNOWN" | "AGGREGATION"

    Pseudo-FacetTypes implemented only in front-end; constants defined in facets.const.ts

    -

    Generated using TypeDoc

    \ No newline at end of file +FrontendFacetType | @leanix/reporting - v0.4.142

    Type alias FrontendFacetType

    FrontendFacetType: "FACT_SHEET_ID" | "FULLTEXTSEARCH" | "SINGLE_SELECT" | "UNKNOWN" | "AGGREGATION"

    Pseudo-FacetTypes implemented only in front-end; constants defined in facets.const.ts

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ImageExportData.html b/docs/types/lxr.ImageExportData.html index 90ec69cf..ddf520fc 100644 --- a/docs/types/lxr.ImageExportData.html +++ b/docs/types/lxr.ImageExportData.html @@ -1 +1 @@ -ImageExportData | @leanix/reporting - v0.4.141

    Type alias ImageExportData

    Generated using TypeDoc

    \ No newline at end of file +ImageExportData | @leanix/reporting - v0.4.142

    Type alias ImageExportData

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.Language.html b/docs/types/lxr.Language.html index 1f8f8d2c..80b57ef8 100644 --- a/docs/types/lxr.Language.html +++ b/docs/types/lxr.Language.html @@ -1 +1 @@ -Language | @leanix/reporting - v0.4.141

    Type alias Language

    Language: "en" | "de" | "es" | "fr" | "pt"

    Generated using TypeDoc

    \ No newline at end of file +Language | @leanix/reporting - v0.4.142

    Type alias Language

    Language: "en" | "de" | "es" | "fr" | "pt"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.MtmPermissionRole.html b/docs/types/lxr.MtmPermissionRole.html index b352726d..590d389d 100644 --- a/docs/types/lxr.MtmPermissionRole.html +++ b/docs/types/lxr.MtmPermissionRole.html @@ -1 +1 @@ -MtmPermissionRole | @leanix/reporting - v0.4.141

    Type alias MtmPermissionRole

    MtmPermissionRole: "MEMBER" | "ADMIN" | "VIEWER" | "CONTACT" | "TRANSIENT"

    Generated using TypeDoc

    \ No newline at end of file +MtmPermissionRole | @leanix/reporting - v0.4.142

    Type alias MtmPermissionRole

    MtmPermissionRole: "MEMBER" | "ADMIN" | "VIEWER" | "CONTACT" | "TRANSIENT"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.MtmPermissionStatus.html b/docs/types/lxr.MtmPermissionStatus.html index cbf09d91..e4a98baa 100644 --- a/docs/types/lxr.MtmPermissionStatus.html +++ b/docs/types/lxr.MtmPermissionStatus.html @@ -1 +1 @@ -MtmPermissionStatus | @leanix/reporting - v0.4.141

    Type alias MtmPermissionStatus

    MtmPermissionStatus: "ACTIVE" | "INVITED" | "NOTINVITED" | "ARCHIVED" | "REQUESTED" | "ANONYMIZED" | "!ACTIVE" | "!INVITED" | "!NOTINVITED" | "!ARCHIVED" | "!REQUESTED"

    Generated using TypeDoc

    \ No newline at end of file +MtmPermissionStatus | @leanix/reporting - v0.4.142

    Type alias MtmPermissionStatus

    MtmPermissionStatus: "ACTIVE" | "INVITED" | "NOTINVITED" | "ARCHIVED" | "REQUESTED" | "ANONYMIZED" | "!ACTIVE" | "!INVITED" | "!NOTINVITED" | "!ARCHIVED" | "!REQUESTED"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.NumericUnit.html b/docs/types/lxr.NumericUnit.html index 9eae8438..4f401471 100644 --- a/docs/types/lxr.NumericUnit.html +++ b/docs/types/lxr.NumericUnit.html @@ -1 +1 @@ -NumericUnit | @leanix/reporting - v0.4.141

    Type alias NumericUnit

    NumericUnit: "percentage"

    Generated using TypeDoc

    \ No newline at end of file +NumericUnit | @leanix/reporting - v0.4.142

    Type alias NumericUnit

    NumericUnit: "percentage"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.PageContext.html b/docs/types/lxr.PageContext.html index f5d988db..3723c18f 100644 --- a/docs/types/lxr.PageContext.html +++ b/docs/types/lxr.PageContext.html @@ -1 +1 @@ -PageContext | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +PageContext | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.PageContextType.html b/docs/types/lxr.PageContextType.html index 651ee6bb..65384c2f 100644 --- a/docs/types/lxr.PageContextType.html +++ b/docs/types/lxr.PageContextType.html @@ -1 +1 @@ -PageContextType | @leanix/reporting - v0.4.141

    Type alias PageContextType

    PageContextType: PageContext["type"]

    Generated using TypeDoc

    \ No newline at end of file +PageContextType | @leanix/reporting - v0.4.142

    Type alias PageContextType

    PageContextType: PageContext["type"]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.PaperFormat.html b/docs/types/lxr.PaperFormat.html index 299ca175..c59d07e6 100644 --- a/docs/types/lxr.PaperFormat.html +++ b/docs/types/lxr.PaperFormat.html @@ -1 +1 @@ -PaperFormat | @leanix/reporting - v0.4.141

    Type alias PaperFormat

    PaperFormat: "A0" | "A1" | "A2" | "A3" | "A4" | "Letter"

    Generated using TypeDoc

    \ No newline at end of file +PaperFormat | @leanix/reporting - v0.4.142

    Type alias PaperFormat

    PaperFormat: "A0" | "A1" | "A2" | "A3" | "A4" | "Letter"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.PaperOrientation.html b/docs/types/lxr.PaperOrientation.html index 00d9fb8e..f8784dd5 100644 --- a/docs/types/lxr.PaperOrientation.html +++ b/docs/types/lxr.PaperOrientation.html @@ -1 +1 @@ -PaperOrientation | @leanix/reporting - v0.4.141

    Type alias PaperOrientation

    PaperOrientation: "portrait" | "landscape"

    Generated using TypeDoc

    \ No newline at end of file +PaperOrientation | @leanix/reporting - v0.4.142

    Type alias PaperOrientation

    PaperOrientation: "portrait" | "landscape"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.Path.html b/docs/types/lxr.Path.html index 61b51d4e..6202797b 100644 --- a/docs/types/lxr.Path.html +++ b/docs/types/lxr.Path.html @@ -1 +1 @@ -Path | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +Path | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.PermissibleAction.html b/docs/types/lxr.PermissibleAction.html index 33f7ac66..7d06f3c9 100644 --- a/docs/types/lxr.PermissibleAction.html +++ b/docs/types/lxr.PermissibleAction.html @@ -1 +1 @@ -PermissibleAction | @leanix/reporting - v0.4.141

    Type alias PermissibleAction

    PermissibleAction: "READ" | "UPDATE" | "CREATE" | "DELETE" | "ARCHIVE" | "IMPORT" | "EXPORT" | "INLINE_EDIT" | "UNLOCK" | "CHANGE_OWNER" | "MANAGE_PREDEFINED"

    Generated using TypeDoc

    \ No newline at end of file +PermissibleAction | @leanix/reporting - v0.4.142

    Type alias PermissibleAction

    PermissibleAction: "READ" | "UPDATE" | "CREATE" | "DELETE" | "ARCHIVE" | "IMPORT" | "EXPORT" | "INLINE_EDIT" | "UNLOCK" | "CHANGE_OWNER" | "MANAGE_PREDEFINED"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ProjectionAttribute.html b/docs/types/lxr.ProjectionAttribute.html index 45ceff2d..6f9f7032 100644 --- a/docs/types/lxr.ProjectionAttribute.html +++ b/docs/types/lxr.ProjectionAttribute.html @@ -1 +1 @@ -ProjectionAttribute | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +ProjectionAttribute | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ProjectionAttributeType.html b/docs/types/lxr.ProjectionAttributeType.html index 6909e976..8c7100b4 100644 --- a/docs/types/lxr.ProjectionAttributeType.html +++ b/docs/types/lxr.ProjectionAttributeType.html @@ -1 +1 @@ -ProjectionAttributeType | @leanix/reporting - v0.4.141

    Type alias ProjectionAttributeType

    ProjectionAttributeType: "field" | "relationField" | "targetField" | "path" | "timing"

    Generated using TypeDoc

    \ No newline at end of file +ProjectionAttributeType | @leanix/reporting - v0.4.142

    Type alias ProjectionAttributeType

    ProjectionAttributeType: "field" | "relationField" | "targetField" | "path" | "timing"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ProjectionFilter.html b/docs/types/lxr.ProjectionFilter.html index 6bd4dd5d..0a4439ad 100644 --- a/docs/types/lxr.ProjectionFilter.html +++ b/docs/types/lxr.ProjectionFilter.html @@ -1 +1 @@ -ProjectionFilter | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +ProjectionFilter | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ProjectionFilterType.html b/docs/types/lxr.ProjectionFilterType.html index 93978983..5ee32964 100644 --- a/docs/types/lxr.ProjectionFilterType.html +++ b/docs/types/lxr.ProjectionFilterType.html @@ -1 +1 @@ -ProjectionFilterType | @leanix/reporting - v0.4.141

    Type alias ProjectionFilterType

    ProjectionFilterType: ProjectionFilter["type"]

    Generated using TypeDoc

    \ No newline at end of file +ProjectionFilterType | @leanix/reporting - v0.4.142

    Type alias ProjectionFilterType

    ProjectionFilterType: ProjectionFilter["type"]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ProjectionItemTags.html b/docs/types/lxr.ProjectionItemTags.html index 6571d06c..17de70e5 100644 --- a/docs/types/lxr.ProjectionItemTags.html +++ b/docs/types/lxr.ProjectionItemTags.html @@ -1 +1 @@ -ProjectionItemTags | @leanix/reporting - v0.4.141

    Type alias ProjectionItemTags

    ProjectionItemTags: string[]

    Generated using TypeDoc

    \ No newline at end of file +ProjectionItemTags | @leanix/reporting - v0.4.142

    Type alias ProjectionItemTags

    ProjectionItemTags: string[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ProjectionItemValue.html b/docs/types/lxr.ProjectionItemValue.html index 6f84f0d9..6f505f2c 100644 --- a/docs/types/lxr.ProjectionItemValue.html +++ b/docs/types/lxr.ProjectionItemValue.html @@ -1 +1 @@ -ProjectionItemValue | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +ProjectionItemValue | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ProjectionItemValueMap.html b/docs/types/lxr.ProjectionItemValueMap.html index 832fba03..0914136e 100644 --- a/docs/types/lxr.ProjectionItemValueMap.html +++ b/docs/types/lxr.ProjectionItemValueMap.html @@ -1 +1 @@ -ProjectionItemValueMap | @leanix/reporting - v0.4.141

    Type alias ProjectionItemValueMap<T>

    ProjectionItemValueMap<T>: Record<string, T>

    Type Parameters

    Generated using TypeDoc

    \ No newline at end of file +ProjectionItemValueMap | @leanix/reporting - v0.4.142

    Type alias ProjectionItemValueMap<T>

    ProjectionItemValueMap<T>: Record<string, T>

    Type Parameters

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.RelationConstraint.html b/docs/types/lxr.RelationConstraint.html index 0b87e1b0..f42c152e 100644 --- a/docs/types/lxr.RelationConstraint.html +++ b/docs/types/lxr.RelationConstraint.html @@ -1 +1 @@ -RelationConstraint | @leanix/reporting - v0.4.141

    Type alias RelationConstraint

    RelationConstraint: "TYPE_EQUAL" | "CYCLES_ALLOWED" | "FACT_SHEET_UNIQUE_LAX"

    Generated using TypeDoc

    \ No newline at end of file +RelationConstraint | @leanix/reporting - v0.4.142

    Type alias RelationConstraint

    RelationConstraint: "TYPE_EQUAL" | "CYCLES_ALLOWED" | "FACT_SHEET_UNIQUE_LAX"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ReportAllFactSheetsResponse.html b/docs/types/lxr.ReportAllFactSheetsResponse.html index 90b9862e..9769708d 100644 --- a/docs/types/lxr.ReportAllFactSheetsResponse.html +++ b/docs/types/lxr.ReportAllFactSheetsResponse.html @@ -1 +1 @@ -ReportAllFactSheetsResponse | @leanix/reporting - v0.4.141

    Type alias ReportAllFactSheetsResponse

    ReportAllFactSheetsResponse: Record<string, ReportPointOfViewFactSheets>

    Generated using TypeDoc

    \ No newline at end of file +ReportAllFactSheetsResponse | @leanix/reporting - v0.4.142

    Type alias ReportAllFactSheetsResponse

    ReportAllFactSheetsResponse: Record<string, ReportPointOfViewFactSheets>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ReportEvent.html b/docs/types/lxr.ReportEvent.html index 10fbe140..a2a052ed 100644 --- a/docs/types/lxr.ReportEvent.html +++ b/docs/types/lxr.ReportEvent.html @@ -1 +1 @@ -ReportEvent | @leanix/reporting - v0.4.141

    Type alias ReportEvent

    ReportEvent: DataChangeEvent

    Generated using TypeDoc

    \ No newline at end of file +ReportEvent | @leanix/reporting - v0.4.142

    Type alias ReportEvent

    ReportEvent: DataChangeEvent

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ReportFactSheetPermissibleAction.html b/docs/types/lxr.ReportFactSheetPermissibleAction.html index b574dff3..e0bdff5b 100644 --- a/docs/types/lxr.ReportFactSheetPermissibleAction.html +++ b/docs/types/lxr.ReportFactSheetPermissibleAction.html @@ -1 +1 @@ -ReportFactSheetPermissibleAction | @leanix/reporting - v0.4.141

    Type alias ReportFactSheetPermissibleAction

    ReportFactSheetPermissibleAction: "READ" | "CREATE" | "UPDATE" | "DELETE" | "ARCHIVE" | "INLINE_EDIT"

    Generated using TypeDoc

    \ No newline at end of file +ReportFactSheetPermissibleAction | @leanix/reporting - v0.4.142

    Type alias ReportFactSheetPermissibleAction

    ReportFactSheetPermissibleAction: "READ" | "CREATE" | "UPDATE" | "DELETE" | "ARCHIVE" | "INLINE_EDIT"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ReportTableConfigAttribute.html b/docs/types/lxr.ReportTableConfigAttribute.html index 6a4b82d9..517fed95 100644 --- a/docs/types/lxr.ReportTableConfigAttribute.html +++ b/docs/types/lxr.ReportTableConfigAttribute.html @@ -1,2 +1,2 @@ -ReportTableConfigAttribute | @leanix/reporting - v0.4.141

    Type alias ReportTableConfigAttribute

    ReportTableConfigAttribute: string | ReportTableColumn

    Represents a Fact Sheet attribute to be displayed in a table. The attribute can be either the field name, as string, or a table column for more advanced fields.

    -

    Generated using TypeDoc

    \ No newline at end of file +ReportTableConfigAttribute | @leanix/reporting - v0.4.142

    Type alias ReportTableConfigAttribute

    ReportTableConfigAttribute: string | ReportTableColumn

    Represents a Fact Sheet attribute to be displayed in a table. The attribute can be either the field name, as string, or a table column for more advanced fields.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SidePaneAlignment.html b/docs/types/lxr.SidePaneAlignment.html index c3dce345..716697ef 100644 --- a/docs/types/lxr.SidePaneAlignment.html +++ b/docs/types/lxr.SidePaneAlignment.html @@ -1 +1 @@ -SidePaneAlignment | @leanix/reporting - v0.4.141

    Type alias SidePaneAlignment

    SidePaneAlignment: "left" | "center" | "right"

    Generated using TypeDoc

    \ No newline at end of file +SidePaneAlignment | @leanix/reporting - v0.4.142

    Type alias SidePaneAlignment

    SidePaneAlignment: "left" | "center" | "right"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SidePaneContainerDirection.html b/docs/types/lxr.SidePaneContainerDirection.html index a8581c43..0c53482f 100644 --- a/docs/types/lxr.SidePaneContainerDirection.html +++ b/docs/types/lxr.SidePaneContainerDirection.html @@ -1,3 +1,3 @@ -SidePaneContainerDirection | @leanix/reporting - v0.4.141

    Type alias SidePaneContainerDirectionBeta

    SidePaneContainerDirection: "vertical" | "horizontal"

    Direction how elements are placed next to each other within a container. +SidePaneContainerDirection | @leanix/reporting - v0.4.142

    Type alias SidePaneContainerDirectionBeta

    SidePaneContainerDirection: "vertical" | "horizontal"

    Direction how elements are placed next to each other within a container. Defaults to: 'vertical'

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SidePaneElement.html b/docs/types/lxr.SidePaneElement.html index 004d7ff0..9eaf6d63 100644 --- a/docs/types/lxr.SidePaneElement.html +++ b/docs/types/lxr.SidePaneElement.html @@ -1,2 +1,2 @@ -SidePaneElement | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +SidePaneElement | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SidePaneElements.html b/docs/types/lxr.SidePaneElements.html index 42dc801b..1da0882f 100644 --- a/docs/types/lxr.SidePaneElements.html +++ b/docs/types/lxr.SidePaneElements.html @@ -1 +1 @@ -SidePaneElements | @leanix/reporting - v0.4.141

    Type alias SidePaneElements

    SidePaneElements: Record<string, SidePaneElement>

    Generated using TypeDoc

    \ No newline at end of file +SidePaneElements | @leanix/reporting - v0.4.142

    Type alias SidePaneElements

    SidePaneElements: Record<string, SidePaneElement>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SidePaneTableCell.html b/docs/types/lxr.SidePaneTableCell.html index 7b0e1f29..d839e5b3 100644 --- a/docs/types/lxr.SidePaneTableCell.html +++ b/docs/types/lxr.SidePaneTableCell.html @@ -1 +1 @@ -SidePaneTableCell | @leanix/reporting - v0.4.141

    Type alias SidePaneTableCellBeta

    SidePaneTableCell: string | number | Icon

    Generated using TypeDoc

    \ No newline at end of file +SidePaneTableCell | @leanix/reporting - v0.4.142

    Type alias SidePaneTableCellBeta

    SidePaneTableCell: string | number | Icon

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SidepaneContextMenuEntry.html b/docs/types/lxr.SidepaneContextMenuEntry.html index 7bc517c0..8ede286f 100644 --- a/docs/types/lxr.SidepaneContextMenuEntry.html +++ b/docs/types/lxr.SidepaneContextMenuEntry.html @@ -1 +1 @@ -SidepaneContextMenuEntry | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +SidepaneContextMenuEntry | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SortingMode.html b/docs/types/lxr.SortingMode.html index 7dd1f8d9..7c6d58a2 100644 --- a/docs/types/lxr.SortingMode.html +++ b/docs/types/lxr.SortingMode.html @@ -1 +1 @@ -SortingMode | @leanix/reporting - v0.4.141

    Type alias SortingMode

    SortingMode: "BY_FIELD" | "BY_LIFECYCLE_LAST_PHASE"

    Generated using TypeDoc

    \ No newline at end of file +SortingMode | @leanix/reporting - v0.4.142

    Type alias SortingMode

    SortingMode: "BY_FIELD" | "BY_LIFECYCLE_LAST_PHASE"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SortingOrder.html b/docs/types/lxr.SortingOrder.html index d1ca60c4..0ad47d02 100644 --- a/docs/types/lxr.SortingOrder.html +++ b/docs/types/lxr.SortingOrder.html @@ -1 +1 @@ -SortingOrder | @leanix/reporting - v0.4.141

    Type alias SortingOrder

    SortingOrder: "asc" | "desc"

    Generated using TypeDoc

    \ No newline at end of file +SortingOrder | @leanix/reporting - v0.4.142

    Type alias SortingOrder

    SortingOrder: "asc" | "desc"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.SubscriptionType.html b/docs/types/lxr.SubscriptionType.html index 284bf185..19160fae 100644 --- a/docs/types/lxr.SubscriptionType.html +++ b/docs/types/lxr.SubscriptionType.html @@ -1 +1 @@ -SubscriptionType | @leanix/reporting - v0.4.141

    Type alias SubscriptionType

    SubscriptionType: "RESPONSIBLE" | "OBSERVER" | "ACCOUNTABLE"

    Generated using TypeDoc

    \ No newline at end of file +SubscriptionType | @leanix/reporting - v0.4.142

    Type alias SubscriptionType

    SubscriptionType: "RESPONSIBLE" | "OBSERVER" | "ACCOUNTABLE"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TableColumnAlign.html b/docs/types/lxr.TableColumnAlign.html index 865dd24b..d3353c7b 100644 --- a/docs/types/lxr.TableColumnAlign.html +++ b/docs/types/lxr.TableColumnAlign.html @@ -1 +1 @@ -TableColumnAlign | @leanix/reporting - v0.4.141

    Type alias TableColumnAlign

    TableColumnAlign: "LEFT" | "RIGHT" | "CENTER" | "JUSTIFY"

    Generated using TypeDoc

    \ No newline at end of file +TableColumnAlign | @leanix/reporting - v0.4.142

    Type alias TableColumnAlign

    TableColumnAlign: "LEFT" | "RIGHT" | "CENTER" | "JUSTIFY"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TagGroupMode.html b/docs/types/lxr.TagGroupMode.html index 5b1c2886..812c4ec2 100644 --- a/docs/types/lxr.TagGroupMode.html +++ b/docs/types/lxr.TagGroupMode.html @@ -1 +1 @@ -TagGroupMode | @leanix/reporting - v0.4.141

    Type alias TagGroupMode

    TagGroupMode: "SINGLE" | "MULTIPLE"

    Generated using TypeDoc

    \ No newline at end of file +TagGroupMode | @leanix/reporting - v0.4.142

    Type alias TagGroupMode

    TagGroupMode: "SINGLE" | "MULTIPLE"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TagModel.html b/docs/types/lxr.TagModel.html index 8f9a1c43..1c6f8228 100644 --- a/docs/types/lxr.TagModel.html +++ b/docs/types/lxr.TagModel.html @@ -1 +1 @@ -TagModel | @leanix/reporting - v0.4.141

    Type alias TagModel

    TagModel: Record<string, TagGroupDefinition[]>

    Generated using TypeDoc

    \ No newline at end of file +TagModel | @leanix/reporting - v0.4.142

    Type alias TagModel

    TagModel: Record<string, TagGroupDefinition[]>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TagStatus.html b/docs/types/lxr.TagStatus.html index a7c5e9cd..a81a693f 100644 --- a/docs/types/lxr.TagStatus.html +++ b/docs/types/lxr.TagStatus.html @@ -1 +1 @@ -TagStatus | @leanix/reporting - v0.4.141

    Type alias TagStatus

    TagStatus: "ACTIVE" | "ARCHIVED"

    Generated using TypeDoc

    \ No newline at end of file +TagStatus | @leanix/reporting - v0.4.142

    Type alias TagStatus

    TagStatus: "ACTIVE" | "ARCHIVED"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TemplateOptions.html b/docs/types/lxr.TemplateOptions.html index d1646837..0ffc4f8a 100644 --- a/docs/types/lxr.TemplateOptions.html +++ b/docs/types/lxr.TemplateOptions.html @@ -1 +1 @@ -TemplateOptions | @leanix/reporting - v0.4.141

    Type alias TemplateOptions<T>

    Type Parameters

    Generated using TypeDoc

    \ No newline at end of file +TemplateOptions | @leanix/reporting - v0.4.142

    Type alias TemplateOptions<T>

    Type Parameters

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TimeUnit.html b/docs/types/lxr.TimeUnit.html index 0a7efb65..6364c3ee 100644 --- a/docs/types/lxr.TimeUnit.html +++ b/docs/types/lxr.TimeUnit.html @@ -1 +1 @@ -TimeUnit | @leanix/reporting - v0.4.141

    Type alias TimeUnit

    TimeUnit: "SECONDS" | "MINUTES" | "HOURS" | "DAYS"

    Generated using TypeDoc

    \ No newline at end of file +TimeUnit | @leanix/reporting - v0.4.142

    Type alias TimeUnit

    TimeUnit: "SECONDS" | "MINUTES" | "HOURS" | "DAYS"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TimelineBookmarkSelection.html b/docs/types/lxr.TimelineBookmarkSelection.html index 4afdc03f..e28aa9f8 100644 --- a/docs/types/lxr.TimelineBookmarkSelection.html +++ b/docs/types/lxr.TimelineBookmarkSelection.html @@ -1 +1 @@ -TimelineBookmarkSelection | @leanix/reporting - v0.4.141

    Type alias TimelineBookmarkSelection

    TimelineBookmarkSelection: ImpactSelection | DateSelection

    Generated using TypeDoc

    \ No newline at end of file +TimelineBookmarkSelection | @leanix/reporting - v0.4.142

    Type alias TimelineBookmarkSelection

    TimelineBookmarkSelection: ImpactSelection | DateSelection

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.TimelineStep.html b/docs/types/lxr.TimelineStep.html index 48495f32..6eb32a5f 100644 --- a/docs/types/lxr.TimelineStep.html +++ b/docs/types/lxr.TimelineStep.html @@ -1,7 +1,7 @@ -TimelineStep | @leanix/reporting - v0.4.141

    Type alias TimelineStep

    TimelineStep: number | "today" | DateStep | MilestoneStep

    TimelineStep defines a selection in the UIImpactTimeline element. +TimelineStep | @leanix/reporting - v0.4.142

    Type alias TimelineStep

    TimelineStep: number | "today" | DateStep | MilestoneStep

    TimelineStep defines a selection in the UIImpactTimeline element. The TimelineStep value can be of different types.

    The numeric value defines a single interval step in the timeline, used for relative timelines. The 'today' value defines the current point in time. DateStep value defines a single date. MilestoneStep defines a point referenced by a Milestone of the BTM Fact Sheet.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ToastrType.html b/docs/types/lxr.ToastrType.html index ac8611dc..7b8d4cda 100644 --- a/docs/types/lxr.ToastrType.html +++ b/docs/types/lxr.ToastrType.html @@ -1 +1 @@ -ToastrType | @leanix/reporting - v0.4.141

    Type alias ToastrType

    ToastrType: "warning" | "info" | "success" | "error"

    Generated using TypeDoc

    \ No newline at end of file +ToastrType | @leanix/reporting - v0.4.142

    Type alias ToastrType

    ToastrType: "warning" | "info" | "success" | "error"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.UIButtonLabel.html b/docs/types/lxr.UIButtonLabel.html index babe33e2..1f26388f 100644 --- a/docs/types/lxr.UIButtonLabel.html +++ b/docs/types/lxr.UIButtonLabel.html @@ -1,2 +1,2 @@ -UIButtonLabel | @leanix/reporting - v0.4.141

    Type alias UIButtonLabel

    UIButtonLabel: {
        icon?: string;
        text?: string;
    }

    UIButtonLabel defines the label for a UIButton. It can have text and an icon.

    -

    Type declaration

    • Optional icon?: string
    • Optional text?: string

    Generated using TypeDoc

    \ No newline at end of file +UIButtonLabel | @leanix/reporting - v0.4.142

    Type alias UIButtonLabel

    UIButtonLabel: {
        icon?: string;
        text?: string;
    }

    UIButtonLabel defines the label for a UIButton. It can have text and an icon.

    +

    Type declaration

    • Optional icon?: string
    • Optional text?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.UIDefaultTimelineDate.html b/docs/types/lxr.UIDefaultTimelineDate.html index 55c6d0d6..c89b19c4 100644 --- a/docs/types/lxr.UIDefaultTimelineDate.html +++ b/docs/types/lxr.UIDefaultTimelineDate.html @@ -1,3 +1,3 @@ -UIDefaultTimelineDate | @leanix/reporting - v0.4.141

    Type alias UIDefaultTimelineDate

    UIDefaultTimelineDate: "today" | string

    UIDefaultTimelineDate defines the possible values used in the UIDefaultTimeline. For the current +UIDefaultTimelineDate | @leanix/reporting - v0.4.142

    Type alias UIDefaultTimelineDate

    UIDefaultTimelineDate: "today" | string

    UIDefaultTimelineDate defines the possible values used in the UIDefaultTimeline. For the current point in time, use "today". Otherwise, use a date string using the ISO format ("YYYY-MM-DD").

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.UIElement.html b/docs/types/lxr.UIElement.html index 9a35a3e3..130632b0 100644 --- a/docs/types/lxr.UIElement.html +++ b/docs/types/lxr.UIElement.html @@ -1,2 +1,2 @@ -UIElement | @leanix/reporting - v0.4.141

    Type alias UIElement

    UIElement defines the different types of UI elements that are available to be defined in the Reports page.

    -

    Generated using TypeDoc

    \ No newline at end of file +UIElement | @leanix/reporting - v0.4.142

    Type alias UIElement

    UIElement defines the different types of UI elements that are available to be defined in the Reports page.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.UIElementType.html b/docs/types/lxr.UIElementType.html index 1e79eeab..72c93c42 100644 --- a/docs/types/lxr.UIElementType.html +++ b/docs/types/lxr.UIElementType.html @@ -1,2 +1,2 @@ -UIElementType | @leanix/reporting - v0.4.141

    Type alias UIElementType

    UIElementType: "container" | "dropdown" | "groupDropdown" | "factSheetDropdown" | "buttonGroup" | "button" | "impactSourcePicker" | "layoutMode" | "zoom" | "hierarchyDepth"

    UIElementType is a identificator for each type of UI element that is used.

    -

    Generated using TypeDoc

    \ No newline at end of file +UIElementType | @leanix/reporting - v0.4.142

    Type alias UIElementType

    UIElementType: "container" | "dropdown" | "groupDropdown" | "factSheetDropdown" | "buttonGroup" | "button" | "impactSourcePicker" | "layoutMode" | "zoom" | "hierarchyDepth"

    UIElementType is a identificator for each type of UI element that is used.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.UIElementValues.html b/docs/types/lxr.UIElementValues.html index e8142ce9..6c752e0d 100644 --- a/docs/types/lxr.UIElementValues.html +++ b/docs/types/lxr.UIElementValues.html @@ -1,4 +1,4 @@ -UIElementValues | @leanix/reporting - v0.4.141

    Type alias UIElementValues

    UIElementValues: Record<string, unknown>

    UIElementValues defines a key-value collection of values that each UIElement has assigned. +UIElementValues | @leanix/reporting - v0.4.142

    Type alias UIElementValues

    UIElementValues: Record<string, unknown>

    UIElementValues defines a key-value collection of values that each UIElement has assigned. UIElementValues expects as a key the id property defined for a given UIElement. The type of value is dependent on the type of UIElement being used.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.UIImpactSourcePickerValue.html b/docs/types/lxr.UIImpactSourcePickerValue.html index 8b8ae60d..526c51b9 100644 --- a/docs/types/lxr.UIImpactSourcePickerValue.html +++ b/docs/types/lxr.UIImpactSourcePickerValue.html @@ -1,2 +1,2 @@ -UIImpactSourcePickerValue | @leanix/reporting - v0.4.141

    Type alias UIImpactSourcePickerValueBeta

    Object, describing value of UIImpactSourcePicker

    -

    Generated using TypeDoc

    \ No newline at end of file +UIImpactSourcePickerValue | @leanix/reporting - v0.4.142

    Type alias UIImpactSourcePickerValueBeta

    Object, describing value of UIImpactSourcePicker

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.UITimeline.html b/docs/types/lxr.UITimeline.html index 9a050c19..66a0abbc 100644 --- a/docs/types/lxr.UITimeline.html +++ b/docs/types/lxr.UITimeline.html @@ -1,3 +1,3 @@ -UITimeline | @leanix/reporting - v0.4.141

    Type alias UITimeline

    UITimeline defines the configuration of a timeline element, displayed on top of the report toolbar. The timeline can be defined without any scope, +UITimeline | @leanix/reporting - v0.4.142

    Type alias UITimeline

    UITimeline defines the configuration of a timeline element, displayed on top of the report toolbar. The timeline can be defined without any scope, and display simply a plain date timeline (UIDefaultTimeline), or in the scope of a BTM Fact Sheet UIImpactTimeline.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ViewConstraintType.html b/docs/types/lxr.ViewConstraintType.html index 3274a485..68b42880 100644 --- a/docs/types/lxr.ViewConstraintType.html +++ b/docs/types/lxr.ViewConstraintType.html @@ -1 +1 @@ -ViewConstraintType | @leanix/reporting - v0.4.141

    Type alias ViewConstraintType

    ViewConstraintType: "MAPPING_PER_YEAR"

    Generated using TypeDoc

    \ No newline at end of file +ViewConstraintType | @leanix/reporting - v0.4.142

    Type alias ViewConstraintType

    ViewConstraintType: "MAPPING_PER_YEAR"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ViewInfoType.html b/docs/types/lxr.ViewInfoType.html index 7479d5c3..cb14b77f 100644 --- a/docs/types/lxr.ViewInfoType.html +++ b/docs/types/lxr.ViewInfoType.html @@ -1 +1 @@ -ViewInfoType | @leanix/reporting - v0.4.141

    Type alias ViewInfoType

    ViewInfoType: "TAG" | "FIELD" | "FIELD_RELATION" | "FIELD_TARGET_FS" | "BUILT_IN"

    Generated using TypeDoc

    \ No newline at end of file +ViewInfoType | @leanix/reporting - v0.4.142

    Type alias ViewInfoType

    ViewInfoType: "TAG" | "FIELD" | "FIELD_RELATION" | "FIELD_TARGET_FS" | "BUILT_IN"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/lxr.ViewModelFieldType.html b/docs/types/lxr.ViewModelFieldType.html index 1c130ac3..e7f8d154 100644 --- a/docs/types/lxr.ViewModelFieldType.html +++ b/docs/types/lxr.ViewModelFieldType.html @@ -1 +1 @@ -ViewModelFieldType | @leanix/reporting - v0.4.141

    Type alias ViewModelFieldType

    ViewModelFieldType: "text" | "number" | "externalId" | "textarea" | "multipleSelect" | "status" | "costs" | "lifecycle" | "location" | "date" | "percentage" | "acl"

    Generated using TypeDoc

    \ No newline at end of file +ViewModelFieldType | @leanix/reporting - v0.4.142

    Type alias ViewModelFieldType

    ViewModelFieldType: "text" | "number" | "externalId" | "textarea" | "multipleSelect" | "status" | "costs" | "lifecycle" | "location" | "date" | "percentage" | "acl"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/lx.html b/docs/variables/lx.html index 94296ae8..c3b9829a 100644 --- a/docs/variables/lx.html +++ b/docs/variables/lx.html @@ -1 +1 @@ -lx | @leanix/reporting - v0.4.141

    Generated using TypeDoc

    \ No newline at end of file +lx | @leanix/reporting - v0.4.142

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/lxr.lxCustomReportLib-1.html b/docs/variables/lxr.lxCustomReportLib-1.html index eb716f1b..cf6fbfcc 100644 --- a/docs/variables/lxr.lxCustomReportLib-1.html +++ b/docs/variables/lxr.lxCustomReportLib-1.html @@ -1 +1 @@ -lxCustomReportLib | @leanix/reporting - v0.4.141

    Variable lxCustomReportLibConst

    lxCustomReportLib: LxCustomReportLib

    Generated using TypeDoc

    \ No newline at end of file +lxCustomReportLib | @leanix/reporting - v0.4.142

    Variable lxCustomReportLibConst

    lxCustomReportLib: LxCustomReportLib

    Generated using TypeDoc

    \ No newline at end of file