@kentico/xperience-admin-components 30.7.0 → 30.8.1

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
@@ -3800,6 +3800,10 @@ export declare interface RichTextEditorProps extends UITestProps {
3800
3800
  * Label actions element.
3801
3801
  */
3802
3802
  readonly labelActionsElement?: React.ReactNode;
3803
+ /**
3804
+ * Language identifier (e.g., 'en-US') used for localizing UI elements such as tooltips, labels, and messages in the editor.
3805
+ */
3806
+ readonly language?: UICultureCode;
3803
3807
  }
3804
3808
 
3805
3809
  /**
@@ -4970,7 +4974,8 @@ declare const testIds: {
4970
4974
  DeleteConditionButton: "delete-condition-button";
4971
4975
  DialogFooterAction: "dialog-footer-action";
4972
4976
  Draggable: "draggable-button";
4973
- Edit: "button-edit";
4977
+ Edit_V1: "button-edit";
4978
+ Edit_V2: "button-Edit";
4974
4979
  EditableHeader: "editable-header-button";
4975
4980
  EditContentItem: "edit-content-item-button";
4976
4981
  EnableDisableProcess: "enable-disable-process-button";
@@ -5013,6 +5018,7 @@ declare const testIds: {
5013
5018
  TreeItemExpand: "tree-item-expand";
5014
5019
  TreeItemMenu: "tree-item-menu-button";
5015
5020
  Unassign: "button-unassign";
5021
+ WebPageUrlCanonical: "web-page-url-canonical-button";
5016
5022
  WindowClose: "window-close";
5017
5023
  WindowMinimize: "window-minimize";
5018
5024
  WindowShow: "window-show";
@@ -5034,6 +5040,7 @@ declare const testIds: {
5034
5040
  ApplyForSubItemsCheckbox: "ApplyForSubItemsCheckbox";
5035
5041
  GenerateWebsiteChannel: "GenerateWebsiteChannelCheckbox";
5036
5042
  IsContentDeliveryEnabledCheckbox: "IsContentDeliveryEnabledCheckbox";
5043
+ OrderStatusCustomerNotificationEnabledCheckbox: "OrderStatusCustomerNotificationEnabledCheckbox";
5037
5044
  OrderStatusInternalNotificationEnabledCheckbox: "OrderStatusInternalNotificationEnabledCheckbox";
5038
5045
  ProvideAdditionalParametersCheckbox: "ProvideAdditionalParametersCheckbox";
5039
5046
  VisibleCheckbox: "VisibleCheckbox";
@@ -5067,6 +5074,7 @@ declare const testIds: {
5067
5074
  RenameFolder: "rename-folder-dialog";
5068
5075
  RenameSmartFolder: "rename-smart-folder-dialog";
5069
5076
  SaveSmartFolder: "save-smart-folder-dialog";
5077
+ WebPageUrlEdit: "web-page-url-edit-dialog";
5070
5078
  };
5071
5079
  DropDownActionMenus: {
5072
5080
  Default: "action-menu";
@@ -5199,10 +5207,12 @@ declare const testIds: {
5199
5207
  CodeName: "code-name";
5200
5208
  CodeNameNamespace: "code-name-namespace";
5201
5209
  ConditionSearch: "condition-search";
5210
+ CurrentUrl: "CurrentUrl";
5202
5211
  EditPageName: "edit-page-name-input";
5203
5212
  Email: "Email";
5204
5213
  FieldName: "field-name";
5205
5214
  FolderDisplayName: "FolderDisplayName";
5215
+ NewUrl: "NewUrl";
5206
5216
  Passcode: "passcode";
5207
5217
  Search: "search-input";
5208
5218
  SettingsSearch: "settings-search-input";
@@ -5212,6 +5222,7 @@ declare const testIds: {
5212
5222
  StandardMediaDimensionWidth: "standard-media-dimension-width";
5213
5223
  Text: "Text";
5214
5224
  Url: "url-input-field";
5225
+ UrlSlug: "UrlSlug";
5215
5226
  UserName_V1: "userName";
5216
5227
  };
5217
5228
  LabelsWithTooltip: {
@@ -5305,6 +5316,7 @@ declare const testIds: {
5305
5316
  EmailSender: "sender";
5306
5317
  EmailSendTo: "send-to";
5307
5318
  EmailTemplateProperties: "email-template";
5319
+ OrderStatusCustomerNotificationEmailConfiguration: "OrderStatusCustomerNotificationEmailConfiguration";
5308
5320
  PrimaryLanguage: "primary-language";
5309
5321
  Role: "role";
5310
5322
  ScopeWebPage: "ScopeWebPage";
@@ -5338,6 +5350,7 @@ declare const testIds: {
5338
5350
  NotificationTemplate: "notification-template";
5339
5351
  RecipientAttribute: "RecipientAttribute";
5340
5352
  Recipients: "recipients";
5353
+ SelectedEmailName: "table-cell-EmailInfo";
5341
5354
  Type: "type";
5342
5355
  UploadFieldName: "UploadFieldName";
5343
5356
  UserName_V2: "user-name";
@@ -5383,6 +5396,7 @@ declare const testIds: {
5383
5396
  ContentSynchronization: "content-synchronization-table";
5384
5397
  Publish: "publish-table";
5385
5398
  Row: "table-row";
5399
+ WebPageUrls: "web-page-urls-list-table";
5386
5400
  };
5387
5401
  Tags: {
5388
5402
  Default: "tag";
@@ -5932,6 +5946,13 @@ export declare interface TreeViewProps extends BaseTreeViewProps {
5932
5946
  readonly selectedIdentifier?: TreeNodeId;
5933
5947
  }
5934
5948
 
5949
+ /**
5950
+ * Represents a culture code used for localization in the UI.
5951
+ */
5952
+ export declare type UICultureCode = string & {
5953
+ readonly __type: 'UICultureCode';
5954
+ };
5955
+
5935
5956
  export declare interface UITestProps {
5936
5957
  /**
5937
5958
  * Test id data attribute.