system.libraries.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. base:
  2. version: VERSION
  3. css:
  4. # Adjust the weights to load these early.
  5. component:
  6. css/components/ajax-progress.module.css: { weight: -10 }
  7. css/components/align.module.css: { weight: -10 }
  8. css/components/autocomplete-loading.module.css: { weight: -10 }
  9. css/components/fieldgroup.module.css: { weight: -10 }
  10. css/components/container-inline.module.css: { weight: -10 }
  11. css/components/clearfix.module.css: { weight: -10 }
  12. css/components/details.module.css: { weight: -10 }
  13. css/components/hidden.module.css: { weight: -10 }
  14. css/components/item-list.module.css: { weight: -10 }
  15. css/components/js.module.css: { weight: -10 }
  16. css/components/nowrap.module.css: { weight: -10 }
  17. css/components/position-container.module.css: { weight: -10 }
  18. css/components/progress.module.css: { weight: -10 }
  19. css/components/reset-appearance.module.css: { weight: -10 }
  20. css/components/resize.module.css: { weight: -10 }
  21. css/components/sticky-header.module.css: { weight: -10 }
  22. css/components/system-status-counter.css: { weight: -10 }
  23. css/components/system-status-report-counters.css: { weight: -10 }
  24. css/components/system-status-report-general-info.css: { weight: -10 }
  25. css/components/tabledrag.module.css: { weight: -10 }
  26. css/components/tablesort.module.css: { weight: -10 }
  27. css/components/tree-child.module.css: { weight: -10 }
  28. admin:
  29. version: VERSION
  30. css:
  31. theme:
  32. css/system.admin.css: { weight: -10 }
  33. dependencies:
  34. - system/base
  35. maintenance:
  36. version: VERSION
  37. css:
  38. theme:
  39. css/system.maintenance.css: { weight: -10 }
  40. dependencies:
  41. - system/base
  42. - system/admin
  43. drupal.system:
  44. version: VERSION
  45. js:
  46. js/system.js: {}
  47. dependencies:
  48. - core/jquery
  49. - core/drupal
  50. - core/drupalSettings
  51. - core/jquery.once
  52. drupal.system.modules:
  53. version: VERSION
  54. js:
  55. js/system.modules.js: {}
  56. dependencies:
  57. - core/jquery
  58. - core/drupal
  59. - core/drupal.debounce
  60. - core/jquery.once
  61. - core/drupal.announce
  62. diff:
  63. version: VERSION
  64. css:
  65. component:
  66. css/system.diff.css: {}
  67. drupal.system.date:
  68. version: VERSION
  69. js:
  70. js/system.date.js: {}
  71. dependencies:
  72. - core/jquery
  73. - core/drupal
  74. - core/drupalSettings
  75. - core/jquery.once
  76. - core/drupal.form