@progress/kendo-angular-scheduler 11.0.0-develop.116 → 11.0.0-develop.118
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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-scheduler',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '11.0.0-develop.
|
|
12
|
+
publishDate: 1673944845,
|
|
13
|
+
version: '11.0.0-develop.118',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -82,15 +82,14 @@ MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
82
82
|
>
|
|
83
83
|
</ng-container>
|
|
84
84
|
|
|
85
|
-
<
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</kendo-icon-wrapper>
|
|
85
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
86
|
+
<kendo-icon-wrapper
|
|
87
|
+
innerCssClass="k-i-more-horizontal"
|
|
88
|
+
name="more-horizontal"
|
|
89
|
+
[svgIcon]="moreHorizontalIcon"
|
|
90
|
+
>
|
|
91
|
+
</kendo-icon-wrapper>
|
|
92
|
+
</div>
|
|
94
93
|
`, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i5.DatePipe } });
|
|
95
94
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
96
95
|
type: Component,
|
|
@@ -108,15 +107,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
108
107
|
>
|
|
109
108
|
</ng-container>
|
|
110
109
|
|
|
111
|
-
<
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</kendo-icon-wrapper>
|
|
110
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
111
|
+
<kendo-icon-wrapper
|
|
112
|
+
innerCssClass="k-i-more-horizontal"
|
|
113
|
+
name="more-horizontal"
|
|
114
|
+
[svgIcon]="moreHorizontalIcon"
|
|
115
|
+
>
|
|
116
|
+
</kendo-icon-wrapper>
|
|
117
|
+
</div>
|
|
120
118
|
`
|
|
121
119
|
}]
|
|
122
120
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.MonthSlotService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { resourcesByIndex: [{
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-scheduler',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '11.0.0-develop.
|
|
49
|
+
publishDate: 1673944845,
|
|
50
|
+
version: '11.0.0-develop.118',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -10864,15 +10864,14 @@ MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
10864
10864
|
>
|
|
10865
10865
|
</ng-container>
|
|
10866
10866
|
|
|
10867
|
-
<
|
|
10868
|
-
|
|
10869
|
-
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10873
|
-
|
|
10874
|
-
|
|
10875
|
-
</kendo-icon-wrapper>
|
|
10867
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
10868
|
+
<kendo-icon-wrapper
|
|
10869
|
+
innerCssClass="k-i-more-horizontal"
|
|
10870
|
+
name="more-horizontal"
|
|
10871
|
+
[svgIcon]="moreHorizontalIcon"
|
|
10872
|
+
>
|
|
10873
|
+
</kendo-icon-wrapper>
|
|
10874
|
+
</div>
|
|
10876
10875
|
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10877
10876
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
10878
10877
|
type: Component,
|
|
@@ -10890,15 +10889,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
10890
10889
|
>
|
|
10891
10890
|
</ng-container>
|
|
10892
10891
|
|
|
10893
|
-
<
|
|
10894
|
-
|
|
10895
|
-
|
|
10896
|
-
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
</kendo-icon-wrapper>
|
|
10892
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
10893
|
+
<kendo-icon-wrapper
|
|
10894
|
+
innerCssClass="k-i-more-horizontal"
|
|
10895
|
+
name="more-horizontal"
|
|
10896
|
+
[svgIcon]="moreHorizontalIcon"
|
|
10897
|
+
>
|
|
10898
|
+
</kendo-icon-wrapper>
|
|
10899
|
+
</div>
|
|
10902
10900
|
`
|
|
10903
10901
|
}]
|
|
10904
10902
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: MonthSlotService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { resourcesByIndex: [{
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-scheduler',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '11.0.0-develop.
|
|
49
|
+
publishDate: 1673944845,
|
|
50
|
+
version: '11.0.0-develop.118',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -10859,15 +10859,14 @@ MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
10859
10859
|
>
|
|
10860
10860
|
</ng-container>
|
|
10861
10861
|
|
|
10862
|
-
<
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
|
|
10870
|
-
</kendo-icon-wrapper>
|
|
10862
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
10863
|
+
<kendo-icon-wrapper
|
|
10864
|
+
innerCssClass="k-i-more-horizontal"
|
|
10865
|
+
name="more-horizontal"
|
|
10866
|
+
[svgIcon]="moreHorizontalIcon"
|
|
10867
|
+
>
|
|
10868
|
+
</kendo-icon-wrapper>
|
|
10869
|
+
</div>
|
|
10871
10870
|
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10872
10871
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
10873
10872
|
type: Component,
|
|
@@ -10885,15 +10884,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
10885
10884
|
>
|
|
10886
10885
|
</ng-container>
|
|
10887
10886
|
|
|
10888
|
-
<
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
|
|
10893
|
-
|
|
10894
|
-
|
|
10895
|
-
|
|
10896
|
-
</kendo-icon-wrapper>
|
|
10887
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
10888
|
+
<kendo-icon-wrapper
|
|
10889
|
+
innerCssClass="k-i-more-horizontal"
|
|
10890
|
+
name="more-horizontal"
|
|
10891
|
+
[svgIcon]="moreHorizontalIcon"
|
|
10892
|
+
>
|
|
10893
|
+
</kendo-icon-wrapper>
|
|
10894
|
+
</div>
|
|
10897
10895
|
`
|
|
10898
10896
|
}]
|
|
10899
10897
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: MonthSlotService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { resourcesByIndex: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "11.0.0-develop.
|
|
3
|
+
"version": "11.0.0-develop.118",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,27 +23,27 @@
|
|
|
23
23
|
"@angular/core": "13 - 15",
|
|
24
24
|
"@angular/platform-browser": "13 - 15",
|
|
25
25
|
"@progress/kendo-data-query": "^1.0.0",
|
|
26
|
-
"@progress/kendo-date-math": "^1.3.2",
|
|
27
|
-
"@progress/kendo-draggable": "^3.0.2",
|
|
28
26
|
"@progress/kendo-drawing": "^1.17.2",
|
|
29
|
-
"@progress/kendo-file-saver": "^1.0.7",
|
|
30
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
31
|
-
"@progress/kendo-
|
|
32
|
-
"@progress/kendo-angular-
|
|
33
|
-
"@progress/kendo-angular-
|
|
34
|
-
"@progress/kendo-angular-
|
|
35
|
-
"@progress/kendo-angular-
|
|
36
|
-
"@progress/kendo-angular-
|
|
37
|
-
"@progress/kendo-angular-
|
|
38
|
-
"@progress/kendo-angular-
|
|
39
|
-
"@progress/kendo-angular-
|
|
40
|
-
"@progress/kendo-angular-
|
|
41
|
-
"@progress/kendo-angular-popup": "11.0.0-develop.116",
|
|
28
|
+
"@progress/kendo-angular-buttons": "11.0.0-develop.118",
|
|
29
|
+
"@progress/kendo-angular-common": "11.0.0-develop.118",
|
|
30
|
+
"@progress/kendo-angular-dateinputs": "11.0.0-develop.118",
|
|
31
|
+
"@progress/kendo-angular-dialog": "11.0.0-develop.118",
|
|
32
|
+
"@progress/kendo-angular-dropdowns": "11.0.0-develop.118",
|
|
33
|
+
"@progress/kendo-angular-icons": "11.0.0-develop.118",
|
|
34
|
+
"@progress/kendo-angular-inputs": "11.0.0-develop.118",
|
|
35
|
+
"@progress/kendo-angular-intl": "11.0.0-develop.118",
|
|
36
|
+
"@progress/kendo-angular-l10n": "11.0.0-develop.118",
|
|
37
|
+
"@progress/kendo-angular-popup": "11.0.0-develop.118",
|
|
42
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
43
39
|
},
|
|
44
40
|
"dependencies": {
|
|
45
41
|
"tslib": "^2.3.1",
|
|
46
|
-
"@progress/kendo-angular-schematics": "11.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.118",
|
|
43
|
+
"@progress/kendo-date-math": "^1.3.2",
|
|
44
|
+
"@progress/kendo-draggable": "^3.0.2",
|
|
45
|
+
"@progress/kendo-file-saver": "^1.0.7",
|
|
46
|
+
"@progress/kendo-recurrence": "^1.0.0"
|
|
47
47
|
},
|
|
48
48
|
"schematics": "./schematics/collection.json",
|
|
49
49
|
"module": "fesm2015/progress-kendo-angular-scheduler.mjs",
|
|
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
|
|
6
6
|
// peer dep of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '11.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '11.0.0-develop.118',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '11.0.0-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '11.0.0-develop.118',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
12
|
} });
|