@progress/kendo-angular-layout 11.0.0-develop.112 → 11.0.0-develop.113

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-layout',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1673618772,
12
+ publishDate: 1673621002,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -22,10 +22,10 @@ export const HIDDEN_CLASS = 'k-hidden';
22
22
  * @hidden
23
23
  */
24
24
  export const DIRECTION_CLASSES = {
25
- left: 'k-i-caret-alt-left',
26
- right: 'k-i-caret-alt-right',
27
- up: 'k-i-caret-alt-up',
28
- down: 'k-i-caret-alt-down'
25
+ left: 'caret-alt-left',
26
+ right: 'caret-alt-right',
27
+ up: 'caret-alt-up',
28
+ down: 'caret-alt-down'
29
29
  };
30
30
  /**
31
31
  * @hidden
@@ -31,7 +31,7 @@ const packageMetadata = {
31
31
  name: '@progress/kendo-angular-layout',
32
32
  productName: 'Kendo UI for Angular',
33
33
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
34
- publishDate: 1673618772,
34
+ publishDate: 1673621002,
35
35
  version: '',
36
36
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
37
37
  };
@@ -2945,10 +2945,10 @@ const HIDDEN_CLASS = 'k-hidden';
2945
2945
  * @hidden
2946
2946
  */
2947
2947
  const DIRECTION_CLASSES = {
2948
- left: 'k-i-caret-alt-left',
2949
- right: 'k-i-caret-alt-right',
2950
- up: 'k-i-caret-alt-up',
2951
- down: 'k-i-caret-alt-down'
2948
+ left: 'caret-alt-left',
2949
+ right: 'caret-alt-right',
2950
+ up: 'caret-alt-up',
2951
+ down: 'caret-alt-down'
2952
2952
  };
2953
2953
  /**
2954
2954
  * @hidden
@@ -31,7 +31,7 @@ const packageMetadata = {
31
31
  name: '@progress/kendo-angular-layout',
32
32
  productName: 'Kendo UI for Angular',
33
33
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
34
- publishDate: 1673618772,
34
+ publishDate: 1673621002,
35
35
  version: '',
36
36
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
37
37
  };
@@ -2935,10 +2935,10 @@ const HIDDEN_CLASS = 'k-hidden';
2935
2935
  * @hidden
2936
2936
  */
2937
2937
  const DIRECTION_CLASSES = {
2938
- left: 'k-i-caret-alt-left',
2939
- right: 'k-i-caret-alt-right',
2940
- up: 'k-i-caret-alt-up',
2941
- down: 'k-i-caret-alt-down'
2938
+ left: 'caret-alt-left',
2939
+ right: 'caret-alt-right',
2940
+ up: 'caret-alt-up',
2941
+ down: 'caret-alt-down'
2942
2942
  };
2943
2943
  /**
2944
2944
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "11.0.0-develop.112",
3
+ "version": "11.0.0-develop.113",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -40,12 +40,12 @@
40
40
  "@angular/platform-browser": "13 - 15",
41
41
  "@progress/kendo-draggable": "^3.0.2",
42
42
  "@progress/kendo-licensing": "^1.0.2",
43
- "@progress/kendo-angular-common": "11.0.0-develop.112",
44
- "@progress/kendo-angular-l10n": "11.0.0-develop.112",
45
- "@progress/kendo-angular-progressbar": "11.0.0-develop.112",
46
- "@progress/kendo-angular-schematics": "11.0.0-develop.112",
47
- "@progress/kendo-angular-icons": "11.0.0-develop.112",
48
- "@progress/kendo-angular-buttons": "11.0.0-develop.112",
43
+ "@progress/kendo-angular-common": "11.0.0-develop.113",
44
+ "@progress/kendo-angular-l10n": "11.0.0-develop.113",
45
+ "@progress/kendo-angular-progressbar": "11.0.0-develop.113",
46
+ "@progress/kendo-angular-schematics": "11.0.0-develop.113",
47
+ "@progress/kendo-angular-icons": "11.0.0-develop.113",
48
+ "@progress/kendo-angular-buttons": "11.0.0-develop.113",
49
49
  "rxjs": "^6.5.3 || ^7.0.0"
50
50
  },
51
51
  "dependencies": {