@progress/kendo-angular-buttons 17.0.0-develop.10 → 17.0.0-develop.12
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 +27 -106
- package/chip/chip-list.component.d.ts +3 -3
- package/esm2020/chip/chip-list.component.mjs +4 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-buttons.mjs +6 -6
- package/fesm2020/progress-kendo-angular-buttons.mjs +6 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,131 +1,52 @@
|
|
|
1
|
-
<a href="https://www.telerik.com/kendo-angular-ui/" target="_blank">
|
|
1
|
+
<a href="https://www.telerik.com/kendo-angular-ui/components/buttons" target="_blank">
|
|
2
2
|
<img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
|
-
## Kendo UI for Angular Buttons Package
|
|
5
|
+
## Kendo UI for Angular Buttons Package
|
|
6
6
|
|
|
7
|
-
>
|
|
8
|
-
> *
|
|
9
|
-
> *
|
|
10
|
-
> * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons).
|
|
11
|
-
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
|
|
12
|
-
>
|
|
13
|
-
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) and speed up your development process!
|
|
7
|
+
> * This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
|
|
8
|
+
> * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
|
9
|
+
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
|
|
14
10
|
|
|
15
|
-
|
|
16
|
-
* [Angular Button Component](#angular-button-component)
|
|
17
|
-
* [Angular ButtonGroup Component](#angular-buttongroup-component)
|
|
18
|
-
* [Angular Chip Component](#angular-chip-component)
|
|
19
|
-
* [Angular Chip Component](#angular-chip-component)
|
|
20
|
-
* [Angular Chiplist Component](#angular-chiplist-component)
|
|
21
|
-
* [Angular DropDownButton Component](#angular-dropdownbutton-component)
|
|
22
|
-
* [Angular FloatingActionButton Component](#angular-floatingactionbutton-component)
|
|
23
|
-
* [Angular SplitButton Component](#angular-splitbutton-component)
|
|
11
|
+
The Kendo UI for Angular Buttons provide a clickable UI functionality which can be set to display arbitrary content.
|
|
24
12
|
|
|
25
|
-
## Angular
|
|
13
|
+
## What's Included in the Angular Buttons Package
|
|
26
14
|
|
|
27
|
-
The [Angular
|
|
15
|
+
The [Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/buttons) package includes seven built-in components:
|
|
28
16
|
|
|
29
|
-
|
|
17
|
+
* [Angular Button Component](https://www.telerik.com/kendo-angular-ui/components/buttons/button)
|
|
18
|
+
* [Angular ButtonGroup Component](https://www.telerik.com/kendo-angular-ui/components/buttons/buttongroup)
|
|
19
|
+
* [Angular Chip Component](https://www.telerik.com/kendo-angular-ui/components/buttons/chip)
|
|
20
|
+
* [Angular ChipList Component](https://www.telerik.com/kendo-angular-ui/components/buttons/chiplist)
|
|
21
|
+
* [Angular DropDownButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton)
|
|
22
|
+
* [Angular FloatingActionButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/floatingactionbutton)
|
|
23
|
+
* [Angular SplitButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton)
|
|
30
24
|
|
|
31
|
-
|
|
32
|
-
* **Toggleable Button:** Allow users to toggle true/false values and show which is active.
|
|
33
|
-
* **Appearance:** Set the button's size, border radius, fill mode, and theme color.
|
|
25
|
+
## Key Features
|
|
34
26
|
|
|
35
|
-
|
|
27
|
+
Among the many features which the Kendo UI for Angular Buttons deliver are:
|
|
36
28
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
*
|
|
41
|
-
* **Buttons Collection:** Conveniently and programatically render buttons and handle changes as a group.
|
|
42
|
-
|
|
43
|
-
## Angular Chip Component
|
|
44
|
-
|
|
45
|
-
The [Angular Chip Component](https://www.telerik.com/kendo-angular-ui/components/buttons/buttongroup/collections/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) represents a piece of information or an entity in a compact form. Chips, also called Pills, can typically be selected and removed. These useful tools are most often used to represent people in email clients.
|
|
46
|
-
|
|
47
|
-
### Key Features
|
|
48
|
-
|
|
49
|
-
* **Appearance:** Built-in options for size, border radius, fill, and theme colors make styling easy.
|
|
50
|
-
* **Content Setup:** Either manually define content or programatically pass in a string.
|
|
51
|
-
* **Customization:** Customize the default remove icon or display avatars.
|
|
52
|
-
|
|
53
|
-
## Angular ChipList Component
|
|
54
|
-
|
|
55
|
-
The [Angular Chiplist Component](https://www.telerik.com/kendo-angular-ui/components/buttons/chiplist/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) is a container for two or more Chip components. It's a great way to manage selected entities such as recipients of an email.
|
|
56
|
-
|
|
57
|
-
### Key Features
|
|
58
|
-
|
|
59
|
-
* **Selection Mode:** By default, Chips cannot be selected and the mode is set to none. But you can enable single or multiple selection modes.
|
|
60
|
-
* **Size:** Setting the size of the ChipList determines the gap beteen individual Chips.
|
|
61
|
-
|
|
62
|
-
## Angular DropDownButton Component
|
|
63
|
-
|
|
64
|
-
The [Angular DropDownButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) displays a list with action items when clicked. Many configuration options allow you to confure the button and its dropdown menu, bind data, set icons, and more.
|
|
65
|
-
|
|
66
|
-
### Key Features
|
|
67
|
-
|
|
68
|
-
* **Data Binding:** Populate the button and menu content by binding to local or remote data.
|
|
69
|
-
* **Templates:** Use templates to customize the popup menu and the items contained within.
|
|
70
|
-
* **Icon DropDown:** Choose to render an icon with the menu items by choosing from the Kendo UI Icon collection or provide your own.
|
|
71
|
-
* **Appearance:** Built-in options for size, border radius, fill, and theme colors make styling easy.
|
|
72
|
-
|
|
73
|
-
## Angular FloatingActionButton Component
|
|
74
|
-
|
|
75
|
-
The [Angular FloatingActionButton](https://www.telerik.com/kendo-angular-ui/components/buttons/floatingactionbutton/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) makes the most primary function of the application most availble by rendeing a button overlayed in an obvious location. When clicked, you can optionally, show additional options. A common example without secondary actions is the new email button in your Gmail app. A common example of a FloatingActionButton with secondard actions is a share button. When clicked, it shows your sharing options.
|
|
76
|
-
|
|
77
|
-
### Key Features
|
|
78
|
-
|
|
79
|
-
* **Icon FloatingActionButton:** The FloatingActionButton enables you to display various types of icons including the built-in Kendo UI icons or your own images.
|
|
80
|
-
* **Positioning:** Align and position the FloatingActionButton in relation to a web page, an HTML element, or another Angular Component.
|
|
81
|
-
* **Dial Items:** Display a stack of related sub-actions when the FloatingActionButton is clicked.
|
|
82
|
-
* **Templates:** Define templates to display custom content or customize the appearance of the FloatingActionButton Dial items list.
|
|
83
|
-
* **Appearance:** The FloatingActionButton delivers ready-to-use, predefined sets of styling options.
|
|
84
|
-
|
|
85
|
-
## Angular SplitButton Component
|
|
86
|
-
|
|
87
|
-
The [Angular SplitButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) gives the user a choise to click the main action or drop down a menu for additional choices.
|
|
88
|
-
|
|
89
|
-
### Key Features
|
|
90
|
-
|
|
91
|
-
* **Icon SplitButton"** The SplitButton enables you to display various types of icons including the built-in Kendo UI icons or your own images.
|
|
92
|
-
* **Popup Items and Templates:** Configure the SplitButton popup and popup items by visually enhancing their rendering and by using templates for controlling their content.
|
|
93
|
-
* **Content:** Configure the content of the SplitButton by adding it between the opening and the closing tags and by setting its text property.
|
|
94
|
-
* **Data Binding:** Bind the SplitButton to data of the primitive (strings and numbers) or of the complex (data inside objects) type.
|
|
95
|
-
|
|
96
|
-
## Angular Buttons Package Features
|
|
97
|
-
|
|
98
|
-
The following features are available across all the components in this package:
|
|
99
|
-
|
|
100
|
-
* **Disabled state:** To make the component read-only, just change a single property.
|
|
101
|
-
* **Custom rendering:** You can replace the content of the buttons with custom icons, text and elements.
|
|
102
|
-
* **Keyboard navigation:** You can interact with the buttons using only the keyboard.
|
|
103
|
-
* **Accessibility support:** The Buttons are compliant with WAI-ARIA and Section 508.
|
|
104
|
-
* [**Theme support:**](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) The Angular Buttons, as well as all+ components in the Kendo UI for Angular suite, are styled in three polished themes (Bootstrap, Material, and Default) and can be further customized to match your specific design guidelines.
|
|
29
|
+
* Disabled Buttons—You can render the Buttons in their disabled state so that users cannot interact with them. [Read more about the Disabled Button...](https://www.telerik.com/kendo-angular-ui/components/buttons/button/disabled-state)
|
|
30
|
+
* Icon Buttons—All Buttons components provide configuration options that enable the easy rendering of icon, icon-and-text, or text-only buttons. What's more, you can not only use any icon from the rich collection of built-in Kendo UI icons, but also FontAwesome or image icons. [Read more about the Icon Button...](https://www.telerik.com/kendo-angular-ui/components/buttons/button/icons)
|
|
31
|
+
* Customizable Appearance—The color and style of the Buttons are normally picked up by the current Kendo UI theme, but each aspect of the Buttons can be customized by theme variables or configuration options. Kendo UI for Angular delivers a set of popular themes including Bootstrap and Material, all of which can be easily customized with the Progress ThemeBuilder online utility. [Read more about the appearance of the Button...](https://www.telerik.com/kendo-angular-ui/components/buttons/button/appearance)
|
|
32
|
+
* Globalization—The Kendo UI for Angular Buttons support globalization to ensure that each Buttons component can fit well in any application, no matter what languages and locales need to be supported. Additionally, the Buttons support rendering in a right-to-left (RTL) direction. [Read more about Buttons globalization...](https://www.telerik.com/kendo-angular-ui/components/buttons/globalization)
|
|
105
33
|
|
|
106
34
|
## Support Options
|
|
107
35
|
|
|
108
|
-
For any issues you might encounter while working with the Angular Buttons,
|
|
109
|
-
|
|
110
|
-
* **Industry-leading technical support:** Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use [the dedicated support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons).
|
|
111
|
-
* **Product forums:** The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-ui-angular?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) are part of the free support you can get from the community and from the Kendo UI for Angular team.
|
|
112
|
-
* **Feedback portal:** The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-buttons) is where you can request and vote for new features to be added.
|
|
36
|
+
For any issues you might encounter while working with the Kendo UI for Angular Buttons, you have the following support channels available:
|
|
113
37
|
|
|
38
|
+
* Industry-leading technical support—Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-center/contact-us/technical-support).
|
|
39
|
+
* Product forums—The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
|
|
40
|
+
* Feedback portal—The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
|
|
114
41
|
|
|
115
42
|
## Resources
|
|
116
43
|
|
|
117
|
-
* [
|
|
44
|
+
* [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
|
|
45
|
+
* [Getting Started with the Kendo UI for Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/buttons/installation/getting-started)
|
|
118
46
|
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
|
|
119
47
|
* [Blogs](http://www.telerik.com/blogs/kendo-ui)
|
|
120
48
|
* [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
|
|
121
49
|
|
|
122
|
-
## Questions and Feedback
|
|
123
|
-
|
|
124
|
-
* [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
|
|
125
|
-
* [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
|
|
126
|
-
* [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
|
127
|
-
* [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
|
128
|
-
|
|
129
50
|
*Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
|
130
51
|
|
|
131
52
|
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
|
|
@@ -65,10 +65,10 @@ export declare class ChipListComponent implements OnInit, AfterViewInit, AfterCo
|
|
|
65
65
|
*/
|
|
66
66
|
onClick($event: any): void;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
69
|
-
* are part of the default tabbing sequence of the page.
|
|
68
|
+
* By default, keyboard navigation is available through arrow keys and roving tabindex.
|
|
69
|
+
* When set to `false`, all chips are part of the default tabbing sequence of the page.
|
|
70
70
|
*
|
|
71
|
-
* @default
|
|
71
|
+
* @default true
|
|
72
72
|
*/
|
|
73
73
|
set navigable(value: boolean);
|
|
74
74
|
get navigable(): boolean;
|
|
@@ -43,7 +43,7 @@ export class ChipListComponent {
|
|
|
43
43
|
this.role = 'listbox';
|
|
44
44
|
this._size = 'medium';
|
|
45
45
|
this.subs = new Subscription();
|
|
46
|
-
this._navigable =
|
|
46
|
+
this._navigable = true;
|
|
47
47
|
this.currentActiveIndex = 0;
|
|
48
48
|
validatePackage(packageMetadata);
|
|
49
49
|
this.direction = localizationService.rtl ? 'rtl' : 'ltr';
|
|
@@ -97,10 +97,10 @@ export class ChipListComponent {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
101
|
-
* are part of the default tabbing sequence of the page.
|
|
100
|
+
* By default, keyboard navigation is available through arrow keys and roving tabindex.
|
|
101
|
+
* When set to `false`, all chips are part of the default tabbing sequence of the page.
|
|
102
102
|
*
|
|
103
|
-
* @default
|
|
103
|
+
* @default true
|
|
104
104
|
*/
|
|
105
105
|
set navigable(value) {
|
|
106
106
|
this._navigable = value;
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.0.0-develop.
|
|
12
|
+
publishDate: 1729256582,
|
|
13
|
+
version: '17.0.0-develop.12',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-buttons',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '17.0.0-develop.
|
|
29
|
+
publishDate: 1729256582,
|
|
30
|
+
version: '17.0.0-develop.12',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -1505,7 +1505,7 @@ class ChipListComponent {
|
|
|
1505
1505
|
this.role = 'listbox';
|
|
1506
1506
|
this._size = 'medium';
|
|
1507
1507
|
this.subs = new Subscription();
|
|
1508
|
-
this._navigable =
|
|
1508
|
+
this._navigable = true;
|
|
1509
1509
|
this.currentActiveIndex = 0;
|
|
1510
1510
|
validatePackage(packageMetadata);
|
|
1511
1511
|
this.direction = localizationService.rtl ? 'rtl' : 'ltr';
|
|
@@ -1559,10 +1559,10 @@ class ChipListComponent {
|
|
|
1559
1559
|
}
|
|
1560
1560
|
}
|
|
1561
1561
|
/**
|
|
1562
|
-
*
|
|
1563
|
-
* are part of the default tabbing sequence of the page.
|
|
1562
|
+
* By default, keyboard navigation is available through arrow keys and roving tabindex.
|
|
1563
|
+
* When set to `false`, all chips are part of the default tabbing sequence of the page.
|
|
1564
1564
|
*
|
|
1565
|
-
* @default
|
|
1565
|
+
* @default true
|
|
1566
1566
|
*/
|
|
1567
1567
|
set navigable(value) {
|
|
1568
1568
|
var _a, _b;
|
|
@@ -44,8 +44,8 @@ const packageMetadata = {
|
|
|
44
44
|
name: '@progress/kendo-angular-buttons',
|
|
45
45
|
productName: 'Kendo UI for Angular',
|
|
46
46
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
47
|
-
publishDate:
|
|
48
|
-
version: '17.0.0-develop.
|
|
47
|
+
publishDate: 1729256582,
|
|
48
|
+
version: '17.0.0-develop.12',
|
|
49
49
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -1503,7 +1503,7 @@ class ChipListComponent {
|
|
|
1503
1503
|
this.role = 'listbox';
|
|
1504
1504
|
this._size = 'medium';
|
|
1505
1505
|
this.subs = new Subscription();
|
|
1506
|
-
this._navigable =
|
|
1506
|
+
this._navigable = true;
|
|
1507
1507
|
this.currentActiveIndex = 0;
|
|
1508
1508
|
validatePackage(packageMetadata);
|
|
1509
1509
|
this.direction = localizationService.rtl ? 'rtl' : 'ltr';
|
|
@@ -1557,10 +1557,10 @@ class ChipListComponent {
|
|
|
1557
1557
|
}
|
|
1558
1558
|
}
|
|
1559
1559
|
/**
|
|
1560
|
-
*
|
|
1561
|
-
* are part of the default tabbing sequence of the page.
|
|
1560
|
+
* By default, keyboard navigation is available through arrow keys and roving tabindex.
|
|
1561
|
+
* When set to `false`, all chips are part of the default tabbing sequence of the page.
|
|
1562
1562
|
*
|
|
1563
|
-
* @default
|
|
1563
|
+
* @default true
|
|
1564
1564
|
*/
|
|
1565
1565
|
set navigable(value) {
|
|
1566
1566
|
this._navigable = value;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.12",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@angular/core": "15 - 18",
|
|
26
26
|
"@angular/platform-browser": "15 - 18",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "17.0.0-develop.12",
|
|
29
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.12",
|
|
30
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.12",
|
|
31
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.12",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.12",
|
|
37
37
|
"@progress/kendo-common": "^0.2.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|