@kentico/xperience-admin-components 30.1.3 → 30.2.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
|
@@ -1992,6 +1992,7 @@ export declare const KXIcons: {
|
|
|
1992
1992
|
'xp-accordion': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
1993
1993
|
'xp-add-module': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
1994
1994
|
'xp-adjust': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
1995
|
+
'xp-ai': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
1995
1996
|
'xp-android': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
1996
1997
|
'xp-apple': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
1997
1998
|
'xp-arrow-crooked-left': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2137,6 +2138,7 @@ export declare const KXIcons: {
|
|
|
2137
2138
|
'xp-compass': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2138
2139
|
'xp-convert': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2139
2140
|
'xp-cookie': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2141
|
+
'xp-crop': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2140
2142
|
'xp-crosshair-f': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2141
2143
|
'xp-crosshair-o': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2142
2144
|
'xp-cup': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2440,6 +2442,7 @@ export declare const KXIconSets: {
|
|
|
2440
2442
|
'xp-accordion': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2441
2443
|
'xp-add-module': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2442
2444
|
'xp-adjust': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2445
|
+
'xp-ai': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2443
2446
|
'xp-android': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2444
2447
|
'xp-apple': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2445
2448
|
'xp-arrow-crooked-left': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2585,6 +2588,7 @@ export declare const KXIconSets: {
|
|
|
2585
2588
|
'xp-compass': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2586
2589
|
'xp-convert': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2587
2590
|
'xp-cookie': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2591
|
+
'xp-crop': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2588
2592
|
'xp-crosshair-f': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2589
2593
|
'xp-crosshair-o': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2590
2594
|
'xp-cup': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -3468,6 +3472,11 @@ export declare interface ProgressBarProps {
|
|
|
3468
3472
|
readonly completed?: number;
|
|
3469
3473
|
}
|
|
3470
3474
|
|
|
3475
|
+
/**
|
|
3476
|
+
* @description
|
|
3477
|
+
* `RadioButton` is a component that represents a radio button and is used within
|
|
3478
|
+
* the `RadioGroup` component and cannot be used outside of it.
|
|
3479
|
+
*/
|
|
3471
3480
|
export declare const RadioButton: React_2.ForwardRefExoticComponent<RadioButtonProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
3472
3481
|
|
|
3473
3482
|
export declare interface RadioButtonProps {
|
|
@@ -3505,6 +3514,10 @@ export declare interface RadioButtonProps {
|
|
|
3505
3514
|
readonly inputRef?: RefObject<HTMLInputElement>;
|
|
3506
3515
|
}
|
|
3507
3516
|
|
|
3517
|
+
/**
|
|
3518
|
+
* @description
|
|
3519
|
+
* `RadioGroup` is a container for multiple radio buttons rendered via `RadioButton` components.
|
|
3520
|
+
*/
|
|
3508
3521
|
export declare const RadioGroup: React_2.ForwardRefExoticComponent<RadioGroupProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
3509
3522
|
|
|
3510
3523
|
export declare interface RadioGroupProps extends Omit<FormItemWrapperProps, 'id' | 'inline' | 'labelClassnames' | 'footerClassnames' | 'subheadlineClassnames' | 'readOnly'> {
|
|
@@ -3955,6 +3968,10 @@ export declare interface SidePanelConfig {
|
|
|
3955
3968
|
* Specifies if the panel will close when user click outside of the panel
|
|
3956
3969
|
*/
|
|
3957
3970
|
isOutsideClickCloseable: boolean;
|
|
3971
|
+
/**
|
|
3972
|
+
* Width of the panel provided by the resize observer.
|
|
3973
|
+
*/
|
|
3974
|
+
readonly panelWidth: number;
|
|
3958
3975
|
}
|
|
3959
3976
|
|
|
3960
3977
|
declare type SidePanelId = string & {
|
|
@@ -3971,11 +3988,17 @@ declare interface SidePanelManagerContextType {
|
|
|
3971
3988
|
/**
|
|
3972
3989
|
* Adds the side panel under the sidePanelId.
|
|
3973
3990
|
*/
|
|
3974
|
-
readonly addSidePanel: (
|
|
3991
|
+
readonly addSidePanel: (sidePanelId: SidePanelId, parentSidePanelId: SidePanelId | undefined, config: SidePanelConfig) => Promise<void>;
|
|
3975
3992
|
/**
|
|
3976
3993
|
* Removes the side panel from the provider.
|
|
3977
3994
|
*/
|
|
3978
3995
|
readonly removeSidePanel: (sidePanelId: SidePanelId) => void;
|
|
3996
|
+
/**
|
|
3997
|
+
* Updates the side panel with the new config.
|
|
3998
|
+
* @param sidePanelId Side panel id.
|
|
3999
|
+
* @param config Side panel config.
|
|
4000
|
+
*/
|
|
4001
|
+
readonly updateSidePanel: (sidePanelId: SidePanelId, config: SidePanelConfig) => void;
|
|
3979
4002
|
/**
|
|
3980
4003
|
* Gets the side panel offset of the sidePanelId.
|
|
3981
4004
|
*/
|
|
@@ -4724,7 +4747,6 @@ export declare enum TestIds {
|
|
|
4724
4747
|
ContentLanguage = "content-language",
|
|
4725
4748
|
WebsiteChannelDomain = "WebsiteChannelDomain",
|
|
4726
4749
|
EnglishLanguage = "english",
|
|
4727
|
-
SubmitFormButton = "submit-form-button",
|
|
4728
4750
|
ActionTileButton = "action-tile",
|
|
4729
4751
|
PasswordInputField = "password",
|
|
4730
4752
|
ChannelNameCell = "table-cell-ChannelDisplayName",
|
|
@@ -4792,11 +4814,33 @@ export declare enum TestIds {
|
|
|
4792
4814
|
SnackbarMessage = "snackbar-item-message",
|
|
4793
4815
|
AutomationNodeStatisticsCount = "statistics-count",
|
|
4794
4816
|
AutomationNode = "automation-node",
|
|
4795
|
-
EnableDisableProcessButton = "enable-disable-process-button",
|
|
4796
4817
|
WorkspaceSelectorDropdownGroup = "WorkspaceSelectionDropdown",
|
|
4797
4818
|
WorkspaceSelectorDropdownActionMenu = "WorkspaceSelectorDropdownActionMenu",
|
|
4798
4819
|
VerticalTab = "vertical-tab",
|
|
4799
|
-
|
|
4820
|
+
EnableDisableProcessButton = "enable-disable-process-button",
|
|
4821
|
+
TypeField = "type",
|
|
4822
|
+
SourceField = "Source",
|
|
4823
|
+
EventCodeField = "EventCode",
|
|
4824
|
+
UserNameField = "user-name",
|
|
4825
|
+
DateFromField = "EventTime-date-from",
|
|
4826
|
+
DateToField = "data-testid=\"EventTime-date-to",
|
|
4827
|
+
FilterPanelButton = "filter-button",
|
|
4828
|
+
CancelButton = "cancel-button",
|
|
4829
|
+
FilterForm = "filter-form",
|
|
4830
|
+
ClearAllButton = "clear-all-button",
|
|
4831
|
+
SubmitFormButton = "submit-form-button",
|
|
4832
|
+
RecalculateAutomationsStatisticsButton = "recalculate-automations-statistics-button",
|
|
4833
|
+
WorkspaceDisplayName = "WorkspaceDisplayName",
|
|
4834
|
+
RoleDisplayName = "RoleDisplayName",
|
|
4835
|
+
RoleDescription = "RoleDescription",
|
|
4836
|
+
ApplicationItemSelector = "application-item-selector",
|
|
4837
|
+
PermissionItemSelector = "permission-item-selector",
|
|
4838
|
+
WorkspaceItemSelector = "workspace-item-selector",
|
|
4839
|
+
SelectApplication = "select-application",
|
|
4840
|
+
XpChevronUp = "xp-chevron-up",
|
|
4841
|
+
PermissionSet = "permission-set",
|
|
4842
|
+
AiraIcon = "xp-ai",
|
|
4843
|
+
AiraButton = "AiraButton"
|
|
4800
4844
|
}
|
|
4801
4845
|
|
|
4802
4846
|
export declare const TextArea: React_2.ForwardRefExoticComponent<TextAreaProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
@@ -5391,6 +5435,23 @@ declare enum VerticalMenuType {
|
|
|
5391
5435
|
SelectGroupMenu = "select-group-menu"
|
|
5392
5436
|
}
|
|
5393
5437
|
|
|
5438
|
+
export declare const VerticalTab: React_2.ForwardRefExoticComponent<VerticalTabProps & React_2.RefAttributes<HTMLButtonElement>>;
|
|
5439
|
+
|
|
5440
|
+
/**
|
|
5441
|
+
* Props for the VerticalTab component.
|
|
5442
|
+
*
|
|
5443
|
+
* @extends UITestProps
|
|
5444
|
+
*/
|
|
5445
|
+
export declare interface VerticalTabProps extends UITestProps {
|
|
5446
|
+
readonly primaryText: string;
|
|
5447
|
+
readonly secondaryText?: string;
|
|
5448
|
+
readonly disabled?: boolean;
|
|
5449
|
+
readonly selected?: boolean;
|
|
5450
|
+
readonly leadingElement?: React_2.ReactNode;
|
|
5451
|
+
readonly trailingElement?: React_2.ReactNode;
|
|
5452
|
+
readonly onClick?: (e: MouseEvent_2<HTMLElement> | KeyboardEvent_2<HTMLElement>) => void;
|
|
5453
|
+
}
|
|
5454
|
+
|
|
5394
5455
|
export declare interface ViewChangeEvent {
|
|
5395
5456
|
/**
|
|
5396
5457
|
* Horizontal scroll position.
|