@kentico/xperience-admin-components 30.8.3 → 30.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 +8 -1
- package/dist/entry.js +116 -116
- package/package.json +14 -14
package/dist/entry.d.ts
CHANGED
|
@@ -3372,6 +3372,7 @@ export declare interface Message {
|
|
|
3372
3372
|
readonly onClose?: (id: string | number) => void;
|
|
3373
3373
|
readonly variant: SnackbarItemVariant;
|
|
3374
3374
|
readonly messageAsHtml?: boolean;
|
|
3375
|
+
readonly autoHide?: boolean;
|
|
3375
3376
|
}
|
|
3376
3377
|
|
|
3377
3378
|
/**
|
|
@@ -5029,6 +5030,7 @@ declare const testIds: {
|
|
|
5029
5030
|
InvalidStateValidation: "invalid-state-validation";
|
|
5030
5031
|
NoStatisticsData: "no-statistics-data";
|
|
5031
5032
|
TemplateLoaderErrorPane: "templateLoaderErrorPane";
|
|
5033
|
+
TranslateUsingAiraWarningMessage: "TranslateUsingAiraWarningMessage";
|
|
5032
5034
|
};
|
|
5033
5035
|
Cards: {
|
|
5034
5036
|
Register: "register-card";
|
|
@@ -5043,6 +5045,7 @@ declare const testIds: {
|
|
|
5043
5045
|
OrderStatusCustomerNotificationEnabledCheckbox: "OrderStatusCustomerNotificationEnabledCheckbox";
|
|
5044
5046
|
OrderStatusInternalNotificationEnabledCheckbox: "OrderStatusInternalNotificationEnabledCheckbox";
|
|
5045
5047
|
ProvideAdditionalParametersCheckbox: "ProvideAdditionalParametersCheckbox";
|
|
5048
|
+
UserEnabled: "UserEnabledCheckbox";
|
|
5046
5049
|
VisibleCheckbox: "VisibleCheckbox";
|
|
5047
5050
|
CodeName: "code-name-checkbox";
|
|
5048
5051
|
InheritSettings: "inherit-settings";
|
|
@@ -5078,11 +5081,11 @@ declare const testIds: {
|
|
|
5078
5081
|
};
|
|
5079
5082
|
DropDownActionMenus: {
|
|
5080
5083
|
Default: "action-menu";
|
|
5084
|
+
CommonSelector: "CommonSelectorDropdownActionMenu";
|
|
5081
5085
|
ContentItemActions: "content-item-menu-actions-menu";
|
|
5082
5086
|
ContentItemDropdownActions: "content-item-menu-dropdown-actions-menu";
|
|
5083
5087
|
OnClick: "dropdown";
|
|
5084
5088
|
TreeItem: "tree-item-menu";
|
|
5085
|
-
WorkspaceSelector: "WorkspaceSelectorDropdownActionMenu";
|
|
5086
5089
|
};
|
|
5087
5090
|
FilterStatusIndicators: {
|
|
5088
5091
|
Default: "filter-status-indicator";
|
|
@@ -5208,6 +5211,7 @@ declare const testIds: {
|
|
|
5208
5211
|
CodeNameNamespace: "code-name-namespace";
|
|
5209
5212
|
ConditionSearch: "condition-search";
|
|
5210
5213
|
CurrentUrl: "CurrentUrl";
|
|
5214
|
+
DisplayNamePlaceholder: "DisplayNamePlaceholder";
|
|
5211
5215
|
EditPageName: "edit-page-name-input";
|
|
5212
5216
|
Email: "Email";
|
|
5213
5217
|
FieldName: "field-name";
|
|
@@ -5294,6 +5298,7 @@ declare const testIds: {
|
|
|
5294
5298
|
SchedulePublish: "schedule-publish";
|
|
5295
5299
|
Source: "Source";
|
|
5296
5300
|
UnpublishNow: "UnpublishNow";
|
|
5301
|
+
NewLanguageVariantAction: "NewLanguageVariantAction";
|
|
5297
5302
|
};
|
|
5298
5303
|
RichTextEditors: {
|
|
5299
5304
|
Default: "rich-text-editor";
|
|
@@ -5328,6 +5333,7 @@ declare const testIds: {
|
|
|
5328
5333
|
FileInputUpload: "file-input-upload";
|
|
5329
5334
|
IconValue: "icon-value";
|
|
5330
5335
|
PermissionItem: "permission-item-selector";
|
|
5336
|
+
SourceLanguage: "source-language";
|
|
5331
5337
|
TagSelectedWebPage: "tag-selected-webpage";
|
|
5332
5338
|
Workspace: "WorkspaceSelector";
|
|
5333
5339
|
};
|
|
@@ -5345,6 +5351,7 @@ declare const testIds: {
|
|
|
5345
5351
|
EmailTemplate: "EmailTemplate";
|
|
5346
5352
|
Form: "select-a-form";
|
|
5347
5353
|
FormComponent: "FormComponent";
|
|
5354
|
+
Forms: "forms";
|
|
5348
5355
|
MoveToWorkflowStep: "MoveToWorkflowStep";
|
|
5349
5356
|
NotificationEmailEventType: "NotificationEmailEventType";
|
|
5350
5357
|
NotificationTemplate: "notification-template";
|