angular-toolbox 1.4.5 → 1.5.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 +447 -174
- package/fesm2022/angular-toolbox.mjs.map +1 -1
- package/lib/framework/dialog/dialog-backdrop-type.enum.d.ts +20 -0
- package/lib/framework/dialog/dialog-backdrop.type.d.ts +11 -0
- package/lib/framework/dialog/dialog-default-config.d.ts +12 -0
- package/lib/framework/dialog/dialog-outlet-event-type.d.ts +11 -0
- package/lib/framework/dialog/dialog-outlet.event.d.ts +40 -0
- package/lib/framework/dialog/dialog-service.d.ts +47 -0
- package/lib/framework/dialog/dialog-service.error.d.ts +19 -0
- package/lib/framework/dialog/dialog.config.d.ts +18 -0
- package/lib/framework/dialog/dialog.outlet.d.ts +59 -0
- package/lib/framework/dialog/index.d.ts +15 -0
- package/lib/framework/index.d.ts +1 -0
- package/package.json +1 -3
- package/esm2022/angular-toolbox.mjs +0 -5
- package/esm2022/lib/angular-toolbox.module.mjs +0 -25
- package/esm2022/lib/collection/array-list-event-type.enum.mjs +0 -30
- package/esm2022/lib/collection/array-list.event.mjs +0 -23
- package/esm2022/lib/collection/array-list.mjs +0 -158
- package/esm2022/lib/collection/index.mjs +0 -11
- package/esm2022/lib/component/angular-toolbox-logo/angular-toolbox-logo.component.mjs +0 -18
- package/esm2022/lib/component/dropdown/dropdown.component.mjs +0 -139
- package/esm2022/lib/component/index.mjs +0 -11
- package/esm2022/lib/component/layout/border-layout/border-layout.component.mjs +0 -149
- package/esm2022/lib/component/layout/border-layout/util/border-layout-bounds-manager.mjs +0 -211
- package/esm2022/lib/component/layout/border-layout/util/border-layout-renderer.mjs +0 -267
- package/esm2022/lib/component/layout/border-layout/util/resize-method.mjs +0 -9
- package/esm2022/lib/component/layout/border-layout-container/border-layout-container.component.mjs +0 -145
- package/esm2022/lib/component/layout/index.mjs +0 -3
- package/esm2022/lib/core/abstract/abstract-subscription-manager.mjs +0 -113
- package/esm2022/lib/core/abstract/abstract-version-manager.mjs +0 -37
- package/esm2022/lib/core/abstract/index.mjs +0 -3
- package/esm2022/lib/core/bridge/app-bridge.mjs +0 -76
- package/esm2022/lib/core/error/app-bridge-error.mjs +0 -24
- package/esm2022/lib/core/error/http-mock-service-error.mjs +0 -26
- package/esm2022/lib/core/error/index.mjs +0 -5
- package/esm2022/lib/core/error/integrity-error.mjs +0 -26
- package/esm2022/lib/core/error/subscription-error.mjs +0 -26
- package/esm2022/lib/core/impl/index.mjs +0 -2
- package/esm2022/lib/core/impl/lang/identifiable-component.mjs +0 -47
- package/esm2022/lib/core/impl/lang/index.mjs +0 -2
- package/esm2022/lib/core/impl/version/version.impl.mjs +0 -36
- package/esm2022/lib/core/index.mjs +0 -4
- package/esm2022/lib/directive/anchor-link.directive.mjs +0 -62
- package/esm2022/lib/directive/button-role.directive.mjs +0 -102
- package/esm2022/lib/directive/content-renderer.directive.mjs +0 -61
- package/esm2022/lib/directive/index.mjs +0 -5
- package/esm2022/lib/directive/navigate-to-url.directive.mjs +0 -51
- package/esm2022/lib/directive/navigation-directive-base.mjs +0 -23
- package/esm2022/lib/framework/index.mjs +0 -5
- package/esm2022/lib/framework/logging/connector/console-log-connector.mjs +0 -48
- package/esm2022/lib/framework/logging/connector/default-log-connector.mjs +0 -34
- package/esm2022/lib/framework/logging/connector/html-log-connector.mjs +0 -177
- package/esm2022/lib/framework/logging/connector/index.mjs +0 -4
- package/esm2022/lib/framework/logging/impl/abstract-logger.mjs +0 -100
- package/esm2022/lib/framework/logging/impl/index.mjs +0 -3
- package/esm2022/lib/framework/logging/impl/log-impl.mjs +0 -31
- package/esm2022/lib/framework/logging/index.mjs +0 -4
- package/esm2022/lib/framework/logging/util/index.mjs +0 -4
- package/esm2022/lib/framework/logging/util/log.builder.mjs +0 -28
- package/esm2022/lib/framework/logging/util/log.constant.mjs +0 -24
- package/esm2022/lib/framework/logging/util/log.util.mjs +0 -142
- package/esm2022/lib/framework/mock/documentation/component/atx-mock-description/atx-mock-description.component.mjs +0 -27
- package/esm2022/lib/framework/mock/documentation/component/atx-mock-documentation/atx-mock-documentation.component.mjs +0 -77
- package/esm2022/lib/framework/mock/documentation/component/atx-mock-full-description/atx-mock-full-description.component.mjs +0 -27
- package/esm2022/lib/framework/mock/documentation/component/atx-mock-methods/atx-mock-methods.component.mjs +0 -71
- package/esm2022/lib/framework/mock/documentation/component/atx-mock-param/atx-mock-param.component.mjs +0 -27
- package/esm2022/lib/framework/mock/documentation/index.mjs +0 -2
- package/esm2022/lib/framework/mock/documentation/model/business/full-description.type.mjs +0 -9
- package/esm2022/lib/framework/mock/documentation/model/business/method-doc-descriptor.type.mjs +0 -9
- package/esm2022/lib/framework/mock/http/config/http-mock-parameters.mjs +0 -9
- package/esm2022/lib/framework/mock/http/config/http-mock.decorator.mjs +0 -48
- package/esm2022/lib/framework/mock/http/config/index.mjs +0 -3
- package/esm2022/lib/framework/mock/http/config/route-mock-config.mjs +0 -9
- package/esm2022/lib/framework/mock/http/core/data-storage.mjs +0 -9
- package/esm2022/lib/framework/mock/http/core/response-delay.mjs +0 -9
- package/esm2022/lib/framework/mock/http/event/event-target.impl.mjs +0 -136
- package/esm2022/lib/framework/mock/http/event/progress-event-mock.mjs +0 -48
- package/esm2022/lib/framework/mock/http/index.mjs +0 -4
- package/esm2022/lib/framework/mock/http/logging/http-mock-logger.mjs +0 -15
- package/esm2022/lib/framework/mock/http/logging/http-mock-logging-metadata.builder.mjs +0 -35
- package/esm2022/lib/framework/mock/http/path-to-regexp/constants.mjs +0 -111
- package/esm2022/lib/framework/mock/http/path-to-regexp/escape-to-regexp-string.mjs +0 -34
- package/esm2022/lib/framework/mock/http/path-to-regexp/get-flags.mjs +0 -28
- package/esm2022/lib/framework/mock/http/path-to-regexp/iter.mjs +0 -76
- package/esm2022/lib/framework/mock/http/path-to-regexp/lexer.mjs +0 -96
- package/esm2022/lib/framework/mock/http/path-to-regexp/loose-replacer.mjs +0 -28
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/decode-key-to-string.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/encode.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/key.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/lex-token.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/lexer-type.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/loose-replacer-provider.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/non-delimiter-encoder-provider.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/parse-options.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/path-to-regexp-options.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/route-string-tokenizer.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/simple-tokens.mjs +0 -30
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/token-data-regexp-factory.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/token-type.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/model/token.mjs +0 -17
- package/esm2022/lib/framework/mock/http/path-to-regexp/string-to-token-data.mjs +0 -87
- package/esm2022/lib/framework/mock/http/path-to-regexp/to-key-regexp.mjs +0 -41
- package/esm2022/lib/framework/mock/http/path-to-regexp/to-stringify.mjs +0 -29
- package/esm2022/lib/framework/mock/http/path-to-regexp/token-data-to-regexp.mjs +0 -49
- package/esm2022/lib/framework/mock/http/path-to-regexp/token-data.mjs +0 -33
- package/esm2022/lib/framework/mock/http/util/data-storage.builder.mjs +0 -37
- package/esm2022/lib/framework/mock/http/util/fetch-client-response-type.enum.mjs +0 -40
- package/esm2022/lib/framework/mock/http/util/fetch-client.builder.mjs +0 -52
- package/esm2022/lib/framework/mock/http/util/http-headers-mock.builder.mjs +0 -138
- package/esm2022/lib/framework/mock/http/util/http-headers.util.mjs +0 -71
- package/esm2022/lib/framework/mock/http/util/http-method-ref.enum.mjs +0 -60
- package/esm2022/lib/framework/mock/http/util/http-mock-max-delay.mjs +0 -12
- package/esm2022/lib/framework/mock/http/util/http-mock-response-delay.util.mjs +0 -33
- package/esm2022/lib/framework/mock/http/util/http-mock-response.builder.mjs +0 -141
- package/esm2022/lib/framework/mock/http/util/http-status-text-finder.mjs +0 -146
- package/esm2022/lib/framework/mock/http/util/http-status-text.enum.mjs +0 -260
- package/esm2022/lib/framework/mock/http/util/index.mjs +0 -8
- package/esm2022/lib/framework/mock/http/xhr/delegate-xhr.mjs +0 -372
- package/esm2022/lib/framework/mock/http/xhr/http-mock-factory.impl.mjs +0 -30
- package/esm2022/lib/framework/mock/http/xhr/http-mock-factory.mjs +0 -20
- package/esm2022/lib/framework/mock/http/xhr/index.mjs +0 -2
- package/esm2022/lib/framework/mock/http/xhr/xhr-base.mjs +0 -123
- package/esm2022/lib/framework/mock/http/xhr/xhr-proxy-impl.mjs +0 -178
- package/esm2022/lib/framework/mock/http-monitoring-console/component/abstract/log-renderer-base.mjs +0 -34
- package/esm2022/lib/framework/mock/http-monitoring-console/component/console-footer/console-footer.component.mjs +0 -29
- package/esm2022/lib/framework/mock/http-monitoring-console/component/console-menu/console-menu.component.mjs +0 -40
- package/esm2022/lib/framework/mock/http-monitoring-console/component/http-monitoring-console/http-monitoring-console.component.mjs +0 -62
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/icon-renderer/icon-renderer.component.mjs +0 -62
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/json-viewer/json-viewer.component.mjs +0 -45
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/json-viewer-panel/json-viewer-panel.component.mjs +0 -35
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/payload-renderer/payload-renderer.component.mjs +0 -70
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/request-info-renderer/request-info-renderer.component.mjs +0 -43
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/request-list-renderer/request-list-renderer.component.mjs +0 -116
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/response-body-renderer/response-body-renderer.component.mjs +0 -89
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/response-preview-renderer/response-preview-renderer.component.mjs +0 -115
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/spinner/spinner.component.mjs +0 -22
- package/esm2022/lib/framework/mock/http-monitoring-console/component/renderer/timing-renderer/timing-renderer.component.mjs +0 -81
- package/esm2022/lib/framework/mock/http-monitoring-console/component/request-details/request-details.component.mjs +0 -91
- package/esm2022/lib/framework/mock/http-monitoring-console/connector/http-monitoring-console-log-connector.mjs +0 -59
- package/esm2022/lib/framework/mock/http-monitoring-console/index.mjs +0 -2
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/atx-console-action-type.mjs +0 -40
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/atx-console-action.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/atx-console-json.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/atx-is-imported-log.mjs +0 -14
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/atx-timeline-data.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/atx-body-dto.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/atx-header-dto.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-log-metadata.dto.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-log.dto.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-request-metadata.dto.ts.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-request.dto.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/atx-http-response.dto.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/business/io/hmfl.mjs +0 -9
- package/esm2022/lib/framework/mock/http-monitoring-console/model/service/atx-log-io.service.mjs +0 -105
- package/esm2022/lib/framework/mock/http-monitoring-console/model/service/atx-monitoring-console.controller.mjs +0 -96
- package/esm2022/lib/framework/mock/http-monitoring-console/model/service/atx-monitoring-console.state.mjs +0 -126
- package/esm2022/lib/framework/mock/http-monitoring-console/model/service/atx-user-action.service.mjs +0 -40
- package/esm2022/lib/framework/mock/http-monitoring-console/util/console-body-type.mjs +0 -50
- package/esm2022/lib/framework/mock/http-monitoring-console/util/console-type-class.mjs +0 -45
- package/esm2022/lib/framework/mock/http-monitoring-console/util/data.util.mjs +0 -95
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/body-converter.mjs +0 -40
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/body-serializer.mjs +0 -58
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/form-data-serializer.mjs +0 -33
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/hmfl-builder.mjs +0 -27
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/http-request-converter.mjs +0 -62
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/http-response-converter.mjs +0 -50
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/log-converter.mjs +0 -43
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/log-headers-converter.mjs +0 -53
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/log-message.util.mjs +0 -30
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/log-metadata-converter.mjs +0 -45
- package/esm2022/lib/framework/mock/http-monitoring-console/util/io/request-metadata-converter.mjs +0 -47
- package/esm2022/lib/framework/mock/http-monitoring-console/util/size.util.mjs +0 -57
- package/esm2022/lib/framework/mock/http-monitoring-console/util/timeline.util.mjs +0 -28
- package/esm2022/lib/framework/mock/http-monitoring-console/util/url.util.mjs +0 -51
- package/esm2022/lib/model/business/index.mjs +0 -8
- package/esm2022/lib/model/business/lang/app-bridge-command.mjs +0 -9
- package/esm2022/lib/model/business/lang/destroyable.mjs +0 -9
- package/esm2022/lib/model/business/lang/identifiable.mjs +0 -9
- package/esm2022/lib/model/business/lang/index.mjs +0 -5
- package/esm2022/lib/model/business/lang/instantiable.mjs +0 -9
- package/esm2022/lib/model/business/logging/atx-logger-config.provider.mjs +0 -21
- package/esm2022/lib/model/business/logging/http-mock-logging-constant.enum.mjs +0 -34
- package/esm2022/lib/model/business/logging/index.mjs +0 -8
- package/esm2022/lib/model/business/logging/log-connector.mjs +0 -9
- package/esm2022/lib/model/business/logging/log-level.enum.mjs +0 -34
- package/esm2022/lib/model/business/logging/log.mjs +0 -9
- package/esm2022/lib/model/business/logging/logger-config.mjs +0 -9
- package/esm2022/lib/model/business/logging/logger.mjs +0 -2
- package/esm2022/lib/model/business/logging/transactional-logger.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/config/http-mock-production-policy.enum.mjs +0 -27
- package/esm2022/lib/model/business/mock/http/config/http-mocking-framework-config.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/config/http-mocking-framework-config.provider.mjs +0 -33
- package/esm2022/lib/model/business/mock/http/config/index.mjs +0 -4
- package/esm2022/lib/model/business/mock/http/fetch-client.mjs +0 -14
- package/esm2022/lib/model/business/mock/http/http-method-mock.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-config.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-endpoint-descriptor.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-endpoint.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-error.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-interceptor.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-method-descriptor.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-parameter-descriptor.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-mock-request-metadata.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/http-response-mock.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/index.mjs +0 -15
- package/esm2022/lib/model/business/mock/http/logging/http-mock-logging-metadata.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/logging/http-mock-logging-prefetch-metadata.mjs +0 -9
- package/esm2022/lib/model/business/mock/http/logging/index.mjs +0 -3
- package/esm2022/lib/model/business/mock/http/xhr-proxy.mjs +0 -9
- package/esm2022/lib/model/business/navigator/battery-manager.mjs +0 -9
- package/esm2022/lib/model/business/navigator/connection-type.mjs +0 -9
- package/esm2022/lib/model/business/navigator/effective-connection-type.mjs +0 -9
- package/esm2022/lib/model/business/navigator/index.mjs +0 -5
- package/esm2022/lib/model/business/navigator/network-information.mjs +0 -9
- package/esm2022/lib/model/business/subscription/index.mjs +0 -2
- package/esm2022/lib/model/business/subscription/subscription-manager.mjs +0 -9
- package/esm2022/lib/model/business/ui/dark-mode-config.mjs +0 -9
- package/esm2022/lib/model/business/ui/dark-mode-config.provider.mjs +0 -43
- package/esm2022/lib/model/business/ui/dark-mode.constant.mjs +0 -16
- package/esm2022/lib/model/business/ui/dropdown/dropdown-event-type.enum.mjs +0 -22
- package/esm2022/lib/model/business/ui/dropdown/dropdown-position.mjs +0 -9
- package/esm2022/lib/model/business/ui/dropdown/dropdown-state.mjs +0 -9
- package/esm2022/lib/model/business/ui/dropdown/dropdown.event.mjs +0 -27
- package/esm2022/lib/model/business/ui/dropdown/index.mjs +0 -6
- package/esm2022/lib/model/business/ui/dropdown/popover-state.mjs +0 -9
- package/esm2022/lib/model/business/ui/index.mjs +0 -8
- package/esm2022/lib/model/business/ui/layout/index.mjs +0 -6
- package/esm2022/lib/model/business/ui/layout/layout-constraints.mjs +0 -9
- package/esm2022/lib/model/business/ui/layout/layout-drag-event-type.enum.mjs +0 -26
- package/esm2022/lib/model/business/ui/layout/layout-drag.event.mjs +0 -23
- package/esm2022/lib/model/business/ui/layout/layout-region.error.mjs +0 -22
- package/esm2022/lib/model/business/ui/layout/layout-region.mjs +0 -35
- package/esm2022/lib/model/business/ui/scroll-behavior.type.mjs +0 -9
- package/esm2022/lib/model/business/ui/window/index.mjs +0 -5
- package/esm2022/lib/model/business/ui/window/window-feature-state.mjs +0 -22
- package/esm2022/lib/model/business/ui/window/window-init.mjs +0 -9
- package/esm2022/lib/model/business/ui/window/window-ref.mjs +0 -9
- package/esm2022/lib/model/business/ui/window/window-target.mjs +0 -34
- package/esm2022/lib/model/business/version/index.mjs +0 -5
- package/esm2022/lib/model/business/version/version-config.mjs +0 -9
- package/esm2022/lib/model/business/version/version-config.provider.mjs +0 -40
- package/esm2022/lib/model/business/version/version-manager.mjs +0 -10
- package/esm2022/lib/model/business/version/version.mjs +0 -10
- package/esm2022/lib/model/index.mjs +0 -3
- package/esm2022/lib/model/service/index.mjs +0 -6
- package/esm2022/lib/model/service/logging/index.mjs +0 -2
- package/esm2022/lib/model/service/logging/logger-service.mjs +0 -41
- package/esm2022/lib/model/service/mock/http/http-mock.service.mjs +0 -279
- package/esm2022/lib/model/service/mock/http/index.mjs +0 -3
- package/esm2022/lib/model/service/mock/http/logging/atx-http-mock-console.service.mjs +0 -92
- package/esm2022/lib/model/service/mock/http/logging/http-mock-logging-service.mjs +0 -117
- package/esm2022/lib/model/service/mock/http/logging/index.mjs +0 -3
- package/esm2022/lib/model/service/subscription/subscription.service.mjs +0 -30
- package/esm2022/lib/model/service/ui/app-bridge.service.mjs +0 -142
- package/esm2022/lib/model/service/ui/dark-mode.service.mjs +0 -183
- package/esm2022/lib/model/service/ui/index.mjs +0 -5
- package/esm2022/lib/model/service/ui/scroll.service.mjs +0 -93
- package/esm2022/lib/model/service/ui/window/abstract-window.service.mjs +0 -49
- package/esm2022/lib/model/service/ui/window/index.mjs +0 -3
- package/esm2022/lib/model/service/ui/window/window.service.mjs +0 -103
- package/esm2022/lib/model/service/version/angular-toolbox-version.service.mjs +0 -37
- package/esm2022/lib/model/service/version/index.mjs +0 -3
- package/esm2022/lib/model/service/version/version.service.mjs +0 -35
- package/esm2022/lib/pipe/index.mjs +0 -2
- package/esm2022/lib/pipe/safe/safe-html.pipe.mjs +0 -34
- package/esm2022/lib/util/aria-role.constant.mjs +0 -16
- package/esm2022/lib/util/default-scroll-behavior.mjs +0 -13
- package/esm2022/lib/util/empty-string.const.mjs +0 -12
- package/esm2022/lib/util/http-mocking-framework-config.manager.mjs +0 -129
- package/esm2022/lib/util/index.mjs +0 -6
- package/esm2022/lib/util/js-type.mjs +0 -40
- package/esm2022/lib/util/uuid.mjs +0 -126
- package/esm2022/lib/util/version.util.mjs +0 -44
- package/esm2022/lib/util/window/window-features-builder.mjs +0 -90
- package/esm2022/lib/util/window/window-header-tag-util.mjs +0 -42
- package/esm2022/public-api.mjs +0 -20
|
@@ -0,0 +1,20 @@
|
|
|
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 possible values used to assign properties of type of `DialogBackdrop`.
|
|
10
|
+
*/
|
|
11
|
+
export declare enum DialogBackdropType {
|
|
12
|
+
/**
|
|
13
|
+
* Indicates that the dialog element is of type of "static".
|
|
14
|
+
*/
|
|
15
|
+
STATIC = "static",
|
|
16
|
+
/**
|
|
17
|
+
* Indicates that the dialog element is of type of "modal".
|
|
18
|
+
*/
|
|
19
|
+
MODAL = "modal"
|
|
20
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
* Indicates the type of a dialog backdrop element.
|
|
10
|
+
*/
|
|
11
|
+
export type DialogBackdrop = "modal" | "static";
|
|
@@ -0,0 +1,12 @@
|
|
|
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 { DialogConfig } from './dialog.config';
|
|
9
|
+
/**
|
|
10
|
+
* @private
|
|
11
|
+
*/
|
|
12
|
+
export declare const DEFAULT_CONFIG: DialogConfig;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
* Specifies the event type of `DialogOutletEvent` instances.
|
|
10
|
+
*/
|
|
11
|
+
export type DialogOutletEventType = "show" | "hide";
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { DialogOutletEventType } from "./dialog-outlet-event-type";
|
|
9
|
+
import { DialogConfig } from "./dialog.config";
|
|
10
|
+
/**
|
|
11
|
+
* Event that indicates the state changes of components managed by the `DialogService` service singleton.
|
|
12
|
+
*/
|
|
13
|
+
export declare class DialogOutletEvent {
|
|
14
|
+
/**
|
|
15
|
+
* The type of event dispatched each time the dialog element is displayed.
|
|
16
|
+
*/
|
|
17
|
+
static readonly SHOW: DialogOutletEventType;
|
|
18
|
+
/**
|
|
19
|
+
* The type of event dispatched each time the dialog element is removed.
|
|
20
|
+
*/
|
|
21
|
+
static readonly HIDE: DialogOutletEventType;
|
|
22
|
+
/**
|
|
23
|
+
* A `DialogOutletEventType` value that indicates the state of the dialog element.
|
|
24
|
+
*/
|
|
25
|
+
readonly state: DialogOutletEventType;
|
|
26
|
+
/**
|
|
27
|
+
* The dialog element config associated with an event of type of `"show"`.
|
|
28
|
+
* `config` is set to `null` when the event is of type of `"hide"`.
|
|
29
|
+
*/
|
|
30
|
+
readonly config: DialogConfig | null;
|
|
31
|
+
/**
|
|
32
|
+
* @private
|
|
33
|
+
*
|
|
34
|
+
* Creates a new `DialogOutletEvent` instance.
|
|
35
|
+
*
|
|
36
|
+
* @param state The state of the dialog element.
|
|
37
|
+
* @param config The dialog element config associated with this event.
|
|
38
|
+
*/
|
|
39
|
+
constructor(state: DialogOutletEventType, config?: DialogConfig | null);
|
|
40
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { ComponentRef, EventEmitter, ViewContainerRef } from "@angular/core";
|
|
9
|
+
import { DialogOutletEvent } from "./dialog-outlet.event";
|
|
10
|
+
import { DialogConfig } from "./dialog.config";
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
/**
|
|
13
|
+
* The `DialogService` class manages injection of customs component into the
|
|
14
|
+
* HTML dialog element created by the ATX framework.
|
|
15
|
+
*/
|
|
16
|
+
export declare class DialogService {
|
|
17
|
+
/**
|
|
18
|
+
* Dispatches an event that indicates the state of the dialog element when a custom
|
|
19
|
+
* component is added to, or remove from it.
|
|
20
|
+
*/
|
|
21
|
+
readonly dialogStateChange: EventEmitter<DialogOutletEvent>;
|
|
22
|
+
/**
|
|
23
|
+
* @private
|
|
24
|
+
*/
|
|
25
|
+
protected viewContainerRef: ViewContainerRef;
|
|
26
|
+
/**
|
|
27
|
+
* Creates an instance of the `compRef` class, adds this instance to the HTML dialog element
|
|
28
|
+
* and displays the dialog element in front of all other components in the application.
|
|
29
|
+
*
|
|
30
|
+
* @param compRef The class that represents the component to display as a popup element.
|
|
31
|
+
* @param config The dialog element config associated with the new component instance to display.
|
|
32
|
+
*
|
|
33
|
+
* @returns The new `ComponentRef` which contains the component instance and the host view.
|
|
34
|
+
*/
|
|
35
|
+
show<T>(compRef: any, config?: DialogConfig | null): ComponentRef<T>;
|
|
36
|
+
/**
|
|
37
|
+
* Indicates to the ATX framework to remove component instances previously created with
|
|
38
|
+
* the `show()` method.
|
|
39
|
+
*/
|
|
40
|
+
hide(): void;
|
|
41
|
+
/**
|
|
42
|
+
* @private
|
|
43
|
+
*/
|
|
44
|
+
__init__(viewContainerRef: ViewContainerRef): boolean;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
46
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
* The `DialogServiceError` class represents errors thrown by the ATX framework
|
|
10
|
+
* when a dialog error occurs.
|
|
11
|
+
*/
|
|
12
|
+
export declare class DialogServiceError extends Error {
|
|
13
|
+
/**
|
|
14
|
+
* Creates a new `DialogServiceError` instance.
|
|
15
|
+
*
|
|
16
|
+
* @param message The `message` data property is a human-readable description of this `DialogServiceError` instance.
|
|
17
|
+
*/
|
|
18
|
+
constructor(message: string);
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { DialogBackdropType } from "./dialog-backdrop-type.enum";
|
|
9
|
+
import { DialogBackdrop } from "./dialog-backdrop.type";
|
|
10
|
+
/**
|
|
11
|
+
* Defines the configuration associated with a custom component displayed through the Dialog API.
|
|
12
|
+
*/
|
|
13
|
+
export interface DialogConfig {
|
|
14
|
+
/**
|
|
15
|
+
* Indicates whether the dialog is modal, or static.
|
|
16
|
+
*/
|
|
17
|
+
backdrop?: DialogBackdrop | DialogBackdropType;
|
|
18
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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 { OnInit } from '@angular/core';
|
|
9
|
+
import { DialogService } from './dialog-service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
/**
|
|
12
|
+
* Acts as a placeholder that the ATX framework dynamically fills based on the component specified
|
|
13
|
+
* by the dialog service `show()` method.
|
|
14
|
+
*/
|
|
15
|
+
export declare class DialogOutlet implements OnInit {
|
|
16
|
+
private dialogSvc;
|
|
17
|
+
/**
|
|
18
|
+
* @private
|
|
19
|
+
*/
|
|
20
|
+
private _dialog;
|
|
21
|
+
/**
|
|
22
|
+
* @private
|
|
23
|
+
*/
|
|
24
|
+
private renderer;
|
|
25
|
+
/**
|
|
26
|
+
* @private
|
|
27
|
+
*/
|
|
28
|
+
private _config;
|
|
29
|
+
/**
|
|
30
|
+
* @private
|
|
31
|
+
*/
|
|
32
|
+
constructor(dialogSvc: DialogService);
|
|
33
|
+
/**
|
|
34
|
+
* @private
|
|
35
|
+
*/
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
/**
|
|
38
|
+
* @private
|
|
39
|
+
*/
|
|
40
|
+
protected mouseupHandler(event: MouseEvent): void;
|
|
41
|
+
/**
|
|
42
|
+
* @private
|
|
43
|
+
*/
|
|
44
|
+
protected onClose(event: Event): void;
|
|
45
|
+
/**
|
|
46
|
+
* @private
|
|
47
|
+
*/
|
|
48
|
+
private stateChange;
|
|
49
|
+
/**
|
|
50
|
+
* @private
|
|
51
|
+
*/
|
|
52
|
+
private show;
|
|
53
|
+
/**
|
|
54
|
+
* @private
|
|
55
|
+
*/
|
|
56
|
+
private hide;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogOutlet, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogOutlet, "atx-dialog-outlet", never, {}, {}, never, never, true, never>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
export * from "./dialog-backdrop-type.enum";
|
|
9
|
+
export * from "./dialog-backdrop.type";
|
|
10
|
+
export * from "./dialog-outlet-event-type";
|
|
11
|
+
export * from "./dialog-outlet.event";
|
|
12
|
+
export * from "./dialog.config";
|
|
13
|
+
export * from "./dialog.outlet";
|
|
14
|
+
export * from "./dialog-service";
|
|
15
|
+
export * from "./dialog-service.error";
|
package/lib/framework/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-toolbox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^18.0.0",
|
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
},
|
|
21
21
|
".": {
|
|
22
22
|
"types": "./index.d.ts",
|
|
23
|
-
"esm2022": "./esm2022/angular-toolbox.mjs",
|
|
24
|
-
"esm": "./esm2022/angular-toolbox.mjs",
|
|
25
23
|
"default": "./fesm2022/angular-toolbox.mjs"
|
|
26
24
|
}
|
|
27
25
|
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci10b29sYm94LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci10b29sYm94L3NyYy9hbmd1bGFyLXRvb2xib3gudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,25 +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 { NgModule } from '@angular/core';
|
|
9
|
-
import { AngularToolboxVersionService } from './model/service/version/angular-toolbox-version.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* @private
|
|
13
|
-
*/
|
|
14
|
-
export class AngularToolboxModule {
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: AngularToolboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
16
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.3", ngImport: i0, type: AngularToolboxModule }); }
|
|
17
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: AngularToolboxModule, providers: [AngularToolboxVersionService] }); }
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: AngularToolboxModule, decorators: [{
|
|
20
|
-
type: NgModule,
|
|
21
|
-
args: [{
|
|
22
|
-
providers: [AngularToolboxVersionService]
|
|
23
|
-
}]
|
|
24
|
-
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci10b29sYm94Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItdG9vbGJveC9zcmMvbGliL2FuZ3VsYXItdG9vbGJveC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQzs7QUFFdkc7O0dBRUc7QUFJSCxNQUFNLE9BQU8sb0JBQW9COzhHQUFwQixvQkFBb0I7K0dBQXBCLG9CQUFvQjsrR0FBcEIsb0JBQW9CLGFBRmxCLENBQUUsNEJBQTRCLENBQUU7OzJGQUVsQyxvQkFBb0I7a0JBSGhDLFFBQVE7bUJBQUM7b0JBQ04sU0FBUyxFQUFFLENBQUUsNEJBQTRCLENBQUU7aUJBQzlDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXHJcbiAqIEBsaWNlbnNlXHJcbiAqIENvcHlyaWdodCBQYXNjYWwgRUNIRU1BTk4uIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXHJcbiAqXHJcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlIGZvdW5kIGluXHJcbiAqIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9wYXNjYWxlY2hlbWFubi5jb20vYW5ndWxhci10b29sYm94L3Jlc291cmNlcy9saWNlbnNlXHJcbiAqL1xyXG5cclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQW5ndWxhclRvb2xib3hWZXJzaW9uU2VydmljZSB9IGZyb20gJy4vbW9kZWwvc2VydmljZS92ZXJzaW9uL2FuZ3VsYXItdG9vbGJveC12ZXJzaW9uLnNlcnZpY2UnO1xyXG5cclxuLyoqXHJcbiAqIEBwcml2YXRlXHJcbiAqL1xyXG5ATmdNb2R1bGUoe1xyXG4gICAgcHJvdmlkZXJzOiBbIEFuZ3VsYXJUb29sYm94VmVyc2lvblNlcnZpY2UgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQW5ndWxhclRvb2xib3hNb2R1bGUgeyB9Il19
|
|
@@ -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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* The `ArrayListEventType` class the type of events on an `ArrayListEvent` object.
|
|
10
|
-
*/
|
|
11
|
-
export var ArrayListEventType;
|
|
12
|
-
(function (ArrayListEventType) {
|
|
13
|
-
/**
|
|
14
|
-
* The type of event associated with the `ArrayList.addAll` action.
|
|
15
|
-
*/
|
|
16
|
-
ArrayListEventType["ADD_ALL"] = "addAll";
|
|
17
|
-
/**
|
|
18
|
-
* The type of event associated with the `ArrayList.addItem`, or `ArrayList.addItemAt` actions.
|
|
19
|
-
*/
|
|
20
|
-
ArrayListEventType["ADD"] = "add";
|
|
21
|
-
/**
|
|
22
|
-
* The type of event associated with the `ArrayList.removeAll` action.
|
|
23
|
-
*/
|
|
24
|
-
ArrayListEventType["REMOVE_ALL"] = "removeAll";
|
|
25
|
-
/**
|
|
26
|
-
* The type of event associated with the `ArrayList.remove`, or `ArrayList.removeAt` actions.
|
|
27
|
-
*/
|
|
28
|
-
ArrayListEventType["REMOVE"] = "remove";
|
|
29
|
-
})(ArrayListEventType || (ArrayListEventType = {}));
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJyYXktbGlzdC1ldmVudC10eXBlLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXRvb2xib3gvc3JjL2xpYi9jb2xsZWN0aW9uL2FycmF5LWxpc3QtZXZlbnQtdHlwZS5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7R0FNRztBQUVIOztHQUVHO0FBQ0gsTUFBTSxDQUFOLElBQVksa0JBcUJYO0FBckJELFdBQVksa0JBQWtCO0lBRTFCOztPQUVHO0lBQ0gsd0NBQWtCLENBQUE7SUFFbEI7O09BRUc7SUFDSCxpQ0FBVyxDQUFBO0lBRVg7O09BRUc7SUFDSCw4Q0FBd0IsQ0FBQTtJQUV4Qjs7T0FFRztJQUNILHVDQUFpQixDQUFBO0FBQ3JCLENBQUMsRUFyQlcsa0JBQWtCLEtBQWxCLGtCQUFrQixRQXFCN0IiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcclxuICogQGxpY2Vuc2VcclxuICogQ29weXJpZ2h0IFBhc2NhbCBFQ0hFTUFOTi4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cclxuICpcclxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcclxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL3Bhc2NhbGVjaGVtYW5uLmNvbS9hbmd1bGFyLXRvb2xib3gvcmVzb3VyY2VzL2xpY2Vuc2VcclxuICovXHJcblxyXG4vKipcclxuICogVGhlIGBBcnJheUxpc3RFdmVudFR5cGVgIGNsYXNzIHRoZSB0eXBlIG9mIGV2ZW50cyBvbiBhbiBgQXJyYXlMaXN0RXZlbnRgIG9iamVjdC5cclxuICovXHJcbmV4cG9ydCBlbnVtIEFycmF5TGlzdEV2ZW50VHlwZSB7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBUaGUgdHlwZSBvZiBldmVudCBhc3NvY2lhdGVkIHdpdGggdGhlIGBBcnJheUxpc3QuYWRkQWxsYCBhY3Rpb24uIFxyXG4gICAgICovXHJcbiAgICBBRERfQUxMID0gXCJhZGRBbGxcIixcclxuXHJcbiAgICAvKipcclxuICAgICAqIFRoZSB0eXBlIG9mIGV2ZW50IGFzc29jaWF0ZWQgd2l0aCB0aGUgYEFycmF5TGlzdC5hZGRJdGVtYCwgb3IgYEFycmF5TGlzdC5hZGRJdGVtQXRgIGFjdGlvbnMuIFxyXG4gICAgICovXHJcbiAgICBBREQgPSBcImFkZFwiLFxyXG5cclxuICAgIC8qKlxyXG4gICAgICogVGhlIHR5cGUgb2YgZXZlbnQgYXNzb2NpYXRlZCB3aXRoIHRoZSBgQXJyYXlMaXN0LnJlbW92ZUFsbGAgYWN0aW9uLiBcclxuICAgICAqL1xyXG4gICAgUkVNT1ZFX0FMTCA9IFwicmVtb3ZlQWxsXCIsXHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBUaGUgdHlwZSBvZiBldmVudCBhc3NvY2lhdGVkIHdpdGggdGhlIGBBcnJheUxpc3QucmVtb3ZlYCwgb3IgYEFycmF5TGlzdC5yZW1vdmVBdGAgYWN0aW9ucy4gXHJcbiAgICAgKi9cclxuICAgIFJFTU9WRSA9IFwicmVtb3ZlXCJcclxufSJdfQ==
|
|
@@ -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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* The `ArrayListEvent` class represents an event that is dispatched when the associated collection changes.
|
|
10
|
-
*/
|
|
11
|
-
export class ArrayListEvent {
|
|
12
|
-
/**
|
|
13
|
-
* Represents events dispatched by the `ArrayList` class.
|
|
14
|
-
*
|
|
15
|
-
* @param type The type of the event.
|
|
16
|
-
* @param list The reference to the `ArrayList` instance that dispatches this event.
|
|
17
|
-
*/
|
|
18
|
-
constructor(type, list) {
|
|
19
|
-
this.type = type;
|
|
20
|
-
this.list = list;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJyYXktbGlzdC5ldmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItdG9vbGJveC9zcmMvbGliL2NvbGxlY3Rpb24vYXJyYXktbGlzdC5ldmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFLSDs7R0FFRztBQUNILE1BQU0sT0FBTyxjQUFjO0lBWXZCOzs7OztPQUtHO0lBQ0gsWUFBWSxJQUF3QixFQUFFLElBQWtCO1FBQ3BELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO0lBQ3JCLENBQUM7Q0FDSiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxyXG4gKiBAbGljZW5zZVxyXG4gKiBDb3B5cmlnaHQgUGFzY2FsIEVDSEVNQU5OLiBBbGwgUmlnaHRzIFJlc2VydmVkLlxyXG4gKlxyXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxyXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vcGFzY2FsZWNoZW1hbm4uY29tL2FuZ3VsYXItdG9vbGJveC9yZXNvdXJjZXMvbGljZW5zZVxyXG4gKi9cclxuXHJcbmltcG9ydCB7IEFycmF5TGlzdCB9IGZyb20gXCIuL2FycmF5LWxpc3RcIjtcclxuaW1wb3J0IHsgQXJyYXlMaXN0RXZlbnRUeXBlIH0gZnJvbSBcIi4vYXJyYXktbGlzdC1ldmVudC10eXBlLmVudW1cIjtcclxuXHJcbi8qKlxyXG4gKiBUaGUgYEFycmF5TGlzdEV2ZW50YCBjbGFzcyByZXByZXNlbnRzIGFuIGV2ZW50IHRoYXQgaXMgZGlzcGF0Y2hlZCB3aGVuIHRoZSBhc3NvY2lhdGVkIGNvbGxlY3Rpb24gY2hhbmdlcy5cclxuICovXHJcbmV4cG9ydCBjbGFzcyBBcnJheUxpc3RFdmVudDxUPiB7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBUaGUgdHlwZSBvZiB0aGlzIGV2ZW50LlxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgcmVhZG9ubHkgdHlwZTogQXJyYXlMaXN0RXZlbnRUeXBlO1xyXG4gICAgXHJcbiAgICAvKipcclxuICAgICAqIFRoZSByZWZlcmVuY2UgdG8gdGhlIGBBcnJheUxpc3RgIGluc3RhbmNlIHRoYXQgZGlzcGF0Y2hlcyB0aGlzIGV2ZW50LlxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgcmVhZG9ubHkgbGlzdDogQXJyYXlMaXN0PFQ+O1xyXG4gICAgXHJcbiAgICAvKipcclxuICAgICAqIFJlcHJlc2VudHMgZXZlbnRzIGRpc3BhdGNoZWQgYnkgdGhlIGBBcnJheUxpc3RgIGNsYXNzLlxyXG4gICAgICogXHJcbiAgICAgKiBAcGFyYW0gdHlwZSBUaGUgdHlwZSBvZiB0aGUgZXZlbnQuXHJcbiAgICAgKiBAcGFyYW0gbGlzdCBUaGUgcmVmZXJlbmNlIHRvIHRoZSBgQXJyYXlMaXN0YCBpbnN0YW5jZSB0aGF0IGRpc3BhdGNoZXMgdGhpcyBldmVudC5cclxuICAgICAqL1xyXG4gICAgY29uc3RydWN0b3IodHlwZTogQXJyYXlMaXN0RXZlbnRUeXBlLCBsaXN0OiBBcnJheUxpc3Q8VD4pIHtcclxuICAgICAgICB0aGlzLnR5cGUgPSB0eXBlO1xyXG4gICAgICAgIHRoaXMubGlzdCA9IGxpc3Q7XHJcbiAgICB9XHJcbn0iXX0=
|
|
@@ -1,158 +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 } from "@angular/core";
|
|
9
|
-
import { IdentifiableComponent } from "../core";
|
|
10
|
-
import { ArrayListEvent } from "./array-list.event";
|
|
11
|
-
import { ArrayListEventType } from "./array-list-event-type.enum";
|
|
12
|
-
/**
|
|
13
|
-
* The `ArrayList` class uses a backing `Array` as the source of the data collection. Items in the backing
|
|
14
|
-
* `Array` can be accessed and manipulated using the methods and properties of the `ArrayList` instance.
|
|
15
|
-
* Operations on an `ArrayList` instance modify the data source.
|
|
16
|
-
*
|
|
17
|
-
* You typically use the `ArrayList` class as base class for services that persist data in the User Interface.
|
|
18
|
-
*/
|
|
19
|
-
export class ArrayList extends IdentifiableComponent {
|
|
20
|
-
/**
|
|
21
|
-
* Gets the number of items in the list.
|
|
22
|
-
*/
|
|
23
|
-
get length() {
|
|
24
|
-
return this.__list__.length;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* @private
|
|
28
|
-
*/
|
|
29
|
-
constructor(classRef = undefined) {
|
|
30
|
-
super(classRef || "ArrayList");
|
|
31
|
-
/**
|
|
32
|
-
* Dispatches events each time this `ArrayList` is modified.
|
|
33
|
-
*/
|
|
34
|
-
this.change = new EventEmitter();
|
|
35
|
-
/**
|
|
36
|
-
* @private
|
|
37
|
-
* The array used as a source for the `ArrayList`.
|
|
38
|
-
*/
|
|
39
|
-
this.__list__ = [];
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Adds a list of items to the current `ArrayList` instance, placing them at the end of the
|
|
43
|
-
* list in the order they are passed.
|
|
44
|
-
*
|
|
45
|
-
* @param addList The list of items to add to this current `ArrayList` instance.
|
|
46
|
-
*
|
|
47
|
-
* @return A reference to this `ArrayList` instance.
|
|
48
|
-
*/
|
|
49
|
-
addAll(addList) {
|
|
50
|
-
this.__list__.push(...addList);
|
|
51
|
-
this.dispatchEvent(ArrayListEventType.ADD_ALL);
|
|
52
|
-
return this;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Adds the specified item to the end of the list.
|
|
56
|
-
*
|
|
57
|
-
* @param item The item to add.
|
|
58
|
-
*
|
|
59
|
-
* @return A reference to this `ArrayList` instance.
|
|
60
|
-
*/
|
|
61
|
-
addItem(item) {
|
|
62
|
-
this.__list__.push(item);
|
|
63
|
-
this.dispatchEvent(ArrayListEventType.ADD);
|
|
64
|
-
return this;
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Adds the item at the specified index.
|
|
68
|
-
*
|
|
69
|
-
* @param item The item to place at the index.
|
|
70
|
-
* @param index The index at which to place the item.
|
|
71
|
-
*
|
|
72
|
-
* @return A reference to this `ArrayList` instance.
|
|
73
|
-
*/
|
|
74
|
-
addItemAt(item, index) {
|
|
75
|
-
if (index < 0)
|
|
76
|
-
throw new RangeError("index must be greater that 0");
|
|
77
|
-
const len = this.__list__.length;
|
|
78
|
-
if (index > len)
|
|
79
|
-
throw new RangeError(`index exceeds the number of list elements. Index must not exceed ${len}.`);
|
|
80
|
-
this.__list__.splice(index, 0, item);
|
|
81
|
-
this.dispatchEvent(ArrayListEventType.ADD);
|
|
82
|
-
return this;
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Gets the item at the specified index.
|
|
86
|
-
*
|
|
87
|
-
* @param index The index in the list from which to retrieve the item.
|
|
88
|
-
*
|
|
89
|
-
* @returns The item at that index, `undefined` if there is none.
|
|
90
|
-
*/
|
|
91
|
-
getItemAt(index) {
|
|
92
|
-
return this.__list__[index];
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Returns the index of the item if it is in the list.
|
|
96
|
-
*
|
|
97
|
-
* @param item The item to find.
|
|
98
|
-
*
|
|
99
|
-
* @returns The index of the item, `-1` if the item is not in the list.
|
|
100
|
-
*/
|
|
101
|
-
getItemIndex(item) {
|
|
102
|
-
return this.__list__.findIndex(elm => elm === item);
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Removes all items from the list.
|
|
106
|
-
*
|
|
107
|
-
* @return A reference to this `ArrayList` instance.
|
|
108
|
-
*/
|
|
109
|
-
removeAll() {
|
|
110
|
-
this.__list__.length = 0;
|
|
111
|
-
this.dispatchEvent(ArrayListEventType.REMOVE_ALL);
|
|
112
|
-
return this;
|
|
113
|
-
}
|
|
114
|
-
/**
|
|
115
|
-
* Removes the specified item from this list.
|
|
116
|
-
*
|
|
117
|
-
* @param item Reference to the item that should be removed.
|
|
118
|
-
*
|
|
119
|
-
* @returns `true` whether if the item was removed; `false` otherwise.
|
|
120
|
-
*/
|
|
121
|
-
removeItem(item) {
|
|
122
|
-
const idx = this.getItemIndex(item);
|
|
123
|
-
if (idx === -1)
|
|
124
|
-
return false;
|
|
125
|
-
this.__list__.splice(idx, 1);
|
|
126
|
-
this.dispatchEvent(ArrayListEventType.REMOVE);
|
|
127
|
-
return true;
|
|
128
|
-
}
|
|
129
|
-
/**
|
|
130
|
-
* Removes the item at the specified index and returns it.
|
|
131
|
-
* Any items that were after this index are now one index earlier.
|
|
132
|
-
*
|
|
133
|
-
* @param index The index from which to remove the item.
|
|
134
|
-
|
|
135
|
-
* @returns The item that was removed.
|
|
136
|
-
*/
|
|
137
|
-
removeItemAt(index) {
|
|
138
|
-
const result = this.__list__.splice(index, 1)[0];
|
|
139
|
-
this.dispatchEvent(ArrayListEventType.REMOVE);
|
|
140
|
-
return result;
|
|
141
|
-
}
|
|
142
|
-
/**
|
|
143
|
-
* Returns an array that is populated in the same order as this `ArrayList` instance.
|
|
144
|
-
*
|
|
145
|
-
* @returns An array that is populated in the same order as this `ArrayList` instance.
|
|
146
|
-
*/
|
|
147
|
-
toArray() {
|
|
148
|
-
return this.__list__.slice(0);
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* @private
|
|
152
|
-
*/
|
|
153
|
-
dispatchEvent(type) {
|
|
154
|
-
const event = new ArrayListEvent(type, this);
|
|
155
|
-
this.change.emit(event);
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJyYXktbGlzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItdG9vbGJveC9zcmMvbGliL2NvbGxlY3Rpb24vYXJyYXktbGlzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLFNBQVMsQ0FBQztBQUNoRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDcEQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFFbEU7Ozs7OztHQU1HO0FBQ0gsTUFBTSxPQUFPLFNBQWEsU0FBUSxxQkFBcUI7SUFPbkQ7O09BRUc7SUFDSCxJQUFXLE1BQU07UUFDYixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDO0lBQ2hDLENBQUM7SUFRRDs7T0FFRztJQUNILFlBQVksV0FBK0IsU0FBUztRQUNoRCxLQUFLLENBQUMsUUFBUSxJQUFJLFdBQVcsQ0FBQyxDQUFDO1FBdEJuQzs7V0FFRztRQUNhLFdBQU0sR0FBb0MsSUFBSSxZQUFZLEVBQXFCLENBQUM7UUFTaEc7OztXQUdHO1FBQ08sYUFBUSxHQUFhLEVBQUUsQ0FBQztJQU9sQyxDQUFDO0lBRUQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxPQUFpQjtRQUMzQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLE9BQU8sQ0FBQyxDQUFDO1FBQy9CLElBQUksQ0FBQyxhQUFhLENBQUMsa0JBQWtCLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDL0MsT0FBTyxJQUFJLENBQUM7SUFDaEIsQ0FBQztJQUVEOzs7Ozs7T0FNRztJQUNJLE9BQU8sQ0FBQyxJQUFPO1FBQ2xCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ3pCLElBQUksQ0FBQyxhQUFhLENBQUMsa0JBQWtCLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDM0MsT0FBTyxJQUFJLENBQUM7SUFDaEIsQ0FBQztJQUVEOzs7Ozs7O09BT0c7SUFDSSxTQUFTLENBQUMsSUFBTyxFQUFFLEtBQWE7UUFDbkMsSUFBSSxLQUFLLEdBQUcsQ0FBQztZQUFFLE1BQU0sSUFBSSxVQUFVLENBQUUsOEJBQThCLENBQUMsQ0FBQztRQUNyRSxNQUFNLEdBQUcsR0FBVyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQztRQUN6QyxJQUFJLEtBQUssR0FBRyxHQUFHO1lBQUUsTUFBTSxJQUFJLFVBQVUsQ0FBRSxvRUFBb0UsR0FBRyxHQUFHLENBQUMsQ0FBQztRQUNuSCxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLEVBQUUsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ3JDLElBQUksQ0FBQyxhQUFhLENBQUMsa0JBQWtCLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDM0MsT0FBTyxJQUFJLENBQUM7SUFDaEIsQ0FBQztJQUVEOzs7Ozs7T0FNRztJQUNJLFNBQVMsQ0FBQyxLQUFhO1FBQzFCLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0ksWUFBWSxDQUFDLElBQU87UUFDdkIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsS0FBSyxJQUFJLENBQUMsQ0FBQztJQUN4RCxDQUFDO0lBRUQ7Ozs7T0FJRztJQUNJLFNBQVM7UUFDWixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7UUFDekIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUNsRCxPQUFPLElBQUksQ0FBQztJQUNoQixDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0ksVUFBVSxDQUFDLElBQU87UUFDckIsTUFBTSxHQUFHLEdBQVcsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM1QyxJQUFJLEdBQUcsS0FBSyxDQUFDLENBQUM7WUFBRSxPQUFPLEtBQUssQ0FBQztRQUM3QixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLGFBQWEsQ0FBQyxrQkFBa0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUM5QyxPQUFPLElBQUksQ0FBQztJQUNoQixDQUFDO0lBRUQ7Ozs7Ozs7T0FPRztJQUNJLFlBQVksQ0FBQyxLQUFhO1FBQzdCLE1BQU0sTUFBTSxHQUFNLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNwRCxJQUFJLENBQUMsYUFBYSxDQUFDLGtCQUFrQixDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQzlDLE9BQU8sTUFBTSxDQUFDO0lBQ2xCLENBQUM7SUFFRDs7OztPQUlHO0lBQ0ksT0FBTztRQUNWLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUVEOztPQUVHO0lBQ0ssYUFBYSxDQUFDLElBQXdCO1FBQzFDLE1BQU0sS0FBSyxHQUFzQixJQUFJLGNBQWMsQ0FBSSxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUIsQ0FBQztDQUNKIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXHJcbiAqIEBsaWNlbnNlXHJcbiAqIENvcHlyaWdodCBQYXNjYWwgRUNIRU1BTk4uIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXHJcbiAqXHJcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXHJcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9wYXNjYWxlY2hlbWFubi5jb20vYW5ndWxhci10b29sYm94L3Jlc291cmNlcy9saWNlbnNlXHJcbiAqL1xyXG5cclxuaW1wb3J0IHsgRXZlbnRFbWl0dGVyIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgSWRlbnRpZmlhYmxlQ29tcG9uZW50IH0gZnJvbSBcIi4uL2NvcmVcIjtcclxuaW1wb3J0IHsgQXJyYXlMaXN0RXZlbnQgfSBmcm9tIFwiLi9hcnJheS1saXN0LmV2ZW50XCI7XHJcbmltcG9ydCB7IEFycmF5TGlzdEV2ZW50VHlwZSB9IGZyb20gXCIuL2FycmF5LWxpc3QtZXZlbnQtdHlwZS5lbnVtXCI7XHJcblxyXG4vKipcclxuICogVGhlIGBBcnJheUxpc3RgIGNsYXNzIHVzZXMgYSBiYWNraW5nIGBBcnJheWAgYXMgdGhlIHNvdXJjZSBvZiB0aGUgZGF0YSBjb2xsZWN0aW9uLiBJdGVtcyBpbiB0aGUgYmFja2luZ1xyXG4gKiBgQXJyYXlgIGNhbiBiZSBhY2Nlc3NlZCBhbmQgbWFuaXB1bGF0ZWQgdXNpbmcgdGhlIG1ldGhvZHMgYW5kIHByb3BlcnRpZXMgb2YgdGhlIGBBcnJheUxpc3RgIGluc3RhbmNlLlxyXG4gKiBPcGVyYXRpb25zIG9uIGFuIGBBcnJheUxpc3RgIGluc3RhbmNlIG1vZGlmeSB0aGUgZGF0YSBzb3VyY2UuXHJcbiAqIFxyXG4gKiBZb3UgdHlwaWNhbGx5IHVzZSB0aGUgYEFycmF5TGlzdGAgY2xhc3MgYXMgYmFzZSBjbGFzcyBmb3Igc2VydmljZXMgdGhhdCBwZXJzaXN0IGRhdGEgaW4gdGhlIFVzZXIgSW50ZXJmYWNlLlxyXG4gKi9cclxuZXhwb3J0IGNsYXNzIEFycmF5TGlzdDxUPiBleHRlbmRzIElkZW50aWZpYWJsZUNvbXBvbmVudCB7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBEaXNwYXRjaGVzIGV2ZW50cyBlYWNoIHRpbWUgdGhpcyBgQXJyYXlMaXN0YCBpcyBtb2RpZmllZC5cclxuICAgICAqL1xyXG4gICAgcHVibGljIHJlYWRvbmx5IGNoYW5nZTogRXZlbnRFbWl0dGVyPEFycmF5TGlzdEV2ZW50PFQ+PiA9IG5ldyBFdmVudEVtaXR0ZXI8QXJyYXlMaXN0RXZlbnQ8VD4+KCk7XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBHZXRzIHRoZSBudW1iZXIgb2YgaXRlbXMgaW4gdGhlIGxpc3QuXHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBnZXQgbGVuZ3RoKCk6IG51bWJlciB7XHJcbiAgICAgICAgcmV0dXJuIHRoaXMuX19saXN0X18ubGVuZ3RoO1xyXG4gICAgfVxyXG5cclxuICAgIC8qKlxyXG4gICAgICogQHByaXZhdGVcclxuICAgICAqIFRoZSBhcnJheSB1c2VkIGFzIGEgc291cmNlIGZvciB0aGUgYEFycmF5TGlzdGAuXHJcbiAgICAgKi9cclxuICAgIHByb3RlY3RlZCBfX2xpc3RfXzogQXJyYXk8VD4gPSBbXTtcclxuXHJcbiAgICAvKipcclxuICAgICAqIEBwcml2YXRlXHJcbiAgICAgKi9cclxuICAgIGNvbnN0cnVjdG9yKGNsYXNzUmVmOiBzdHJpbmcgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQpIHtcclxuICAgICAgICBzdXBlcihjbGFzc1JlZiB8fCBcIkFycmF5TGlzdFwiKTtcclxuICAgIH1cclxuICAgIFxyXG4gICAgLyoqXHJcbiAgICAgKiBBZGRzIGEgbGlzdCBvZiBpdGVtcyB0byB0aGUgY3VycmVudCBgQXJyYXlMaXN0YCBpbnN0YW5jZSwgcGxhY2luZyB0aGVtIGF0IHRoZSBlbmQgb2YgdGhlXHJcbiAgICAgKiBsaXN0IGluIHRoZSBvcmRlciB0aGV5IGFyZSBwYXNzZWQuXHJcbiAgICAgKiBcclxuICAgICAqIEBwYXJhbSBhZGRMaXN0IFRoZSBsaXN0IG9mIGl0ZW1zIHRvIGFkZCB0byB0aGlzIGN1cnJlbnQgYEFycmF5TGlzdGAgaW5zdGFuY2UuXHJcbiAgICAgKiBcclxuICAgICAqIEByZXR1cm4gQSByZWZlcmVuY2UgdG8gdGhpcyBgQXJyYXlMaXN0YCBpbnN0YW5jZS5cclxuICAgICAqL1xyXG4gICAgcHVibGljIGFkZEFsbChhZGRMaXN0OiBBcnJheTxUPik6IEFycmF5TGlzdDxUPiB7XHJcbiAgICAgICAgdGhpcy5fX2xpc3RfXy5wdXNoKC4uLmFkZExpc3QpO1xyXG4gICAgICAgIHRoaXMuZGlzcGF0Y2hFdmVudChBcnJheUxpc3RFdmVudFR5cGUuQUREX0FMTCk7XHJcbiAgICAgICAgcmV0dXJuIHRoaXM7XHJcbiAgICB9XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBBZGRzIHRoZSBzcGVjaWZpZWQgaXRlbSB0byB0aGUgZW5kIG9mIHRoZSBsaXN0LlxyXG4gICAgICogXHJcbiAgICAgKiBAcGFyYW0gaXRlbSBUaGUgaXRlbSB0byBhZGQuXHJcbiAgICAgKiBcclxuICAgICAqIEByZXR1cm4gQSByZWZlcmVuY2UgdG8gdGhpcyBgQXJyYXlMaXN0YCBpbnN0YW5jZS5cclxuICAgICAqL1xyXG4gICAgcHVibGljIGFkZEl0ZW0oaXRlbTogVCk6IEFycmF5TGlzdDxUPiB7XHJcbiAgICAgICAgdGhpcy5fX2xpc3RfXy5wdXNoKGl0ZW0pO1xyXG4gICAgICAgIHRoaXMuZGlzcGF0Y2hFdmVudChBcnJheUxpc3RFdmVudFR5cGUuQUREKTtcclxuICAgICAgICByZXR1cm4gdGhpcztcclxuICAgIH1cclxuXHJcbiAgICAvKipcclxuICAgICAqIEFkZHMgdGhlIGl0ZW0gYXQgdGhlIHNwZWNpZmllZCBpbmRleC5cclxuICAgICAqXHJcbiAgICAgKiBAcGFyYW0gaXRlbSBUaGUgaXRlbSB0byBwbGFjZSBhdCB0aGUgaW5kZXguXHJcbiAgICAgKiBAcGFyYW0gaW5kZXggVGhlIGluZGV4IGF0IHdoaWNoIHRvIHBsYWNlIHRoZSBpdGVtLlxyXG4gICAgICogXHJcbiAgICAgKiBAcmV0dXJuIEEgcmVmZXJlbmNlIHRvIHRoaXMgYEFycmF5TGlzdGAgaW5zdGFuY2UuXHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBhZGRJdGVtQXQoaXRlbTogVCwgaW5kZXg6IG51bWJlcik6IEFycmF5TGlzdDxUPiB7XHJcbiAgICAgICAgaWYgKGluZGV4IDwgMCkgdGhyb3cgbmV3IFJhbmdlRXJyb3IgKFwiaW5kZXggbXVzdCBiZSBncmVhdGVyIHRoYXQgMFwiKTtcclxuICAgICAgICBjb25zdCBsZW46IG51bWJlciA9IHRoaXMuX19saXN0X18ubGVuZ3RoO1xyXG4gICAgICAgIGlmIChpbmRleCA+IGxlbikgdGhyb3cgbmV3IFJhbmdlRXJyb3IgKGBpbmRleCBleGNlZWRzIHRoZSBudW1iZXIgb2YgbGlzdCBlbGVtZW50cy4gSW5kZXggbXVzdCBub3QgZXhjZWVkICR7bGVufS5gKTtcclxuICAgICAgICB0aGlzLl9fbGlzdF9fLnNwbGljZShpbmRleCwgMCwgaXRlbSk7XHJcbiAgICAgICAgdGhpcy5kaXNwYXRjaEV2ZW50KEFycmF5TGlzdEV2ZW50VHlwZS5BREQpO1xyXG4gICAgICAgIHJldHVybiB0aGlzO1xyXG4gICAgfVxyXG5cclxuICAgIC8qKlxyXG4gICAgICogR2V0cyB0aGUgaXRlbSBhdCB0aGUgc3BlY2lmaWVkIGluZGV4LlxyXG4gICAgICpcclxuICAgICAqIEBwYXJhbSBpbmRleCBUaGUgaW5kZXggaW4gdGhlIGxpc3QgZnJvbSB3aGljaCB0byByZXRyaWV2ZSB0aGUgaXRlbS5cclxuICAgICAqIFxyXG4gICAgICogQHJldHVybnMgVGhlIGl0ZW0gYXQgdGhhdCBpbmRleCwgYHVuZGVmaW5lZGAgaWYgdGhlcmUgaXMgbm9uZS5cclxuICAgICAqL1xyXG4gICAgcHVibGljIGdldEl0ZW1BdChpbmRleDogbnVtYmVyKTogVCB8IHVuZGVmaW5lZCB7XHJcbiAgICAgICAgcmV0dXJuIHRoaXMuX19saXN0X19baW5kZXhdO1xyXG4gICAgfVxyXG5cclxuICAgIC8qKlxyXG4gICAgICogUmV0dXJucyB0aGUgaW5kZXggb2YgdGhlIGl0ZW0gaWYgaXQgaXMgaW4gdGhlIGxpc3QuXHJcbiAgICAgKiBcclxuICAgICAqIEBwYXJhbSBpdGVtIFRoZSBpdGVtIHRvIGZpbmQuXHJcbiAgICAgKiBcclxuICAgICAqIEByZXR1cm5zIFRoZSBpbmRleCBvZiB0aGUgaXRlbSwgYC0xYCBpZiB0aGUgaXRlbSBpcyBub3QgaW4gdGhlIGxpc3QuXHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyBnZXRJdGVtSW5kZXgoaXRlbTogVCk6IG51bWJlciB7XHJcbiAgICAgICAgcmV0dXJuIHRoaXMuX19saXN0X18uZmluZEluZGV4KGVsbSA9PiBlbG0gPT09IGl0ZW0pO1xyXG4gICAgfVxyXG5cclxuICAgIC8qKlxyXG4gICAgICogUmVtb3ZlcyBhbGwgaXRlbXMgZnJvbSB0aGUgbGlzdC5cclxuICAgICAqIFxyXG4gICAgICogQHJldHVybiBBIHJlZmVyZW5jZSB0byB0aGlzIGBBcnJheUxpc3RgIGluc3RhbmNlLlxyXG4gICAgICovXHJcbiAgICBwdWJsaWMgcmVtb3ZlQWxsKCk6IEFycmF5TGlzdDxUPiB7XHJcbiAgICAgICAgdGhpcy5fX2xpc3RfXy5sZW5ndGggPSAwO1xyXG4gICAgICAgIHRoaXMuZGlzcGF0Y2hFdmVudChBcnJheUxpc3RFdmVudFR5cGUuUkVNT1ZFX0FMTCk7XHJcbiAgICAgICAgcmV0dXJuIHRoaXM7XHJcbiAgICB9XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBSZW1vdmVzIHRoZSBzcGVjaWZpZWQgaXRlbSBmcm9tIHRoaXMgbGlzdC5cclxuICAgICAqIFxyXG4gICAgICogQHBhcmFtIGl0ZW0gUmVmZXJlbmNlIHRvIHRoZSBpdGVtIHRoYXQgc2hvdWxkIGJlIHJlbW92ZWQuXHJcbiAgICAgKlxyXG4gICAgICogQHJldHVybnMgIGB0cnVlYCB3aGV0aGVyIGlmIHRoZSBpdGVtIHdhcyByZW1vdmVkOyBgZmFsc2VgIG90aGVyd2lzZS5cclxuICAgICAqL1xyXG4gICAgcHVibGljIHJlbW92ZUl0ZW0oaXRlbTogVCk6IGJvb2xlYW4ge1xyXG4gICAgICAgIGNvbnN0IGlkeDogbnVtYmVyID0gdGhpcy5nZXRJdGVtSW5kZXgoaXRlbSk7XHJcbiAgICAgICAgaWYgKGlkeCA9PT0gLTEpIHJldHVybiBmYWxzZTtcclxuICAgICAgICB0aGlzLl9fbGlzdF9fLnNwbGljZShpZHgsIDEpO1xyXG4gICAgICAgIHRoaXMuZGlzcGF0Y2hFdmVudChBcnJheUxpc3RFdmVudFR5cGUuUkVNT1ZFKTtcclxuICAgICAgICByZXR1cm4gdHJ1ZTtcclxuICAgIH1cclxuXHJcbiAgICAvKipcclxuICAgICAqIFJlbW92ZXMgdGhlIGl0ZW0gYXQgdGhlIHNwZWNpZmllZCBpbmRleCBhbmQgcmV0dXJucyBpdC5cclxuICAgICAqIEFueSBpdGVtcyB0aGF0IHdlcmUgYWZ0ZXIgdGhpcyBpbmRleCBhcmUgbm93IG9uZSBpbmRleCBlYXJsaWVyLlxyXG4gICAgICogXHJcbiAgICAgKiBAcGFyYW0gaW5kZXggVGhlIGluZGV4IGZyb20gd2hpY2ggdG8gcmVtb3ZlIHRoZSBpdGVtLlxyXG5cclxuICAgICAqIEByZXR1cm5zIFRoZSBpdGVtIHRoYXQgd2FzIHJlbW92ZWQuXHJcbiAgICAgKi9cclxuICAgIHB1YmxpYyByZW1vdmVJdGVtQXQoaW5kZXg6IG51bWJlcik6IFQgfCB1bmRlZmluZWQge1xyXG4gICAgICAgIGNvbnN0IHJlc3VsdDogVCA9IHRoaXMuX19saXN0X18uc3BsaWNlKGluZGV4LCAxKVswXTtcclxuICAgICAgICB0aGlzLmRpc3BhdGNoRXZlbnQoQXJyYXlMaXN0RXZlbnRUeXBlLlJFTU9WRSk7XHJcbiAgICAgICAgcmV0dXJuIHJlc3VsdDtcclxuICAgIH1cclxuXHJcbiAgICAvKipcclxuICAgICAqIFJldHVybnMgYW4gYXJyYXkgdGhhdCBpcyBwb3B1bGF0ZWQgaW4gdGhlIHNhbWUgb3JkZXIgYXMgdGhpcyBgQXJyYXlMaXN0YCBpbnN0YW5jZS5cclxuICAgICAqIFxyXG4gICAgICogQHJldHVybnMgQW4gYXJyYXkgdGhhdCBpcyBwb3B1bGF0ZWQgaW4gdGhlIHNhbWUgb3JkZXIgYXMgdGhpcyBgQXJyYXlMaXN0YCBpbnN0YW5jZS5cclxuICAgICAqL1xyXG4gICAgcHVibGljIHRvQXJyYXkoKTogQXJyYXk8VD4ge1xyXG4gICAgICAgIHJldHVybiB0aGlzLl9fbGlzdF9fLnNsaWNlKDApO1xyXG4gICAgfVxyXG5cclxuICAgIC8qKlxyXG4gICAgICogQHByaXZhdGVcclxuICAgICAqL1xyXG4gICAgcHJpdmF0ZSBkaXNwYXRjaEV2ZW50KHR5cGU6IEFycmF5TGlzdEV2ZW50VHlwZSk6IHZvaWQge1xyXG4gICAgICAgIGNvbnN0IGV2ZW50OiBBcnJheUxpc3RFdmVudDxUPiA9IG5ldyBBcnJheUxpc3RFdmVudDxUPih0eXBlLCB0aGlzKTtcclxuICAgICAgICB0aGlzLmNoYW5nZS5lbWl0KGV2ZW50KTtcclxuICAgIH1cclxufSJdfQ==
|
|
@@ -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
|
-
export * from './array-list';
|
|
9
|
-
export * from './array-list.event';
|
|
10
|
-
export * from './array-list-event-type.enum';
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXRvb2xib3gvc3JjL2xpYi9jb2xsZWN0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7R0FNRztBQUVILGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyw4QkFBOEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxyXG4gKiBAbGljZW5zZVxyXG4gKiBDb3B5cmlnaHQgUGFzY2FsIEVDSEVNQU5OLiBBbGwgUmlnaHRzIFJlc2VydmVkLlxyXG4gKlxyXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxyXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vcGFzY2FsZWNoZW1hbm4uY29tL2FuZ3VsYXItdG9vbGJveC9yZXNvdXJjZXMvbGljZW5zZVxyXG4gKi9cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vYXJyYXktbGlzdCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vYXJyYXktbGlzdC5ldmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vYXJyYXktbGlzdC1ldmVudC10eXBlLmVudW0nOyJdfQ==
|
|
@@ -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
|
|
6
|
-
* found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license
|
|
7
|
-
*/
|
|
8
|
-
import { Component } from '@angular/core';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export class AngularToolboxLogoComponent {
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: AngularToolboxLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.3", type: AngularToolboxLogoComponent, isStandalone: true, selector: "atx-logo", ngImport: i0, template: "<!--\r\n * LICENSE\r\n * Copyright Pascal ECHEMANN. All Rights Reserved.\r\n *\r\n * Use of this source code is governed by an MIT-style license that can be\r\n * found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license\r\n-->\r\n \r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t viewBox=\"0 0 185.6 200\" style=\"enable-background:new 0 0 185.6 200;\" xml:space=\"preserve\">\r\n\t<style type=\"text/css\">.st3{opacity:0.75;fill:#FFFFFF;}</style>\r\n\t<g>\r\n\t\t<polygon fill=\"#03A9F4\" points=\"92.4,1.9 92.4,1.9 92.4,1.9 1.8,34.6 15.5,155 92.4,198.1 92.4,198.1 92.4,198.1 169.8,155 183.8,34.6\"/>\r\n\t\t<polygon fill=\"#039BE5\" points=\"92.4,1.9 92.4,23.7 92.4,23.7 92.4,122.8 92.4,122.8 92.4,198.1 92.4,198.1 169.8,155 183.8,34.6\"/>\r\n\t</g>\r\n\t<g>\r\n\t\t<path fill=\"#FFFFFF\" d=\"M60.3,75.1l17.9,17.9c3.1-2.9,5.7-5.5,7.7-7.4L67.9,67.5l-2.2-9.8l-16.1-9.8l-4.4,4.4l-4.4,4.4l9.8,16.1 L60.3,75.1z\"/>\r\n\t\t<path class=\"st3\" d=\"M114.7,104.3l26.5,26.4c4.9,4.9,4.9,12.8,0,17.7c-4.9,4.9-12.8,4.9-17.7,0L97.1,122L114.7,104.3z\"/>\r\n\t\t<path fill=\"#FFFFFF\" d=\"M92.4,114.6V89l-49.2,47.2c-0.1,0.1-0.2,0.2-0.3,0.3c-4.3,4.3-4.2,11.1-0.1,15.3c4.1,4.1,11.1,4.2,15.4,0 c0.2-0.2,0.4-0.4,0.6-0.6\"/>\r\n\t\t<path class=\"st3\" d=\"M144.3,61.6l-1.8-1.5c-0.3-0.3-0.7-0.4-1.2-0.4c-0.4,0-0.8,0.3-1.1,0.6L129.7,74c-0.3,0.4-0.8,0.6-1.3,0.6 l-3.8,0.3c-0.3,0-0.6-0.1-0.9-0.3l-7.4-6.3c-0.3-0.2-0.5-0.6-0.5-1l-0.5-3.5c-0.1-0.4,0-0.8,0.3-1.1l9.9-13.4 c0.4-0.6,0.4-1.5-0.2-2l-2.4-1.9c-0.5-0.4-1-0.4-1.7-0.2c-6.8,1.3-18.5,8-21.4,17.1c-2.6,8-1.7,13.7-1.7,13.7 c0,4.5-1.5,8.9-3.3,10.7L92.4,89v25.7l15.9-17.2c6.1-5.4,18.2,0.4,28.2-8.7c9.1-8.3,10.6-17.7,8.6-25.6 C145,62.5,144.9,62,144.3,61.6z\"/>\r\n\t</g>\r\n</svg>\r\n" }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.3", ngImport: i0, type: AngularToolboxLogoComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{ selector: 'atx-logo', standalone: true, template: "<!--\r\n * LICENSE\r\n * Copyright Pascal ECHEMANN. All Rights Reserved.\r\n *\r\n * Use of this source code is governed by an MIT-style license that can be\r\n * found in the LICENSE file at https://pascalechemann.com/angular-toolbox/resources/license\r\n-->\r\n \r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t viewBox=\"0 0 185.6 200\" style=\"enable-background:new 0 0 185.6 200;\" xml:space=\"preserve\">\r\n\t<style type=\"text/css\">.st3{opacity:0.75;fill:#FFFFFF;}</style>\r\n\t<g>\r\n\t\t<polygon fill=\"#03A9F4\" points=\"92.4,1.9 92.4,1.9 92.4,1.9 1.8,34.6 15.5,155 92.4,198.1 92.4,198.1 92.4,198.1 169.8,155 183.8,34.6\"/>\r\n\t\t<polygon fill=\"#039BE5\" points=\"92.4,1.9 92.4,23.7 92.4,23.7 92.4,122.8 92.4,122.8 92.4,198.1 92.4,198.1 169.8,155 183.8,34.6\"/>\r\n\t</g>\r\n\t<g>\r\n\t\t<path fill=\"#FFFFFF\" d=\"M60.3,75.1l17.9,17.9c3.1-2.9,5.7-5.5,7.7-7.4L67.9,67.5l-2.2-9.8l-16.1-9.8l-4.4,4.4l-4.4,4.4l9.8,16.1 L60.3,75.1z\"/>\r\n\t\t<path class=\"st3\" d=\"M114.7,104.3l26.5,26.4c4.9,4.9,4.9,12.8,0,17.7c-4.9,4.9-12.8,4.9-17.7,0L97.1,122L114.7,104.3z\"/>\r\n\t\t<path fill=\"#FFFFFF\" d=\"M92.4,114.6V89l-49.2,47.2c-0.1,0.1-0.2,0.2-0.3,0.3c-4.3,4.3-4.2,11.1-0.1,15.3c4.1,4.1,11.1,4.2,15.4,0 c0.2-0.2,0.4-0.4,0.6-0.6\"/>\r\n\t\t<path class=\"st3\" d=\"M144.3,61.6l-1.8-1.5c-0.3-0.3-0.7-0.4-1.2-0.4c-0.4,0-0.8,0.3-1.1,0.6L129.7,74c-0.3,0.4-0.8,0.6-1.3,0.6 l-3.8,0.3c-0.3,0-0.6-0.1-0.9-0.3l-7.4-6.3c-0.3-0.2-0.5-0.6-0.5-1l-0.5-3.5c-0.1-0.4,0-0.8,0.3-1.1l9.9-13.4 c0.4-0.6,0.4-1.5-0.2-2l-2.4-1.9c-0.5-0.4-1-0.4-1.7-0.2c-6.8,1.3-18.5,8-21.4,17.1c-2.6,8-1.7,13.7-1.7,13.7 c0,4.5-1.5,8.9-3.3,10.7L92.4,89v25.7l15.9-17.2c6.1-5.4,18.2,0.4,28.2-8.7c9.1-8.3,10.6-17.7,8.6-25.6 C145,62.5,144.9,62,144.3,61.6z\"/>\r\n\t</g>\r\n</svg>\r\n" }]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci10b29sYm94LWxvZ28uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci10b29sYm94L3NyYy9saWIvY29tcG9uZW50L2FuZ3VsYXItdG9vbGJveC1sb2dvL2FuZ3VsYXItdG9vbGJveC1sb2dvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItdG9vbGJveC9zcmMvbGliL2NvbXBvbmVudC9hbmd1bGFyLXRvb2xib3gtbG9nby9hbmd1bGFyLXRvb2xib3gtbG9nby5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xQyxNQUFNLE9BQU8sMkJBQTJCOzhHQUEzQiwyQkFBMkI7a0dBQTNCLDJCQUEyQixvRUNmeEMscXlEQXNCQTs7MkZEUGEsMkJBQTJCO2tCQUx2QyxTQUFTOytCQUNFLFVBQVUsY0FDUixJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXHJcbiAqIEBsaWNlbnNlXHJcbiAqIENvcHlyaWdodCBQYXNjYWwgRUNIRU1BTk4uIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXHJcbiAqXHJcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXHJcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9wYXNjYWxlY2hlbWFubi5jb20vYW5ndWxhci10b29sYm94L3Jlc291cmNlcy9saWNlbnNlXHJcbiAqL1xyXG5cclxuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2F0eC1sb2dvJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hbmd1bGFyLXRvb2xib3gtbG9nby5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIEFuZ3VsYXJUb29sYm94TG9nb0NvbXBvbmVudCB7IH1cclxuIiwiPCEtLVxyXG4gKiBMSUNFTlNFXHJcbiAqIENvcHlyaWdodCBQYXNjYWwgRUNIRU1BTk4uIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXHJcbiAqXHJcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXHJcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9wYXNjYWxlY2hlbWFubi5jb20vYW5ndWxhci10b29sYm94L3Jlc291cmNlcy9saWNlbnNlXHJcbi0tPlxyXG4gXHJcbjxzdmcgdmVyc2lvbj1cIjEuMVwiIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmtcIiB4PVwiMHB4XCIgeT1cIjBweFwiXHJcblx0IHZpZXdCb3g9XCIwIDAgMTg1LjYgMjAwXCIgc3R5bGU9XCJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4NS42IDIwMDtcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPlxyXG5cdDxzdHlsZSB0eXBlPVwidGV4dC9jc3NcIj4uc3Qze29wYWNpdHk6MC43NTtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+XHJcblx0PGc+XHJcblx0XHQ8cG9seWdvbiBmaWxsPVwiIzAzQTlGNFwiIHBvaW50cz1cIjkyLjQsMS45IDkyLjQsMS45IDkyLjQsMS45IDEuOCwzNC42IDE1LjUsMTU1IDkyLjQsMTk4LjEgOTIuNCwxOTguMSA5Mi40LDE5OC4xIDE2OS44LDE1NSAxODMuOCwzNC42XCIvPlxyXG5cdFx0PHBvbHlnb24gZmlsbD1cIiMwMzlCRTVcIiBwb2ludHM9XCI5Mi40LDEuOSA5Mi40LDIzLjcgOTIuNCwyMy43IDkyLjQsMTIyLjggOTIuNCwxMjIuOCA5Mi40LDE5OC4xIDkyLjQsMTk4LjEgMTY5LjgsMTU1IDE4My44LDM0LjZcIi8+XHJcblx0PC9nPlxyXG5cdDxnPlxyXG5cdFx0PHBhdGggZmlsbD1cIiNGRkZGRkZcIiBkPVwiTTYwLjMsNzUuMWwxNy45LDE3LjljMy4xLTIuOSw1LjctNS41LDcuNy03LjRMNjcuOSw2Ny41bC0yLjItOS44bC0xNi4xLTkuOGwtNC40LDQuNGwtNC40LDQuNGw5LjgsMTYuMSBMNjAuMyw3NS4xelwiLz5cclxuXHRcdDxwYXRoIGNsYXNzPVwic3QzXCIgZD1cIk0xMTQuNywxMDQuM2wyNi41LDI2LjRjNC45LDQuOSw0LjksMTIuOCwwLDE3LjdjLTQuOSw0LjktMTIuOCw0LjktMTcuNywwTDk3LjEsMTIyTDExNC43LDEwNC4zelwiLz5cclxuXHRcdDxwYXRoIGZpbGw9XCIjRkZGRkZGXCIgZD1cIk05Mi40LDExNC42Vjg5bC00OS4yLDQ3LjJjLTAuMSwwLjEtMC4yLDAuMi0wLjMsMC4zYy00LjMsNC4zLTQuMiwxMS4xLTAuMSwxNS4zYzQuMSw0LjEsMTEuMSw0LjIsMTUuNCwwIGMwLjItMC4yLDAuNC0wLjQsMC42LTAuNlwiLz5cclxuXHRcdDxwYXRoIGNsYXNzPVwic3QzXCIgZD1cIk0xNDQuMyw2MS42bC0xLjgtMS41Yy0wLjMtMC4zLTAuNy0wLjQtMS4yLTAuNGMtMC40LDAtMC44LDAuMy0xLjEsMC42TDEyOS43LDc0Yy0wLjMsMC40LTAuOCwwLjYtMS4zLDAuNiBsLTMuOCwwLjNjLTAuMywwLTAuNi0wLjEtMC45LTAuM2wtNy40LTYuM2MtMC4zLTAuMi0wLjUtMC42LTAuNS0xbC0wLjUtMy41Yy0wLjEtMC40LDAtMC44LDAuMy0xLjFsOS45LTEzLjQgYzAuNC0wLjYsMC40LTEuNS0wLjItMmwtMi40LTEuOWMtMC41LTAuNC0xLTAuNC0xLjctMC4yYy02LjgsMS4zLTE4LjUsOC0yMS40LDE3LjFjLTIuNiw4LTEuNywxMy43LTEuNywxMy43IGMwLDQuNS0xLjUsOC45LTMuMywxMC43TDkyLjQsODl2MjUuN2wxNS45LTE3LjJjNi4xLTUuNCwxOC4yLDAuNCwyOC4yLTguN2M5LjEtOC4zLDEwLjYtMTcuNyw4LjYtMjUuNiBDMTQ1LDYyLjUsMTQ0LjksNjIsMTQ0LjMsNjEuNnpcIi8+XHJcblx0PC9nPlxyXG48L3N2Zz5cclxuIl19
|