@ngbase/adk 0.1.18 → 0.1.20

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 (80) hide show
  1. package/fesm2022/ngbase-adk-a11y.mjs +15 -15
  2. package/fesm2022/ngbase-adk-accordion.mjs +12 -12
  3. package/fesm2022/ngbase-adk-autocomplete.mjs +6 -6
  4. package/fesm2022/ngbase-adk-avatar.mjs +6 -6
  5. package/fesm2022/ngbase-adk-bidi.mjs +3 -3
  6. package/fesm2022/ngbase-adk-breadcrumb.mjs +12 -12
  7. package/fesm2022/ngbase-adk-cache.mjs +3 -3
  8. package/fesm2022/ngbase-adk-carousel.mjs +15 -15
  9. package/fesm2022/ngbase-adk-checkbox.mjs +6 -6
  10. package/fesm2022/ngbase-adk-chip.mjs +9 -9
  11. package/fesm2022/ngbase-adk-clipboard.mjs +3 -3
  12. package/fesm2022/ngbase-adk-color-picker.mjs +30 -30
  13. package/fesm2022/ngbase-adk-cookies.mjs +3 -3
  14. package/fesm2022/ngbase-adk-datepicker.mjs +36 -36
  15. package/fesm2022/ngbase-adk-dialog.mjs +12 -12
  16. package/fesm2022/ngbase-adk-drag.mjs +12 -12
  17. package/fesm2022/ngbase-adk-form-field.mjs +18 -18
  18. package/fesm2022/ngbase-adk-hover-card.mjs +3 -3
  19. package/fesm2022/ngbase-adk-icon.mjs +6 -6
  20. package/fesm2022/ngbase-adk-inline-edit.mjs +9 -9
  21. package/fesm2022/ngbase-adk-jwt.mjs +6 -6
  22. package/fesm2022/ngbase-adk-keys.mjs +6 -6
  23. package/fesm2022/ngbase-adk-list.mjs +6 -6
  24. package/fesm2022/ngbase-adk-mask.mjs +6 -6
  25. package/fesm2022/ngbase-adk-menu.mjs +24 -24
  26. package/fesm2022/ngbase-adk-network.mjs +3 -3
  27. package/fesm2022/ngbase-adk-otp.mjs +9 -9
  28. package/fesm2022/ngbase-adk-pagination.mjs +6 -6
  29. package/fesm2022/ngbase-adk-popover.mjs +21 -21
  30. package/fesm2022/ngbase-adk-portal.mjs +16 -11
  31. package/fesm2022/ngbase-adk-portal.mjs.map +1 -1
  32. package/fesm2022/ngbase-adk-progress.mjs +6 -6
  33. package/fesm2022/ngbase-adk-radio.mjs +9 -9
  34. package/fesm2022/ngbase-adk-resizable.mjs +9 -9
  35. package/fesm2022/ngbase-adk-scroll-area.mjs +6 -6
  36. package/fesm2022/ngbase-adk-select.mjs +37 -37
  37. package/fesm2022/ngbase-adk-select.mjs.map +1 -1
  38. package/fesm2022/ngbase-adk-selectable.mjs +6 -6
  39. package/fesm2022/ngbase-adk-sheet.mjs +3 -3
  40. package/fesm2022/ngbase-adk-sidenav.mjs +20 -20
  41. package/fesm2022/ngbase-adk-sidenav.mjs.map +1 -1
  42. package/fesm2022/ngbase-adk-slider.mjs +12 -12
  43. package/fesm2022/ngbase-adk-sonner.mjs +9 -9
  44. package/fesm2022/ngbase-adk-stepper.mjs +12 -12
  45. package/fesm2022/ngbase-adk-switch.mjs +12 -12
  46. package/fesm2022/ngbase-adk-table.mjs +39 -39
  47. package/fesm2022/ngbase-adk-tabs.mjs +21 -21
  48. package/fesm2022/ngbase-adk-toggle-group.mjs +6 -6
  49. package/fesm2022/ngbase-adk-toggle.mjs +3 -3
  50. package/fesm2022/ngbase-adk-tooltip.mjs +9 -9
  51. package/fesm2022/ngbase-adk-tour.mjs +12 -17
  52. package/fesm2022/ngbase-adk-tour.mjs.map +1 -1
  53. package/fesm2022/ngbase-adk-translate.mjs +6 -6
  54. package/fesm2022/ngbase-adk-tree.mjs +15 -15
  55. package/fesm2022/ngbase-adk-utils.mjs +14 -10
  56. package/fesm2022/ngbase-adk-utils.mjs.map +1 -1
  57. package/fesm2022/ngbase-adk-virtualizer.mjs +6 -6
  58. package/package.json +1 -1
  59. package/schematics/components/files/accordion/accordion.ts.template +12 -10
  60. package/schematics/components/files/badge/badge-llm.md.template +2 -2
  61. package/schematics/components/files/badge/badge.ts.template +29 -9
  62. package/schematics/components/files/card/card.ts.template +1 -1
  63. package/schematics/components/files/checkbox/checkbox.ts.template +2 -5
  64. package/schematics/components/files/dialog/dialog.ts.template +0 -7
  65. package/schematics/components/files/drawer/drawer.ts.template +0 -6
  66. package/schematics/components/files/form-field/form-field.ts.template +10 -2
  67. package/schematics/components/files/inline-edit/inline-edit.ts.template +3 -1
  68. package/schematics/components/files/pagination/pagination.ts.template +2 -2
  69. package/schematics/components/files/picasa/picasa-base.component.ts.template +0 -6
  70. package/schematics/components/files/popover/popover.ts.template +0 -6
  71. package/schematics/components/files/selectable/selectable.ts.template +1 -1
  72. package/schematics/components/files/sheet/sheet.ts.template +0 -6
  73. package/schematics/components/files/sidenav/sidenav.ts.template +70 -1
  74. package/schematics/components/files/stepper/stepper-llm.md.template +7 -0
  75. package/schematics/components/files/table/table-llm.md.template +14 -2
  76. package/schematics/components/files/table/table.ts.template +1 -2
  77. package/types/ngbase-adk-color-picker.d.ts +1 -1
  78. package/types/ngbase-adk-portal.d.ts +3 -2
  79. package/types/ngbase-adk-scroll-area.d.ts +1 -1
  80. package/types/ngbase-adk-tour.d.ts +0 -1
@@ -47,10 +47,10 @@ class AccessibilityService {
47
47
  });
48
48
  this.removeActiveGroup(key);
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AccessibilityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
51
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AccessibilityService, providedIn: 'root' }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: AccessibilityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
51
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: AccessibilityService, providedIn: 'root' }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AccessibilityService, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: AccessibilityService, decorators: [{
54
54
  type: Injectable,
55
55
  args: [{ providedIn: 'root' }]
56
56
  }], ctorParameters: () => [] });
@@ -385,10 +385,10 @@ class AccessibleGroup {
385
385
  unregister(item) {
386
386
  this.elements.update(x => x.filter(y => y !== item));
387
387
  }
388
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AccessibleGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
389
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: AccessibleGroup, isStandalone: true, selector: "[ngbAccessibleGroup]", inputs: { ayId: { classPropertyName: "ayId", publicName: "ayId", isSignal: true, isRequired: false, transformFunction: null }, columns: { classPropertyName: "columns", publicName: "columns", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelledby: { classPropertyName: "ariaLabelledby", publicName: "ariaLabelledby", isSignal: true, isRequired: false, transformFunction: null }, isPopup: { classPropertyName: "isPopup", publicName: "isPopup", isSignal: true, isRequired: false, transformFunction: null }, loop: { classPropertyName: "loop", publicName: "loop", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, clickable: { classPropertyName: "clickable", publicName: "clickable", isSignal: true, isRequired: false, transformFunction: null }, initialFocus: { classPropertyName: "initialFocus", publicName: "initialFocus", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ayId: "ayIdChange", clickable: "clickableChange" }, host: { attributes: { "role": "group", "tabindex": "0" }, properties: { "attr.aria-label": "_ariaLabel()", "attr.aria-labelledby": "_ariaLabelledby()", "attr.aria-disabled": "_disabled()" } }, ngImport: i0 }); }
388
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: AccessibleGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
389
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: AccessibleGroup, isStandalone: true, selector: "[ngbAccessibleGroup]", inputs: { ayId: { classPropertyName: "ayId", publicName: "ayId", isSignal: true, isRequired: false, transformFunction: null }, columns: { classPropertyName: "columns", publicName: "columns", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelledby: { classPropertyName: "ariaLabelledby", publicName: "ariaLabelledby", isSignal: true, isRequired: false, transformFunction: null }, isPopup: { classPropertyName: "isPopup", publicName: "isPopup", isSignal: true, isRequired: false, transformFunction: null }, loop: { classPropertyName: "loop", publicName: "loop", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, clickable: { classPropertyName: "clickable", publicName: "clickable", isSignal: true, isRequired: false, transformFunction: null }, initialFocus: { classPropertyName: "initialFocus", publicName: "initialFocus", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ayId: "ayIdChange", clickable: "clickableChange" }, host: { attributes: { "role": "group", "tabindex": "0" }, properties: { "attr.aria-label": "_ariaLabel()", "attr.aria-labelledby": "_ariaLabelledby()", "attr.aria-disabled": "_disabled()" } }, ngImport: i0 }); }
390
390
  }
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AccessibleGroup, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: AccessibleGroup, decorators: [{
392
392
  type: Directive,
393
393
  args: [{
394
394
  selector: '[ngbAccessibleGroup]',
@@ -487,10 +487,10 @@ class AccessibleItem {
487
487
  ngOnDestroy() {
488
488
  this.isDestroyed = true;
489
489
  }
490
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AccessibleItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
491
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: AccessibleItem, isStandalone: true, selector: "[ngbAccessibleItem]", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, ayId: { classPropertyName: "ayId", publicName: "ayId", isSignal: true, isRequired: false, transformFunction: null }, role: { classPropertyName: "role", publicName: "role", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, skip: { classPropertyName: "skip", publicName: "skip", isSignal: true, isRequired: false, transformFunction: null }, level: { classPropertyName: "level", publicName: "level", isSignal: true, isRequired: false, transformFunction: null }, expandable: { classPropertyName: "expandable", publicName: "expandable", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { level: "levelChange", expandable: "expandableChange", expanded: "expandedChange", selectedChange: "selectedChange" }, host: { listeners: { "click": "onFocus()" }, properties: { "attr.aria-pressed": "pressed()", "attr.aria-disabled": "_disabled() || null", "attr.aria-selected": "_selected() || undefined", "tabindex": "_disabled() ? -1 : 0" } }, ngImport: i0 }); }
490
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: AccessibleItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
491
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: AccessibleItem, isStandalone: true, selector: "[ngbAccessibleItem]", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, ayId: { classPropertyName: "ayId", publicName: "ayId", isSignal: true, isRequired: false, transformFunction: null }, role: { classPropertyName: "role", publicName: "role", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, skip: { classPropertyName: "skip", publicName: "skip", isSignal: true, isRequired: false, transformFunction: null }, level: { classPropertyName: "level", publicName: "level", isSignal: true, isRequired: false, transformFunction: null }, expandable: { classPropertyName: "expandable", publicName: "expandable", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { level: "levelChange", expandable: "expandableChange", expanded: "expandedChange", selectedChange: "selectedChange" }, host: { listeners: { "click": "onFocus()" }, properties: { "attr.aria-pressed": "pressed()", "attr.aria-disabled": "_disabled() || null", "attr.aria-selected": "_selected() || undefined", "tabindex": "_disabled() ? -1 : 0" } }, ngImport: i0 }); }
492
492
  }
493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AccessibleItem, decorators: [{
493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: AccessibleItem, decorators: [{
494
494
  type: Directive,
495
495
  args: [{
496
496
  selector: '[ngbAccessibleItem]',
@@ -589,10 +589,10 @@ class FocusTrap {
589
589
  invalidateCache() {
590
590
  this.cachedFocusableElements = null;
591
591
  }
592
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FocusTrap, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
593
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: FocusTrap, isStandalone: true, selector: "[ngbFocusTrap]", inputs: { ngbFocusTrap: { classPropertyName: "ngbFocusTrap", publicName: "ngbFocusTrap", isSignal: true, isRequired: false, transformFunction: null }, focusInitial: { classPropertyName: "focusInitial", publicName: "focusInitial", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
592
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: FocusTrap, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
593
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: FocusTrap, isStandalone: true, selector: "[ngbFocusTrap]", inputs: { ngbFocusTrap: { classPropertyName: "ngbFocusTrap", publicName: "ngbFocusTrap", isSignal: true, isRequired: false, transformFunction: null }, focusInitial: { classPropertyName: "focusInitial", publicName: "focusInitial", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
594
594
  }
595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FocusTrap, decorators: [{
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: FocusTrap, decorators: [{
596
596
  type: Directive,
597
597
  args: [{
598
598
  selector: '[ngbFocusTrap]',
@@ -651,10 +651,10 @@ class Autofocus {
651
651
  ngOnDestroy() {
652
652
  this.intersectionObserver?.disconnect();
653
653
  }
654
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Autofocus, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
655
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: Autofocus, isStandalone: true, selector: "[ngbAutofocus]", inputs: { focusDelay: { classPropertyName: "focusDelay", publicName: "focusDelay", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
654
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Autofocus, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
655
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: Autofocus, isStandalone: true, selector: "[ngbAutofocus]", inputs: { focusDelay: { classPropertyName: "focusDelay", publicName: "focusDelay", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
656
656
  }
657
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Autofocus, decorators: [{
657
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Autofocus, decorators: [{
658
658
  type: Directive,
659
659
  args: [{
660
660
  selector: '[ngbAutofocus]',
@@ -30,10 +30,10 @@ class NgbAccordion {
30
30
  }
31
31
  this.accordionService.activeId.set(this.expanded() ? this.id : '');
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordion, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: NgbAccordion, isStandalone: true, selector: "[ngbAccordion]", inputs: { expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { expanded: "expandedChange", opened: "opened", closed: "closed" }, exportAs: ["ngbAccordion"], hostDirectives: [{ directive: i1.DisableAnimation }], ngImport: i0 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordion, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: NgbAccordion, isStandalone: true, selector: "[ngbAccordion]", inputs: { expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { expanded: "expandedChange", opened: "opened", closed: "closed" }, exportAs: ["ngbAccordion"], hostDirectives: [{ directive: i1.DisableAnimation }], ngImport: i0 }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordion, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordion, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: '[ngbAccordion]',
@@ -71,10 +71,10 @@ class NgbAccordionGroup {
71
71
  });
72
72
  });
73
73
  }
74
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordionGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
75
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.0", type: NgbAccordionGroup, isStandalone: true, selector: "[ngbAccordionGroup]", inputs: { multiple: { classPropertyName: "multiple", publicName: "multiple", isSignal: true, isRequired: false, transformFunction: null }, expandAll: { classPropertyName: "expandAll", publicName: "expandAll", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "items", predicate: NgbAccordion, isSignal: true }], exportAs: ["ngbAccordionGroup"], ngImport: i0 }); }
74
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordionGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
75
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.2", type: NgbAccordionGroup, isStandalone: true, selector: "[ngbAccordionGroup]", inputs: { multiple: { classPropertyName: "multiple", publicName: "multiple", isSignal: true, isRequired: false, transformFunction: null }, expandAll: { classPropertyName: "expandAll", publicName: "expandAll", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "items", predicate: NgbAccordion, isSignal: true }], exportAs: ["ngbAccordionGroup"], ngImport: i0 }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordionGroup, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordionGroup, decorators: [{
78
78
  type: Directive,
79
79
  args: [{
80
80
  selector: '[ngbAccordionGroup]',
@@ -86,10 +86,10 @@ class NgbAccordionHeader {
86
86
  constructor() {
87
87
  this.accordion = inject(NgbAccordion);
88
88
  }
89
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordionHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
90
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbAccordionHeader, isStandalone: true, selector: "[ngbAccordionHeader]", host: { listeners: { "click": "accordion.disabled() ? null : accordion.toggle()" }, properties: { "tabindex": "accordion.disabled() ? -1 : 0", "attr.aria-disabled": "accordion.disabled()", "attr.aria-expanded": "accordion.expanded()", "attr.aria-controls": "accordion.id", "id": "'accordion-' + accordion.id" } }, ngImport: i0 }); }
89
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordionHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
90
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbAccordionHeader, isStandalone: true, selector: "[ngbAccordionHeader]", host: { listeners: { "click": "accordion.disabled() ? null : accordion.toggle()" }, properties: { "tabindex": "accordion.disabled() ? -1 : 0", "attr.aria-disabled": "accordion.disabled()", "attr.aria-expanded": "accordion.expanded()", "attr.aria-controls": "accordion.id", "id": "'accordion-' + accordion.id" } }, ngImport: i0 }); }
91
91
  }
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordionHeader, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordionHeader, decorators: [{
93
93
  type: Directive,
94
94
  args: [{
95
95
  selector: '[ngbAccordionHeader]',
@@ -108,10 +108,10 @@ class NgbAccordionContent {
108
108
  constructor() {
109
109
  this.accordion = inject(NgbAccordion);
110
110
  }
111
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordionContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
112
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbAccordionContent, isStandalone: true, selector: "[ngbAccordionContent]", host: { attributes: { "role": "region" }, properties: { "id": "accordion.id", "attr.aria-labelledby": "'accordion-' + accordion.id" } }, exportAs: ["ngbAccordionContent"], ngImport: i0 }); }
111
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordionContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
112
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbAccordionContent, isStandalone: true, selector: "[ngbAccordionContent]", host: { attributes: { "role": "region" }, properties: { "id": "accordion.id", "attr.aria-labelledby": "'accordion-' + accordion.id" } }, exportAs: ["ngbAccordionContent"], ngImport: i0 }); }
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAccordionContent, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAccordionContent, decorators: [{
115
115
  type: Directive,
116
116
  args: [{
117
117
  selector: '[ngbAccordionContent]',
@@ -49,10 +49,10 @@ class NgbAutocompleteInput {
49
49
  this.input.setValue(value);
50
50
  this.ngbAutocompleteInput.emit(value);
51
51
  }
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAutocompleteInput, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
53
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: NgbAutocompleteInput, isStandalone: true, selector: "input[ngbAutocompleteInput]", inputs: { isChip: { classPropertyName: "isChip", publicName: "isChip", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ngbAutocompleteInput: "ngbAutocompleteInput" }, host: { attributes: { "autocomplete": "off" }, listeners: { "focus": "onFocus()", "blur": "close()", "input": "updateSearch($event)" } }, exportAs: ["ngbAutocompleteInput"], hostDirectives: [{ directive: i1.InputBase, inputs: ["value", "value"], outputs: ["valueChange", "valueChange"] }], ngImport: i0 }); }
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAutocompleteInput, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
53
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: NgbAutocompleteInput, isStandalone: true, selector: "input[ngbAutocompleteInput]", inputs: { isChip: { classPropertyName: "isChip", publicName: "isChip", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ngbAutocompleteInput: "ngbAutocompleteInput" }, host: { attributes: { "autocomplete": "off" }, listeners: { "focus": "onFocus()", "blur": "close()", "input": "updateSearch($event)" } }, exportAs: ["ngbAutocompleteInput"], hostDirectives: [{ directive: i1.InputBase, inputs: ["value", "value"], outputs: ["valueChange", "valueChange"] }], ngImport: i0 }); }
54
54
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAutocompleteInput, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAutocompleteInput, decorators: [{
56
56
  type: Directive,
57
57
  args: [{
58
58
  selector: 'input[ngbAutocompleteInput]',
@@ -91,10 +91,10 @@ class NgbAutocomplete extends SelectBase {
91
91
  searchInput.updateValue(this.cValue());
92
92
  }
93
93
  }
94
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAutocomplete, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
95
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.0", type: NgbAutocomplete, isStandalone: true, selector: "[ngbAutocomplete]", inputs: { filterFn: { classPropertyName: "filterFn", publicName: "filterFn", isSignal: true, isRequired: false, transformFunction: null }, queryFn: { classPropertyName: "queryFn", publicName: "queryFn", isSignal: true, isRequired: false, transformFunction: null }, filterOptions: { classPropertyName: "filterOptions", publicName: "filterOptions", isSignal: true, isRequired: false, transformFunction: null } }, providers: [_provide(NgbAutocomplete)], queries: [{ propertyName: "searchInput", first: true, predicate: NgbAutocompleteInput, descendants: true, isSignal: true }, { propertyName: "chips", predicate: NgbChip, isSignal: true }], usesInheritance: true, ngImport: i0 }); }
94
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAutocomplete, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
95
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.2", type: NgbAutocomplete, isStandalone: true, selector: "[ngbAutocomplete]", inputs: { filterFn: { classPropertyName: "filterFn", publicName: "filterFn", isSignal: true, isRequired: false, transformFunction: null }, queryFn: { classPropertyName: "queryFn", publicName: "queryFn", isSignal: true, isRequired: false, transformFunction: null }, filterOptions: { classPropertyName: "filterOptions", publicName: "filterOptions", isSignal: true, isRequired: false, transformFunction: null } }, providers: [_provide(NgbAutocomplete)], queries: [{ propertyName: "searchInput", first: true, predicate: NgbAutocompleteInput, descendants: true, isSignal: true }, { propertyName: "chips", predicate: NgbChip, isSignal: true }], usesInheritance: true, ngImport: i0 }); }
96
96
  }
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAutocomplete, decorators: [{
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAutocomplete, decorators: [{
98
98
  type: Directive,
99
99
  args: [{
100
100
  selector: '[ngbAutocomplete]',
@@ -21,10 +21,10 @@ class NgbAvatar {
21
21
  .join('');
22
22
  }, ...(ngDevMode ? [{ debugName: "nameChar" }] : []));
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAvatar, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
25
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: NgbAvatar, isStandalone: true, selector: "[ngbAvatar]", inputs: { src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAvatar, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
25
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: NgbAvatar, isStandalone: true, selector: "[ngbAvatar]", inputs: { src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAvatar, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAvatar, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[ngbAvatar]',
@@ -46,10 +46,10 @@ class NgbAvatarGroup {
46
46
  });
47
47
  });
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
50
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.0", type: NgbAvatarGroup, isStandalone: true, selector: "[ngbAvatarGroup]", inputs: { reverse: { classPropertyName: "reverse", publicName: "reverse", isSignal: true, isRequired: false, transformFunction: null }, left: { classPropertyName: "left", publicName: "left", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "avatars", predicate: NgbAvatar, read: ElementRef, isSignal: true }], ngImport: i0 }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
50
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.2", type: NgbAvatarGroup, isStandalone: true, selector: "[ngbAvatarGroup]", inputs: { reverse: { classPropertyName: "reverse", publicName: "reverse", isSignal: true, isRequired: false, transformFunction: null }, left: { classPropertyName: "left", publicName: "left", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "avatars", predicate: NgbAvatar, read: ElementRef, isSignal: true }], ngImport: i0 }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbAvatarGroup, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbAvatarGroup, decorators: [{
53
53
  type: Directive,
54
54
  args: [{
55
55
  selector: '[ngbAvatarGroup]',
@@ -24,10 +24,10 @@ class Directionality {
24
24
  const dir = isRtl ? 'rtl' : 'ltr';
25
25
  this.document.documentElement.setAttribute('dir', dir);
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Directionality, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
28
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Directionality, providedIn: 'root' }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Directionality, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
28
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Directionality, providedIn: 'root' }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Directionality, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Directionality, decorators: [{
31
31
  type: Injectable,
32
32
  args: [{ providedIn: 'root' }]
33
33
  }], ctorParameters: () => [] });
@@ -18,10 +18,10 @@ class NgbBreadcrumb {
18
18
  }
19
19
  });
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumb, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbBreadcrumb, isStandalone: true, selector: "[ngbBreadcrumb]", host: { attributes: { "role": "link" }, properties: { "attr.aria-current": "active() ? 'page' : null", "attr.aria-disabled": "active()" } }, ngImport: i0 }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumb, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbBreadcrumb, isStandalone: true, selector: "[ngbBreadcrumb]", host: { attributes: { "role": "link" }, properties: { "attr.aria-current": "active() ? 'page' : null", "attr.aria-disabled": "active()" } }, ngImport: i0 }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumb, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumb, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[ngbBreadcrumb]',
@@ -40,10 +40,10 @@ class NgbBreadcrumbSeparator {
40
40
  constructor() {
41
41
  this.dir = injectDirectionality();
42
42
  }
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumbSeparator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
44
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbBreadcrumbSeparator, isStandalone: true, selector: "[ngbBreadcrumbsSeparator]", host: { attributes: { "tabindex": "-1", "aria-hidden": "true", "role": "presentation" } }, ngImport: i0 }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumbSeparator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
44
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbBreadcrumbSeparator, isStandalone: true, selector: "[ngbBreadcrumbsSeparator]", host: { attributes: { "tabindex": "-1", "aria-hidden": "true", "role": "presentation" } }, ngImport: i0 }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumbSeparator, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumbSeparator, decorators: [{
47
47
  type: Directive,
48
48
  args: [{
49
49
  selector: '[ngbBreadcrumbsSeparator]',
@@ -60,10 +60,10 @@ class NgbBreadcrumbs {
60
60
  this.items = contentChildren(NgbBreadcrumb, ...(ngDevMode ? [{ debugName: "items" }] : []));
61
61
  this.separator = contentChild(NgbBreadcrumbSeparator, { ...(ngDevMode ? { debugName: "separator" } : {}), read: TemplateRef });
62
62
  }
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumbs, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
64
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.0", type: NgbBreadcrumbs, isStandalone: true, selector: "[ngbBreadcrumbs]", host: { attributes: { "aria-label": "breadcrumb" } }, queries: [{ propertyName: "items", predicate: NgbBreadcrumb, isSignal: true }, { propertyName: "separator", first: true, predicate: NgbBreadcrumbSeparator, descendants: true, read: TemplateRef, isSignal: true }], ngImport: i0 }); }
63
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumbs, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
64
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.2", type: NgbBreadcrumbs, isStandalone: true, selector: "[ngbBreadcrumbs]", host: { attributes: { "aria-label": "breadcrumb" } }, queries: [{ propertyName: "items", predicate: NgbBreadcrumb, isSignal: true }, { propertyName: "separator", first: true, predicate: NgbBreadcrumbSeparator, descendants: true, read: TemplateRef, isSignal: true }], ngImport: i0 }); }
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumbs, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumbs, decorators: [{
67
67
  type: Directive,
68
68
  args: [{
69
69
  selector: '[ngbBreadcrumbs]',
@@ -77,10 +77,10 @@ class NgbBreadcrumbLink {
77
77
  constructor() {
78
78
  this.breadcrumb = inject(NgbBreadcrumb);
79
79
  }
80
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumbLink, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
81
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbBreadcrumbLink, isStandalone: true, selector: "[ngbBreadcrumbLink]", host: { attributes: { "role": "link" }, properties: { "tabIndex": "breadcrumb.active() ? -1 : 0", "attr.aria-current": "breadcrumb.active() ? 'page' : null", "attr.aria-disabled": "breadcrumb.active() || null" } }, ngImport: i0 }); }
80
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumbLink, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
81
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbBreadcrumbLink, isStandalone: true, selector: "[ngbBreadcrumbLink]", host: { attributes: { "role": "link" }, properties: { "tabIndex": "breadcrumb.active() ? -1 : 0", "attr.aria-current": "breadcrumb.active() ? 'page' : null", "attr.aria-disabled": "breadcrumb.active() || null" } }, ngImport: i0 }); }
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbBreadcrumbLink, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbBreadcrumbLink, decorators: [{
84
84
  type: Directive,
85
85
  args: [{
86
86
  selector: '[ngbBreadcrumbLink]',
@@ -47,10 +47,10 @@ class Cache {
47
47
  config,
48
48
  });
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Cache, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
51
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Cache, providedIn: 'root' }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Cache, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
51
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Cache, providedIn: 'root' }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: Cache, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: Cache, decorators: [{
54
54
  type: Injectable,
55
55
  args: [{ providedIn: 'root' }]
56
56
  }] });
@@ -12,10 +12,10 @@ class NgbCarouselItem {
12
12
  const el = this.el.nativeElement;
13
13
  return el.getBoundingClientRect?.().width ?? el.offsetWidth; // SSR: fallback to offsetWidth
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
16
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbCarouselItem, isStandalone: true, selector: "[ngbCarouselItem]", ngImport: i0 }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
16
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbCarouselItem, isStandalone: true, selector: "[ngbCarouselItem]", ngImport: i0 }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselItem, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselItem, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[ngbCarouselItem]',
@@ -29,10 +29,10 @@ class NgbCarouselContainer {
29
29
  get width() {
30
30
  return this.el.nativeElement.clientWidth;
31
31
  }
32
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselContainer, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
33
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbCarouselContainer, isStandalone: true, selector: "[ngbCarouselContainer]", hostDirectives: [{ directive: i1.Drag }], ngImport: i0 }); }
32
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselContainer, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
33
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbCarouselContainer, isStandalone: true, selector: "[ngbCarouselContainer]", hostDirectives: [{ directive: i1.Drag }], ngImport: i0 }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselContainer, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselContainer, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[ngbCarouselContainer]',
@@ -53,10 +53,10 @@ class NgbCarouselSubContainer {
53
53
  el.style.transform = `translate3d(${-x}px, 0, 0)`;
54
54
  }
55
55
  }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselSubContainer, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
57
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbCarouselSubContainer, isStandalone: true, selector: "[ngbCarouselSubContainer]", ngImport: i0 }); }
56
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselSubContainer, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
57
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbCarouselSubContainer, isStandalone: true, selector: "[ngbCarouselSubContainer]", ngImport: i0 }); }
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselSubContainer, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselSubContainer, decorators: [{
60
60
  type: Directive,
61
61
  args: [{
62
62
  selector: '[ngbCarouselSubContainer]',
@@ -284,10 +284,10 @@ class NgbCarousel {
284
284
  // this.currentScroll = this.x();
285
285
  // this.updateScrollPosition();
286
286
  }
287
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarousel, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
288
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.0", type: NgbCarousel, isStandalone: true, selector: "[ngbCarousel]", queries: [{ propertyName: "items", predicate: NgbCarouselItem, isSignal: true }], viewQueries: [{ propertyName: "drag", first: true, predicate: Drag, descendants: true, isSignal: true }, { propertyName: "mainContainer", first: true, predicate: NgbCarouselContainer, descendants: true, isSignal: true }, { propertyName: "subContainer", first: true, predicate: NgbCarouselSubContainer, descendants: true, isSignal: true }], exportAs: ["ngbCarousel"], ngImport: i0 }); }
287
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarousel, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
288
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.2", type: NgbCarousel, isStandalone: true, selector: "[ngbCarousel]", queries: [{ propertyName: "items", predicate: NgbCarouselItem, isSignal: true }], viewQueries: [{ propertyName: "drag", first: true, predicate: Drag, descendants: true, isSignal: true }, { propertyName: "mainContainer", first: true, predicate: NgbCarouselContainer, descendants: true, isSignal: true }, { propertyName: "subContainer", first: true, predicate: NgbCarouselSubContainer, descendants: true, isSignal: true }], exportAs: ["ngbCarousel"], ngImport: i0 }); }
289
289
  }
290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarousel, decorators: [{
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarousel, decorators: [{
291
291
  type: Directive,
292
292
  args: [{
293
293
  selector: '[ngbCarousel]',
@@ -316,10 +316,10 @@ class NgbCarouselButton {
316
316
  this.carousel.go(no);
317
317
  }
318
318
  }
319
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselButton, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
320
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: NgbCarouselButton, isStandalone: true, selector: "[ngbCarouselButton]", inputs: { ngbCarouselButton: { classPropertyName: "ngbCarouselButton", publicName: "ngbCarouselButton", isSignal: true, isRequired: true, transformFunction: null } }, host: { listeners: { "click": "clicked($event)" } }, ngImport: i0 }); }
319
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselButton, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
320
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: NgbCarouselButton, isStandalone: true, selector: "[ngbCarouselButton]", inputs: { ngbCarouselButton: { classPropertyName: "ngbCarouselButton", publicName: "ngbCarouselButton", isSignal: true, isRequired: true, transformFunction: null } }, host: { listeners: { "click": "clicked($event)" } }, ngImport: i0 }); }
321
321
  }
322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCarouselButton, decorators: [{
322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCarouselButton, decorators: [{
323
323
  type: Directive,
324
324
  args: [{
325
325
  selector: '[ngbCarouselButton]',
@@ -6,10 +6,10 @@ class CheckboxButton {
6
6
  constructor() {
7
7
  this.checkbox = inject(NgbCheckbox);
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CheckboxButton, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: CheckboxButton, isStandalone: true, selector: "button[ngbCheckboxButton]", host: { attributes: { "role": "checkbox", "type": "button" }, listeners: { "blur": "checkbox.onTouched()" }, properties: { "disabled": "checkbox.disabled()", "tabIndex": "checkbox.disabled() ? -1 : 0", "attr.aria-checked": "checkbox.checked()", "attr.aria-disabled": "checkbox.disabled()" } }, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: CheckboxButton, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: CheckboxButton, isStandalone: true, selector: "button[ngbCheckboxButton]", host: { attributes: { "role": "checkbox", "type": "button" }, listeners: { "blur": "checkbox.onTouched()" }, properties: { "disabled": "checkbox.disabled()", "tabIndex": "checkbox.disabled() ? -1 : 0", "attr.aria-checked": "checkbox.checked()", "attr.aria-disabled": "checkbox.disabled()" } }, ngImport: i0 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CheckboxButton, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: CheckboxButton, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: 'button[ngbCheckboxButton]',
@@ -46,10 +46,10 @@ class NgbCheckbox {
46
46
  onTouched() {
47
47
  this.touched.set(true);
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCheckbox, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
50
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: NgbCheckbox, isStandalone: true, selector: "[ngbCheckbox]", inputs: { checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, touched: { classPropertyName: "touched", publicName: "touched", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { checked: "checkedChange", touched: "touchedChange", change: "change" }, host: { listeners: { "click": "updateValue()" } }, ngImport: i0 }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCheckbox, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
50
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: NgbCheckbox, isStandalone: true, selector: "[ngbCheckbox]", inputs: { checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, touched: { classPropertyName: "touched", publicName: "touched", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { checked: "checkedChange", touched: "touchedChange", change: "change" }, host: { listeners: { "click": "updateValue()" } }, ngImport: i0 }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbCheckbox, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbCheckbox, decorators: [{
53
53
  type: Directive,
54
54
  args: [{
55
55
  selector: '[ngbCheckbox]',
@@ -6,10 +6,10 @@ class NgbChipRemove {
6
6
  constructor() {
7
7
  this.chip = inject((NgbChip));
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbChipRemove, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: NgbChipRemove, isStandalone: true, selector: "[ngbChipRemove]", host: { attributes: { "type": "button" }, listeners: { "click": "chip.close.emit()" }, properties: { "attr.data-dir": "chip.dir.isRtl() ? \"rtl\" : \"ltr\"" } }, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbChipRemove, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.2", type: NgbChipRemove, isStandalone: true, selector: "[ngbChipRemove]", host: { attributes: { "type": "button" }, listeners: { "click": "chip.close.emit()" }, properties: { "attr.data-dir": "chip.dir.isRtl() ? \"rtl\" : \"ltr\"" } }, ngImport: i0 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbChipRemove, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbChipRemove, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[ngbChipRemove]',
@@ -27,10 +27,10 @@ class NgbChip {
27
27
  this.value = input(...(ngDevMode ? [undefined, { debugName: "value" }] : []));
28
28
  this.close = output();
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbChip, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
31
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: NgbChip, isStandalone: true, selector: "[ngbChip]", inputs: { removable: { classPropertyName: "removable", publicName: "removable", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { close: "close" }, ngImport: i0 }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbChip, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
31
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: NgbChip, isStandalone: true, selector: "[ngbChip]", inputs: { removable: { classPropertyName: "removable", publicName: "removable", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { close: "close" }, ngImport: i0 }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbChip, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbChip, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  selector: '[ngbChip]',
@@ -44,10 +44,10 @@ class NgbChipGroup {
44
44
  constructor() {
45
45
  this.chips = contentChildren((NgbChip), ...(ngDevMode ? [{ debugName: "chips" }] : []));
46
46
  }
47
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbChipGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
48
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.0", type: NgbChipGroup, isStandalone: true, selector: "[ngbChipGroup]", queries: [{ propertyName: "chips", predicate: (NgbChip), isSignal: true }], ngImport: i0 }); }
47
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbChipGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
48
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.1.2", type: NgbChipGroup, isStandalone: true, selector: "[ngbChipGroup]", queries: [{ propertyName: "chips", predicate: (NgbChip), isSignal: true }], ngImport: i0 }); }
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NgbChipGroup, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: NgbChipGroup, decorators: [{
51
51
  type: Directive,
52
52
  args: [{
53
53
  selector: '[ngbChipGroup]',
@@ -36,10 +36,10 @@ class CopyToClipboard {
36
36
  console.warn('Failed to copy to clipboard:', error);
37
37
  }
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CopyToClipboard, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
40
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.0", type: CopyToClipboard, isStandalone: true, selector: "[ngbCopyToClipboard]", inputs: { ngbCopyToClipboard: { classPropertyName: "ngbCopyToClipboard", publicName: "ngbCopyToClipboard", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { afterCopy: "afterCopy" }, host: { listeners: { "click": "onClick($event)" }, classAttribute: "cursor-pointer" }, ngImport: i0 }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: CopyToClipboard, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
40
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.1.2", type: CopyToClipboard, isStandalone: true, selector: "[ngbCopyToClipboard]", inputs: { ngbCopyToClipboard: { classPropertyName: "ngbCopyToClipboard", publicName: "ngbCopyToClipboard", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { afterCopy: "afterCopy" }, host: { listeners: { "click": "onClick($event)" }, classAttribute: "cursor-pointer" }, ngImport: i0 }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CopyToClipboard, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: CopyToClipboard, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  selector: '[ngbCopyToClipboard]',