@progress/kendo-angular-toolbar 16.0.0-develop.11 → 16.0.0-develop.13
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/esm2020/package-metadata.mjs +2 -2
- package/esm2020/toolbar.component.mjs +1 -1
- package/esm2020/tools/toolbar-buttongroup.component.mjs +6 -4
- package/fesm2015/progress-kendo-angular-toolbar.mjs +9 -7
- package/fesm2020/progress-kendo-angular-toolbar.mjs +9 -7
- package/package.json +7 -7
- package/toolbar.component.d.ts +1 -1
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-toolbar',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.0.0-develop.
|
|
12
|
+
publishDate: 1715097651,
|
|
13
|
+
version: '16.0.0-develop.13',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -100,7 +100,7 @@ export class ToolBarComponent {
|
|
|
100
100
|
return this.overflow;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
* Configures the popup of the ToolBar
|
|
103
|
+
* Configures the popup of the ToolBar overflow button ([see example]({% slug responsive_toolbar %}#toc-popup-customization)).
|
|
104
104
|
*
|
|
105
105
|
* The available options are:
|
|
106
106
|
* - `animate: Boolean`—Controls the popup animation. By default, the open and close animations are enabled.
|
|
@@ -156,8 +156,9 @@ ToolBarButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
156
156
|
(navigate)="onNavigate($event)"
|
|
157
157
|
(focus)="onFocus()"
|
|
158
158
|
>
|
|
159
|
-
<
|
|
159
|
+
<button
|
|
160
160
|
kendoButton
|
|
161
|
+
type="button"
|
|
161
162
|
*ngFor="let button of buttonComponents"
|
|
162
163
|
[ngStyle]="button.style"
|
|
163
164
|
[ngClass]="button.className"
|
|
@@ -177,7 +178,7 @@ ToolBarButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
177
178
|
(selectedChange)="selectedChangeHandler($event, button)"
|
|
178
179
|
>
|
|
179
180
|
{{ button.toolbarOptions.text }}
|
|
180
|
-
</
|
|
181
|
+
</button>
|
|
181
182
|
</kendo-buttongroup>
|
|
182
183
|
</ng-template>
|
|
183
184
|
<ng-template #popupTemplate>
|
|
@@ -224,8 +225,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
224
225
|
(navigate)="onNavigate($event)"
|
|
225
226
|
(focus)="onFocus()"
|
|
226
227
|
>
|
|
227
|
-
<
|
|
228
|
+
<button
|
|
228
229
|
kendoButton
|
|
230
|
+
type="button"
|
|
229
231
|
*ngFor="let button of buttonComponents"
|
|
230
232
|
[ngStyle]="button.style"
|
|
231
233
|
[ngClass]="button.className"
|
|
@@ -245,7 +247,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
245
247
|
(selectedChange)="selectedChangeHandler($event, button)"
|
|
246
248
|
>
|
|
247
249
|
{{ button.toolbarOptions.text }}
|
|
248
|
-
</
|
|
250
|
+
</button>
|
|
249
251
|
</kendo-buttongroup>
|
|
250
252
|
</ng-template>
|
|
251
253
|
<ng-template #popupTemplate>
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-toolbar',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '16.0.0-develop.
|
|
31
|
+
publishDate: 1715097651,
|
|
32
|
+
version: '16.0.0-develop.13',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -785,7 +785,7 @@ class ToolBarComponent {
|
|
|
785
785
|
return this.overflow;
|
|
786
786
|
}
|
|
787
787
|
/**
|
|
788
|
-
* Configures the popup of the ToolBar
|
|
788
|
+
* Configures the popup of the ToolBar overflow button ([see example]({% slug responsive_toolbar %}#toc-popup-customization)).
|
|
789
789
|
*
|
|
790
790
|
* The available options are:
|
|
791
791
|
* - `animate: Boolean`—Controls the popup animation. By default, the open and close animations are enabled.
|
|
@@ -1985,8 +1985,9 @@ ToolBarButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
1985
1985
|
(navigate)="onNavigate($event)"
|
|
1986
1986
|
(focus)="onFocus()"
|
|
1987
1987
|
>
|
|
1988
|
-
<
|
|
1988
|
+
<button
|
|
1989
1989
|
kendoButton
|
|
1990
|
+
type="button"
|
|
1990
1991
|
*ngFor="let button of buttonComponents"
|
|
1991
1992
|
[ngStyle]="button.style"
|
|
1992
1993
|
[ngClass]="button.className"
|
|
@@ -2006,7 +2007,7 @@ ToolBarButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
2006
2007
|
(selectedChange)="selectedChangeHandler($event, button)"
|
|
2007
2008
|
>
|
|
2008
2009
|
{{ button.toolbarOptions.text }}
|
|
2009
|
-
</
|
|
2010
|
+
</button>
|
|
2010
2011
|
</kendo-buttongroup>
|
|
2011
2012
|
</ng-template>
|
|
2012
2013
|
<ng-template #popupTemplate>
|
|
@@ -2053,8 +2054,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2053
2054
|
(navigate)="onNavigate($event)"
|
|
2054
2055
|
(focus)="onFocus()"
|
|
2055
2056
|
>
|
|
2056
|
-
<
|
|
2057
|
+
<button
|
|
2057
2058
|
kendoButton
|
|
2059
|
+
type="button"
|
|
2058
2060
|
*ngFor="let button of buttonComponents"
|
|
2059
2061
|
[ngStyle]="button.style"
|
|
2060
2062
|
[ngClass]="button.className"
|
|
@@ -2074,7 +2076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2074
2076
|
(selectedChange)="selectedChangeHandler($event, button)"
|
|
2075
2077
|
>
|
|
2076
2078
|
{{ button.toolbarOptions.text }}
|
|
2077
|
-
</
|
|
2079
|
+
</button>
|
|
2078
2080
|
</kendo-buttongroup>
|
|
2079
2081
|
</ng-template>
|
|
2080
2082
|
<ng-template #popupTemplate>
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-toolbar',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '16.0.0-develop.
|
|
31
|
+
publishDate: 1715097651,
|
|
32
|
+
version: '16.0.0-develop.13',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -785,7 +785,7 @@ class ToolBarComponent {
|
|
|
785
785
|
return this.overflow;
|
|
786
786
|
}
|
|
787
787
|
/**
|
|
788
|
-
* Configures the popup of the ToolBar
|
|
788
|
+
* Configures the popup of the ToolBar overflow button ([see example]({% slug responsive_toolbar %}#toc-popup-customization)).
|
|
789
789
|
*
|
|
790
790
|
* The available options are:
|
|
791
791
|
* - `animate: Boolean`—Controls the popup animation. By default, the open and close animations are enabled.
|
|
@@ -1983,8 +1983,9 @@ ToolBarButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
1983
1983
|
(navigate)="onNavigate($event)"
|
|
1984
1984
|
(focus)="onFocus()"
|
|
1985
1985
|
>
|
|
1986
|
-
<
|
|
1986
|
+
<button
|
|
1987
1987
|
kendoButton
|
|
1988
|
+
type="button"
|
|
1988
1989
|
*ngFor="let button of buttonComponents"
|
|
1989
1990
|
[ngStyle]="button.style"
|
|
1990
1991
|
[ngClass]="button.className"
|
|
@@ -2004,7 +2005,7 @@ ToolBarButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
2004
2005
|
(selectedChange)="selectedChangeHandler($event, button)"
|
|
2005
2006
|
>
|
|
2006
2007
|
{{ button.toolbarOptions.text }}
|
|
2007
|
-
</
|
|
2008
|
+
</button>
|
|
2008
2009
|
</kendo-buttongroup>
|
|
2009
2010
|
</ng-template>
|
|
2010
2011
|
<ng-template #popupTemplate>
|
|
@@ -2051,8 +2052,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2051
2052
|
(navigate)="onNavigate($event)"
|
|
2052
2053
|
(focus)="onFocus()"
|
|
2053
2054
|
>
|
|
2054
|
-
<
|
|
2055
|
+
<button
|
|
2055
2056
|
kendoButton
|
|
2057
|
+
type="button"
|
|
2056
2058
|
*ngFor="let button of buttonComponents"
|
|
2057
2059
|
[ngStyle]="button.style"
|
|
2058
2060
|
[ngClass]="button.className"
|
|
@@ -2072,7 +2074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2072
2074
|
(selectedChange)="selectedChangeHandler($event, button)"
|
|
2073
2075
|
>
|
|
2074
2076
|
{{ button.toolbarOptions.text }}
|
|
2075
|
-
</
|
|
2077
|
+
</button>
|
|
2076
2078
|
</kendo-buttongroup>
|
|
2077
2079
|
</ng-template>
|
|
2078
2080
|
<ng-template #popupTemplate>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-toolbar",
|
|
3
|
-
"version": "16.0.0-develop.
|
|
3
|
+
"version": "16.0.0-develop.13",
|
|
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",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"@angular/core": "15 - 17",
|
|
30
30
|
"@angular/platform-browser": "15 - 17",
|
|
31
31
|
"@progress/kendo-licensing": "^1.0.2",
|
|
32
|
-
"@progress/kendo-angular-buttons": "16.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-common": "16.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-l10n": "16.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "16.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "16.0.0-develop.
|
|
32
|
+
"@progress/kendo-angular-buttons": "16.0.0-develop.13",
|
|
33
|
+
"@progress/kendo-angular-common": "16.0.0-develop.13",
|
|
34
|
+
"@progress/kendo-angular-l10n": "16.0.0-develop.13",
|
|
35
|
+
"@progress/kendo-angular-icons": "16.0.0-develop.13",
|
|
36
|
+
"@progress/kendo-angular-popup": "16.0.0-develop.13",
|
|
37
37
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"tslib": "^2.3.1",
|
|
41
|
-
"@progress/kendo-angular-schematics": "16.0.0-develop.
|
|
41
|
+
"@progress/kendo-angular-schematics": "16.0.0-develop.13"
|
|
42
42
|
},
|
|
43
43
|
"schematics": "./schematics/collection.json",
|
|
44
44
|
"module": "fesm2015/progress-kendo-angular-toolbar.mjs",
|
package/toolbar.component.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export declare class ToolBarComponent {
|
|
|
40
40
|
set resizable(value: boolean);
|
|
41
41
|
get resizable(): boolean;
|
|
42
42
|
/**
|
|
43
|
-
* Configures the popup of the ToolBar
|
|
43
|
+
* Configures the popup of the ToolBar overflow button ([see example]({% slug responsive_toolbar %}#toc-popup-customization)).
|
|
44
44
|
*
|
|
45
45
|
* The available options are:
|
|
46
46
|
* - `animate: Boolean`—Controls the popup animation. By default, the open and close animations are enabled.
|