taon 18.0.23 → 18.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/assets/shared/shared_folder_info.txt +1 -1
- package/lib/ui/directives/index.js +2 -2
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
- package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
- package/lib/ui/taon-notifications/taon-notifications.models.js +2 -2
- package/lib/ui/taon-progress-bar/index.js +2 -2
- package/lib/ui/taon-session-passcode/index.js +2 -2
- package/lib/ui/taon-table/index.js +2 -2
- package/package.json +7 -7
- package/tmp-environment.json +29 -29
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
2
2
|
|
|
3
|
-
Assets from this folder are being shipped with this npm package (taon@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (taon@18.0.24)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292872 = dummy1737493292872;
|
|
4
|
+
function dummy1737493292872() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/lib/ui/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292602 = dummy1737493292602;
|
|
4
|
+
function dummy1737493292602() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292889 = dummy1737493292889;
|
|
4
|
+
function dummy1737493292889() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292921 = dummy1737493292921;
|
|
4
|
+
function dummy1737493292921() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292935 = dummy1737493292935;
|
|
4
|
+
function dummy1737493292935() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292959 = dummy1737493292959;
|
|
4
|
+
function dummy1737493292959() { }
|
|
5
5
|
//# sourceMappingURL=taon-notifications.models.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292972 = dummy1737493292972;
|
|
4
|
+
function dummy1737493292972() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493292989 = dummy1737493292989;
|
|
4
|
+
function dummy1737493292989() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1737493293005 = dummy1737493293005;
|
|
4
|
+
function dummy1737493293005() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"homepage": "https://github.com/darekf77/taon#readme"
|
|
46
46
|
},
|
|
47
47
|
"name": "taon",
|
|
48
|
-
"version": "18.0.
|
|
48
|
+
"version": "18.0.24",
|
|
49
49
|
"description": "Isomorphic solution for backend and frontend",
|
|
50
50
|
"scripts": {
|
|
51
51
|
"mkdocs": "python3 -m mkdocs"
|
|
@@ -60,18 +60,18 @@
|
|
|
60
60
|
},
|
|
61
61
|
"homepage": "https://github.com/darekf77/taon#readme",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"json10": "~18.0.
|
|
64
|
-
"lodash-walk-object": "~18.0.
|
|
65
|
-
"ng2-rest": "~18.0.
|
|
63
|
+
"json10": "~18.0.19",
|
|
64
|
+
"lodash-walk-object": "~18.0.19",
|
|
65
|
+
"ng2-rest": "~18.0.19",
|
|
66
66
|
"ora": "3.4.0",
|
|
67
67
|
"socket.io": "4.7.5",
|
|
68
|
-
"taon-type-sql": "18.0.
|
|
69
|
-
"tnp": "~18.0.
|
|
68
|
+
"taon-type-sql": "18.0.19",
|
|
69
|
+
"tnp": "~18.0.24",
|
|
70
70
|
"tslib": "~2.6.3"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"private": false,
|
|
74
|
-
"lastBuildTagHash": "
|
|
74
|
+
"lastBuildTagHash": "ac1051e99c26d1d5cb81e7b29801c57fc01c0240",
|
|
75
75
|
"devDependencies": {},
|
|
76
76
|
"main": "dist/app.electron.js",
|
|
77
77
|
"bin": {
|
package/tmp-environment.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"homepage": "https://github.com/darekf77/taon#readme"
|
|
52
52
|
},
|
|
53
53
|
"name": "taon",
|
|
54
|
-
"version": "18.0.
|
|
54
|
+
"version": "18.0.24",
|
|
55
55
|
"description": "Isomorphic solution for backend and frontend",
|
|
56
56
|
"scripts": {
|
|
57
57
|
"mkdocs": "python3 -m mkdocs"
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
},
|
|
67
67
|
"homepage": "https://github.com/darekf77/taon#readme",
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"json10": "~18.0.
|
|
70
|
-
"lodash-walk-object": "~18.0.
|
|
71
|
-
"ng2-rest": "~18.0.
|
|
69
|
+
"json10": "~18.0.19",
|
|
70
|
+
"lodash-walk-object": "~18.0.19",
|
|
71
|
+
"ng2-rest": "~18.0.19",
|
|
72
72
|
"ora": "3.4.0",
|
|
73
73
|
"socket.io": "4.7.5",
|
|
74
|
-
"taon-type-sql": "18.0.
|
|
75
|
-
"tnp": "~18.0.
|
|
74
|
+
"taon-type-sql": "18.0.19",
|
|
75
|
+
"tnp": "~18.0.24",
|
|
76
76
|
"tslib": "~2.6.3"
|
|
77
77
|
},
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"private": false,
|
|
80
|
-
"lastBuildTagHash": "
|
|
80
|
+
"lastBuildTagHash": "ac1051e99c26d1d5cb81e7b29801c57fc01c0240",
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
83
83
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -242,14 +242,14 @@
|
|
|
242
242
|
"image-focus": "1.2.1",
|
|
243
243
|
"immer": "10.0.2",
|
|
244
244
|
"immutable": "4.3.7",
|
|
245
|
-
"incremental-compiler": "~18.0.
|
|
245
|
+
"incremental-compiler": "~18.0.20",
|
|
246
246
|
"inquirer": "7.3.3",
|
|
247
247
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
248
248
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
249
249
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
250
250
|
"inquirer-toggle": "1.0.1",
|
|
251
251
|
"is-elevated": "3.0.0",
|
|
252
|
-
"isomorphic-region-loader": "~18.0.
|
|
252
|
+
"isomorphic-region-loader": "~18.0.19",
|
|
253
253
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
254
254
|
"jest": "29.7.0",
|
|
255
255
|
"jest-date-mock": "1.0.10",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"joi": "17.13.3",
|
|
261
261
|
"jscodeshift": "0.6.3",
|
|
262
262
|
"json-stringify-safe": "5.0.1",
|
|
263
|
-
"json10-writer": "~18.0.
|
|
263
|
+
"json10-writer": "~18.0.19",
|
|
264
264
|
"json5": "2.2.3",
|
|
265
265
|
"json5-writer": "0.2.0",
|
|
266
266
|
"jszip": "3.10.1",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"lockfile": "1.0.4",
|
|
271
271
|
"lodash": "4.17.21",
|
|
272
272
|
"lowdb": "7.0.1",
|
|
273
|
-
"magic-renamer": "~18.0.
|
|
273
|
+
"magic-renamer": "~18.0.19",
|
|
274
274
|
"material-design-icons": "3.0.1",
|
|
275
275
|
"method-override": "2.3.10",
|
|
276
276
|
"minimist": "1.2.8",
|
|
@@ -281,10 +281,10 @@
|
|
|
281
281
|
"ng-in-viewport": "16.1.0",
|
|
282
282
|
"ng-lock": "18.0.1",
|
|
283
283
|
"ng-packagr": "18.1.0",
|
|
284
|
-
"ng-talkback": "~18.0.
|
|
285
|
-
"ng2-logger": "~18.0.
|
|
284
|
+
"ng-talkback": "~18.0.18",
|
|
285
|
+
"ng2-logger": "~18.0.21",
|
|
286
286
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
287
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
287
|
+
"ng2-rest-swagger-generator": "18.0.16",
|
|
288
288
|
"ngx-ace-wrapper": "17.0.0",
|
|
289
289
|
"ngx-editor": "17.5.4",
|
|
290
290
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"ngx-scrolltop": "18.0.0",
|
|
299
299
|
"ngx-store": "3.1.1",
|
|
300
300
|
"ngx-typed-js": "2.1.1",
|
|
301
|
-
"node-cli-tester": "~18.0.
|
|
301
|
+
"node-cli-tester": "~18.0.18",
|
|
302
302
|
"node-localstorage": "2.1.6",
|
|
303
303
|
"node-notifier": "10.0.1",
|
|
304
304
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"q": "1.5.1",
|
|
329
329
|
"rallax.js": "2.0.4",
|
|
330
330
|
"randomcolor": "0.5.3",
|
|
331
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
331
|
+
"record-replay-req-res-scenario": "~18.0.18",
|
|
332
332
|
"reflect-metadata": "0.2.2",
|
|
333
333
|
"rimraf": "2.6.2",
|
|
334
334
|
"rxjs": "~7.8.1",
|
|
@@ -341,21 +341,21 @@
|
|
|
341
341
|
"sql-template-strings": "2.2.2",
|
|
342
342
|
"sql-template-tag": "5.2.1",
|
|
343
343
|
"sql.js": "1.8.0",
|
|
344
|
-
"static-columns": "~18.0.
|
|
344
|
+
"static-columns": "~18.0.20",
|
|
345
345
|
"string-similarity": "4.0.4",
|
|
346
346
|
"sudo-block": "3.0.0",
|
|
347
347
|
"supertest": "7.0.0",
|
|
348
348
|
"sweetalert2": "11.7.32",
|
|
349
349
|
"systeminformation": "3.45.7",
|
|
350
350
|
"taon": "^18",
|
|
351
|
-
"taon-storage": "18.0.
|
|
352
|
-
"taon-typeorm": "18.0.
|
|
351
|
+
"taon-storage": "18.0.27",
|
|
352
|
+
"taon-typeorm": "18.0.17",
|
|
353
353
|
"task.js": "0.1.5",
|
|
354
354
|
"threads": "1.7.0",
|
|
355
|
-
"tnp-config": "~18.0.
|
|
356
|
-
"tnp-core": "~18.0.
|
|
357
|
-
"tnp-helpers": "~18.0.
|
|
358
|
-
"tnp-models": "~18.0.
|
|
355
|
+
"tnp-config": "~18.0.21",
|
|
356
|
+
"tnp-core": "~18.0.46",
|
|
357
|
+
"tnp-helpers": "~18.0.19",
|
|
358
|
+
"tnp-models": "~18.0.20",
|
|
359
359
|
"ts-debug": "1.3.0",
|
|
360
360
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
361
361
|
"ts-loader": "2.3.1",
|
|
@@ -366,14 +366,14 @@
|
|
|
366
366
|
"typedoc": "0.26.5",
|
|
367
367
|
"typedoc-plugin-markdown": "4.2.3",
|
|
368
368
|
"typescript": "~5.5.4",
|
|
369
|
-
"typescript-class-helpers": "~18.0.
|
|
369
|
+
"typescript-class-helpers": "~18.0.20",
|
|
370
370
|
"typescript-formatter": "~7.2.2",
|
|
371
371
|
"typescript-string-enums": "~1.0.0",
|
|
372
372
|
"underscore": "1.13.7",
|
|
373
373
|
"uuid": "10.0.0",
|
|
374
374
|
"validator": "13.5.2",
|
|
375
375
|
"video.js": "8.3.0",
|
|
376
|
-
"vpn-split": "~18.0.
|
|
376
|
+
"vpn-split": "~18.0.17",
|
|
377
377
|
"vscode": "1.1.37",
|
|
378
378
|
"wait-on": "8.0.1",
|
|
379
379
|
"watch": "1.0.2",
|
|
@@ -391,14 +391,14 @@
|
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
"build": {
|
|
394
|
-
"number":
|
|
395
|
-
"date": "2025-01-
|
|
396
|
-
"hash": "
|
|
394
|
+
"number": 1779,
|
|
395
|
+
"date": "2025-01-19T16:01:43.000Z",
|
|
396
|
+
"hash": "652359761630e6f0a9f3b5e886a614bd29a4afb4"
|
|
397
397
|
},
|
|
398
398
|
"currentProjectName": "taon",
|
|
399
399
|
"currentProjectGenericName": "taon",
|
|
400
400
|
"currentProjectType": "isomorphic-lib",
|
|
401
|
-
"currentFrameworkVersion": "18.0.
|
|
401
|
+
"currentFrameworkVersion": "18.0.24",
|
|
402
402
|
"isStandaloneProject": true,
|
|
403
403
|
"isSmartContainer": false,
|
|
404
404
|
"pathesTsconfig": "\"paths\": {\"taon\":[\"./src/lib\"],\"taon/*\":[\"./src/lib/*\"]},",
|