@kentico/xperience-admin-components 31.8.4 → 31.9.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 +54 -4
- package/dist/entry.js +109 -107
- package/package.json +8 -8
package/dist/entry.d.ts
CHANGED
|
@@ -4575,6 +4575,13 @@ export declare type ResizeEvent = {
|
|
|
4575
4575
|
direction: HandleDirection;
|
|
4576
4576
|
};
|
|
4577
4577
|
|
|
4578
|
+
/**
|
|
4579
|
+
* Class name of the closest scrollable ancestor a RichTextEditor instance is rendered within.
|
|
4580
|
+
* Layouts that host a RichTextEditor must apply this class to their scrollable container
|
|
4581
|
+
* so the editor's sticky toolbar and popups are positioned and clipped correctly.
|
|
4582
|
+
*/
|
|
4583
|
+
export declare const RICH_TEXT_SCROLLABLE_CONTAINER = "rte-scrollable-container";
|
|
4584
|
+
|
|
4578
4585
|
/**
|
|
4579
4586
|
* Rich text editor component.
|
|
4580
4587
|
*/
|
|
@@ -4633,7 +4640,8 @@ export declare interface RichTextEditorProps extends UITestProps {
|
|
|
4633
4640
|
*/
|
|
4634
4641
|
readonly invalid?: boolean;
|
|
4635
4642
|
/**
|
|
4636
|
-
*
|
|
4643
|
+
* @deprecated Property is deprecated and will be removed in the next version.
|
|
4644
|
+
* Configure the `scrollableContainer` editor option via the rich text editor's custom configuration (JSON) instead.
|
|
4637
4645
|
*/
|
|
4638
4646
|
readonly scrollableContainerId?: string;
|
|
4639
4647
|
/**
|
|
@@ -6173,6 +6181,7 @@ declare const testIds: {
|
|
|
6173
6181
|
RevealJourneyInsights: "reveal-journey-insights-button";
|
|
6174
6182
|
SaveAutomation: "save-automation-button";
|
|
6175
6183
|
SavePermissions: "save-permissions-button";
|
|
6184
|
+
SearchDataSubject: "search-data-subject-button";
|
|
6176
6185
|
SecondaryAction: "secondary-action";
|
|
6177
6186
|
Select: "select-action";
|
|
6178
6187
|
SelectContentTypes: "button-open-binding-sidepanel";
|
|
@@ -6228,7 +6237,9 @@ declare const testIds: {
|
|
|
6228
6237
|
EnableContentLocking: "CMSEnableContentLocking";
|
|
6229
6238
|
EnabledCheckBox: "EnabledCheckbox";
|
|
6230
6239
|
GenerateWebsiteChannel: "GenerateWebsiteChannelCheckbox";
|
|
6240
|
+
InputSuffix: "Checkbox";
|
|
6231
6241
|
IsContentDeliveryEnabledCheckbox: "IsContentDeliveryEnabledCheckbox";
|
|
6242
|
+
OpenInNewTab: "OpenInNewTabCheckbox";
|
|
6232
6243
|
OrderStatusCustomerNotificationEnabledCheckbox: "OrderStatusCustomerNotificationEnabledCheckbox";
|
|
6233
6244
|
OrderStatusInternalNotificationEnabledCheckbox: "OrderStatusInternalNotificationEnabledCheckbox";
|
|
6234
6245
|
PaymentMethodEnabledCheckbox: "PaymentMethodEnabledCheckbox";
|
|
@@ -6288,6 +6299,13 @@ declare const testIds: {
|
|
|
6288
6299
|
TreeItem: "tree-item-menu";
|
|
6289
6300
|
};
|
|
6290
6301
|
FilterStatusIndicators: {
|
|
6302
|
+
RemoveEventCode: "remove-Event code";
|
|
6303
|
+
RemoveSource: "remove-Source";
|
|
6304
|
+
TagEventCode: "tag-Event code";
|
|
6305
|
+
TagSource: "tag-Source";
|
|
6306
|
+
TagTime: "tag-Time";
|
|
6307
|
+
TagType: "tag-Type";
|
|
6308
|
+
TagUserName: "tag-User name";
|
|
6291
6309
|
Default: "filter-status-indicator";
|
|
6292
6310
|
RemoveHideAnonymousProfiles: "remove-Hide anonymous profiles";
|
|
6293
6311
|
};
|
|
@@ -6368,7 +6386,7 @@ declare const testIds: {
|
|
|
6368
6386
|
CustomDescription: "CustomDescription";
|
|
6369
6387
|
CustomInstructions: "CustomInstructions";
|
|
6370
6388
|
DateFrom: "EventTime-date-from";
|
|
6371
|
-
DateTo: "
|
|
6389
|
+
DateTo: "EventTime-date-to";
|
|
6372
6390
|
Description: "Description";
|
|
6373
6391
|
DisplayName: "DisplayName";
|
|
6374
6392
|
EmailAddress: "EmailAddress";
|
|
@@ -6385,18 +6403,26 @@ declare const testIds: {
|
|
|
6385
6403
|
EnglishConsentFullText: "FullTexten";
|
|
6386
6404
|
EnglishConsentShortText: "ShortTexten";
|
|
6387
6405
|
EventCode: "EventCode";
|
|
6406
|
+
EventDescription: "EventDescription";
|
|
6407
|
+
EventID: "EventID";
|
|
6388
6408
|
EventItemCount: "EventItemCount";
|
|
6409
|
+
EventMachineName: "EventMachineName";
|
|
6389
6410
|
EventTime: "EventTime";
|
|
6411
|
+
EventUrl: "EventUrl";
|
|
6412
|
+
EventUrlReferrer: "EventUrlReferrer";
|
|
6413
|
+
EventUserAgent: "EventUserAgent";
|
|
6390
6414
|
FieldCaption: "FieldCaption";
|
|
6391
6415
|
FolderName: "FolderName";
|
|
6392
6416
|
FoldersCount: "FoldersCount";
|
|
6393
6417
|
FormattingCulture: "ContentLanguageCultureFormat";
|
|
6394
6418
|
FormCodeName: "FormCodename";
|
|
6395
6419
|
FormDisplayName: "FormDisplayName";
|
|
6420
|
+
FormInserted: "FormInserted";
|
|
6396
6421
|
FormVisibilityConditionValue: "kxp_visibility_value";
|
|
6397
6422
|
FullText: "FullText";
|
|
6398
6423
|
HeadlessChannelPreviewUrl: "HeadlessChannelPreviewUrl";
|
|
6399
6424
|
IdentityResolutionDisplayName: "IdentityResolutionDisplayName";
|
|
6425
|
+
IPAddress: "IPAddress";
|
|
6400
6426
|
Kpi: "Kpi";
|
|
6401
6427
|
LanguageCodeName: "ContentLanguageName";
|
|
6402
6428
|
LanguageDisplayName: "ContentLanguageDisplayName";
|
|
@@ -6415,6 +6441,7 @@ declare const testIds: {
|
|
|
6415
6441
|
ObjectType: "ObjectType";
|
|
6416
6442
|
OrderStatusDisplayName: "OrderStatusDisplayName";
|
|
6417
6443
|
PageName: "PageName";
|
|
6444
|
+
PagesField: "PagesField";
|
|
6418
6445
|
PagesInFolderCount: "PagesInFolderCount";
|
|
6419
6446
|
PageTemplate: "PageTemplate";
|
|
6420
6447
|
Password: "password";
|
|
@@ -6449,6 +6476,8 @@ declare const testIds: {
|
|
|
6449
6476
|
TrackedWebsiteDescription: "TrackedWebsiteDescription";
|
|
6450
6477
|
TrackedWebsiteDisplayName: "TrackedWebsiteDisplayName";
|
|
6451
6478
|
TrackedWebsiteURL: "TrackedWebsiteURL";
|
|
6479
|
+
UserID: "UserID";
|
|
6480
|
+
UserName: "UserName";
|
|
6452
6481
|
WebPageCodeName: "CodeName";
|
|
6453
6482
|
WebPageTreePathSlug: "TreePathSlug";
|
|
6454
6483
|
WebsiteChannelDomain: "WebsiteChannelDomain";
|
|
@@ -6466,6 +6495,7 @@ declare const testIds: {
|
|
|
6466
6495
|
CodeNameNamespace: "code-name-namespace";
|
|
6467
6496
|
ConditionSearch: "condition-search";
|
|
6468
6497
|
CurrentUrl: "CurrentUrl";
|
|
6498
|
+
DataSubjectIdentifier: "data-subject-identifier-input";
|
|
6469
6499
|
Days: "days";
|
|
6470
6500
|
DisplayNamePlaceholder: "DisplayNamePlaceholder";
|
|
6471
6501
|
EditPageName: "edit-page-name-input";
|
|
@@ -6501,6 +6531,8 @@ declare const testIds: {
|
|
|
6501
6531
|
CmsContactHasSubmittedFormInLastXDays: "cmscontacthassubmittedspecifiedforminlastxdays";
|
|
6502
6532
|
CmsContactIsFromCountry: "cmscontactisfromcountry";
|
|
6503
6533
|
ContactGroupRecipientListThankYouPage: "ContactGroupRecipientListThankYouPage";
|
|
6534
|
+
EditableAreaComponents: "editable-area-components";
|
|
6535
|
+
EditableAreaConfigurators: "editable-area-configurators";
|
|
6504
6536
|
EditableAreaGeneral: "editable-area-general";
|
|
6505
6537
|
GeneralSettings: "General settings";
|
|
6506
6538
|
LanguageIdentifiersWrapper: "ContentLanguageNameWrapper";
|
|
@@ -6512,10 +6544,18 @@ declare const testIds: {
|
|
|
6512
6544
|
TableCellContentItemLanguageMetadataModifiedWhen: "table-cell-ContentItemLanguageMetadataModifiedWhen";
|
|
6513
6545
|
TableCellConverted: "table-cell-Converted";
|
|
6514
6546
|
TableCellDroppedOff: "table-cell-Dropped off";
|
|
6547
|
+
TableCellEventCode: "table-cell-EventCode";
|
|
6548
|
+
TableCellEventTime: "table-cell-EventTime";
|
|
6549
|
+
TableCellEventType: "table-cell-EventType";
|
|
6515
6550
|
TableCellFirstName: "table-cell-FirstName";
|
|
6516
6551
|
TableCellLanguageDisplayName: "table-cell-ContentLanguageDisplayName";
|
|
6552
|
+
TableCellLanguageDomain: "table-cell-Domain";
|
|
6553
|
+
TableCellLanguageDomainAliases: "table-cell-Aliases";
|
|
6554
|
+
TableCellLanguageDomainLanguage: "table-cell-LanguageDisplayName";
|
|
6517
6555
|
TableCellLastName: "table-cell-LastName";
|
|
6556
|
+
TableCellSource: "table-cell-Source";
|
|
6518
6557
|
TableCellTextInput: "table-cell-TextInput";
|
|
6558
|
+
TableCellUserName: "table-cell-UserName";
|
|
6519
6559
|
AdditionalActions: "additional-actions";
|
|
6520
6560
|
AiraAssistantMessage: "aira-assistant-message";
|
|
6521
6561
|
AiraAttachmentPreviewTile: "aira-attachment-preview-tile";
|
|
@@ -6533,14 +6573,18 @@ declare const testIds: {
|
|
|
6533
6573
|
DeliveryStatistics: "delivery-statistics";
|
|
6534
6574
|
DialogFooter: "dialog-footer";
|
|
6535
6575
|
EditPage: "edit-page";
|
|
6576
|
+
EmailBuilder: "email-builder";
|
|
6536
6577
|
EmailPanelContent: "email-panel-content";
|
|
6537
6578
|
EmailPreview: "email-preview";
|
|
6538
6579
|
EmptyListingMessagePane: "empty-listing-message-pane";
|
|
6539
6580
|
EngagementStatistics: "engagement-statistics";
|
|
6581
|
+
FormBuilder: "form-builder";
|
|
6540
6582
|
Header: "Header";
|
|
6541
6583
|
MassAssetUploadGrid: "mass-asset-upload-grid";
|
|
6542
6584
|
NotificationEmailPreview: "notification-email-preview";
|
|
6543
6585
|
NotificationEmailSubject: "notification-email-subject";
|
|
6586
|
+
PageBuilder: "page-builder";
|
|
6587
|
+
PagePreview: "page-preview";
|
|
6544
6588
|
PermissionMatrixRow: "permission-matrix-row";
|
|
6545
6589
|
PropertiesPage: "properties-page";
|
|
6546
6590
|
SelectedEmails: "selected-emails";
|
|
@@ -6576,15 +6620,21 @@ declare const testIds: {
|
|
|
6576
6620
|
AutoresponderEmailSource: "AutoresponderEmailSource";
|
|
6577
6621
|
EmailSendRadioOptions: "ImmediateSend";
|
|
6578
6622
|
FormVisibilityConditionType: "Visible";
|
|
6623
|
+
InheritSecuritySettings: "InheritSecuritySettings";
|
|
6579
6624
|
PromotionCustomerEligibility: "kxp_CustomerEligibility";
|
|
6580
6625
|
PromotionRedemptionMethod: "PromotionRedemptionMethod";
|
|
6626
|
+
PropagateSecurityFlag: "PropagateSecurityFlag";
|
|
6581
6627
|
PublishNow: "PublishNow";
|
|
6582
6628
|
SchedulePublish: "schedule-publish";
|
|
6583
6629
|
Source: "Source";
|
|
6584
6630
|
UnpublishNow: "UnpublishNow";
|
|
6631
|
+
WebsiteChannelLanguageRoutingMode: "WebsiteChannelLanguageRoutingMode";
|
|
6585
6632
|
NewLanguageVariantAction: "NewLanguageVariantAction";
|
|
6586
6633
|
};
|
|
6587
6634
|
RichTextEditors: {
|
|
6635
|
+
InsertLinkButton: "insertLinkDropDownButton";
|
|
6636
|
+
InsertLinkExternalOption: "insertLinkDropDownOption-external";
|
|
6637
|
+
InsertLinkWebPageOption: "insertLinkDropDownOption-webpage";
|
|
6588
6638
|
Default: "rich-text-editor";
|
|
6589
6639
|
};
|
|
6590
6640
|
SchemaBarItems: {
|
|
@@ -6618,6 +6668,8 @@ declare const testIds: {
|
|
|
6618
6668
|
PromotionCategories: "kxp_Categories";
|
|
6619
6669
|
PromotionProducts: "kxp_Products";
|
|
6620
6670
|
Role: "role";
|
|
6671
|
+
RolesThatCanWorkWithThisStep: "roles-that-can-work-with-this-step";
|
|
6672
|
+
RolesWithFullControl: "roles-with-full-control";
|
|
6621
6673
|
ScopeWebPage: "ScopeWebPage";
|
|
6622
6674
|
WorkflowStepIconClass: "ContentWorkflowStepIconClass";
|
|
6623
6675
|
Asset: "asset-selector";
|
|
@@ -7722,8 +7774,6 @@ export declare enum Zindex {
|
|
|
7722
7774
|
Hidden = "-1",
|
|
7723
7775
|
Visible = "0",
|
|
7724
7776
|
Elevated = "1",
|
|
7725
|
-
Rte = "10",
|
|
7726
|
-
RtePopup = "20",
|
|
7727
7777
|
StickyHeader = "100",
|
|
7728
7778
|
DropDown = "200",
|
|
7729
7779
|
Statusbar = "1000",
|