static-columns 13.1.25 → 13.1.27
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/app/app.component.js +1 -1
- package/app/app.module.js +1 -1
- package/app.d.ts +1 -0
- package/app.js +6 -0
- package/app.js.map +1 -0
- package/browser/esm2020/lib/column/column-grow.directive.mjs +4 -4
- package/browser/esm2020/lib/column/column.component.mjs +4 -4
- package/browser/esm2020/lib/column/index.mjs +1 -1
- package/browser/esm2020/lib/columns.component.mjs +5 -5
- package/browser/esm2020/lib/columns.module.mjs +5 -5
- package/browser/esm2020/lib/index.mjs +1 -1
- package/browser/fesm2015/static-columns.mjs +14 -14
- package/browser/fesm2015/static-columns.mjs.map +1 -1
- package/browser/fesm2020/static-columns.mjs +14 -14
- package/browser/fesm2020/static-columns.mjs.map +1 -1
- package/client/esm2020/lib/column/column-grow.directive.mjs +4 -4
- package/client/esm2020/lib/column/column.component.mjs +4 -4
- package/client/esm2020/lib/column/index.mjs +1 -1
- package/client/esm2020/lib/columns.component.mjs +5 -5
- package/client/esm2020/lib/columns.module.mjs +5 -5
- package/client/esm2020/lib/index.mjs +1 -1
- package/client/fesm2015/static-columns.mjs +14 -14
- package/client/fesm2015/static-columns.mjs.map +1 -1
- package/client/fesm2020/static-columns.mjs +14 -14
- package/client/fesm2020/static-columns.mjs.map +1 -1
- package/index.js +1 -1
- package/lib/column/column-grow.directive.js +1 -1
- package/lib/column/column.component.js +1 -1
- package/lib/column/index.js +1 -1
- package/lib/columns.component.js +1 -1
- package/lib/columns.module.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
- package/package.json_tnp.json5 +2 -0
- package/tmp-environment.json +163 -163
- package/websql/esm2020/lib/column/column-grow.directive.mjs +4 -4
- package/websql/esm2020/lib/column/column.component.mjs +4 -4
- package/websql/esm2020/lib/column/index.mjs +1 -1
- package/websql/esm2020/lib/columns.component.mjs +5 -5
- package/websql/esm2020/lib/columns.module.mjs +5 -5
- package/websql/esm2020/lib/index.mjs +1 -1
- package/websql/fesm2015/static-columns.mjs +14 -14
- package/websql/fesm2015/static-columns.mjs.map +1 -1
- package/websql/fesm2020/static-columns.mjs +14 -14
- package/websql/fesm2020/static-columns.mjs.map +1 -1
|
@@ -7,9 +7,9 @@ class ColumnComponent {
|
|
|
7
7
|
}
|
|
8
8
|
ngOnInit() { }
|
|
9
9
|
}
|
|
10
|
-
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
10
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
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"] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
15
15
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
@@ -33,9 +33,9 @@ class DirectiveGrow {
|
|
|
33
33
|
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
37
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
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
|
+
DirectiveGrow.ɵdir = 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
39
|
type: Directive,
|
|
40
40
|
args: [{
|
|
41
41
|
selector: '[grow]'
|
|
@@ -50,11 +50,11 @@ class ColumnsComponent {
|
|
|
50
50
|
}
|
|
51
51
|
ngOnInit() { }
|
|
52
52
|
}
|
|
53
|
-
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
54
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
53
|
+
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"] });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
56
56
|
type: Component,
|
|
57
|
-
args: [{ selector: 'columns-container', template: "<ng-content></ng-content
|
|
57
|
+
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
|
|
58
58
|
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
59
59
|
type: ViewChildren,
|
|
60
60
|
args: [ColumnComponent]
|
|
@@ -62,10 +62,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
62
62
|
|
|
63
63
|
class StaticColumnsModule {
|
|
64
64
|
}
|
|
65
|
-
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
66
|
-
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
67
|
-
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
65
|
+
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] });
|
|
67
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
69
69
|
type: NgModule,
|
|
70
70
|
args: [{
|
|
71
71
|
imports: [],
|
|
@@ -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}
|
|
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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"}
|
package/index.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./lib"), exports);
|
|
5
|
-
//# sourceMappingURL
|
|
5
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -22,4 +22,4 @@ var DirectiveGrow = /** @class */ (function () {
|
|
|
22
22
|
return DirectiveGrow;
|
|
23
23
|
}());
|
|
24
24
|
exports.DirectiveGrow = DirectiveGrow;
|
|
25
|
-
//# sourceMappingURL
|
|
25
|
+
//# sourceMappingURL=column-grow.directive.js.map
|
|
@@ -25,4 +25,4 @@ var ColumnComponent = /** @class */ (function () {
|
|
|
25
25
|
return ColumnComponent;
|
|
26
26
|
}());
|
|
27
27
|
exports.ColumnComponent = ColumnComponent;
|
|
28
|
-
//# sourceMappingURL
|
|
28
|
+
//# sourceMappingURL=column.component.js.map
|
package/lib/column/index.js
CHANGED
|
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./column.component"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./column-grow.directive"), exports);
|
|
6
|
-
//# sourceMappingURL
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
package/lib/columns.component.js
CHANGED
|
@@ -26,4 +26,4 @@ var ColumnsComponent = /** @class */ (function () {
|
|
|
26
26
|
return ColumnsComponent;
|
|
27
27
|
}());
|
|
28
28
|
exports.ColumnsComponent = ColumnsComponent;
|
|
29
|
-
//# sourceMappingURL
|
|
29
|
+
//# sourceMappingURL=columns.component.js.map
|
package/lib/columns.module.js
CHANGED
|
@@ -19,4 +19,4 @@ var StaticColumnsModule = /** @class */ (function () {
|
|
|
19
19
|
return StaticColumnsModule;
|
|
20
20
|
}());
|
|
21
21
|
exports.StaticColumnsModule = StaticColumnsModule;
|
|
22
|
-
//# sourceMappingURL
|
|
22
|
+
//# sourceMappingURL=columns.module.js.map
|
package/lib/index.js
CHANGED
|
@@ -6,4 +6,4 @@ tslib_1.__exportStar(require("./columns.component"), exports);
|
|
|
6
6
|
tslib_1.__exportStar(require("./column/column-grow.directive"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./column/column.component"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./columns.module"), exports);
|
|
9
|
-
//# sourceMappingURL
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "static-columns",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.27",
|
|
4
4
|
"description": "Static columns with flexbox for Agnular2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"private": false,
|
|
27
|
-
"lastBuildTagHash": "
|
|
27
|
+
"lastBuildTagHash": "52279323cf2e3862f8b4ba459f5036fefeadf1ff",
|
|
28
28
|
"devDependencies": {}
|
|
29
29
|
}
|
package/package.json_tnp.json5
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
|
|
15
15
|
"linkedProjects": [],
|
|
16
|
+
'smartContainerBuildTarget': '',
|
|
16
17
|
'linkedRepos': [],
|
|
17
18
|
|
|
18
19
|
"libReleaseOptions": {
|
|
@@ -21,6 +22,7 @@
|
|
|
21
22
|
"ugly": false
|
|
22
23
|
},
|
|
23
24
|
|
|
25
|
+
'smartContainerTarget': '',
|
|
24
26
|
"type": "isomorphic-lib",
|
|
25
27
|
"isCoreProject": false,
|
|
26
28
|
"version": "v3",
|
package/tmp-environment.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "static-columns.example.domain.com",
|
|
3
3
|
"name": "local",
|
|
4
|
-
"isCoreProject": false,
|
|
5
4
|
"ip": "localhost",
|
|
6
5
|
"packageJSON": {
|
|
7
6
|
"tnp": {
|
|
@@ -17,12 +16,14 @@
|
|
|
17
16
|
"linkedFolders": []
|
|
18
17
|
},
|
|
19
18
|
"linkedProjects": [],
|
|
19
|
+
"smartContainerBuildTarget": "",
|
|
20
20
|
"linkedRepos": [],
|
|
21
21
|
"libReleaseOptions": {
|
|
22
22
|
"nodts": false,
|
|
23
23
|
"obscure": false,
|
|
24
24
|
"ugly": false
|
|
25
25
|
},
|
|
26
|
+
"smartContainerTarget": "",
|
|
26
27
|
"type": "isomorphic-lib",
|
|
27
28
|
"isCoreProject": false,
|
|
28
29
|
"version": "v3",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"workerPlugins": {}
|
|
47
48
|
},
|
|
48
49
|
"name": "static-columns",
|
|
49
|
-
"version": "13.1.
|
|
50
|
+
"version": "13.1.27",
|
|
50
51
|
"description": "Static columns with flexbox for Agnular2",
|
|
51
52
|
"repository": {
|
|
52
53
|
"type": "git",
|
|
@@ -71,32 +72,32 @@
|
|
|
71
72
|
"dependencies": {
|
|
72
73
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
73
74
|
"@angular-devkit/core": "~13.3.9",
|
|
74
|
-
"@angular/cdk": "
|
|
75
|
+
"@angular/cdk": "^13.3.9",
|
|
75
76
|
"@angular/cli": "~13.3.9",
|
|
76
77
|
"@angular/common": "~13.3.0",
|
|
77
78
|
"@angular/compiler": "~13.3.0",
|
|
78
79
|
"@angular/compiler-cli": "~13.3.0",
|
|
79
80
|
"@angular/core": "~13.3.0",
|
|
80
|
-
"@angular/flex-layout": "
|
|
81
|
+
"@angular/flex-layout": "13.0.0-beta.38",
|
|
81
82
|
"@angular/forms": "~13.3.0",
|
|
82
|
-
"@angular/material": "
|
|
83
|
+
"@angular/material": "^13.3.9",
|
|
83
84
|
"@angular/platform-browser": "~13.3.0",
|
|
84
85
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
85
86
|
"@angular/pwa": "~13.3.9",
|
|
86
87
|
"@angular/router": "~13.3.0",
|
|
87
88
|
"@angular/service-worker": "~13.3.11",
|
|
88
|
-
"@babel/cli": "7.18.6",
|
|
89
|
+
"@babel/cli": "^7.18.6",
|
|
89
90
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
90
91
|
"@iconify/icons-mdi": "1.2.1",
|
|
91
92
|
"@mdi/js": "6.5.95",
|
|
92
|
-
"@ngrx/component-store": "
|
|
93
|
-
"@ngrx/data": "
|
|
94
|
-
"@ngrx/effects": "
|
|
95
|
-
"@ngrx/entity": "
|
|
96
|
-
"@ngrx/router-store": "
|
|
97
|
-
"@ngrx/schematics": "
|
|
98
|
-
"@ngrx/store": "
|
|
99
|
-
"@ngrx/store-devtools": "
|
|
93
|
+
"@ngrx/component-store": "^13.0.2",
|
|
94
|
+
"@ngrx/data": "^13.0.2",
|
|
95
|
+
"@ngrx/effects": "^13.0.2",
|
|
96
|
+
"@ngrx/entity": "^13.0.2",
|
|
97
|
+
"@ngrx/router-store": "^13.0.2",
|
|
98
|
+
"@ngrx/schematics": "^13.0.2",
|
|
99
|
+
"@ngrx/store": "^13.0.2",
|
|
100
|
+
"@ngrx/store-devtools": "^13.0.2",
|
|
100
101
|
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
101
102
|
"@ngx-formly/core": "6.0.0-next.8",
|
|
102
103
|
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
@@ -107,135 +108,134 @@
|
|
|
107
108
|
"@ngx-translate/core": "14.0.0",
|
|
108
109
|
"@ngx-translate/http-loader": "7.0.0",
|
|
109
110
|
"@swimlane/ngx-datatable": "20.0.0",
|
|
110
|
-
"@types/chai": "4.1.2",
|
|
111
|
+
"@types/chai": "^4.1.2",
|
|
111
112
|
"@types/chokidar": "2.1.3",
|
|
112
|
-
"@types/dateformat": "1.0.1",
|
|
113
|
-
"@types/diff": "3.2.2",
|
|
114
|
-
"@types/express": "4.11.0",
|
|
115
|
-
"@types/express-fileupload": "0.1.1",
|
|
116
|
-
"@types/fs-extra": "7.0.0",
|
|
117
|
-
"@types/glob": "5.0.35",
|
|
118
|
-
"@types/http-proxy": "1.16.0",
|
|
113
|
+
"@types/dateformat": "^1.0.1",
|
|
114
|
+
"@types/diff": "^3.2.2",
|
|
115
|
+
"@types/express": "^4.11.0",
|
|
116
|
+
"@types/express-fileupload": "^0.1.1",
|
|
117
|
+
"@types/fs-extra": "^7.0.0",
|
|
118
|
+
"@types/glob": "^5.0.35",
|
|
119
|
+
"@types/http-proxy": "^1.16.0",
|
|
119
120
|
"@types/http-proxy-middleware": "0.19.2",
|
|
120
|
-
"@types/inquirer": "7.3.1",
|
|
121
|
-
"@types/jasmine": "3.10.0",
|
|
122
|
-
"@types/json-stringify-safe": "5.0.0",
|
|
121
|
+
"@types/inquirer": "~7.3.1",
|
|
122
|
+
"@types/jasmine": "~3.10.0",
|
|
123
|
+
"@types/json-stringify-safe": "^5.0.0",
|
|
123
124
|
"@types/json5": "0.0.29",
|
|
124
|
-
"@types/lockfile": "1.0.0",
|
|
125
|
+
"@types/lockfile": "^1.0.0",
|
|
125
126
|
"@types/lodash": "4.14.92",
|
|
126
|
-
"@types/lowdb": "1.0.6",
|
|
127
|
-
"@types/mocha": "5.2.5",
|
|
128
|
-
"@types/node": "12.11.1",
|
|
129
|
-
"@types/node-notifier": "5.4.0",
|
|
130
|
-
"@types/oauth2orize": "1.8.0",
|
|
131
|
-
"@types/password-hash": "1.2.19",
|
|
132
|
-
"@types/progress": "2.0.3",
|
|
127
|
+
"@types/lowdb": "^1.0.6",
|
|
128
|
+
"@types/mocha": "^5.2.5",
|
|
129
|
+
"@types/node": "^12.11.1",
|
|
130
|
+
"@types/node-notifier": "^5.4.0",
|
|
131
|
+
"@types/oauth2orize": "^1.8.0",
|
|
132
|
+
"@types/password-hash": "^1.2.19",
|
|
133
|
+
"@types/progress": "^2.0.3",
|
|
133
134
|
"@types/q": "1.5.5",
|
|
134
|
-
"@types/rimraf": "2.0.2",
|
|
135
|
+
"@types/rimraf": "^2.0.2",
|
|
135
136
|
"@types/semver": "6.0.1",
|
|
136
|
-
"@types/systeminformation": "3.23.0",
|
|
137
|
-
"@types/vinyl": "2.0.2",
|
|
138
|
-
"@types/watch": "1.0.0",
|
|
139
|
-
"accepts": "1.3.4",
|
|
140
|
-
"any-project-cli": "~
|
|
141
|
-
"axios": "0.17.1",
|
|
142
|
-
"background-worker-process": "~13.
|
|
137
|
+
"@types/systeminformation": "^3.23.0",
|
|
138
|
+
"@types/vinyl": "^2.0.2",
|
|
139
|
+
"@types/watch": "^1.0.0",
|
|
140
|
+
"accepts": "^1.3.4",
|
|
141
|
+
"any-project-cli": "~13.1.13",
|
|
142
|
+
"axios": "^0.17.1",
|
|
143
|
+
"background-worker-process": "~13.1.28",
|
|
143
144
|
"bcryptjs": "2.4.3",
|
|
144
145
|
"better-sqlite3": "7.6.2",
|
|
145
|
-
"body-parser": "1.18.2",
|
|
146
|
-
"bootstrap": "5.1.3",
|
|
146
|
+
"body-parser": "^1.18.2",
|
|
147
|
+
"bootstrap": "^5.1.3",
|
|
147
148
|
"bs4-breakpoint": "13.0.32",
|
|
148
|
-
"buffer-shims": "1.0.0",
|
|
149
|
+
"buffer-shims": "^1.0.0",
|
|
149
150
|
"callsite-record": "4.1.3",
|
|
150
|
-
"chai": "4.2.0",
|
|
151
|
-
"chalk": "2.3.2",
|
|
152
|
-
"check-node-version": "3.2.0",
|
|
151
|
+
"chai": "^4.2.0",
|
|
152
|
+
"chalk": "^2.3.2",
|
|
153
|
+
"check-node-version": "^3.2.0",
|
|
153
154
|
"cheerio": "1.0.0-rc.3",
|
|
154
155
|
"chokidar": "3.5.1",
|
|
155
|
-
"circular-json": "0.5.1",
|
|
156
|
-
"command-exists": "1.2.2",
|
|
156
|
+
"circular-json": "^0.5.1",
|
|
157
|
+
"command-exists": "^1.2.2",
|
|
157
158
|
"compression": "1.7.4",
|
|
158
|
-
"concurrently": "3.5.1",
|
|
159
|
-
"content-type": "1.0.4",
|
|
160
|
-
"cookie-parser": "1.4.3",
|
|
161
|
-
"copy-paste": "1.3.0",
|
|
162
|
-
"cors": "2.8.4",
|
|
163
|
-
"cpr": "3.0.1",
|
|
164
|
-
"cross-spawn": "7.0.3",
|
|
165
|
-
"dateformat": "3.0.3",
|
|
159
|
+
"concurrently": "^3.5.1",
|
|
160
|
+
"content-type": "^1.0.4",
|
|
161
|
+
"cookie-parser": "^1.4.3",
|
|
162
|
+
"copy-paste": "~1.3.0",
|
|
163
|
+
"cors": "^2.8.4",
|
|
164
|
+
"cpr": "^3.0.1",
|
|
165
|
+
"cross-spawn": "~7.0.3",
|
|
166
|
+
"dateformat": "^3.0.3",
|
|
166
167
|
"detect-mocha": "0.1.0",
|
|
167
|
-
"diff": "3.2.0",
|
|
168
|
+
"diff": "^3.2.0",
|
|
168
169
|
"element-resize-detector": "1.1.15",
|
|
169
|
-
"enquirer": "2.3.0",
|
|
170
|
+
"enquirer": "^2.3.0",
|
|
170
171
|
"enum-values": "1.2.1",
|
|
171
|
-
"errorhandler": "1.5.0",
|
|
172
|
+
"errorhandler": "^1.5.0",
|
|
172
173
|
"eslint": "7.13.0",
|
|
173
174
|
"eslint-plugin-import": "2.22.1",
|
|
174
175
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
175
176
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
176
|
-
"express": "4.16.3",
|
|
177
|
-
"express-fileupload": "0.4.0",
|
|
177
|
+
"express": "^4.16.3",
|
|
178
|
+
"express-fileupload": "^0.4.0",
|
|
178
179
|
"express-session": "1.17.3",
|
|
179
|
-
"fbgraph": "1.4.1",
|
|
180
|
-
"file-loader": "1.1.5",
|
|
181
|
-
"firedev": "
|
|
182
|
-
"firedev-crud": "~13.
|
|
183
|
-
"firedev-
|
|
184
|
-
"firedev-
|
|
185
|
-
"firedev-
|
|
186
|
-
"firedev-typeorm": "~13.1.2",
|
|
180
|
+
"fbgraph": "^1.4.1",
|
|
181
|
+
"file-loader": "^1.1.5",
|
|
182
|
+
"firedev-crud": "~13.1.32",
|
|
183
|
+
"firedev-crud-deamon": "~13.1.23",
|
|
184
|
+
"firedev-ports": "~13.1.26",
|
|
185
|
+
"firedev-storage": "~13.1.18",
|
|
186
|
+
"firedev-typeorm": "~13.1.4",
|
|
187
187
|
"fkill": "6.1.0",
|
|
188
|
-
"font-awesome": "4.7.0",
|
|
188
|
+
"font-awesome": "^4.7.0",
|
|
189
189
|
"fs-extra": "8.1.0",
|
|
190
|
-
"fuzzy": "0.1.3",
|
|
191
|
-
"glob": "7.1.2",
|
|
192
|
-
"gulp": "3.9.1",
|
|
193
|
-
"hostile": "1.3.3",
|
|
194
|
-
"http-proxy": "1.16.2",
|
|
190
|
+
"fuzzy": "^0.1.3",
|
|
191
|
+
"glob": "^7.1.2",
|
|
192
|
+
"gulp": "^3.9.1",
|
|
193
|
+
"hostile": "~1.3.3",
|
|
194
|
+
"http-proxy": "^1.16.2",
|
|
195
195
|
"http-proxy-middleware": "0.19.1",
|
|
196
196
|
"http-server": "0.11.1",
|
|
197
|
-
"incremental-compiler": "~13.1.
|
|
198
|
-
"inquirer": "7.3.3",
|
|
199
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
|
200
|
-
"is-elevated": "3.0.0",
|
|
197
|
+
"incremental-compiler": "~13.1.5",
|
|
198
|
+
"inquirer": "~7.3.3",
|
|
199
|
+
"inquirer-autocomplete-prompt": "~1.3.0",
|
|
200
|
+
"is-elevated": "~3.0.0",
|
|
201
201
|
"isomorphic-region-loader": "~1.0.2",
|
|
202
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
|
203
|
-
"jasmine-core": "4.0.0",
|
|
204
|
-
"jscodeshift": "0.6.3",
|
|
205
|
-
"json-stringify-safe": "5.0.1",
|
|
206
|
-
"json10": "~13.1.
|
|
207
|
-
"json10-writer": "~13.
|
|
208
|
-
"json5": "2.1.3",
|
|
209
|
-
"json5-writer": "0.2.0",
|
|
210
|
-
"karma": "6.3.0",
|
|
211
|
-
"karma-chrome-launcher": "3.1.0",
|
|
212
|
-
"karma-cli": "1.0.1",
|
|
213
|
-
"karma-coverage": "2.1.0",
|
|
214
|
-
"karma-jasmine": "4.0.0",
|
|
215
|
-
"karma-jasmine-html-reporter": "1.7.0",
|
|
216
|
-
"lnk": "1.0.1",
|
|
217
|
-
"lockfile": "1.0.4",
|
|
218
|
-
"lodash": "4.17.4",
|
|
219
|
-
"lodash-walk-object": "~13.1.
|
|
202
|
+
"istanbul-instrumenter-loader": "^2.0.0",
|
|
203
|
+
"jasmine-core": "~4.0.0",
|
|
204
|
+
"jscodeshift": "^0.6.3",
|
|
205
|
+
"json-stringify-safe": "^5.0.1",
|
|
206
|
+
"json10": "~13.1.26",
|
|
207
|
+
"json10-writer": "~13.1.23",
|
|
208
|
+
"json5": "~2.1.3",
|
|
209
|
+
"json5-writer": "~0.2.0",
|
|
210
|
+
"karma": "~6.3.0",
|
|
211
|
+
"karma-chrome-launcher": "~3.1.0",
|
|
212
|
+
"karma-cli": "~1.0.1",
|
|
213
|
+
"karma-coverage": "~2.1.0",
|
|
214
|
+
"karma-jasmine": "~4.0.0",
|
|
215
|
+
"karma-jasmine-html-reporter": "~1.7.0",
|
|
216
|
+
"lnk": "~1.0.1",
|
|
217
|
+
"lockfile": "^1.0.4",
|
|
218
|
+
"lodash": "^4.17.4",
|
|
219
|
+
"lodash-walk-object": "~13.1.26",
|
|
220
220
|
"lodash.get": ">= 4",
|
|
221
221
|
"lodash.isequal": ">= 4",
|
|
222
222
|
"lodash.merge": ">= 4",
|
|
223
223
|
"lodash.set": ">= 4",
|
|
224
|
-
"lowdb": "1.0.0",
|
|
225
|
-
"magic-renamer": "~13.
|
|
224
|
+
"lowdb": "^1.0.0",
|
|
225
|
+
"magic-renamer": "~13.1.15",
|
|
226
226
|
"material-design-icons": "3.0.1",
|
|
227
|
-
"method-override": "2.3.10",
|
|
228
|
-
"minimist": "1.2.0",
|
|
229
|
-
"mkdirp": "0.5.1",
|
|
230
|
-
"mocha": "5.2.0",
|
|
231
|
-
"moment": "2.22.2",
|
|
232
|
-
"morphi": "~13.
|
|
233
|
-
"ng-packagr": "13.0.0",
|
|
234
|
-
"ng-talkback": "~13.
|
|
235
|
-
"ng2-logger": "~13.1.
|
|
236
|
-
"ng2-rest": "~13.1.
|
|
237
|
-
"ng4-icons": "~13.
|
|
238
|
-
"ng4-modal": "~13.
|
|
227
|
+
"method-override": "^2.3.10",
|
|
228
|
+
"minimist": "^1.2.0",
|
|
229
|
+
"mkdirp": "^0.5.1",
|
|
230
|
+
"mocha": "^5.2.0",
|
|
231
|
+
"moment": "^2.22.2",
|
|
232
|
+
"morphi": "~13.1.5",
|
|
233
|
+
"ng-packagr": "^13.0.0",
|
|
234
|
+
"ng-talkback": "~13.1.17",
|
|
235
|
+
"ng2-logger": "~13.1.4",
|
|
236
|
+
"ng2-rest": "~13.1.4",
|
|
237
|
+
"ng4-icons": "~13.1.19",
|
|
238
|
+
"ng4-modal": "~13.1.21",
|
|
239
239
|
"ngx-bootstrap": "8.0.0",
|
|
240
240
|
"ngx-editor": "12.2.1",
|
|
241
241
|
"ngx-moment": "6.0.2",
|
|
@@ -243,71 +243,71 @@
|
|
|
243
243
|
"ngx-store": "3.1.1",
|
|
244
244
|
"ngx-toastr": "14.2.2",
|
|
245
245
|
"ngx-wig": "13.0.3",
|
|
246
|
-
"node-cli-tester": "~13.
|
|
246
|
+
"node-cli-tester": "~13.1.17",
|
|
247
247
|
"node-localstorage": "2.1.6",
|
|
248
|
-
"node-notifier": "6.0.0",
|
|
249
|
-
"nodemon": "1.14.11",
|
|
250
|
-
"npm-get-dependents": "1.0.1",
|
|
251
|
-
"npm-run": "4.1.2",
|
|
252
|
-
"omelette": "0.4.5",
|
|
248
|
+
"node-notifier": "^6.0.0",
|
|
249
|
+
"nodemon": "^1.14.11",
|
|
250
|
+
"npm-get-dependents": "^1.0.1",
|
|
251
|
+
"npm-run": "^4.1.2",
|
|
252
|
+
"omelette": "^0.4.5",
|
|
253
253
|
"open": "7.2.1",
|
|
254
254
|
"ora": "3.4.0",
|
|
255
|
-
"passport": "0.3.2",
|
|
256
|
-
"passport-http-bearer": "1.0.1",
|
|
257
|
-
"password-hash": "1.2.2",
|
|
255
|
+
"passport": "^0.3.2",
|
|
256
|
+
"passport-http-bearer": "^1.0.1",
|
|
257
|
+
"password-hash": "^1.2.2",
|
|
258
258
|
"portfinder": "1.0.21",
|
|
259
259
|
"prettier": "2.5.1",
|
|
260
|
-
"progress": "2.0.3",
|
|
261
|
-
"prompts": "0.1.8",
|
|
260
|
+
"progress": "^2.0.3",
|
|
261
|
+
"prompts": "^0.1.8",
|
|
262
262
|
"ps-list": "6.1.0",
|
|
263
|
-
"ps-node": "0.1.6",
|
|
264
|
-
"q": "1.5.1",
|
|
265
|
-
"randomcolor": "0.5.3",
|
|
266
|
-
"record-replay-req-res-scenario": "~13.
|
|
267
|
-
"reflect-metadata": "0.1.10",
|
|
268
|
-
"rimraf": "2.6.2",
|
|
263
|
+
"ps-node": "^0.1.6",
|
|
264
|
+
"q": "^1.5.1",
|
|
265
|
+
"randomcolor": "^0.5.3",
|
|
266
|
+
"record-replay-req-res-scenario": "~13.1.18",
|
|
267
|
+
"reflect-metadata": "^0.1.10",
|
|
268
|
+
"rimraf": "^2.6.2",
|
|
269
269
|
"rxjs": "~7.5.0",
|
|
270
270
|
"semver": "6.3.0",
|
|
271
|
-
"simple-git": "1.96.0",
|
|
272
|
-
"sloc": "0.2.0",
|
|
273
|
-
"socket.io": "2.4.1",
|
|
274
|
-
"sort-package-json": "1.11.0",
|
|
275
|
-
"sql.js": "1.8.0",
|
|
276
|
-
"static-columns": "~13.
|
|
277
|
-
"string-similarity": "4.0.2",
|
|
278
|
-
"sudo-block": "3.0.0",
|
|
279
|
-
"systeminformation": "3.45.7",
|
|
280
|
-
"task.js": "0.1.5",
|
|
281
|
-
"tnp-cli": "~13.1.
|
|
282
|
-
"tnp-config": "~13.1.
|
|
283
|
-
"tnp-core": "~13.1.
|
|
284
|
-
"tnp-db": "~13.1.
|
|
285
|
-
"tnp-helpers": "~13.1.
|
|
286
|
-
"tnp-models": "~13.1.
|
|
287
|
-
"tnp-ui": "~13.
|
|
288
|
-
"ts-debug": "1.3.0",
|
|
289
|
-
"ts-loader": "2.3.1",
|
|
290
|
-
"ts-node": "10.7.0",
|
|
291
|
-
"tslib": "
|
|
292
|
-
"typeorm": "
|
|
271
|
+
"simple-git": "^1.96.0",
|
|
272
|
+
"sloc": "^0.2.0",
|
|
273
|
+
"socket.io": "~2.4.1",
|
|
274
|
+
"sort-package-json": "^1.11.0",
|
|
275
|
+
"sql.js": "^1.8.0",
|
|
276
|
+
"static-columns": "~13.1.26",
|
|
277
|
+
"string-similarity": "~4.0.2",
|
|
278
|
+
"sudo-block": "~3.0.0",
|
|
279
|
+
"systeminformation": "^3.45.7",
|
|
280
|
+
"task.js": "^0.1.5",
|
|
281
|
+
"tnp-cli": "~13.1.30",
|
|
282
|
+
"tnp-config": "~13.1.45",
|
|
283
|
+
"tnp-core": "~13.1.29",
|
|
284
|
+
"tnp-db": "~13.1.3",
|
|
285
|
+
"tnp-helpers": "~13.1.3",
|
|
286
|
+
"tnp-models": "~13.1.3",
|
|
287
|
+
"tnp-ui": "~13.1.24",
|
|
288
|
+
"ts-debug": "^1.3.0",
|
|
289
|
+
"ts-loader": "^2.3.1",
|
|
290
|
+
"ts-node": "~10.7.0",
|
|
291
|
+
"tslib": "^2.3.0",
|
|
292
|
+
"typeorm": "^0.3.10",
|
|
293
293
|
"typescript": "~4.6.2",
|
|
294
|
-
"typescript-class-helpers": "~13.1.
|
|
295
|
-
"typescript-formatter": "
|
|
296
|
-
"underscore": "1.9.1",
|
|
297
|
-
"uuid": "8.3.2",
|
|
298
|
-
"validator": "9.2.0",
|
|
299
|
-
"vpn-split": "~13.
|
|
300
|
-
"watch": "1.0.2",
|
|
294
|
+
"typescript-class-helpers": "~13.1.5",
|
|
295
|
+
"typescript-formatter": "7.2.2",
|
|
296
|
+
"underscore": "^1.9.1",
|
|
297
|
+
"uuid": "^8.3.2",
|
|
298
|
+
"validator": "^9.2.0",
|
|
299
|
+
"vpn-split": "~13.1.22",
|
|
300
|
+
"watch": "~1.0.2",
|
|
301
301
|
"zone.js": "~0.11.4"
|
|
302
302
|
},
|
|
303
303
|
"private": false,
|
|
304
|
-
"lastBuildTagHash": "
|
|
304
|
+
"lastBuildTagHash": "52279323cf2e3862f8b4ba459f5036fefeadf1ff",
|
|
305
305
|
"devDependencies": {}
|
|
306
306
|
},
|
|
307
307
|
"build": {
|
|
308
|
-
"number":
|
|
309
|
-
"date": "2022-
|
|
310
|
-
"hash": "
|
|
308
|
+
"number": 254,
|
|
309
|
+
"date": "2022-12-04T21:11:55.000Z",
|
|
310
|
+
"hash": "a87bbe63b8cab80ff5ab359d78c2496894a92113",
|
|
311
311
|
"options": {}
|
|
312
312
|
},
|
|
313
313
|
"currentProjectName": "static-columns",
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22static-columns%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
316
316
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
317
317
|
"currentProjectType": "isomorphic-lib",
|
|
318
|
-
"currentFrameworkVersion": "13.1.
|
|
318
|
+
"currentFrameworkVersion": "13.1.108",
|
|
319
319
|
"currentProjectIsStrictSite": false,
|
|
320
320
|
"currentProjectIsDependencySite": false,
|
|
321
321
|
"currentProjectIsStatic": false,
|