tnp-helpers 21.0.3 → 21.0.8
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 → tnp-helpers-browser.mjs} +203 -54
- package/browser/fesm2022/tnp-helpers-browser.mjs.map +1 -0
- package/browser/package.json +1 -1
- package/browser/types/tnp-helpers-browser.d.ts +3205 -0
- package/lib/base/classes/base-bower-json.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-config.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +2 -2
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js +31 -13
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-database-config.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.js +1 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.utils.js.map +1 -1
- package/lib/base/classes/base-command-line-feature.js.map +1 -1
- package/lib/base/classes/base-compiler-for-project.js.map +1 -1
- package/lib/base/classes/base-db.js.map +1 -1
- package/lib/base/classes/base-docker.js.map +1 -1
- package/lib/base/classes/base-file-folders-operations.js.map +1 -1
- package/lib/base/classes/base-git.js.map +1 -1
- package/lib/base/classes/base-global-command-line.d.ts +3 -0
- package/lib/base/classes/base-global-command-line.js +31 -6
- package/lib/base/classes/base-global-command-line.js.map +1 -1
- package/lib/base/classes/base-ignore-hide.js.map +1 -1
- package/lib/base/classes/base-java-jdk.js.map +1 -1
- package/lib/base/classes/base-json-file-reader.js.map +1 -1
- package/lib/base/classes/base-library-build.js.map +1 -1
- package/lib/base/classes/base-linked-projects.js.map +1 -1
- package/lib/base/classes/base-linter.js.map +1 -1
- package/lib/base/classes/base-node-modules.js +10 -1
- package/lib/base/classes/base-node-modules.js.map +1 -1
- package/lib/base/classes/base-npm-helpers.js.map +1 -1
- package/lib/base/classes/base-package-json.d.ts +3 -2
- package/lib/base/classes/base-package-json.js +7 -1
- package/lib/base/classes/base-package-json.js.map +1 -1
- package/lib/base/classes/base-process-manager.js.map +1 -1
- package/lib/base/classes/base-project-resolver.js.map +1 -1
- package/lib/base/classes/base-project.d.ts +4 -4
- package/lib/base/classes/base-project.js +0 -3
- package/lib/base/classes/base-project.js.map +1 -1
- package/lib/base/classes/base-quick-fixes.js +7 -3
- package/lib/base/classes/base-quick-fixes.js.map +1 -1
- package/lib/base/classes/base-release-process.js.map +1 -1
- package/lib/base/classes/base-start-config.backend.js.map +1 -1
- package/lib/base/classes/base-static-pages.js.map +1 -1
- package/lib/base/classes/base-vscode.js +2 -0
- package/lib/base/classes/base-vscode.js.map +1 -1
- package/lib/base/commit-data.js.map +1 -1
- package/lib/base/config-database.js.map +1 -1
- package/lib/base/core-project.d.ts +2 -2
- package/lib/base/core-project.js.map +1 -1
- package/lib/base/gh-temp-code.js.map +1 -1
- package/lib/base/index.js.map +1 -1
- package/lib/base/linked-project.js.map +1 -1
- package/lib/base/project-database.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.controller.js +41 -17
- package/lib/base/tcp-udp-ports/ports.controller.js.map +1 -1
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.js +21 -9
- package/lib/base/tcp-udp-ports/ports.entity.js.map +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +5 -5
- package/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.js.map +1 -1
- 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-cli-tool.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-console-gui.js.map +1 -1
- package/lib/helpers/for-backend/helpers-file-folders.js.map +1 -1
- package/lib/helpers/for-backend/helpers-git.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-npm.backend.js.map +1 -1
- package/lib/helpers/for-backend/helpers-process.js.map +1 -1
- package/lib/helpers/for-backend/helpers-vscode.backend.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.d.ts +0 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/helpers/for-browser/helpers-browser.js.map +1 -1
- package/lib/helpers/helpers-json5.backend.js.map +1 -1
- package/lib/helpers/helpers-numbers.js.map +1 -1
- package/lib/helpers/helpers-strings-regexes.js.map +1 -1
- package/lib/helpers/helpers-strings.js.map +1 -1
- package/lib/helpers/helpers.js.map +1 -1
- package/lib/models.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/old/execute-command.js.map +1 -1
- package/lib/old/helpers.js.map +1 -1
- package/lib/utils.d.ts +6 -0
- package/lib/utils.js +64 -1
- package/lib/utils.js.map +1 -1
- package/migrations/1736198527297_init.d.ts +3 -3
- package/migrations/1736198527297_init.js +4 -4
- package/migrations/1736198527297_init.js.map +1 -1
- package/migrations/1736199486472_addingNotAssignablePorts.d.ts +2 -3
- package/migrations/1736199486472_addingNotAssignablePorts.js +2 -3
- package/migrations/1736199486472_addingNotAssignablePorts.js.map +1 -1
- package/migrations/1736454437350_addFreePorts.d.ts +2 -3
- package/migrations/1736454437350_addFreePorts.js +2 -3
- package/migrations/1736454437350_addFreePorts.js.map +1 -1
- package/package.json +2 -2
- package/websql/fesm2022/{tnp-helpers.mjs → tnp-helpers-websql.mjs} +207 -58
- package/websql/fesm2022/tnp-helpers-websql.mjs.map +1 -0
- package/websql/package.json +1 -1
- package/websql/types/tnp-helpers-websql.d.ts +3205 -0
- package/browser/fesm2022/tnp-helpers.mjs.map +0 -1
- package/browser/index.d.ts +0 -6
- package/browser/lib/base/classes/base-bower-json.d.ts +0 -35
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-config.d.ts +0 -32
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +0 -15
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-database-config.d.ts +0 -10
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +0 -42
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +0 -150
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +0 -45
- package/browser/lib/base/classes/base-cli-worker/base-cli-worker.utils.d.ts +0 -6
- package/browser/lib/base/classes/base-cli-worker/index.d.ts +0 -8
- package/browser/lib/base/classes/base-command-line-feature.d.ts +0 -48
- package/browser/lib/base/classes/base-compiler-for-project.d.ts +0 -8
- package/browser/lib/base/classes/base-db.d.ts +0 -10
- package/browser/lib/base/classes/base-debounce-compiler-for-project.d.ts +0 -29
- package/browser/lib/base/classes/base-docker.d.ts +0 -13
- package/browser/lib/base/classes/base-feature-for-project.d.ts +0 -7
- package/browser/lib/base/classes/base-file-folders-operations.d.ts +0 -17
- package/browser/lib/base/classes/base-git.d.ts +0 -211
- package/browser/lib/base/classes/base-global-command-line.d.ts +0 -294
- package/browser/lib/base/classes/base-ignore-hide.d.ts +0 -47
- package/browser/lib/base/classes/base-java-jdk.d.ts +0 -9
- package/browser/lib/base/classes/base-json-file-reader.d.ts +0 -72
- package/browser/lib/base/classes/base-library-build.d.ts +0 -62
- package/browser/lib/base/classes/base-linked-projects.d.ts +0 -30
- package/browser/lib/base/classes/base-linter.d.ts +0 -12
- package/browser/lib/base/classes/base-node-modules.d.ts +0 -70
- package/browser/lib/base/classes/base-npm-helpers.d.ts +0 -53
- package/browser/lib/base/classes/base-package-json.d.ts +0 -122
- package/browser/lib/base/classes/base-process-manager.d.ts +0 -31
- package/browser/lib/base/classes/base-project-resolver.d.ts +0 -41
- package/browser/lib/base/classes/base-project.d.ts +0 -259
- package/browser/lib/base/classes/base-quick-fixes.d.ts +0 -16
- package/browser/lib/base/classes/base-release-process.d.ts +0 -75
- package/browser/lib/base/classes/base-static-pages.d.ts +0 -15
- package/browser/lib/base/classes/base-vscode.d.ts +0 -54
- package/browser/lib/base/classes/index.d.ts +0 -23
- package/browser/lib/base/commit-data.d.ts +0 -94
- package/browser/lib/base/config-database.d.ts +0 -15
- package/browser/lib/base/core-project.d.ts +0 -113
- package/browser/lib/base/gh-temp-code.d.ts +0 -17
- package/browser/lib/base/index.d.ts +0 -6
- package/browser/lib/base/linked-project.d.ts +0 -41
- package/browser/lib/base/project-database.d.ts +0 -13
- package/browser/lib/base/tcp-udp-ports/index.d.ts +0 -4
- package/browser/lib/base/tcp-udp-ports/ports.controller.d.ts +0 -29
- package/browser/lib/base/tcp-udp-ports/ports.entity.d.ts +0 -19
- package/browser/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +0 -20
- package/browser/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.d.ts +0 -20
- package/browser/lib/base/tcp-udp-ports/tcp-upd-ports.worker.d.ts +0 -9
- package/browser/lib/base/translate.d.ts +0 -228
- package/browser/lib/build-info._auto-generated_.d.ts +0 -21
- package/browser/lib/helpers/for-backend/helpers-file-folders.d.ts +0 -114
- package/browser/lib/helpers/for-backend/helpers-process.d.ts +0 -88
- package/browser/lib/helpers/for-browser/angular.helper.d.ts +0 -37
- package/browser/lib/helpers/for-browser/helpers-browser.d.ts +0 -12
- package/browser/lib/helpers/helpers-array-obj.d.ts +0 -32
- package/browser/lib/helpers/helpers-numbers.d.ts +0 -8
- package/browser/lib/helpers/helpers-strings-regexes.d.ts +0 -29
- package/browser/lib/helpers/helpers-strings.d.ts +0 -56
- package/browser/lib/helpers/helpers.d.ts +0 -84
- package/browser/lib/index.d.ts +0 -9
- package/browser/lib/models.d.ts +0 -178
- package/browser/lib/old/execute-command.d.ts +0 -15
- package/browser/lib/old/helpers.d.ts +0 -62
- package/browser/lib/old/models.d.ts +0 -81
- package/browser/lib/utils.d.ts +0 -272
- package/browser/migrations/1736198527297_init.d.ts +0 -19
- package/browser/migrations/1736199486472_addingNotAssignablePorts.d.ts +0 -11
- package/browser/migrations/1736454437350_addFreePorts.d.ts +0 -10
- package/browser/migrations/index.d.ts +0 -2
- package/browser/migrations/migrations_index._auto-generated_.d.ts +0 -12
- package/browser/public-api.d.ts +0 -2
- package/lib/base/classes/base-command-line-feature.backend.d.ts +0 -47
- package/lib/base/classes/base-command-line-feature.backend.js +0 -147
- package/lib/base/classes/base-command-line-feature.backend.js.map +0 -1
- package/lib/base/classes/base-global-command-line.backend.d.ts +0 -243
- package/lib/base/classes/base-global-command-line.backend.js +0 -2212
- package/lib/base/classes/base-global-command-line.backend.js.map +0 -1
- package/lib/base/classes/base-powershell.d.ts +0 -58
- package/lib/base/classes/base-powershell.js +0 -105
- package/lib/base/classes/base-powershell.js.map +0 -1
- package/lib/base/classes/base-process/base-process-api.service.d.ts +0 -7
- package/lib/base/classes/base-process/base-process.context.d.ts +0 -19
- package/lib/base/classes/base-process/base-process.context.js +0 -22
- package/lib/base/classes/base-process/base-process.context.js.map +0 -1
- package/lib/base/classes/base-process/base-process.controller.d.ts +0 -17
- package/lib/base/classes/base-process/base-process.controller.js +0 -91
- package/lib/base/classes/base-process/base-process.controller.js.map +0 -1
- package/lib/base/classes/base-process/base-process.d.ts +0 -8
- package/lib/base/classes/base-process/base-process.defaults-values.d.ts +0 -2
- package/lib/base/classes/base-process/base-process.defaults-values.js +0 -9
- package/lib/base/classes/base-process/base-process.defaults-values.js.map +0 -1
- package/lib/base/classes/base-process/base-process.js +0 -62
- package/lib/base/classes/base-process/base-process.js.map +0 -1
- package/lib/base/classes/base-process/base-process.models.d.ts +0 -6
- package/lib/base/classes/base-process/base-process.models.js +0 -3
- package/lib/base/classes/base-process/base-process.models.js.map +0 -1
- package/lib/base/classes/base-process/base-process.provider.d.ts +0 -16
- package/lib/base/classes/base-process/base-process.provider.js +0 -69
- package/lib/base/classes/base-process/base-process.provider.js.map +0 -1
- package/lib/base/classes/base-process/base-process.repository copy.d.ts +0 -8
- package/lib/base/classes/base-process/base-process.repository copy.js +0 -32
- package/lib/base/classes/base-process/base-process.repository copy.js.map +0 -1
- package/lib/base/classes/base-process/base-process.repository.d.ts +0 -8
- package/lib/base/classes/base-process/base-process.repository.js +0 -32
- package/lib/base/classes/base-process/base-process.repository.js.map +0 -1
- package/lib/base/classes/base-process/base-process.terminal-ui.d.ts +0 -11
- package/lib/base/classes/base-process/base-process.terminal-ui.js +0 -54
- package/lib/base/classes/base-process/base-process.terminal-ui.js.map +0 -1
- package/lib/base/classes/base-process/base-process.worker.d.ts +0 -16
- package/lib/base/classes/base-process/base-process.worker.js +0 -29
- package/lib/base/classes/base-process/base-process.worker.js.map +0 -1
- package/lib/base/classes/base-process/index.d.ts +0 -1
- package/lib/base/classes/base-process/index.js +0 -22
- package/lib/base/classes/base-process/index.js.map +0 -1
- package/lib/base/classes/base-process/processes.repository.d.ts +0 -0
- package/lib/base/classes/base-process/processes.repository.js +0 -5
- package/lib/base/classes/base-process/processes.repository.js.map +0 -1
- package/lib/env-backend._auto-generated_.d.ts +0 -34
- package/lib/env-backend._auto-generated_.js +0 -38
- package/lib/env-backend._auto-generated_.js.map +0 -1
- package/lib/env-browser._auto-generated_.d.ts +0 -34
- package/lib/env-browser._auto-generated_.js +0 -38
- package/lib/env-browser._auto-generated_.js.map +0 -1
- package/lib/env.backend.d.ts +0 -34
- package/lib/env.backend.js +0 -40
- package/lib/env.backend.js.map +0 -1
- package/lib/env.browser.d.ts +0 -34
- package/lib/helpers/for-backend/helpers-dependencies.backend.d.ts +0 -2
- package/lib/helpers/for-backend/helpers-dependencies.backend.js +0 -7
- package/lib/helpers/for-backend/helpers-dependencies.backend.js.map +0 -1
- package/lib/helpers/for-backend/helpers-network.backend.d.ts +0 -9
- package/lib/helpers/for-backend/helpers-network.backend.js +0 -44
- package/lib/helpers/for-backend/helpers-network.backend.js.map +0 -1
- package/lib/validators/validators-firedev.d.ts +0 -3
- package/lib/validators/validators-firedev.js +0 -34
- package/lib/validators/validators-firedev.js.map +0 -1
- package/lib/validators/validators-git.d.ts +0 -3
- package/lib/validators/validators-git.js +0 -13
- package/lib/validators/validators-git.js.map +0 -1
- package/lib/validators/validators-network.d.ts +0 -3
- package/lib/validators/validators-network.js +0 -19
- package/lib/validators/validators-network.js.map +0 -1
- package/lib/validators/validators.d.ts +0 -6
- package/lib/validators/validators.js +0 -11
- package/lib/validators/validators.js.map +0 -1
- package/tmp-environment.json +0 -33
- package/websql/fesm2022/tnp-helpers.mjs.map +0 -1
- package/websql/index.d.ts +0 -6
- package/websql/lib/base/classes/base-bower-json.d.ts +0 -35
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-config.d.ts +0 -32
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-controller.d.ts +0 -15
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-database-config.d.ts +0 -10
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker-terminal-ui.d.ts +0 -42
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.d.ts +0 -150
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.models.d.ts +0 -45
- package/websql/lib/base/classes/base-cli-worker/base-cli-worker.utils.d.ts +0 -6
- package/websql/lib/base/classes/base-cli-worker/index.d.ts +0 -8
- package/websql/lib/base/classes/base-command-line-feature.d.ts +0 -48
- package/websql/lib/base/classes/base-compiler-for-project.d.ts +0 -8
- package/websql/lib/base/classes/base-db.d.ts +0 -10
- package/websql/lib/base/classes/base-debounce-compiler-for-project.d.ts +0 -29
- package/websql/lib/base/classes/base-docker.d.ts +0 -13
- package/websql/lib/base/classes/base-feature-for-project.d.ts +0 -7
- package/websql/lib/base/classes/base-file-folders-operations.d.ts +0 -17
- package/websql/lib/base/classes/base-git.d.ts +0 -211
- package/websql/lib/base/classes/base-global-command-line.d.ts +0 -294
- package/websql/lib/base/classes/base-ignore-hide.d.ts +0 -47
- package/websql/lib/base/classes/base-java-jdk.d.ts +0 -9
- package/websql/lib/base/classes/base-json-file-reader.d.ts +0 -72
- package/websql/lib/base/classes/base-library-build.d.ts +0 -62
- package/websql/lib/base/classes/base-linked-projects.d.ts +0 -30
- package/websql/lib/base/classes/base-linter.d.ts +0 -12
- package/websql/lib/base/classes/base-node-modules.d.ts +0 -70
- package/websql/lib/base/classes/base-npm-helpers.d.ts +0 -53
- package/websql/lib/base/classes/base-package-json.d.ts +0 -122
- package/websql/lib/base/classes/base-process-manager.d.ts +0 -31
- package/websql/lib/base/classes/base-project-resolver.d.ts +0 -41
- package/websql/lib/base/classes/base-project.d.ts +0 -259
- package/websql/lib/base/classes/base-quick-fixes.d.ts +0 -16
- package/websql/lib/base/classes/base-release-process.d.ts +0 -75
- package/websql/lib/base/classes/base-static-pages.d.ts +0 -15
- package/websql/lib/base/classes/base-vscode.d.ts +0 -54
- package/websql/lib/base/classes/index.d.ts +0 -23
- package/websql/lib/base/commit-data.d.ts +0 -94
- package/websql/lib/base/config-database.d.ts +0 -15
- package/websql/lib/base/core-project.d.ts +0 -113
- package/websql/lib/base/gh-temp-code.d.ts +0 -17
- package/websql/lib/base/index.d.ts +0 -6
- package/websql/lib/base/linked-project.d.ts +0 -41
- package/websql/lib/base/project-database.d.ts +0 -13
- package/websql/lib/base/tcp-udp-ports/index.d.ts +0 -4
- package/websql/lib/base/tcp-udp-ports/ports.controller.d.ts +0 -29
- package/websql/lib/base/tcp-udp-ports/ports.entity.d.ts +0 -19
- package/websql/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +0 -20
- package/websql/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.d.ts +0 -20
- package/websql/lib/base/tcp-udp-ports/tcp-upd-ports.worker.d.ts +0 -9
- package/websql/lib/base/translate.d.ts +0 -228
- package/websql/lib/build-info._auto-generated_.d.ts +0 -21
- package/websql/lib/helpers/for-backend/helpers-file-folders.d.ts +0 -114
- package/websql/lib/helpers/for-backend/helpers-process.d.ts +0 -88
- package/websql/lib/helpers/for-browser/angular.helper.d.ts +0 -37
- package/websql/lib/helpers/for-browser/helpers-browser.d.ts +0 -12
- package/websql/lib/helpers/helpers-array-obj.d.ts +0 -32
- package/websql/lib/helpers/helpers-numbers.d.ts +0 -8
- package/websql/lib/helpers/helpers-strings-regexes.d.ts +0 -29
- package/websql/lib/helpers/helpers-strings.d.ts +0 -56
- package/websql/lib/helpers/helpers.d.ts +0 -84
- package/websql/lib/index.d.ts +0 -9
- package/websql/lib/models.d.ts +0 -178
- package/websql/lib/old/execute-command.d.ts +0 -15
- package/websql/lib/old/helpers.d.ts +0 -62
- package/websql/lib/old/models.d.ts +0 -81
- package/websql/lib/utils.d.ts +0 -272
- package/websql/migrations/1736198527297_init.d.ts +0 -19
- package/websql/migrations/1736199486472_addingNotAssignablePorts.d.ts +0 -11
- package/websql/migrations/1736454437350_addFreePorts.d.ts +0 -10
- package/websql/migrations/index.d.ts +0 -2
- package/websql/migrations/migrations_index._auto-generated_.d.ts +0 -12
- package/websql/public-api.d.ts +0 -2
|
@@ -5,7 +5,7 @@ import * as fuzzy from 'fuzzy';
|
|
|
5
5
|
import { Level } from 'ng2-logger/browser';
|
|
6
6
|
import { CLASS } from 'typescript-class-helpers/browser';
|
|
7
7
|
import { __decorate, __param, __metadata } from 'tslib';
|
|
8
|
-
import {
|
|
8
|
+
import { TaonBaseEntity, TaonEntity, TaonBaseClass, TaonBaseController, PUT, Body, GET, Query, HTML, POST, TaonController, DELETE, TaonBaseMigration, TaonMigration, Taon, TaonBaseContext } from 'taon/browser';
|
|
9
9
|
import { BaseClientCompiler } from 'incremental-compiler/browser';
|
|
10
10
|
|
|
11
11
|
//#region @browser
|
|
@@ -56,7 +56,6 @@ var HelpersAngular;
|
|
|
56
56
|
/**
|
|
57
57
|
get properties from scss file
|
|
58
58
|
|
|
59
|
-
|
|
60
59
|
import styles from './tasks-ngrx-data.component.scss';
|
|
61
60
|
|
|
62
61
|
export class ExampleComponent {
|
|
@@ -222,6 +221,8 @@ var UtilsNpm;
|
|
|
222
221
|
/* */
|
|
223
222
|
/* */
|
|
224
223
|
/* */
|
|
224
|
+
/* */
|
|
225
|
+
/* */
|
|
225
226
|
return (void 0);
|
|
226
227
|
};
|
|
227
228
|
//#endregion
|
|
@@ -1149,6 +1150,7 @@ var UtilsTypescript;
|
|
|
1149
1150
|
return results;
|
|
1150
1151
|
};
|
|
1151
1152
|
//#endregion
|
|
1153
|
+
//#region transform Angular component standalone option
|
|
1152
1154
|
/**
|
|
1153
1155
|
* Transition methods ng18 => ng19
|
|
1154
1156
|
* Adds standalone: false if not exists in component decorator
|
|
@@ -1187,6 +1189,7 @@ var UtilsTypescript;
|
|
|
1187
1189
|
return (void 0);
|
|
1188
1190
|
}
|
|
1189
1191
|
UtilsTypescript.transformComponentStandaloneOption = transformComponentStandaloneOption;
|
|
1192
|
+
//#endregion
|
|
1190
1193
|
//#region escape @ in html text
|
|
1191
1194
|
const escapeAtInHtmlText = (fileContent) => {
|
|
1192
1195
|
return fileContent.replace(/>([^<@]*?)@([^<]*)</g, (_match, before, after) => {
|
|
@@ -1403,7 +1406,83 @@ var UtilsTypescript;
|
|
|
1403
1406
|
return (void 0);
|
|
1404
1407
|
}
|
|
1405
1408
|
UtilsTypescript.wrapContentClassMembersDecoratorsWithRegion = wrapContentClassMembersDecoratorsWithRegion;
|
|
1406
|
-
|
|
1409
|
+
const buildQualifiedRegex = (qualifiedName) => {
|
|
1410
|
+
const parts = qualifiedName.split('.');
|
|
1411
|
+
const escapedParts = parts.map(p => p.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'));
|
|
1412
|
+
const pattern = '\\b' + escapedParts.join('\\s*\\.\\s*') + '\\b';
|
|
1413
|
+
return new RegExp(pattern, 'g');
|
|
1414
|
+
};
|
|
1415
|
+
function transformFlatImports(sourceText, mapping) {
|
|
1416
|
+
/* */
|
|
1417
|
+
/* */
|
|
1418
|
+
/* */
|
|
1419
|
+
/* */
|
|
1420
|
+
/* */
|
|
1421
|
+
/* */
|
|
1422
|
+
/* */
|
|
1423
|
+
/* */
|
|
1424
|
+
/* */
|
|
1425
|
+
/* */
|
|
1426
|
+
/* */
|
|
1427
|
+
/* */
|
|
1428
|
+
/* */
|
|
1429
|
+
/* */
|
|
1430
|
+
/* */
|
|
1431
|
+
/* */
|
|
1432
|
+
/* */
|
|
1433
|
+
/* */
|
|
1434
|
+
/* */
|
|
1435
|
+
/* */
|
|
1436
|
+
/* */
|
|
1437
|
+
/* */
|
|
1438
|
+
/* */
|
|
1439
|
+
/* */
|
|
1440
|
+
/* */
|
|
1441
|
+
/* */
|
|
1442
|
+
/* */
|
|
1443
|
+
/* */
|
|
1444
|
+
/* */
|
|
1445
|
+
/* */
|
|
1446
|
+
/* */
|
|
1447
|
+
/* */
|
|
1448
|
+
/* */
|
|
1449
|
+
/* */
|
|
1450
|
+
/* */
|
|
1451
|
+
/* */
|
|
1452
|
+
/* */
|
|
1453
|
+
/* */
|
|
1454
|
+
/* */
|
|
1455
|
+
/* */
|
|
1456
|
+
/* */
|
|
1457
|
+
/* */
|
|
1458
|
+
/* */
|
|
1459
|
+
/* */
|
|
1460
|
+
/* */
|
|
1461
|
+
/* */
|
|
1462
|
+
/* */
|
|
1463
|
+
/* */
|
|
1464
|
+
/* */
|
|
1465
|
+
/* */
|
|
1466
|
+
/* */
|
|
1467
|
+
/* */
|
|
1468
|
+
/* */
|
|
1469
|
+
/* */
|
|
1470
|
+
/* */
|
|
1471
|
+
/* */
|
|
1472
|
+
/* */
|
|
1473
|
+
/* */
|
|
1474
|
+
/* */
|
|
1475
|
+
/* */
|
|
1476
|
+
/* */
|
|
1477
|
+
/* */
|
|
1478
|
+
/* */
|
|
1479
|
+
/* */
|
|
1480
|
+
/* */
|
|
1481
|
+
/* */
|
|
1482
|
+
/* */
|
|
1483
|
+
return (void 0);
|
|
1484
|
+
}
|
|
1485
|
+
UtilsTypescript.transformFlatImports = transformFlatImports;
|
|
1407
1486
|
UtilsTypescript.clearRequireCacheRecursive = (modulePath, seen = new Set()) => {
|
|
1408
1487
|
/* */
|
|
1409
1488
|
/* */
|
|
@@ -5587,7 +5666,7 @@ const PortStatusArr = [
|
|
|
5587
5666
|
'assigned-not-registered',
|
|
5588
5667
|
'assigned-taken-by-os',
|
|
5589
5668
|
];
|
|
5590
|
-
let Port = Port_1 = class Port extends
|
|
5669
|
+
let Port = Port_1 = class Port extends TaonBaseEntity {
|
|
5591
5670
|
static from(opt) {
|
|
5592
5671
|
return _.merge(new Port_1(), opt);
|
|
5593
5672
|
}
|
|
@@ -5601,7 +5680,7 @@ let Port = Port_1 = class Port extends Taon.Base.Entity {
|
|
|
5601
5680
|
}
|
|
5602
5681
|
};
|
|
5603
5682
|
Port = Port_1 = __decorate([
|
|
5604
|
-
|
|
5683
|
+
TaonEntity({
|
|
5605
5684
|
className: 'Port',
|
|
5606
5685
|
uniqueKeyProp: 'port',
|
|
5607
5686
|
})
|
|
@@ -6425,6 +6504,7 @@ class BaseCliWorker {
|
|
|
6425
6504
|
/* */
|
|
6426
6505
|
/* */
|
|
6427
6506
|
/* */
|
|
6507
|
+
/* */
|
|
6428
6508
|
return (void 0);
|
|
6429
6509
|
}
|
|
6430
6510
|
//#endregion
|
|
@@ -6606,7 +6686,7 @@ class BaseCliWorkerConfig {
|
|
|
6606
6686
|
}
|
|
6607
6687
|
//#endregion
|
|
6608
6688
|
|
|
6609
|
-
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends
|
|
6689
|
+
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends TaonBaseController {
|
|
6610
6690
|
constructor() {
|
|
6611
6691
|
super(...arguments);
|
|
6612
6692
|
/**
|
|
@@ -6710,22 +6790,22 @@ let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends Taon
|
|
|
6710
6790
|
}
|
|
6711
6791
|
};
|
|
6712
6792
|
__decorate([
|
|
6713
|
-
|
|
6714
|
-
__param(0,
|
|
6715
|
-
__param(1,
|
|
6793
|
+
PUT(),
|
|
6794
|
+
__param(0, Body('serviceId')),
|
|
6795
|
+
__param(1, Body('serviceVersion')),
|
|
6716
6796
|
__metadata("design:type", Function),
|
|
6717
6797
|
__metadata("design:paramtypes", [String, String]),
|
|
6718
6798
|
__metadata("design:returntype", Object)
|
|
6719
6799
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_initializeMetadata", null);
|
|
6720
6800
|
__decorate([
|
|
6721
|
-
|
|
6722
|
-
__param(0,
|
|
6801
|
+
GET(),
|
|
6802
|
+
__param(0, Query('dontRemoveConfigFile')),
|
|
6723
6803
|
__metadata("design:type", Function),
|
|
6724
6804
|
__metadata("design:paramtypes", [Boolean]),
|
|
6725
6805
|
__metadata("design:returntype", Object)
|
|
6726
6806
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_kill", null);
|
|
6727
6807
|
__decorate([
|
|
6728
|
-
|
|
6808
|
+
HTML({
|
|
6729
6809
|
pathIsGlobal: true,
|
|
6730
6810
|
path: '/info',
|
|
6731
6811
|
}),
|
|
@@ -6734,21 +6814,21 @@ __decorate([
|
|
|
6734
6814
|
__metadata("design:returntype", Object)
|
|
6735
6815
|
], TaonBaseCliWorkerController.prototype, "info", null);
|
|
6736
6816
|
__decorate([
|
|
6737
|
-
|
|
6738
|
-
__param(0,
|
|
6817
|
+
POST(),
|
|
6818
|
+
__param(0, Body()),
|
|
6739
6819
|
__metadata("design:type", Function),
|
|
6740
6820
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6741
6821
|
__metadata("design:returntype", Object)
|
|
6742
6822
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_isHealthy", null);
|
|
6743
6823
|
__decorate([
|
|
6744
|
-
|
|
6745
|
-
__param(0,
|
|
6824
|
+
POST(),
|
|
6825
|
+
__param(0, Body()),
|
|
6746
6826
|
__metadata("design:type", Function),
|
|
6747
6827
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6748
6828
|
__metadata("design:returntype", Object)
|
|
6749
6829
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_hasUpToDateVersion", null);
|
|
6750
6830
|
TaonBaseCliWorkerController = __decorate([
|
|
6751
|
-
|
|
6831
|
+
TaonController({
|
|
6752
6832
|
className: 'TaonBaseCliWorkerController',
|
|
6753
6833
|
})
|
|
6754
6834
|
], TaonBaseCliWorkerController);
|
|
@@ -7009,63 +7089,63 @@ let TaonPortsController = class TaonPortsController extends TaonBaseCliWorkerCon
|
|
|
7009
7089
|
}
|
|
7010
7090
|
};
|
|
7011
7091
|
__decorate([
|
|
7012
|
-
|
|
7092
|
+
GET(),
|
|
7013
7093
|
__metadata("design:type", Function),
|
|
7014
7094
|
__metadata("design:paramtypes", []),
|
|
7015
7095
|
__metadata("design:returntype", Object)
|
|
7016
7096
|
], TaonPortsController.prototype, "getFirstFreePort", null);
|
|
7017
7097
|
__decorate([
|
|
7018
|
-
|
|
7019
|
-
__param(0,
|
|
7098
|
+
GET(),
|
|
7099
|
+
__param(0, Query('portNumber')),
|
|
7020
7100
|
__metadata("design:type", Function),
|
|
7021
7101
|
__metadata("design:paramtypes", [Number]),
|
|
7022
7102
|
__metadata("design:returntype", Object)
|
|
7023
7103
|
], TaonPortsController.prototype, "getPortByNumber", null);
|
|
7024
7104
|
__decorate([
|
|
7025
|
-
|
|
7026
|
-
__param(0,
|
|
7105
|
+
GET(),
|
|
7106
|
+
__param(0, Query('status')),
|
|
7027
7107
|
__metadata("design:type", Function),
|
|
7028
7108
|
__metadata("design:paramtypes", [String]),
|
|
7029
7109
|
__metadata("design:returntype", Object)
|
|
7030
7110
|
], TaonPortsController.prototype, "getPortsByStatus", null);
|
|
7031
7111
|
__decorate([
|
|
7032
|
-
|
|
7033
|
-
__param(0,
|
|
7112
|
+
DELETE(),
|
|
7113
|
+
__param(0, Query('portNumber')),
|
|
7034
7114
|
__metadata("design:type", Function),
|
|
7035
7115
|
__metadata("design:paramtypes", [Number]),
|
|
7036
7116
|
__metadata("design:returntype", Object)
|
|
7037
7117
|
], TaonPortsController.prototype, "deletePort", null);
|
|
7038
7118
|
__decorate([
|
|
7039
|
-
|
|
7040
|
-
__param(0,
|
|
7041
|
-
__param(1,
|
|
7119
|
+
PUT(),
|
|
7120
|
+
__param(0, Query('portNumber')),
|
|
7121
|
+
__param(1, Query('serviceId')),
|
|
7042
7122
|
__metadata("design:type", Function),
|
|
7043
7123
|
__metadata("design:paramtypes", [Number, String]),
|
|
7044
7124
|
__metadata("design:returntype", Object)
|
|
7045
7125
|
], TaonPortsController.prototype, "updatePortUniqueId", null);
|
|
7046
7126
|
__decorate([
|
|
7047
|
-
|
|
7048
|
-
__param(0,
|
|
7049
|
-
__param(1,
|
|
7127
|
+
POST(),
|
|
7128
|
+
__param(0, Query('portNumber')),
|
|
7129
|
+
__param(1, Query('uniqueId')),
|
|
7050
7130
|
__metadata("design:type", Function),
|
|
7051
7131
|
__metadata("design:paramtypes", [Number, String]),
|
|
7052
7132
|
__metadata("design:returntype", Object)
|
|
7053
7133
|
], TaonPortsController.prototype, "addTakeByOsPort", null);
|
|
7054
7134
|
__decorate([
|
|
7055
|
-
|
|
7056
|
-
__param(0,
|
|
7057
|
-
__param(1,
|
|
7135
|
+
PUT(),
|
|
7136
|
+
__param(0, Query('uniqueServiceName')),
|
|
7137
|
+
__param(1, Query('startFrom')),
|
|
7058
7138
|
__metadata("design:type", Function),
|
|
7059
7139
|
__metadata("design:paramtypes", [String, Number]),
|
|
7060
7140
|
__metadata("design:returntype", Object)
|
|
7061
7141
|
], TaonPortsController.prototype, "registerAndAssignPort", null);
|
|
7062
7142
|
TaonPortsController = __decorate([
|
|
7063
|
-
|
|
7143
|
+
TaonController({
|
|
7064
7144
|
className: 'TaonPortsController',
|
|
7065
7145
|
})
|
|
7066
7146
|
], TaonPortsController);
|
|
7067
7147
|
|
|
7068
|
-
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends
|
|
7148
|
+
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends TaonBaseMigration {
|
|
7069
7149
|
/**
|
|
7070
7150
|
* remove this method if you are ready to run this migration
|
|
7071
7151
|
*/
|
|
@@ -7080,11 +7160,11 @@ let MainContext_1736198527297_init = class MainContext_1736198527297_init extend
|
|
|
7080
7160
|
}
|
|
7081
7161
|
};
|
|
7082
7162
|
MainContext_1736198527297_init = __decorate([
|
|
7083
|
-
|
|
7163
|
+
TaonMigration({
|
|
7084
7164
|
className: 'MainContext_1736198527297_init',
|
|
7085
7165
|
})
|
|
7086
7166
|
], MainContext_1736198527297_init);
|
|
7087
|
-
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends
|
|
7167
|
+
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends TaonBaseMigration {
|
|
7088
7168
|
/**
|
|
7089
7169
|
* remove this method if you are ready to run this migration
|
|
7090
7170
|
*/
|
|
@@ -7101,7 +7181,7 @@ let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_i
|
|
|
7101
7181
|
}
|
|
7102
7182
|
};
|
|
7103
7183
|
TaonPortsContext_1736198527297_init = __decorate([
|
|
7104
|
-
|
|
7184
|
+
TaonMigration({
|
|
7105
7185
|
className: 'TaonPortsContext_1736198527297_init',
|
|
7106
7186
|
})
|
|
7107
7187
|
], TaonPortsContext_1736198527297_init);
|
|
@@ -7125,8 +7205,7 @@ const portsWithDescription = {
|
|
|
7125
7205
|
5984: 'CouchDB',
|
|
7126
7206
|
6000: 'in use by something in macos',
|
|
7127
7207
|
};
|
|
7128
|
-
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends
|
|
7129
|
-
.Base.Migration {
|
|
7208
|
+
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends TaonBaseMigration {
|
|
7130
7209
|
constructor() {
|
|
7131
7210
|
super(...arguments);
|
|
7132
7211
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7158,13 +7237,12 @@ let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsCon
|
|
|
7158
7237
|
}
|
|
7159
7238
|
};
|
|
7160
7239
|
TaonPortsContext_1736199486472_addingNotAssignablePorts = __decorate([
|
|
7161
|
-
|
|
7240
|
+
TaonMigration({
|
|
7162
7241
|
className: 'TaonPortsContext_1736199486472_addingNotAssignablePorts',
|
|
7163
7242
|
})
|
|
7164
7243
|
], TaonPortsContext_1736199486472_addingNotAssignablePorts);
|
|
7165
7244
|
|
|
7166
|
-
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends
|
|
7167
|
-
.Migration {
|
|
7245
|
+
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends TaonBaseMigration {
|
|
7168
7246
|
constructor() {
|
|
7169
7247
|
super(...arguments);
|
|
7170
7248
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7202,7 +7280,7 @@ let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454
|
|
|
7202
7280
|
}
|
|
7203
7281
|
};
|
|
7204
7282
|
TaonPortsContext_1736454437350_addFreePorts = __decorate([
|
|
7205
|
-
|
|
7283
|
+
TaonMigration({
|
|
7206
7284
|
className: 'TaonPortsContext_1736454437350_addFreePorts',
|
|
7207
7285
|
})
|
|
7208
7286
|
], TaonPortsContext_1736454437350_addFreePorts);
|
|
@@ -7566,7 +7644,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
7566
7644
|
/**
|
|
7567
7645
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
7568
7646
|
*/
|
|
7569
|
-
const CURRENT_PACKAGE_VERSION = '21.0.
|
|
7647
|
+
const CURRENT_PACKAGE_VERSION = '21.0.8';
|
|
7570
7648
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
7571
7649
|
|
|
7572
7650
|
//#endregion
|
|
@@ -7965,6 +8043,7 @@ class BaseProject {
|
|
|
7965
8043
|
/* */
|
|
7966
8044
|
/* */
|
|
7967
8045
|
/* */
|
|
8046
|
+
/* */
|
|
7968
8047
|
//#endregion
|
|
7969
8048
|
//#region methods & getters / is monorepo
|
|
7970
8049
|
/**
|
|
@@ -8243,6 +8322,7 @@ class BaseProject {
|
|
|
8243
8322
|
/* */
|
|
8244
8323
|
/* */
|
|
8245
8324
|
/* */
|
|
8325
|
+
/* */
|
|
8246
8326
|
return (void 0);
|
|
8247
8327
|
}
|
|
8248
8328
|
//#endregion
|
|
@@ -8606,7 +8686,6 @@ class BaseProject {
|
|
|
8606
8686
|
/* */
|
|
8607
8687
|
/* */
|
|
8608
8688
|
/* */
|
|
8609
|
-
/* */
|
|
8610
8689
|
return (void 0);
|
|
8611
8690
|
}
|
|
8612
8691
|
//#region methods & getters / get unique for task
|
|
@@ -8983,10 +9062,8 @@ class BaseProject {
|
|
|
8983
9062
|
async lint(lintOptions) {
|
|
8984
9063
|
Helpers.info(`
|
|
8985
9064
|
|
|
8986
|
-
|
|
8987
9065
|
COMMIT LINT NOT IMPLEMENTED
|
|
8988
9066
|
|
|
8989
|
-
|
|
8990
9067
|
`);
|
|
8991
9068
|
}
|
|
8992
9069
|
//#endregion
|
|
@@ -9541,6 +9618,10 @@ class BaseLibraryBuild extends BaseFeatureForProject {
|
|
|
9541
9618
|
/* */
|
|
9542
9619
|
/* */
|
|
9543
9620
|
/* */
|
|
9621
|
+
/* */
|
|
9622
|
+
/* */
|
|
9623
|
+
/* */
|
|
9624
|
+
/* */
|
|
9544
9625
|
return (void 0);
|
|
9545
9626
|
}
|
|
9546
9627
|
//#endregion
|
|
@@ -10181,7 +10262,14 @@ class BasePackageJson extends BaseJsonFileReader {
|
|
|
10181
10262
|
* this will NOT SET dependency if
|
|
10182
10263
|
* dependency name is not in package.json
|
|
10183
10264
|
*/
|
|
10184
|
-
updateDependency({ packageName, version, }) {
|
|
10265
|
+
updateDependency({ packageName, version, createNewEntryIfNotExist, }) {
|
|
10266
|
+
/* */
|
|
10267
|
+
/* */
|
|
10268
|
+
/* */
|
|
10269
|
+
/* */
|
|
10270
|
+
/* */
|
|
10271
|
+
/* */
|
|
10272
|
+
/* */
|
|
10185
10273
|
/* */
|
|
10186
10274
|
/* */
|
|
10187
10275
|
/* */
|
|
@@ -10540,6 +10628,15 @@ class BaseNodeModules {
|
|
|
10540
10628
|
/* */
|
|
10541
10629
|
/* */
|
|
10542
10630
|
/* */
|
|
10631
|
+
/* */
|
|
10632
|
+
/* */
|
|
10633
|
+
/* */
|
|
10634
|
+
/* */
|
|
10635
|
+
/* */
|
|
10636
|
+
/* */
|
|
10637
|
+
/* */
|
|
10638
|
+
/* */
|
|
10639
|
+
/* */
|
|
10543
10640
|
return (void 0);
|
|
10544
10641
|
}
|
|
10545
10642
|
//#endregion
|
|
@@ -10612,6 +10709,10 @@ class BaseNodeModules {
|
|
|
10612
10709
|
/* */
|
|
10613
10710
|
/* */
|
|
10614
10711
|
/* */
|
|
10712
|
+
/* */
|
|
10713
|
+
/* */
|
|
10714
|
+
/* */
|
|
10715
|
+
/* */
|
|
10615
10716
|
return (void 0);
|
|
10616
10717
|
}
|
|
10617
10718
|
//#endregion
|
|
@@ -11936,6 +12037,7 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
11936
12037
|
/* */
|
|
11937
12038
|
/* */
|
|
11938
12039
|
/* */
|
|
12040
|
+
/* */
|
|
11939
12041
|
return (void 0);
|
|
11940
12042
|
}
|
|
11941
12043
|
//#region methods & getters / has action commits to melt
|
|
@@ -12802,6 +12904,8 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
12802
12904
|
/* */
|
|
12803
12905
|
/* */
|
|
12804
12906
|
/* */
|
|
12907
|
+
/* */
|
|
12908
|
+
/* */
|
|
12805
12909
|
return (void 0);
|
|
12806
12910
|
}
|
|
12807
12911
|
//#endregion
|
|
@@ -14008,6 +14112,10 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
14008
14112
|
/* */
|
|
14009
14113
|
/* */
|
|
14010
14114
|
/* */
|
|
14115
|
+
/* */
|
|
14116
|
+
/* */
|
|
14117
|
+
/* */
|
|
14118
|
+
/* */
|
|
14011
14119
|
return (void 0);
|
|
14012
14120
|
}
|
|
14013
14121
|
//#endregion
|
|
@@ -14997,6 +15105,10 @@ class BaseQuickFixes extends BaseFeatureForProject {
|
|
|
14997
15105
|
/* */
|
|
14998
15106
|
/* */
|
|
14999
15107
|
/* */
|
|
15108
|
+
/* */
|
|
15109
|
+
/* */
|
|
15110
|
+
/* */
|
|
15111
|
+
/* */
|
|
15000
15112
|
return (void 0);
|
|
15001
15113
|
}
|
|
15002
15114
|
//#region fix sqlite pacakge in node_modules
|
|
@@ -15665,6 +15777,8 @@ class BaseCommandLineFeature {
|
|
|
15665
15777
|
/* */
|
|
15666
15778
|
/* */
|
|
15667
15779
|
/* */
|
|
15780
|
+
/* */
|
|
15781
|
+
/* */
|
|
15668
15782
|
this.argsWithParams = argsWithParams;
|
|
15669
15783
|
this.methodNameToCall = methodNameToCall;
|
|
15670
15784
|
this.cwd = cwd;
|
|
@@ -15961,6 +16075,38 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
15961
16075
|
return (void 0);
|
|
15962
16076
|
}
|
|
15963
16077
|
//#endregion
|
|
16078
|
+
//#region commands / api update force
|
|
16079
|
+
async upapiforce() {
|
|
16080
|
+
/* */
|
|
16081
|
+
/* */
|
|
16082
|
+
return (void 0);
|
|
16083
|
+
}
|
|
16084
|
+
async apiupforce() {
|
|
16085
|
+
/* */
|
|
16086
|
+
/* */
|
|
16087
|
+
return (void 0);
|
|
16088
|
+
}
|
|
16089
|
+
async apiUpdateForce() {
|
|
16090
|
+
/* */
|
|
16091
|
+
/* */
|
|
16092
|
+
/* */
|
|
16093
|
+
/* */
|
|
16094
|
+
/* */
|
|
16095
|
+
/* */
|
|
16096
|
+
/* */
|
|
16097
|
+
/* */
|
|
16098
|
+
/* */
|
|
16099
|
+
/* */
|
|
16100
|
+
/* */
|
|
16101
|
+
/* */
|
|
16102
|
+
/* */
|
|
16103
|
+
/* */
|
|
16104
|
+
/* */
|
|
16105
|
+
/* */
|
|
16106
|
+
/* */
|
|
16107
|
+
return (void 0);
|
|
16108
|
+
}
|
|
16109
|
+
//#endregion
|
|
15964
16110
|
//#region commands / chore update
|
|
15965
16111
|
async cu() {
|
|
15966
16112
|
/* */
|
|
@@ -16544,7 +16690,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16544
16690
|
/* */
|
|
16545
16691
|
/* */
|
|
16546
16692
|
/* */
|
|
16547
|
-
/* */
|
|
16548
16693
|
return (void 0);
|
|
16549
16694
|
}
|
|
16550
16695
|
//#endregion
|
|
@@ -16718,8 +16863,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16718
16863
|
/* */
|
|
16719
16864
|
/* */
|
|
16720
16865
|
/* */
|
|
16721
|
-
/* */
|
|
16722
|
-
/* */
|
|
16723
16866
|
return (void 0);
|
|
16724
16867
|
}
|
|
16725
16868
|
async qPush() {
|
|
@@ -17812,7 +17955,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
17812
17955
|
/* */
|
|
17813
17956
|
/* */
|
|
17814
17957
|
/* */
|
|
17815
|
-
/* */
|
|
17816
17958
|
//#endregion
|
|
17817
17959
|
//#region commands / proc info
|
|
17818
17960
|
procInfo() {
|
|
@@ -20459,6 +20601,13 @@ function executeCommand(titleOfTask, registerName, commandToExecute, pOptions, i
|
|
|
20459
20601
|
/* */
|
|
20460
20602
|
/* */
|
|
20461
20603
|
/* */
|
|
20604
|
+
/* */
|
|
20605
|
+
/* */
|
|
20606
|
+
/* */
|
|
20607
|
+
/* */
|
|
20608
|
+
/* */
|
|
20609
|
+
/* */
|
|
20610
|
+
/* */
|
|
20462
20611
|
return (void 0);
|
|
20463
20612
|
}
|
|
20464
20613
|
|
|
@@ -20519,4 +20668,4 @@ const Helpers = HelpersTaon.Instance;
|
|
|
20519
20668
|
*/
|
|
20520
20669
|
|
|
20521
20670
|
export { BaseCLiWorkerStartMode, BaseCLiWorkerStartParams, BaseCliMethodOptions, BaseCliWorker, BaseCliWorkerConfig, BaseCliWorkerConfigGetContextOptions, BaseCliWorkerTerminalUI, BaseCliWorkerUtils, BaseCommandLineFeature, BaseCompilerForProject, BaseDebounceCompilerForProject, BaseFeatureForProject, BaseFileFoldersOperations, BaseGit, BaseGlobalCommandLine, BaseIgnoreHideHelpers, BaseJsonFileReader, BaseLibraryBuild, BaseLinkedProjects, BaseLinter, BaseNodeModules, BaseNpmHelpers, BasePackageJson, BaseProcessManger, BaseProject, BaseProjectResolver, BaseProjectTypeArr, BaseQuickFixes, BaseReleaseProcess, BaseVscodeHelpers, CommandConfig, CommandProcess, CommandProcessState, CommitData, CoreAngularProject, CoreProject, CoreTypescriptProject, Helpers, HelpersAngular, LinkedPorjectsConfig, LinkedProject, PackageJsonDependencyObjArr, Port, PortStatusArr, PortsWorker, ProgressData, TaonBaseCliWorkerController, TaonPortsController, UtilsDocker, UtilsFileSync, UtilsHttp, UtilsJava, UtilsMd, UtilsNpm, UtilsPasswords, UtilsQuickFixes, UtilsTaonWorker, UtilsTypescript, UtilsVSCode, UtilsZip, UtilsZipBrowser, executeCommand, getBaseCliWorkerDatabaseConfig };
|
|
20522
|
-
//# sourceMappingURL=tnp-helpers.mjs.map
|
|
20671
|
+
//# sourceMappingURL=tnp-helpers-browser.mjs.map
|