@syncfusion/ej2-angular-schedule 31.1.17-ngcc → 31.1.20-ngcc
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/@syncfusion/ej2-angular-schedule.es5.js +954 -954
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-schedule.js +865 -865
- package/@syncfusion/ej2-angular-schedule.js.map +1 -1
- package/CHANGELOG.md +1921 -0
- package/dist/ej2-angular-schedule.umd.js +945 -954
- package/dist/ej2-angular-schedule.umd.js.map +1 -1
- package/dist/ej2-angular-schedule.umd.min.js +2 -2
- package/dist/ej2-angular-schedule.umd.min.js.map +1 -1
- package/ej2-angular-schedule.d.ts +6 -6
- package/ej2-angular-schedule.metadata.json +1 -1
- package/{LICENSE → license} +10 -10
- package/package.json +45 -14
- package/postinstall/tagchange.js +18 -0
- package/public_api.d.ts +1 -1
- package/schematics/collection.json +39 -10
- package/schematics/generators/schedule-agenda-views/index.d.ts +3 -0
- package/schematics/generators/schedule-agenda-views/index.js +8 -0
- package/schematics/generators/schedule-agenda-views/index.ts +8 -0
- package/schematics/generators/schedule-agenda-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-agenda-views/sample-details.js +7 -0
- package/schematics/generators/schedule-agenda-views/sample-details.ts +5 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +18 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +29 -0
- package/schematics/generators/schedule-agenda-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-agenda-views/schema.js +2 -0
- package/schematics/generators/schedule-agenda-views/schema.json +125 -0
- package/schematics/generators/schedule-agenda-views/schema.ts +3 -0
- package/schematics/generators/schedule-calendar-views/index.d.ts +3 -0
- package/schematics/generators/schedule-calendar-views/index.js +8 -0
- package/schematics/generators/schedule-calendar-views/index.ts +8 -0
- package/schematics/generators/schedule-calendar-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-calendar-views/sample-details.js +7 -0
- package/schematics/generators/schedule-calendar-views/sample-details.ts +5 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +18 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +92 -0
- package/schematics/generators/schedule-calendar-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-calendar-views/schema.js +2 -0
- package/schematics/generators/schedule-calendar-views/schema.json +125 -0
- package/schematics/generators/schedule-calendar-views/schema.ts +3 -0
- package/schematics/generators/schedule-horizontal-grouping/index.d.ts +3 -0
- package/schematics/generators/schedule-horizontal-grouping/index.js +8 -0
- package/schematics/generators/schedule-horizontal-grouping/index.ts +8 -0
- package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-horizontal-grouping/sample-details.js +7 -0
- package/schematics/generators/schedule-horizontal-grouping/sample-details.ts +5 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +92 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +29 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +51 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +25 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +3 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.js +2 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.json +125 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.ts +3 -0
- package/schematics/generators/schedule-time-scale/index.d.ts +3 -0
- package/schematics/generators/schedule-time-scale/index.js +8 -0
- package/schematics/generators/schedule-time-scale/index.ts +8 -0
- package/schematics/generators/schedule-time-scale/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-time-scale/sample-details.js +7 -0
- package/schematics/generators/schedule-time-scale/sample-details.ts +5 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +22 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +62 -0
- package/schematics/generators/schedule-time-scale/schema.d.ts +3 -0
- package/schematics/generators/schedule-time-scale/schema.js +2 -0
- package/schematics/generators/schedule-time-scale/schema.json +125 -0
- package/schematics/generators/schedule-time-scale/schema.ts +3 -0
- package/schematics/generators/schedule-timeline-grouping/index.d.ts +3 -0
- package/schematics/generators/schedule-timeline-grouping/index.js +8 -0
- package/schematics/generators/schedule-timeline-grouping/index.ts +8 -0
- package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-timeline-grouping/sample-details.js +7 -0
- package/schematics/generators/schedule-timeline-grouping/sample-details.ts +5 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +39 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +92 -0
- package/schematics/generators/schedule-timeline-grouping/schema.d.ts +3 -0
- package/schematics/generators/schedule-timeline-grouping/schema.js +2 -0
- package/schematics/generators/schedule-timeline-grouping/schema.json +125 -0
- package/schematics/generators/schedule-timeline-grouping/schema.ts +3 -0
- package/schematics/generators/schedule-timeline-views/index.d.ts +3 -0
- package/schematics/generators/schedule-timeline-views/index.js +8 -0
- package/schematics/generators/schedule-timeline-views/index.ts +8 -0
- package/schematics/generators/schedule-timeline-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-timeline-views/sample-details.js +7 -0
- package/schematics/generators/schedule-timeline-views/sample-details.ts +5 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +18 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +184 -0
- package/schematics/generators/schedule-timeline-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-timeline-views/schema.js +2 -0
- package/schematics/generators/schedule-timeline-views/schema.json +125 -0
- package/schematics/generators/schedule-timeline-views/schema.ts +3 -0
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +11 -11
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +5 -5
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +28 -30
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +5 -5
- package/src/schedule/headerrows.directive.d.ts +47 -47
- package/src/schedule/resources.directive.d.ts +110 -110
- package/src/schedule/schedule-all.module.d.ts +22 -22
- package/src/schedule/schedule.component.d.ts +217 -221
- package/src/schedule/schedule.module.d.ts +5 -5
- package/src/schedule/toolbaritems.directive.d.ts +172 -172
- package/src/schedule/views.directive.d.ts +293 -319
- package/styles/bds-lite.css +0 -1
- package/styles/bds-lite.scss +0 -1
- package/styles/bds.css +0 -1
- package/styles/bds.scss +0 -2
- package/styles/bootstrap-dark-lite.css +0 -1
- package/styles/bootstrap-dark-lite.scss +0 -1
- package/styles/bootstrap-lite.css +0 -1
- package/styles/bootstrap-lite.scss +0 -1
- package/styles/bootstrap4-lite.css +0 -1
- package/styles/bootstrap4-lite.scss +0 -1
- package/styles/bootstrap5-dark-lite.css +0 -1
- package/styles/bootstrap5-dark-lite.scss +0 -1
- package/styles/bootstrap5-lite.css +0 -1
- package/styles/bootstrap5-lite.scss +0 -1
- package/styles/bootstrap5.3-lite.css +0 -1
- package/styles/bootstrap5.3-lite.scss +0 -1
- package/styles/bootstrap5.3.css +0 -1
- package/styles/bootstrap5.3.scss +0 -2
- package/styles/fabric-dark-lite.css +0 -1
- package/styles/fabric-dark-lite.scss +0 -1
- package/styles/fabric-lite.css +0 -1
- package/styles/fabric-lite.scss +0 -1
- package/styles/fluent-dark-lite.css +0 -1
- package/styles/fluent-dark-lite.scss +0 -1
- package/styles/fluent-lite.css +0 -1
- package/styles/fluent-lite.scss +0 -1
- package/styles/fluent2-lite.css +0 -1
- package/styles/fluent2-lite.scss +0 -1
- package/styles/fluent2.css +0 -1
- package/styles/fluent2.scss +0 -2
- package/styles/highcontrast-light-lite.css +0 -1
- package/styles/highcontrast-light-lite.scss +0 -1
- package/styles/highcontrast-lite.css +0 -1
- package/styles/highcontrast-lite.scss +0 -1
- package/styles/material-dark-lite.css +0 -1
- package/styles/material-dark-lite.scss +0 -1
- package/styles/material-lite.css +0 -1
- package/styles/material-lite.scss +0 -1
- package/styles/material3-dark-lite.css +0 -1
- package/styles/material3-dark-lite.scss +0 -1
- package/styles/material3-lite.css +0 -1
- package/styles/material3-lite.scss +0 -1
- package/styles/recurrence-editor/bds.css +0 -1
- package/styles/recurrence-editor/bds.scss +0 -1
- package/styles/recurrence-editor/bootstrap5.3.css +0 -1
- package/styles/recurrence-editor/bootstrap5.3.scss +0 -1
- package/styles/recurrence-editor/fluent2.css +0 -1
- package/styles/recurrence-editor/fluent2.scss +0 -1
- package/styles/recurrence-editor/tailwind3.css +0 -1
- package/styles/recurrence-editor/tailwind3.scss +0 -1
- package/styles/schedule/bds.css +0 -1
- package/styles/schedule/bds.scss +0 -1
- package/styles/schedule/bootstrap5.3.css +0 -1
- package/styles/schedule/bootstrap5.3.scss +0 -1
- package/styles/schedule/fluent2.css +0 -1
- package/styles/schedule/fluent2.scss +0 -1
- package/styles/schedule/tailwind3.css +0 -1
- package/styles/schedule/tailwind3.scss +0 -1
- package/styles/tailwind-dark-lite.css +0 -1
- package/styles/tailwind-dark-lite.scss +0 -1
- package/styles/tailwind-lite.css +0 -1
- package/styles/tailwind-lite.scss +0 -1
- package/styles/tailwind3-lite.css +0 -1
- package/styles/tailwind3-lite.scss +0 -1
- package/styles/tailwind3.css +0 -1
- package/styles/tailwind3.scss +0 -2
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "ngAdd",
|
|
4
|
-
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"skipPackageJson": {
|
|
8
|
-
"type": "boolean",
|
|
9
|
-
"default": false,
|
|
10
|
-
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
-
},
|
|
12
|
-
"modules": {
|
|
13
|
-
"type": "string",
|
|
14
|
-
"default": "",
|
|
15
|
-
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
-
},
|
|
17
|
-
"modulePath": {
|
|
18
|
-
"type": "string",
|
|
19
|
-
"default": "",
|
|
20
|
-
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
-
},
|
|
22
|
-
"theme": {
|
|
23
|
-
"enum": [
|
|
24
|
-
"material",
|
|
25
|
-
"fabric",
|
|
26
|
-
"bootstrap",
|
|
27
|
-
"highcontrast"
|
|
28
|
-
],
|
|
29
|
-
"default": "material",
|
|
30
|
-
"description": "Used to change the theme that needs to be imported"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"required": []
|
|
34
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export interface OptionsSchema {
|
|
2
|
-
// Whether to skip package.json install.
|
|
3
|
-
skipPackageJson: boolean;
|
|
4
|
-
|
|
5
|
-
// Used to specify required module names
|
|
6
|
-
modules: string;
|
|
7
|
-
|
|
8
|
-
// Used to specify custom module path
|
|
9
|
-
modulePath: string;
|
|
10
|
-
|
|
11
|
-
// Used to specify theme name
|
|
12
|
-
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
13
|
-
|
|
14
|
-
// Name of the project to target.
|
|
15
|
-
project?: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface LibOptionsSchema {
|
|
19
|
-
// Package name
|
|
20
|
-
pkgName: string;
|
|
21
|
-
|
|
22
|
-
// Package version
|
|
23
|
-
pkgVer: string;
|
|
24
|
-
|
|
25
|
-
// Library base module name
|
|
26
|
-
moduleName: string;
|
|
27
|
-
|
|
28
|
-
// Theme version
|
|
29
|
-
themeVer: string;
|
|
30
|
-
}
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
// Whether to skip package.json install.
|
|
3
|
+
skipPackageJson: boolean;
|
|
4
|
+
|
|
5
|
+
// Used to specify required module names
|
|
6
|
+
modules: string;
|
|
7
|
+
|
|
8
|
+
// Used to specify custom module path
|
|
9
|
+
modulePath: string;
|
|
10
|
+
|
|
11
|
+
// Used to specify theme name
|
|
12
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
13
|
+
|
|
14
|
+
// Name of the project to target.
|
|
15
|
+
project?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface LibOptionsSchema {
|
|
19
|
+
// Package name
|
|
20
|
+
pkgName: string;
|
|
21
|
+
|
|
22
|
+
// Package version
|
|
23
|
+
pkgVer: string;
|
|
24
|
+
|
|
25
|
+
// Library base module name
|
|
26
|
+
moduleName: string;
|
|
27
|
+
|
|
28
|
+
// Theme version
|
|
29
|
+
themeVer: string;
|
|
30
|
+
}
|
package/schematics/tsconfig.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": ["es2017", "dom"],
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"moduleResolution": "node",
|
|
6
|
-
"noEmitOnError": false,
|
|
7
|
-
"skipDefaultLibCheck": true,
|
|
8
|
-
"skipLibCheck": true,
|
|
9
|
-
"sourceMap": true,
|
|
10
|
-
"target": "es6",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"types": [
|
|
13
|
-
"jasmine",
|
|
14
|
-
"node"
|
|
15
|
-
]
|
|
16
|
-
},
|
|
17
|
-
"exclude": [
|
|
18
|
-
"node_modules",
|
|
19
|
-
"src",
|
|
20
|
-
"src/**/*.ts",
|
|
21
|
-
"spec",
|
|
22
|
-
"spec/**/*.ts",
|
|
23
|
-
"@typings"
|
|
24
|
-
]
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-schedule";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^25.1.37";
|
|
3
3
|
export declare const moduleName = "ScheduleModule, RecurrenceEditorModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~25.1.37";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-schedule';
|
|
4
|
-
exports.pkgVer = '^31.1.
|
|
4
|
+
exports.pkgVer = '^31.1.20';
|
|
5
5
|
exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.20';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-schedule';
|
|
2
|
-
export const pkgVer = '^31.1.
|
|
3
|
-
export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
4
|
-
export const themeVer = '~31.1.
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-schedule';
|
|
2
|
+
export const pkgVer = '^31.1.20';
|
|
3
|
+
export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
4
|
+
export const themeVer = '~31.1.20';
|
package/src/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { ViewDirective, ViewsDirective } from './schedule/views.directive';
|
|
2
|
-
export { ResourceDirective, ResourcesDirective } from './schedule/resources.directive';
|
|
3
|
-
export { HeaderRowDirective, HeaderRowsDirective } from './schedule/headerrows.directive';
|
|
4
|
-
export { ToolbarItemDirective, ToolbarItemsDirective } from './schedule/toolbaritems.directive';
|
|
5
|
-
export { ScheduleComponent } from './schedule/schedule.component';
|
|
6
|
-
export { ScheduleModule } from './schedule/schedule.module';
|
|
7
|
-
export { ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService } from './schedule/schedule-all.module';
|
|
8
|
-
export { RecurrenceEditorComponent } from './recurrence-editor/recurrenceeditor.component';
|
|
9
|
-
export { RecurrenceEditorModule } from './recurrence-editor/recurrenceeditor.module';
|
|
10
|
-
export { RecurrenceEditorAllModule } from './recurrence-editor/recurrenceeditor-all.module';
|
|
11
|
-
export * from '@syncfusion/ej2-schedule';
|
|
1
|
+
export { ViewDirective, ViewsDirective } from './schedule/views.directive';
|
|
2
|
+
export { ResourceDirective, ResourcesDirective } from './schedule/resources.directive';
|
|
3
|
+
export { HeaderRowDirective, HeaderRowsDirective } from './schedule/headerrows.directive';
|
|
4
|
+
export { ToolbarItemDirective, ToolbarItemsDirective } from './schedule/toolbaritems.directive';
|
|
5
|
+
export { ScheduleComponent } from './schedule/schedule.component';
|
|
6
|
+
export { ScheduleModule } from './schedule/schedule.module';
|
|
7
|
+
export { ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService } from './schedule/schedule-all.module';
|
|
8
|
+
export { RecurrenceEditorComponent } from './recurrence-editor/recurrenceeditor.component';
|
|
9
|
+
export { RecurrenceEditorModule } from './recurrence-editor/recurrenceeditor.module';
|
|
10
|
+
export { RecurrenceEditorAllModule } from './recurrence-editor/recurrenceeditor-all.module';
|
|
11
|
+
export * from '@syncfusion/ej2-schedule';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the RecurrenceEditor component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class RecurrenceEditorAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the RecurrenceEditor component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class RecurrenceEditorAllModule {
|
|
5
|
+
}
|
|
@@ -1,30 +1,28 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { RecurrenceEditor } from '@syncfusion/ej2-schedule';
|
|
4
|
-
export declare const inputs: string[];
|
|
5
|
-
export declare const outputs: string[];
|
|
6
|
-
export declare const twoWays: string[];
|
|
7
|
-
/**
|
|
8
|
-
* `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
|
|
9
|
-
* ```html
|
|
10
|
-
* <ejs-recurrenceeditor></ejs-recurrenceeditor>
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare class RecurrenceEditorComponent extends RecurrenceEditor implements IComponentBase {
|
|
14
|
-
private ngEle;
|
|
15
|
-
private srenderer;
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
private injector;
|
|
18
|
-
context: any;
|
|
19
|
-
tagObjects: any;
|
|
20
|
-
change: any;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
addTwoWay: (propList: string[]) => void;
|
|
30
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { RecurrenceEditor } from '@syncfusion/ej2-schedule';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-recurrenceeditor></ejs-recurrenceeditor>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class RecurrenceEditorComponent extends RecurrenceEditor implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
context: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
change: any;
|
|
21
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
ngAfterContentChecked(): void;
|
|
26
|
+
registerEvents: (eventList: string[]) => void;
|
|
27
|
+
addTwoWay: (propList: string[]) => void;
|
|
28
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the RecurrenceEditor component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class RecurrenceEditorModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the RecurrenceEditor component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class RecurrenceEditorModule {
|
|
5
|
+
}
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* `e-header-rows` directive represent a header rows of the Schedule.
|
|
5
|
-
* It must be contained in a Schedule component(`ejs-schedule`).
|
|
6
|
-
* ```html
|
|
7
|
-
* <ejs-schedule>
|
|
8
|
-
* <e-header-rows>
|
|
9
|
-
* <e-header-row option='Week'></e-header-row>
|
|
10
|
-
* <e-header-row option='Date'></e-header-row>
|
|
11
|
-
* </e-header-rows>
|
|
12
|
-
* </ejs-schedule>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
export declare class HeaderRowDirective extends ComplexBase<HeaderRowDirective> {
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
directivePropList: any;
|
|
18
|
-
/**
|
|
19
|
-
* It defines the header row type, which accepts either of the following values.
|
|
20
|
-
* * `Year`: Denotes the year row in the header bar.
|
|
21
|
-
* * `Month`: Denotes the month row in the header bar.
|
|
22
|
-
* * `Week`: Denotes the week row in the header bar.
|
|
23
|
-
* * `Date`: Denotes the date row in the header bar.
|
|
24
|
-
* * `Hour`: Denotes the hour row in the header bar.
|
|
25
|
-
* @default null
|
|
26
|
-
*/
|
|
27
|
-
option: any;
|
|
28
|
-
/**
|
|
29
|
-
* Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design
|
|
30
|
-
* content and parse it appropriately before displaying it onto the header cells. The field that
|
|
31
|
-
* can be accessed via this template is `date`.
|
|
32
|
-
* @default null
|
|
33
|
-
* @angulartype string | object
|
|
34
|
-
* @reacttype string | function | JSX.Element
|
|
35
|
-
* @vuetype string | function
|
|
36
|
-
* @asptype string
|
|
37
|
-
*/
|
|
38
|
-
template: any;
|
|
39
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* HeaderRow Array Directive
|
|
43
|
-
* @private
|
|
44
|
-
*/
|
|
45
|
-
export declare class HeaderRowsDirective extends ArrayBase<HeaderRowsDirective> {
|
|
46
|
-
constructor();
|
|
47
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-header-rows` directive represent a header rows of the Schedule.
|
|
5
|
+
* It must be contained in a Schedule component(`ejs-schedule`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-schedule>
|
|
8
|
+
* <e-header-rows>
|
|
9
|
+
* <e-header-row option='Week'></e-header-row>
|
|
10
|
+
* <e-header-row option='Date'></e-header-row>
|
|
11
|
+
* </e-header-rows>
|
|
12
|
+
* </ejs-schedule>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class HeaderRowDirective extends ComplexBase<HeaderRowDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* It defines the header row type, which accepts either of the following values.
|
|
20
|
+
* * `Year`: Denotes the year row in the header bar.
|
|
21
|
+
* * `Month`: Denotes the month row in the header bar.
|
|
22
|
+
* * `Week`: Denotes the week row in the header bar.
|
|
23
|
+
* * `Date`: Denotes the date row in the header bar.
|
|
24
|
+
* * `Hour`: Denotes the hour row in the header bar.
|
|
25
|
+
* @default null
|
|
26
|
+
*/
|
|
27
|
+
option: any;
|
|
28
|
+
/**
|
|
29
|
+
* Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design
|
|
30
|
+
* content and parse it appropriately before displaying it onto the header cells. The field that
|
|
31
|
+
* can be accessed via this template is `date`.
|
|
32
|
+
* @default null
|
|
33
|
+
* @angulartype string | object
|
|
34
|
+
* @reacttype string | function | JSX.Element
|
|
35
|
+
* @vuetype string | function
|
|
36
|
+
* @asptype string
|
|
37
|
+
*/
|
|
38
|
+
template: any;
|
|
39
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* HeaderRow Array Directive
|
|
43
|
+
* @private
|
|
44
|
+
*/
|
|
45
|
+
export declare class HeaderRowsDirective extends ArrayBase<HeaderRowsDirective> {
|
|
46
|
+
constructor();
|
|
47
|
+
}
|
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* `e-resources` directive represent a resources of the Angular Schedule.
|
|
5
|
-
* It must be contained in a Schedule component(`ejs-schedule`).
|
|
6
|
-
* ```html
|
|
7
|
-
* <ejs-schedule>
|
|
8
|
-
* <e-resources>
|
|
9
|
-
* <e-resource field='RoomId' name='Rooms'></e-resource>
|
|
10
|
-
* <e-resource field='OwnerId' name='Owners'></e-resource>
|
|
11
|
-
* </e-resources>
|
|
12
|
-
* </ejs-schedule>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
export declare class ResourceDirective extends ComplexBase<ResourceDirective> {
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
directivePropList: any;
|
|
18
|
-
/**
|
|
19
|
-
* When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the
|
|
20
|
-
* selected resources.
|
|
21
|
-
* @default false
|
|
22
|
-
*/
|
|
23
|
-
allowMultiple: any;
|
|
24
|
-
/**
|
|
25
|
-
* It maps the `color` field from the dataSource, which is used to specify colors for the resources.
|
|
26
|
-
* @default 'Color'
|
|
27
|
-
*/
|
|
28
|
-
colorField: any;
|
|
29
|
-
/**
|
|
30
|
-
* It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.
|
|
31
|
-
* @default 'CssClass'
|
|
32
|
-
*/
|
|
33
|
-
cssClassField: any;
|
|
34
|
-
/**
|
|
35
|
-
* Assigns the resource dataSource
|
|
36
|
-
* The data can be passed either as an array of JavaScript objects,
|
|
37
|
-
* or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html)
|
|
38
|
-
* in case of processing remote data and can be assigned to the `dataSource` property.
|
|
39
|
-
* With the remote data assigned to dataSource, check the available
|
|
40
|
-
* [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.
|
|
41
|
-
* @default []
|
|
42
|
-
*/
|
|
43
|
-
dataSource: any;
|
|
44
|
-
/**
|
|
45
|
-
* It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.
|
|
46
|
-
* @default 'EndHour'
|
|
47
|
-
*/
|
|
48
|
-
endHourField: any;
|
|
49
|
-
/**
|
|
50
|
-
* It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels
|
|
51
|
-
* in timeline view needs to be maintained in an expanded or collapsed state by default.
|
|
52
|
-
* @default 'Expanded'
|
|
53
|
-
*/
|
|
54
|
-
expandedField: any;
|
|
55
|
-
/**
|
|
56
|
-
* A value that binds to the resource field of event object.
|
|
57
|
-
* @default null
|
|
58
|
-
*/
|
|
59
|
-
field: any;
|
|
60
|
-
/**
|
|
61
|
-
* It maps the `groupID` field from the dataSource, which is used to specify under which parent resource,
|
|
62
|
-
* the child should be grouped.
|
|
63
|
-
* @default 'GroupID'
|
|
64
|
-
*/
|
|
65
|
-
groupIDField: any;
|
|
66
|
-
/**
|
|
67
|
-
* It maps the `id` field from the dataSource and is used to uniquely identify the resources.
|
|
68
|
-
* @default 'Id'
|
|
69
|
-
*/
|
|
70
|
-
idField: any;
|
|
71
|
-
/**
|
|
72
|
-
* It represents a unique resource name for differentiating various resource objects while grouping.
|
|
73
|
-
* @default null
|
|
74
|
-
*/
|
|
75
|
-
name: any;
|
|
76
|
-
/**
|
|
77
|
-
* Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html)
|
|
78
|
-
* that will be executed along with the data processing.
|
|
79
|
-
* @default null
|
|
80
|
-
*/
|
|
81
|
-
query: any;
|
|
82
|
-
/**
|
|
83
|
-
* It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.
|
|
84
|
-
* @default 'StartHour'
|
|
85
|
-
*/
|
|
86
|
-
startHourField: any;
|
|
87
|
-
/**
|
|
88
|
-
* It maps the `text` field from the dataSource, which is used to specify the resource names.
|
|
89
|
-
* @default 'Text'
|
|
90
|
-
*/
|
|
91
|
-
textField: any;
|
|
92
|
-
/**
|
|
93
|
-
* It holds the title of the resource field to be displayed on the schedule event editor window.
|
|
94
|
-
* @default null
|
|
95
|
-
*/
|
|
96
|
-
title: any;
|
|
97
|
-
/**
|
|
98
|
-
* It maps the working days field from the dataSource, which is used to specify different working days for each resources.
|
|
99
|
-
* @default 'WorkDays'
|
|
100
|
-
*/
|
|
101
|
-
workDaysField: any;
|
|
102
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Resource Array Directive
|
|
106
|
-
* @private
|
|
107
|
-
*/
|
|
108
|
-
export declare class ResourcesDirective extends ArrayBase<ResourcesDirective> {
|
|
109
|
-
constructor();
|
|
110
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-resources` directive represent a resources of the Angular Schedule.
|
|
5
|
+
* It must be contained in a Schedule component(`ejs-schedule`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-schedule>
|
|
8
|
+
* <e-resources>
|
|
9
|
+
* <e-resource field='RoomId' name='Rooms'></e-resource>
|
|
10
|
+
* <e-resource field='OwnerId' name='Owners'></e-resource>
|
|
11
|
+
* </e-resources>
|
|
12
|
+
* </ejs-schedule>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class ResourceDirective extends ComplexBase<ResourceDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the
|
|
20
|
+
* selected resources.
|
|
21
|
+
* @default false
|
|
22
|
+
*/
|
|
23
|
+
allowMultiple: any;
|
|
24
|
+
/**
|
|
25
|
+
* It maps the `color` field from the dataSource, which is used to specify colors for the resources.
|
|
26
|
+
* @default 'Color'
|
|
27
|
+
*/
|
|
28
|
+
colorField: any;
|
|
29
|
+
/**
|
|
30
|
+
* It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.
|
|
31
|
+
* @default 'CssClass'
|
|
32
|
+
*/
|
|
33
|
+
cssClassField: any;
|
|
34
|
+
/**
|
|
35
|
+
* Assigns the resource dataSource
|
|
36
|
+
* The data can be passed either as an array of JavaScript objects,
|
|
37
|
+
* or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html)
|
|
38
|
+
* in case of processing remote data and can be assigned to the `dataSource` property.
|
|
39
|
+
* With the remote data assigned to dataSource, check the available
|
|
40
|
+
* [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.
|
|
41
|
+
* @default []
|
|
42
|
+
*/
|
|
43
|
+
dataSource: any;
|
|
44
|
+
/**
|
|
45
|
+
* It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.
|
|
46
|
+
* @default 'EndHour'
|
|
47
|
+
*/
|
|
48
|
+
endHourField: any;
|
|
49
|
+
/**
|
|
50
|
+
* It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels
|
|
51
|
+
* in timeline view needs to be maintained in an expanded or collapsed state by default.
|
|
52
|
+
* @default 'Expanded'
|
|
53
|
+
*/
|
|
54
|
+
expandedField: any;
|
|
55
|
+
/**
|
|
56
|
+
* A value that binds to the resource field of event object.
|
|
57
|
+
* @default null
|
|
58
|
+
*/
|
|
59
|
+
field: any;
|
|
60
|
+
/**
|
|
61
|
+
* It maps the `groupID` field from the dataSource, which is used to specify under which parent resource,
|
|
62
|
+
* the child should be grouped.
|
|
63
|
+
* @default 'GroupID'
|
|
64
|
+
*/
|
|
65
|
+
groupIDField: any;
|
|
66
|
+
/**
|
|
67
|
+
* It maps the `id` field from the dataSource and is used to uniquely identify the resources.
|
|
68
|
+
* @default 'Id'
|
|
69
|
+
*/
|
|
70
|
+
idField: any;
|
|
71
|
+
/**
|
|
72
|
+
* It represents a unique resource name for differentiating various resource objects while grouping.
|
|
73
|
+
* @default null
|
|
74
|
+
*/
|
|
75
|
+
name: any;
|
|
76
|
+
/**
|
|
77
|
+
* Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html)
|
|
78
|
+
* that will be executed along with the data processing.
|
|
79
|
+
* @default null
|
|
80
|
+
*/
|
|
81
|
+
query: any;
|
|
82
|
+
/**
|
|
83
|
+
* It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.
|
|
84
|
+
* @default 'StartHour'
|
|
85
|
+
*/
|
|
86
|
+
startHourField: any;
|
|
87
|
+
/**
|
|
88
|
+
* It maps the `text` field from the dataSource, which is used to specify the resource names.
|
|
89
|
+
* @default 'Text'
|
|
90
|
+
*/
|
|
91
|
+
textField: any;
|
|
92
|
+
/**
|
|
93
|
+
* It holds the title of the resource field to be displayed on the schedule event editor window.
|
|
94
|
+
* @default null
|
|
95
|
+
*/
|
|
96
|
+
title: any;
|
|
97
|
+
/**
|
|
98
|
+
* It maps the working days field from the dataSource, which is used to specify different working days for each resources.
|
|
99
|
+
* @default 'WorkDays'
|
|
100
|
+
*/
|
|
101
|
+
workDaysField: any;
|
|
102
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Resource Array Directive
|
|
106
|
+
* @private
|
|
107
|
+
*/
|
|
108
|
+
export declare class ResourcesDirective extends ArrayBase<ResourcesDirective> {
|
|
109
|
+
constructor();
|
|
110
|
+
}
|