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,104 +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 { ElementRef, EventEmitter } from '@angular/core';
|
|
9
|
-
import { LayoutConstraints, LayoutRegion } from '../../../model';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* A container that defines the region of a `BorderLayout` component instance.
|
|
13
|
-
*/
|
|
14
|
-
export declare class BorderLayoutContainer {
|
|
15
|
-
private elRef;
|
|
16
|
-
/**
|
|
17
|
-
* @private
|
|
18
|
-
* Indicates to the parent `BorderLayout` instance that the user starts to resize this container.
|
|
19
|
-
*/
|
|
20
|
-
readonly resizeStart: EventEmitter<BorderLayoutContainer>;
|
|
21
|
-
/**
|
|
22
|
-
* @private
|
|
23
|
-
*/
|
|
24
|
-
selected: Boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Gets the CSS class associated with the region constraint of the `BorderLayoutContainer` object.
|
|
27
|
-
*/
|
|
28
|
-
get class(): string;
|
|
29
|
-
/**
|
|
30
|
-
* @private
|
|
31
|
-
*/
|
|
32
|
-
protected region: LayoutRegion;
|
|
33
|
-
/**
|
|
34
|
-
* @private
|
|
35
|
-
*/
|
|
36
|
-
protected resizable: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* @private
|
|
39
|
-
*/
|
|
40
|
-
private atxConstraints;
|
|
41
|
-
/**
|
|
42
|
-
* @private
|
|
43
|
-
*/
|
|
44
|
-
private size;
|
|
45
|
-
/**
|
|
46
|
-
* @private
|
|
47
|
-
*/
|
|
48
|
-
private readonly style;
|
|
49
|
-
/**
|
|
50
|
-
* Gets or sets the constraints for this `BorderLayoutContainer` object.
|
|
51
|
-
*/
|
|
52
|
-
get constraints(): LayoutConstraints;
|
|
53
|
-
set constraints(constraints: LayoutConstraints);
|
|
54
|
-
/**
|
|
55
|
-
* @private
|
|
56
|
-
*/
|
|
57
|
-
constructor(elRef: ElementRef);
|
|
58
|
-
/**
|
|
59
|
-
* Sets the size of this container depending on the specified region.
|
|
60
|
-
*
|
|
61
|
-
* @param size The new size for this container, in pixels.
|
|
62
|
-
*/
|
|
63
|
-
setSize(size: number | undefined): void;
|
|
64
|
-
/**
|
|
65
|
-
* Returns the size of the container, in pixels.
|
|
66
|
-
*
|
|
67
|
-
* @returns The size of the container.
|
|
68
|
-
*/
|
|
69
|
-
getSize(): number;
|
|
70
|
-
/**
|
|
71
|
-
* Sets the left-hand side position of this container.
|
|
72
|
-
*
|
|
73
|
-
* @param position The left-hand side position of this container, in pixels.
|
|
74
|
-
*/
|
|
75
|
-
setLeftPos(position: number): void;
|
|
76
|
-
/**
|
|
77
|
-
* Sets the right-hand side position of this container.
|
|
78
|
-
*
|
|
79
|
-
* @param position The right-hand side position of this container, in pixels.
|
|
80
|
-
*/
|
|
81
|
-
setRightPos(position: number): void;
|
|
82
|
-
/**
|
|
83
|
-
* Sets the top position of this container.
|
|
84
|
-
*
|
|
85
|
-
* @param position The top position of this container, in pixels.
|
|
86
|
-
*/
|
|
87
|
-
setTopPos(position: number): void;
|
|
88
|
-
/**
|
|
89
|
-
* Sets the bottom position of this container.
|
|
90
|
-
*
|
|
91
|
-
* @param position The bottom position of this container, in pixels.
|
|
92
|
-
*/
|
|
93
|
-
setBottomPos(position: number): void;
|
|
94
|
-
/**
|
|
95
|
-
* @private
|
|
96
|
-
*/
|
|
97
|
-
protected resizetart(): void;
|
|
98
|
-
/**
|
|
99
|
-
* @private
|
|
100
|
-
*/
|
|
101
|
-
private initHandle;
|
|
102
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BorderLayoutContainer, never>;
|
|
103
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BorderLayoutContainer, "atx-border-layout-container", never, { "constraints": { "alias": "constraints"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
104
|
-
}
|
|
@@ -1,114 +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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* The `NavbarComponent` component is a horizontal menu. It can be used to show a list of navigation
|
|
12
|
-
* links positioned on the top side of your page.
|
|
13
|
-
*/
|
|
14
|
-
export declare class NavbarComponent implements OnInit {
|
|
15
|
-
/**
|
|
16
|
-
* Emits a event each time the collapse state of the component changes in responsive mode.
|
|
17
|
-
*/
|
|
18
|
-
readonly stateChange: EventEmitter<boolean>;
|
|
19
|
-
/**
|
|
20
|
-
* A string that represents the aria label of the brand item.
|
|
21
|
-
*/
|
|
22
|
-
brandLabel: string;
|
|
23
|
-
/**
|
|
24
|
-
* Gets or sets the breakpoint that is used to indicate whether the navbar is in responsive mode, or not.
|
|
25
|
-
*/
|
|
26
|
-
set breakpoint(value: number);
|
|
27
|
-
get breakpoint(): number;
|
|
28
|
-
/**
|
|
29
|
-
* A string that represents the aria label of the button when the menu is expanded in responsive mode.
|
|
30
|
-
*/
|
|
31
|
-
set expandedLabel(value: string);
|
|
32
|
-
get expandedLabel(): string;
|
|
33
|
-
/**
|
|
34
|
-
* A string that represents the aria label of the button when the menu is collapsed in responsive mode.
|
|
35
|
-
*/
|
|
36
|
-
set collapsedLabel(value: string);
|
|
37
|
-
get collapsedLabel(): string;
|
|
38
|
-
/**
|
|
39
|
-
* @private
|
|
40
|
-
*/
|
|
41
|
-
protected menuOpen: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* @private
|
|
44
|
-
*/
|
|
45
|
-
protected isResponsive: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* @private
|
|
48
|
-
*/
|
|
49
|
-
protected btnLabel: string;
|
|
50
|
-
/**
|
|
51
|
-
* @private
|
|
52
|
-
*/
|
|
53
|
-
protected collLabel: string;
|
|
54
|
-
/**
|
|
55
|
-
* @private
|
|
56
|
-
*/
|
|
57
|
-
protected expLabel: string;
|
|
58
|
-
/**
|
|
59
|
-
* @private
|
|
60
|
-
*/
|
|
61
|
-
private bpNum;
|
|
62
|
-
/**
|
|
63
|
-
* @private
|
|
64
|
-
*/
|
|
65
|
-
private bpString;
|
|
66
|
-
/**
|
|
67
|
-
* Forces the menu to open in responsive mode.
|
|
68
|
-
*/
|
|
69
|
-
open(): void;
|
|
70
|
-
/**
|
|
71
|
-
* Forces the menu to close in responsive mode.
|
|
72
|
-
*/
|
|
73
|
-
close(): void;
|
|
74
|
-
/**
|
|
75
|
-
* Returns a boolean that indicates whether the menu is currently in responsive mode (`true`),
|
|
76
|
-
* or not (`false`).
|
|
77
|
-
*
|
|
78
|
-
* @returns `true` whether the menu is in responsive mode; `false` otherwise.
|
|
79
|
-
*/
|
|
80
|
-
isResponsiveMode(): boolean;
|
|
81
|
-
/**
|
|
82
|
-
* Returns a boolean that indicates whether the menu is open in responsive mode (`true`),
|
|
83
|
-
* or not (`false`).
|
|
84
|
-
*
|
|
85
|
-
* @returns `true` whether the menu is open in responsive mode; `false` otherwise.
|
|
86
|
-
*/
|
|
87
|
-
isOpen(): boolean;
|
|
88
|
-
/**
|
|
89
|
-
* @private
|
|
90
|
-
*/
|
|
91
|
-
ngOnInit(): void;
|
|
92
|
-
/**
|
|
93
|
-
* @private
|
|
94
|
-
*/
|
|
95
|
-
protected onClick(): void;
|
|
96
|
-
/**
|
|
97
|
-
* @private
|
|
98
|
-
*/
|
|
99
|
-
protected onResize(): void;
|
|
100
|
-
/**
|
|
101
|
-
* @private
|
|
102
|
-
*/
|
|
103
|
-
private matchMedia;
|
|
104
|
-
/**
|
|
105
|
-
* @private
|
|
106
|
-
*/
|
|
107
|
-
private setBtnLabel;
|
|
108
|
-
/**
|
|
109
|
-
* @private
|
|
110
|
-
*/
|
|
111
|
-
private emitStateEvt;
|
|
112
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "atx-navbar", never, { "brandLabel": { "alias": "brandLabel"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "expandedLabel": { "alias": "expandedLabel"; "required": false; }; "collapsedLabel": { "alias": "collapsedLabel"; "required": false; }; }, { "stateChange": "stateChange"; }, never, ["[brand]", "[icon]", "*"], true, never>;
|
|
114
|
-
}
|
|
@@ -1,73 +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 { Subscription } from 'rxjs';
|
|
9
|
-
import { Identifiable, SubscriptionManager } from '../../model';
|
|
10
|
-
/**
|
|
11
|
-
* The abstract class for all services that implement the `SubscriptionManager` interface.
|
|
12
|
-
*/
|
|
13
|
-
export declare abstract class AbstractSubscriptionManager implements SubscriptionManager {
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
* Stores an internal reference to the last reference used with the `register()`
|
|
17
|
-
* method.
|
|
18
|
-
*/
|
|
19
|
-
private _lastRef;
|
|
20
|
-
/**
|
|
21
|
-
* @private
|
|
22
|
-
* The internal `Subscription` instances storage.
|
|
23
|
-
*/
|
|
24
|
-
private _subMap;
|
|
25
|
-
/**
|
|
26
|
-
* Stores a new `Subscription` instance associated with the specified reference.
|
|
27
|
-
*
|
|
28
|
-
* @param ref The reference for which to store a new `Subscription` instance.
|
|
29
|
-
* Can be either a string or an `Identifiable` object.
|
|
30
|
-
* @param subscription The `Subscription` instance to register.
|
|
31
|
-
*
|
|
32
|
-
* @returns A reference to this `SubscriptionService` instance.
|
|
33
|
-
*/
|
|
34
|
-
register(ref: string | Identifiable, subscription: Subscription): SubscriptionManager;
|
|
35
|
-
/**
|
|
36
|
-
* Stores a new `Subscription` instance associated with the reference specified
|
|
37
|
-
* by the last `register()` method invokation.
|
|
38
|
-
*
|
|
39
|
-
* @param subscription The `Subscription` instance to register.
|
|
40
|
-
*
|
|
41
|
-
* @returns A reference to this `SubscriptionService` instance.
|
|
42
|
-
*/
|
|
43
|
-
append(subscription: Subscription): SubscriptionManager;
|
|
44
|
-
/**
|
|
45
|
-
* Unsubscribes and removes all `Subscription` instances associated with the specified reference.
|
|
46
|
-
*
|
|
47
|
-
* @param ref The reference for which to remove all `Subscription` instances.
|
|
48
|
-
* Can be either a string or an `Identifiable` object.
|
|
49
|
-
*
|
|
50
|
-
* @returns `true` whether the specified reference exists; `false` otherwise.
|
|
51
|
-
*/
|
|
52
|
-
clearAll(ref: string | Identifiable): boolean;
|
|
53
|
-
/**
|
|
54
|
-
* Returns all `Subscription` instances associated with the specified reference.
|
|
55
|
-
*
|
|
56
|
-
* @param ref The reference for which to remove get `Subscription` instances.
|
|
57
|
-
* Can be either a string or an `Identifiable` object.
|
|
58
|
-
*
|
|
59
|
-
* @returns All `Subscription` instances associated with the specified reference, or
|
|
60
|
-
* `null` whether the specified reference does not exists.
|
|
61
|
-
*/
|
|
62
|
-
get(ref: string | Identifiable): Array<Subscription> | null;
|
|
63
|
-
/**
|
|
64
|
-
* @private
|
|
65
|
-
* Returns the string reference for the regsitration process.
|
|
66
|
-
*
|
|
67
|
-
* @param ref The reference to be used the regsitration process.
|
|
68
|
-
* Can be either a string or an `Identifiable` object.
|
|
69
|
-
*
|
|
70
|
-
* @returns the string reference for the regsitration process.
|
|
71
|
-
*/
|
|
72
|
-
private getRef;
|
|
73
|
-
}
|
|
@@ -1,34 +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 { Version, VersionConfig, VersionManager } from "../../model";
|
|
9
|
-
/**
|
|
10
|
-
* The abstract class for all services that implement the `VersionManager` interface.
|
|
11
|
-
*/
|
|
12
|
-
export declare abstract class AbstractVersionManager implements VersionManager {
|
|
13
|
-
/**
|
|
14
|
-
* @private
|
|
15
|
-
*/
|
|
16
|
-
private readonly _version;
|
|
17
|
-
/**
|
|
18
|
-
* Creates a new VersionManager object.
|
|
19
|
-
* @param config the reference to the VersionConfig provider.
|
|
20
|
-
*/
|
|
21
|
-
constructor(config: VersionConfig);
|
|
22
|
-
/**
|
|
23
|
-
* Returns the version of the associated Angular project.
|
|
24
|
-
*
|
|
25
|
-
* @return the version of the associated Angular project.
|
|
26
|
-
*/
|
|
27
|
-
getVersion(): Version;
|
|
28
|
-
/**
|
|
29
|
-
* Returns the build timestamp of the associated Angular project.
|
|
30
|
-
*
|
|
31
|
-
* @return the build timestamp of the associated Angular project.
|
|
32
|
-
*/
|
|
33
|
-
getBuildTimestamp(): number;
|
|
34
|
-
}
|
|
@@ -1,59 +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 { AppBridgeCommand } from "../../model/business/lang/app-bridge-command";
|
|
9
|
-
/**
|
|
10
|
-
* @private
|
|
11
|
-
* The `AppBridge` class is an internal invoker utility that executes commans declared
|
|
12
|
-
* by the `AppBridgeService` instance.
|
|
13
|
-
*/
|
|
14
|
-
export declare class AppBridge {
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
* Stores all commands registered by the `AppBridgeService` instance.
|
|
18
|
-
*/
|
|
19
|
-
private readonly _commandMap;
|
|
20
|
-
/**
|
|
21
|
-
* Executes the command with the specified `name` parameter.
|
|
22
|
-
*
|
|
23
|
-
* @param name The reference to the command to execute.
|
|
24
|
-
* @param args The list of parmeters so be sent to the command.
|
|
25
|
-
*/
|
|
26
|
-
execute(name: string, ...args: any[]): void;
|
|
27
|
-
/**
|
|
28
|
-
* Registers a command.
|
|
29
|
-
*
|
|
30
|
-
* @param name The name of the command to register.
|
|
31
|
-
* @param command The command to register.
|
|
32
|
-
*/
|
|
33
|
-
addCommand(name: string, command: AppBridgeCommand): void;
|
|
34
|
-
/**
|
|
35
|
-
* Unregisters a command.
|
|
36
|
-
*
|
|
37
|
-
* @param name The name of the command to unregister.
|
|
38
|
-
*
|
|
39
|
-
* @returns `true` whether the command existed and has been removed; `false` otherwise.
|
|
40
|
-
*/
|
|
41
|
-
removeCommand(name: string): boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Returns the command with the specified name.
|
|
44
|
-
*
|
|
45
|
-
* @param name The name of the command to retrieve.
|
|
46
|
-
*
|
|
47
|
-
* @returns Returns the command associated with the specified name.
|
|
48
|
-
* If no command is associated with the specified name, `undefined` is returned.
|
|
49
|
-
*/
|
|
50
|
-
getCommand(name: string): AppBridgeCommand | undefined;
|
|
51
|
-
/**
|
|
52
|
-
* Returns a boolean indicating whether a command with the specified name exists or not.
|
|
53
|
-
*
|
|
54
|
-
* @param name The name of the command to retrieve.
|
|
55
|
-
*
|
|
56
|
-
* @returns Returns `true` whether the command exists; `false` otherwise.
|
|
57
|
-
*/
|
|
58
|
-
hasCommand(name: string): boolean;
|
|
59
|
-
}
|
|
@@ -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
|
-
* Represents exceptions thrown by the `AppBridge` class.
|
|
10
|
-
*/
|
|
11
|
-
export declare class AppBridgeError extends ReferenceError {
|
|
12
|
-
/**
|
|
13
|
-
* @private
|
|
14
|
-
*/
|
|
15
|
-
constructor(message: string);
|
|
16
|
-
}
|
|
@@ -1,18 +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
|
-
* Represents errors thrown by `HttpMockService` instances.
|
|
10
|
-
*/
|
|
11
|
-
export declare class HttpMockServiceError extends Error {
|
|
12
|
-
/**
|
|
13
|
-
* Creates en new `HttpMockService` instances.
|
|
14
|
-
*
|
|
15
|
-
* @param message A human-readable description of the error.
|
|
16
|
-
*/
|
|
17
|
-
constructor(message: string);
|
|
18
|
-
}
|
|
@@ -1,18 +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
|
-
* Represents a data integrity violation error.
|
|
10
|
-
*/
|
|
11
|
-
export declare class IntegrityError extends Error {
|
|
12
|
-
/**
|
|
13
|
-
* Creates en new `IntegrityError` instances.
|
|
14
|
-
*
|
|
15
|
-
* @param message A human-readable description of the error.
|
|
16
|
-
*/
|
|
17
|
-
constructor(message: string);
|
|
18
|
-
}
|
|
@@ -1,18 +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
|
-
* Represents errors thrown by `SubscriptionService` instances.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SubscriptionError extends Error {
|
|
12
|
-
/**
|
|
13
|
-
* Creates en new `SubscriptionService` instances.
|
|
14
|
-
*
|
|
15
|
-
* @param message A human-readable description of the error.
|
|
16
|
-
*/
|
|
17
|
-
constructor(message: string);
|
|
18
|
-
}
|
package/lib/core/impl/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './lang';
|
|
@@ -1,44 +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 { Identifiable } from "../../../model";
|
|
9
|
-
import { Uuid } from "../../../util";
|
|
10
|
-
/**
|
|
11
|
-
* @private
|
|
12
|
-
* The base class that must be extended by objects to be indentified by the
|
|
13
|
-
* Angular Toolbox Subscription Service.
|
|
14
|
-
*/
|
|
15
|
-
export declare class IdentifiableComponent implements Identifiable {
|
|
16
|
-
/**
|
|
17
|
-
* @private
|
|
18
|
-
*/
|
|
19
|
-
private readonly _classRef;
|
|
20
|
-
/**
|
|
21
|
-
* @private
|
|
22
|
-
*/
|
|
23
|
-
private readonly _uuid;
|
|
24
|
-
/**
|
|
25
|
-
* A string that represent the class reference for this object.
|
|
26
|
-
* This can be useful to workaround TypeScript compilation obfuscation.
|
|
27
|
-
*
|
|
28
|
-
* @param classRef The class reference for this object.
|
|
29
|
-
*/
|
|
30
|
-
constructor(classRef?: string | undefined);
|
|
31
|
-
/**
|
|
32
|
-
* Returns the unique identifier for this object.
|
|
33
|
-
*
|
|
34
|
-
* @returns An instance of the `Uuid` class.
|
|
35
|
-
*/
|
|
36
|
-
getID(): Uuid;
|
|
37
|
-
/**
|
|
38
|
-
* Returns the class name reference of this object. Can be either the `classRef`
|
|
39
|
-
* paramter of the contructor method, or the constructor `name` property value.
|
|
40
|
-
*
|
|
41
|
-
* @returns the class name reference of this object.
|
|
42
|
-
*/
|
|
43
|
-
getClassRef(): string;
|
|
44
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './identifiable-component';
|
|
@@ -1,46 +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 { Version } from "../../../model";
|
|
9
|
-
/**
|
|
10
|
-
* @private
|
|
11
|
-
* Specifies the semantic versioning of an API.
|
|
12
|
-
*/
|
|
13
|
-
export declare class VersionImpl implements Version {
|
|
14
|
-
/**
|
|
15
|
-
* Specifies versions with incompatible API changes.
|
|
16
|
-
*/
|
|
17
|
-
readonly major: number;
|
|
18
|
-
/**
|
|
19
|
-
* Specifies versions with functionalities that have backward compatibility.
|
|
20
|
-
*/
|
|
21
|
-
readonly minor: number;
|
|
22
|
-
/**
|
|
23
|
-
* Specifies versions that fixes bugs.
|
|
24
|
-
*/
|
|
25
|
-
readonly patch: number;
|
|
26
|
-
/**
|
|
27
|
-
* Specifies the timestamp that corresponds to the build date for this `Version` instance.
|
|
28
|
-
*/
|
|
29
|
-
readonly buildTimeStamp: number;
|
|
30
|
-
/**
|
|
31
|
-
* An optional string that indicates additional labels for pre-release and build metadata.
|
|
32
|
-
*/
|
|
33
|
-
readonly metadata: string | undefined;
|
|
34
|
-
/**
|
|
35
|
-
* @private
|
|
36
|
-
*/
|
|
37
|
-
constructor(major: number, minor: number, patch: number, buildTimeStamp: number, metadata?: string);
|
|
38
|
-
/**
|
|
39
|
-
* Returns a string representation of this `Version` object in the form `M.m.p`, where
|
|
40
|
-
* `M` represents the major number, `m` represents the minor number and `p` represents
|
|
41
|
-
* the patch number of this `VersionImpl` instance.
|
|
42
|
-
*
|
|
43
|
-
* @returns A string representation of this `VersionImpl` instance.
|
|
44
|
-
*/
|
|
45
|
-
toString(): string;
|
|
46
|
-
}
|
package/lib/core/index.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { NavigationDirectiveBase } from './navigation-directive-base';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Provides functionality to activate anchor navigation through the native Angular router.
|
|
7
|
-
*/
|
|
8
|
-
export declare class AnchorLinklDirective extends NavigationDirectiveBase implements AfterViewInit {
|
|
9
|
-
private _document;
|
|
10
|
-
private _router;
|
|
11
|
-
/**
|
|
12
|
-
* The `href` attribute of the decorated element.
|
|
13
|
-
*/
|
|
14
|
-
href: string;
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
*/
|
|
18
|
-
private onClick;
|
|
19
|
-
/**
|
|
20
|
-
* @private
|
|
21
|
-
*/
|
|
22
|
-
constructor(_document: any, elmRef: ElementRef, _router: Router);
|
|
23
|
-
/**
|
|
24
|
-
* @private
|
|
25
|
-
*/
|
|
26
|
-
ngAfterViewInit(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorLinklDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorLinklDirective, "[anchorLink]", never, { "href": { "alias": "href"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
|
-
}
|
|
@@ -1,52 +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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
|
|
9
|
-
import { Router } from '@angular/router';
|
|
10
|
-
import { NavigationDirectiveBase } from './navigation-directive-base';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/**
|
|
13
|
-
* An easy-to-use directive that enables keyboard navigation and provides support for keyboard "Enter" key events.
|
|
14
|
-
*/
|
|
15
|
-
export declare class ButtonRoleDirective<T> extends NavigationDirectiveBase implements AfterViewInit {
|
|
16
|
-
private _router;
|
|
17
|
-
/**
|
|
18
|
-
* Dispatches events when the user presses the "Enter" key.
|
|
19
|
-
*/
|
|
20
|
-
readonly enter: EventEmitter<T>;
|
|
21
|
-
/**
|
|
22
|
-
* Forces callback methods defined with the "enter" event listener to be invoked when user clicks on the
|
|
23
|
-
* decorated element.
|
|
24
|
-
*/
|
|
25
|
-
delegateClick: any;
|
|
26
|
-
/**
|
|
27
|
-
* @private
|
|
28
|
-
*/
|
|
29
|
-
private onKeyup;
|
|
30
|
-
/**
|
|
31
|
-
* @private
|
|
32
|
-
*/
|
|
33
|
-
private onClick;
|
|
34
|
-
/**
|
|
35
|
-
* @private
|
|
36
|
-
*/
|
|
37
|
-
private _routerLinkRef;
|
|
38
|
-
/**
|
|
39
|
-
* @private
|
|
40
|
-
*/
|
|
41
|
-
constructor(elmRef: ElementRef, _router: Router);
|
|
42
|
-
/**
|
|
43
|
-
* @private
|
|
44
|
-
*/
|
|
45
|
-
ngAfterViewInit(): void;
|
|
46
|
-
/**
|
|
47
|
-
* @private
|
|
48
|
-
*/
|
|
49
|
-
private processEvent;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonRoleDirective<any>, never>;
|
|
51
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonRoleDirective<any>, "[buttonRole]", never, { "delegateClick": { "alias": "delegateClick"; "required": false; }; }, { "enter": "enter"; }, never, never, true, never>;
|
|
52
|
-
}
|