Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

50 righe
1.7 KiB

  1. // Import every plugin under the sun. Bad for performance,
  2. // but prevents the store from breaking in situations
  3. // where a dependency was missed during the migration from
  4. // a monolith build of jQueryUI to a modular one
  5. define([
  6. 'jquery-ui-modules/core',
  7. 'jquery-ui-modules/accordion',
  8. 'jquery-ui-modules/autocomplete',
  9. 'jquery-ui-modules/button',
  10. 'jquery-ui-modules/datepicker',
  11. 'jquery-ui-modules/dialog',
  12. 'jquery-ui-modules/draggable',
  13. 'jquery-ui-modules/droppable',
  14. 'jquery-ui-modules/effect-blind',
  15. 'jquery-ui-modules/effect-bounce',
  16. 'jquery-ui-modules/effect-clip',
  17. 'jquery-ui-modules/effect-drop',
  18. 'jquery-ui-modules/effect-explode',
  19. 'jquery-ui-modules/effect-fade',
  20. 'jquery-ui-modules/effect-fold',
  21. 'jquery-ui-modules/effect-highlight',
  22. 'jquery-ui-modules/effect-scale',
  23. 'jquery-ui-modules/effect-pulsate',
  24. 'jquery-ui-modules/effect-shake',
  25. 'jquery-ui-modules/effect-slide',
  26. 'jquery-ui-modules/effect-transfer',
  27. 'jquery-ui-modules/effect',
  28. 'jquery-ui-modules/menu',
  29. 'jquery-ui-modules/mouse',
  30. 'jquery-ui-modules/position',
  31. 'jquery-ui-modules/progressbar',
  32. 'jquery-ui-modules/resizable',
  33. 'jquery-ui-modules/selectable',
  34. 'jquery-ui-modules/slider',
  35. 'jquery-ui-modules/sortable',
  36. 'jquery-ui-modules/spinner',
  37. 'jquery-ui-modules/tabs',
  38. 'jquery-ui-modules/timepicker',
  39. 'jquery-ui-modules/tooltip',
  40. 'jquery-ui-modules/widget'
  41. ], function() {
  42. console.warn(
  43. 'Fallback to JQueryUI Compat activated. ' +
  44. 'Your store is missing a dependency for a ' +
  45. 'jQueryUI widget. Identifying and addressing the dependency ' +
  46. 'will drastically improve the performance of your site.'
  47. );
  48. });