static-columns 13.3.3 → 13.3.5

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.
Files changed (147) hide show
  1. package/README.md +99 -74
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/breakpoints.service.mjs +47 -43
  5. package/browser/esm2020/lib/column/base-hide-show.directive.mjs +46 -46
  6. package/browser/esm2020/lib/column/column-grow.directive.mjs +21 -21
  7. package/browser/esm2020/lib/column/column-hide-desktop.directive.mjs +23 -23
  8. package/browser/esm2020/lib/column/column-hide-mobile.directive.mjs +23 -23
  9. package/browser/esm2020/lib/column/column-hide-tablet.directive.mjs +23 -23
  10. package/browser/esm2020/lib/column/column-show-desktop.directive.mjs +23 -23
  11. package/browser/esm2020/lib/column/column-show-mobile.directive.mjs +23 -23
  12. package/browser/esm2020/lib/column/column-show-tablet.directive.mjs +23 -23
  13. package/browser/esm2020/lib/column/column.component.mjs +23 -23
  14. package/browser/esm2020/lib/column/index.mjs +10 -10
  15. package/browser/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -35
  16. package/browser/esm2020/lib/columns-gap/index.mjs +3 -3
  17. package/browser/esm2020/lib/columns.component.mjs +20 -20
  18. package/browser/esm2020/lib/columns.module.mjs +69 -69
  19. package/browser/esm2020/lib/index.mjs +7 -7
  20. package/browser/esm2020/public-api.mjs +1 -1
  21. package/browser/esm2020/static-columns.mjs +4 -4
  22. package/browser/fesm2015/static-columns.mjs +337 -333
  23. package/browser/fesm2015/static-columns.mjs.map +1 -1
  24. package/browser/fesm2020/static-columns.mjs +336 -332
  25. package/browser/fesm2020/static-columns.mjs.map +1 -1
  26. package/browser/lib/breakpoints.service.d.ts +8 -8
  27. package/browser/lib/column/base-hide-show.directive.d.ts +18 -18
  28. package/browser/lib/column/column-grow.directive.d.ts +8 -8
  29. package/browser/lib/column/column-hide-desktop.directive.d.ts +6 -6
  30. package/browser/lib/column/column-hide-mobile.directive.d.ts +6 -6
  31. package/browser/lib/column/column-hide-tablet.directive.d.ts +6 -6
  32. package/browser/lib/column/column-show-desktop.directive.d.ts +6 -6
  33. package/browser/lib/column/column-show-mobile.directive.d.ts +6 -6
  34. package/browser/lib/column/column-show-tablet.directive.d.ts +6 -6
  35. package/browser/lib/column/column.component.d.ts +8 -8
  36. package/browser/lib/column/index.d.ts +7 -7
  37. package/browser/lib/columns-gap/columns-gap.component.d.ts +13 -13
  38. package/browser/lib/columns.component.d.ts +9 -9
  39. package/browser/lib/columns.module.d.ts +16 -16
  40. package/browser/lib/index.d.ts +4 -4
  41. package/browser/static-columns.d.ts +4 -4
  42. package/client/README.md +24 -24
  43. package/client/esm2020/lib/breakpoints.service.mjs +47 -43
  44. package/client/esm2020/lib/column/base-hide-show.directive.mjs +46 -46
  45. package/client/esm2020/lib/column/column-grow.directive.mjs +21 -21
  46. package/client/esm2020/lib/column/column-hide-desktop.directive.mjs +23 -23
  47. package/client/esm2020/lib/column/column-hide-mobile.directive.mjs +23 -23
  48. package/client/esm2020/lib/column/column-hide-tablet.directive.mjs +23 -23
  49. package/client/esm2020/lib/column/column-show-desktop.directive.mjs +23 -23
  50. package/client/esm2020/lib/column/column-show-mobile.directive.mjs +23 -23
  51. package/client/esm2020/lib/column/column-show-tablet.directive.mjs +23 -23
  52. package/client/esm2020/lib/column/column.component.mjs +23 -23
  53. package/client/esm2020/lib/column/index.mjs +10 -10
  54. package/client/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -35
  55. package/client/esm2020/lib/columns-gap/index.mjs +3 -3
  56. package/client/esm2020/lib/columns.component.mjs +20 -20
  57. package/client/esm2020/lib/columns.module.mjs +69 -69
  58. package/client/esm2020/lib/index.mjs +7 -7
  59. package/client/esm2020/public-api.mjs +1 -1
  60. package/client/esm2020/static-columns.mjs +4 -4
  61. package/client/fesm2015/static-columns.mjs +337 -333
  62. package/client/fesm2015/static-columns.mjs.map +1 -1
  63. package/client/fesm2020/static-columns.mjs +336 -332
  64. package/client/fesm2020/static-columns.mjs.map +1 -1
  65. package/client/lib/breakpoints.service.d.ts +8 -8
  66. package/client/lib/column/base-hide-show.directive.d.ts +18 -18
  67. package/client/lib/column/column-grow.directive.d.ts +8 -8
  68. package/client/lib/column/column-hide-desktop.directive.d.ts +6 -6
  69. package/client/lib/column/column-hide-mobile.directive.d.ts +6 -6
  70. package/client/lib/column/column-hide-tablet.directive.d.ts +6 -6
  71. package/client/lib/column/column-show-desktop.directive.d.ts +6 -6
  72. package/client/lib/column/column-show-mobile.directive.d.ts +6 -6
  73. package/client/lib/column/column-show-tablet.directive.d.ts +6 -6
  74. package/client/lib/column/column.component.d.ts +8 -8
  75. package/client/lib/column/index.d.ts +7 -7
  76. package/client/lib/columns-gap/columns-gap.component.d.ts +13 -13
  77. package/client/lib/columns.component.d.ts +9 -9
  78. package/client/lib/columns.module.d.ts +16 -16
  79. package/client/lib/index.d.ts +4 -4
  80. package/client/package.json +13 -7
  81. package/client/static-columns.d.ts +4 -4
  82. package/index.d.ts +1 -1
  83. package/lib/breakpoints.service.d.ts +6 -6
  84. package/lib/breakpoints.service.js +16 -12
  85. package/lib/breakpoints.service.js.map +1 -1
  86. package/lib/column/base-hide-show.directive.d.ts +16 -16
  87. package/lib/column/column-grow.directive.d.ts +6 -6
  88. package/lib/column/column-hide-desktop.directive.d.ts +4 -4
  89. package/lib/column/column-hide-mobile.directive.d.ts +4 -4
  90. package/lib/column/column-hide-tablet.directive.d.ts +4 -4
  91. package/lib/column/column-show-desktop.directive.d.ts +4 -4
  92. package/lib/column/column-show-mobile.directive.d.ts +4 -4
  93. package/lib/column/column-show-tablet.directive.d.ts +4 -4
  94. package/lib/column/column.component.d.ts +6 -6
  95. package/lib/column/index.d.ts +7 -7
  96. package/lib/column/index.js +3 -3
  97. package/lib/columns-gap/columns-gap.component.d.ts +10 -10
  98. package/lib/columns-gap/columns-gap.component.js +3 -3
  99. package/lib/columns-gap/index.js +3 -3
  100. package/lib/columns.component.d.ts +6 -6
  101. package/lib/columns.component.js +3 -3
  102. package/lib/columns.module.d.ts +1 -1
  103. package/lib/columns.module.js +3 -3
  104. package/lib/index.d.ts +4 -4
  105. package/package.json +13 -7
  106. package/package.json_devDependencies.json +237 -237
  107. package/package.json_tnp.json5 +49 -49
  108. package/tmp-environment.json +16 -10
  109. package/websql/README.md +24 -24
  110. package/websql/esm2020/lib/breakpoints.service.mjs +47 -43
  111. package/websql/esm2020/lib/column/base-hide-show.directive.mjs +46 -46
  112. package/websql/esm2020/lib/column/column-grow.directive.mjs +21 -21
  113. package/websql/esm2020/lib/column/column-hide-desktop.directive.mjs +23 -23
  114. package/websql/esm2020/lib/column/column-hide-mobile.directive.mjs +23 -23
  115. package/websql/esm2020/lib/column/column-hide-tablet.directive.mjs +23 -23
  116. package/websql/esm2020/lib/column/column-show-desktop.directive.mjs +23 -23
  117. package/websql/esm2020/lib/column/column-show-mobile.directive.mjs +23 -23
  118. package/websql/esm2020/lib/column/column-show-tablet.directive.mjs +23 -23
  119. package/websql/esm2020/lib/column/column.component.mjs +23 -23
  120. package/websql/esm2020/lib/column/index.mjs +10 -10
  121. package/websql/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -35
  122. package/websql/esm2020/lib/columns-gap/index.mjs +3 -3
  123. package/websql/esm2020/lib/columns.component.mjs +20 -20
  124. package/websql/esm2020/lib/columns.module.mjs +69 -69
  125. package/websql/esm2020/lib/index.mjs +7 -7
  126. package/websql/esm2020/public-api.mjs +1 -1
  127. package/websql/esm2020/static-columns.mjs +4 -4
  128. package/websql/fesm2015/static-columns.mjs +337 -333
  129. package/websql/fesm2015/static-columns.mjs.map +1 -1
  130. package/websql/fesm2020/static-columns.mjs +336 -332
  131. package/websql/fesm2020/static-columns.mjs.map +1 -1
  132. package/websql/lib/breakpoints.service.d.ts +8 -8
  133. package/websql/lib/column/base-hide-show.directive.d.ts +18 -18
  134. package/websql/lib/column/column-grow.directive.d.ts +8 -8
  135. package/websql/lib/column/column-hide-desktop.directive.d.ts +6 -6
  136. package/websql/lib/column/column-hide-mobile.directive.d.ts +6 -6
  137. package/websql/lib/column/column-hide-tablet.directive.d.ts +6 -6
  138. package/websql/lib/column/column-show-desktop.directive.d.ts +6 -6
  139. package/websql/lib/column/column-show-mobile.directive.d.ts +6 -6
  140. package/websql/lib/column/column-show-tablet.directive.d.ts +6 -6
  141. package/websql/lib/column/column.component.d.ts +8 -8
  142. package/websql/lib/column/index.d.ts +7 -7
  143. package/websql/lib/columns-gap/columns-gap.component.d.ts +13 -13
  144. package/websql/lib/columns.component.d.ts +9 -9
  145. package/websql/lib/columns.module.d.ts +16 -16
  146. package/websql/lib/index.d.ts +4 -4
  147. package/websql/static-columns.d.ts +4 -4
@@ -2,372 +2,376 @@ import * as i0 from '@angular/core';
2
2
  import { Directive, Injectable, Component, HostBinding, Input, EventEmitter, Output, ViewChildren, NgModule } from '@angular/core';
3
3
  import { Subject, takeUntil } from 'rxjs';
4
4
  import * as i1 from '@angular/cdk/layout';
5
- import { Breakpoints, LayoutModule } from '@angular/cdk/layout';
5
+ import { LayoutModule } from '@angular/cdk/layout';
6
6
  import { _ } from 'tnp-core/browser';
7
7
 
8
- class DirectiveGrow {
9
- constructor(e, renderer) {
10
- this.e = e;
11
- this.renderer = renderer;
12
- setTimeout(() => {
13
- renderer.setStyle(e.nativeElement, 'flexGrow', '1');
14
- }, 0);
15
- }
16
- }
17
- DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
18
- DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
20
- type: Directive,
21
- args: [{
22
- selector: '[grow]'
23
- }]
24
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
25
- ;
8
+ class DirectiveGrow {
9
+ constructor(e, renderer) {
10
+ this.e = e;
11
+ this.renderer = renderer;
12
+ setTimeout(() => {
13
+ renderer.setStyle(e.nativeElement, 'flexGrow', '1');
14
+ }, 0);
15
+ }
16
+ }
17
+ DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
18
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
20
+ type: Directive,
21
+ args: [{
22
+ selector: '[grow]'
23
+ }]
24
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
25
+ ;
26
26
  ({}); // @--end-of-file-for-module=static-columns lib/column/column-grow.directive.ts
27
27
 
28
- class BreakpointsService {
29
- constructor(breakpointObserver) {
30
- this.sub = new Subject();
31
- this.listenTo = this.sub.asObservable();
32
- breakpointObserver.observe([Breakpoints.XSmall, Breakpoints.Tablet, Breakpoints.Web]).subscribe((state) => {
33
- if (!_.isUndefined(Breakpoints.XSmall.split(', ').find(f => state.breakpoints[f]))) {
34
- this.sub.next('mobile');
35
- }
36
- else if (!_.isUndefined(Breakpoints.Tablet.split(', ').find(f => state.breakpoints[f]))) {
37
- this.sub.next('tablet');
38
- }
39
- else if (!_.isUndefined(Breakpoints.Web.split(', ').find(f => state.breakpoints[f]))) {
40
- this.sub.next('desktop');
41
- }
42
- });
43
- setTimeout(() => {
44
- if (breakpointObserver.isMatched([Breakpoints.XSmall])) {
45
- this.sub.next('mobile');
46
- }
47
- if (breakpointObserver.isMatched([Breakpoints.Tablet])) {
48
- this.sub.next('tablet');
49
- }
50
- if (breakpointObserver.isMatched([Breakpoints.Web])) {
51
- this.sub.next('desktop');
52
- }
53
- });
54
- }
55
- }
56
- BreakpointsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable });
57
- BreakpointsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BreakpointsService, providedIn: 'root' });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BreakpointsService, decorators: [{
59
- type: Injectable,
60
- args: [{ providedIn: 'root' }]
61
- }], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; } });
62
- ;
28
+ const BRK = {
29
+ mobile: '(max-width: 599.98px)',
30
+ desktop: '(min-width: 840.00px)',
31
+ };
32
+ class BreakpointsService {
33
+ constructor(breakpointObserver) {
34
+ this.sub = new Subject();
35
+ this.listenTo = this.sub.asObservable();
36
+ breakpointObserver.observe([BRK.mobile, BRK.desktop]).subscribe((state) => {
37
+ if (!_.isUndefined([BRK.mobile].find(f => state.breakpoints[f]))) {
38
+ this.sub.next('mobile');
39
+ }
40
+ else if (!_.isUndefined([BRK.desktop].find(f => state.breakpoints[f]))) {
41
+ this.sub.next('desktop');
42
+ }
43
+ else {
44
+ this.sub.next('tablet');
45
+ }
46
+ });
47
+ setTimeout(() => {
48
+ if (breakpointObserver.isMatched([BRK.mobile])) {
49
+ this.sub.next('mobile');
50
+ }
51
+ else if (breakpointObserver.isMatched([BRK.desktop])) {
52
+ this.sub.next('desktop');
53
+ }
54
+ else {
55
+ this.sub.next('tablet');
56
+ }
57
+ });
58
+ }
59
+ }
60
+ BreakpointsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable });
61
+ BreakpointsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BreakpointsService, providedIn: 'root' });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BreakpointsService, decorators: [{
63
+ type: Injectable,
64
+ args: [{ providedIn: 'root' }]
65
+ }], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; } });
66
+ ;
63
67
  ({}); // @--end-of-file-for-module=static-columns lib/breakpoints.service.ts
64
68
 
65
- class BaseHideShowDirective {
66
- constructor(e, renderer, breakpoints) {
67
- this.e = e;
68
- this.renderer = renderer;
69
- this.breakpoints = breakpoints;
70
- this.$destroy = new Subject();
71
- }
72
- hideElement() {
73
- this.renderer.setStyle(this.e.nativeElement, 'display', 'none');
74
- }
75
- showElement() {
76
- this.renderer.setStyle(this.e.nativeElement, 'display', this.originalDisaplay);
77
- }
78
- ngOnInit() {
79
- //Called after ngAfterContentInit when the component's view has been initialized. Applies to components only.
80
- //Add 'implements AfterViewInit' to the class.
81
- this.breakpoints
82
- .listenTo
83
- .pipe(takeUntil(this.$destroy))
84
- .subscribe((state) => {
85
- if (typeof this.originalDisaplay === 'undefined') {
86
- this.originalDisaplay = this.e.nativeElement.style.display;
87
- }
88
- this.action(state);
89
- });
90
- }
91
- ngOnDestroy() {
92
- this.$destroy.next(void 0);
93
- this.$destroy.complete();
94
- }
95
- }
96
- BaseHideShowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive });
97
- BaseHideShowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 });
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseHideShowDirective, decorators: [{
99
- type: Directive,
100
- args: [{
101
- selector: '[baseHideShowDirective]'
102
- }]
103
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: BreakpointsService }]; } });
104
- ;
69
+ class BaseHideShowDirective {
70
+ constructor(e, renderer, breakpoints) {
71
+ this.e = e;
72
+ this.renderer = renderer;
73
+ this.breakpoints = breakpoints;
74
+ this.$destroy = new Subject();
75
+ }
76
+ hideElement() {
77
+ this.renderer.setStyle(this.e.nativeElement, 'display', 'none');
78
+ }
79
+ showElement() {
80
+ this.renderer.setStyle(this.e.nativeElement, 'display', this.originalDisaplay);
81
+ }
82
+ ngOnInit() {
83
+ //Called after ngAfterContentInit when the component's view has been initialized. Applies to components only.
84
+ //Add 'implements AfterViewInit' to the class.
85
+ this.breakpoints
86
+ .listenTo
87
+ .pipe(takeUntil(this.$destroy))
88
+ .subscribe((state) => {
89
+ if (typeof this.originalDisaplay === 'undefined') {
90
+ this.originalDisaplay = this.e.nativeElement.style.display;
91
+ }
92
+ this.action(state);
93
+ });
94
+ }
95
+ ngOnDestroy() {
96
+ this.$destroy.next(void 0);
97
+ this.$destroy.complete();
98
+ }
99
+ }
100
+ BaseHideShowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive });
101
+ BaseHideShowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 });
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseHideShowDirective, decorators: [{
103
+ type: Directive,
104
+ args: [{
105
+ selector: '[baseHideShowDirective]'
106
+ }]
107
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: BreakpointsService }]; } });
108
+ ;
105
109
  ({}); // @--end-of-file-for-module=static-columns lib/column/base-hide-show.directive.ts
106
110
 
107
- class DirectiveHideMobile extends BaseHideShowDirective {
108
- action(state) {
109
- if (state === 'mobile') {
110
- this.hideElement();
111
- }
112
- else {
113
- this.showElement();
114
- }
115
- }
116
- }
117
- DirectiveHideMobile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive });
118
- DirectiveHideMobile.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 });
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideMobile, decorators: [{
120
- type: Directive,
121
- args: [{
122
- selector: '[hideMobile]'
123
- }]
124
- }] });
125
- ;
111
+ class DirectiveHideMobile extends BaseHideShowDirective {
112
+ action(state) {
113
+ if (state === 'mobile') {
114
+ this.hideElement();
115
+ }
116
+ else {
117
+ this.showElement();
118
+ }
119
+ }
120
+ }
121
+ DirectiveHideMobile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive });
122
+ DirectiveHideMobile.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 });
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideMobile, decorators: [{
124
+ type: Directive,
125
+ args: [{
126
+ selector: '[hideMobile]'
127
+ }]
128
+ }] });
129
+ ;
126
130
  ({}); // @--end-of-file-for-module=static-columns lib/column/column-hide-mobile.directive.ts
127
131
 
128
- class DirectiveHideTablet extends BaseHideShowDirective {
129
- action(state) {
130
- if (state === 'tablet') {
131
- this.hideElement();
132
- }
133
- else {
134
- this.showElement();
135
- }
136
- }
137
- }
138
- DirectiveHideTablet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive });
139
- DirectiveHideTablet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 });
140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideTablet, decorators: [{
141
- type: Directive,
142
- args: [{
143
- selector: '[hideTablet]'
144
- }]
145
- }] });
146
- ;
132
+ class DirectiveHideTablet extends BaseHideShowDirective {
133
+ action(state) {
134
+ if (state === 'tablet') {
135
+ this.hideElement();
136
+ }
137
+ else {
138
+ this.showElement();
139
+ }
140
+ }
141
+ }
142
+ DirectiveHideTablet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive });
143
+ DirectiveHideTablet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 });
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideTablet, decorators: [{
145
+ type: Directive,
146
+ args: [{
147
+ selector: '[hideTablet]'
148
+ }]
149
+ }] });
150
+ ;
147
151
  ({}); // @--end-of-file-for-module=static-columns lib/column/column-hide-tablet.directive.ts
148
152
 
149
- class DirectiveHideDesktop extends BaseHideShowDirective {
150
- action(state) {
151
- if (state === 'desktop') {
152
- this.hideElement();
153
- }
154
- else {
155
- this.showElement();
156
- }
157
- }
158
- }
159
- DirectiveHideDesktop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive });
160
- DirectiveHideDesktop.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
162
- type: Directive,
163
- args: [{
164
- selector: '[hideDesktop]'
165
- }]
166
- }] });
167
- ;
153
+ class DirectiveHideDesktop extends BaseHideShowDirective {
154
+ action(state) {
155
+ if (state === 'desktop') {
156
+ this.hideElement();
157
+ }
158
+ else {
159
+ this.showElement();
160
+ }
161
+ }
162
+ }
163
+ DirectiveHideDesktop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive });
164
+ DirectiveHideDesktop.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 });
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
166
+ type: Directive,
167
+ args: [{
168
+ selector: '[hideDesktop]'
169
+ }]
170
+ }] });
171
+ ;
168
172
  ({}); // @--end-of-file-for-module=static-columns lib/column/column-hide-desktop.directive.ts
169
173
 
170
- class DirectiveShowMobile extends BaseHideShowDirective {
171
- action(state) {
172
- if (state === 'mobile') {
173
- this.showElement();
174
- }
175
- else {
176
- this.hideElement();
177
- }
178
- }
179
- }
180
- DirectiveShowMobile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive });
181
- DirectiveShowMobile.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 });
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowMobile, decorators: [{
183
- type: Directive,
184
- args: [{
185
- selector: '[showMobile]'
186
- }]
187
- }] });
188
- ;
174
+ class DirectiveShowMobile extends BaseHideShowDirective {
175
+ action(state) {
176
+ if (state === 'mobile') {
177
+ this.showElement();
178
+ }
179
+ else {
180
+ this.hideElement();
181
+ }
182
+ }
183
+ }
184
+ DirectiveShowMobile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive });
185
+ DirectiveShowMobile.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 });
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowMobile, decorators: [{
187
+ type: Directive,
188
+ args: [{
189
+ selector: '[showMobile]'
190
+ }]
191
+ }] });
192
+ ;
189
193
  ({}); // @--end-of-file-for-module=static-columns lib/column/column-show-mobile.directive.ts
190
194
 
191
- class DirectiveShowTablet extends BaseHideShowDirective {
192
- action(state) {
193
- if (state === 'tablet') {
194
- this.showElement();
195
- }
196
- else {
197
- this.hideElement();
198
- }
199
- }
200
- }
201
- DirectiveShowTablet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive });
202
- DirectiveShowTablet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 });
203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowTablet, decorators: [{
204
- type: Directive,
205
- args: [{
206
- selector: '[showTablet]'
207
- }]
208
- }] });
209
- ;
195
+ class DirectiveShowTablet extends BaseHideShowDirective {
196
+ action(state) {
197
+ if (state === 'tablet') {
198
+ this.showElement();
199
+ }
200
+ else {
201
+ this.hideElement();
202
+ }
203
+ }
204
+ }
205
+ DirectiveShowTablet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive });
206
+ DirectiveShowTablet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 });
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowTablet, decorators: [{
208
+ type: Directive,
209
+ args: [{
210
+ selector: '[showTablet]'
211
+ }]
212
+ }] });
213
+ ;
210
214
  ({}); // @--end-of-file-for-module=static-columns lib/column/column-show-tablet.directive.ts
211
215
 
212
- class DirectiveShowDesktop extends BaseHideShowDirective {
213
- action(state) {
214
- if (state === 'desktop') {
215
- this.showElement();
216
- }
217
- else {
218
- this.hideElement();
219
- }
220
- }
221
- }
222
- DirectiveShowDesktop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive });
223
- DirectiveShowDesktop.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 });
224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
225
- type: Directive,
226
- args: [{
227
- selector: '[showDesktop]'
228
- }]
229
- }] });
230
- ;
216
+ class DirectiveShowDesktop extends BaseHideShowDirective {
217
+ action(state) {
218
+ if (state === 'desktop') {
219
+ this.showElement();
220
+ }
221
+ else {
222
+ this.hideElement();
223
+ }
224
+ }
225
+ }
226
+ DirectiveShowDesktop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive });
227
+ DirectiveShowDesktop.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 });
228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
229
+ type: Directive,
230
+ args: [{
231
+ selector: '[showDesktop]'
232
+ }]
233
+ }] });
234
+ ;
231
235
  ({}); // @--end-of-file-for-module=static-columns lib/column/column-show-desktop.directive.ts
232
236
 
233
- class ColumnComponent {
234
- constructor() {
235
- }
236
- ngOnInit() { }
237
- }
238
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
239
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, decorators: [{
241
- type: Component,
242
- args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
243
- }], ctorParameters: function () { return []; }, propDecorators: { width: [{
244
- type: HostBinding,
245
- args: ['style.flex.basis.px']
246
- }, {
247
- type: HostBinding,
248
- args: ['style.minWidth.px']
249
- }, {
250
- type: Input
251
- }] } });
252
- ;
237
+ class ColumnComponent {
238
+ constructor() {
239
+ }
240
+ ngOnInit() { }
241
+ }
242
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
243
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, decorators: [{
245
+ type: Component,
246
+ args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
247
+ }], ctorParameters: function () { return []; }, propDecorators: { width: [{
248
+ type: HostBinding,
249
+ args: ['style.flex.basis.px']
250
+ }, {
251
+ type: HostBinding,
252
+ args: ['style.minWidth.px']
253
+ }, {
254
+ type: Input
255
+ }] } });
256
+ ;
253
257
  ({}); // @--end-of-file-for-module=static-columns lib/column/column.component.ts
254
258
 
255
- ;
259
+ ;
256
260
  ({}); // @--end-of-file-for-module=static-columns lib/column/index.ts
257
261
 
258
- class ColumnsGapComponent {
259
- constructor() {
260
- this.width = 20;
261
- this.handlers = [];
262
- this.columnsGapDataChanged = new EventEmitter();
263
- this.columnsGapData = {};
264
- }
265
- ngOnInit() {
266
- }
267
- ngOnDestroy() {
268
- this.handlers.forEach(h => h.unsubscribe());
269
- }
270
- }
271
- ColumnsGapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
272
- ColumnsGapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsGapComponent, selector: "columns-gap", inputs: { columnsGapData: "columnsGapData" }, outputs: { columnsGapDataChanged: "columnsGapDataChanged" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"], components: [{ type: ColumnComponent, selector: "column", inputs: ["width"] }] });
273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, decorators: [{
274
- type: Component,
275
- args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
276
- }], ctorParameters: function () { return []; }, propDecorators: { width: [{
277
- type: HostBinding,
278
- args: ['style.flex.basis.px']
279
- }, {
280
- type: HostBinding,
281
- args: ['style.minWidth.px']
282
- }], columnsGapDataChanged: [{
283
- type: Output
284
- }], columnsGapData: [{
285
- type: Input
286
- }] } });
287
- ;
262
+ class ColumnsGapComponent {
263
+ constructor() {
264
+ this.width = 20;
265
+ this.handlers = [];
266
+ this.columnsGapDataChanged = new EventEmitter();
267
+ this.columnsGapData = {};
268
+ }
269
+ ngOnInit() {
270
+ }
271
+ ngOnDestroy() {
272
+ this.handlers.forEach(h => h.unsubscribe());
273
+ }
274
+ }
275
+ ColumnsGapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
276
+ ColumnsGapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsGapComponent, selector: "columns-gap", inputs: { columnsGapData: "columnsGapData" }, outputs: { columnsGapDataChanged: "columnsGapDataChanged" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"], components: [{ type: ColumnComponent, selector: "column", inputs: ["width"] }] });
277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, decorators: [{
278
+ type: Component,
279
+ args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
280
+ }], ctorParameters: function () { return []; }, propDecorators: { width: [{
281
+ type: HostBinding,
282
+ args: ['style.flex.basis.px']
283
+ }, {
284
+ type: HostBinding,
285
+ args: ['style.minWidth.px']
286
+ }], columnsGapDataChanged: [{
287
+ type: Output
288
+ }], columnsGapData: [{
289
+ type: Input
290
+ }] } });
291
+ ;
288
292
  ({}); // @--end-of-file-for-module=static-columns lib/columns-gap/columns-gap.component.ts
289
293
 
290
- ;
294
+ ;
291
295
  ({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts
292
296
 
293
- class ColumnsComponent {
294
- constructor() {
295
- }
296
- ngOnInit() { }
297
- }
298
- ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
299
- ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] });
300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
301
- type: Component,
302
- args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }]
303
- }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
304
- type: ViewChildren,
305
- args: [ColumnComponent]
306
- }] } });
307
- ;
297
+ class ColumnsComponent {
298
+ constructor() {
299
+ }
300
+ ngOnInit() { }
301
+ }
302
+ ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
303
+ ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] });
304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
305
+ type: Component,
306
+ args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }]
307
+ }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
308
+ type: ViewChildren,
309
+ args: [ColumnComponent]
310
+ }] } });
311
+ ;
308
312
  ({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts
309
313
 
310
- const components = [
311
- ColumnsComponent,
312
- ColumnComponent,
313
- DirectiveGrow,
314
- DirectiveHideMobile,
315
- DirectiveHideTablet,
316
- DirectiveHideDesktop,
317
- DirectiveShowTablet,
318
- DirectiveShowMobile,
319
- DirectiveShowDesktop,
320
- ColumnsGapComponent,
321
- ];
322
- class StaticColumnsModule {
323
- }
324
- StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
325
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
326
- ColumnComponent,
327
- DirectiveGrow,
328
- DirectiveHideMobile,
329
- DirectiveHideTablet,
330
- DirectiveHideDesktop,
331
- DirectiveShowTablet,
332
- DirectiveShowMobile,
333
- DirectiveShowDesktop,
334
- ColumnsGapComponent], imports: [LayoutModule], exports: [LayoutModule, ColumnsComponent,
335
- ColumnComponent,
336
- DirectiveGrow,
337
- DirectiveHideMobile,
338
- DirectiveHideTablet,
339
- DirectiveHideDesktop,
340
- DirectiveShowTablet,
341
- DirectiveShowMobile,
342
- DirectiveShowDesktop,
343
- ColumnsGapComponent] });
344
- StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [[
345
- LayoutModule,
346
- ], LayoutModule] });
347
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, decorators: [{
348
- type: NgModule,
349
- args: [{
350
- imports: [
351
- LayoutModule,
352
- ],
353
- exports: [
354
- LayoutModule,
355
- ...components,
356
- ],
357
- declarations: [
358
- ...components,
359
- ],
360
- providers: [BreakpointsService],
361
- }]
362
- }] });
363
- ;
314
+ const components = [
315
+ ColumnsComponent,
316
+ ColumnComponent,
317
+ DirectiveGrow,
318
+ DirectiveHideMobile,
319
+ DirectiveHideTablet,
320
+ DirectiveHideDesktop,
321
+ DirectiveShowTablet,
322
+ DirectiveShowMobile,
323
+ DirectiveShowDesktop,
324
+ ColumnsGapComponent,
325
+ ];
326
+ class StaticColumnsModule {
327
+ }
328
+ StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
329
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
330
+ ColumnComponent,
331
+ DirectiveGrow,
332
+ DirectiveHideMobile,
333
+ DirectiveHideTablet,
334
+ DirectiveHideDesktop,
335
+ DirectiveShowTablet,
336
+ DirectiveShowMobile,
337
+ DirectiveShowDesktop,
338
+ ColumnsGapComponent], imports: [LayoutModule], exports: [LayoutModule, ColumnsComponent,
339
+ ColumnComponent,
340
+ DirectiveGrow,
341
+ DirectiveHideMobile,
342
+ DirectiveHideTablet,
343
+ DirectiveHideDesktop,
344
+ DirectiveShowTablet,
345
+ DirectiveShowMobile,
346
+ DirectiveShowDesktop,
347
+ ColumnsGapComponent] });
348
+ StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [[
349
+ LayoutModule,
350
+ ], LayoutModule] });
351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, decorators: [{
352
+ type: NgModule,
353
+ args: [{
354
+ imports: [
355
+ LayoutModule,
356
+ ],
357
+ exports: [
358
+ LayoutModule,
359
+ ...components,
360
+ ],
361
+ declarations: [
362
+ ...components,
363
+ ],
364
+ providers: [BreakpointsService],
365
+ }]
366
+ }] });
367
+ ;
364
368
  ({}); // @--end-of-file-for-module=static-columns lib/columns.module.ts
365
369
 
366
- ;
370
+ ;
367
371
  ({}); // @--end-of-file-for-module=static-columns lib/index.ts
368
372
 
369
- /**
370
- * Generated bundle index. Do not edit.
373
+ /**
374
+ * Generated bundle index. Do not edit.
371
375
  */
372
376
 
373
377
  export { BreakpointsService, ColumnComponent, ColumnsComponent, ColumnsGapComponent, DirectiveGrow, DirectiveHideDesktop, DirectiveHideMobile, DirectiveHideTablet, DirectiveShowDesktop, DirectiveShowMobile, DirectiveShowTablet, StaticColumnsModule };