@progress/kendo-angular-toolbar 19.2.0-develop.9 → 19.2.1-develop.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.
package/README.md
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
## Kendo UI for Angular ToolBar Component
|
|
6
6
|
|
|
7
|
-
> * This package is part of
|
|
8
|
-
> *
|
|
9
|
-
> *
|
|
7
|
+
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
|
|
8
|
+
> * To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
|
9
|
+
> * Adding a valid license key file ensures a seamless experience during the trial period—no watermarks, no warnings, and full access to all components and features.
|
|
10
|
+
> * Trial users can register for a free license key file. Without it, your trial may be interrupted by visual indicators or functionality limitations.
|
|
11
|
+
> * Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
|
|
12
|
+
> * Learn more: https://www.telerik.com/kendo-angular-ui/components/licensing
|
|
13
|
+
>
|
|
14
|
+
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
|
|
10
15
|
|
|
11
16
|
The Kendo UI for Angular ToolBar provides a graphical container for holding button elements and allows users to effortlessly structure and access them. The ToolBar is built from the ground up and specifically for Angular, so that you get a high-performance control which integrates tightly with your application and with the rest of the Kendo UI for Angular components.
|
|
12
17
|
|
|
@@ -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.2.
|
|
13
|
+
publishDate: 1751466777,
|
|
14
|
+
version: '19.2.1-develop.1',
|
|
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.2.
|
|
29
|
+
publishDate: 1751466777,
|
|
30
|
+
version: '19.2.1-develop.1',
|
|
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.2.
|
|
3
|
+
"version": "19.2.1-develop.1",
|
|
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": 1751466777,
|
|
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.2.
|
|
59
|
-
"@progress/kendo-angular-common": "19.2.
|
|
60
|
-
"@progress/kendo-angular-l10n": "19.2.
|
|
61
|
-
"@progress/kendo-angular-icons": "19.2.
|
|
62
|
-
"@progress/kendo-angular-indicators": "19.2.
|
|
63
|
-
"@progress/kendo-angular-popup": "19.2.
|
|
58
|
+
"@progress/kendo-angular-buttons": "19.2.1-develop.1",
|
|
59
|
+
"@progress/kendo-angular-common": "19.2.1-develop.1",
|
|
60
|
+
"@progress/kendo-angular-l10n": "19.2.1-develop.1",
|
|
61
|
+
"@progress/kendo-angular-icons": "19.2.1-develop.1",
|
|
62
|
+
"@progress/kendo-angular-indicators": "19.2.1-develop.1",
|
|
63
|
+
"@progress/kendo-angular-popup": "19.2.1-develop.1",
|
|
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.2.
|
|
68
|
+
"@progress/kendo-angular-schematics": "19.2.1-develop.1",
|
|
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>;
|