tnp-helpers 21.0.10 → 21.0.14
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/fesm2022/tnp-helpers-browser.mjs +41 -1
- package/browser/fesm2022/tnp-helpers-browser.mjs.map +1 -1
- package/browser/package.json +12 -5
- package/browser/types/tnp-helpers-browser.d.ts +8 -0
- package/lib/base/classes/base-global-command-line.d.ts +7 -0
- package/lib/base/classes/base-global-command-line.js +47 -8
- package/lib/base/classes/base-global-command-line.js.map +1 -1
- package/lib/base/classes/base-npm-helpers.d.ts +1 -0
- package/lib/base/classes/base-npm-helpers.js +4 -2
- package/lib/base/classes/base-npm-helpers.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +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/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/package.json +2 -2
- package/websql/fesm2022/tnp-helpers-websql.mjs +41 -1
- package/websql/fesm2022/tnp-helpers-websql.mjs.map +1 -1
- package/websql/package.json +12 -5
- package/websql/types/tnp-helpers-websql.d.ts +8 -0
|
@@ -7644,7 +7644,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
7644
7644
|
/**
|
|
7645
7645
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
7646
7646
|
*/
|
|
7647
|
-
const CURRENT_PACKAGE_VERSION = '21.0.
|
|
7647
|
+
const CURRENT_PACKAGE_VERSION = '21.0.14';
|
|
7648
7648
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
7649
7649
|
|
|
7650
7650
|
//#endregion
|
|
@@ -11150,6 +11150,8 @@ class BaseNpmHelpers extends BaseFeatureForProject {
|
|
|
11150
11150
|
/* */
|
|
11151
11151
|
/* */
|
|
11152
11152
|
/* */
|
|
11153
|
+
/* */
|
|
11154
|
+
/* */
|
|
11153
11155
|
return (void 0);
|
|
11154
11156
|
}
|
|
11155
11157
|
//#endregion
|
|
@@ -16050,16 +16052,37 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16050
16052
|
/* */
|
|
16051
16053
|
return (void 0);
|
|
16052
16054
|
}
|
|
16055
|
+
async upapiAll() {
|
|
16056
|
+
/* */
|
|
16057
|
+
/* */
|
|
16058
|
+
return (void 0);
|
|
16059
|
+
}
|
|
16053
16060
|
async apiup() {
|
|
16054
16061
|
/* */
|
|
16055
16062
|
/* */
|
|
16056
16063
|
return (void 0);
|
|
16057
16064
|
}
|
|
16065
|
+
async apiupall() {
|
|
16066
|
+
/* */
|
|
16067
|
+
/* */
|
|
16068
|
+
return (void 0);
|
|
16069
|
+
}
|
|
16058
16070
|
async apiUpdate() {
|
|
16059
16071
|
/* */
|
|
16060
16072
|
/* */
|
|
16061
16073
|
/* */
|
|
16062
16074
|
/* */
|
|
16075
|
+
/* */
|
|
16076
|
+
/* */
|
|
16077
|
+
/* */
|
|
16078
|
+
/* */
|
|
16079
|
+
/* */
|
|
16080
|
+
/* */
|
|
16081
|
+
/* */
|
|
16082
|
+
/* */
|
|
16083
|
+
return (void 0);
|
|
16084
|
+
}
|
|
16085
|
+
async apiUpdateAll() {
|
|
16063
16086
|
/* */
|
|
16064
16087
|
/* */
|
|
16065
16088
|
/* */
|
|
@@ -17407,6 +17430,23 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
17407
17430
|
return (void 0);
|
|
17408
17431
|
}
|
|
17409
17432
|
//#endregion
|
|
17433
|
+
//#region commands / struct all
|
|
17434
|
+
/**
|
|
17435
|
+
* init parent and first level children
|
|
17436
|
+
*/
|
|
17437
|
+
async structAll() {
|
|
17438
|
+
/* */
|
|
17439
|
+
/* */
|
|
17440
|
+
/* */
|
|
17441
|
+
/* */
|
|
17442
|
+
/* */
|
|
17443
|
+
/* */
|
|
17444
|
+
/* */
|
|
17445
|
+
/* */
|
|
17446
|
+
/* */
|
|
17447
|
+
return (void 0);
|
|
17448
|
+
}
|
|
17449
|
+
//#endregion
|
|
17410
17450
|
//#region commands / struct
|
|
17411
17451
|
/**
|
|
17412
17452
|
* TODO move somewhere
|