@ethlete/cdk 4.51.0 → 4.51.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ethlete/cdk
2
2
 
3
+ ## 4.51.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`089ce09`](https://github.com/ethlete-io/ethdk/commit/089ce09cb72b4420a49d6f165776fe3f391dc2fe) Thanks [@TomTomB](https://github.com/TomTomB)! - Use utils provided by query package
8
+
3
9
  ## 4.51.0
4
10
 
5
11
  ### Minor Changes
@@ -10,7 +10,7 @@ import { createDestroy, Memo, createComponentId, signalHostAttributes, signalHos
10
10
  import { __decorate, __metadata } from 'tslib';
11
11
  import { DomSanitizer, Title } from '@angular/platform-browser';
12
12
  import { toSignal, toObservable, takeUntilDestroyed, outputFromObservable } from '@angular/core/rxjs-interop';
13
- import { extractQuery, isQueryStateSuccess, isQueryStateFailure, isQueryStateLoading, QueryDirective, queryComputed, switchQueryState, shouldRetryRequest, isClassValidatorError, isSymfonyFormViolationListError, isSymfonyListError } from '@ethlete/query';
13
+ import { extractQuery, isQueryStateSuccess, isQueryStateFailure, isQueryStateLoading, QueryDirective, queryComputed, switchQueryState, shouldRetryRequest, ExperimentalQuery, isClassValidatorError, isSymfonyFormViolationListError, isSymfonyListError } from '@ethlete/query';
14
14
  import * as i1$2 from '@angular/cdk/a11y';
15
15
  import { FocusMonitor, FocusKeyManager, InputModalityDetector, FocusTrapFactory, InteractivityChecker, AriaDescriber, A11yModule } from '@angular/cdk/a11y';
16
16
  import { AutofillMonitor } from '@angular/cdk/text-field';
@@ -16685,350 +16685,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
16685
16685
  }] } });
16686
16686
 
16687
16687
  const QUERY_ERROR_TOKEN = new InjectionToken('QUERY_ERROR_DIRECTIVE_TOKEN');
16688
- const convertHttpStatusCodeToMessageEn = (statusCode) => {
16689
- switch (statusCode) {
16690
- case 400 /* HttpStatusCode.BadRequest */:
16691
- return 'Sorry, we could not process your request. Please try again later.';
16692
- case 401 /* HttpStatusCode.Unauthorized */:
16693
- return 'You are not authorized to perform this action. Please log in to continue.';
16694
- case 402 /* HttpStatusCode.PaymentRequired */:
16695
- return 'Payment is required to complete this action.';
16696
- case 403 /* HttpStatusCode.Forbidden */:
16697
- return 'You do not have permission to perform this action.';
16698
- case 404 /* HttpStatusCode.NotFound */:
16699
- return 'The requested resource was not found.';
16700
- case 405 /* HttpStatusCode.MethodNotAllowed */:
16701
- return 'The requested method is not allowed for this resource.';
16702
- case 406 /* HttpStatusCode.NotAcceptable */:
16703
- return 'The requested resource is not capable of generating a response matching the list of acceptable values.';
16704
- case 407 /* HttpStatusCode.ProxyAuthenticationRequired */:
16705
- return 'Proxy authentication is required to complete this action.';
16706
- case 408 /* HttpStatusCode.RequestTimeout */:
16707
- return 'The server timed out waiting for the request.';
16708
- case 409 /* HttpStatusCode.Conflict */:
16709
- return 'The request conflicts with the current state of the resource.';
16710
- case 410 /* HttpStatusCode.Gone */:
16711
- return 'The requested resource is no longer available and will not be available again.';
16712
- case 411 /* HttpStatusCode.LengthRequired */:
16713
- return 'The request did not specify the length of its content, which is required by the requested resource.';
16714
- case 412 /* HttpStatusCode.PreconditionFailed */:
16715
- return 'The server does not meet one of the preconditions that the requester put on the request.';
16716
- case 413 /* HttpStatusCode.PayloadTooLarge */:
16717
- return 'The request is larger than the server is willing or able to process.';
16718
- case 414 /* HttpStatusCode.UriTooLong */:
16719
- return 'The URL provided was too long for the server to process.';
16720
- case 415 /* HttpStatusCode.UnsupportedMediaType */:
16721
- return 'The request entity has a media type which the server or resource does not support.';
16722
- case 416 /* HttpStatusCode.RangeNotSatisfiable */:
16723
- return 'The client has asked for a portion of the file, but the server cannot supply that portion.';
16724
- case 417 /* HttpStatusCode.ExpectationFailed */:
16725
- return 'The server cannot meet the requirements of the Expect request-header field.';
16726
- case 418 /* HttpStatusCode.ImATeapot */:
16727
- return 'I am a teapot.';
16728
- case 421 /* HttpStatusCode.MisdirectedRequest */:
16729
- return 'The request was directed at a server that is not able to produce a response.';
16730
- case 422 /* HttpStatusCode.UnprocessableEntity */:
16731
- return 'The request was well-formed but was unable to be followed due to semantic errors.';
16732
- case 423 /* HttpStatusCode.Locked */:
16733
- return 'The resource that is being accessed is locked.';
16734
- case 424 /* HttpStatusCode.FailedDependency */:
16735
- return 'The request failed due to failure of a previous request.';
16736
- case 425 /* HttpStatusCode.TooEarly */:
16737
- return 'The server is unwilling to process the request because the user has not been authenticated.';
16738
- case 426 /* HttpStatusCode.UpgradeRequired */:
16739
- return 'The client should switch to a different protocol such as TLS/1.0, given in the Upgrade header field.';
16740
- case 428 /* HttpStatusCode.PreconditionRequired */:
16741
- return 'The origin server requires the request to be conditional.';
16742
- case 429 /* HttpStatusCode.TooManyRequests */:
16743
- return 'You have sent too many requests in a given amount of time. Please try again later.';
16744
- case 431 /* HttpStatusCode.RequestHeaderFieldsTooLarge */:
16745
- return 'The server is unwilling to process the request because its header fields are too large.';
16746
- case 451 /* HttpStatusCode.UnavailableForLegalReasons */:
16747
- return 'The resource is unavailable due to a legal demand.';
16748
- case 500 /* HttpStatusCode.InternalServerError */:
16749
- return 'Something went wrong on our end. Please try again later.';
16750
- case 501 /* HttpStatusCode.NotImplemented */:
16751
- return 'The server does not support the functionality required to fulfill the request.';
16752
- case 502 /* HttpStatusCode.BadGateway */:
16753
- return 'Something went wrong on our end. Please try again later.';
16754
- case 503 /* HttpStatusCode.ServiceUnavailable */:
16755
- return 'The server is currently unable to handle the request due to a temporary overload or maintenance of the server.';
16756
- case 504 /* HttpStatusCode.GatewayTimeout */:
16757
- return 'The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URL or some other auxiliary server it needed to access in attempting to complete the request.';
16758
- case 505 /* HttpStatusCode.HttpVersionNotSupported */:
16759
- return 'The server does not support the HTTP protocol version used in the request.';
16760
- case 506 /* HttpStatusCode.VariantAlsoNegotiates */:
16761
- return 'The server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process.';
16762
- case 507 /* HttpStatusCode.InsufficientStorage */:
16763
- return 'The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.';
16764
- case 508 /* HttpStatusCode.LoopDetected */:
16765
- return 'The server detected an infinite loop while processing the request.';
16766
- case 510 /* HttpStatusCode.NotExtended */:
16767
- return 'Further extensions to the request are required for the server to fulfill it.';
16768
- case 511 /* HttpStatusCode.NetworkAuthenticationRequired */:
16769
- return 'You need to authenticate to gain network access.';
16770
- default:
16771
- return 'Something went wrong. Check your internet connection and try again later.';
16772
- }
16773
- };
16774
- const convertHttpStatusCodeToMessageDe = (statusCode) => {
16775
- switch (statusCode) {
16776
- case 400 /* HttpStatusCode.BadRequest */:
16777
- return 'Entschuldigung, wir konnten Ihre Anfrage nicht bearbeiten. Bitte versuchen Sie es später erneut.';
16778
- case 401 /* HttpStatusCode.Unauthorized */:
16779
- return 'Sie sind nicht berechtigt, diese Aktion auszuführen. Bitte melden Sie sich an, um fortzufahren.';
16780
- case 402 /* HttpStatusCode.PaymentRequired */:
16781
- return 'Zur Ausführung dieser Aktion ist eine Zahlung erforderlich.';
16782
- case 403 /* HttpStatusCode.Forbidden */:
16783
- return 'Sie haben keine Berechtigung, diese Aktion auszuführen.';
16784
- case 404 /* HttpStatusCode.NotFound */:
16785
- return 'Die angeforderte Ressource wurde nicht gefunden.';
16786
- case 405 /* HttpStatusCode.MethodNotAllowed */:
16787
- return 'Die angeforderte Methode ist für diese Ressource nicht zulässig.';
16788
- case 406 /* HttpStatusCode.NotAcceptable */:
16789
- return 'Die angeforderte Ressource ist nicht in der Lage, eine Antwort zu generieren, die der Liste der akzeptablen Werte entspricht.';
16790
- case 407 /* HttpStatusCode.ProxyAuthenticationRequired */:
16791
- return 'Zur Ausführung dieser Aktion ist eine Proxy-Authentifizierung erforderlich.';
16792
- case 408 /* HttpStatusCode.RequestTimeout */:
16793
- return 'Der Server hat auf die Anforderung gewartet.';
16794
- case 409 /* HttpStatusCode.Conflict */:
16795
- return 'Die Anforderung steht im Widerspruch zum aktuellen Zustand der Ressource.';
16796
- case 410 /* HttpStatusCode.Gone */:
16797
- return 'Die angeforderte Ressource ist nicht mehr verfügbar und wird auch nicht mehr verfügbar sein.';
16798
- case 411 /* HttpStatusCode.LengthRequired */:
16799
- return 'Die Anforderung hat die Länge ihres Inhalts nicht angegeben, die von der angeforderten Ressource benötigt wird.';
16800
- case 412 /* HttpStatusCode.PreconditionFailed */:
16801
- return 'Der Server erfüllt eine der Voraussetzungen nicht, die der Anforderer an die Anforderung gestellt hat.';
16802
- case 413 /* HttpStatusCode.PayloadTooLarge */:
16803
- return 'Die Anforderung ist größer als der Server bereit oder in der Lage ist, zu verarbeiten.';
16804
- case 414 /* HttpStatusCode.UriTooLong */:
16805
- return 'Die bereitgestellte URL war für den Server zu lang, um sie zu verarbeiten.';
16806
- case 415 /* HttpStatusCode.UnsupportedMediaType */:
16807
- return 'Die Anforderungseinheit hat einen Medientyp, den der Server oder die Ressource nicht unterstützt.';
16808
- case 416 /* HttpStatusCode.RangeNotSatisfiable */:
16809
- return 'Der Client hat einen Teil der Datei angefordert, aber der Server kann diesen Teil nicht liefern.';
16810
- case 417 /* HttpStatusCode.ExpectationFailed */:
16811
- return 'Der Server kann die Anforderungen des Erwartung-Anforderungskopffelds nicht erfüllen.';
16812
- case 418 /* HttpStatusCode.ImATeapot */:
16813
- return 'Ich bin eine Teekanne.';
16814
- case 421 /* HttpStatusCode.MisdirectedRequest */:
16815
- return 'Die Anforderung wurde an einen Server gerichtet, der nicht in der Lage ist, eine Antwort zu generieren.';
16816
- case 422 /* HttpStatusCode.UnprocessableEntity */:
16817
- return 'Die Anforderung war gut formuliert, konnte aber aufgrund semantischer Fehler nicht befolgt werden.';
16818
- case 423 /* HttpStatusCode.Locked */:
16819
- return 'Die Ressource, auf die zugegriffen wird, ist gesperrt.';
16820
- case 424 /* HttpStatusCode.FailedDependency */:
16821
- return 'Die Anforderung ist aufgrund eines Fehlers einer vorherigen Anforderung fehlgeschlagen.';
16822
- case 425 /* HttpStatusCode.TooEarly */:
16823
- return 'Der Server ist nicht bereit, die Anforderung zu verarbeiten, weil der Benutzer nicht authentifiziert wurde.';
16824
- case 426 /* HttpStatusCode.UpgradeRequired */:
16825
- return 'Der Client sollte zu einem anderen Protokoll wie TLS/1.0 wechseln, das im Upgrade-Anforderungskopffeld angegeben ist.';
16826
- case 428 /* HttpStatusCode.PreconditionRequired */:
16827
- return 'Der Ursprungsserver erfordert, dass die Anforderung bedingt ist.';
16828
- case 429 /* HttpStatusCode.TooManyRequests */:
16829
- return 'Sie haben in einer bestimmten Zeit zu viele Anfragen gesendet. Bitte versuchen Sie es später erneut.';
16830
- case 431 /* HttpStatusCode.RequestHeaderFieldsTooLarge */:
16831
- return 'Der Server ist nicht bereit, die Anforderung zu verarbeiten, weil seine Kopffelder zu groß sind.';
16832
- case 451 /* HttpStatusCode.UnavailableForLegalReasons */:
16833
- return 'Die Ressource ist aufgrund einer rechtlichen Forderung nicht verfügbar.';
16834
- case 500 /* HttpStatusCode.InternalServerError */:
16835
- return 'Etwas ist schief gelaufen. Bitte versuchen Sie es später erneut.';
16836
- case 501 /* HttpStatusCode.NotImplemented */:
16837
- return 'Der Server unterstützt die zur Erfüllung der Anforderung erforderliche Funktionalität nicht.';
16838
- case 502 /* HttpStatusCode.BadGateway */:
16839
- return 'Etwas ist schief gelaufen. Bitte versuchen Sie es später erneut.';
16840
- case 503 /* HttpStatusCode.ServiceUnavailable */:
16841
- return 'Der Server kann die Anforderung derzeit nicht bearbeiten, da er vorübergehend überlastet oder gewartet wird.';
16842
- case 504 /* HttpStatusCode.GatewayTimeout */:
16843
- return 'Der Server hat beim Versuch, die Anforderung abzuschließen, keine rechtzeitige Antwort vom Server erhalten.';
16844
- case 505 /* HttpStatusCode.HttpVersionNotSupported */:
16845
- return 'Der Server unterstützt die in der Anforderung verwendete HTTP-Protokollversion nicht.';
16846
- case 506 /* HttpStatusCode.VariantAlsoNegotiates */:
16847
- return 'Der Server hat einen internen Konfigurationsfehler: Die ausgewählte Variantenressource ist so konfiguriert, dass sie sich selbst in die transparente Inhaltsverhandlung einbindet, und ist daher kein geeigneter Endpunkt im Verhandlungsprozess.';
16848
- case 507 /* HttpStatusCode.InsufficientStorage */:
16849
- return 'Die Methode konnte auf die Ressource nicht angewendet werden, weil der Server nicht in der Lage ist, die für die erfolgreiche Ausführung der Anforderung erforderliche Darstellung zu speichern.';
16850
- case 508 /* HttpStatusCode.LoopDetected */:
16851
- return 'Der Server hat eine Endlosschleife erkannt, während er die Anforderung verarbeitet.';
16852
- case 510 /* HttpStatusCode.NotExtended */:
16853
- return 'Weitere Erweiterungen der Anforderung sind erforderlich, damit der Server sie erfüllen kann.';
16854
- case 511 /* HttpStatusCode.NetworkAuthenticationRequired */:
16855
- return 'Sie müssen sich authentifizieren, um Zugang zum Netzwerk zu erhalten.';
16856
- default:
16857
- return 'Etwas ist schief gelaufen. Überprüfen Sie Ihre Internetverbindung und versuchen Sie es später erneut.';
16858
- }
16859
- };
16860
- const convertHttpStatusCodeToTitleEn = (statusCode) => {
16861
- switch (statusCode) {
16862
- case 400 /* HttpStatusCode.BadRequest */:
16863
- return 'Bad request';
16864
- case 401 /* HttpStatusCode.Unauthorized */:
16865
- return 'Unauthorized';
16866
- case 402 /* HttpStatusCode.PaymentRequired */:
16867
- return 'Payment required';
16868
- case 403 /* HttpStatusCode.Forbidden */:
16869
- return 'Forbidden';
16870
- case 404 /* HttpStatusCode.NotFound */:
16871
- return 'Not found';
16872
- case 405 /* HttpStatusCode.MethodNotAllowed */:
16873
- return 'Method not allowed';
16874
- case 406 /* HttpStatusCode.NotAcceptable */:
16875
- return 'Not acceptable';
16876
- case 407 /* HttpStatusCode.ProxyAuthenticationRequired */:
16877
- return 'Proxy authentication required';
16878
- case 408 /* HttpStatusCode.RequestTimeout */:
16879
- return 'Request timeout';
16880
- case 409 /* HttpStatusCode.Conflict */:
16881
- return 'Conflict';
16882
- case 410 /* HttpStatusCode.Gone */:
16883
- return 'Gone';
16884
- case 411 /* HttpStatusCode.LengthRequired */:
16885
- return 'Length required';
16886
- case 412 /* HttpStatusCode.PreconditionFailed */:
16887
- return 'Precondition failed';
16888
- case 413 /* HttpStatusCode.PayloadTooLarge */:
16889
- return 'Payload too large';
16890
- case 414 /* HttpStatusCode.UriTooLong */:
16891
- return 'URI too long';
16892
- case 415 /* HttpStatusCode.UnsupportedMediaType */:
16893
- return 'Unsupported media type';
16894
- case 416 /* HttpStatusCode.RangeNotSatisfiable */:
16895
- return 'Range not satisfiable';
16896
- case 417 /* HttpStatusCode.ExpectationFailed */:
16897
- return 'Expectation failed';
16898
- case 418 /* HttpStatusCode.ImATeapot */:
16899
- return 'I am a teapot';
16900
- case 421 /* HttpStatusCode.MisdirectedRequest */:
16901
- return 'Misdirected request';
16902
- case 422 /* HttpStatusCode.UnprocessableEntity */:
16903
- return 'Unprocessable entity';
16904
- case 423 /* HttpStatusCode.Locked */:
16905
- return 'Locked';
16906
- case 424 /* HttpStatusCode.FailedDependency */:
16907
- return 'Failed dependency';
16908
- case 425 /* HttpStatusCode.TooEarly */:
16909
- return 'Too early';
16910
- case 426 /* HttpStatusCode.UpgradeRequired */:
16911
- return 'Upgrade required';
16912
- case 428 /* HttpStatusCode.PreconditionRequired */:
16913
- return 'Precondition required';
16914
- case 429 /* HttpStatusCode.TooManyRequests */:
16915
- return 'Too many requests';
16916
- case 431 /* HttpStatusCode.RequestHeaderFieldsTooLarge */:
16917
- return 'Request header fields too large';
16918
- case 451 /* HttpStatusCode.UnavailableForLegalReasons */:
16919
- return 'Unavailable for legal reasons';
16920
- case 500 /* HttpStatusCode.InternalServerError */:
16921
- return 'Internal server error';
16922
- case 501 /* HttpStatusCode.NotImplemented */:
16923
- return 'Not implemented';
16924
- case 502 /* HttpStatusCode.BadGateway */:
16925
- return 'Bad gateway';
16926
- case 503 /* HttpStatusCode.ServiceUnavailable */:
16927
- return 'Service unavailable';
16928
- case 504 /* HttpStatusCode.GatewayTimeout */:
16929
- return 'Gateway timeout';
16930
- case 505 /* HttpStatusCode.HttpVersionNotSupported */:
16931
- return 'HTTP version not supported';
16932
- case 506 /* HttpStatusCode.VariantAlsoNegotiates */:
16933
- return 'Variant also negotiates';
16934
- case 507 /* HttpStatusCode.InsufficientStorage */:
16935
- return 'Insufficient storage';
16936
- case 508 /* HttpStatusCode.LoopDetected */:
16937
- return 'Loop detected';
16938
- case 510 /* HttpStatusCode.NotExtended */:
16939
- return 'Not extended';
16940
- case 511 /* HttpStatusCode.NetworkAuthenticationRequired */:
16941
- return 'Network authentication required';
16942
- default:
16943
- return 'Something went wrong';
16944
- }
16945
- };
16946
- const convertHttpStatusCodeToTitleDe = (statusCode) => {
16947
- switch (statusCode) {
16948
- case 400 /* HttpStatusCode.BadRequest */:
16949
- return 'Ungültige Anfrage';
16950
- case 401 /* HttpStatusCode.Unauthorized */:
16951
- return 'Nicht autorisiert';
16952
- case 402 /* HttpStatusCode.PaymentRequired */:
16953
- return 'Zahlung erforderlich';
16954
- case 403 /* HttpStatusCode.Forbidden */:
16955
- return 'Verboten';
16956
- case 404 /* HttpStatusCode.NotFound */:
16957
- return 'Nicht gefunden';
16958
- case 405 /* HttpStatusCode.MethodNotAllowed */:
16959
- return 'Methode nicht erlaubt';
16960
- case 406 /* HttpStatusCode.NotAcceptable */:
16961
- return 'Nicht akzeptabel';
16962
- case 407 /* HttpStatusCode.ProxyAuthenticationRequired */:
16963
- return 'Proxy-Authentifizierung erforderlich';
16964
- case 408 /* HttpStatusCode.RequestTimeout */:
16965
- return 'Anforderungszeitüberschreitung';
16966
- case 409 /* HttpStatusCode.Conflict */:
16967
- return 'Konflikt';
16968
- case 410 /* HttpStatusCode.Gone */:
16969
- return 'Weg';
16970
- case 411 /* HttpStatusCode.LengthRequired */:
16971
- return 'Länge erforderlich';
16972
- case 412 /* HttpStatusCode.PreconditionFailed */:
16973
- return 'Vorbedingung fehlgeschlagen';
16974
- case 413 /* HttpStatusCode.PayloadTooLarge */:
16975
- return 'Nutzlast zu groß';
16976
- case 414 /* HttpStatusCode.UriTooLong */:
16977
- return 'URI zu lang';
16978
- case 415 /* HttpStatusCode.UnsupportedMediaType */:
16979
- return 'Nicht unterstützter Medientyp';
16980
- case 416 /* HttpStatusCode.RangeNotSatisfiable */:
16981
- return 'Bereich nicht zufriedenstellend';
16982
- case 417 /* HttpStatusCode.ExpectationFailed */:
16983
- return 'Erwartung fehlgeschlagen';
16984
- case 418 /* HttpStatusCode.ImATeapot */:
16985
- return 'Ich bin eine Teekanne';
16986
- case 421 /* HttpStatusCode.MisdirectedRequest */:
16987
- return 'Fehlgeleitete Anfrage';
16988
- case 422 /* HttpStatusCode.UnprocessableEntity */:
16989
- return 'Unverarbeitbare Entität';
16990
- case 423 /* HttpStatusCode.Locked */:
16991
- return 'Gesperrt';
16992
- case 424 /* HttpStatusCode.FailedDependency */:
16993
- return 'Fehlgeschlagene Abhängigkeit';
16994
- case 425 /* HttpStatusCode.TooEarly */:
16995
- return 'Zu früh';
16996
- case 426 /* HttpStatusCode.UpgradeRequired */:
16997
- return 'Upgrade erforderlich';
16998
- case 428 /* HttpStatusCode.PreconditionRequired */:
16999
- return 'Vorbedingung erforderlich';
17000
- case 429 /* HttpStatusCode.TooManyRequests */:
17001
- return 'Zu viele Anfragen';
17002
- case 431 /* HttpStatusCode.RequestHeaderFieldsTooLarge */:
17003
- return 'Anforderungskopffelder zu groß';
17004
- case 451 /* HttpStatusCode.UnavailableForLegalReasons */:
17005
- return 'Aus rechtlichen Gründen nicht verfügbar';
17006
- case 500 /* HttpStatusCode.InternalServerError */:
17007
- return 'Interner Serverfehler';
17008
- case 501 /* HttpStatusCode.NotImplemented */:
17009
- return 'Nicht implementiert';
17010
- case 502 /* HttpStatusCode.BadGateway */:
17011
- return 'Schlechtes Gateway';
17012
- case 503 /* HttpStatusCode.ServiceUnavailable */:
17013
- return 'Dienst nicht verfügbar';
17014
- case 504 /* HttpStatusCode.GatewayTimeout */:
17015
- return 'Gateway-Zeitüberschreitung';
17016
- case 505 /* HttpStatusCode.HttpVersionNotSupported */:
17017
- return 'HTTP-Version nicht unterstützt';
17018
- case 506 /* HttpStatusCode.VariantAlsoNegotiates */:
17019
- return 'Variante verhandelt auch';
17020
- case 507 /* HttpStatusCode.InsufficientStorage */:
17021
- return 'Unzureichender Speicher';
17022
- case 508 /* HttpStatusCode.LoopDetected */:
17023
- return 'Schleifenerkennung';
17024
- case 510 /* HttpStatusCode.NotExtended */:
17025
- return 'Nicht erweitert';
17026
- case 511 /* HttpStatusCode.NetworkAuthenticationRequired */:
17027
- return 'Netzwerkauthentifizierung erforderlich';
17028
- default:
17029
- return 'Etwas ist schief gelaufen';
17030
- }
17031
- };
17032
16688
  class QueryErrorDirective {
17033
16689
  constructor() {
17034
16690
  this.error = input.required();
@@ -17046,11 +16702,11 @@ class QueryErrorDirective {
17046
16702
  isList: false,
17047
16703
  items: [],
17048
16704
  title: this.language() === 'en'
17049
- ? convertHttpStatusCodeToTitleEn(error.status)
17050
- : convertHttpStatusCodeToTitleDe(error.status),
16705
+ ? ExperimentalQuery.parseHttpErrorCodeToTitleEn(error.status)
16706
+ : ExperimentalQuery.parseHttpErrorCodeToTitleDe(error.status),
17051
16707
  };
17052
16708
  const detail = error.detail;
17053
- const defaultErrorMessage = `${this.language() === 'en' ? convertHttpStatusCodeToMessageEn(error.status) : convertHttpStatusCodeToMessageDe(error.status)} (Code: ${error.status})`;
16709
+ const defaultErrorMessage = `${this.language() === 'en' ? ExperimentalQuery.parseHttpErrorCodeToMessageEn(error.status) : ExperimentalQuery.parseHttpErrorCodeToMessageDe(error.status)} (Code: ${error.status})`;
17054
16710
  if (isClassValidatorError(detail)) {
17055
16711
  for (const error of detail.message) {
17056
16712
  errorList.items.push({ message: error });
@@ -19628,5 +19284,5 @@ const FLOATING_UI_PLACEMENTS = [
19628
19284
  * Generated bundle index. Do not edit.
19629
19285
  */
19630
19286
 
19631
- export { ACCORDION_COMPONENT, ACCORDION_HINT_WRAPPER_DIRECTIVE, ACCORDION_LABEL_WRAPPER_DIRECTIVE, AccordionComponent, AccordionGroupComponent, AccordionHintDirective, AccordionHintWrapperDirective, AccordionImports, AccordionLabelDirective, AccordionLabelWrapperDirective, ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, AutosizeTextareaDirective, BOTTOM_SHEET_CONFIG, BOTTOM_SHEET_DATA, BOTTOM_SHEET_DEFAULT_CONFIG, BOTTOM_SHEET_DEFAULT_OPTIONS, BOTTOM_SHEET_MIN_SWIPE_TO_CLOSE_LENGTH, BOTTOM_SHEET_MIN_VELOCITY_TO_CLOSE, BOTTOM_SHEET_SCROLL_STRATEGY, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER_FACTORY, BRACKET_CONFIG_TOKEN, BRACKET_DEFAULT_CONFIG, BRACKET_MATCH_ID_TOKEN, BRACKET_ROUND_ID_TOKEN, BRACKET_TOKEN, BottomSheetContainerBaseComponent, BottomSheetContainerComponent, BottomSheetDragHandleComponent, BottomSheetImports, BottomSheetRef, BottomSheetService, BottomSheetServiceBase, BottomSheetSwipeHandlerService, BottomSheetTitleDirective, Bracket, BracketComponent, BracketImports, BracketMatchComponent, BracketMatchDirective, index as BracketNew, BracketRoundDirective, BracketRoundHeaderComponent, ButtonComponent, ButtonDirective, ButtonImports, CAROUSEL_ITEM_NAV_TOKEN, CAROUSEL_ITEM_TOKEN, CAROUSEL_NEXT_BUTTON_TOKEN, CAROUSEL_PREVIOUS_BUTTON_TOKEN, CAROUSEL_TOGGLE_AUTO_PLAY_BUTTON_TOKEN, CAROUSEL_TOKEN, CDK_MENU, CHECKBOX_FIELD_TOKEN, CHECKBOX_GROUP_CONTROL_TOKEN, CHECKBOX_GROUP_TOKEN, CHECKBOX_TOKEN, COLOR_INPUT_TOKEN, COMBOBOX_BODY_EMPTY_TEMPLATE_TOKEN, COMBOBOX_BODY_ERROR_TEMPLATE_TOKEN, COMBOBOX_BODY_LOADING_TEMPLATE_TOKEN, COMBOBOX_BODY_MORE_ITEMS_HINT_TEMPLATE_TOKEN, COMBOBOX_BODY_TOKEN, COMBOBOX_CONFIG_TOKEN, COMBOBOX_DEFAULT_CONFIG, COMBOBOX_OPTION_TEMPLATE_TOKEN, COMBOBOX_OPTION_TOKEN, COMBOBOX_SELECTED_OPTION_TEMPLATE_TOKEN, COMBOBOX_TOKEN, CarouselComponent, CarouselDirective, CarouselImports, CarouselItemComponent, CarouselItemDirective, CarouselItemNavComponent, CarouselItemNavDirective, CarouselNextButtonDirective, CarouselPreviousButtonDirective, CarouselToggleAutoPlayButtonDirective, CdkContextMenuTrigger, CdkMenu, CdkMenuBar, CdkMenuBase, CdkMenuGroup, CdkMenuItem, CdkMenuItemCheckbox, CdkMenuItemRadio, CdkMenuItemSelectable, CdkMenuModule, CdkMenuTrigger, CdkMenuTriggerBase, CdkTargetMenuAim, CellDefDirective, CellDirective, CheckboxComponent, CheckboxDirective, CheckboxFieldComponent, CheckboxFieldDirective, CheckboxGroupComponent, CheckboxGroupControlDirective, CheckboxGroupDirective, CheckboxImports, ChevronIconComponent, ColorInputComponent, ColorInputDirective, ColumnDefDirective, ComboboxBodyComponent, ComboboxBodyEmptyTemplateDirective, ComboboxBodyErrorTemplateDirective, ComboboxBodyLoadingTemplateDirective, ComboboxBodyMoreItemsHintTemplateDirective, ComboboxComponent, ComboboxDirective, ComboboxImports, ComboboxOptionComponent, ComboboxOptionTemplateDirective, ComboboxSelectedOptionTemplateDirective, ContextMenuTracker, DATE_INPUT_FORMAT_TOKEN, DATE_INPUT_TOKEN, DATE_TIME_INPUT_FORMAT_TOKEN, DATE_TIME_INPUT_TOKEN, DEFAULT_DATE_INPUT_FORMAT, DEFAULT_DATE_TIME_INPUT_FORMAT, DEFAULT_TIME_INPUT_FORMAT, DIALOG_CONFIG, DIALOG_DATA, DIALOG_DEFAULT_CONFIG, DIALOG_DEFAULT_OPTIONS, DIALOG_SCROLL_STRATEGY, DIALOG_SCROLL_STRATEGY_PROVIDER, DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY, DYNAMIC_FORM_FIELD_TOKEN, DYNAMIC_FORM_GROUP_TOKEN, DateInputComponent, DateInputDirective, DateTimeInputComponent, DateTimeInputDirective, DecoratedFormFieldBase, DecoratedInputBase, DefaultValidatorErrorsService, DialogCloseDirective, DialogContainerBaseComponent, DialogContainerComponent, DialogImports, DialogRef, DialogService, DialogServiceBase, DialogTitleDirective, DynamicFormFieldDirective, DynamicFormGroupDirective, DynamicOverlayService, DynamicOverlayTitleDirective, EMAIL_INPUT_TOKEN, ET_OVERLAY_BOTTOM_SHEET_CLASS, ET_OVERLAY_CONFIG_CLASS_KEYS, ET_OVERLAY_DIALOG_CLASS, ET_OVERLAY_FULL_SCREEN_DIALOG_CLASS, ET_OVERLAY_LAYOUT_CLASSES, ET_OVERLAY_LEFT_SHEET_CLASS, ET_OVERLAY_RIGHT_SHEET_CLASS, ET_OVERLAY_TOP_SHEET_CLASS, EXPOSE_INPUT_VARS_TOKEN, EmailInputComponent, EmailInputDirective, ErrorComponent, ExposeInputVarsDirective, FILTER_OVERLAY_CONFIG, FLOATING_UI_PLACEMENTS, FilterOverlayService, FooterCellDefDirective, FooterCellDirective, FooterRowComponent, FooterRowDefDirective, FormFieldStateService, FormGroupStateService, HeaderCellDefDirective, HeaderCellDirective, HeaderRowComponent, HeaderRowDefDirective, IMAGE_CONFIG_TOKEN, INPUT_PREFIX_TOKEN, INPUT_SUFFIX_TOKEN, INPUT_TOKEN, IconImports, IfInputEmptyDirective, IfInputFilledDirective, IfSupportsShowPickerDirective, InlineTabBodyComponent, InlineTabBodyHostDirective, InlineTabChangeEvent, InlineTabComponent, InlineTabContentDirective, InlineTabHeaderComponent, InlineTabLabelDirective, InlineTabLabelWrapperDirective, InlineTabsComponent, InputBase, InputDirective, InputFieldComponent, InputImports, InputPrefixDirective, InputStateService, InputSuffixDirective, LABEL_TOKEN, LabelComponent, LabelImports, LabelSuffixDirective, MASONRY_ITEM_TOKEN, MAX_SAFE_INTEGER, MENU, MENU_AIM, MENU_CHECKBOX_GROUP_TOKEN, MENU_CONTAINER, MENU_GROUP_TITLE_TOKEN, MENU_GROUP_TOKEN, MENU_ITEM_TOKEN, MENU_RADIO_GROUP_TOKEN, MENU_SEARCH_TEMPLATE_TOKEN, MENU_STACK, MENU_TEMPLATE, MENU_TRIGGER, MENU_TRIGGER_TOKEN, MasonryComponent, MasonryImports, MasonryItemComponent, MenuCheckboxGroupDirective, MenuCheckboxItemComponent, MenuComponent, MenuContainerComponent, MenuGroupDirective, MenuGroupTitleDirective, MenuImports, MenuItemDirective, MenuRadioGroupDirective, MenuRadioItemComponent, MenuSearchTemplateDirective, MenuStack, MenuTriggerDirective, NATIVE_INPUT_REF_TOKEN, NATIVE_SELECT_INPUT_TOKEN, NATIVE_SELECT_OPTION_TOKEN, NUMBER_INPUT_TOKEN, NativeInputRefDirective, NativeSelectImports, NativeSelectInputComponent, NativeSelectInputDirective, NativeSelectOptionComponent, NativeSelectOptionDirective, NavTabLinkComponent, NavTabsComponent, NavTabsOutletComponent, NewBracketComponent, NewBracketDefaultMatchComponent, NewBracketDefaultRoundHeaderComponent, NoDataRowDirective, NumberInputComponent, NumberInputDirective, OVERLAY_BACK_OR_CLOSE_TOKEN, OVERLAY_BODY_TOKEN, OVERLAY_CLOSE_BLOCKER_TOKEN, OVERLAY_CONFIG, OVERLAY_DATA, OVERLAY_DEFAULT_CONFIG, OVERLAY_DEFAULT_OPTIONS, OVERLAY_FOOTER_TOKEN, OVERLAY_HEADER_TEMPLATE_TOKEN, OVERLAY_HEADER_TOKEN, OVERLAY_MAIN_TOKEN, OVERLAY_QUERY_PARAM_INPUT_NAME, OVERLAY_ROUTER_CONFIG_TOKEN, OVERLAY_ROUTER_LINK_TOKEN, OVERLAY_ROUTER_OUTLET_DISABLED_TEMPLATE_TOKEN, OVERLAY_ROUTER_OUTLET_TOKEN, OVERLAY_SCROLL_STRATEGY, OVERLAY_SHARED_ROUTE_TEMPLATE_TOKEN, OVERLAY_STATE, OverlayBackOrCloseDirective, OverlayBodyComponent, OverlayCloseBlockerDirective, OverlayCloseDirective, OverlayContainerComponent, OverlayFooterDirective, OverlayHandlerLinkDirective, OverlayHeaderDirective, OverlayHeaderTemplateDirective, OverlayImports, OverlayMainDirective, OverlayPositionBuilder, OverlayRef, OverlayRouteHeaderTemplateOutletComponent, OverlayRouterLinkDirective, OverlayRouterOutletComponent, OverlayRouterOutletDisabledTemplateDirective, OverlayRouterService, OverlayService, OverlaySharedRouteTemplateDirective, OverlaySharedRouteTemplateOutletComponent, OverlaySidebarComponent, OverlaySidebarPageComponent, OverlayTitleDirective, OverlayWithRoutingImports, OverlayWithSidebarImports, PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER, PARENT_OR_NEW_MENU_STACK_PROVIDER, PASSWORD_INPUT_TOKEN, PROGRESS_SPINNER_DEFAULT_OPTIONS, PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, PaginatedTabHeaderDirective, PaginationComponent, PaginationHeadService, PaginationImports, PaginationLinkDirective, PasswordInputComponent, PasswordInputDirective, PasswordInputToggleComponent, PictureComponent, PointerFocusTracker, ProgressSpinnerComponent, QUERY_ERROR_TOKEN, QueryButtonComponent, QueryButtonDirective, QueryErrorComponent, QueryErrorDirective, RADIO_FIELD_TOKEN, RADIO_GROUP_TOKEN, RADIO_TOKEN, RICH_FILTER_BUTTON_SLOT_TOKEN, RICH_FILTER_BUTTON_TOKEN, RICH_FILTER_CONTENT_TOKEN, RICH_FILTER_TOP_TOKEN, RadioComponent, RadioDirective, RadioFieldComponent, RadioFieldDirective, RadioGroupComponent, RadioGroupDirective, RadioImports, RecycleRowsDirective, RichFilterButtonDirective, RichFilterButtonSlotDirective, RichFilterContentDirective, RichFilterHostComponent, RichFilterImports, RichFilterTopDirective, RowComponent, RowDefDirective, SCROLLABLE_IGNORE_CHILD_ATTRIBUTE, SCROLLABLE_IGNORE_CHILD_TOKEN, SCROLLABLE_IS_ACTIVE_CHILD_ATTRIBUTE, SCROLLABLE_IS_ACTIVE_CHILD_TOKEN, SCROLLABLE_LOADING_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_ITEM_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_OVERLAY_TEMPLATE_TOKEN, SEARCH_INPUT_TOKEN, SEGMENTED_BUTTON_FIELD_TOKEN, SEGMENTED_BUTTON_GROUP_TOKEN, SEGMENTED_BUTTON_TOKEN, SELECTION_LIST_FIELD, SELECTION_LIST_OPTION, SELECT_BODY_TOKEN, SELECT_FIELD_TOKEN, SELECT_OPTION_TOKEN, SELECT_TOKEN, SHOW_PICKER_TRIGGER_TOKEN, SIDEBAR_OVERLAY_CONFIG, SLIDE_TOGGLE_TOKEN, SORT_DEFAULT_OPTIONS, SORT_HEADER_COLUMN_DEF, SORT_HEADER_INTL_PROVIDER, SORT_HEADER_INTL_PROVIDER_FACTORY, STATIC_FORM_FIELD_TOKEN, STATIC_FORM_GROUP_TOKEN, ScrollableComponent, ScrollableIgnoreChildDirective, ScrollableImports, ScrollableIsActiveChildDirective, ScrollableLoadingTemplateDirective, ScrollablePlaceholderComponent, ScrollablePlaceholderItemTemplateDirective, ScrollablePlaceholderOverlayTemplateDirective, SearchInputClearComponent, SearchInputComponent, SearchInputDirective, SegmentedButtonComponent, SegmentedButtonDirective, SegmentedButtonFieldComponent, SegmentedButtonFieldDirective, SegmentedButtonGroupComponent, SegmentedButtonGroupDirective, SegmentedButtonImports, SelectBodyComponent, SelectBodyDirective, SelectComponent, SelectDirective, SelectFieldComponent, SelectFieldDirective, SelectImports, SelectOptionComponent, SelectOptionDirective, SelectionListFieldComponent, SelectionListFieldDirective, SelectionListImports, SelectionListOptionComponent, SelectionListOptionDirective, ShowPickerTriggerDirective, SidebarOverlayService, SkeletonComponent, SkeletonImports, SkeletonItemComponent, SlideToggleComponent, SlideToggleDirective, SlideToggleFieldComponent, SlideToggleImports, SliderComponent, SliderFieldComponent, SliderImports, SortDirective, SortHeaderComponent, SortHeaderIntl, SortImports, StaticFormFieldDirective, StaticFormGroupDirective, SwipeHandlerService, TAB, TABS_CONFIG, TAB_CONTENT, TAB_GROUP, TAB_LABEL, TEL_INPUT_TOKEN, TEXTAREA_INPUT_TOKEN, TEXT_INPUT_TOKEN, TIME_INPUT_FORMAT_TOKEN, TIME_INPUT_TOKEN, TOGGLETIP, TOGGLETIP_CONFIG, TOGGLETIP_DEFAULT_CONFIG, TOGGLETIP_DIRECTIVE, TOGGLETIP_TEMPLATE, TOGGLETIP_TEXT, TOOLTIP, TOOLTIP_CONFIG, TOOLTIP_DEFAULT_CONFIG, TOOLTIP_DIRECTIVE, TOOLTIP_TEMPLATE, TOOLTIP_TEXT, TabImports, TableBusyDirective, TableBusyOutletDirective, TableComponent, TableDataSource, TableImports, TargetMenuAim, TelInputComponent, TelInputDirective, TextColumnComponent, TextInputComponent, TextInputDirective, TextareaInputComponent, TextareaInputDirective, TimeInputComponent, TimeInputDirective, TimesIconComponent, ToggletipCloseDirective, ToggletipComponent, ToggletipDirective, ToggletipImports, TooltipComponent, TooltipDirective, TooltipImports, VALIDATOR_ERROR_SERVICE_TOKEN, WRITEABLE_INPUT_TOKEN, WRITEABLE_INPUT_VALUE_ACCESSOR, WriteableInputDirective, _MAT_INK_BAR_POSITIONER, _MAT_INK_BAR_POSITIONER_FACTORY, accordionAnimations, convertHttpStatusCodeToMessageDe, convertHttpStatusCodeToMessageEn, convertHttpStatusCodeToTitleDe, convertHttpStatusCodeToTitleEn, createBottomSheetConfig, createBracketConfig, createComboboxConfig, createDialogConfig, createFormChangesTracker, createOverlayConfig, createOverlayDismissChecker, createOverlayHandler, createOverlayHandlerWithQueryParamLifecycle, createToggletipConfig, createTooltipConfig, defaultSubmitButtonConfigFn, getClosestBottomSheet, getClosestDialog, getClosestOverlay, isScrollableChildActive, isScrollableChildIgnored, isUpperBracketMatch, normalizePictureSizes, normalizePictureSource, normalizeRoundType, orderRounds, orderRoundsByRoundNumber, paginate, provideBottomSheet, provideBottomSheetDefaultConfig, provideBracketConfig, provideComboboxConfig, provideDateFormat, provideDateTimeFormat, provideDialog, provideDialogDefaultConfig, provideFilterOverlayConfig, provideImageConfig, provideOverlay, provideOverlayDefaultConfig, provideOverlayRouterConfig, provideSidebarOverlayConfig, provideSort, provideTimeFormat, provideToggletipConfig, provideTooltipConfig, provideValidatorErrorsService, tabAnimations };
19287
+ export { ACCORDION_COMPONENT, ACCORDION_HINT_WRAPPER_DIRECTIVE, ACCORDION_LABEL_WRAPPER_DIRECTIVE, AccordionComponent, AccordionGroupComponent, AccordionHintDirective, AccordionHintWrapperDirective, AccordionImports, AccordionLabelDirective, AccordionLabelWrapperDirective, ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, AutosizeTextareaDirective, BOTTOM_SHEET_CONFIG, BOTTOM_SHEET_DATA, BOTTOM_SHEET_DEFAULT_CONFIG, BOTTOM_SHEET_DEFAULT_OPTIONS, BOTTOM_SHEET_MIN_SWIPE_TO_CLOSE_LENGTH, BOTTOM_SHEET_MIN_VELOCITY_TO_CLOSE, BOTTOM_SHEET_SCROLL_STRATEGY, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER, BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER_FACTORY, BRACKET_CONFIG_TOKEN, BRACKET_DEFAULT_CONFIG, BRACKET_MATCH_ID_TOKEN, BRACKET_ROUND_ID_TOKEN, BRACKET_TOKEN, BottomSheetContainerBaseComponent, BottomSheetContainerComponent, BottomSheetDragHandleComponent, BottomSheetImports, BottomSheetRef, BottomSheetService, BottomSheetServiceBase, BottomSheetSwipeHandlerService, BottomSheetTitleDirective, Bracket, BracketComponent, BracketImports, BracketMatchComponent, BracketMatchDirective, index as BracketNew, BracketRoundDirective, BracketRoundHeaderComponent, ButtonComponent, ButtonDirective, ButtonImports, CAROUSEL_ITEM_NAV_TOKEN, CAROUSEL_ITEM_TOKEN, CAROUSEL_NEXT_BUTTON_TOKEN, CAROUSEL_PREVIOUS_BUTTON_TOKEN, CAROUSEL_TOGGLE_AUTO_PLAY_BUTTON_TOKEN, CAROUSEL_TOKEN, CDK_MENU, CHECKBOX_FIELD_TOKEN, CHECKBOX_GROUP_CONTROL_TOKEN, CHECKBOX_GROUP_TOKEN, CHECKBOX_TOKEN, COLOR_INPUT_TOKEN, COMBOBOX_BODY_EMPTY_TEMPLATE_TOKEN, COMBOBOX_BODY_ERROR_TEMPLATE_TOKEN, COMBOBOX_BODY_LOADING_TEMPLATE_TOKEN, COMBOBOX_BODY_MORE_ITEMS_HINT_TEMPLATE_TOKEN, COMBOBOX_BODY_TOKEN, COMBOBOX_CONFIG_TOKEN, COMBOBOX_DEFAULT_CONFIG, COMBOBOX_OPTION_TEMPLATE_TOKEN, COMBOBOX_OPTION_TOKEN, COMBOBOX_SELECTED_OPTION_TEMPLATE_TOKEN, COMBOBOX_TOKEN, CarouselComponent, CarouselDirective, CarouselImports, CarouselItemComponent, CarouselItemDirective, CarouselItemNavComponent, CarouselItemNavDirective, CarouselNextButtonDirective, CarouselPreviousButtonDirective, CarouselToggleAutoPlayButtonDirective, CdkContextMenuTrigger, CdkMenu, CdkMenuBar, CdkMenuBase, CdkMenuGroup, CdkMenuItem, CdkMenuItemCheckbox, CdkMenuItemRadio, CdkMenuItemSelectable, CdkMenuModule, CdkMenuTrigger, CdkMenuTriggerBase, CdkTargetMenuAim, CellDefDirective, CellDirective, CheckboxComponent, CheckboxDirective, CheckboxFieldComponent, CheckboxFieldDirective, CheckboxGroupComponent, CheckboxGroupControlDirective, CheckboxGroupDirective, CheckboxImports, ChevronIconComponent, ColorInputComponent, ColorInputDirective, ColumnDefDirective, ComboboxBodyComponent, ComboboxBodyEmptyTemplateDirective, ComboboxBodyErrorTemplateDirective, ComboboxBodyLoadingTemplateDirective, ComboboxBodyMoreItemsHintTemplateDirective, ComboboxComponent, ComboboxDirective, ComboboxImports, ComboboxOptionComponent, ComboboxOptionTemplateDirective, ComboboxSelectedOptionTemplateDirective, ContextMenuTracker, DATE_INPUT_FORMAT_TOKEN, DATE_INPUT_TOKEN, DATE_TIME_INPUT_FORMAT_TOKEN, DATE_TIME_INPUT_TOKEN, DEFAULT_DATE_INPUT_FORMAT, DEFAULT_DATE_TIME_INPUT_FORMAT, DEFAULT_TIME_INPUT_FORMAT, DIALOG_CONFIG, DIALOG_DATA, DIALOG_DEFAULT_CONFIG, DIALOG_DEFAULT_OPTIONS, DIALOG_SCROLL_STRATEGY, DIALOG_SCROLL_STRATEGY_PROVIDER, DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY, DYNAMIC_FORM_FIELD_TOKEN, DYNAMIC_FORM_GROUP_TOKEN, DateInputComponent, DateInputDirective, DateTimeInputComponent, DateTimeInputDirective, DecoratedFormFieldBase, DecoratedInputBase, DefaultValidatorErrorsService, DialogCloseDirective, DialogContainerBaseComponent, DialogContainerComponent, DialogImports, DialogRef, DialogService, DialogServiceBase, DialogTitleDirective, DynamicFormFieldDirective, DynamicFormGroupDirective, DynamicOverlayService, DynamicOverlayTitleDirective, EMAIL_INPUT_TOKEN, ET_OVERLAY_BOTTOM_SHEET_CLASS, ET_OVERLAY_CONFIG_CLASS_KEYS, ET_OVERLAY_DIALOG_CLASS, ET_OVERLAY_FULL_SCREEN_DIALOG_CLASS, ET_OVERLAY_LAYOUT_CLASSES, ET_OVERLAY_LEFT_SHEET_CLASS, ET_OVERLAY_RIGHT_SHEET_CLASS, ET_OVERLAY_TOP_SHEET_CLASS, EXPOSE_INPUT_VARS_TOKEN, EmailInputComponent, EmailInputDirective, ErrorComponent, ExposeInputVarsDirective, FILTER_OVERLAY_CONFIG, FLOATING_UI_PLACEMENTS, FilterOverlayService, FooterCellDefDirective, FooterCellDirective, FooterRowComponent, FooterRowDefDirective, FormFieldStateService, FormGroupStateService, HeaderCellDefDirective, HeaderCellDirective, HeaderRowComponent, HeaderRowDefDirective, IMAGE_CONFIG_TOKEN, INPUT_PREFIX_TOKEN, INPUT_SUFFIX_TOKEN, INPUT_TOKEN, IconImports, IfInputEmptyDirective, IfInputFilledDirective, IfSupportsShowPickerDirective, InlineTabBodyComponent, InlineTabBodyHostDirective, InlineTabChangeEvent, InlineTabComponent, InlineTabContentDirective, InlineTabHeaderComponent, InlineTabLabelDirective, InlineTabLabelWrapperDirective, InlineTabsComponent, InputBase, InputDirective, InputFieldComponent, InputImports, InputPrefixDirective, InputStateService, InputSuffixDirective, LABEL_TOKEN, LabelComponent, LabelImports, LabelSuffixDirective, MASONRY_ITEM_TOKEN, MAX_SAFE_INTEGER, MENU, MENU_AIM, MENU_CHECKBOX_GROUP_TOKEN, MENU_CONTAINER, MENU_GROUP_TITLE_TOKEN, MENU_GROUP_TOKEN, MENU_ITEM_TOKEN, MENU_RADIO_GROUP_TOKEN, MENU_SEARCH_TEMPLATE_TOKEN, MENU_STACK, MENU_TEMPLATE, MENU_TRIGGER, MENU_TRIGGER_TOKEN, MasonryComponent, MasonryImports, MasonryItemComponent, MenuCheckboxGroupDirective, MenuCheckboxItemComponent, MenuComponent, MenuContainerComponent, MenuGroupDirective, MenuGroupTitleDirective, MenuImports, MenuItemDirective, MenuRadioGroupDirective, MenuRadioItemComponent, MenuSearchTemplateDirective, MenuStack, MenuTriggerDirective, NATIVE_INPUT_REF_TOKEN, NATIVE_SELECT_INPUT_TOKEN, NATIVE_SELECT_OPTION_TOKEN, NUMBER_INPUT_TOKEN, NativeInputRefDirective, NativeSelectImports, NativeSelectInputComponent, NativeSelectInputDirective, NativeSelectOptionComponent, NativeSelectOptionDirective, NavTabLinkComponent, NavTabsComponent, NavTabsOutletComponent, NewBracketComponent, NewBracketDefaultMatchComponent, NewBracketDefaultRoundHeaderComponent, NoDataRowDirective, NumberInputComponent, NumberInputDirective, OVERLAY_BACK_OR_CLOSE_TOKEN, OVERLAY_BODY_TOKEN, OVERLAY_CLOSE_BLOCKER_TOKEN, OVERLAY_CONFIG, OVERLAY_DATA, OVERLAY_DEFAULT_CONFIG, OVERLAY_DEFAULT_OPTIONS, OVERLAY_FOOTER_TOKEN, OVERLAY_HEADER_TEMPLATE_TOKEN, OVERLAY_HEADER_TOKEN, OVERLAY_MAIN_TOKEN, OVERLAY_QUERY_PARAM_INPUT_NAME, OVERLAY_ROUTER_CONFIG_TOKEN, OVERLAY_ROUTER_LINK_TOKEN, OVERLAY_ROUTER_OUTLET_DISABLED_TEMPLATE_TOKEN, OVERLAY_ROUTER_OUTLET_TOKEN, OVERLAY_SCROLL_STRATEGY, OVERLAY_SHARED_ROUTE_TEMPLATE_TOKEN, OVERLAY_STATE, OverlayBackOrCloseDirective, OverlayBodyComponent, OverlayCloseBlockerDirective, OverlayCloseDirective, OverlayContainerComponent, OverlayFooterDirective, OverlayHandlerLinkDirective, OverlayHeaderDirective, OverlayHeaderTemplateDirective, OverlayImports, OverlayMainDirective, OverlayPositionBuilder, OverlayRef, OverlayRouteHeaderTemplateOutletComponent, OverlayRouterLinkDirective, OverlayRouterOutletComponent, OverlayRouterOutletDisabledTemplateDirective, OverlayRouterService, OverlayService, OverlaySharedRouteTemplateDirective, OverlaySharedRouteTemplateOutletComponent, OverlaySidebarComponent, OverlaySidebarPageComponent, OverlayTitleDirective, OverlayWithRoutingImports, OverlayWithSidebarImports, PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER, PARENT_OR_NEW_MENU_STACK_PROVIDER, PASSWORD_INPUT_TOKEN, PROGRESS_SPINNER_DEFAULT_OPTIONS, PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, PaginatedTabHeaderDirective, PaginationComponent, PaginationHeadService, PaginationImports, PaginationLinkDirective, PasswordInputComponent, PasswordInputDirective, PasswordInputToggleComponent, PictureComponent, PointerFocusTracker, ProgressSpinnerComponent, QUERY_ERROR_TOKEN, QueryButtonComponent, QueryButtonDirective, QueryErrorComponent, QueryErrorDirective, RADIO_FIELD_TOKEN, RADIO_GROUP_TOKEN, RADIO_TOKEN, RICH_FILTER_BUTTON_SLOT_TOKEN, RICH_FILTER_BUTTON_TOKEN, RICH_FILTER_CONTENT_TOKEN, RICH_FILTER_TOP_TOKEN, RadioComponent, RadioDirective, RadioFieldComponent, RadioFieldDirective, RadioGroupComponent, RadioGroupDirective, RadioImports, RecycleRowsDirective, RichFilterButtonDirective, RichFilterButtonSlotDirective, RichFilterContentDirective, RichFilterHostComponent, RichFilterImports, RichFilterTopDirective, RowComponent, RowDefDirective, SCROLLABLE_IGNORE_CHILD_ATTRIBUTE, SCROLLABLE_IGNORE_CHILD_TOKEN, SCROLLABLE_IS_ACTIVE_CHILD_ATTRIBUTE, SCROLLABLE_IS_ACTIVE_CHILD_TOKEN, SCROLLABLE_LOADING_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_ITEM_TEMPLATE_TOKEN, SCROLLABLE_PLACEHOLDER_OVERLAY_TEMPLATE_TOKEN, SEARCH_INPUT_TOKEN, SEGMENTED_BUTTON_FIELD_TOKEN, SEGMENTED_BUTTON_GROUP_TOKEN, SEGMENTED_BUTTON_TOKEN, SELECTION_LIST_FIELD, SELECTION_LIST_OPTION, SELECT_BODY_TOKEN, SELECT_FIELD_TOKEN, SELECT_OPTION_TOKEN, SELECT_TOKEN, SHOW_PICKER_TRIGGER_TOKEN, SIDEBAR_OVERLAY_CONFIG, SLIDE_TOGGLE_TOKEN, SORT_DEFAULT_OPTIONS, SORT_HEADER_COLUMN_DEF, SORT_HEADER_INTL_PROVIDER, SORT_HEADER_INTL_PROVIDER_FACTORY, STATIC_FORM_FIELD_TOKEN, STATIC_FORM_GROUP_TOKEN, ScrollableComponent, ScrollableIgnoreChildDirective, ScrollableImports, ScrollableIsActiveChildDirective, ScrollableLoadingTemplateDirective, ScrollablePlaceholderComponent, ScrollablePlaceholderItemTemplateDirective, ScrollablePlaceholderOverlayTemplateDirective, SearchInputClearComponent, SearchInputComponent, SearchInputDirective, SegmentedButtonComponent, SegmentedButtonDirective, SegmentedButtonFieldComponent, SegmentedButtonFieldDirective, SegmentedButtonGroupComponent, SegmentedButtonGroupDirective, SegmentedButtonImports, SelectBodyComponent, SelectBodyDirective, SelectComponent, SelectDirective, SelectFieldComponent, SelectFieldDirective, SelectImports, SelectOptionComponent, SelectOptionDirective, SelectionListFieldComponent, SelectionListFieldDirective, SelectionListImports, SelectionListOptionComponent, SelectionListOptionDirective, ShowPickerTriggerDirective, SidebarOverlayService, SkeletonComponent, SkeletonImports, SkeletonItemComponent, SlideToggleComponent, SlideToggleDirective, SlideToggleFieldComponent, SlideToggleImports, SliderComponent, SliderFieldComponent, SliderImports, SortDirective, SortHeaderComponent, SortHeaderIntl, SortImports, StaticFormFieldDirective, StaticFormGroupDirective, SwipeHandlerService, TAB, TABS_CONFIG, TAB_CONTENT, TAB_GROUP, TAB_LABEL, TEL_INPUT_TOKEN, TEXTAREA_INPUT_TOKEN, TEXT_INPUT_TOKEN, TIME_INPUT_FORMAT_TOKEN, TIME_INPUT_TOKEN, TOGGLETIP, TOGGLETIP_CONFIG, TOGGLETIP_DEFAULT_CONFIG, TOGGLETIP_DIRECTIVE, TOGGLETIP_TEMPLATE, TOGGLETIP_TEXT, TOOLTIP, TOOLTIP_CONFIG, TOOLTIP_DEFAULT_CONFIG, TOOLTIP_DIRECTIVE, TOOLTIP_TEMPLATE, TOOLTIP_TEXT, TabImports, TableBusyDirective, TableBusyOutletDirective, TableComponent, TableDataSource, TableImports, TargetMenuAim, TelInputComponent, TelInputDirective, TextColumnComponent, TextInputComponent, TextInputDirective, TextareaInputComponent, TextareaInputDirective, TimeInputComponent, TimeInputDirective, TimesIconComponent, ToggletipCloseDirective, ToggletipComponent, ToggletipDirective, ToggletipImports, TooltipComponent, TooltipDirective, TooltipImports, VALIDATOR_ERROR_SERVICE_TOKEN, WRITEABLE_INPUT_TOKEN, WRITEABLE_INPUT_VALUE_ACCESSOR, WriteableInputDirective, _MAT_INK_BAR_POSITIONER, _MAT_INK_BAR_POSITIONER_FACTORY, accordionAnimations, createBottomSheetConfig, createBracketConfig, createComboboxConfig, createDialogConfig, createFormChangesTracker, createOverlayConfig, createOverlayDismissChecker, createOverlayHandler, createOverlayHandlerWithQueryParamLifecycle, createToggletipConfig, createTooltipConfig, defaultSubmitButtonConfigFn, getClosestBottomSheet, getClosestDialog, getClosestOverlay, isScrollableChildActive, isScrollableChildIgnored, isUpperBracketMatch, normalizePictureSizes, normalizePictureSource, normalizeRoundType, orderRounds, orderRoundsByRoundNumber, paginate, provideBottomSheet, provideBottomSheetDefaultConfig, provideBracketConfig, provideComboboxConfig, provideDateFormat, provideDateTimeFormat, provideDialog, provideDialogDefaultConfig, provideFilterOverlayConfig, provideImageConfig, provideOverlay, provideOverlayDefaultConfig, provideOverlayRouterConfig, provideSidebarOverlayConfig, provideSort, provideTimeFormat, provideToggletipConfig, provideTooltipConfig, provideValidatorErrorsService, tabAnimations };
19632
19288
  //# sourceMappingURL=ethlete-cdk.mjs.map