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,8 @@ import * as fuzzy from 'fuzzy';
|
|
|
5
5
|
import { Level } from 'ng2-logger/websql';
|
|
6
6
|
import { CLASS } from 'typescript-class-helpers/websql';
|
|
7
7
|
import { __decorate, __metadata, __param } from 'tslib';
|
|
8
|
-
import {
|
|
8
|
+
import { TaonBaseEntity, CustomColumn, String500Column, NumberColumn, TaonEntity, TaonBaseClass, TaonBaseController, PUT, Body, GET, Query, HTML, POST, TaonController, DELETE, TaonBaseMigration, TaonMigration, Taon, TaonBaseContext } from 'taon/websql';
|
|
9
|
+
import { PrimaryColumn } from 'taon-typeorm/websql';
|
|
9
10
|
import { BaseClientCompiler } from 'incremental-compiler/websql';
|
|
10
11
|
|
|
11
12
|
//#region @browser
|
|
@@ -56,7 +57,6 @@ var HelpersAngular;
|
|
|
56
57
|
/**
|
|
57
58
|
get properties from scss file
|
|
58
59
|
|
|
59
|
-
|
|
60
60
|
import styles from './tasks-ngrx-data.component.scss';
|
|
61
61
|
|
|
62
62
|
export class ExampleComponent {
|
|
@@ -222,6 +222,8 @@ var UtilsNpm;
|
|
|
222
222
|
/* */
|
|
223
223
|
/* */
|
|
224
224
|
/* */
|
|
225
|
+
/* */
|
|
226
|
+
/* */
|
|
225
227
|
return (void 0);
|
|
226
228
|
};
|
|
227
229
|
//#endregion
|
|
@@ -1146,6 +1148,7 @@ var UtilsTypescript;
|
|
|
1146
1148
|
return results;
|
|
1147
1149
|
};
|
|
1148
1150
|
//#endregion
|
|
1151
|
+
//#region transform Angular component standalone option
|
|
1149
1152
|
/**
|
|
1150
1153
|
* Transition methods ng18 => ng19
|
|
1151
1154
|
* Adds standalone: false if not exists in component decorator
|
|
@@ -1184,6 +1187,7 @@ var UtilsTypescript;
|
|
|
1184
1187
|
return (void 0);
|
|
1185
1188
|
}
|
|
1186
1189
|
UtilsTypescript.transformComponentStandaloneOption = transformComponentStandaloneOption;
|
|
1190
|
+
//#endregion
|
|
1187
1191
|
//#region escape @ in html text
|
|
1188
1192
|
const escapeAtInHtmlText = (fileContent) => {
|
|
1189
1193
|
return fileContent.replace(/>([^<@]*?)@([^<]*)</g, (_match, before, after) => {
|
|
@@ -1400,7 +1404,83 @@ var UtilsTypescript;
|
|
|
1400
1404
|
return (void 0);
|
|
1401
1405
|
}
|
|
1402
1406
|
UtilsTypescript.wrapContentClassMembersDecoratorsWithRegion = wrapContentClassMembersDecoratorsWithRegion;
|
|
1403
|
-
|
|
1407
|
+
const buildQualifiedRegex = (qualifiedName) => {
|
|
1408
|
+
const parts = qualifiedName.split('.');
|
|
1409
|
+
const escapedParts = parts.map(p => p.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'));
|
|
1410
|
+
const pattern = '\\b' + escapedParts.join('\\s*\\.\\s*') + '\\b';
|
|
1411
|
+
return new RegExp(pattern, 'g');
|
|
1412
|
+
};
|
|
1413
|
+
function transformFlatImports(sourceText, mapping) {
|
|
1414
|
+
/* */
|
|
1415
|
+
/* */
|
|
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
|
+
return (void 0);
|
|
1482
|
+
}
|
|
1483
|
+
UtilsTypescript.transformFlatImports = transformFlatImports;
|
|
1404
1484
|
UtilsTypescript.clearRequireCacheRecursive = (modulePath, seen = new Set()) => {
|
|
1405
1485
|
/* */
|
|
1406
1486
|
/* */
|
|
@@ -5584,7 +5664,7 @@ const PortStatusArr = [
|
|
|
5584
5664
|
'assigned-not-registered',
|
|
5585
5665
|
'assigned-taken-by-os',
|
|
5586
5666
|
];
|
|
5587
|
-
let Port = Port_1 = class Port extends
|
|
5667
|
+
let Port = Port_1 = class Port extends TaonBaseEntity {
|
|
5588
5668
|
static from(opt) {
|
|
5589
5669
|
return _.merge(new Port_1(), opt);
|
|
5590
5670
|
}
|
|
@@ -5598,7 +5678,7 @@ let Port = Port_1 = class Port extends Taon.Base.Entity {
|
|
|
5598
5678
|
}
|
|
5599
5679
|
};
|
|
5600
5680
|
__decorate([
|
|
5601
|
-
|
|
5681
|
+
PrimaryColumn({
|
|
5602
5682
|
type: 'int',
|
|
5603
5683
|
unique: true,
|
|
5604
5684
|
})
|
|
@@ -5607,7 +5687,7 @@ __decorate([
|
|
|
5607
5687
|
__metadata("design:type", Number)
|
|
5608
5688
|
], Port.prototype, "port", void 0);
|
|
5609
5689
|
__decorate([
|
|
5610
|
-
|
|
5690
|
+
CustomColumn({
|
|
5611
5691
|
type: 'varchar',
|
|
5612
5692
|
length: 1000,
|
|
5613
5693
|
unique: true,
|
|
@@ -5617,19 +5697,19 @@ __decorate([
|
|
|
5617
5697
|
__metadata("design:type", String)
|
|
5618
5698
|
], Port.prototype, "serviceId", void 0);
|
|
5619
5699
|
__decorate([
|
|
5620
|
-
|
|
5700
|
+
String500Column('unassigned')
|
|
5621
5701
|
//#endregion
|
|
5622
5702
|
,
|
|
5623
5703
|
__metadata("design:type", String)
|
|
5624
5704
|
], Port.prototype, "status", void 0);
|
|
5625
5705
|
__decorate([
|
|
5626
|
-
|
|
5706
|
+
NumberColumn()
|
|
5627
5707
|
//#endregion
|
|
5628
5708
|
,
|
|
5629
5709
|
__metadata("design:type", Number)
|
|
5630
5710
|
], Port.prototype, "whenAssignedTimestamp", void 0);
|
|
5631
5711
|
Port = Port_1 = __decorate([
|
|
5632
|
-
|
|
5712
|
+
TaonEntity({
|
|
5633
5713
|
className: 'Port',
|
|
5634
5714
|
uniqueKeyProp: 'port',
|
|
5635
5715
|
})
|
|
@@ -6453,6 +6533,7 @@ class BaseCliWorker {
|
|
|
6453
6533
|
/* */
|
|
6454
6534
|
/* */
|
|
6455
6535
|
/* */
|
|
6536
|
+
/* */
|
|
6456
6537
|
return (void 0);
|
|
6457
6538
|
}
|
|
6458
6539
|
//#endregion
|
|
@@ -6634,7 +6715,7 @@ class BaseCliWorkerConfig {
|
|
|
6634
6715
|
}
|
|
6635
6716
|
//#endregion
|
|
6636
6717
|
|
|
6637
|
-
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends
|
|
6718
|
+
let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends TaonBaseController {
|
|
6638
6719
|
constructor() {
|
|
6639
6720
|
super(...arguments);
|
|
6640
6721
|
/**
|
|
@@ -6738,22 +6819,22 @@ let TaonBaseCliWorkerController = class TaonBaseCliWorkerController extends Taon
|
|
|
6738
6819
|
}
|
|
6739
6820
|
};
|
|
6740
6821
|
__decorate([
|
|
6741
|
-
|
|
6742
|
-
__param(0,
|
|
6743
|
-
__param(1,
|
|
6822
|
+
PUT(),
|
|
6823
|
+
__param(0, Body('serviceId')),
|
|
6824
|
+
__param(1, Body('serviceVersion')),
|
|
6744
6825
|
__metadata("design:type", Function),
|
|
6745
6826
|
__metadata("design:paramtypes", [String, String]),
|
|
6746
6827
|
__metadata("design:returntype", Object)
|
|
6747
6828
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_initializeMetadata", null);
|
|
6748
6829
|
__decorate([
|
|
6749
|
-
|
|
6750
|
-
__param(0,
|
|
6830
|
+
GET(),
|
|
6831
|
+
__param(0, Query('dontRemoveConfigFile')),
|
|
6751
6832
|
__metadata("design:type", Function),
|
|
6752
6833
|
__metadata("design:paramtypes", [Boolean]),
|
|
6753
6834
|
__metadata("design:returntype", Object)
|
|
6754
6835
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_kill", null);
|
|
6755
6836
|
__decorate([
|
|
6756
|
-
|
|
6837
|
+
HTML({
|
|
6757
6838
|
pathIsGlobal: true,
|
|
6758
6839
|
path: '/info',
|
|
6759
6840
|
}),
|
|
@@ -6762,21 +6843,21 @@ __decorate([
|
|
|
6762
6843
|
__metadata("design:returntype", Object)
|
|
6763
6844
|
], TaonBaseCliWorkerController.prototype, "info", null);
|
|
6764
6845
|
__decorate([
|
|
6765
|
-
|
|
6766
|
-
__param(0,
|
|
6846
|
+
POST(),
|
|
6847
|
+
__param(0, Body()),
|
|
6767
6848
|
__metadata("design:type", Function),
|
|
6768
6849
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6769
6850
|
__metadata("design:returntype", Object)
|
|
6770
6851
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_isHealthy", null);
|
|
6771
6852
|
__decorate([
|
|
6772
|
-
|
|
6773
|
-
__param(0,
|
|
6853
|
+
POST(),
|
|
6854
|
+
__param(0, Body()),
|
|
6774
6855
|
__metadata("design:type", Function),
|
|
6775
6856
|
__metadata("design:paramtypes", [BaseCliWorkerConfig]),
|
|
6776
6857
|
__metadata("design:returntype", Object)
|
|
6777
6858
|
], TaonBaseCliWorkerController.prototype, "baseCLiWorkerCommand_hasUpToDateVersion", null);
|
|
6778
6859
|
TaonBaseCliWorkerController = __decorate([
|
|
6779
|
-
|
|
6860
|
+
TaonController({
|
|
6780
6861
|
className: 'TaonBaseCliWorkerController',
|
|
6781
6862
|
})
|
|
6782
6863
|
], TaonBaseCliWorkerController);
|
|
@@ -7037,63 +7118,63 @@ let TaonPortsController = class TaonPortsController extends TaonBaseCliWorkerCon
|
|
|
7037
7118
|
}
|
|
7038
7119
|
};
|
|
7039
7120
|
__decorate([
|
|
7040
|
-
|
|
7121
|
+
GET(),
|
|
7041
7122
|
__metadata("design:type", Function),
|
|
7042
7123
|
__metadata("design:paramtypes", []),
|
|
7043
7124
|
__metadata("design:returntype", Object)
|
|
7044
7125
|
], TaonPortsController.prototype, "getFirstFreePort", null);
|
|
7045
7126
|
__decorate([
|
|
7046
|
-
|
|
7047
|
-
__param(0,
|
|
7127
|
+
GET(),
|
|
7128
|
+
__param(0, Query('portNumber')),
|
|
7048
7129
|
__metadata("design:type", Function),
|
|
7049
7130
|
__metadata("design:paramtypes", [Number]),
|
|
7050
7131
|
__metadata("design:returntype", Object)
|
|
7051
7132
|
], TaonPortsController.prototype, "getPortByNumber", null);
|
|
7052
7133
|
__decorate([
|
|
7053
|
-
|
|
7054
|
-
__param(0,
|
|
7134
|
+
GET(),
|
|
7135
|
+
__param(0, Query('status')),
|
|
7055
7136
|
__metadata("design:type", Function),
|
|
7056
7137
|
__metadata("design:paramtypes", [String]),
|
|
7057
7138
|
__metadata("design:returntype", Object)
|
|
7058
7139
|
], TaonPortsController.prototype, "getPortsByStatus", null);
|
|
7059
7140
|
__decorate([
|
|
7060
|
-
|
|
7061
|
-
__param(0,
|
|
7141
|
+
DELETE(),
|
|
7142
|
+
__param(0, Query('portNumber')),
|
|
7062
7143
|
__metadata("design:type", Function),
|
|
7063
7144
|
__metadata("design:paramtypes", [Number]),
|
|
7064
7145
|
__metadata("design:returntype", Object)
|
|
7065
7146
|
], TaonPortsController.prototype, "deletePort", null);
|
|
7066
7147
|
__decorate([
|
|
7067
|
-
|
|
7068
|
-
__param(0,
|
|
7069
|
-
__param(1,
|
|
7148
|
+
PUT(),
|
|
7149
|
+
__param(0, Query('portNumber')),
|
|
7150
|
+
__param(1, Query('serviceId')),
|
|
7070
7151
|
__metadata("design:type", Function),
|
|
7071
7152
|
__metadata("design:paramtypes", [Number, String]),
|
|
7072
7153
|
__metadata("design:returntype", Object)
|
|
7073
7154
|
], TaonPortsController.prototype, "updatePortUniqueId", null);
|
|
7074
7155
|
__decorate([
|
|
7075
|
-
|
|
7076
|
-
__param(0,
|
|
7077
|
-
__param(1,
|
|
7156
|
+
POST(),
|
|
7157
|
+
__param(0, Query('portNumber')),
|
|
7158
|
+
__param(1, Query('uniqueId')),
|
|
7078
7159
|
__metadata("design:type", Function),
|
|
7079
7160
|
__metadata("design:paramtypes", [Number, String]),
|
|
7080
7161
|
__metadata("design:returntype", Object)
|
|
7081
7162
|
], TaonPortsController.prototype, "addTakeByOsPort", null);
|
|
7082
7163
|
__decorate([
|
|
7083
|
-
|
|
7084
|
-
__param(0,
|
|
7085
|
-
__param(1,
|
|
7164
|
+
PUT(),
|
|
7165
|
+
__param(0, Query('uniqueServiceName')),
|
|
7166
|
+
__param(1, Query('startFrom')),
|
|
7086
7167
|
__metadata("design:type", Function),
|
|
7087
7168
|
__metadata("design:paramtypes", [String, Number]),
|
|
7088
7169
|
__metadata("design:returntype", Object)
|
|
7089
7170
|
], TaonPortsController.prototype, "registerAndAssignPort", null);
|
|
7090
7171
|
TaonPortsController = __decorate([
|
|
7091
|
-
|
|
7172
|
+
TaonController({
|
|
7092
7173
|
className: 'TaonPortsController',
|
|
7093
7174
|
})
|
|
7094
7175
|
], TaonPortsController);
|
|
7095
7176
|
|
|
7096
|
-
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends
|
|
7177
|
+
let MainContext_1736198527297_init = class MainContext_1736198527297_init extends TaonBaseMigration {
|
|
7097
7178
|
/**
|
|
7098
7179
|
* remove this method if you are ready to run this migration
|
|
7099
7180
|
*/
|
|
@@ -7108,11 +7189,11 @@ let MainContext_1736198527297_init = class MainContext_1736198527297_init extend
|
|
|
7108
7189
|
}
|
|
7109
7190
|
};
|
|
7110
7191
|
MainContext_1736198527297_init = __decorate([
|
|
7111
|
-
|
|
7192
|
+
TaonMigration({
|
|
7112
7193
|
className: 'MainContext_1736198527297_init',
|
|
7113
7194
|
})
|
|
7114
7195
|
], MainContext_1736198527297_init);
|
|
7115
|
-
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends
|
|
7196
|
+
let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_init extends TaonBaseMigration {
|
|
7116
7197
|
/**
|
|
7117
7198
|
* remove this method if you are ready to run this migration
|
|
7118
7199
|
*/
|
|
@@ -7129,7 +7210,7 @@ let TaonPortsContext_1736198527297_init = class TaonPortsContext_1736198527297_i
|
|
|
7129
7210
|
}
|
|
7130
7211
|
};
|
|
7131
7212
|
TaonPortsContext_1736198527297_init = __decorate([
|
|
7132
|
-
|
|
7213
|
+
TaonMigration({
|
|
7133
7214
|
className: 'TaonPortsContext_1736198527297_init',
|
|
7134
7215
|
})
|
|
7135
7216
|
], TaonPortsContext_1736198527297_init);
|
|
@@ -7153,8 +7234,7 @@ const portsWithDescription = {
|
|
|
7153
7234
|
5984: 'CouchDB',
|
|
7154
7235
|
6000: 'in use by something in macos',
|
|
7155
7236
|
};
|
|
7156
|
-
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends
|
|
7157
|
-
.Base.Migration {
|
|
7237
|
+
let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsContext_1736199486472_addingNotAssignablePorts extends TaonBaseMigration {
|
|
7158
7238
|
constructor() {
|
|
7159
7239
|
super(...arguments);
|
|
7160
7240
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7186,13 +7266,12 @@ let TaonPortsContext_1736199486472_addingNotAssignablePorts = class TaonPortsCon
|
|
|
7186
7266
|
}
|
|
7187
7267
|
};
|
|
7188
7268
|
TaonPortsContext_1736199486472_addingNotAssignablePorts = __decorate([
|
|
7189
|
-
|
|
7269
|
+
TaonMigration({
|
|
7190
7270
|
className: 'TaonPortsContext_1736199486472_addingNotAssignablePorts',
|
|
7191
7271
|
})
|
|
7192
7272
|
], TaonPortsContext_1736199486472_addingNotAssignablePorts);
|
|
7193
7273
|
|
|
7194
|
-
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends
|
|
7195
|
-
.Migration {
|
|
7274
|
+
let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454437350_addFreePorts extends TaonBaseMigration {
|
|
7196
7275
|
constructor() {
|
|
7197
7276
|
super(...arguments);
|
|
7198
7277
|
this.portsController = this.injectController(TaonPortsController);
|
|
@@ -7230,7 +7309,7 @@ let TaonPortsContext_1736454437350_addFreePorts = class TaonPortsContext_1736454
|
|
|
7230
7309
|
}
|
|
7231
7310
|
};
|
|
7232
7311
|
TaonPortsContext_1736454437350_addFreePorts = __decorate([
|
|
7233
|
-
|
|
7312
|
+
TaonMigration({
|
|
7234
7313
|
className: 'TaonPortsContext_1736454437350_addFreePorts',
|
|
7235
7314
|
})
|
|
7236
7315
|
], TaonPortsContext_1736454437350_addFreePorts);
|
|
@@ -7594,7 +7673,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
7594
7673
|
/**
|
|
7595
7674
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
7596
7675
|
*/
|
|
7597
|
-
const CURRENT_PACKAGE_VERSION = '21.0.
|
|
7676
|
+
const CURRENT_PACKAGE_VERSION = '21.0.8';
|
|
7598
7677
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
7599
7678
|
|
|
7600
7679
|
//#endregion
|
|
@@ -7986,6 +8065,7 @@ class BaseProject {
|
|
|
7986
8065
|
/* */
|
|
7987
8066
|
/* */
|
|
7988
8067
|
/* */
|
|
8068
|
+
/* */
|
|
7989
8069
|
//#endregion
|
|
7990
8070
|
//#region methods & getters / is monorepo
|
|
7991
8071
|
/**
|
|
@@ -8616,7 +8696,6 @@ class BaseProject {
|
|
|
8616
8696
|
/* */
|
|
8617
8697
|
/* */
|
|
8618
8698
|
/* */
|
|
8619
|
-
/* */
|
|
8620
8699
|
return (void 0);
|
|
8621
8700
|
}
|
|
8622
8701
|
//#region methods & getters / get unique for task
|
|
@@ -8993,10 +9072,8 @@ class BaseProject {
|
|
|
8993
9072
|
async lint(lintOptions) {
|
|
8994
9073
|
Helpers.info(`
|
|
8995
9074
|
|
|
8996
|
-
|
|
8997
9075
|
COMMIT LINT NOT IMPLEMENTED
|
|
8998
9076
|
|
|
8999
|
-
|
|
9000
9077
|
`);
|
|
9001
9078
|
}
|
|
9002
9079
|
//#endregion
|
|
@@ -9551,6 +9628,10 @@ class BaseLibraryBuild extends BaseFeatureForProject {
|
|
|
9551
9628
|
/* */
|
|
9552
9629
|
/* */
|
|
9553
9630
|
/* */
|
|
9631
|
+
/* */
|
|
9632
|
+
/* */
|
|
9633
|
+
/* */
|
|
9634
|
+
/* */
|
|
9554
9635
|
return (void 0);
|
|
9555
9636
|
}
|
|
9556
9637
|
//#endregion
|
|
@@ -10191,7 +10272,14 @@ class BasePackageJson extends BaseJsonFileReader {
|
|
|
10191
10272
|
* this will NOT SET dependency if
|
|
10192
10273
|
* dependency name is not in package.json
|
|
10193
10274
|
*/
|
|
10194
|
-
updateDependency({ packageName, version, }) {
|
|
10275
|
+
updateDependency({ packageName, version, createNewEntryIfNotExist, }) {
|
|
10276
|
+
/* */
|
|
10277
|
+
/* */
|
|
10278
|
+
/* */
|
|
10279
|
+
/* */
|
|
10280
|
+
/* */
|
|
10281
|
+
/* */
|
|
10282
|
+
/* */
|
|
10195
10283
|
/* */
|
|
10196
10284
|
/* */
|
|
10197
10285
|
/* */
|
|
@@ -10550,6 +10638,15 @@ class BaseNodeModules {
|
|
|
10550
10638
|
/* */
|
|
10551
10639
|
/* */
|
|
10552
10640
|
/* */
|
|
10641
|
+
/* */
|
|
10642
|
+
/* */
|
|
10643
|
+
/* */
|
|
10644
|
+
/* */
|
|
10645
|
+
/* */
|
|
10646
|
+
/* */
|
|
10647
|
+
/* */
|
|
10648
|
+
/* */
|
|
10649
|
+
/* */
|
|
10553
10650
|
return (void 0);
|
|
10554
10651
|
}
|
|
10555
10652
|
//#endregion
|
|
@@ -10622,6 +10719,10 @@ class BaseNodeModules {
|
|
|
10622
10719
|
/* */
|
|
10623
10720
|
/* */
|
|
10624
10721
|
/* */
|
|
10722
|
+
/* */
|
|
10723
|
+
/* */
|
|
10724
|
+
/* */
|
|
10725
|
+
/* */
|
|
10625
10726
|
return (void 0);
|
|
10626
10727
|
}
|
|
10627
10728
|
//#endregion
|
|
@@ -11946,6 +12047,7 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
11946
12047
|
/* */
|
|
11947
12048
|
/* */
|
|
11948
12049
|
/* */
|
|
12050
|
+
/* */
|
|
11949
12051
|
return (void 0);
|
|
11950
12052
|
}
|
|
11951
12053
|
//#region methods & getters / has action commits to melt
|
|
@@ -12812,6 +12914,8 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
12812
12914
|
/* */
|
|
12813
12915
|
/* */
|
|
12814
12916
|
/* */
|
|
12917
|
+
/* */
|
|
12918
|
+
/* */
|
|
12815
12919
|
return (void 0);
|
|
12816
12920
|
}
|
|
12817
12921
|
//#endregion
|
|
@@ -14018,6 +14122,10 @@ class BaseVscodeHelpers extends BaseFeatureForProject {
|
|
|
14018
14122
|
/* */
|
|
14019
14123
|
/* */
|
|
14020
14124
|
/* */
|
|
14125
|
+
/* */
|
|
14126
|
+
/* */
|
|
14127
|
+
/* */
|
|
14128
|
+
/* */
|
|
14021
14129
|
return (void 0);
|
|
14022
14130
|
}
|
|
14023
14131
|
//#endregion
|
|
@@ -15007,6 +15115,10 @@ class BaseQuickFixes extends BaseFeatureForProject {
|
|
|
15007
15115
|
/* */
|
|
15008
15116
|
/* */
|
|
15009
15117
|
/* */
|
|
15118
|
+
/* */
|
|
15119
|
+
/* */
|
|
15120
|
+
/* */
|
|
15121
|
+
/* */
|
|
15010
15122
|
return (void 0);
|
|
15011
15123
|
}
|
|
15012
15124
|
//#region fix sqlite pacakge in node_modules
|
|
@@ -15675,6 +15787,8 @@ class BaseCommandLineFeature {
|
|
|
15675
15787
|
/* */
|
|
15676
15788
|
/* */
|
|
15677
15789
|
/* */
|
|
15790
|
+
/* */
|
|
15791
|
+
/* */
|
|
15678
15792
|
this.argsWithParams = argsWithParams;
|
|
15679
15793
|
this.methodNameToCall = methodNameToCall;
|
|
15680
15794
|
this.cwd = cwd;
|
|
@@ -15971,6 +16085,38 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
15971
16085
|
return (void 0);
|
|
15972
16086
|
}
|
|
15973
16087
|
//#endregion
|
|
16088
|
+
//#region commands / api update force
|
|
16089
|
+
async upapiforce() {
|
|
16090
|
+
/* */
|
|
16091
|
+
/* */
|
|
16092
|
+
return (void 0);
|
|
16093
|
+
}
|
|
16094
|
+
async apiupforce() {
|
|
16095
|
+
/* */
|
|
16096
|
+
/* */
|
|
16097
|
+
return (void 0);
|
|
16098
|
+
}
|
|
16099
|
+
async apiUpdateForce() {
|
|
16100
|
+
/* */
|
|
16101
|
+
/* */
|
|
16102
|
+
/* */
|
|
16103
|
+
/* */
|
|
16104
|
+
/* */
|
|
16105
|
+
/* */
|
|
16106
|
+
/* */
|
|
16107
|
+
/* */
|
|
16108
|
+
/* */
|
|
16109
|
+
/* */
|
|
16110
|
+
/* */
|
|
16111
|
+
/* */
|
|
16112
|
+
/* */
|
|
16113
|
+
/* */
|
|
16114
|
+
/* */
|
|
16115
|
+
/* */
|
|
16116
|
+
/* */
|
|
16117
|
+
return (void 0);
|
|
16118
|
+
}
|
|
16119
|
+
//#endregion
|
|
15974
16120
|
//#region commands / chore update
|
|
15975
16121
|
async cu() {
|
|
15976
16122
|
/* */
|
|
@@ -16554,7 +16700,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16554
16700
|
/* */
|
|
16555
16701
|
/* */
|
|
16556
16702
|
/* */
|
|
16557
|
-
/* */
|
|
16558
16703
|
return (void 0);
|
|
16559
16704
|
}
|
|
16560
16705
|
//#endregion
|
|
@@ -16728,8 +16873,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
16728
16873
|
/* */
|
|
16729
16874
|
/* */
|
|
16730
16875
|
/* */
|
|
16731
|
-
/* */
|
|
16732
|
-
/* */
|
|
16733
16876
|
return (void 0);
|
|
16734
16877
|
}
|
|
16735
16878
|
async qPush() {
|
|
@@ -17822,7 +17965,6 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
|
|
|
17822
17965
|
/* */
|
|
17823
17966
|
/* */
|
|
17824
17967
|
/* */
|
|
17825
|
-
/* */
|
|
17826
17968
|
//#endregion
|
|
17827
17969
|
//#region commands / proc info
|
|
17828
17970
|
procInfo() {
|
|
@@ -20469,6 +20611,13 @@ function executeCommand(titleOfTask, registerName, commandToExecute, pOptions, i
|
|
|
20469
20611
|
/* */
|
|
20470
20612
|
/* */
|
|
20471
20613
|
/* */
|
|
20614
|
+
/* */
|
|
20615
|
+
/* */
|
|
20616
|
+
/* */
|
|
20617
|
+
/* */
|
|
20618
|
+
/* */
|
|
20619
|
+
/* */
|
|
20620
|
+
/* */
|
|
20472
20621
|
return (void 0);
|
|
20473
20622
|
}
|
|
20474
20623
|
|
|
@@ -20529,4 +20678,4 @@ const Helpers = HelpersTaon.Instance;
|
|
|
20529
20678
|
*/
|
|
20530
20679
|
|
|
20531
20680
|
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 };
|
|
20532
|
-
//# sourceMappingURL=tnp-helpers.mjs.map
|
|
20681
|
+
//# sourceMappingURL=tnp-helpers-websql.mjs.map
|