static-columns 13.0.23 → 13.0.24
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/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/tmp-environment.json +30 -31
- package/websql/README.md +24 -0
- package/websql/esm2020/lib/column/column-grow.directive.mjs +22 -0
- package/websql/esm2020/lib/column/column.component.mjs +23 -0
- package/websql/esm2020/lib/column/index.mjs +3 -0
- package/websql/esm2020/lib/columns.component.mjs +21 -0
- package/websql/esm2020/lib/columns.module.mjs +19 -0
- package/websql/esm2020/lib/index.mjs +6 -0
- package/websql/esm2020/public-api.mjs +2 -0
- package/websql/esm2020/static-columns.mjs +5 -0
- package/websql/fesm2015/static-columns.mjs +83 -0
- package/websql/fesm2015/static-columns.mjs.map +1 -0
- package/websql/fesm2020/static-columns.mjs +83 -0
- package/websql/fesm2020/static-columns.mjs.map +1 -0
- package/websql/lib/column/column-grow.directive.d.ts +9 -0
- package/websql/lib/column/column.component.d.ts +9 -0
- package/websql/lib/column/index.d.ts +2 -0
- package/websql/lib/columns.component.d.ts +10 -0
- package/websql/lib/columns.module.d.ts +9 -0
- package/websql/lib/index.d.ts +5 -0
- package/websql/package.json +31 -0
- package/websql/public-api.d.ts +1 -0
- package/websql/static-columns.d.ts +5 -0
package/app/app.component.js
CHANGED
|
@@ -28,4 +28,4 @@ var AppComponent = /** @class */ (function () {
|
|
|
28
28
|
return AppComponent;
|
|
29
29
|
}());
|
|
30
30
|
exports.AppComponent = AppComponent;
|
|
31
|
-
//# sourceMappingURL=/Users/
|
|
31
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/app/app.component.js.map
|
package/app/app.module.js
CHANGED
|
@@ -36,4 +36,4 @@ var AppModule = /** @class */ (function () {
|
|
|
36
36
|
return AppModule;
|
|
37
37
|
}());
|
|
38
38
|
exports.AppModule = AppModule;
|
|
39
|
-
//# sourceMappingURL=/Users/
|
|
39
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/app/app.module.js.map
|
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
|
(0, tslib_1.__exportStar)(require("./lib"), exports);
|
|
5
|
-
//# sourceMappingURL=/Users/
|
|
5
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/index.js.map
|
|
@@ -22,4 +22,4 @@ var DirectiveGrow = /** @class */ (function () {
|
|
|
22
22
|
return DirectiveGrow;
|
|
23
23
|
}());
|
|
24
24
|
exports.DirectiveGrow = DirectiveGrow;
|
|
25
|
-
//# sourceMappingURL=/Users/
|
|
25
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/lib/column/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=/Users/
|
|
28
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/lib/column/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
|
(0, tslib_1.__exportStar)(require("./column.component"), exports);
|
|
5
5
|
(0, tslib_1.__exportStar)(require("./column-grow.directive"), exports);
|
|
6
|
-
//# sourceMappingURL=/Users/
|
|
6
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/lib/column/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=/Users/
|
|
29
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/lib/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=/Users/
|
|
22
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/lib/columns.module.js.map
|
package/lib/index.js
CHANGED
|
@@ -6,4 +6,4 @@ var tslib_1 = require("tslib");
|
|
|
6
6
|
(0, tslib_1.__exportStar)(require("./column/column-grow.directive"), exports);
|
|
7
7
|
(0, tslib_1.__exportStar)(require("./column/column.component"), exports);
|
|
8
8
|
(0, tslib_1.__exportStar)(require("./columns.module"), exports);
|
|
9
|
-
//# sourceMappingURL=/Users/
|
|
9
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/static-columns/tmp-bundle-release/bundle/project/static-columns/bundle-nocutsrc/lib/index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "static-columns",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.24",
|
|
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": "d4a8f826ac49993d3eed25ea9f373432556c0ce3",
|
|
28
28
|
"devDependencies": {}
|
|
29
29
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"workerPlugins": {}
|
|
46
46
|
},
|
|
47
47
|
"name": "static-columns",
|
|
48
|
-
"version": "13.0.
|
|
48
|
+
"version": "13.0.24",
|
|
49
49
|
"description": "Static columns with flexbox for Agnular2",
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@angular-devkit/build-angular": "~13.2.5",
|
|
72
72
|
"@angular-devkit/core": "~13.2.6",
|
|
73
|
-
"@angular/animations": "~13.2.0",
|
|
74
73
|
"@angular/cdk": "~13.2.4",
|
|
75
74
|
"@angular/cli": "~13.2.5",
|
|
76
75
|
"@angular/common": "~13.2.0",
|
|
@@ -137,13 +136,13 @@
|
|
|
137
136
|
"@types/vinyl": "2.0.2",
|
|
138
137
|
"@types/watch": "1.0.0",
|
|
139
138
|
"accepts": "1.3.4",
|
|
139
|
+
"any-project-cli": "~0.0.9",
|
|
140
140
|
"axios": "0.17.1",
|
|
141
|
-
"background-worker-process": "~13.0.
|
|
141
|
+
"background-worker-process": "~13.0.21",
|
|
142
142
|
"bcryptjs": "2.4.3",
|
|
143
|
-
"better-sqlite3": "7.
|
|
143
|
+
"better-sqlite3": "7.6.2",
|
|
144
144
|
"body-parser": "1.18.2",
|
|
145
145
|
"bootstrap": "5.1.3",
|
|
146
|
-
"bs4-breakpoint": "13.0.28",
|
|
147
146
|
"buffer-shims": "1.0.0",
|
|
148
147
|
"callsite-record": "4.1.3",
|
|
149
148
|
"chai": "4.2.0",
|
|
@@ -178,10 +177,10 @@
|
|
|
178
177
|
"fbgraph": "1.4.1",
|
|
179
178
|
"file-loader": "1.1.5",
|
|
180
179
|
"firedev": "^13",
|
|
181
|
-
"firedev-crud": "~13.0.
|
|
182
|
-
"firedev-crud-deamon": "~13.0.
|
|
183
|
-
"firedev-ports": "~13.0.
|
|
184
|
-
"firedev-storage": "~13.0.
|
|
180
|
+
"firedev-crud": "~13.0.29",
|
|
181
|
+
"firedev-crud-deamon": "~13.0.20",
|
|
182
|
+
"firedev-ports": "~13.0.23",
|
|
183
|
+
"firedev-storage": "~13.0.15",
|
|
185
184
|
"fkill": "6.1.0",
|
|
186
185
|
"font-awesome": "4.7.0",
|
|
187
186
|
"fs-extra": "8.1.0",
|
|
@@ -192,17 +191,17 @@
|
|
|
192
191
|
"http-proxy": "1.16.2",
|
|
193
192
|
"http-proxy-middleware": "0.19.1",
|
|
194
193
|
"http-server": "0.11.1",
|
|
195
|
-
"incremental-compiler": "~13.0.
|
|
194
|
+
"incremental-compiler": "~13.0.27",
|
|
196
195
|
"inquirer": "7.3.3",
|
|
197
196
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
198
197
|
"is-elevated": "3.0.0",
|
|
199
|
-
"isomorphic-region-loader": "1.0.2",
|
|
198
|
+
"isomorphic-region-loader": "~1.0.2",
|
|
200
199
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
201
200
|
"jasmine-core": "4.0.0",
|
|
202
201
|
"jscodeshift": "0.6.3",
|
|
203
202
|
"json-stringify-safe": "5.0.1",
|
|
204
|
-
"json10": "~13.0.
|
|
205
|
-
"json10-writer": "~13.0.
|
|
203
|
+
"json10": "~13.0.23",
|
|
204
|
+
"json10-writer": "~13.0.20",
|
|
206
205
|
"json5": "2.1.3",
|
|
207
206
|
"json5-writer": "0.2.0",
|
|
208
207
|
"karma": "6.3.0",
|
|
@@ -214,7 +213,7 @@
|
|
|
214
213
|
"lnk": "1.0.1",
|
|
215
214
|
"lockfile": "1.0.4",
|
|
216
215
|
"lodash": "4.17.4",
|
|
217
|
-
"lodash-walk-object": "~13.0.
|
|
216
|
+
"lodash-walk-object": "~13.0.23",
|
|
218
217
|
"lodash.get": ">= 4",
|
|
219
218
|
"lodash.isequal": ">= 4",
|
|
220
219
|
"lodash.merge": ">= 4",
|
|
@@ -227,11 +226,11 @@
|
|
|
227
226
|
"mkdirp": "0.5.1",
|
|
228
227
|
"mocha": "5.2.0",
|
|
229
228
|
"moment": "2.22.2",
|
|
230
|
-
"morphi": "~13.0.
|
|
229
|
+
"morphi": "~13.0.47",
|
|
231
230
|
"ng-packagr": "13.0.0",
|
|
232
231
|
"ng-talkback": "~13.0.14",
|
|
233
|
-
"ng2-logger": "~13.0.
|
|
234
|
-
"ng2-rest": "~13.0.
|
|
232
|
+
"ng2-logger": "~13.0.25",
|
|
233
|
+
"ng2-rest": "~13.0.34",
|
|
235
234
|
"ng4-icons": "~13.0.16",
|
|
236
235
|
"ng4-modal": "~13.0.18",
|
|
237
236
|
"ngx-bootstrap": "8.0.0",
|
|
@@ -270,25 +269,25 @@
|
|
|
270
269
|
"sloc": "0.2.0",
|
|
271
270
|
"socket.io": "2.4.1",
|
|
272
271
|
"sort-package-json": "1.11.0",
|
|
273
|
-
"static-columns": "13.0.
|
|
272
|
+
"static-columns": "~13.0.23",
|
|
274
273
|
"string-similarity": "4.0.2",
|
|
275
274
|
"sudo-block": "3.0.0",
|
|
276
275
|
"systeminformation": "3.45.7",
|
|
277
276
|
"task.js": "0.1.5",
|
|
278
|
-
"tnp-cli": "~13.0.
|
|
279
|
-
"tnp-config": "~13.0.
|
|
280
|
-
"tnp-core": "~13.0.
|
|
281
|
-
"tnp-db": "~13.0.
|
|
282
|
-
"tnp-helpers": "~13.0.
|
|
283
|
-
"tnp-models": "~13.0.
|
|
277
|
+
"tnp-cli": "~13.0.25",
|
|
278
|
+
"tnp-config": "~13.0.31",
|
|
279
|
+
"tnp-core": "~13.0.65",
|
|
280
|
+
"tnp-db": "~13.0.30",
|
|
281
|
+
"tnp-helpers": "~13.0.36",
|
|
282
|
+
"tnp-models": "~13.0.24",
|
|
284
283
|
"tnp-ui": "~13.0.19",
|
|
285
284
|
"ts-debug": "1.3.0",
|
|
286
285
|
"ts-loader": "2.3.1",
|
|
287
286
|
"ts-node": "10.7.0",
|
|
288
287
|
"tslib": "~2.3.0",
|
|
289
|
-
"typeorm": "~0.
|
|
288
|
+
"typeorm": "~0.3.7",
|
|
290
289
|
"typescript": "~4.5.2",
|
|
291
|
-
"typescript-class-helpers": "~13.0.
|
|
290
|
+
"typescript-class-helpers": "~13.0.25",
|
|
292
291
|
"typescript-formatter": "~7.2.2",
|
|
293
292
|
"underscore": "1.9.1",
|
|
294
293
|
"uuid": "8.3.2",
|
|
@@ -298,13 +297,13 @@
|
|
|
298
297
|
"zone.js": "~0.11.4"
|
|
299
298
|
},
|
|
300
299
|
"private": false,
|
|
301
|
-
"lastBuildTagHash": "
|
|
300
|
+
"lastBuildTagHash": "d4a8f826ac49993d3eed25ea9f373432556c0ce3",
|
|
302
301
|
"devDependencies": {}
|
|
303
302
|
},
|
|
304
303
|
"build": {
|
|
305
|
-
"number":
|
|
306
|
-
"date": "2022-
|
|
307
|
-
"hash": "
|
|
304
|
+
"number": 239,
|
|
305
|
+
"date": "2022-10-01T14:47:12.000Z",
|
|
306
|
+
"hash": "c4e84e3016415d05f46212b6638f2bfb379fc14f",
|
|
308
307
|
"options": {}
|
|
309
308
|
},
|
|
310
309
|
"currentProjectName": "static-columns",
|
|
@@ -312,7 +311,7 @@
|
|
|
312
311
|
"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\"]}]}",
|
|
313
312
|
"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\"}]}",
|
|
314
313
|
"currentProjectType": "isomorphic-lib",
|
|
315
|
-
"currentFrameworkVersion": "13.0.
|
|
314
|
+
"currentFrameworkVersion": "13.0.102",
|
|
316
315
|
"currentProjectIsStrictSite": false,
|
|
317
316
|
"currentProjectIsDependencySite": false,
|
|
318
317
|
"currentProjectIsStatic": false,
|
package/websql/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Directive } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class DirectiveGrow {
|
|
4
|
+
constructor(e, renderer) {
|
|
5
|
+
this.e = e;
|
|
6
|
+
this.renderer = renderer;
|
|
7
|
+
setTimeout(() => {
|
|
8
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
9
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
10
|
+
}, 0);
|
|
11
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15
|
+
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
17
|
+
type: Directive,
|
|
18
|
+
args: [{
|
|
19
|
+
selector: '[grow]'
|
|
20
|
+
}]
|
|
21
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLWdyb3cuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvc3RhdGljLWNvbHVtbnMvcHJvamVjdHMvc3RhdGljLWNvbHVtbnMvc3JjL2xpYi9jb2x1bW4vY29sdW1uLWdyb3cuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBYSxTQUFTLEVBQXlCLE1BQU0sZUFBZSxDQUFDOztBQU01RSxNQUFNLE9BQU8sYUFBYTtJQUN4QixZQUFtQixDQUFhLEVBQVMsUUFBbUI7UUFBekMsTUFBQyxHQUFELENBQUMsQ0FBWTtRQUFTLGFBQVEsR0FBUixRQUFRLENBQVc7UUFDMUQsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLHNDQUFzQztZQUN0QyxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxhQUFhLEVBQUUsVUFBVSxFQUFFLEdBQUcsQ0FBQyxDQUFBO1FBQ3JELENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUVOLDhEQUE4RDtJQUNoRSxDQUFDOzswR0FSVSxhQUFhOzhGQUFiLGFBQWE7MkZBQWIsYUFBYTtrQkFIekIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsUUFBUTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2dyb3ddJ1xufSlcbmV4cG9ydCBjbGFzcyBEaXJlY3RpdmVHcm93IHtcbiAgY29uc3RydWN0b3IocHVibGljIGU6IEVsZW1lbnRSZWYsIHB1YmxpYyByZW5kZXJlcjogUmVuZGVyZXIyKSB7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAvLyBlLm5hdGl2ZUVsZW1lbnQuc3R5bGUuZmxleEdyb3cgPSAxO1xuICAgICAgcmVuZGVyZXIuc2V0U3R5bGUoZS5uYXRpdmVFbGVtZW50LCAnZmxleEdyb3cnLCAnMScpXG4gICAgfSwgMCk7XG5cbiAgICAvLyByZW5kZXJlci5zZXRFbGVtZW50U3R5bGUoZS5uYXRpdmVFbGVtZW50LCAnZmxleEdyb3cnLCAnMScpO1xuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Component, Input, HostBinding } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ColumnComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
// this.ccwidth = 90;
|
|
6
|
+
}
|
|
7
|
+
ngOnInit() { }
|
|
8
|
+
}
|
|
9
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", 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"] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
14
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
15
|
+
type: HostBinding,
|
|
16
|
+
args: ['style.flex.basis.px']
|
|
17
|
+
}, {
|
|
18
|
+
type: HostBinding,
|
|
19
|
+
args: ['style.minWidth.px']
|
|
20
|
+
}, {
|
|
21
|
+
type: Input
|
|
22
|
+
}] } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUtd2Vic3FsL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9saWIvY29sdW1uL2NvbHVtbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU90RSxNQUFNLE9BQU8sZUFBZTtJQUd4QjtRQUNJLHFCQUFxQjtJQUN6QixDQUFDO0lBRUQsUUFBUSxLQUFLLENBQUM7OzRHQVBMLGVBQWU7Z0dBQWYsZUFBZSw0S0FIZCwyQkFBMkI7MkZBRzVCLGVBQWU7a0JBTDNCLFNBQVM7K0JBQ0ksUUFBUSxZQUNSLDJCQUEyQjswRUFJMEMsS0FBSztzQkFBbkYsV0FBVzt1QkFBQyxxQkFBcUI7O3NCQUFHLFdBQVc7dUJBQUMsbUJBQW1COztzQkFBRyxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIElucHV0LCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2NvbHVtbicsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW4uY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDb2x1bW5Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBIb3N0QmluZGluZygnc3R5bGUuZmxleC5iYXNpcy5weCcpIEBIb3N0QmluZGluZygnc3R5bGUubWluV2lkdGgucHgnKSBASW5wdXQoKSB3aWR0aDogbnVtYmVyO1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIC8vIHRoaXMuY2N3aWR0aCA9IDkwO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkgeyB9XG5cbn1cbiJdfQ==
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './column.component';
|
|
2
|
+
export * from './column-grow.directive';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2NvbHVtbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbHVtbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb2x1bW4tZ3Jvdy5kaXJlY3RpdmUnO1xuIl19
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Component, ViewChildren } from '@angular/core';
|
|
2
|
+
import { ColumnComponent } from './column';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
5
|
+
// const log = Log.create('test');
|
|
6
|
+
// log.i('asdas')
|
|
7
|
+
export class ColumnsComponent {
|
|
8
|
+
constructor() {
|
|
9
|
+
}
|
|
10
|
+
ngOnInit() { }
|
|
11
|
+
}
|
|
12
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
15
|
+
type: Component,
|
|
16
|
+
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
|
|
17
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
18
|
+
type: ViewChildren,
|
|
19
|
+
args: [ColumnComponent]
|
|
20
|
+
}] } });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2NvbHVtbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvc3RhdGljLWNvbHVtbnMvcHJvamVjdHMvc3RhdGljLWNvbHVtbnMvc3JjL2xpYi9jb2x1bW5zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQTZCLFlBQVksRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUM5RixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sVUFBVSxDQUFDOztBQUMzQyxpREFBaUQ7QUFDakQsa0NBQWtDO0FBQ2xDLGlCQUFpQjtBQU9qQixNQUFNLE9BQU8sZ0JBQWdCO0lBR3pCO0lBRUEsQ0FBQztJQUNELFFBQVEsS0FBSyxDQUFDOzs2R0FOTCxnQkFBZ0I7aUdBQWhCLGdCQUFnQix1RkFDWCxlQUFlLGdEQ1pqQyw2QkFDQTsyRkRVYSxnQkFBZ0I7a0JBTDVCLFNBQVM7K0JBQ0ksbUJBQW1COzBFQUtFLFNBQVM7c0JBQXZDLFlBQVk7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBWaWV3RW5jYXBzdWxhdGlvbiwgVmlld0NoaWxkcmVuLCBRdWVyeUxpc3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbHVtbkNvbXBvbmVudCB9IGZyb20gJy4vY29sdW1uJztcbi8vIGltcG9ydCB7IExvZywgTGV2ZWwgfSBmcm9tICduZzItbG9nZ2VyL2luZGV4Jztcbi8vIGNvbnN0IGxvZyA9IExvZy5jcmVhdGUoJ3Rlc3QnKTtcbi8vIGxvZy5pKCdhc2RhcycpXG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnY29sdW1ucy1jb250YWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jb2x1bW5zLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW5zLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQ29sdW1uc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQFZpZXdDaGlsZHJlbihDb2x1bW5Db21wb25lbnQpIGNoaWxkcmVuczogUXVlcnlMaXN0PENvbHVtbkNvbXBvbmVudD47XG5cbiAgICBjb25zdHJ1Y3RvcigpIHtcblxuICAgIH1cbiAgICBuZ09uSW5pdCgpIHsgfVxufVxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { ColumnComponent, DirectiveGrow } from './column';
|
|
3
|
+
import { ColumnsComponent } from './columns.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class StaticColumnsModule {
|
|
6
|
+
}
|
|
7
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
|
|
9
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
imports: [],
|
|
14
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
15
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
16
|
+
providers: [],
|
|
17
|
+
}]
|
|
18
|
+
}] });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2NvbHVtbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLGVBQWUsRUFBRSxhQUFhLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFDMUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBUXZELE1BQU0sT0FBTyxtQkFBbUI7O2dIQUFuQixtQkFBbUI7aUhBQW5CLG1CQUFtQixpQkFIYixnQkFBZ0IsRUFBRSxlQUFlLEVBQUUsYUFBYSxhQURyRCxnQkFBZ0IsRUFBRSxlQUFlLEVBQUUsYUFBYTtpSEFJakQsbUJBQW1CLGFBRmpCLEVBQUUsWUFISixFQUFFOzJGQUtGLG1CQUFtQjtrQkFOL0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsRUFBRTtvQkFDWCxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxlQUFlLEVBQUUsYUFBYSxDQUFDO29CQUMzRCxZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxlQUFlLEVBQUUsYUFBYSxDQUFDO29CQUNoRSxTQUFTLEVBQUUsRUFBRTtpQkFDaEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBDb2x1bW5Db21wb25lbnQsIERpcmVjdGl2ZUdyb3cgfSBmcm9tICcuL2NvbHVtbic7XG5pbXBvcnQgeyBDb2x1bW5zQ29tcG9uZW50IH0gZnJvbSAnLi9jb2x1bW5zLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW10sXG4gICAgZXhwb3J0czogW0NvbHVtbnNDb21wb25lbnQsIENvbHVtbkNvbXBvbmVudCwgRGlyZWN0aXZlR3Jvd10sXG4gICAgZGVjbGFyYXRpb25zOiBbQ29sdW1uc0NvbXBvbmVudCwgQ29sdW1uQ29tcG9uZW50LCBEaXJlY3RpdmVHcm93XSxcbiAgICBwcm92aWRlcnM6IFtdLFxufSlcbmV4cG9ydCBjbGFzcyBTdGF0aWNDb2x1bW5zTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './column';
|
|
2
|
+
export * from './columns.component';
|
|
3
|
+
export * from './column/column-grow.directive';
|
|
4
|
+
export * from './column/column.component';
|
|
5
|
+
export * from './columns.module';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbHVtbic7XG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbnMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29sdW1uL2NvbHVtbi1ncm93LmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbi9jb2x1bW4uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29sdW1ucy5tb2R1bGUnO1xuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './lib';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUtd2Vic3FsL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsT0FBTyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWInO1xuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdGljLWNvbHVtbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvc3RhdGljLWNvbHVtbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, HostBinding, Input, Directive, ViewChildren, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class ColumnComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
// this.ccwidth = 90;
|
|
7
|
+
}
|
|
8
|
+
ngOnInit() { }
|
|
9
|
+
}
|
|
10
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", 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.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
15
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
16
|
+
type: HostBinding,
|
|
17
|
+
args: ['style.flex.basis.px']
|
|
18
|
+
}, {
|
|
19
|
+
type: HostBinding,
|
|
20
|
+
args: ['style.minWidth.px']
|
|
21
|
+
}, {
|
|
22
|
+
type: Input
|
|
23
|
+
}] } });
|
|
24
|
+
|
|
25
|
+
class DirectiveGrow {
|
|
26
|
+
constructor(e, renderer) {
|
|
27
|
+
this.e = e;
|
|
28
|
+
this.renderer = renderer;
|
|
29
|
+
setTimeout(() => {
|
|
30
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
31
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
32
|
+
}, 0);
|
|
33
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", 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.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
39
|
+
type: Directive,
|
|
40
|
+
args: [{
|
|
41
|
+
selector: '[grow]'
|
|
42
|
+
}]
|
|
43
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
44
|
+
|
|
45
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
46
|
+
// const log = Log.create('test');
|
|
47
|
+
// log.i('asdas')
|
|
48
|
+
class ColumnsComponent {
|
|
49
|
+
constructor() {
|
|
50
|
+
}
|
|
51
|
+
ngOnInit() { }
|
|
52
|
+
}
|
|
53
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
|
|
58
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
59
|
+
type: ViewChildren,
|
|
60
|
+
args: [ColumnComponent]
|
|
61
|
+
}] } });
|
|
62
|
+
|
|
63
|
+
class StaticColumnsModule {
|
|
64
|
+
}
|
|
65
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
66
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
|
|
67
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
69
|
+
type: NgModule,
|
|
70
|
+
args: [{
|
|
71
|
+
imports: [],
|
|
72
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
73
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
74
|
+
providers: [],
|
|
75
|
+
}]
|
|
76
|
+
}] });
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
|
|
83
|
+
//# sourceMappingURL=static-columns.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle-websql/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}\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}\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}\n","<ng-content></ng-content>\n","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","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, HostBinding, Input, Directive, ViewChildren, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class ColumnComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
// this.ccwidth = 90;
|
|
7
|
+
}
|
|
8
|
+
ngOnInit() { }
|
|
9
|
+
}
|
|
10
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", 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.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
15
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
16
|
+
type: HostBinding,
|
|
17
|
+
args: ['style.flex.basis.px']
|
|
18
|
+
}, {
|
|
19
|
+
type: HostBinding,
|
|
20
|
+
args: ['style.minWidth.px']
|
|
21
|
+
}, {
|
|
22
|
+
type: Input
|
|
23
|
+
}] } });
|
|
24
|
+
|
|
25
|
+
class DirectiveGrow {
|
|
26
|
+
constructor(e, renderer) {
|
|
27
|
+
this.e = e;
|
|
28
|
+
this.renderer = renderer;
|
|
29
|
+
setTimeout(() => {
|
|
30
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
31
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
32
|
+
}, 0);
|
|
33
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", 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.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
39
|
+
type: Directive,
|
|
40
|
+
args: [{
|
|
41
|
+
selector: '[grow]'
|
|
42
|
+
}]
|
|
43
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
44
|
+
|
|
45
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
46
|
+
// const log = Log.create('test');
|
|
47
|
+
// log.i('asdas')
|
|
48
|
+
class ColumnsComponent {
|
|
49
|
+
constructor() {
|
|
50
|
+
}
|
|
51
|
+
ngOnInit() { }
|
|
52
|
+
}
|
|
53
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
|
|
58
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
59
|
+
type: ViewChildren,
|
|
60
|
+
args: [ColumnComponent]
|
|
61
|
+
}] } });
|
|
62
|
+
|
|
63
|
+
class StaticColumnsModule {
|
|
64
|
+
}
|
|
65
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
66
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
|
|
67
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
69
|
+
type: NgModule,
|
|
70
|
+
args: [{
|
|
71
|
+
imports: [],
|
|
72
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
73
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
74
|
+
providers: [],
|
|
75
|
+
}]
|
|
76
|
+
}] });
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
|
|
83
|
+
//# sourceMappingURL=static-columns.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle-websql/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}\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}\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}\n","<ng-content></ng-content>\n","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","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DirectiveGrow {
|
|
4
|
+
e: ElementRef;
|
|
5
|
+
renderer: Renderer2;
|
|
6
|
+
constructor(e: ElementRef, renderer: Renderer2);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveGrow, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveGrow, "[grow]", never, {}, {}, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ColumnComponent implements OnInit {
|
|
4
|
+
width: number;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "column", never, { "width": "width"; }, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OnInit, QueryList } from '@angular/core';
|
|
2
|
+
import { ColumnComponent } from './column';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ColumnsComponent implements OnInit {
|
|
5
|
+
childrens: QueryList<ColumnComponent>;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsComponent, "columns-container", never, {}, {}, never, ["*"]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./columns.component";
|
|
3
|
+
import * as i2 from "./column/column.component";
|
|
4
|
+
import * as i3 from "./column/column-grow.directive";
|
|
5
|
+
export declare class StaticColumnsModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StaticColumnsModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow], never, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StaticColumnsModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "static-columns",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2015/static-columns.mjs",
|
|
12
|
+
"es2020": "fesm2020/static-columns.mjs",
|
|
13
|
+
"esm2020": "esm2020/static-columns.mjs",
|
|
14
|
+
"fesm2020": "fesm2020/static-columns.mjs",
|
|
15
|
+
"fesm2015": "fesm2015/static-columns.mjs",
|
|
16
|
+
"typings": "static-columns.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./static-columns.d.ts",
|
|
23
|
+
"esm2020": "./esm2020/static-columns.mjs",
|
|
24
|
+
"es2020": "./fesm2020/static-columns.mjs",
|
|
25
|
+
"es2015": "./fesm2015/static-columns.mjs",
|
|
26
|
+
"node": "./fesm2015/static-columns.mjs",
|
|
27
|
+
"default": "./fesm2020/static-columns.mjs"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"sideEffects": false
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib';
|