@progress/kendo-angular-toolbar 19.1.2 → 19.2.0-develop.10
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.
|
|
13
|
+
publishDate: 1751281173,
|
|
14
|
+
version: '19.2.0-develop.10',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -19,16 +19,17 @@ import * as i8 from "./tools/toolbar-splitbutton.component";
|
|
|
19
19
|
import * as i9 from "./tools/toolbar-tool.component";
|
|
20
20
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component.
|
|
23
23
|
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```typescript
|
|
26
|
+
* import { ToolBarModule } from '@progress/kendo-angular-toolbar';
|
|
27
|
+
*
|
|
28
|
+
* @NgModule({
|
|
29
|
+
* imports: [ToolBarModule]
|
|
30
|
+
* })
|
|
31
|
+
* export class AppModule {}
|
|
32
|
+
* ```
|
|
32
33
|
*/
|
|
33
34
|
export class ToolBarModule {
|
|
34
35
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
productName: 'Kendo UI for Angular',
|
|
27
27
|
productCode: 'KENDOUIANGULAR',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '19.
|
|
29
|
+
publishDate: 1751281173,
|
|
30
|
+
version: '19.2.0-develop.10',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -5050,16 +5050,17 @@ const KENDO_TOOLBAR = [
|
|
|
5050
5050
|
|
|
5051
5051
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
5052
5052
|
/**
|
|
5053
|
-
*
|
|
5053
|
+
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component.
|
|
5054
5054
|
*
|
|
5055
|
-
*
|
|
5056
|
-
*
|
|
5057
|
-
*
|
|
5058
|
-
*
|
|
5059
|
-
*
|
|
5060
|
-
*
|
|
5061
|
-
*
|
|
5062
|
-
*
|
|
5055
|
+
* @example
|
|
5056
|
+
* ```typescript
|
|
5057
|
+
* import { ToolBarModule } from '@progress/kendo-angular-toolbar';
|
|
5058
|
+
*
|
|
5059
|
+
* @NgModule({
|
|
5060
|
+
* imports: [ToolBarModule]
|
|
5061
|
+
* })
|
|
5062
|
+
* export class AppModule {}
|
|
5063
|
+
* ```
|
|
5063
5064
|
*/
|
|
5064
5065
|
class ToolBarModule {
|
|
5065
5066
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-toolbar",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.2.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"package": {
|
|
46
46
|
"productName": "Kendo UI for Angular",
|
|
47
47
|
"productCode": "KENDOUIANGULAR",
|
|
48
|
-
"publishDate":
|
|
48
|
+
"publishDate": 1751281173,
|
|
49
49
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
@@ -55,17 +55,17 @@
|
|
|
55
55
|
"@angular/core": "16 - 20",
|
|
56
56
|
"@angular/platform-browser": "16 - 20",
|
|
57
57
|
"@progress/kendo-licensing": "^1.5.0",
|
|
58
|
-
"@progress/kendo-angular-buttons": "19.
|
|
59
|
-
"@progress/kendo-angular-common": "19.
|
|
60
|
-
"@progress/kendo-angular-l10n": "19.
|
|
61
|
-
"@progress/kendo-angular-icons": "19.
|
|
62
|
-
"@progress/kendo-angular-indicators": "19.
|
|
63
|
-
"@progress/kendo-angular-popup": "19.
|
|
58
|
+
"@progress/kendo-angular-buttons": "19.2.0-develop.10",
|
|
59
|
+
"@progress/kendo-angular-common": "19.2.0-develop.10",
|
|
60
|
+
"@progress/kendo-angular-l10n": "19.2.0-develop.10",
|
|
61
|
+
"@progress/kendo-angular-icons": "19.2.0-develop.10",
|
|
62
|
+
"@progress/kendo-angular-indicators": "19.2.0-develop.10",
|
|
63
|
+
"@progress/kendo-angular-popup": "19.2.0-develop.10",
|
|
64
64
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"tslib": "^2.3.1",
|
|
68
|
-
"@progress/kendo-angular-schematics": "19.
|
|
68
|
+
"@progress/kendo-angular-schematics": "19.2.0-develop.10",
|
|
69
69
|
"node-html-parser": "^7.0.1"
|
|
70
70
|
},
|
|
71
71
|
"schematics": "./schematics/collection.json",
|
package/toolbar.module.d.ts
CHANGED
|
@@ -13,16 +13,17 @@ import * as i7 from "./tools/toolbar-spacer.component";
|
|
|
13
13
|
import * as i8 from "./tools/toolbar-splitbutton.component";
|
|
14
14
|
import * as i9 from "./tools/toolbar-tool.component";
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component.
|
|
17
17
|
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import { ToolBarModule } from '@progress/kendo-angular-toolbar';
|
|
21
|
+
*
|
|
22
|
+
* @NgModule({
|
|
23
|
+
* imports: [ToolBarModule]
|
|
24
|
+
* })
|
|
25
|
+
* export class AppModule {}
|
|
26
|
+
* ```
|
|
26
27
|
*/
|
|
27
28
|
export declare class ToolBarModule {
|
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarModule, never>;
|