lwc 2.10.0 → 2.11.3-238prod.0

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 (36) hide show
  1. package/LICENSE +10 -0
  2. package/dist/engine-dom/esm/es2017/engine-dom.js +4387 -5935
  3. package/dist/engine-dom/iife/es2017/engine-dom.js +4387 -5935
  4. package/dist/engine-dom/iife/es2017/engine-dom.min.js +1 -1
  5. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +3463 -4675
  6. package/dist/engine-dom/iife/es5/engine-dom.js +1121 -1077
  7. package/dist/engine-dom/iife/es5/engine-dom.min.js +1 -1
  8. package/dist/engine-dom/iife/es5/engine-dom_debug.js +432 -217
  9. package/dist/engine-dom/umd/es2017/engine-dom.js +4387 -5935
  10. package/dist/engine-dom/umd/es2017/engine-dom.min.js +1 -1
  11. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +3463 -4675
  12. package/dist/engine-dom/umd/es5/engine-dom.js +1121 -1077
  13. package/dist/engine-dom/umd/es5/engine-dom.min.js +1 -1
  14. package/dist/engine-dom/umd/es5/engine-dom_debug.js +432 -217
  15. package/dist/engine-server/commonjs/es2017/engine-server.js +4055 -5391
  16. package/dist/engine-server/commonjs/es2017/engine-server.min.js +1 -1
  17. package/dist/engine-server/esm/es2017/engine-server.js +4055 -5391
  18. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +2952 -3673
  19. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +2952 -3673
  20. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +2825 -3532
  21. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +11 -3
  22. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +11 -3
  23. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +2952 -3673
  24. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +2825 -3532
  25. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +11 -3
  26. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +11 -3
  27. package/dist/wire-service/esm/es2017/wire-service.js +128 -174
  28. package/dist/wire-service/iife/es2017/wire-service.js +128 -174
  29. package/dist/wire-service/iife/es2017/wire-service_debug.js +128 -174
  30. package/dist/wire-service/iife/es5/wire-service.js +2 -2
  31. package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
  32. package/dist/wire-service/umd/es2017/wire-service.js +128 -174
  33. package/dist/wire-service/umd/es2017/wire-service_debug.js +128 -174
  34. package/dist/wire-service/umd/es5/wire-service.js +2 -2
  35. package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
  36. package/package.json +8 -8
package/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ MIT LICENSE
2
+
3
+ Copyright (c) 2018, Salesforce.com, Inc.
4
+ All rights reserved.
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
+
8
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9
+
10
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.