tnp-helpers 19.0.47 → 19.0.48
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.mjs +23 -6
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/classes/base-git.d.ts +1 -1
- package/browser/lib/base/linked-project.d.ts +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/lib/base/classes/base-git.d.ts +1 -1
- package/lib/base/classes/base-git.js.map +1 -1
- package/lib/base/classes/base-linked-projects.js +3 -1
- package/lib/base/classes/base-linked-projects.js.map +1 -1
- package/lib/base/linked-project.js +9 -2
- package/lib/base/linked-project.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-backend/helpers-git.backend.js +5 -4
- package/lib/helpers/for-backend/helpers-git.backend.js.map +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 +1 -1
- package/scss/vars.scss +6 -6
- package/websql/fesm2022/tnp-helpers.mjs +23 -6
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/classes/base-git.d.ts +1 -1
- package/websql/lib/base/linked-project.d.ts +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1755862005859 = dummy1755862005859;
|
|
4
|
+
function dummy1755862005859() { }
|
|
5
5
|
//# sourceMappingURL=base-formly-component.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1755862005863 = dummy1755862005863;
|
|
4
|
+
function dummy1755862005863() { }
|
|
5
5
|
//# sourceMappingURL=dual-component-ctrl.js.map
|
package/package.json
CHANGED
package/scss/vars.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
2
|
-
// CORE ASSETS BASENAME - use it only for asset from core container
|
|
3
|
-
$basename: '/';
|
|
4
|
-
$website_title: 'Tnp Helpers';
|
|
5
|
-
$website_domain: 'tnp-helpers.example.domain.com';
|
|
6
|
-
$project_npm_name: 'tnp-helpers';
|
|
7
|
-
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
2
|
+
// CORE ASSETS BASENAME - use it only for asset from core container
|
|
3
|
+
$basename: '/';
|
|
4
|
+
$website_title: 'Tnp Helpers';
|
|
5
|
+
$website_domain: 'tnp-helpers.example.domain.com';
|
|
6
|
+
$project_npm_name: 'tnp-helpers';
|
|
7
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
@@ -6925,7 +6925,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
6925
6925
|
/**
|
|
6926
6926
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
6927
6927
|
*/
|
|
6928
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6928
|
+
const CURRENT_PACKAGE_VERSION = '19.0.48';
|
|
6929
6929
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6930
6930
|
|
|
6931
6931
|
//#endregion
|
|
@@ -10499,6 +10499,10 @@ class BaseLinkedProjects extends BaseFeatureForProject {
|
|
|
10499
10499
|
/* */
|
|
10500
10500
|
/* */
|
|
10501
10501
|
/* */
|
|
10502
|
+
/* */
|
|
10503
|
+
/* */
|
|
10504
|
+
/* */
|
|
10505
|
+
/* */
|
|
10502
10506
|
return (void 0);
|
|
10503
10507
|
}
|
|
10504
10508
|
//#endregion
|
|
@@ -15030,11 +15034,23 @@ class LinkedProject {
|
|
|
15030
15034
|
//#endregion
|
|
15031
15035
|
//#region static / from name
|
|
15032
15036
|
static fromName(projectName, currentRemoteUrl, currentBranch) {
|
|
15033
|
-
|
|
15034
|
-
|
|
15035
|
-
|
|
15036
|
-
|
|
15037
|
-
|
|
15037
|
+
/* */
|
|
15038
|
+
/* */
|
|
15039
|
+
/* */
|
|
15040
|
+
/* */
|
|
15041
|
+
/* */
|
|
15042
|
+
/* */
|
|
15043
|
+
/* */
|
|
15044
|
+
/* */
|
|
15045
|
+
/* */
|
|
15046
|
+
/* */
|
|
15047
|
+
/* */
|
|
15048
|
+
/* */
|
|
15049
|
+
/* */
|
|
15050
|
+
/* */
|
|
15051
|
+
/* */
|
|
15052
|
+
/* */
|
|
15053
|
+
return (void 0);
|
|
15038
15054
|
}
|
|
15039
15055
|
//#endregion
|
|
15040
15056
|
//#region static / detect
|
|
@@ -15093,6 +15109,7 @@ class LinkedProject {
|
|
|
15093
15109
|
/* */
|
|
15094
15110
|
/* */
|
|
15095
15111
|
/* */
|
|
15112
|
+
/* */
|
|
15096
15113
|
return (void 0);
|
|
15097
15114
|
}
|
|
15098
15115
|
/**
|