@progress/kendo-angular-toolbar 23.0.0-develop.5 → 23.0.0-develop.7
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/common/size.d.ts +0 -1
- package/fesm2022/progress-kendo-angular-toolbar.mjs +10 -23
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
- package/toolbar.component.d.ts +2 -4
- package/tools/toolbar-button.component.d.ts +3 -10
- package/tools/toolbar-dropdownbutton.component.d.ts +2 -4
- package/tools/toolbar-splitbutton.component.d.ts +2 -4
package/common/size.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ const packageMetadata = {
|
|
|
27
27
|
productCode: 'KENDOUIANGULAR',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR'],
|
|
29
29
|
publishDate: 0,
|
|
30
|
-
version: '23.0.0-develop.
|
|
30
|
+
version: '23.0.0-develop.7',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -1243,8 +1243,7 @@ class ToolBarComponent {
|
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Sets the fill mode for the ToolBar.
|
|
1245
1245
|
* This property controls the background and border styles of the ToolBar
|
|
1246
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/toolbar/appearance#fill-mode)).
|
|
1247
|
-
* @default undefined
|
|
1246
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/toolbar/appearance#fill-mode)). The default value is set by the Kendo theme.
|
|
1248
1247
|
*/
|
|
1249
1248
|
set fillMode(fillMode) {
|
|
1250
1249
|
this.handleClasses(fillMode, 'fillMode');
|
|
@@ -1261,8 +1260,7 @@ class ToolBarComponent {
|
|
|
1261
1260
|
tabindex = 0;
|
|
1262
1261
|
/**
|
|
1263
1262
|
* Sets the size for all ToolBar elements.
|
|
1264
|
-
* Use this property to control the padding of the ToolBar elements.
|
|
1265
|
-
* @default undefined
|
|
1263
|
+
* Use this property to control the padding of the ToolBar elements. The default value is set by the Kendo theme.
|
|
1266
1264
|
*/
|
|
1267
1265
|
set size(size) {
|
|
1268
1266
|
this.handleClasses(size, 'size');
|
|
@@ -2769,22 +2767,15 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
|
|
|
2769
2767
|
*/
|
|
2770
2768
|
selected = false;
|
|
2771
2769
|
/**
|
|
2772
|
-
* Specifies the background and border styles of the Button.
|
|
2773
|
-
* Accepts a `ButtonFillMode` value.
|
|
2774
|
-
* @default undefined
|
|
2770
|
+
* Specifies the background and border styles of the Button. The default value is set by the Kendo theme.
|
|
2775
2771
|
*/
|
|
2776
2772
|
fillMode = undefined;
|
|
2777
2773
|
/**
|
|
2778
|
-
* Specifies the border radius of the Button.
|
|
2779
|
-
* Accepts a `ButtonRounded` value.
|
|
2780
|
-
*
|
|
2781
|
-
* @default undefined
|
|
2774
|
+
* Specifies the border radius of the Button. The default value is set by the Kendo theme.
|
|
2782
2775
|
*/
|
|
2783
2776
|
rounded = undefined;
|
|
2784
2777
|
/**
|
|
2785
|
-
* Specifies the predefined theme color of the Button.
|
|
2786
|
-
* Accepts a `ButtonThemeColor` value.
|
|
2787
|
-
* @default undefined
|
|
2778
|
+
* Specifies the predefined theme color of the Button. The default value is set by the Kendo theme.
|
|
2788
2779
|
*/
|
|
2789
2780
|
themeColor = undefined;
|
|
2790
2781
|
/**
|
|
@@ -3921,15 +3912,13 @@ class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
|
|
|
3921
3912
|
}
|
|
3922
3913
|
/**
|
|
3923
3914
|
* Sets the fill mode for the button.
|
|
3924
|
-
* The fill mode represents the background and border styles.
|
|
3925
|
-
* @default undefined
|
|
3915
|
+
* The fill mode represents the background and border styles. The default value is set by the Kendo theme.
|
|
3926
3916
|
*/
|
|
3927
3917
|
fillMode = undefined;
|
|
3928
3918
|
/**
|
|
3929
3919
|
* Sets the predefined theme color for the button.
|
|
3930
3920
|
* The theme color applies to the background, border, and text
|
|
3931
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/dropdownbuttoncomponent#themecolor)).
|
|
3932
|
-
* @default undefined
|
|
3921
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/dropdownbuttoncomponent#themecolor)). The default value is set by the Kendo theme.
|
|
3933
3922
|
*/
|
|
3934
3923
|
themeColor = undefined;
|
|
3935
3924
|
/**
|
|
@@ -4484,14 +4473,12 @@ class ToolBarSplitButtonComponent extends ToolBarToolComponent {
|
|
|
4484
4473
|
}
|
|
4485
4474
|
/**
|
|
4486
4475
|
* Sets the fill mode for the button.
|
|
4487
|
-
* The fill mode represents the background and border styles.
|
|
4488
|
-
* @default undefined
|
|
4476
|
+
* The fill mode represents the background and border styles. The default value is set by the Kendo theme.
|
|
4489
4477
|
*/
|
|
4490
4478
|
fillMode = undefined;
|
|
4491
4479
|
/**
|
|
4492
4480
|
* Sets the predefined theme color for the button.
|
|
4493
|
-
* The theme color applies to the background, border, and text.
|
|
4494
|
-
* @default undefined
|
|
4481
|
+
* The theme color applies to the background, border, and text. The default value is set by the Kendo theme.
|
|
4495
4482
|
*/
|
|
4496
4483
|
themeColor = undefined;
|
|
4497
4484
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.0-develop.
|
|
10
|
+
"publishDate": 1770380065,
|
|
11
|
+
"version": "23.0.0-develop.7",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-toolbar",
|
|
3
|
-
"version": "23.0.0-develop.
|
|
3
|
+
"version": "23.0.0-develop.7",
|
|
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": 1770380065,
|
|
49
49
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
@@ -55,17 +55,17 @@
|
|
|
55
55
|
"@angular/core": "19 - 21",
|
|
56
56
|
"@angular/platform-browser": "19 - 21",
|
|
57
57
|
"@progress/kendo-licensing": "^1.10.0",
|
|
58
|
-
"@progress/kendo-angular-buttons": "23.0.0-develop.
|
|
59
|
-
"@progress/kendo-angular-common": "23.0.0-develop.
|
|
60
|
-
"@progress/kendo-angular-l10n": "23.0.0-develop.
|
|
61
|
-
"@progress/kendo-angular-icons": "23.0.0-develop.
|
|
62
|
-
"@progress/kendo-angular-indicators": "23.0.0-develop.
|
|
63
|
-
"@progress/kendo-angular-popup": "23.0.0-develop.
|
|
58
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.7",
|
|
59
|
+
"@progress/kendo-angular-common": "23.0.0-develop.7",
|
|
60
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.7",
|
|
61
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.7",
|
|
62
|
+
"@progress/kendo-angular-indicators": "23.0.0-develop.7",
|
|
63
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.7",
|
|
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": "23.0.0-develop.
|
|
68
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.7"
|
|
69
69
|
},
|
|
70
70
|
"schematics": "./schematics/collection.json",
|
|
71
71
|
"module": "fesm2022/progress-kendo-angular-toolbar.mjs",
|
package/toolbar.component.d.ts
CHANGED
|
@@ -104,8 +104,7 @@ export declare class ToolBarComponent {
|
|
|
104
104
|
/**
|
|
105
105
|
* Sets the fill mode for the ToolBar.
|
|
106
106
|
* This property controls the background and border styles of the ToolBar
|
|
107
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/toolbar/appearance#fill-mode)).
|
|
108
|
-
* @default undefined
|
|
107
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/toolbar/appearance#fill-mode)). The default value is set by the Kendo theme.
|
|
109
108
|
*/
|
|
110
109
|
set fillMode(fillMode: ToolbarFillMode);
|
|
111
110
|
get fillMode(): ToolbarFillMode;
|
|
@@ -117,8 +116,7 @@ export declare class ToolBarComponent {
|
|
|
117
116
|
tabindex: number;
|
|
118
117
|
/**
|
|
119
118
|
* Sets the size for all ToolBar elements.
|
|
120
|
-
* Use this property to control the padding of the ToolBar elements.
|
|
121
|
-
* @default undefined
|
|
119
|
+
* Use this property to control the padding of the ToolBar elements. The default value is set by the Kendo theme.
|
|
122
120
|
*/
|
|
123
121
|
set size(size: ToolbarSize);
|
|
124
122
|
get size(): ToolbarSize;
|
|
@@ -95,22 +95,15 @@ export declare class ToolBarButtonComponent extends ToolBarToolComponent {
|
|
|
95
95
|
*/
|
|
96
96
|
selected: boolean;
|
|
97
97
|
/**
|
|
98
|
-
* Specifies the background and border styles of the Button.
|
|
99
|
-
* Accepts a `ButtonFillMode` value.
|
|
100
|
-
* @default undefined
|
|
98
|
+
* Specifies the background and border styles of the Button. The default value is set by the Kendo theme.
|
|
101
99
|
*/
|
|
102
100
|
fillMode: ButtonFillMode;
|
|
103
101
|
/**
|
|
104
|
-
* Specifies the border radius of the Button.
|
|
105
|
-
* Accepts a `ButtonRounded` value.
|
|
106
|
-
*
|
|
107
|
-
* @default undefined
|
|
102
|
+
* Specifies the border radius of the Button. The default value is set by the Kendo theme.
|
|
108
103
|
*/
|
|
109
104
|
rounded: ButtonRounded;
|
|
110
105
|
/**
|
|
111
|
-
* Specifies the predefined theme color of the Button.
|
|
112
|
-
* Accepts a `ButtonThemeColor` value.
|
|
113
|
-
* @default undefined
|
|
106
|
+
* Specifies the predefined theme color of the Button. The default value is set by the Kendo theme.
|
|
114
107
|
*/
|
|
115
108
|
themeColor: ButtonThemeColor;
|
|
116
109
|
/**
|
|
@@ -91,15 +91,13 @@ export declare class ToolBarDropDownButtonComponent extends ToolBarToolComponent
|
|
|
91
91
|
set primary(primary: boolean);
|
|
92
92
|
/**
|
|
93
93
|
* Sets the fill mode for the button.
|
|
94
|
-
* The fill mode represents the background and border styles.
|
|
95
|
-
* @default undefined
|
|
94
|
+
* The fill mode represents the background and border styles. The default value is set by the Kendo theme.
|
|
96
95
|
*/
|
|
97
96
|
fillMode: ButtonFillMode;
|
|
98
97
|
/**
|
|
99
98
|
* Sets the predefined theme color for the button.
|
|
100
99
|
* The theme color applies to the background, border, and text
|
|
101
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/dropdownbuttoncomponent#themecolor)).
|
|
102
|
-
* @default undefined
|
|
100
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/dropdownbuttoncomponent#themecolor)). The default value is set by the Kendo theme.
|
|
103
101
|
*/
|
|
104
102
|
themeColor: ButtonThemeColor;
|
|
105
103
|
/**
|
|
@@ -75,14 +75,12 @@ export declare class ToolBarSplitButtonComponent extends ToolBarToolComponent im
|
|
|
75
75
|
get popupSettings(): PopupSettings;
|
|
76
76
|
/**
|
|
77
77
|
* Sets the fill mode for the button.
|
|
78
|
-
* The fill mode represents the background and border styles.
|
|
79
|
-
* @default undefined
|
|
78
|
+
* The fill mode represents the background and border styles. The default value is set by the Kendo theme.
|
|
80
79
|
*/
|
|
81
80
|
fillMode: ButtonFillMode;
|
|
82
81
|
/**
|
|
83
82
|
* Sets the predefined theme color for the button.
|
|
84
|
-
* The theme color applies to the background, border, and text.
|
|
85
|
-
* @default undefined
|
|
83
|
+
* The theme color applies to the background, border, and text. The default value is set by the Kendo theme.
|
|
86
84
|
*/
|
|
87
85
|
themeColor: ButtonThemeColor;
|
|
88
86
|
/**
|