ngx-mat-tui-calendar 0.0.12 → 0.0.13

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.
@@ -38,6 +38,24 @@
38
38
  }]
39
39
  }], ctorParameters: function () { return []; } });
40
40
 
41
+ var NgxMatTuiCalendarWrapperComponent = /** @class */ (function () {
42
+ function NgxMatTuiCalendarWrapperComponent() {
43
+ }
44
+ NgxMatTuiCalendarWrapperComponent.prototype.ngOnInit = function () {
45
+ };
46
+ return NgxMatTuiCalendarWrapperComponent;
47
+ }());
48
+ NgxMatTuiCalendarWrapperComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarWrapperComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
49
+ NgxMatTuiCalendarWrapperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarWrapperComponent, selector: "ngx-mat-tui-calendar-wrapper", ngImport: i0__namespace, template: "<p>ngx-mat-tui-calendar-wrapper works!</p>\n", styles: [""] });
50
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarWrapperComponent, decorators: [{
51
+ type: i0.Component,
52
+ args: [{
53
+ selector: 'ngx-mat-tui-calendar-wrapper',
54
+ templateUrl: './ngx-mat-tui-calendar-wrapper.component.html',
55
+ styleUrls: ['./ngx-mat-tui-calendar-wrapper.component.scss']
56
+ }]
57
+ }], ctorParameters: function () { return []; } });
58
+
41
59
  var NgxMatTuiCalendarComponent = /** @class */ (function () {
42
60
  function NgxMatTuiCalendarComponent() {
43
61
  }
@@ -46,7 +64,7 @@
46
64
  return NgxMatTuiCalendarComponent;
47
65
  }());
48
66
  NgxMatTuiCalendarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
49
- NgxMatTuiCalendarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarComponent, selector: "ngx-mat-tui-calendar", ngImport: i0__namespace, template: "<p>\r\n ngx-mat-tui-calendar v0.0.12 works!\r\n</p>", styles: [""] });
67
+ NgxMatTuiCalendarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarComponent, selector: "ngx-mat-tui-calendar", ngImport: i0__namespace, template: "<p>\r\n ngx-mat-tui-calendar v0.0.13 works! added wrapper:\r\n</p>\r\n<ngx-mat-tui-calendar-wrapper></ngx-mat-tui-calendar-wrapper>", styles: [""], components: [{ type: NgxMatTuiCalendarWrapperComponent, selector: "ngx-mat-tui-calendar-wrapper" }] });
50
68
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarComponent, decorators: [{
51
69
  type: i0.Component,
52
70
  args: [{
@@ -62,13 +80,15 @@
62
80
  return NgxMatTuiCalendarModule;
63
81
  }());
64
82
  NgxMatTuiCalendarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
65
- NgxMatTuiCalendarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarModule, declarations: [NgxMatTuiCalendarComponent], exports: [NgxMatTuiCalendarComponent] });
83
+ NgxMatTuiCalendarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarModule, declarations: [NgxMatTuiCalendarComponent,
84
+ NgxMatTuiCalendarWrapperComponent], exports: [NgxMatTuiCalendarComponent] });
66
85
  NgxMatTuiCalendarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarModule, imports: [[]] });
67
86
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxMatTuiCalendarModule, decorators: [{
68
87
  type: i0.NgModule,
69
88
  args: [{
70
89
  declarations: [
71
90
  NgxMatTuiCalendarComponent,
91
+ NgxMatTuiCalendarWrapperComponent,
72
92
  ],
73
93
  imports: [],
74
94
  exports: [
@@ -1 +1 @@
1
- {"version":3,"file":"ngx-mat-tui-calendar.umd.js","sources":["../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.service.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.html","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.module.ts","../../../projects/ngx-mat-tui-calendar/src/public-api.ts","../../../projects/ngx-mat-tui-calendar/src/ngx-mat-tui-calendar.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxMatTuiCalendarService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'ngx-mat-tui-calendar',\r\n templateUrl: './ngx-mat-tui-calendar.component.html',\r\n styleUrls: ['./ngx-mat-tui-calendar.component.scss']\r\n})\r\nexport class NgxMatTuiCalendarComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n","<p>\r\n ngx-mat-tui-calendar v0.0.12 works!\r\n</p>","import { NgModule } from '@angular/core';\r\nimport { NgxMatTuiCalendarComponent } from './ngx-mat-tui-calendar.component';\r\n\r\n@NgModule({\r\n declarations: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n imports: [\r\n ],\r\n exports: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n entryComponents: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n})\r\nexport class NgxMatTuiCalendarModule { }\r\n","/*\n * Public API Surface of ngx-mat-tui-calendar\n */\n\nexport * from './lib/ngx-mat-tui-calendar.service';\nexport * from './lib/ngx-mat-tui-calendar.component';\nexport * from './lib/ngx-mat-tui-calendar.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["Injectable","Component","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;QAOE;SAAiB;;;gJAFN,wBAAwB;oJAAxB,wBAAwB,cAFvB,MAAM;sHAEP,wBAAwB;sBAHpCA,aAAU;uBAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;;QCKC;SAAiB;QAEjB,6CAAQ,GAAR;SACC;;;kJALU,0BAA0B;2HAA1B,0BAA0B,uECPvC,wDAEI;sHDKS,0BAA0B;sBALtCC,YAAS;uBAAC;wBACT,QAAQ,EAAE,sBAAsB;wBAChC,WAAW,EAAE,uCAAuC;wBACpD,SAAS,EAAE,CAAC,uCAAuC,CAAC;qBACrD;;;;QEUD;;;;+IAAa,uBAAuB;gJAAvB,uBAAuB,iBAXhC,0BAA0B,aAK1B,0BAA0B;gJAMjB,uBAAuB,YATzB,EACR;sHAQU,uBAAuB;sBAbnCC,WAAQ;uBAAC;wBACR,YAAY,EAAE;4BACZ,0BAA0B;yBAC3B;wBACD,OAAO,EAAE,EACR;wBACD,OAAO,EAAE;4BACP,0BAA0B;yBAC3B;wBACD,eAAe,EAAE;4BACf,0BAA0B;yBAC3B;qBACF;;;ICfD;;;;ICAA;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ngx-mat-tui-calendar.umd.js","sources":["../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.service.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component.html","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.html","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.module.ts","../../../projects/ngx-mat-tui-calendar/src/public-api.ts","../../../projects/ngx-mat-tui-calendar/src/ngx-mat-tui-calendar.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxMatTuiCalendarService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'ngx-mat-tui-calendar-wrapper',\n templateUrl: './ngx-mat-tui-calendar-wrapper.component.html',\n styleUrls: ['./ngx-mat-tui-calendar-wrapper.component.scss']\n})\nexport class NgxMatTuiCalendarWrapperComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<p>ngx-mat-tui-calendar-wrapper works!</p>\n","import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'ngx-mat-tui-calendar',\r\n templateUrl: './ngx-mat-tui-calendar.component.html',\r\n styleUrls: ['./ngx-mat-tui-calendar.component.scss']\r\n})\r\nexport class NgxMatTuiCalendarComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n","<p>\r\n ngx-mat-tui-calendar v0.0.13 works! added wrapper:\r\n</p>\r\n<ngx-mat-tui-calendar-wrapper></ngx-mat-tui-calendar-wrapper>","import { NgModule } from '@angular/core';\r\nimport { NgxMatTuiCalendarComponent } from './ngx-mat-tui-calendar.component';\nimport { NgxMatTuiCalendarWrapperComponent } from './ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component';\r\n\r\n@NgModule({\r\n declarations: [\r\n NgxMatTuiCalendarComponent,\r\n NgxMatTuiCalendarWrapperComponent,\r\n ],\r\n imports: [\r\n ],\r\n exports: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n entryComponents: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n})\r\nexport class NgxMatTuiCalendarModule { }\r\n","/*\n * Public API Surface of ngx-mat-tui-calendar\n */\n\nexport * from './lib/ngx-mat-tui-calendar.service';\nexport * from './lib/ngx-mat-tui-calendar.component';\nexport * from './lib/ngx-mat-tui-calendar.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["Injectable","Component","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;QAOE;SAAiB;;;gJAFN,wBAAwB;oJAAxB,wBAAwB,cAFvB,MAAM;sHAEP,wBAAwB;sBAHpCA,aAAU;uBAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;ICGD;QAEE;SAAiB;QAEjB,oDAAQ,GAAR;SACC;;;yJALU,iCAAiC;kIAAjC,iCAAiC,+ECP9C,8CACA;sHDMa,iCAAiC;sBAL7CC,YAAS;uBAAC;wBACT,QAAQ,EAAE,8BAA8B;wBACxC,WAAW,EAAE,+CAA+C;wBAC5D,SAAS,EAAE,CAAC,+CAA+C,CAAC;qBAC7D;;;;QEGC;SAAiB;QAEjB,6CAAQ,GAAR;SACC;;;kJALU,0BAA0B;2HAA1B,0BAA0B,uECPvC,yIAG6D;sHDIhD,0BAA0B;sBALtCA,YAAS;uBAAC;wBACT,QAAQ,EAAE,sBAAsB;wBAChC,WAAW,EAAE,uCAAuC;wBACpD,SAAS,EAAE,CAAC,uCAAuC,CAAC;qBACrD;;;;QEYD;;;;+IAAa,uBAAuB;gJAAvB,uBAAuB,iBAZhC,0BAA0B;YAC1B,iCAAiC,aAKjC,0BAA0B;gJAMjB,uBAAuB,YATzB,EACR;sHAQU,uBAAuB;sBAdnCC,WAAQ;uBAAC;wBACR,YAAY,EAAE;4BACZ,0BAA0B;4BAC1B,iCAAiC;yBAClC;wBACD,OAAO,EAAE,EACR;wBACD,OAAO,EAAE;4BACP,0BAA0B;yBAC3B;wBACD,eAAe,EAAE;4BACf,0BAA0B;yBAC3B;qBACF;;;ICjBD;;;;ICAA;;;;;;;;;;;;;;"}
@@ -0,0 +1,18 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class NgxMatTuiCalendarWrapperComponent {
4
+ constructor() { }
5
+ ngOnInit() {
6
+ }
7
+ }
8
+ NgxMatTuiCalendarWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ NgxMatTuiCalendarWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarWrapperComponent, selector: "ngx-mat-tui-calendar-wrapper", ngImport: i0, template: "<p>ngx-mat-tui-calendar-wrapper works!</p>\n", styles: [""] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarWrapperComponent, decorators: [{
11
+ type: Component,
12
+ args: [{
13
+ selector: 'ngx-mat-tui-calendar-wrapper',
14
+ templateUrl: './ngx-mat-tui-calendar-wrapper.component.html',
15
+ styleUrls: ['./ngx-mat-tui-calendar-wrapper.component.scss']
16
+ }]
17
+ }], ctorParameters: function () { return []; } });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1hdC10dWktY2FsZW5kYXItd3JhcHBlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWF0LXR1aS1jYWxlbmRhci9zcmMvbGliL25neC1tYXQtdHVpLWNhbGVuZGFyLXdyYXBwZXIvbmd4LW1hdC10dWktY2FsZW5kYXItd3JhcHBlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWF0LXR1aS1jYWxlbmRhci9zcmMvbGliL25neC1tYXQtdHVpLWNhbGVuZGFyLXdyYXBwZXIvbmd4LW1hdC10dWktY2FsZW5kYXItd3JhcHBlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQU9sRCxNQUFNLE9BQU8saUNBQWlDO0lBRTVDLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzsrSEFMVSxpQ0FBaUM7bUhBQWpDLGlDQUFpQyxvRUNQOUMsOENBQ0E7NEZETWEsaUNBQWlDO2tCQUw3QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSw4QkFBOEI7b0JBQ3hDLFdBQVcsRUFBRSwrQ0FBK0M7b0JBQzVELFNBQVMsRUFBRSxDQUFDLCtDQUErQyxDQUFDO2lCQUM3RCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ25neC1tYXQtdHVpLWNhbGVuZGFyLXdyYXBwZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vbmd4LW1hdC10dWktY2FsZW5kYXItd3JhcHBlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25neC1tYXQtdHVpLWNhbGVuZGFyLXdyYXBwZXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBOZ3hNYXRUdWlDYWxlbmRhcldyYXBwZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxufVxuIiwiPHA+bmd4LW1hdC10dWktY2FsZW5kYXItd3JhcHBlciB3b3JrcyE8L3A+XG4iXX0=
@@ -1,12 +1,13 @@
1
1
  import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ import * as i1 from "./ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component";
3
4
  export class NgxMatTuiCalendarComponent {
4
5
  constructor() { }
5
6
  ngOnInit() {
6
7
  }
7
8
  }
8
9
  NgxMatTuiCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- NgxMatTuiCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarComponent, selector: "ngx-mat-tui-calendar", ngImport: i0, template: "<p>\r\n ngx-mat-tui-calendar v0.0.12 works!\r\n</p>", styles: [""] });
10
+ NgxMatTuiCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarComponent, selector: "ngx-mat-tui-calendar", ngImport: i0, template: "<p>\r\n ngx-mat-tui-calendar v0.0.13 works! added wrapper:\r\n</p>\r\n<ngx-mat-tui-calendar-wrapper></ngx-mat-tui-calendar-wrapper>", styles: [""], components: [{ type: i1.NgxMatTuiCalendarWrapperComponent, selector: "ngx-mat-tui-calendar-wrapper" }] });
10
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarComponent, decorators: [{
11
12
  type: Component,
12
13
  args: [{
@@ -15,4 +16,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
15
16
  styleUrls: ['./ngx-mat-tui-calendar.component.scss']
16
17
  }]
17
18
  }], ctorParameters: function () { return []; } });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1hdC10dWktY2FsZW5kYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1hdC10dWktY2FsZW5kYXIvc3JjL2xpYi9uZ3gtbWF0LXR1aS1jYWxlbmRhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWF0LXR1aS1jYWxlbmRhci9zcmMvbGliL25neC1tYXQtdHVpLWNhbGVuZGFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7O0FBT2xELE1BQU0sT0FBTywwQkFBMEI7SUFFckMsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7O3dIQUxVLDBCQUEwQjs0R0FBMUIsMEJBQTBCLDREQ1B2Qyx3REFFSTs0RkRLUywwQkFBMEI7a0JBTHRDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsV0FBVyxFQUFFLHVDQUF1QztvQkFDcEQsU0FBUyxFQUFFLENBQUMsdUNBQXVDLENBQUM7aUJBQ3JEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbmd4LW1hdC10dWktY2FsZW5kYXInLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9uZ3gtbWF0LXR1aS1jYWxlbmRhci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbmd4LW1hdC10dWktY2FsZW5kYXIuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTmd4TWF0VHVpQ2FsZW5kYXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG59XHJcbiIsIjxwPlxyXG4gICAgbmd4LW1hdC10dWktY2FsZW5kYXIgdjAuMC4xMiB3b3JrcyFcclxuPC9wPiJdfQ==
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1hdC10dWktY2FsZW5kYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1hdC10dWktY2FsZW5kYXIvc3JjL2xpYi9uZ3gtbWF0LXR1aS1jYWxlbmRhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWF0LXR1aS1jYWxlbmRhci9zcmMvbGliL25neC1tYXQtdHVpLWNhbGVuZGFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7OztBQU9sRCxNQUFNLE9BQU8sMEJBQTBCO0lBRXJDLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzt3SEFMVSwwQkFBMEI7NEdBQTFCLDBCQUEwQiw0RENQdkMseUlBRzZEOzRGREloRCwwQkFBMEI7a0JBTHRDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsV0FBVyxFQUFFLHVDQUF1QztvQkFDcEQsU0FBUyxFQUFFLENBQUMsdUNBQXVDLENBQUM7aUJBQ3JEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbmd4LW1hdC10dWktY2FsZW5kYXInLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9uZ3gtbWF0LXR1aS1jYWxlbmRhci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbmd4LW1hdC10dWktY2FsZW5kYXIuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTmd4TWF0VHVpQ2FsZW5kYXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG59XHJcbiIsIjxwPlxyXG4gICAgbmd4LW1hdC10dWktY2FsZW5kYXIgdjAuMC4xMyB3b3JrcyEgIGFkZGVkIHdyYXBwZXI6XHJcbjwvcD5cclxuPG5neC1tYXQtdHVpLWNhbGVuZGFyLXdyYXBwZXI+PC9uZ3gtbWF0LXR1aS1jYWxlbmRhci13cmFwcGVyPiJdfQ==
@@ -1,16 +1,19 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import { NgxMatTuiCalendarComponent } from './ngx-mat-tui-calendar.component';
3
+ import { NgxMatTuiCalendarWrapperComponent } from './ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component';
3
4
  import * as i0 from "@angular/core";
4
5
  export class NgxMatTuiCalendarModule {
5
6
  }
6
7
  NgxMatTuiCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- NgxMatTuiCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, declarations: [NgxMatTuiCalendarComponent], exports: [NgxMatTuiCalendarComponent] });
8
+ NgxMatTuiCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, declarations: [NgxMatTuiCalendarComponent,
9
+ NgxMatTuiCalendarWrapperComponent], exports: [NgxMatTuiCalendarComponent] });
8
10
  NgxMatTuiCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, imports: [[]] });
9
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, decorators: [{
10
12
  type: NgModule,
11
13
  args: [{
12
14
  declarations: [
13
15
  NgxMatTuiCalendarComponent,
16
+ NgxMatTuiCalendarWrapperComponent,
14
17
  ],
15
18
  imports: [],
16
19
  exports: [
@@ -21,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
21
24
  ],
22
25
  }]
23
26
  }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1hdC10dWktY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1hdC10dWktY2FsZW5kYXIvc3JjL2xpYi9uZ3gtbWF0LXR1aS1jYWxlbmRhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7QUFlOUUsTUFBTSxPQUFPLHVCQUF1Qjs7cUhBQXZCLHVCQUF1QjtzSEFBdkIsdUJBQXVCLGlCQVhoQywwQkFBMEIsYUFLMUIsMEJBQTBCO3NIQU1qQix1QkFBdUIsWUFUekIsRUFDUjs0RkFRVSx1QkFBdUI7a0JBYm5DLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFLEVBQ1I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDBCQUEwQjtxQkFDM0I7b0JBQ0QsZUFBZSxFQUFFO3dCQUNmLDBCQUEwQjtxQkFDM0I7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOZ3hNYXRUdWlDYWxlbmRhckNvbXBvbmVudCB9IGZyb20gJy4vbmd4LW1hdC10dWktY2FsZW5kYXIuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBOZ3hNYXRUdWlDYWxlbmRhckNvbXBvbmVudCxcclxuICBdLFxyXG4gIGltcG9ydHM6IFtcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIE5neE1hdFR1aUNhbGVuZGFyQ29tcG9uZW50LFxyXG4gIF0sXHJcbiAgZW50cnlDb21wb25lbnRzOiBbXHJcbiAgICBOZ3hNYXRUdWlDYWxlbmRhckNvbXBvbmVudCxcclxuICBdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTmd4TWF0VHVpQ2FsZW5kYXJNb2R1bGUgeyB9XHJcbiJdfQ==
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1hdC10dWktY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1hdC10dWktY2FsZW5kYXIvc3JjL2xpYi9uZ3gtbWF0LXR1aS1jYWxlbmRhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSx1RUFBdUUsQ0FBQzs7QUFnQjFILE1BQU0sT0FBTyx1QkFBdUI7O3FIQUF2Qix1QkFBdUI7c0hBQXZCLHVCQUF1QixpQkFaaEMsMEJBQTBCO1FBQzFCLGlDQUFpQyxhQUtqQywwQkFBMEI7c0hBTWpCLHVCQUF1QixZQVR6QixFQUNSOzRGQVFVLHVCQUF1QjtrQkFkbkMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osMEJBQTBCO3dCQUMxQixpQ0FBaUM7cUJBQ2xDO29CQUNELE9BQU8sRUFBRSxFQUNSO29CQUNELE9BQU8sRUFBRTt3QkFDUCwwQkFBMEI7cUJBQzNCO29CQUNELGVBQWUsRUFBRTt3QkFDZiwwQkFBMEI7cUJBQzNCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTmd4TWF0VHVpQ2FsZW5kYXJDb21wb25lbnQgfSBmcm9tICcuL25neC1tYXQtdHVpLWNhbGVuZGFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOZ3hNYXRUdWlDYWxlbmRhcldyYXBwZXJDb21wb25lbnQgfSBmcm9tICcuL25neC1tYXQtdHVpLWNhbGVuZGFyLXdyYXBwZXIvbmd4LW1hdC10dWktY2FsZW5kYXItd3JhcHBlci5jb21wb25lbnQnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIE5neE1hdFR1aUNhbGVuZGFyQ29tcG9uZW50LFxyXG4gICAgTmd4TWF0VHVpQ2FsZW5kYXJXcmFwcGVyQ29tcG9uZW50LFxyXG4gIF0sXHJcbiAgaW1wb3J0czogW1xyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgTmd4TWF0VHVpQ2FsZW5kYXJDb21wb25lbnQsXHJcbiAgXSxcclxuICBlbnRyeUNvbXBvbmVudHM6IFtcclxuICAgIE5neE1hdFR1aUNhbGVuZGFyQ29tcG9uZW50LFxyXG4gIF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBOZ3hNYXRUdWlDYWxlbmRhck1vZHVsZSB7IH1cclxuIl19
@@ -13,13 +13,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
13
13
  }]
14
14
  }], ctorParameters: function () { return []; } });
15
15
 
16
+ class NgxMatTuiCalendarWrapperComponent {
17
+ constructor() { }
18
+ ngOnInit() {
19
+ }
20
+ }
21
+ NgxMatTuiCalendarWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
+ NgxMatTuiCalendarWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarWrapperComponent, selector: "ngx-mat-tui-calendar-wrapper", ngImport: i0, template: "<p>ngx-mat-tui-calendar-wrapper works!</p>\n", styles: [""] });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarWrapperComponent, decorators: [{
24
+ type: Component,
25
+ args: [{
26
+ selector: 'ngx-mat-tui-calendar-wrapper',
27
+ templateUrl: './ngx-mat-tui-calendar-wrapper.component.html',
28
+ styleUrls: ['./ngx-mat-tui-calendar-wrapper.component.scss']
29
+ }]
30
+ }], ctorParameters: function () { return []; } });
31
+
16
32
  class NgxMatTuiCalendarComponent {
17
33
  constructor() { }
18
34
  ngOnInit() {
19
35
  }
20
36
  }
21
37
  NgxMatTuiCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- NgxMatTuiCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarComponent, selector: "ngx-mat-tui-calendar", ngImport: i0, template: "<p>\r\n ngx-mat-tui-calendar v0.0.12 works!\r\n</p>", styles: [""] });
38
+ NgxMatTuiCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: NgxMatTuiCalendarComponent, selector: "ngx-mat-tui-calendar", ngImport: i0, template: "<p>\r\n ngx-mat-tui-calendar v0.0.13 works! added wrapper:\r\n</p>\r\n<ngx-mat-tui-calendar-wrapper></ngx-mat-tui-calendar-wrapper>", styles: [""], components: [{ type: NgxMatTuiCalendarWrapperComponent, selector: "ngx-mat-tui-calendar-wrapper" }] });
23
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarComponent, decorators: [{
24
40
  type: Component,
25
41
  args: [{
@@ -32,13 +48,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImpo
32
48
  class NgxMatTuiCalendarModule {
33
49
  }
34
50
  NgxMatTuiCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
35
- NgxMatTuiCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, declarations: [NgxMatTuiCalendarComponent], exports: [NgxMatTuiCalendarComponent] });
51
+ NgxMatTuiCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, declarations: [NgxMatTuiCalendarComponent,
52
+ NgxMatTuiCalendarWrapperComponent], exports: [NgxMatTuiCalendarComponent] });
36
53
  NgxMatTuiCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, imports: [[]] });
37
54
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: NgxMatTuiCalendarModule, decorators: [{
38
55
  type: NgModule,
39
56
  args: [{
40
57
  declarations: [
41
58
  NgxMatTuiCalendarComponent,
59
+ NgxMatTuiCalendarWrapperComponent,
42
60
  ],
43
61
  imports: [],
44
62
  exports: [
@@ -1 +1 @@
1
- {"version":3,"file":"ngx-mat-tui-calendar.js","sources":["../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.service.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.html","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.module.ts","../../../projects/ngx-mat-tui-calendar/src/public-api.ts","../../../projects/ngx-mat-tui-calendar/src/ngx-mat-tui-calendar.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxMatTuiCalendarService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'ngx-mat-tui-calendar',\r\n templateUrl: './ngx-mat-tui-calendar.component.html',\r\n styleUrls: ['./ngx-mat-tui-calendar.component.scss']\r\n})\r\nexport class NgxMatTuiCalendarComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n","<p>\r\n ngx-mat-tui-calendar v0.0.12 works!\r\n</p>","import { NgModule } from '@angular/core';\r\nimport { NgxMatTuiCalendarComponent } from './ngx-mat-tui-calendar.component';\r\n\r\n@NgModule({\r\n declarations: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n imports: [\r\n ],\r\n exports: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n entryComponents: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n})\r\nexport class NgxMatTuiCalendarModule { }\r\n","/*\n * Public API Surface of ngx-mat-tui-calendar\n */\n\nexport * from './lib/ngx-mat-tui-calendar.service';\nexport * from './lib/ngx-mat-tui-calendar.component';\nexport * from './lib/ngx-mat-tui-calendar.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAKa,wBAAwB;IAEnC,iBAAiB;;sHAFN,wBAAwB;0HAAxB,wBAAwB,cAFvB,MAAM;4FAEP,wBAAwB;kBAHpC,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;MCGY,0BAA0B;IAErC,iBAAiB;IAEjB,QAAQ;KACP;;wHALU,0BAA0B;4GAA1B,0BAA0B,4DCPvC,wDAEI;4FDKS,0BAA0B;kBALtC,SAAS;mBAAC;oBACT,QAAQ,EAAE,sBAAsB;oBAChC,WAAW,EAAE,uCAAuC;oBACpD,SAAS,EAAE,CAAC,uCAAuC,CAAC;iBACrD;;;MEUY,uBAAuB;;qHAAvB,uBAAuB;sHAAvB,uBAAuB,iBAXhC,0BAA0B,aAK1B,0BAA0B;sHAMjB,uBAAuB,YATzB,EACR;4FAQU,uBAAuB;kBAbnC,QAAQ;mBAAC;oBACR,YAAY,EAAE;wBACZ,0BAA0B;qBAC3B;oBACD,OAAO,EAAE,EACR;oBACD,OAAO,EAAE;wBACP,0BAA0B;qBAC3B;oBACD,eAAe,EAAE;wBACf,0BAA0B;qBAC3B;iBACF;;;ACfD;;;;ACAA;;;;;;"}
1
+ {"version":3,"file":"ngx-mat-tui-calendar.js","sources":["../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.service.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component.html","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.ts","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.component.html","../../../projects/ngx-mat-tui-calendar/src/lib/ngx-mat-tui-calendar.module.ts","../../../projects/ngx-mat-tui-calendar/src/public-api.ts","../../../projects/ngx-mat-tui-calendar/src/ngx-mat-tui-calendar.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxMatTuiCalendarService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'ngx-mat-tui-calendar-wrapper',\n templateUrl: './ngx-mat-tui-calendar-wrapper.component.html',\n styleUrls: ['./ngx-mat-tui-calendar-wrapper.component.scss']\n})\nexport class NgxMatTuiCalendarWrapperComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<p>ngx-mat-tui-calendar-wrapper works!</p>\n","import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'ngx-mat-tui-calendar',\r\n templateUrl: './ngx-mat-tui-calendar.component.html',\r\n styleUrls: ['./ngx-mat-tui-calendar.component.scss']\r\n})\r\nexport class NgxMatTuiCalendarComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n","<p>\r\n ngx-mat-tui-calendar v0.0.13 works! added wrapper:\r\n</p>\r\n<ngx-mat-tui-calendar-wrapper></ngx-mat-tui-calendar-wrapper>","import { NgModule } from '@angular/core';\r\nimport { NgxMatTuiCalendarComponent } from './ngx-mat-tui-calendar.component';\nimport { NgxMatTuiCalendarWrapperComponent } from './ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component';\r\n\r\n@NgModule({\r\n declarations: [\r\n NgxMatTuiCalendarComponent,\r\n NgxMatTuiCalendarWrapperComponent,\r\n ],\r\n imports: [\r\n ],\r\n exports: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n entryComponents: [\r\n NgxMatTuiCalendarComponent,\r\n ],\r\n})\r\nexport class NgxMatTuiCalendarModule { }\r\n","/*\n * Public API Surface of ngx-mat-tui-calendar\n */\n\nexport * from './lib/ngx-mat-tui-calendar.service';\nexport * from './lib/ngx-mat-tui-calendar.component';\nexport * from './lib/ngx-mat-tui-calendar.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAKa,wBAAwB;IAEnC,iBAAiB;;sHAFN,wBAAwB;0HAAxB,wBAAwB,cAFvB,MAAM;4FAEP,wBAAwB;kBAHpC,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;MCGY,iCAAiC;IAE5C,iBAAiB;IAEjB,QAAQ;KACP;;+HALU,iCAAiC;mHAAjC,iCAAiC,oECP9C,8CACA;4FDMa,iCAAiC;kBAL7C,SAAS;mBAAC;oBACT,QAAQ,EAAE,8BAA8B;oBACxC,WAAW,EAAE,+CAA+C;oBAC5D,SAAS,EAAE,CAAC,+CAA+C,CAAC;iBAC7D;;;MECY,0BAA0B;IAErC,iBAAiB;IAEjB,QAAQ;KACP;;wHALU,0BAA0B;4GAA1B,0BAA0B,4DCPvC,yIAG6D;4FDIhD,0BAA0B;kBALtC,SAAS;mBAAC;oBACT,QAAQ,EAAE,sBAAsB;oBAChC,WAAW,EAAE,uCAAuC;oBACpD,SAAS,EAAE,CAAC,uCAAuC,CAAC;iBACrD;;;MEYY,uBAAuB;;qHAAvB,uBAAuB;sHAAvB,uBAAuB,iBAZhC,0BAA0B;QAC1B,iCAAiC,aAKjC,0BAA0B;sHAMjB,uBAAuB,YATzB,EACR;4FAQU,uBAAuB;kBAdnC,QAAQ;mBAAC;oBACR,YAAY,EAAE;wBACZ,0BAA0B;wBAC1B,iCAAiC;qBAClC;oBACD,OAAO,EAAE,EACR;oBACD,OAAO,EAAE;wBACP,0BAA0B;qBAC3B;oBACD,eAAe,EAAE;wBACf,0BAA0B;qBAC3B;iBACF;;;ACjBD;;;;ACAA;;;;;;"}
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NgxMatTuiCalendarWrapperComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatTuiCalendarWrapperComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgxMatTuiCalendarWrapperComponent, "ngx-mat-tui-calendar-wrapper", never, {}, {}, never, never>;
8
+ }
@@ -1,7 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./ngx-mat-tui-calendar.component";
3
+ import * as i2 from "./ngx-mat-tui-calendar-wrapper/ngx-mat-tui-calendar-wrapper.component";
3
4
  export declare class NgxMatTuiCalendarModule {
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatTuiCalendarModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMatTuiCalendarModule, [typeof i1.NgxMatTuiCalendarComponent], never, [typeof i1.NgxMatTuiCalendarComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMatTuiCalendarModule, [typeof i1.NgxMatTuiCalendarComponent, typeof i2.NgxMatTuiCalendarWrapperComponent], never, [typeof i1.NgxMatTuiCalendarComponent]>;
6
7
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxMatTuiCalendarModule>;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-mat-tui-calendar",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ron2015schmitt/ngx-mat-tui-calendar.git"