@angular/cdk 11.0.0 → 11.0.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 (117) hide show
  1. package/LICENSE +1 -1
  2. package/a11y/focus-monitor/focus-monitor.d.ts +6 -0
  3. package/a11y/focus-trap/focus-trap.d.ts +8 -8
  4. package/a11y/index.metadata.json +1 -1
  5. package/bundles/cdk-a11y.umd.js +39 -22
  6. package/bundles/cdk-a11y.umd.js.map +1 -1
  7. package/bundles/cdk-a11y.umd.min.js +8 -15
  8. package/bundles/cdk-a11y.umd.min.js.map +1 -1
  9. package/bundles/cdk-coercion.umd.js +5 -5
  10. package/bundles/cdk-coercion.umd.js.map +1 -1
  11. package/bundles/cdk-coercion.umd.min.js.map +1 -1
  12. package/bundles/cdk-collections.umd.js +5 -5
  13. package/bundles/cdk-collections.umd.js.map +1 -1
  14. package/bundles/cdk-collections.umd.min.js +1 -1
  15. package/bundles/cdk-collections.umd.min.js.map +1 -1
  16. package/bundles/cdk-drag-drop.umd.js +121 -51
  17. package/bundles/cdk-drag-drop.umd.js.map +1 -1
  18. package/bundles/cdk-drag-drop.umd.min.js +10 -10
  19. package/bundles/cdk-drag-drop.umd.min.js.map +1 -1
  20. package/bundles/cdk-observers.umd.js +3 -4
  21. package/bundles/cdk-observers.umd.js.map +1 -1
  22. package/bundles/cdk-observers.umd.min.js +1 -1
  23. package/bundles/cdk-observers.umd.min.js.map +1 -1
  24. package/bundles/cdk-overlay.umd.js +20 -12
  25. package/bundles/cdk-overlay.umd.js.map +1 -1
  26. package/bundles/cdk-overlay.umd.min.js +18 -25
  27. package/bundles/cdk-overlay.umd.min.js.map +1 -1
  28. package/bundles/cdk-platform.umd.js +1 -0
  29. package/bundles/cdk-platform.umd.js.map +1 -1
  30. package/bundles/cdk-platform.umd.min.js +1 -1
  31. package/bundles/cdk-platform.umd.min.js.map +1 -1
  32. package/bundles/cdk-portal.umd.js +5 -5
  33. package/bundles/cdk-portal.umd.js.map +1 -1
  34. package/bundles/cdk-portal.umd.min.js +1 -1
  35. package/bundles/cdk-portal.umd.min.js.map +1 -1
  36. package/bundles/cdk-scrolling.umd.js +14 -8
  37. package/bundles/cdk-scrolling.umd.js.map +1 -1
  38. package/bundles/cdk-scrolling.umd.min.js +3 -3
  39. package/bundles/cdk-scrolling.umd.min.js.map +1 -1
  40. package/bundles/cdk-table.umd.js +5 -5
  41. package/bundles/cdk-table.umd.js.map +1 -1
  42. package/bundles/cdk-table.umd.min.js +1 -1
  43. package/bundles/cdk-table.umd.min.js.map +1 -1
  44. package/bundles/cdk-testing-protractor.umd.js +5 -5
  45. package/bundles/cdk-testing-protractor.umd.js.map +1 -1
  46. package/bundles/cdk-testing-protractor.umd.min.js +1 -1
  47. package/bundles/cdk-testing-protractor.umd.min.js.map +1 -1
  48. package/bundles/cdk-testing-testbed.umd.js +5 -5
  49. package/bundles/cdk-testing-testbed.umd.js.map +1 -1
  50. package/bundles/cdk-testing-testbed.umd.min.js +1 -1
  51. package/bundles/cdk-testing-testbed.umd.min.js.map +1 -1
  52. package/bundles/cdk-testing.umd.js +5 -5
  53. package/bundles/cdk-testing.umd.js.map +1 -1
  54. package/bundles/cdk-testing.umd.min.js +1 -1
  55. package/bundles/cdk-testing.umd.min.js.map +1 -1
  56. package/bundles/cdk-tree.umd.js +5 -5
  57. package/bundles/cdk-tree.umd.js.map +1 -1
  58. package/bundles/cdk-tree.umd.min.js +2 -2
  59. package/bundles/cdk-tree.umd.min.js.map +1 -1
  60. package/bundles/cdk.umd.js +1 -1
  61. package/bundles/cdk.umd.js.map +1 -1
  62. package/bundles/cdk.umd.min.js +1 -1
  63. package/bundles/cdk.umd.min.js.map +1 -1
  64. package/drag-drop/directives/drag.d.ts +1 -1
  65. package/drag-drop/drag-drop-registry.d.ts +8 -1
  66. package/drag-drop/drag-ref.d.ts +15 -0
  67. package/drag-drop/drop-list-ref.d.ts +5 -1
  68. package/drag-drop/index.metadata.json +1 -1
  69. package/esm2015/a11y/focus-monitor/focus-monitor.js +18 -3
  70. package/esm2015/a11y/focus-trap/focus-trap.js +14 -9
  71. package/esm2015/drag-drop/directives/drag.js +6 -4
  72. package/esm2015/drag-drop/drag-drop-registry.js +25 -12
  73. package/esm2015/drag-drop/drag-ref.js +48 -15
  74. package/esm2015/drag-drop/drop-list-ref.js +39 -19
  75. package/esm2015/observers/observe-content.js +3 -4
  76. package/esm2015/overlay/scroll/block-scroll-strategy.js +13 -4
  77. package/esm2015/platform/features/scrolling.js +2 -1
  78. package/esm2015/scrolling/fixed-size-virtual-scroll.js +3 -2
  79. package/esm2015/scrolling/virtual-for-of.js +8 -4
  80. package/esm2015/tree/nested-node.js +1 -1
  81. package/esm2015/tree/padding.js +1 -1
  82. package/esm2015/tree/toggle.js +1 -1
  83. package/esm2015/tree/tree.js +1 -1
  84. package/esm2015/version.js +1 -1
  85. package/fesm2015/a11y.js +30 -10
  86. package/fesm2015/a11y.js.map +1 -1
  87. package/fesm2015/cdk.js +1 -1
  88. package/fesm2015/cdk.js.map +1 -1
  89. package/fesm2015/drag-drop.js +113 -45
  90. package/fesm2015/drag-drop.js.map +1 -1
  91. package/fesm2015/observers.js +2 -3
  92. package/fesm2015/observers.js.map +1 -1
  93. package/fesm2015/overlay.js +12 -4
  94. package/fesm2015/overlay.js.map +1 -1
  95. package/fesm2015/platform.js +1 -0
  96. package/fesm2015/platform.js.map +1 -1
  97. package/fesm2015/scrolling.js +9 -4
  98. package/fesm2015/scrolling.js.map +1 -1
  99. package/fesm2015/tree.js.map +1 -1
  100. package/observers/index.metadata.json +1 -1
  101. package/observers/observe-content.d.ts +2 -2
  102. package/overlay/index.metadata.json +1 -1
  103. package/package.json +1 -1
  104. package/schematics/migration.json +5 -0
  105. package/schematics/ng-add/index.js +1 -1
  106. package/schematics/ng-update/devkit-file-system.d.ts +1 -0
  107. package/schematics/ng-update/devkit-file-system.js +20 -13
  108. package/schematics/ng-update/index.d.ts +2 -0
  109. package/schematics/ng-update/index.js +7 -2
  110. package/schematics/update-tool/target-version.d.ts +2 -1
  111. package/schematics/update-tool/target-version.js +2 -1
  112. package/scrolling/index.metadata.json +1 -1
  113. package/tree/index.metadata.json +1 -1
  114. package/tree/nested-node.d.ts +3 -3
  115. package/tree/padding.d.ts +2 -2
  116. package/tree/toggle.d.ts +4 -4
  117. package/tree/tree.d.ts +5 -5
@@ -12,7 +12,7 @@
12
12
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
13
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
  PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */var u=function(e,t){return(u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function h(e,t){function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function d(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],o=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function f(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var o,n,i=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(o=i.next()).done;)s.push(o.value)}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}return s}function p(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(f(arguments[t]));return e}function y(e){return function(e){function t(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var o=e.apply(this,p(t))||this;return o._sticky=!1,o._hasStickyChanged=!1,o}return h(t,e),Object.defineProperty(t.prototype,"sticky",{get:function(){return this._sticky},set:function(e){var t=this._sticky;this._sticky=r.coerceBooleanProperty(e),this._hasStickyChanged=t!==this._sticky},enumerable:!1,configurable:!0}),t.prototype.hasStickyChanged=function(){var e=this._hasStickyChanged;return this._hasStickyChanged=!1,e},t.prototype.resetStickyChanged=function(){this._hasStickyChanged=!1},t}(e)}
15
+ ***************************************************************************** */var u=function(e,t){return(u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(e,t)};function h(e,t){function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function d(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],o=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function f(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var o,n,i=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(o=i.next()).done;)s.push(o.value)}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}return s}function p(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(f(arguments[t]));return e}function y(e){return function(e){function t(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var o=e.apply(this,p(t))||this;return o._sticky=!1,o._hasStickyChanged=!1,o}return h(t,e),Object.defineProperty(t.prototype,"sticky",{get:function(){return this._sticky},set:function(e){var t=this._sticky;this._sticky=r.coerceBooleanProperty(e),this._hasStickyChanged=t!==this._sticky},enumerable:!1,configurable:!0}),t.prototype.hasStickyChanged=function(){var e=this._hasStickyChanged;return this._hasStickyChanged=!1,e},t.prototype.resetStickyChanged=function(){this._hasStickyChanged=!1},t}(e)}
16
16
  /**
17
17
  * @license
18
18
  * Copyright Google LLC All Rights Reserved.