tnp-helpers 13.0.37 → 13.1.1
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.d.ts +1 -1
- package/app.js +6 -6
- package/app.js.map +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/base-component.mjs +48 -48
- package/browser/esm2020/lib/base-formly-component.mjs +126 -126
- package/browser/esm2020/lib/condition-wait.mjs +53 -53
- package/browser/esm2020/lib/constants.mjs +7 -2
- package/browser/esm2020/lib/dual-component-ctrl.mjs +120 -120
- package/browser/esm2020/lib/helpers-array-obj.mjs +80 -80
- package/browser/esm2020/lib/helpers-environment.mjs +30 -30
- package/browser/esm2020/lib/helpers-numbers.mjs +5 -5
- package/browser/esm2020/lib/helpers-strings-regexes.mjs +48 -48
- package/browser/esm2020/lib/helpers-strings.mjs +258 -256
- package/browser/esm2020/lib/helpers.mjs +276 -276
- package/browser/esm2020/lib/index.mjs +14 -14
- package/browser/esm2020/lib/long-press.directive.mjs +112 -112
- package/browser/esm2020/lib/project.mjs +414 -405
- package/browser/esm2020/lib/resize-service.mjs +20 -20
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-helpers.mjs +4 -4
- package/browser/fesm2015/tnp-helpers.mjs +1537 -1522
- package/browser/fesm2015/tnp-helpers.mjs.map +1 -1
- package/browser/fesm2020/tnp-helpers.mjs +1529 -1514
- package/browser/fesm2020/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base-component.d.ts +17 -17
- package/browser/lib/base-formly-component.d.ts +31 -31
- package/browser/lib/condition-wait.d.ts +8 -8
- package/browser/lib/constants.d.ts +6 -1
- package/browser/lib/dual-component-ctrl.d.ts +25 -25
- package/browser/lib/helpers-array-obj.d.ts +15 -15
- package/browser/lib/helpers-environment.d.ts +5 -5
- package/browser/lib/helpers-numbers.d.ts +3 -3
- package/browser/lib/helpers-strings-regexes.d.ts +28 -28
- package/browser/lib/helpers-strings.d.ts +50 -50
- package/browser/lib/helpers.d.ts +28 -28
- package/browser/lib/index.d.ts +10 -10
- package/browser/lib/long-press.directive.d.ts +25 -25
- package/browser/lib/project.d.ts +91 -91
- package/browser/lib/resize-service.d.ts +9 -9
- package/browser/public-api.d.ts +1 -1
- package/browser/tnp-helpers.d.ts +5 -5
- package/client/README.md +24 -24
- package/client/esm2020/lib/base-component.mjs +48 -48
- package/client/esm2020/lib/base-formly-component.mjs +126 -126
- package/client/esm2020/lib/condition-wait.mjs +53 -53
- package/client/esm2020/lib/constants.mjs +7 -2
- package/client/esm2020/lib/dual-component-ctrl.mjs +120 -120
- package/client/esm2020/lib/helpers-array-obj.mjs +80 -80
- package/client/esm2020/lib/helpers-environment.mjs +30 -30
- package/client/esm2020/lib/helpers-numbers.mjs +5 -5
- package/client/esm2020/lib/helpers-strings-regexes.mjs +48 -48
- package/client/esm2020/lib/helpers-strings.mjs +258 -256
- package/client/esm2020/lib/helpers.mjs +276 -276
- package/client/esm2020/lib/index.mjs +14 -14
- package/client/esm2020/lib/long-press.directive.mjs +112 -112
- package/client/esm2020/lib/project.mjs +414 -405
- package/client/esm2020/lib/resize-service.mjs +20 -20
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-helpers.mjs +4 -4
- package/client/fesm2015/tnp-helpers.mjs +1537 -1522
- package/client/fesm2015/tnp-helpers.mjs.map +1 -1
- package/client/fesm2020/tnp-helpers.mjs +1529 -1514
- package/client/fesm2020/tnp-helpers.mjs.map +1 -1
- package/client/lib/base-component.d.ts +17 -17
- package/client/lib/base-formly-component.d.ts +31 -31
- package/client/lib/condition-wait.d.ts +8 -8
- package/client/lib/constants.d.ts +6 -1
- package/client/lib/dual-component-ctrl.d.ts +25 -25
- package/client/lib/helpers-array-obj.d.ts +15 -15
- package/client/lib/helpers-environment.d.ts +5 -5
- package/client/lib/helpers-numbers.d.ts +3 -3
- package/client/lib/helpers-strings-regexes.d.ts +28 -28
- package/client/lib/helpers-strings.d.ts +50 -50
- package/client/lib/helpers.d.ts +28 -28
- package/client/lib/index.d.ts +10 -10
- package/client/lib/long-press.directive.d.ts +25 -25
- package/client/lib/project.d.ts +91 -91
- package/client/lib/resize-service.d.ts +9 -9
- package/client/public-api.d.ts +1 -1
- package/client/tnp-helpers.d.ts +5 -5
- package/index.d.ts +1 -1
- package/index.js +5 -5
- package/index.js.map +1 -1
- package/lib/angular.helper.d.ts +22 -22
- package/lib/angular.helper.js +50 -49
- package/lib/angular.helper.js.map +1 -1
- package/lib/base-component.d.ts +1 -1
- package/lib/base-component.js +6 -6
- package/lib/base-component.js.map +1 -1
- package/lib/base-formly-component.d.ts +1 -1
- package/lib/base-formly-component.js +6 -6
- package/lib/base-formly-component.js.map +1 -1
- package/lib/condition-wait.d.ts +8 -8
- package/lib/condition-wait.js +94 -94
- package/lib/condition-wait.js.map +1 -1
- package/lib/constants.d.ts +6 -1
- package/lib/constants.js +10 -5
- package/lib/constants.js.map +1 -1
- package/lib/dual-component-ctrl.d.ts +1 -1
- package/lib/dual-component-ctrl.js +6 -6
- package/lib/dual-component-ctrl.js.map +1 -1
- package/lib/git-project.d.ts +44 -44
- package/lib/git-project.js +195 -191
- package/lib/git-project.js.map +1 -1
- package/lib/helpers-array-obj.d.ts +15 -15
- package/lib/helpers-array-obj.js +88 -88
- package/lib/helpers-array-obj.js.map +1 -1
- package/lib/helpers-cli-tool.backend.d.ts +45 -45
- package/lib/helpers-cli-tool.backend.js +293 -293
- package/lib/helpers-cli-tool.backend.js.map +1 -1
- package/lib/helpers-dependencies.backend.d.ts +11 -11
- package/lib/helpers-dependencies.backend.js +105 -105
- package/lib/helpers-dependencies.backend.js.map +1 -1
- package/lib/helpers-environment.d.ts +5 -5
- package/lib/helpers-environment.js +35 -35
- package/lib/helpers-environment.js.map +1 -1
- package/lib/helpers-file-folders.backend.d.ts +84 -73
- package/lib/helpers-file-folders.backend.js +736 -707
- package/lib/helpers-file-folders.backend.js.map +1 -1
- package/lib/helpers-git.backend.d.ts +35 -35
- package/lib/helpers-git.backend.js +545 -534
- package/lib/helpers-git.backend.js.map +1 -1
- package/lib/helpers-json5.backend.d.ts +16 -16
- package/lib/helpers-json5.backend.js +70 -70
- package/lib/helpers-json5.backend.js.map +1 -1
- package/lib/helpers-morphi-framework.backend.d.ts +4 -4
- package/lib/helpers-morphi-framework.backend.js +49 -49
- package/lib/helpers-morphi-framework.backend.js.map +1 -1
- package/lib/helpers-network.backend.d.ts +8 -8
- package/lib/helpers-network.backend.js +48 -48
- package/lib/helpers-network.backend.js.map +1 -1
- package/lib/helpers-npm.backend.d.ts +3 -3
- package/lib/helpers-npm.backend.js +17 -17
- package/lib/helpers-npm.backend.js.map +1 -1
- package/lib/helpers-numbers.d.ts +3 -3
- package/lib/helpers-numbers.js +11 -11
- package/lib/helpers-numbers.js.map +1 -1
- package/lib/helpers-path.backend.d.ts +7 -7
- package/lib/helpers-path.backend.js +36 -35
- package/lib/helpers-path.backend.js.map +1 -1
- package/lib/helpers-process.backend.d.ts +57 -51
- package/lib/helpers-process.backend.js +529 -523
- package/lib/helpers-process.backend.js.map +1 -1
- package/lib/helpers-strings-regexes.d.ts +28 -28
- package/lib/helpers-strings-regexes.js +60 -60
- package/lib/helpers-strings-regexes.js.map +1 -1
- package/lib/helpers-strings.d.ts +50 -50
- package/lib/helpers-strings.js +265 -263
- package/lib/helpers-strings.js.map +1 -1
- package/lib/helpers-system-terminal.backend.d.ts +5 -5
- package/lib/helpers-system-terminal.backend.js +53 -53
- package/lib/helpers-system-terminal.backend.js.map +1 -1
- package/lib/helpers.d.ts +67 -67
- package/lib/helpers.js +391 -372
- package/lib/helpers.js.map +1 -1
- package/lib/index.d.ts +6 -6
- package/lib/index.js +19 -19
- package/lib/index.js.map +1 -1
- package/lib/long-press.directive.d.ts +22 -22
- package/lib/long-press.directive.js +141 -141
- package/lib/long-press.directive.js.map +1 -1
- package/lib/merge-helpers.backend.d.ts +23 -23
- package/lib/merge-helpers.backend.js +108 -108
- package/lib/merge-helpers.backend.js.map +1 -1
- package/lib/project.d.ts +94 -94
- package/lib/project.js +422 -419
- package/lib/project.js.map +1 -1
- package/lib/resize-service.d.ts +6 -6
- package/lib/resize-service.js +24 -24
- package/lib/resize-service.js.map +1 -1
- package/lib/ts-code/index.d.ts +1 -1
- package/lib/ts-code/index.js +7 -7
- package/lib/ts-code/index.js.map +1 -1
- package/lib/ts-code/ts-code-extractor.d.ts +14 -14
- package/lib/ts-code/ts-code-extractor.js +46 -46
- package/lib/ts-code/ts-code-extractor.js.map +1 -1
- package/lib/ts-code/ts-code-modifier.backend.d.ts +12 -12
- package/lib/ts-code/ts-code-modifier.backend.js +70 -70
- package/lib/ts-code/ts-code-modifier.backend.js.map +1 -1
- package/package.json +3 -3
- package/package.json_devDependencies.json +222 -222
- package/package.json_tnp.json5 +41 -33
- package/tmp-environment.json +48 -45
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/base-component.mjs +48 -48
- package/websql/esm2020/lib/base-formly-component.mjs +126 -126
- package/websql/esm2020/lib/condition-wait.mjs +53 -53
- package/websql/esm2020/lib/constants.mjs +7 -2
- package/websql/esm2020/lib/dual-component-ctrl.mjs +120 -120
- package/websql/esm2020/lib/helpers-array-obj.mjs +80 -80
- package/websql/esm2020/lib/helpers-environment.mjs +30 -30
- package/websql/esm2020/lib/helpers-numbers.mjs +5 -5
- package/websql/esm2020/lib/helpers-strings-regexes.mjs +48 -48
- package/websql/esm2020/lib/helpers-strings.mjs +258 -256
- package/websql/esm2020/lib/helpers.mjs +276 -276
- package/websql/esm2020/lib/index.mjs +14 -14
- package/websql/esm2020/lib/long-press.directive.mjs +112 -112
- package/websql/esm2020/lib/project.mjs +414 -405
- package/websql/esm2020/lib/resize-service.mjs +20 -20
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-helpers.mjs +4 -4
- package/websql/fesm2015/tnp-helpers.mjs +1537 -1522
- package/websql/fesm2015/tnp-helpers.mjs.map +1 -1
- package/websql/fesm2020/tnp-helpers.mjs +1529 -1514
- package/websql/fesm2020/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base-component.d.ts +17 -17
- package/websql/lib/base-formly-component.d.ts +31 -31
- package/websql/lib/condition-wait.d.ts +8 -8
- package/websql/lib/constants.d.ts +6 -1
- package/websql/lib/dual-component-ctrl.d.ts +25 -25
- package/websql/lib/helpers-array-obj.d.ts +15 -15
- package/websql/lib/helpers-environment.d.ts +5 -5
- package/websql/lib/helpers-numbers.d.ts +3 -3
- package/websql/lib/helpers-strings-regexes.d.ts +28 -28
- package/websql/lib/helpers-strings.d.ts +50 -50
- package/websql/lib/helpers.d.ts +28 -28
- package/websql/lib/index.d.ts +10 -10
- package/websql/lib/long-press.directive.d.ts +25 -25
- package/websql/lib/project.d.ts +91 -91
- package/websql/lib/resize-service.d.ts +9 -9
- package/websql/public-api.d.ts +1 -1
- package/websql/tnp-helpers.d.ts +5 -5
package/tmp-environment.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"linkedFolders": []
|
|
19
19
|
},
|
|
20
20
|
"linkedProjects": [],
|
|
21
|
+
"linkedRepos": [],
|
|
21
22
|
"libReleaseOptions": {
|
|
22
23
|
"nodts": false,
|
|
23
24
|
"obscure": false,
|
|
@@ -38,11 +39,11 @@
|
|
|
38
39
|
"firedev-helpers"
|
|
39
40
|
]
|
|
40
41
|
},
|
|
41
|
-
"version": "13.
|
|
42
|
+
"version": "13.1.1",
|
|
42
43
|
"dependencies": {
|
|
43
44
|
"json10-writer": "~13.0.21",
|
|
44
45
|
"morphi": "~13.0.48",
|
|
45
|
-
"tnp-models": "~13.0.
|
|
46
|
+
"tnp-models": "~13.0.27"
|
|
46
47
|
},
|
|
47
48
|
"scripts": {
|
|
48
49
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -54,22 +55,22 @@
|
|
|
54
55
|
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
55
56
|
"name": "tnp-helpers",
|
|
56
57
|
"devDependencies": {
|
|
57
|
-
"@angular-devkit/build-angular": "~13.
|
|
58
|
-
"@angular-devkit/core": "~13.
|
|
59
|
-
"@angular/cdk": "~13.
|
|
60
|
-
"@angular/cli": "~13.
|
|
61
|
-
"@angular/common": "~13.
|
|
62
|
-
"@angular/compiler": "~13.
|
|
63
|
-
"@angular/compiler-cli": "~13.
|
|
64
|
-
"@angular/core": "~13.
|
|
58
|
+
"@angular-devkit/build-angular": "~13.3.9",
|
|
59
|
+
"@angular-devkit/core": "~13.3.9",
|
|
60
|
+
"@angular/cdk": "~13.3.9",
|
|
61
|
+
"@angular/cli": "~13.3.9",
|
|
62
|
+
"@angular/common": "~13.3.0",
|
|
63
|
+
"@angular/compiler": "~13.3.0",
|
|
64
|
+
"@angular/compiler-cli": "~13.3.0",
|
|
65
|
+
"@angular/core": "~13.3.0",
|
|
65
66
|
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
66
|
-
"@angular/forms": "~13.
|
|
67
|
-
"@angular/material": "~13.
|
|
68
|
-
"@angular/platform-browser": "~13.
|
|
69
|
-
"@angular/platform-browser-dynamic": "~13.
|
|
70
|
-
"@angular/pwa": "~13.
|
|
71
|
-
"@angular/router": "~13.
|
|
72
|
-
"@angular/service-worker": "~13.
|
|
67
|
+
"@angular/forms": "~13.3.0",
|
|
68
|
+
"@angular/material": "~13.3.9",
|
|
69
|
+
"@angular/platform-browser": "~13.3.0",
|
|
70
|
+
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
71
|
+
"@angular/pwa": "~13.3.9",
|
|
72
|
+
"@angular/router": "~13.3.0",
|
|
73
|
+
"@angular/service-worker": "~13.3.11",
|
|
73
74
|
"@babel/cli": "7.18.6",
|
|
74
75
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
75
76
|
"@iconify/icons-mdi": "1.2.1",
|
|
@@ -122,13 +123,14 @@
|
|
|
122
123
|
"@types/vinyl": "2.0.2",
|
|
123
124
|
"@types/watch": "1.0.0",
|
|
124
125
|
"accepts": "1.3.4",
|
|
125
|
-
"any-project-cli": "~0.0.
|
|
126
|
+
"any-project-cli": "~0.0.11",
|
|
126
127
|
"axios": "0.17.1",
|
|
127
|
-
"background-worker-process": "~13.0.
|
|
128
|
+
"background-worker-process": "~13.0.22",
|
|
128
129
|
"bcryptjs": "2.4.3",
|
|
129
130
|
"better-sqlite3": "7.6.2",
|
|
130
131
|
"body-parser": "1.18.2",
|
|
131
132
|
"bootstrap": "5.1.3",
|
|
133
|
+
"bs4-breakpoint": "13.0.32",
|
|
132
134
|
"buffer-shims": "1.0.0",
|
|
133
135
|
"callsite-record": "4.1.3",
|
|
134
136
|
"chai": "4.2.0",
|
|
@@ -163,10 +165,10 @@
|
|
|
163
165
|
"fbgraph": "1.4.1",
|
|
164
166
|
"file-loader": "1.1.5",
|
|
165
167
|
"firedev": "^13",
|
|
166
|
-
"firedev-crud": "~13.0.
|
|
167
|
-
"firedev-crud-deamon": "~13.0.
|
|
168
|
-
"firedev-ports": "~13.0.
|
|
169
|
-
"firedev-storage": "~13.0.
|
|
168
|
+
"firedev-crud": "~13.0.30",
|
|
169
|
+
"firedev-crud-deamon": "~13.0.21",
|
|
170
|
+
"firedev-ports": "~13.0.24",
|
|
171
|
+
"firedev-storage": "~13.0.16",
|
|
170
172
|
"fkill": "6.1.0",
|
|
171
173
|
"font-awesome": "4.7.0",
|
|
172
174
|
"fs-extra": "8.1.0",
|
|
@@ -177,7 +179,7 @@
|
|
|
177
179
|
"http-proxy": "1.16.2",
|
|
178
180
|
"http-proxy-middleware": "0.19.1",
|
|
179
181
|
"http-server": "0.11.1",
|
|
180
|
-
"incremental-compiler": "~13.
|
|
182
|
+
"incremental-compiler": "~13.1.2",
|
|
181
183
|
"inquirer": "7.3.3",
|
|
182
184
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
183
185
|
"is-elevated": "3.0.0",
|
|
@@ -204,7 +206,7 @@
|
|
|
204
206
|
"lodash.merge": ">= 4",
|
|
205
207
|
"lodash.set": ">= 4",
|
|
206
208
|
"lowdb": "1.0.0",
|
|
207
|
-
"magic-renamer": "~13.0.
|
|
209
|
+
"magic-renamer": "~13.0.13",
|
|
208
210
|
"material-design-icons": "3.0.1",
|
|
209
211
|
"method-override": "2.3.10",
|
|
210
212
|
"minimist": "1.2.0",
|
|
@@ -212,11 +214,11 @@
|
|
|
212
214
|
"mocha": "5.2.0",
|
|
213
215
|
"moment": "2.22.2",
|
|
214
216
|
"ng-packagr": "13.0.0",
|
|
215
|
-
"ng-talkback": "~13.0.
|
|
216
|
-
"ng2-logger": "~13.
|
|
217
|
+
"ng-talkback": "~13.0.15",
|
|
218
|
+
"ng2-logger": "~13.1.1",
|
|
217
219
|
"ng2-rest": "~13.0.34",
|
|
218
|
-
"ng4-icons": "~13.0.
|
|
219
|
-
"ng4-modal": "~13.0.
|
|
220
|
+
"ng4-icons": "~13.0.17",
|
|
221
|
+
"ng4-modal": "~13.0.19",
|
|
220
222
|
"ngx-bootstrap": "8.0.0",
|
|
221
223
|
"ngx-editor": "12.2.1",
|
|
222
224
|
"ngx-moment": "6.0.2",
|
|
@@ -224,7 +226,7 @@
|
|
|
224
226
|
"ngx-store": "3.1.1",
|
|
225
227
|
"ngx-toastr": "14.2.2",
|
|
226
228
|
"ngx-wig": "13.0.3",
|
|
227
|
-
"node-cli-tester": "~13.0.
|
|
229
|
+
"node-cli-tester": "~13.0.15",
|
|
228
230
|
"node-localstorage": "2.1.6",
|
|
229
231
|
"node-notifier": "6.0.0",
|
|
230
232
|
"nodemon": "1.14.11",
|
|
@@ -244,7 +246,7 @@
|
|
|
244
246
|
"ps-node": "0.1.6",
|
|
245
247
|
"q": "1.5.1",
|
|
246
248
|
"randomcolor": "0.5.3",
|
|
247
|
-
"record-replay-req-res-scenario": "~13.0.
|
|
249
|
+
"record-replay-req-res-scenario": "~13.0.16",
|
|
248
250
|
"reflect-metadata": "0.1.10",
|
|
249
251
|
"rimraf": "2.6.2",
|
|
250
252
|
"rxjs": "~7.5.0",
|
|
@@ -253,38 +255,39 @@
|
|
|
253
255
|
"sloc": "0.2.0",
|
|
254
256
|
"socket.io": "2.4.1",
|
|
255
257
|
"sort-package-json": "1.11.0",
|
|
258
|
+
"sql.js": "1.8.0",
|
|
256
259
|
"static-columns": "~13.0.24",
|
|
257
260
|
"string-similarity": "4.0.2",
|
|
258
261
|
"sudo-block": "3.0.0",
|
|
259
262
|
"systeminformation": "3.45.7",
|
|
260
263
|
"task.js": "0.1.5",
|
|
261
264
|
"tnp-cli": "~13.0.25",
|
|
262
|
-
"tnp-config": "~13.0.
|
|
263
|
-
"tnp-core": "~13.
|
|
264
|
-
"tnp-db": "~13.0.
|
|
265
|
-
"tnp-helpers": "~13.0.
|
|
266
|
-
"tnp-ui": "~13.0.
|
|
265
|
+
"tnp-config": "~13.0.35",
|
|
266
|
+
"tnp-core": "~13.1.19",
|
|
267
|
+
"tnp-db": "~13.0.31",
|
|
268
|
+
"tnp-helpers": "~13.0.38",
|
|
269
|
+
"tnp-ui": "~13.0.20",
|
|
267
270
|
"ts-debug": "1.3.0",
|
|
268
271
|
"ts-loader": "2.3.1",
|
|
269
272
|
"ts-node": "10.7.0",
|
|
270
273
|
"tslib": "~2.3.0",
|
|
271
|
-
"typeorm": "~0.3.
|
|
272
|
-
"typescript": "~4.
|
|
273
|
-
"typescript-class-helpers": "~13.
|
|
274
|
+
"typeorm": "~0.3.10",
|
|
275
|
+
"typescript": "~4.6.2",
|
|
276
|
+
"typescript-class-helpers": "~13.1.1",
|
|
274
277
|
"typescript-formatter": "~7.2.2",
|
|
275
278
|
"underscore": "1.9.1",
|
|
276
279
|
"uuid": "8.3.2",
|
|
277
280
|
"validator": "9.2.0",
|
|
278
|
-
"vpn-split": "~13.0.
|
|
281
|
+
"vpn-split": "~13.0.20",
|
|
279
282
|
"watch": "1.0.2",
|
|
280
283
|
"zone.js": "~0.11.4"
|
|
281
284
|
},
|
|
282
|
-
"lastBuildTagHash": "
|
|
285
|
+
"lastBuildTagHash": "a7bfed5ae65999180b85f9f60748b78079d80062"
|
|
283
286
|
},
|
|
284
287
|
"build": {
|
|
285
|
-
"number":
|
|
286
|
-
"date": "2022-
|
|
287
|
-
"hash": "
|
|
288
|
+
"number": 429,
|
|
289
|
+
"date": "2022-11-14T11:43:33.000Z",
|
|
290
|
+
"hash": "6fd2316dc0bb6e75c87421486435c17759722f77",
|
|
288
291
|
"options": {}
|
|
289
292
|
},
|
|
290
293
|
"currentProjectName": "tnp-helpers",
|
|
@@ -292,7 +295,7 @@
|
|
|
292
295
|
"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%22tnp-helpers%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\"]}]}",
|
|
293
296
|
"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\"}]}",
|
|
294
297
|
"currentProjectType": "isomorphic-lib",
|
|
295
|
-
"currentFrameworkVersion": "13.0.
|
|
298
|
+
"currentFrameworkVersion": "13.0.104",
|
|
296
299
|
"currentProjectIsStrictSite": false,
|
|
297
300
|
"currentProjectIsDependencySite": false,
|
|
298
301
|
"currentProjectIsStatic": false,
|
package/websql/README.md
CHANGED
|
@@ -1,24 +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.
|
|
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.
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { NavigationEnd } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class BaseComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
// @ts-ignore
|
|
7
|
-
this.model = {};
|
|
8
|
-
this.handlers = [];
|
|
9
|
-
}
|
|
10
|
-
ngOnDestroy() {
|
|
11
|
-
this.handlers.forEach(h => h.unsubscribe());
|
|
12
|
-
this.handlers.length = 0;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
16
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
18
|
-
type: Component,
|
|
19
|
-
args: [{
|
|
20
|
-
selector: 'app-base-component-meta',
|
|
21
|
-
template: '<div></div>'
|
|
22
|
-
}]
|
|
23
|
-
}], propDecorators: { model: [{
|
|
24
|
-
type: Input
|
|
25
|
-
}] } });
|
|
26
|
-
const isCalledNgInitAfterInternalRefresh = Symbol();
|
|
27
|
-
export class BaseComponentForRouter extends BaseComponent {
|
|
28
|
-
constructor(__router) {
|
|
29
|
-
super();
|
|
30
|
-
this.__router = __router;
|
|
31
|
-
this[isCalledNgInitAfterInternalRefresh] = false;
|
|
32
|
-
}
|
|
33
|
-
isCalledNgInitAfterInternalRefresh() {
|
|
34
|
-
return !!this[isCalledNgInitAfterInternalRefresh];
|
|
35
|
-
}
|
|
36
|
-
reloadNgOninitOnUrlChange() {
|
|
37
|
-
this.handlers.push(this.__router.events.subscribe(event => {
|
|
38
|
-
if (event instanceof NavigationEnd && this['ngOnInit']) {
|
|
39
|
-
this[isCalledNgInitAfterInternalRefresh] = true;
|
|
40
|
-
this['ngOnInit']();
|
|
41
|
-
if (this[isCalledNgInitAfterInternalRefresh]) {
|
|
42
|
-
this[isCalledNgInitAfterInternalRefresh] = false;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}));
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { NavigationEnd } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class BaseComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
this.model = {};
|
|
8
|
+
this.handlers = [];
|
|
9
|
+
}
|
|
10
|
+
ngOnDestroy() {
|
|
11
|
+
this.handlers.forEach(h => h.unsubscribe());
|
|
12
|
+
this.handlers.length = 0;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseComponent, decorators: [{
|
|
18
|
+
type: Component,
|
|
19
|
+
args: [{
|
|
20
|
+
selector: 'app-base-component-meta',
|
|
21
|
+
template: '<div></div>'
|
|
22
|
+
}]
|
|
23
|
+
}], propDecorators: { model: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}] } });
|
|
26
|
+
const isCalledNgInitAfterInternalRefresh = Symbol();
|
|
27
|
+
export class BaseComponentForRouter extends BaseComponent {
|
|
28
|
+
constructor(__router) {
|
|
29
|
+
super();
|
|
30
|
+
this.__router = __router;
|
|
31
|
+
this[isCalledNgInitAfterInternalRefresh] = false;
|
|
32
|
+
}
|
|
33
|
+
isCalledNgInitAfterInternalRefresh() {
|
|
34
|
+
return !!this[isCalledNgInitAfterInternalRefresh];
|
|
35
|
+
}
|
|
36
|
+
reloadNgOninitOnUrlChange() {
|
|
37
|
+
this.handlers.push(this.__router.events.subscribe(event => {
|
|
38
|
+
if (event instanceof NavigationEnd && this['ngOnInit']) {
|
|
39
|
+
this[isCalledNgInitAfterInternalRefresh] = true;
|
|
40
|
+
this['ngOnInit']();
|
|
41
|
+
if (this[isCalledNgInitAfterInternalRefresh]) {
|
|
42
|
+
this[isCalledNgInitAfterInternalRefresh] = false;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC90bnAtaGVscGVycy9wcm9qZWN0cy90bnAtaGVscGVycy9zcmMvbGliL2Jhc2UtY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sRUFBcUIsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRSxPQUFPLEVBQUUsYUFBYSxFQUFVLE1BQU0saUJBQWlCLENBQUM7O0FBT3hELE1BQU0sT0FBZ0IsYUFBYTtJQUpuQztRQU1FLGFBQWE7UUFDSixVQUFLLEdBQVEsRUFBRSxDQUFDO1FBRXpCLGFBQVEsR0FBbUIsRUFBRSxDQUFDO0tBUS9CO0lBTkMsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7UUFDNUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO0lBQzNCLENBQUM7OzJHQVZtQixhQUFhOytGQUFiLGFBQWEsMkZBRnZCLGFBQWE7NEZBRUgsYUFBYTtrQkFKbEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxRQUFRLEVBQUUsYUFBYTtpQkFDeEI7OEJBSVUsS0FBSztzQkFBYixLQUFLOztBQVlSLE1BQU0sa0NBQWtDLEdBQUcsTUFBTSxFQUFFLENBQUE7QUFFbkQsTUFBTSxPQUFnQixzQkFBdUIsU0FBUSxhQUFhO0lBRWhFLFlBQ1UsUUFBZ0I7UUFFeEIsS0FBSyxFQUFFLENBQUM7UUFGQSxhQUFRLEdBQVIsUUFBUSxDQUFRO1FBR3hCLElBQUksQ0FBQyxrQ0FBa0MsQ0FBQyxHQUFHLEtBQUssQ0FBQztJQUNuRCxDQUFDO0lBR1Msa0NBQWtDO1FBQzFDLE9BQU8sQ0FBQyxDQUFDLElBQUksQ0FBQyxrQ0FBa0MsQ0FBQyxDQUFDO0lBQ3BELENBQUM7SUFDUyx5QkFBeUI7UUFDakMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxFQUFFO1lBQ3hELElBQUksS0FBSyxZQUFZLGFBQWEsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLEVBQUU7Z0JBQ3RELElBQUksQ0FBQyxrQ0FBa0MsQ0FBQyxHQUFHLElBQUksQ0FBQztnQkFDaEQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7Z0JBQ25CLElBQUksSUFBSSxDQUFDLGtDQUFrQyxDQUFDLEVBQUU7b0JBQzVDLElBQUksQ0FBQyxrQ0FBa0MsQ0FBQyxHQUFHLEtBQUssQ0FBQztpQkFDbEQ7YUFDRjtRQUNILENBQUMsQ0FBUSxDQUFDLENBQUM7SUFDYixDQUFDO0NBRUYiLCJzb3VyY2VzQ29udGVudCI6WyIvLyNyZWdpb24gQGJyb3dzZXJcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgT25EZXN0cm95LCBPbkluaXQsIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5hdmlnYXRpb25FbmQsIFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWJhc2UtY29tcG9uZW50LW1ldGEnLFxuICB0ZW1wbGF0ZTogJzxkaXY+PC9kaXY+J1xufSlcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95IHtcblxuICAvLyBAdHMtaWdub3JlXG4gIEBJbnB1dCgpIG1vZGVsOiBhbnkgPSB7fTtcblxuICBoYW5kbGVyczogU3Vic2NyaXB0aW9uW10gPSBbXTtcblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLmhhbmRsZXJzLmZvckVhY2goaCA9PiBoLnVuc3Vic2NyaWJlKCkpO1xuICAgIHRoaXMuaGFuZGxlcnMubGVuZ3RoID0gMDtcbiAgfVxuXG5cbn1cblxuY29uc3QgaXNDYWxsZWROZ0luaXRBZnRlckludGVybmFsUmVmcmVzaCA9IFN5bWJvbCgpXG5cbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBCYXNlQ29tcG9uZW50Rm9yUm91dGVyIGV4dGVuZHMgQmFzZUNvbXBvbmVudCB7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfX3JvdXRlcjogUm91dGVyXG4gICkge1xuICAgIHN1cGVyKCk7XG4gICAgdGhpc1tpc0NhbGxlZE5nSW5pdEFmdGVySW50ZXJuYWxSZWZyZXNoXSA9IGZhbHNlO1xuICB9XG5cblxuICBwcm90ZWN0ZWQgaXNDYWxsZWROZ0luaXRBZnRlckludGVybmFsUmVmcmVzaCgpIHtcbiAgICByZXR1cm4gISF0aGlzW2lzQ2FsbGVkTmdJbml0QWZ0ZXJJbnRlcm5hbFJlZnJlc2hdO1xuICB9XG4gIHByb3RlY3RlZCByZWxvYWROZ09uaW5pdE9uVXJsQ2hhbmdlKCkge1xuICAgIHRoaXMuaGFuZGxlcnMucHVzaCh0aGlzLl9fcm91dGVyLmV2ZW50cy5zdWJzY3JpYmUoZXZlbnQgPT4ge1xuICAgICAgaWYgKGV2ZW50IGluc3RhbmNlb2YgTmF2aWdhdGlvbkVuZCAmJiB0aGlzWyduZ09uSW5pdCddKSB7XG4gICAgICAgIHRoaXNbaXNDYWxsZWROZ0luaXRBZnRlckludGVybmFsUmVmcmVzaF0gPSB0cnVlO1xuICAgICAgICB0aGlzWyduZ09uSW5pdCddKCk7XG4gICAgICAgIGlmICh0aGlzW2lzQ2FsbGVkTmdJbml0QWZ0ZXJJbnRlcm5hbFJlZnJlc2hdKSB7XG4gICAgICAgICAgdGhpc1tpc0NhbGxlZE5nSW5pdEFmdGVySW50ZXJuYWxSZWZyZXNoXSA9IGZhbHNlO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfSkgYXMgYW55KTtcbiAgfVxuXG59XG4vLyNlbmRyZWdpb25cbiJdfQ==
|