@aws-sdk/client-quicksight 3.936.0 → 3.937.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/dist-cjs/index.js +96 -22
- package/dist-es/models/enums.js +3 -0
- package/dist-es/schemas/schemas_0.js +92 -22
- package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +47 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -2
- package/dist-types/commands/CreateTemplateCommand.d.ts +47 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +84 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +47 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +47 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +47 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +84 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +47 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +47 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +47 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +84 -0
- package/dist-types/models/enums.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +82 -33
- package/dist-types/models/models_1.d.ts +35 -78
- package/dist-types/models/models_2.d.ts +88 -104
- package/dist-types/models/models_3.d.ts +218 -167
- package/dist-types/models/models_4.d.ts +168 -4
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -8
- package/dist-types/ts3.4/models/models_1.d.ts +9 -21
- package/dist-types/ts3.4/models/models_2.d.ts +22 -22
- package/dist-types/ts3.4/models/models_3.d.ts +49 -37
- package/dist-types/ts3.4/models/models_4.d.ts +39 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -638,6 +638,7 @@ const _AIs = "AssignmentId";
|
|
|
638
638
|
const _AK = "ApiKey";
|
|
639
639
|
const _AKCM = "ApiKeyConnectionMetadata";
|
|
640
640
|
const _AL = "AggregationList";
|
|
641
|
+
const _ALFC = "AxisLabelFontConfiguration";
|
|
641
642
|
const _ALO = "AxisLabelOptions";
|
|
642
643
|
const _ALOL = "AxisLabelOptionsList";
|
|
643
644
|
const _ALRO = "AxisLabelReferenceOptions";
|
|
@@ -701,6 +702,7 @@ const _ASx = "AxisScale";
|
|
|
701
702
|
const _AT = "AuthenticationType";
|
|
702
703
|
const _ATBS = "AuthorizedTargetsByService";
|
|
703
704
|
const _ATBSu = "AuthorizedTargetsByServices";
|
|
705
|
+
const _ATFC = "AxisTitleFontConfiguration";
|
|
704
706
|
const _ATLO = "AxisTickLabelOptions";
|
|
705
707
|
const _ATl = "AltText";
|
|
706
708
|
const _ATn = "AnchorType";
|
|
@@ -787,7 +789,8 @@ const _BPSC = "BoxPlotSortConfiguration";
|
|
|
787
789
|
const _BPSO = "BoxPlotStyleOptions";
|
|
788
790
|
const _BPV = "BoxPlotVisual";
|
|
789
791
|
const _BQP = "BigQueryParameters";
|
|
790
|
-
const _BR = "
|
|
792
|
+
const _BR = "BorderRadius";
|
|
793
|
+
const _BRu = "BucketRegion";
|
|
791
794
|
const _BS = "BorderStyle";
|
|
792
795
|
const _BSC = "BodySectionConfiguration";
|
|
793
796
|
const _BSCL = "BodySectionConfigurationList";
|
|
@@ -1393,6 +1396,7 @@ const _DKR = "DescribeKeyRegistration";
|
|
|
1393
1396
|
const _DKRR = "DescribeKeyRegistrationRequest";
|
|
1394
1397
|
const _DKRRe = "DescribeKeyRegistrationResponse";
|
|
1395
1398
|
const _DL = "DataLabels";
|
|
1399
|
+
const _DLFC = "DataLabelFontConfiguration";
|
|
1396
1400
|
const _DLO = "DataLabelOptions";
|
|
1397
1401
|
const _DLOe = "DefaultListOptions";
|
|
1398
1402
|
const _DLT = "DataLabelTypes";
|
|
@@ -1951,6 +1955,8 @@ const _GLCSO = "GridLayoutCanvasSizeOptions";
|
|
|
1951
1955
|
const _GLD = "GeospatialLayerDefinition";
|
|
1952
1956
|
const _GLDFL = "GeospatialLayerDimensionFieldList";
|
|
1953
1957
|
const _GLE = "GridLayoutElement";
|
|
1958
|
+
const _GLEBS = "GridLayoutElementBackgroundStyle";
|
|
1959
|
+
const _GLEBSr = "GridLayoutElementBorderStyle";
|
|
1954
1960
|
const _GLEL = "GridLayoutElementList";
|
|
1955
1961
|
const _GLI = "GeospatialLayerItem";
|
|
1956
1962
|
const _GLJD = "GeospatialLayerJoinDefinition";
|
|
@@ -2328,6 +2334,7 @@ const _LTARis = "ListThemeAliasesRequest";
|
|
|
2328
2334
|
const _LTARist = "ListThemeAliasesResponse";
|
|
2329
2335
|
const _LTAi = "ListThemeAliases";
|
|
2330
2336
|
const _LTDSC = "LinkToDataSetColumn";
|
|
2337
|
+
const _LTFC = "LegendTitleFontConfiguration";
|
|
2331
2338
|
const _LTFR = "ListTagsForResource";
|
|
2332
2339
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
2333
2340
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -2364,6 +2371,7 @@ const _LUR = "ListUsersRequest";
|
|
|
2364
2371
|
const _LURi = "ListUsersResponse";
|
|
2365
2372
|
const _LUT = "LastUpdatedTime";
|
|
2366
2373
|
const _LV = "LineValues";
|
|
2374
|
+
const _LVFC = "LegendValueFontConfiguration";
|
|
2367
2375
|
const _LVN = "LatestVersionNumber";
|
|
2368
2376
|
const _LVPCC = "ListVPCConnections";
|
|
2369
2377
|
const _LVPCCR = "ListVPCConnectionsRequest";
|
|
@@ -2953,6 +2961,7 @@ const _SBLPCSO = "SectionBasedLayoutPaperCanvasSizeOptions";
|
|
|
2953
2961
|
const _SBM = "SortByMetrics";
|
|
2954
2962
|
const _SBO = "ScrollBarOptions";
|
|
2955
2963
|
const _SBS = "SelectedBorderStyle";
|
|
2964
|
+
const _SBSh = "SheetBackgroundStyle";
|
|
2956
2965
|
const _SBT = "SelectedBinType";
|
|
2957
2966
|
const _SBU = "SiteBaseUrl";
|
|
2958
2967
|
const _SBe = "SectionBased";
|
|
@@ -3294,6 +3303,7 @@ const _TAOr = "TrendArrowOptions";
|
|
|
3294
3303
|
const _TAe = "TemplateAlias";
|
|
3295
3304
|
const _TAem = "TemplateArn";
|
|
3296
3305
|
const _TAex = "TextArea";
|
|
3306
|
+
const _TAext = "TextAlignment";
|
|
3297
3307
|
const _TAh = "ThemeAlias";
|
|
3298
3308
|
const _TAhr = "ThresholdAlerts";
|
|
3299
3309
|
const _TAo = "TopicArn";
|
|
@@ -3484,6 +3494,7 @@ const _TTOL = "TransposedTableOptionList";
|
|
|
3484
3494
|
const _TTOr = "TransposedTableOption";
|
|
3485
3495
|
const _TTT = "TooltipTitleType";
|
|
3486
3496
|
const _TTe = "TemplateType";
|
|
3497
|
+
const _TTex = "TextTransform";
|
|
3487
3498
|
const _TTo = "TooltipText";
|
|
3488
3499
|
const _TTop = "TopicTemplate";
|
|
3489
3500
|
const _TUFL = "TableUnaggregatedFieldList";
|
|
@@ -3781,12 +3792,14 @@ const _VPi = "VisualProperties";
|
|
|
3781
3792
|
const _VR = "VisibleRange";
|
|
3782
3793
|
const _VRO = "VisibleRangeOptions";
|
|
3783
3794
|
const _VS = "VersionStatus";
|
|
3795
|
+
const _VSFC = "VisualSubtitleFontConfiguration";
|
|
3784
3796
|
const _VSLO = "VisualSubtitleLabelOptions";
|
|
3785
3797
|
const _VSa = "ValidationStrategy";
|
|
3786
3798
|
const _VSi = "VisualSubtitle";
|
|
3787
3799
|
const _VSis = "VisibilityState";
|
|
3788
3800
|
const _VT = "VisualTitle";
|
|
3789
3801
|
const _VTA = "VerticalTextAlignment";
|
|
3802
|
+
const _VTFC = "VisualTitleFontConfiguration";
|
|
3790
3803
|
const _VTLO = "VisualTitleLabelOptions";
|
|
3791
3804
|
const _VTa = "ValueType";
|
|
3792
3805
|
const _VWU = "ValueWhenUnset";
|
|
@@ -3797,7 +3810,7 @@ const _Vi = "Visibility";
|
|
|
3797
3810
|
const _Vis = "Visualization";
|
|
3798
3811
|
const _Visu = "Visuals";
|
|
3799
3812
|
const _Visua = "Visual";
|
|
3800
|
-
const _W = "
|
|
3813
|
+
const _W = "Width";
|
|
3801
3814
|
const _WC = "WordCasing";
|
|
3802
3815
|
const _WCAFW = "WaterfallChartAggregatedFieldWells";
|
|
3803
3816
|
const _WCAFWo = "WordCloudAggregatedFieldWells";
|
|
@@ -3834,11 +3847,11 @@ const _WSe = "WeightSort";
|
|
|
3834
3847
|
const _WSi = "WindowSize";
|
|
3835
3848
|
const _WSo = "WordScaling";
|
|
3836
3849
|
const _WV = "WaterfallVisual";
|
|
3837
|
-
const _Wa = "
|
|
3838
|
-
const _War = "
|
|
3850
|
+
const _Wa = "Warning";
|
|
3851
|
+
const _War = "Warnings";
|
|
3852
|
+
const _Ware = "Warehouse";
|
|
3839
3853
|
const _We = "West";
|
|
3840
3854
|
const _Wei = "Weight";
|
|
3841
|
-
const _Wi = "Width";
|
|
3842
3855
|
const _XA = "XAxis";
|
|
3843
3856
|
const _XADO = "XAxisDisplayOptions";
|
|
3844
3857
|
const _XAL = "XAxisLocation";
|
|
@@ -4806,7 +4819,7 @@ var BodySectionRepeatPageBreakConfiguration = [
|
|
|
4806
4819
|
[() => SectionAfterPageBreak],
|
|
4807
4820
|
];
|
|
4808
4821
|
var BookmarksConfigurations = [3, n0, _BC, 0, [_En], [2]];
|
|
4809
|
-
var BorderStyle = [3, n0, _BS, 0, [_Sho], [2]];
|
|
4822
|
+
var BorderStyle = [3, n0, _BS, 0, [_Col, _Sho, _W], [0, 2, 0]];
|
|
4810
4823
|
var BoxPlotAggregatedFieldWells = [
|
|
4811
4824
|
3,
|
|
4812
4825
|
n0,
|
|
@@ -4875,7 +4888,7 @@ var BrandColorPalette = [
|
|
|
4875
4888
|
n0,
|
|
4876
4889
|
_BCP,
|
|
4877
4890
|
0,
|
|
4878
|
-
[_Prim, _Sec, _Acc, _Me, _Di, _Suc, _In,
|
|
4891
|
+
[_Prim, _Sec, _Acc, _Me, _Di, _Suc, _In, _Wa, _Dan],
|
|
4879
4892
|
[
|
|
4880
4893
|
() => Palette,
|
|
4881
4894
|
() => Palette,
|
|
@@ -7347,7 +7360,7 @@ var DescribeAssetBundleExportJobResponse = [
|
|
|
7347
7360
|
n0,
|
|
7348
7361
|
_DABEJRe,
|
|
7349
7362
|
0,
|
|
7350
|
-
[_JS, _DUo, _Err, _A, _CT, _ABEJI, _AAI, _RAes, _IAD, _EFx, _CFOPC, _RI, _St, _IP, _IT, _VSa,
|
|
7363
|
+
[_JS, _DUo, _Err, _A, _CT, _ABEJI, _AAI, _RAes, _IAD, _EFx, _CFOPC, _RI, _St, _IP, _IT, _VSa, _War, _IFM, _IFMn],
|
|
7351
7364
|
[
|
|
7352
7365
|
0,
|
|
7353
7366
|
[() => SensitiveS3Uri, 0],
|
|
@@ -7386,7 +7399,7 @@ var DescribeAssetBundleImportJobResponse = [
|
|
|
7386
7399
|
n0,
|
|
7387
7400
|
_DABIJRe,
|
|
7388
7401
|
0,
|
|
7389
|
-
[_JS, _Err, _RE, _A, _CT, _ABIJI, _AAI, _ABIS, _OP, _FA, _RI, _St, _OPv, _OT, _OVS,
|
|
7402
|
+
[_JS, _Err, _RE, _A, _CT, _ABIJI, _AAI, _ABIS, _OP, _FA, _RI, _St, _OPv, _OT, _OVS, _War],
|
|
7390
7403
|
[
|
|
7391
7404
|
0,
|
|
7392
7405
|
() => AssetBundleImportJobErrorList,
|
|
@@ -8755,7 +8768,7 @@ var FreeFormLayoutElement = [
|
|
|
8755
8768
|
n0,
|
|
8756
8769
|
_FFLE,
|
|
8757
8770
|
0,
|
|
8758
|
-
[_EIl, _ET, _XAL, _YAL,
|
|
8771
|
+
[_EIl, _ET, _XAL, _YAL, _W, _He, _Vi, _RRe, _BS, _SBS, _BSa, _LAo, _BR, _Pad],
|
|
8759
8772
|
[
|
|
8760
8773
|
0,
|
|
8761
8774
|
0,
|
|
@@ -8769,10 +8782,12 @@ var FreeFormLayoutElement = [
|
|
|
8769
8782
|
() => FreeFormLayoutElementBorderStyle,
|
|
8770
8783
|
() => FreeFormLayoutElementBackgroundStyle,
|
|
8771
8784
|
() => LoadingAnimation,
|
|
8785
|
+
0,
|
|
8786
|
+
0,
|
|
8772
8787
|
],
|
|
8773
8788
|
];
|
|
8774
8789
|
var FreeFormLayoutElementBackgroundStyle = [3, n0, _FFLEBS, 0, [_Vi, _Col], [0, 0]];
|
|
8775
|
-
var FreeFormLayoutElementBorderStyle = [3, n0, _FFLEBSr, 0, [_Vi, _Col], [0, 0]];
|
|
8790
|
+
var FreeFormLayoutElementBorderStyle = [3, n0, _FFLEBSr, 0, [_Vi, _Col, _W], [0, 0, 0]];
|
|
8776
8791
|
var FreeFormLayoutScreenCanvasSizeOptions = [3, n0, _FFLSCSO, 0, [_OVPW], [0]];
|
|
8777
8792
|
var FreeFormSectionLayoutConfiguration = [
|
|
8778
8793
|
3,
|
|
@@ -9394,9 +9409,24 @@ var GridLayoutElement = [
|
|
|
9394
9409
|
n0,
|
|
9395
9410
|
_GLE,
|
|
9396
9411
|
0,
|
|
9397
|
-
[_EIl, _ET, _CIolu, _CSolumn, _RIo, _RSo],
|
|
9398
|
-
[
|
|
9412
|
+
[_EIl, _ET, _CIolu, _CSolumn, _RIo, _RSo, _BS, _SBS, _BSa, _LAo, _BR, _Pad],
|
|
9413
|
+
[
|
|
9414
|
+
0,
|
|
9415
|
+
0,
|
|
9416
|
+
1,
|
|
9417
|
+
1,
|
|
9418
|
+
1,
|
|
9419
|
+
1,
|
|
9420
|
+
() => GridLayoutElementBorderStyle,
|
|
9421
|
+
() => GridLayoutElementBorderStyle,
|
|
9422
|
+
() => GridLayoutElementBackgroundStyle,
|
|
9423
|
+
() => LoadingAnimation,
|
|
9424
|
+
0,
|
|
9425
|
+
0,
|
|
9426
|
+
],
|
|
9399
9427
|
];
|
|
9428
|
+
var GridLayoutElementBackgroundStyle = [3, n0, _GLEBS, 0, [_Vi, _Col], [0, 0]];
|
|
9429
|
+
var GridLayoutElementBorderStyle = [3, n0, _GLEBSr, 0, [_Vi, _Col, _W], [0, 0, 0]];
|
|
9400
9430
|
var GridLayoutScreenCanvasSizeOptions = [3, n0, _GLSCSO, 0, [_RO, _OVPW], [0, 0]];
|
|
9401
9431
|
var Group = [3, n0, _Gr, 0, [_A, _GN, _D, _PIr], [0, 0, 0, 0]];
|
|
9402
9432
|
var GroupMember = [3, n0, _GM, 0, [_A, _MN], [0, 0]];
|
|
@@ -9933,7 +9963,7 @@ var LegendOptions = [
|
|
|
9933
9963
|
n0,
|
|
9934
9964
|
_LOeg,
|
|
9935
9965
|
0,
|
|
9936
|
-
[_Vi, _Tit, _Pos,
|
|
9966
|
+
[_Vi, _Tit, _Pos, _W, _He, _VFC],
|
|
9937
9967
|
[0, () => LabelOptions, 0, 0, 0, () => FontConfiguration],
|
|
9938
9968
|
];
|
|
9939
9969
|
var LimitExceededException = [
|
|
@@ -11689,7 +11719,7 @@ var PivotTableDataPathOption = [
|
|
|
11689
11719
|
n0,
|
|
11690
11720
|
_PTDPO,
|
|
11691
11721
|
0,
|
|
11692
|
-
[_DPL,
|
|
11722
|
+
[_DPL, _W],
|
|
11693
11723
|
[() => DataPathValueList, 0],
|
|
11694
11724
|
];
|
|
11695
11725
|
var PivotTableFieldCollapseStateOption = [
|
|
@@ -12391,7 +12421,7 @@ var RowLevelPermissionTagRule = [
|
|
|
12391
12421
|
[_TK, _CN, _TMVD, _MAV],
|
|
12392
12422
|
[0, 0, 0, [() => SessionTagValue, 0]],
|
|
12393
12423
|
];
|
|
12394
|
-
var S3BucketConfiguration = [3, n0, _SBC, 0, [_BNu, _BP,
|
|
12424
|
+
var S3BucketConfiguration = [3, n0, _SBC, 0, [_BNu, _BP, _BRu], [0, 0, 0]];
|
|
12395
12425
|
var S3KnowledgeBaseParameters = [3, n0, _SKBP, 0, [_RA, _BU, _MFLe], [0, 0, 0]];
|
|
12396
12426
|
var S3Parameters = [3, n0, _SPa, 0, [_MFL, _RA], [() => ManifestFileLocation, 0]];
|
|
12397
12427
|
var S3Source = [
|
|
@@ -12844,6 +12874,7 @@ var ShapeConditionalFormat = [
|
|
|
12844
12874
|
];
|
|
12845
12875
|
var SharedViewConfigurations = [3, n0, _SVC, 0, [_En], [2]];
|
|
12846
12876
|
var Sheet = [3, n0, _She, 0, [_SIh, _N, _Ima], [0, 0, () => SheetImageList]];
|
|
12877
|
+
var SheetBackgroundStyle = [3, n0, _SBSh, 0, [_Col, _G], [0, 0]];
|
|
12847
12878
|
var SheetControlInfoIconLabelOptions = [3, n0, _SCIILO, 0, [_Vi, _IIT], [0, 0]];
|
|
12848
12879
|
var SheetControlLayout = [
|
|
12849
12880
|
3,
|
|
@@ -12922,7 +12953,14 @@ var SheetImageTooltipConfiguration = [
|
|
|
12922
12953
|
];
|
|
12923
12954
|
var SheetImageTooltipText = [3, n0, _SITT, 0, [_PT], [0]];
|
|
12924
12955
|
var SheetLayoutElementMaximizationOption = [3, n0, _SLEMO, 0, [_ASv], [0]];
|
|
12925
|
-
var SheetStyle = [
|
|
12956
|
+
var SheetStyle = [
|
|
12957
|
+
3,
|
|
12958
|
+
n0,
|
|
12959
|
+
_SSh,
|
|
12960
|
+
0,
|
|
12961
|
+
[_Til, _TL, _Bac],
|
|
12962
|
+
[() => TileStyle, () => TileLayoutStyle, () => SheetBackgroundStyle],
|
|
12963
|
+
];
|
|
12926
12964
|
var SheetTextBox = [
|
|
12927
12965
|
3,
|
|
12928
12966
|
n0,
|
|
@@ -13044,7 +13082,7 @@ var SnowflakeParameters = [
|
|
|
13044
13082
|
n0,
|
|
13045
13083
|
_SPn,
|
|
13046
13084
|
0,
|
|
13047
|
-
[_H, _Dat,
|
|
13085
|
+
[_H, _Dat, _Ware, _AT, _DACRa, _OAP],
|
|
13048
13086
|
[0, 0, 0, 0, 0, () => OAuthParameters],
|
|
13049
13087
|
];
|
|
13050
13088
|
var SourceTable = [3, n0, _STou, 0, [_PTI, _DSata], [0, () => ParentDataSet]];
|
|
@@ -13330,7 +13368,7 @@ var TableFieldOption = [
|
|
|
13330
13368
|
n0,
|
|
13331
13369
|
_TFO,
|
|
13332
13370
|
0,
|
|
13333
|
-
[_FIi,
|
|
13371
|
+
[_FIi, _W, _CL, _Vi, _URLS],
|
|
13334
13372
|
[0, 0, 0, 0, () => TableFieldURLConfiguration],
|
|
13335
13373
|
];
|
|
13336
13374
|
var TableFieldOptions = [
|
|
@@ -13574,7 +13612,7 @@ var TileLayoutStyle = [
|
|
|
13574
13612
|
[_Gu, _Mar],
|
|
13575
13613
|
[() => GutterStyle, () => MarginStyle],
|
|
13576
13614
|
];
|
|
13577
|
-
var TileStyle = [3, n0, _TSi, 0, [_Bor], [() => BorderStyle]];
|
|
13615
|
+
var TileStyle = [3, n0, _TSi, 0, [_BCa, _Bor, _BR, _Pad], [0, () => BorderStyle, 0, 0]];
|
|
13578
13616
|
var TimeBasedForecastProperties = [
|
|
13579
13617
|
3,
|
|
13580
13618
|
n0,
|
|
@@ -14045,13 +14083,29 @@ var TreeMapVisual = [
|
|
|
14045
14083
|
var TrendArrowOptions = [3, n0, _TAOr, 0, [_Vi], [0]];
|
|
14046
14084
|
var TrinoParameters = [3, n0, _TPr, 0, [_H, _Po, _Cata], [0, 1, 0]];
|
|
14047
14085
|
var TwitterParameters = [3, n0, _TPw, 0, [_Qu, _MRa], [0, 1]];
|
|
14048
|
-
var Typography = [
|
|
14086
|
+
var Typography = [
|
|
14087
|
+
3,
|
|
14088
|
+
n0,
|
|
14089
|
+
_Ty,
|
|
14090
|
+
0,
|
|
14091
|
+
[_FFon, _ATFC, _ALFC, _LTFC, _LVFC, _DLFC, _VTFC, _VSFC],
|
|
14092
|
+
[
|
|
14093
|
+
() => FontList,
|
|
14094
|
+
() => FontConfiguration,
|
|
14095
|
+
() => FontConfiguration,
|
|
14096
|
+
() => FontConfiguration,
|
|
14097
|
+
() => FontConfiguration,
|
|
14098
|
+
() => FontConfiguration,
|
|
14099
|
+
() => VisualTitleFontConfiguration,
|
|
14100
|
+
() => VisualSubtitleFontConfiguration,
|
|
14101
|
+
],
|
|
14102
|
+
];
|
|
14049
14103
|
var UIColorPalette = [
|
|
14050
14104
|
3,
|
|
14051
14105
|
n0,
|
|
14052
14106
|
_UICP,
|
|
14053
14107
|
0,
|
|
14054
|
-
[_PFr, _PBri, _SFec, _SBec, _Acc, _AFc, _Dan, _DFan,
|
|
14108
|
+
[_PFr, _PBri, _SFec, _SBec, _Acc, _AFc, _Dan, _DFan, _Wa, _WF, _Suc, _SFu, _Di, _DFime, _Me, _MFe],
|
|
14055
14109
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
14056
14110
|
];
|
|
14057
14111
|
var UnaggregatedField = [
|
|
@@ -14997,6 +15051,14 @@ var VisualInteractionOptions = [
|
|
|
14997
15051
|
var VisualMenuOption = [3, n0, _VMO, 0, [_ASv], [0]];
|
|
14998
15052
|
var VisualOptions = [3, n0, _VO, 0, [_t], [0]];
|
|
14999
15053
|
var VisualPalette = [3, n0, _VP, 0, [_CCha, _CMol], [0, () => DataPathColorList]];
|
|
15054
|
+
var VisualSubtitleFontConfiguration = [
|
|
15055
|
+
3,
|
|
15056
|
+
n0,
|
|
15057
|
+
_VSFC,
|
|
15058
|
+
0,
|
|
15059
|
+
[_FCo, _TAext, _TTex],
|
|
15060
|
+
[() => FontConfiguration, 0, 0],
|
|
15061
|
+
];
|
|
15000
15062
|
var VisualSubtitleLabelOptions = [
|
|
15001
15063
|
3,
|
|
15002
15064
|
n0,
|
|
@@ -15005,6 +15067,14 @@ var VisualSubtitleLabelOptions = [
|
|
|
15005
15067
|
[_Vi, _FTor],
|
|
15006
15068
|
[0, () => LongFormatText],
|
|
15007
15069
|
];
|
|
15070
|
+
var VisualTitleFontConfiguration = [
|
|
15071
|
+
3,
|
|
15072
|
+
n0,
|
|
15073
|
+
_VTFC,
|
|
15074
|
+
0,
|
|
15075
|
+
[_FCo, _TAext, _TTex],
|
|
15076
|
+
[() => FontConfiguration, 0, 0],
|
|
15077
|
+
];
|
|
15008
15078
|
var VisualTitleLabelOptions = [3, n0, _VTLO, 0, [_Vi, _FTor], [0, () => ShortFormatText]];
|
|
15009
15079
|
var VPCConnection = [
|
|
15010
15080
|
3,
|
|
@@ -22443,6 +22513,9 @@ const Role = {
|
|
|
22443
22513
|
READER: "READER",
|
|
22444
22514
|
READER_PRO: "READER_PRO",
|
|
22445
22515
|
};
|
|
22516
|
+
const TextTransform = {
|
|
22517
|
+
CAPITALIZE: "CAPITALIZE",
|
|
22518
|
+
};
|
|
22446
22519
|
const DefaultAggregation = {
|
|
22447
22520
|
AVERAGE: "AVERAGE",
|
|
22448
22521
|
COUNT: "COUNT",
|
|
@@ -23231,6 +23304,7 @@ exports.TagResourceCommand = TagResourceCommand;
|
|
|
23231
23304
|
exports.TargetVisualOptions = TargetVisualOptions;
|
|
23232
23305
|
exports.TemplateErrorType = TemplateErrorType;
|
|
23233
23306
|
exports.TextQualifier = TextQualifier;
|
|
23307
|
+
exports.TextTransform = TextTransform;
|
|
23234
23308
|
exports.TextWrap = TextWrap;
|
|
23235
23309
|
exports.ThemeErrorType = ThemeErrorType;
|
|
23236
23310
|
exports.ThemeType = ThemeType;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -1274,6 +1274,9 @@ export const Role = {
|
|
|
1274
1274
|
READER: "READER",
|
|
1275
1275
|
READER_PRO: "READER_PRO",
|
|
1276
1276
|
};
|
|
1277
|
+
export const TextTransform = {
|
|
1278
|
+
CAPITALIZE: "CAPITALIZE",
|
|
1279
|
+
};
|
|
1277
1280
|
export const DefaultAggregation = {
|
|
1278
1281
|
AVERAGE: "AVERAGE",
|
|
1279
1282
|
COUNT: "COUNT",
|