@syncfusion/ej2-schedule 30.1.42 → 30.2.4-744881
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/.eslintrc.json +243 -262
- package/.gitleaksignore +4 -4
- package/README.md +83 -83
- package/dist/ej2-schedule.umd.min.js +1 -10
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +94 -83
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +559 -548
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/helpers/e2e/index.js +3 -3
- package/helpers/e2e/recurrence-editor.js +13 -13
- package/helpers/e2e/schedule.js +13 -13
- package/license +9 -9
- package/package.json +42 -42
- package/src/recurrence-editor/recurrence-editor-model.d.ts +75 -75
- package/src/recurrence-editor/recurrence-editor.js +19 -19
- package/src/schedule/actions/drag.js +13 -13
- package/src/schedule/actions/keyboard.js +11 -11
- package/src/schedule/actions/resize.js +13 -13
- package/src/schedule/base/interface.d.ts +2 -2
- package/src/schedule/base/schedule-model.d.ts +864 -864
- package/src/schedule/base/schedule.js +19 -19
- package/src/schedule/event-renderer/agenda-base.js +13 -13
- package/src/schedule/event-renderer/month.js +13 -13
- package/src/schedule/event-renderer/timeline-view.js +13 -13
- package/src/schedule/event-renderer/vertical-view.js +13 -13
- package/src/schedule/event-renderer/year.js +13 -13
- package/src/schedule/models/event-settings-model.d.ts +156 -156
- package/src/schedule/models/event-settings.js +19 -19
- package/src/schedule/models/field-options-model.d.ts +22 -22
- package/src/schedule/models/field-options.js +19 -19
- package/src/schedule/models/fields-model.d.ts +92 -92
- package/src/schedule/models/fields.js +19 -19
- package/src/schedule/models/group-model.d.ts +48 -48
- package/src/schedule/models/group.js +19 -19
- package/src/schedule/models/header-rows-model.d.ts +22 -22
- package/src/schedule/models/header-rows.js +19 -19
- package/src/schedule/models/quick-info-templates-model.d.ts +37 -37
- package/src/schedule/models/quick-info-templates.js +19 -19
- package/src/schedule/models/resources-model.d.ts +85 -85
- package/src/schedule/models/resources.js +19 -19
- package/src/schedule/models/time-scale-model.d.ts +40 -40
- package/src/schedule/models/time-scale.js +19 -19
- package/src/schedule/models/toolbar-model.d.ts +187 -187
- package/src/schedule/models/toolbar.js +19 -19
- package/src/schedule/models/views-model.d.ts +361 -361
- package/src/schedule/models/views.js +19 -19
- package/src/schedule/models/work-hours-model.d.ts +16 -16
- package/src/schedule/models/work-hours.js +19 -19
- package/src/schedule/popups/quick-popups.js +1 -1
- package/src/schedule/renderer/agenda.js +13 -13
- package/src/schedule/renderer/day.js +13 -13
- package/src/schedule/renderer/header-renderer.js +11 -11
- package/src/schedule/renderer/month-agenda.js +13 -13
- package/src/schedule/renderer/month.js +22 -20
- package/src/schedule/renderer/timeline-month.js +13 -13
- package/src/schedule/renderer/timeline-view.js +13 -13
- package/src/schedule/renderer/timeline-year.js +13 -13
- package/src/schedule/renderer/vertical-view.js +13 -13
- package/src/schedule/renderer/view-base.d.ts +2 -0
- package/src/schedule/renderer/view-base.js +9 -0
- package/src/schedule/renderer/week.js +13 -13
- package/src/schedule/renderer/work-week.js +13 -13
- package/src/schedule/renderer/year.js +13 -13
- package/styles/bds-lite.css +0 -4446
- package/styles/bds-lite.scss +0 -18
- package/styles/bds.css +0 -5198
- package/styles/bds.scss +0 -20
- package/styles/bootstrap-dark-lite.css +0 -4228
- package/styles/bootstrap-dark-lite.scss +0 -18
- package/styles/bootstrap-dark.css +0 -4980
- package/styles/bootstrap-dark.scss +0 -20
- package/styles/bootstrap-lite.css +0 -4223
- package/styles/bootstrap-lite.scss +0 -18
- package/styles/bootstrap.css +0 -4975
- package/styles/bootstrap.scss +0 -20
- package/styles/bootstrap4-lite.css +0 -4270
- package/styles/bootstrap4-lite.scss +0 -18
- package/styles/bootstrap4.css +0 -5022
- package/styles/bootstrap4.scss +0 -20
- package/styles/bootstrap5-dark-lite.css +0 -4273
- package/styles/bootstrap5-dark-lite.scss +0 -18
- package/styles/bootstrap5-dark.css +0 -5025
- package/styles/bootstrap5-dark.scss +0 -20
- package/styles/bootstrap5-lite.css +0 -4273
- package/styles/bootstrap5-lite.scss +0 -18
- package/styles/bootstrap5.3-lite.css +0 -4319
- package/styles/bootstrap5.3-lite.scss +0 -18
- package/styles/bootstrap5.3.css +0 -5071
- package/styles/bootstrap5.3.scss +0 -20
- package/styles/bootstrap5.css +0 -5025
- package/styles/bootstrap5.scss +0 -20
- package/styles/fabric-dark-lite.css +0 -4198
- package/styles/fabric-dark-lite.scss +0 -18
- package/styles/fabric-dark.css +0 -4950
- package/styles/fabric-dark.scss +0 -20
- package/styles/fabric-lite.css +0 -4195
- package/styles/fabric-lite.scss +0 -18
- package/styles/fabric.css +0 -4947
- package/styles/fabric.scss +0 -20
- package/styles/fluent-dark-lite.css +0 -4261
- package/styles/fluent-dark-lite.scss +0 -18
- package/styles/fluent-dark.css +0 -5013
- package/styles/fluent-dark.scss +0 -20
- package/styles/fluent-lite.css +0 -4261
- package/styles/fluent-lite.scss +0 -18
- package/styles/fluent.css +0 -5013
- package/styles/fluent.scss +0 -20
- package/styles/fluent2-lite.css +0 -4505
- package/styles/fluent2-lite.scss +0 -18
- package/styles/fluent2.css +0 -5261
- package/styles/fluent2.scss +0 -20
- package/styles/highcontrast-light-lite.css +0 -4287
- package/styles/highcontrast-light-lite.scss +0 -18
- package/styles/highcontrast-light.css +0 -5039
- package/styles/highcontrast-light.scss +0 -20
- package/styles/highcontrast-lite.css +0 -4296
- package/styles/highcontrast-lite.scss +0 -18
- package/styles/highcontrast.css +0 -5048
- package/styles/highcontrast.scss +0 -20
- package/styles/material-dark-lite.css +0 -4275
- package/styles/material-dark-lite.scss +0 -18
- package/styles/material-dark.css +0 -5027
- package/styles/material-dark.scss +0 -20
- package/styles/material-lite.css +0 -4310
- package/styles/material-lite.scss +0 -18
- package/styles/material.css +0 -5062
- package/styles/material.scss +0 -20
- package/styles/material3-dark-lite.css +0 -4292
- package/styles/material3-dark-lite.scss +0 -18
- package/styles/material3-dark.css +0 -5045
- package/styles/material3-dark.scss +1 -21
- package/styles/material3-lite.css +0 -4294
- package/styles/material3-lite.scss +0 -18
- package/styles/material3.css +0 -5045
- package/styles/material3.scss +1 -21
- package/styles/tailwind-dark-lite.css +0 -4238
- package/styles/tailwind-dark-lite.scss +0 -18
- package/styles/tailwind-dark.css +0 -4990
- package/styles/tailwind-dark.scss +0 -20
- package/styles/tailwind-lite.css +0 -4238
- package/styles/tailwind-lite.scss +0 -18
- package/styles/tailwind.css +0 -4990
- package/styles/tailwind.scss +0 -20
- package/styles/tailwind3-lite.css +0 -4285
- package/styles/tailwind3-lite.scss +0 -18
- package/styles/tailwind3.css +0 -5037
- package/styles/tailwind3.scss +0 -20
- package/dist/ej2-schedule.min.js +0 -10
- package/dist/global/ej2-schedule.min.js +0 -11
- package/dist/global/ej2-schedule.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
- package/styles/recurrence-editor/_all.scss +0 -2
- package/styles/recurrence-editor/_bds-definition.scss +0 -14
- package/styles/recurrence-editor/_bigger.scss +0 -133
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -14
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -14
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -14
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -14
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +0 -14
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -14
- package/styles/recurrence-editor/_fabric-definition.scss +0 -14
- package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -14
- package/styles/recurrence-editor/_fluent2-definition.scss +0 -14
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -14
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -14
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -14
- package/styles/recurrence-editor/_layout.scss +0 -420
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -14
- package/styles/recurrence-editor/_material-definition.scss +0 -14
- package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_material3-definition.scss +0 -14
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -14
- package/styles/recurrence-editor/_tailwind3-definition.scss +0 -14
- package/styles/recurrence-editor/_theme.scss +0 -1
- package/styles/recurrence-editor/bds.css +0 -537
- package/styles/recurrence-editor/bds.scss +0 -9
- package/styles/recurrence-editor/bootstrap-dark.css +0 -462
- package/styles/recurrence-editor/bootstrap-dark.scss +0 -9
- package/styles/recurrence-editor/bootstrap.css +0 -462
- package/styles/recurrence-editor/bootstrap.scss +0 -9
- package/styles/recurrence-editor/bootstrap4.css +0 -490
- package/styles/recurrence-editor/bootstrap4.scss +0 -9
- package/styles/recurrence-editor/bootstrap5-dark.css +0 -500
- package/styles/recurrence-editor/bootstrap5-dark.scss +0 -9
- package/styles/recurrence-editor/bootstrap5.3.css +0 -504
- package/styles/recurrence-editor/bootstrap5.3.scss +0 -9
- package/styles/recurrence-editor/bootstrap5.css +0 -500
- package/styles/recurrence-editor/bootstrap5.scss +0 -9
- package/styles/recurrence-editor/fabric-dark.css +0 -438
- package/styles/recurrence-editor/fabric-dark.scss +0 -9
- package/styles/recurrence-editor/fabric.css +0 -438
- package/styles/recurrence-editor/fabric.scss +0 -9
- package/styles/recurrence-editor/fluent-dark.css +0 -493
- package/styles/recurrence-editor/fluent-dark.scss +0 -9
- package/styles/recurrence-editor/fluent.css +0 -493
- package/styles/recurrence-editor/fluent.scss +0 -9
- package/styles/recurrence-editor/fluent2.css +0 -483
- package/styles/recurrence-editor/fluent2.scss +0 -9
- package/styles/recurrence-editor/highcontrast-light.css +0 -447
- package/styles/recurrence-editor/highcontrast-light.scss +0 -9
- package/styles/recurrence-editor/highcontrast.css +0 -447
- package/styles/recurrence-editor/highcontrast.scss +0 -9
- package/styles/recurrence-editor/material-dark.css +0 -487
- package/styles/recurrence-editor/material-dark.scss +0 -9
- package/styles/recurrence-editor/material.css +0 -491
- package/styles/recurrence-editor/material.scss +0 -9
- package/styles/recurrence-editor/material3-dark.css +0 -499
- package/styles/recurrence-editor/material3-dark.scss +0 -10
- package/styles/recurrence-editor/material3.css +0 -501
- package/styles/recurrence-editor/material3.scss +0 -10
- package/styles/recurrence-editor/tailwind-dark.css +0 -474
- package/styles/recurrence-editor/tailwind-dark.scss +0 -9
- package/styles/recurrence-editor/tailwind.css +0 -474
- package/styles/recurrence-editor/tailwind.scss +0 -9
- package/styles/recurrence-editor/tailwind3.css +0 -504
- package/styles/recurrence-editor/tailwind3.scss +0 -9
- package/styles/schedule/_all.scss +0 -2
- package/styles/schedule/_bds-definition.scss +0 -274
- package/styles/schedule/_bigger.scss +0 -801
- package/styles/schedule/_bootstrap-dark-definition.scss +0 -274
- package/styles/schedule/_bootstrap-definition.scss +0 -274
- package/styles/schedule/_bootstrap4-definition.scss +0 -277
- package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
- package/styles/schedule/_bootstrap5-definition.scss +0 -278
- package/styles/schedule/_bootstrap5.3-definition.scss +0 -278
- package/styles/schedule/_fabric-dark-definition.scss +0 -273
- package/styles/schedule/_fabric-definition.scss +0 -274
- package/styles/schedule/_fluent-dark-definition.scss +0 -1
- package/styles/schedule/_fluent-definition.scss +0 -278
- package/styles/schedule/_fluent2-definition.scss +0 -275
- package/styles/schedule/_fusionnew-definition.scss +0 -275
- package/styles/schedule/_highcontrast-definition.scss +0 -275
- package/styles/schedule/_highcontrast-light-definition.scss +0 -275
- package/styles/schedule/_layout.scss +0 -3870
- package/styles/schedule/_material-dark-definition.scss +0 -272
- package/styles/schedule/_material-definition.scss +0 -272
- package/styles/schedule/_material3-dark-definition.scss +0 -1
- package/styles/schedule/_material3-definition.scss +0 -277
- package/styles/schedule/_tailwind-dark-definition.scss +0 -1
- package/styles/schedule/_tailwind-definition.scss +0 -273
- package/styles/schedule/_tailwind3-definition.scss +0 -278
- package/styles/schedule/_theme.scss +0 -585
- package/styles/schedule/bds.css +0 -4793
- package/styles/schedule/bds.scss +0 -17
- package/styles/schedule/bootstrap-dark.css +0 -4575
- package/styles/schedule/bootstrap-dark.scss +0 -17
- package/styles/schedule/bootstrap.css +0 -4570
- package/styles/schedule/bootstrap.scss +0 -17
- package/styles/schedule/bootstrap4.css +0 -4617
- package/styles/schedule/bootstrap4.scss +0 -17
- package/styles/schedule/bootstrap5-dark.css +0 -4620
- package/styles/schedule/bootstrap5-dark.scss +0 -16
- package/styles/schedule/bootstrap5.3.css +0 -4666
- package/styles/schedule/bootstrap5.3.scss +0 -17
- package/styles/schedule/bootstrap5.css +0 -4620
- package/styles/schedule/bootstrap5.scss +0 -17
- package/styles/schedule/fabric-dark.css +0 -4545
- package/styles/schedule/fabric-dark.scss +0 -17
- package/styles/schedule/fabric.css +0 -4542
- package/styles/schedule/fabric.scss +0 -17
- package/styles/schedule/fluent-dark.css +0 -4608
- package/styles/schedule/fluent-dark.scss +0 -16
- package/styles/schedule/fluent.css +0 -4608
- package/styles/schedule/fluent.scss +0 -17
- package/styles/schedule/fluent2.css +0 -4853
- package/styles/schedule/fluent2.scss +0 -17
- package/styles/schedule/highcontrast-light.css +0 -4634
- package/styles/schedule/highcontrast-light.scss +0 -17
- package/styles/schedule/highcontrast.css +0 -4643
- package/styles/schedule/highcontrast.scss +0 -17
- package/styles/schedule/icons/_bds.scss +0 -220
- package/styles/schedule/icons/_bootstrap-dark.scss +0 -223
- package/styles/schedule/icons/_bootstrap.scss +0 -223
- package/styles/schedule/icons/_bootstrap4.scss +0 -217
- package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
- package/styles/schedule/icons/_bootstrap5.3.scss +0 -220
- package/styles/schedule/icons/_bootstrap5.scss +0 -220
- package/styles/schedule/icons/_fabric-dark.scss +0 -223
- package/styles/schedule/icons/_fabric.scss +0 -223
- package/styles/schedule/icons/_fluent-dark.scss +0 -1
- package/styles/schedule/icons/_fluent.scss +0 -220
- package/styles/schedule/icons/_fluent2.scss +0 -220
- package/styles/schedule/icons/_fusionnew.scss +0 -220
- package/styles/schedule/icons/_highcontrast-light.scss +0 -223
- package/styles/schedule/icons/_highcontrast.scss +0 -223
- package/styles/schedule/icons/_material-dark.scss +0 -223
- package/styles/schedule/icons/_material.scss +0 -223
- package/styles/schedule/icons/_material3-dark.scss +0 -1
- package/styles/schedule/icons/_material3.scss +0 -220
- package/styles/schedule/icons/_tailwind-dark.scss +0 -1
- package/styles/schedule/icons/_tailwind.scss +0 -220
- package/styles/schedule/icons/_tailwind3.scss +0 -220
- package/styles/schedule/material-dark.css +0 -4622
- package/styles/schedule/material-dark.scss +0 -17
- package/styles/schedule/material.css +0 -4657
- package/styles/schedule/material.scss +0 -17
- package/styles/schedule/material3-dark.css +0 -4640
- package/styles/schedule/material3-dark.scss +0 -17
- package/styles/schedule/material3.css +0 -4642
- package/styles/schedule/material3.scss +0 -18
- package/styles/schedule/tailwind-dark.css +0 -4585
- package/styles/schedule/tailwind-dark.scss +0 -16
- package/styles/schedule/tailwind.css +0 -4585
- package/styles/schedule/tailwind.scss +0 -17
- package/styles/schedule/tailwind3.css +0 -4632
- package/styles/schedule/tailwind3.scss +0 -17
- package/tslint.json +0 -111
package/helpers/e2e/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
define(["require", "exports", "./schedule", "./recurrence-editor"], function (require, exports, schedule_1, recurrence_editor_1) {
|
|
2
2
|
"use strict";
|
|
3
|
-
function __export(m) {
|
|
4
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
5
|
-
}
|
|
3
|
+
function __export(m) {
|
|
4
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
5
|
+
}
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
__export(schedule_1);
|
|
8
8
|
__export(recurrence_editor_1);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
14
|
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
|
|
15
15
|
"use strict";
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/helpers/e2e/schedule.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
14
|
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
|
|
15
15
|
"use strict";
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/license
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
-
|
|
3
|
-
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
-
|
|
5
|
-
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
-
|
|
7
|
-
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
-
|
|
9
|
-
The Syncfusion license that contains the terms and conditions can be found at
|
|
1
|
+
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
+
|
|
3
|
+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
+
|
|
5
|
+
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
+
|
|
7
|
+
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
+
|
|
9
|
+
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
10
|
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@syncfusion/ej2-schedule",
|
|
3
|
-
"version": "30.
|
|
4
|
-
"author": "Syncfusion Inc.",
|
|
5
|
-
"license": "SEE LICENSE IN license",
|
|
6
|
-
"main": "./dist/ej2-schedule.umd.min.js",
|
|
7
|
-
"module": "./index.js",
|
|
8
|
-
"es2015": "./dist/es6/ej2-schedule.es5.js",
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"@syncfusion/ej2-base": "~30.
|
|
11
|
-
"@syncfusion/ej2-buttons": "~30.
|
|
12
|
-
"@syncfusion/ej2-calendars": "~30.
|
|
13
|
-
"@syncfusion/ej2-data": "~30.
|
|
14
|
-
"@syncfusion/ej2-dropdowns": "~30.
|
|
15
|
-
"@syncfusion/ej2-excel-export": "~30.
|
|
16
|
-
"@syncfusion/ej2-inputs": "~30.
|
|
17
|
-
"@syncfusion/ej2-lists": "~30.
|
|
18
|
-
"@syncfusion/ej2-navigations": "~30.
|
|
19
|
-
"@syncfusion/ej2-popups": "~30.
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {},
|
|
22
|
-
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.",
|
|
23
|
-
"keywords": [
|
|
24
|
-
"ej2",
|
|
25
|
-
"syncfusion",
|
|
26
|
-
"JavaScript",
|
|
27
|
-
"TypeScript",
|
|
28
|
-
"schedule",
|
|
29
|
-
"scheduler",
|
|
30
|
-
"events-calendar",
|
|
31
|
-
"events-scheduler",
|
|
32
|
-
"appointment-calendar",
|
|
33
|
-
"appointments-planner",
|
|
34
|
-
"resources-scheduler"
|
|
35
|
-
],
|
|
36
|
-
"repository": {
|
|
37
|
-
"type": "git",
|
|
38
|
-
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
39
|
-
},
|
|
40
|
-
"typings": "index.d.ts",
|
|
41
|
-
"sideEffects": false,
|
|
42
|
-
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
1
|
+
{
|
|
2
|
+
"name": "@syncfusion/ej2-schedule",
|
|
3
|
+
"version": "30.2.4-744881",
|
|
4
|
+
"author": "Syncfusion Inc.",
|
|
5
|
+
"license": "SEE LICENSE IN license",
|
|
6
|
+
"main": "./dist/ej2-schedule.umd.min.js",
|
|
7
|
+
"module": "./index.js",
|
|
8
|
+
"es2015": "./dist/es6/ej2-schedule.es5.js",
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@syncfusion/ej2-base": "~30.2.4",
|
|
11
|
+
"@syncfusion/ej2-buttons": "~30.2.4",
|
|
12
|
+
"@syncfusion/ej2-calendars": "~30.2.4",
|
|
13
|
+
"@syncfusion/ej2-data": "~30.2.4",
|
|
14
|
+
"@syncfusion/ej2-dropdowns": "~30.2.4",
|
|
15
|
+
"@syncfusion/ej2-excel-export": "~30.2.4",
|
|
16
|
+
"@syncfusion/ej2-inputs": "~30.2.4",
|
|
17
|
+
"@syncfusion/ej2-lists": "~30.2.4",
|
|
18
|
+
"@syncfusion/ej2-navigations": "~30.2.4",
|
|
19
|
+
"@syncfusion/ej2-popups": "~30.2.4"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {},
|
|
22
|
+
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.",
|
|
23
|
+
"keywords": [
|
|
24
|
+
"ej2",
|
|
25
|
+
"syncfusion",
|
|
26
|
+
"JavaScript",
|
|
27
|
+
"TypeScript",
|
|
28
|
+
"schedule",
|
|
29
|
+
"scheduler",
|
|
30
|
+
"events-calendar",
|
|
31
|
+
"events-scheduler",
|
|
32
|
+
"appointment-calendar",
|
|
33
|
+
"appointments-planner",
|
|
34
|
+
"resources-scheduler"
|
|
35
|
+
],
|
|
36
|
+
"repository": {
|
|
37
|
+
"type": "git",
|
|
38
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
39
|
+
},
|
|
40
|
+
"typings": "index.d.ts",
|
|
41
|
+
"sideEffects": false,
|
|
42
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
43
43
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, Event, Browser, detach } from '@syncfusion/ej2-base';
|
|
1
|
+
import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, Event, Browser, detach } from '@syncfusion/ej2-base';
|
|
2
2
|
import {RepeatType,EndType,RecurrenceEditorChangeEventArgs} from "./recurrence-editor";
|
|
3
3
|
import {ComponentModel} from '@syncfusion/ej2-base';
|
|
4
4
|
|
|
@@ -8,105 +8,105 @@ import {ComponentModel} from '@syncfusion/ej2-base';
|
|
|
8
8
|
export interface RecurrenceEditorModel extends ComponentModel{
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
* Sets the recurrence pattern on the editor.
|
|
12
|
-
*
|
|
13
|
-
* @default ['none', 'daily', 'weekly', 'monthly', 'yearly']
|
|
14
|
-
*/
|
|
15
|
-
frequencies?: RepeatType[];
|
|
11
|
+
* Sets the recurrence pattern on the editor.
|
|
12
|
+
*
|
|
13
|
+
* @default ['none', 'daily', 'weekly', 'monthly', 'yearly']
|
|
14
|
+
*/
|
|
15
|
+
frequencies?: RepeatType[];
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
* Sets the type of recurrence end for the recurrence pattern on the editor.
|
|
19
|
-
*
|
|
20
|
-
* @default ['never', 'until', 'count']
|
|
21
|
-
*/
|
|
22
|
-
endTypes?: EndType[];
|
|
18
|
+
* Sets the type of recurrence end for the recurrence pattern on the editor.
|
|
19
|
+
*
|
|
20
|
+
* @default ['never', 'until', 'count']
|
|
21
|
+
*/
|
|
22
|
+
endTypes?: EndType[];
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
|
-
* Sets the first day of the week.
|
|
26
|
-
*
|
|
27
|
-
* @default 0
|
|
28
|
-
*/
|
|
29
|
-
firstDayOfWeek?: number;
|
|
25
|
+
* Sets the first day of the week.
|
|
26
|
+
*
|
|
27
|
+
* @default 0
|
|
28
|
+
*/
|
|
29
|
+
firstDayOfWeek?: number;
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* Sets the start date on recurrence editor.
|
|
33
|
-
*
|
|
34
|
-
* @default new Date()
|
|
35
|
-
* @aspDefaultValue DateTime.Now
|
|
36
|
-
*/
|
|
37
|
-
startDate?: Date;
|
|
32
|
+
* Sets the start date on recurrence editor.
|
|
33
|
+
*
|
|
34
|
+
* @default new Date()
|
|
35
|
+
* @aspDefaultValue DateTime.Now
|
|
36
|
+
*/
|
|
37
|
+
startDate?: Date;
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
|
-
* Sets the user specific date format on recurrence editor.
|
|
41
|
-
*
|
|
42
|
-
* @default null
|
|
43
|
-
*/
|
|
44
|
-
dateFormat?: string;
|
|
40
|
+
* Sets the user specific date format on recurrence editor.
|
|
41
|
+
*
|
|
42
|
+
* @default null
|
|
43
|
+
*/
|
|
44
|
+
dateFormat?: string;
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
* Sets the specific calendar type to be applied on recurrence editor.
|
|
48
|
-
*
|
|
49
|
-
* @default 'Gregorian'
|
|
50
|
-
*/
|
|
51
|
-
calendarMode?: CalendarType;
|
|
47
|
+
* Sets the specific calendar type to be applied on recurrence editor.
|
|
48
|
+
*
|
|
49
|
+
* @default 'Gregorian'
|
|
50
|
+
*/
|
|
51
|
+
calendarMode?: CalendarType;
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
|
-
* Allows styling with custom class names.
|
|
55
|
-
*
|
|
56
|
-
* @default null
|
|
57
|
-
*/
|
|
58
|
-
cssClass?: string;
|
|
54
|
+
* Allows styling with custom class names.
|
|
55
|
+
*
|
|
56
|
+
* @default null
|
|
57
|
+
*/
|
|
58
|
+
cssClass?: string;
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
|
-
* Sets the recurrence rule as its output values.
|
|
62
|
-
*
|
|
63
|
-
* @default null
|
|
64
|
-
*/
|
|
65
|
-
value?: string;
|
|
61
|
+
* Sets the recurrence rule as its output values.
|
|
62
|
+
*
|
|
63
|
+
* @default null
|
|
64
|
+
*/
|
|
65
|
+
value?: string;
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
|
-
* Sets the minimum date on recurrence editor.
|
|
69
|
-
*
|
|
70
|
-
* @default new Date(1900, 0, 1)
|
|
71
|
-
* @aspDefaultValue new DateTime(1900, 1, 1)
|
|
72
|
-
*/
|
|
73
|
-
minDate?: Date;
|
|
68
|
+
* Sets the minimum date on recurrence editor.
|
|
69
|
+
*
|
|
70
|
+
* @default new Date(1900, 0, 1)
|
|
71
|
+
* @aspDefaultValue new DateTime(1900, 1, 1)
|
|
72
|
+
*/
|
|
73
|
+
minDate?: Date;
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
|
-
* Sets the maximum date on recurrence editor.
|
|
77
|
-
*
|
|
78
|
-
* @default new Date(2099, 11, 31)
|
|
79
|
-
* @aspDefaultValue new DateTime(2099, 12, 31)
|
|
80
|
-
*/
|
|
81
|
-
maxDate?: Date;
|
|
76
|
+
* Sets the maximum date on recurrence editor.
|
|
77
|
+
*
|
|
78
|
+
* @default new Date(2099, 11, 31)
|
|
79
|
+
* @aspDefaultValue new DateTime(2099, 12, 31)
|
|
80
|
+
*/
|
|
81
|
+
maxDate?: Date;
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
|
-
* Sets the current repeat type to be set on the recurrence editor.
|
|
85
|
-
*
|
|
86
|
-
* @default 0
|
|
87
|
-
* @aspType int
|
|
88
|
-
*/
|
|
89
|
-
selectedType?: number;
|
|
84
|
+
* Sets the current repeat type to be set on the recurrence editor.
|
|
85
|
+
*
|
|
86
|
+
* @default 0
|
|
87
|
+
* @aspType int
|
|
88
|
+
*/
|
|
89
|
+
selectedType?: number;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* Triggers for value changes on every sub-controls rendered within the recurrence editor.
|
|
93
|
-
*
|
|
94
|
-
* @event 'change'
|
|
95
|
-
*/
|
|
96
|
-
change?: EmitType<RecurrenceEditorChangeEventArgs>;
|
|
92
|
+
* Triggers for value changes on every sub-controls rendered within the recurrence editor.
|
|
93
|
+
*
|
|
94
|
+
* @event 'change'
|
|
95
|
+
*/
|
|
96
|
+
change?: EmitType<RecurrenceEditorChangeEventArgs>;
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
|
-
* Triggers when the component is created.
|
|
100
|
-
*
|
|
101
|
-
* @event 'created'
|
|
102
|
-
*/
|
|
103
|
-
created?: EmitType<Object>;
|
|
99
|
+
* Triggers when the component is created.
|
|
100
|
+
*
|
|
101
|
+
* @event 'created'
|
|
102
|
+
*/
|
|
103
|
+
created?: EmitType<Object>;
|
|
104
104
|
|
|
105
105
|
/**
|
|
106
|
-
* Triggers when the component is destroyed.
|
|
107
|
-
*
|
|
108
|
-
* @event 'destroyed'
|
|
109
|
-
*/
|
|
110
|
-
destroyed?: EmitType<Object>;
|
|
106
|
+
* Triggers when the component is destroyed.
|
|
107
|
+
*
|
|
108
|
+
* @event 'destroyed'
|
|
109
|
+
*/
|
|
110
|
+
destroyed?: EmitType<Object>;
|
|
111
111
|
|
|
112
112
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
14
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
-
};
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
+
};
|
|
20
20
|
import { Component, Property, NotifyPropertyChanges, Event, Browser, detach } from '@syncfusion/ej2-base';
|
|
21
21
|
import { getDefaultDateObject, getValue, cldrData, L10n, isNullOrUndefined, removeClass, addClass } from '@syncfusion/ej2-base';
|
|
22
22
|
import { DropDownList } from '@syncfusion/ej2-dropdowns';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
14
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
15
15
|
import { createElement, closest, Draggable, extend, formatUnit, isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
16
16
|
import { addClass, remove, removeClass, setStyleAttribute } from '@syncfusion/ej2-base';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
12
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
13
13
|
import { KeyboardEvents, closest, EventHandler, extend, Browser } from '@syncfusion/ej2-base';
|
|
14
14
|
import { isNullOrUndefined, addClass, removeClass } from '@syncfusion/ej2-base';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
14
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
15
15
|
import { addClass, Browser, EventHandler, remove, closest, extend, formatUnit, setStyleAttribute, isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
16
16
|
import { ActionBase } from '../actions/action-base';
|
|
@@ -32,7 +32,7 @@ export interface ActionEventArgs extends ToolbarActionArgs {
|
|
|
32
32
|
*/
|
|
33
33
|
promise?: Promise<boolean>;
|
|
34
34
|
}
|
|
35
|
-
/** */
|
|
35
|
+
/** @deprecated */
|
|
36
36
|
export interface ToolbarActionArgs extends BaseEventArgs {
|
|
37
37
|
/** Returns the request type of the current action. */
|
|
38
38
|
requestType: string;
|
|
@@ -595,7 +595,7 @@ export interface UIStateArgs {
|
|
|
595
595
|
}
|
|
596
596
|
/**
|
|
597
597
|
* @private
|
|
598
|
-
|
|
598
|
+
* @deprecated
|
|
599
599
|
*/
|
|
600
600
|
export interface TreeViewArgs {
|
|
601
601
|
resourceChild?: TreeViewArgs[];
|