@progress/kendo-angular-navigation 11.5.0-develop.4 → 11.5.0-develop.6
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/esm2020/common/util.mjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { closestInScope } from "@progress/kendo-angular-common";
|
|
5
|
+
import { closestInScope, focusableSelector } from "@progress/kendo-angular-common";
|
|
6
6
|
/**
|
|
7
7
|
* @hidden
|
|
8
8
|
*/
|
|
@@ -31,22 +31,6 @@ export const getFirstAndLastFocusable = (parent) => {
|
|
|
31
31
|
const getAllFocusableChildren = (parent) => {
|
|
32
32
|
return parent.querySelectorAll(focusableSelector);
|
|
33
33
|
};
|
|
34
|
-
/**
|
|
35
|
-
* @hidden
|
|
36
|
-
*/
|
|
37
|
-
const focusableSelector = [
|
|
38
|
-
'a[href]',
|
|
39
|
-
'area[href]',
|
|
40
|
-
'input:not([disabled])',
|
|
41
|
-
'select:not([disabled])',
|
|
42
|
-
'textarea:not([disabled])',
|
|
43
|
-
'button:not([disabled])',
|
|
44
|
-
'iframe',
|
|
45
|
-
'object',
|
|
46
|
-
'embed',
|
|
47
|
-
'*[tabindex]',
|
|
48
|
-
'*[contenteditable]'
|
|
49
|
-
].join(',');
|
|
50
34
|
/**
|
|
51
35
|
* @hidden
|
|
52
36
|
*/
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-navigation',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '11.5.0-develop.
|
|
12
|
+
publishDate: 1680200431,
|
|
13
|
+
version: '11.5.0-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -8,7 +8,7 @@ import * as i1 from '@progress/kendo-angular-l10n';
|
|
|
8
8
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
10
|
import * as i3 from '@progress/kendo-angular-common';
|
|
11
|
-
import { closestInScope as closestInScope$1, isDocumentAvailable, Keys, ResizeSensorModule, isPresent as isPresent$1 } from '@progress/kendo-angular-common';
|
|
11
|
+
import { focusableSelector, closestInScope as closestInScope$1, isDocumentAvailable, Keys, ResizeSensorModule, isPresent as isPresent$1 } from '@progress/kendo-angular-common';
|
|
12
12
|
import * as i2 from '@angular/common';
|
|
13
13
|
import { CommonModule } from '@angular/common';
|
|
14
14
|
import { fromEvent, merge, ReplaySubject, Subject, Subscription } from 'rxjs';
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-navigation',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '11.5.0-develop.
|
|
29
|
+
publishDate: 1680200431,
|
|
30
|
+
version: '11.5.0-develop.6',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -245,22 +245,6 @@ const getFirstAndLastFocusable = (parent) => {
|
|
|
245
245
|
const getAllFocusableChildren = (parent) => {
|
|
246
246
|
return parent.querySelectorAll(focusableSelector);
|
|
247
247
|
};
|
|
248
|
-
/**
|
|
249
|
-
* @hidden
|
|
250
|
-
*/
|
|
251
|
-
const focusableSelector = [
|
|
252
|
-
'a[href]',
|
|
253
|
-
'area[href]',
|
|
254
|
-
'input:not([disabled])',
|
|
255
|
-
'select:not([disabled])',
|
|
256
|
-
'textarea:not([disabled])',
|
|
257
|
-
'button:not([disabled])',
|
|
258
|
-
'iframe',
|
|
259
|
-
'object',
|
|
260
|
-
'embed',
|
|
261
|
-
'*[tabindex]',
|
|
262
|
-
'*[contenteditable]'
|
|
263
|
-
].join(',');
|
|
264
248
|
/**
|
|
265
249
|
* @hidden
|
|
266
250
|
*/
|
|
@@ -8,7 +8,7 @@ import * as i1 from '@progress/kendo-angular-l10n';
|
|
|
8
8
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
10
|
import * as i3 from '@progress/kendo-angular-common';
|
|
11
|
-
import { closestInScope as closestInScope$1, isDocumentAvailable, Keys, ResizeSensorModule, isPresent as isPresent$1 } from '@progress/kendo-angular-common';
|
|
11
|
+
import { focusableSelector, closestInScope as closestInScope$1, isDocumentAvailable, Keys, ResizeSensorModule, isPresent as isPresent$1 } from '@progress/kendo-angular-common';
|
|
12
12
|
import * as i2 from '@angular/common';
|
|
13
13
|
import { CommonModule } from '@angular/common';
|
|
14
14
|
import { fromEvent, merge, ReplaySubject, Subject, Subscription } from 'rxjs';
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-navigation',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '11.5.0-develop.
|
|
29
|
+
publishDate: 1680200431,
|
|
30
|
+
version: '11.5.0-develop.6',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -245,22 +245,6 @@ const getFirstAndLastFocusable = (parent) => {
|
|
|
245
245
|
const getAllFocusableChildren = (parent) => {
|
|
246
246
|
return parent.querySelectorAll(focusableSelector);
|
|
247
247
|
};
|
|
248
|
-
/**
|
|
249
|
-
* @hidden
|
|
250
|
-
*/
|
|
251
|
-
const focusableSelector = [
|
|
252
|
-
'a[href]',
|
|
253
|
-
'area[href]',
|
|
254
|
-
'input:not([disabled])',
|
|
255
|
-
'select:not([disabled])',
|
|
256
|
-
'textarea:not([disabled])',
|
|
257
|
-
'button:not([disabled])',
|
|
258
|
-
'iframe',
|
|
259
|
-
'object',
|
|
260
|
-
'embed',
|
|
261
|
-
'*[tabindex]',
|
|
262
|
-
'*[contenteditable]'
|
|
263
|
-
].join(',');
|
|
264
248
|
/**
|
|
265
249
|
* @hidden
|
|
266
250
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-navigation",
|
|
3
|
-
"version": "11.5.0-develop.
|
|
3
|
+
"version": "11.5.0-develop.6",
|
|
4
4
|
"description": "Kendo UI Navigation for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"@angular/core": "13 - 15",
|
|
22
22
|
"@angular/platform-browser": "13 - 15",
|
|
23
23
|
"@progress/kendo-licensing": "^1.0.2",
|
|
24
|
-
"@progress/kendo-angular-common": "11.5.0-develop.
|
|
25
|
-
"@progress/kendo-angular-icons": "11.5.0-develop.
|
|
26
|
-
"@progress/kendo-angular-l10n": "11.5.0-develop.
|
|
24
|
+
"@progress/kendo-angular-common": "11.5.0-develop.6",
|
|
25
|
+
"@progress/kendo-angular-icons": "11.5.0-develop.6",
|
|
26
|
+
"@progress/kendo-angular-l10n": "11.5.0-develop.6",
|
|
27
27
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tslib": "^2.3.1",
|
|
31
|
-
"@progress/kendo-angular-schematics": "11.5.0-develop.
|
|
31
|
+
"@progress/kendo-angular-schematics": "11.5.0-develop.6"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
34
34
|
"module": "fesm2015/progress-kendo-angular-navigation.mjs",
|