@angular/cdk 8.2.2 → 8.2.3

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 (63) hide show
  1. package/a11y/typings/index.metadata.json +1 -1
  2. package/bundles/cdk-a11y.umd.js +4 -1
  3. package/bundles/cdk-a11y.umd.js.map +1 -1
  4. package/bundles/cdk-a11y.umd.min.js +1 -1
  5. package/bundles/cdk-a11y.umd.min.js.map +1 -1
  6. package/bundles/cdk-drag-drop.umd.js +2 -1
  7. package/bundles/cdk-drag-drop.umd.js.map +1 -1
  8. package/bundles/cdk-drag-drop.umd.min.js +2 -2
  9. package/bundles/cdk-drag-drop.umd.min.js.map +1 -1
  10. package/bundles/cdk-overlay.umd.js +4 -1
  11. package/bundles/cdk-overlay.umd.js.map +1 -1
  12. package/bundles/cdk-overlay.umd.min.js +1 -1
  13. package/bundles/cdk-overlay.umd.min.js.map +1 -1
  14. package/bundles/cdk-stepper.umd.js +46 -40
  15. package/bundles/cdk-stepper.umd.js.map +1 -1
  16. package/bundles/cdk-stepper.umd.min.js +1 -1
  17. package/bundles/cdk-stepper.umd.min.js.map +1 -1
  18. package/bundles/cdk-testing.umd.js +2 -1
  19. package/bundles/cdk-testing.umd.js.map +1 -1
  20. package/bundles/cdk-testing.umd.min.js.map +1 -1
  21. package/bundles/cdk.umd.js +1 -1
  22. package/bundles/cdk.umd.js.map +1 -1
  23. package/bundles/cdk.umd.min.js +1 -1
  24. package/bundles/cdk.umd.min.js.map +1 -1
  25. package/esm2015/a11y.js +4 -1
  26. package/esm2015/a11y.js.map +1 -1
  27. package/esm2015/cdk.js +1 -1
  28. package/esm2015/cdk.js.map +1 -1
  29. package/esm2015/drag-drop.js +2 -1
  30. package/esm2015/drag-drop.js.map +1 -1
  31. package/esm2015/overlay.js +4 -1
  32. package/esm2015/overlay.js.map +1 -1
  33. package/esm2015/stepper.js +51 -45
  34. package/esm2015/stepper.js.map +1 -1
  35. package/esm2015/testing.js +2 -1
  36. package/esm2015/testing.js.map +1 -1
  37. package/esm5/a11y.es5.js +4 -1
  38. package/esm5/a11y.es5.js.map +1 -1
  39. package/esm5/cdk.es5.js +1 -1
  40. package/esm5/cdk.es5.js.map +1 -1
  41. package/esm5/drag-drop.es5.js +2 -1
  42. package/esm5/drag-drop.es5.js.map +1 -1
  43. package/esm5/overlay.es5.js +4 -1
  44. package/esm5/overlay.es5.js.map +1 -1
  45. package/esm5/stepper.es5.js +49 -43
  46. package/esm5/stepper.es5.js.map +1 -1
  47. package/esm5/testing.es5.js +2 -1
  48. package/esm5/testing.es5.js.map +1 -1
  49. package/package.json +3 -3
  50. package/schematics/ng-update/test-cases/misc/global-stylesheets-test.css +1 -0
  51. package/schematics/tsconfig.tsbuildinfo +2894 -2894
  52. package/schematics/update-tool/index.js +9 -5
  53. package/schematics/update-tool/index.js.map +1 -1
  54. package/stepper/typings/index.metadata.json +1 -1
  55. package/stepper/typings/stepper.d.ts +3 -3
  56. package/typings/a11y/index.metadata.json +1 -1
  57. package/typings/esm5/a11y/index.metadata.json +1 -1
  58. package/typings/esm5/index.metadata.json +1 -1
  59. package/typings/esm5/stepper/index.metadata.json +1 -1
  60. package/typings/esm5/stepper/stepper.d.ts +3 -3
  61. package/typings/index.metadata.json +1 -1
  62. package/typings/stepper/index.metadata.json +1 -1
  63. package/typings/stepper/stepper.d.ts +3 -3
package/esm2015/cdk.js CHANGED
@@ -15,7 +15,7 @@ import { Version } from '@angular/core';
15
15
  * Current version of the Angular Component Development Kit.
16
16
  * @type {?}
17
17
  */
18
- const VERSION = new Version('8.2.2');
18
+ const VERSION = new Version('8.2.3');
19
19
 
20
20
  /**
21
21
  * @fileoverview added by tsickle
@@ -1 +1 @@
1
- {"version":3,"file":"cdk.js","sources":["../../src/cdk/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Angular Component Development Kit. */\nexport const VERSION = new Version('8.2.2');\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAWA,AAAA,MAAa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB,CAAC;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"cdk.js","sources":["../../src/cdk/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Angular Component Development Kit. */\nexport const VERSION = new Version('8.2.3');\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAWA,AAAA,MAAa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB,CAAC;;;;;;;;;;;;;;"}
@@ -28,7 +28,7 @@ import { Directionality } from '@angular/cdk/bidi';
28
28
  function extendStyles(dest, source) {
29
29
  for (let key in source) {
30
30
  if (source.hasOwnProperty(key)) {
31
- dest[(/** @type {?} */ (key))] = source[(/** @type {?} */ (key))];
31
+ dest[key] = (/** @type {?} */ (source[key]));
32
32
  }
33
33
  }
34
34
  return dest;
@@ -675,6 +675,7 @@ class DragRef {
675
675
  }
676
676
  this._removeSubscriptions();
677
677
  this._dragDropRegistry.stopDragging(this);
678
+ this._toggleNativeDragInteractions();
678
679
  if (this._handles) {
679
680
  this._rootElement.style.webkitTapHighlightColor = this._rootElementTapHighlight;
680
681
  }