@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
|
@@ -1043,21 +1043,21 @@ var ALLDAY_APPOINTMENT_AUTO = 'e-all-day-auto';
|
|
|
1043
1043
|
/** @private */
|
|
1044
1044
|
var CLIPBOARD_CLASS = 'e-clipboard';
|
|
1045
1045
|
|
|
1046
|
-
var __assign = (undefined && undefined.__assign) || function () {
|
|
1047
|
-
__assign = Object.assign || function(t) {
|
|
1048
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
1049
|
-
s = arguments[i];
|
|
1050
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
1051
|
-
t[p] = s[p];
|
|
1052
|
-
}
|
|
1053
|
-
return t;
|
|
1054
|
-
};
|
|
1055
|
-
return __assign.apply(this, arguments);
|
|
1056
|
-
};
|
|
1046
|
+
var __assign = (undefined && undefined.__assign) || function () {
|
|
1047
|
+
__assign = Object.assign || function(t) {
|
|
1048
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
1049
|
+
s = arguments[i];
|
|
1050
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
1051
|
+
t[p] = s[p];
|
|
1052
|
+
}
|
|
1053
|
+
return t;
|
|
1054
|
+
};
|
|
1055
|
+
return __assign.apply(this, arguments);
|
|
1056
|
+
};
|
|
1057
1057
|
/**
|
|
1058
1058
|
* Header module
|
|
1059
1059
|
*/
|
|
1060
|
-
var HeaderRenderer = /** @
|
|
1060
|
+
var HeaderRenderer = /** @class */ (function () {
|
|
1061
1061
|
function HeaderRenderer(parent) {
|
|
1062
1062
|
this.parent = parent;
|
|
1063
1063
|
this.l10n = this.parent.localeObj;
|
|
@@ -1755,7 +1755,7 @@ var HeaderRenderer = /** @__PURE__ @class */ (function () {
|
|
|
1755
1755
|
/**
|
|
1756
1756
|
* `Scroll` module
|
|
1757
1757
|
*/
|
|
1758
|
-
var Scroll = /** @
|
|
1758
|
+
var Scroll = /** @class */ (function () {
|
|
1759
1759
|
/**
|
|
1760
1760
|
* Constructor for the scrolling.
|
|
1761
1761
|
*
|
|
@@ -1848,7 +1848,7 @@ var Scroll = /** @__PURE__ @class */ (function () {
|
|
|
1848
1848
|
/**
|
|
1849
1849
|
* `touch` module is used to handle touch interactions.
|
|
1850
1850
|
*/
|
|
1851
|
-
var ScheduleTouch = /** @
|
|
1851
|
+
var ScheduleTouch = /** @class */ (function () {
|
|
1852
1852
|
function ScheduleTouch(parent) {
|
|
1853
1853
|
this.parent = parent;
|
|
1854
1854
|
this.element = this.parent.element.querySelector('.' + TABLE_CONTAINER_CLASS);
|
|
@@ -2139,21 +2139,21 @@ var ScheduleTouch = /** @__PURE__ @class */ (function () {
|
|
|
2139
2139
|
return ScheduleTouch;
|
|
2140
2140
|
}());
|
|
2141
2141
|
|
|
2142
|
-
var __assign$1 = (undefined && undefined.__assign) || function () {
|
|
2143
|
-
__assign$1 = Object.assign || function(t) {
|
|
2144
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
2145
|
-
s = arguments[i];
|
|
2146
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
2147
|
-
t[p] = s[p];
|
|
2148
|
-
}
|
|
2149
|
-
return t;
|
|
2150
|
-
};
|
|
2151
|
-
return __assign$1.apply(this, arguments);
|
|
2152
|
-
};
|
|
2142
|
+
var __assign$1 = (undefined && undefined.__assign) || function () {
|
|
2143
|
+
__assign$1 = Object.assign || function(t) {
|
|
2144
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
2145
|
+
s = arguments[i];
|
|
2146
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
2147
|
+
t[p] = s[p];
|
|
2148
|
+
}
|
|
2149
|
+
return t;
|
|
2150
|
+
};
|
|
2151
|
+
return __assign$1.apply(this, arguments);
|
|
2152
|
+
};
|
|
2153
2153
|
/**
|
|
2154
2154
|
* Keyboard interaction
|
|
2155
2155
|
*/
|
|
2156
|
-
var KeyboardInteraction = /** @
|
|
2156
|
+
var KeyboardInteraction = /** @class */ (function () {
|
|
2157
2157
|
function KeyboardInteraction(parent) {
|
|
2158
2158
|
this.selectedCells = [];
|
|
2159
2159
|
this.isCutContentPasted = false;
|
|
@@ -3598,7 +3598,7 @@ var KeyboardInteraction = /** @__PURE__ @class */ (function () {
|
|
|
3598
3598
|
*
|
|
3599
3599
|
* @private
|
|
3600
3600
|
*/
|
|
3601
|
-
var Data = /** @
|
|
3601
|
+
var Data = /** @class */ (function () {
|
|
3602
3602
|
/**
|
|
3603
3603
|
* Constructor for data module
|
|
3604
3604
|
*
|
|
@@ -3708,7 +3708,7 @@ var Data = /** @__PURE__ @class */ (function () {
|
|
|
3708
3708
|
|
|
3709
3709
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3710
3710
|
/** @private */
|
|
3711
|
-
var Gregorian = /** @
|
|
3711
|
+
var Gregorian = /** @class */ (function () {
|
|
3712
3712
|
function Gregorian() {
|
|
3713
3713
|
}
|
|
3714
3714
|
Gregorian.prototype.firstDateOfMonth = function (date) {
|
|
@@ -3793,7 +3793,7 @@ var Gregorian = /** @__PURE__ @class */ (function () {
|
|
|
3793
3793
|
return Gregorian;
|
|
3794
3794
|
}());
|
|
3795
3795
|
/** @private */
|
|
3796
|
-
var Islamic = /** @
|
|
3796
|
+
var Islamic = /** @class */ (function () {
|
|
3797
3797
|
function Islamic() {
|
|
3798
3798
|
}
|
|
3799
3799
|
Islamic.prototype.firstDateOfMonth = function (date) {
|
|
@@ -3935,7 +3935,7 @@ var Islamic = /** @__PURE__ @class */ (function () {
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* Time zone
|
|
3937
3937
|
*/
|
|
3938
|
-
var Timezone = /** @
|
|
3938
|
+
var Timezone = /** @class */ (function () {
|
|
3939
3939
|
function Timezone() {
|
|
3940
3940
|
this.timezoneData = [];
|
|
3941
3941
|
this.timezoneData = this.getTimezoneData();
|
|
@@ -5875,7 +5875,7 @@ function roundDateValues(date) {
|
|
|
5875
5875
|
/**
|
|
5876
5876
|
* EventBase for appointment rendering
|
|
5877
5877
|
*/
|
|
5878
|
-
var EventBase = /** @
|
|
5878
|
+
var EventBase = /** @class */ (function () {
|
|
5879
5879
|
/**
|
|
5880
5880
|
* Constructor for EventBase
|
|
5881
5881
|
*
|
|
@@ -7385,23 +7385,23 @@ var EventBase = /** @__PURE__ @class */ (function () {
|
|
|
7385
7385
|
return EventBase;
|
|
7386
7386
|
}());
|
|
7387
7387
|
|
|
7388
|
-
var __extends = (undefined && undefined.__extends) || (function () {
|
|
7389
|
-
var extendStatics = function (d, b) {
|
|
7390
|
-
extendStatics = Object.setPrototypeOf ||
|
|
7391
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
7392
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7393
|
-
return extendStatics(d, b);
|
|
7394
|
-
};
|
|
7395
|
-
return function (d, b) {
|
|
7396
|
-
extendStatics(d, b);
|
|
7397
|
-
function __() { this.constructor = d; }
|
|
7398
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
7399
|
-
};
|
|
7400
|
-
})();
|
|
7388
|
+
var __extends = (undefined && undefined.__extends) || (function () {
|
|
7389
|
+
var extendStatics = function (d, b) {
|
|
7390
|
+
extendStatics = Object.setPrototypeOf ||
|
|
7391
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
7392
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7393
|
+
return extendStatics(d, b);
|
|
7394
|
+
};
|
|
7395
|
+
return function (d, b) {
|
|
7396
|
+
extendStatics(d, b);
|
|
7397
|
+
function __() { this.constructor = d; }
|
|
7398
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
7399
|
+
};
|
|
7400
|
+
})();
|
|
7401
7401
|
/**
|
|
7402
7402
|
* Vertical view appointment rendering
|
|
7403
7403
|
*/
|
|
7404
|
-
var VerticalEvent = /** @
|
|
7404
|
+
var VerticalEvent = /** @class */ (function (_super) {
|
|
7405
7405
|
__extends(VerticalEvent, _super);
|
|
7406
7406
|
function VerticalEvent(parent) {
|
|
7407
7407
|
var _this = _super.call(this, parent) || this;
|
|
@@ -8296,24 +8296,24 @@ var VerticalEvent = /** @__PURE__ @class */ (function (_super) {
|
|
|
8296
8296
|
return VerticalEvent;
|
|
8297
8297
|
}(EventBase));
|
|
8298
8298
|
|
|
8299
|
-
var __extends$1 = (undefined && undefined.__extends) || (function () {
|
|
8300
|
-
var extendStatics = function (d, b) {
|
|
8301
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8302
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8303
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8304
|
-
return extendStatics(d, b);
|
|
8305
|
-
};
|
|
8306
|
-
return function (d, b) {
|
|
8307
|
-
extendStatics(d, b);
|
|
8308
|
-
function __() { this.constructor = d; }
|
|
8309
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8310
|
-
};
|
|
8311
|
-
})();
|
|
8299
|
+
var __extends$1 = (undefined && undefined.__extends) || (function () {
|
|
8300
|
+
var extendStatics = function (d, b) {
|
|
8301
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8302
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8303
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
8304
|
+
return extendStatics(d, b);
|
|
8305
|
+
};
|
|
8306
|
+
return function (d, b) {
|
|
8307
|
+
extendStatics(d, b);
|
|
8308
|
+
function __() { this.constructor = d; }
|
|
8309
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8310
|
+
};
|
|
8311
|
+
})();
|
|
8312
8312
|
var EVENT_GAP = 0;
|
|
8313
8313
|
/**
|
|
8314
8314
|
* Month view events render
|
|
8315
8315
|
*/
|
|
8316
|
-
var MonthEvent = /** @
|
|
8316
|
+
var MonthEvent = /** @class */ (function (_super) {
|
|
8317
8317
|
__extends$1(MonthEvent, _super);
|
|
8318
8318
|
function MonthEvent(parent) {
|
|
8319
8319
|
var _this = _super.call(this, parent) || this;
|
|
@@ -9044,26 +9044,26 @@ var MonthEvent = /** @__PURE__ @class */ (function (_super) {
|
|
|
9044
9044
|
return MonthEvent;
|
|
9045
9045
|
}(EventBase));
|
|
9046
9046
|
|
|
9047
|
-
var __extends$2 = (undefined && undefined.__extends) || (function () {
|
|
9048
|
-
var extendStatics = function (d, b) {
|
|
9049
|
-
extendStatics = Object.setPrototypeOf ||
|
|
9050
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9051
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
9052
|
-
return extendStatics(d, b);
|
|
9053
|
-
};
|
|
9054
|
-
return function (d, b) {
|
|
9055
|
-
extendStatics(d, b);
|
|
9056
|
-
function __() { this.constructor = d; }
|
|
9057
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9058
|
-
};
|
|
9059
|
-
})();
|
|
9047
|
+
var __extends$2 = (undefined && undefined.__extends) || (function () {
|
|
9048
|
+
var extendStatics = function (d, b) {
|
|
9049
|
+
extendStatics = Object.setPrototypeOf ||
|
|
9050
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9051
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
9052
|
+
return extendStatics(d, b);
|
|
9053
|
+
};
|
|
9054
|
+
return function (d, b) {
|
|
9055
|
+
extendStatics(d, b);
|
|
9056
|
+
function __() { this.constructor = d; }
|
|
9057
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9058
|
+
};
|
|
9059
|
+
})();
|
|
9060
9060
|
var EVENT_GAP$1 = 2;
|
|
9061
9061
|
var BLOCK_INDICATOR_WIDTH = 22;
|
|
9062
9062
|
var BLOCK_INDICATOR_HEIGHT = 18;
|
|
9063
9063
|
/**
|
|
9064
9064
|
* Timeline view events render
|
|
9065
9065
|
*/
|
|
9066
|
-
var TimelineEvent = /** @
|
|
9066
|
+
var TimelineEvent = /** @class */ (function (_super) {
|
|
9067
9067
|
__extends$2(TimelineEvent, _super);
|
|
9068
9068
|
function TimelineEvent(parent, type) {
|
|
9069
9069
|
var _this = _super.call(this, parent) || this;
|
|
@@ -9647,7 +9647,7 @@ var TimelineEvent = /** @__PURE__ @class */ (function (_super) {
|
|
|
9647
9647
|
/**
|
|
9648
9648
|
* Inline Edit interactions
|
|
9649
9649
|
*/
|
|
9650
|
-
var InlineEdit = /** @
|
|
9650
|
+
var InlineEdit = /** @class */ (function () {
|
|
9651
9651
|
function InlineEdit(parent) {
|
|
9652
9652
|
this.parent = parent;
|
|
9653
9653
|
this.parent.on(inlineClick, this.inlineEdit, this);
|
|
@@ -9911,7 +9911,7 @@ var InlineEdit = /** @__PURE__ @class */ (function () {
|
|
|
9911
9911
|
/**
|
|
9912
9912
|
* Appointment window field validation
|
|
9913
9913
|
*/
|
|
9914
|
-
var FieldValidator = /** @
|
|
9914
|
+
var FieldValidator = /** @class */ (function () {
|
|
9915
9915
|
function FieldValidator() {
|
|
9916
9916
|
}
|
|
9917
9917
|
FieldValidator.prototype.renderFormValidator = function (form, rules, element, locale) {
|
|
@@ -10015,7 +10015,7 @@ var EVENT_FIELD = 'e-field';
|
|
|
10015
10015
|
/**
|
|
10016
10016
|
* Quick Popups interactions
|
|
10017
10017
|
*/
|
|
10018
|
-
var QuickPopups = /** @
|
|
10018
|
+
var QuickPopups = /** @class */ (function () {
|
|
10019
10019
|
function QuickPopups(parent) {
|
|
10020
10020
|
this.isMultipleEventSelect = false;
|
|
10021
10021
|
this.isCrudAction = false;
|
|
@@ -11367,7 +11367,7 @@ var QuickPopups = /** @__PURE__ @class */ (function () {
|
|
|
11367
11367
|
var buttonCollections = [].slice.call(popup.element.querySelectorAll('.e-control.e-btn'));
|
|
11368
11368
|
for (var _i = 0, buttonCollections_1 = buttonCollections; _i < buttonCollections_1.length; _i++) {
|
|
11369
11369
|
var button = buttonCollections_1[_i];
|
|
11370
|
-
var instance = button.ej2_instances[0];
|
|
11370
|
+
var instance = button.ej2_instances ? button.ej2_instances[0] : null;
|
|
11371
11371
|
if (instance) {
|
|
11372
11372
|
instance.destroy();
|
|
11373
11373
|
}
|
|
@@ -11442,7 +11442,7 @@ var QuickPopups = /** @__PURE__ @class */ (function () {
|
|
|
11442
11442
|
/**
|
|
11443
11443
|
* Tooltip for Schedule
|
|
11444
11444
|
*/
|
|
11445
|
-
var EventTooltip = /** @
|
|
11445
|
+
var EventTooltip = /** @class */ (function () {
|
|
11446
11446
|
function EventTooltip(parent) {
|
|
11447
11447
|
this.parent = parent;
|
|
11448
11448
|
this.tooltipObj = new Tooltip({
|
|
@@ -11623,25 +11623,25 @@ var EventTooltip = /** @__PURE__ @class */ (function () {
|
|
|
11623
11623
|
return EventTooltip;
|
|
11624
11624
|
}());
|
|
11625
11625
|
|
|
11626
|
-
var __extends$3 = (undefined && undefined.__extends) || (function () {
|
|
11627
|
-
var extendStatics = function (d, b) {
|
|
11628
|
-
extendStatics = Object.setPrototypeOf ||
|
|
11629
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
11630
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
11631
|
-
return extendStatics(d, b);
|
|
11632
|
-
};
|
|
11633
|
-
return function (d, b) {
|
|
11634
|
-
extendStatics(d, b);
|
|
11635
|
-
function __() { this.constructor = d; }
|
|
11636
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
11637
|
-
};
|
|
11638
|
-
})();
|
|
11639
|
-
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11640
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11641
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11642
|
-
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;
|
|
11643
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
11644
|
-
};
|
|
11626
|
+
var __extends$3 = (undefined && undefined.__extends) || (function () {
|
|
11627
|
+
var extendStatics = function (d, b) {
|
|
11628
|
+
extendStatics = Object.setPrototypeOf ||
|
|
11629
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
11630
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
11631
|
+
return extendStatics(d, b);
|
|
11632
|
+
};
|
|
11633
|
+
return function (d, b) {
|
|
11634
|
+
extendStatics(d, b);
|
|
11635
|
+
function __() { this.constructor = d; }
|
|
11636
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
11637
|
+
};
|
|
11638
|
+
})();
|
|
11639
|
+
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11640
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11641
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11642
|
+
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;
|
|
11643
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
11644
|
+
};
|
|
11645
11645
|
var HEADER = 'e-editor';
|
|
11646
11646
|
var INPUTWARAPPER = 'e-input-wrapper';
|
|
11647
11647
|
var INPUTWARAPPERSIDE = 'e-input-wrapper-side';
|
|
@@ -11767,7 +11767,7 @@ var endOnDateClassList = [ENDONCOUNTWRAPPER];
|
|
|
11767
11767
|
* </script>
|
|
11768
11768
|
* ```
|
|
11769
11769
|
*/
|
|
11770
|
-
var RecurrenceEditor = /** @
|
|
11770
|
+
var RecurrenceEditor = /** @class */ (function (_super) {
|
|
11771
11771
|
__extends$3(RecurrenceEditor, _super);
|
|
11772
11772
|
/**
|
|
11773
11773
|
* Constructor for creating the widget
|
|
@@ -12793,7 +12793,7 @@ var HIDE_STYLE_CLASS = 'e-hide';
|
|
|
12793
12793
|
/**
|
|
12794
12794
|
* Event editor window
|
|
12795
12795
|
*/
|
|
12796
|
-
var EventWindow = /** @
|
|
12796
|
+
var EventWindow = /** @class */ (function () {
|
|
12797
12797
|
function EventWindow(parent) {
|
|
12798
12798
|
this.parent = parent;
|
|
12799
12799
|
this.l10n = this.parent.localeObj;
|
|
@@ -14830,7 +14830,7 @@ var EventWindow = /** @__PURE__ @class */ (function () {
|
|
|
14830
14830
|
/**
|
|
14831
14831
|
* Virtual Scroll
|
|
14832
14832
|
*/
|
|
14833
|
-
var VirtualScroll = /** @
|
|
14833
|
+
var VirtualScroll = /** @class */ (function () {
|
|
14834
14834
|
function VirtualScroll(parent) {
|
|
14835
14835
|
this.translateY = 0;
|
|
14836
14836
|
this.itemSize = 60;
|
|
@@ -15382,7 +15382,7 @@ var VirtualScroll = /** @__PURE__ @class */ (function () {
|
|
|
15382
15382
|
/**
|
|
15383
15383
|
* Schedule DOM rendering
|
|
15384
15384
|
*/
|
|
15385
|
-
var Render = /** @
|
|
15385
|
+
var Render = /** @class */ (function () {
|
|
15386
15386
|
function Render(parent) {
|
|
15387
15387
|
this.parent = parent;
|
|
15388
15388
|
}
|
|
@@ -15537,29 +15537,29 @@ var Render = /** @__PURE__ @class */ (function () {
|
|
|
15537
15537
|
return Render;
|
|
15538
15538
|
}());
|
|
15539
15539
|
|
|
15540
|
-
var __extends$4 = (undefined && undefined.__extends) || (function () {
|
|
15541
|
-
var extendStatics = function (d, b) {
|
|
15542
|
-
extendStatics = Object.setPrototypeOf ||
|
|
15543
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15544
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15545
|
-
return extendStatics(d, b);
|
|
15546
|
-
};
|
|
15547
|
-
return function (d, b) {
|
|
15548
|
-
extendStatics(d, b);
|
|
15549
|
-
function __() { this.constructor = d; }
|
|
15550
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15551
|
-
};
|
|
15552
|
-
})();
|
|
15553
|
-
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15554
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15555
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15556
|
-
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;
|
|
15557
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15558
|
-
};
|
|
15540
|
+
var __extends$4 = (undefined && undefined.__extends) || (function () {
|
|
15541
|
+
var extendStatics = function (d, b) {
|
|
15542
|
+
extendStatics = Object.setPrototypeOf ||
|
|
15543
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15544
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15545
|
+
return extendStatics(d, b);
|
|
15546
|
+
};
|
|
15547
|
+
return function (d, b) {
|
|
15548
|
+
extendStatics(d, b);
|
|
15549
|
+
function __() { this.constructor = d; }
|
|
15550
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15551
|
+
};
|
|
15552
|
+
})();
|
|
15553
|
+
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15554
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15555
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15556
|
+
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;
|
|
15557
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15558
|
+
};
|
|
15559
15559
|
/**
|
|
15560
15560
|
* A class that represents the configuration of working hours related options of scheduler.
|
|
15561
15561
|
*/
|
|
15562
|
-
var WorkHours = /** @
|
|
15562
|
+
var WorkHours = /** @class */ (function (_super) {
|
|
15563
15563
|
__extends$4(WorkHours, _super);
|
|
15564
15564
|
function WorkHours() {
|
|
15565
15565
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -15576,29 +15576,29 @@ var WorkHours = /** @__PURE__ @class */ (function (_super) {
|
|
|
15576
15576
|
return WorkHours;
|
|
15577
15577
|
}(ChildProperty));
|
|
15578
15578
|
|
|
15579
|
-
var __extends$5 = (undefined && undefined.__extends) || (function () {
|
|
15580
|
-
var extendStatics = function (d, b) {
|
|
15581
|
-
extendStatics = Object.setPrototypeOf ||
|
|
15582
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15583
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15584
|
-
return extendStatics(d, b);
|
|
15585
|
-
};
|
|
15586
|
-
return function (d, b) {
|
|
15587
|
-
extendStatics(d, b);
|
|
15588
|
-
function __() { this.constructor = d; }
|
|
15589
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15590
|
-
};
|
|
15591
|
-
})();
|
|
15592
|
-
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15593
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15594
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15595
|
-
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;
|
|
15596
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15597
|
-
};
|
|
15579
|
+
var __extends$5 = (undefined && undefined.__extends) || (function () {
|
|
15580
|
+
var extendStatics = function (d, b) {
|
|
15581
|
+
extendStatics = Object.setPrototypeOf ||
|
|
15582
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15583
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15584
|
+
return extendStatics(d, b);
|
|
15585
|
+
};
|
|
15586
|
+
return function (d, b) {
|
|
15587
|
+
extendStatics(d, b);
|
|
15588
|
+
function __() { this.constructor = d; }
|
|
15589
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15590
|
+
};
|
|
15591
|
+
})();
|
|
15592
|
+
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15593
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15594
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15595
|
+
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;
|
|
15596
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15597
|
+
};
|
|
15598
15598
|
/**
|
|
15599
15599
|
* A class that represents the configuration of options related to timescale on scheduler.
|
|
15600
15600
|
*/
|
|
15601
|
-
var TimeScale = /** @
|
|
15601
|
+
var TimeScale = /** @class */ (function (_super) {
|
|
15602
15602
|
__extends$5(TimeScale, _super);
|
|
15603
15603
|
function TimeScale() {
|
|
15604
15604
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -15621,29 +15621,29 @@ var TimeScale = /** @__PURE__ @class */ (function (_super) {
|
|
|
15621
15621
|
return TimeScale;
|
|
15622
15622
|
}(ChildProperty));
|
|
15623
15623
|
|
|
15624
|
-
var __extends$6 = (undefined && undefined.__extends) || (function () {
|
|
15625
|
-
var extendStatics = function (d, b) {
|
|
15626
|
-
extendStatics = Object.setPrototypeOf ||
|
|
15627
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15628
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15629
|
-
return extendStatics(d, b);
|
|
15630
|
-
};
|
|
15631
|
-
return function (d, b) {
|
|
15632
|
-
extendStatics(d, b);
|
|
15633
|
-
function __() { this.constructor = d; }
|
|
15634
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15635
|
-
};
|
|
15636
|
-
})();
|
|
15637
|
-
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15638
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15639
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15640
|
-
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;
|
|
15641
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15642
|
-
};
|
|
15624
|
+
var __extends$6 = (undefined && undefined.__extends) || (function () {
|
|
15625
|
+
var extendStatics = function (d, b) {
|
|
15626
|
+
extendStatics = Object.setPrototypeOf ||
|
|
15627
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15628
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15629
|
+
return extendStatics(d, b);
|
|
15630
|
+
};
|
|
15631
|
+
return function (d, b) {
|
|
15632
|
+
extendStatics(d, b);
|
|
15633
|
+
function __() { this.constructor = d; }
|
|
15634
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15635
|
+
};
|
|
15636
|
+
})();
|
|
15637
|
+
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15638
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15639
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15640
|
+
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;
|
|
15641
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15642
|
+
};
|
|
15643
15643
|
/**
|
|
15644
15644
|
* A class that defines the template options available to customize the quick popup of scheduler.
|
|
15645
15645
|
*/
|
|
15646
|
-
var QuickInfoTemplates = /** @
|
|
15646
|
+
var QuickInfoTemplates = /** @class */ (function (_super) {
|
|
15647
15647
|
__extends$6(QuickInfoTemplates, _super);
|
|
15648
15648
|
function QuickInfoTemplates() {
|
|
15649
15649
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -15663,29 +15663,29 @@ var QuickInfoTemplates = /** @__PURE__ @class */ (function (_super) {
|
|
|
15663
15663
|
return QuickInfoTemplates;
|
|
15664
15664
|
}(ChildProperty));
|
|
15665
15665
|
|
|
15666
|
-
var __extends$7 = (undefined && undefined.__extends) || (function () {
|
|
15667
|
-
var extendStatics = function (d, b) {
|
|
15668
|
-
extendStatics = Object.setPrototypeOf ||
|
|
15669
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15670
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15671
|
-
return extendStatics(d, b);
|
|
15672
|
-
};
|
|
15673
|
-
return function (d, b) {
|
|
15674
|
-
extendStatics(d, b);
|
|
15675
|
-
function __() { this.constructor = d; }
|
|
15676
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15677
|
-
};
|
|
15678
|
-
})();
|
|
15679
|
-
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15680
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15681
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15682
|
-
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;
|
|
15683
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15684
|
-
};
|
|
15666
|
+
var __extends$7 = (undefined && undefined.__extends) || (function () {
|
|
15667
|
+
var extendStatics = function (d, b) {
|
|
15668
|
+
extendStatics = Object.setPrototypeOf ||
|
|
15669
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
15670
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
15671
|
+
return extendStatics(d, b);
|
|
15672
|
+
};
|
|
15673
|
+
return function (d, b) {
|
|
15674
|
+
extendStatics(d, b);
|
|
15675
|
+
function __() { this.constructor = d; }
|
|
15676
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15677
|
+
};
|
|
15678
|
+
})();
|
|
15679
|
+
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15680
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15681
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15682
|
+
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;
|
|
15683
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15684
|
+
};
|
|
15685
15685
|
/**
|
|
15686
15686
|
* A class that represents the header rows related configurations on timeline views.
|
|
15687
15687
|
*/
|
|
15688
|
-
var HeaderRows = /** @
|
|
15688
|
+
var HeaderRows = /** @class */ (function (_super) {
|
|
15689
15689
|
__extends$7(HeaderRows, _super);
|
|
15690
15690
|
function HeaderRows() {
|
|
15691
15691
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -15703,7 +15703,7 @@ var HeaderRows = /** @__PURE__ @class */ (function (_super) {
|
|
|
15703
15703
|
/**
|
|
15704
15704
|
* Schedule CRUD operations
|
|
15705
15705
|
*/
|
|
15706
|
-
var Crud = /** @
|
|
15706
|
+
var Crud = /** @class */ (function () {
|
|
15707
15707
|
function Crud(parent) {
|
|
15708
15708
|
this.parent = parent;
|
|
15709
15709
|
this.crudObj = { sourceEvent: null, targetEvent: null, isCrudAction: false };
|
|
@@ -16537,7 +16537,7 @@ var Crud = /** @__PURE__ @class */ (function () {
|
|
|
16537
16537
|
/**
|
|
16538
16538
|
* Work cell interactions
|
|
16539
16539
|
*/
|
|
16540
|
-
var WorkCellInteraction = /** @
|
|
16540
|
+
var WorkCellInteraction = /** @class */ (function () {
|
|
16541
16541
|
function WorkCellInteraction(parent) {
|
|
16542
16542
|
this.parent = parent;
|
|
16543
16543
|
EventHandler.add(this.parent.element, 'mouseover', this.onHover, this);
|
|
@@ -16676,29 +16676,29 @@ var WorkCellInteraction = /** @__PURE__ @class */ (function () {
|
|
|
16676
16676
|
return WorkCellInteraction;
|
|
16677
16677
|
}());
|
|
16678
16678
|
|
|
16679
|
-
var __extends$8 = (undefined && undefined.__extends) || (function () {
|
|
16680
|
-
var extendStatics = function (d, b) {
|
|
16681
|
-
extendStatics = Object.setPrototypeOf ||
|
|
16682
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16683
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16684
|
-
return extendStatics(d, b);
|
|
16685
|
-
};
|
|
16686
|
-
return function (d, b) {
|
|
16687
|
-
extendStatics(d, b);
|
|
16688
|
-
function __() { this.constructor = d; }
|
|
16689
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16690
|
-
};
|
|
16691
|
-
})();
|
|
16692
|
-
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16693
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16694
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16695
|
-
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;
|
|
16696
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16697
|
-
};
|
|
16679
|
+
var __extends$8 = (undefined && undefined.__extends) || (function () {
|
|
16680
|
+
var extendStatics = function (d, b) {
|
|
16681
|
+
extendStatics = Object.setPrototypeOf ||
|
|
16682
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16683
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16684
|
+
return extendStatics(d, b);
|
|
16685
|
+
};
|
|
16686
|
+
return function (d, b) {
|
|
16687
|
+
extendStatics(d, b);
|
|
16688
|
+
function __() { this.constructor = d; }
|
|
16689
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16690
|
+
};
|
|
16691
|
+
})();
|
|
16692
|
+
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16693
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16694
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16695
|
+
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;
|
|
16696
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16697
|
+
};
|
|
16698
16698
|
/**
|
|
16699
16699
|
* Configuration that applies on each appointment field options of scheduler.
|
|
16700
16700
|
*/
|
|
16701
|
-
var FieldOptions = /** @
|
|
16701
|
+
var FieldOptions = /** @class */ (function (_super) {
|
|
16702
16702
|
__extends$8(FieldOptions, _super);
|
|
16703
16703
|
function FieldOptions() {
|
|
16704
16704
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -16718,25 +16718,25 @@ var FieldOptions = /** @__PURE__ @class */ (function (_super) {
|
|
|
16718
16718
|
return FieldOptions;
|
|
16719
16719
|
}(ChildProperty));
|
|
16720
16720
|
|
|
16721
|
-
var __extends$9 = (undefined && undefined.__extends) || (function () {
|
|
16722
|
-
var extendStatics = function (d, b) {
|
|
16723
|
-
extendStatics = Object.setPrototypeOf ||
|
|
16724
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16725
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16726
|
-
return extendStatics(d, b);
|
|
16727
|
-
};
|
|
16728
|
-
return function (d, b) {
|
|
16729
|
-
extendStatics(d, b);
|
|
16730
|
-
function __() { this.constructor = d; }
|
|
16731
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16732
|
-
};
|
|
16733
|
-
})();
|
|
16734
|
-
var __decorate$6 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16735
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16736
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16737
|
-
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;
|
|
16738
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16739
|
-
};
|
|
16721
|
+
var __extends$9 = (undefined && undefined.__extends) || (function () {
|
|
16722
|
+
var extendStatics = function (d, b) {
|
|
16723
|
+
extendStatics = Object.setPrototypeOf ||
|
|
16724
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16725
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16726
|
+
return extendStatics(d, b);
|
|
16727
|
+
};
|
|
16728
|
+
return function (d, b) {
|
|
16729
|
+
extendStatics(d, b);
|
|
16730
|
+
function __() { this.constructor = d; }
|
|
16731
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16732
|
+
};
|
|
16733
|
+
})();
|
|
16734
|
+
var __decorate$6 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16735
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16736
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16737
|
+
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;
|
|
16738
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16739
|
+
};
|
|
16740
16740
|
/**
|
|
16741
16741
|
* A class that holds the collection of event fields that requires to be mapped with the dataSource
|
|
16742
16742
|
* fields along with its available configuration settings. Each field in it accepts both string and object
|
|
@@ -16744,7 +16744,7 @@ var __decorate$6 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
16744
16744
|
* name is mapped with it. If the `object` type is defined on each fields, then the validation related settings and mapping of
|
|
16745
16745
|
* those fields with dataSource can be given altogether within it.
|
|
16746
16746
|
*/
|
|
16747
|
-
var Field = /** @
|
|
16747
|
+
var Field = /** @class */ (function (_super) {
|
|
16748
16748
|
__extends$9(Field, _super);
|
|
16749
16749
|
function Field() {
|
|
16750
16750
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -16797,29 +16797,29 @@ var Field = /** @__PURE__ @class */ (function (_super) {
|
|
|
16797
16797
|
return Field;
|
|
16798
16798
|
}(ChildProperty));
|
|
16799
16799
|
|
|
16800
|
-
var __extends$a = (undefined && undefined.__extends) || (function () {
|
|
16801
|
-
var extendStatics = function (d, b) {
|
|
16802
|
-
extendStatics = Object.setPrototypeOf ||
|
|
16803
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16804
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16805
|
-
return extendStatics(d, b);
|
|
16806
|
-
};
|
|
16807
|
-
return function (d, b) {
|
|
16808
|
-
extendStatics(d, b);
|
|
16809
|
-
function __() { this.constructor = d; }
|
|
16810
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16811
|
-
};
|
|
16812
|
-
})();
|
|
16813
|
-
var __decorate$7 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16814
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16815
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16816
|
-
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;
|
|
16817
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16818
|
-
};
|
|
16800
|
+
var __extends$a = (undefined && undefined.__extends) || (function () {
|
|
16801
|
+
var extendStatics = function (d, b) {
|
|
16802
|
+
extendStatics = Object.setPrototypeOf ||
|
|
16803
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16804
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16805
|
+
return extendStatics(d, b);
|
|
16806
|
+
};
|
|
16807
|
+
return function (d, b) {
|
|
16808
|
+
extendStatics(d, b);
|
|
16809
|
+
function __() { this.constructor = d; }
|
|
16810
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16811
|
+
};
|
|
16812
|
+
})();
|
|
16813
|
+
var __decorate$7 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16814
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16815
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16816
|
+
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;
|
|
16817
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16818
|
+
};
|
|
16819
16819
|
/**
|
|
16820
16820
|
* Holds the configuration of event related options and dataSource binding to Schedule.
|
|
16821
16821
|
*/
|
|
16822
|
-
var EventSettings = /** @
|
|
16822
|
+
var EventSettings = /** @class */ (function (_super) {
|
|
16823
16823
|
__extends$a(EventSettings, _super);
|
|
16824
16824
|
function EventSettings() {
|
|
16825
16825
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -16881,29 +16881,29 @@ var EventSettings = /** @__PURE__ @class */ (function (_super) {
|
|
|
16881
16881
|
return EventSettings;
|
|
16882
16882
|
}(ChildProperty));
|
|
16883
16883
|
|
|
16884
|
-
var __extends$b = (undefined && undefined.__extends) || (function () {
|
|
16885
|
-
var extendStatics = function (d, b) {
|
|
16886
|
-
extendStatics = Object.setPrototypeOf ||
|
|
16887
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16888
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16889
|
-
return extendStatics(d, b);
|
|
16890
|
-
};
|
|
16891
|
-
return function (d, b) {
|
|
16892
|
-
extendStatics(d, b);
|
|
16893
|
-
function __() { this.constructor = d; }
|
|
16894
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16895
|
-
};
|
|
16896
|
-
})();
|
|
16897
|
-
var __decorate$8 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16898
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16899
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16900
|
-
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;
|
|
16901
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16902
|
-
};
|
|
16884
|
+
var __extends$b = (undefined && undefined.__extends) || (function () {
|
|
16885
|
+
var extendStatics = function (d, b) {
|
|
16886
|
+
extendStatics = Object.setPrototypeOf ||
|
|
16887
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16888
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16889
|
+
return extendStatics(d, b);
|
|
16890
|
+
};
|
|
16891
|
+
return function (d, b) {
|
|
16892
|
+
extendStatics(d, b);
|
|
16893
|
+
function __() { this.constructor = d; }
|
|
16894
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16895
|
+
};
|
|
16896
|
+
})();
|
|
16897
|
+
var __decorate$8 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16898
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16899
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16900
|
+
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;
|
|
16901
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16902
|
+
};
|
|
16903
16903
|
/**
|
|
16904
16904
|
* A class that holds the resource grouping related configurations on Schedule.
|
|
16905
16905
|
*/
|
|
16906
|
-
var Group = /** @
|
|
16906
|
+
var Group = /** @class */ (function (_super) {
|
|
16907
16907
|
__extends$b(Group, _super);
|
|
16908
16908
|
function Group() {
|
|
16909
16909
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -16932,29 +16932,29 @@ var Group = /** @__PURE__ @class */ (function (_super) {
|
|
|
16932
16932
|
return Group;
|
|
16933
16933
|
}(ChildProperty));
|
|
16934
16934
|
|
|
16935
|
-
var __extends$c = (undefined && undefined.__extends) || (function () {
|
|
16936
|
-
var extendStatics = function (d, b) {
|
|
16937
|
-
extendStatics = Object.setPrototypeOf ||
|
|
16938
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16939
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16940
|
-
return extendStatics(d, b);
|
|
16941
|
-
};
|
|
16942
|
-
return function (d, b) {
|
|
16943
|
-
extendStatics(d, b);
|
|
16944
|
-
function __() { this.constructor = d; }
|
|
16945
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16946
|
-
};
|
|
16947
|
-
})();
|
|
16948
|
-
var __decorate$9 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16949
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16950
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16951
|
-
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;
|
|
16952
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16953
|
-
};
|
|
16935
|
+
var __extends$c = (undefined && undefined.__extends) || (function () {
|
|
16936
|
+
var extendStatics = function (d, b) {
|
|
16937
|
+
extendStatics = Object.setPrototypeOf ||
|
|
16938
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16939
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
16940
|
+
return extendStatics(d, b);
|
|
16941
|
+
};
|
|
16942
|
+
return function (d, b) {
|
|
16943
|
+
extendStatics(d, b);
|
|
16944
|
+
function __() { this.constructor = d; }
|
|
16945
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16946
|
+
};
|
|
16947
|
+
})();
|
|
16948
|
+
var __decorate$9 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
16949
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16950
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
16951
|
+
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;
|
|
16952
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16953
|
+
};
|
|
16954
16954
|
/**
|
|
16955
16955
|
* A class that represents the resource related configurations and its data binding options.
|
|
16956
16956
|
*/
|
|
16957
|
-
var Resources = /** @
|
|
16957
|
+
var Resources = /** @class */ (function (_super) {
|
|
16958
16958
|
__extends$c(Resources, _super);
|
|
16959
16959
|
function Resources() {
|
|
16960
16960
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -17008,7 +17008,7 @@ var Resources = /** @__PURE__ @class */ (function (_super) {
|
|
|
17008
17008
|
}(ChildProperty));
|
|
17009
17009
|
|
|
17010
17010
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
17011
|
-
var ResourceBase = /** @
|
|
17011
|
+
var ResourceBase = /** @class */ (function () {
|
|
17012
17012
|
function ResourceBase(parent) {
|
|
17013
17013
|
this.resourceCollection = [];
|
|
17014
17014
|
this.leftPixel = 25;
|
|
@@ -18115,26 +18115,26 @@ var ResourceBase = /** @__PURE__ @class */ (function () {
|
|
|
18115
18115
|
return ResourceBase;
|
|
18116
18116
|
}());
|
|
18117
18117
|
|
|
18118
|
-
var __extends$d = (undefined && undefined.__extends) || (function () {
|
|
18119
|
-
var extendStatics = function (d, b) {
|
|
18120
|
-
extendStatics = Object.setPrototypeOf ||
|
|
18121
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
18122
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
18123
|
-
return extendStatics(d, b);
|
|
18124
|
-
};
|
|
18125
|
-
return function (d, b) {
|
|
18126
|
-
extendStatics(d, b);
|
|
18127
|
-
function __() { this.constructor = d; }
|
|
18128
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18129
|
-
};
|
|
18130
|
-
})();
|
|
18131
|
-
var __decorate$a = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
18132
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18133
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
18134
|
-
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;
|
|
18135
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18136
|
-
};
|
|
18137
|
-
var ToolbarItem = /** @
|
|
18118
|
+
var __extends$d = (undefined && undefined.__extends) || (function () {
|
|
18119
|
+
var extendStatics = function (d, b) {
|
|
18120
|
+
extendStatics = Object.setPrototypeOf ||
|
|
18121
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
18122
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
18123
|
+
return extendStatics(d, b);
|
|
18124
|
+
};
|
|
18125
|
+
return function (d, b) {
|
|
18126
|
+
extendStatics(d, b);
|
|
18127
|
+
function __() { this.constructor = d; }
|
|
18128
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18129
|
+
};
|
|
18130
|
+
})();
|
|
18131
|
+
var __decorate$a = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
18132
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18133
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
18134
|
+
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;
|
|
18135
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18136
|
+
};
|
|
18137
|
+
var ToolbarItem = /** @class */ (function (_super) {
|
|
18138
18138
|
__extends$d(ToolbarItem, _super);
|
|
18139
18139
|
function ToolbarItem() {
|
|
18140
18140
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -18199,25 +18199,25 @@ var ToolbarItem = /** @__PURE__ @class */ (function (_super) {
|
|
|
18199
18199
|
return ToolbarItem;
|
|
18200
18200
|
}(ChildProperty));
|
|
18201
18201
|
|
|
18202
|
-
var __extends$e = (undefined && undefined.__extends) || (function () {
|
|
18203
|
-
var extendStatics = function (d, b) {
|
|
18204
|
-
extendStatics = Object.setPrototypeOf ||
|
|
18205
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
18206
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
18207
|
-
return extendStatics(d, b);
|
|
18208
|
-
};
|
|
18209
|
-
return function (d, b) {
|
|
18210
|
-
extendStatics(d, b);
|
|
18211
|
-
function __() { this.constructor = d; }
|
|
18212
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18213
|
-
};
|
|
18214
|
-
})();
|
|
18215
|
-
var __decorate$b = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
18216
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18217
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
18218
|
-
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;
|
|
18219
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18220
|
-
};
|
|
18202
|
+
var __extends$e = (undefined && undefined.__extends) || (function () {
|
|
18203
|
+
var extendStatics = function (d, b) {
|
|
18204
|
+
extendStatics = Object.setPrototypeOf ||
|
|
18205
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
18206
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
18207
|
+
return extendStatics(d, b);
|
|
18208
|
+
};
|
|
18209
|
+
return function (d, b) {
|
|
18210
|
+
extendStatics(d, b);
|
|
18211
|
+
function __() { this.constructor = d; }
|
|
18212
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18213
|
+
};
|
|
18214
|
+
})();
|
|
18215
|
+
var __decorate$b = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
18216
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18217
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
18218
|
+
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;
|
|
18219
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18220
|
+
};
|
|
18221
18221
|
/**
|
|
18222
18222
|
* Represents the Schedule component that displays a list of events scheduled against specific date and timings,
|
|
18223
18223
|
* thus helping us to plan and manage it properly.
|
|
@@ -18231,7 +18231,7 @@ var __decorate$b = (undefined && undefined.__decorate) || function (decorators,
|
|
|
18231
18231
|
* </script>
|
|
18232
18232
|
* ```
|
|
18233
18233
|
*/
|
|
18234
|
-
var Schedule = /** @
|
|
18234
|
+
var Schedule = /** @class */ (function (_super) {
|
|
18235
18235
|
__extends$e(Schedule, _super);
|
|
18236
18236
|
/**
|
|
18237
18237
|
* Constructor for creating the Schedule widget
|
|
@@ -21504,7 +21504,7 @@ var Schedule = /** @__PURE__ @class */ (function (_super) {
|
|
|
21504
21504
|
/**
|
|
21505
21505
|
* Base class for the common drag and resize related actions
|
|
21506
21506
|
*/
|
|
21507
|
-
var ActionBase = /** @
|
|
21507
|
+
var ActionBase = /** @class */ (function () {
|
|
21508
21508
|
function ActionBase(parent) {
|
|
21509
21509
|
this.daysVariation = 0;
|
|
21510
21510
|
this.parent = parent;
|
|
@@ -21965,23 +21965,23 @@ var ActionBase = /** @__PURE__ @class */ (function () {
|
|
|
21965
21965
|
return ActionBase;
|
|
21966
21966
|
}());
|
|
21967
21967
|
|
|
21968
|
-
var __extends$f = (undefined && undefined.__extends) || (function () {
|
|
21969
|
-
var extendStatics = function (d, b) {
|
|
21970
|
-
extendStatics = Object.setPrototypeOf ||
|
|
21971
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
21972
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
21973
|
-
return extendStatics(d, b);
|
|
21974
|
-
};
|
|
21975
|
-
return function (d, b) {
|
|
21976
|
-
extendStatics(d, b);
|
|
21977
|
-
function __() { this.constructor = d; }
|
|
21978
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21979
|
-
};
|
|
21980
|
-
})();
|
|
21968
|
+
var __extends$f = (undefined && undefined.__extends) || (function () {
|
|
21969
|
+
var extendStatics = function (d, b) {
|
|
21970
|
+
extendStatics = Object.setPrototypeOf ||
|
|
21971
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
21972
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
21973
|
+
return extendStatics(d, b);
|
|
21974
|
+
};
|
|
21975
|
+
return function (d, b) {
|
|
21976
|
+
extendStatics(d, b);
|
|
21977
|
+
function __() { this.constructor = d; }
|
|
21978
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21979
|
+
};
|
|
21980
|
+
})();
|
|
21981
21981
|
/**
|
|
21982
21982
|
* Schedule events resize actions
|
|
21983
21983
|
*/
|
|
21984
|
-
var Resize = /** @
|
|
21984
|
+
var Resize = /** @class */ (function (_super) {
|
|
21985
21985
|
__extends$f(Resize, _super);
|
|
21986
21986
|
function Resize() {
|
|
21987
21987
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -22581,24 +22581,24 @@ var Resize = /** @__PURE__ @class */ (function (_super) {
|
|
|
22581
22581
|
return Resize;
|
|
22582
22582
|
}(ActionBase));
|
|
22583
22583
|
|
|
22584
|
-
var __extends$g = (undefined && undefined.__extends) || (function () {
|
|
22585
|
-
var extendStatics = function (d, b) {
|
|
22586
|
-
extendStatics = Object.setPrototypeOf ||
|
|
22587
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
22588
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
22589
|
-
return extendStatics(d, b);
|
|
22590
|
-
};
|
|
22591
|
-
return function (d, b) {
|
|
22592
|
-
extendStatics(d, b);
|
|
22593
|
-
function __() { this.constructor = d; }
|
|
22594
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
22595
|
-
};
|
|
22596
|
-
})();
|
|
22584
|
+
var __extends$g = (undefined && undefined.__extends) || (function () {
|
|
22585
|
+
var extendStatics = function (d, b) {
|
|
22586
|
+
extendStatics = Object.setPrototypeOf ||
|
|
22587
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
22588
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
22589
|
+
return extendStatics(d, b);
|
|
22590
|
+
};
|
|
22591
|
+
return function (d, b) {
|
|
22592
|
+
extendStatics(d, b);
|
|
22593
|
+
function __() { this.constructor = d; }
|
|
22594
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
22595
|
+
};
|
|
22596
|
+
})();
|
|
22597
22597
|
var EVENT_GAP$2 = 2;
|
|
22598
22598
|
/**
|
|
22599
22599
|
* Year view events render
|
|
22600
22600
|
*/
|
|
22601
|
-
var YearEvent = /** @
|
|
22601
|
+
var YearEvent = /** @class */ (function (_super) {
|
|
22602
22602
|
__extends$g(YearEvent, _super);
|
|
22603
22603
|
function YearEvent(parent) {
|
|
22604
22604
|
var _this = _super.call(this, parent, 'day') || this;
|
|
@@ -23204,24 +23204,24 @@ var YearEvent = /** @__PURE__ @class */ (function (_super) {
|
|
|
23204
23204
|
return YearEvent;
|
|
23205
23205
|
}(TimelineEvent));
|
|
23206
23206
|
|
|
23207
|
-
var __extends$h = (undefined && undefined.__extends) || (function () {
|
|
23208
|
-
var extendStatics = function (d, b) {
|
|
23209
|
-
extendStatics = Object.setPrototypeOf ||
|
|
23210
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
23211
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
23212
|
-
return extendStatics(d, b);
|
|
23213
|
-
};
|
|
23214
|
-
return function (d, b) {
|
|
23215
|
-
extendStatics(d, b);
|
|
23216
|
-
function __() { this.constructor = d; }
|
|
23217
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
23218
|
-
};
|
|
23219
|
-
})();
|
|
23207
|
+
var __extends$h = (undefined && undefined.__extends) || (function () {
|
|
23208
|
+
var extendStatics = function (d, b) {
|
|
23209
|
+
extendStatics = Object.setPrototypeOf ||
|
|
23210
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
23211
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
23212
|
+
return extendStatics(d, b);
|
|
23213
|
+
};
|
|
23214
|
+
return function (d, b) {
|
|
23215
|
+
extendStatics(d, b);
|
|
23216
|
+
function __() { this.constructor = d; }
|
|
23217
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
23218
|
+
};
|
|
23219
|
+
})();
|
|
23220
23220
|
var MINUTES_PER_DAY = 1440;
|
|
23221
23221
|
/**
|
|
23222
23222
|
* Schedule events drag actions
|
|
23223
23223
|
*/
|
|
23224
|
-
var DragAndDrop = /** @
|
|
23224
|
+
var DragAndDrop = /** @class */ (function (_super) {
|
|
23225
23225
|
__extends$h(DragAndDrop, _super);
|
|
23226
23226
|
function DragAndDrop() {
|
|
23227
23227
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -24607,7 +24607,7 @@ var DragAndDrop = /** @__PURE__ @class */ (function (_super) {
|
|
|
24607
24607
|
/**
|
|
24608
24608
|
* view base
|
|
24609
24609
|
*/
|
|
24610
|
-
var ViewBase = /** @
|
|
24610
|
+
var ViewBase = /** @class */ (function () {
|
|
24611
24611
|
/**
|
|
24612
24612
|
* Constructor
|
|
24613
24613
|
*
|
|
@@ -24615,6 +24615,8 @@ var ViewBase = /** @__PURE__ @class */ (function () {
|
|
|
24615
24615
|
*/
|
|
24616
24616
|
function ViewBase(parent) {
|
|
24617
24617
|
this.previousNextAction = 'Next';
|
|
24618
|
+
this.skipPersistenceSave = false;
|
|
24619
|
+
this.isScrolledBottom = false;
|
|
24618
24620
|
this.parent = parent;
|
|
24619
24621
|
}
|
|
24620
24622
|
ViewBase.prototype.isTimelineView = function () {
|
|
@@ -25170,6 +25172,12 @@ var ViewBase = /** @__PURE__ @class */ (function () {
|
|
|
25170
25172
|
ViewBase.prototype.setPersistence = function () {
|
|
25171
25173
|
if (this.parent.enablePersistence) {
|
|
25172
25174
|
var contentWrap = this.element.querySelector('.e-content-wrap');
|
|
25175
|
+
if (this.parent.virtualScrollModule && this.isScrolledBottom) {
|
|
25176
|
+
this.isScrolledBottom = false;
|
|
25177
|
+
this.skipPersistenceSave = true;
|
|
25178
|
+
contentWrap.scrollTop = this.parent.scrollTop;
|
|
25179
|
+
this.skipPersistenceSave = false;
|
|
25180
|
+
}
|
|
25173
25181
|
if (!isNullOrUndefined(contentWrap)) {
|
|
25174
25182
|
this.parent.scrollLeft = contentWrap.scrollLeft;
|
|
25175
25183
|
this.parent.scrollTop = contentWrap.scrollTop;
|
|
@@ -25180,6 +25188,7 @@ var ViewBase = /** @__PURE__ @class */ (function () {
|
|
|
25180
25188
|
if (this.parent.enablePersistence) {
|
|
25181
25189
|
var conWrap = this.parent.element.querySelector('.e-content-wrap');
|
|
25182
25190
|
if (!isNullOrUndefined(conWrap) && !isNullOrUndefined(this.parent.scrollLeft) && !isNullOrUndefined(this.parent.scrollTop)) {
|
|
25191
|
+
this.isScrolledBottom = conWrap.scrollHeight - conWrap.clientHeight < this.parent.scrollTop;
|
|
25183
25192
|
conWrap.scrollTop = this.parent.scrollTop;
|
|
25184
25193
|
conWrap.scrollLeft = this.parent.scrollLeft;
|
|
25185
25194
|
}
|
|
@@ -25256,23 +25265,23 @@ var ViewBase = /** @__PURE__ @class */ (function () {
|
|
|
25256
25265
|
return ViewBase;
|
|
25257
25266
|
}());
|
|
25258
25267
|
|
|
25259
|
-
var __extends$i = (undefined && undefined.__extends) || (function () {
|
|
25260
|
-
var extendStatics = function (d, b) {
|
|
25261
|
-
extendStatics = Object.setPrototypeOf ||
|
|
25262
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
25263
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
25264
|
-
return extendStatics(d, b);
|
|
25265
|
-
};
|
|
25266
|
-
return function (d, b) {
|
|
25267
|
-
extendStatics(d, b);
|
|
25268
|
-
function __() { this.constructor = d; }
|
|
25269
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
25270
|
-
};
|
|
25271
|
-
})();
|
|
25268
|
+
var __extends$i = (undefined && undefined.__extends) || (function () {
|
|
25269
|
+
var extendStatics = function (d, b) {
|
|
25270
|
+
extendStatics = Object.setPrototypeOf ||
|
|
25271
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
25272
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
25273
|
+
return extendStatics(d, b);
|
|
25274
|
+
};
|
|
25275
|
+
return function (d, b) {
|
|
25276
|
+
extendStatics(d, b);
|
|
25277
|
+
function __() { this.constructor = d; }
|
|
25278
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
25279
|
+
};
|
|
25280
|
+
})();
|
|
25272
25281
|
/**
|
|
25273
25282
|
* vertical view
|
|
25274
25283
|
*/
|
|
25275
|
-
var VerticalView = /** @
|
|
25284
|
+
var VerticalView = /** @class */ (function (_super) {
|
|
25276
25285
|
__extends$i(VerticalView, _super);
|
|
25277
25286
|
function VerticalView(parent) {
|
|
25278
25287
|
var _this = _super.call(this, parent) || this;
|
|
@@ -26143,23 +26152,23 @@ var VerticalView = /** @__PURE__ @class */ (function (_super) {
|
|
|
26143
26152
|
return VerticalView;
|
|
26144
26153
|
}(ViewBase));
|
|
26145
26154
|
|
|
26146
|
-
var __extends$j = (undefined && undefined.__extends) || (function () {
|
|
26147
|
-
var extendStatics = function (d, b) {
|
|
26148
|
-
extendStatics = Object.setPrototypeOf ||
|
|
26149
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26150
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26151
|
-
return extendStatics(d, b);
|
|
26152
|
-
};
|
|
26153
|
-
return function (d, b) {
|
|
26154
|
-
extendStatics(d, b);
|
|
26155
|
-
function __() { this.constructor = d; }
|
|
26156
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26157
|
-
};
|
|
26158
|
-
})();
|
|
26155
|
+
var __extends$j = (undefined && undefined.__extends) || (function () {
|
|
26156
|
+
var extendStatics = function (d, b) {
|
|
26157
|
+
extendStatics = Object.setPrototypeOf ||
|
|
26158
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26159
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26160
|
+
return extendStatics(d, b);
|
|
26161
|
+
};
|
|
26162
|
+
return function (d, b) {
|
|
26163
|
+
extendStatics(d, b);
|
|
26164
|
+
function __() { this.constructor = d; }
|
|
26165
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26166
|
+
};
|
|
26167
|
+
})();
|
|
26159
26168
|
/**
|
|
26160
26169
|
* day view
|
|
26161
26170
|
*/
|
|
26162
|
-
var Day = /** @
|
|
26171
|
+
var Day = /** @class */ (function (_super) {
|
|
26163
26172
|
__extends$j(Day, _super);
|
|
26164
26173
|
/**
|
|
26165
26174
|
* Constructor for day view
|
|
@@ -26182,23 +26191,23 @@ var Day = /** @__PURE__ @class */ (function (_super) {
|
|
|
26182
26191
|
return Day;
|
|
26183
26192
|
}(VerticalView));
|
|
26184
26193
|
|
|
26185
|
-
var __extends$k = (undefined && undefined.__extends) || (function () {
|
|
26186
|
-
var extendStatics = function (d, b) {
|
|
26187
|
-
extendStatics = Object.setPrototypeOf ||
|
|
26188
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26189
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26190
|
-
return extendStatics(d, b);
|
|
26191
|
-
};
|
|
26192
|
-
return function (d, b) {
|
|
26193
|
-
extendStatics(d, b);
|
|
26194
|
-
function __() { this.constructor = d; }
|
|
26195
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26196
|
-
};
|
|
26197
|
-
})();
|
|
26194
|
+
var __extends$k = (undefined && undefined.__extends) || (function () {
|
|
26195
|
+
var extendStatics = function (d, b) {
|
|
26196
|
+
extendStatics = Object.setPrototypeOf ||
|
|
26197
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26198
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26199
|
+
return extendStatics(d, b);
|
|
26200
|
+
};
|
|
26201
|
+
return function (d, b) {
|
|
26202
|
+
extendStatics(d, b);
|
|
26203
|
+
function __() { this.constructor = d; }
|
|
26204
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26205
|
+
};
|
|
26206
|
+
})();
|
|
26198
26207
|
/**
|
|
26199
26208
|
* week view
|
|
26200
26209
|
*/
|
|
26201
|
-
var Week = /** @
|
|
26210
|
+
var Week = /** @class */ (function (_super) {
|
|
26202
26211
|
__extends$k(Week, _super);
|
|
26203
26212
|
/**
|
|
26204
26213
|
* Constructor for week view
|
|
@@ -26227,23 +26236,23 @@ var Week = /** @__PURE__ @class */ (function (_super) {
|
|
|
26227
26236
|
return Week;
|
|
26228
26237
|
}(VerticalView));
|
|
26229
26238
|
|
|
26230
|
-
var __extends$l = (undefined && undefined.__extends) || (function () {
|
|
26231
|
-
var extendStatics = function (d, b) {
|
|
26232
|
-
extendStatics = Object.setPrototypeOf ||
|
|
26233
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26234
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26235
|
-
return extendStatics(d, b);
|
|
26236
|
-
};
|
|
26237
|
-
return function (d, b) {
|
|
26238
|
-
extendStatics(d, b);
|
|
26239
|
-
function __() { this.constructor = d; }
|
|
26240
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26241
|
-
};
|
|
26242
|
-
})();
|
|
26239
|
+
var __extends$l = (undefined && undefined.__extends) || (function () {
|
|
26240
|
+
var extendStatics = function (d, b) {
|
|
26241
|
+
extendStatics = Object.setPrototypeOf ||
|
|
26242
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26243
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26244
|
+
return extendStatics(d, b);
|
|
26245
|
+
};
|
|
26246
|
+
return function (d, b) {
|
|
26247
|
+
extendStatics(d, b);
|
|
26248
|
+
function __() { this.constructor = d; }
|
|
26249
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26250
|
+
};
|
|
26251
|
+
})();
|
|
26243
26252
|
/**
|
|
26244
26253
|
* work week view
|
|
26245
26254
|
*/
|
|
26246
|
-
var WorkWeek = /** @
|
|
26255
|
+
var WorkWeek = /** @class */ (function (_super) {
|
|
26247
26256
|
__extends$l(WorkWeek, _super);
|
|
26248
26257
|
/**
|
|
26249
26258
|
* Constructor for work week view
|
|
@@ -26272,23 +26281,23 @@ var WorkWeek = /** @__PURE__ @class */ (function (_super) {
|
|
|
26272
26281
|
return WorkWeek;
|
|
26273
26282
|
}(VerticalView));
|
|
26274
26283
|
|
|
26275
|
-
var __extends$m = (undefined && undefined.__extends) || (function () {
|
|
26276
|
-
var extendStatics = function (d, b) {
|
|
26277
|
-
extendStatics = Object.setPrototypeOf ||
|
|
26278
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26279
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26280
|
-
return extendStatics(d, b);
|
|
26281
|
-
};
|
|
26282
|
-
return function (d, b) {
|
|
26283
|
-
extendStatics(d, b);
|
|
26284
|
-
function __() { this.constructor = d; }
|
|
26285
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26286
|
-
};
|
|
26287
|
-
})();
|
|
26284
|
+
var __extends$m = (undefined && undefined.__extends) || (function () {
|
|
26285
|
+
var extendStatics = function (d, b) {
|
|
26286
|
+
extendStatics = Object.setPrototypeOf ||
|
|
26287
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26288
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
26289
|
+
return extendStatics(d, b);
|
|
26290
|
+
};
|
|
26291
|
+
return function (d, b) {
|
|
26292
|
+
extendStatics(d, b);
|
|
26293
|
+
function __() { this.constructor = d; }
|
|
26294
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
26295
|
+
};
|
|
26296
|
+
})();
|
|
26288
26297
|
/**
|
|
26289
26298
|
* month view
|
|
26290
26299
|
*/
|
|
26291
|
-
var Month = /** @
|
|
26300
|
+
var Month = /** @class */ (function (_super) {
|
|
26292
26301
|
__extends$m(Month, _super);
|
|
26293
26302
|
function Month(parent) {
|
|
26294
26303
|
var _this = _super.call(this, parent) || this;
|
|
@@ -26320,13 +26329,15 @@ var Month = /** @__PURE__ @class */ (function (_super) {
|
|
|
26320
26329
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
26321
26330
|
Month.prototype.onCellClick = function (event) { };
|
|
26322
26331
|
Month.prototype.onContentScroll = function (e) {
|
|
26323
|
-
this.
|
|
26324
|
-
|
|
26325
|
-
|
|
26326
|
-
|
|
26327
|
-
|
|
26328
|
-
|
|
26329
|
-
|
|
26332
|
+
if (!this.skipPersistenceSave) {
|
|
26333
|
+
this.parent.removeNewEventElement();
|
|
26334
|
+
this.parent.notify(virtualScroll, e);
|
|
26335
|
+
this.scrollTopPanel(e.target);
|
|
26336
|
+
this.scrollLeftPanel(e.target);
|
|
26337
|
+
this.parent.uiStateValues.top = e.target.scrollTop;
|
|
26338
|
+
this.parent.uiStateValues.left = e.target.scrollLeft;
|
|
26339
|
+
this.setPersistence();
|
|
26340
|
+
}
|
|
26330
26341
|
};
|
|
26331
26342
|
Month.prototype.scrollLeftPanel = function (target) {
|
|
26332
26343
|
var leftPanel = this.getLeftPanelElement();
|
|
@@ -27002,23 +27013,23 @@ var Month = /** @__PURE__ @class */ (function (_super) {
|
|
|
27002
27013
|
return Month;
|
|
27003
27014
|
}(ViewBase));
|
|
27004
27015
|
|
|
27005
|
-
var __extends$n = (undefined && undefined.__extends) || (function () {
|
|
27006
|
-
var extendStatics = function (d, b) {
|
|
27007
|
-
extendStatics = Object.setPrototypeOf ||
|
|
27008
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
27009
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
27010
|
-
return extendStatics(d, b);
|
|
27011
|
-
};
|
|
27012
|
-
return function (d, b) {
|
|
27013
|
-
extendStatics(d, b);
|
|
27014
|
-
function __() { this.constructor = d; }
|
|
27015
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
27016
|
-
};
|
|
27017
|
-
})();
|
|
27016
|
+
var __extends$n = (undefined && undefined.__extends) || (function () {
|
|
27017
|
+
var extendStatics = function (d, b) {
|
|
27018
|
+
extendStatics = Object.setPrototypeOf ||
|
|
27019
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
27020
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
27021
|
+
return extendStatics(d, b);
|
|
27022
|
+
};
|
|
27023
|
+
return function (d, b) {
|
|
27024
|
+
extendStatics(d, b);
|
|
27025
|
+
function __() { this.constructor = d; }
|
|
27026
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
27027
|
+
};
|
|
27028
|
+
})();
|
|
27018
27029
|
/**
|
|
27019
27030
|
* year view
|
|
27020
27031
|
*/
|
|
27021
|
-
var Year = /** @
|
|
27032
|
+
var Year = /** @class */ (function (_super) {
|
|
27022
27033
|
__extends$n(Year, _super);
|
|
27023
27034
|
function Year(parent) {
|
|
27024
27035
|
var _this = _super.call(this, parent) || this;
|
|
@@ -27450,20 +27461,20 @@ var Year = /** @__PURE__ @class */ (function (_super) {
|
|
|
27450
27461
|
return Year;
|
|
27451
27462
|
}(ViewBase));
|
|
27452
27463
|
|
|
27453
|
-
var __extends$o = (undefined && undefined.__extends) || (function () {
|
|
27454
|
-
var extendStatics = function (d, b) {
|
|
27455
|
-
extendStatics = Object.setPrototypeOf ||
|
|
27456
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
27457
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
27458
|
-
return extendStatics(d, b);
|
|
27459
|
-
};
|
|
27460
|
-
return function (d, b) {
|
|
27461
|
-
extendStatics(d, b);
|
|
27462
|
-
function __() { this.constructor = d; }
|
|
27463
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
27464
|
-
};
|
|
27465
|
-
})();
|
|
27466
|
-
var AgendaBase = /** @
|
|
27464
|
+
var __extends$o = (undefined && undefined.__extends) || (function () {
|
|
27465
|
+
var extendStatics = function (d, b) {
|
|
27466
|
+
extendStatics = Object.setPrototypeOf ||
|
|
27467
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
27468
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
27469
|
+
return extendStatics(d, b);
|
|
27470
|
+
};
|
|
27471
|
+
return function (d, b) {
|
|
27472
|
+
extendStatics(d, b);
|
|
27473
|
+
function __() { this.constructor = d; }
|
|
27474
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
27475
|
+
};
|
|
27476
|
+
})();
|
|
27477
|
+
var AgendaBase = /** @class */ (function (_super) {
|
|
27467
27478
|
__extends$o(AgendaBase, _super);
|
|
27468
27479
|
function AgendaBase(parent) {
|
|
27469
27480
|
return _super.call(this, parent) || this;
|
|
@@ -27876,23 +27887,23 @@ var AgendaBase = /** @__PURE__ @class */ (function (_super) {
|
|
|
27876
27887
|
return AgendaBase;
|
|
27877
27888
|
}(ViewBase));
|
|
27878
27889
|
|
|
27879
|
-
var __extends$p = (undefined && undefined.__extends) || (function () {
|
|
27880
|
-
var extendStatics = function (d, b) {
|
|
27881
|
-
extendStatics = Object.setPrototypeOf ||
|
|
27882
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
27883
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
27884
|
-
return extendStatics(d, b);
|
|
27885
|
-
};
|
|
27886
|
-
return function (d, b) {
|
|
27887
|
-
extendStatics(d, b);
|
|
27888
|
-
function __() { this.constructor = d; }
|
|
27889
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
27890
|
-
};
|
|
27891
|
-
})();
|
|
27890
|
+
var __extends$p = (undefined && undefined.__extends) || (function () {
|
|
27891
|
+
var extendStatics = function (d, b) {
|
|
27892
|
+
extendStatics = Object.setPrototypeOf ||
|
|
27893
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
27894
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
27895
|
+
return extendStatics(d, b);
|
|
27896
|
+
};
|
|
27897
|
+
return function (d, b) {
|
|
27898
|
+
extendStatics(d, b);
|
|
27899
|
+
function __() { this.constructor = d; }
|
|
27900
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
27901
|
+
};
|
|
27902
|
+
})();
|
|
27892
27903
|
/**
|
|
27893
27904
|
* agenda view
|
|
27894
27905
|
*/
|
|
27895
|
-
var Agenda = /** @
|
|
27906
|
+
var Agenda = /** @class */ (function (_super) {
|
|
27896
27907
|
__extends$p(Agenda, _super);
|
|
27897
27908
|
function Agenda(parent) {
|
|
27898
27909
|
var _this = _super.call(this, parent) || this;
|
|
@@ -28384,23 +28395,23 @@ var Agenda = /** @__PURE__ @class */ (function (_super) {
|
|
|
28384
28395
|
return Agenda;
|
|
28385
28396
|
}(AgendaBase));
|
|
28386
28397
|
|
|
28387
|
-
var __extends$q = (undefined && undefined.__extends) || (function () {
|
|
28388
|
-
var extendStatics = function (d, b) {
|
|
28389
|
-
extendStatics = Object.setPrototypeOf ||
|
|
28390
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
28391
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
28392
|
-
return extendStatics(d, b);
|
|
28393
|
-
};
|
|
28394
|
-
return function (d, b) {
|
|
28395
|
-
extendStatics(d, b);
|
|
28396
|
-
function __() { this.constructor = d; }
|
|
28397
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28398
|
-
};
|
|
28399
|
-
})();
|
|
28398
|
+
var __extends$q = (undefined && undefined.__extends) || (function () {
|
|
28399
|
+
var extendStatics = function (d, b) {
|
|
28400
|
+
extendStatics = Object.setPrototypeOf ||
|
|
28401
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
28402
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
28403
|
+
return extendStatics(d, b);
|
|
28404
|
+
};
|
|
28405
|
+
return function (d, b) {
|
|
28406
|
+
extendStatics(d, b);
|
|
28407
|
+
function __() { this.constructor = d; }
|
|
28408
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28409
|
+
};
|
|
28410
|
+
})();
|
|
28400
28411
|
/**
|
|
28401
28412
|
* month agenda view
|
|
28402
28413
|
*/
|
|
28403
|
-
var MonthAgenda = /** @
|
|
28414
|
+
var MonthAgenda = /** @class */ (function (_super) {
|
|
28404
28415
|
__extends$q(MonthAgenda, _super);
|
|
28405
28416
|
function MonthAgenda(parent) {
|
|
28406
28417
|
var _this = _super.call(this, parent) || this;
|
|
@@ -28564,7 +28575,7 @@ var MonthAgenda = /** @__PURE__ @class */ (function (_super) {
|
|
|
28564
28575
|
/**
|
|
28565
28576
|
* timeline header rows
|
|
28566
28577
|
*/
|
|
28567
|
-
var TimelineHeaderRow = /** @
|
|
28578
|
+
var TimelineHeaderRow = /** @class */ (function () {
|
|
28568
28579
|
function TimelineHeaderRow(parent, renderDates) {
|
|
28569
28580
|
this.parent = parent;
|
|
28570
28581
|
this.renderDates = renderDates;
|
|
@@ -28687,23 +28698,23 @@ var TimelineHeaderRow = /** @__PURE__ @class */ (function () {
|
|
|
28687
28698
|
return TimelineHeaderRow;
|
|
28688
28699
|
}());
|
|
28689
28700
|
|
|
28690
|
-
var __extends$r = (undefined && undefined.__extends) || (function () {
|
|
28691
|
-
var extendStatics = function (d, b) {
|
|
28692
|
-
extendStatics = Object.setPrototypeOf ||
|
|
28693
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
28694
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
28695
|
-
return extendStatics(d, b);
|
|
28696
|
-
};
|
|
28697
|
-
return function (d, b) {
|
|
28698
|
-
extendStatics(d, b);
|
|
28699
|
-
function __() { this.constructor = d; }
|
|
28700
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28701
|
-
};
|
|
28702
|
-
})();
|
|
28701
|
+
var __extends$r = (undefined && undefined.__extends) || (function () {
|
|
28702
|
+
var extendStatics = function (d, b) {
|
|
28703
|
+
extendStatics = Object.setPrototypeOf ||
|
|
28704
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
28705
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
28706
|
+
return extendStatics(d, b);
|
|
28707
|
+
};
|
|
28708
|
+
return function (d, b) {
|
|
28709
|
+
extendStatics(d, b);
|
|
28710
|
+
function __() { this.constructor = d; }
|
|
28711
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28712
|
+
};
|
|
28713
|
+
})();
|
|
28703
28714
|
/**
|
|
28704
28715
|
* timeline views
|
|
28705
28716
|
*/
|
|
28706
|
-
var TimelineViews = /** @
|
|
28717
|
+
var TimelineViews = /** @class */ (function (_super) {
|
|
28707
28718
|
__extends$r(TimelineViews, _super);
|
|
28708
28719
|
function TimelineViews(parent) {
|
|
28709
28720
|
var _this = _super.call(this, parent) || this;
|
|
@@ -28987,23 +28998,23 @@ var TimelineViews = /** @__PURE__ @class */ (function (_super) {
|
|
|
28987
28998
|
return TimelineViews;
|
|
28988
28999
|
}(VerticalView));
|
|
28989
29000
|
|
|
28990
|
-
var __extends$s = (undefined && undefined.__extends) || (function () {
|
|
28991
|
-
var extendStatics = function (d, b) {
|
|
28992
|
-
extendStatics = Object.setPrototypeOf ||
|
|
28993
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
28994
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
28995
|
-
return extendStatics(d, b);
|
|
28996
|
-
};
|
|
28997
|
-
return function (d, b) {
|
|
28998
|
-
extendStatics(d, b);
|
|
28999
|
-
function __() { this.constructor = d; }
|
|
29000
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29001
|
-
};
|
|
29002
|
-
})();
|
|
29001
|
+
var __extends$s = (undefined && undefined.__extends) || (function () {
|
|
29002
|
+
var extendStatics = function (d, b) {
|
|
29003
|
+
extendStatics = Object.setPrototypeOf ||
|
|
29004
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
29005
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
29006
|
+
return extendStatics(d, b);
|
|
29007
|
+
};
|
|
29008
|
+
return function (d, b) {
|
|
29009
|
+
extendStatics(d, b);
|
|
29010
|
+
function __() { this.constructor = d; }
|
|
29011
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29012
|
+
};
|
|
29013
|
+
})();
|
|
29003
29014
|
/**
|
|
29004
29015
|
* timeline month view
|
|
29005
29016
|
*/
|
|
29006
|
-
var TimelineMonth = /** @
|
|
29017
|
+
var TimelineMonth = /** @class */ (function (_super) {
|
|
29007
29018
|
__extends$s(TimelineMonth, _super);
|
|
29008
29019
|
function TimelineMonth(parent) {
|
|
29009
29020
|
var _this = _super.call(this, parent) || this;
|
|
@@ -29161,23 +29172,23 @@ var TimelineMonth = /** @__PURE__ @class */ (function (_super) {
|
|
|
29161
29172
|
return TimelineMonth;
|
|
29162
29173
|
}(Month));
|
|
29163
29174
|
|
|
29164
|
-
var __extends$t = (undefined && undefined.__extends) || (function () {
|
|
29165
|
-
var extendStatics = function (d, b) {
|
|
29166
|
-
extendStatics = Object.setPrototypeOf ||
|
|
29167
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
29168
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
29169
|
-
return extendStatics(d, b);
|
|
29170
|
-
};
|
|
29171
|
-
return function (d, b) {
|
|
29172
|
-
extendStatics(d, b);
|
|
29173
|
-
function __() { this.constructor = d; }
|
|
29174
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29175
|
-
};
|
|
29176
|
-
})();
|
|
29175
|
+
var __extends$t = (undefined && undefined.__extends) || (function () {
|
|
29176
|
+
var extendStatics = function (d, b) {
|
|
29177
|
+
extendStatics = Object.setPrototypeOf ||
|
|
29178
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
29179
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
29180
|
+
return extendStatics(d, b);
|
|
29181
|
+
};
|
|
29182
|
+
return function (d, b) {
|
|
29183
|
+
extendStatics(d, b);
|
|
29184
|
+
function __() { this.constructor = d; }
|
|
29185
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29186
|
+
};
|
|
29187
|
+
})();
|
|
29177
29188
|
/**
|
|
29178
29189
|
* timeline year view
|
|
29179
29190
|
*/
|
|
29180
|
-
var TimelineYear = /** @
|
|
29191
|
+
var TimelineYear = /** @class */ (function (_super) {
|
|
29181
29192
|
__extends$t(TimelineYear, _super);
|
|
29182
29193
|
function TimelineYear(parent) {
|
|
29183
29194
|
var _this = _super.call(this, parent) || this;
|
|
@@ -29638,7 +29649,7 @@ var TimelineYear = /** @__PURE__ @class */ (function (_super) {
|
|
|
29638
29649
|
/**
|
|
29639
29650
|
* ICalendar Export Module
|
|
29640
29651
|
*/
|
|
29641
|
-
var ICalendarExport = /** @
|
|
29652
|
+
var ICalendarExport = /** @class */ (function () {
|
|
29642
29653
|
function ICalendarExport(parent) {
|
|
29643
29654
|
this.parent = parent;
|
|
29644
29655
|
}
|
|
@@ -29787,7 +29798,7 @@ var ICalendarExport = /** @__PURE__ @class */ (function () {
|
|
|
29787
29798
|
/**
|
|
29788
29799
|
* ICalendar Import Module
|
|
29789
29800
|
*/
|
|
29790
|
-
var ICalendarImport = /** @
|
|
29801
|
+
var ICalendarImport = /** @class */ (function () {
|
|
29791
29802
|
function ICalendarImport(parent) {
|
|
29792
29803
|
this.allDay = false;
|
|
29793
29804
|
this.parent = parent;
|
|
@@ -30052,7 +30063,7 @@ var ICalendarImport = /** @__PURE__ @class */ (function () {
|
|
|
30052
30063
|
/**
|
|
30053
30064
|
* Excel Export Module
|
|
30054
30065
|
*/
|
|
30055
|
-
var ExcelExport = /** @
|
|
30066
|
+
var ExcelExport = /** @class */ (function () {
|
|
30056
30067
|
function ExcelExport(parent) {
|
|
30057
30068
|
this.parent = parent;
|
|
30058
30069
|
}
|
|
@@ -30131,7 +30142,7 @@ var ExcelExport = /** @__PURE__ @class */ (function () {
|
|
|
30131
30142
|
/**
|
|
30132
30143
|
* Print Module
|
|
30133
30144
|
*/
|
|
30134
|
-
var Print = /** @
|
|
30145
|
+
var Print = /** @class */ (function () {
|
|
30135
30146
|
function Print(parent) {
|
|
30136
30147
|
this.parent = parent;
|
|
30137
30148
|
}
|