@kentico/xperience-admin-components 31.6.3 → 31.7.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 +16 -0
- package/dist/entry.js +11 -11
- package/package.json +6 -6
package/dist/entry.d.ts
CHANGED
|
@@ -2381,6 +2381,8 @@ export declare const KXIcons: {
|
|
|
2381
2381
|
'xp-collapse-scheme': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2382
2382
|
'xp-collapse': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2383
2383
|
'xp-compass': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2384
|
+
'xp-condition-builder': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2385
|
+
'xp-condition-custom': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2384
2386
|
'xp-convert': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2385
2387
|
'xp-cookie': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2386
2388
|
'xp-crop': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2836,6 +2838,8 @@ export declare const KXIconSets: {
|
|
|
2836
2838
|
'xp-collapse-scheme': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2837
2839
|
'xp-collapse': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2838
2840
|
'xp-compass': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2841
|
+
'xp-condition-builder': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2842
|
+
'xp-condition-custom': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2839
2843
|
'xp-convert': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2840
2844
|
'xp-cookie': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2841
2845
|
'xp-crop': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -5296,6 +5300,8 @@ declare const testIds: {
|
|
|
5296
5300
|
TableRow: "table-row-checkbox";
|
|
5297
5301
|
};
|
|
5298
5302
|
Containers: {
|
|
5303
|
+
EnglishConsentTexts: "English";
|
|
5304
|
+
SpanishConsentTexts: "Spanish";
|
|
5299
5305
|
PermissionSet: "permission-set";
|
|
5300
5306
|
};
|
|
5301
5307
|
ContentItemTiles: {
|
|
@@ -5402,6 +5408,8 @@ declare const testIds: {
|
|
|
5402
5408
|
CampaignEndTime: "CampaignEndWhen";
|
|
5403
5409
|
CampaignStartTime: "CampaignStartWhen";
|
|
5404
5410
|
ChannelDisplayName: "ChannelDisplayName";
|
|
5411
|
+
ConsentDisplayName: "ConsentDisplayName";
|
|
5412
|
+
ContactCompanyName: "CompanyName";
|
|
5405
5413
|
ContactGroupDescription: "ContactGroupDescription";
|
|
5406
5414
|
ContactGroupDisplayName: "ContactGroupDisplayName";
|
|
5407
5415
|
Content: "Content";
|
|
@@ -5423,6 +5431,8 @@ declare const testIds: {
|
|
|
5423
5431
|
EmailTemplateDescription: "EmailTemplateDescription";
|
|
5424
5432
|
EmailTemplateDisplayName: "EmailTemplateDisplayName";
|
|
5425
5433
|
EmailTemplateSourceCode: "EmailTemplateCode";
|
|
5434
|
+
EnglishConsentFullText: "FullTexten";
|
|
5435
|
+
EnglishConsentShortText: "ShortTexten";
|
|
5426
5436
|
EventCode: "EventCode";
|
|
5427
5437
|
EventItemCount: "EventItemCount";
|
|
5428
5438
|
EventTime: "EventTime";
|
|
@@ -5433,6 +5443,7 @@ declare const testIds: {
|
|
|
5433
5443
|
FormCodeName: "FormCodename";
|
|
5434
5444
|
FormDisplayName: "FormDisplayName";
|
|
5435
5445
|
FormVisibilityConditionValue: "kxp_visibility_value";
|
|
5446
|
+
FullText: "FullText";
|
|
5436
5447
|
HeadlessChannelPreviewUrl: "HeadlessChannelPreviewUrl";
|
|
5437
5448
|
IdentityResolutionDisplayName: "IdentityResolutionDisplayName";
|
|
5438
5449
|
Kpi: "Kpi";
|
|
@@ -5470,8 +5481,11 @@ declare const testIds: {
|
|
|
5470
5481
|
ShippingMethodDescription: "ShippingMethodDescription";
|
|
5471
5482
|
ShippingMethodDisplayName: "ShippingMethodDisplayName";
|
|
5472
5483
|
ShippingMethodPrice: "ShippingMethodPrice";
|
|
5484
|
+
ShortText: "ShortText";
|
|
5473
5485
|
Size: "Size";
|
|
5474
5486
|
Source: "Source";
|
|
5487
|
+
SpanishConsentFullText: "FullTextes";
|
|
5488
|
+
SpanishConsentShortText: "ShortTextes";
|
|
5475
5489
|
StepDisplayName: "StepDisplayName";
|
|
5476
5490
|
TargetAudience: "TargetAudience";
|
|
5477
5491
|
TaxonomyDescription: "TaxonomyDescription";
|
|
@@ -5626,6 +5640,7 @@ declare const testIds: {
|
|
|
5626
5640
|
AllowedContentTypes: "allowed-content-types";
|
|
5627
5641
|
AllowedContentTypesInTheScope: "allowed-content-types-in-the-scope";
|
|
5628
5642
|
AutoresponderSelectedEmail: "AutoresponderSelectedEmail";
|
|
5643
|
+
Consent: "ConsentCodeName";
|
|
5629
5644
|
ContentLanguage: "content-language";
|
|
5630
5645
|
ContentType: "content-type";
|
|
5631
5646
|
ContentTypeForMassUploadedItems: "content-type-for-mass-uploaded-items";
|
|
@@ -5689,6 +5704,7 @@ declare const testIds: {
|
|
|
5689
5704
|
Type: "type";
|
|
5690
5705
|
UploadFieldName: "UploadFieldName";
|
|
5691
5706
|
UserName_V2: "user-name";
|
|
5707
|
+
WatchedField: "WatchedField";
|
|
5692
5708
|
WorkflowRecurrenceType: "WorkflowRecurrenceType";
|
|
5693
5709
|
ApplicationItem: "application-item-selector";
|
|
5694
5710
|
Countries: "select-countries";
|