@syncfusion/ej2-angular-schedule 20.2.50 → 20.3.47-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-schedule.es5.js +840 -0
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-schedule.js +788 -0
- package/@syncfusion/ej2-angular-schedule.js.map +1 -0
- package/CHANGELOG.md +1532 -0
- package/dist/ej2-angular-schedule.umd.js +980 -0
- package/dist/ej2-angular-schedule.umd.js.map +1 -0
- package/dist/ej2-angular-schedule.umd.min.js +11 -0
- package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
- package/ej2-angular-schedule.d.ts +6 -0
- package/ej2-angular-schedule.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +40 -0
- package/schematics/generators/schedule-agenda-views/index.d.ts +3 -0
- package/schematics/generators/schedule-agenda-views/index.js +8 -0
- package/schematics/generators/schedule-agenda-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-agenda-views/sample-details.js +7 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/schedule-agenda-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-agenda-views/schema.js +2 -0
- package/schematics/generators/schedule-agenda-views/schema.json +125 -0
- package/schematics/generators/schedule-calendar-views/index.d.ts +3 -0
- package/schematics/generators/schedule-calendar-views/index.js +8 -0
- package/schematics/generators/schedule-calendar-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-calendar-views/sample-details.js +7 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/schedule-calendar-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-calendar-views/schema.js +2 -0
- package/schematics/generators/schedule-calendar-views/schema.json +125 -0
- package/schematics/generators/schedule-horizontal-grouping/index.d.ts +3 -0
- package/schematics/generators/schedule-horizontal-grouping/index.js +8 -0
- package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-horizontal-grouping/sample-details.js +7 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +92 -0
- package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +29 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +3 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.js +2 -0
- package/schematics/generators/schedule-horizontal-grouping/schema.json +125 -0
- package/schematics/generators/schedule-time-scale/index.d.ts +3 -0
- package/schematics/generators/schedule-time-scale/index.js +8 -0
- package/schematics/generators/schedule-time-scale/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-time-scale/sample-details.js +7 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/schedule-time-scale/schema.d.ts +3 -0
- package/schematics/generators/schedule-time-scale/schema.js +2 -0
- package/schematics/generators/schedule-time-scale/schema.json +125 -0
- package/schematics/generators/schedule-timeline-grouping/index.d.ts +3 -0
- package/schematics/generators/schedule-timeline-grouping/index.js +8 -0
- package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-timeline-grouping/sample-details.js +7 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
- package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
- package/schematics/generators/schedule-timeline-grouping/schema.d.ts +3 -0
- package/schematics/generators/schedule-timeline-grouping/schema.js +2 -0
- package/schematics/generators/schedule-timeline-grouping/schema.json +125 -0
- package/schematics/generators/schedule-timeline-views/index.d.ts +3 -0
- package/schematics/generators/schedule-timeline-views/index.js +8 -0
- package/schematics/generators/schedule-timeline-views/sample-details.d.ts +5 -0
- package/schematics/generators/schedule-timeline-views/sample-details.js +7 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/schedule-timeline-views/schema.d.ts +3 -0
- package/schematics/generators/schedule-timeline-views/schema.js +2 -0
- package/schematics/generators/schedule-timeline-views/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
- package/src/schedule/headerrows.directive.d.ts +0 -5
- package/src/schedule/resources.directive.d.ts +0 -5
- package/src/schedule/schedule-all.module.d.ts +0 -6
- package/src/schedule/schedule.component.d.ts +0 -3
- package/src/schedule/schedule.module.d.ts +0 -9
- package/src/schedule/views.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +50 -33
- package/styles/bootstrap.css +50 -33
- package/styles/bootstrap4.css +50 -33
- package/styles/bootstrap5-dark.css +51 -38
- package/styles/bootstrap5.css +51 -38
- package/styles/fabric-dark.css +50 -33
- package/styles/fabric.css +50 -33
- package/styles/fluent-dark.css +52 -39
- package/styles/fluent.css +52 -39
- package/styles/highcontrast-light.css +50 -33
- package/styles/highcontrast.css +50 -33
- package/styles/material-dark.css +50 -33
- package/styles/material.css +50 -33
- package/styles/recurrence-editor/bootstrap-dark.css +21 -27
- package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
- package/styles/recurrence-editor/bootstrap.css +21 -27
- package/styles/recurrence-editor/bootstrap.scss +1 -3
- package/styles/recurrence-editor/bootstrap4.css +21 -27
- package/styles/recurrence-editor/bootstrap4.scss +1 -3
- package/styles/recurrence-editor/bootstrap5-dark.css +21 -27
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
- package/styles/recurrence-editor/bootstrap5.css +21 -27
- package/styles/recurrence-editor/bootstrap5.scss +1 -3
- package/styles/recurrence-editor/fabric-dark.css +21 -27
- package/styles/recurrence-editor/fabric-dark.scss +1 -3
- package/styles/recurrence-editor/fabric.css +21 -27
- package/styles/recurrence-editor/fabric.scss +1 -3
- package/styles/recurrence-editor/fluent-dark.css +21 -27
- package/styles/recurrence-editor/fluent-dark.scss +1 -3
- package/styles/recurrence-editor/fluent.css +21 -27
- package/styles/recurrence-editor/fluent.scss +1 -3
- package/styles/recurrence-editor/highcontrast-light.css +21 -27
- package/styles/recurrence-editor/highcontrast-light.scss +1 -3
- package/styles/recurrence-editor/highcontrast.css +21 -27
- package/styles/recurrence-editor/highcontrast.scss +1 -3
- package/styles/recurrence-editor/material-dark.css +21 -27
- package/styles/recurrence-editor/material-dark.scss +1 -3
- package/styles/recurrence-editor/material.css +21 -27
- package/styles/recurrence-editor/material.scss +1 -3
- package/styles/recurrence-editor/tailwind-dark.css +21 -27
- package/styles/recurrence-editor/tailwind-dark.scss +1 -3
- package/styles/recurrence-editor/tailwind.css +21 -27
- package/styles/recurrence-editor/tailwind.scss +1 -3
- package/styles/schedule/bootstrap-dark.css +29 -6
- package/styles/schedule/bootstrap-dark.scss +1 -5
- package/styles/schedule/bootstrap.css +29 -6
- package/styles/schedule/bootstrap.scss +1 -5
- package/styles/schedule/bootstrap4.css +29 -6
- package/styles/schedule/bootstrap4.scss +1 -5
- package/styles/schedule/bootstrap5-dark.css +30 -11
- package/styles/schedule/bootstrap5-dark.scss +1 -4
- package/styles/schedule/bootstrap5.css +30 -11
- package/styles/schedule/bootstrap5.scss +1 -5
- package/styles/schedule/fabric-dark.css +29 -6
- package/styles/schedule/fabric-dark.scss +1 -5
- package/styles/schedule/fabric.css +29 -6
- package/styles/schedule/fabric.scss +1 -5
- package/styles/schedule/fluent-dark.css +31 -12
- package/styles/schedule/fluent-dark.scss +1 -4
- package/styles/schedule/fluent.css +31 -12
- package/styles/schedule/fluent.scss +1 -5
- package/styles/schedule/highcontrast-light.css +29 -6
- package/styles/schedule/highcontrast-light.scss +1 -5
- package/styles/schedule/highcontrast.css +29 -6
- package/styles/schedule/highcontrast.scss +1 -5
- package/styles/schedule/material-dark.css +29 -6
- package/styles/schedule/material-dark.scss +1 -5
- package/styles/schedule/material.css +29 -6
- package/styles/schedule/material.scss +1 -5
- package/styles/schedule/tailwind-dark.css +29 -6
- package/styles/schedule/tailwind-dark.scss +1 -4
- package/styles/schedule/tailwind.css +29 -6
- package/styles/schedule/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +50 -33
- package/styles/tailwind.css +50 -33
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
- package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
- package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
- package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
- package/esm2020/src/schedule/resources.directive.mjs +0 -58
- package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
- package/esm2020/src/schedule/schedule.component.mjs +0 -283
- package/esm2020/src/schedule/schedule.module.mjs +0 -52
- package/esm2020/src/schedule/views.directive.mjs +0 -126
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
- package/styles/recurrence-editor/_all.scss +0 -2
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -15
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -15
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -15
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -15
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -16
- package/styles/recurrence-editor/_fabric-definition.scss +0 -15
- package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -15
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -15
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -15
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -15
- package/styles/recurrence-editor/_layout.scss +0 -544
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -15
- package/styles/recurrence-editor/_material-definition.scss +0 -15
- package/styles/recurrence-editor/_material3-definition.scss +0 -15
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -15
- package/styles/recurrence-editor/_theme.scss +0 -1
- package/styles/schedule/_all.scss +0 -2
- package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
- package/styles/schedule/_bootstrap-definition.scss +0 -213
- package/styles/schedule/_bootstrap4-definition.scss +0 -216
- package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
- package/styles/schedule/_bootstrap5-definition.scss +0 -224
- package/styles/schedule/_fabric-dark-definition.scss +0 -213
- package/styles/schedule/_fabric-definition.scss +0 -213
- package/styles/schedule/_fluent-dark-definition.scss +0 -1
- package/styles/schedule/_fluent-definition.scss +0 -220
- package/styles/schedule/_fusionnew-definition.scss +0 -224
- package/styles/schedule/_highcontrast-definition.scss +0 -214
- package/styles/schedule/_highcontrast-light-definition.scss +0 -214
- package/styles/schedule/_layout.scss +0 -4464
- package/styles/schedule/_material-dark-definition.scss +0 -213
- package/styles/schedule/_material-definition.scss +0 -213
- package/styles/schedule/_material3-definition.scss +0 -224
- package/styles/schedule/_tailwind-dark-definition.scss +0 -1
- package/styles/schedule/_tailwind-definition.scss +0 -217
- package/styles/schedule/_theme.scss +0 -508
- package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
- package/styles/schedule/icons/_bootstrap.scss +0 -231
- package/styles/schedule/icons/_bootstrap4.scss +0 -231
- package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
- package/styles/schedule/icons/_bootstrap5.scss +0 -232
- package/styles/schedule/icons/_fabric-dark.scss +0 -231
- package/styles/schedule/icons/_fabric.scss +0 -231
- package/styles/schedule/icons/_fluent-dark.scss +0 -1
- package/styles/schedule/icons/_fluent.scss +0 -232
- package/styles/schedule/icons/_fusionnew.scss +0 -232
- package/styles/schedule/icons/_highcontrast-light.scss +0 -231
- package/styles/schedule/icons/_highcontrast.scss +0 -231
- package/styles/schedule/icons/_material-dark.scss +0 -231
- package/styles/schedule/icons/_material.scss +0 -231
- package/styles/schedule/icons/_material3.scss +0 -232
- package/styles/schedule/icons/_tailwind-dark.scss +0 -1
- package/styles/schedule/icons/_tailwind.scss +0 -232
- package/syncfusion-ej2-angular-schedule.d.ts +0 -5
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
}
|
|
414
414
|
.e-schedule .e-content-wrap,
|
|
415
415
|
.e-schedule .e-scroll-container {
|
|
416
|
-
-webkit-overflow-scrolling: touch;
|
|
416
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
417
417
|
overflow: auto;
|
|
418
418
|
}
|
|
419
419
|
.e-schedule .e-hide-childs > * {
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
}
|
|
589
589
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
590
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
591
|
-
height: 0 !important;
|
|
591
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
592
592
|
}
|
|
593
593
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
594
594
|
background: #4f46e5;
|
|
@@ -803,6 +803,13 @@
|
|
|
803
803
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
804
804
|
background-color: #f3f4f6;
|
|
805
805
|
}
|
|
806
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
807
|
+
background-color: #f3f4f6;
|
|
808
|
+
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
809
|
+
}
|
|
810
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
811
|
+
background-color: #f3f4f6;
|
|
812
|
+
}
|
|
806
813
|
.e-schedule .e-vertical-view .e-current-time {
|
|
807
814
|
font-size: 10px;
|
|
808
815
|
}
|
|
@@ -1092,7 +1099,7 @@
|
|
|
1092
1099
|
}
|
|
1093
1100
|
.e-schedule .e-month-view .e-header-cells {
|
|
1094
1101
|
cursor: default;
|
|
1095
|
-
font-weight:
|
|
1102
|
+
font-weight: normal;
|
|
1096
1103
|
height: 34px;
|
|
1097
1104
|
padding: 8px;
|
|
1098
1105
|
}
|
|
@@ -1120,6 +1127,13 @@
|
|
|
1120
1127
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1121
1128
|
background-color: #f3f4f6;
|
|
1122
1129
|
}
|
|
1130
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1131
|
+
background-color: #f3f4f6;
|
|
1132
|
+
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
1133
|
+
}
|
|
1134
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1135
|
+
background-color: #f3f4f6;
|
|
1136
|
+
}
|
|
1123
1137
|
.e-schedule .e-month-view .e-date-header {
|
|
1124
1138
|
cursor: pointer;
|
|
1125
1139
|
display: table;
|
|
@@ -1468,7 +1482,7 @@
|
|
|
1468
1482
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1469
1483
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1470
1484
|
cursor: default;
|
|
1471
|
-
font-weight:
|
|
1485
|
+
font-weight: normal;
|
|
1472
1486
|
height: 34px;
|
|
1473
1487
|
padding: 0;
|
|
1474
1488
|
text-align: center;
|
|
@@ -1873,9 +1887,14 @@
|
|
|
1873
1887
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1874
1888
|
width: 70px;
|
|
1875
1889
|
}
|
|
1890
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1891
|
+
transform: translateX(0);
|
|
1892
|
+
}
|
|
1893
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1894
|
+
transform: translateY(0);
|
|
1895
|
+
}
|
|
1876
1896
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1877
1897
|
position: absolute;
|
|
1878
|
-
transform: translateY(0);
|
|
1879
1898
|
}
|
|
1880
1899
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1881
1900
|
position: relative;
|
|
@@ -1992,7 +2011,7 @@
|
|
|
1992
2011
|
}
|
|
1993
2012
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1994
2013
|
cursor: default;
|
|
1995
|
-
font-weight:
|
|
2014
|
+
font-weight: normal;
|
|
1996
2015
|
height: 34px;
|
|
1997
2016
|
padding: 5px;
|
|
1998
2017
|
text-align: center;
|
|
@@ -3848,6 +3867,9 @@
|
|
|
3848
3867
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3849
3868
|
border-right-width: 0;
|
|
3850
3869
|
}
|
|
3870
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3871
|
+
text-align: right;
|
|
3872
|
+
}
|
|
3851
3873
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3852
3874
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3853
3875
|
border-width: 0 1px 1px 0;
|
|
@@ -3865,6 +3887,7 @@
|
|
|
3865
3887
|
border-right-width: 0;
|
|
3866
3888
|
}
|
|
3867
3889
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3890
|
+
text-align: right;
|
|
3868
3891
|
border-width: 0 1px 1px 0;
|
|
3869
3892
|
}
|
|
3870
3893
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
}
|
|
415
415
|
.e-schedule .e-content-wrap,
|
|
416
416
|
.e-schedule .e-scroll-container {
|
|
417
|
-
-webkit-overflow-scrolling: touch;
|
|
417
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
418
418
|
overflow: auto;
|
|
419
419
|
}
|
|
420
420
|
.e-schedule .e-hide-childs > * {
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
}
|
|
590
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
592
|
-
height: 0 !important;
|
|
592
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
593
593
|
}
|
|
594
594
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
595
595
|
background: #22d3ee;
|
|
@@ -804,6 +804,13 @@
|
|
|
804
804
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
805
805
|
background-color: #374151;
|
|
806
806
|
}
|
|
807
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
808
|
+
background-color: #374151;
|
|
809
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
810
|
+
}
|
|
811
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
812
|
+
background-color: #374151;
|
|
813
|
+
}
|
|
807
814
|
.e-schedule .e-vertical-view .e-current-time {
|
|
808
815
|
font-size: 10px;
|
|
809
816
|
}
|
|
@@ -1093,7 +1100,7 @@
|
|
|
1093
1100
|
}
|
|
1094
1101
|
.e-schedule .e-month-view .e-header-cells {
|
|
1095
1102
|
cursor: default;
|
|
1096
|
-
font-weight:
|
|
1103
|
+
font-weight: normal;
|
|
1097
1104
|
height: 34px;
|
|
1098
1105
|
padding: 8px;
|
|
1099
1106
|
}
|
|
@@ -1121,6 +1128,13 @@
|
|
|
1121
1128
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1122
1129
|
background-color: #374151;
|
|
1123
1130
|
}
|
|
1131
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1132
|
+
background-color: #374151;
|
|
1133
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
1134
|
+
}
|
|
1135
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1136
|
+
background-color: #374151;
|
|
1137
|
+
}
|
|
1124
1138
|
.e-schedule .e-month-view .e-date-header {
|
|
1125
1139
|
cursor: pointer;
|
|
1126
1140
|
display: table;
|
|
@@ -1469,7 +1483,7 @@
|
|
|
1469
1483
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1470
1484
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1471
1485
|
cursor: default;
|
|
1472
|
-
font-weight:
|
|
1486
|
+
font-weight: normal;
|
|
1473
1487
|
height: 34px;
|
|
1474
1488
|
padding: 0;
|
|
1475
1489
|
text-align: center;
|
|
@@ -1874,9 +1888,14 @@
|
|
|
1874
1888
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1875
1889
|
width: 70px;
|
|
1876
1890
|
}
|
|
1891
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1892
|
+
transform: translateX(0);
|
|
1893
|
+
}
|
|
1894
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1895
|
+
transform: translateY(0);
|
|
1896
|
+
}
|
|
1877
1897
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1878
1898
|
position: absolute;
|
|
1879
|
-
transform: translateY(0);
|
|
1880
1899
|
}
|
|
1881
1900
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1882
1901
|
position: relative;
|
|
@@ -1993,7 +2012,7 @@
|
|
|
1993
2012
|
}
|
|
1994
2013
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1995
2014
|
cursor: default;
|
|
1996
|
-
font-weight:
|
|
2015
|
+
font-weight: normal;
|
|
1997
2016
|
height: 34px;
|
|
1998
2017
|
padding: 5px;
|
|
1999
2018
|
text-align: center;
|
|
@@ -3849,6 +3868,9 @@
|
|
|
3849
3868
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3850
3869
|
border-right-width: 0;
|
|
3851
3870
|
}
|
|
3871
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3872
|
+
text-align: right;
|
|
3873
|
+
}
|
|
3852
3874
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3853
3875
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3854
3876
|
border-width: 0 1px 1px 0;
|
|
@@ -3866,6 +3888,7 @@
|
|
|
3866
3888
|
border-right-width: 0;
|
|
3867
3889
|
}
|
|
3868
3890
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3891
|
+
text-align: right;
|
|
3869
3892
|
border-width: 0 1px 1px 0;
|
|
3870
3893
|
}
|
|
3871
3894
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -3959,7 +3982,7 @@
|
|
|
3959
3982
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3960
3983
|
min-width: 94px;
|
|
3961
3984
|
position: relative;
|
|
3962
|
-
right:
|
|
3985
|
+
right: 20px;
|
|
3963
3986
|
}
|
|
3964
3987
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3965
3988
|
min-width: 120px;
|
|
@@ -4005,8 +4028,8 @@
|
|
|
4005
4028
|
right: 10px;
|
|
4006
4029
|
}
|
|
4007
4030
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4008
|
-
|
|
4009
|
-
right:
|
|
4031
|
+
left: 20px;
|
|
4032
|
+
right: 0;
|
|
4010
4033
|
}
|
|
4011
4034
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
4012
4035
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -4025,7 +4048,7 @@
|
|
|
4025
4048
|
padding-right: 8px;
|
|
4026
4049
|
}
|
|
4027
4050
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4028
|
-
width:
|
|
4051
|
+
width: 30px;
|
|
4029
4052
|
}
|
|
4030
4053
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
4031
4054
|
font-size: 14px;
|
|
@@ -4105,9 +4128,6 @@
|
|
|
4105
4128
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4106
4129
|
padding: 0 0 10px 12px;
|
|
4107
4130
|
}
|
|
4108
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4109
|
-
right: 24px;
|
|
4110
|
-
}
|
|
4111
4131
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4112
4132
|
padding-bottom: 6px;
|
|
4113
4133
|
}
|
|
@@ -4115,9 +4135,8 @@
|
|
|
4115
4135
|
padding-left: 70px;
|
|
4116
4136
|
}
|
|
4117
4137
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4118
|
-
min-width:
|
|
4119
|
-
|
|
4120
|
-
padding-right: 0;
|
|
4138
|
+
min-width: 130px;
|
|
4139
|
+
right: 0;
|
|
4121
4140
|
}
|
|
4122
4141
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4123
4142
|
min-width: 197px;
|
|
@@ -4150,7 +4169,7 @@
|
|
|
4150
4169
|
margin-bottom: 11px;
|
|
4151
4170
|
}
|
|
4152
4171
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4153
|
-
width:
|
|
4172
|
+
width: 30px;
|
|
4154
4173
|
}
|
|
4155
4174
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4156
4175
|
height: 40px;
|
|
@@ -4164,7 +4183,8 @@
|
|
|
4164
4183
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4165
4184
|
padding: 0 12px 10px 0;
|
|
4166
4185
|
}
|
|
4167
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4186
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4187
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4168
4188
|
padding-left: 0;
|
|
4169
4189
|
padding-right: 64px;
|
|
4170
4190
|
}
|
|
@@ -4185,10 +4205,7 @@
|
|
|
4185
4205
|
padding-right: 12px;
|
|
4186
4206
|
}
|
|
4187
4207
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4188
|
-
|
|
4189
|
-
}
|
|
4190
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4191
|
-
padding-left: 46px;
|
|
4208
|
+
left: 0;
|
|
4192
4209
|
}
|
|
4193
4210
|
|
|
4194
4211
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4235,6 +4252,13 @@
|
|
|
4235
4252
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4236
4253
|
padding-right: 0;
|
|
4237
4254
|
}
|
|
4255
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4256
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4257
|
+
padding-left: 20px;
|
|
4258
|
+
}
|
|
4259
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4260
|
+
right: 0;
|
|
4261
|
+
}
|
|
4238
4262
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4239
4263
|
padding-right: 0;
|
|
4240
4264
|
}
|
|
@@ -4246,19 +4270,12 @@
|
|
|
4246
4270
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4247
4271
|
padding-left: 0;
|
|
4248
4272
|
}
|
|
4249
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4250
|
-
padding-
|
|
4251
|
-
padding-right: 0;
|
|
4252
|
-
}
|
|
4253
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4254
|
-
padding-left: 20px;
|
|
4255
|
-
}
|
|
4256
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4273
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4274
|
+
padding-right: 20px;
|
|
4257
4275
|
padding-left: 0;
|
|
4258
|
-
padding-right: 0;
|
|
4259
4276
|
}
|
|
4260
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4261
|
-
|
|
4277
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4278
|
+
left: 0;
|
|
4262
4279
|
}
|
|
4263
4280
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4264
4281
|
background: none;
|
package/styles/tailwind.css
CHANGED
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
}
|
|
415
415
|
.e-schedule .e-content-wrap,
|
|
416
416
|
.e-schedule .e-scroll-container {
|
|
417
|
-
-webkit-overflow-scrolling: touch;
|
|
417
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
418
418
|
overflow: auto;
|
|
419
419
|
}
|
|
420
420
|
.e-schedule .e-hide-childs > * {
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
}
|
|
590
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
592
|
-
height: 0 !important;
|
|
592
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
593
593
|
}
|
|
594
594
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
595
595
|
background: #4f46e5;
|
|
@@ -804,6 +804,13 @@
|
|
|
804
804
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
805
805
|
background-color: #f3f4f6;
|
|
806
806
|
}
|
|
807
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
808
|
+
background-color: #f3f4f6;
|
|
809
|
+
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
810
|
+
}
|
|
811
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
812
|
+
background-color: #f3f4f6;
|
|
813
|
+
}
|
|
807
814
|
.e-schedule .e-vertical-view .e-current-time {
|
|
808
815
|
font-size: 10px;
|
|
809
816
|
}
|
|
@@ -1093,7 +1100,7 @@
|
|
|
1093
1100
|
}
|
|
1094
1101
|
.e-schedule .e-month-view .e-header-cells {
|
|
1095
1102
|
cursor: default;
|
|
1096
|
-
font-weight:
|
|
1103
|
+
font-weight: normal;
|
|
1097
1104
|
height: 34px;
|
|
1098
1105
|
padding: 8px;
|
|
1099
1106
|
}
|
|
@@ -1121,6 +1128,13 @@
|
|
|
1121
1128
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1122
1129
|
background-color: #f3f4f6;
|
|
1123
1130
|
}
|
|
1131
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1132
|
+
background-color: #f3f4f6;
|
|
1133
|
+
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
1134
|
+
}
|
|
1135
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1136
|
+
background-color: #f3f4f6;
|
|
1137
|
+
}
|
|
1124
1138
|
.e-schedule .e-month-view .e-date-header {
|
|
1125
1139
|
cursor: pointer;
|
|
1126
1140
|
display: table;
|
|
@@ -1469,7 +1483,7 @@
|
|
|
1469
1483
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1470
1484
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1471
1485
|
cursor: default;
|
|
1472
|
-
font-weight:
|
|
1486
|
+
font-weight: normal;
|
|
1473
1487
|
height: 34px;
|
|
1474
1488
|
padding: 0;
|
|
1475
1489
|
text-align: center;
|
|
@@ -1874,9 +1888,14 @@
|
|
|
1874
1888
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1875
1889
|
width: 70px;
|
|
1876
1890
|
}
|
|
1891
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1892
|
+
transform: translateX(0);
|
|
1893
|
+
}
|
|
1894
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1895
|
+
transform: translateY(0);
|
|
1896
|
+
}
|
|
1877
1897
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1878
1898
|
position: absolute;
|
|
1879
|
-
transform: translateY(0);
|
|
1880
1899
|
}
|
|
1881
1900
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1882
1901
|
position: relative;
|
|
@@ -1993,7 +2012,7 @@
|
|
|
1993
2012
|
}
|
|
1994
2013
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1995
2014
|
cursor: default;
|
|
1996
|
-
font-weight:
|
|
2015
|
+
font-weight: normal;
|
|
1997
2016
|
height: 34px;
|
|
1998
2017
|
padding: 5px;
|
|
1999
2018
|
text-align: center;
|
|
@@ -3849,6 +3868,9 @@
|
|
|
3849
3868
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3850
3869
|
border-right-width: 0;
|
|
3851
3870
|
}
|
|
3871
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3872
|
+
text-align: right;
|
|
3873
|
+
}
|
|
3852
3874
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3853
3875
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3854
3876
|
border-width: 0 1px 1px 0;
|
|
@@ -3866,6 +3888,7 @@
|
|
|
3866
3888
|
border-right-width: 0;
|
|
3867
3889
|
}
|
|
3868
3890
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3891
|
+
text-align: right;
|
|
3869
3892
|
border-width: 0 1px 1px 0;
|
|
3870
3893
|
}
|
|
3871
3894
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -3959,7 +3982,7 @@
|
|
|
3959
3982
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3960
3983
|
min-width: 94px;
|
|
3961
3984
|
position: relative;
|
|
3962
|
-
right:
|
|
3985
|
+
right: 20px;
|
|
3963
3986
|
}
|
|
3964
3987
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3965
3988
|
min-width: 120px;
|
|
@@ -4005,8 +4028,8 @@
|
|
|
4005
4028
|
right: 10px;
|
|
4006
4029
|
}
|
|
4007
4030
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4008
|
-
|
|
4009
|
-
right:
|
|
4031
|
+
left: 20px;
|
|
4032
|
+
right: 0;
|
|
4010
4033
|
}
|
|
4011
4034
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
4012
4035
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -4025,7 +4048,7 @@
|
|
|
4025
4048
|
padding-right: 8px;
|
|
4026
4049
|
}
|
|
4027
4050
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4028
|
-
width:
|
|
4051
|
+
width: 30px;
|
|
4029
4052
|
}
|
|
4030
4053
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
4031
4054
|
font-size: 14px;
|
|
@@ -4105,9 +4128,6 @@
|
|
|
4105
4128
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4106
4129
|
padding: 0 0 10px 12px;
|
|
4107
4130
|
}
|
|
4108
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4109
|
-
right: 24px;
|
|
4110
|
-
}
|
|
4111
4131
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4112
4132
|
padding-bottom: 6px;
|
|
4113
4133
|
}
|
|
@@ -4115,9 +4135,8 @@
|
|
|
4115
4135
|
padding-left: 70px;
|
|
4116
4136
|
}
|
|
4117
4137
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4118
|
-
min-width:
|
|
4119
|
-
|
|
4120
|
-
padding-right: 0;
|
|
4138
|
+
min-width: 130px;
|
|
4139
|
+
right: 0;
|
|
4121
4140
|
}
|
|
4122
4141
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4123
4142
|
min-width: 197px;
|
|
@@ -4150,7 +4169,7 @@
|
|
|
4150
4169
|
margin-bottom: 11px;
|
|
4151
4170
|
}
|
|
4152
4171
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4153
|
-
width:
|
|
4172
|
+
width: 30px;
|
|
4154
4173
|
}
|
|
4155
4174
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4156
4175
|
height: 40px;
|
|
@@ -4164,7 +4183,8 @@
|
|
|
4164
4183
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4165
4184
|
padding: 0 12px 10px 0;
|
|
4166
4185
|
}
|
|
4167
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4186
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4187
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4168
4188
|
padding-left: 0;
|
|
4169
4189
|
padding-right: 64px;
|
|
4170
4190
|
}
|
|
@@ -4185,10 +4205,7 @@
|
|
|
4185
4205
|
padding-right: 12px;
|
|
4186
4206
|
}
|
|
4187
4207
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4188
|
-
|
|
4189
|
-
}
|
|
4190
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4191
|
-
padding-left: 46px;
|
|
4208
|
+
left: 0;
|
|
4192
4209
|
}
|
|
4193
4210
|
|
|
4194
4211
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4235,6 +4252,13 @@
|
|
|
4235
4252
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4236
4253
|
padding-right: 0;
|
|
4237
4254
|
}
|
|
4255
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4256
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4257
|
+
padding-left: 20px;
|
|
4258
|
+
}
|
|
4259
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4260
|
+
right: 0;
|
|
4261
|
+
}
|
|
4238
4262
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4239
4263
|
padding-right: 0;
|
|
4240
4264
|
}
|
|
@@ -4246,19 +4270,12 @@
|
|
|
4246
4270
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4247
4271
|
padding-left: 0;
|
|
4248
4272
|
}
|
|
4249
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4250
|
-
padding-
|
|
4251
|
-
padding-right: 0;
|
|
4252
|
-
}
|
|
4253
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4254
|
-
padding-left: 20px;
|
|
4255
|
-
}
|
|
4256
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4273
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4274
|
+
padding-right: 20px;
|
|
4257
4275
|
padding-left: 0;
|
|
4258
|
-
padding-right: 0;
|
|
4259
4276
|
}
|
|
4260
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4261
|
-
|
|
4277
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4278
|
+
left: 0;
|
|
4262
4279
|
}
|
|
4263
4280
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4264
4281
|
background: none;
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { ViewDirective, ViewsDirective } from './schedule/views.directive';
|
|
2
|
-
export { ResourceDirective, ResourcesDirective } from './schedule/resources.directive';
|
|
3
|
-
export { HeaderRowDirective, HeaderRowsDirective } from './schedule/headerrows.directive';
|
|
4
|
-
export { ScheduleComponent } from './schedule/schedule.component';
|
|
5
|
-
export { ScheduleModule } from './schedule/schedule.module';
|
|
6
|
-
export { ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService } from './schedule/schedule-all.module';
|
|
7
|
-
export { RecurrenceEditorComponent } from './recurrence-editor/recurrenceeditor.component';
|
|
8
|
-
export { RecurrenceEditorModule } from './recurrence-editor/recurrenceeditor.module';
|
|
9
|
-
export { RecurrenceEditorAllModule } from './recurrence-editor/recurrenceeditor-all.module';
|
|
10
|
-
export * from '@syncfusion/ej2-schedule';
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGFBQWEsRUFBQyxjQUFjLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUN4RSxPQUFPLEVBQUMsaUJBQWlCLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRixPQUFPLEVBQUMsa0JBQWtCLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN2RixPQUFPLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLGtCQUFrQixFQUFFLG9CQUFvQixFQUFFLG9CQUFvQixFQUFFLG1CQUFtQixFQUFFLGFBQWEsRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxzQkFBc0IsRUFBRSxzQkFBc0IsRUFBRSxZQUFZLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNqVyxPQUFPLEVBQUUseUJBQXlCLEVBQUMsTUFBTSxnREFBZ0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNyRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUM1RixjQUFjLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHtWaWV3RGlyZWN0aXZlLFZpZXdzRGlyZWN0aXZlfSBmcm9tICcuL3NjaGVkdWxlL3ZpZXdzLmRpcmVjdGl2ZSc7XG5leHBvcnQge1Jlc291cmNlRGlyZWN0aXZlLFJlc291cmNlc0RpcmVjdGl2ZX0gZnJvbSAnLi9zY2hlZHVsZS9yZXNvdXJjZXMuZGlyZWN0aXZlJztcbmV4cG9ydCB7SGVhZGVyUm93RGlyZWN0aXZlLEhlYWRlclJvd3NEaXJlY3RpdmV9IGZyb20gJy4vc2NoZWR1bGUvaGVhZGVycm93cy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgU2NoZWR1bGVDb21wb25lbnR9IGZyb20gJy4vc2NoZWR1bGUvc2NoZWR1bGUuY29tcG9uZW50JztcbmV4cG9ydCB7IFNjaGVkdWxlTW9kdWxlIH0gZnJvbSAnLi9zY2hlZHVsZS9zY2hlZHVsZS5tb2R1bGUnO1xuZXhwb3J0IHsgU2NoZWR1bGVBbGxNb2R1bGUsIERheVNlcnZpY2UsIFdlZWtTZXJ2aWNlLCBXb3JrV2Vla1NlcnZpY2UsIE1vbnRoU2VydmljZSwgWWVhclNlcnZpY2UsIEFnZW5kYVNlcnZpY2UsIE1vbnRoQWdlbmRhU2VydmljZSwgVGltZWxpbmVWaWV3c1NlcnZpY2UsIFRpbWVsaW5lTW9udGhTZXJ2aWNlLCBUaW1lbGluZVllYXJTZXJ2aWNlLCBSZXNpemVTZXJ2aWNlLCBEcmFnQW5kRHJvcFNlcnZpY2UsIEV4Y2VsRXhwb3J0U2VydmljZSwgSUNhbGVuZGFyRXhwb3J0U2VydmljZSwgSUNhbGVuZGFySW1wb3J0U2VydmljZSwgUHJpbnRTZXJ2aWNlIH0gZnJvbSAnLi9zY2hlZHVsZS9zY2hlZHVsZS1hbGwubW9kdWxlJztcbmV4cG9ydCB7IFJlY3VycmVuY2VFZGl0b3JDb21wb25lbnR9IGZyb20gJy4vcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci5jb21wb25lbnQnO1xuZXhwb3J0IHsgUmVjdXJyZW5jZUVkaXRvck1vZHVsZSB9IGZyb20gJy4vcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci5tb2R1bGUnO1xuZXhwb3J0IHsgUmVjdXJyZW5jZUVkaXRvckFsbE1vZHVsZSB9IGZyb20gJy4vcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci1hbGwubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1zY2hlZHVsZSc7Il19
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { RecurrenceEditorModule } from './recurrenceeditor.module';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the RecurrenceEditor component with providers.
|
|
7
|
-
*/
|
|
8
|
-
export class RecurrenceEditorAllModule {
|
|
9
|
-
}
|
|
10
|
-
RecurrenceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
RecurrenceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, imports: [CommonModule, RecurrenceEditorModule], exports: [RecurrenceEditorModule] });
|
|
12
|
-
RecurrenceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, providers: [], imports: [[CommonModule, RecurrenceEditorModule], RecurrenceEditorModule] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule, RecurrenceEditorModule],
|
|
17
|
-
exports: [
|
|
18
|
-
RecurrenceEditorModule
|
|
19
|
-
],
|
|
20
|
-
providers: []
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJyZW5jZWVkaXRvci1hbGwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlY3VycmVuY2UtZWRpdG9yL3JlY3VycmVuY2VlZGl0b3ItYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBTW5FOztHQUVHO0FBVUgsTUFBTSxPQUFPLHlCQUF5Qjs7c0hBQXpCLHlCQUF5Qjt1SEFBekIseUJBQXlCLFlBUnhCLFlBQVksRUFBRSxzQkFBc0IsYUFFMUMsc0JBQXNCO3VIQU1qQix5QkFBeUIsYUFKeEIsRUFFVCxZQU5RLENBQUMsWUFBWSxFQUFFLHNCQUFzQixDQUFDLEVBRTNDLHNCQUFzQjsyRkFNakIseUJBQXlCO2tCQVRyQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxzQkFBc0IsQ0FBQztvQkFDL0MsT0FBTyxFQUFFO3dCQUNMLHNCQUFzQjtxQkFDekI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJlY3VycmVuY2VFZGl0b3JDb21wb25lbnQgfSBmcm9tICcuL3JlY3VycmVuY2VlZGl0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IFJlY3VycmVuY2VFZGl0b3JNb2R1bGUgfSBmcm9tICcuL3JlY3VycmVuY2VlZGl0b3IubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBSZWN1cnJlbmNlRWRpdG9yIGNvbXBvbmVudCB3aXRoIHByb3ZpZGVycy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSZWN1cnJlbmNlRWRpdG9yTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFJlY3VycmVuY2VFZGl0b3JNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgUmVjdXJyZW5jZUVkaXRvckFsbE1vZHVsZSB7IH0iXX0=
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { Component, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
-
import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
|
|
4
|
-
import { RecurrenceEditor } from '@syncfusion/ej2-schedule';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export const inputs = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
|
|
7
|
-
export const outputs = ['change'];
|
|
8
|
-
export const twoWays = [];
|
|
9
|
-
/**
|
|
10
|
-
* `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
|
|
11
|
-
* ```html
|
|
12
|
-
* <ejs-recurrenceeditor></ejs-recurrenceeditor>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
let RecurrenceEditorComponent = class RecurrenceEditorComponent extends RecurrenceEditor {
|
|
16
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
17
|
-
super();
|
|
18
|
-
this.ngEle = ngEle;
|
|
19
|
-
this.srenderer = srenderer;
|
|
20
|
-
this.viewContainerRef = viewContainerRef;
|
|
21
|
-
this.injector = injector;
|
|
22
|
-
this.element = this.ngEle.nativeElement;
|
|
23
|
-
this.injectedModules = this.injectedModules || [];
|
|
24
|
-
this.registerEvents(outputs);
|
|
25
|
-
this.addTwoWay.call(this, twoWays);
|
|
26
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
27
|
-
this.context = new ComponentBase();
|
|
28
|
-
}
|
|
29
|
-
ngOnInit() {
|
|
30
|
-
this.context.ngOnInit(this);
|
|
31
|
-
}
|
|
32
|
-
ngAfterViewInit() {
|
|
33
|
-
this.context.ngAfterViewInit(this);
|
|
34
|
-
}
|
|
35
|
-
ngOnDestroy() {
|
|
36
|
-
this.context.ngOnDestroy(this);
|
|
37
|
-
}
|
|
38
|
-
ngAfterContentChecked() {
|
|
39
|
-
this.context.ngAfterContentChecked(this);
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
-
RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RecurrenceEditorComponent, selector: "ejs-recurrenceeditor", inputs: { calendarMode: "calendarMode", cssClass: "cssClass", dateFormat: "dateFormat", enablePersistence: "enablePersistence", enableRtl: "enableRtl", firstDayOfWeek: "firstDayOfWeek", frequencies: "frequencies", locale: "locale", maxDate: "maxDate", minDate: "minDate", selectedType: "selectedType", startDate: "startDate", value: "value" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
44
|
-
RecurrenceEditorComponent = __decorate([
|
|
45
|
-
ComponentMixins([ComponentBase])
|
|
46
|
-
], RecurrenceEditorComponent);
|
|
47
|
-
export { RecurrenceEditorComponent };
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
|
|
49
|
-
type: Component,
|
|
50
|
-
args: [{
|
|
51
|
-
selector: 'ejs-recurrenceeditor',
|
|
52
|
-
inputs: inputs,
|
|
53
|
-
outputs: outputs,
|
|
54
|
-
template: '',
|
|
55
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
56
|
-
queries: {}
|
|
57
|
-
}]
|
|
58
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJyZW5jZWVkaXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWdDLHVCQUF1QixFQUFpRCxNQUFNLGVBQWUsQ0FBQztBQUNoSixPQUFPLEVBQUUsYUFBYSxFQUErQixlQUFlLEVBQTBCLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdJLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDOztBQUk1RCxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQWEsQ0FBQyxjQUFjLEVBQUMsVUFBVSxFQUFDLFlBQVksRUFBQyxtQkFBbUIsRUFBQyxXQUFXLEVBQUMsZ0JBQWdCLEVBQUMsYUFBYSxFQUFDLFFBQVEsRUFBQyxTQUFTLEVBQUMsU0FBUyxFQUFDLGNBQWMsRUFBQyxXQUFXLEVBQUMsT0FBTyxDQUFDLENBQUM7QUFDeE0sTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsUUFBUSxDQUFDLENBQUM7QUFDNUMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLEVBQUUsQ0FBQztBQUVwQzs7Ozs7R0FLRztJQVlVLHlCQUF5QixTQUF6Qix5QkFBMEIsU0FBUSxnQkFBZ0I7SUFPM0QsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUV0SSxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsT0FBTyxHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRU0sZUFBZTtRQUNsQixJQUFJLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ25DLENBQUM7SUFFTSxxQkFBcUI7UUFFeEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM3QyxDQUFDO0NBSUosQ0FBQTtzSEFyQ1kseUJBQXlCOzBHQUF6Qix5QkFBeUIsMGNBUHhCLEVBQUU7QUFPSCx5QkFBeUI7SUFEckMsZUFBZSxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUM7R0FDcEIseUJBQXlCLENBcUNyQztTQXJDWSx5QkFBeUI7MkZBQXpCLHlCQUF5QjtrQkFYckMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsc0JBQXNCO29CQUNoQyxNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE9BQU8sRUFBRSxFQUVSO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBWaWV3Q29udGFpbmVyUmVmLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgUXVlcnlMaXN0LCBSZW5kZXJlcjIsIEluamVjdG9yLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBJQ29tcG9uZW50QmFzZSwgYXBwbHlNaXhpbnMsIENvbXBvbmVudE1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFJlY3VycmVuY2VFZGl0b3IgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItc2NoZWR1bGUnO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2NhbGVuZGFyTW9kZScsJ2Nzc0NsYXNzJywnZGF0ZUZvcm1hdCcsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnZmlyc3REYXlPZldlZWsnLCdmcmVxdWVuY2llcycsJ2xvY2FsZScsJ21heERhdGUnLCdtaW5EYXRlJywnc2VsZWN0ZWRUeXBlJywnc3RhcnREYXRlJywndmFsdWUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnY2hhbmdlJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbXTtcblxuLyoqXG4gKiBgZWpzLXJlY3VycmVuY2VlZGl0b3JgIHJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgUmVjdXJyZW5jZUVkaXRvciBDb21wb25lbnQuXG4gKiBgYGBodG1sXG4gKiA8ZWpzLXJlY3VycmVuY2VlZGl0b3I+PC9lanMtcmVjdXJyZW5jZWVkaXRvcj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1yZWN1cnJlbmNlZWRpdG9yJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuQENvbXBvbmVudE1peGlucyhbQ29tcG9uZW50QmFzZV0pXG5leHBvcnQgY2xhc3MgUmVjdXJyZW5jZUVkaXRvckNvbXBvbmVudCBleHRlbmRzIFJlY3VycmVuY2VFZGl0b3IgaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0cHVibGljIGNoYW5nZTogYW55O1xuXG5cblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgbmdFbGU6IEVsZW1lbnRSZWYsIHByaXZhdGUgc3JlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmLCBwcml2YXRlIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmVsZW1lbnQgPSB0aGlzLm5nRWxlLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzID0gdGhpcy5pbmplY3RlZE1vZHVsZXMgfHwgW107XG5cbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuY29udGV4dCAgPSBuZXcgQ29tcG9uZW50QmFzZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5jb250ZXh0Lm5nT25Jbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRleHQubmdPbkRlc3Ryb3kodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICAgICAgXG4gICAgICAgIHRoaXMuY29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0=
|