You are here

geolocation.libraries.yml in Geolocation Field 8.3

Same filename and directory in other branches
  1. 8 geolocation.libraries.yml
  2. 8.2 geolocation.libraries.yml

File

geolocation.libraries.yml
View source
  1. #
  2. #
  3. # API
  4. #
  5. #
  6. geolocation.api:
  7. version: 8.x-3.x
  8. js:
  9. js/geolocation-api.js: {}
  10. dependencies:
  11. - core/drupal
  12. - core/jquery
  13. - core/jquery.once
  14. geolocation.geocoder.api:
  15. version: 8.x-3.x
  16. js:
  17. js/geolocation-geocoder-api.js: {}
  18. dependencies:
  19. - core/jquery.once
  20. - core/jquery.ui.autocomplete
  21. geolocation.widget.api:
  22. version: 8.x-3.x
  23. js:
  24. js/geolocation-widget-api.js: {}
  25. dependencies:
  26. - geolocation/geolocation.api
  27. geolocation.widget.map:
  28. version: 8.x-3.x
  29. js:
  30. js/geolocation-widget-map.js: {}
  31. dependencies:
  32. - geolocation/geolocation.map
  33. - geolocation/geolocation.widget.api
  34. #
  35. #
  36. # Mapping
  37. #
  38. #
  39. geolocation.map:
  40. version: 8.x-3.x
  41. css:
  42. theme:
  43. css/geolocation-map.css: {}
  44. js:
  45. js/geolocation-map.js: {}
  46. dependencies:
  47. - geolocation/geolocation.api
  48. - core/drupal
  49. - core/drupalSettings
  50. - core/drupal.ajax
  51. - core/jquery
  52. geolocation.commonmap:
  53. js:
  54. js/geolocation-common-map.js: {}
  55. dependencies:
  56. - geolocation/geolocation.map
  57. #
  58. # Map Center
  59. #
  60. map_center.static_location:
  61. js:
  62. js/MapCenter/static-location.js: {}
  63. map_center.fitlocations:
  64. js:
  65. js/MapCenter/fitlocations.js: {}
  66. map_center.fixed_boundaries:
  67. js:
  68. js/MapCenter/fixedBoundaries.js: {}
  69. map_center.client_location:
  70. js:
  71. js/MapCenter/client-location.js: {}
  72. map_center.viewsBoundaryFilter:
  73. js:
  74. js/MapCenter/viewsBoundaryFilter.js: {}
  75. map_center.viewsBoundaryArgument:
  76. js:
  77. js/MapCenter/viewsBoundaryArgument.js: {}
  78. #
  79. # Location Input
  80. #
  81. location_input.client_location:
  82. js:
  83. js/LocationInput/client-location.js: {}
  84. dependencies:
  85. - core/jquery
  86. - core/jquery.once
  87. location_input.geocoder:
  88. js:
  89. js/LocationInput/geocoder.js: {}
  90. dependencies:
  91. - geolocation/geolocation.geocoder.api
  92. - core/jquery
  93. - core/jquery.once
  94. #
  95. #
  96. # Views
  97. #
  98. #
  99. # Geolocation views filter geocoder function.
  100. geolocation.views.filter.geocoder:
  101. version: 8.x-3.x
  102. js:
  103. js/geolocation-views-filter-geocoder.js: {}
  104. dependencies:
  105. - geolocation/geolocation.geocoder.api
  106. #
  107. #
  108. # Widgets
  109. #
  110. #
  111. # HTML5 widget library.
  112. geolocation.widgets.html5:
  113. version: 8.x-3.x
  114. css:
  115. theme:
  116. css/geolocation-widget-html5.css: {}
  117. js:
  118. js/geolocation-widget-html5.js: {}
  119. #
  120. # Map Features
  121. #
  122. # Marker Scroll to ID support.
  123. geolocation.marker_scroll_to_id:
  124. js:
  125. js/MapFeature/geolocation-marker-scroll-to-id.js: {}