@aws-sdk/client-quicksight 3.693.0 → 3.699.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -9,26 +9,110 @@ import {
|
|
|
9
9
|
ColumnIdentifier,
|
|
10
10
|
ColumnSort,
|
|
11
11
|
ContributionAnalysisDefault,
|
|
12
|
+
CustomActionFilterOperation,
|
|
13
|
+
CustomActionNavigationOperation,
|
|
14
|
+
CustomActionSetParametersOperation,
|
|
15
|
+
CustomActionURLOperation,
|
|
12
16
|
DataLabelOptions,
|
|
13
17
|
DataLabelPosition,
|
|
14
18
|
DimensionField,
|
|
15
19
|
FontConfiguration,
|
|
16
20
|
FormatConfiguration,
|
|
17
|
-
HorizontalTextAlignment,
|
|
18
21
|
LegendOptions,
|
|
19
22
|
MeasureField,
|
|
20
23
|
NumberDisplayFormatConfiguration,
|
|
21
24
|
PercentageDisplayFormatConfiguration,
|
|
22
|
-
|
|
23
|
-
|
|
25
|
+
ReferenceLineCustomLabelConfiguration,
|
|
26
|
+
ReferenceLineDataConfiguration,
|
|
27
|
+
ReferenceLineLabelHorizontalPosition,
|
|
28
|
+
ReferenceLineLabelVerticalPosition,
|
|
29
|
+
ReferenceLineValueLabelConfiguration,
|
|
24
30
|
SortDirection,
|
|
25
31
|
TimeGranularity,
|
|
26
|
-
URLTargetConfiguration,
|
|
27
32
|
Visibility,
|
|
28
33
|
VisualCustomAction,
|
|
29
34
|
VisualInteractionOptions,
|
|
30
35
|
WidgetStatus,
|
|
31
36
|
} from "./models_0";
|
|
37
|
+
export interface ReferenceLineLabelConfiguration {
|
|
38
|
+
ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration | undefined;
|
|
39
|
+
CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration | undefined;
|
|
40
|
+
FontConfiguration?: FontConfiguration | undefined;
|
|
41
|
+
FontColor?: string | undefined;
|
|
42
|
+
HorizontalPosition?: ReferenceLineLabelHorizontalPosition | undefined;
|
|
43
|
+
VerticalPosition?: ReferenceLineLabelVerticalPosition | undefined;
|
|
44
|
+
}
|
|
45
|
+
export declare const ReferenceLinePatternType: {
|
|
46
|
+
readonly DASHED: "DASHED";
|
|
47
|
+
readonly DOTTED: "DOTTED";
|
|
48
|
+
readonly SOLID: "SOLID";
|
|
49
|
+
};
|
|
50
|
+
export type ReferenceLinePatternType =
|
|
51
|
+
(typeof ReferenceLinePatternType)[keyof typeof ReferenceLinePatternType];
|
|
52
|
+
export interface ReferenceLineStyleConfiguration {
|
|
53
|
+
Pattern?: ReferenceLinePatternType | undefined;
|
|
54
|
+
Color?: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface ReferenceLine {
|
|
57
|
+
Status?: WidgetStatus | undefined;
|
|
58
|
+
DataConfiguration: ReferenceLineDataConfiguration | undefined;
|
|
59
|
+
StyleConfiguration?: ReferenceLineStyleConfiguration | undefined;
|
|
60
|
+
LabelConfiguration?: ReferenceLineLabelConfiguration | undefined;
|
|
61
|
+
}
|
|
62
|
+
export declare const PanelBorderStyle: {
|
|
63
|
+
readonly DASHED: "DASHED";
|
|
64
|
+
readonly DOTTED: "DOTTED";
|
|
65
|
+
readonly SOLID: "SOLID";
|
|
66
|
+
};
|
|
67
|
+
export type PanelBorderStyle =
|
|
68
|
+
(typeof PanelBorderStyle)[keyof typeof PanelBorderStyle];
|
|
69
|
+
export declare const HorizontalTextAlignment: {
|
|
70
|
+
readonly AUTO: "AUTO";
|
|
71
|
+
readonly CENTER: "CENTER";
|
|
72
|
+
readonly LEFT: "LEFT";
|
|
73
|
+
readonly RIGHT: "RIGHT";
|
|
74
|
+
};
|
|
75
|
+
export type HorizontalTextAlignment =
|
|
76
|
+
(typeof HorizontalTextAlignment)[keyof typeof HorizontalTextAlignment];
|
|
77
|
+
export interface PanelTitleOptions {
|
|
78
|
+
Visibility?: Visibility | undefined;
|
|
79
|
+
FontConfiguration?: FontConfiguration | undefined;
|
|
80
|
+
HorizontalTextAlignment?: HorizontalTextAlignment | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface PanelConfiguration {
|
|
83
|
+
Title?: PanelTitleOptions | undefined;
|
|
84
|
+
BorderVisibility?: Visibility | undefined;
|
|
85
|
+
BorderThickness?: string | undefined;
|
|
86
|
+
BorderStyle?: PanelBorderStyle | undefined;
|
|
87
|
+
BorderColor?: string | undefined;
|
|
88
|
+
GutterVisibility?: Visibility | undefined;
|
|
89
|
+
GutterSpacing?: string | undefined;
|
|
90
|
+
BackgroundVisibility?: Visibility | undefined;
|
|
91
|
+
BackgroundColor?: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
export declare const SmallMultiplesAxisPlacement: {
|
|
94
|
+
readonly INSIDE: "INSIDE";
|
|
95
|
+
readonly OUTSIDE: "OUTSIDE";
|
|
96
|
+
};
|
|
97
|
+
export type SmallMultiplesAxisPlacement =
|
|
98
|
+
(typeof SmallMultiplesAxisPlacement)[keyof typeof SmallMultiplesAxisPlacement];
|
|
99
|
+
export declare const SmallMultiplesAxisScale: {
|
|
100
|
+
readonly INDEPENDENT: "INDEPENDENT";
|
|
101
|
+
readonly SHARED: "SHARED";
|
|
102
|
+
};
|
|
103
|
+
export type SmallMultiplesAxisScale =
|
|
104
|
+
(typeof SmallMultiplesAxisScale)[keyof typeof SmallMultiplesAxisScale];
|
|
105
|
+
export interface SmallMultiplesAxisProperties {
|
|
106
|
+
Scale?: SmallMultiplesAxisScale | undefined;
|
|
107
|
+
Placement?: SmallMultiplesAxisPlacement | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface SmallMultiplesOptions {
|
|
110
|
+
MaxVisibleRows?: number | undefined;
|
|
111
|
+
MaxVisibleColumns?: number | undefined;
|
|
112
|
+
PanelConfiguration?: PanelConfiguration | undefined;
|
|
113
|
+
XAxis?: SmallMultiplesAxisProperties | undefined;
|
|
114
|
+
YAxis?: SmallMultiplesAxisProperties | undefined;
|
|
115
|
+
}
|
|
32
116
|
export declare const OtherCategories: {
|
|
33
117
|
readonly EXCLUDE: "EXCLUDE";
|
|
34
118
|
readonly INCLUDE: "INCLUDE";
|
|
@@ -205,6 +289,7 @@ export interface BarChartVisual {
|
|
|
205
289
|
ChartConfiguration?: BarChartConfiguration | undefined;
|
|
206
290
|
Actions?: VisualCustomAction[] | undefined;
|
|
207
291
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
292
|
+
VisualContentAltText?: string | undefined;
|
|
208
293
|
}
|
|
209
294
|
export declare const BoxPlotFillStyle: {
|
|
210
295
|
readonly SOLID: "SOLID";
|
|
@@ -256,6 +341,7 @@ export interface BoxPlotVisual {
|
|
|
256
341
|
ChartConfiguration?: BoxPlotChartConfiguration | undefined;
|
|
257
342
|
Actions?: VisualCustomAction[] | undefined;
|
|
258
343
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
344
|
+
VisualContentAltText?: string | undefined;
|
|
259
345
|
}
|
|
260
346
|
export interface ComboChartAggregatedFieldWells {
|
|
261
347
|
Category?: DimensionField[] | undefined;
|
|
@@ -310,6 +396,7 @@ export interface ComboChartVisual {
|
|
|
310
396
|
ChartConfiguration?: ComboChartConfiguration | undefined;
|
|
311
397
|
Actions?: VisualCustomAction[] | undefined;
|
|
312
398
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
399
|
+
VisualContentAltText?: string | undefined;
|
|
313
400
|
}
|
|
314
401
|
export declare const CustomContentType: {
|
|
315
402
|
readonly IMAGE: "IMAGE";
|
|
@@ -338,6 +425,7 @@ export interface CustomContentVisual {
|
|
|
338
425
|
ChartConfiguration?: CustomContentConfiguration | undefined;
|
|
339
426
|
Actions?: VisualCustomAction[] | undefined;
|
|
340
427
|
DataSetIdentifier: string | undefined;
|
|
428
|
+
VisualContentAltText?: string | undefined;
|
|
341
429
|
}
|
|
342
430
|
export interface EmptyVisual {
|
|
343
431
|
VisualId: string | undefined;
|
|
@@ -432,6 +520,7 @@ export interface FilledMapVisual {
|
|
|
432
520
|
ConditionalFormatting?: FilledMapConditionalFormatting | undefined;
|
|
433
521
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
434
522
|
Actions?: VisualCustomAction[] | undefined;
|
|
523
|
+
VisualContentAltText?: string | undefined;
|
|
435
524
|
}
|
|
436
525
|
export declare const FunnelChartMeasureDataLabelStyle: {
|
|
437
526
|
readonly PERCENTAGE_BY_FIRST_STAGE: "PERCENTAGE_BY_FIRST_STAGE";
|
|
@@ -479,6 +568,7 @@ export interface FunnelChartVisual {
|
|
|
479
568
|
ChartConfiguration?: FunnelChartConfiguration | undefined;
|
|
480
569
|
Actions?: VisualCustomAction[] | undefined;
|
|
481
570
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
571
|
+
VisualContentAltText?: string | undefined;
|
|
482
572
|
}
|
|
483
573
|
export interface GaugeChartColorConfiguration {
|
|
484
574
|
ForegroundColor?: string | undefined;
|
|
@@ -644,6 +734,7 @@ export interface GaugeChartVisual {
|
|
|
644
734
|
ChartConfiguration?: GaugeChartConfiguration | undefined;
|
|
645
735
|
ConditionalFormatting?: GaugeChartConditionalFormatting | undefined;
|
|
646
736
|
Actions?: VisualCustomAction[] | undefined;
|
|
737
|
+
VisualContentAltText?: string | undefined;
|
|
647
738
|
}
|
|
648
739
|
export interface GeospatialMapAggregatedFieldWells {
|
|
649
740
|
Geospatial?: DimensionField[] | undefined;
|
|
@@ -702,6 +793,7 @@ export interface GeospatialMapVisual {
|
|
|
702
793
|
ChartConfiguration?: GeospatialMapConfiguration | undefined;
|
|
703
794
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
704
795
|
Actions?: VisualCustomAction[] | undefined;
|
|
796
|
+
VisualContentAltText?: string | undefined;
|
|
705
797
|
}
|
|
706
798
|
export declare const ColorFillType: {
|
|
707
799
|
readonly DISCRETE: "DISCRETE";
|
|
@@ -749,6 +841,7 @@ export interface HeatMapVisual {
|
|
|
749
841
|
ChartConfiguration?: HeatMapConfiguration | undefined;
|
|
750
842
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
751
843
|
Actions?: VisualCustomAction[] | undefined;
|
|
844
|
+
VisualContentAltText?: string | undefined;
|
|
752
845
|
}
|
|
753
846
|
export interface BinCountOptions {
|
|
754
847
|
Value?: number | undefined;
|
|
@@ -792,6 +885,7 @@ export interface HistogramVisual {
|
|
|
792
885
|
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
793
886
|
ChartConfiguration?: HistogramConfiguration | undefined;
|
|
794
887
|
Actions?: VisualCustomAction[] | undefined;
|
|
888
|
+
VisualContentAltText?: string | undefined;
|
|
795
889
|
}
|
|
796
890
|
export declare const ForecastComputationSeasonality: {
|
|
797
891
|
readonly AUTOMATIC: "AUTOMATIC";
|
|
@@ -919,6 +1013,7 @@ export interface InsightVisual {
|
|
|
919
1013
|
InsightConfiguration?: InsightConfiguration | undefined;
|
|
920
1014
|
Actions?: VisualCustomAction[] | undefined;
|
|
921
1015
|
DataSetIdentifier: string | undefined;
|
|
1016
|
+
VisualContentAltText?: string | undefined;
|
|
922
1017
|
}
|
|
923
1018
|
export interface KPIFieldWells {
|
|
924
1019
|
Values?: MeasureField[] | undefined;
|
|
@@ -1010,6 +1105,181 @@ export interface KPIVisual {
|
|
|
1010
1105
|
ConditionalFormatting?: KPIConditionalFormatting | undefined;
|
|
1011
1106
|
Actions?: VisualCustomAction[] | undefined;
|
|
1012
1107
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
1108
|
+
VisualContentAltText?: string | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
export interface LayerCustomActionOperation {
|
|
1111
|
+
FilterOperation?: CustomActionFilterOperation | undefined;
|
|
1112
|
+
NavigationOperation?: CustomActionNavigationOperation | undefined;
|
|
1113
|
+
URLOperation?: CustomActionURLOperation | undefined;
|
|
1114
|
+
SetParametersOperation?: CustomActionSetParametersOperation | undefined;
|
|
1115
|
+
}
|
|
1116
|
+
export declare const LayerCustomActionTrigger: {
|
|
1117
|
+
readonly DATA_POINT_CLICK: "DATA_POINT_CLICK";
|
|
1118
|
+
readonly DATA_POINT_MENU: "DATA_POINT_MENU";
|
|
1119
|
+
};
|
|
1120
|
+
export type LayerCustomActionTrigger =
|
|
1121
|
+
(typeof LayerCustomActionTrigger)[keyof typeof LayerCustomActionTrigger];
|
|
1122
|
+
export interface LayerCustomAction {
|
|
1123
|
+
CustomActionId: string | undefined;
|
|
1124
|
+
Name: string | undefined;
|
|
1125
|
+
Status?: WidgetStatus | undefined;
|
|
1126
|
+
Trigger: LayerCustomActionTrigger | undefined;
|
|
1127
|
+
ActionOperations: LayerCustomActionOperation[] | undefined;
|
|
1128
|
+
}
|
|
1129
|
+
export interface GeospatialStaticFileSource {
|
|
1130
|
+
StaticFileId: string | undefined;
|
|
1131
|
+
}
|
|
1132
|
+
export interface GeospatialDataSourceItem {
|
|
1133
|
+
StaticFileDataSource?: GeospatialStaticFileSource | undefined;
|
|
1134
|
+
}
|
|
1135
|
+
export interface GeospatialLayerColorField {
|
|
1136
|
+
ColorDimensionsFields?: DimensionField[] | undefined;
|
|
1137
|
+
ColorValuesFields?: MeasureField[] | undefined;
|
|
1138
|
+
}
|
|
1139
|
+
export interface UnaggregatedField {
|
|
1140
|
+
FieldId: string | undefined;
|
|
1141
|
+
Column: ColumnIdentifier | undefined;
|
|
1142
|
+
FormatConfiguration?: FormatConfiguration | undefined;
|
|
1143
|
+
}
|
|
1144
|
+
export interface GeospatialLayerJoinDefinition {
|
|
1145
|
+
ShapeKeyField?: string | undefined;
|
|
1146
|
+
DatasetKeyField?: UnaggregatedField | undefined;
|
|
1147
|
+
ColorField?: GeospatialLayerColorField | undefined;
|
|
1148
|
+
}
|
|
1149
|
+
export interface GeospatialCategoricalDataColor {
|
|
1150
|
+
Color: string | undefined;
|
|
1151
|
+
DataValue: string | undefined;
|
|
1152
|
+
}
|
|
1153
|
+
export interface GeospatialNullSymbolStyle {
|
|
1154
|
+
FillColor?: string | undefined;
|
|
1155
|
+
StrokeColor?: string | undefined;
|
|
1156
|
+
StrokeWidth?: number | undefined;
|
|
1157
|
+
}
|
|
1158
|
+
export interface GeospatialNullDataSettings {
|
|
1159
|
+
SymbolStyle: GeospatialNullSymbolStyle | undefined;
|
|
1160
|
+
}
|
|
1161
|
+
export interface GeospatialCategoricalColor {
|
|
1162
|
+
CategoryDataColors: GeospatialCategoricalDataColor[] | undefined;
|
|
1163
|
+
NullDataVisibility?: Visibility | undefined;
|
|
1164
|
+
NullDataSettings?: GeospatialNullDataSettings | undefined;
|
|
1165
|
+
DefaultOpacity?: number | undefined;
|
|
1166
|
+
}
|
|
1167
|
+
export interface GeospatialGradientStepColor {
|
|
1168
|
+
Color: string | undefined;
|
|
1169
|
+
DataValue: number | undefined;
|
|
1170
|
+
}
|
|
1171
|
+
export interface GeospatialGradientColor {
|
|
1172
|
+
StepColors: GeospatialGradientStepColor[] | undefined;
|
|
1173
|
+
NullDataVisibility?: Visibility | undefined;
|
|
1174
|
+
NullDataSettings?: GeospatialNullDataSettings | undefined;
|
|
1175
|
+
DefaultOpacity?: number | undefined;
|
|
1176
|
+
}
|
|
1177
|
+
export declare const GeospatialColorState: {
|
|
1178
|
+
readonly DISABLED: "DISABLED";
|
|
1179
|
+
readonly ENABLED: "ENABLED";
|
|
1180
|
+
};
|
|
1181
|
+
export type GeospatialColorState =
|
|
1182
|
+
(typeof GeospatialColorState)[keyof typeof GeospatialColorState];
|
|
1183
|
+
export interface GeospatialSolidColor {
|
|
1184
|
+
Color: string | undefined;
|
|
1185
|
+
State?: GeospatialColorState | undefined;
|
|
1186
|
+
}
|
|
1187
|
+
export interface GeospatialColor {
|
|
1188
|
+
Solid?: GeospatialSolidColor | undefined;
|
|
1189
|
+
Gradient?: GeospatialGradientColor | undefined;
|
|
1190
|
+
Categorical?: GeospatialCategoricalColor | undefined;
|
|
1191
|
+
}
|
|
1192
|
+
export interface GeospatialLineWidth {
|
|
1193
|
+
LineWidth?: number | undefined;
|
|
1194
|
+
}
|
|
1195
|
+
export interface GeospatialLineSymbolStyle {
|
|
1196
|
+
FillColor?: GeospatialColor | undefined;
|
|
1197
|
+
LineWidth?: GeospatialLineWidth | undefined;
|
|
1198
|
+
}
|
|
1199
|
+
export interface GeospatialLineStyle {
|
|
1200
|
+
LineSymbolStyle?: GeospatialLineSymbolStyle | undefined;
|
|
1201
|
+
}
|
|
1202
|
+
export interface GeospatialLineLayer {
|
|
1203
|
+
Style: GeospatialLineStyle | undefined;
|
|
1204
|
+
}
|
|
1205
|
+
export interface GeospatialCircleRadius {
|
|
1206
|
+
Radius?: number | undefined;
|
|
1207
|
+
}
|
|
1208
|
+
export interface GeospatialCircleSymbolStyle {
|
|
1209
|
+
FillColor?: GeospatialColor | undefined;
|
|
1210
|
+
StrokeColor?: GeospatialColor | undefined;
|
|
1211
|
+
StrokeWidth?: GeospatialLineWidth | undefined;
|
|
1212
|
+
CircleRadius?: GeospatialCircleRadius | undefined;
|
|
1213
|
+
}
|
|
1214
|
+
export interface GeospatialPointStyle {
|
|
1215
|
+
CircleSymbolStyle?: GeospatialCircleSymbolStyle | undefined;
|
|
1216
|
+
}
|
|
1217
|
+
export interface GeospatialPointLayer {
|
|
1218
|
+
Style: GeospatialPointStyle | undefined;
|
|
1219
|
+
}
|
|
1220
|
+
export interface GeospatialPolygonSymbolStyle {
|
|
1221
|
+
FillColor?: GeospatialColor | undefined;
|
|
1222
|
+
StrokeColor?: GeospatialColor | undefined;
|
|
1223
|
+
StrokeWidth?: GeospatialLineWidth | undefined;
|
|
1224
|
+
}
|
|
1225
|
+
export interface GeospatialPolygonStyle {
|
|
1226
|
+
PolygonSymbolStyle?: GeospatialPolygonSymbolStyle | undefined;
|
|
1227
|
+
}
|
|
1228
|
+
export interface GeospatialPolygonLayer {
|
|
1229
|
+
Style: GeospatialPolygonStyle | undefined;
|
|
1230
|
+
}
|
|
1231
|
+
export interface GeospatialLayerDefinition {
|
|
1232
|
+
PointLayer?: GeospatialPointLayer | undefined;
|
|
1233
|
+
LineLayer?: GeospatialLineLayer | undefined;
|
|
1234
|
+
PolygonLayer?: GeospatialPolygonLayer | undefined;
|
|
1235
|
+
}
|
|
1236
|
+
export declare const GeospatialLayerType: {
|
|
1237
|
+
readonly LINE: "LINE";
|
|
1238
|
+
readonly POINT: "POINT";
|
|
1239
|
+
readonly POLYGON: "POLYGON";
|
|
1240
|
+
};
|
|
1241
|
+
export type GeospatialLayerType =
|
|
1242
|
+
(typeof GeospatialLayerType)[keyof typeof GeospatialLayerType];
|
|
1243
|
+
export interface GeospatialLayerItem {
|
|
1244
|
+
LayerId: string | undefined;
|
|
1245
|
+
LayerType?: GeospatialLayerType | undefined;
|
|
1246
|
+
DataSource?: GeospatialDataSourceItem | undefined;
|
|
1247
|
+
Label?: string | undefined;
|
|
1248
|
+
Visibility?: Visibility | undefined;
|
|
1249
|
+
LayerDefinition?: GeospatialLayerDefinition | undefined;
|
|
1250
|
+
Tooltip?: TooltipOptions | undefined;
|
|
1251
|
+
JoinDefinition?: GeospatialLayerJoinDefinition | undefined;
|
|
1252
|
+
Actions?: LayerCustomAction[] | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
export declare const GeospatialMapNavigation: {
|
|
1255
|
+
readonly DISABLED: "DISABLED";
|
|
1256
|
+
readonly ENABLED: "ENABLED";
|
|
1257
|
+
};
|
|
1258
|
+
export type GeospatialMapNavigation =
|
|
1259
|
+
(typeof GeospatialMapNavigation)[keyof typeof GeospatialMapNavigation];
|
|
1260
|
+
export interface GeospatialMapState {
|
|
1261
|
+
Bounds?: GeospatialCoordinateBounds | undefined;
|
|
1262
|
+
MapNavigation?: GeospatialMapNavigation | undefined;
|
|
1263
|
+
}
|
|
1264
|
+
export interface GeospatialMapStyle {
|
|
1265
|
+
BaseMapStyle?: BaseMapStyleType | undefined;
|
|
1266
|
+
BackgroundColor?: string | undefined;
|
|
1267
|
+
BaseMapVisibility?: Visibility | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
export interface GeospatialLayerMapConfiguration {
|
|
1270
|
+
Legend?: LegendOptions | undefined;
|
|
1271
|
+
MapLayers?: GeospatialLayerItem[] | undefined;
|
|
1272
|
+
MapState?: GeospatialMapState | undefined;
|
|
1273
|
+
MapStyle?: GeospatialMapStyle | undefined;
|
|
1274
|
+
Interactions?: VisualInteractionOptions | undefined;
|
|
1275
|
+
}
|
|
1276
|
+
export interface LayerMapVisual {
|
|
1277
|
+
VisualId: string | undefined;
|
|
1278
|
+
Title?: VisualTitleLabelOptions | undefined;
|
|
1279
|
+
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
1280
|
+
ChartConfiguration?: GeospatialLayerMapConfiguration | undefined;
|
|
1281
|
+
DataSetIdentifier: string | undefined;
|
|
1282
|
+
VisualContentAltText?: string | undefined;
|
|
1013
1283
|
}
|
|
1014
1284
|
export declare const LineInterpolation: {
|
|
1015
1285
|
readonly LINEAR: "LINEAR";
|
|
@@ -1161,6 +1431,7 @@ export interface LineChartVisual {
|
|
|
1161
1431
|
ChartConfiguration?: LineChartConfiguration | undefined;
|
|
1162
1432
|
Actions?: VisualCustomAction[] | undefined;
|
|
1163
1433
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
1434
|
+
VisualContentAltText?: string | undefined;
|
|
1164
1435
|
}
|
|
1165
1436
|
export declare const ArcThickness: {
|
|
1166
1437
|
readonly LARGE: "LARGE";
|
|
@@ -1214,6 +1485,7 @@ export interface PieChartVisual {
|
|
|
1214
1485
|
ChartConfiguration?: PieChartConfiguration | undefined;
|
|
1215
1486
|
Actions?: VisualCustomAction[] | undefined;
|
|
1216
1487
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
1488
|
+
VisualContentAltText?: string | undefined;
|
|
1217
1489
|
}
|
|
1218
1490
|
export declare const PivotTableFieldCollapseState: {
|
|
1219
1491
|
readonly COLLAPSED: "COLLAPSED";
|
|
@@ -1474,291 +1746,33 @@ export interface PivotTableVisual {
|
|
|
1474
1746
|
ChartConfiguration?: PivotTableConfiguration | undefined;
|
|
1475
1747
|
ConditionalFormatting?: PivotTableConditionalFormatting | undefined;
|
|
1476
1748
|
Actions?: VisualCustomAction[] | undefined;
|
|
1749
|
+
VisualContentAltText?: string | undefined;
|
|
1477
1750
|
}
|
|
1478
|
-
export declare const
|
|
1479
|
-
readonly
|
|
1480
|
-
readonly
|
|
1481
|
-
readonly SHARED: "SHARED";
|
|
1482
|
-
};
|
|
1483
|
-
export type RadarChartAxesRangeScale =
|
|
1484
|
-
(typeof RadarChartAxesRangeScale)[keyof typeof RadarChartAxesRangeScale];
|
|
1485
|
-
export interface RadarChartAreaStyleSettings {
|
|
1486
|
-
Visibility?: Visibility | undefined;
|
|
1487
|
-
}
|
|
1488
|
-
export interface RadarChartSeriesSettings {
|
|
1489
|
-
AreaStyleSettings?: RadarChartAreaStyleSettings | undefined;
|
|
1490
|
-
}
|
|
1491
|
-
export interface RadarChartAggregatedFieldWells {
|
|
1492
|
-
Category?: DimensionField[] | undefined;
|
|
1493
|
-
Color?: DimensionField[] | undefined;
|
|
1494
|
-
Values?: MeasureField[] | undefined;
|
|
1495
|
-
}
|
|
1496
|
-
export interface RadarChartFieldWells {
|
|
1497
|
-
RadarChartAggregatedFieldWells?: RadarChartAggregatedFieldWells | undefined;
|
|
1498
|
-
}
|
|
1499
|
-
export declare const RadarChartShape: {
|
|
1500
|
-
readonly CIRCLE: "CIRCLE";
|
|
1501
|
-
readonly POLYGON: "POLYGON";
|
|
1502
|
-
};
|
|
1503
|
-
export type RadarChartShape =
|
|
1504
|
-
(typeof RadarChartShape)[keyof typeof RadarChartShape];
|
|
1505
|
-
export interface RadarChartSortConfiguration {
|
|
1506
|
-
CategorySort?: FieldSortOptions[] | undefined;
|
|
1507
|
-
CategoryItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
1508
|
-
ColorSort?: FieldSortOptions[] | undefined;
|
|
1509
|
-
ColorItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
1510
|
-
}
|
|
1511
|
-
export interface RadarChartConfiguration {
|
|
1512
|
-
FieldWells?: RadarChartFieldWells | undefined;
|
|
1513
|
-
SortConfiguration?: RadarChartSortConfiguration | undefined;
|
|
1514
|
-
Shape?: RadarChartShape | undefined;
|
|
1515
|
-
BaseSeriesSettings?: RadarChartSeriesSettings | undefined;
|
|
1516
|
-
StartAngle?: number | undefined;
|
|
1517
|
-
VisualPalette?: VisualPalette | undefined;
|
|
1518
|
-
AlternateBandColorsVisibility?: Visibility | undefined;
|
|
1519
|
-
AlternateBandEvenColor?: string | undefined;
|
|
1520
|
-
AlternateBandOddColor?: string | undefined;
|
|
1521
|
-
CategoryAxis?: AxisDisplayOptions | undefined;
|
|
1522
|
-
CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
1523
|
-
ColorAxis?: AxisDisplayOptions | undefined;
|
|
1524
|
-
ColorLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
1525
|
-
Legend?: LegendOptions | undefined;
|
|
1526
|
-
AxesRangeScale?: RadarChartAxesRangeScale | undefined;
|
|
1527
|
-
Interactions?: VisualInteractionOptions | undefined;
|
|
1528
|
-
}
|
|
1529
|
-
export interface RadarChartVisual {
|
|
1530
|
-
VisualId: string | undefined;
|
|
1531
|
-
Title?: VisualTitleLabelOptions | undefined;
|
|
1532
|
-
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
1533
|
-
ChartConfiguration?: RadarChartConfiguration | undefined;
|
|
1534
|
-
Actions?: VisualCustomAction[] | undefined;
|
|
1535
|
-
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
1536
|
-
}
|
|
1537
|
-
export interface SankeyDiagramAggregatedFieldWells {
|
|
1538
|
-
Source?: DimensionField[] | undefined;
|
|
1539
|
-
Destination?: DimensionField[] | undefined;
|
|
1540
|
-
Weight?: MeasureField[] | undefined;
|
|
1541
|
-
}
|
|
1542
|
-
export interface SankeyDiagramFieldWells {
|
|
1543
|
-
SankeyDiagramAggregatedFieldWells?:
|
|
1544
|
-
| SankeyDiagramAggregatedFieldWells
|
|
1545
|
-
| undefined;
|
|
1546
|
-
}
|
|
1547
|
-
export interface SankeyDiagramSortConfiguration {
|
|
1548
|
-
WeightSort?: FieldSortOptions[] | undefined;
|
|
1549
|
-
SourceItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
1550
|
-
DestinationItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
1551
|
-
}
|
|
1552
|
-
export interface SankeyDiagramChartConfiguration {
|
|
1553
|
-
FieldWells?: SankeyDiagramFieldWells | undefined;
|
|
1554
|
-
SortConfiguration?: SankeyDiagramSortConfiguration | undefined;
|
|
1555
|
-
DataLabels?: DataLabelOptions | undefined;
|
|
1556
|
-
Interactions?: VisualInteractionOptions | undefined;
|
|
1557
|
-
}
|
|
1558
|
-
export interface SankeyDiagramVisual {
|
|
1559
|
-
VisualId: string | undefined;
|
|
1560
|
-
Title?: VisualTitleLabelOptions | undefined;
|
|
1561
|
-
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
1562
|
-
ChartConfiguration?: SankeyDiagramChartConfiguration | undefined;
|
|
1563
|
-
Actions?: VisualCustomAction[] | undefined;
|
|
1564
|
-
}
|
|
1565
|
-
export interface ScatterPlotCategoricallyAggregatedFieldWells {
|
|
1566
|
-
XAxis?: MeasureField[] | undefined;
|
|
1567
|
-
YAxis?: MeasureField[] | undefined;
|
|
1568
|
-
Category?: DimensionField[] | undefined;
|
|
1569
|
-
Size?: MeasureField[] | undefined;
|
|
1570
|
-
Label?: DimensionField[] | undefined;
|
|
1571
|
-
}
|
|
1572
|
-
export interface ScatterPlotUnaggregatedFieldWells {
|
|
1573
|
-
XAxis?: DimensionField[] | undefined;
|
|
1574
|
-
YAxis?: DimensionField[] | undefined;
|
|
1575
|
-
Size?: MeasureField[] | undefined;
|
|
1576
|
-
Category?: DimensionField[] | undefined;
|
|
1577
|
-
Label?: DimensionField[] | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface ScatterPlotFieldWells {
|
|
1580
|
-
ScatterPlotCategoricallyAggregatedFieldWells?:
|
|
1581
|
-
| ScatterPlotCategoricallyAggregatedFieldWells
|
|
1582
|
-
| undefined;
|
|
1583
|
-
ScatterPlotUnaggregatedFieldWells?:
|
|
1584
|
-
| ScatterPlotUnaggregatedFieldWells
|
|
1585
|
-
| undefined;
|
|
1586
|
-
}
|
|
1587
|
-
export interface ScatterPlotSortConfiguration {
|
|
1588
|
-
ScatterPlotLimitConfiguration?: ItemsLimitConfiguration | undefined;
|
|
1589
|
-
}
|
|
1590
|
-
export interface ScatterPlotConfiguration {
|
|
1591
|
-
FieldWells?: ScatterPlotFieldWells | undefined;
|
|
1592
|
-
SortConfiguration?: ScatterPlotSortConfiguration | undefined;
|
|
1593
|
-
XAxisLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
1594
|
-
XAxisDisplayOptions?: AxisDisplayOptions | undefined;
|
|
1595
|
-
YAxisLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
1596
|
-
YAxisDisplayOptions?: AxisDisplayOptions | undefined;
|
|
1597
|
-
Legend?: LegendOptions | undefined;
|
|
1598
|
-
DataLabels?: DataLabelOptions | undefined;
|
|
1599
|
-
Tooltip?: TooltipOptions | undefined;
|
|
1600
|
-
VisualPalette?: VisualPalette | undefined;
|
|
1601
|
-
Interactions?: VisualInteractionOptions | undefined;
|
|
1602
|
-
}
|
|
1603
|
-
export interface ScatterPlotVisual {
|
|
1604
|
-
VisualId: string | undefined;
|
|
1605
|
-
Title?: VisualTitleLabelOptions | undefined;
|
|
1606
|
-
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
1607
|
-
ChartConfiguration?: ScatterPlotConfiguration | undefined;
|
|
1608
|
-
Actions?: VisualCustomAction[] | undefined;
|
|
1609
|
-
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
1610
|
-
}
|
|
1611
|
-
export interface TablePinnedFieldOptions {
|
|
1612
|
-
PinnedLeftFields?: string[] | undefined;
|
|
1613
|
-
}
|
|
1614
|
-
export declare const TableCellImageScalingConfiguration: {
|
|
1615
|
-
readonly DO_NOT_SCALE: "DO_NOT_SCALE";
|
|
1616
|
-
readonly FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT";
|
|
1617
|
-
readonly FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH";
|
|
1618
|
-
};
|
|
1619
|
-
export type TableCellImageScalingConfiguration =
|
|
1620
|
-
(typeof TableCellImageScalingConfiguration)[keyof typeof TableCellImageScalingConfiguration];
|
|
1621
|
-
export interface TableCellImageSizingConfiguration {
|
|
1622
|
-
TableCellImageScalingConfiguration?:
|
|
1623
|
-
| TableCellImageScalingConfiguration
|
|
1624
|
-
| undefined;
|
|
1625
|
-
}
|
|
1626
|
-
export interface TableFieldImageConfiguration {
|
|
1627
|
-
SizingOptions?: TableCellImageSizingConfiguration | undefined;
|
|
1628
|
-
}
|
|
1629
|
-
export declare const TableFieldIconSetType: {
|
|
1630
|
-
readonly LINK: "LINK";
|
|
1751
|
+
export declare const PluginVisualAxisName: {
|
|
1752
|
+
readonly GROUP_BY: "GROUP_BY";
|
|
1753
|
+
readonly VALUE: "VALUE";
|
|
1631
1754
|
};
|
|
1632
|
-
export type
|
|
1633
|
-
(typeof
|
|
1634
|
-
export interface
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
CustomTextContent?: TableFieldCustomTextContent | undefined;
|
|
1643
|
-
CustomIconContent?: TableFieldCustomIconContent | undefined;
|
|
1644
|
-
}
|
|
1645
|
-
export interface TableFieldLinkConfiguration {
|
|
1646
|
-
Target: URLTargetConfiguration | undefined;
|
|
1647
|
-
Content: TableFieldLinkContentConfiguration | undefined;
|
|
1648
|
-
}
|
|
1649
|
-
export interface TableFieldURLConfiguration {
|
|
1650
|
-
LinkConfiguration?: TableFieldLinkConfiguration | undefined;
|
|
1651
|
-
ImageConfiguration?: TableFieldImageConfiguration | undefined;
|
|
1652
|
-
}
|
|
1653
|
-
export interface TableFieldOption {
|
|
1654
|
-
FieldId: string | undefined;
|
|
1655
|
-
Width?: string | undefined;
|
|
1656
|
-
CustomLabel?: string | undefined;
|
|
1657
|
-
Visibility?: Visibility | undefined;
|
|
1658
|
-
URLStyling?: TableFieldURLConfiguration | undefined;
|
|
1659
|
-
}
|
|
1660
|
-
export interface TableFieldOptions {
|
|
1661
|
-
SelectedFieldOptions?: TableFieldOption[] | undefined;
|
|
1662
|
-
Order?: string[] | undefined;
|
|
1663
|
-
PinnedFieldOptions?: TablePinnedFieldOptions | undefined;
|
|
1664
|
-
}
|
|
1665
|
-
export interface TableAggregatedFieldWells {
|
|
1666
|
-
GroupBy?: DimensionField[] | undefined;
|
|
1667
|
-
Values?: MeasureField[] | undefined;
|
|
1668
|
-
}
|
|
1669
|
-
export interface UnaggregatedField {
|
|
1670
|
-
FieldId: string | undefined;
|
|
1671
|
-
Column: ColumnIdentifier | undefined;
|
|
1672
|
-
FormatConfiguration?: FormatConfiguration | undefined;
|
|
1673
|
-
}
|
|
1674
|
-
export interface TableUnaggregatedFieldWells {
|
|
1675
|
-
Values?: UnaggregatedField[] | undefined;
|
|
1676
|
-
}
|
|
1677
|
-
export interface TableFieldWells {
|
|
1678
|
-
TableAggregatedFieldWells?: TableAggregatedFieldWells | undefined;
|
|
1679
|
-
TableUnaggregatedFieldWells?: TableUnaggregatedFieldWells | undefined;
|
|
1680
|
-
}
|
|
1681
|
-
export interface TablePaginatedReportOptions {
|
|
1682
|
-
VerticalOverflowVisibility?: Visibility | undefined;
|
|
1683
|
-
OverflowColumnHeaderVisibility?: Visibility | undefined;
|
|
1755
|
+
export type PluginVisualAxisName =
|
|
1756
|
+
(typeof PluginVisualAxisName)[keyof typeof PluginVisualAxisName];
|
|
1757
|
+
export interface PluginVisualFieldWell {
|
|
1758
|
+
AxisName?: PluginVisualAxisName | undefined;
|
|
1759
|
+
Dimensions?: DimensionField[] | undefined;
|
|
1760
|
+
Measures?: MeasureField[] | undefined;
|
|
1761
|
+
Unaggregated?: UnaggregatedField[] | undefined;
|
|
1762
|
+
}
|
|
1763
|
+
export interface PluginVisualItemsLimitConfiguration {
|
|
1764
|
+
ItemsLimit?: number | undefined;
|
|
1684
1765
|
}
|
|
1685
|
-
export interface
|
|
1766
|
+
export interface PluginVisualTableQuerySort {
|
|
1686
1767
|
RowSort?: FieldSortOptions[] | undefined;
|
|
1687
|
-
|
|
1688
|
-
}
|
|
1689
|
-
export interface DataBarsOptions {
|
|
1690
|
-
FieldId: string | undefined;
|
|
1691
|
-
PositiveColor?: string | undefined;
|
|
1692
|
-
NegativeColor?: string | undefined;
|
|
1693
|
-
}
|
|
1694
|
-
export interface TableInlineVisualization {
|
|
1695
|
-
DataBars?: DataBarsOptions | undefined;
|
|
1696
|
-
}
|
|
1697
|
-
export declare const TableOrientation: {
|
|
1698
|
-
readonly HORIZONTAL: "HORIZONTAL";
|
|
1699
|
-
readonly VERTICAL: "VERTICAL";
|
|
1700
|
-
};
|
|
1701
|
-
export type TableOrientation =
|
|
1702
|
-
(typeof TableOrientation)[keyof typeof TableOrientation];
|
|
1703
|
-
export interface TableOptions {
|
|
1704
|
-
Orientation?: TableOrientation | undefined;
|
|
1705
|
-
HeaderStyle?: TableCellStyle | undefined;
|
|
1706
|
-
CellStyle?: TableCellStyle | undefined;
|
|
1707
|
-
RowAlternateColorOptions?: RowAlternateColorOptions | undefined;
|
|
1708
|
-
}
|
|
1709
|
-
export interface TotalOptions {
|
|
1710
|
-
TotalsVisibility?: Visibility | undefined;
|
|
1711
|
-
Placement?: TableTotalsPlacement | undefined;
|
|
1712
|
-
ScrollStatus?: TableTotalsScrollStatus | undefined;
|
|
1713
|
-
CustomLabel?: string | undefined;
|
|
1714
|
-
TotalCellStyle?: TableCellStyle | undefined;
|
|
1715
|
-
TotalAggregationOptions?: TotalAggregationOption[] | undefined;
|
|
1716
|
-
}
|
|
1717
|
-
export interface TableConfiguration {
|
|
1718
|
-
FieldWells?: TableFieldWells | undefined;
|
|
1719
|
-
SortConfiguration?: TableSortConfiguration | undefined;
|
|
1720
|
-
TableOptions?: TableOptions | undefined;
|
|
1721
|
-
TotalOptions?: TotalOptions | undefined;
|
|
1722
|
-
FieldOptions?: TableFieldOptions | undefined;
|
|
1723
|
-
PaginatedReportOptions?: TablePaginatedReportOptions | undefined;
|
|
1724
|
-
TableInlineVisualizations?: TableInlineVisualization[] | undefined;
|
|
1725
|
-
Interactions?: VisualInteractionOptions | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export interface TableCellConditionalFormatting {
|
|
1728
|
-
FieldId: string | undefined;
|
|
1729
|
-
TextFormat?: TextConditionalFormat | undefined;
|
|
1730
|
-
}
|
|
1731
|
-
export interface TableRowConditionalFormatting {
|
|
1732
|
-
BackgroundColor?: ConditionalFormattingColor | undefined;
|
|
1733
|
-
TextColor?: ConditionalFormattingColor | undefined;
|
|
1734
|
-
}
|
|
1735
|
-
export interface TableConditionalFormattingOption {
|
|
1736
|
-
Cell?: TableCellConditionalFormatting | undefined;
|
|
1737
|
-
Row?: TableRowConditionalFormatting | undefined;
|
|
1738
|
-
}
|
|
1739
|
-
export interface TableConditionalFormatting {
|
|
1740
|
-
ConditionalFormattingOptions?: TableConditionalFormattingOption[] | undefined;
|
|
1741
|
-
}
|
|
1742
|
-
export interface TableVisual {
|
|
1743
|
-
VisualId: string | undefined;
|
|
1744
|
-
Title?: VisualTitleLabelOptions | undefined;
|
|
1745
|
-
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
1746
|
-
ChartConfiguration?: TableConfiguration | undefined;
|
|
1747
|
-
ConditionalFormatting?: TableConditionalFormatting | undefined;
|
|
1748
|
-
Actions?: VisualCustomAction[] | undefined;
|
|
1749
|
-
}
|
|
1750
|
-
export interface TreeMapAggregatedFieldWells {
|
|
1751
|
-
Groups?: DimensionField[] | undefined;
|
|
1752
|
-
Sizes?: MeasureField[] | undefined;
|
|
1753
|
-
Colors?: MeasureField[] | undefined;
|
|
1754
|
-
}
|
|
1755
|
-
export interface TreeMapFieldWells {
|
|
1756
|
-
TreeMapAggregatedFieldWells?: TreeMapAggregatedFieldWells | undefined;
|
|
1757
|
-
}
|
|
1758
|
-
export interface TreeMapSortConfiguration {
|
|
1759
|
-
TreeMapSort?: FieldSortOptions[] | undefined;
|
|
1760
|
-
TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration | undefined;
|
|
1768
|
+
ItemsLimitConfiguration?: PluginVisualItemsLimitConfiguration | undefined;
|
|
1761
1769
|
}
|
|
1770
|
+
export declare const ReferenceLineLabelConfigurationFilterSensitiveLog: (
|
|
1771
|
+
obj: ReferenceLineLabelConfiguration
|
|
1772
|
+
) => any;
|
|
1773
|
+
export declare const ReferenceLineFilterSensitiveLog: (
|
|
1774
|
+
obj: ReferenceLine
|
|
1775
|
+
) => any;
|
|
1762
1776
|
export declare const DataPathValueFilterSensitiveLog: (
|
|
1763
1777
|
obj: DataPathValue
|
|
1764
1778
|
) => any;
|
|
@@ -1985,6 +1999,30 @@ export declare const KPIConditionalFormattingFilterSensitiveLog: (
|
|
|
1985
1999
|
obj: KPIConditionalFormatting
|
|
1986
2000
|
) => any;
|
|
1987
2001
|
export declare const KPIVisualFilterSensitiveLog: (obj: KPIVisual) => any;
|
|
2002
|
+
export declare const LayerCustomActionOperationFilterSensitiveLog: (
|
|
2003
|
+
obj: LayerCustomActionOperation
|
|
2004
|
+
) => any;
|
|
2005
|
+
export declare const LayerCustomActionFilterSensitiveLog: (
|
|
2006
|
+
obj: LayerCustomAction
|
|
2007
|
+
) => any;
|
|
2008
|
+
export declare const GeospatialLayerColorFieldFilterSensitiveLog: (
|
|
2009
|
+
obj: GeospatialLayerColorField
|
|
2010
|
+
) => any;
|
|
2011
|
+
export declare const UnaggregatedFieldFilterSensitiveLog: (
|
|
2012
|
+
obj: UnaggregatedField
|
|
2013
|
+
) => any;
|
|
2014
|
+
export declare const GeospatialLayerJoinDefinitionFilterSensitiveLog: (
|
|
2015
|
+
obj: GeospatialLayerJoinDefinition
|
|
2016
|
+
) => any;
|
|
2017
|
+
export declare const GeospatialLayerItemFilterSensitiveLog: (
|
|
2018
|
+
obj: GeospatialLayerItem
|
|
2019
|
+
) => any;
|
|
2020
|
+
export declare const GeospatialLayerMapConfigurationFilterSensitiveLog: (
|
|
2021
|
+
obj: GeospatialLayerMapConfiguration
|
|
2022
|
+
) => any;
|
|
2023
|
+
export declare const LayerMapVisualFilterSensitiveLog: (
|
|
2024
|
+
obj: LayerMapVisual
|
|
2025
|
+
) => any;
|
|
1988
2026
|
export declare const LineChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
1989
2027
|
obj: LineChartAggregatedFieldWells
|
|
1990
2028
|
) => any;
|
|
@@ -2059,76 +2097,6 @@ export declare const PivotTableConditionalFormattingFilterSensitiveLog: (
|
|
|
2059
2097
|
export declare const PivotTableVisualFilterSensitiveLog: (
|
|
2060
2098
|
obj: PivotTableVisual
|
|
2061
2099
|
) => any;
|
|
2062
|
-
export declare const
|
|
2063
|
-
obj:
|
|
2064
|
-
) => any;
|
|
2065
|
-
export declare const RadarChartFieldWellsFilterSensitiveLog: (
|
|
2066
|
-
obj: RadarChartFieldWells
|
|
2067
|
-
) => any;
|
|
2068
|
-
export declare const RadarChartConfigurationFilterSensitiveLog: (
|
|
2069
|
-
obj: RadarChartConfiguration
|
|
2070
|
-
) => any;
|
|
2071
|
-
export declare const RadarChartVisualFilterSensitiveLog: (
|
|
2072
|
-
obj: RadarChartVisual
|
|
2073
|
-
) => any;
|
|
2074
|
-
export declare const SankeyDiagramAggregatedFieldWellsFilterSensitiveLog: (
|
|
2075
|
-
obj: SankeyDiagramAggregatedFieldWells
|
|
2076
|
-
) => any;
|
|
2077
|
-
export declare const SankeyDiagramFieldWellsFilterSensitiveLog: (
|
|
2078
|
-
obj: SankeyDiagramFieldWells
|
|
2079
|
-
) => any;
|
|
2080
|
-
export declare const SankeyDiagramChartConfigurationFilterSensitiveLog: (
|
|
2081
|
-
obj: SankeyDiagramChartConfiguration
|
|
2082
|
-
) => any;
|
|
2083
|
-
export declare const SankeyDiagramVisualFilterSensitiveLog: (
|
|
2084
|
-
obj: SankeyDiagramVisual
|
|
2085
|
-
) => any;
|
|
2086
|
-
export declare const ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog: (
|
|
2087
|
-
obj: ScatterPlotCategoricallyAggregatedFieldWells
|
|
2088
|
-
) => any;
|
|
2089
|
-
export declare const ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog: (
|
|
2090
|
-
obj: ScatterPlotUnaggregatedFieldWells
|
|
2091
|
-
) => any;
|
|
2092
|
-
export declare const ScatterPlotFieldWellsFilterSensitiveLog: (
|
|
2093
|
-
obj: ScatterPlotFieldWells
|
|
2094
|
-
) => any;
|
|
2095
|
-
export declare const ScatterPlotConfigurationFilterSensitiveLog: (
|
|
2096
|
-
obj: ScatterPlotConfiguration
|
|
2097
|
-
) => any;
|
|
2098
|
-
export declare const ScatterPlotVisualFilterSensitiveLog: (
|
|
2099
|
-
obj: ScatterPlotVisual
|
|
2100
|
-
) => any;
|
|
2101
|
-
export declare const TableAggregatedFieldWellsFilterSensitiveLog: (
|
|
2102
|
-
obj: TableAggregatedFieldWells
|
|
2103
|
-
) => any;
|
|
2104
|
-
export declare const UnaggregatedFieldFilterSensitiveLog: (
|
|
2105
|
-
obj: UnaggregatedField
|
|
2106
|
-
) => any;
|
|
2107
|
-
export declare const TableUnaggregatedFieldWellsFilterSensitiveLog: (
|
|
2108
|
-
obj: TableUnaggregatedFieldWells
|
|
2109
|
-
) => any;
|
|
2110
|
-
export declare const TableFieldWellsFilterSensitiveLog: (
|
|
2111
|
-
obj: TableFieldWells
|
|
2112
|
-
) => any;
|
|
2113
|
-
export declare const TableConfigurationFilterSensitiveLog: (
|
|
2114
|
-
obj: TableConfiguration
|
|
2115
|
-
) => any;
|
|
2116
|
-
export declare const TableCellConditionalFormattingFilterSensitiveLog: (
|
|
2117
|
-
obj: TableCellConditionalFormatting
|
|
2118
|
-
) => any;
|
|
2119
|
-
export declare const TableRowConditionalFormattingFilterSensitiveLog: (
|
|
2120
|
-
obj: TableRowConditionalFormatting
|
|
2121
|
-
) => any;
|
|
2122
|
-
export declare const TableConditionalFormattingOptionFilterSensitiveLog: (
|
|
2123
|
-
obj: TableConditionalFormattingOption
|
|
2124
|
-
) => any;
|
|
2125
|
-
export declare const TableConditionalFormattingFilterSensitiveLog: (
|
|
2126
|
-
obj: TableConditionalFormatting
|
|
2127
|
-
) => any;
|
|
2128
|
-
export declare const TableVisualFilterSensitiveLog: (obj: TableVisual) => any;
|
|
2129
|
-
export declare const TreeMapAggregatedFieldWellsFilterSensitiveLog: (
|
|
2130
|
-
obj: TreeMapAggregatedFieldWells
|
|
2131
|
-
) => any;
|
|
2132
|
-
export declare const TreeMapFieldWellsFilterSensitiveLog: (
|
|
2133
|
-
obj: TreeMapFieldWells
|
|
2100
|
+
export declare const PluginVisualFieldWellFilterSensitiveLog: (
|
|
2101
|
+
obj: PluginVisualFieldWell
|
|
2134
2102
|
) => any;
|