@kentico/xperience-admin-components 31.2.3 → 31.3.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/entry.d.ts +18 -7
- package/dist/entry.js +89 -89
- package/package.json +30 -30
package/dist/entry.d.ts
CHANGED
|
@@ -2314,6 +2314,7 @@ export declare const KXIcons: {
|
|
|
2314
2314
|
'xp-calendar-number': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2315
2315
|
'xp-calendar': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2316
2316
|
'xp-camera': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2317
|
+
'xp-campaign': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2317
2318
|
'xp-cancel': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2318
2319
|
'xp-caret-down': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2319
2320
|
'xp-caret-left-aligned-right': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2766,6 +2767,7 @@ export declare const KXIconSets: {
|
|
|
2766
2767
|
'xp-calendar-number': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2767
2768
|
'xp-calendar': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2768
2769
|
'xp-camera': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2770
|
+
'xp-campaign': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2769
2771
|
'xp-cancel': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2770
2772
|
'xp-caret-down': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2771
2773
|
'xp-caret-left-aligned-right': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -5064,6 +5066,8 @@ declare const testIds: {
|
|
|
5064
5066
|
Breadcrumbs: {
|
|
5065
5067
|
Default: "breadcrumbs";
|
|
5066
5068
|
Application: "breadcrumb-application";
|
|
5069
|
+
CurrentObjectName: "breadcrumb-current-object-name";
|
|
5070
|
+
CurrentTab: "breadcrumb-current-tab";
|
|
5067
5071
|
Home: "breadcrumb-home";
|
|
5068
5072
|
Status: "breadcrumbs-status";
|
|
5069
5073
|
};
|
|
@@ -5111,18 +5115,17 @@ declare const testIds: {
|
|
|
5111
5115
|
EmailContentFieldsDropdown: "email-content-fields-dropdown-indicator";
|
|
5112
5116
|
EnableContentDelivery: "enablecontentdelivery-action";
|
|
5113
5117
|
GenerateChannels: "generate-channels-button";
|
|
5114
|
-
|
|
5115
|
-
GenerateEmailSubjectBasedOnEmailContent: "generate-email-subject-based-on-email-content-button";
|
|
5118
|
+
GenerateContent: "generate-content-button";
|
|
5116
5119
|
GenerateWebsiteChannelData: "generate-website-channel-data-button";
|
|
5117
5120
|
InsertDynamicText: "insertDynamicTextButton";
|
|
5118
5121
|
MoveFolder: "movefolder-action";
|
|
5119
5122
|
NestedActionMenuItemMassUpload: "nested-action-menu-item-mass-upload";
|
|
5120
5123
|
OpenBindingSidePanel: "button-open-binding-sidepanel";
|
|
5121
5124
|
PermanentlyDelete: "button-Delete permanently";
|
|
5125
|
+
RemoveAsset: "button-RemoveAsset";
|
|
5122
5126
|
RemoveBinding: "button-RemoveBinding";
|
|
5123
5127
|
RenameFolder: "renamefolder-action";
|
|
5124
5128
|
Restore: "button-Restore";
|
|
5125
|
-
RichTextEditorRefinements: "rich-text-editor-refinements-button";
|
|
5126
5129
|
Save: "button-save";
|
|
5127
5130
|
TranslateUsingAira: "Translate using AIRA-action";
|
|
5128
5131
|
WebsiteChannel: "website-channel";
|
|
@@ -5165,12 +5168,14 @@ declare const testIds: {
|
|
|
5165
5168
|
DeleteCondition: "delete-condition-button";
|
|
5166
5169
|
DeleteCustomerJourneyStageBuilder: "button-delete";
|
|
5167
5170
|
DialogFooterAction: "dialog-footer-action";
|
|
5171
|
+
Download: "download-asset";
|
|
5168
5172
|
Draggable: "draggable-button";
|
|
5169
5173
|
Edit_V1: "button-edit";
|
|
5170
5174
|
Edit_V2: "button-Edit";
|
|
5171
5175
|
EditableHeader: "editable-header-button";
|
|
5172
5176
|
EditCondition: "update-conditions-button";
|
|
5173
5177
|
EditContentItem: "edit-content-item-button";
|
|
5178
|
+
EditInJourneys: "button-edit-in-journeys";
|
|
5174
5179
|
EnableContentItemDelivery: "enablecontentdelivery-action";
|
|
5175
5180
|
EnableDisableProcess: "enable-disable-process-button";
|
|
5176
5181
|
Expand: "expand-button";
|
|
@@ -5193,6 +5198,7 @@ declare const testIds: {
|
|
|
5193
5198
|
RecalculateAutomationsStatistics: "recalculate-automations-statistics-button";
|
|
5194
5199
|
RecalculateContactGroup: "callout-button-rebuild";
|
|
5195
5200
|
RecalculateEmailStatistics: "recalculate-email-statistics-button";
|
|
5201
|
+
RevealJourneyInsights: "reveal-journey-insights-button";
|
|
5196
5202
|
SaveAutomation: "save-automation-button";
|
|
5197
5203
|
SavePermissions: "save-permissions-button";
|
|
5198
5204
|
SecondaryAction: "secondary-action";
|
|
@@ -5216,6 +5222,7 @@ declare const testIds: {
|
|
|
5216
5222
|
TreeItemExpand: "tree-item-expand";
|
|
5217
5223
|
TreeItemMenu: "tree-item-menu-button";
|
|
5218
5224
|
Unassign: "button-unassign";
|
|
5225
|
+
ViewInCampaigns: "button-view-campaign";
|
|
5219
5226
|
WebPageUrlCanonical: "web-page-url-canonical-button";
|
|
5220
5227
|
WindowClose: "window-close";
|
|
5221
5228
|
WindowMinimize: "window-minimize";
|
|
@@ -5256,6 +5263,7 @@ declare const testIds: {
|
|
|
5256
5263
|
Default: "checkbox";
|
|
5257
5264
|
CodeName: "code-name-checkbox";
|
|
5258
5265
|
ExpectedValueCheckbox: "ExpectedValueCheckbox";
|
|
5266
|
+
IncludeInContentGeneration: "IncludeInContentGenerationCheckbox";
|
|
5259
5267
|
InheritSettings: "inherit-settings";
|
|
5260
5268
|
Required: "RequiredCheckbox";
|
|
5261
5269
|
TableRow: "table-row-checkbox";
|
|
@@ -5442,6 +5450,8 @@ declare const testIds: {
|
|
|
5442
5450
|
WorkspaceDisplayName: "WorkspaceDisplayName";
|
|
5443
5451
|
WorkspaceName: "WorkspaceName";
|
|
5444
5452
|
Assets: "Assets";
|
|
5453
|
+
CampaignBrief: "CampaignBrief";
|
|
5454
|
+
CampaignDisplayName: "CampaignDisplayName";
|
|
5445
5455
|
CodeName: "code-name";
|
|
5446
5456
|
CodeNameNamespace: "code-name-namespace";
|
|
5447
5457
|
ConditionSearch: "condition-search";
|
|
@@ -5505,10 +5515,8 @@ declare const testIds: {
|
|
|
5505
5515
|
DeliveryStatistics: "delivery-statistics";
|
|
5506
5516
|
DialogFooter: "dialog-footer";
|
|
5507
5517
|
EditPage: "edit-page";
|
|
5508
|
-
EmailBodySuggestionsList: "email-body-suggestions-list";
|
|
5509
5518
|
EmailPanelContent: "email-panel-content";
|
|
5510
5519
|
EmailPreview: "email-preview";
|
|
5511
|
-
EmailSubjectSuggestionsList: "email-subject-suggestions-list";
|
|
5512
5520
|
EmptyListingMessagePane: "empty-listing-message-pane";
|
|
5513
5521
|
EngagementStatistics: "engagement-statistics";
|
|
5514
5522
|
Header: "Header";
|
|
@@ -5516,8 +5524,6 @@ declare const testIds: {
|
|
|
5516
5524
|
NotificationEmailPreview: "notification-email-preview";
|
|
5517
5525
|
NotificationEmailSubject: "notification-email-subject";
|
|
5518
5526
|
PropertiesPage: "properties-page";
|
|
5519
|
-
RefinementHeader: "refinement-header";
|
|
5520
|
-
RteRefinementSuggestionsList: "rte-refinement-suggestions-list";
|
|
5521
5527
|
SelectedEmails: "selected-emails";
|
|
5522
5528
|
SidePanelFooter: "side-panel-footer";
|
|
5523
5529
|
SmartFolderSelectorWrapper: "smart-folder-selector-wrapper";
|
|
@@ -5529,6 +5535,8 @@ declare const testIds: {
|
|
|
5529
5535
|
};
|
|
5530
5536
|
MenuItems: {
|
|
5531
5537
|
Default: "menu-item";
|
|
5538
|
+
CampaignAssetType: "campaign-asset-type-menu-item";
|
|
5539
|
+
GenerateContent: "generate-content-menu-item";
|
|
5532
5540
|
NewFolder: "new-folder-menu-item";
|
|
5533
5541
|
SelectedLanguage: "selected-language-item";
|
|
5534
5542
|
SelectLibrary: "select-library-item";
|
|
@@ -5635,6 +5643,7 @@ declare const testIds: {
|
|
|
5635
5643
|
UserName_V2: "user-name";
|
|
5636
5644
|
WorkflowRecurrenceType: "WorkflowRecurrenceType";
|
|
5637
5645
|
ApplicationItem: "application-item-selector";
|
|
5646
|
+
Countries: "select-countries";
|
|
5638
5647
|
EmailChannel: "select-email-channel";
|
|
5639
5648
|
Library: "select-library";
|
|
5640
5649
|
StandardMediaDimensionType: "standard-media-dimension-type";
|
|
@@ -5653,6 +5662,7 @@ declare const testIds: {
|
|
|
5653
5662
|
SidePanels: {
|
|
5654
5663
|
CombinedSelectorSelectExisting: "CombinedSelector.SelectExisting";
|
|
5655
5664
|
ProductCategorySelector: "kxp_ProductCategories.Select";
|
|
5665
|
+
SelectExisting: ".SelectExisting";
|
|
5656
5666
|
TagSelector: "Tag.Select";
|
|
5657
5667
|
Default: "side-panel";
|
|
5658
5668
|
Account: "account-panel";
|
|
@@ -5691,6 +5701,7 @@ declare const testIds: {
|
|
|
5691
5701
|
Default: "tag";
|
|
5692
5702
|
};
|
|
5693
5703
|
TextAreas: {
|
|
5704
|
+
AiraFieldDescription: "FieldDescription";
|
|
5694
5705
|
Redirect: "Redirect";
|
|
5695
5706
|
SearchedData: "searched_data";
|
|
5696
5707
|
};
|