@progress/kendo-react-layout 5.3.0-dev.202205051853 → 5.3.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/cdn/js/kendo-react-layout.js +1 -1
- package/dist/es/expansionpanel/ExpansionPanel.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/panelbar/PanelBarItem.js +1 -1
- package/dist/npm/expansionpanel/ExpansionPanel.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/panelbar/PanelBarItem.js +1 -1
- package/dist/systemjs/kendo-react-layout.js +1 -1
- package/package.json +13 -13
|
@@ -36,7 +36,7 @@ export var ExpansionPanel = React.forwardRef(function (props, target) {
|
|
|
36
36
|
var _d = useAsyncFocusBlur({ onFocus: handleFocus, onBlur: handleBlur }), onFocus = _d.onFocus, onBlur = _d.onBlur;
|
|
37
37
|
return (React.createElement("div", { ref: elementRef, className: classNames('k-expander', props.className, {
|
|
38
38
|
'k-expanded': expanded,
|
|
39
|
-
'k-
|
|
39
|
+
'k-focus': focused && !disabled,
|
|
40
40
|
'k-disabled': disabled
|
|
41
41
|
}), onFocus: onFocus, onBlur: onBlur, style: props.style, id: props.id, "aria-expanded": expanded, "aria-disabled": disabled, dir: useRtl(elementRef, props.dir), tabIndex: getTabIndex(props.tabIndex, disabled), onKeyDown: disabled ? undefined : onKeyDown },
|
|
42
42
|
React.createElement("div", { className: "k-expander-header", onClick: disabled ? undefined : onClick },
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-layout',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1652189252,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -89,7 +89,7 @@ var PanelBarItem = /** @class */ (function (_super) {
|
|
|
89
89
|
}, "k-level-" + level, className);
|
|
90
90
|
var panelBarLinkClassName = classNames('k-link', {
|
|
91
91
|
'k-selected': !disabled && selected,
|
|
92
|
-
'k-
|
|
92
|
+
'k-focus': !disabled && focused,
|
|
93
93
|
'k-disabled': disabled
|
|
94
94
|
}, headerClassName);
|
|
95
95
|
var panelBarItemArrowClassName = classNames('k-panelbar-toggle', 'k-icon', (_a = {},
|
|
@@ -38,7 +38,7 @@ exports.ExpansionPanel = React.forwardRef(function (props, target) {
|
|
|
38
38
|
var _d = kendo_react_common_1.useAsyncFocusBlur({ onFocus: handleFocus, onBlur: handleBlur }), onFocus = _d.onFocus, onBlur = _d.onBlur;
|
|
39
39
|
return (React.createElement("div", { ref: elementRef, className: kendo_react_common_1.classNames('k-expander', props.className, {
|
|
40
40
|
'k-expanded': expanded,
|
|
41
|
-
'k-
|
|
41
|
+
'k-focus': focused && !disabled,
|
|
42
42
|
'k-disabled': disabled
|
|
43
43
|
}), onFocus: onFocus, onBlur: onBlur, style: props.style, id: props.id, "aria-expanded": expanded, "aria-disabled": disabled, dir: kendo_react_common_1.useRtl(elementRef, props.dir), tabIndex: kendo_react_common_1.getTabIndex(props.tabIndex, disabled), onKeyDown: disabled ? undefined : onKeyDown },
|
|
44
44
|
React.createElement("div", { className: "k-expander-header", onClick: disabled ? undefined : onClick },
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-layout',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1652189252,
|
|
11
11
|
version: '',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
13
|
};
|
|
@@ -91,7 +91,7 @@ var PanelBarItem = /** @class */ (function (_super) {
|
|
|
91
91
|
}, "k-level-" + level, className);
|
|
92
92
|
var panelBarLinkClassName = kendo_react_common_1.classNames('k-link', {
|
|
93
93
|
'k-selected': !disabled && selected,
|
|
94
|
-
'k-
|
|
94
|
+
'k-focus': !disabled && focused,
|
|
95
95
|
'k-disabled': disabled
|
|
96
96
|
}, headerClassName);
|
|
97
97
|
var panelBarItemArrowClassName = kendo_react_common_1.classNames('k-panelbar-toggle', 'k-icon', (_a = {},
|