@progress/kendo-angular-toolbar 23.1.0-develop.2 → 23.1.0-develop.3
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.
|
@@ -27,7 +27,7 @@ const packageMetadata = {
|
|
|
27
27
|
productCode: 'KENDOUIANGULAR',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR'],
|
|
29
29
|
publishDate: 0,
|
|
30
|
-
version: '23.1.0-develop.
|
|
30
|
+
version: '23.1.0-develop.3',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -833,7 +833,6 @@ class ToolbarMessages extends ComponentMessages {
|
|
|
833
833
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ToolbarMessages, decorators: [{
|
|
834
834
|
type: Directive,
|
|
835
835
|
args: [{
|
|
836
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
837
836
|
selector: 'kendo-toolbar-messages-base'
|
|
838
837
|
}]
|
|
839
838
|
}], propDecorators: { moreToolsTitle: [{
|
|
@@ -1096,7 +1095,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1096
1095
|
>
|
|
1097
1096
|
</kendo-icon-wrapper>
|
|
1098
1097
|
`,
|
|
1099
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
1100
1098
|
selector: '[kendoToolbarScrollableButton]',
|
|
1101
1099
|
standalone: true,
|
|
1102
1100
|
imports: [IconWrapperComponent]
|
|
@@ -1118,7 +1116,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1118
1116
|
type: Output
|
|
1119
1117
|
}] } });
|
|
1120
1118
|
|
|
1121
|
-
/* eslint-disable no-case-declarations */
|
|
1122
1119
|
const immediateResizeThreshold = 300;
|
|
1123
1120
|
const getInitialPopupSettings = (isRtl) => ({
|
|
1124
1121
|
animate: true,
|
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.1.0-develop.
|
|
10
|
+
"publishDate": 1771355948,
|
|
11
|
+
"version": "23.1.0-develop.3",
|
|
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.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.3",
|
|
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": 1771355948,
|
|
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.1.0-develop.
|
|
59
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
60
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
61
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
62
|
-
"@progress/kendo-angular-indicators": "23.1.0-develop.
|
|
63
|
-
"@progress/kendo-angular-popup": "23.1.0-develop.
|
|
58
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.3",
|
|
59
|
+
"@progress/kendo-angular-common": "23.1.0-develop.3",
|
|
60
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.3",
|
|
61
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.3",
|
|
62
|
+
"@progress/kendo-angular-indicators": "23.1.0-develop.3",
|
|
63
|
+
"@progress/kendo-angular-popup": "23.1.0-develop.3",
|
|
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.1.0-develop.
|
|
68
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.3"
|
|
69
69
|
},
|
|
70
70
|
"schematics": "./schematics/collection.json",
|
|
71
71
|
"module": "fesm2022/progress-kendo-angular-toolbar.mjs",
|