ngx-mat-tui-calendar 12.0.6 → 12.0.10
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/README.md +7 -6
- package/bundles/ngx-mat-tui-calendar.umd.js +133 -104
- package/bundles/ngx-mat-tui-calendar.umd.js.map +1 -1
- package/esm2015/lib/ngx-mat-tui-calendar-editor-dialog/ngx-mat-tui-calendar-editor-dialog.component.js +3 -3
- package/esm2015/lib/ngx-mat-tui-calendar.component.js +15 -8
- package/esm2015/lib/ngx-mat-tui-calendar.module.js +91 -59
- package/esm2015/public-api.js +4 -2
- package/fesm2015/ngx-mat-tui-calendar.js +146 -107
- package/fesm2015/ngx-mat-tui-calendar.js.map +1 -1
- package/lib/ngx-mat-tui-calendar-editor-dialog/ngx-mat-tui-calendar-editor-dialog.component.d.ts +1 -1
- package/lib/ngx-mat-tui-calendar.component.d.ts +1 -1
- package/lib/ngx-mat-tui-calendar.module.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -1
package/README.md
CHANGED
@@ -4,7 +4,6 @@
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
5
5
|
[](https://www.repostatus.org/#active)
|
6
6
|
[](https://github.com/ron2015schmitt/ngx-mat-tui-calendar/stargazers)
|
7
|
-

|
8
7
|

|
9
8
|
|
10
9
|
[](https://www.npmjs.com/package/ngx-mat-tui-calendar)
|
@@ -28,6 +27,9 @@ The top-level `angular.json` and `package.json` files are used for building both
|
|
28
27
|
|
29
28
|
This repo was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.3. Angular ^12.2 requires node ^v14.15 (npm ^v6.14).
|
30
29
|
|
30
|
+
# Online Demo
|
31
|
+
|
32
|
+
https://ngx-mat-tui-calendar-demo.netlify.app/
|
31
33
|
|
32
34
|
# UI
|
33
35
|
## Month View
|
@@ -48,7 +50,7 @@ This repo was generated with [Angular CLI](https://github.com/angular/angular-cl
|
|
48
50
|
|
49
51
|
Install via npm:
|
50
52
|
```bash
|
51
|
-
npm i --save ngx-mat-tui-calendar
|
53
|
+
npm i --save ngx-mat-tui-calendar --legacy-peer-deps
|
52
54
|
```
|
53
55
|
which will add `ngx-mat-tui-calendar`, as well as all of its dependencies to your `package.json` file.
|
54
56
|
|
@@ -71,12 +73,11 @@ Set up an [Angular theme](https://material.angular.io/guide/theming). For examp
|
|
71
73
|
|
72
74
|
A demonstration of the simple usage described above can be found at repo https://github.com/ron2015schmitt/ngx-mat-tui-calendar-quickstart
|
73
75
|
|
74
|
-
|
76
|
+
### Demo Repo
|
75
77
|
|
76
78
|
A more extensive demonstration of usage can be found at repo https://github.com/ron2015schmitt/ngx-mat-tui-calendar-demo
|
77
79
|
|
78
|
-
|
79
|
-
*Coming soon*
|
80
|
+
|
80
81
|
|
81
82
|
# Documentation
|
82
83
|
|
@@ -115,7 +116,7 @@ Selector: `ngx-mat-tui-calendar`
|
|
115
116
|
```bash
|
116
117
|
git clone https://github.com/ron2015schmitt/ngx-mat-tui-calendar
|
117
118
|
cd ngx-mat-tui-calendar
|
118
|
-
npm install
|
119
|
+
npm install --legacy-peer-deps
|
119
120
|
ng build
|
120
121
|
ng serve
|
121
122
|
```
|
@@ -1,8 +1,8 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/
|
3
|
-
typeof define === 'function' && define.amd ? define('ngx-mat-tui-calendar', ['exports', '@angular/
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["ngx-mat-tui-calendar"] = {}, global.ng.
|
5
|
-
})(this, (function (exports,
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/platform-browser/animations'), require('@angular/platform-browser'), require('@angular/flex-layout'), require('@angular/forms'), require('@angular/common/http'), require('@angular/core'), require('@angular/cdk/overlay'), require('@angular/material/button'), require('@angular/material/button-toggle'), require('@angular/material/card'), require('@angular/material/datepicker'), require('@angular/material/dialog'), require('@angular/material/divider'), require('@angular/material/form-field'), require('@angular/material/icon'), require('@angular/material/input'), require('@angular/material/core'), require('@angular/material/slide-toggle'), require('@angular/material/radio'), require('@angular/material/toolbar'), require('@fortawesome/angular-fontawesome'), require('mat-timepicker'), require('distinct-colors'), require('uuid'), require('@fortawesome/free-solid-svg-icons'), require('tui-calendar'), require('@angular/common')) :
|
3
|
+
typeof define === 'function' && define.amd ? define('ngx-mat-tui-calendar', ['exports', '@angular/platform-browser/animations', '@angular/platform-browser', '@angular/flex-layout', '@angular/forms', '@angular/common/http', '@angular/core', '@angular/cdk/overlay', '@angular/material/button', '@angular/material/button-toggle', '@angular/material/card', '@angular/material/datepicker', '@angular/material/dialog', '@angular/material/divider', '@angular/material/form-field', '@angular/material/icon', '@angular/material/input', '@angular/material/core', '@angular/material/slide-toggle', '@angular/material/radio', '@angular/material/toolbar', '@fortawesome/angular-fontawesome', 'mat-timepicker', 'distinct-colors', 'uuid', '@fortawesome/free-solid-svg-icons', 'tui-calendar', '@angular/common'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["ngx-mat-tui-calendar"] = {}, global.ng.platformBrowser.animations, global.ng.platformBrowser, global.ng.flexLayout, global.ng.forms, global.ng.common.http, global.ng.core, global.ng.cdk.overlay, global.ng.material.button, global.ng.material.buttonToggle, global.ng.material.card, global.ng.material.datepicker, global.ng.material.dialog, global.ng.material.divider, global.ng.material.formField, global.ng.material.icon, global.ng.material.input, global.ng.material.core, global.ng.material.slideToggle, global.ng.material.radio, global.ng.material.toolbar, global.i4$1, global.i10, global.distinctColors, global.uuid, global.freeSolidSvgIcons, global.Calendar, global.ng.common));
|
5
|
+
})(this, (function (exports, animations, platformBrowser, flexLayout, i7, http, i0, overlay, i6, i5$1, card, i4, i1, i5, i2, icon, i8, core, slideToggle, i3, i2$1, i4$1, i10, distinctColors, uuid, freeSolidSvgIcons, Calendar, i9) { 'use strict';
|
6
6
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
8
8
|
|
@@ -24,36 +24,22 @@
|
|
24
24
|
return Object.freeze(n);
|
25
25
|
}
|
26
26
|
|
27
|
-
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
28
|
-
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
29
|
-
var distinctColors__default = /*#__PURE__*/_interopDefaultLegacy(distinctColors);
|
30
|
-
var Calendar__default = /*#__PURE__*/_interopDefaultLegacy(Calendar);
|
31
27
|
var i7__namespace = /*#__PURE__*/_interopNamespace(i7);
|
32
|
-
var
|
33
|
-
var
|
28
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
29
|
+
var i6__namespace = /*#__PURE__*/_interopNamespace(i6);
|
30
|
+
var i5__namespace$1 = /*#__PURE__*/_interopNamespace(i5$1);
|
34
31
|
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
32
|
+
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
35
33
|
var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
|
36
|
-
var
|
34
|
+
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
37
35
|
var i8__namespace = /*#__PURE__*/_interopNamespace(i8);
|
38
|
-
var
|
39
|
-
var i10__namespace = /*#__PURE__*/_interopNamespace(i10);
|
36
|
+
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
40
37
|
var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
|
41
38
|
var i4__namespace$1 = /*#__PURE__*/_interopNamespace(i4$1);
|
42
|
-
var
|
43
|
-
|
44
|
-
var
|
45
|
-
|
46
|
-
}
|
47
|
-
return NgxMatTuiCalendarService;
|
48
|
-
}());
|
49
|
-
NgxMatTuiCalendarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
50
|
-
NgxMatTuiCalendarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarService, providedIn: 'root' });
|
51
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarService, decorators: [{
|
52
|
-
type: i0.Injectable,
|
53
|
-
args: [{
|
54
|
-
providedIn: 'root'
|
55
|
-
}]
|
56
|
-
}], ctorParameters: function () { return []; } });
|
39
|
+
var i10__namespace = /*#__PURE__*/_interopNamespace(i10);
|
40
|
+
var distinctColors__default = /*#__PURE__*/_interopDefaultLegacy(distinctColors);
|
41
|
+
var Calendar__default = /*#__PURE__*/_interopDefaultLegacy(Calendar);
|
42
|
+
var i9__namespace = /*#__PURE__*/_interopNamespace(i9);
|
57
43
|
|
58
44
|
/*! *****************************************************************************
|
59
45
|
Copyright (c) Microsoft Corporation.
|
@@ -487,7 +473,7 @@
|
|
487
473
|
this.closed = false;
|
488
474
|
this.isAllDay = false;
|
489
475
|
this.themeClass = '';
|
490
|
-
console.log('NgxMatTuiCalendarEditorDialogComponent.constructor: data:', data);
|
476
|
+
// console.log('NgxMatTuiCalendarEditorDialogComponent.constructor: data:', data);
|
491
477
|
this.color = data.darkMode ? 'accent' : 'primary';
|
492
478
|
var schedule = data.schedule;
|
493
479
|
if (schedule == null) {
|
@@ -586,7 +572,7 @@
|
|
586
572
|
this.dialogRef.close({ schedule: schedule, performDelete: (performDelete == true) });
|
587
573
|
};
|
588
574
|
NgxMatTuiCalendarEditorDialogComponent.prototype.log = function (str) {
|
589
|
-
console.warn(str);
|
575
|
+
// console.warn(str);
|
590
576
|
};
|
591
577
|
NgxMatTuiCalendarEditorDialogComponent.prototype.onUseAllDay = function () {
|
592
578
|
this.isAllDay = true;
|
@@ -654,15 +640,15 @@
|
|
654
640
|
this.appliedOptions = this.getDefaultOptions();
|
655
641
|
}
|
656
642
|
NgxMatTuiCalendarComponent.prototype.ngOnInit = function () {
|
657
|
-
console.warn(
|
643
|
+
// console.warn(`calendar.component.ts: ngOnit`)
|
658
644
|
this.createTUICalendar();
|
659
645
|
this.bindCallbacks();
|
660
646
|
};
|
661
647
|
NgxMatTuiCalendarComponent.prototype.ngOnChanges = function (changes) {
|
662
|
-
console.warn(changes);
|
648
|
+
// console.warn(changes);
|
663
649
|
if (this.calendar) {
|
664
650
|
if (changes.options) {
|
665
|
-
console.warn(
|
651
|
+
// console.warn(`change.option:`, changes.options);
|
666
652
|
var options = changes.options.currentValue;
|
667
653
|
this.setOptions(options);
|
668
654
|
}
|
@@ -691,15 +677,19 @@
|
|
691
677
|
date.setMonth(date.getMonth() + months); // date class does the modular arithmetic
|
692
678
|
date.setDate(date.getDate() + days); // date class does the modular arithmetic
|
693
679
|
this.calendar.setDate(date);
|
680
|
+
this.calendar.toggleScheduleView(true);
|
694
681
|
};
|
695
682
|
NgxMatTuiCalendarComponent.prototype.onCalendarPrev = function () {
|
696
683
|
this.calendar.prev();
|
684
|
+
this.calendar.toggleScheduleView(true);
|
697
685
|
};
|
698
686
|
NgxMatTuiCalendarComponent.prototype.onCalendarToday = function () {
|
699
687
|
this.calendar.today();
|
688
|
+
this.calendar.toggleScheduleView(true);
|
700
689
|
};
|
701
690
|
NgxMatTuiCalendarComponent.prototype.onCalendarNext = function () {
|
702
691
|
this.calendar.next();
|
692
|
+
this.calendar.toggleScheduleView(true);
|
703
693
|
};
|
704
694
|
NgxMatTuiCalendarComponent.prototype.onCalendarLongNext = function () {
|
705
695
|
var date = this.calendar.getDate().toDate();
|
@@ -721,12 +711,15 @@
|
|
721
711
|
date.setMonth(date.getMonth() + months); // date class does the modular arithmetic
|
722
712
|
date.setDate(date.getDate() + days); // date class does the modular arithmetic
|
723
713
|
this.calendar.setDate(date);
|
714
|
+
this.calendar.toggleScheduleView(true);
|
724
715
|
};
|
725
716
|
NgxMatTuiCalendarComponent.prototype.onMonthView = function () {
|
726
717
|
this.calendar.changeView('month');
|
727
718
|
};
|
728
719
|
NgxMatTuiCalendarComponent.prototype.onWeekView = function () {
|
720
|
+
console.log("onWeekView");
|
729
721
|
this.calendar.changeView('week');
|
722
|
+
this.calendar.render(true); // <-- so that selection is cleared
|
730
723
|
};
|
731
724
|
NgxMatTuiCalendarComponent.prototype.onDayView = function () {
|
732
725
|
this.calendar.changeView('day');
|
@@ -741,9 +734,9 @@
|
|
741
734
|
};
|
742
735
|
NgxMatTuiCalendarComponent.prototype.createTUICalendar = function () {
|
743
736
|
var ioptions = this.preprocessIOptions(null);
|
744
|
-
console.warn(
|
737
|
+
// console.warn(`calendar.component.ts: createTUICalendar: ioptions:`, ioptions);
|
745
738
|
this.calendar = new Calendar__default["default"]('#calendar', ioptions);
|
746
|
-
console.warn(
|
739
|
+
// console.warn(`calendar.component.ts: createTUICalendar: this.calendar:`, this.calendar);
|
747
740
|
};
|
748
741
|
NgxMatTuiCalendarComponent.prototype.bindCallbacks = function () {
|
749
742
|
this.bindAfterRenderSchedule();
|
@@ -913,7 +906,7 @@
|
|
913
906
|
if (this.appliedOptions.themeClass) {
|
914
907
|
dialogConfig.panelClass = this.appliedOptions.themeClass;
|
915
908
|
}
|
916
|
-
console.warn(
|
909
|
+
// console.warn(`options: `, this.appliedOptions);
|
917
910
|
dialogConfig.data = { schedule: schedule, darkMode: this.appliedOptions.darkMode, themeClass: this.appliedOptions.themeClass };
|
918
911
|
dialogConfig.autoFocus = true;
|
919
912
|
var dialogRef = this.dialog.open(NgxMatTuiCalendarEditorDialogComponent, dialogConfig);
|
@@ -1005,7 +998,7 @@
|
|
1005
998
|
var el = document.getElementById("theme-" + name);
|
1006
999
|
if (el) {
|
1007
1000
|
var style = window.getComputedStyle(el, null);
|
1008
|
-
console.warn(
|
1001
|
+
// console.warn(`theme-${name} color:`, style.color);
|
1009
1002
|
return style.color;
|
1010
1003
|
}
|
1011
1004
|
return '';
|
@@ -1156,7 +1149,38 @@
|
|
1156
1149
|
type: i0.Input
|
1157
1150
|
}] } });
|
1158
1151
|
|
1159
|
-
//
|
1152
|
+
// collect all of the above modules into an array
|
1153
|
+
var importedModules = [
|
1154
|
+
animations.BrowserAnimationsModule,
|
1155
|
+
platformBrowser.BrowserModule,
|
1156
|
+
flexLayout.FlexLayoutModule,
|
1157
|
+
flexLayout.FlexModule,
|
1158
|
+
i7.FormsModule,
|
1159
|
+
http.HttpClientModule,
|
1160
|
+
overlay.OverlayModule,
|
1161
|
+
i7.ReactiveFormsModule,
|
1162
|
+
i6.MatButtonModule,
|
1163
|
+
i5$1.MatButtonToggleModule,
|
1164
|
+
card.MatCardModule,
|
1165
|
+
i4.MatDatepickerModule,
|
1166
|
+
i1.MatDialogModule,
|
1167
|
+
i5.MatDividerModule,
|
1168
|
+
i2.MatFormFieldModule,
|
1169
|
+
icon.MatIconModule,
|
1170
|
+
i8.MatInputModule,
|
1171
|
+
core.MatNativeDateModule,
|
1172
|
+
i3.MatRadioModule,
|
1173
|
+
core.MatRippleModule,
|
1174
|
+
slideToggle.MatSlideToggleModule,
|
1175
|
+
i2$1.MatToolbarModule,
|
1176
|
+
i4$1.FontAwesomeModule,
|
1177
|
+
i10.MatTimepickerModule,
|
1178
|
+
];
|
1179
|
+
var projectModules = [
|
1180
|
+
NgxMatTuiCalendarComponent,
|
1181
|
+
NgxMatTuiCalendarWrapperComponent,
|
1182
|
+
NgxMatTuiCalendarEditorDialogComponent,
|
1183
|
+
];
|
1160
1184
|
var NgxMatTuiCalendarModule = /** @class */ (function () {
|
1161
1185
|
function NgxMatTuiCalendarModule() {
|
1162
1186
|
}
|
@@ -1188,78 +1212,81 @@
|
|
1188
1212
|
slideToggle.MatSlideToggleModule,
|
1189
1213
|
i2$1.MatToolbarModule,
|
1190
1214
|
i4$1.FontAwesomeModule,
|
1191
|
-
i10.MatTimepickerModule], exports: [
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1215
|
+
i10.MatTimepickerModule], exports: [animations.BrowserAnimationsModule,
|
1216
|
+
platformBrowser.BrowserModule,
|
1217
|
+
flexLayout.FlexLayoutModule,
|
1218
|
+
flexLayout.FlexModule,
|
1219
|
+
i7.FormsModule,
|
1220
|
+
http.HttpClientModule,
|
1221
|
+
overlay.OverlayModule,
|
1222
|
+
i7.ReactiveFormsModule,
|
1223
|
+
i6.MatButtonModule,
|
1224
|
+
i5$1.MatButtonToggleModule,
|
1225
|
+
card.MatCardModule,
|
1226
|
+
i4.MatDatepickerModule,
|
1227
|
+
i1.MatDialogModule,
|
1228
|
+
i5.MatDividerModule,
|
1229
|
+
i2.MatFormFieldModule,
|
1230
|
+
icon.MatIconModule,
|
1231
|
+
i8.MatInputModule,
|
1232
|
+
core.MatNativeDateModule,
|
1233
|
+
i3.MatRadioModule,
|
1234
|
+
core.MatRippleModule,
|
1235
|
+
slideToggle.MatSlideToggleModule,
|
1236
|
+
i2$1.MatToolbarModule,
|
1237
|
+
i4$1.FontAwesomeModule,
|
1238
|
+
i10.MatTimepickerModule, NgxMatTuiCalendarComponent,
|
1239
|
+
NgxMatTuiCalendarWrapperComponent,
|
1240
|
+
NgxMatTuiCalendarEditorDialogComponent] });
|
1241
|
+
NgxMatTuiCalendarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarModule, imports: [__spreadArray([], __read(importedModules)), animations.BrowserAnimationsModule,
|
1242
|
+
platformBrowser.BrowserModule,
|
1243
|
+
flexLayout.FlexLayoutModule,
|
1244
|
+
flexLayout.FlexModule,
|
1245
|
+
i7.FormsModule,
|
1246
|
+
http.HttpClientModule,
|
1247
|
+
overlay.OverlayModule,
|
1248
|
+
i7.ReactiveFormsModule,
|
1249
|
+
i6.MatButtonModule,
|
1250
|
+
i5$1.MatButtonToggleModule,
|
1251
|
+
card.MatCardModule,
|
1252
|
+
i4.MatDatepickerModule,
|
1253
|
+
i1.MatDialogModule,
|
1254
|
+
i5.MatDividerModule,
|
1255
|
+
i2.MatFormFieldModule,
|
1256
|
+
icon.MatIconModule,
|
1257
|
+
i8.MatInputModule,
|
1258
|
+
core.MatNativeDateModule,
|
1259
|
+
i3.MatRadioModule,
|
1260
|
+
core.MatRippleModule,
|
1261
|
+
slideToggle.MatSlideToggleModule,
|
1262
|
+
i2$1.MatToolbarModule,
|
1263
|
+
i4$1.FontAwesomeModule,
|
1264
|
+
i10.MatTimepickerModule] });
|
1218
1265
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarModule, decorators: [{
|
1219
1266
|
type: i0.NgModule,
|
1220
1267
|
args: [{
|
1221
|
-
declarations: [
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
],
|
1226
|
-
imports: [
|
1227
|
-
animations.BrowserAnimationsModule,
|
1228
|
-
platformBrowser.BrowserModule,
|
1229
|
-
flexLayout.FlexLayoutModule,
|
1230
|
-
flexLayout.FlexModule,
|
1231
|
-
i7.FormsModule,
|
1232
|
-
http.HttpClientModule,
|
1233
|
-
overlay.OverlayModule,
|
1234
|
-
i7.ReactiveFormsModule,
|
1235
|
-
i6.MatButtonModule,
|
1236
|
-
i5$1.MatButtonToggleModule,
|
1237
|
-
card.MatCardModule,
|
1238
|
-
i4.MatDatepickerModule,
|
1239
|
-
i1.MatDialogModule,
|
1240
|
-
i5.MatDividerModule,
|
1241
|
-
i2.MatFormFieldModule,
|
1242
|
-
icon.MatIconModule,
|
1243
|
-
i8.MatInputModule,
|
1244
|
-
core.MatNativeDateModule,
|
1245
|
-
i3.MatRadioModule,
|
1246
|
-
core.MatRippleModule,
|
1247
|
-
slideToggle.MatSlideToggleModule,
|
1248
|
-
i2$1.MatToolbarModule,
|
1249
|
-
i4$1.FontAwesomeModule,
|
1250
|
-
i10.MatTimepickerModule,
|
1251
|
-
],
|
1252
|
-
exports: [
|
1253
|
-
NgxMatTuiCalendarComponent,
|
1254
|
-
],
|
1255
|
-
entryComponents: [
|
1256
|
-
NgxMatTuiCalendarComponent,
|
1257
|
-
NgxMatTuiCalendarWrapperComponent,
|
1258
|
-
NgxMatTuiCalendarEditorDialogComponent,
|
1259
|
-
],
|
1268
|
+
declarations: __spreadArray([], __read(projectModules)),
|
1269
|
+
imports: __spreadArray([], __read(importedModules)),
|
1270
|
+
exports: __spreadArray(__spreadArray([], __read(importedModules)), __read(projectModules)),
|
1271
|
+
entryComponents: __spreadArray([], __read(projectModules)),
|
1272
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
1260
1273
|
}]
|
1261
1274
|
}] });
|
1262
1275
|
|
1276
|
+
var NgxMatTuiCalendarService = /** @class */ (function () {
|
1277
|
+
function NgxMatTuiCalendarService() {
|
1278
|
+
}
|
1279
|
+
return NgxMatTuiCalendarService;
|
1280
|
+
}());
|
1281
|
+
NgxMatTuiCalendarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1282
|
+
NgxMatTuiCalendarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarService, providedIn: 'root' });
|
1283
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarService, decorators: [{
|
1284
|
+
type: i0.Injectable,
|
1285
|
+
args: [{
|
1286
|
+
providedIn: 'root'
|
1287
|
+
}]
|
1288
|
+
}], ctorParameters: function () { return []; } });
|
1289
|
+
|
1263
1290
|
/*
|
1264
1291
|
* Public API Surface of ngx-mat-tui-calendar
|
1265
1292
|
*/
|
@@ -1270,8 +1297,10 @@
|
|
1270
1297
|
|
1271
1298
|
exports.LocalDate = LocalDate;
|
1272
1299
|
exports.NgxMatTuiCalendarComponent = NgxMatTuiCalendarComponent;
|
1300
|
+
exports.NgxMatTuiCalendarEditorDialogComponent = NgxMatTuiCalendarEditorDialogComponent;
|
1273
1301
|
exports.NgxMatTuiCalendarModule = NgxMatTuiCalendarModule;
|
1274
1302
|
exports.NgxMatTuiCalendarService = NgxMatTuiCalendarService;
|
1303
|
+
exports.NgxMatTuiCalendarWrapperComponent = NgxMatTuiCalendarWrapperComponent;
|
1275
1304
|
|
1276
1305
|
Object.defineProperty(exports, '__esModule', { value: true });
|
1277
1306
|
|