@progress/kendo-angular-utils 22.1.0-develop.7 → 22.1.0-develop.8
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/adaptive-breakpoints/adaptive-settings.service.d.ts +1 -1
- package/adaptive-breakpoints/adaptive.service.d.ts +3 -0
- package/adaptive-breakpoints/models/adaptive-settings.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-utils.mjs +5 -2
- package/package-metadata.mjs +2 -2
- package/package.json +4 -4
|
@@ -6,7 +6,7 @@ import { Subject } from 'rxjs';
|
|
|
6
6
|
import { AdaptiveSettings } from './models/adaptive-settings';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
* A service that lets you change the current adaptive settings dynamically. Use the public `notify` method to update the settings.
|
|
9
|
+
* A service that lets you change the current adaptive settings dynamically. Use the public `notify` method to update the settings. [See example](slug:adaptive_settings#changing-the-adaptive-settings-dynamically).
|
|
10
10
|
*/
|
|
11
11
|
export declare class AdaptiveSettingsService {
|
|
12
12
|
/**
|
|
@@ -39,6 +39,9 @@ export declare class AdaptiveService implements OnDestroy {
|
|
|
39
39
|
readonly sizeChanges: Subject<AdaptiveSize>;
|
|
40
40
|
private subs;
|
|
41
41
|
private previousSize;
|
|
42
|
+
/**
|
|
43
|
+
* @hidden
|
|
44
|
+
*/
|
|
42
45
|
constructor(_adaptiveSettings: AdaptiveSettings, adaptiveSettingsService: AdaptiveSettingsService, zone: NgZone);
|
|
43
46
|
/**
|
|
44
47
|
* @hidden
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Represents the adaptive settings for Kendo UI for Angular components.
|
|
7
7
|
*
|
|
8
8
|
* Allows customization of adaptive breakpoints to ensure optimal rendering
|
|
9
9
|
* across different screen resolutions and device types.
|
|
@@ -64,7 +64,7 @@ const packageMetadata = {
|
|
|
64
64
|
productCode: 'KENDOUIANGULAR',
|
|
65
65
|
productCodes: ['KENDOUIANGULAR'],
|
|
66
66
|
publishDate: 0,
|
|
67
|
-
version: '22.1.0-develop.
|
|
67
|
+
version: '22.1.0-develop.8',
|
|
68
68
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
69
69
|
};
|
|
70
70
|
|
|
@@ -2365,7 +2365,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2365
2365
|
}] });
|
|
2366
2366
|
|
|
2367
2367
|
/**
|
|
2368
|
-
* A service that lets you change the current adaptive settings dynamically. Use the public `notify` method to update the settings.
|
|
2368
|
+
* A service that lets you change the current adaptive settings dynamically. Use the public `notify` method to update the settings. [See example](slug:adaptive_settings#changing-the-adaptive-settings-dynamically).
|
|
2369
2369
|
*/
|
|
2370
2370
|
class AdaptiveSettingsService {
|
|
2371
2371
|
/**
|
|
@@ -2438,6 +2438,9 @@ class AdaptiveService {
|
|
|
2438
2438
|
sizeChanges = new BehaviorSubject(this.size);
|
|
2439
2439
|
subs = new Subscription();
|
|
2440
2440
|
previousSize;
|
|
2441
|
+
/**
|
|
2442
|
+
* @hidden
|
|
2443
|
+
*/
|
|
2441
2444
|
constructor(_adaptiveSettings, adaptiveSettingsService, zone) {
|
|
2442
2445
|
this._adaptiveSettings = _adaptiveSettings;
|
|
2443
2446
|
this.zone = zone;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1769420876,
|
|
11
|
+
"version": "22.1.0-develop.8",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-utils",
|
|
3
|
-
"version": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.8",
|
|
4
4
|
"description": "Kendo UI Angular utils component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1769420876,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.7.0",
|
|
32
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "22.1.0-develop.8",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.1",
|
|
37
|
-
"@progress/kendo-angular-schematics": "22.1.0-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.8",
|
|
38
38
|
"@progress/kendo-draggable-common": "^0.2.3"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|