@kentico/xperience-admin-components 31.5.3 → 31.6.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 +22 -5
- package/dist/entry.js +50 -48
- package/package.json +31 -31
package/dist/entry.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { ForwardRefExoticComponent } from 'react';
|
|
|
9
9
|
import { default as FroalaEditor } from 'froala-editor';
|
|
10
10
|
import { FroalaOptions } from 'froala-editor';
|
|
11
11
|
import { HTMLAttributeAnchorTarget } from 'react';
|
|
12
|
-
import { JSX as JSX_2 } from 'react
|
|
12
|
+
import { JSX as JSX_2 } from 'react';
|
|
13
13
|
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
|
14
14
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
15
15
|
import { MouseEventHandler } from 'react';
|
|
@@ -319,6 +319,7 @@ export declare interface BarItemProps extends UITestProps {
|
|
|
319
319
|
readonly dragElement?: React.ReactNode;
|
|
320
320
|
readonly leadingButtons?: LeadingButtonProps[];
|
|
321
321
|
readonly expanded?: boolean;
|
|
322
|
+
readonly expandable?: boolean;
|
|
322
323
|
readonly isDragging?: boolean;
|
|
323
324
|
readonly onHeaderClick?: () => void;
|
|
324
325
|
readonly children?: React.ReactNode;
|
|
@@ -1725,7 +1726,7 @@ export declare interface FileDropOverlayProps extends Omit<DropzoneOverlayProps,
|
|
|
1725
1726
|
* The component wraps HTML file input and allows to open file selection dialog and handle uploaded files programmatically. The inner file input is hidden by CSS.
|
|
1726
1727
|
*/
|
|
1727
1728
|
export declare const FileInput: {
|
|
1728
|
-
({ isOpen, accept, allowMultiple, dataTestId, onFileChange, onClose }: FileInputProps):
|
|
1729
|
+
({ isOpen, accept, allowMultiple, dataTestId, onFileChange, onClose }: FileInputProps): React_2.JSX.Element;
|
|
1729
1730
|
displayName: string;
|
|
1730
1731
|
};
|
|
1731
1732
|
|
|
@@ -4341,6 +4342,11 @@ export declare interface SidePanelProps extends UITestProps {
|
|
|
4341
4342
|
* By default false.
|
|
4342
4343
|
*/
|
|
4343
4344
|
readonly isMaximizable?: boolean;
|
|
4345
|
+
/**
|
|
4346
|
+
* Indicates whether the side panel is maximized when initially displayed.
|
|
4347
|
+
* By default false.
|
|
4348
|
+
*/
|
|
4349
|
+
readonly isMaximized?: boolean;
|
|
4344
4350
|
/**
|
|
4345
4351
|
* Indicates if the side-panel has close button in panels`s header.
|
|
4346
4352
|
* By default true.
|
|
@@ -4523,7 +4529,7 @@ export declare interface SpinnerProps extends Omit<IconProps, 'name'> {
|
|
|
4523
4529
|
}
|
|
4524
4530
|
|
|
4525
4531
|
export declare const SplitButton: {
|
|
4526
|
-
({ size, color, disabledState, inProgress, icon, open, onToggle, children, href, target, onClick, title, ...props }: SplitButtonProps):
|
|
4532
|
+
({ size, color, disabledState, inProgress, icon, open, onToggle, children, href, target, onClick, title, ...props }: SplitButtonProps): React_2.JSX.Element;
|
|
4527
4533
|
displayName: string;
|
|
4528
4534
|
};
|
|
4529
4535
|
|
|
@@ -4896,7 +4902,7 @@ export declare interface TableRow {
|
|
|
4896
4902
|
}
|
|
4897
4903
|
|
|
4898
4904
|
export declare const TableRowComponent: {
|
|
4899
|
-
({ cells, columns, disabled, selectable, selected, level, skeleton, selectLabel, maxVisibleRowActions, inactiveMessage, dataTestId, onRowSelect: onSelect, onRowClick, href, isInvalid, dragElement, gridLayout }: TableRowProps):
|
|
4905
|
+
({ cells, columns, disabled, selectable, selected, level, skeleton, selectLabel, maxVisibleRowActions, inactiveMessage, dataTestId, onRowSelect: onSelect, onRowClick, href, isInvalid, dragElement, gridLayout }: TableRowProps): React_2.JSX.Element;
|
|
4900
4906
|
displayName: string;
|
|
4901
4907
|
};
|
|
4902
4908
|
|
|
@@ -5092,6 +5098,7 @@ declare const testIds: {
|
|
|
5092
5098
|
ContentItemActionContinue: "content-item-action-button-continue";
|
|
5093
5099
|
ContentItemActionCreate: "content-item-action-button-create";
|
|
5094
5100
|
ContentItemActionDiscard: "content-item-action-button-discard";
|
|
5101
|
+
ContentItemActionLock: "content-item-action-button-lock";
|
|
5095
5102
|
ContentItemActionMenuItemClone: "content-item-action-menu-item-clone";
|
|
5096
5103
|
ContentItemActionMenuItemDelete: "content-item-action-menu-item-delete";
|
|
5097
5104
|
ContentItemActionMenuItemReschedule: "content-item-action-menu-item-reschedule";
|
|
@@ -5263,8 +5270,11 @@ declare const testIds: {
|
|
|
5263
5270
|
Funnel: "funnel-chart";
|
|
5264
5271
|
};
|
|
5265
5272
|
Checkboxes: {
|
|
5273
|
+
ActivityTypeEnabled: "ActivityTypeEnabled";
|
|
5266
5274
|
ApplyForSubItemsCheckbox: "ApplyForSubItemsCheckbox";
|
|
5267
5275
|
ContactGroupScheduledRecalculation: "ContactGroupIsAutomaticallyRebuiltCheckbox";
|
|
5276
|
+
ContactOverwriteEnabled: "ContactOverwriteEnabled";
|
|
5277
|
+
EnableContentLocking: "CMSEnableContentLocking";
|
|
5268
5278
|
EnabledCheckBox: "EnabledCheckbox";
|
|
5269
5279
|
GenerateWebsiteChannel: "GenerateWebsiteChannelCheckbox";
|
|
5270
5280
|
IsContentDeliveryEnabledCheckbox: "IsContentDeliveryEnabledCheckbox";
|
|
@@ -5367,6 +5377,7 @@ declare const testIds: {
|
|
|
5367
5377
|
XpTruckMoving: "xp-truck-moving";
|
|
5368
5378
|
ItemLeadingIcon: "tree-item-leading-icon";
|
|
5369
5379
|
SmartFolder: "smart-folder-label";
|
|
5380
|
+
XpSpinner: "xp-spinner";
|
|
5370
5381
|
};
|
|
5371
5382
|
InfoCards: {
|
|
5372
5383
|
ContactDescriptiveName: "ContactDescriptiveName";
|
|
@@ -5380,6 +5391,8 @@ declare const testIds: {
|
|
|
5380
5391
|
LatestAutomationProcessItem: "latest-automation-process-item";
|
|
5381
5392
|
};
|
|
5382
5393
|
Inputs: {
|
|
5394
|
+
ActivityTypeDescription: "ActivityTypeDescription";
|
|
5395
|
+
ActivityTypeDisplayName: "ActivityTypeDisplayName";
|
|
5383
5396
|
AfterSubmitDisplayText: "AfterSubmitDisplayText";
|
|
5384
5397
|
AfterTime: "AfterTime";
|
|
5385
5398
|
AssetCount: "AssetCount";
|
|
@@ -5399,6 +5412,7 @@ declare const testIds: {
|
|
|
5399
5412
|
DateTo: "data-testid=\"EventTime-date-to";
|
|
5400
5413
|
Description: "Description";
|
|
5401
5414
|
DisplayName: "DisplayName";
|
|
5415
|
+
EmailAddress: "EmailAddress";
|
|
5402
5416
|
EmailChannelSenderDisplayName: "EmailChannelSenderDisplayName";
|
|
5403
5417
|
EmailChannelSenderEmailAddress: "EmailChannelSenderEmailAddress";
|
|
5404
5418
|
EmailName: "EmailName";
|
|
@@ -5518,6 +5532,8 @@ declare const testIds: {
|
|
|
5518
5532
|
ContactGroupRecipientListThankYouPage: "ContactGroupRecipientListThankYouPage";
|
|
5519
5533
|
EditableAreaGeneral: "editable-area-general";
|
|
5520
5534
|
GeneralSettings: "General settings";
|
|
5535
|
+
TableCellActivityEnabled: "table-cell-ActivityTypeEnabled";
|
|
5536
|
+
TableCellActivityTypeIsCustom: "table-cell-ActivityTypeIsCustom";
|
|
5521
5537
|
TableCellAutomation: "table-cell-Automation";
|
|
5522
5538
|
TableCellCampaignEndTime: "table-cell-CampaignEndWhen";
|
|
5523
5539
|
TableCellCampaignStartTime: "table-cell-CampaignStartWhen";
|
|
@@ -5712,6 +5728,7 @@ declare const testIds: {
|
|
|
5712
5728
|
SimpleStatuses: {
|
|
5713
5729
|
Default: "status-card";
|
|
5714
5730
|
MainVersion: "simple-main-version-status";
|
|
5731
|
+
SecondaryVersionStatusClock: "simple-secondary-version-status-xp-clock";
|
|
5715
5732
|
SecondaryVersionStatusDiamond: "simple-secondary-version-status-xp-diamond";
|
|
5716
5733
|
};
|
|
5717
5734
|
Snackbars: {
|
|
@@ -5879,7 +5896,7 @@ export declare interface ThemeProps {
|
|
|
5879
5896
|
}
|
|
5880
5897
|
|
|
5881
5898
|
export declare const ThemeProvider: {
|
|
5882
|
-
({ children, customThemes, defaultTheme }: ThemeProps):
|
|
5899
|
+
({ children, customThemes, defaultTheme }: ThemeProps): React_2.JSX.Element;
|
|
5883
5900
|
displayName: string;
|
|
5884
5901
|
};
|
|
5885
5902
|
|