static-columns 13.1.28 → 13.1.31

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 (95) hide show
  1. package/app/app.component.d.ts +1 -1
  2. package/app/app.component.js +3 -28
  3. package/app/app.component.js.map +1 -1
  4. package/app/app.module.d.ts +1 -1
  5. package/app/app.module.js +3 -36
  6. package/app/app.module.js.map +1 -1
  7. package/app.d.ts +0 -1
  8. package/app.js +3 -3
  9. package/browser/esm2020/lib/column/column-grow.directive.mjs +3 -3
  10. package/browser/esm2020/lib/column/column.component.mjs +3 -2
  11. package/browser/esm2020/lib/column/index.mjs +4 -2
  12. package/browser/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -0
  13. package/browser/esm2020/lib/columns-gap/index.mjs +4 -0
  14. package/browser/esm2020/lib/columns.component.mjs +5 -6
  15. package/browser/esm2020/lib/columns.module.mjs +23 -4
  16. package/browser/esm2020/lib/index.mjs +4 -3
  17. package/browser/fesm2015/static-columns.mjs +87 -28
  18. package/browser/fesm2015/static-columns.mjs.map +1 -1
  19. package/browser/fesm2020/static-columns.mjs +87 -28
  20. package/browser/fesm2020/static-columns.mjs.map +1 -1
  21. package/browser/lib/column/column-grow.directive.d.ts +2 -1
  22. package/browser/lib/column/column.component.d.ts +2 -1
  23. package/browser/lib/column/index.d.ts +2 -1
  24. package/browser/lib/columns-gap/columns-gap.component.d.ts +15 -0
  25. package/browser/lib/columns-gap/index.d.ts +2 -0
  26. package/browser/lib/columns.component.d.ts +2 -1
  27. package/browser/lib/columns.module.d.ts +4 -2
  28. package/browser/lib/index.d.ts +3 -3
  29. package/browser/public-api.d.ts +2 -1
  30. package/browser/static-columns.d.ts +2 -1
  31. package/client/esm2020/lib/column/column-grow.directive.mjs +3 -3
  32. package/client/esm2020/lib/column/column.component.mjs +3 -2
  33. package/client/esm2020/lib/column/index.mjs +4 -2
  34. package/client/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -0
  35. package/client/esm2020/lib/columns-gap/index.mjs +4 -0
  36. package/client/esm2020/lib/columns.component.mjs +5 -6
  37. package/client/esm2020/lib/columns.module.mjs +23 -4
  38. package/client/esm2020/lib/index.mjs +4 -3
  39. package/client/fesm2015/static-columns.mjs +87 -28
  40. package/client/fesm2015/static-columns.mjs.map +1 -1
  41. package/client/fesm2020/static-columns.mjs +87 -28
  42. package/client/fesm2020/static-columns.mjs.map +1 -1
  43. package/client/lib/column/column-grow.directive.d.ts +2 -1
  44. package/client/lib/column/column.component.d.ts +2 -1
  45. package/client/lib/column/index.d.ts +2 -1
  46. package/client/lib/columns-gap/columns-gap.component.d.ts +15 -0
  47. package/client/lib/columns-gap/index.d.ts +2 -0
  48. package/client/lib/columns.component.d.ts +2 -1
  49. package/client/lib/columns.module.d.ts +4 -2
  50. package/client/lib/index.d.ts +3 -3
  51. package/client/public-api.d.ts +2 -1
  52. package/client/static-columns.d.ts +2 -1
  53. package/lib/column/index.d.ts +1 -1
  54. package/lib/column/index.js +2 -1
  55. package/lib/column/index.js.map +1 -1
  56. package/lib/columns-gap/columns-gap.component.d.ts +11 -0
  57. package/lib/columns-gap/columns-gap.component.js +6 -0
  58. package/lib/columns-gap/columns-gap.component.js.map +1 -0
  59. package/lib/columns-gap/index.d.ts +1 -0
  60. package/lib/columns-gap/index.js +6 -0
  61. package/lib/columns-gap/index.js.map +1 -0
  62. package/lib/columns.component.d.ts +1 -1
  63. package/lib/columns.component.js +3 -26
  64. package/lib/columns.component.js.map +1 -1
  65. package/lib/columns.module.d.ts +1 -1
  66. package/lib/columns.module.js +3 -19
  67. package/lib/columns.module.js.map +1 -1
  68. package/lib/index.d.ts +2 -3
  69. package/lib/index.js +5 -4
  70. package/lib/index.js.map +1 -1
  71. package/package.json +2 -2
  72. package/package.json_tnp.json5 +2 -1
  73. package/tmp-environment.json +172 -164
  74. package/websql/esm2020/lib/column/column-grow.directive.mjs +3 -3
  75. package/websql/esm2020/lib/column/column.component.mjs +3 -2
  76. package/websql/esm2020/lib/column/index.mjs +4 -2
  77. package/websql/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -0
  78. package/websql/esm2020/lib/columns-gap/index.mjs +4 -0
  79. package/websql/esm2020/lib/columns.component.mjs +5 -6
  80. package/websql/esm2020/lib/columns.module.mjs +23 -4
  81. package/websql/esm2020/lib/index.mjs +4 -3
  82. package/websql/fesm2015/static-columns.mjs +87 -28
  83. package/websql/fesm2015/static-columns.mjs.map +1 -1
  84. package/websql/fesm2020/static-columns.mjs +87 -28
  85. package/websql/fesm2020/static-columns.mjs.map +1 -1
  86. package/websql/lib/column/column-grow.directive.d.ts +2 -1
  87. package/websql/lib/column/column.component.d.ts +2 -1
  88. package/websql/lib/column/index.d.ts +2 -1
  89. package/websql/lib/columns-gap/columns-gap.component.d.ts +15 -0
  90. package/websql/lib/columns-gap/index.d.ts +2 -0
  91. package/websql/lib/columns.component.d.ts +2 -1
  92. package/websql/lib/columns.module.d.ts +4 -2
  93. package/websql/lib/index.d.ts +3 -3
  94. package/websql/public-api.d.ts +2 -1
  95. package/websql/static-columns.d.ts +2 -1
@@ -1,9 +1,28 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, HostBinding, Input, Directive, ViewChildren, NgModule } from '@angular/core';
2
+ import { Directive, Component, HostBinding, Input, EventEmitter, Output, ViewChildren, NgModule } from '@angular/core';
3
+
4
+ class DirectiveGrow {
5
+ constructor(e, renderer) {
6
+ this.e = e;
7
+ this.renderer = renderer;
8
+ setTimeout(() => {
9
+ renderer.setStyle(e.nativeElement, 'flexGrow', '1');
10
+ }, 0);
11
+ }
12
+ }
13
+ 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 });
14
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: '[grow]'
19
+ }]
20
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
21
+ ;
22
+ ({}); // @--end-of-file-for-module=static-columns lib/column/column-grow.directive.ts
3
23
 
4
24
  class ColumnComponent {
5
25
  constructor() {
6
- // this.ccwidth = 90;
7
26
  }
8
27
  ngOnInit() { }
9
28
  }
@@ -21,63 +40,103 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
21
40
  }, {
22
41
  type: Input
23
42
  }] } });
43
+ ;
44
+ ({}); // @--end-of-file-for-module=static-columns lib/column/column.component.ts
24
45
 
25
- class DirectiveGrow {
26
- constructor(e, renderer) {
27
- this.e = e;
28
- this.renderer = renderer;
29
- setTimeout(() => {
30
- // e.nativeElement.style.flexGrow = 1;
31
- renderer.setStyle(e.nativeElement, 'flexGrow', '1');
32
- }, 0);
33
- // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
46
+ ;
47
+ ({}); // @--end-of-file-for-module=static-columns lib/column/index.ts
48
+
49
+ class ColumnsGapComponent {
50
+ constructor() {
51
+ this.width = 20;
52
+ this.handlers = [];
53
+ this.columnsGapDataChanged = new EventEmitter();
54
+ this.columnsGapData = {};
55
+ }
56
+ ngOnInit() {
57
+ }
58
+ ngOnDestroy() {
59
+ this.handlers.forEach(h => h.unsubscribe());
34
60
  }
35
61
  }
36
- 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 });
37
- DirectiveGrowdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
39
- type: Directive,
40
- args: [{
41
- selector: '[grow]'
42
- }]
43
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
62
+ ColumnsGapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
63
+ ColumnsGapComponentcmp = 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"] }] });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, decorators: [{
65
+ type: Component,
66
+ args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
67
+ }], ctorParameters: function () { return []; }, propDecorators: { width: [{
68
+ type: HostBinding,
69
+ args: ['style.flex.basis.px']
70
+ }, {
71
+ type: HostBinding,
72
+ args: ['style.minWidth.px']
73
+ }], columnsGapDataChanged: [{
74
+ type: Output
75
+ }], columnsGapData: [{
76
+ type: Input
77
+ }] } });
78
+ ;
79
+ ({}); // @--end-of-file-for-module=static-columns lib/columns-gap/columns-gap.component.ts
80
+
81
+ ;
82
+ ({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts
44
83
 
45
- // import { Log, Level } from 'ng2-logger/index';
46
- // const log = Log.create('test');
47
- // log.i('asdas')
48
84
  class ColumnsComponent {
49
85
  constructor() {
50
86
  }
51
87
  ngOnInit() { }
52
88
  }
53
89
  ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
- 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>", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
90
+ 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}\n"] });
55
91
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
56
92
  type: Component,
57
- args: [{ selector: 'columns-container', template: "<ng-content></ng-content>", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
93
+ args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
58
94
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
59
95
  type: ViewChildren,
60
96
  args: [ColumnComponent]
61
97
  }] } });
98
+ ;
99
+ ({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts
62
100
 
63
101
  class StaticColumnsModule {
64
102
  }
65
103
  StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
104
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
105
+ ColumnComponent,
106
+ DirectiveGrow,
107
+ ColumnsGapComponent], exports: [ColumnsComponent,
108
+ ColumnComponent,
109
+ DirectiveGrow,
110
+ ColumnsGapComponent] });
67
111
  StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
112
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, decorators: [{
69
113
  type: NgModule,
70
114
  args: [{
71
115
  imports: [],
72
- exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
73
- declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
116
+ exports: [
117
+ ColumnsComponent,
118
+ ColumnComponent,
119
+ DirectiveGrow,
120
+ ColumnsGapComponent,
121
+ ],
122
+ declarations: [
123
+ ColumnsComponent,
124
+ ColumnComponent,
125
+ DirectiveGrow,
126
+ ColumnsGapComponent,
127
+ ],
74
128
  providers: [],
75
129
  }]
76
130
  }] });
131
+ ;
132
+ ({}); // @--end-of-file-for-module=static-columns lib/columns.module.ts
133
+
134
+ ;
135
+ ({}); // @--end-of-file-for-module=static-columns lib/index.ts
77
136
 
78
137
  /**
79
138
  * Generated bundle index. Do not edit.
80
139
  */
81
140
 
82
- export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
141
+ export { ColumnComponent, ColumnsComponent, ColumnsGapComponent, DirectiveGrow, StaticColumnsModule };
83
142
  //# sourceMappingURL=static-columns.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/static-columns.ts"],"sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}","<ng-content></ng-content>","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/index.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns-gap/columns-gap.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns-gap/columns-gap.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns-gap/index.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/index.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/static-columns.ts"],"sourcesContent":["import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n\n }\n}\n\n ;({}); // @--end-of-file-for-module=static-columns lib/column/column-grow.directive.ts","import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n\n }\n\n ngOnInit() { }\n\n}\n\n ;({}); // @--end-of-file-for-module=static-columns lib/column/column.component.ts","export * from './column-grow.directive';\n\nexport * from './column.component';\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/column/index.ts","\nimport { Component, EventEmitter, HostBinding, Input, OnInit, Output } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'columns-gap',\n templateUrl: './columns-gap.component.html',\n styleUrls: ['./columns-gap.component.scss']\n})\nexport class ColumnsGapComponent implements OnInit {\n\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') width: number = 20;\n\n handlers: Subscription[] = [];\n @Output() columnsGapDataChanged = new EventEmitter();\n @Input() columnsGapData: any = {};\n\n constructor() { }\n\n ngOnInit() {\n }\n\n ngOnDestroy(): void {\n this.handlers.forEach(h => h.unsubscribe());\n }\n\n}\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns-gap/columns-gap.component.ts","<column [width]=\"width\"></column>\n","\nexport * from './columns-gap.component';\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts","\nimport { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n\n\n\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts","<ng-content></ng-content>\n","\nimport { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsGapComponent } from './columns-gap/columns-gap.component';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [\n ColumnsComponent,\n ColumnComponent,\n DirectiveGrow,\n ColumnsGapComponent,\n ],\n declarations: [\n ColumnsComponent,\n ColumnComponent,\n DirectiveGrow,\n ColumnsGapComponent,\n ],\n providers: [],\n})\nexport class StaticColumnsModule { }\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns.module.ts","export * from './column';\nexport * from './columns-gap';\n\nexport * from './columns.component';\n\n\nexport * from './columns.module';\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.ColumnComponent"],"mappings":"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"}
@@ -1,9 +1,28 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, HostBinding, Input, Directive, ViewChildren, NgModule } from '@angular/core';
2
+ import { Directive, Component, HostBinding, Input, EventEmitter, Output, ViewChildren, NgModule } from '@angular/core';
3
+
4
+ class DirectiveGrow {
5
+ constructor(e, renderer) {
6
+ this.e = e;
7
+ this.renderer = renderer;
8
+ setTimeout(() => {
9
+ renderer.setStyle(e.nativeElement, 'flexGrow', '1');
10
+ }, 0);
11
+ }
12
+ }
13
+ 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 });
14
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: '[grow]'
19
+ }]
20
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
21
+ ;
22
+ ({}); // @--end-of-file-for-module=static-columns lib/column/column-grow.directive.ts
3
23
 
4
24
  class ColumnComponent {
5
25
  constructor() {
6
- // this.ccwidth = 90;
7
26
  }
8
27
  ngOnInit() { }
9
28
  }
@@ -21,63 +40,103 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
21
40
  }, {
22
41
  type: Input
23
42
  }] } });
43
+ ;
44
+ ({}); // @--end-of-file-for-module=static-columns lib/column/column.component.ts
24
45
 
25
- class DirectiveGrow {
26
- constructor(e, renderer) {
27
- this.e = e;
28
- this.renderer = renderer;
29
- setTimeout(() => {
30
- // e.nativeElement.style.flexGrow = 1;
31
- renderer.setStyle(e.nativeElement, 'flexGrow', '1');
32
- }, 0);
33
- // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
46
+ ;
47
+ ({}); // @--end-of-file-for-module=static-columns lib/column/index.ts
48
+
49
+ class ColumnsGapComponent {
50
+ constructor() {
51
+ this.width = 20;
52
+ this.handlers = [];
53
+ this.columnsGapDataChanged = new EventEmitter();
54
+ this.columnsGapData = {};
55
+ }
56
+ ngOnInit() {
57
+ }
58
+ ngOnDestroy() {
59
+ this.handlers.forEach(h => h.unsubscribe());
34
60
  }
35
61
  }
36
- 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 });
37
- DirectiveGrowdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
39
- type: Directive,
40
- args: [{
41
- selector: '[grow]'
42
- }]
43
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
62
+ ColumnsGapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
63
+ ColumnsGapComponentcmp = 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"] }] });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, decorators: [{
65
+ type: Component,
66
+ args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
67
+ }], ctorParameters: function () { return []; }, propDecorators: { width: [{
68
+ type: HostBinding,
69
+ args: ['style.flex.basis.px']
70
+ }, {
71
+ type: HostBinding,
72
+ args: ['style.minWidth.px']
73
+ }], columnsGapDataChanged: [{
74
+ type: Output
75
+ }], columnsGapData: [{
76
+ type: Input
77
+ }] } });
78
+ ;
79
+ ({}); // @--end-of-file-for-module=static-columns lib/columns-gap/columns-gap.component.ts
80
+
81
+ ;
82
+ ({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts
44
83
 
45
- // import { Log, Level } from 'ng2-logger/index';
46
- // const log = Log.create('test');
47
- // log.i('asdas')
48
84
  class ColumnsComponent {
49
85
  constructor() {
50
86
  }
51
87
  ngOnInit() { }
52
88
  }
53
89
  ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
- 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>", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
90
+ 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}\n"] });
55
91
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
56
92
  type: Component,
57
- args: [{ selector: 'columns-container', template: "<ng-content></ng-content>", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
93
+ args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
58
94
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
59
95
  type: ViewChildren,
60
96
  args: [ColumnComponent]
61
97
  }] } });
98
+ ;
99
+ ({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts
62
100
 
63
101
  class StaticColumnsModule {
64
102
  }
65
103
  StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
104
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
105
+ ColumnComponent,
106
+ DirectiveGrow,
107
+ ColumnsGapComponent], exports: [ColumnsComponent,
108
+ ColumnComponent,
109
+ DirectiveGrow,
110
+ ColumnsGapComponent] });
67
111
  StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
112
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, decorators: [{
69
113
  type: NgModule,
70
114
  args: [{
71
115
  imports: [],
72
- exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
73
- declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
116
+ exports: [
117
+ ColumnsComponent,
118
+ ColumnComponent,
119
+ DirectiveGrow,
120
+ ColumnsGapComponent,
121
+ ],
122
+ declarations: [
123
+ ColumnsComponent,
124
+ ColumnComponent,
125
+ DirectiveGrow,
126
+ ColumnsGapComponent,
127
+ ],
74
128
  providers: [],
75
129
  }]
76
130
  }] });
131
+ ;
132
+ ({}); // @--end-of-file-for-module=static-columns lib/columns.module.ts
133
+
134
+ ;
135
+ ({}); // @--end-of-file-for-module=static-columns lib/index.ts
77
136
 
78
137
  /**
79
138
  * Generated bundle index. Do not edit.
80
139
  */
81
140
 
82
- export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
141
+ export { ColumnComponent, ColumnsComponent, ColumnsGapComponent, DirectiveGrow, StaticColumnsModule };
83
142
  //# sourceMappingURL=static-columns.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/static-columns.ts"],"sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}","<ng-content></ng-content>","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/index.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns-gap/columns-gap.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns-gap/columns-gap.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns-gap/index.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/index.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/static-columns.ts"],"sourcesContent":["import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n\n }\n}\n\n ;({}); // @--end-of-file-for-module=static-columns lib/column/column-grow.directive.ts","import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n\n }\n\n ngOnInit() { }\n\n}\n\n ;({}); // @--end-of-file-for-module=static-columns lib/column/column.component.ts","export * from './column-grow.directive';\n\nexport * from './column.component';\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/column/index.ts","\nimport { Component, EventEmitter, HostBinding, Input, OnInit, Output } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'columns-gap',\n templateUrl: './columns-gap.component.html',\n styleUrls: ['./columns-gap.component.scss']\n})\nexport class ColumnsGapComponent implements OnInit {\n\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') width: number = 20;\n\n handlers: Subscription[] = [];\n @Output() columnsGapDataChanged = new EventEmitter();\n @Input() columnsGapData: any = {};\n\n constructor() { }\n\n ngOnInit() {\n }\n\n ngOnDestroy(): void {\n this.handlers.forEach(h => h.unsubscribe());\n }\n\n}\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns-gap/columns-gap.component.ts","<column [width]=\"width\"></column>\n","\nexport * from './columns-gap.component';\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts","\nimport { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n\n\n\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts","<ng-content></ng-content>\n","\nimport { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsGapComponent } from './columns-gap/columns-gap.component';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [\n ColumnsComponent,\n ColumnComponent,\n DirectiveGrow,\n ColumnsGapComponent,\n ],\n declarations: [\n ColumnsComponent,\n ColumnComponent,\n DirectiveGrow,\n ColumnsGapComponent,\n ],\n providers: [],\n})\nexport class StaticColumnsModule { }\n\n ;({}); // @--end-of-file-for-module=static-columns lib/columns.module.ts","export * from './column';\nexport * from './columns-gap';\n\nexport * from './columns.component';\n\n\nexport * from './columns.module';\n\n\n ;({}); // @--end-of-file-for-module=static-columns lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.ColumnComponent"],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ // @ts-nocheck
1
2
  import { ElementRef, Renderer2 } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class DirectiveGrow {
@@ -6,4 +7,4 @@ export declare class DirectiveGrow {
6
7
  constructor(e: ElementRef, renderer: Renderer2);
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveGrow, never>;
8
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveGrow, "[grow]", never, {}, {}, never>;
9
- }
10
+ }
@@ -1,3 +1,4 @@
1
+ // @ts-nocheck
1
2
  import { OnInit } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class ColumnComponent implements OnInit {
@@ -6,4 +7,4 @@ export declare class ColumnComponent implements OnInit {
6
7
  ngOnInit(): void;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
8
9
  static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "column", never, { "width": "width"; }, {}, never, ["*"]>;
9
- }
10
+ }
@@ -1,2 +1,3 @@
1
- export * from './column.component';
1
+ // @ts-nocheck
2
2
  export * from './column-grow.directive';
3
+ export * from './column.component';
@@ -0,0 +1,15 @@
1
+ // @ts-nocheck
2
+ import { EventEmitter, OnInit } from '@angular/core';
3
+ import { Subscription } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ColumnsGapComponent implements OnInit {
6
+ width: number;
7
+ handlers: Subscription[];
8
+ columnsGapDataChanged: EventEmitter<any>;
9
+ columnsGapData: any;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ ngOnDestroy(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsGapComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsGapComponent, "columns-gap", never, { "columnsGapData": "columnsGapData"; }, { "columnsGapDataChanged": "columnsGapDataChanged"; }, never, never>;
15
+ }
@@ -0,0 +1,2 @@
1
+ // @ts-nocheck
2
+ export * from './columns-gap.component';
@@ -1,3 +1,4 @@
1
+ // @ts-nocheck
1
2
  import { OnInit, QueryList } from '@angular/core';
2
3
  import { ColumnComponent } from './column';
3
4
  import * as i0 from "@angular/core";
@@ -7,4 +8,4 @@ export declare class ColumnsComponent implements OnInit {
7
8
  ngOnInit(): void;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsComponent, never>;
9
10
  static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsComponent, "columns-container", never, {}, {}, never, ["*"]>;
10
- }
11
+ }
@@ -1,9 +1,11 @@
1
+ // @ts-nocheck
1
2
  import * as i0 from "@angular/core";
2
3
  import * as i1 from "./columns.component";
3
4
  import * as i2 from "./column/column.component";
4
5
  import * as i3 from "./column/column-grow.directive";
6
+ import * as i4 from "./columns-gap/columns-gap.component";
5
7
  export declare class StaticColumnsModule {
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<StaticColumnsModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow], never, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow, typeof i4.ColumnsGapComponent], never, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow, typeof i4.ColumnsGapComponent]>;
8
10
  static ɵinj: i0.ɵɵInjectorDeclaration<StaticColumnsModule>;
9
- }
11
+ }
@@ -1,5 +1,5 @@
1
+ // @ts-nocheck
1
2
  export * from './column';
3
+ export * from './columns-gap';
2
4
  export * from './columns.component';
3
- export * from './column/column-grow.directive';
4
- export * from './column/column.component';
5
- export * from './columns.module';
5
+ export * from './columns.module';
@@ -1 +1,2 @@
1
- export * from './lib';
1
+ // @ts-nocheck
2
+ export * from './lib';
@@ -1,5 +1,6 @@
1
+ // @ts-nocheck
1
2
  /**
2
3
  * Generated bundle index. Do not edit.
3
4
  */
4
5
  /// <amd-module name="static-columns" />
5
- export * from './public-api';
6
+ export * from './public-api';
@@ -1,2 +1,2 @@
1
- export * from './column.component';
2
1
  export * from './column-grow.directive';
2
+ export * from './column.component';
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./column.component"), exports);
5
4
  tslib_1.__exportStar(require("./column-grow.directive"), exports);
5
+ /* */
6
+ /* */
6
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/column/index.ts"],"names":[],"mappings":";;;AAAA,6DAAmC;AACnC,kEAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/column/index.ts"],"names":[],"mappings":";;;AAAA,kEAAwC;AACxC,KAAK;AACL,KAAK"}
@@ -0,0 +1,11 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Subscription } from 'rxjs';
3
+ export declare class ColumnsGapComponent implements OnInit {
4
+ width: number;
5
+ handlers: Subscription[];
6
+ columnsGapDataChanged: EventEmitter<any>;
7
+ columnsGapData: any;
8
+ constructor();
9
+ ngOnInit(): void;
10
+ ngOnDestroy(): void;
11
+ }
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1681593177975 = void 0;
4
+ function dummy1681593177975() { }
5
+ exports.dummy1681593177975 = dummy1681593177975;
6
+ //# sourceMappingURL=columns-gap.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"columns-gap.component.js","sourceRoot":"","sources":["../../../src/lib/columns-gap/columns-gap.component.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,KAAK,CAAC;AAAxC,gDAAwC"}
@@ -0,0 +1 @@
1
+ export * from './columns-gap.component';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1681593177976 = void 0;
4
+ function dummy1681593177976() { }
5
+ exports.dummy1681593177976 = dummy1681593177976;
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/columns-gap/index.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,KAAK,CAAC;AAAxC,gDAAwC"}
@@ -4,4 +4,4 @@ export declare class ColumnsComponent implements OnInit {
4
4
  childrens: QueryList<ColumnComponent>;
5
5
  constructor();
6
6
  ngOnInit(): void;
7
- }
7
+ }
@@ -1,29 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ColumnsComponent = void 0;
4
- var tslib_1 = require("tslib");
5
- var core_1 = require("@angular/core");
6
- var column_1 = require("./column");
7
- // import { Log, Level } from 'ng2-logger/index';
8
- // const log = Log.create('test');
9
- // log.i('asdas')
10
- var ColumnsComponent = /** @class */ (function () {
11
- function ColumnsComponent() {
12
- }
13
- ColumnsComponent.prototype.ngOnInit = function () { };
14
- tslib_1.__decorate([
15
- (0, core_1.ViewChildren)(column_1.ColumnComponent),
16
- tslib_1.__metadata("design:type", core_1.QueryList)
17
- ], ColumnsComponent.prototype, "childrens", void 0);
18
- ColumnsComponent = tslib_1.__decorate([
19
- (0, core_1.Component)({
20
- selector: 'columns-container',
21
- templateUrl: './columns.component.html',
22
- styleUrls: ['./columns.component.scss']
23
- }),
24
- tslib_1.__metadata("design:paramtypes", [])
25
- ], ColumnsComponent);
26
- return ColumnsComponent;
27
- }());
28
- exports.ColumnsComponent = ColumnsComponent;
3
+ exports.dummy1681593177982 = void 0;
4
+ function dummy1681593177982() { }
5
+ exports.dummy1681593177982 = dummy1681593177982;
29
6
  //# sourceMappingURL=columns.component.js.map