@angular/cdk 16.2.0-next.0 → 16.2.0-next.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.
Files changed (159) hide show
  1. package/a11y/index.d.ts +3 -3
  2. package/accordion/index.d.ts +2 -2
  3. package/bidi/index.d.ts +1 -1
  4. package/clipboard/index.d.ts +1 -1
  5. package/dialog/index.d.ts +1 -1
  6. package/drag-drop/index.d.ts +6 -6
  7. package/esm2022/a11y/a11y-module.mjs +5 -5
  8. package/esm2022/a11y/aria-describer/aria-describer.mjs +4 -4
  9. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +9 -8
  10. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  11. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  12. package/esm2022/a11y/focus-trap/focus-trap.mjs +7 -7
  13. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  14. package/esm2022/a11y/input-modality/input-modality-detector.mjs +4 -4
  15. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  16. package/esm2022/a11y/live-announcer/live-announcer.mjs +7 -7
  17. package/esm2022/accordion/accordion-item.mjs +4 -4
  18. package/esm2022/accordion/accordion-module.mjs +5 -5
  19. package/esm2022/accordion/accordion.mjs +4 -4
  20. package/esm2022/bidi/bidi-module.mjs +5 -5
  21. package/esm2022/bidi/dir.mjs +4 -4
  22. package/esm2022/bidi/directionality.mjs +4 -4
  23. package/esm2022/clipboard/clipboard-module.mjs +5 -5
  24. package/esm2022/clipboard/clipboard.mjs +4 -4
  25. package/esm2022/clipboard/copy-to-clipboard.mjs +4 -4
  26. package/esm2022/collections/unique-selection-dispatcher.mjs +4 -4
  27. package/esm2022/dialog/dialog-container.mjs +4 -4
  28. package/esm2022/dialog/dialog-module.mjs +5 -5
  29. package/esm2022/dialog/dialog.mjs +4 -4
  30. package/esm2022/drag-drop/directives/drag-handle.mjs +4 -4
  31. package/esm2022/drag-drop/directives/drag-placeholder.mjs +4 -4
  32. package/esm2022/drag-drop/directives/drag-preview.mjs +4 -4
  33. package/esm2022/drag-drop/directives/drag.mjs +4 -4
  34. package/esm2022/drag-drop/directives/drop-list-group.mjs +4 -4
  35. package/esm2022/drag-drop/directives/drop-list.mjs +4 -4
  36. package/esm2022/drag-drop/drag-drop-module.mjs +5 -5
  37. package/esm2022/drag-drop/drag-drop-registry.mjs +4 -4
  38. package/esm2022/drag-drop/drag-drop.mjs +4 -4
  39. package/esm2022/layout/breakpoints-observer.mjs +4 -4
  40. package/esm2022/layout/layout-module.mjs +5 -5
  41. package/esm2022/layout/media-matcher.mjs +4 -4
  42. package/esm2022/listbox/listbox-module.mjs +5 -5
  43. package/esm2022/listbox/listbox.mjs +7 -7
  44. package/esm2022/menu/context-menu-trigger.mjs +7 -7
  45. package/esm2022/menu/menu-aim.mjs +7 -7
  46. package/esm2022/menu/menu-bar.mjs +4 -4
  47. package/esm2022/menu/menu-base.mjs +4 -4
  48. package/esm2022/menu/menu-group.mjs +4 -4
  49. package/esm2022/menu/menu-item-checkbox.mjs +4 -4
  50. package/esm2022/menu/menu-item-radio.mjs +4 -4
  51. package/esm2022/menu/menu-item-selectable.mjs +4 -4
  52. package/esm2022/menu/menu-item.mjs +4 -4
  53. package/esm2022/menu/menu-module.mjs +5 -5
  54. package/esm2022/menu/menu-stack.mjs +4 -4
  55. package/esm2022/menu/menu-trigger-base.mjs +4 -4
  56. package/esm2022/menu/menu-trigger.mjs +4 -4
  57. package/esm2022/menu/menu.mjs +4 -4
  58. package/esm2022/observers/observe-content.mjs +14 -14
  59. package/esm2022/observers/private/shared-resize-observer.mjs +4 -4
  60. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  61. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  62. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  63. package/esm2022/overlay/fullscreen-overlay-container.mjs +4 -4
  64. package/esm2022/overlay/overlay-container.mjs +4 -4
  65. package/esm2022/overlay/overlay-directives.mjs +7 -7
  66. package/esm2022/overlay/overlay-module.mjs +5 -5
  67. package/esm2022/overlay/overlay.mjs +4 -4
  68. package/esm2022/overlay/position/overlay-position-builder.mjs +4 -4
  69. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +4 -4
  70. package/esm2022/platform/platform-module.mjs +5 -5
  71. package/esm2022/platform/platform.mjs +4 -4
  72. package/esm2022/portal/portal-directives.mjs +17 -17
  73. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  74. package/esm2022/scrolling/scroll-dispatcher.mjs +4 -4
  75. package/esm2022/scrolling/scrollable.mjs +4 -4
  76. package/esm2022/scrolling/scrolling-module.mjs +9 -9
  77. package/esm2022/scrolling/viewport-ruler.mjs +4 -4
  78. package/esm2022/scrolling/virtual-for-of.mjs +4 -4
  79. package/esm2022/scrolling/virtual-scroll-viewport.mjs +4 -4
  80. package/esm2022/scrolling/virtual-scrollable-element.mjs +4 -4
  81. package/esm2022/scrolling/virtual-scrollable-window.mjs +4 -4
  82. package/esm2022/scrolling/virtual-scrollable.mjs +4 -4
  83. package/esm2022/stepper/step-header.mjs +4 -4
  84. package/esm2022/stepper/step-label.mjs +4 -4
  85. package/esm2022/stepper/stepper-button.mjs +7 -7
  86. package/esm2022/stepper/stepper-module.mjs +5 -5
  87. package/esm2022/stepper/stepper.mjs +7 -7
  88. package/esm2022/table/cell.mjs +22 -22
  89. package/esm2022/table/coalesced-style-scheduler.mjs +4 -4
  90. package/esm2022/table/row.mjs +28 -28
  91. package/esm2022/table/table-module.mjs +5 -5
  92. package/esm2022/table/table.mjs +19 -19
  93. package/esm2022/table/text-column.mjs +4 -4
  94. package/esm2022/text-field/autofill.mjs +7 -7
  95. package/esm2022/text-field/autosize.mjs +4 -4
  96. package/esm2022/text-field/text-field-module.mjs +5 -5
  97. package/esm2022/tree/nested-node.mjs +4 -4
  98. package/esm2022/tree/node.mjs +4 -4
  99. package/esm2022/tree/outlet.mjs +4 -4
  100. package/esm2022/tree/padding.mjs +4 -4
  101. package/esm2022/tree/toggle.mjs +4 -4
  102. package/esm2022/tree/tree-module.mjs +5 -5
  103. package/esm2022/tree/tree.mjs +7 -7
  104. package/esm2022/version.mjs +1 -1
  105. package/fesm2022/a11y.mjs +42 -41
  106. package/fesm2022/a11y.mjs.map +1 -1
  107. package/fesm2022/accordion.mjs +10 -10
  108. package/fesm2022/accordion.mjs.map +1 -1
  109. package/fesm2022/bidi.mjs +10 -10
  110. package/fesm2022/bidi.mjs.map +1 -1
  111. package/fesm2022/cdk.mjs +1 -1
  112. package/fesm2022/cdk.mjs.map +1 -1
  113. package/fesm2022/clipboard.mjs +10 -10
  114. package/fesm2022/clipboard.mjs.map +1 -1
  115. package/fesm2022/collections.mjs +3 -3
  116. package/fesm2022/collections.mjs.map +1 -1
  117. package/fesm2022/dialog.mjs +10 -10
  118. package/fesm2022/dialog.mjs.map +1 -1
  119. package/fesm2022/drag-drop.mjs +28 -28
  120. package/fesm2022/drag-drop.mjs.map +1 -1
  121. package/fesm2022/layout.mjs +10 -10
  122. package/fesm2022/layout.mjs.map +1 -1
  123. package/fesm2022/listbox.mjs +10 -10
  124. package/fesm2022/listbox.mjs.map +1 -1
  125. package/fesm2022/menu.mjs +49 -49
  126. package/fesm2022/menu.mjs.map +1 -1
  127. package/fesm2022/observers/private.mjs +3 -3
  128. package/fesm2022/observers/private.mjs.map +1 -1
  129. package/fesm2022/observers.mjs +13 -13
  130. package/fesm2022/observers.mjs.map +1 -1
  131. package/fesm2022/overlay.mjs +34 -34
  132. package/fesm2022/overlay.mjs.map +1 -1
  133. package/fesm2022/platform.mjs +7 -7
  134. package/fesm2022/platform.mjs.map +1 -1
  135. package/fesm2022/portal.mjs +16 -16
  136. package/fesm2022/portal.mjs.map +1 -1
  137. package/fesm2022/scrolling.mjs +35 -35
  138. package/fesm2022/scrolling.mjs.map +1 -1
  139. package/fesm2022/stepper.mjs +22 -22
  140. package/fesm2022/stepper.mjs.map +1 -1
  141. package/fesm2022/table.mjs +76 -76
  142. package/fesm2022/table.mjs.map +1 -1
  143. package/fesm2022/text-field.mjs +13 -13
  144. package/fesm2022/text-field.mjs.map +1 -1
  145. package/fesm2022/tree.mjs +25 -25
  146. package/fesm2022/tree.mjs.map +1 -1
  147. package/listbox/index.d.ts +2 -2
  148. package/menu/index.d.ts +12 -12
  149. package/observers/index.d.ts +1 -1
  150. package/overlay/index.d.ts +2 -2
  151. package/package.json +1 -1
  152. package/portal/index.d.ts +4 -4
  153. package/schematics/ng-add/index.js +1 -1
  154. package/schematics/ng-add/index.mjs +1 -1
  155. package/scrolling/index.d.ts +7 -7
  156. package/stepper/index.d.ts +6 -6
  157. package/table/index.d.ts +23 -23
  158. package/text-field/index.d.ts +2 -2
  159. package/tree/index.d.ts +7 -7
package/fesm2022/menu.mjs CHANGED
@@ -15,10 +15,10 @@ import { _getEventTarget } from '@angular/cdk/platform';
15
15
  * A grouping container for `CdkMenuItemRadio` instances, similar to a `role="radiogroup"` element.
16
16
  */
17
17
  class CdkMenuGroup {
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuGroup, isStandalone: true, selector: "[cdkMenuGroup]", host: { attributes: { "role": "group" }, classAttribute: "cdk-menu-group" }, providers: [{ provide: UniqueSelectionDispatcher, useClass: UniqueSelectionDispatcher }], exportAs: ["cdkMenuGroup"], ngImport: i0 }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
19
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuGroup, isStandalone: true, selector: "[cdkMenuGroup]", host: { attributes: { "role": "group" }, classAttribute: "cdk-menu-group" }, providers: [{ provide: UniqueSelectionDispatcher, useClass: UniqueSelectionDispatcher }], exportAs: ["cdkMenuGroup"], ngImport: i0 }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuGroup, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuGroup, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: '[cdkMenuGroup]',
@@ -173,10 +173,10 @@ class MenuStack {
173
173
  setHasFocus(hasFocus) {
174
174
  this._hasFocus.next(hasFocus);
175
175
  }
176
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: MenuStack, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
177
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: MenuStack }); }
176
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: MenuStack, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
177
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: MenuStack }); }
178
178
  }
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: MenuStack, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: MenuStack, decorators: [{
180
180
  type: Injectable
181
181
  }] });
182
182
 
@@ -262,10 +262,10 @@ class CdkMenuTriggerBase {
262
262
  });
263
263
  return this._childMenuInjector;
264
264
  }
265
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuTriggerBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
266
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuTriggerBase, host: { properties: { "attr.aria-controls": "childMenu?.id", "attr.data-cdk-menu-stack-id": "menuStack.id" } }, ngImport: i0 }); }
265
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuTriggerBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
266
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuTriggerBase, host: { properties: { "attr.aria-controls": "childMenu?.id", "attr.data-cdk-menu-stack-id": "menuStack.id" } }, ngImport: i0 }); }
267
267
  }
268
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuTriggerBase, decorators: [{
268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuTriggerBase, decorators: [{
269
269
  type: Directive,
270
270
  args: [{
271
271
  host: {
@@ -458,10 +458,10 @@ class TargetMenuAim {
458
458
  });
459
459
  });
460
460
  }
461
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: TargetMenuAim, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
462
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: TargetMenuAim }); }
461
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: TargetMenuAim, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
462
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: TargetMenuAim }); }
463
463
  }
464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: TargetMenuAim, decorators: [{
464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: TargetMenuAim, decorators: [{
465
465
  type: Injectable
466
466
  }] });
467
467
  /**
@@ -469,10 +469,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3",
469
469
  * element with either the `cdkMenu` or `cdkMenuBar` directive and child menu items.
470
470
  */
471
471
  class CdkTargetMenuAim {
472
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkTargetMenuAim, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
473
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkTargetMenuAim, isStandalone: true, selector: "[cdkTargetMenuAim]", providers: [{ provide: MENU_AIM, useClass: TargetMenuAim }], exportAs: ["cdkTargetMenuAim"], ngImport: i0 }); }
472
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkTargetMenuAim, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
473
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkTargetMenuAim, isStandalone: true, selector: "[cdkTargetMenuAim]", providers: [{ provide: MENU_AIM, useClass: TargetMenuAim }], exportAs: ["cdkTargetMenuAim"], ngImport: i0 }); }
474
474
  }
475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkTargetMenuAim, decorators: [{
475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkTargetMenuAim, decorators: [{
476
476
  type: Directive,
477
477
  args: [{
478
478
  selector: '[cdkTargetMenuAim]',
@@ -734,13 +734,13 @@ class CdkMenuTrigger extends CdkMenuTriggerBase {
734
734
  element.setAttribute('type', 'button');
735
735
  }
736
736
  }
737
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
738
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuTrigger, isStandalone: true, selector: "[cdkMenuTriggerFor]", inputs: { menuTemplateRef: ["cdkMenuTriggerFor", "menuTemplateRef"], menuPosition: ["cdkMenuPosition", "menuPosition"], menuData: ["cdkMenuTriggerData", "menuData"] }, outputs: { opened: "cdkMenuOpened", closed: "cdkMenuClosed" }, host: { listeners: { "focusin": "_setHasFocus(true)", "focusout": "_setHasFocus(false)", "keydown": "_toggleOnKeydown($event)", "click": "_handleClick()" }, properties: { "attr.aria-haspopup": "menuTemplateRef ? \"menu\" : null", "attr.aria-expanded": "menuTemplateRef == null ? null : isOpen()" }, classAttribute: "cdk-menu-trigger" }, providers: [
737
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
738
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuTrigger, isStandalone: true, selector: "[cdkMenuTriggerFor]", inputs: { menuTemplateRef: ["cdkMenuTriggerFor", "menuTemplateRef"], menuPosition: ["cdkMenuPosition", "menuPosition"], menuData: ["cdkMenuTriggerData", "menuData"] }, outputs: { opened: "cdkMenuOpened", closed: "cdkMenuClosed" }, host: { listeners: { "focusin": "_setHasFocus(true)", "focusout": "_setHasFocus(false)", "keydown": "_toggleOnKeydown($event)", "click": "_handleClick()" }, properties: { "attr.aria-haspopup": "menuTemplateRef ? \"menu\" : null", "attr.aria-expanded": "menuTemplateRef == null ? null : isOpen()" }, classAttribute: "cdk-menu-trigger" }, providers: [
739
739
  { provide: MENU_TRIGGER, useExisting: CdkMenuTrigger },
740
740
  PARENT_OR_NEW_MENU_STACK_PROVIDER,
741
741
  ], exportAs: ["cdkMenuTriggerFor"], usesInheritance: true, ngImport: i0 }); }
742
742
  }
743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuTrigger, decorators: [{
743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuTrigger, decorators: [{
744
744
  type: Directive,
745
745
  args: [{
746
746
  selector: '[cdkMenuTriggerFor]',
@@ -995,10 +995,10 @@ class CdkMenuItem {
995
995
  element.setAttribute('type', 'button');
996
996
  }
997
997
  }
998
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
999
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuItem, isStandalone: true, selector: "[cdkMenuItem]", inputs: { disabled: ["cdkMenuItemDisabled", "disabled"], typeaheadLabel: ["cdkMenuitemTypeaheadLabel", "typeaheadLabel"] }, outputs: { triggered: "cdkMenuItemTriggered" }, host: { attributes: { "role": "menuitem" }, listeners: { "blur": "_resetTabIndex()", "focus": "_setTabIndex()", "click": "_handleClick()", "keydown": "_onKeydown($event)" }, properties: { "tabindex": "_tabindex", "attr.aria-disabled": "disabled || null" }, classAttribute: "cdk-menu-item" }, exportAs: ["cdkMenuItem"], ngImport: i0 }); }
998
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
999
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuItem, isStandalone: true, selector: "[cdkMenuItem]", inputs: { disabled: ["cdkMenuItemDisabled", "disabled"], typeaheadLabel: ["cdkMenuitemTypeaheadLabel", "typeaheadLabel"] }, outputs: { triggered: "cdkMenuItemTriggered" }, host: { attributes: { "role": "menuitem" }, listeners: { "blur": "_resetTabIndex()", "focus": "_setTabIndex()", "click": "_handleClick()", "keydown": "_onKeydown($event)" }, properties: { "tabindex": "_tabindex", "attr.aria-disabled": "disabled || null" }, classAttribute: "cdk-menu-item" }, exportAs: ["cdkMenuItem"], ngImport: i0 }); }
1000
1000
  }
1001
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItem, decorators: [{
1001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItem, decorators: [{
1002
1002
  type: Directive,
1003
1003
  args: [{
1004
1004
  selector: '[cdkMenuItem]',
@@ -1213,10 +1213,10 @@ class CdkMenuBase extends CdkMenuGroup {
1213
1213
  this.menuAim.initialize(this, this.pointerTracker);
1214
1214
  }
1215
1215
  }
1216
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1217
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuBase, inputs: { id: "id" }, host: { attributes: { "role": "menu" }, listeners: { "focus": "focusFirstItem()", "focusin": "menuStack.setHasFocus(true)", "focusout": "menuStack.setHasFocus(false)" }, properties: { "tabindex": "_getTabIndex()", "id": "id", "attr.aria-orientation": "orientation", "attr.data-cdk-menu-stack-id": "menuStack.id" } }, queries: [{ propertyName: "items", predicate: CdkMenuItem, descendants: true }], usesInheritance: true, ngImport: i0 }); }
1216
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1217
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuBase, inputs: { id: "id" }, host: { attributes: { "role": "menu" }, listeners: { "focus": "focusFirstItem()", "focusin": "menuStack.setHasFocus(true)", "focusout": "menuStack.setHasFocus(false)" }, properties: { "tabindex": "_getTabIndex()", "id": "id", "attr.aria-orientation": "orientation", "attr.data-cdk-menu-stack-id": "menuStack.id" } }, queries: [{ propertyName: "items", predicate: CdkMenuItem, descendants: true }], usesInheritance: true, ngImport: i0 }); }
1218
1218
  }
1219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuBase, decorators: [{
1219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuBase, decorators: [{
1220
1220
  type: Directive,
1221
1221
  args: [{
1222
1222
  host: {
@@ -1328,14 +1328,14 @@ class CdkMenu extends CdkMenuBase {
1328
1328
  .pipe(takeUntil(this.destroyed))
1329
1329
  .subscribe(event => this._toggleMenuFocus(event));
1330
1330
  }
1331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenu, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1332
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenu, isStandalone: true, selector: "[cdkMenu]", outputs: { closed: "closed" }, host: { attributes: { "role": "menu" }, listeners: { "keydown": "_handleKeyEvent($event)" }, properties: { "class.cdk-menu-inline": "isInline" }, classAttribute: "cdk-menu" }, providers: [
1331
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenu, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1332
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenu, isStandalone: true, selector: "[cdkMenu]", outputs: { closed: "closed" }, host: { attributes: { "role": "menu" }, listeners: { "keydown": "_handleKeyEvent($event)" }, properties: { "class.cdk-menu-inline": "isInline" }, classAttribute: "cdk-menu" }, providers: [
1333
1333
  { provide: CdkMenuGroup, useExisting: CdkMenu },
1334
1334
  { provide: CDK_MENU, useExisting: CdkMenu },
1335
1335
  PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER('vertical'),
1336
1336
  ], exportAs: ["cdkMenu"], usesInheritance: true, ngImport: i0 }); }
1337
1337
  }
1338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenu, decorators: [{
1338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenu, decorators: [{
1339
1339
  type: Directive,
1340
1340
  args: [{
1341
1341
  selector: '[cdkMenu]',
@@ -1450,14 +1450,14 @@ class CdkMenuBar extends CdkMenuBase {
1450
1450
  .pipe(takeUntil(this.destroyed))
1451
1451
  .subscribe(event => this._toggleOpenMenu(event));
1452
1452
  }
1453
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuBar, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1454
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuBar, isStandalone: true, selector: "[cdkMenuBar]", host: { attributes: { "role": "menubar" }, listeners: { "keydown": "_handleKeyEvent($event)" }, classAttribute: "cdk-menu-bar" }, providers: [
1453
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuBar, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1454
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuBar, isStandalone: true, selector: "[cdkMenuBar]", host: { attributes: { "role": "menubar" }, listeners: { "keydown": "_handleKeyEvent($event)" }, classAttribute: "cdk-menu-bar" }, providers: [
1455
1455
  { provide: CdkMenuGroup, useExisting: CdkMenuBar },
1456
1456
  { provide: CDK_MENU, useExisting: CdkMenuBar },
1457
1457
  { provide: MENU_STACK, useFactory: () => MenuStack.inline('horizontal') },
1458
1458
  ], exportAs: ["cdkMenuBar"], usesInheritance: true, ngImport: i0 }); }
1459
1459
  }
1460
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuBar, decorators: [{
1460
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuBar, decorators: [{
1461
1461
  type: Directive,
1462
1462
  args: [{
1463
1463
  selector: '[cdkMenuBar]',
@@ -1491,10 +1491,10 @@ class CdkMenuItemSelectable extends CdkMenuItem {
1491
1491
  set checked(value) {
1492
1492
  this._checked = coerceBooleanProperty(value);
1493
1493
  }
1494
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItemSelectable, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1495
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuItemSelectable, inputs: { checked: ["cdkMenuItemChecked", "checked"] }, host: { properties: { "attr.aria-checked": "!!checked", "attr.aria-disabled": "disabled || null" } }, usesInheritance: true, ngImport: i0 }); }
1494
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItemSelectable, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1495
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuItemSelectable, inputs: { checked: ["cdkMenuItemChecked", "checked"] }, host: { properties: { "attr.aria-checked": "!!checked", "attr.aria-disabled": "disabled || null" } }, usesInheritance: true, ngImport: i0 }); }
1496
1496
  }
1497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItemSelectable, decorators: [{
1497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItemSelectable, decorators: [{
1498
1498
  type: Directive,
1499
1499
  args: [{
1500
1500
  host: {
@@ -1544,13 +1544,13 @@ class CdkMenuItemRadio extends CdkMenuItemSelectable {
1544
1544
  this.checked = this._id === id;
1545
1545
  });
1546
1546
  }
1547
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItemRadio, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1548
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuItemRadio, isStandalone: true, selector: "[cdkMenuItemRadio]", host: { attributes: { "role": "menuitemradio" }, properties: { "class.cdk-menu-item-radio": "true" } }, providers: [
1547
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItemRadio, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1548
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuItemRadio, isStandalone: true, selector: "[cdkMenuItemRadio]", host: { attributes: { "role": "menuitemradio" }, properties: { "class.cdk-menu-item-radio": "true" } }, providers: [
1549
1549
  { provide: CdkMenuItemSelectable, useExisting: CdkMenuItemRadio },
1550
1550
  { provide: CdkMenuItem, useExisting: CdkMenuItemSelectable },
1551
1551
  ], exportAs: ["cdkMenuItemRadio"], usesInheritance: true, ngImport: i0 }); }
1552
1552
  }
1553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItemRadio, decorators: [{
1553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItemRadio, decorators: [{
1554
1554
  type: Directive,
1555
1555
  args: [{
1556
1556
  selector: '[cdkMenuItemRadio]',
@@ -1583,13 +1583,13 @@ class CdkMenuItemCheckbox extends CdkMenuItemSelectable {
1583
1583
  this.checked = !this.checked;
1584
1584
  }
1585
1585
  }
1586
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItemCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1587
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkMenuItemCheckbox, isStandalone: true, selector: "[cdkMenuItemCheckbox]", host: { attributes: { "role": "menuitemcheckbox" }, properties: { "class.cdk-menu-item-checkbox": "true" } }, providers: [
1586
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItemCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1587
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkMenuItemCheckbox, isStandalone: true, selector: "[cdkMenuItemCheckbox]", host: { attributes: { "role": "menuitemcheckbox" }, properties: { "class.cdk-menu-item-checkbox": "true" } }, providers: [
1588
1588
  { provide: CdkMenuItemSelectable, useExisting: CdkMenuItemCheckbox },
1589
1589
  { provide: CdkMenuItem, useExisting: CdkMenuItemSelectable },
1590
1590
  ], exportAs: ["cdkMenuItemCheckbox"], usesInheritance: true, ngImport: i0 }); }
1591
1591
  }
1592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuItemCheckbox, decorators: [{
1592
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuItemCheckbox, decorators: [{
1593
1593
  type: Directive,
1594
1594
  args: [{
1595
1595
  selector: '[cdkMenuItemCheckbox]',
@@ -1626,10 +1626,10 @@ class ContextMenuTracker {
1626
1626
  ContextMenuTracker._openContextMenuTrigger = trigger;
1627
1627
  }
1628
1628
  }
1629
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: ContextMenuTracker, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1630
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: ContextMenuTracker, providedIn: 'root' }); }
1629
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: ContextMenuTracker, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1630
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: ContextMenuTracker, providedIn: 'root' }); }
1631
1631
  }
1632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: ContextMenuTracker, decorators: [{
1632
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: ContextMenuTracker, decorators: [{
1633
1633
  type: Injectable,
1634
1634
  args: [{ providedIn: 'root' }]
1635
1635
  }] });
@@ -1775,13 +1775,13 @@ class CdkContextMenuTrigger extends CdkMenuTriggerBase {
1775
1775
  this._subscribeToOutsideClicks(ignoreFirstOutsideAuxClick);
1776
1776
  }
1777
1777
  }
1778
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkContextMenuTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1779
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0-next.3", type: CdkContextMenuTrigger, isStandalone: true, selector: "[cdkContextMenuTriggerFor]", inputs: { menuTemplateRef: ["cdkContextMenuTriggerFor", "menuTemplateRef"], menuPosition: ["cdkContextMenuPosition", "menuPosition"], menuData: ["cdkContextMenuTriggerData", "menuData"], disabled: ["cdkContextMenuDisabled", "disabled"] }, outputs: { opened: "cdkContextMenuOpened", closed: "cdkContextMenuClosed" }, host: { listeners: { "contextmenu": "_openOnContextMenu($event)" }, properties: { "attr.data-cdk-menu-stack-id": "null" } }, providers: [
1778
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkContextMenuTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1779
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.1", type: CdkContextMenuTrigger, isStandalone: true, selector: "[cdkContextMenuTriggerFor]", inputs: { menuTemplateRef: ["cdkContextMenuTriggerFor", "menuTemplateRef"], menuPosition: ["cdkContextMenuPosition", "menuPosition"], menuData: ["cdkContextMenuTriggerData", "menuData"], disabled: ["cdkContextMenuDisabled", "disabled"] }, outputs: { opened: "cdkContextMenuOpened", closed: "cdkContextMenuClosed" }, host: { listeners: { "contextmenu": "_openOnContextMenu($event)" }, properties: { "attr.data-cdk-menu-stack-id": "null" } }, providers: [
1780
1780
  { provide: MENU_TRIGGER, useExisting: CdkContextMenuTrigger },
1781
1781
  { provide: MENU_STACK, useClass: MenuStack },
1782
1782
  ], exportAs: ["cdkContextMenuTriggerFor"], usesInheritance: true, ngImport: i0 }); }
1783
1783
  }
1784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkContextMenuTrigger, decorators: [{
1784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkContextMenuTrigger, decorators: [{
1785
1785
  type: Directive,
1786
1786
  args: [{
1787
1787
  selector: '[cdkContextMenuTriggerFor]',
@@ -1820,8 +1820,8 @@ const MENU_DIRECTIVES = [
1820
1820
  ];
1821
1821
  /** Module that declares components and directives for the CDK menu. */
1822
1822
  class CdkMenuModule {
1823
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1824
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuModule, imports: [OverlayModule, CdkMenuBar,
1823
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1824
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuModule, imports: [OverlayModule, CdkMenuBar,
1825
1825
  CdkMenu,
1826
1826
  CdkMenuItem,
1827
1827
  CdkMenuItemRadio,
@@ -1838,9 +1838,9 @@ class CdkMenuModule {
1838
1838
  CdkMenuGroup,
1839
1839
  CdkContextMenuTrigger,
1840
1840
  CdkTargetMenuAim] }); }
1841
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuModule, imports: [OverlayModule] }); }
1841
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuModule, imports: [OverlayModule] }); }
1842
1842
  }
1843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0-next.3", ngImport: i0, type: CdkMenuModule, decorators: [{
1843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: CdkMenuModule, decorators: [{
1844
1844
  type: NgModule,
1845
1845
  args: [{
1846
1846
  imports: [OverlayModule, ...MENU_DIRECTIVES],