@kentico/xperience-admin-components 29.1.5 → 29.2.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
|
@@ -2091,6 +2091,7 @@ export declare const KXIcons: {
|
|
|
2091
2091
|
'xp-drawers': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2092
2092
|
'xp-e-book': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2093
2093
|
'xp-earth': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2094
|
+
'xp-earth-micro': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2094
2095
|
'xp-edge': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2095
2096
|
'xp-edit': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2096
2097
|
'xp-ekg-line': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2110,6 +2111,7 @@ export declare const KXIcons: {
|
|
|
2110
2111
|
'xp-flag': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2111
2112
|
'xp-folder-belt': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2112
2113
|
'xp-folder-clock': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2114
|
+
'xp-folder-cogwheel': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2113
2115
|
'xp-folder-inverted': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2114
2116
|
'xp-folder-opened': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2115
2117
|
'xp-folder': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2126,6 +2128,7 @@ export declare const KXIcons: {
|
|
|
2126
2128
|
'xp-half-arrows-right-left': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2127
2129
|
'xp-hat-moustache': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2128
2130
|
'xp-headless': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2131
|
+
'xp-headless-micro': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2129
2132
|
'xp-heart': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2130
2133
|
'xp-heartshake': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2131
2134
|
'xp-highlighter': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2208,6 +2211,7 @@ export declare const KXIcons: {
|
|
|
2208
2211
|
'xp-menu': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2209
2212
|
'xp-merge': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2210
2213
|
'xp-message': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2214
|
+
'xp-message-micro': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2211
2215
|
'xp-messages': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2212
2216
|
'xp-microphone': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2213
2217
|
'xp-minus-circle': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -2350,6 +2354,22 @@ export declare const KXIcons: {
|
|
|
2350
2354
|
'xp-xml-tag': ForwardRefExoticComponent<GeneratedIconProps & RefAttributes<SVGSVGElement>>;
|
|
2351
2355
|
};
|
|
2352
2356
|
|
|
2357
|
+
/**
|
|
2358
|
+
* Component for displaying label with tooltip visible when hovering over information icon.
|
|
2359
|
+
*/
|
|
2360
|
+
export declare const LabelWithTooltip: {
|
|
2361
|
+
({ label, tooltipText }: LabelWithTooltipProps): JSX.Element;
|
|
2362
|
+
displayName: string;
|
|
2363
|
+
};
|
|
2364
|
+
|
|
2365
|
+
/**
|
|
2366
|
+
* Represents properties for the LabelWithTooltip component.
|
|
2367
|
+
*/
|
|
2368
|
+
export declare interface LabelWithTooltipProps {
|
|
2369
|
+
readonly label: string;
|
|
2370
|
+
readonly tooltipText: string;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2353
2373
|
export declare enum LayoutAlignment {
|
|
2354
2374
|
Start = "flex-start",
|
|
2355
2375
|
Center = "center",
|
|
@@ -4003,10 +4023,7 @@ declare type TrailingElementType = 'icon' | 'label';
|
|
|
4003
4023
|
/**
|
|
4004
4024
|
* Tree node component.
|
|
4005
4025
|
*/
|
|
4006
|
-
export declare const TreeNode:
|
|
4007
|
-
({ nodeIdentifier, children, level, renderTrailing, loading, onNodeToggle, onNodeClick, isExpanded, dataTestIdNode, dataTestIdNodeChildren, dataTestIdNodeRow, isToggleable, isSelectable, toggleDisabled, disabled, omitExpandButton, omitExpandButtonOnZeroLevel, omitPaddingOnZeroLevel, ...props }: TreeNodeProps): JSX.Element;
|
|
4008
|
-
displayName: string;
|
|
4009
|
-
};
|
|
4026
|
+
export declare const TreeNode: React_2.ForwardRefExoticComponent<TreeNodeProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
4010
4027
|
|
|
4011
4028
|
export declare interface TreeNodeAction {
|
|
4012
4029
|
/**
|
|
@@ -4021,11 +4038,7 @@ export declare interface TreeNodeAction {
|
|
|
4021
4038
|
* Indicates if the action is disabled. Defaults to `false`.
|
|
4022
4039
|
*/
|
|
4023
4040
|
readonly disabled?: boolean;
|
|
4024
|
-
|
|
4025
|
-
* Event handler fired when action of certain type is executed.
|
|
4026
|
-
* @param action Action that was executed.
|
|
4027
|
-
*/
|
|
4028
|
-
readonly actionExecutor: (action: TreeNodeAction) => void;
|
|
4041
|
+
readonly actionExecutor?: (action: TreeNodeAction) => void;
|
|
4029
4042
|
/**
|
|
4030
4043
|
* Actions tooltip.
|
|
4031
4044
|
*/
|