You are here

geolocation.libraries.yml in Geolocation Field 8.2

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

File

geolocation.libraries.yml
View source
  1. #
  2. #
  3. # API
  4. #
  5. #
  6. geolocation.api:
  7. version: 8.x-2.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-2.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: 1.x
  23. js:
  24. js/geolocation-widget-api.js: {}
  25. dependencies:
  26. - geolocation/geolocation.api
  27. geolocation.widget.map:
  28. version: 8.x-2.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-2.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.fitlocations:
  61. js:
  62. js/MapCenter/fitlocations.js: {}
  63. map_center.client_location:
  64. js:
  65. js/MapCenter/client-location.js: {}
  66. map_center.viewsBoundaryFilter:
  67. js:
  68. js/MapCenter/viewsBoundaryFilter.js: {}
  69. map_center.viewsBoundaryArgument:
  70. js:
  71. js/MapCenter/viewsBoundaryArgument.js: {}
  72. #
  73. # Location Input
  74. #
  75. location_input.client_location:
  76. js:
  77. js/LocationInput/client-location.js: {}
  78. location_input.geocoder:
  79. js:
  80. js/LocationInput/geocoder.js: {}
  81. dependencies:
  82. - geolocation/geolocation.geocoder.api
  83. #
  84. #
  85. # Views
  86. #
  87. #
  88. # Geolocation views filter geocoder function.
  89. geolocation.views.filter.geocoder:
  90. version: 8.x-2.x
  91. js:
  92. js/geolocation-views-filter-geocoder.js: {}
  93. dependencies:
  94. - geolocation/geolocation.geocoder.api
  95. #
  96. #
  97. # Widgets
  98. #
  99. #
  100. # HTML5 widget library.
  101. geolocation.widgets.html5:
  102. version: 1.x
  103. css:
  104. theme:
  105. css/geolocation-widget-html5.css: {}
  106. js:
  107. js/geolocation-widget-html5.js: {}
  108. #
  109. # Map Features
  110. #
  111. # Marker Scroll to ID support.
  112. geolocation.marker_scroll_to_id:
  113. js:
  114. js/MapFeature/geolocation-marker-scroll-to-id.js: {}