static-columns 18.0.4 → 18.0.7
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/column/shrink-on-mobile50.directive.mjs +3 -3
- package/browser/esm2022/lib/column/shrink-on-mobile75.directive.mjs +3 -3
- package/browser/esm2022/lib/column/shrink-on-tablet.directive.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 +49 -49
- 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/column/shrink-on-mobile50.directive.mjs +3 -3
- package/client/esm2022/lib/column/shrink-on-mobile75.directive.mjs +3 -3
- package/client/esm2022/lib/column/shrink-on-tablet.directive.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 +49 -49
- package/lib/column/index.js +2 -2
- package/lib/columns-gap/index.js +2 -2
- package/package.json +2 -2
- package/tmp-environment.json +47 -44
- 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/column/shrink-on-mobile50.directive.mjs +3 -3
- package/websql/esm2022/lib/column/shrink-on-mobile75.directive.mjs +3 -3
- package/websql/esm2022/lib/column/shrink-on-tablet.directive.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 +49 -49
package/tmp-environment.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"workerPlugins": {}
|
|
55
55
|
},
|
|
56
56
|
"name": "static-columns",
|
|
57
|
-
"version": "18.0.
|
|
57
|
+
"version": "18.0.7",
|
|
58
58
|
"description": "Static columns with flexbox for Agnular2",
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
79
79
|
"dependencies": {},
|
|
80
80
|
"private": false,
|
|
81
|
-
"lastBuildTagHash": "
|
|
81
|
+
"lastBuildTagHash": "ff1d90fa9d1d886808d3cabfe2cf16877160fa73",
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
84
84
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@types/diff": "5.2.1",
|
|
138
138
|
"@types/express": "4.17.21",
|
|
139
139
|
"@types/express-fileupload": "1.5.0",
|
|
140
|
-
"@types/fs-extra": "
|
|
140
|
+
"@types/fs-extra": "7.0.0",
|
|
141
141
|
"@types/glob": "5.0.35",
|
|
142
142
|
"@types/http-proxy": "1.17.15",
|
|
143
143
|
"@types/http-proxy-middleware": "1.0.0",
|
|
@@ -147,13 +147,13 @@
|
|
|
147
147
|
"@types/lockfile": "1.0.4",
|
|
148
148
|
"@types/lodash": "4.14.92",
|
|
149
149
|
"@types/mocha": "10.0.7",
|
|
150
|
-
"@types/node": "
|
|
150
|
+
"@types/node": "18.19.45",
|
|
151
151
|
"@types/node-notifier": "8.0.5",
|
|
152
152
|
"@types/oauth2orize": "1.11.5",
|
|
153
153
|
"@types/password-hash": "1.2.24",
|
|
154
154
|
"@types/progress": "2.0.7",
|
|
155
155
|
"@types/q": "1.5.8",
|
|
156
|
-
"@types/rimraf": "
|
|
156
|
+
"@types/rimraf": "2.0.2",
|
|
157
157
|
"@types/semver": "7.5.8",
|
|
158
158
|
"@types/systeminformation": "3.54.1",
|
|
159
159
|
"@types/vinyl": "2.0.12",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"angular-material-css-vars": "7.0.0",
|
|
167
167
|
"angular-resize-event": "3.2.0",
|
|
168
168
|
"animate.css": "4.1.1",
|
|
169
|
-
"any-project-cli": "~18.0.
|
|
169
|
+
"any-project-cli": "~18.0.6",
|
|
170
170
|
"app-root-path": "3.1.0",
|
|
171
171
|
"axios": "1.7.3",
|
|
172
172
|
"background-worker-process": "~16.100.10",
|
|
@@ -200,9 +200,9 @@
|
|
|
200
200
|
"dateformat": "3.0.3",
|
|
201
201
|
"detect-mocha": "0.1.0",
|
|
202
202
|
"diff": "4.0.2",
|
|
203
|
-
"electron": "
|
|
204
|
-
"electron-builder": "24.
|
|
205
|
-
"electron-debug": "
|
|
203
|
+
"electron": "25.2.0",
|
|
204
|
+
"electron-builder": "24.4.0",
|
|
205
|
+
"electron-debug": "3.2.0",
|
|
206
206
|
"electron-reloader": "1.2.3",
|
|
207
207
|
"element-resize-detector": "1.2.4",
|
|
208
208
|
"enquirer": "2.4.1",
|
|
@@ -222,17 +222,17 @@
|
|
|
222
222
|
"file-saver": "2.0.5",
|
|
223
223
|
"file-type": "19.1.1",
|
|
224
224
|
"firedev": "^18",
|
|
225
|
-
"firedev-crud": "~18.0.
|
|
226
|
-
"firedev-crud-deamon": "~18.0.
|
|
227
|
-
"firedev-ports": "~18.0.
|
|
228
|
-
"firedev-storage": "~18.0.
|
|
229
|
-
"firedev-type-sql": "~18.0.
|
|
230
|
-
"firedev-typeorm": "~18.0.
|
|
231
|
-
"firedev-ui": "~
|
|
225
|
+
"firedev-crud": "~18.0.5",
|
|
226
|
+
"firedev-crud-deamon": "~18.0.6",
|
|
227
|
+
"firedev-ports": "~18.0.5",
|
|
228
|
+
"firedev-storage": "~18.0.5",
|
|
229
|
+
"firedev-type-sql": "~18.0.6",
|
|
230
|
+
"firedev-typeorm": "~18.0.5",
|
|
231
|
+
"firedev-ui": "~18.0.4",
|
|
232
232
|
"fkill": "6.1.0",
|
|
233
233
|
"font-awesome": "4.7.0",
|
|
234
234
|
"form-data": "4.0.0",
|
|
235
|
-
"fs-extra": "
|
|
235
|
+
"fs-extra": "8.1.0",
|
|
236
236
|
"fuzzy": "0.1.3",
|
|
237
237
|
"glob": "7.1.2",
|
|
238
238
|
"google-libphonenumber": "3.2.38",
|
|
@@ -246,11 +246,13 @@
|
|
|
246
246
|
"image-focus": "1.2.1",
|
|
247
247
|
"immer": "10.0.2",
|
|
248
248
|
"immutable": "4.3.7",
|
|
249
|
-
"incremental-compiler": "~18.0.
|
|
249
|
+
"incremental-compiler": "~18.0.6",
|
|
250
250
|
"inquirer": "7.3.3",
|
|
251
|
-
"inquirer-autocomplete-prompt": "1.
|
|
251
|
+
"inquirer-autocomplete-prompt": "1.4.0",
|
|
252
|
+
"inquirer-autocomplete-standalone": "0.8.1",
|
|
253
|
+
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
252
254
|
"is-elevated": "3.0.0",
|
|
253
|
-
"isomorphic-region-loader": "~18.0.
|
|
255
|
+
"isomorphic-region-loader": "~18.0.6",
|
|
254
256
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
255
257
|
"jest": "29.7.0",
|
|
256
258
|
"jest-date-mock": "1.0.10",
|
|
@@ -261,8 +263,8 @@
|
|
|
261
263
|
"joi": "17.13.3",
|
|
262
264
|
"jscodeshift": "0.6.3",
|
|
263
265
|
"json-stringify-safe": "5.0.1",
|
|
264
|
-
"json10": "~18.0.
|
|
265
|
-
"json10-writer": "~18.0.
|
|
266
|
+
"json10": "~18.0.6",
|
|
267
|
+
"json10-writer": "~18.0.6",
|
|
266
268
|
"json5": "2.2.3",
|
|
267
269
|
"json5-writer": "0.2.0",
|
|
268
270
|
"jszip": "3.10.1",
|
|
@@ -271,9 +273,9 @@
|
|
|
271
273
|
"localforage": "1.10.0",
|
|
272
274
|
"lockfile": "1.0.4",
|
|
273
275
|
"lodash": "4.17.21",
|
|
274
|
-
"lodash-walk-object": "~18.0.
|
|
276
|
+
"lodash-walk-object": "~18.0.6",
|
|
275
277
|
"lowdb": "7.0.1",
|
|
276
|
-
"magic-renamer": "~18.0.
|
|
278
|
+
"magic-renamer": "~18.0.6",
|
|
277
279
|
"material-design-icons": "3.0.1",
|
|
278
280
|
"method-override": "2.3.10",
|
|
279
281
|
"minimist": "1.2.8",
|
|
@@ -284,10 +286,10 @@
|
|
|
284
286
|
"ng-in-viewport": "16.1.0",
|
|
285
287
|
"ng-lock": "18.0.1",
|
|
286
288
|
"ng-packagr": "18.1.0",
|
|
287
|
-
"ng-talkback": "~18.0.
|
|
288
|
-
"ng2-logger": "~18.0.
|
|
289
|
+
"ng-talkback": "~18.0.3",
|
|
290
|
+
"ng2-logger": "~18.0.8",
|
|
289
291
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
290
|
-
"ng2-rest": "~18.0.
|
|
292
|
+
"ng2-rest": "~18.0.6",
|
|
291
293
|
"ngx-ace-wrapper": "17.0.0",
|
|
292
294
|
"ngx-editor": "17.5.4",
|
|
293
295
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -300,7 +302,7 @@
|
|
|
300
302
|
"ngx-scrolltop": "18.0.0",
|
|
301
303
|
"ngx-store": "3.1.1",
|
|
302
304
|
"ngx-typed-js": "2.1.1",
|
|
303
|
-
"node-cli-tester": "~18.0.
|
|
305
|
+
"node-cli-tester": "~18.0.3",
|
|
304
306
|
"node-localstorage": "2.1.6",
|
|
305
307
|
"node-notifier": "10.0.1",
|
|
306
308
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -308,13 +310,14 @@
|
|
|
308
310
|
"npm-get-dependents": "1.0.1",
|
|
309
311
|
"npm-run": "4.1.2",
|
|
310
312
|
"omelette": "0.4.17",
|
|
311
|
-
"open": "
|
|
313
|
+
"open": "7.2.1",
|
|
312
314
|
"ora": "3.4.0",
|
|
313
315
|
"passport": "0.7.0",
|
|
314
316
|
"passport-http-bearer": "1.0.1",
|
|
315
317
|
"password-hash": "1.2.2",
|
|
316
318
|
"path-to-regexp": "6.2.2",
|
|
317
319
|
"pica": "9.0.1",
|
|
320
|
+
"playwright": "1.43.1",
|
|
318
321
|
"portfinder": "1.0.21",
|
|
319
322
|
"prettier": "3.3.3",
|
|
320
323
|
"prettier-eslint": "16.3.0",
|
|
@@ -329,7 +332,7 @@
|
|
|
329
332
|
"q": "1.5.1",
|
|
330
333
|
"rallax.js": "2.0.4",
|
|
331
334
|
"randomcolor": "0.5.3",
|
|
332
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
335
|
+
"record-replay-req-res-scenario": "~18.0.3",
|
|
333
336
|
"reflect-metadata": "0.2.2",
|
|
334
337
|
"rimraf": "2.6.2",
|
|
335
338
|
"rxjs": "~7.8.1",
|
|
@@ -341,7 +344,7 @@
|
|
|
341
344
|
"socket.io-client": "4.7.5",
|
|
342
345
|
"sort-package-json": "1.11.0",
|
|
343
346
|
"sql.js": "1.8.0",
|
|
344
|
-
"static-columns": "~18.0.
|
|
347
|
+
"static-columns": "~18.0.5",
|
|
345
348
|
"string-similarity": "4.0.4",
|
|
346
349
|
"sudo-block": "3.0.0",
|
|
347
350
|
"supertest": "7.0.0",
|
|
@@ -349,13 +352,13 @@
|
|
|
349
352
|
"systeminformation": "3.45.7",
|
|
350
353
|
"task.js": "0.1.5",
|
|
351
354
|
"threads": "1.7.0",
|
|
352
|
-
"tnp": "~18.0.
|
|
353
|
-
"tnp-cli": "~18.0.
|
|
354
|
-
"tnp-config": "~18.0.
|
|
355
|
-
"tnp-core": "~18.0.
|
|
356
|
-
"tnp-db": "~18.0.
|
|
357
|
-
"tnp-helpers": "~18.0.
|
|
358
|
-
"tnp-models": "~18.0.
|
|
355
|
+
"tnp": "~18.0.6",
|
|
356
|
+
"tnp-cli": "~18.0.3",
|
|
357
|
+
"tnp-config": "~18.0.8",
|
|
358
|
+
"tnp-core": "~18.0.30",
|
|
359
|
+
"tnp-db": "~18.0.6",
|
|
360
|
+
"tnp-helpers": "~18.0.6",
|
|
361
|
+
"tnp-models": "~18.0.7",
|
|
359
362
|
"ts-debug": "1.3.0",
|
|
360
363
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
361
364
|
"ts-loader": "2.3.1",
|
|
@@ -366,13 +369,13 @@
|
|
|
366
369
|
"typedoc": "0.26.5",
|
|
367
370
|
"typedoc-plugin-markdown": "4.2.3",
|
|
368
371
|
"typescript": "~5.5.4",
|
|
369
|
-
"typescript-class-helpers": "~18.0.
|
|
372
|
+
"typescript-class-helpers": "~18.0.7",
|
|
370
373
|
"typescript-formatter": "~7.2.2",
|
|
371
374
|
"underscore": "1.13.7",
|
|
372
375
|
"uuid": "10.0.0",
|
|
373
376
|
"validator": "13.5.2",
|
|
374
377
|
"video.js": "8.3.0",
|
|
375
|
-
"vpn-split": "~18.0.
|
|
378
|
+
"vpn-split": "~18.0.3",
|
|
376
379
|
"vscode": "1.1.37",
|
|
377
380
|
"wait-on": "7.0.1",
|
|
378
381
|
"watch": "1.0.2",
|
|
@@ -385,14 +388,14 @@
|
|
|
385
388
|
"main": "dist/app.electron.js"
|
|
386
389
|
},
|
|
387
390
|
"build": {
|
|
388
|
-
"number":
|
|
389
|
-
"date": "2024-08-
|
|
390
|
-
"hash": "
|
|
391
|
+
"number": 407,
|
|
392
|
+
"date": "2024-08-20T16:18:01.000Z",
|
|
393
|
+
"hash": "a051ae88216101e49a0ac86189a78f043d27386e"
|
|
391
394
|
},
|
|
392
395
|
"currentProjectName": "static-columns",
|
|
393
396
|
"currentProjectGenericName": "static-columns",
|
|
394
397
|
"currentProjectType": "isomorphic-lib",
|
|
395
|
-
"currentFrameworkVersion": "18.0.
|
|
398
|
+
"currentFrameworkVersion": "18.0.6",
|
|
396
399
|
"isStandaloneProject": true,
|
|
397
400
|
"isSmartContainer": false,
|
|
398
401
|
"pathesTsconfig": "\"paths\": {\"static-columns\":[\"./src/lib\"],\"static-columns/*\":[\"./src/lib/*\"]},",
|
|
@@ -49,10 +49,10 @@ export class BreakpointsService {
|
|
|
49
49
|
}
|
|
50
50
|
});
|
|
51
51
|
}
|
|
52
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
53
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.
|
|
52
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
53
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, providedIn: 'root' }); }
|
|
54
54
|
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, decorators: [{
|
|
56
56
|
type: Injectable,
|
|
57
57
|
args: [{ providedIn: 'root' }]
|
|
58
58
|
}], ctorParameters: () => [{ type: i1.BreakpointObserver }] });
|
|
@@ -41,10 +41,10 @@ export class BaseHideShowDirective {
|
|
|
41
41
|
this.$destroy.next(void 0);
|
|
42
42
|
this.$destroy.complete();
|
|
43
43
|
}
|
|
44
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
45
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
44
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
45
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 }); }
|
|
46
46
|
}
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseHideShowDirective, decorators: [{
|
|
48
48
|
type: Directive,
|
|
49
49
|
args: [{
|
|
50
50
|
selector: '[baseHideShowDirective]',
|
|
@@ -8,10 +8,10 @@ export 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: "18.1.
|
|
12
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.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: "18.1.5", type: DirectiveGrow, selector: "[grow]", ngImport: i0 }); }
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
15
15
|
type: Directive,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: '[grow]',
|
|
@@ -10,10 +10,10 @@ export class DirectiveHideDesktop extends BaseHideShowDirective {
|
|
|
10
10
|
this.showElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
|
|
17
17
|
type: Directive,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: '[hideDesktop]',
|
|
@@ -10,10 +10,10 @@ export class DirectiveHideMobile extends BaseHideShowDirective {
|
|
|
10
10
|
this.showElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideMobile, decorators: [{
|
|
17
17
|
type: Directive,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: '[hideMobile]',
|
|
@@ -10,10 +10,10 @@ export class DirectiveHideTablet extends BaseHideShowDirective {
|
|
|
10
10
|
this.showElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideTablet, decorators: [{
|
|
17
17
|
type: Directive,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: '[hideTablet]',
|
|
@@ -10,10 +10,10 @@ export class DirectiveShowDesktop extends BaseHideShowDirective {
|
|
|
10
10
|
this.hideElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
|
|
17
17
|
type: Directive,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: '[showDesktop]',
|
|
@@ -10,10 +10,10 @@ export class DirectiveShowMobile extends BaseHideShowDirective {
|
|
|
10
10
|
this.hideElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowMobile, decorators: [{
|
|
17
17
|
type: Directive,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: '[showMobile]',
|
|
@@ -10,10 +10,10 @@ export class DirectiveShowTablet extends BaseHideShowDirective {
|
|
|
10
10
|
this.hideElement();
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowTablet, decorators: [{
|
|
17
17
|
type: Directive,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: '[showTablet]',
|
|
@@ -4,10 +4,10 @@ export class ColumnComponent {
|
|
|
4
4
|
constructor() {
|
|
5
5
|
}
|
|
6
6
|
ngOnInit() { }
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.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
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
13
13
|
}], ctorParameters: () => [], propDecorators: { width: [{
|
|
@@ -6,10 +6,10 @@ export class DirectiveShrinkOnMobile50 extends DirectiveShrinkOnMobile {
|
|
|
6
6
|
super(...arguments);
|
|
7
7
|
this.scaleFactor = 50;
|
|
8
8
|
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
10
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile50, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnMobile50, selector: "[shrinkOnMobile50]", usesInheritance: true, ngImport: i0 }); }
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile50, decorators: [{
|
|
13
13
|
type: Directive,
|
|
14
14
|
args: [{
|
|
15
15
|
selector: '[shrinkOnMobile50]',
|
|
@@ -19,10 +19,10 @@ export class DirectiveShrinkOnMobile extends BaseHideShowDirective {
|
|
|
19
19
|
this.scale();
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
23
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
22
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
23
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnMobile, selector: "[shrinkOnMobile]", usesInheritance: true, ngImport: i0 }); }
|
|
24
24
|
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile, decorators: [{
|
|
26
26
|
type: Directive,
|
|
27
27
|
args: [{
|
|
28
28
|
selector: '[shrinkOnMobile]',
|
|
@@ -12,10 +12,10 @@ export class DirectiveShrinkOnTablet extends BaseHideShowDirective {
|
|
|
12
12
|
}
|
|
13
13
|
action(state) {
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnTablet, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnTablet, selector: "[shrinkOnTablet]", usesInheritance: true, ngImport: i0 }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnTablet, decorators: [{
|
|
19
19
|
type: Directive,
|
|
20
20
|
args: [{
|
|
21
21
|
selector: '[shrinkOnTablet]',
|
|
@@ -12,10 +12,10 @@ export class ColumnsGapComponent {
|
|
|
12
12
|
ngOnDestroy() {
|
|
13
13
|
this.handlers.forEach(h => h.unsubscribe());
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
16
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.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>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"], dependencies: [{ kind: "component", type: i1.ColumnComponent, selector: "column", inputs: ["width"] }] }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsGapComponent, decorators: [{
|
|
19
19
|
type: Component,
|
|
20
20
|
args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
21
21
|
}], ctorParameters: () => [], propDecorators: { width: [{
|
|
@@ -9,10 +9,10 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export class ColumnsComponent {
|
|
10
10
|
constructor() { }
|
|
11
11
|
ngOnInit() { }
|
|
12
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
13
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.5", 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}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }); }
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\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"] }]
|
|
18
18
|
}], ctorParameters: () => [], propDecorators: { childrens: [{
|
|
@@ -32,8 +32,8 @@ const components = [
|
|
|
32
32
|
DirectiveShrinkOnTablet,
|
|
33
33
|
];
|
|
34
34
|
export class StaticColumnsModule {
|
|
35
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
36
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
36
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
|
|
37
37
|
ColumnComponent,
|
|
38
38
|
DirectiveGrow,
|
|
39
39
|
DirectiveHideMobile,
|
|
@@ -58,9 +58,9 @@ export class StaticColumnsModule {
|
|
|
58
58
|
DirectiveShrinkOnMobile50,
|
|
59
59
|
DirectiveShrinkOnMobile,
|
|
60
60
|
DirectiveShrinkOnTablet] }); }
|
|
61
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
|
61
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
|
|
62
62
|
}
|
|
63
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
63
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
64
64
|
type: NgModule,
|
|
65
65
|
args: [{
|
|
66
66
|
imports: [LayoutModule],
|