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,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
|
-
* @Private
|
|
10
|
-
* The markup interface for XMLHttpRequest proxy implementations.
|
|
11
|
-
*
|
|
12
|
-
* @see https://xhr.spec.whatwg.org/#the-open()-method
|
|
13
|
-
*/
|
|
14
|
-
export interface XhrProxy extends XMLHttpRequest {
|
|
15
|
-
}
|
|
@@ -1,56 +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 `BatteryManager` interface of the Battery Status API provides information about
|
|
10
|
-
* the system battery charge level. The `navigator.getBattery()` method returns a promise
|
|
11
|
-
* that resolves with a `BatteryManager` interface.
|
|
12
|
-
*/
|
|
13
|
-
export interface BatteryManager extends EventTarget {
|
|
14
|
-
/**
|
|
15
|
-
* A boolean value indicating whether the battery is currently being charged.
|
|
16
|
-
*/
|
|
17
|
-
readonly charging: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* A number representing the remaining time in seconds until the battery is fully charged,
|
|
20
|
-
* or 0 if the battery is already fully charged.
|
|
21
|
-
*/
|
|
22
|
-
readonly chargingTime: number;
|
|
23
|
-
/**
|
|
24
|
-
* A number representing the remaining time in seconds until the battery
|
|
25
|
-
* is completely discharged and the system suspends.
|
|
26
|
-
*/
|
|
27
|
-
readonly dischargingTime: number;
|
|
28
|
-
/**
|
|
29
|
-
* A number representing the system's battery charge level scaled to a value between 0.0 and 1.0.
|
|
30
|
-
*/
|
|
31
|
-
readonly level: number;
|
|
32
|
-
/**
|
|
33
|
-
* Fired when the battery charging state (the `charging` property) is updated.
|
|
34
|
-
*
|
|
35
|
-
* @param event A generic `Event`.
|
|
36
|
-
*/
|
|
37
|
-
onlevelchange(event: Event): void;
|
|
38
|
-
/**
|
|
39
|
-
* Fired when the battery charging time (the `chargingTime` property) is updated.
|
|
40
|
-
*
|
|
41
|
-
* @param event A generic `Event`.
|
|
42
|
-
*/
|
|
43
|
-
onchargingchange(event: Event): void;
|
|
44
|
-
/**
|
|
45
|
-
* Fired when the battery discharging time (the `dischargingTime` property) is updated.
|
|
46
|
-
*
|
|
47
|
-
* @param event A generic `Event`.
|
|
48
|
-
*/
|
|
49
|
-
onchargingtimechange(event: Event): void;
|
|
50
|
-
/**
|
|
51
|
-
* Fired when the battery level (the `level` property) is updated.
|
|
52
|
-
*
|
|
53
|
-
* @param event A generic `Event`.
|
|
54
|
-
*/
|
|
55
|
-
ondischargingtimechange(event: Event): void;
|
|
56
|
-
}
|
|
@@ -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 type of connection as defined by the `NetworkInformation.type` property.
|
|
10
|
-
*/
|
|
11
|
-
export type ConnectionType = 'bluetooth' | 'cellular' | 'ethernet' | 'mixed' | 'none' | 'other' | 'unknown' | 'wifi' | 'wimax';
|
|
@@ -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 effective type of connection as defined by the `NetworkInformation.effectiveType` property.
|
|
10
|
-
*/
|
|
11
|
-
export type EffectiveConnectionType = '2g' | '3g' | '4g' | 'slow-2g';
|
|
@@ -1,53 +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 { ConnectionType } from "./connection-type";
|
|
9
|
-
import { EffectiveConnectionType } from "./effective-connection-type";
|
|
10
|
-
/**
|
|
11
|
-
* The `NetworkInformation` interface of the Network Information API provides
|
|
12
|
-
* information about the connection a device is using to communicate with the network
|
|
13
|
-
* and provides a means for scripts to be notified if the connection type changes.
|
|
14
|
-
* The `NetworkInformation` interface cannot be instantiated. It is instead accessed
|
|
15
|
-
* through the connection property of the `Navigator` interface or the `WorkerNavigator`
|
|
16
|
-
* interface.
|
|
17
|
-
*/
|
|
18
|
-
export interface NetworkInformation extends EventTarget {
|
|
19
|
-
/**
|
|
20
|
-
* Returns the effective bandwidth estimate in megabits per second,
|
|
21
|
-
* rounded to the nearest multiple of 25 kilobits per seconds.
|
|
22
|
-
*/
|
|
23
|
-
readonly downlink: number;
|
|
24
|
-
/**
|
|
25
|
-
* Returns the maximum downlink speed, in megabits per second (Mbps),
|
|
26
|
-
* for the underlying connection technology.
|
|
27
|
-
*/
|
|
28
|
-
readonly downlinkMax: number;
|
|
29
|
-
/**
|
|
30
|
-
* Returns the effective type of the connection meaning one of the `EffectiveConnectionType` enum.
|
|
31
|
-
* This value is determined using a combination of recently observed round-trip time and downlink values.
|
|
32
|
-
*/
|
|
33
|
-
readonly effectiveType: EffectiveConnectionType;
|
|
34
|
-
/**
|
|
35
|
-
* Returns the type of connection a device is using to communicate with the network.
|
|
36
|
-
* It will be one of the `ConnectionType` enum.
|
|
37
|
-
*/
|
|
38
|
-
readonly type: ConnectionType;
|
|
39
|
-
/**
|
|
40
|
-
* Returns the estimated effective round-trip time of the current connection,
|
|
41
|
-
* rounded to the nearest multiple of 25 milliseconds.
|
|
42
|
-
*/
|
|
43
|
-
readonly rtt: number;
|
|
44
|
-
/**
|
|
45
|
-
* Returns `true` whether the user has set a reduced data usage option on the user agent.
|
|
46
|
-
* `false` otherwise.
|
|
47
|
-
*/
|
|
48
|
-
readonly saveData: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* The event that's fired when connection information changes.
|
|
51
|
-
*/
|
|
52
|
-
onchange: EventListener;
|
|
53
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './subscription-manager';
|
|
@@ -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 found in
|
|
6
|
-
* the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { Subscription } from 'rxjs';
|
|
9
|
-
import { Identifiable } from '../lang';
|
|
10
|
-
/**
|
|
11
|
-
* Defines the API to implement to create Angular subscription management objects.
|
|
12
|
-
*/
|
|
13
|
-
export interface SubscriptionManager {
|
|
14
|
-
/**
|
|
15
|
-
* Stores a new `Subscription` instance associated with the specified reference.
|
|
16
|
-
*
|
|
17
|
-
* @param ref The reference for which to store a new `Subscription` instance.
|
|
18
|
-
* Can be either a string or an `Identifiable` object.
|
|
19
|
-
* @param subscription The `Subscription` instance to register.
|
|
20
|
-
*
|
|
21
|
-
* @returns A reference to this `SubscriptionManager` object.
|
|
22
|
-
*/
|
|
23
|
-
register(ref: string | Identifiable, subscription: Subscription): SubscriptionManager;
|
|
24
|
-
/**
|
|
25
|
-
* Stores a new `Subscription` instance associated with the reference specified
|
|
26
|
-
* by the last `register()` method invokation.
|
|
27
|
-
*
|
|
28
|
-
* @param subscription The `Subscription` instance to register.
|
|
29
|
-
*
|
|
30
|
-
* @returns A reference to this `SubscriptionManager` object.
|
|
31
|
-
*/
|
|
32
|
-
append(subscription: Subscription): SubscriptionManager;
|
|
33
|
-
/**
|
|
34
|
-
* Unsubscribes and removes all `Subscription` instances associated with the specified reference.
|
|
35
|
-
*
|
|
36
|
-
* @param ref The reference for which to remove all `Subscription` instances.
|
|
37
|
-
* Can be either a string or an `Identifiable` object.
|
|
38
|
-
*
|
|
39
|
-
* @returns `true` whether the specified reference exists; `false` otherwise.
|
|
40
|
-
*/
|
|
41
|
-
clearAll(ref: string | Identifiable): boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Returns all `Subscription` instances associated with the specified reference.
|
|
44
|
-
*
|
|
45
|
-
* @param ref The reference for which to remove get `Subscription` instances.
|
|
46
|
-
* Can be either a string or an `Identifiable` object.
|
|
47
|
-
*
|
|
48
|
-
* @returns All `Subscription` instances associated with the specified reference, or
|
|
49
|
-
* `null` whether the specified reference does not exists.
|
|
50
|
-
*/
|
|
51
|
-
get(ref: string | Identifiable): Array<Subscription> | null;
|
|
52
|
-
}
|
|
@@ -1,29 +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
|
-
* Defines properties for the `DarkModeService` configuration.
|
|
10
|
-
*/
|
|
11
|
-
export interface DarkModeConfig {
|
|
12
|
-
/**
|
|
13
|
-
* Indicates whether the dark mode is activated by default (`true`), or not (`false`).
|
|
14
|
-
*/
|
|
15
|
-
darkModeEnabled?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Indicates whether the dark mode uses browser settings (`true`), or not (`false`).
|
|
18
|
-
* When `true`, this property overrides the `darkModeEnabled` property.
|
|
19
|
-
*/
|
|
20
|
-
detectBrowserSettings?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* CSS property name used to set the dark mode look and feel.
|
|
23
|
-
*/
|
|
24
|
-
cssProperty?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Reference to the key value used to persist the dark mode state to local storage.
|
|
27
|
-
*/
|
|
28
|
-
storageKey?: string;
|
|
29
|
-
}
|
|
@@ -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 { DarkModeConfig } from "./dark-mode-config";
|
|
9
|
-
/**
|
|
10
|
-
* The default provider for the `DarkModeService` configuration. You typically define
|
|
11
|
-
* the custom properties in the main NgModule declaration to initialize the app dark mode:
|
|
12
|
-
*
|
|
13
|
-
* @NgModule({
|
|
14
|
-
* ...
|
|
15
|
-
* providers: [
|
|
16
|
-
* { provide: DARK_MODE_CONFIG, useValue: { enableDarkMode: true } }
|
|
17
|
-
* ],
|
|
18
|
-
* ...
|
|
19
|
-
* });
|
|
20
|
-
*/
|
|
21
|
-
export declare const DARK_MODE_CONFIG: DarkModeConfig;
|
|
@@ -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
|
-
* Reference to the dark mode default storage key.
|
|
10
|
-
*/
|
|
11
|
-
export declare const STORAGE_KEY: string;
|
|
12
|
-
/**
|
|
13
|
-
* Reference to the dark mode default css property.
|
|
14
|
-
*/
|
|
15
|
-
export declare const CSS_PROP: string;
|
|
@@ -1,20 +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
|
-
* Defines the type of a `DropdownEvent` instance.
|
|
10
|
-
*/
|
|
11
|
-
export declare enum DropdownEventType {
|
|
12
|
-
/**
|
|
13
|
-
* Defines an event fired on a dropdown component just after it is shown or hidden.
|
|
14
|
-
*/
|
|
15
|
-
TOGGLE = "toggle",
|
|
16
|
-
/**
|
|
17
|
-
* Defines an event fired on a dropdown component just before it is shown or hidden.
|
|
18
|
-
*/
|
|
19
|
-
BEFORE_TOGGLE = "beforetoggle"
|
|
20
|
-
}
|
|
@@ -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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Defines the content vertical position of a dropdown component.
|
|
10
|
-
*/
|
|
11
|
-
export type DropdownVerticalPosition = "start" | "top" | "middle" | "bottom" | "end";
|
|
12
|
-
/**
|
|
13
|
-
* Defines the content horizontal position of a dropdown component.
|
|
14
|
-
*/
|
|
15
|
-
export type DropdownHorizontalPosition = "start" | "left" | "center" | "right" | "end";
|
|
@@ -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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Represents the state of a dropdown container.
|
|
10
|
-
*/
|
|
11
|
-
export type DropdownState = "open" | "closed";
|
|
@@ -1,40 +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 { DropdownComponent } from "../../../../component";
|
|
9
|
-
import { DropdownEventType } from "./dropdown-event-type.enum";
|
|
10
|
-
import { DropdownState } from "./dropdown-state";
|
|
11
|
-
/**
|
|
12
|
-
* The `DropdownEvent` class is an event that represents an interaction with a dropdown container.
|
|
13
|
-
*/
|
|
14
|
-
export declare class DropdownEvent {
|
|
15
|
-
/**
|
|
16
|
-
* The reference to the container that triggered this event.
|
|
17
|
-
*/
|
|
18
|
-
readonly target: DropdownComponent;
|
|
19
|
-
/**
|
|
20
|
-
* The type of this event; a `DropdownEventType` constant.
|
|
21
|
-
*/
|
|
22
|
-
readonly type: DropdownEventType;
|
|
23
|
-
/**
|
|
24
|
-
* The state the dropdown container is transitioning to.
|
|
25
|
-
*/
|
|
26
|
-
readonly newState: DropdownState;
|
|
27
|
-
/**
|
|
28
|
-
* The state the dropdown container is transitioning from.
|
|
29
|
-
*/
|
|
30
|
-
readonly oldState: DropdownState;
|
|
31
|
-
/**
|
|
32
|
-
* Creates a new `DropdownEvent` instance.
|
|
33
|
-
*
|
|
34
|
-
* @param target The dropdown container that triggered this event.
|
|
35
|
-
* @param type The type of this event.
|
|
36
|
-
* @param newState The state the dropdown container is transitioning to.
|
|
37
|
-
* @param oldState The state the dropdown container is transitioning from.
|
|
38
|
-
*/
|
|
39
|
-
constructor(target: DropdownComponent, type: DropdownEventType, newState: DropdownState, oldState: DropdownState);
|
|
40
|
-
}
|
|
@@ -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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Defines the "popover" state of the content container whithin dropdown component.
|
|
10
|
-
*/
|
|
11
|
-
export type PopoverState = "auto" | "manual";
|
|
@@ -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 { LayoutRegion, LayoutRegionType } from "./layout-region";
|
|
9
|
-
/**
|
|
10
|
-
* Defines the layout constraints of a `BorderLayoutContainer` object.
|
|
11
|
-
*/
|
|
12
|
-
export interface LayoutConstraints {
|
|
13
|
-
/**
|
|
14
|
-
* Specifies the region of the `BorderLayoutContainer` object.
|
|
15
|
-
*/
|
|
16
|
-
region: LayoutRegion | LayoutRegionType;
|
|
17
|
-
/**
|
|
18
|
-
* Indicates whether the `BorderLayoutContainer` object is resizable (`true`), or not (`false`).
|
|
19
|
-
*/
|
|
20
|
-
resizable?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Defines the default size of the `BorderLayoutContainer` object.
|
|
23
|
-
*/
|
|
24
|
-
size?: number;
|
|
25
|
-
/**
|
|
26
|
-
* Defines the minimum size of the `BorderLayoutContainer` object.
|
|
27
|
-
*/
|
|
28
|
-
minSize?: number;
|
|
29
|
-
/**
|
|
30
|
-
* Defines the maximum size of the `BorderLayoutContainer` object.
|
|
31
|
-
*/
|
|
32
|
-
maxSize?: number;
|
|
33
|
-
}
|
|
@@ -1,24 +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
|
-
* Defines the type of a `LayoutDragEvent` instance.
|
|
10
|
-
*/
|
|
11
|
-
export declare enum LayoutDragEventType {
|
|
12
|
-
/**
|
|
13
|
-
* Indicates that the dragging process is starting.
|
|
14
|
-
*/
|
|
15
|
-
DRAG_START = "dragstart",
|
|
16
|
-
/**
|
|
17
|
-
* Indicates that the dragging process stopped.
|
|
18
|
-
*/
|
|
19
|
-
DRAG_STOP = "dragstop",
|
|
20
|
-
/**
|
|
21
|
-
* Indicates that the user is dragging the container handle.
|
|
22
|
-
*/
|
|
23
|
-
DRAGGING = "dragging"
|
|
24
|
-
}
|
|
@@ -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 { BorderLayoutContainer, BorderLayout } from "../../../../component";
|
|
9
|
-
import { LayoutDragEventType } from "../../../../model";
|
|
10
|
-
/**
|
|
11
|
-
* The `LayoutDragEvent` class is an event that represents a drag interaction with a `BorderLayoutContainer`.
|
|
12
|
-
*/
|
|
13
|
-
export declare class LayoutDragEvent {
|
|
14
|
-
/**
|
|
15
|
-
* The reference to the container that triggered this event.
|
|
16
|
-
*/
|
|
17
|
-
readonly target: BorderLayoutContainer;
|
|
18
|
-
/**
|
|
19
|
-
* The reference to the layout that contains the target container.
|
|
20
|
-
*/
|
|
21
|
-
layout: BorderLayout;
|
|
22
|
-
/**
|
|
23
|
-
* The type of this event; a `LayoutDragEventType` constant.
|
|
24
|
-
*/
|
|
25
|
-
readonly type: LayoutDragEventType;
|
|
26
|
-
/**
|
|
27
|
-
* Creates a new `LayoutDragEvent` instance.
|
|
28
|
-
*
|
|
29
|
-
* @param target The container that triggered this event.
|
|
30
|
-
* @param type The type of this event.
|
|
31
|
-
*/
|
|
32
|
-
constructor(target: BorderLayoutContainer, type: LayoutDragEventType);
|
|
33
|
-
}
|
|
@@ -1,36 +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
|
-
*/
|
|
11
|
-
export type LayoutRegionType = "north" | "south" | "west" | "west" | "east" | "center";
|
|
12
|
-
/**
|
|
13
|
-
* The list of layout constraints that defines the regions of a `BorderLayout` container.
|
|
14
|
-
*/
|
|
15
|
-
export declare enum LayoutRegion {
|
|
16
|
-
/**
|
|
17
|
-
* The north layout constraint (top of container).
|
|
18
|
-
*/
|
|
19
|
-
NORTH = "north",
|
|
20
|
-
/**
|
|
21
|
-
* The south layout constraint (bottom of container).
|
|
22
|
-
*/
|
|
23
|
-
SOUTH = "south",
|
|
24
|
-
/**
|
|
25
|
-
* The west layout constraint (left side of container).
|
|
26
|
-
*/
|
|
27
|
-
WEST = "west",
|
|
28
|
-
/**
|
|
29
|
-
* The east layout constraint (right side of container).
|
|
30
|
-
*/
|
|
31
|
-
EAST = "east",
|
|
32
|
-
/**
|
|
33
|
-
* The center layout constraint (middle of container).
|
|
34
|
-
*/
|
|
35
|
-
CENTER = "center"
|
|
36
|
-
}
|
|
@@ -1,19 +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 `LayoutRegionError` class represents an error thrown by layout components when manipulating
|
|
10
|
-
* invalid regions of the container.
|
|
11
|
-
*/
|
|
12
|
-
export declare class LayoutRegionError extends Error {
|
|
13
|
-
/**
|
|
14
|
-
* Creates a new `LayoutRegionError` instance.
|
|
15
|
-
*
|
|
16
|
-
* @param message A human-readable description of the error.
|
|
17
|
-
*/
|
|
18
|
-
constructor(message: string);
|
|
19
|
-
}
|
|
@@ -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
|
-
* Workaround for the typescript `ScrollBehavior` declaration.
|
|
10
|
-
*/
|
|
11
|
-
export type ScrollBehavior = "auto" | "instant" | "smooth";
|
|
@@ -1,20 +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
|
-
* Specifies values used to activate, or deactivate, a feature for a browser window created by the `WindowService.open()` method.
|
|
10
|
-
*/
|
|
11
|
-
export declare enum WindowFeatureState {
|
|
12
|
-
/**
|
|
13
|
-
* The value used to activate a feature.
|
|
14
|
-
*/
|
|
15
|
-
YES = "yes",
|
|
16
|
-
/**
|
|
17
|
-
* The value used to deactivate a feature.
|
|
18
|
-
*/
|
|
19
|
-
NO = "no"
|
|
20
|
-
}
|