@bravobit/bb-foundation 0.58.0 → 0.60.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.
Files changed (26) hide show
  1. package/fesm2022/bravobit-bb-foundation-auth.mjs +22 -22
  2. package/fesm2022/bravobit-bb-foundation-collections.mjs +43 -43
  3. package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
  4. package/fesm2022/bravobit-bb-foundation-dialog.mjs +35 -35
  5. package/fesm2022/bravobit-bb-foundation-dialog.mjs.map +1 -1
  6. package/fesm2022/bravobit-bb-foundation-elements.mjs +111 -111
  7. package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
  8. package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
  9. package/fesm2022/bravobit-bb-foundation-localize.mjs +171 -17
  10. package/fesm2022/bravobit-bb-foundation-localize.mjs.map +1 -1
  11. package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
  12. package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
  13. package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
  14. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
  15. package/fesm2022/bravobit-bb-foundation-select.mjs +27 -24
  16. package/fesm2022/bravobit-bb-foundation-select.mjs.map +1 -1
  17. package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
  18. package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
  19. package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
  20. package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
  21. package/fesm2022/bravobit-bb-foundation.mjs +68 -23
  22. package/fesm2022/bravobit-bb-foundation.mjs.map +1 -1
  23. package/package.json +5 -5
  24. package/types/bravobit-bb-foundation-localize.d.ts +155 -1
  25. package/types/bravobit-bb-foundation-select.d.ts +2 -1
  26. package/types/bravobit-bb-foundation.d.ts +8 -1
@@ -108,10 +108,10 @@ class BaseUrlInterceptor {
108
108
  }
109
109
  return null;
110
110
  }
111
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BaseUrlInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
112
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BaseUrlInterceptor });
111
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BaseUrlInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
112
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BaseUrlInterceptor });
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BaseUrlInterceptor, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BaseUrlInterceptor, decorators: [{
115
115
  type: Injectable
116
116
  }] });
117
117
 
@@ -132,10 +132,10 @@ class ErrorInterceptor {
132
132
  return throwError(() => error);
133
133
  }));
134
134
  }
135
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ErrorInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
136
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ErrorInterceptor });
135
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ErrorInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
136
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ErrorInterceptor });
137
137
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ErrorInterceptor, decorators: [{
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ErrorInterceptor, decorators: [{
139
139
  type: Injectable
140
140
  }] });
141
141
 
@@ -167,11 +167,11 @@ class HttpModule {
167
167
  ]
168
168
  };
169
169
  }
170
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: HttpModule, deps: [{ token: HttpModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
171
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0", ngImport: i0, type: HttpModule });
172
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: HttpModule });
170
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HttpModule, deps: [{ token: HttpModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
171
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: HttpModule });
172
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HttpModule });
173
173
  }
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: HttpModule, decorators: [{
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: HttpModule, decorators: [{
175
175
  type: NgModule
176
176
  }], ctorParameters: () => [{ type: HttpModule, decorators: [{
177
177
  type: Optional
@@ -370,6 +370,160 @@ const extraSpanishDictionary = {
370
370
  }
371
371
  };
372
372
 
373
+ const extraGermanDictionary = {
374
+ 'form-control-errors': {
375
+ 'unknown': 'Das Feld weist einen unbekannten Fehler auf.',
376
+ 'required': 'Dieses Feld ist erforderlich.',
377
+ 'pattern': 'Ungültiges Format.',
378
+ 'email': 'Das Feld enthält keine gültige E-Mail-Adresse.',
379
+ 'emailTaken': 'Diese E-Mail-Adresse ist bereits vergeben.',
380
+ 'passwordMatch': 'Die Passwörter stimmen nicht überein.',
381
+ 'confirm': 'Das Feld stimmt nicht überein.',
382
+ 'fullNumber': 'Das Feld muss eine ganze Zahl sein.',
383
+ 'min': 'Der Mindestwert sollte {{min}} betragen.',
384
+ 'max': 'Der Höchstwert sollte {{max}} betragen.',
385
+ 'invalidFileType': 'Der Dateityp ist nicht zulässig.',
386
+ 'invalidFiles': 'Eine der Dateien ist nicht zulässig.',
387
+ 'maxFileSize': 'Die Datei überschreitet die maximale Größe von {{maxSize}}.',
388
+ "maxTotalFileSize": "Die Dateien sind zusammen {{current}} groß und überschreiten das Maximum von {{max}}.",
389
+ 'minDate': 'Das erste akzeptierte Datum ist {{date|date}}.',
390
+ 'maxDate': 'Das letzte akzeptierte Datum ist {{date|date}}.',
391
+ 'invalidDate': 'Das Feld enthält ein ungültiges Datum.',
392
+ 'minlength': 'Erwartet werden mindestens {{requiredLength}} Zeichen, aber es sind {{actualLength}} Zeichen.',
393
+ 'maxlength': 'Erwartet werden maximal {{requiredLength}} Zeichen, aber es sind {{actualLength}} Zeichen.'
394
+ },
395
+ 'select': {
396
+ 'not_found_text': 'Keine Einträge gefunden',
397
+ 'clear_all_text': 'Alle löschen',
398
+ 'loading_text': 'Lädt...',
399
+ 'type_to_search_text': 'Tippen zum Suchen',
400
+ 'add_tag_text': 'Tag hinzufügen'
401
+ },
402
+ 'multi-file-control': {
403
+ 'multiple_choose_file': 'Dateien auswählen',
404
+ 'multiple_choose_file_text': '@element(label) oder Dateien hierher ziehen',
405
+ 'single_choose_file': 'Datei auswählen',
406
+ 'single_choose_file_text': '@element(label) oder die Datei hierher ziehen'
407
+ },
408
+ 'image-control': {
409
+ 'button_label': 'Bild auswählen',
410
+ 'delete_label': 'Löschen'
411
+ },
412
+ 'collection': {
413
+ 'search_label': 'Suchen...',
414
+ 'showing_label': 'Zeige @element(start) bis @element(end) von @element(total) Ergebnissen',
415
+ 'no_results_label': 'Keine Ergebnisse für @element(query). Versuchen Sie einen anderen Suchbegriff...',
416
+ 'empty_label': 'Es gibt keine Ergebnisse...',
417
+ 'error_label': 'Es scheint, als ob ein Fehler bei der Nutzung der Anwendung aufgetreten ist.'
418
+ },
419
+ 'tables': {
420
+ 'search': 'Suchen...',
421
+ 'loading': 'Lädt...',
422
+ 'empty': 'Hier gibt es nichts zu finden.',
423
+ 'page': 'Seite',
424
+ 'error_datasource': 'Es wurde keine Datenquelle bereitgestellt.',
425
+ 'error_unauthorized': 'Sie müssen angemeldet sein, um diese Daten zu sehen.',
426
+ 'error_forbidden': 'Sie haben keinen Zugriff auf diese Daten.',
427
+ 'error_not_found': 'Die Daten wurden nicht gefunden.',
428
+ 'error_server': 'Beim Abrufen der Daten ist ein Serverfehler aufgetreten.',
429
+ 'error_down': 'Es sieht so aus, als ob der Server nicht erreichbar ist.',
430
+ 'error_unknown': 'Ein unbekannter Fehler ist aufgetreten.'
431
+ },
432
+ 'file-picker': {
433
+ 'choose': 'Datei auswählen',
434
+ 'remove': 'Datei entfernen',
435
+ 'drop': 'oder Datei hierher ziehen'
436
+ },
437
+ 'dialog': {
438
+ 'default_confirm_button': 'Bestätigen',
439
+ 'default_cancel_button': 'Abbrechen',
440
+ 'default_title': 'Sind Sie sicher, dass Sie dies tun möchten?',
441
+ 'default_description': 'Diese Aktion kann nach der Bestätigung möglicherweise nicht rückgängig gemacht werden. Sind Sie sicher?'
442
+ },
443
+ 'times': {
444
+ 'tomorrow_at': 'Morgen um {{date}}',
445
+ 'today_at': 'Heute um {{date}}',
446
+ 'yesterday_at': 'Gestern um {{date}}'
447
+ }
448
+ };
449
+
450
+ const extraPortugueseDictionary = {
451
+ 'form-control-errors': {
452
+ 'unknown': 'O campo possui um erro desconhecido.',
453
+ 'required': 'Este campo é obrigatório.',
454
+ 'pattern': 'Formato inválido.',
455
+ 'email': 'O campo não corresponde a um endereço de e-mail válido.',
456
+ 'emailTaken': 'O e-mail já está em uso.',
457
+ 'passwordMatch': 'As senhas não coincidem.',
458
+ 'confirm': 'O campo não coincide.',
459
+ 'fullNumber': 'O campo deve ser um número inteiro.',
460
+ 'min': 'O valor mínimo deve ser {{min}}.',
461
+ 'max': 'O valor máximo deve ser {{max}}.',
462
+ 'invalidFileType': 'O tipo de arquivo não é permitido.',
463
+ 'invalidFiles': 'Um dos arquivos não é permitido.',
464
+ 'maxFileSize': 'O arquivo excedeu o tamanho máximo de {{maxSize}}.',
465
+ "maxTotalFileSize": "Os arquivos juntos têm {{current}} de tamanho e excederam o máximo de {{max}}.",
466
+ 'minDate': 'A primeira data aceita é {{date|date}}.',
467
+ 'maxDate': 'A última data aceita é {{date|date}}.',
468
+ 'invalidDate': 'O campo contém uma data inválida.',
469
+ 'minlength': 'Esperava-se um mínimo de {{requiredLength}} caracteres, mas obteve-se {{actualLength}} caracteres.',
470
+ 'maxlength': 'Esperava-se um máximo de {{requiredLength}} caracteres, mas obteve-se {{actualLength}} caracteres.'
471
+ },
472
+ 'select': {
473
+ 'not_found_text': 'Nenhum item encontrado',
474
+ 'clear_all_text': 'Limpar tudo',
475
+ 'loading_text': 'Carregando...',
476
+ 'type_to_search_text': 'Digite para pesquisar',
477
+ 'add_tag_text': 'Adicionar tag'
478
+ },
479
+ 'multi-file-control': {
480
+ 'multiple_choose_file': 'Escolher arquivos',
481
+ 'multiple_choose_file_text': '@element(label) ou arraste e solte arquivos aqui',
482
+ 'single_choose_file': 'Escolher arquivo',
483
+ 'single_choose_file_text': '@element(label) ou arraste e solte o arquivo aqui'
484
+ },
485
+ 'image-control': {
486
+ 'button_label': 'Escolher uma imagem',
487
+ 'delete_label': 'Excluir'
488
+ },
489
+ 'collection': {
490
+ 'search_label': 'Pesquisar...',
491
+ 'showing_label': 'Exibindo @element(start) a @element(end) de @element(total) resultados',
492
+ 'no_results_label': 'Não há resultados para @element(query). Tente um termo de pesquisa diferente para encontrar resultados...',
493
+ 'empty_label': 'Não há resultados...',
494
+ 'error_label': 'Parece que ocorreu um erro ao usar o aplicativo.'
495
+ },
496
+ 'tables': {
497
+ 'search': 'Pesquisar...',
498
+ 'loading': 'Carregando...',
499
+ 'empty': 'Não há nada para encontrar aqui.',
500
+ 'page': 'página',
501
+ 'error_datasource': 'Nenhuma fonte de dados foi fornecida.',
502
+ 'error_unauthorized': 'Você precisa estar autenticado para visualizar estes dados.',
503
+ 'error_forbidden': 'Você não tem acesso para visualizar estes dados.',
504
+ 'error_not_found': 'Os dados não foram encontrados.',
505
+ 'error_server': 'Ocorreu um erro no servidor ao buscar os dados.',
506
+ 'error_down': 'Parece que o servidor está fora do ar.',
507
+ 'error_unknown': 'Ocorreu um erro desconhecido.'
508
+ },
509
+ 'file-picker': {
510
+ 'choose': 'Escolher arquivo',
511
+ 'remove': 'Remover arquivo',
512
+ 'drop': 'ou arraste e solte o arquivo aqui'
513
+ },
514
+ 'dialog': {
515
+ 'default_confirm_button': 'Confirmar',
516
+ 'default_cancel_button': 'Cancelar',
517
+ 'default_title': 'Tem certeza de que deseja fazer isso?',
518
+ 'default_description': 'Esta ação pode não ser reversível após a confirmação. Tem certeza de que deseja fazer isso?'
519
+ },
520
+ 'times': {
521
+ 'tomorrow_at': 'Amanhã às {{date}}',
522
+ 'today_at': 'Hoje às {{date}}',
523
+ 'yesterday_at': 'Ontem às {{date}}'
524
+ }
525
+ };
526
+
373
527
  class LocalizeMissingHandler {
374
528
  handle(params) {
375
529
  // Log to the console when the token was not found
@@ -691,10 +845,10 @@ class Localize {
691
845
  // If the parameter is a string fill in the blanks.
692
846
  return { token: tokenOrParams, optional: false, dictionary: null, data: {} };
693
847
  };
694
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Localize, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
695
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Localize, providedIn: 'root' });
848
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: Localize, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
849
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: Localize, providedIn: 'root' });
696
850
  }
697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Localize, decorators: [{
851
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: Localize, decorators: [{
698
852
  type: Injectable,
699
853
  args: [{
700
854
  providedIn: 'root'
@@ -826,10 +980,10 @@ class BbLocalizeTemplate {
826
980
  constructor(templateRef) {
827
981
  this.templateRef = templateRef;
828
982
  }
829
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbLocalizeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
830
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0", type: BbLocalizeTemplate, isStandalone: true, selector: "ng-template[bbLocalizeTemplate]", inputs: { name: ["bbLocalizeTemplate", "name"] }, ngImport: i0 });
983
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BbLocalizeTemplate, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
984
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.4", type: BbLocalizeTemplate, isStandalone: true, selector: "ng-template[bbLocalizeTemplate]", inputs: { name: ["bbLocalizeTemplate", "name"] }, ngImport: i0 });
831
985
  }
832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbLocalizeTemplate, decorators: [{
986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BbLocalizeTemplate, decorators: [{
833
987
  type: Directive,
834
988
  args: [{
835
989
  selector: 'ng-template[bbLocalizeTemplate]'
@@ -906,10 +1060,10 @@ class BbLocalizeString {
906
1060
  end.replace(escape, '\\$&')
907
1061
  ];
908
1062
  }
909
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbLocalizeString, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
910
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.0", type: BbLocalizeString, isStandalone: true, selector: "[bb-localize-string]", inputs: { substitutions: "substitutions", value: ["bb-localize-string", "value"] }, host: { classAttribute: "bb-localize-string" }, queries: [{ propertyName: "items", predicate: BbLocalizeTemplate }], ngImport: i0, template: "@for (component of components; track component) {\n <ng-template [bbTemplate]=\"component\">{{ component }}</ng-template>\n}\n", styles: [""], dependencies: [{ kind: "directive", type: BbTemplate, selector: "[bbTemplate]", inputs: ["bbTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1063
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BbLocalizeString, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1064
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BbLocalizeString, isStandalone: true, selector: "[bb-localize-string]", inputs: { substitutions: "substitutions", value: ["bb-localize-string", "value"] }, host: { classAttribute: "bb-localize-string" }, queries: [{ propertyName: "items", predicate: BbLocalizeTemplate }], ngImport: i0, template: "@for (component of components; track component) {\n <ng-template [bbTemplate]=\"component\">{{ component }}</ng-template>\n}\n", styles: [""], dependencies: [{ kind: "directive", type: BbTemplate, selector: "[bbTemplate]", inputs: ["bbTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
911
1065
  }
912
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbLocalizeString, decorators: [{
1066
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BbLocalizeString, decorators: [{
913
1067
  type: Component,
914
1068
  args: [{ selector: '[bb-localize-string]', changeDetection: ChangeDetectionStrategy.OnPush, host: { 'class': 'bb-localize-string' }, encapsulation: ViewEncapsulation.None, imports: [BbTemplate], template: "@for (component of components; track component) {\n <ng-template [bbTemplate]=\"component\">{{ component }}</ng-template>\n}\n" }]
915
1069
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { items: [{
@@ -954,10 +1108,10 @@ class BbLocalize {
954
1108
  // Return the combined params and options.
955
1109
  return { ...params, ...options };
956
1110
  }
957
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbLocalize, deps: [{ token: Localize, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
958
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.0", ngImport: i0, type: BbLocalize, isStandalone: true, name: "bbLocalize" });
1111
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BbLocalize, deps: [{ token: Localize, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
1112
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: BbLocalize, isStandalone: true, name: "bbLocalize" });
959
1113
  }
960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbLocalize, decorators: [{
1114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BbLocalize, decorators: [{
961
1115
  type: Pipe,
962
1116
  args: [{
963
1117
  name: 'bbLocalize'
@@ -1005,15 +1159,15 @@ class LocalizeModule {
1005
1159
  ]
1006
1160
  };
1007
1161
  }
1008
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: LocalizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1009
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0", ngImport: i0, type: LocalizeModule, imports: [BbLocalize,
1162
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: LocalizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1163
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: LocalizeModule, imports: [BbLocalize,
1010
1164
  BbLocalizeString,
1011
1165
  BbLocalizeTemplate], exports: [BbLocalize,
1012
1166
  BbLocalizeString,
1013
1167
  BbLocalizeTemplate] });
1014
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: LocalizeModule });
1168
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: LocalizeModule });
1015
1169
  }
1016
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: LocalizeModule, decorators: [{
1170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: LocalizeModule, decorators: [{
1017
1171
  type: NgModule,
1018
1172
  args: [{
1019
1173
  imports: [
@@ -1033,5 +1187,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImpor
1033
1187
  * Generated bundle index. Do not edit.
1034
1188
  */
1035
1189
 
1036
- export { BbLocalize, BbLocalizeString, BbLocalizeTemplate, LOCALIZE_CONFIG, LOCALIZE_FUNCTION, LOCALIZE_ID, LOCALIZE_MISSING_HANDLER, LOCALIZE_TRANSFORM, Localize, LocalizeDateFunction, LocalizeDictionary, LocalizeDictionaryContext, LocalizeDictionaryData, LocalizeInterpolateTransform, LocalizeLowercaseFunction, LocalizeMissingHandler, LocalizeModule, LocalizePluralTransform, LocalizeReferenceTransform, LocalizeTransform, LocalizeUppercaseFunction, extraDutchDictionary, extraEnglishDictionary, extraPapiamentoDictionary, extraSpanishDictionary, getLocale, provideLocalizeConfig };
1190
+ export { BbLocalize, BbLocalizeString, BbLocalizeTemplate, LOCALIZE_CONFIG, LOCALIZE_FUNCTION, LOCALIZE_ID, LOCALIZE_MISSING_HANDLER, LOCALIZE_TRANSFORM, Localize, LocalizeDateFunction, LocalizeDictionary, LocalizeDictionaryContext, LocalizeDictionaryData, LocalizeInterpolateTransform, LocalizeLowercaseFunction, LocalizeMissingHandler, LocalizeModule, LocalizePluralTransform, LocalizeReferenceTransform, LocalizeTransform, LocalizeUppercaseFunction, extraDutchDictionary, extraEnglishDictionary, extraGermanDictionary, extraPapiamentoDictionary, extraPortugueseDictionary, extraSpanishDictionary, getLocale, provideLocalizeConfig };
1037
1191
  //# sourceMappingURL=bravobit-bb-foundation-localize.mjs.map