@progress/kendo-angular-scheduler 15.0.2-develop.3 → 15.0.2-develop.4
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/navigation.component.mjs +12 -0
- package/fesm2015/progress-kendo-angular-scheduler.mjs +14 -2
- package/fesm2020/progress-kendo-angular-scheduler.mjs +14 -2
- package/package.json +13 -13
- package/schematics/ngAdd/index.js +2 -2
- package/toolbar/navigation.component.d.ts +6 -2
|
@@ -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: '15.0.2-develop.
|
|
12
|
+
publishDate: 1707472269,
|
|
13
|
+
version: '15.0.2-develop.4',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -36,6 +36,18 @@ export class ToolbarNavigationComponent {
|
|
|
36
36
|
this.cd = cd;
|
|
37
37
|
this.viewContext = viewContext;
|
|
38
38
|
this.hostClass = true;
|
|
39
|
+
/**
|
|
40
|
+
* Sets the [`activeView`]({% slug api_dateinputs_calendarcomponent %}#toc-activeview) of the Calendar in the navigation component.
|
|
41
|
+
*
|
|
42
|
+
* @default month
|
|
43
|
+
*/
|
|
44
|
+
this.activeView = 'month';
|
|
45
|
+
/**
|
|
46
|
+
* Sets the [`bottomView`]({% slug api_dateinputs_calendarcomponent %}#toc-bottomview) of the Calendar in the navigation component.
|
|
47
|
+
*
|
|
48
|
+
* @default month
|
|
49
|
+
*/
|
|
50
|
+
this.bottomView = 'month';
|
|
39
51
|
/**
|
|
40
52
|
* @hidden
|
|
41
53
|
*/
|
|
@@ -50,8 +50,8 @@ const packageMetadata = {
|
|
|
50
50
|
name: '@progress/kendo-angular-scheduler',
|
|
51
51
|
productName: 'Kendo UI for Angular',
|
|
52
52
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
53
|
-
publishDate:
|
|
54
|
-
version: '15.0.2-develop.
|
|
53
|
+
publishDate: 1707472269,
|
|
54
|
+
version: '15.0.2-develop.4',
|
|
55
55
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -2306,6 +2306,18 @@ class ToolbarNavigationComponent {
|
|
|
2306
2306
|
this.cd = cd;
|
|
2307
2307
|
this.viewContext = viewContext;
|
|
2308
2308
|
this.hostClass = true;
|
|
2309
|
+
/**
|
|
2310
|
+
* Sets the [`activeView`]({% slug api_dateinputs_calendarcomponent %}#toc-activeview) of the Calendar in the navigation component.
|
|
2311
|
+
*
|
|
2312
|
+
* @default month
|
|
2313
|
+
*/
|
|
2314
|
+
this.activeView = 'month';
|
|
2315
|
+
/**
|
|
2316
|
+
* Sets the [`bottomView`]({% slug api_dateinputs_calendarcomponent %}#toc-bottomview) of the Calendar in the navigation component.
|
|
2317
|
+
*
|
|
2318
|
+
* @default month
|
|
2319
|
+
*/
|
|
2320
|
+
this.bottomView = 'month';
|
|
2309
2321
|
/**
|
|
2310
2322
|
* @hidden
|
|
2311
2323
|
*/
|
|
@@ -50,8 +50,8 @@ const packageMetadata = {
|
|
|
50
50
|
name: '@progress/kendo-angular-scheduler',
|
|
51
51
|
productName: 'Kendo UI for Angular',
|
|
52
52
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
53
|
-
publishDate:
|
|
54
|
-
version: '15.0.2-develop.
|
|
53
|
+
publishDate: 1707472269,
|
|
54
|
+
version: '15.0.2-develop.4',
|
|
55
55
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -2271,6 +2271,18 @@ class ToolbarNavigationComponent {
|
|
|
2271
2271
|
this.cd = cd;
|
|
2272
2272
|
this.viewContext = viewContext;
|
|
2273
2273
|
this.hostClass = true;
|
|
2274
|
+
/**
|
|
2275
|
+
* Sets the [`activeView`]({% slug api_dateinputs_calendarcomponent %}#toc-activeview) of the Calendar in the navigation component.
|
|
2276
|
+
*
|
|
2277
|
+
* @default month
|
|
2278
|
+
*/
|
|
2279
|
+
this.activeView = 'month';
|
|
2280
|
+
/**
|
|
2281
|
+
* Sets the [`bottomView`]({% slug api_dateinputs_calendarcomponent %}#toc-bottomview) of the Calendar in the navigation component.
|
|
2282
|
+
*
|
|
2283
|
+
* @default month
|
|
2284
|
+
*/
|
|
2285
|
+
this.bottomView = 'month';
|
|
2274
2286
|
/**
|
|
2275
2287
|
* @hidden
|
|
2276
2288
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "15.0.2-develop.
|
|
3
|
+
"version": "15.0.2-develop.4",
|
|
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",
|
|
@@ -26,22 +26,22 @@
|
|
|
26
26
|
"@progress/kendo-data-query": "^1.0.0",
|
|
27
27
|
"@progress/kendo-drawing": "^1.19.0",
|
|
28
28
|
"@progress/kendo-licensing": "^1.0.2",
|
|
29
|
-
"@progress/kendo-angular-tooltip": "15.0.2-develop.
|
|
30
|
-
"@progress/kendo-angular-buttons": "15.0.2-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "15.0.2-develop.
|
|
32
|
-
"@progress/kendo-angular-dateinputs": "15.0.2-develop.
|
|
33
|
-
"@progress/kendo-angular-dialog": "15.0.2-develop.
|
|
34
|
-
"@progress/kendo-angular-dropdowns": "15.0.2-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "15.0.2-develop.
|
|
36
|
-
"@progress/kendo-angular-inputs": "15.0.2-develop.
|
|
37
|
-
"@progress/kendo-angular-intl": "15.0.2-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "15.0.2-develop.
|
|
39
|
-
"@progress/kendo-angular-popup": "15.0.2-develop.
|
|
29
|
+
"@progress/kendo-angular-tooltip": "15.0.2-develop.4",
|
|
30
|
+
"@progress/kendo-angular-buttons": "15.0.2-develop.4",
|
|
31
|
+
"@progress/kendo-angular-common": "15.0.2-develop.4",
|
|
32
|
+
"@progress/kendo-angular-dateinputs": "15.0.2-develop.4",
|
|
33
|
+
"@progress/kendo-angular-dialog": "15.0.2-develop.4",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "15.0.2-develop.4",
|
|
35
|
+
"@progress/kendo-angular-icons": "15.0.2-develop.4",
|
|
36
|
+
"@progress/kendo-angular-inputs": "15.0.2-develop.4",
|
|
37
|
+
"@progress/kendo-angular-intl": "15.0.2-develop.4",
|
|
38
|
+
"@progress/kendo-angular-l10n": "15.0.2-develop.4",
|
|
39
|
+
"@progress/kendo-angular-popup": "15.0.2-develop.4",
|
|
40
40
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "15.0.2-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "15.0.2-develop.4",
|
|
45
45
|
"@progress/kendo-date-math": "^1.3.2",
|
|
46
46
|
"@progress/kendo-draggable": "^3.0.2",
|
|
47
47
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
@@ -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': '15.0.2-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '15.0.2-develop.4',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '15.0.2-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '15.0.2-develop.4',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
12
12
|
} });
|
|
@@ -48,11 +48,15 @@ export declare class ToolbarNavigationComponent implements OnDestroy {
|
|
|
48
48
|
*/
|
|
49
49
|
get todayText(): string;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Sets the [`activeView`]({% slug api_dateinputs_calendarcomponent %}#toc-activeview) of the Calendar in the navigation component.
|
|
52
|
+
*
|
|
53
|
+
* @default month
|
|
52
54
|
*/
|
|
53
55
|
activeView: CalendarView;
|
|
54
56
|
/**
|
|
55
|
-
*
|
|
57
|
+
* Sets the [`bottomView`]({% slug api_dateinputs_calendarcomponent %}#toc-bottomview) of the Calendar in the navigation component.
|
|
58
|
+
*
|
|
59
|
+
* @default month
|
|
56
60
|
*/
|
|
57
61
|
bottomView: CalendarView;
|
|
58
62
|
/**
|