@angular/cdk 11.0.0-rc.4 → 11.0.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 (82) hide show
  1. package/a11y/focus-trap/focus-trap.d.ts +8 -8
  2. package/a11y/index.metadata.json +1 -1
  3. package/bundles/cdk-a11y.umd.js +18 -13
  4. package/bundles/cdk-a11y.umd.js.map +1 -1
  5. package/bundles/cdk-a11y.umd.min.js +7 -7
  6. package/bundles/cdk-a11y.umd.min.js.map +1 -1
  7. package/bundles/cdk-coercion.umd.js +5 -5
  8. package/bundles/cdk-coercion.umd.js.map +1 -1
  9. package/bundles/cdk-coercion.umd.min.js.map +1 -1
  10. package/bundles/cdk-collections.umd.js +5 -5
  11. package/bundles/cdk-collections.umd.js.map +1 -1
  12. package/bundles/cdk-collections.umd.min.js +1 -1
  13. package/bundles/cdk-collections.umd.min.js.map +1 -1
  14. package/bundles/cdk-drag-drop.umd.js +43 -11
  15. package/bundles/cdk-drag-drop.umd.js.map +1 -1
  16. package/bundles/cdk-drag-drop.umd.min.js +8 -8
  17. package/bundles/cdk-drag-drop.umd.min.js.map +1 -1
  18. package/bundles/cdk-observers.umd.js +3 -4
  19. package/bundles/cdk-observers.umd.js.map +1 -1
  20. package/bundles/cdk-observers.umd.min.js +1 -1
  21. package/bundles/cdk-observers.umd.min.js.map +1 -1
  22. package/bundles/cdk-overlay.umd.js +5 -5
  23. package/bundles/cdk-overlay.umd.js.map +1 -1
  24. package/bundles/cdk-overlay.umd.min.js +1 -1
  25. package/bundles/cdk-overlay.umd.min.js.map +1 -1
  26. package/bundles/cdk-portal.umd.js +5 -5
  27. package/bundles/cdk-portal.umd.js.map +1 -1
  28. package/bundles/cdk-portal.umd.min.js +1 -1
  29. package/bundles/cdk-portal.umd.min.js.map +1 -1
  30. package/bundles/cdk-scrolling.umd.js +5 -5
  31. package/bundles/cdk-scrolling.umd.js.map +1 -1
  32. package/bundles/cdk-scrolling.umd.min.js +2 -2
  33. package/bundles/cdk-scrolling.umd.min.js.map +1 -1
  34. package/bundles/cdk-table.umd.js +5 -5
  35. package/bundles/cdk-table.umd.js.map +1 -1
  36. package/bundles/cdk-table.umd.min.js +1 -1
  37. package/bundles/cdk-table.umd.min.js.map +1 -1
  38. package/bundles/cdk-testing-protractor.umd.js +5 -5
  39. package/bundles/cdk-testing-protractor.umd.js.map +1 -1
  40. package/bundles/cdk-testing-protractor.umd.min.js +1 -1
  41. package/bundles/cdk-testing-protractor.umd.min.js.map +1 -1
  42. package/bundles/cdk-testing-testbed.umd.js +5 -5
  43. package/bundles/cdk-testing-testbed.umd.js.map +1 -1
  44. package/bundles/cdk-testing-testbed.umd.min.js +1 -1
  45. package/bundles/cdk-testing-testbed.umd.min.js.map +1 -1
  46. package/bundles/cdk-testing.umd.js +5 -5
  47. package/bundles/cdk-testing.umd.js.map +1 -1
  48. package/bundles/cdk-testing.umd.min.js +1 -1
  49. package/bundles/cdk-testing.umd.min.js.map +1 -1
  50. package/bundles/cdk-tree.umd.js +5 -5
  51. package/bundles/cdk-tree.umd.js.map +1 -1
  52. package/bundles/cdk-tree.umd.min.js +2 -2
  53. package/bundles/cdk-tree.umd.min.js.map +1 -1
  54. package/bundles/cdk.umd.js +1 -1
  55. package/bundles/cdk.umd.js.map +1 -1
  56. package/bundles/cdk.umd.min.js +1 -1
  57. package/bundles/cdk.umd.min.js.map +1 -1
  58. package/drag-drop/drag-ref.d.ts +13 -0
  59. package/drag-drop/index.metadata.json +1 -1
  60. package/esm2015/a11y/focus-trap/focus-trap.js +14 -9
  61. package/esm2015/drag-drop/drag-ref.js +39 -8
  62. package/esm2015/observers/observe-content.js +3 -4
  63. package/esm2015/version.js +1 -1
  64. package/fesm2015/a11y.js +13 -8
  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 +37 -6
  69. package/fesm2015/drag-drop.js.map +1 -1
  70. package/fesm2015/observers.js +2 -3
  71. package/fesm2015/observers.js.map +1 -1
  72. package/observers/index.metadata.json +1 -1
  73. package/observers/observe-content.d.ts +2 -2
  74. package/package.json +3 -3
  75. package/schematics/migration.json +5 -0
  76. package/schematics/ng-add/index.js +1 -1
  77. package/schematics/ng-update/devkit-file-system.d.ts +1 -0
  78. package/schematics/ng-update/devkit-file-system.js +20 -13
  79. package/schematics/ng-update/index.d.ts +2 -0
  80. package/schematics/ng-update/index.js +7 -2
  81. package/schematics/update-tool/target-version.d.ts +2 -1
  82. package/schematics/update-tool/target-version.js +2 -1
@@ -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.