tnp-helpers 19.0.38 → 19.0.40
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/browser/README.md +24 -24
- package/browser/fesm2022/tnp-helpers.mjs +44 -3
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.js +40 -24
- package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib/base/classes/base-command-line-feature.backend.d.ts +3 -3
- package/lib/base/classes/base-command-line-feature.backend.js.map +1 -1
- package/lib/base/classes/base-global-command-line.backend.d.ts +1 -0
- package/lib/base/classes/base-global-command-line.backend.js +4 -1
- package/lib/base/classes/base-global-command-line.backend.js.map +1 -1
- package/lib/base/classes/base-project.js +1 -1
- package/lib/base/classes/base-project.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +2 -2
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/helpers/helpers-numbers.js.map +1 -1
- package/lib/old/base-component.js +2 -2
- package/lib/old/base-formly-component.js +2 -2
- package/lib/old/dual-component-ctrl.js +2 -2
- package/lib/validators/validators-git.js.map +1 -1
- package/package.json +1 -1
- package/tmp-environment.json +33 -0
- package/websql/README.md +24 -24
- package/websql/fesm2022/tnp-helpers.mjs +44 -3
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
package/browser/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.
|
|
@@ -5007,6 +5007,9 @@ class BaseCliWorker {
|
|
|
5007
5007
|
/* */
|
|
5008
5008
|
/* */
|
|
5009
5009
|
/* */
|
|
5010
|
+
/* */
|
|
5011
|
+
/* */
|
|
5012
|
+
/* */
|
|
5010
5013
|
return (void 0);
|
|
5011
5014
|
}
|
|
5012
5015
|
//#endregion
|
|
@@ -5197,6 +5200,17 @@ class BaseCliWorker {
|
|
|
5197
5200
|
/* */
|
|
5198
5201
|
/* */
|
|
5199
5202
|
/* */
|
|
5203
|
+
/* */
|
|
5204
|
+
/* */
|
|
5205
|
+
/* */
|
|
5206
|
+
/* */
|
|
5207
|
+
/* */
|
|
5208
|
+
/* */
|
|
5209
|
+
/* */
|
|
5210
|
+
/* */
|
|
5211
|
+
/* */
|
|
5212
|
+
/* */
|
|
5213
|
+
/* */
|
|
5200
5214
|
return (void 0);
|
|
5201
5215
|
}
|
|
5202
5216
|
//#endregion
|
|
@@ -5281,6 +5295,17 @@ class BaseCliWorker {
|
|
|
5281
5295
|
/* */
|
|
5282
5296
|
/* */
|
|
5283
5297
|
/* */
|
|
5298
|
+
/* */
|
|
5299
|
+
/* */
|
|
5300
|
+
/* */
|
|
5301
|
+
/* */
|
|
5302
|
+
/* */
|
|
5303
|
+
/* */
|
|
5304
|
+
/* */
|
|
5305
|
+
/* */
|
|
5306
|
+
/* */
|
|
5307
|
+
/* */
|
|
5308
|
+
/* */
|
|
5284
5309
|
return (void 0);
|
|
5285
5310
|
}
|
|
5286
5311
|
//#endregion
|
|
@@ -5318,6 +5343,7 @@ class BaseCliWorker {
|
|
|
5318
5343
|
/* */
|
|
5319
5344
|
/* */
|
|
5320
5345
|
/* */
|
|
5346
|
+
/* */
|
|
5321
5347
|
return (void 0);
|
|
5322
5348
|
}
|
|
5323
5349
|
//#endregion
|
|
@@ -5364,6 +5390,14 @@ class BaseCliWorker {
|
|
|
5364
5390
|
/* */
|
|
5365
5391
|
/* */
|
|
5366
5392
|
/* */
|
|
5393
|
+
/* */
|
|
5394
|
+
/* */
|
|
5395
|
+
/* */
|
|
5396
|
+
/* */
|
|
5397
|
+
/* */
|
|
5398
|
+
/* */
|
|
5399
|
+
/* */
|
|
5400
|
+
/* */
|
|
5367
5401
|
return (void 0);
|
|
5368
5402
|
}
|
|
5369
5403
|
//#endregion
|
|
@@ -5391,6 +5425,15 @@ class BaseCliWorker {
|
|
|
5391
5425
|
/* */
|
|
5392
5426
|
/* */
|
|
5393
5427
|
/* */
|
|
5428
|
+
/* */
|
|
5429
|
+
/* */
|
|
5430
|
+
/* */
|
|
5431
|
+
/* */
|
|
5432
|
+
/* */
|
|
5433
|
+
/* */
|
|
5434
|
+
/* */
|
|
5435
|
+
/* */
|
|
5436
|
+
/* */
|
|
5394
5437
|
return (void 0);
|
|
5395
5438
|
}
|
|
5396
5439
|
//#endregion
|
|
@@ -6343,7 +6386,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
6343
6386
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6344
6387
|
const APP_ID = 'com.domain.example.tnp-helpers';
|
|
6345
6388
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
6346
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6389
|
+
const CURRENT_PACKAGE_VERSION = '19.0.40';
|
|
6347
6390
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6348
6391
|
|
|
6349
6392
|
//#endregion
|
|
@@ -7353,8 +7396,6 @@ class BaseProject {
|
|
|
7353
7396
|
/* */
|
|
7354
7397
|
/* */
|
|
7355
7398
|
/* */
|
|
7356
|
-
/* */
|
|
7357
|
-
/* */
|
|
7358
7399
|
return (void 0);
|
|
7359
7400
|
}
|
|
7360
7401
|
//#region methods & getters / assign free port to project instance
|