static-columns 16.0.3 → 16.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/esm2022/lib/breakpoints.service.mjs +3 -3
- package/browser/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-grow.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
- package/browser/esm2022/lib/column/column.component.mjs +3 -3
- package/browser/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
- package/browser/esm2022/lib/columns.component.mjs +3 -3
- package/browser/esm2022/lib/columns.module.mjs +4 -4
- package/browser/fesm2022/static-columns.mjs +40 -40
- package/client/esm2022/lib/breakpoints.service.mjs +3 -3
- package/client/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-grow.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
- package/client/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
- package/client/esm2022/lib/column/column.component.mjs +3 -3
- package/client/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
- package/client/esm2022/lib/columns.component.mjs +3 -3
- package/client/esm2022/lib/columns.module.mjs +4 -4
- package/client/fesm2022/static-columns.mjs +40 -40
- package/client/package.json +80 -30
- package/lib/column/index.js +3 -3
- package/lib/columns-gap/columns-gap.component.js +3 -3
- package/lib/columns-gap/index.js +3 -3
- package/lib/columns.component.js +3 -3
- package/lib/columns.module.js +3 -3
- package/package.json +47 -2
- package/tmp-environment.json +39 -34
- package/websql/esm2022/lib/breakpoints.service.mjs +3 -3
- package/websql/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-grow.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
- package/websql/esm2022/lib/column/column.component.mjs +3 -3
- package/websql/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
- package/websql/esm2022/lib/columns.component.mjs +3 -3
- package/websql/esm2022/lib/columns.module.mjs +4 -4
- package/websql/fesm2022/static-columns.mjs +40 -40
package/tmp-environment.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"workerPlugins": {}
|
|
50
50
|
},
|
|
51
51
|
"name": "static-columns",
|
|
52
|
-
"version": "16.0.
|
|
52
|
+
"version": "16.0.4",
|
|
53
53
|
"description": "Static columns with flexbox for Agnular2",
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
74
74
|
"dependencies": {},
|
|
75
75
|
"private": false,
|
|
76
|
-
"lastBuildTagHash": "
|
|
76
|
+
"lastBuildTagHash": "b72fc995300460b82fcd4af6f70956405ff1133d",
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
79
79
|
"@angular-devkit/core": "~16.0.5",
|
|
80
|
-
"@angular-material-extensions/
|
|
80
|
+
"@angular-material-extensions/password-strength": "~12.1.0",
|
|
81
81
|
"@angular/animations": "~16.0.0",
|
|
82
82
|
"@angular/cdk": "~16.0.3",
|
|
83
83
|
"@angular/cli": "~16.0.5",
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"@ngx-formly/material": "6.1.7",
|
|
115
115
|
"@ngx-translate/core": "15.0.0",
|
|
116
116
|
"@ngx-translate/http-loader": "8.0.0",
|
|
117
|
+
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
|
117
118
|
"@testdeck/jasmine": "0.3.3",
|
|
118
119
|
"@testdeck/jest": "0.3.3",
|
|
119
120
|
"@testdeck/mocha": "0.3.3",
|
|
@@ -148,15 +149,14 @@
|
|
|
148
149
|
"@types/watch": "1.0.0",
|
|
149
150
|
"accepts": "1.3.4",
|
|
150
151
|
"angular-material-css-vars": "5.0.2",
|
|
151
|
-
"any-project-cli": "~16.0.
|
|
152
|
+
"any-project-cli": "~16.0.31",
|
|
152
153
|
"axios": "1.3.5",
|
|
153
|
-
"background-worker-process": "~16.0.
|
|
154
|
+
"background-worker-process": "~16.0.48",
|
|
154
155
|
"base32": "0.0.7",
|
|
155
156
|
"bcryptjs": "2.4.3",
|
|
156
157
|
"better-sqlite3": "7.6.2",
|
|
157
158
|
"body-parser": "1.18.2",
|
|
158
159
|
"bootstrap": "4.6.2",
|
|
159
|
-
"bs4-breakpoint": "13.0.33",
|
|
160
160
|
"buffer-shims": "1.0.0",
|
|
161
161
|
"callsite-record": "4.1.3",
|
|
162
162
|
"chai": "4.2.0",
|
|
@@ -192,12 +192,12 @@
|
|
|
192
192
|
"file-loader": "1.1.5",
|
|
193
193
|
"file-saver": "2.0.5",
|
|
194
194
|
"firedev": "^16",
|
|
195
|
-
"firedev-crud": "~16.0.
|
|
196
|
-
"firedev-crud-deamon": "~16.0.
|
|
197
|
-
"firedev-ports": "~16.0.
|
|
198
|
-
"firedev-storage": "~16.0.
|
|
199
|
-
"firedev-typeorm": "~16.0.
|
|
200
|
-
"firedev-ui": "~16.0.
|
|
195
|
+
"firedev-crud": "~16.0.53",
|
|
196
|
+
"firedev-crud-deamon": "~16.0.43",
|
|
197
|
+
"firedev-ports": "~16.0.48",
|
|
198
|
+
"firedev-storage": "~16.0.40",
|
|
199
|
+
"firedev-typeorm": "~16.0.37",
|
|
200
|
+
"firedev-ui": "~16.0.5",
|
|
201
201
|
"fkill": "6.1.0",
|
|
202
202
|
"font-awesome": "4.7.0",
|
|
203
203
|
"form-data": "4.0.0",
|
|
@@ -211,17 +211,18 @@
|
|
|
211
211
|
"http-proxy-middleware": "0.19.1",
|
|
212
212
|
"http-server": "0.11.1",
|
|
213
213
|
"immutable": "4.3.0",
|
|
214
|
-
"incremental-compiler": "~16.0.
|
|
214
|
+
"incremental-compiler": "~16.0.30",
|
|
215
215
|
"inquirer": "7.3.3",
|
|
216
216
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
217
217
|
"is-elevated": "3.0.0",
|
|
218
|
-
"isomorphic-region-loader": "~16.0.
|
|
218
|
+
"isomorphic-region-loader": "~16.0.41",
|
|
219
219
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
220
220
|
"jasmine-core": "4.6.0",
|
|
221
|
+
"jimp": "0.22.8",
|
|
221
222
|
"jscodeshift": "0.6.3",
|
|
222
223
|
"json-stringify-safe": "5.0.1",
|
|
223
|
-
"json10": "~16.0.
|
|
224
|
-
"json10-writer": "~16.0.
|
|
224
|
+
"json10": "~16.0.48",
|
|
225
|
+
"json10-writer": "~16.0.44",
|
|
225
226
|
"json5": "2.2.1",
|
|
226
227
|
"json5-writer": "0.2.0",
|
|
227
228
|
"jszip": "3.10.1",
|
|
@@ -235,28 +236,31 @@
|
|
|
235
236
|
"localforage": "1.10.0",
|
|
236
237
|
"lockfile": "1.0.4",
|
|
237
238
|
"lodash": "4.17.20",
|
|
238
|
-
"lodash-walk-object": "~16.0.
|
|
239
|
+
"lodash-walk-object": "~16.0.48",
|
|
239
240
|
"lowdb": "1.0.0",
|
|
240
|
-
"magic-renamer": "~16.0.
|
|
241
|
+
"magic-renamer": "~16.0.45",
|
|
241
242
|
"material-design-icons": "3.0.1",
|
|
242
243
|
"method-override": "2.3.10",
|
|
243
244
|
"minimist": "1.2.0",
|
|
244
245
|
"mkdirp": "0.5.1",
|
|
245
246
|
"mocha": "5.2.0",
|
|
246
247
|
"moment": "2.29.3",
|
|
247
|
-
"morphi": "~16.0.
|
|
248
|
+
"morphi": "~16.0.5",
|
|
249
|
+
"ng-for-track-by-property": "16.0.1",
|
|
248
250
|
"ng-in-viewport": "15.0.2",
|
|
251
|
+
"ng-lock": "16.0.1",
|
|
249
252
|
"ng-packagr": "16.0.1",
|
|
250
253
|
"ng-talkback": "~13.1.19",
|
|
251
|
-
"ng2-logger": "~16.0.
|
|
252
|
-
"ng2-rest": "~16.0.
|
|
254
|
+
"ng2-logger": "~16.0.4",
|
|
255
|
+
"ng2-rest": "~16.0.12",
|
|
253
256
|
"ngx-ace-wrapper": "14.0.0",
|
|
254
257
|
"ngx-editor": "15.3.0",
|
|
255
258
|
"ngx-highlightjs": "9.0.0",
|
|
256
259
|
"ngx-moment": "6.0.2",
|
|
257
|
-
"ngx-pipes": "3.
|
|
260
|
+
"ngx-pipes": "3.2.2",
|
|
258
261
|
"ngx-progressbar": "11.0.0",
|
|
259
262
|
"ngx-scrollbar": "12.0.0",
|
|
263
|
+
"ngx-scrolltop": "6.0.0",
|
|
260
264
|
"ngx-store": "3.1.1",
|
|
261
265
|
"ngx-typed-js": "2.1.1",
|
|
262
266
|
"node-cli-tester": "~13.1.19",
|
|
@@ -290,18 +294,19 @@
|
|
|
290
294
|
"socket.io": "2.4.1",
|
|
291
295
|
"sort-package-json": "1.11.0",
|
|
292
296
|
"sql.js": "1.8.0",
|
|
293
|
-
"static-columns": "~16.0.
|
|
297
|
+
"static-columns": "~16.0.3",
|
|
294
298
|
"string-similarity": "4.0.2",
|
|
295
299
|
"sudo-block": "3.0.0",
|
|
300
|
+
"sweetalert2": "11.7.12",
|
|
296
301
|
"systeminformation": "3.45.7",
|
|
297
302
|
"task.js": "0.1.5",
|
|
298
303
|
"threads": "1.7.0",
|
|
299
|
-
"tnp-cli": "~16.0.
|
|
300
|
-
"tnp-config": "~16.0.
|
|
301
|
-
"tnp-core": "~16.0.
|
|
302
|
-
"tnp-db": "~16.0.
|
|
303
|
-
"tnp-helpers": "~16.0.
|
|
304
|
-
"tnp-models": "~16.0.
|
|
304
|
+
"tnp-cli": "~16.0.5",
|
|
305
|
+
"tnp-config": "~16.0.5",
|
|
306
|
+
"tnp-core": "~16.0.9",
|
|
307
|
+
"tnp-db": "~16.0.26",
|
|
308
|
+
"tnp-helpers": "~16.0.5",
|
|
309
|
+
"tnp-models": "~16.0.32",
|
|
305
310
|
"ts-debug": "1.3.0",
|
|
306
311
|
"ts-loader": "2.3.1",
|
|
307
312
|
"ts-node": "10.9.1",
|
|
@@ -309,7 +314,7 @@
|
|
|
309
314
|
"turndown": "7.1.2",
|
|
310
315
|
"typeorm": "~0.3.10",
|
|
311
316
|
"typescript": "~5.0.2",
|
|
312
|
-
"typescript-class-helpers": "~16.0.
|
|
317
|
+
"typescript-class-helpers": "~16.0.16",
|
|
313
318
|
"typescript-formatter": "~7.2.2",
|
|
314
319
|
"underscore": "1.9.1",
|
|
315
320
|
"uuid": "8.3.2",
|
|
@@ -322,9 +327,9 @@
|
|
|
322
327
|
}
|
|
323
328
|
},
|
|
324
329
|
"build": {
|
|
325
|
-
"number":
|
|
326
|
-
"date": "2023-06-
|
|
327
|
-
"hash": "
|
|
330
|
+
"number": 317,
|
|
331
|
+
"date": "2023-06-10T17:31:46.000Z",
|
|
332
|
+
"hash": "3b5ffab0382206dec1407f76a6e7083468ba0f46",
|
|
328
333
|
"options": {}
|
|
329
334
|
},
|
|
330
335
|
"currentProjectName": "static-columns",
|
|
@@ -332,7 +337,7 @@
|
|
|
332
337
|
"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\"]}]}",
|
|
333
338
|
"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\"}]}",
|
|
334
339
|
"currentProjectType": "isomorphic-lib",
|
|
335
|
-
"currentFrameworkVersion": "16.0.
|
|
340
|
+
"currentFrameworkVersion": "16.0.6",
|
|
336
341
|
"currentProjectIsStrictSite": false,
|
|
337
342
|
"currentProjectIsDependencySite": false,
|
|
338
343
|
"currentProjectIsStatic": false,
|
|
@@ -46,11 +46,11 @@ class BreakpointsService {
|
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
50
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
|
49
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
50
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BreakpointsService, providedIn: 'root' }); }
|
|
51
51
|
}
|
|
52
52
|
export { BreakpointsService };
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BreakpointsService, decorators: [{
|
|
54
54
|
type: Injectable,
|
|
55
55
|
args: [{ providedIn: 'root' }]
|
|
56
56
|
}], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; } });
|
|
@@ -33,11 +33,11 @@ class BaseHideShowDirective {
|
|
|
33
33
|
this.$destroy.next(void 0);
|
|
34
34
|
this.$destroy.complete();
|
|
35
35
|
}
|
|
36
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
37
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
36
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
37
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 }); }
|
|
38
38
|
}
|
|
39
39
|
export { BaseHideShowDirective };
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseHideShowDirective, decorators: [{
|
|
41
41
|
type: Directive,
|
|
42
42
|
args: [{
|
|
43
43
|
selector: '[baseHideShowDirective]'
|
|
@@ -8,11 +8,11 @@ class DirectiveGrow {
|
|
|
8
8
|
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
9
9
|
}, 0);
|
|
10
10
|
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
12
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveGrow, selector: "[grow]", ngImport: i0 }); }
|
|
13
13
|
}
|
|
14
14
|
export { DirectiveGrow };
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: '[grow]'
|
|
@@ -10,11 +10,11 @@ class DirectiveHideDesktop extends BaseHideShowDirective {
|
|
|
10
10
|
this.showElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
16
|
export { DirectiveHideDesktop };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: '[hideDesktop]'
|
|
@@ -10,11 +10,11 @@ class DirectiveHideMobile extends BaseHideShowDirective {
|
|
|
10
10
|
this.showElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
16
|
export { DirectiveHideMobile };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideMobile, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: '[hideMobile]'
|
|
@@ -10,11 +10,11 @@ class DirectiveHideTablet extends BaseHideShowDirective {
|
|
|
10
10
|
this.showElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
16
|
export { DirectiveHideTablet };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveHideTablet, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: '[hideTablet]'
|
|
@@ -10,11 +10,11 @@ class DirectiveShowDesktop extends BaseHideShowDirective {
|
|
|
10
10
|
this.hideElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
16
|
export { DirectiveShowDesktop };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: '[showDesktop]'
|
|
@@ -10,11 +10,11 @@ class DirectiveShowMobile extends BaseHideShowDirective {
|
|
|
10
10
|
this.hideElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
16
|
export { DirectiveShowMobile };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowMobile, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: '[showMobile]'
|
|
@@ -10,11 +10,11 @@ class DirectiveShowTablet extends BaseHideShowDirective {
|
|
|
10
10
|
this.hideElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
16
|
export { DirectiveShowTablet };
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: DirectiveShowTablet, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: '[showTablet]'
|
|
@@ -4,11 +4,11 @@ class ColumnComponent {
|
|
|
4
4
|
constructor() {
|
|
5
5
|
}
|
|
6
6
|
ngOnInit() { }
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }); }
|
|
9
9
|
}
|
|
10
10
|
export { ColumnComponent };
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
14
14
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
@@ -13,11 +13,11 @@ class ColumnsGapComponent {
|
|
|
13
13
|
ngOnDestroy() {
|
|
14
14
|
this.handlers.forEach(h => h.unsubscribe());
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: ColumnsGapComponent, selector: "columns-gap", inputs: { columnsGapData: "columnsGapData" }, outputs: { columnsGapDataChanged: "columnsGapDataChanged" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"], dependencies: [{ kind: "component", type: i1.ColumnComponent, selector: "column", inputs: ["width"] }] }); }
|
|
18
18
|
}
|
|
19
19
|
export { ColumnsGapComponent };
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsGapComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
23
23
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
@@ -5,11 +5,11 @@ class ColumnsComponent {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
}
|
|
7
7
|
ngOnInit() { }
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }); }
|
|
10
10
|
}
|
|
11
11
|
export { ColumnsComponent };
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }]
|
|
15
15
|
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
@@ -25,8 +25,8 @@ const components = [
|
|
|
25
25
|
ColumnsGapComponent,
|
|
26
26
|
];
|
|
27
27
|
class StaticColumnsModule {
|
|
28
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
|
29
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.
|
|
28
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
29
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
|
|
30
30
|
ColumnComponent,
|
|
31
31
|
DirectiveGrow,
|
|
32
32
|
DirectiveHideMobile,
|
|
@@ -45,10 +45,10 @@ class StaticColumnsModule {
|
|
|
45
45
|
DirectiveShowMobile,
|
|
46
46
|
DirectiveShowDesktop,
|
|
47
47
|
ColumnsGapComponent] }); }
|
|
48
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.
|
|
48
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
|
|
49
49
|
}
|
|
50
50
|
export { StaticColumnsModule };
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
52
52
|
type: NgModule,
|
|
53
53
|
args: [{
|
|
54
54
|
imports: [
|