angular-toolbox 1.5.5 → 1.6.0
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/README.md +1 -1
- package/fesm2022/angular-toolbox.mjs +147 -147
- package/fesm2022/angular-toolbox.mjs.map +1 -1
- package/index.d.ts +5342 -3
- package/package.json +1 -1
- package/lib/angular-toolbox.module.d.ts +0 -9
- package/lib/collection/array-list-event-type.enum.d.ts +0 -28
- package/lib/collection/array-list.d.ts +0 -111
- package/lib/collection/array-list.event.d.ts +0 -29
- package/lib/collection/index.d.ts +0 -10
- package/lib/component/angular-toolbox-logo/angular-toolbox-logo.component.d.ts +0 -5
- package/lib/component/dropdown/dropdown.component.d.ts +0 -100
- package/lib/component/index.d.ts +0 -11
- package/lib/component/layout/border-layout/border-layout.component.d.ts +0 -96
- package/lib/component/layout/border-layout/util/border-layout-bounds-manager.d.ts +0 -131
- package/lib/component/layout/border-layout/util/border-layout-renderer.d.ts +0 -118
- package/lib/component/layout/border-layout/util/resize-method.d.ts +0 -13
- package/lib/component/layout/border-layout-container/border-layout-container.component.d.ts +0 -104
- package/lib/component/layout/index.d.ts +0 -2
- package/lib/component/navbar/navbar.component.d.ts +0 -114
- package/lib/core/abstract/abstract-subscription-manager.d.ts +0 -73
- package/lib/core/abstract/abstract-version-manager.d.ts +0 -34
- package/lib/core/abstract/index.d.ts +0 -2
- package/lib/core/bridge/app-bridge.d.ts +0 -59
- package/lib/core/error/app-bridge-error.d.ts +0 -16
- package/lib/core/error/http-mock-service-error.d.ts +0 -18
- package/lib/core/error/index.d.ts +0 -4
- package/lib/core/error/integrity-error.d.ts +0 -18
- package/lib/core/error/subscription-error.d.ts +0 -18
- package/lib/core/impl/index.d.ts +0 -1
- package/lib/core/impl/lang/identifiable-component.d.ts +0 -44
- package/lib/core/impl/lang/index.d.ts +0 -1
- package/lib/core/impl/version/version.impl.d.ts +0 -46
- package/lib/core/index.d.ts +0 -3
- package/lib/directive/anchor-link.directive.d.ts +0 -29
- package/lib/directive/button-role.directive.d.ts +0 -52
- package/lib/directive/content-renderer.directive.d.ts +0 -39
- package/lib/directive/index.d.ts +0 -4
- package/lib/directive/navigate-to-url.directive.d.ts +0 -23
- package/lib/directive/navigation-directive-base.d.ts +0 -19
- package/lib/framework/dialog/dialog-backdrop-type.enum.d.ts +0 -20
- package/lib/framework/dialog/dialog-backdrop.type.d.ts +0 -11
- package/lib/framework/dialog/dialog-default-config.d.ts +0 -12
- package/lib/framework/dialog/dialog-outlet-event-type.d.ts +0 -11
- package/lib/framework/dialog/dialog-outlet.event.d.ts +0 -40
- package/lib/framework/dialog/dialog-service.d.ts +0 -47
- package/lib/framework/dialog/dialog-service.error.d.ts +0 -19
- package/lib/framework/dialog/dialog.config.d.ts +0 -18
- package/lib/framework/dialog/dialog.outlet.d.ts +0 -59
- package/lib/framework/dialog/index.d.ts +0 -15
- package/lib/framework/index.d.ts +0 -5
- package/lib/framework/logging/connector/console-log-connector.d.ts +0 -34
- package/lib/framework/logging/connector/default-log-connector.d.ts +0 -34
- package/lib/framework/logging/connector/html-log-connector.d.ts +0 -72
- package/lib/framework/logging/connector/index.d.ts +0 -3
- package/lib/framework/logging/impl/abstract-logger.d.ts +0 -69
- package/lib/framework/logging/impl/index.d.ts +0 -2
- package/lib/framework/logging/impl/log-impl.d.ts +0 -45
- package/lib/framework/logging/index.d.ts +0 -3
- package/lib/framework/logging/util/index.d.ts +0 -3
- package/lib/framework/logging/util/log.builder.d.ts +0 -24
- package/lib/framework/logging/util/log.constant.d.ts +0 -23
- package/lib/framework/logging/util/log.util.d.ts +0 -48
- package/lib/framework/mock/documentation/component/atx-mock-description/atx-mock-description.component.d.ts +0 -14
- package/lib/framework/mock/documentation/component/atx-mock-documentation/atx-mock-documentation.component.d.ts +0 -43
- package/lib/framework/mock/documentation/component/atx-mock-full-description/atx-mock-full-description.component.d.ts +0 -15
- package/lib/framework/mock/documentation/component/atx-mock-methods/atx-mock-methods.component.d.ts +0 -29
- package/lib/framework/mock/documentation/component/atx-mock-param/atx-mock-param.component.d.ts +0 -15
- package/lib/framework/mock/documentation/index.d.ts +0 -1
- package/lib/framework/mock/documentation/model/business/full-description.type.d.ts +0 -21
- package/lib/framework/mock/documentation/model/business/method-doc-descriptor.type.d.ts +0 -22
- package/lib/framework/mock/http/config/http-mock-parameters.d.ts +0 -13
- package/lib/framework/mock/http/config/http-mock.decorator.d.ts +0 -13
- package/lib/framework/mock/http/config/index.d.ts +0 -2
- package/lib/framework/mock/http/config/route-mock-config.d.ts +0 -36
- package/lib/framework/mock/http/core/data-storage.d.ts +0 -43
- package/lib/framework/mock/http/core/response-delay.d.ts +0 -23
- package/lib/framework/mock/http/event/event-target.impl.d.ts +0 -78
- package/lib/framework/mock/http/event/progress-event-mock.d.ts +0 -36
- package/lib/framework/mock/http/index.d.ts +0 -3
- package/lib/framework/mock/http/logging/http-mock-logger.d.ts +0 -14
- package/lib/framework/mock/http/logging/http-mock-logging-metadata.builder.d.ts +0 -20
- package/lib/framework/mock/http/path-to-regexp/constants.d.ts +0 -111
- package/lib/framework/mock/http/path-to-regexp/escape-to-regexp-string.d.ts +0 -24
- package/lib/framework/mock/http/path-to-regexp/get-flags.d.ts +0 -25
- package/lib/framework/mock/http/path-to-regexp/iter.d.ts +0 -50
- package/lib/framework/mock/http/path-to-regexp/lexer.d.ts +0 -24
- package/lib/framework/mock/http/path-to-regexp/loose-replacer.d.ts +0 -25
- package/lib/framework/mock/http/path-to-regexp/model/decode-key-to-string.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/model/encode.d.ts +0 -20
- package/lib/framework/mock/http/path-to-regexp/model/key.d.ts +0 -45
- package/lib/framework/mock/http/path-to-regexp/model/lex-token.d.ts +0 -34
- package/lib/framework/mock/http/path-to-regexp/model/lexer-type.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/model/loose-replacer-provider.d.ts +0 -20
- package/lib/framework/mock/http/path-to-regexp/model/non-delimiter-encoder-provider.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/model/parse-options.d.ts +0 -33
- package/lib/framework/mock/http/path-to-regexp/model/path-to-regexp-options.d.ts +0 -52
- package/lib/framework/mock/http/path-to-regexp/model/route-string-tokenizer.d.ts +0 -22
- package/lib/framework/mock/http/path-to-regexp/model/simple-tokens.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/model/token-data-regexp-factory.d.ts +0 -23
- package/lib/framework/mock/http/path-to-regexp/model/token-type.d.ts +0 -20
- package/lib/framework/mock/http/path-to-regexp/model/token.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/string-to-token-data.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/to-key-regexp.d.ts +0 -22
- package/lib/framework/mock/http/path-to-regexp/to-stringify.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/token-data-to-regexp.d.ts +0 -21
- package/lib/framework/mock/http/path-to-regexp/token-data.d.ts +0 -32
- package/lib/framework/mock/http/util/data-storage.builder.d.ts +0 -26
- package/lib/framework/mock/http/util/fetch-client-response-type.enum.d.ts +0 -38
- package/lib/framework/mock/http/util/fetch-client.builder.d.ts +0 -28
- package/lib/framework/mock/http/util/http-headers-mock.builder.d.ts +0 -106
- package/lib/framework/mock/http/util/http-headers.util.d.ts +0 -41
- package/lib/framework/mock/http/util/http-method-ref.enum.d.ts +0 -58
- package/lib/framework/mock/http/util/http-mock-max-delay.d.ts +0 -11
- package/lib/framework/mock/http/util/http-mock-response-delay.util.d.ts +0 -22
- package/lib/framework/mock/http/util/http-mock-response.builder.d.ts +0 -91
- package/lib/framework/mock/http/util/http-status-text-finder.d.ts +0 -23
- package/lib/framework/mock/http/util/http-status-text.enum.d.ts +0 -252
- package/lib/framework/mock/http/util/index.d.ts +0 -7
- package/lib/framework/mock/http/xhr/delegate-xhr.d.ts +0 -214
- package/lib/framework/mock/http/xhr/http-mock-factory.d.ts +0 -14
- package/lib/framework/mock/http/xhr/http-mock-factory.impl.d.ts +0 -26
- package/lib/framework/mock/http/xhr/index.d.ts +0 -1
- package/lib/framework/mock/http/xhr/xhr-base.d.ts +0 -123
- package/lib/framework/mock/http/xhr/xhr-proxy-impl.d.ts +0 -126
- package/lib/framework/mock/http-monitoring-console/component/abstract/log-renderer-base.d.ts +0 -28
- package/lib/framework/mock/http-monitoring-console/component/console-footer/console-footer.component.d.ts +0 -15
- package/lib/framework/mock/http-monitoring-console/component/console-menu/console-menu.component.d.ts +0 -23
- package/lib/framework/mock/http-monitoring-console/component/http-monitoring-console/http-monitoring-console.component.d.ts +0 -21
- package/lib/framework/mock/http-monitoring-console/component/renderer/icon-renderer/icon-renderer.component.d.ts +0 -28
- package/lib/framework/mock/http-monitoring-console/component/renderer/json-viewer/json-viewer.component.d.ts +0 -19
- package/lib/framework/mock/http-monitoring-console/component/renderer/json-viewer-panel/json-viewer-panel.component.d.ts +0 -15
- package/lib/framework/mock/http-monitoring-console/component/renderer/payload-renderer/payload-renderer.component.d.ts +0 -27
- package/lib/framework/mock/http-monitoring-console/component/renderer/request-info-renderer/request-info-renderer.component.d.ts +0 -25
- package/lib/framework/mock/http-monitoring-console/component/renderer/request-list-renderer/request-list-renderer.component.d.ts +0 -57
- package/lib/framework/mock/http-monitoring-console/component/renderer/response-body-renderer/response-body-renderer.component.d.ts +0 -35
- package/lib/framework/mock/http-monitoring-console/component/renderer/response-preview-renderer/response-preview-renderer.component.d.ts +0 -61
- package/lib/framework/mock/http-monitoring-console/component/renderer/spinner/spinner.component.d.ts +0 -9
- package/lib/framework/mock/http-monitoring-console/component/renderer/timing-renderer/timing-renderer.component.d.ts +0 -39
- package/lib/framework/mock/http-monitoring-console/component/request-details/request-details.component.d.ts +0 -51
- package/lib/framework/mock/http-monitoring-console/connector/http-monitoring-console-log-connector.d.ts +0 -45
- package/lib/framework/mock/http-monitoring-console/index.d.ts +0 -1
- package/lib/framework/mock/http-monitoring-console/model/business/atx-console-action-type.d.ts +0 -38
- package/lib/framework/mock/http-monitoring-console/model/business/atx-console-action.d.ts +0 -24
- package/lib/framework/mock/http-monitoring-console/model/business/atx-console-json.d.ts +0 -34
- package/lib/framework/mock/http-monitoring-console/model/business/atx-is-imported-log.d.ts +0 -13
- package/lib/framework/mock/http-monitoring-console/model/business/atx-timeline-data.d.ts +0 -21
- package/lib/framework/mock/http-monitoring-console/model/business/io/atx-body-dto.d.ts +0 -24
- package/lib/framework/mock/http-monitoring-console/model/business/io/atx-header-dto.d.ts +0 -23
- package/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-log-metadata.dto.d.ts +0 -31
- package/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-log.dto.d.ts +0 -30
- package/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-request-metadata.dto.ts.d.ts +0 -38
- package/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-request.dto.d.ts +0 -55
- package/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-response.dto.d.ts +0 -41
- package/lib/framework/mock/http-monitoring-console/model/business/io/hmfl.d.ts +0 -24
- package/lib/framework/mock/http-monitoring-console/model/service/atx-log-io.service.d.ts +0 -33
- package/lib/framework/mock/http-monitoring-console/model/service/atx-monitoring-console.controller.d.ts +0 -55
- package/lib/framework/mock/http-monitoring-console/model/service/atx-monitoring-console.state.d.ts +0 -75
- package/lib/framework/mock/http-monitoring-console/model/service/atx-user-action.service.d.ts +0 -32
- package/lib/framework/mock/http-monitoring-console/util/console-body-type.d.ts +0 -48
- package/lib/framework/mock/http-monitoring-console/util/console-type-class.d.ts +0 -43
- package/lib/framework/mock/http-monitoring-console/util/data.util.d.ts +0 -33
- package/lib/framework/mock/http-monitoring-console/util/io/body-converter.d.ts +0 -30
- package/lib/framework/mock/http-monitoring-console/util/io/body-serializer.d.ts +0 -32
- package/lib/framework/mock/http-monitoring-console/util/io/form-data-serializer.d.ts +0 -21
- package/lib/framework/mock/http-monitoring-console/util/io/hmfl-builder.d.ts +0 -23
- package/lib/framework/mock/http-monitoring-console/util/io/http-request-converter.d.ts +0 -31
- package/lib/framework/mock/http-monitoring-console/util/io/http-response-converter.d.ts +0 -31
- package/lib/framework/mock/http-monitoring-console/util/io/log-converter.d.ts +0 -31
- package/lib/framework/mock/http-monitoring-console/util/io/log-headers-converter.d.ts +0 -31
- package/lib/framework/mock/http-monitoring-console/util/io/log-message.util.d.ts +0 -23
- package/lib/framework/mock/http-monitoring-console/util/io/log-metadata-converter.d.ts +0 -31
- package/lib/framework/mock/http-monitoring-console/util/io/request-metadata-converter.d.ts +0 -31
- package/lib/framework/mock/http-monitoring-console/util/size.util.d.ts +0 -33
- package/lib/framework/mock/http-monitoring-console/util/timeline.util.d.ts +0 -23
- package/lib/framework/mock/http-monitoring-console/util/url.util.d.ts +0 -38
- package/lib/model/business/index.d.ts +0 -7
- package/lib/model/business/lang/app-bridge-command.d.ts +0 -11
- package/lib/model/business/lang/destroyable.d.ts +0 -16
- package/lib/model/business/lang/identifiable.d.ts +0 -26
- package/lib/model/business/lang/index.d.ts +0 -4
- package/lib/model/business/lang/instantiable.d.ts +0 -15
- package/lib/model/business/logging/atx-logger-config.provider.d.ts +0 -21
- package/lib/model/business/logging/http-mock-logging-constant.enum.d.ts +0 -32
- package/lib/model/business/logging/index.d.ts +0 -7
- package/lib/model/business/logging/log-connector.d.ts +0 -36
- package/lib/model/business/logging/log-level.enum.d.ts +0 -32
- package/lib/model/business/logging/log.d.ts +0 -34
- package/lib/model/business/logging/logger-config.d.ts +0 -17
- package/lib/model/business/logging/logger.d.ts +0 -58
- package/lib/model/business/logging/transactional-logger.d.ts +0 -28
- package/lib/model/business/mock/http/config/http-mock-production-policy.enum.d.ts +0 -24
- package/lib/model/business/mock/http/config/http-mocking-framework-config.d.ts +0 -21
- package/lib/model/business/mock/http/config/http-mocking-framework-config.provider.d.ts +0 -21
- package/lib/model/business/mock/http/config/index.d.ts +0 -3
- package/lib/model/business/mock/http/fetch-client.d.ts +0 -13
- package/lib/model/business/mock/http/http-method-mock.d.ts +0 -35
- package/lib/model/business/mock/http/http-mock-config.d.ts +0 -32
- package/lib/model/business/mock/http/http-mock-endpoint-descriptor.d.ts +0 -21
- package/lib/model/business/mock/http/http-mock-endpoint.d.ts +0 -46
- package/lib/model/business/mock/http/http-mock-error.d.ts +0 -21
- package/lib/model/business/mock/http/http-mock-interceptor.d.ts +0 -31
- package/lib/model/business/mock/http/http-mock-method-descriptor.d.ts +0 -29
- package/lib/model/business/mock/http/http-mock-parameter-descriptor.d.ts +0 -20
- package/lib/model/business/mock/http/http-mock-request-metadata.d.ts +0 -33
- package/lib/model/business/mock/http/http-response-mock.d.ts +0 -44
- package/lib/model/business/mock/http/index.d.ts +0 -14
- package/lib/model/business/mock/http/logging/http-mock-logging-metadata.d.ts +0 -15
- package/lib/model/business/mock/http/logging/http-mock-logging-prefetch-metadata.d.ts +0 -16
- package/lib/model/business/mock/http/logging/index.d.ts +0 -2
- package/lib/model/business/mock/http/xhr-proxy.d.ts +0 -15
- package/lib/model/business/navigator/battery-manager.d.ts +0 -56
- package/lib/model/business/navigator/connection-type.d.ts +0 -11
- package/lib/model/business/navigator/effective-connection-type.d.ts +0 -11
- package/lib/model/business/navigator/index.d.ts +0 -4
- package/lib/model/business/navigator/network-information.d.ts +0 -53
- package/lib/model/business/subscription/index.d.ts +0 -1
- package/lib/model/business/subscription/subscription-manager.d.ts +0 -52
- package/lib/model/business/ui/dark-mode-config.d.ts +0 -29
- package/lib/model/business/ui/dark-mode-config.provider.d.ts +0 -21
- package/lib/model/business/ui/dark-mode.constant.d.ts +0 -15
- package/lib/model/business/ui/dropdown/dropdown-event-type.enum.d.ts +0 -20
- package/lib/model/business/ui/dropdown/dropdown-position.d.ts +0 -15
- package/lib/model/business/ui/dropdown/dropdown-state.d.ts +0 -11
- package/lib/model/business/ui/dropdown/dropdown.event.d.ts +0 -40
- package/lib/model/business/ui/dropdown/index.d.ts +0 -5
- package/lib/model/business/ui/dropdown/popover-state.d.ts +0 -11
- package/lib/model/business/ui/index.d.ts +0 -7
- package/lib/model/business/ui/layout/index.d.ts +0 -5
- package/lib/model/business/ui/layout/layout-constraints.d.ts +0 -33
- package/lib/model/business/ui/layout/layout-drag-event-type.enum.d.ts +0 -24
- package/lib/model/business/ui/layout/layout-drag.event.d.ts +0 -33
- package/lib/model/business/ui/layout/layout-region.d.ts +0 -36
- package/lib/model/business/ui/layout/layout-region.error.d.ts +0 -19
- package/lib/model/business/ui/scroll-behavior.type.d.ts +0 -11
- package/lib/model/business/ui/window/index.d.ts +0 -4
- package/lib/model/business/ui/window/window-feature-state.d.ts +0 -20
- package/lib/model/business/ui/window/window-init.d.ts +0 -75
- package/lib/model/business/ui/window/window-ref.d.ts +0 -21
- package/lib/model/business/ui/window/window-target.d.ts +0 -32
- package/lib/model/business/version/index.d.ts +0 -4
- package/lib/model/business/version/version-config.d.ts +0 -32
- package/lib/model/business/version/version-config.provider.d.ts +0 -22
- package/lib/model/business/version/version-manager.d.ts +0 -25
- package/lib/model/business/version/version.d.ts +0 -38
- package/lib/model/index.d.ts +0 -2
- package/lib/model/service/index.d.ts +0 -5
- package/lib/model/service/logging/index.d.ts +0 -1
- package/lib/model/service/logging/logger-service.d.ts +0 -14
- package/lib/model/service/mock/http/http-mock.service.d.ts +0 -134
- package/lib/model/service/mock/http/index.d.ts +0 -2
- package/lib/model/service/mock/http/logging/atx-http-mock-console.service.d.ts +0 -51
- package/lib/model/service/mock/http/logging/http-mock-logging-service.d.ts +0 -83
- package/lib/model/service/mock/http/logging/index.d.ts +0 -2
- package/lib/model/service/subscription/subscription.service.d.ts +0 -10
- package/lib/model/service/ui/app-bridge.service.d.ts +0 -80
- package/lib/model/service/ui/dark-mode.service.d.ts +0 -99
- package/lib/model/service/ui/index.d.ts +0 -4
- package/lib/model/service/ui/scroll.service.d.ts +0 -55
- package/lib/model/service/ui/window/abstract-window.service.d.ts +0 -64
- package/lib/model/service/ui/window/index.d.ts +0 -2
- package/lib/model/service/ui/window/window.service.d.ts +0 -44
- package/lib/model/service/version/angular-toolbox-version.service.d.ts +0 -13
- package/lib/model/service/version/index.d.ts +0 -2
- package/lib/model/service/version/version.service.d.ts +0 -15
- package/lib/pipe/index.d.ts +0 -1
- package/lib/pipe/safe/safe-html.pipe.d.ts +0 -30
- package/lib/util/aria-role.constant.d.ts +0 -15
- package/lib/util/default-scroll-behavior.d.ts +0 -12
- package/lib/util/empty-string.const.d.ts +0 -11
- package/lib/util/http-mocking-framework-config.manager.d.ts +0 -66
- package/lib/util/index.d.ts +0 -5
- package/lib/util/js-type.d.ts +0 -39
- package/lib/util/uuid.d.ts +0 -89
- package/lib/util/version.util.d.ts +0 -30
- package/lib/util/window/window-features-builder.d.ts +0 -46
- package/lib/util/window/window-header-tag-util.d.ts +0 -27
- package/public-api.d.ts +0 -16
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* @private
|
|
10
|
-
* The list of CSS class types for rendered objects.
|
|
11
|
-
*/
|
|
12
|
-
export declare enum ConsoleTypeClass {
|
|
13
|
-
/**
|
|
14
|
-
* @private
|
|
15
|
-
* The class type for JS vanilla objects.
|
|
16
|
-
*/
|
|
17
|
-
OBJECT = "atx-object",
|
|
18
|
-
/**
|
|
19
|
-
* @private
|
|
20
|
-
* The class type for JS string primitives.
|
|
21
|
-
*/
|
|
22
|
-
STRING = "atx-string",
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* The class type for JS number primitives.
|
|
26
|
-
*/
|
|
27
|
-
NUMBER = "atx-number",
|
|
28
|
-
/**
|
|
29
|
-
* @private
|
|
30
|
-
* The class type for JS boolean primitives.
|
|
31
|
-
*/
|
|
32
|
-
BOOLEAN = "atx-boolean",
|
|
33
|
-
/**
|
|
34
|
-
* @private
|
|
35
|
-
* The class type for JS Arrays.
|
|
36
|
-
*/
|
|
37
|
-
ARRAY = "atx-array",
|
|
38
|
-
/**
|
|
39
|
-
* @private
|
|
40
|
-
* The class type for the JS `null` type.
|
|
41
|
-
*/
|
|
42
|
-
NULL = "atx-null"
|
|
43
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { AtxConsoleJson } from '../model/business/atx-console-json';
|
|
9
|
-
import { ConsoleBodyType } from './console-body-type';
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class for managing metadata objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class DataUtil {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Parses the specified object and returns a `AtxConsoleJson` tree that represents
|
|
18
|
-
* the structure of parsed object.
|
|
19
|
-
*
|
|
20
|
-
* @param obj The object to parse.
|
|
21
|
-
* @param label An optional `label` used to set the label property of the `AtxConsoleJson` object.
|
|
22
|
-
* @returns a `AtxConsoleJson` tree object.
|
|
23
|
-
*/
|
|
24
|
-
static parseJson(obj: any, label?: string): AtxConsoleJson;
|
|
25
|
-
/**
|
|
26
|
-
* @private
|
|
27
|
-
* Returns a constant of the ConsoleBodyType enum, depending on the type of the specified object.
|
|
28
|
-
*
|
|
29
|
-
* @param obj The object for wich to get the type.
|
|
30
|
-
* @returns A constant of the ConsoleBodyType enum.
|
|
31
|
-
*/
|
|
32
|
-
static getBodyType(obj: any): ConsoleBodyType;
|
|
33
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { AtxBodyDto } from "../../model/business/io/atx-body-dto";
|
|
9
|
-
/**
|
|
10
|
-
* @private
|
|
11
|
-
* A utility class that performs conversions between JavaScript objects and `AtxBodyDto` objects.
|
|
12
|
-
*/
|
|
13
|
-
export declare class BodyConverter {
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
* Turns a JavaScript object into an `AtxBodyDto` object and returns the result of the conversion.
|
|
17
|
-
*
|
|
18
|
-
* @param body The JavaScript object to convert.
|
|
19
|
-
* @returns An `AtxBodyDto` object.
|
|
20
|
-
*/
|
|
21
|
-
static bodyToDto(body: any): AtxBodyDto;
|
|
22
|
-
/**
|
|
23
|
-
* @private
|
|
24
|
-
* Turns an `AtxBodyDto` object into a JavaScript object and returns the result of the conversion.
|
|
25
|
-
*
|
|
26
|
-
* @param dto The `AtxBodyDto` object to convert.
|
|
27
|
-
* @returns A JavaScript object.
|
|
28
|
-
*/
|
|
29
|
-
static dtoToBody(dto: AtxBodyDto): any;
|
|
30
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { ConsoleBodyType } from "../console-body-type";
|
|
9
|
-
/**
|
|
10
|
-
* @private
|
|
11
|
-
* A utility class that serialize and unserialize the objects rendered into the monitoring console.
|
|
12
|
-
*/
|
|
13
|
-
export declare class BodySerializer {
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
* Serializes the specified object depending on the `type` parameter.
|
|
17
|
-
*
|
|
18
|
-
* @param data The object to serialize.
|
|
19
|
-
* @param type The type of the object to serialize.
|
|
20
|
-
* @returns A string, or `null` whether the object type is not supported.
|
|
21
|
-
*/
|
|
22
|
-
static serialize(data: any, type: ConsoleBodyType): string | null;
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* Unserializes the specified string depending on the `type` parameter.
|
|
26
|
-
*
|
|
27
|
-
* @param data The string to unserialize.
|
|
28
|
-
* @param type The type of the object to unserialize.
|
|
29
|
-
* @returns An object, or `null` whether the object type is not supported.
|
|
30
|
-
*/
|
|
31
|
-
static unserialize(data: any, type: ConsoleBodyType): any;
|
|
32
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* @private
|
|
10
|
-
* A utility class that unserialize the `FormData` objects.
|
|
11
|
-
*/
|
|
12
|
-
export declare class FormDataSerializer {
|
|
13
|
-
/**
|
|
14
|
-
* @private
|
|
15
|
-
* Unserializes the specified `FormData` objects.
|
|
16
|
-
*
|
|
17
|
-
* @param data The string to turn into a `FormData` object.
|
|
18
|
-
* @returns A `FormData` object, or null whether the `data` string is not a Array string.
|
|
19
|
-
*/
|
|
20
|
-
static unserialize(data: string): FormData | null;
|
|
21
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { AtxHttpLogDto } from "../../model/business/io/atx-http-log.dto";
|
|
9
|
-
import { HMFL } from "../../model/business/io/hmfl";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that creates `HMFL` objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class HMFLBuilder {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Creates and returns a new `HMFL` object.
|
|
18
|
-
*
|
|
19
|
-
* @param logDtoList The list of serialized logs to include in the new `HMFL` object.
|
|
20
|
-
* @returns A new `HMFL` object.
|
|
21
|
-
*/
|
|
22
|
-
static build(logDtoList: AtxHttpLogDto[]): HMFL;
|
|
23
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { HttpRequest } from "@angular/common/http";
|
|
9
|
-
import { AtxHttpRequestDto } from "../../model/business/io/atx-http-request.dto";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that converts `HttpRequest` instances into `AtxHttpRequestDto` objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class HttpRequestConverter {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Converts a `HttpRequest` instance into an `AtxHttpRequestDto` object.
|
|
18
|
-
*
|
|
19
|
-
* @param request The `HttpRequest` instance to convert.
|
|
20
|
-
* @returns A new `AtxHttpRequestDto` object.
|
|
21
|
-
*/
|
|
22
|
-
static buildRequestDto(request: HttpRequest<any>): AtxHttpRequestDto;
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* Converts an `AtxHttpRequestDto` object into a `HttpRequest` instance.
|
|
26
|
-
*
|
|
27
|
-
* @param dto The `AtxHttpRequestDto` object to convert.
|
|
28
|
-
* @returns A new `HttpRequest` instance.
|
|
29
|
-
*/
|
|
30
|
-
static buildHttpRequest(dto: AtxHttpRequestDto): HttpRequest<any>;
|
|
31
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { HttpResponse } from "@angular/common/http";
|
|
9
|
-
import { AtxHttpResponseDto } from "../../model/business/io/atx-http-response.dto";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that converts `HttpResponse` instances into `AtxHttpResponseDto` objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class HttpResponseConverter {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Converts a `HttpResponse` instance into an `AtxHttpResponseDto` object.
|
|
18
|
-
*
|
|
19
|
-
* @param response The `HttpResponse` instance to convert.
|
|
20
|
-
* @returns A new `AtxHttpResponseDto` object.
|
|
21
|
-
*/
|
|
22
|
-
static buildResponseDto(response: HttpResponse<any>): AtxHttpResponseDto;
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* Converts an `AtxHttpResponseDto` object into a `HttpResponse` instance.
|
|
26
|
-
*
|
|
27
|
-
* @param dto The `AtxHttpResponseDto` object to convert.
|
|
28
|
-
* @returns A new `HttpResponse` instance.
|
|
29
|
-
*/
|
|
30
|
-
static buildHttpResponse(dto: AtxHttpResponseDto): HttpResponse<any>;
|
|
31
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { Log } from "../../../../../model";
|
|
9
|
-
import { AtxHttpLogDto } from "../../model/business/io/atx-http-log.dto";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that converts `Log` objects into `AtxHttpLogDto` objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class LogConverter {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Converts a `object` object into an `AtxHttpLogDto` object.
|
|
18
|
-
*
|
|
19
|
-
* @param log The `Log` object to convert.
|
|
20
|
-
* @returns A new `AtxHttpLogDto` object.
|
|
21
|
-
*/
|
|
22
|
-
static logToDto(log: Log): AtxHttpLogDto;
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* Converts an `AtxHttpLogDto` object into a `Log` object.
|
|
26
|
-
*
|
|
27
|
-
* @param dto The `AtxHttpLogDto` object to convert.
|
|
28
|
-
* @returns A new `Log` object.
|
|
29
|
-
*/
|
|
30
|
-
static dtoToLog(dto: AtxHttpLogDto): Log;
|
|
31
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { HttpHeaders } from "@angular/common/http";
|
|
9
|
-
import { AtxHeaderDto } from "../../model/business/io/atx-header-dto";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that converts `HttpHeaders` instances into lists of `AtxHeaderDto` objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class HttpHeadersConverter {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Converts a `HttpHeaders` instance into a list of `AtxHeaderDto` object.
|
|
18
|
-
*
|
|
19
|
-
* @param headers The `HttpHeaders` instance to convert.
|
|
20
|
-
* @returns A new `AtxHeaderDto` object.
|
|
21
|
-
*/
|
|
22
|
-
static headersToDto(headers: HttpHeaders): AtxHeaderDto[];
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* Converts a list of `AtxHeaderDto` objects into a `HttpHeaders` instance.
|
|
26
|
-
*
|
|
27
|
-
* @param headersDto The list of `AtxHeaderDto` objects to convert.
|
|
28
|
-
* @returns A new `HttpHeaders` instance.
|
|
29
|
-
*/
|
|
30
|
-
static dtoToHeaders(headersDto: AtxHeaderDto[]): HttpHeaders;
|
|
31
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { HttpMockLoggingConstant } from "../../../../../model/business/logging/http-mock-logging-constant.enum";
|
|
9
|
-
import { LogLevel } from "../../../../../model";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that returns a human-readable message depending on the specified level.
|
|
13
|
-
*/
|
|
14
|
-
export declare class LogMessageUtil {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Returns a human-readable message depending on the specified level.
|
|
18
|
-
*
|
|
19
|
-
* @param level The level for which to get the message.
|
|
20
|
-
* @returns A string.
|
|
21
|
-
*/
|
|
22
|
-
static getMessageFromLevel(level: LogLevel): HttpMockLoggingConstant;
|
|
23
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { HttpMockLoggingMetadata } from "../../../../../model";
|
|
9
|
-
import { AtxHttpLogMetadataDto } from "../../model/business/io/atx-http-log-metadata.dto";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that converts `HttpMockLoggingMetadata` objects into `AtxHttpLogMetadataDto` objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class LogMetadataConverter {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Converts a `HttpMockLoggingMetadata` object into an `AtxHttpLogMetadataDto` object.
|
|
18
|
-
*
|
|
19
|
-
* @param headers The `HttpMockLoggingMetadata` object to convert.
|
|
20
|
-
* @returns A new `AtxHttpLogMetadataDto` object.
|
|
21
|
-
*/
|
|
22
|
-
static metadataToDto(metadata: HttpMockLoggingMetadata): AtxHttpLogMetadataDto;
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* Converts an `AtxHttpLogMetadataDto` object into a `HttpMockLoggingMetadata` object.
|
|
26
|
-
*
|
|
27
|
-
* @param headersDto The `AtxHttpLogMetadataDto` objects to convert.
|
|
28
|
-
* @returns A new `HttpMockLoggingMetadata` objects.
|
|
29
|
-
*/
|
|
30
|
-
static dtoToMetadata(dto: AtxHttpLogMetadataDto): HttpMockLoggingMetadata;
|
|
31
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { HttpMockRequestMetadata } from "../../../../../model";
|
|
9
|
-
import { AtxHttpRequestMetadataDto } from "../../model/business/io/atx-http-request-metadata.dto.ts";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class that converts `HttpMockRequestMetadata` objects into `AtxHttpRequestMetadataDto` objects.
|
|
13
|
-
*/
|
|
14
|
-
export declare class RequestMetadataConverter {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Converts a `HttpMockRequestMetadata` object into an `AtxHttpRequestMetadataDto` object.
|
|
18
|
-
*
|
|
19
|
-
* @param headers The `HttpMockRequestMetadata` object to convert.
|
|
20
|
-
* @returns A new `AtxHttpRequestMetadataDto` object.
|
|
21
|
-
*/
|
|
22
|
-
static requestMetadataToDto(metadata: HttpMockRequestMetadata): AtxHttpRequestMetadataDto;
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
* Converts an `AtxHttpRequestMetadataDto` object into a `HttpMockRequestMetadata` object.
|
|
26
|
-
*
|
|
27
|
-
* @param headersDto The `AtxHttpRequestMetadataDto` objects to convert.
|
|
28
|
-
* @returns A new `HttpMockRequestMetadata` objects.
|
|
29
|
-
*/
|
|
30
|
-
static dtoToRequestMetadata(dto: AtxHttpRequestMetadataDto): HttpMockRequestMetadata;
|
|
31
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* @private
|
|
10
|
-
* A utility class for managing request data size.
|
|
11
|
-
*/
|
|
12
|
-
export declare class SizeUtil {
|
|
13
|
-
/**
|
|
14
|
-
* The string reference to the initial data size.
|
|
15
|
-
*/
|
|
16
|
-
static readonly INITIAL_SIZE: string;
|
|
17
|
-
/**
|
|
18
|
-
* @private
|
|
19
|
-
* Returns the size of the specified object in bytes.
|
|
20
|
-
*
|
|
21
|
-
* @param obj The object for which to get the size.
|
|
22
|
-
* @returns The size of the specified object.
|
|
23
|
-
*/
|
|
24
|
-
static getSize(obj: any): number;
|
|
25
|
-
/**
|
|
26
|
-
* @private
|
|
27
|
-
*
|
|
28
|
-
* Returns the string representation of the specified size.
|
|
29
|
-
* @param size The size, in bytes, for which to get the string representation.
|
|
30
|
-
* @returns The string representation of the specified size.
|
|
31
|
-
*/
|
|
32
|
-
static sizeToString(size: number): string;
|
|
33
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { HttpMockRequestMetadata } from "../../../../model";
|
|
9
|
-
import { AtxTimelineData } from "../model/business/atx-timeline-data";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* A utility class for computing the timeline data of an HTTP request.
|
|
13
|
-
*/
|
|
14
|
-
export declare class TimelineUtil {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Returns the timeline data for the specified HTTP log.
|
|
18
|
-
*
|
|
19
|
-
* @param metadata The HTTP metadata for which to get the timeline data.
|
|
20
|
-
* @returns A `AtxTimelineData` object.
|
|
21
|
-
*/
|
|
22
|
-
static getTimelineData(metadata: HttpMockRequestMetadata): AtxTimelineData;
|
|
23
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { Log } from "../../../../model";
|
|
9
|
-
/**
|
|
10
|
-
* @private
|
|
11
|
-
* A utility class for managing request resources path.
|
|
12
|
-
*/
|
|
13
|
-
export declare class UrlUtil {
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
* Returns the resource name from the specified HTTP log.
|
|
17
|
-
*
|
|
18
|
-
* @param log The HTTP log for which to get the resource name.
|
|
19
|
-
* @returns A string that represents the resource name of the specified HTTP log.
|
|
20
|
-
*/
|
|
21
|
-
static getResourceName(log: Log): string;
|
|
22
|
-
/**
|
|
23
|
-
* @private
|
|
24
|
-
* Returns the resource name from the specified URL path.
|
|
25
|
-
*
|
|
26
|
-
* @param pathname The URL path for which to get the resource name.
|
|
27
|
-
* @returns A string that represents the resource name of the specified URL path.
|
|
28
|
-
*/
|
|
29
|
-
static getResourceNameFromPath(pathname: string): string;
|
|
30
|
-
/**
|
|
31
|
-
* @private
|
|
32
|
-
* Returns the resource path from the specified HTTP log.
|
|
33
|
-
*
|
|
34
|
-
* @param log The HTTP log for which to get the resource path.
|
|
35
|
-
* @returns A string that represents the resource path of the specified HTTP log.
|
|
36
|
-
*/
|
|
37
|
-
static getResourcePath(log: Log): string;
|
|
38
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* The `Destroyable` interface provides a global interface for creating object that might be destroyed by the system.
|
|
10
|
-
*/
|
|
11
|
-
export type AppBridgeCommand = (...rest: any[]) => void;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* The `Destroyable` interface provides a global interface for creating object that might be destroyed by the system.
|
|
10
|
-
*/
|
|
11
|
-
export interface Destroyable {
|
|
12
|
-
/**
|
|
13
|
-
* Makes an object elligible for garbage collection.
|
|
14
|
-
*/
|
|
15
|
-
destroy(): void | any;
|
|
16
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { Uuid } from "../../../util";
|
|
9
|
-
/**
|
|
10
|
-
* `Identifiable` objects are Angular components that can be identified by a unique UUID identifier.
|
|
11
|
-
*/
|
|
12
|
-
export interface Identifiable {
|
|
13
|
-
/**
|
|
14
|
-
* Returns the unique identifier for this object.
|
|
15
|
-
*
|
|
16
|
-
* @returns An instance of the `Uuid` class.
|
|
17
|
-
*/
|
|
18
|
-
getID(): Uuid;
|
|
19
|
-
/**
|
|
20
|
-
* Returns the class name reference of this object.
|
|
21
|
-
* This can be useful to workaround TypeScript compilation obfuscation.
|
|
22
|
-
*
|
|
23
|
-
* @returns the class name reference of this object.
|
|
24
|
-
*/
|
|
25
|
-
getClassRef(): string;
|
|
26
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* A markup interface that defines instantiable objects.
|
|
10
|
-
*/
|
|
11
|
-
export type Instantiable = {
|
|
12
|
-
constructor: {
|
|
13
|
-
name: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { LoggerConfig } from "./logger-config";
|
|
9
|
-
/**
|
|
10
|
-
* The default provider for the `LoggerService` configuration. You typically define
|
|
11
|
-
* the custom properties in the main NgModule declaration to initialize the logger:
|
|
12
|
-
*
|
|
13
|
-
* @NgModule({
|
|
14
|
-
* ...
|
|
15
|
-
* providers: [
|
|
16
|
-
* { provide: ATX_LOGGER_CONFIG, useValue: { dataConnector: new ConsoleLogConnector() } }
|
|
17
|
-
* ],
|
|
18
|
-
* ...
|
|
19
|
-
* });
|
|
20
|
-
*/
|
|
21
|
-
export declare const ATX_LOGGER_CONFIG: LoggerConfig;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright Pascal ECHEMANN. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* A utility enum that stores constants used by the `HttpMockLoggingService` to create log messages.
|
|
10
|
-
*/
|
|
11
|
-
export declare enum HttpMockLoggingConstant {
|
|
12
|
-
/**
|
|
13
|
-
* @private
|
|
14
|
-
* The "caller" reference for all logs of the HTTP Mocking Framework.
|
|
15
|
-
*/
|
|
16
|
-
CALLER = "HTTP Mocking Framework",
|
|
17
|
-
/**
|
|
18
|
-
* @private
|
|
19
|
-
* The "message" reference for all valid logs of the HTTP Mocking Framework.
|
|
20
|
-
*/
|
|
21
|
-
RESPONSE_MESSAGE = "HTTP response",
|
|
22
|
-
/**
|
|
23
|
-
* @private
|
|
24
|
-
* The "message" reference for all error logs of the HTTP Mocking Framework.
|
|
25
|
-
*/
|
|
26
|
-
ERROR_MESSAGE = "HTTP error",
|
|
27
|
-
/**
|
|
28
|
-
* @private
|
|
29
|
-
* The "message" reference for all prefetch logs of the HTTP Mocking Framework.
|
|
30
|
-
*/
|
|
31
|
-
CONFIG_MESSAGE = "HTTP prefetch"
|
|
32
|
-
}
|