@salesforce/lds-adapters-analytics-wave 1.197.0 → 1.199.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ import { GuidancePanelRepresentation as GuidancePanelRepresentation_GuidancePanelRepresentation } from './GuidancePanelRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "3cf17a572edbb27133e9f3932cd0239e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppDetailsRepresentation, existing: AppDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppDetailsRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppDetailsRepresentationNormalized, incoming: AppDetailsRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Configuration for the app details page in the wizard
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppDetailsRepresentationNormalized {
18
+ /** The guidance panel to show on the app details page. */
19
+ guidancePanel?: GuidancePanelRepresentation_GuidancePanelRepresentation | null;
20
+ }
21
+ /**
22
+ * Configuration for the app details page in the wizard
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppDetailsRepresentation {
28
+ guidancePanel?: GuidancePanelRepresentation_GuidancePanelRepresentation | null;
29
+ }
@@ -0,0 +1,35 @@
1
+ import { TemplateAssetReferenceRepresentation as TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation } from './TemplateAssetReferenceRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "cde2313f4a4a124f762fcd64c2e3772d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: GuidancePanelRepresentation, existing: GuidancePanelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GuidancePanelRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: GuidancePanelRepresentationNormalized, incoming: GuidancePanelRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: GuidancePanelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Configuration for the guidance panel on wizard pages
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface GuidancePanelRepresentationNormalized {
18
+ /** The optional background image for the guidance panel */
19
+ backgroundImage?: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
20
+ /** The items to display in the guidance panel. */
21
+ items: Array<unknown>;
22
+ /** The top title for the guidance panel. */
23
+ title: string;
24
+ }
25
+ /**
26
+ * Configuration for the guidance panel on wizard pages
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface GuidancePanelRepresentation {
32
+ backgroundImage?: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
33
+ items: Array<unknown>;
34
+ title: string;
35
+ }
@@ -0,0 +1,39 @@
1
+ import { PanelItemRepresentation as PanelItemRepresentation_PanelItemRepresentation } from './PanelItemRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "add05912df14fb15addde1a115a5ea28";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: LinkBoxItemRepresentation, existing: LinkBoxItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LinkBoxItemRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: LinkBoxItemRepresentationNormalized, incoming: LinkBoxItemRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LinkBoxItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * LinkBoxItem
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface LinkBoxItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
18
+ /** The icon. */
19
+ icon?: string | null;
20
+ /** The link text. */
21
+ text: string;
22
+ /** The title. */
23
+ title?: string;
24
+ /** The documentation url. */
25
+ url: string;
26
+ }
27
+ /**
28
+ * LinkBoxItem
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface LinkBoxItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
34
+ icon?: string | null;
35
+ text: string;
36
+ title?: string;
37
+ url: string;
38
+ type: 'LinkBox';
39
+ }
@@ -1,10 +1,11 @@
1
1
  import { TemplateAssetReferenceRepresentation as TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation } from './TemplateAssetReferenceRepresentation';
2
+ import { GuidancePanelRepresentation as GuidancePanelRepresentation_GuidancePanelRepresentation } from './GuidancePanelRepresentation';
2
3
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
4
  export declare enum DiscriminatorValues {
4
5
  Configuration = "Configuration",
5
6
  Validation = "Validation"
6
7
  }
7
- export declare const VERSION = "a6cbb77d0d378f1ff866e90d04c37012";
8
+ export declare const VERSION = "4743168f7d5dfc8254db325403f6e89f";
8
9
  export declare function validate(obj: any, path?: string): TypeError | null;
9
10
  export declare const RepresentationType: string;
10
11
  export declare function normalize(input: PageLayoutRepresentation, existing: PageLayoutRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageLayoutRepresentationNormalized;
@@ -25,6 +26,8 @@ export interface PageLayoutRepresentationNormalized {
25
26
  backgroundImage: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
26
27
  /** The optional condition in which the page should be shown. Values should be client-side EL notation (e.g. {{Variables.selectedOption}}) */
27
28
  condition: string | null;
29
+ /** The guidance panel to show on the wizard page. */
30
+ guidancePanel?: GuidancePanelRepresentation_GuidancePanelRepresentation | null;
28
31
  /** An URL to this page's help webpage. */
29
32
  helpUrl: string | null;
30
33
  /** The title for the page. */
@@ -41,6 +44,7 @@ export interface PageLayoutRepresentationNormalized {
41
44
  export interface PageLayoutRepresentation {
42
45
  backgroundImage: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
43
46
  condition: string | null;
47
+ guidancePanel?: GuidancePanelRepresentation_GuidancePanelRepresentation | null;
44
48
  helpUrl: string | null;
45
49
  title: string;
46
50
  type: string;
@@ -2,7 +2,8 @@ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Lu
2
2
  export declare enum DiscriminatorValues {
3
3
  Image = "Image",
4
4
  Variable = "Variable",
5
- Text = "Text"
5
+ Text = "Text",
6
+ LinkBox = "LinkBox"
6
7
  }
7
8
  export declare const VERSION = "f2d4640059a199e8602c924355ab8c86";
8
9
  export declare function validate(obj: any, path?: string): TypeError | null;
@@ -1,6 +1,6 @@
1
1
  import { PanelItemRepresentation as PanelItemRepresentation_PanelItemRepresentation } from './PanelItemRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "6b8843e1a7f373fa1d7fb2c2ed84c75d";
3
+ export declare const VERSION = "6af52190e9314dceffe8cb631e354989";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: TextItemRepresentation, existing: TextItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextItemRepresentationNormalized;
@@ -17,6 +17,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
17
17
  export interface TextItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
18
18
  /** The descriptive text. */
19
19
  text: string;
20
+ /** The optional text variant. The valid values are: SubHeader */
21
+ variant?: string;
20
22
  }
21
23
  /**
22
24
  * Text
@@ -26,5 +28,6 @@ export interface TextItemRepresentationNormalized extends PanelItemRepresentatio
26
28
  */
27
29
  export interface TextItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
28
30
  text: string;
31
+ variant?: string;
29
32
  type: 'Text';
30
33
  }
@@ -1,6 +1,7 @@
1
+ import { AppDetailsRepresentation as AppDetailsRepresentation_AppDetailsRepresentation } from './AppDetailsRepresentation';
1
2
  import { DisplayMessageRepresentation as DisplayMessageRepresentation_DisplayMessageRepresentation } from './DisplayMessageRepresentation';
2
3
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "2c6529d35c39fc5a369fec7ea073d9aa";
4
+ export declare const VERSION = "8bff94871546d559cbe4c0e1cca337e8";
4
5
  export declare function validate(obj: any, path?: string): TypeError | null;
5
6
  export declare const RepresentationType: string;
6
7
  export declare function normalize(input: UiLayoutDefinitionRepresentation, existing: UiLayoutDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UiLayoutDefinitionRepresentationNormalized;
@@ -15,6 +16,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
16
  * (none)
16
17
  */
17
18
  export interface UiLayoutDefinitionRepresentationNormalized {
19
+ /** Configuration for the app details page of the wizard. */
20
+ appDetails?: AppDetailsRepresentation_AppDetailsRepresentation;
18
21
  /** The display messages for this template configuration. */
19
22
  displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
20
23
  /** The page collection for this template configuration. */
@@ -27,6 +30,7 @@ export interface UiLayoutDefinitionRepresentationNormalized {
27
30
  * (none)
28
31
  */
29
32
  export interface UiLayoutDefinitionRepresentation {
33
+ appDetails?: AppDetailsRepresentation_AppDetailsRepresentation;
30
34
  displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
31
35
  pages: Array<unknown>;
32
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-wave",
3
- "version": "1.197.0",
3
+ "version": "1.199.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The Einstein Analytics family of APIs",
6
6
  "main": "dist/es/es2018/analytics-wave.js",