@kentico/xperience-admin-components 31.3.3 → 31.4.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 CHANGED
@@ -289,6 +289,8 @@ export declare const BarItemDraggable: React_2.ForwardRefExoticComponent<BarItem
289
289
  export declare interface BarItemDraggableProps extends BarItemProps {
290
290
  readonly draggableId: string;
291
291
  readonly index: number;
292
+ readonly draggableButtonDisabled?: boolean;
293
+ readonly draggableButtonTitle?: string;
292
294
  }
293
295
 
294
296
  export declare const BarItemGroup: {
@@ -2394,6 +2396,7 @@ export declare const KXIcons: {
2394
2396
  'xp-doc-arrows': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2395
2397
  'xp-doc-ban-sign': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2396
2398
  'xp-doc-copy': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2399
+ 'xp-doc-copy-markdown': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2397
2400
  'xp-doc-inverted': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2398
2401
  'xp-doc-move': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2399
2402
  'xp-doc-paste': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
@@ -2616,6 +2619,7 @@ export declare const KXIcons: {
2616
2619
  'xp-scheme-path-circles-flipped': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2617
2620
  'xp-scheme-path-circles': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2618
2621
  'xp-scissors': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2622
+ 'xp-segment': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2619
2623
  'xp-separate': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2620
2624
  'xp-share-apple': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2621
2625
  'xp-share-google': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
@@ -2847,6 +2851,7 @@ export declare const KXIconSets: {
2847
2851
  'xp-doc-arrows': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2848
2852
  'xp-doc-ban-sign': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2849
2853
  'xp-doc-copy': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2854
+ 'xp-doc-copy-markdown': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2850
2855
  'xp-doc-inverted': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2851
2856
  'xp-doc-move': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
2852
2857
  'xp-doc-paste': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
@@ -3069,6 +3074,7 @@ export declare const KXIconSets: {
3069
3074
  'xp-scheme-path-circles-flipped': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
3070
3075
  'xp-scheme-path-circles': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
3071
3076
  'xp-scissors': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
3077
+ 'xp-segment': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
3072
3078
  'xp-separate': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
3073
3079
  'xp-share-apple': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
3074
3080
  'xp-share-google': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
@@ -4087,7 +4093,7 @@ export declare interface SelectorItemInfoTableCellComponentProps {
4087
4093
  }
4088
4094
 
4089
4095
  export declare interface SelectProps extends Omit<InputProps, 'type' | 'actionElement' | 'onChange'>, Pick<DropDownActionMenuProps, 'maxContentHeight'> {
4090
- readonly onChange: (value?: string) => void;
4096
+ readonly onChange?: (value?: string) => void;
4091
4097
  readonly children: React.ReactNode;
4092
4098
  readonly clearable?: boolean;
4093
4099
  readonly clearButtonTooltip?: string;
@@ -5088,6 +5094,7 @@ declare const testIds: {
5088
5094
  ContentItemActionMenuItemClone: "content-item-action-menu-item-clone";
5089
5095
  ContentItemActionMenuItemDelete: "content-item-action-menu-item-delete";
5090
5096
  ContentItemActionMenuItemReschedule: "content-item-action-menu-item-reschedule";
5097
+ ContentItemActionMenuItemRunSeoGeoAnalysis: "content-item-action-menu-item-runseogeoanalysis";
5091
5098
  ContentItemActionMenuItemUnpublish: "content-item-action-menu-item-unpublish";
5092
5099
  ContentItemActionPublish: "content-item-action-button-publish";
5093
5100
  ContentItemActionRevertToPublished: "content-item-action-menu-item-discard";
@@ -5106,6 +5113,7 @@ declare const testIds: {
5106
5113
  CreateNewStage: "create-new-stage-button";
5107
5114
  DeleteContentItem: "button-Move to recycle bin";
5108
5115
  DeleteFolder: "deletefolder-action";
5116
+ DeleteIdentityResolution: "DeleteIdentityResolution";
5109
5117
  DeleteInListing: "button-Delete";
5110
5118
  DeleteInTree: "delete-action";
5111
5119
  DeleteMassAction: "Move to recycle bin-action";
@@ -5117,6 +5125,7 @@ declare const testIds: {
5117
5125
  GenerateChannels: "generate-channels-button";
5118
5126
  GenerateContent: "generate-content-button";
5119
5127
  GenerateWebsiteChannelData: "generate-website-channel-data-button";
5128
+ GetEmptyIdentityResolutionForm: "GetEmptyIdentityResolutionForm";
5120
5129
  InsertDynamicText: "insertDynamicTextButton";
5121
5130
  MoveFolder: "movefolder-action";
5122
5131
  NestedActionMenuItemMassUpload: "nested-action-menu-item-mass-upload";
@@ -5128,6 +5137,7 @@ declare const testIds: {
5128
5137
  Restore: "button-Restore";
5129
5138
  Save: "button-save";
5130
5139
  TranslateUsingAira: "Translate using AIRA-action";
5140
+ UpdateIdentityResolutionOrder: "UpdateIdentityResolutionOrder";
5131
5141
  WebsiteChannel: "website-channel";
5132
5142
  Default: "button";
5133
5143
  ActionMenu: "button-action-menu";
@@ -5140,6 +5150,8 @@ declare const testIds: {
5140
5150
  Adjust: "adjust-button";
5141
5151
  Aira: "AiraButton";
5142
5152
  AiraClose: "aira-close-button";
5153
+ AiraCopyFormattedMessage: "aira-copy-formatted-message-button";
5154
+ AiraCopyMarkdownMessage: "aira-copy-markdown-message-button";
5143
5155
  AiraFlap: "aira-flap-button";
5144
5156
  AiraNewConversation: "aira-new-conversation-button";
5145
5157
  AllContentItemsButton: "all-content-items-button";
@@ -5183,6 +5195,7 @@ declare const testIds: {
5183
5195
  ExpandSplit: "expand-split-button";
5184
5196
  Filter: "filter-button";
5185
5197
  ForgottenPassword: "forgottenPassword";
5198
+ GenerateCampaignReport: "generate-campaign-report-button";
5186
5199
  GoToDashboard: "button-goToDashboard";
5187
5200
  GoToSignIn: "button-goToSignIn";
5188
5201
  InsertDoubleOptInLink: "insertDoubleOptInLinkButton";
@@ -5367,9 +5380,12 @@ declare const testIds: {
5367
5380
  BackupText: "BackupText";
5368
5381
  Body: "BodyField";
5369
5382
  CallToActionDescription: "CallToActionDescription";
5383
+ CampaignEndTime: "CampaignEndWhen";
5384
+ CampaignStartTime: "CampaignStartWhen";
5370
5385
  ChannelDisplayName: "ChannelDisplayName";
5371
5386
  ContactGroupDescription: "ContactGroupDescription";
5372
5387
  ContactGroupDisplayName: "ContactGroupDisplayName";
5388
+ Content: "Content";
5373
5389
  ContentTypeName: "ClassDisplayName";
5374
5390
  CustomDescription: "CustomDescription";
5375
5391
  CustomInstructions: "CustomInstructions";
@@ -5398,6 +5414,7 @@ declare const testIds: {
5398
5414
  FormDisplayName: "FormDisplayName";
5399
5415
  FormVisibilityConditionValue: "kxp_visibility_value";
5400
5416
  HeadlessChannelPreviewUrl: "HeadlessChannelPreviewUrl";
5417
+ IdentityResolutionDisplayName: "IdentityResolutionDisplayName";
5401
5418
  Kpi: "Kpi";
5402
5419
  LanguageCodeName: "ContentLanguageName";
5403
5420
  LanguageDisplayName: "ContentLanguageDisplayName";
@@ -5493,6 +5510,9 @@ declare const testIds: {
5493
5510
  EditableAreaGeneral: "editable-area-general";
5494
5511
  GeneralSettings: "General settings";
5495
5512
  TableCellAutomation: "table-cell-Automation";
5513
+ TableCellCampaignEndTime: "table-cell-CampaignEndWhen";
5514
+ TableCellCampaignStartTime: "table-cell-CampaignStartWhen";
5515
+ TableCellContentItemLanguageMetadataModifiedWhen: "table-cell-ContentItemLanguageMetadataModifiedWhen";
5496
5516
  TableCellConverted: "table-cell-Converted";
5497
5517
  TableCellDroppedOff: "table-cell-Dropped off";
5498
5518
  TableCellFirstName: "table-cell-FirstName";
@@ -5629,6 +5649,7 @@ declare const testIds: {
5629
5649
  Forms: "forms";
5630
5650
  FormVisibilityConditionSelection: "Condition";
5631
5651
  FormVisibilityConditionTargetSelection: "TargetFieldGuid";
5652
+ IdentityResolutionValueMutability: "IdentityResolutionValueMutability";
5632
5653
  MoveToWorkflowStep: "MoveToWorkflowStep";
5633
5654
  NotificationEmailEventType: "NotificationEmailEventType";
5634
5655
  NotificationTemplate: "notification-template";
@@ -5638,6 +5659,7 @@ declare const testIds: {
5638
5659
  RecipientAttribute: "RecipientAttribute";
5639
5660
  Recipients: "recipients";
5640
5661
  SelectedEmailName: "table-cell-EmailInfo";
5662
+ SourceClass: "source-class";
5641
5663
  Type: "type";
5642
5664
  UploadFieldName: "UploadFieldName";
5643
5665
  UserName_V2: "user-name";