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.
- package/app/app.component.d.ts +1 -1
- package/app/app.component.js +3 -28
- package/app/app.component.js.map +1 -1
- package/app/app.module.d.ts +1 -1
- package/app/app.module.js +3 -36
- package/app/app.module.js.map +1 -1
- package/app.d.ts +0 -1
- package/app.js +3 -3
- package/browser/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/browser/esm2020/lib/column/column.component.mjs +3 -2
- package/browser/esm2020/lib/column/index.mjs +4 -2
- package/browser/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -0
- package/browser/esm2020/lib/columns-gap/index.mjs +4 -0
- package/browser/esm2020/lib/columns.component.mjs +5 -6
- package/browser/esm2020/lib/columns.module.mjs +23 -4
- package/browser/esm2020/lib/index.mjs +4 -3
- package/browser/fesm2015/static-columns.mjs +87 -28
- package/browser/fesm2015/static-columns.mjs.map +1 -1
- package/browser/fesm2020/static-columns.mjs +87 -28
- package/browser/fesm2020/static-columns.mjs.map +1 -1
- package/browser/lib/column/column-grow.directive.d.ts +2 -1
- package/browser/lib/column/column.component.d.ts +2 -1
- package/browser/lib/column/index.d.ts +2 -1
- package/browser/lib/columns-gap/columns-gap.component.d.ts +15 -0
- package/browser/lib/columns-gap/index.d.ts +2 -0
- package/browser/lib/columns.component.d.ts +2 -1
- package/browser/lib/columns.module.d.ts +4 -2
- package/browser/lib/index.d.ts +3 -3
- package/browser/public-api.d.ts +2 -1
- package/browser/static-columns.d.ts +2 -1
- package/client/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/client/esm2020/lib/column/column.component.mjs +3 -2
- package/client/esm2020/lib/column/index.mjs +4 -2
- package/client/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -0
- package/client/esm2020/lib/columns-gap/index.mjs +4 -0
- package/client/esm2020/lib/columns.component.mjs +5 -6
- package/client/esm2020/lib/columns.module.mjs +23 -4
- package/client/esm2020/lib/index.mjs +4 -3
- package/client/fesm2015/static-columns.mjs +87 -28
- package/client/fesm2015/static-columns.mjs.map +1 -1
- package/client/fesm2020/static-columns.mjs +87 -28
- package/client/fesm2020/static-columns.mjs.map +1 -1
- package/client/lib/column/column-grow.directive.d.ts +2 -1
- package/client/lib/column/column.component.d.ts +2 -1
- package/client/lib/column/index.d.ts +2 -1
- package/client/lib/columns-gap/columns-gap.component.d.ts +15 -0
- package/client/lib/columns-gap/index.d.ts +2 -0
- package/client/lib/columns.component.d.ts +2 -1
- package/client/lib/columns.module.d.ts +4 -2
- package/client/lib/index.d.ts +3 -3
- package/client/public-api.d.ts +2 -1
- package/client/static-columns.d.ts +2 -1
- package/lib/column/index.d.ts +1 -1
- package/lib/column/index.js +2 -1
- package/lib/column/index.js.map +1 -1
- package/lib/columns-gap/columns-gap.component.d.ts +11 -0
- package/lib/columns-gap/columns-gap.component.js +6 -0
- package/lib/columns-gap/columns-gap.component.js.map +1 -0
- package/lib/columns-gap/index.d.ts +1 -0
- package/lib/columns-gap/index.js +6 -0
- package/lib/columns-gap/index.js.map +1 -0
- package/lib/columns.component.d.ts +1 -1
- package/lib/columns.component.js +3 -26
- package/lib/columns.component.js.map +1 -1
- package/lib/columns.module.d.ts +1 -1
- package/lib/columns.module.js +3 -19
- package/lib/columns.module.js.map +1 -1
- package/lib/index.d.ts +2 -3
- package/lib/index.js +5 -4
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json_tnp.json5 +2 -1
- package/tmp-environment.json +172 -164
- package/websql/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/websql/esm2020/lib/column/column.component.mjs +3 -2
- package/websql/esm2020/lib/column/index.mjs +4 -2
- package/websql/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -0
- package/websql/esm2020/lib/columns-gap/index.mjs +4 -0
- package/websql/esm2020/lib/columns.component.mjs +5 -6
- package/websql/esm2020/lib/columns.module.mjs +23 -4
- package/websql/esm2020/lib/index.mjs +4 -3
- package/websql/fesm2015/static-columns.mjs +87 -28
- package/websql/fesm2015/static-columns.mjs.map +1 -1
- package/websql/fesm2020/static-columns.mjs +87 -28
- package/websql/fesm2020/static-columns.mjs.map +1 -1
- package/websql/lib/column/column-grow.directive.d.ts +2 -1
- package/websql/lib/column/column.component.d.ts +2 -1
- package/websql/lib/column/index.d.ts +2 -1
- package/websql/lib/columns-gap/columns-gap.component.d.ts +15 -0
- package/websql/lib/columns-gap/index.d.ts +2 -0
- package/websql/lib/columns.component.d.ts +2 -1
- package/websql/lib/columns.module.d.ts +4 -2
- package/websql/lib/index.d.ts +3 -3
- package/websql/public-api.d.ts +2 -1
- package/websql/static-columns.d.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"columns.component.js","sourceRoot":"","sources":["../../src/lib/columns.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"columns.component.js","sourceRoot":"","sources":["../../src/lib/columns.component.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,KAAK,CAAC;AAAxC,gDAAwC"}
|
package/lib/columns.module.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare class StaticColumnsModule {
|
|
2
|
-
}
|
|
2
|
+
}
|
package/lib/columns.module.js
CHANGED
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var column_1 = require("./column");
|
|
7
|
-
var columns_component_1 = require("./columns.component");
|
|
8
|
-
var StaticColumnsModule = /** @class */ (function () {
|
|
9
|
-
function StaticColumnsModule() {
|
|
10
|
-
}
|
|
11
|
-
StaticColumnsModule = tslib_1.__decorate([
|
|
12
|
-
(0, core_1.NgModule)({
|
|
13
|
-
imports: [],
|
|
14
|
-
exports: [columns_component_1.ColumnsComponent, column_1.ColumnComponent, column_1.DirectiveGrow],
|
|
15
|
-
declarations: [columns_component_1.ColumnsComponent, column_1.ColumnComponent, column_1.DirectiveGrow],
|
|
16
|
-
providers: [],
|
|
17
|
-
})
|
|
18
|
-
], StaticColumnsModule);
|
|
19
|
-
return StaticColumnsModule;
|
|
20
|
-
}());
|
|
21
|
-
exports.StaticColumnsModule = StaticColumnsModule;
|
|
3
|
+
exports.dummy1681593177984 = void 0;
|
|
4
|
+
function dummy1681593177984() { }
|
|
5
|
+
exports.dummy1681593177984 = dummy1681593177984;
|
|
22
6
|
//# sourceMappingURL=columns.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"columns.module.js","sourceRoot":"","sources":["../../src/lib/columns.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"columns.module.js","sourceRoot":"","sources":["../../src/lib/columns.module.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,KAAK,CAAC;AAAxC,gDAAwC"}
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./column"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./columns
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
tslib_1.__exportStar(require("./columns-gap"), exports);
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
9
10
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;AAAA,mDAAyB;AACzB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;AAAA,mDAAyB;AACzB,wDAA8B;AAC9B,KAAK;AACL,KAAK;AAEL,KAAK;AACL,KAAK"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "static-columns",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.31",
|
|
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": "4f94b5eedfd2653825d800c59d3c4e923b430195",
|
|
28
28
|
"devDependencies": {}
|
|
29
29
|
}
|
package/package.json_tnp.json5
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "static-columns.example.domain.com",
|
|
3
3
|
"name": "local",
|
|
4
|
+
"isCoreProject": false,
|
|
4
5
|
"ip": "localhost",
|
|
5
6
|
"packageJSON": {
|
|
6
7
|
"tnp": {
|
|
@@ -21,7 +22,8 @@
|
|
|
21
22
|
"libReleaseOptions": {
|
|
22
23
|
"nodts": false,
|
|
23
24
|
"obscure": false,
|
|
24
|
-
"ugly": false
|
|
25
|
+
"ugly": false,
|
|
26
|
+
"includeNodeModules": false
|
|
25
27
|
},
|
|
26
28
|
"smartContainerTarget": "",
|
|
27
29
|
"type": "isomorphic-lib",
|
|
@@ -47,7 +49,7 @@
|
|
|
47
49
|
"workerPlugins": {}
|
|
48
50
|
},
|
|
49
51
|
"name": "static-columns",
|
|
50
|
-
"version": "13.1.
|
|
52
|
+
"version": "13.1.31",
|
|
51
53
|
"description": "Static columns with flexbox for Agnular2",
|
|
52
54
|
"repository": {
|
|
53
55
|
"type": "git",
|
|
@@ -72,32 +74,32 @@
|
|
|
72
74
|
"dependencies": {
|
|
73
75
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
74
76
|
"@angular-devkit/core": "~13.3.9",
|
|
75
|
-
"@angular/cdk": "
|
|
77
|
+
"@angular/cdk": "~13.3.9",
|
|
76
78
|
"@angular/cli": "~13.3.9",
|
|
77
79
|
"@angular/common": "~13.3.0",
|
|
78
80
|
"@angular/compiler": "~13.3.0",
|
|
79
81
|
"@angular/compiler-cli": "~13.3.0",
|
|
80
82
|
"@angular/core": "~13.3.0",
|
|
81
|
-
"@angular/flex-layout": "13.0.0-beta.38",
|
|
83
|
+
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
82
84
|
"@angular/forms": "~13.3.0",
|
|
83
|
-
"@angular/material": "
|
|
85
|
+
"@angular/material": "~13.3.9",
|
|
84
86
|
"@angular/platform-browser": "~13.3.0",
|
|
85
87
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
86
88
|
"@angular/pwa": "~13.3.9",
|
|
87
89
|
"@angular/router": "~13.3.0",
|
|
88
90
|
"@angular/service-worker": "~13.3.11",
|
|
89
|
-
"@babel/cli": "
|
|
91
|
+
"@babel/cli": "7.18.6",
|
|
90
92
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
91
93
|
"@iconify/icons-mdi": "1.2.1",
|
|
92
94
|
"@mdi/js": "6.5.95",
|
|
93
|
-
"@ngrx/component-store": "
|
|
94
|
-
"@ngrx/data": "
|
|
95
|
-
"@ngrx/effects": "
|
|
96
|
-
"@ngrx/entity": "
|
|
97
|
-
"@ngrx/router-store": "
|
|
98
|
-
"@ngrx/schematics": "
|
|
99
|
-
"@ngrx/store": "
|
|
100
|
-
"@ngrx/store-devtools": "
|
|
95
|
+
"@ngrx/component-store": "~13.0.2",
|
|
96
|
+
"@ngrx/data": "~13.0.2",
|
|
97
|
+
"@ngrx/effects": "~13.0.2",
|
|
98
|
+
"@ngrx/entity": "~13.0.2",
|
|
99
|
+
"@ngrx/router-store": "~13.0.2",
|
|
100
|
+
"@ngrx/schematics": "~13.0.2",
|
|
101
|
+
"@ngrx/store": "~13.0.2",
|
|
102
|
+
"@ngrx/store-devtools": "~13.0.2",
|
|
101
103
|
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
102
104
|
"@ngx-formly/core": "6.0.0-next.8",
|
|
103
105
|
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
@@ -108,134 +110,140 @@
|
|
|
108
110
|
"@ngx-translate/core": "14.0.0",
|
|
109
111
|
"@ngx-translate/http-loader": "7.0.0",
|
|
110
112
|
"@swimlane/ngx-datatable": "20.0.0",
|
|
111
|
-
"@types/chai": "
|
|
113
|
+
"@types/chai": "4.1.2",
|
|
112
114
|
"@types/chokidar": "2.1.3",
|
|
113
|
-
"@types/dateformat": "
|
|
114
|
-
"@types/diff": "
|
|
115
|
-
"@types/express": "
|
|
116
|
-
"@types/express-fileupload": "
|
|
117
|
-
"@types/fs-extra": "
|
|
118
|
-
"@types/glob": "
|
|
119
|
-
"@types/http-proxy": "
|
|
115
|
+
"@types/dateformat": "1.0.1",
|
|
116
|
+
"@types/diff": "3.2.2",
|
|
117
|
+
"@types/express": "4.11.0",
|
|
118
|
+
"@types/express-fileupload": "0.1.1",
|
|
119
|
+
"@types/fs-extra": "7.0.0",
|
|
120
|
+
"@types/glob": "5.0.35",
|
|
121
|
+
"@types/http-proxy": "1.16.0",
|
|
120
122
|
"@types/http-proxy-middleware": "0.19.2",
|
|
121
|
-
"@types/inquirer": "
|
|
122
|
-
"@types/jasmine": "
|
|
123
|
-
"@types/json-stringify-safe": "
|
|
123
|
+
"@types/inquirer": "7.3.1",
|
|
124
|
+
"@types/jasmine": "3.10.0",
|
|
125
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
124
126
|
"@types/json5": "0.0.29",
|
|
125
|
-
"@types/lockfile": "
|
|
127
|
+
"@types/lockfile": "1.0.0",
|
|
126
128
|
"@types/lodash": "4.14.92",
|
|
127
|
-
"@types/lowdb": "
|
|
128
|
-
"@types/mocha": "
|
|
129
|
-
"@types/node": "
|
|
130
|
-
"@types/node-notifier": "
|
|
131
|
-
"@types/oauth2orize": "
|
|
132
|
-
"@types/password-hash": "
|
|
133
|
-
"@types/progress": "
|
|
129
|
+
"@types/lowdb": "1.0.6",
|
|
130
|
+
"@types/mocha": "5.2.5",
|
|
131
|
+
"@types/node": "12.11.1",
|
|
132
|
+
"@types/node-notifier": "5.4.0",
|
|
133
|
+
"@types/oauth2orize": "1.8.0",
|
|
134
|
+
"@types/password-hash": "1.2.19",
|
|
135
|
+
"@types/progress": "2.0.3",
|
|
134
136
|
"@types/q": "1.5.5",
|
|
135
|
-
"@types/rimraf": "
|
|
137
|
+
"@types/rimraf": "2.0.2",
|
|
136
138
|
"@types/semver": "6.0.1",
|
|
137
|
-
"@types/systeminformation": "
|
|
138
|
-
"@types/vinyl": "
|
|
139
|
-
"@types/watch": "
|
|
140
|
-
"accepts": "
|
|
141
|
-
"any-project-cli": "~13.1.
|
|
142
|
-
"axios": "
|
|
143
|
-
"background-worker-process": "~13.1.
|
|
139
|
+
"@types/systeminformation": "3.23.0",
|
|
140
|
+
"@types/vinyl": "2.0.2",
|
|
141
|
+
"@types/watch": "1.0.0",
|
|
142
|
+
"accepts": "1.3.4",
|
|
143
|
+
"any-project-cli": "~13.1.22",
|
|
144
|
+
"axios": "0.17.1",
|
|
145
|
+
"background-worker-process": "~13.1.37",
|
|
144
146
|
"bcryptjs": "2.4.3",
|
|
145
147
|
"better-sqlite3": "7.6.2",
|
|
146
|
-
"body-parser": "
|
|
147
|
-
"bootstrap": "
|
|
148
|
-
"bs4-breakpoint": "13.0.
|
|
149
|
-
"buffer-shims": "
|
|
148
|
+
"body-parser": "1.18.2",
|
|
149
|
+
"bootstrap": "5.1.3",
|
|
150
|
+
"bs4-breakpoint": "13.0.33",
|
|
151
|
+
"buffer-shims": "1.0.0",
|
|
150
152
|
"callsite-record": "4.1.3",
|
|
151
|
-
"chai": "
|
|
152
|
-
"chalk": "
|
|
153
|
-
"check-node-version": "
|
|
153
|
+
"chai": "4.2.0",
|
|
154
|
+
"chalk": "2.3.2",
|
|
155
|
+
"check-node-version": "3.2.0",
|
|
154
156
|
"cheerio": "1.0.0-rc.3",
|
|
155
157
|
"chokidar": "3.5.1",
|
|
156
|
-
"circular-json": "
|
|
157
|
-
"command-exists": "
|
|
158
|
+
"circular-json": "0.5.1",
|
|
159
|
+
"command-exists": "1.2.2",
|
|
158
160
|
"compression": "1.7.4",
|
|
159
|
-
"concurrently": "
|
|
160
|
-
"content-type": "
|
|
161
|
-
"cookie-parser": "
|
|
162
|
-
"copy-paste": "
|
|
163
|
-
"cors": "
|
|
164
|
-
"cpr": "
|
|
165
|
-
"cross-spawn": "
|
|
166
|
-
"dateformat": "
|
|
161
|
+
"concurrently": "3.5.1",
|
|
162
|
+
"content-type": "1.0.4",
|
|
163
|
+
"cookie-parser": "1.4.3",
|
|
164
|
+
"copy-paste": "1.3.0",
|
|
165
|
+
"cors": "2.8.4",
|
|
166
|
+
"cpr": "3.0.1",
|
|
167
|
+
"cross-spawn": "7.0.3",
|
|
168
|
+
"dateformat": "3.0.3",
|
|
167
169
|
"detect-mocha": "0.1.0",
|
|
168
|
-
"diff": "
|
|
170
|
+
"diff": "3.2.0",
|
|
171
|
+
"edit-table": "13.1.0",
|
|
169
172
|
"element-resize-detector": "1.1.15",
|
|
170
|
-
"enquirer": "
|
|
173
|
+
"enquirer": "2.3.0",
|
|
171
174
|
"enum-values": "1.2.1",
|
|
172
|
-
"errorhandler": "
|
|
175
|
+
"errorhandler": "1.5.0",
|
|
173
176
|
"eslint": "7.13.0",
|
|
174
177
|
"eslint-plugin-import": "2.22.1",
|
|
175
178
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
176
179
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
177
|
-
"express": "
|
|
178
|
-
"express-fileupload": "
|
|
180
|
+
"express": "4.16.3",
|
|
181
|
+
"express-fileupload": "0.4.0",
|
|
179
182
|
"express-session": "1.17.3",
|
|
180
|
-
"fbgraph": "
|
|
181
|
-
"file-loader": "
|
|
182
|
-
"
|
|
183
|
-
"firedev
|
|
184
|
-
"firedev-
|
|
185
|
-
"firedev-
|
|
186
|
-
"firedev-
|
|
183
|
+
"fbgraph": "1.4.1",
|
|
184
|
+
"file-loader": "1.1.5",
|
|
185
|
+
"file-saver": "2.0.5",
|
|
186
|
+
"firedev": "^13",
|
|
187
|
+
"firedev-crud": "~13.1.42",
|
|
188
|
+
"firedev-crud-deamon": "~13.1.32",
|
|
189
|
+
"firedev-ports": "~13.1.36",
|
|
190
|
+
"firedev-storage": "~13.1.27",
|
|
191
|
+
"firedev-typeorm": "~13.1.17",
|
|
192
|
+
"firedev-ui": "~13.1.6",
|
|
187
193
|
"fkill": "6.1.0",
|
|
188
|
-
"font-awesome": "
|
|
194
|
+
"font-awesome": "4.7.0",
|
|
189
195
|
"fs-extra": "8.1.0",
|
|
190
|
-
"fuzzy": "
|
|
191
|
-
"glob": "
|
|
192
|
-
"gulp": "
|
|
193
|
-
"hostile": "
|
|
194
|
-
"http-proxy": "
|
|
196
|
+
"fuzzy": "0.1.3",
|
|
197
|
+
"glob": "7.1.2",
|
|
198
|
+
"gulp": "3.9.1",
|
|
199
|
+
"hostile": "1.3.3",
|
|
200
|
+
"http-proxy": "1.16.2",
|
|
195
201
|
"http-proxy-middleware": "0.19.1",
|
|
196
202
|
"http-server": "0.11.1",
|
|
197
|
-
"incremental-compiler": "~13.1.
|
|
198
|
-
"inquirer": "
|
|
199
|
-
"inquirer-autocomplete-prompt": "
|
|
200
|
-
"is-elevated": "
|
|
201
|
-
"isomorphic-region-loader": "~1.
|
|
202
|
-
"istanbul-instrumenter-loader": "
|
|
203
|
-
"jasmine-core": "
|
|
204
|
-
"jscodeshift": "
|
|
205
|
-
"json-stringify-safe": "
|
|
206
|
-
"json10": "~13.1.
|
|
207
|
-
"json10-writer": "~13.1.
|
|
208
|
-
"json5": "
|
|
209
|
-
"json5-writer": "
|
|
210
|
-
"
|
|
211
|
-
"karma
|
|
212
|
-
"karma-
|
|
213
|
-
"karma-
|
|
214
|
-
"karma-
|
|
215
|
-
"karma-jasmine
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
203
|
+
"incremental-compiler": "~13.1.16",
|
|
204
|
+
"inquirer": "7.3.3",
|
|
205
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
206
|
+
"is-elevated": "3.0.0",
|
|
207
|
+
"isomorphic-region-loader": "~13.1.30",
|
|
208
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
209
|
+
"jasmine-core": "4.0.0",
|
|
210
|
+
"jscodeshift": "0.6.3",
|
|
211
|
+
"json-stringify-safe": "5.0.1",
|
|
212
|
+
"json10": "~13.1.35",
|
|
213
|
+
"json10-writer": "~13.1.33",
|
|
214
|
+
"json5": "2.1.3",
|
|
215
|
+
"json5-writer": "0.2.0",
|
|
216
|
+
"jszip": "3.10.1",
|
|
217
|
+
"karma": "6.3.0",
|
|
218
|
+
"karma-chrome-launcher": "3.1.0",
|
|
219
|
+
"karma-cli": "1.0.1",
|
|
220
|
+
"karma-coverage": "2.1.0",
|
|
221
|
+
"karma-jasmine": "4.0.0",
|
|
222
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
|
223
|
+
"lnk": "1.0.1",
|
|
224
|
+
"localforage": "1.10.0",
|
|
225
|
+
"lockfile": "1.0.4",
|
|
226
|
+
"lodash": "4.17.4",
|
|
227
|
+
"lodash-walk-object": "~13.1.35",
|
|
220
228
|
"lodash.get": ">= 4",
|
|
221
229
|
"lodash.isequal": ">= 4",
|
|
222
230
|
"lodash.merge": ">= 4",
|
|
223
231
|
"lodash.set": ">= 4",
|
|
224
|
-
"lowdb": "
|
|
225
|
-
"magic-renamer": "~13.1.
|
|
232
|
+
"lowdb": "1.0.0",
|
|
233
|
+
"magic-renamer": "~13.1.24",
|
|
226
234
|
"material-design-icons": "3.0.1",
|
|
227
|
-
"method-override": "
|
|
228
|
-
"minimist": "
|
|
229
|
-
"mkdirp": "
|
|
230
|
-
"mocha": "
|
|
231
|
-
"moment": "
|
|
232
|
-
"morphi": "~13.1.
|
|
233
|
-
"ng-packagr": "
|
|
234
|
-
"ng-talkback": "~13.1.
|
|
235
|
-
"ng2-logger": "~13.1.
|
|
236
|
-
"ng2-rest": "~13.1.
|
|
237
|
-
"ng4-icons": "~13.1.
|
|
238
|
-
"ng4-modal": "~13.1.
|
|
235
|
+
"method-override": "2.3.10",
|
|
236
|
+
"minimist": "1.2.0",
|
|
237
|
+
"mkdirp": "0.5.1",
|
|
238
|
+
"mocha": "5.2.0",
|
|
239
|
+
"moment": "2.22.2",
|
|
240
|
+
"morphi": "~13.1.41",
|
|
241
|
+
"ng-packagr": "13.0.0",
|
|
242
|
+
"ng-talkback": "~13.1.19",
|
|
243
|
+
"ng2-logger": "~13.1.14",
|
|
244
|
+
"ng2-rest": "~13.1.13",
|
|
245
|
+
"ng4-icons": "~13.1.21",
|
|
246
|
+
"ng4-modal": "~13.1.23",
|
|
239
247
|
"ngx-bootstrap": "8.0.0",
|
|
240
248
|
"ngx-editor": "12.2.1",
|
|
241
249
|
"ngx-moment": "6.0.2",
|
|
@@ -243,71 +251,71 @@
|
|
|
243
251
|
"ngx-store": "3.1.1",
|
|
244
252
|
"ngx-toastr": "14.2.2",
|
|
245
253
|
"ngx-wig": "13.0.3",
|
|
246
|
-
"node-cli-tester": "~13.1.
|
|
254
|
+
"node-cli-tester": "~13.1.19",
|
|
247
255
|
"node-localstorage": "2.1.6",
|
|
248
|
-
"node-notifier": "
|
|
249
|
-
"nodemon": "
|
|
250
|
-
"npm-get-dependents": "
|
|
251
|
-
"npm-run": "
|
|
252
|
-
"omelette": "
|
|
256
|
+
"node-notifier": "6.0.0",
|
|
257
|
+
"nodemon": "1.14.11",
|
|
258
|
+
"npm-get-dependents": "1.0.1",
|
|
259
|
+
"npm-run": "4.1.2",
|
|
260
|
+
"omelette": "0.4.5",
|
|
253
261
|
"open": "7.2.1",
|
|
254
262
|
"ora": "3.4.0",
|
|
255
|
-
"passport": "
|
|
256
|
-
"passport-http-bearer": "
|
|
257
|
-
"password-hash": "
|
|
263
|
+
"passport": "0.3.2",
|
|
264
|
+
"passport-http-bearer": "1.0.1",
|
|
265
|
+
"password-hash": "1.2.2",
|
|
258
266
|
"portfinder": "1.0.21",
|
|
259
267
|
"prettier": "2.5.1",
|
|
260
|
-
"progress": "
|
|
261
|
-
"prompts": "
|
|
268
|
+
"progress": "2.0.3",
|
|
269
|
+
"prompts": "0.1.8",
|
|
262
270
|
"ps-list": "6.1.0",
|
|
263
|
-
"ps-node": "
|
|
264
|
-
"q": "
|
|
265
|
-
"randomcolor": "
|
|
266
|
-
"record-replay-req-res-scenario": "~13.1.
|
|
267
|
-
"reflect-metadata": "
|
|
268
|
-
"rimraf": "
|
|
271
|
+
"ps-node": "0.1.6",
|
|
272
|
+
"q": "1.5.1",
|
|
273
|
+
"randomcolor": "0.5.3",
|
|
274
|
+
"record-replay-req-res-scenario": "~13.1.20",
|
|
275
|
+
"reflect-metadata": "0.1.10",
|
|
276
|
+
"rimraf": "2.6.2",
|
|
269
277
|
"rxjs": "~7.5.0",
|
|
270
278
|
"semver": "6.3.0",
|
|
271
|
-
"simple-git": "
|
|
272
|
-
"sloc": "
|
|
273
|
-
"socket.io": "
|
|
274
|
-
"sort-package-json": "
|
|
275
|
-
"sql.js": "
|
|
276
|
-
"static-columns": "~13.1.
|
|
277
|
-
"string-similarity": "
|
|
278
|
-
"sudo-block": "
|
|
279
|
-
"systeminformation": "
|
|
280
|
-
"task.js": "
|
|
281
|
-
"tnp-cli": "~13.1.
|
|
282
|
-
"tnp-config": "~13.1.
|
|
283
|
-
"tnp-core": "~13.
|
|
284
|
-
"tnp-db": "~13.1.
|
|
285
|
-
"tnp-helpers": "~13.1.
|
|
286
|
-
"tnp-models": "~13.1.
|
|
287
|
-
"tnp-ui": "~13.1.
|
|
288
|
-
"ts-debug": "
|
|
289
|
-
"ts-loader": "
|
|
290
|
-
"ts-node": "
|
|
291
|
-
"tslib": "
|
|
292
|
-
"typeorm": "
|
|
279
|
+
"simple-git": "1.96.0",
|
|
280
|
+
"sloc": "0.2.0",
|
|
281
|
+
"socket.io": "2.4.1",
|
|
282
|
+
"sort-package-json": "1.11.0",
|
|
283
|
+
"sql.js": "1.8.0",
|
|
284
|
+
"static-columns": "~13.1.29",
|
|
285
|
+
"string-similarity": "4.0.2",
|
|
286
|
+
"sudo-block": "3.0.0",
|
|
287
|
+
"systeminformation": "3.45.7",
|
|
288
|
+
"task.js": "0.1.5",
|
|
289
|
+
"tnp-cli": "~13.1.49",
|
|
290
|
+
"tnp-config": "~13.1.61",
|
|
291
|
+
"tnp-core": "~13.2.5",
|
|
292
|
+
"tnp-db": "~13.1.15",
|
|
293
|
+
"tnp-helpers": "~13.1.24",
|
|
294
|
+
"tnp-models": "~13.1.15",
|
|
295
|
+
"tnp-ui": "~13.1.27",
|
|
296
|
+
"ts-debug": "1.3.0",
|
|
297
|
+
"ts-loader": "2.3.1",
|
|
298
|
+
"ts-node": "10.7.0",
|
|
299
|
+
"tslib": "~2.3.0",
|
|
300
|
+
"typeorm": "~0.3.10",
|
|
293
301
|
"typescript": "~4.6.2",
|
|
294
|
-
"typescript-class-helpers": "~13.1.
|
|
295
|
-
"typescript-formatter": "7.2.2",
|
|
296
|
-
"underscore": "
|
|
297
|
-
"uuid": "
|
|
298
|
-
"validator": "
|
|
299
|
-
"vpn-split": "~13.1.
|
|
300
|
-
"watch": "
|
|
302
|
+
"typescript-class-helpers": "~13.1.14",
|
|
303
|
+
"typescript-formatter": "~7.2.2",
|
|
304
|
+
"underscore": "1.9.1",
|
|
305
|
+
"uuid": "8.3.2",
|
|
306
|
+
"validator": "9.2.0",
|
|
307
|
+
"vpn-split": "~13.1.23",
|
|
308
|
+
"watch": "1.0.2",
|
|
301
309
|
"zone.js": "~0.11.4"
|
|
302
310
|
},
|
|
303
311
|
"private": false,
|
|
304
|
-
"lastBuildTagHash": "
|
|
312
|
+
"lastBuildTagHash": "4f94b5eedfd2653825d800c59d3c4e923b430195",
|
|
305
313
|
"devDependencies": {}
|
|
306
314
|
},
|
|
307
315
|
"build": {
|
|
308
|
-
"number":
|
|
309
|
-
"date": "
|
|
310
|
-
"hash": "
|
|
316
|
+
"number": 267,
|
|
317
|
+
"date": "2023-04-15T21:12:52.000Z",
|
|
318
|
+
"hash": "3a9569b5c8aeb10ee09a11feb36f84b93fb9532c",
|
|
311
319
|
"options": {}
|
|
312
320
|
},
|
|
313
321
|
"currentProjectName": "static-columns",
|
|
@@ -315,7 +323,7 @@
|
|
|
315
323
|
"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
324
|
"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
325
|
"currentProjectType": "isomorphic-lib",
|
|
318
|
-
"currentFrameworkVersion": "13.1.
|
|
326
|
+
"currentFrameworkVersion": "13.1.178",
|
|
319
327
|
"currentProjectIsStrictSite": false,
|
|
320
328
|
"currentProjectIsDependencySite": false,
|
|
321
329
|
"currentProjectIsStatic": false,
|
|
@@ -5,10 +5,8 @@ export class DirectiveGrow {
|
|
|
5
5
|
this.e = e;
|
|
6
6
|
this.renderer = renderer;
|
|
7
7
|
setTimeout(() => {
|
|
8
|
-
// e.nativeElement.style.flexGrow = 1;
|
|
9
8
|
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
10
9
|
}, 0);
|
|
11
|
-
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
12
10
|
}
|
|
13
11
|
}
|
|
14
12
|
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 });
|
|
@@ -19,4 +17,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
19
17
|
selector: '[grow]'
|
|
20
18
|
}]
|
|
21
19
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
22
|
-
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=static-columns lib/column/column-grow.directive.ts
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLWdyb3cuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvc3RhdGljLWNvbHVtbnMvcHJvamVjdHMvc3RhdGljLWNvbHVtbnMvc3JjL2xpYi9jb2x1bW4vY29sdW1uLWdyb3cuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBYSxTQUFTLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNNUUsTUFBTSxPQUFPLGFBQWE7SUFDeEIsWUFBbUIsQ0FBYSxFQUFTLFFBQW1CO1FBQXpDLE1BQUMsR0FBRCxDQUFDLENBQVk7UUFBUyxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQzFELFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFFZCxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxhQUFhLEVBQUUsVUFBVSxFQUFFLEdBQUcsQ0FBQyxDQUFBO1FBQ3JELENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUdSLENBQUM7OzJHQVJVLGFBQWE7K0ZBQWIsYUFBYTs0RkFBYixhQUFhO2tCQUh6QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxRQUFRO2lCQUNuQjs7QUFZQSxDQUFDO0FBQUEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLCtFQUErRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbZ3Jvd10nXG59KVxuZXhwb3J0IGNsYXNzIERpcmVjdGl2ZUdyb3cge1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgZTogRWxlbWVudFJlZiwgcHVibGljIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcblxuICAgICAgcmVuZGVyZXIuc2V0U3R5bGUoZS5uYXRpdmVFbGVtZW50LCAnZmxleEdyb3cnLCAnMScpXG4gICAgfSwgMCk7XG5cblxuICB9XG59XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1zdGF0aWMtY29sdW1ucyBsaWIvY29sdW1uL2NvbHVtbi1ncm93LmRpcmVjdGl2ZS50cyJdfQ==
|
|
@@ -2,7 +2,6 @@ import { Component, Input, HostBinding } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class ColumnComponent {
|
|
4
4
|
constructor() {
|
|
5
|
-
// this.ccwidth = 90;
|
|
6
5
|
}
|
|
7
6
|
ngOnInit() { }
|
|
8
7
|
}
|
|
@@ -20,4 +19,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
20
19
|
}, {
|
|
21
20
|
type: Input
|
|
22
21
|
}] } });
|
|
23
|
-
|
|
22
|
+
;
|
|
23
|
+
({}); // @--end-of-file-for-module=static-columns lib/column/column.component.ts
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUtd2Vic3FsL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9saWIvY29sdW1uL2NvbHVtbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU90RSxNQUFNLE9BQU8sZUFBZTtJQUd4QjtJQUVBLENBQUM7SUFFRCxRQUFRLEtBQUssQ0FBQzs7NkdBUEwsZUFBZTtpR0FBZixlQUFlLDRLQUhkLDJCQUEyQjs0RkFHNUIsZUFBZTtrQkFMM0IsU0FBUzsrQkFDSSxRQUFRLFlBQ1IsMkJBQTJCOzBFQUkwQyxLQUFLO3NCQUFuRixXQUFXO3VCQUFDLHFCQUFxQjs7c0JBQUcsV0FBVzt1QkFBQyxtQkFBbUI7O3NCQUFHLEtBQUs7O0FBVS9FLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsMEVBQTBFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIElucHV0LCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2NvbHVtbicsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW4uY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDb2x1bW5Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBIb3N0QmluZGluZygnc3R5bGUuZmxleC5iYXNpcy5weCcpIEBIb3N0QmluZGluZygnc3R5bGUubWluV2lkdGgucHgnKSBASW5wdXQoKSB3aWR0aDogbnVtYmVyO1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG5cbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHsgfVxuXG59XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1zdGF0aWMtY29sdW1ucyBsaWIvY29sdW1uL2NvbHVtbi5jb21wb25lbnQudHMiXX0=
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export * from './column.component';
|
|
2
1
|
export * from './column-grow.directive';
|
|
3
|
-
|
|
2
|
+
export * from './column.component';
|
|
3
|
+
;
|
|
4
|
+
({}); // @--end-of-file-for-module=static-columns lib/column/index.ts
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2NvbHVtbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHlCQUF5QixDQUFDO0FBRXhDLGNBQWMsb0JBQW9CLENBQUM7QUFHbEMsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQywrREFBK0QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbHVtbi1ncm93LmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vY29sdW1uLmNvbXBvbmVudCc7XG5cblxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXN0YXRpYy1jb2x1bW5zIGxpYi9jb2x1bW4vaW5kZXgudHMiXX0=
|