@kentico/xperience-admin-components 31.0.2 → 31.1.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 +8 -0
- package/dist/entry.js +144 -144
- package/package.json +27 -27
package/dist/entry.d.ts
CHANGED
|
@@ -5076,6 +5076,7 @@ declare const testIds: {
|
|
|
5076
5076
|
DeleteInListing: "button-Delete";
|
|
5077
5077
|
DeleteInTree: "delete-action";
|
|
5078
5078
|
DeleteMassAction: "Move to recycle bin-action";
|
|
5079
|
+
DeleteSchemaField: "xp-button";
|
|
5079
5080
|
EditRecipientListBasicData: "edit-recipient-list-basic-data-button";
|
|
5080
5081
|
EmailContentFieldsDropdown: "email-content-fields-dropdown-indicator";
|
|
5081
5082
|
EnableContentDelivery: "enablecontentdelivery-action";
|
|
@@ -5218,6 +5219,7 @@ declare const testIds: {
|
|
|
5218
5219
|
CodeName: "code-name-checkbox";
|
|
5219
5220
|
ExpectedValueCheckbox: "ExpectedValueCheckbox";
|
|
5220
5221
|
InheritSettings: "inherit-settings";
|
|
5222
|
+
Required: "RequiredCheckbox";
|
|
5221
5223
|
TableRow: "table-row-checkbox";
|
|
5222
5224
|
};
|
|
5223
5225
|
Containers: {
|
|
@@ -5319,6 +5321,7 @@ declare const testIds: {
|
|
|
5319
5321
|
CustomDescription: "CustomDescription";
|
|
5320
5322
|
DateFrom: "EventTime-date-from";
|
|
5321
5323
|
DateTo: "data-testid=\"EventTime-date-to";
|
|
5324
|
+
Description: "Description";
|
|
5322
5325
|
DisplayName: "DisplayName";
|
|
5323
5326
|
EmailChannelSenderDisplayName: "EmailChannelSenderDisplayName";
|
|
5324
5327
|
EmailChannelSenderEmailAddress: "EmailChannelSenderEmailAddress";
|
|
@@ -5339,6 +5342,7 @@ declare const testIds: {
|
|
|
5339
5342
|
FormattingCulture: "ContentLanguageCultureFormat";
|
|
5340
5343
|
FormCodeName: "FormCodename";
|
|
5341
5344
|
FormDisplayName: "FormDisplayName";
|
|
5345
|
+
FormVisibilityConditionValue: "kxp_visibility_value";
|
|
5342
5346
|
HeadlessChannelPreviewUrl: "HeadlessChannelPreviewUrl";
|
|
5343
5347
|
Kpi: "Kpi";
|
|
5344
5348
|
LanguageCodeName: "ContentLanguageName";
|
|
@@ -5490,6 +5494,7 @@ declare const testIds: {
|
|
|
5490
5494
|
RadioGroups: {
|
|
5491
5495
|
AutoresponderEmailSource: "AutoresponderEmailSource";
|
|
5492
5496
|
EmailSendRadioOptions: "ImmediateSend";
|
|
5497
|
+
FormVisibilityConditionType: "Visible";
|
|
5493
5498
|
PromotionCustomerEligibility: "kxp_CustomerEligibility";
|
|
5494
5499
|
PublishNow: "PublishNow";
|
|
5495
5500
|
SchedulePublish: "schedule-publish";
|
|
@@ -5520,6 +5525,7 @@ declare const testIds: {
|
|
|
5520
5525
|
EmailSendTo: "send-to";
|
|
5521
5526
|
EmailTemplateProperties: "email-template";
|
|
5522
5527
|
OrderStatusCustomerNotificationEmailConfiguration: "OrderStatusCustomerNotificationEmailConfiguration";
|
|
5528
|
+
PreferredLanguage: "UserPreferredLanguage";
|
|
5523
5529
|
PrimaryLanguage: "primary-language";
|
|
5524
5530
|
ProductCategories: "kxp_ProductCategories";
|
|
5525
5531
|
PromotionCategories: "kxp_Categories";
|
|
@@ -5556,6 +5562,8 @@ declare const testIds: {
|
|
|
5556
5562
|
Form: "select-a-form";
|
|
5557
5563
|
FormComponent: "FormComponent";
|
|
5558
5564
|
Forms: "forms";
|
|
5565
|
+
FormVisibilityConditionSelection: "Condition";
|
|
5566
|
+
FormVisibilityConditionTargetSelection: "TargetFieldGuid";
|
|
5559
5567
|
MoveToWorkflowStep: "MoveToWorkflowStep";
|
|
5560
5568
|
NotificationEmailEventType: "NotificationEmailEventType";
|
|
5561
5569
|
NotificationTemplate: "notification-template";
|