@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: 1750770931,
14
- version: '19.1.2',
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
- * Defines the [NgModule](link:site.data.urls.angular['ngmoduleapi']) for the ToolBar component.
22
+ * Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component.
23
23
  *
24
- * The package exports:
25
- * - `ToolBarComponent`—The ToolBar component class.
26
- * - `ToolBarToolComponent`—The base Tool component class.
27
- * - `ToolBarButtonComponent`—The Button Tool component class.
28
- * - `ToolBarButtonGroupComponent`—The ButtonGroup Tool component class.
29
- * - `ToolBarDropDownButtonComponent`—The DropDownButton Tool component class.
30
- * - `ToolBarSplitButtonComponent`—The SplitButton Tool component class.
31
- * - `ToolBarSeparatorComponent`—The Separator Tool component class.
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: 1750770931,
30
- version: '19.1.2',
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
- * Defines the [NgModule](link:site.data.urls.angular['ngmoduleapi']) for the ToolBar component.
5053
+ * Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component.
5054
5054
  *
5055
- * The package exports:
5056
- * - `ToolBarComponent`—The ToolBar component class.
5057
- * - `ToolBarToolComponent`—The base Tool component class.
5058
- * - `ToolBarButtonComponent`—The Button Tool component class.
5059
- * - `ToolBarButtonGroupComponent`—The ButtonGroup Tool component class.
5060
- * - `ToolBarDropDownButtonComponent`—The DropDownButton Tool component class.
5061
- * - `ToolBarSplitButtonComponent`—The SplitButton Tool component class.
5062
- * - `ToolBarSeparatorComponent`—The Separator Tool component class.
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.1.2",
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": 1750770931,
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.1.2",
59
- "@progress/kendo-angular-common": "19.1.2",
60
- "@progress/kendo-angular-l10n": "19.1.2",
61
- "@progress/kendo-angular-icons": "19.1.2",
62
- "@progress/kendo-angular-indicators": "19.1.2",
63
- "@progress/kendo-angular-popup": "19.1.2",
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.1.2",
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",
@@ -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
- * Defines the [NgModule](link:site.data.urls.angular['ngmoduleapi']) for the ToolBar component.
16
+ * Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component.
17
17
  *
18
- * The package exports:
19
- * - `ToolBarComponent`—The ToolBar component class.
20
- * - `ToolBarToolComponent`—The base Tool component class.
21
- * - `ToolBarButtonComponent`—The Button Tool component class.
22
- * - `ToolBarButtonGroupComponent`—The ButtonGroup Tool component class.
23
- * - `ToolBarDropDownButtonComponent`—The DropDownButton Tool component class.
24
- * - `ToolBarSplitButtonComponent`—The SplitButton Tool component class.
25
- * - `ToolBarSeparatorComponent`—The Separator Tool component class.
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>;