@angular/cdk 12.1.0 → 12.1.4

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 (157) hide show
  1. package/a11y/index.metadata.json +1 -1
  2. package/a11y/input-modality/input-modality-detector.d.ts +0 -2
  3. package/bundles/cdk-a11y.umd.js +11 -16
  4. package/bundles/cdk-a11y.umd.js.map +1 -1
  5. package/bundles/cdk-drag-drop.umd.js +59 -40
  6. package/bundles/cdk-drag-drop.umd.js.map +1 -1
  7. package/bundles/cdk-overlay.umd.js +6 -6
  8. package/bundles/cdk-overlay.umd.js.map +1 -1
  9. package/bundles/cdk-platform.umd.js +7 -0
  10. package/bundles/cdk-platform.umd.js.map +1 -1
  11. package/bundles/cdk-portal.umd.js.map +1 -1
  12. package/bundles/cdk-scrolling.umd.js +3 -3
  13. package/bundles/cdk-scrolling.umd.js.map +1 -1
  14. package/bundles/cdk-stepper.umd.js +11 -7
  15. package/bundles/cdk-stepper.umd.js.map +1 -1
  16. package/bundles/cdk-table.umd.js +25 -9
  17. package/bundles/cdk-table.umd.js.map +1 -1
  18. package/bundles/cdk-testing-protractor.umd.js +2 -1
  19. package/bundles/cdk-testing-protractor.umd.js.map +1 -1
  20. package/bundles/cdk-testing-selenium-webdriver.umd.js +2 -1
  21. package/bundles/cdk-testing-selenium-webdriver.umd.js.map +1 -1
  22. package/bundles/cdk-testing-testbed.umd.js +4 -2
  23. package/bundles/cdk-testing-testbed.umd.js.map +1 -1
  24. package/bundles/cdk-testing.umd.js.map +1 -1
  25. package/bundles/cdk-tree.umd.js +3 -5
  26. package/bundles/cdk-tree.umd.js.map +1 -1
  27. package/bundles/cdk.umd.js +1 -1
  28. package/bundles/cdk.umd.js.map +1 -1
  29. package/drag-drop/drag-styling.d.ts +5 -10
  30. package/drag-drop/index.metadata.json +1 -1
  31. package/drag-drop/parent-position-tracker.d.ts +0 -2
  32. package/esm2015/a11y/fake-event-detection.js +7 -6
  33. package/esm2015/a11y/focus-monitor/focus-monitor.js +5 -5
  34. package/esm2015/a11y/focus-trap/configurable-focus-trap.js +1 -1
  35. package/esm2015/a11y/input-modality/input-modality-detector.js +5 -11
  36. package/esm2015/a11y/key-manager/activedescendant-key-manager.js +1 -1
  37. package/esm2015/a11y/key-manager/focus-key-manager.js +1 -1
  38. package/esm2015/drag-drop/drag-ref.js +30 -18
  39. package/esm2015/drag-drop/drag-styling.js +29 -17
  40. package/esm2015/drag-drop/parent-position-tracker.js +3 -6
  41. package/esm2015/overlay/dispatchers/overlay-keyboard-dispatcher.js +1 -1
  42. package/esm2015/overlay/dispatchers/overlay-outside-click-dispatcher.js +3 -4
  43. package/esm2015/overlay/fullscreen-overlay-container.js +1 -1
  44. package/esm2015/overlay/overlay-container.js +6 -5
  45. package/esm2015/platform/features/shadow-dom.js +7 -1
  46. package/esm2015/portal/dom-portal-outlet.js +1 -1
  47. package/esm2015/portal/portal-directives.js +1 -1
  48. package/esm2015/portal/portal.js +1 -1
  49. package/esm2015/scrolling/viewport-ruler.js +4 -4
  50. package/esm2015/scrolling/virtual-scroll-viewport.js +1 -1
  51. package/esm2015/stepper/stepper.js +9 -4
  52. package/esm2015/table/cell.js +16 -4
  53. package/esm2015/table/row.js +1 -1
  54. package/esm2015/table/table.js +2 -2
  55. package/esm2015/testing/protractor/protractor-element.js +3 -2
  56. package/esm2015/testing/selenium-webdriver/selenium-web-driver-element.js +3 -2
  57. package/esm2015/testing/test-element.js +1 -1
  58. package/esm2015/testing/testbed/fake-events/event-objects.js +5 -3
  59. package/esm2015/testing/testbed/unit-test-element.js +1 -1
  60. package/esm2015/tree/control/flat-tree-control.js +1 -1
  61. package/esm2015/tree/control/nested-tree-control.js +1 -1
  62. package/esm2015/tree/nested-node.js +4 -6
  63. package/esm2015/version.js +1 -1
  64. package/fesm2015/a11y.js +12 -17
  65. package/fesm2015/a11y.js.map +1 -1
  66. package/fesm2015/cdk.js +1 -1
  67. package/fesm2015/cdk.js.map +1 -1
  68. package/fesm2015/drag-drop.js +57 -37
  69. package/fesm2015/drag-drop.js.map +1 -1
  70. package/fesm2015/overlay.js +7 -7
  71. package/fesm2015/overlay.js.map +1 -1
  72. package/fesm2015/platform.js +7 -1
  73. package/fesm2015/platform.js.map +1 -1
  74. package/fesm2015/portal.js.map +1 -1
  75. package/fesm2015/scrolling.js +3 -3
  76. package/fesm2015/scrolling.js.map +1 -1
  77. package/fesm2015/stepper.js +8 -3
  78. package/fesm2015/stepper.js.map +1 -1
  79. package/fesm2015/table.js +15 -3
  80. package/fesm2015/table.js.map +1 -1
  81. package/fesm2015/testing/protractor.js +2 -1
  82. package/fesm2015/testing/protractor.js.map +1 -1
  83. package/fesm2015/testing/selenium-webdriver.js +2 -1
  84. package/fesm2015/testing/selenium-webdriver.js.map +1 -1
  85. package/fesm2015/testing/testbed.js +4 -2
  86. package/fesm2015/testing/testbed.js.map +1 -1
  87. package/fesm2015/testing.js.map +1 -1
  88. package/fesm2015/tree.js +3 -5
  89. package/fesm2015/tree.js.map +1 -1
  90. package/overlay/index.metadata.json +1 -1
  91. package/package.json +1 -1
  92. package/platform/features/shadow-dom.d.ts +2 -0
  93. package/platform/index.metadata.json +1 -1
  94. package/schematics/ng-add/index.js +1 -1
  95. package/schematics/ng-add/index.mjs +1 -1
  96. package/schematics/ng-add/package-config.js +5 -2
  97. package/schematics/ng-add/package-config.mjs +5 -2
  98. package/schematics/ng-update/devkit-migration-rule.js +1 -1
  99. package/schematics/ng-update/devkit-migration-rule.mjs +1 -1
  100. package/schematics/ng-update/find-stylesheets.js +2 -2
  101. package/schematics/ng-update/find-stylesheets.mjs +2 -2
  102. package/schematics/ng-update/html-parsing/elements.d.ts +2 -1
  103. package/schematics/ng-update/html-parsing/elements.js +6 -4
  104. package/schematics/ng-update/html-parsing/elements.mjs +6 -4
  105. package/schematics/ng-update/migrations/attribute-selectors.d.ts +3 -2
  106. package/schematics/ng-update/migrations/attribute-selectors.js +1 -1
  107. package/schematics/ng-update/migrations/attribute-selectors.mjs +1 -1
  108. package/schematics/ng-update/migrations/class-inheritance.js +1 -1
  109. package/schematics/ng-update/migrations/class-inheritance.mjs +1 -1
  110. package/schematics/ng-update/migrations/class-names.js +1 -1
  111. package/schematics/ng-update/migrations/class-names.mjs +1 -1
  112. package/schematics/ng-update/migrations/constructor-signature.js +1 -1
  113. package/schematics/ng-update/migrations/constructor-signature.mjs +1 -1
  114. package/schematics/ng-update/migrations/css-selectors.js +1 -1
  115. package/schematics/ng-update/migrations/css-selectors.mjs +1 -1
  116. package/schematics/ng-update/migrations/element-selectors.d.ts +3 -2
  117. package/schematics/ng-update/migrations/element-selectors.js +1 -1
  118. package/schematics/ng-update/migrations/element-selectors.mjs +1 -1
  119. package/schematics/ng-update/migrations/input-names.js +1 -1
  120. package/schematics/ng-update/migrations/input-names.mjs +1 -1
  121. package/schematics/ng-update/migrations/method-call-arguments.js +1 -1
  122. package/schematics/ng-update/migrations/method-call-arguments.mjs +1 -1
  123. package/schematics/ng-update/migrations/misc-template.js +1 -1
  124. package/schematics/ng-update/migrations/misc-template.mjs +1 -1
  125. package/schematics/ng-update/migrations/output-names.js +1 -1
  126. package/schematics/ng-update/migrations/output-names.mjs +1 -1
  127. package/schematics/ng-update/migrations/property-names.js +1 -1
  128. package/schematics/ng-update/migrations/property-names.mjs +1 -1
  129. package/schematics/ng-update/typescript/base-types.js +2 -2
  130. package/schematics/ng-update/typescript/base-types.mjs +2 -2
  131. package/schematics/tsconfig.json +6 -0
  132. package/schematics/update-tool/migration.d.ts +2 -2
  133. package/schematics/update-tool/migration.js +1 -1
  134. package/schematics/update-tool/migration.mjs +1 -1
  135. package/schematics/utils/build-component.js +7 -4
  136. package/schematics/utils/build-component.mjs +7 -4
  137. package/schematics/utils/html-manipulation.d.ts +2 -2
  138. package/schematics/utils/html-manipulation.js +1 -1
  139. package/schematics/utils/html-manipulation.mjs +1 -1
  140. package/schematics/utils/parse5-element.d.ts +2 -2
  141. package/schematics/utils/parse5-element.js +2 -2
  142. package/schematics/utils/parse5-element.mjs +2 -2
  143. package/schematics/utils/schematic-options.d.ts +2 -6
  144. package/schematics/utils/schematic-options.js +3 -2
  145. package/schematics/utils/schematic-options.mjs +3 -2
  146. package/schematics/utils/vendored-ast-utils/index.js +8 -7
  147. package/schematics/utils/vendored-ast-utils/index.mjs +8 -7
  148. package/scrolling/index.metadata.json +1 -1
  149. package/stepper/index.metadata.json +1 -1
  150. package/stepper/stepper.d.ts +6 -2
  151. package/table/index.metadata.json +1 -1
  152. package/testing/protractor/protractor-element.d.ts +1 -1
  153. package/testing/selenium-webdriver/selenium-web-driver-element.d.ts +1 -1
  154. package/testing/test-element.d.ts +1 -1
  155. package/testing/testbed/unit-test-element.d.ts +1 -1
  156. package/tree/index.metadata.json +1 -1
  157. package/tree/nested-node.d.ts +1 -3
@@ -7,7 +7,7 @@ import * as i0 from '@angular/core';
7
7
  import { Injectable, NgZone, Inject, Optional, ElementRef, ApplicationRef, ComponentFactoryResolver, Injector, InjectionToken, Directive, EventEmitter, TemplateRef, ViewContainerRef, Input, Output, NgModule } from '@angular/core';
8
8
  import { coerceCssPixelValue, coerceArray, coerceBooleanProperty } from '@angular/cdk/coercion';
9
9
  import * as i2 from '@angular/cdk/platform';
10
- import { supportsScrollBehavior, Platform } from '@angular/cdk/platform';
10
+ import { supportsScrollBehavior, _getEventTarget, Platform } from '@angular/cdk/platform';
11
11
  import { Directionality, BidiModule } from '@angular/cdk/bidi';
12
12
  import { DomPortalOutlet, TemplatePortal, PortalModule } from '@angular/cdk/portal';
13
13
  import { Subject, Subscription, merge } from 'rxjs';
@@ -598,8 +598,7 @@ class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher {
598
598
  this._cursorStyleIsSet = false;
599
599
  /** Click event listener that will be attached to the body propagate phase. */
600
600
  this._clickListener = (event) => {
601
- // Get the target through the `composedPath` if possible to account for shadow DOM.
602
- const target = event.composedPath ? event.composedPath()[0] : event.target;
601
+ const target = _getEventTarget(event);
603
602
  // We copy the array because the original may be modified asynchronously if the
604
603
  // outsidePointerEvents listener decides to detach overlays resulting in index errors inside
605
604
  // the for loop.
@@ -677,15 +676,16 @@ OverlayOutsideClickDispatcher.ctorParameters = () => [
677
676
  * Use of this source code is governed by an MIT-style license that can be
678
677
  * found in the LICENSE file at https://angular.io/license
679
678
  */
679
+ const globalsForTest = (typeof window !== 'undefined' ? window : {});
680
680
  /**
681
681
  * Whether we're in a testing environment.
682
682
  * TODO(crisbeto): remove this once we have an overlay testing module or Angular starts tearing
683
683
  * down the testing `NgModule` (see https://github.com/angular/angular/issues/18831).
684
684
  */
685
- const isTestEnvironment = (typeof __karma__ !== 'undefined' && !!__karma__) ||
686
- (typeof jasmine !== 'undefined' && !!jasmine) ||
687
- (typeof jest !== 'undefined' && !!jest) ||
688
- (typeof Mocha !== 'undefined' && !!Mocha);
685
+ const isTestEnvironment = (typeof globalsForTest.__karma__ !== 'undefined' && !!globalsForTest.__karma__) ||
686
+ (typeof globalsForTest.jasmine !== 'undefined' && !!globalsForTest.jasmine) ||
687
+ (typeof globalsForTest.jest !== 'undefined' && !!globalsForTest.jest) ||
688
+ (typeof globalsForTest.Mocha !== 'undefined' && !!globalsForTest.Mocha);
689
689
  /** Container inside which all overlays will render. */
690
690
  class OverlayContainer {
691
691
  constructor(document, _platform) {