@syncfusion/ej2-angular-schedule 20.3.58 → 20.3.61-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 +1581 -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 +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +5 -5
- package/styles/bootstrap.css +5 -5
- package/styles/bootstrap4.css +5 -5
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/fabric-dark.css +5 -5
- package/styles/fabric.css +5 -5
- package/styles/fluent-dark.css +5 -5
- package/styles/fluent.css +5 -5
- package/styles/highcontrast-light.css +5 -5
- package/styles/highcontrast.css +5 -5
- package/styles/material-dark.css +5 -5
- package/styles/material.css +5 -5
- package/styles/recurrence-editor/bootstrap-dark.css +5 -5
- package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
- package/styles/recurrence-editor/bootstrap.css +5 -5
- package/styles/recurrence-editor/bootstrap.scss +1 -3
- package/styles/recurrence-editor/bootstrap4.css +5 -5
- package/styles/recurrence-editor/bootstrap4.scss +1 -3
- package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
- package/styles/recurrence-editor/bootstrap5.css +5 -5
- package/styles/recurrence-editor/bootstrap5.scss +1 -3
- package/styles/recurrence-editor/fabric-dark.css +5 -5
- package/styles/recurrence-editor/fabric-dark.scss +1 -3
- package/styles/recurrence-editor/fabric.css +5 -5
- package/styles/recurrence-editor/fabric.scss +1 -3
- package/styles/recurrence-editor/fluent-dark.css +5 -5
- package/styles/recurrence-editor/fluent-dark.scss +1 -3
- package/styles/recurrence-editor/fluent.css +5 -5
- package/styles/recurrence-editor/fluent.scss +1 -3
- package/styles/recurrence-editor/highcontrast-light.css +5 -5
- package/styles/recurrence-editor/highcontrast-light.scss +1 -3
- package/styles/recurrence-editor/highcontrast.css +5 -5
- package/styles/recurrence-editor/highcontrast.scss +1 -3
- package/styles/recurrence-editor/material-dark.css +5 -5
- package/styles/recurrence-editor/material-dark.scss +1 -3
- package/styles/recurrence-editor/material.css +5 -5
- package/styles/recurrence-editor/material.scss +1 -3
- package/styles/recurrence-editor/tailwind-dark.css +5 -5
- package/styles/recurrence-editor/tailwind-dark.scss +1 -3
- package/styles/recurrence-editor/tailwind.css +5 -5
- package/styles/recurrence-editor/tailwind.scss +1 -3
- package/styles/schedule/bootstrap-dark.scss +1 -5
- package/styles/schedule/bootstrap.scss +1 -5
- package/styles/schedule/bootstrap4.scss +1 -5
- package/styles/schedule/bootstrap5-dark.scss +1 -4
- package/styles/schedule/bootstrap5.scss +1 -5
- package/styles/schedule/fabric-dark.scss +1 -5
- package/styles/schedule/fabric.scss +1 -5
- package/styles/schedule/fluent-dark.scss +1 -4
- package/styles/schedule/fluent.scss +1 -5
- package/styles/schedule/highcontrast-light.scss +1 -5
- package/styles/schedule/highcontrast.scss +1 -5
- package/styles/schedule/material-dark.scss +1 -5
- package/styles/schedule/material.scss +1 -5
- package/styles/schedule/tailwind-dark.scss +1 -4
- package/styles/schedule/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +5 -5
- package/styles/tailwind.css +5 -5
- 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 -13
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
- package/styles/recurrence-editor/_fabric-definition.scss +0 -13
- package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -13
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
- package/styles/recurrence-editor/_layout.scss +0 -534
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
- package/styles/recurrence-editor/_material-definition.scss +0 -13
- package/styles/recurrence-editor/_material3-definition.scss +0 -13
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
- 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 -215
- 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 -4489
- 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 -510
- 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 -231
- 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 -231
- package/styles/schedule/icons/_fusionnew.scss +0 -231
- 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 -231
- package/styles/schedule/icons/_tailwind-dark.scss +0 -1
- package/styles/schedule/icons/_tailwind.scss +0 -231
- package/syncfusion-ej2-angular-schedule.d.ts +0 -5
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
margin-top: 0;
|
|
353
353
|
}
|
|
354
354
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
355
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
355
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
356
|
margin-bottom: 7px;
|
|
357
357
|
}
|
|
358
358
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -368,11 +368,11 @@
|
|
|
368
368
|
width: 50%;
|
|
369
369
|
}
|
|
370
370
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
371
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
371
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
372
|
padding: 0 0 10px;
|
|
373
373
|
}
|
|
374
374
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
375
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
375
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
376
|
padding-left: 10px;
|
|
377
377
|
padding-right: 0;
|
|
378
378
|
}
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
padding-right: 10px;
|
|
381
381
|
}
|
|
382
382
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
383
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
383
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
384
|
padding-left: 0;
|
|
385
385
|
}
|
|
386
386
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
padding-right: 0;
|
|
394
394
|
}
|
|
395
395
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
396
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
396
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
397
|
padding-left: 0;
|
|
398
398
|
padding-right: 10px;
|
|
399
399
|
}
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
margin-top: 0;
|
|
353
353
|
}
|
|
354
354
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
355
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
355
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
356
|
margin-bottom: 7px;
|
|
357
357
|
}
|
|
358
358
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -368,11 +368,11 @@
|
|
|
368
368
|
width: 50%;
|
|
369
369
|
}
|
|
370
370
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
371
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
371
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
372
|
padding: 0 0 10px;
|
|
373
373
|
}
|
|
374
374
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
375
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
375
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
376
|
padding-left: 10px;
|
|
377
377
|
padding-right: 0;
|
|
378
378
|
}
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
padding-right: 10px;
|
|
381
381
|
}
|
|
382
382
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
383
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
383
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
384
|
padding-left: 0;
|
|
385
385
|
}
|
|
386
386
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
padding-right: 0;
|
|
394
394
|
}
|
|
395
395
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
396
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
396
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
397
|
padding-left: 0;
|
|
398
398
|
padding-right: 10px;
|
|
399
399
|
}
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
margin-top: 0;
|
|
353
353
|
}
|
|
354
354
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
355
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
355
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
356
|
margin-bottom: 7px;
|
|
357
357
|
}
|
|
358
358
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -368,11 +368,11 @@
|
|
|
368
368
|
width: 50%;
|
|
369
369
|
}
|
|
370
370
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
371
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
371
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
372
|
padding: 0 0 10px;
|
|
373
373
|
}
|
|
374
374
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
375
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
375
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
376
|
padding-left: 10px;
|
|
377
377
|
padding-right: 0;
|
|
378
378
|
}
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
padding-right: 10px;
|
|
381
381
|
}
|
|
382
382
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
383
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
383
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
384
|
padding-left: 0;
|
|
385
385
|
}
|
|
386
386
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
padding-right: 0;
|
|
394
394
|
}
|
|
395
395
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
396
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
396
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
397
|
padding-left: 0;
|
|
398
398
|
padding-right: 10px;
|
|
399
399
|
}
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
margin-top: 0;
|
|
353
353
|
}
|
|
354
354
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
355
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
355
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
356
|
margin-bottom: 7px;
|
|
357
357
|
}
|
|
358
358
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -368,11 +368,11 @@
|
|
|
368
368
|
width: 50%;
|
|
369
369
|
}
|
|
370
370
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
371
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
371
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
372
|
padding: 0 0 10px;
|
|
373
373
|
}
|
|
374
374
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
375
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
375
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
376
|
padding-left: 10px;
|
|
377
377
|
padding-right: 0;
|
|
378
378
|
}
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
padding-right: 10px;
|
|
381
381
|
}
|
|
382
382
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
383
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
383
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
384
|
padding-left: 0;
|
|
385
385
|
}
|
|
386
386
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
padding-right: 0;
|
|
394
394
|
}
|
|
395
395
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
396
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
396
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
397
|
padding-left: 0;
|
|
398
398
|
padding-right: 10px;
|
|
399
399
|
}
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
margin-top: 0;
|
|
354
354
|
}
|
|
355
355
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
356
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
357
357
|
margin-bottom: 1px;
|
|
358
358
|
}
|
|
359
359
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
width: 50%;
|
|
370
370
|
}
|
|
371
371
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
372
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
373
373
|
padding: 0 0 10px;
|
|
374
374
|
}
|
|
375
375
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
376
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
377
377
|
padding-left: 10px;
|
|
378
378
|
padding-right: 0;
|
|
379
379
|
}
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
padding-right: 10px;
|
|
382
382
|
}
|
|
383
383
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
384
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
385
385
|
padding-left: 0;
|
|
386
386
|
}
|
|
387
387
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
padding-right: 0;
|
|
395
395
|
}
|
|
396
396
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
397
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
398
398
|
padding-left: 0;
|
|
399
399
|
padding-right: 10px;
|
|
400
400
|
}
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
margin-top: 0;
|
|
354
354
|
}
|
|
355
355
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
356
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
357
357
|
margin-bottom: 1px;
|
|
358
358
|
}
|
|
359
359
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
width: 50%;
|
|
370
370
|
}
|
|
371
371
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
372
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
373
373
|
padding: 0 0 10px;
|
|
374
374
|
}
|
|
375
375
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
376
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
377
377
|
padding-left: 10px;
|
|
378
378
|
padding-right: 0;
|
|
379
379
|
}
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
padding-right: 10px;
|
|
382
382
|
}
|
|
383
383
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
384
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
385
385
|
padding-left: 0;
|
|
386
386
|
}
|
|
387
387
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
padding-right: 0;
|
|
395
395
|
}
|
|
396
396
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
397
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
398
398
|
padding-left: 0;
|
|
399
399
|
padding-right: 10px;
|
|
400
400
|
}
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
margin-top: 0;
|
|
354
354
|
}
|
|
355
355
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
356
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
357
357
|
margin-bottom: 7px;
|
|
358
358
|
}
|
|
359
359
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
width: 50%;
|
|
370
370
|
}
|
|
371
371
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
372
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
373
373
|
padding: 0 0 10px;
|
|
374
374
|
}
|
|
375
375
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
376
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
377
377
|
padding-left: 10px;
|
|
378
378
|
padding-right: 0;
|
|
379
379
|
}
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
padding-right: 10px;
|
|
382
382
|
}
|
|
383
383
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
384
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
385
385
|
padding-left: 0;
|
|
386
386
|
}
|
|
387
387
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
padding-right: 0;
|
|
395
395
|
}
|
|
396
396
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
397
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
398
398
|
padding-left: 0;
|
|
399
399
|
padding-right: 10px;
|
|
400
400
|
}
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
margin-top: 0;
|
|
354
354
|
}
|
|
355
355
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
356
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
356
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
357
357
|
margin-bottom: 7px;
|
|
358
358
|
}
|
|
359
359
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
width: 50%;
|
|
370
370
|
}
|
|
371
371
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
372
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
372
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
373
373
|
padding: 0 0 10px;
|
|
374
374
|
}
|
|
375
375
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
376
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
377
377
|
padding-left: 10px;
|
|
378
378
|
padding-right: 0;
|
|
379
379
|
}
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
padding-right: 10px;
|
|
382
382
|
}
|
|
383
383
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
384
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
384
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
385
385
|
padding-left: 0;
|
|
386
386
|
}
|
|
387
387
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
padding-right: 0;
|
|
395
395
|
}
|
|
396
396
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
397
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
398
398
|
padding-left: 0;
|
|
399
399
|
padding-right: 10px;
|
|
400
400
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../recurrence-editor/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/bootstrap-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../recurrence-editor/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/fabric-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../recurrence-editor/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/highcontrast-light.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../recurrence-editor/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/highcontrast.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../recurrence-editor/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-schedule/styles/schedule/material-dark.scss';
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -4303,7 +4303,7 @@
|
|
|
4303
4303
|
margin-top: 0;
|
|
4304
4304
|
}
|
|
4305
4305
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
4306
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
4306
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
4307
4307
|
margin-bottom: 7px;
|
|
4308
4308
|
}
|
|
4309
4309
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -4319,11 +4319,11 @@
|
|
|
4319
4319
|
width: 50%;
|
|
4320
4320
|
}
|
|
4321
4321
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
4322
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
4322
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
4323
4323
|
padding: 0 0 10px;
|
|
4324
4324
|
}
|
|
4325
4325
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
4326
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
4326
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
4327
4327
|
padding-left: 10px;
|
|
4328
4328
|
padding-right: 0;
|
|
4329
4329
|
}
|
|
@@ -4331,7 +4331,7 @@
|
|
|
4331
4331
|
padding-right: 10px;
|
|
4332
4332
|
}
|
|
4333
4333
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
4334
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
4334
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
4335
4335
|
padding-left: 0;
|
|
4336
4336
|
}
|
|
4337
4337
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
padding-right: 0;
|
|
4345
4345
|
}
|
|
4346
4346
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
4347
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4347
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4348
4348
|
padding-left: 0;
|
|
4349
4349
|
padding-right: 10px;
|
|
4350
4350
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -4303,7 +4303,7 @@
|
|
|
4303
4303
|
margin-top: 0;
|
|
4304
4304
|
}
|
|
4305
4305
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
4306
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
4306
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
4307
4307
|
margin-bottom: 7px;
|
|
4308
4308
|
}
|
|
4309
4309
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -4319,11 +4319,11 @@
|
|
|
4319
4319
|
width: 50%;
|
|
4320
4320
|
}
|
|
4321
4321
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
4322
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
4322
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
4323
4323
|
padding: 0 0 10px;
|
|
4324
4324
|
}
|
|
4325
4325
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
4326
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
4326
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
4327
4327
|
padding-left: 10px;
|
|
4328
4328
|
padding-right: 0;
|
|
4329
4329
|
}
|
|
@@ -4331,7 +4331,7 @@
|
|
|
4331
4331
|
padding-right: 10px;
|
|
4332
4332
|
}
|
|
4333
4333
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
4334
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
4334
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
4335
4335
|
padding-left: 0;
|
|
4336
4336
|
}
|
|
4337
4337
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
padding-right: 0;
|
|
4345
4345
|
}
|
|
4346
4346
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
4347
|
-
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4347
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4348
4348
|
padding-left: 0;
|
|
4349
4349
|
padding-right: 10px;
|
|
4350
4350
|
}
|
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=
|