static-columns 16.0.2 → 16.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/esm2022/lib/breakpoints.service.mjs +3 -3
- package/browser/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-grow.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column.component.mjs +3 -3
- package/browser/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
- package/browser/esm2022/lib/columns.component.mjs +3 -3
- package/browser/esm2022/lib/columns.module.mjs +4 -4
- package/browser/fesm2022/static-columns.mjs +40 -40
- package/client/esm2022/lib/breakpoints.service.mjs +3 -3
- package/client/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-grow.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
- package/client/esm2022/lib/column/column.component.mjs +3 -3
- package/client/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
- package/client/esm2022/lib/columns.component.mjs +3 -3
- package/client/esm2022/lib/columns.module.mjs +4 -4
- package/client/fesm2022/static-columns.mjs +40 -40
- package/client/package.json +80 -30
- package/lib/column/index.js +3 -3
- package/lib/columns-gap/columns-gap.component.js +3 -3
- package/lib/columns-gap/index.js +3 -3
- package/lib/columns.component.js +3 -3
- package/lib/columns.module.js +3 -3
- package/package.json +47 -2
- package/tmp-environment.json +39 -34
- package/websql/esm2022/lib/breakpoints.service.mjs +3 -3
- package/websql/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-grow.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column.component.mjs +3 -3
- package/websql/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
- package/websql/esm2022/lib/columns.component.mjs +3 -3
- package/websql/esm2022/lib/columns.module.mjs +4 -4
- package/websql/fesm2022/static-columns.mjs +40 -40
|
@@ -4,11 +4,11 @@ class ColumnComponent {
|
|
|
4
4
|
constructor() {
|
|
5
5
|
}
|
|
6
6
|
ngOnInit() { }
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", 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"] }); }
|
|
9
9
|
}
|
|
10
10
|
export { ColumnComponent };
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
14
14
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
@@ -13,11 +13,11 @@ class ColumnsGapComponent {
|
|
|
13
13
|
ngOnDestroy() {
|
|
14
14
|
this.handlers.forEach(h => h.unsubscribe());
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", 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"], dependencies: [{ kind: "component", type: i1.ColumnComponent, selector: "column", inputs: ["width"] }] }); }
|
|
18
18
|
}
|
|
19
19
|
export { ColumnsGapComponent };
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsGapComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
23
23
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
@@ -5,11 +5,11 @@ class ColumnsComponent {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
}
|
|
7
7
|
ngOnInit() { }
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", 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"] }); }
|
|
10
10
|
}
|
|
11
11
|
export { ColumnsComponent };
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
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"] }]
|
|
15
15
|
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
@@ -25,8 +25,8 @@ const components = [
|
|
|
25
25
|
ColumnsGapComponent,
|
|
26
26
|
];
|
|
27
27
|
class StaticColumnsModule {
|
|
28
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
29
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.
|
|
28
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
29
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
|
|
30
30
|
ColumnComponent,
|
|
31
31
|
DirectiveGrow,
|
|
32
32
|
DirectiveHideMobile,
|
|
@@ -45,10 +45,10 @@ class StaticColumnsModule {
|
|
|
45
45
|
DirectiveShowMobile,
|
|
46
46
|
DirectiveShowDesktop,
|
|
47
47
|
ColumnsGapComponent] }); }
|
|
48
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.
|
|
48
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
|
|
49
49
|
}
|
|
50
50
|
export { StaticColumnsModule };
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
52
52
|
type: NgModule,
|
|
53
53
|
args: [{
|
|
54
54
|
imports: [
|
|
@@ -13,10 +13,10 @@ class DirectiveGrow {
|
|
|
13
13
|
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
14
14
|
}, 0);
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveGrow, selector: "[grow]", ngImport: i0 }); }
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
22
|
selector: '[grow]'
|
|
@@ -67,10 +67,10 @@ class BreakpointsService {
|
|
|
67
67
|
}
|
|
68
68
|
});
|
|
69
69
|
}
|
|
70
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
71
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
|
70
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
71
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BreakpointsService, providedIn: 'root' }); }
|
|
72
72
|
}
|
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BreakpointsService, decorators: [{
|
|
74
74
|
type: Injectable,
|
|
75
75
|
args: [{ providedIn: 'root' }]
|
|
76
76
|
}], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; } });
|
|
@@ -107,10 +107,10 @@ class BaseHideShowDirective {
|
|
|
107
107
|
this.$destroy.next(void 0);
|
|
108
108
|
this.$destroy.complete();
|
|
109
109
|
}
|
|
110
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
111
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
110
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
111
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 }); }
|
|
112
112
|
}
|
|
113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseHideShowDirective, decorators: [{
|
|
114
114
|
type: Directive,
|
|
115
115
|
args: [{
|
|
116
116
|
selector: '[baseHideShowDirective]'
|
|
@@ -128,10 +128,10 @@ class DirectiveHideMobile extends BaseHideShowDirective {
|
|
|
128
128
|
this.showElement();
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
132
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
132
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 }); }
|
|
133
133
|
}
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideMobile, decorators: [{
|
|
135
135
|
type: Directive,
|
|
136
136
|
args: [{
|
|
137
137
|
selector: '[hideMobile]'
|
|
@@ -149,10 +149,10 @@ class DirectiveHideTablet extends BaseHideShowDirective {
|
|
|
149
149
|
this.showElement();
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
153
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
152
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
153
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 }); }
|
|
154
154
|
}
|
|
155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideTablet, decorators: [{
|
|
156
156
|
type: Directive,
|
|
157
157
|
args: [{
|
|
158
158
|
selector: '[hideTablet]'
|
|
@@ -170,10 +170,10 @@ class DirectiveHideDesktop extends BaseHideShowDirective {
|
|
|
170
170
|
this.showElement();
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
174
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
173
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
174
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 }); }
|
|
175
175
|
}
|
|
176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
|
|
177
177
|
type: Directive,
|
|
178
178
|
args: [{
|
|
179
179
|
selector: '[hideDesktop]'
|
|
@@ -191,10 +191,10 @@ class DirectiveShowMobile extends BaseHideShowDirective {
|
|
|
191
191
|
this.hideElement();
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
195
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
194
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
195
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 }); }
|
|
196
196
|
}
|
|
197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowMobile, decorators: [{
|
|
198
198
|
type: Directive,
|
|
199
199
|
args: [{
|
|
200
200
|
selector: '[showMobile]'
|
|
@@ -212,10 +212,10 @@ class DirectiveShowTablet extends BaseHideShowDirective {
|
|
|
212
212
|
this.hideElement();
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
216
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
216
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 }); }
|
|
217
217
|
}
|
|
218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowTablet, decorators: [{
|
|
219
219
|
type: Directive,
|
|
220
220
|
args: [{
|
|
221
221
|
selector: '[showTablet]'
|
|
@@ -233,10 +233,10 @@ class DirectiveShowDesktop extends BaseHideShowDirective {
|
|
|
233
233
|
this.hideElement();
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
237
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
237
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 }); }
|
|
238
238
|
}
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
|
|
240
240
|
type: Directive,
|
|
241
241
|
args: [{
|
|
242
242
|
selector: '[showDesktop]'
|
|
@@ -249,10 +249,10 @@ class ColumnComponent {
|
|
|
249
249
|
constructor() {
|
|
250
250
|
}
|
|
251
251
|
ngOnInit() { }
|
|
252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
253
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
252
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
253
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", 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"] }); }
|
|
254
254
|
}
|
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
256
256
|
type: Component,
|
|
257
257
|
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
258
258
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
@@ -282,10 +282,10 @@ class ColumnsGapComponent {
|
|
|
282
282
|
ngOnDestroy() {
|
|
283
283
|
this.handlers.forEach(h => h.unsubscribe());
|
|
284
284
|
}
|
|
285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
286
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
286
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", 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"], dependencies: [{ kind: "component", type: ColumnComponent, selector: "column", inputs: ["width"] }] }); }
|
|
287
287
|
}
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsGapComponent, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
291
291
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
@@ -309,10 +309,10 @@ class ColumnsComponent {
|
|
|
309
309
|
constructor() {
|
|
310
310
|
}
|
|
311
311
|
ngOnInit() { }
|
|
312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
313
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
312
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
313
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", 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"] }); }
|
|
314
314
|
}
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
316
316
|
type: Component,
|
|
317
317
|
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"] }]
|
|
318
318
|
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
@@ -335,8 +335,8 @@ const components = [
|
|
|
335
335
|
ColumnsGapComponent,
|
|
336
336
|
];
|
|
337
337
|
class StaticColumnsModule {
|
|
338
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
339
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.
|
|
338
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
339
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
|
|
340
340
|
ColumnComponent,
|
|
341
341
|
DirectiveGrow,
|
|
342
342
|
DirectiveHideMobile,
|
|
@@ -355,9 +355,9 @@ class StaticColumnsModule {
|
|
|
355
355
|
DirectiveShowMobile,
|
|
356
356
|
DirectiveShowDesktop,
|
|
357
357
|
ColumnsGapComponent] }); }
|
|
358
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.
|
|
358
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
|
|
359
359
|
}
|
|
360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
361
361
|
type: NgModule,
|
|
362
362
|
args: [{
|
|
363
363
|
imports: [
|
package/client/package.json
CHANGED
|
@@ -1,6 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
+
"tnp": {
|
|
3
|
+
"resources": [
|
|
4
|
+
"README.md",
|
|
5
|
+
"screen.png"
|
|
6
|
+
],
|
|
7
|
+
"overrided": {
|
|
8
|
+
"ignoreDepsPattern": [],
|
|
9
|
+
"includeAsDev": "*",
|
|
10
|
+
"includeOnly": [],
|
|
11
|
+
"dependencies": {},
|
|
12
|
+
"linkedFolders": [],
|
|
13
|
+
"npmFixes": []
|
|
14
|
+
},
|
|
15
|
+
"linkedProjects": [],
|
|
16
|
+
"smartContainerBuildTarget": "",
|
|
17
|
+
"linkedRepos": [],
|
|
18
|
+
"libReleaseOptions": {
|
|
19
|
+
"nodts": false,
|
|
20
|
+
"obscure": false,
|
|
21
|
+
"ugly": false,
|
|
22
|
+
"includeNodeModules": false
|
|
23
|
+
},
|
|
24
|
+
"smartContainerTarget": "",
|
|
25
|
+
"type": "isomorphic-lib",
|
|
26
|
+
"isCoreProject": false,
|
|
27
|
+
"version": "v4",
|
|
28
|
+
"isGenerated": false,
|
|
29
|
+
"useFramework": false,
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"private": false,
|
|
32
|
+
"description": "Static columns with flexbox for Agnular2",
|
|
33
|
+
"author": "Dariusz Filipiak",
|
|
34
|
+
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
35
|
+
"keywords": [
|
|
36
|
+
"angular2",
|
|
37
|
+
"static",
|
|
38
|
+
"width",
|
|
39
|
+
"column",
|
|
40
|
+
"static",
|
|
41
|
+
"columns",
|
|
42
|
+
"flexbox",
|
|
43
|
+
"columns"
|
|
44
|
+
],
|
|
45
|
+
"workerPlugins": {}
|
|
46
|
+
},
|
|
2
47
|
"name": "static-columns",
|
|
3
|
-
"version": "16.0.
|
|
48
|
+
"version": "16.0.4",
|
|
4
49
|
"description": "Static columns with flexbox for Agnular2",
|
|
5
50
|
"repository": {
|
|
6
51
|
"type": "git",
|
|
@@ -24,11 +69,11 @@
|
|
|
24
69
|
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
25
70
|
"dependencies": {},
|
|
26
71
|
"private": false,
|
|
27
|
-
"lastBuildTagHash": "
|
|
72
|
+
"lastBuildTagHash": "b72fc995300460b82fcd4af6f70956405ff1133d",
|
|
28
73
|
"devDependencies": {
|
|
29
74
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
30
75
|
"@angular-devkit/core": "~16.0.5",
|
|
31
|
-
"@angular-material-extensions/
|
|
76
|
+
"@angular-material-extensions/password-strength": "~12.1.0",
|
|
32
77
|
"@angular/animations": "~16.0.0",
|
|
33
78
|
"@angular/cdk": "~16.0.3",
|
|
34
79
|
"@angular/cli": "~16.0.5",
|
|
@@ -65,6 +110,7 @@
|
|
|
65
110
|
"@ngx-formly/material": "6.1.7",
|
|
66
111
|
"@ngx-translate/core": "15.0.0",
|
|
67
112
|
"@ngx-translate/http-loader": "8.0.0",
|
|
113
|
+
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
|
68
114
|
"@testdeck/jasmine": "0.3.3",
|
|
69
115
|
"@testdeck/jest": "0.3.3",
|
|
70
116
|
"@testdeck/mocha": "0.3.3",
|
|
@@ -99,15 +145,14 @@
|
|
|
99
145
|
"@types/watch": "1.0.0",
|
|
100
146
|
"accepts": "1.3.4",
|
|
101
147
|
"angular-material-css-vars": "5.0.2",
|
|
102
|
-
"any-project-cli": "~16.0.
|
|
148
|
+
"any-project-cli": "~16.0.31",
|
|
103
149
|
"axios": "1.3.5",
|
|
104
|
-
"background-worker-process": "~16.0.
|
|
150
|
+
"background-worker-process": "~16.0.48",
|
|
105
151
|
"base32": "0.0.7",
|
|
106
152
|
"bcryptjs": "2.4.3",
|
|
107
153
|
"better-sqlite3": "7.6.2",
|
|
108
154
|
"body-parser": "1.18.2",
|
|
109
155
|
"bootstrap": "4.6.2",
|
|
110
|
-
"bs4-breakpoint": "13.0.33",
|
|
111
156
|
"buffer-shims": "1.0.0",
|
|
112
157
|
"callsite-record": "4.1.3",
|
|
113
158
|
"chai": "4.2.0",
|
|
@@ -143,12 +188,12 @@
|
|
|
143
188
|
"file-loader": "1.1.5",
|
|
144
189
|
"file-saver": "2.0.5",
|
|
145
190
|
"firedev": "^16",
|
|
146
|
-
"firedev-crud": "~16.0.
|
|
147
|
-
"firedev-crud-deamon": "~16.0.
|
|
148
|
-
"firedev-ports": "~16.0.
|
|
149
|
-
"firedev-storage": "~16.0.
|
|
150
|
-
"firedev-typeorm": "~16.0.
|
|
151
|
-
"firedev-ui": "~16.0.
|
|
191
|
+
"firedev-crud": "~16.0.53",
|
|
192
|
+
"firedev-crud-deamon": "~16.0.43",
|
|
193
|
+
"firedev-ports": "~16.0.48",
|
|
194
|
+
"firedev-storage": "~16.0.40",
|
|
195
|
+
"firedev-typeorm": "~16.0.37",
|
|
196
|
+
"firedev-ui": "~16.0.5",
|
|
152
197
|
"fkill": "6.1.0",
|
|
153
198
|
"font-awesome": "4.7.0",
|
|
154
199
|
"form-data": "4.0.0",
|
|
@@ -162,17 +207,18 @@
|
|
|
162
207
|
"http-proxy-middleware": "0.19.1",
|
|
163
208
|
"http-server": "0.11.1",
|
|
164
209
|
"immutable": "4.3.0",
|
|
165
|
-
"incremental-compiler": "~16.0.
|
|
210
|
+
"incremental-compiler": "~16.0.30",
|
|
166
211
|
"inquirer": "7.3.3",
|
|
167
212
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
168
213
|
"is-elevated": "3.0.0",
|
|
169
|
-
"isomorphic-region-loader": "~16.0.
|
|
214
|
+
"isomorphic-region-loader": "~16.0.41",
|
|
170
215
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
171
216
|
"jasmine-core": "4.6.0",
|
|
217
|
+
"jimp": "0.22.8",
|
|
172
218
|
"jscodeshift": "0.6.3",
|
|
173
219
|
"json-stringify-safe": "5.0.1",
|
|
174
|
-
"json10": "~16.0.
|
|
175
|
-
"json10-writer": "~16.0.
|
|
220
|
+
"json10": "~16.0.48",
|
|
221
|
+
"json10-writer": "~16.0.44",
|
|
176
222
|
"json5": "2.2.1",
|
|
177
223
|
"json5-writer": "0.2.0",
|
|
178
224
|
"jszip": "3.10.1",
|
|
@@ -186,28 +232,31 @@
|
|
|
186
232
|
"localforage": "1.10.0",
|
|
187
233
|
"lockfile": "1.0.4",
|
|
188
234
|
"lodash": "4.17.20",
|
|
189
|
-
"lodash-walk-object": "~16.0.
|
|
235
|
+
"lodash-walk-object": "~16.0.48",
|
|
190
236
|
"lowdb": "1.0.0",
|
|
191
|
-
"magic-renamer": "~16.0.
|
|
237
|
+
"magic-renamer": "~16.0.45",
|
|
192
238
|
"material-design-icons": "3.0.1",
|
|
193
239
|
"method-override": "2.3.10",
|
|
194
240
|
"minimist": "1.2.0",
|
|
195
241
|
"mkdirp": "0.5.1",
|
|
196
242
|
"mocha": "5.2.0",
|
|
197
243
|
"moment": "2.29.3",
|
|
198
|
-
"morphi": "~16.0.
|
|
244
|
+
"morphi": "~16.0.5",
|
|
245
|
+
"ng-for-track-by-property": "16.0.1",
|
|
199
246
|
"ng-in-viewport": "15.0.2",
|
|
247
|
+
"ng-lock": "16.0.1",
|
|
200
248
|
"ng-packagr": "16.0.1",
|
|
201
249
|
"ng-talkback": "~13.1.19",
|
|
202
|
-
"ng2-logger": "~16.0.
|
|
203
|
-
"ng2-rest": "~16.0.
|
|
250
|
+
"ng2-logger": "~16.0.4",
|
|
251
|
+
"ng2-rest": "~16.0.12",
|
|
204
252
|
"ngx-ace-wrapper": "14.0.0",
|
|
205
253
|
"ngx-editor": "15.3.0",
|
|
206
254
|
"ngx-highlightjs": "9.0.0",
|
|
207
255
|
"ngx-moment": "6.0.2",
|
|
208
|
-
"ngx-pipes": "3.
|
|
256
|
+
"ngx-pipes": "3.2.2",
|
|
209
257
|
"ngx-progressbar": "11.0.0",
|
|
210
258
|
"ngx-scrollbar": "12.0.0",
|
|
259
|
+
"ngx-scrolltop": "6.0.0",
|
|
211
260
|
"ngx-store": "3.1.1",
|
|
212
261
|
"ngx-typed-js": "2.1.1",
|
|
213
262
|
"node-cli-tester": "~13.1.19",
|
|
@@ -241,18 +290,19 @@
|
|
|
241
290
|
"socket.io": "2.4.1",
|
|
242
291
|
"sort-package-json": "1.11.0",
|
|
243
292
|
"sql.js": "1.8.0",
|
|
244
|
-
"static-columns": "~16.0.
|
|
293
|
+
"static-columns": "~16.0.3",
|
|
245
294
|
"string-similarity": "4.0.2",
|
|
246
295
|
"sudo-block": "3.0.0",
|
|
296
|
+
"sweetalert2": "11.7.12",
|
|
247
297
|
"systeminformation": "3.45.7",
|
|
248
298
|
"task.js": "0.1.5",
|
|
249
299
|
"threads": "1.7.0",
|
|
250
|
-
"tnp-cli": "~16.0.
|
|
251
|
-
"tnp-config": "~16.0.
|
|
252
|
-
"tnp-core": "~16.0.
|
|
253
|
-
"tnp-db": "~16.0.
|
|
254
|
-
"tnp-helpers": "~16.0.
|
|
255
|
-
"tnp-models": "~16.0.
|
|
300
|
+
"tnp-cli": "~16.0.5",
|
|
301
|
+
"tnp-config": "~16.0.5",
|
|
302
|
+
"tnp-core": "~16.0.9",
|
|
303
|
+
"tnp-db": "~16.0.26",
|
|
304
|
+
"tnp-helpers": "~16.0.5",
|
|
305
|
+
"tnp-models": "~16.0.32",
|
|
256
306
|
"ts-debug": "1.3.0",
|
|
257
307
|
"ts-loader": "2.3.1",
|
|
258
308
|
"ts-node": "10.9.1",
|
|
@@ -260,7 +310,7 @@
|
|
|
260
310
|
"turndown": "7.1.2",
|
|
261
311
|
"typeorm": "~0.3.10",
|
|
262
312
|
"typescript": "~5.0.2",
|
|
263
|
-
"typescript-class-helpers": "~16.0.
|
|
313
|
+
"typescript-class-helpers": "~16.0.16",
|
|
264
314
|
"typescript-formatter": "~7.2.2",
|
|
265
315
|
"underscore": "1.9.1",
|
|
266
316
|
"uuid": "8.3.2",
|
package/lib/column/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1686418311023 = void 0;
|
|
4
|
+
function dummy1686418311023() { }
|
|
5
|
+
exports.dummy1686418311023 = dummy1686418311023;
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1686418311029 = void 0;
|
|
4
|
+
function dummy1686418311029() { }
|
|
5
|
+
exports.dummy1686418311029 = dummy1686418311029;
|
|
6
6
|
//# sourceMappingURL=columns-gap.component.js.map
|
package/lib/columns-gap/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1686418311031 = void 0;
|
|
4
|
+
function dummy1686418311031() { }
|
|
5
|
+
exports.dummy1686418311031 = dummy1686418311031;
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/lib/columns.component.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1686418311037 = void 0;
|
|
4
|
+
function dummy1686418311037() { }
|
|
5
|
+
exports.dummy1686418311037 = dummy1686418311037;
|
|
6
6
|
//# sourceMappingURL=columns.component.js.map
|
package/lib/columns.module.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1686418311039 = void 0;
|
|
4
|
+
function dummy1686418311039() { }
|
|
5
|
+
exports.dummy1686418311039 = dummy1686418311039;
|
|
6
6
|
//# sourceMappingURL=columns.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
+
"tnp": {
|
|
3
|
+
"resources": [
|
|
4
|
+
"README.md",
|
|
5
|
+
"screen.png"
|
|
6
|
+
],
|
|
7
|
+
"overrided": {
|
|
8
|
+
"ignoreDepsPattern": [],
|
|
9
|
+
"includeAsDev": "*",
|
|
10
|
+
"includeOnly": [],
|
|
11
|
+
"dependencies": {},
|
|
12
|
+
"linkedFolders": [],
|
|
13
|
+
"npmFixes": []
|
|
14
|
+
},
|
|
15
|
+
"linkedProjects": [],
|
|
16
|
+
"smartContainerBuildTarget": "",
|
|
17
|
+
"linkedRepos": [],
|
|
18
|
+
"libReleaseOptions": {
|
|
19
|
+
"nodts": false,
|
|
20
|
+
"obscure": false,
|
|
21
|
+
"ugly": false,
|
|
22
|
+
"includeNodeModules": false
|
|
23
|
+
},
|
|
24
|
+
"smartContainerTarget": "",
|
|
25
|
+
"type": "isomorphic-lib",
|
|
26
|
+
"isCoreProject": false,
|
|
27
|
+
"version": "v4",
|
|
28
|
+
"isGenerated": false,
|
|
29
|
+
"useFramework": false,
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"private": false,
|
|
32
|
+
"description": "Static columns with flexbox for Agnular2",
|
|
33
|
+
"author": "Dariusz Filipiak",
|
|
34
|
+
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
35
|
+
"keywords": [
|
|
36
|
+
"angular2",
|
|
37
|
+
"static",
|
|
38
|
+
"width",
|
|
39
|
+
"column",
|
|
40
|
+
"static",
|
|
41
|
+
"columns",
|
|
42
|
+
"flexbox",
|
|
43
|
+
"columns"
|
|
44
|
+
],
|
|
45
|
+
"workerPlugins": {}
|
|
46
|
+
},
|
|
2
47
|
"name": "static-columns",
|
|
3
|
-
"version": "16.0.
|
|
48
|
+
"version": "16.0.4",
|
|
4
49
|
"description": "Static columns with flexbox for Agnular2",
|
|
5
50
|
"repository": {
|
|
6
51
|
"type": "git",
|
|
@@ -24,6 +69,6 @@
|
|
|
24
69
|
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
25
70
|
"dependencies": {},
|
|
26
71
|
"private": false,
|
|
27
|
-
"lastBuildTagHash": "
|
|
72
|
+
"lastBuildTagHash": "b72fc995300460b82fcd4af6f70956405ff1133d",
|
|
28
73
|
"devDependencies": {}
|
|
29
74
|
}
|