@progress/kendo-react-layout 5.13.0 → 5.13.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.
@@ -181,19 +181,21 @@ var ActionSheet = /** @class */ (function (_super) {
181
181
  }
182
182
  if (currentRef) {
183
183
  if (this.props.navigatable) {
184
+ var innerElements = [
185
+ '.k-actionsheet-footer',
186
+ '.k-actionsheet-content',
187
+ '.k-actionsheet-titlebar'
188
+ ].map(function (selector) {
189
+ return FOCUSABLE_ELEMENTS.concat(_this.props.navigatableElements).map(function (focusableSelector) { return "".concat(selector, " ").concat(focusableSelector); });
190
+ });
191
+ var selectors = __spreadArray([
192
+ '.k-actionsheet-item'
193
+ ], innerElements.flat(), true);
184
194
  this.navigation = new Navigation({
185
195
  tabIndex: this.props.tabIndex || 0,
186
196
  root: this.actionSheetRef,
187
197
  rovingTabIndex: false,
188
- selectors: __spreadArray([
189
- '.k-actionsheet-item'
190
- ], [
191
- '.k-actionsheet-footer',
192
- '.k-actionsheet-content',
193
- '.k-actionsheet-titlebar'
194
- ].map(function (selector) {
195
- return FOCUSABLE_ELEMENTS.concat(_this.props.navigatableElements).map(function (focusableSelector) { return "".concat(selector, " ").concat(focusableSelector); });
196
- }).flat(), true),
198
+ selectors: selectors,
197
199
  keyboardEvents: {
198
200
  keydown: {
199
201
  'Tab': this.onTab,
@@ -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: 1682433985,
8
+ publishDate: 1682925883,
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
  };
@@ -184,19 +184,21 @@ var ActionSheet = /** @class */ (function (_super) {
184
184
  }
185
185
  if (currentRef) {
186
186
  if (this.props.navigatable) {
187
+ var innerElements = [
188
+ '.k-actionsheet-footer',
189
+ '.k-actionsheet-content',
190
+ '.k-actionsheet-titlebar'
191
+ ].map(function (selector) {
192
+ return kendo_react_common_1.FOCUSABLE_ELEMENTS.concat(_this.props.navigatableElements).map(function (focusableSelector) { return "".concat(selector, " ").concat(focusableSelector); });
193
+ });
194
+ var selectors = __spreadArray([
195
+ '.k-actionsheet-item'
196
+ ], innerElements.flat(), true);
187
197
  this.navigation = new kendo_react_common_1.Navigation({
188
198
  tabIndex: this.props.tabIndex || 0,
189
199
  root: this.actionSheetRef,
190
200
  rovingTabIndex: false,
191
- selectors: __spreadArray([
192
- '.k-actionsheet-item'
193
- ], [
194
- '.k-actionsheet-footer',
195
- '.k-actionsheet-content',
196
- '.k-actionsheet-titlebar'
197
- ].map(function (selector) {
198
- return kendo_react_common_1.FOCUSABLE_ELEMENTS.concat(_this.props.navigatableElements).map(function (focusableSelector) { return "".concat(selector, " ").concat(focusableSelector); });
199
- }).flat(), true),
201
+ selectors: selectors,
200
202
  keyboardEvents: {
201
203
  keydown: {
202
204
  'Tab': this.onTab,
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-layout',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1682433985,
11
+ publishDate: 1682925883,
12
12
  version: '',
13
13
  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'
14
14
  };